|
|
|
| 1 | 2026-03-10T15:21:14.926Z | job assigned to worker 01KKC5BAMEYJQJ9CBAZ9E1NQQE [factory aws, i-03cf2b5f5e30c3f01] (queued for 57 s) |
| |
| 2 | 2026-03-10T15:21:23.289Z | starting task 0: "setup" |
| 3 | 2026-03-10T15:21:23.295Z | ++ uname -s |
| 4 | 2026-03-10T15:21:23.298Z | + kern=SunOS |
| 5 | 2026-03-10T15:21:23.298Z | + build_user=build |
| 6 | 2026-03-10T15:21:23.298Z | + build_uid=12345 |
| 7 | 2026-03-10T15:21:23.298Z | + work_dir=/work |
| 8 | 2026-03-10T15:21:23.298Z | + input_dir=/input |
| 9 | 2026-03-10T15:21:23.298Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-10T15:21:23.298Z | + case "$kern" in |
| 11 | 2026-03-10T15:21:23.298Z | + groupadd -g 12345 build |
| 12 | 2026-03-10T15:21:23.301Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-10T15:21:25.305Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-10T15:21:25.404Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-10T15:21:25.407Z | + home_fs=zfs |
| 16 | 2026-03-10T15:21:25.407Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-10T15:21:25.407Z | + mkdir -p /home/build |
| 18 | 2026-03-10T15:21:25.410Z | + chown build:build /home/build /work |
| 19 | 2026-03-10T15:21:27.410Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-10T15:21:27.413Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-03-10T15:21:27.420Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-10T15:21:27.424Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-03-10T15:21:27.424Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-03-10T15:21:27.424Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-10T15:21:27.424Z | * rust toolchain profile = "default" |
| 26 | 2026-03-10T15:21:27.424Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-10T15:21:27.424Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-10T15:21:27.427Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-10T15:21:27.427Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-10T15:21:27.553Z | info: downloading installer |
| 31 | 2026-03-10T15:21:29.283Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-10T15:21:29.283Z | warn: /opt/ooce/bin |
| 33 | 2026-03-10T15:21:29.283Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-10T15:21:29.283Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-10T15:21:29.283Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-10T15:21:29.283Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-10T15:21:29.283Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-10T15:21:29.283Z | error: cannot install while Rust is installed |
| 39 | 2026-03-10T15:21:29.283Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-10T15:21:29.322Z | info: profile set to 'default' |
| 41 | 2026-03-10T15:21:29.322Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-10T15:21:29.325Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-10T15:21:29.486Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-10T15:21:29.486Z | info: downloading component 'cargo' |
| 45 | 2026-03-10T15:21:30.470Z | info: downloading component 'clippy' |
| 46 | 2026-03-10T15:21:30.865Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-10T15:21:32.287Z | info: downloading component 'rust-std' |
| 48 | 2026-03-10T15:21:34.260Z | info: downloading component 'rustc' |
| 49 | 2026-03-10T15:21:41.643Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-10T15:21:41.922Z | info: installing component 'cargo' |
| 51 | 2026-03-10T15:21:42.748Z | info: installing component 'clippy' |
| 52 | 2026-03-10T15:21:43.104Z | info: installing component 'rust-docs' |
| 53 | 2026-03-10T15:21:44.469Z | info: installing component 'rust-std' |
| 54 | 2026-03-10T15:21:46.049Z | info: installing component 'rustc' |
| 55 | 2026-03-10T15:21:51.682Z | info: installing component 'rustfmt' |
| 56 | 2026-03-10T15:21:51.984Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-10T15:21:51.984Z | |
| 58 | 2026-03-10T15:21:52.355Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-10T15:21:52.355Z | |
| 60 | 2026-03-10T15:21:52.358Z | |
| 61 | 2026-03-10T15:21:52.358Z | Rust is installed now. Great! |
| 62 | 2026-03-10T15:21:52.358Z | |
| 63 | 2026-03-10T15:21:52.358Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-10T15:21:52.358Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-10T15:21:52.358Z | |
| 66 | 2026-03-10T15:21:52.358Z | To configure your current shell, you need to source |
| 67 | 2026-03-10T15:21:52.358Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-10T15:21:52.358Z | |
| 69 | 2026-03-10T15:21:52.358Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-10T15:21:52.358Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-10T15:21:52.358Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-10T15:21:52.358Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-10T15:21:52.444Z | + rustup --version |
| 74 | 2026-03-10T15:21:52.454Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-10T15:21:52.458Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-10T15:21:52.531Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-10T15:21:52.534Z | + cargo --version |
| 78 | 2026-03-10T15:21:52.592Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-10T15:21:52.595Z | + rustc --version |
| 80 | 2026-03-10T15:21:52.661Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-10T15:21:52.664Z | process exited: duration 25241 ms, exit code 0 |
| |
| 82 | 2026-03-10T15:21:52.669Z | starting task 2: "authentication" |
| 83 | 2026-03-10T15:21:52.689Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-10T15:21:52.694Z | starting task 3: "clone repository" |
| 85 | 2026-03-10T15:21:52.698Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-03-10T15:21:52.701Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-03-10T15:21:52.796Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-03-10T15:21:53.988Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-03-10T15:21:53.988Z | + git fetch origin e8a68118b5c2333f586d9bdcc4a1f63f2db98631 |
| 90 | 2026-03-10T15:21:54.269Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-03-10T15:21:54.269Z | * branch e8a68118b5c2333f586d9bdcc4a1f63f2db98631 -> FETCH_HEAD |
| 92 | 2026-03-10T15:21:54.276Z | + [[ -n '' ]] |
| 93 | 2026-03-10T15:21:54.277Z | + git reset --hard e8a68118b5c2333f586d9bdcc4a1f63f2db98631 |
| 94 | 2026-03-10T15:21:54.302Z | HEAD is now at e8a6811 merge main |
| 95 | 2026-03-10T15:21:54.305Z | process exited: duration 1608 ms, exit code 0 |
| |
| 96 | 2026-03-10T15:21:54.311Z | starting task 4: "build" |
| 97 | 2026-03-10T15:21:54.315Z | + source .github/buildomat/common.sh |
| 98 | 2026-03-10T15:21:54.318Z | ++ TOFINO_STAGES=20 |
| 99 | 2026-03-10T15:21:54.318Z | ++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 100 | 2026-03-10T15:21:54.318Z | ++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 101 | 2026-03-10T15:21:54.318Z | ++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163 |
| 102 | 2026-03-10T15:21:54.318Z | +++ uname -s |
| 103 | 2026-03-10T15:21:54.318Z | ++ '[' SunOS == SunOS ']' |
| 104 | 2026-03-10T15:21:54.318Z | ++ SERIES=illumos |
| 105 | 2026-03-10T15:21:54.321Z | +++ uname -s |
| 106 | 2026-03-10T15:21:54.321Z | ++ '[' SunOS == SunOS ']' |
| 107 | 2026-03-10T15:21:54.321Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 108 | 2026-03-10T15:21:54.321Z | ++ rustup show active-toolchain |
| 109 | 2026-03-10T15:21:54.364Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 110 | 2026-03-10T15:21:54.367Z | + source .github/buildomat/illumos.sh |
| 111 | 2026-03-10T15:21:54.370Z | ++ banner 'sde setup' |
| 112 | 2026-03-10T15:21:54.370Z | |
| 113 | 2026-03-10T15:21:54.370Z | #### ##### ###### #### ###### ##### # # ##### |
| 114 | 2026-03-10T15:21:54.370Z | # # # # # # # # # # # |
| 115 | 2026-03-10T15:21:54.370Z | #### # # ##### #### ##### # # # # # |
| 116 | 2026-03-10T15:21:54.370Z | # # # # # # # # # ##### |
| 117 | 2026-03-10T15:21:54.370Z | # # # # # # # # # # # # |
| 118 | 2026-03-10T15:21:54.370Z | #### ##### ###### #### ###### # #### # |
| 119 | 2026-03-10T15:21:54.370Z | |
| 120 | 2026-03-10T15:21:54.370Z | ++ export PKG=tofino_sde.p5p |
| 121 | 2026-03-10T15:21:54.370Z | ++ PKG=tofino_sde.p5p |
| 122 | 2026-03-10T15:21:54.370Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p |
| 123 | 2026-03-10T15:21:54.378Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 124 | 2026-03-10T15:21:54.381Z | Dload Upload Total Spent Left Speed |
| 125 | 2026-03-10T15:21:56.135Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 76.0M 6 5163k 0 0 17.2M 0 0:00:04 --:--:-- 0:00:04 17.2M
72 76.0M 72 55.2M 0 0 42.6M 0 0:00:01 0:00:01 --:--:-- 42.6M
100 76.0M 100 76.0M 0 0 43.3M 0 0:00:01 0:00:01 --:--:-- 43.3M |
| 126 | 2026-03-10T15:21:56.141Z | +++ digest -a sha256 tofino_sde.p5p |
| 127 | 2026-03-10T15:21:56.196Z | ++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 128 | 2026-03-10T15:21:56.202Z | ++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']' |
| 129 | 2026-03-10T15:21:56.202Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 130 | 2026-03-10T15:22:08.269Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 131 | 2026-03-10T15:22:17.835Z | Startup: Caching catalogs ... Done |
| 132 | 2026-03-10T15:22:17.999Z | Startup: Refreshing catalog 'oxide' ... Done |
| 133 | 2026-03-10T15:22:42.172Z | Planning: Solver setup ... Done |
| 134 | 2026-03-10T15:22:42.319Z | Planning: Running solver ... Done |
| 135 | 2026-03-10T15:22:42.495Z | Planning: Finding local manifests ... Done |
| 136 | 2026-03-10T15:22:42.498Z | Planning: Fetching manifests: 1/1 100% complete |
| 137 | 2026-03-10T15:22:42.504Z | Planning: Fetching manifests: 1/1 100% complete |
| 138 | 2026-03-10T15:22:42.519Z | Planning: Package planning ... Done |
| 139 | 2026-03-10T15:22:42.523Z | Planning: Merging actions ... Done |
| 140 | 2026-03-10T15:22:42.768Z | Planning: Checking for conflicting actions ... Done |
| 141 | 2026-03-10T15:22:42.771Z | Planning: Consolidating action changes ... Done |
| 142 | 2026-03-10T15:22:45.989Z | Planning: Evaluating mediators ... Done |
| 143 | 2026-03-10T15:22:45.992Z | Planning: Planning completed in 27.98 seconds |
| 144 | 2026-03-10T15:22:45.998Z | Packages to install: 1 |
| 145 | 2026-03-10T15:22:46.001Z | Create boot environment: No |
| 146 | 2026-03-10T15:22:46.001Z | Create backup boot environment: No |
| 147 | 2026-03-10T15:22:46.206Z | |
| 148 | 2026-03-10T15:22:46.206Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 149 | 2026-03-10T15:22:46.411Z | Download: Completed 75.30 MB in 0.20 seconds (367M/s) |
| 150 | 2026-03-10T15:22:46.583Z | Actions: 1/293 actions (Installing new actions) |
| 151 | 2026-03-10T15:22:47.851Z | Actions: Completed 293 actions in 1.27 seconds. |
| 152 | 2026-03-10T15:22:47.854Z | Done |
| 153 | 2026-03-10T15:22:47.908Z | Done |
| 154 | 2026-03-10T15:22:48.843Z | Done |
| 155 | 2026-03-10T15:22:53.413Z | Done |
| 156 | 2026-03-10T15:22:53.490Z | Done |
| 157 | 2026-03-10T15:22:53.494Z | Done |
| 158 | 2026-03-10T15:22:53.592Z | Done |
| 159 | 2026-03-10T15:22:54.282Z | ++ export SDE=/opt/oxide/tofino_sde |
| 160 | 2026-03-10T15:22:54.283Z | ++ SDE=/opt/oxide/tofino_sde |
| 161 | 2026-03-10T15:22:54.283Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 162 | 2026-03-10T15:22:54.283Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 163 | 2026-03-10T15:22:54.283Z | ++ banner packages |
| 164 | 2026-03-10T15:22:54.286Z | |
| 165 | 2026-03-10T15:22:54.286Z | ##### ## #### # # ## #### ###### #### |
| 166 | 2026-03-10T15:22:54.286Z | # # # # # # # # # # # # # # |
| 167 | 2026-03-10T15:22:54.286Z | # # # # # #### # # # ##### #### |
| 168 | 2026-03-10T15:22:54.286Z | ##### ###### # # # ###### # ### # # |
| 169 | 2026-03-10T15:22:54.286Z | # # # # # # # # # # # # # # |
| 170 | 2026-03-10T15:22:54.286Z | # # # #### # # # # #### ###### #### |
| 171 | 2026-03-10T15:22:54.286Z | |
| 172 | 2026-03-10T15:22:54.286Z | ++ pfexec pkg install clang-15 pcap |
| 173 | 2026-03-10T15:22:54.804Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 174 | 2026-03-10T15:22:54.807Z | Startup: Refreshing catalog 'oxide' ... Done |
| 175 | 2026-03-10T15:23:16.115Z | Planning: Solver setup ... Done |
| 176 | 2026-03-10T15:23:16.265Z | Planning: Running solver ... Done |
| 177 | 2026-03-10T15:23:16.534Z | Planning: Finding local manifests ... Done |
| 178 | 2026-03-10T15:23:16.540Z | Planning: Fetching manifests: 0/2 0% complete |
| 179 | 2026-03-10T15:23:16.685Z | Planning: Fetching manifests: 2/2 100% complete |
| 180 | 2026-03-10T15:23:16.725Z | Planning: Package planning ... Done |
| 181 | 2026-03-10T15:23:16.764Z | Planning: Merging actions ... Done |
| 182 | 2026-03-10T15:23:16.902Z | Planning: Checking for conflicting actions ... Done |
| 183 | 2026-03-10T15:23:16.911Z | Planning: Consolidating action changes ... Done |
| 184 | 2026-03-10T15:23:17.352Z | Planning: Evaluating mediators ... Done |
| 185 | 2026-03-10T15:23:17.360Z | Planning: Planning completed in 22.55 seconds |
| 186 | 2026-03-10T15:23:17.369Z | Packages to install: 2 |
| 187 | 2026-03-10T15:23:17.371Z | Mediators to change: 2 |
| 188 | 2026-03-10T15:23:17.371Z | Services to change: 1 |
| 189 | 2026-03-10T15:23:17.371Z | Create boot environment: No |
| 190 | 2026-03-10T15:23:17.371Z | Create backup boot environment: No |
| 191 | 2026-03-10T15:23:17.411Z | |
| 192 | 2026-03-10T15:23:17.411Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 193 | 2026-03-10T15:23:22.447Z | Download: 2009/3076 items 117.9/211.3MB 55% complete (25.6M/s) |
| 194 | 2026-03-10T15:23:27.448Z | Download: 3072/3076 items 210.1/211.3MB 99% complete (22.3M/s) |
| 195 | 2026-03-10T15:23:27.481Z | Download: Completed 211.31 MB in 10.07 seconds (21.0M/s) |
| 196 | 2026-03-10T15:23:27.842Z | Actions: 1/3418 actions (Installing new actions) |
| 197 | 2026-03-10T15:23:32.064Z | Actions: Completed 3418 actions in 4.22 seconds. |
| 198 | 2026-03-10T15:23:32.697Z | Done |
| 199 | 2026-03-10T15:23:32.698Z | Done |
| 200 | 2026-03-10T15:23:33.687Z | Done |
| 201 | 2026-03-10T15:23:37.336Z | Done |
| 202 | 2026-03-10T15:23:37.423Z | Done |
| 203 | 2026-03-10T15:23:37.426Z | Done |
| 204 | 2026-03-10T15:23:37.572Z | Done |
| 205 | 2026-03-10T15:23:37.740Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 206 | 2026-03-10T15:23:38.003Z | Planning: Evaluating mediator changes ... Done |
| 207 | 2026-03-10T15:23:38.145Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2026-03-10T15:23:38.148Z | Planning: Consolidating action changes ... Done |
| 209 | 2026-03-10T15:23:38.368Z | Planning: Evaluating mediators ... Done |
| 210 | 2026-03-10T15:23:38.371Z | Planning: Planning completed in 0.37 seconds |
| 211 | 2026-03-10T15:23:38.397Z | Mediators to change: 2 |
| 212 | 2026-03-10T15:23:38.397Z | Create boot environment: No |
| 213 | 2026-03-10T15:23:38.400Z | Create backup boot environment: No |
| 214 | 2026-03-10T15:23:38.472Z | Done |
| 215 | 2026-03-10T15:23:38.472Z | Done |
| 216 | 2026-03-10T15:23:39.218Z | Done |
| 217 | 2026-03-10T15:23:42.533Z | Done |
| 218 | 2026-03-10T15:23:42.616Z | Done |
| 219 | 2026-03-10T15:23:42.620Z | Done |
| 220 | 2026-03-10T15:23:42.767Z | Done |
| 221 | 2026-03-10T15:23:42.852Z | ++ cargo --version |
| 222 | 2026-03-10T15:23:42.905Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 223 | 2026-03-10T15:23:42.908Z | ++ rustc --version |
| 224 | 2026-03-10T15:23:42.974Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 225 | 2026-03-10T15:23:42.977Z | + banner copyrights |
| 226 | 2026-03-10T15:23:42.980Z | |
| 227 | 2026-03-10T15:23:42.980Z | #### #### ##### # # ##### # #### # # ##### #### |
| 228 | 2026-03-10T15:23:42.980Z | # # # # # # # # # # # # # # # # # |
| 229 | 2026-03-10T15:23:42.980Z | # # # # # # # # # # ###### # #### |
| 230 | 2026-03-10T15:23:42.980Z | # # # ##### # ##### # # ### # # # # |
| 231 | 2026-03-10T15:23:42.980Z | # # # # # # # # # # # # # # # # |
| 232 | 2026-03-10T15:23:42.980Z | #### #### # # # # # #### # # # #### |
| 233 | 2026-03-10T15:23:42.980Z | |
| 234 | 2026-03-10T15:23:42.980Z | + ./tools/check_copyrights.sh |
| 235 | 2026-03-10T15:23:43.347Z | common/src/illumos.rs: Copyright with wrong year |
| 236 | 2026-03-10T15:23:44.398Z | packet/src/eth.rs: Copyright with wrong year |
| 237 | 2026-03-10T15:23:45.016Z | + banner clippy |
| 238 | 2026-03-10T15:23:45.020Z | |
| 239 | 2026-03-10T15:23:45.020Z | #### # # ##### ##### # # |
| 240 | 2026-03-10T15:23:45.020Z | # # # # # # # # # # |
| 241 | 2026-03-10T15:23:45.021Z | # # # # # # # # |
| 242 | 2026-03-10T15:23:45.021Z | # # # ##### ##### # |
| 243 | 2026-03-10T15:23:45.021Z | # # # # # # # |
| 244 | 2026-03-10T15:23:45.021Z | #### ###### # # # # |
| 245 | 2026-03-10T15:23:45.021Z | |
| 246 | 2026-03-10T15:23:45.021Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 247 | 2026-03-10T15:23:45.021Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 248 | 2026-03-10T15:23:45.288Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 249 | 2026-03-10T15:23:57.961Z | Updating crates.io index |
| 250 | 2026-03-10T15:23:58.002Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 251 | 2026-03-10T15:23:58.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 252 | 2026-03-10T15:23:59.438Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 253 | 2026-03-10T15:23:59.708Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-03-10T15:23:59.954Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-03-10T15:24:01.386Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 256 | 2026-03-10T15:24:01.677Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 257 | 2026-03-10T15:24:02.182Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 258 | 2026-03-10T15:24:02.668Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 259 | 2026-03-10T15:24:02.934Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 260 | 2026-03-10T15:24:03.237Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 261 | 2026-03-10T15:24:03.686Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-03-10T15:24:04.013Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-10T15:24:04.498Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 264 | 2026-03-10T15:24:05.756Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-03-10T15:24:06.126Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2026-03-10T15:24:06.467Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-03-10T15:24:06.768Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 268 | 2026-03-10T15:24:07.284Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 269 | 2026-03-10T15:24:07.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 270 | 2026-03-10T15:24:08.038Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 271 | 2026-03-10T15:24:08.403Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 272 | 2026-03-10T15:24:10.786Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 273 | 2026-03-10T15:24:11.745Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 274 | 2026-03-10T15:24:13.927Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 275 | 2026-03-10T15:24:14.695Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 276 | 2026-03-10T15:24:15.015Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 277 | 2026-03-10T15:24:15.344Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-03-10T15:24:17.091Z | Downloading crates ... |
| 279 | 2026-03-10T15:24:17.167Z | Downloaded anstyle-query v1.1.4 |
| 280 | 2026-03-10T15:24:17.172Z | Downloaded async-stream-impl v0.3.6 |
| 281 | 2026-03-10T15:24:17.175Z | Downloaded async-recursion v1.1.1 |
| 282 | 2026-03-10T15:24:17.180Z | Downloaded adler2 v2.0.1 |
| 283 | 2026-03-10T15:24:17.183Z | Downloaded arrayvec v0.7.6 |
| 284 | 2026-03-10T15:24:17.186Z | Downloaded arrayref v0.3.9 |
| 285 | 2026-03-10T15:24:17.189Z | Downloaded blake2 v0.10.6 |
| 286 | 2026-03-10T15:24:17.210Z | Downloaded dtrace-parser v0.3.0 |
| 287 | 2026-03-10T15:24:17.213Z | Downloaded form_urlencoded v1.2.2 |
| 288 | 2026-03-10T15:24:17.216Z | Downloaded futures-core v0.3.32 |
| 289 | 2026-03-10T15:24:17.221Z | Downloaded displaydoc v0.2.5 |
| 290 | 2026-03-10T15:24:17.224Z | Downloaded cargo-platform v0.1.9 |
| 291 | 2026-03-10T15:24:17.224Z | Downloaded gethostname v0.5.0 |
| 292 | 2026-03-10T15:24:17.228Z | Downloaded fs-err v3.1.2 |
| 293 | 2026-03-10T15:24:17.231Z | Downloaded cpufeatures v0.2.17 |
| 294 | 2026-03-10T15:24:17.234Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 295 | 2026-03-10T15:24:17.237Z | Downloaded dtrace-parser v0.2.0 |
| 296 | 2026-03-10T15:24:17.242Z | Downloaded display-error-chain v0.2.2 |
| 297 | 2026-03-10T15:24:17.245Z | Downloaded getrandom v0.2.16 |
| 298 | 2026-03-10T15:24:17.248Z | Downloaded foreign-types-macros v0.2.3 |
| 299 | 2026-03-10T15:24:17.252Z | Downloaded bit-vec v0.8.0 |
| 300 | 2026-03-10T15:24:17.252Z | Downloaded float-ord v0.3.2 |
| 301 | 2026-03-10T15:24:17.255Z | Downloaded cfg_aliases v0.2.1 |
| 302 | 2026-03-10T15:24:17.258Z | Downloaded dof v0.4.0 |
| 303 | 2026-03-10T15:24:17.262Z | Downloaded constant_time_eq v0.3.1 |
| 304 | 2026-03-10T15:24:17.265Z | Downloaded fixedbitset v0.4.2 |
| 305 | 2026-03-10T15:24:17.268Z | Downloaded enum-as-inner v0.6.1 |
| 306 | 2026-03-10T15:24:17.272Z | Downloaded heck v0.5.0 |
| 307 | 2026-03-10T15:24:17.272Z | Downloaded git-stub v1.0.0 |
| 308 | 2026-03-10T15:24:17.275Z | Downloaded futures-executor v0.3.31 |
| 309 | 2026-03-10T15:24:17.278Z | Downloaded derive-ex v0.1.8 |
| 310 | 2026-03-10T15:24:17.282Z | Downloaded elliptic-curve v0.13.8 |
| 311 | 2026-03-10T15:24:17.285Z | Downloaded async-stream v0.3.6 |
| 312 | 2026-03-10T15:24:17.289Z | Downloaded hash32 v0.3.1 |
| 313 | 2026-03-10T15:24:17.292Z | Downloaded heck v0.4.1 |
| 314 | 2026-03-10T15:24:17.295Z | Downloaded cstr-argument v0.1.2 |
| 315 | 2026-03-10T15:24:17.298Z | Downloaded hostname v0.3.1 |
| 316 | 2026-03-10T15:24:17.302Z | Downloaded httpdate v1.0.3 |
| 317 | 2026-03-10T15:24:17.302Z | Downloaded crypto-common v0.1.6 |
| 318 | 2026-03-10T15:24:17.306Z | Downloaded hostname v0.4.2 |
| 319 | 2026-03-10T15:24:17.309Z | Downloaded hyper-tls v0.6.0 |
| 320 | 2026-03-10T15:24:17.309Z | Downloaded aead v0.5.2 |
| 321 | 2026-03-10T15:24:17.312Z | Downloaded darling_macro v0.21.3 |
| 322 | 2026-03-10T15:24:17.315Z | Downloaded clap_lex v0.7.5 |
| 323 | 2026-03-10T15:24:17.318Z | Downloaded hubpack_derive v0.1.1 |
| 324 | 2026-03-10T15:24:17.318Z | Downloaded ff v0.13.1 |
| 325 | 2026-03-10T15:24:17.322Z | Downloaded bitflags v2.9.4 |
| 326 | 2026-03-10T15:24:17.325Z | Downloaded humantime v2.3.0 |
| 327 | 2026-03-10T15:24:17.329Z | Downloaded defmt-parser v1.0.0 |
| 328 | 2026-03-10T15:24:17.332Z | Downloaded cobs v0.3.0 |
| 329 | 2026-03-10T15:24:17.335Z | Downloaded git-stub-vcs v0.1.0 |
| 330 | 2026-03-10T15:24:17.339Z | Downloaded either v1.15.0 |
| 331 | 2026-03-10T15:24:17.339Z | Downloaded internet-checksum v0.2.1 |
| 332 | 2026-03-10T15:24:17.343Z | Downloaded instant v0.1.13 |
| 333 | 2026-03-10T15:24:17.343Z | Downloaded inout v0.1.4 |
| 334 | 2026-03-10T15:24:17.346Z | Downloaded colored v3.0.0 |
| 335 | 2026-03-10T15:24:17.349Z | Downloaded dropshot-api-manager v0.5.2 |
| 336 | 2026-03-10T15:24:17.353Z | Downloaded idna_adapter v1.2.1 |
| 337 | 2026-03-10T15:24:17.356Z | Downloaded is_ci v1.2.0 |
| 338 | 2026-03-10T15:24:17.359Z | Downloaded lazy_static v1.5.0 |
| 339 | 2026-03-10T15:24:17.369Z | Downloaded ciborium-ll v0.2.2 |
| 340 | 2026-03-10T15:24:17.373Z | Downloaded linked-hash-map v0.5.6 |
| 341 | 2026-03-10T15:24:17.373Z | Downloaded lru-cache v0.1.2 |
| 342 | 2026-03-10T15:24:17.373Z | Downloaded lru-slab v0.1.2 |
| 343 | 2026-03-10T15:24:17.373Z | Downloaded defmt v1.0.1 |
| 344 | 2026-03-10T15:24:17.376Z | Downloaded http-body-util v0.1.3 |
| 345 | 2026-03-10T15:24:17.380Z | Downloaded fixedbitset v0.5.7 |
| 346 | 2026-03-10T15:24:17.383Z | Downloaded http-body v1.0.1 |
| 347 | 2026-03-10T15:24:17.383Z | Downloaded group v0.13.0 |
| 348 | 2026-03-10T15:24:17.386Z | Downloaded keccak v0.1.5 |
| 349 | 2026-03-10T15:24:17.390Z | Downloaded kstat-rs v0.2.4 |
| 350 | 2026-03-10T15:24:17.393Z | Downloaded futures-channel v0.3.31 |
| 351 | 2026-03-10T15:24:17.393Z | Downloaded memmap v0.7.0 |
| 352 | 2026-03-10T15:24:17.396Z | Downloaded fs_extra v1.3.0 |
| 353 | 2026-03-10T15:24:17.400Z | Downloaded newline-converter v0.3.0 |
| 354 | 2026-03-10T15:24:17.404Z | Downloaded globset v0.4.16 |
| 355 | 2026-03-10T15:24:17.404Z | Downloaded find-msvc-tools v0.1.2 |
| 356 | 2026-03-10T15:24:17.407Z | Downloaded hyper-rustls v0.27.7 |
| 357 | 2026-03-10T15:24:17.411Z | Downloaded libscf-sys v1.1.0 |
| 358 | 2026-03-10T15:24:17.412Z | Downloaded erased-serde v0.3.31 |
| 359 | 2026-03-10T15:24:17.415Z | Downloaded num-conv v0.1.0 |
| 360 | 2026-03-10T15:24:17.418Z | Downloaded newtype_derive v0.1.6 |
| 361 | 2026-03-10T15:24:17.421Z | Downloaded match_cfg v0.1.0 |
| 362 | 2026-03-10T15:24:17.421Z | Downloaded mime v0.3.17 |
| 363 | 2026-03-10T15:24:17.424Z | Downloaded num-derive v0.4.2 |
| 364 | 2026-03-10T15:24:17.428Z | Downloaded deranged v0.5.3 |
| 365 | 2026-03-10T15:24:17.431Z | Downloaded num-iter v0.1.45 |
| 366 | 2026-03-10T15:24:17.431Z | Downloaded olpc-cjson v0.1.4 |
| 367 | 2026-03-10T15:24:17.436Z | Downloaded digest v0.10.7 |
| 368 | 2026-03-10T15:24:17.436Z | Downloaded daft-derive v0.1.4 |
| 369 | 2026-03-10T15:24:17.441Z | Downloaded openssl-macros v0.1.1 |
| 370 | 2026-03-10T15:24:17.445Z | Downloaded num_enum_derive v0.5.11 |
| 371 | 2026-03-10T15:24:17.445Z | Downloaded openssl-probe v0.1.6 |
| 372 | 2026-03-10T15:24:17.448Z | Downloaded num-derive v0.3.3 |
| 373 | 2026-03-10T15:24:17.452Z | Downloaded linear-map v1.2.0 |
| 374 | 2026-03-10T15:24:17.455Z | Downloaded num v0.4.3 |
| 375 | 2026-03-10T15:24:17.455Z | Downloaded libsw-core v0.3.2 |
| 376 | 2026-03-10T15:24:17.459Z | Downloaded csv-core v0.1.12 |
| 377 | 2026-03-10T15:24:17.459Z | Downloaded iana-time-zone v0.1.64 |
| 378 | 2026-03-10T15:24:17.463Z | Downloaded highway v1.3.0 |
| 379 | 2026-03-10T15:24:17.467Z | Downloaded httparse v1.10.1 |
| 380 | 2026-03-10T15:24:17.470Z | Downloaded clang-sys v1.8.1 |
| 381 | 2026-03-10T15:24:17.474Z | Downloaded parse-display v0.10.0 |
| 382 | 2026-03-10T15:24:17.474Z | Downloaded cookie v0.18.1 |
| 383 | 2026-03-10T15:24:17.477Z | Downloaded itoa v1.0.15 |
| 384 | 2026-03-10T15:24:17.480Z | Downloaded jobserver v0.1.34 |
| 385 | 2026-03-10T15:24:17.486Z | Downloaded opaque-debug v0.3.1 |
| 386 | 2026-03-10T15:24:17.486Z | Downloaded omicron-workspace-hack v0.1.0 |
| 387 | 2026-03-10T15:24:17.486Z | Downloaded icu_normalizer v2.0.0 |
| 388 | 2026-03-10T15:24:17.489Z | Downloaded native-tls v0.2.14 |
| 389 | 2026-03-10T15:24:17.492Z | Downloaded clap_derive v4.5.49 |
| 390 | 2026-03-10T15:24:17.497Z | Downloaded ciborium v0.2.2 |
| 391 | 2026-03-10T15:24:17.500Z | Downloaded powerfmt v0.2.0 |
| 392 | 2026-03-10T15:24:17.500Z | Downloaded percent-encoding v2.3.2 |
| 393 | 2026-03-10T15:24:17.504Z | Downloaded ingot-macros v0.1.1 |
| 394 | 2026-03-10T15:24:17.507Z | Downloaded icu_locale_core v2.0.0 |
| 395 | 2026-03-10T15:24:17.511Z | Downloaded pretty-hex v0.4.1 |
| 396 | 2026-03-10T15:24:17.515Z | Downloaded plain v0.2.3 |
| 397 | 2026-03-10T15:24:17.515Z | Downloaded memoffset v0.9.1 |
| 398 | 2026-03-10T15:24:17.518Z | Downloaded num_enum_derive v0.7.5 |
| 399 | 2026-03-10T15:24:17.520Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 400 | 2026-03-10T15:24:17.521Z | Downloaded pin-utils v0.1.0 |
| 401 | 2026-03-10T15:24:17.525Z | Downloaded oxnet v0.1.4 |
| 402 | 2026-03-10T15:24:17.528Z | Downloaded argon2 v0.5.3 |
| 403 | 2026-03-10T15:24:17.528Z | Downloaded progenitor-macro v0.13.0 |
| 404 | 2026-03-10T15:24:17.531Z | Downloaded progenitor-client v0.10.0 |
| 405 | 2026-03-10T15:24:17.531Z | Downloaded oxide-tokio-rt v0.1.2 |
| 406 | 2026-03-10T15:24:17.535Z | Downloaded newtype-uuid-macros v0.1.0 |
| 407 | 2026-03-10T15:24:17.539Z | Downloaded num_enum v0.5.11 |
| 408 | 2026-03-10T15:24:17.541Z | Downloaded num-complex v0.4.6 |
| 409 | 2026-03-10T15:24:17.545Z | Downloaded newtype-uuid v1.3.2 |
| 410 | 2026-03-10T15:24:17.545Z | Downloaded getrandom v0.3.3 |
| 411 | 2026-03-10T15:24:17.549Z | Downloaded proc-macro-error-attr v1.0.4 |
| 412 | 2026-03-10T15:24:17.552Z | Downloaded proc-macro-crate v1.3.1 |
| 413 | 2026-03-10T15:24:17.552Z | Downloaded progenitor-macro v0.11.1 |
| 414 | 2026-03-10T15:24:17.556Z | Downloaded password-hash v0.5.0 |
| 415 | 2026-03-10T15:24:17.556Z | Downloaded num_enum v0.7.5 |
| 416 | 2026-03-10T15:24:17.560Z | Downloaded rand_chacha v0.3.1 |
| 417 | 2026-03-10T15:24:17.564Z | Downloaded crossbeam-utils v0.8.21 |
| 418 | 2026-03-10T15:24:17.568Z | Downloaded clap v4.5.50 |
| 419 | 2026-03-10T15:24:17.573Z | Downloaded futures v0.3.31 |
| 420 | 2026-03-10T15:24:17.578Z | Downloaded phf_shared v0.12.1 |
| 421 | 2026-03-10T15:24:17.581Z | Downloaded ref-cast-impl v1.0.25 |
| 422 | 2026-03-10T15:24:17.584Z | Downloaded progenitor-macro v0.10.0 |
| 423 | 2026-03-10T15:24:17.584Z | Downloaded phf v0.12.1 |
| 424 | 2026-03-10T15:24:17.587Z | Downloaded console v0.15.11 |
| 425 | 2026-03-10T15:24:17.590Z | Downloaded crc32fast v1.5.0 |
| 426 | 2026-03-10T15:24:17.593Z | Downloaded ppv-lite86 v0.2.21 |
| 427 | 2026-03-10T15:24:17.593Z | Downloaded rustc-hash v2.1.1 |
| 428 | 2026-03-10T15:24:17.598Z | Downloaded owo-colors v4.3.0 |
| 429 | 2026-03-10T15:24:17.598Z | Downloaded litemap v0.8.0 |
| 430 | 2026-03-10T15:24:17.601Z | Downloaded progenitor-client v0.13.0 |
| 431 | 2026-03-10T15:24:17.604Z | Downloaded ref-cast v1.0.25 |
| 432 | 2026-03-10T15:24:17.607Z | Downloaded rand_xorshift v0.4.0 |
| 433 | 2026-03-10T15:24:17.607Z | Downloaded cc v1.2.38 |
| 434 | 2026-03-10T15:24:17.610Z | Downloaded pem v3.0.5 |
| 435 | 2026-03-10T15:24:17.613Z | Downloaded scopeguard v1.2.0 |
| 436 | 2026-03-10T15:24:17.617Z | Downloaded chacha20poly1305 v0.10.1 |
| 437 | 2026-03-10T15:24:17.617Z | Downloaded paste v1.0.15 |
| 438 | 2026-03-10T15:24:17.620Z | Downloaded pest_generator v2.8.2 |
| 439 | 2026-03-10T15:24:17.624Z | Downloaded heapless v0.8.0 |
| 440 | 2026-03-10T15:24:17.627Z | Downloaded progenitor-client v0.11.1 |
| 441 | 2026-03-10T15:24:17.630Z | Downloaded progenitor v0.13.0 |
| 442 | 2026-03-10T15:24:17.630Z | Downloaded progenitor v0.11.1 |
| 443 | 2026-03-10T15:24:17.634Z | Downloaded allocator-api2 v0.2.21 |
| 444 | 2026-03-10T15:24:17.638Z | Downloaded parking_lot v0.12.4 |
| 445 | 2026-03-10T15:24:17.641Z | Downloaded rand_core v0.9.3 |
| 446 | 2026-03-10T15:24:17.642Z | Downloaded secrecy v0.10.3 |
| 447 | 2026-03-10T15:24:17.645Z | Downloaded search_path v0.1.4 |
| 448 | 2026-03-10T15:24:17.645Z | Downloaded semver v0.1.20 |
| 449 | 2026-03-10T15:24:17.649Z | Downloaded serde_plain v1.0.2 |
| 450 | 2026-03-10T15:24:17.652Z | Downloaded pkg-config v0.3.32 |
| 451 | 2026-03-10T15:24:17.652Z | Downloaded poly1305 v0.8.0 |
| 452 | 2026-03-10T15:24:17.655Z | Downloaded rand_core v0.6.4 |
| 453 | 2026-03-10T15:24:17.659Z | Downloaded progenitor v0.10.0 |
| 454 | 2026-03-10T15:24:17.659Z | Downloaded same-file v1.0.6 |
| 455 | 2026-03-10T15:24:17.662Z | Downloaded serde-big-array v0.5.1 |
| 456 | 2026-03-10T15:24:17.665Z | Downloaded derive_more v0.99.20 |
| 457 | 2026-03-10T15:24:17.669Z | Downloaded camino v1.2.2 |
| 458 | 2026-03-10T15:24:17.672Z | Downloaded serde_spanned v1.0.4 |
| 459 | 2026-03-10T15:24:17.675Z | Downloaded resolv-conf v0.7.5 |
| 460 | 2026-03-10T15:24:17.675Z | Downloaded once_cell v1.21.3 |
| 461 | 2026-03-10T15:24:17.679Z | Downloaded signal-hook-tokio v0.3.1 |
| 462 | 2026-03-10T15:24:17.682Z | Downloaded flate2 v1.1.2 |
| 463 | 2026-03-10T15:24:17.685Z | Downloaded scroll_derive v0.12.1 |
| 464 | 2026-03-10T15:24:17.689Z | Downloaded const_format v0.2.34 |
| 465 | 2026-03-10T15:24:17.692Z | Downloaded serde_spanned v0.6.9 |
| 466 | 2026-03-10T15:24:17.692Z | Downloaded rusty-fork v0.3.0 |
| 467 | 2026-03-10T15:24:17.694Z | Downloaded rustversion v1.0.22 |
| 468 | 2026-03-10T15:24:17.699Z | Downloaded rand_chacha v0.9.0 |
| 469 | 2026-03-10T15:24:17.702Z | Downloaded rustls-pemfile v2.2.0 |
| 470 | 2026-03-10T15:24:17.702Z | Downloaded icu_collections v2.0.0 |
| 471 | 2026-03-10T15:24:17.706Z | Downloaded rustc_version v0.1.7 |
| 472 | 2026-03-10T15:24:17.710Z | Downloaded hickory-resolver v0.25.2 |
| 473 | 2026-03-10T15:24:17.713Z | Downloaded serde_urlencoded v0.7.1 |
| 474 | 2026-03-10T15:24:17.716Z | Downloaded sha1 v0.10.6 |
| 475 | 2026-03-10T15:24:17.716Z | Downloaded quinn-udp v0.5.14 |
| 476 | 2026-03-10T15:24:17.720Z | Downloaded semver v1.0.27 |
| 477 | 2026-03-10T15:24:17.723Z | Downloaded serde_repr v0.1.20 |
| 478 | 2026-03-10T15:24:17.723Z | Downloaded structmeta v0.3.0 |
| 479 | 2026-03-10T15:24:17.726Z | Downloaded log v0.4.29 |
| 480 | 2026-03-10T15:24:17.726Z | Downloaded strsim v0.11.1 |
| 481 | 2026-03-10T15:24:17.731Z | Downloaded rustc_version v0.4.1 |
| 482 | 2026-03-10T15:24:17.731Z | Downloaded expectorate v1.2.0 |
| 483 | 2026-03-10T15:24:17.734Z | Downloaded stable_deref_trait v1.2.0 |
| 484 | 2026-03-10T15:24:17.734Z | Downloaded siphasher v1.0.1 |
| 485 | 2026-03-10T15:24:17.739Z | Downloaded serde_tokenstream v0.2.3 |
| 486 | 2026-03-10T15:24:17.739Z | Downloaded smawk v0.3.2 |
| 487 | 2026-03-10T15:24:17.739Z | Downloaded subtle v2.6.1 |
| 488 | 2026-03-10T15:24:17.743Z | Downloaded slog-bunyan v2.5.0 |
| 489 | 2026-03-10T15:24:17.743Z | Downloaded pin-project v1.1.10 |
| 490 | 2026-03-10T15:24:17.750Z | Downloaded take_mut v0.2.2 |
| 491 | 2026-03-10T15:24:17.754Z | Downloaded sync_wrapper v1.0.2 |
| 492 | 2026-03-10T15:24:17.754Z | Downloaded swrite v0.1.0 |
| 493 | 2026-03-10T15:24:17.757Z | Downloaded sha2 v0.10.9 |
| 494 | 2026-03-10T15:24:17.757Z | Downloaded pin-project-lite v0.2.16 |
| 495 | 2026-03-10T15:24:17.761Z | Downloaded ryu v1.0.20 |
| 496 | 2026-03-10T15:24:17.765Z | Downloaded slog-term v2.9.2 |
| 497 | 2026-03-10T15:24:17.768Z | Downloaded tabled_derive v0.7.0 |
| 498 | 2026-03-10T15:24:17.768Z | Downloaded slog-json v2.6.1 |
| 499 | 2026-03-10T15:24:17.771Z | Downloaded tagptr v0.2.0 |
| 500 | 2026-03-10T15:24:17.775Z | Downloaded strum v0.27.2 |
| 501 | 2026-03-10T15:24:17.775Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 502 | 2026-03-10T15:24:17.775Z | Downloaded testing_table v0.3.0 |
| 503 | 2026-03-10T15:24:17.778Z | Downloaded crypto-bigint v0.5.5 |
| 504 | 2026-03-10T15:24:17.783Z | Downloaded progenitor-impl v0.13.0 |
| 505 | 2026-03-10T15:24:17.786Z | Downloaded omicron-zone-package v0.12.2 |
| 506 | 2026-03-10T15:24:17.786Z | Downloaded hashbrown v0.12.3 |
| 507 | 2026-03-10T15:24:17.790Z | Downloaded hickory-resolver v0.24.4 |
| 508 | 2026-03-10T15:24:17.794Z | Downloaded snafu-derive v0.8.9 |
| 509 | 2026-03-10T15:24:17.797Z | Downloaded schemars_derive v0.8.22 |
| 510 | 2026-03-10T15:24:17.797Z | Downloaded time-core v0.1.6 |
| 511 | 2026-03-10T15:24:17.801Z | Downloaded crossbeam-channel v0.5.15 |
| 512 | 2026-03-10T15:24:17.805Z | Downloaded static_assertions v1.1.0 |
| 513 | 2026-03-10T15:24:17.805Z | Downloaded termtree v0.5.1 |
| 514 | 2026-03-10T15:24:17.805Z | Downloaded strum v0.26.3 |
| 515 | 2026-03-10T15:24:17.808Z | Downloaded structmeta-derive v0.3.0 |
| 516 | 2026-03-10T15:24:17.808Z | Downloaded papergrid v0.17.0 |
| 517 | 2026-03-10T15:24:17.811Z | Downloaded tabwriter v1.4.1 |
| 518 | 2026-03-10T15:24:17.815Z | Downloaded slog-dtrace v0.3.0 |
| 519 | 2026-03-10T15:24:17.815Z | Downloaded slog-async v2.8.0 |
| 520 | 2026-03-10T15:24:17.818Z | Downloaded serde_with_macros v3.14.1 |
| 521 | 2026-03-10T15:24:17.818Z | Downloaded scroll v0.12.0 |
| 522 | 2026-03-10T15:24:17.821Z | Downloaded signal-hook-registry v1.4.6 |
| 523 | 2026-03-10T15:24:17.821Z | Downloaded postcard v1.1.3 |
| 524 | 2026-03-10T15:24:17.825Z | Downloaded pin-project-internal v1.1.10 |
| 525 | 2026-03-10T15:24:17.829Z | Downloaded num-traits v0.2.19 |
| 526 | 2026-03-10T15:24:17.829Z | Downloaded terminal_size v0.4.3 |
| 527 | 2026-03-10T15:24:17.832Z | Downloaded toml_datetime v0.6.11 |
| 528 | 2026-03-10T15:24:17.832Z | Downloaded darling_core v0.21.3 |
| 529 | 2026-03-10T15:24:17.837Z | Downloaded thread-id v5.0.0 |
| 530 | 2026-03-10T15:24:17.840Z | Downloaded tabled_derive v0.11.0 |
| 531 | 2026-03-10T15:24:17.840Z | Downloaded progenitor-impl v0.10.0 |
| 532 | 2026-03-10T15:24:17.843Z | Downloaded shlex v1.3.0 |
| 533 | 2026-03-10T15:24:17.843Z | Downloaded prettyplease v0.2.37 |
| 534 | 2026-03-10T15:24:17.847Z | Downloaded sigpipe v0.1.3 |
| 535 | 2026-03-10T15:24:17.847Z | Downloaded toml_write v0.1.2 |
| 536 | 2026-03-10T15:24:17.850Z | Downloaded serde_path_to_error v0.1.20 |
| 537 | 2026-03-10T15:24:17.850Z | Downloaded tower-layer v0.3.3 |
| 538 | 2026-03-10T15:24:17.850Z | Downloaded slab v0.4.11 |
| 539 | 2026-03-10T15:24:17.853Z | Downloaded thiserror-impl v2.0.18 |
| 540 | 2026-03-10T15:24:17.853Z | Downloaded serde_derive_internals v0.29.1 |
| 541 | 2026-03-10T15:24:17.857Z | Downloaded smallvec v1.15.1 |
| 542 | 2026-03-10T15:24:17.860Z | Downloaded thread-id v4.2.2 |
| 543 | 2026-03-10T15:24:17.860Z | Downloaded tinyvec_macros v0.1.1 |
| 544 | 2026-03-10T15:24:17.860Z | Downloaded http v1.4.0 |
| 545 | 2026-03-10T15:24:17.863Z | Downloaded miniz_oxide v0.8.9 |
| 546 | 2026-03-10T15:24:17.867Z | Downloaded spin v0.9.8 |
| 547 | 2026-03-10T15:24:17.871Z | Downloaded time-macros v0.2.24 |
| 548 | 2026-03-10T15:24:17.871Z | Downloaded serde_derive v1.0.228 |
| 549 | 2026-03-10T15:24:17.873Z | Downloaded typify-macro v0.6.1 |
| 550 | 2026-03-10T15:24:17.873Z | Downloaded typify-macro v0.4.3 |
| 551 | 2026-03-10T15:24:17.876Z | Downloaded icu_normalizer_data v2.0.0 |
| 552 | 2026-03-10T15:24:17.880Z | Downloaded base64 v0.22.1 |
| 553 | 2026-03-10T15:24:17.880Z | Downloaded proc-macro2 v1.0.106 |
| 554 | 2026-03-10T15:24:17.883Z | Downloaded indexmap v2.13.0 |
| 555 | 2026-03-10T15:24:17.886Z | Downloaded supports-color v3.0.2 |
| 556 | 2026-03-10T15:24:17.890Z | Downloaded strum_macros v0.26.4 |
| 557 | 2026-03-10T15:24:17.890Z | Downloaded scroll v0.13.0 |
| 558 | 2026-03-10T15:24:17.893Z | Downloaded tokio-rustls v0.25.0 |
| 559 | 2026-03-10T15:24:17.893Z | Downloaded jiff-static v0.2.15 |
| 560 | 2026-03-10T15:24:17.896Z | Downloaded bytes v1.11.1 |
| 561 | 2026-03-10T15:24:17.900Z | Downloaded unicode-linebreak v0.1.5 |
| 562 | 2026-03-10T15:24:17.903Z | Downloaded tokio-native-tls v0.3.1 |
| 563 | 2026-03-10T15:24:17.903Z | Downloaded unicode-xid v0.2.6 |
| 564 | 2026-03-10T15:24:17.906Z | Downloaded usdt v0.6.0 |
| 565 | 2026-03-10T15:24:17.906Z | Downloaded untrusted v0.7.1 |
| 566 | 2026-03-10T15:24:17.906Z | Downloaded universal-hash v0.5.1 |
| 567 | 2026-03-10T15:24:17.909Z | Downloaded utf8_iter v1.0.4 |
| 568 | 2026-03-10T15:24:17.909Z | Downloaded usdt-attr-macro v0.6.0 |
| 569 | 2026-03-10T15:24:17.909Z | Downloaded usdt-attr-macro v0.5.0 |
| 570 | 2026-03-10T15:24:17.912Z | Downloaded tower-service v0.3.3 |
| 571 | 2026-03-10T15:24:17.912Z | Downloaded topological-sort v0.2.2 |
| 572 | 2026-03-10T15:24:17.912Z | Downloaded openssl-sys v0.9.109 |
| 573 | 2026-03-10T15:24:17.915Z | Downloaded tempfile v3.23.0 |
| 574 | 2026-03-10T15:24:17.918Z | Downloaded try-lock v0.2.5 |
| 575 | 2026-03-10T15:24:17.921Z | Downloaded term v1.2.0 |
| 576 | 2026-03-10T15:24:17.924Z | Downloaded papergrid v0.11.0 |
| 577 | 2026-03-10T15:24:17.928Z | Downloaded utf8parse v0.2.2 |
| 578 | 2026-03-10T15:24:17.928Z | Downloaded usdt-macro v0.5.0 |
| 579 | 2026-03-10T15:24:17.929Z | Downloaded strum_macros v0.27.2 |
| 580 | 2026-03-10T15:24:17.931Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 581 | 2026-03-10T15:24:17.931Z | Downloaded synstructure v0.13.2 |
| 582 | 2026-03-10T15:24:17.935Z | Downloaded tokio-macros v2.6.0 |
| 583 | 2026-03-10T15:24:17.935Z | Downloaded thiserror v1.0.69 |
| 584 | 2026-03-10T15:24:17.938Z | Downloaded quinn v0.11.9 |
| 585 | 2026-03-10T15:24:17.941Z | Downloaded memchr v2.7.5 |
| 586 | 2026-03-10T15:24:17.945Z | Downloaded untrusted v0.9.0 |
| 587 | 2026-03-10T15:24:17.949Z | Downloaded unarray v0.1.4 |
| 588 | 2026-03-10T15:24:17.949Z | Downloaded usdt v0.5.0 |
| 589 | 2026-03-10T15:24:17.949Z | Downloaded tokio-dtrace v0.1.1 |
| 590 | 2026-03-10T15:24:17.952Z | Downloaded wait-timeout v0.2.1 |
| 591 | 2026-03-10T15:24:17.952Z | Downloaded signal-hook v0.3.18 |
| 592 | 2026-03-10T15:24:17.955Z | Downloaded want v0.3.1 |
| 593 | 2026-03-10T15:24:17.955Z | Downloaded thiserror v2.0.18 |
| 594 | 2026-03-10T15:24:17.960Z | Downloaded minimal-lexical v0.2.1 |
| 595 | 2026-03-10T15:24:17.963Z | Downloaded hyper-util v0.1.19 |
| 596 | 2026-03-10T15:24:17.967Z | Downloaded waitgroup v0.1.2 |
| 597 | 2026-03-10T15:24:17.971Z | Downloaded usdt-macro v0.6.0 |
| 598 | 2026-03-10T15:24:17.971Z | Downloaded thread_local v1.1.9 |
| 599 | 2026-03-10T15:24:17.971Z | Downloaded thiserror-impl v1.0.69 |
| 600 | 2026-03-10T15:24:17.974Z | Downloaded tinystr v0.8.1 |
| 601 | 2026-03-10T15:24:17.974Z | Downloaded hashbrown v0.16.1 |
| 602 | 2026-03-10T15:24:17.977Z | Downloaded version_check v0.9.5 |
| 603 | 2026-03-10T15:24:17.981Z | Downloaded tokio-stream v0.1.17 |
| 604 | 2026-03-10T15:24:17.984Z | Downloaded yoke-derive v0.8.0 |
| 605 | 2026-03-10T15:24:17.984Z | Downloaded zerofrom v0.1.6 |
| 606 | 2026-03-10T15:24:17.984Z | Downloaded xattr v1.6.1 |
| 607 | 2026-03-10T15:24:17.987Z | Downloaded schemars v0.8.22 |
| 608 | 2026-03-10T15:24:17.994Z | Downloaded tar v0.4.44 |
| 609 | 2026-03-10T15:24:17.997Z | Downloaded smf v0.2.3 |
| 610 | 2026-03-10T15:24:17.997Z | Downloaded rustls-webpki v0.103.6 |
| 611 | 2026-03-10T15:24:18.001Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 612 | 2026-03-10T15:24:18.005Z | Downloaded usdt-impl v0.6.0 |
| 613 | 2026-03-10T15:24:18.005Z | Downloaded zeroize_derive v1.4.3 |
| 614 | 2026-03-10T15:24:18.005Z | Downloaded curl v0.4.49 |
| 615 | 2026-03-10T15:24:18.008Z | Downloaded hashbrown v0.15.5 |
| 616 | 2026-03-10T15:24:18.011Z | Downloaded tracing-attributes v0.1.30 |
| 617 | 2026-03-10T15:24:18.015Z | Downloaded serde_core v1.0.228 |
| 618 | 2026-03-10T15:24:18.018Z | Downloaded mio v1.0.4 |
| 619 | 2026-03-10T15:24:18.022Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 620 | 2026-03-10T15:24:18.022Z | Downloaded schemars v1.2.0 |
| 621 | 2026-03-10T15:24:18.032Z | Downloaded tinyvec v1.10.0 |
| 622 | 2026-03-10T15:24:18.035Z | Downloaded pest_meta v2.8.2 |
| 623 | 2026-03-10T15:24:18.039Z | Downloaded pest_derive v2.8.2 |
| 624 | 2026-03-10T15:24:18.039Z | Downloaded proc-macro-error2 v2.0.1 |
| 625 | 2026-03-10T15:24:18.042Z | Downloaded whoami v1.6.1 |
| 626 | 2026-03-10T15:24:18.045Z | Downloaded scroll_derive v0.13.1 |
| 627 | 2026-03-10T15:24:18.045Z | Downloaded quote v1.0.44 |
| 628 | 2026-03-10T15:24:18.049Z | Downloaded quick-error v1.2.3 |
| 629 | 2026-03-10T15:24:18.049Z | Downloaded rayon-core v1.13.0 |
| 630 | 2026-03-10T15:24:18.052Z | Downloaded parking_lot_core v0.9.11 |
| 631 | 2026-03-10T15:24:18.052Z | Downloaded icu_provider v2.0.0 |
| 632 | 2026-03-10T15:24:18.056Z | Downloaded icu_properties v2.0.1 |
| 633 | 2026-03-10T15:24:18.060Z | Downloaded zeroize v1.8.1 |
| 634 | 2026-03-10T15:24:18.060Z | Downloaded zerofrom-derive v0.1.6 |
| 635 | 2026-03-10T15:24:18.060Z | Downloaded toml v0.8.23 |
| 636 | 2026-03-10T15:24:18.063Z | Downloaded derive-where v1.6.0 |
| 637 | 2026-03-10T15:24:18.063Z | Downloaded zone_cfg_derive v0.3.1 |
| 638 | 2026-03-10T15:24:18.066Z | Downloaded zone v0.3.1 |
| 639 | 2026-03-10T15:24:18.066Z | Downloaded usdt-impl v0.5.0 |
| 640 | 2026-03-10T15:24:18.066Z | Downloaded proc-macro-error v1.0.4 |
| 641 | 2026-03-10T15:24:18.072Z | Downloaded vergen v8.3.2 |
| 642 | 2026-03-10T15:24:18.075Z | Downloaded indexmap v1.9.3 |
| 643 | 2026-03-10T15:24:18.075Z | Downloaded cancel-safe-futures v0.1.5 |
| 644 | 2026-03-10T15:24:18.078Z | Downloaded zmij v1.0.17 |
| 645 | 2026-03-10T15:24:18.078Z | Downloaded hyper v1.8.1 |
| 646 | 2026-03-10T15:24:18.083Z | Downloaded thiserror-no-std v2.0.2 |
| 647 | 2026-03-10T15:24:18.087Z | Downloaded tokio-rustls v0.26.3 |
| 648 | 2026-03-10T15:24:18.091Z | Downloaded socket2 v0.6.0 |
| 649 | 2026-03-10T15:24:18.094Z | Downloaded futures-util v0.3.31 |
| 650 | 2026-03-10T15:24:18.098Z | Downloaded typify v0.6.1 |
| 651 | 2026-03-10T15:24:18.102Z | Downloaded steno v0.4.1 |
| 652 | 2026-03-10T15:24:18.106Z | Downloaded walkdir v2.5.0 |
| 653 | 2026-03-10T15:24:18.106Z | Downloaded vsss-rs v3.3.4 |
| 654 | 2026-03-10T15:24:18.109Z | Downloaded pest v2.8.2 |
| 655 | 2026-03-10T15:24:18.112Z | Downloaded writeable v0.6.1 |
| 656 | 2026-03-10T15:24:18.116Z | Downloaded progenitor-impl v0.11.1 |
| 657 | 2026-03-10T15:24:18.116Z | Downloaded rustls-pki-types v1.12.0 |
| 658 | 2026-03-10T15:24:18.119Z | Downloaded unsafe-libyaml v0.2.11 |
| 659 | 2026-03-10T15:24:18.122Z | Downloaded similar v2.7.0 |
| 660 | 2026-03-10T15:24:18.127Z | Downloaded yoke v0.8.0 |
| 661 | 2026-03-10T15:24:18.129Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 662 | 2026-03-10T15:24:18.133Z | Downloaded qorb v0.4.1 |
| 663 | 2026-03-10T15:24:18.136Z | Downloaded uuid v1.20.0 |
| 664 | 2026-03-10T15:24:18.136Z | Downloaded itertools v0.14.0 |
| 665 | 2026-03-10T15:24:18.143Z | Downloaded rand v0.8.5 |
| 666 | 2026-03-10T15:24:18.147Z | Downloaded hkdf v0.12.4 |
| 667 | 2026-03-10T15:24:18.147Z | Downloaded h2 v0.4.12 |
| 668 | 2026-03-10T15:24:18.150Z | Downloaded ucd-trie v0.1.7 |
| 669 | 2026-03-10T15:24:18.154Z | Downloaded textwrap v0.16.2 |
| 670 | 2026-03-10T15:24:18.157Z | Downloaded test-strategy v0.4.3 |
| 671 | 2026-03-10T15:24:18.157Z | Downloaded itertools v0.12.1 |
| 672 | 2026-03-10T15:24:18.163Z | Downloaded anyhow v1.0.100 |
| 673 | 2026-03-10T15:24:18.167Z | Downloaded zerovec-derive v0.11.1 |
| 674 | 2026-03-10T15:24:18.170Z | Downloaded parse-display-derive v0.10.0 |
| 675 | 2026-03-10T15:24:18.170Z | Downloaded memmap2 v0.9.8 |
| 676 | 2026-03-10T15:24:18.170Z | Downloaded libsw v3.5.0 |
| 677 | 2026-03-10T15:24:18.170Z | Downloaded lock_api v0.4.13 |
| 678 | 2026-03-10T15:24:18.174Z | Downloaded potential_utf v0.1.3 |
| 679 | 2026-03-10T15:24:18.174Z | Downloaded num_threads v0.1.7 |
| 680 | 2026-03-10T15:24:18.174Z | Downloaded num-rational v0.4.2 |
| 681 | 2026-03-10T15:24:18.177Z | Downloaded num-integer v0.1.46 |
| 682 | 2026-03-10T15:24:18.177Z | Downloaded slog v2.8.2 |
| 683 | 2026-03-10T15:24:18.181Z | Downloaded toml_edit v0.22.27 |
| 684 | 2026-03-10T15:24:18.185Z | Downloaded schemars v0.9.0 |
| 685 | 2026-03-10T15:24:18.193Z | Downloaded snafu v0.8.9 |
| 686 | 2026-03-10T15:24:18.197Z | Downloaded typenum v1.18.0 |
| 687 | 2026-03-10T15:24:18.200Z | Downloaded goblin v0.8.2 |
| 688 | 2026-03-10T15:24:18.205Z | Downloaded serde v1.0.228 |
| 689 | 2026-03-10T15:24:18.208Z | Downloaded zerocopy-derive v0.7.35 |
| 690 | 2026-03-10T15:24:18.211Z | Downloaded nom v7.1.3 |
| 691 | 2026-03-10T15:24:18.215Z | Downloaded libloading v0.8.9 |
| 692 | 2026-03-10T15:24:18.217Z | Downloaded tracing-core v0.1.34 |
| 693 | 2026-03-10T15:24:18.220Z | Downloaded rand v0.9.2 |
| 694 | 2026-03-10T15:24:18.225Z | Downloaded hmac v0.12.1 |
| 695 | 2026-03-10T15:24:18.225Z | Downloaded anstyle-parse v0.2.7 |
| 696 | 2026-03-10T15:24:18.225Z | Downloaded multer v3.1.0 |
| 697 | 2026-03-10T15:24:18.228Z | Downloaded toml_edit v0.19.15 |
| 698 | 2026-03-10T15:24:18.239Z | Downloaded zerotrie v0.2.2 |
| 699 | 2026-03-10T15:24:18.244Z | Downloaded unicode-ident v1.0.24 |
| 700 | 2026-03-10T15:24:18.247Z | Downloaded regex v1.12.3 |
| 701 | 2026-03-10T15:24:18.250Z | Downloaded iddqd v0.3.17 |
| 702 | 2026-03-10T15:24:18.254Z | Downloaded unicode-segmentation v1.12.0 |
| 703 | 2026-03-10T15:24:18.257Z | Downloaded serde_yaml v0.9.34+deprecated |
| 704 | 2026-03-10T15:24:18.260Z | Downloaded iri-string v0.7.8 |
| 705 | 2026-03-10T15:24:18.264Z | Downloaded half v2.7.1 |
| 706 | 2026-03-10T15:24:18.267Z | Downloaded foldhash v0.2.0 |
| 707 | 2026-03-10T15:24:18.267Z | Downloaded dropshot_endpoint v0.16.7 |
| 708 | 2026-03-10T15:24:18.271Z | Downloaded toml v0.7.8 |
| 709 | 2026-03-10T15:24:18.274Z | Downloaded const_format_proc_macros v0.2.34 |
| 710 | 2026-03-10T15:24:18.274Z | Downloaded goblin v0.10.1 |
| 711 | 2026-03-10T15:24:18.279Z | Downloaded ipnet v2.11.0 |
| 712 | 2026-03-10T15:24:18.282Z | Downloaded data-encoding v2.9.0 |
| 713 | 2026-03-10T15:24:18.282Z | Downloaded base16ct v0.2.0 |
| 714 | 2026-03-10T15:24:18.286Z | Downloaded ingot-types v0.1.2 |
| 715 | 2026-03-10T15:24:18.286Z | Downloaded macaddr v1.0.1 |
| 716 | 2026-03-10T15:24:18.286Z | Downloaded ipnetwork v0.21.1 |
| 717 | 2026-03-10T15:24:18.289Z | Downloaded ingot v0.1.1 |
| 718 | 2026-03-10T15:24:18.289Z | Downloaded managed v0.8.0 |
| 719 | 2026-03-10T15:24:18.289Z | Downloaded glob v0.3.3 |
| 720 | 2026-03-10T15:24:18.292Z | Downloaded filetime v0.2.26 |
| 721 | 2026-03-10T15:24:18.292Z | Downloaded tokio-util v0.7.16 |
| 722 | 2026-03-10T15:24:18.296Z | Downloaded daft v0.1.4 |
| 723 | 2026-03-10T15:24:18.299Z | Downloaded aho-corasick v1.1.3 |
| 724 | 2026-03-10T15:24:18.302Z | Downloaded autocfg v1.5.0 |
| 725 | 2026-03-10T15:24:18.305Z | Downloaded anstream v0.6.20 |
| 726 | 2026-03-10T15:24:18.305Z | Downloaded defmt-macros v1.0.1 |
| 727 | 2026-03-10T15:24:18.312Z | Downloaded typed-path v0.9.3 |
| 728 | 2026-03-10T15:24:18.315Z | Downloaded crossbeam-deque v0.8.6 |
| 729 | 2026-03-10T15:24:18.315Z | Downloaded cargo_metadata v0.18.1 |
| 730 | 2026-03-10T15:24:18.318Z | Downloaded idna v1.1.0 |
| 731 | 2026-03-10T15:24:18.321Z | Downloaded critical-section v1.2.0 |
| 732 | 2026-03-10T15:24:18.321Z | Downloaded cmake v0.1.54 |
| 733 | 2026-03-10T15:24:18.321Z | Downloaded unicode-normalization v0.1.24 |
| 734 | 2026-03-10T15:24:18.342Z | Downloaded cipher v0.4.4 |
| 735 | 2026-03-10T15:24:18.342Z | Downloaded async-trait v0.1.89 |
| 736 | 2026-03-10T15:24:18.342Z | Downloaded tower v0.5.2 |
| 737 | 2026-03-10T15:24:18.342Z | Downloaded is_terminal_polyfill v1.70.1 |
| 738 | 2026-03-10T15:24:18.342Z | Downloaded chacha20 v0.9.1 |
| 739 | 2026-03-10T15:24:18.342Z | Downloaded is-terminal v0.4.16 |
| 740 | 2026-03-10T15:24:18.342Z | Downloaded git2 v0.19.0 |
| 741 | 2026-03-10T15:24:18.345Z | Downloaded typify v0.4.3 |
| 742 | 2026-03-10T15:24:18.348Z | Downloaded time v0.3.44 |
| 743 | 2026-03-10T15:24:18.352Z | Downloaded libm v0.2.15 |
| 744 | 2026-03-10T15:24:18.359Z | Downloaded indent_write v2.2.0 |
| 745 | 2026-03-10T15:24:18.362Z | Downloaded ident_case v1.0.1 |
| 746 | 2026-03-10T15:24:18.362Z | Downloaded tough v0.20.0 |
| 747 | 2026-03-10T15:24:18.368Z | Downloaded icu_properties_data v2.0.1 |
| 748 | 2026-03-10T15:24:18.375Z | Downloaded drift v0.1.3 |
| 749 | 2026-03-10T15:24:18.379Z | Downloaded tracing v0.1.41 |
| 750 | 2026-03-10T15:24:18.384Z | Downloaded zerocopy-derive v0.8.27 |
| 751 | 2026-03-10T15:24:18.388Z | Downloaded byteorder v1.5.0 |
| 752 | 2026-03-10T15:24:18.392Z | Downloaded bcs v0.1.6 |
| 753 | 2026-03-10T15:24:18.392Z | Downloaded hubpack v0.1.2 |
| 754 | 2026-03-10T15:24:18.392Z | Downloaded hex v0.4.3 |
| 755 | 2026-03-10T15:24:18.395Z | Downloaded futures-sink v0.3.31 |
| 756 | 2026-03-10T15:24:18.395Z | Downloaded zerovec v0.11.4 |
| 757 | 2026-03-10T15:24:18.398Z | Downloaded url v2.5.7 |
| 758 | 2026-03-10T15:24:18.402Z | Downloaded debug-ignore v1.0.5 |
| 759 | 2026-03-10T15:24:18.402Z | Downloaded futures-task v0.3.31 |
| 760 | 2026-03-10T15:24:18.402Z | Downloaded futures-macro v0.3.31 |
| 761 | 2026-03-10T15:24:18.405Z | Downloaded crc8 v0.1.1 |
| 762 | 2026-03-10T15:24:18.405Z | Downloaded colorchoice v1.0.4 |
| 763 | 2026-03-10T15:24:18.405Z | Downloaded moka v0.12.11 |
| 764 | 2026-03-10T15:24:18.412Z | Downloaded base64ct v1.8.0 |
| 765 | 2026-03-10T15:24:18.414Z | Downloaded anstyle v1.0.11 |
| 766 | 2026-03-10T15:24:18.414Z | Downloaded foldhash v0.1.5 |
| 767 | 2026-03-10T15:24:18.417Z | Downloaded clap_builder v4.5.50 |
| 768 | 2026-03-10T15:24:18.420Z | Downloaded zerocopy v0.7.35 |
| 769 | 2026-03-10T15:24:18.432Z | Downloaded winnow v0.5.40 |
| 770 | 2026-03-10T15:24:18.439Z | Downloaded bindgen v0.72.1 |
| 771 | 2026-03-10T15:24:18.444Z | Downloaded dof v0.3.0 |
| 772 | 2026-03-10T15:24:18.447Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 773 | 2026-03-10T15:24:18.447Z | Downloaded crucible-workspace-hack v0.1.0 |
| 774 | 2026-03-10T15:24:18.447Z | Downloaded atomic-waker v1.1.2 |
| 775 | 2026-03-10T15:24:18.450Z | Downloaded bit-set v0.8.0 |
| 776 | 2026-03-10T15:24:18.450Z | Downloaded backoff v0.4.0 |
| 777 | 2026-03-10T15:24:18.450Z | Downloaded foreign-types v0.5.0 |
| 778 | 2026-03-10T15:24:18.453Z | Downloaded foreign-types v0.3.2 |
| 779 | 2026-03-10T15:24:18.453Z | Downloaded fnv v1.0.7 |
| 780 | 2026-03-10T15:24:18.453Z | Downloaded errno v0.3.14 |
| 781 | 2026-03-10T15:24:18.456Z | Downloaded dyn-clone v1.0.20 |
| 782 | 2026-03-10T15:24:18.456Z | Downloaded cexpr v0.6.0 |
| 783 | 2026-03-10T15:24:18.460Z | Downloaded camino-tempfile v1.4.1 |
| 784 | 2026-03-10T15:24:18.460Z | Downloaded bitflags v1.3.2 |
| 785 | 2026-03-10T15:24:18.463Z | Downloaded winnow v0.7.14 |
| 786 | 2026-03-10T15:24:18.467Z | Downloaded reqwest v0.13.2 |
| 787 | 2026-03-10T15:24:18.471Z | Downloaded reqwest v0.12.23 |
| 788 | 2026-03-10T15:24:18.476Z | Downloaded serde_json v1.0.149 |
| 789 | 2026-03-10T15:24:18.481Z | Downloaded cfg-if v1.0.3 |
| 790 | 2026-03-10T15:24:18.484Z | Downloaded bytecount v0.6.9 |
| 791 | 2026-03-10T15:24:18.484Z | Downloaded block-buffer v0.10.4 |
| 792 | 2026-03-10T15:24:18.488Z | Downloaded convert_case v0.4.0 |
| 793 | 2026-03-10T15:24:18.488Z | Downloaded ciborium-io v0.2.2 |
| 794 | 2026-03-10T15:24:18.488Z | Downloaded generic-array v0.14.7 |
| 795 | 2026-03-10T15:24:18.491Z | Downloaded futures-io v0.3.31 |
| 796 | 2026-03-10T15:24:18.491Z | Downloaded embedded-io v0.4.0 |
| 797 | 2026-03-10T15:24:18.491Z | Downloaded fastrand v2.3.0 |
| 798 | 2026-03-10T15:24:18.494Z | Downloaded equivalent v1.0.2 |
| 799 | 2026-03-10T15:24:18.494Z | Downloaded embedded-io v0.6.1 |
| 800 | 2026-03-10T15:24:18.494Z | Downloaded dunce v1.0.5 |
| 801 | 2026-03-10T15:24:18.494Z | Downloaded foreign-types-shared v0.3.1 |
| 802 | 2026-03-10T15:24:18.497Z | Downloaded foreign-types-shared v0.1.1 |
| 803 | 2026-03-10T15:24:18.497Z | Downloaded defmt v0.3.100 |
| 804 | 2026-03-10T15:24:18.497Z | Downloaded darling v0.21.3 |
| 805 | 2026-03-10T15:24:18.501Z | Downloaded rayon v1.11.0 |
| 806 | 2026-03-10T15:24:18.506Z | Downloaded crossbeam-epoch v0.9.18 |
| 807 | 2026-03-10T15:24:18.509Z | Downloaded atomicwrites v0.4.4 |
| 808 | 2026-03-10T15:24:18.515Z | Downloaded portable-atomic v1.11.1 |
| 809 | 2026-03-10T15:24:18.520Z | Downloaded tower-http v0.6.8 |
| 810 | 2026-03-10T15:24:18.526Z | Downloaded vcpkg v0.2.15 |
| 811 | 2026-03-10T15:24:18.556Z | Downloaded blake3 v1.8.2 |
| 812 | 2026-03-10T15:24:18.562Z | Downloaded aws-lc-rs v1.14.0 |
| 813 | 2026-03-10T15:24:18.570Z | Downloaded dropshot v0.16.7 |
| 814 | 2026-03-10T15:24:18.586Z | Downloaded zerocopy v0.8.27 |
| 815 | 2026-03-10T15:24:18.602Z | Downloaded nix v0.30.1 |
| 816 | 2026-03-10T15:24:18.611Z | Downloaded hickory-proto v0.25.2 |
| 817 | 2026-03-10T15:24:18.622Z | Downloaded unicode-width v0.2.1 |
| 818 | 2026-03-10T15:24:18.626Z | Downloaded unicode-width v0.1.14 |
| 819 | 2026-03-10T15:24:18.631Z | Downloaded smoltcp v0.11.0 |
| 820 | 2026-03-10T15:24:18.639Z | Downloaded regex-syntax v0.8.6 |
| 821 | 2026-03-10T15:24:18.645Z | Downloaded rustix v0.38.44 |
| 822 | 2026-03-10T15:24:18.662Z | Downloaded rustls-webpki v0.102.8 |
| 823 | 2026-03-10T15:24:18.675Z | Downloaded quinn-proto v0.11.13 |
| 824 | 2026-03-10T15:24:18.681Z | Downloaded rustls v0.23.32 |
| 825 | 2026-03-10T15:24:18.689Z | Downloaded regress v0.10.5 |
| 826 | 2026-03-10T15:24:18.695Z | Downloaded tabled v0.20.0 |
| 827 | 2026-03-10T15:24:18.718Z | Downloaded tabled v0.15.0 |
| 828 | 2026-03-10T15:24:18.721Z | Downloaded openssl v0.10.73 |
| 829 | 2026-03-10T15:24:18.726Z | Downloaded hickory-proto v0.24.4 |
| 830 | 2026-03-10T15:24:18.737Z | Downloaded serde_with v3.14.1 |
| 831 | 2026-03-10T15:24:18.745Z | Downloaded typify-impl v0.6.1 |
| 832 | 2026-03-10T15:24:18.754Z | Downloaded typify-impl v0.4.3 |
| 833 | 2026-03-10T15:24:18.764Z | Downloaded curve25519-dalek v4.1.3 |
| 834 | 2026-03-10T15:24:18.770Z | Downloaded syn v1.0.109 |
| 835 | 2026-03-10T15:24:18.777Z | Downloaded proptest v1.8.0 |
| 836 | 2026-03-10T15:24:18.784Z | Downloaded bstr v1.12.0 |
| 837 | 2026-03-10T15:24:18.790Z | Downloaded regex-automata v0.4.13 |
| 838 | 2026-03-10T15:24:18.801Z | Downloaded chrono v0.4.43 |
| 839 | 2026-03-10T15:24:18.816Z | Downloaded webpki-roots v1.0.2 |
| 840 | 2026-03-10T15:24:18.824Z | Downloaded petgraph v0.6.5 |
| 841 | 2026-03-10T15:24:18.837Z | Downloaded syn v2.0.117 |
| 842 | 2026-03-10T15:24:18.845Z | Downloaded libc v0.2.176 |
| 843 | 2026-03-10T15:24:18.863Z | Downloaded rustls v0.22.4 |
| 844 | 2026-03-10T15:24:18.872Z | Downloaded libz-sys v1.1.22 |
| 845 | 2026-03-10T15:24:18.887Z | Downloaded openapiv3 v2.2.0 |
| 846 | 2026-03-10T15:24:18.939Z | Downloaded rustix v1.1.2 |
| 847 | 2026-03-10T15:24:18.974Z | Downloaded encoding_rs v0.8.35 |
| 848 | 2026-03-10T15:24:19.005Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 849 | 2026-03-10T15:24:19.220Z | Downloaded jiff v0.2.15 |
| 850 | 2026-03-10T15:24:19.253Z | Downloaded chrono-tz v0.10.4 |
| 851 | 2026-03-10T15:24:19.303Z | Downloaded petgraph v0.8.2 |
| 852 | 2026-03-10T15:24:19.336Z | Downloaded csv v1.3.1 |
| 853 | 2026-03-10T15:24:19.376Z | Downloaded tokio v1.49.0 |
| 854 | 2026-03-10T15:24:19.403Z | Downloaded sha3 v0.10.8 |
| 855 | 2026-03-10T15:24:19.594Z | Downloaded ring v0.17.14 |
| 856 | 2026-03-10T15:24:19.655Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 857 | 2026-03-10T15:24:20.446Z | Downloaded aws-lc-sys v0.31.0 |
| 858 | 2026-03-10T15:24:20.847Z | Compiling proc-macro2 v1.0.106 |
| 859 | 2026-03-10T15:24:20.850Z | Compiling quote v1.0.44 |
| 860 | 2026-03-10T15:24:20.850Z | Compiling unicode-ident v1.0.24 |
| 861 | 2026-03-10T15:24:20.850Z | Compiling serde_core v1.0.228 |
| 862 | 2026-03-10T15:24:20.850Z | Compiling serde v1.0.228 |
| 863 | 2026-03-10T15:24:20.850Z | Compiling libc v0.2.176 |
| 864 | 2026-03-10T15:24:20.850Z | Compiling autocfg v1.5.0 |
| 865 | 2026-03-10T15:24:21.230Z | Checking cfg-if v1.0.3 |
| 866 | 2026-03-10T15:24:21.308Z | Compiling memchr v2.7.5 |
| 867 | 2026-03-10T15:24:21.597Z | Compiling zmij v1.0.17 |
| 868 | 2026-03-10T15:24:22.046Z | Compiling getrandom v0.3.3 |
| 869 | 2026-03-10T15:24:22.068Z | Compiling libm v0.2.15 |
| 870 | 2026-03-10T15:24:22.534Z | Checking itoa v1.0.15 |
| 871 | 2026-03-10T15:24:22.537Z | Compiling shlex v1.3.0 |
| 872 | 2026-03-10T15:24:22.575Z | Checking smallvec v1.15.1 |
| 873 | 2026-03-10T15:24:22.677Z | Compiling jobserver v0.1.34 |
| 874 | 2026-03-10T15:24:22.754Z | Compiling find-msvc-tools v0.1.2 |
| 875 | 2026-03-10T15:24:22.813Z | Compiling thiserror v2.0.18 |
| 876 | 2026-03-10T15:24:22.861Z | Compiling version_check v0.9.5 |
| 877 | 2026-03-10T15:24:23.071Z | Compiling cc v1.2.38 |
| 878 | 2026-03-10T15:24:23.177Z | Compiling syn v2.0.117 |
| 879 | 2026-03-10T15:24:23.199Z | Compiling icu_properties_data v2.0.1 |
| 880 | 2026-03-10T15:24:23.234Z | Compiling icu_normalizer_data v2.0.0 |
| 881 | 2026-03-10T15:24:23.446Z | Compiling lock_api v0.4.13 |
| 882 | 2026-03-10T15:24:23.497Z | Compiling parking_lot_core v0.9.11 |
| 883 | 2026-03-10T15:24:23.519Z | Checking stable_deref_trait v1.2.0 |
| 884 | 2026-03-10T15:24:23.565Z | Compiling serde_json v1.0.149 |
| 885 | 2026-03-10T15:24:23.896Z | Compiling log v0.4.29 |
| 886 | 2026-03-10T15:24:23.917Z | Compiling heck v0.5.0 |
| 887 | 2026-03-10T15:24:24.215Z | Checking writeable v0.6.1 |
| 888 | 2026-03-10T15:24:24.237Z | Checking litemap v0.8.0 |
| 889 | 2026-03-10T15:24:24.301Z | Compiling num-traits v0.2.19 |
| 890 | 2026-03-10T15:24:24.337Z | Checking percent-encoding v2.3.2 |
| 891 | 2026-03-10T15:24:24.602Z | Checking form_urlencoded v1.2.2 |
| 892 | 2026-03-10T15:24:24.678Z | Checking utf8_iter v1.0.4 |
| 893 | 2026-03-10T15:24:24.787Z | Compiling zerocopy v0.8.27 |
| 894 | 2026-03-10T15:24:24.831Z | Checking pin-project-lite v0.2.16 |
| 895 | 2026-03-10T15:24:24.858Z | Compiling rustversion v1.0.22 |
| 896 | 2026-03-10T15:24:24.901Z | Checking iana-time-zone v0.1.64 |
| 897 | 2026-03-10T15:24:24.945Z | Compiling regex-syntax v0.8.6 |
| 898 | 2026-03-10T15:24:25.033Z | Compiling allocator-api2 v0.2.21 |
| 899 | 2026-03-10T15:24:25.245Z | Compiling equivalent v1.0.2 |
| 900 | 2026-03-10T15:24:25.338Z | Compiling foldhash v0.2.0 |
| 901 | 2026-03-10T15:24:25.359Z | Compiling semver v1.0.27 |
| 902 | 2026-03-10T15:24:25.464Z | Checking socket2 v0.6.0 |
| 903 | 2026-03-10T15:24:25.587Z | Compiling hashbrown v0.16.1 |
| 904 | 2026-03-10T15:24:25.757Z | Compiling aho-corasick v1.1.3 |
| 905 | 2026-03-10T15:24:25.793Z | Checking uuid v1.20.0 |
| 906 | 2026-03-10T15:24:26.136Z | Checking scopeguard v1.2.0 |
| 907 | 2026-03-10T15:24:26.254Z | Checking getrandom v0.2.16 |
| 908 | 2026-03-10T15:24:26.397Z | Checking signal-hook-registry v1.4.6 |
| 909 | 2026-03-10T15:24:26.421Z | Checking mio v1.0.4 |
| 910 | 2026-03-10T15:24:26.424Z | Checking dyn-clone v1.0.20 |
| 911 | 2026-03-10T15:24:26.424Z | Compiling portable-atomic v1.11.1 |
| 912 | 2026-03-10T15:24:26.524Z | Checking parking_lot v0.12.4 |
| 913 | 2026-03-10T15:24:26.560Z | Compiling schemars v0.8.22 |
| 914 | 2026-03-10T15:24:26.988Z | Compiling regex-automata v0.4.13 |
| 915 | 2026-03-10T15:24:27.063Z | Checking critical-section v1.2.0 |
| 916 | 2026-03-10T15:24:27.184Z | Compiling bitflags v2.9.4 |
| 917 | 2026-03-10T15:24:27.187Z | Checking futures-core v0.3.32 |
| 918 | 2026-03-10T15:24:27.355Z | Compiling synstructure v0.13.2 |
| 919 | 2026-03-10T15:24:27.450Z | Compiling serde_derive_internals v0.29.1 |
| 920 | 2026-03-10T15:24:27.701Z | Checking once_cell v1.21.3 |
| 921 | 2026-03-10T15:24:27.924Z | Compiling ring v0.17.14 |
| 922 | 2026-03-10T15:24:28.162Z | Compiling typenum v1.18.0 |
| 923 | 2026-03-10T15:24:28.258Z | Compiling indexmap v2.13.0 |
| 924 | 2026-03-10T15:24:28.497Z | Compiling thiserror v1.0.69 |
| 925 | 2026-03-10T15:24:28.744Z | Compiling httparse v1.10.1 |
| 926 | 2026-03-10T15:24:29.146Z | Checking futures-sink v0.3.31 |
| 927 | 2026-03-10T15:24:29.211Z | Compiling serde_derive v1.0.228 |
| 928 | 2026-03-10T15:24:29.233Z | Compiling zerofrom-derive v0.1.6 |
| 929 | 2026-03-10T15:24:29.254Z | Compiling yoke-derive v0.8.0 |
| 930 | 2026-03-10T15:24:29.276Z | Compiling zerovec-derive v0.11.1 |
| 931 | 2026-03-10T15:24:29.279Z | Compiling displaydoc v0.2.5 |
| 932 | 2026-03-10T15:24:29.430Z | Compiling thiserror-impl v2.0.18 |
| 933 | 2026-03-10T15:24:30.213Z | Compiling schemars_derive v0.8.22 |
| 934 | 2026-03-10T15:24:30.585Z | Compiling tokio-macros v2.6.0 |
| 935 | 2026-03-10T15:24:30.589Z | Compiling zerocopy-derive v0.8.27 |
| 936 | 2026-03-10T15:24:30.666Z | Compiling futures-macro v0.3.31 |
| 937 | 2026-03-10T15:24:30.831Z | Checking zerofrom v0.1.6 |
| 938 | 2026-03-10T15:24:30.984Z | Checking yoke v0.8.0 |
| 939 | 2026-03-10T15:24:31.156Z | Compiling regex v1.12.3 |
| 940 | 2026-03-10T15:24:31.207Z | Checking zerovec v0.11.4 |
| 941 | 2026-03-10T15:24:31.509Z | Checking zerotrie v0.2.2 |
| 942 | 2026-03-10T15:24:31.710Z | Compiling zeroize_derive v1.4.3 |
| 943 | 2026-03-10T15:24:31.773Z | Compiling thiserror-impl v1.0.69 |
| 944 | 2026-03-10T15:24:31.820Z | Compiling rustix v1.1.2 |
| 945 | 2026-03-10T15:24:31.843Z | Checking slab v0.4.11 |
| 946 | 2026-03-10T15:24:32.037Z | Compiling either v1.15.0 |
| 947 | 2026-03-10T15:24:32.187Z | Checking tinystr v0.8.1 |
| 948 | 2026-03-10T15:24:32.218Z | Checking potential_utf v0.1.3 |
| 949 | 2026-03-10T15:24:32.374Z | Checking icu_collections v2.0.0 |
| 950 | 2026-03-10T15:24:32.412Z | Checking icu_locale_core v2.0.0 |
| 951 | 2026-03-10T15:24:32.547Z | Checking subtle v2.6.1 |
| 952 | 2026-03-10T15:24:32.568Z | Checking zeroize v1.8.1 |
| 953 | 2026-03-10T15:24:32.764Z | Compiling anyhow v1.0.100 |
| 954 | 2026-03-10T15:24:32.767Z | Compiling ucd-trie v0.1.7 |
| 955 | 2026-03-10T15:24:32.809Z | Checking futures-channel v0.3.31 |
| 956 | 2026-03-10T15:24:33.070Z | Compiling pest v2.8.2 |
| 957 | 2026-03-10T15:24:33.091Z | Checking icu_provider v2.0.0 |
| 958 | 2026-03-10T15:24:33.386Z | Checking bytes v1.11.1 |
| 959 | 2026-03-10T15:24:33.409Z | Checking icu_properties v2.0.1 |
| 960 | 2026-03-10T15:24:33.430Z | Checking icu_normalizer v2.0.0 |
| 961 | 2026-03-10T15:24:33.825Z | Checking chrono v0.4.43 |
| 962 | 2026-03-10T15:24:33.988Z | Compiling serde_tokenstream v0.2.3 |
| 963 | 2026-03-10T15:24:34.105Z | Checking tokio v1.49.0 |
| 964 | 2026-03-10T15:24:34.349Z | Checking rand_core v0.6.4 |
| 965 | 2026-03-10T15:24:34.428Z | Checking pin-utils v0.1.0 |
| 966 | 2026-03-10T15:24:34.514Z | Checking futures-io v0.3.31 |
| 967 | 2026-03-10T15:24:34.536Z | Compiling pest_meta v2.8.2 |
| 968 | 2026-03-10T15:24:34.559Z | Checking futures-task v0.3.31 |
| 969 | 2026-03-10T15:24:34.561Z | Checking idna_adapter v1.2.1 |
| 970 | 2026-03-10T15:24:34.655Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-03-10T15:24:34.727Z | Checking futures-util v0.3.31 |
| 972 | 2026-03-10T15:24:34.730Z | Checking idna v1.1.0 |
| 973 | 2026-03-10T15:24:34.772Z | Compiling tracing-attributes v0.1.30 |
| 974 | 2026-03-10T15:24:34.986Z | Checking tracing-core v0.1.34 |
| 975 | 2026-03-10T15:24:35.060Z | Checking url v2.5.7 |
| 976 | 2026-03-10T15:24:35.271Z | Compiling generic-array v0.14.7 |
| 977 | 2026-03-10T15:24:35.384Z | Compiling pest_generator v2.8.2 |
| 978 | 2026-03-10T15:24:35.549Z | Checking fnv v1.0.7 |
| 979 | 2026-03-10T15:24:36.159Z | Compiling vcpkg v0.2.15 |
| 980 | 2026-03-10T15:24:36.393Z | Checking tracing v0.1.41 |
| 981 | 2026-03-10T15:24:36.420Z | Compiling pest_derive v2.8.2 |
| 982 | 2026-03-10T15:24:36.559Z | Compiling http v1.4.0 |
| 983 | 2026-03-10T15:24:36.922Z | Compiling prettyplease v0.2.37 |
| 984 | 2026-03-10T15:24:37.046Z | Compiling rustc-hash v2.1.1 |
| 985 | 2026-03-10T15:24:37.196Z | Compiling regress v0.10.5 |
| 986 | 2026-03-10T15:24:37.270Z | Compiling byteorder v1.5.0 |
| 987 | 2026-03-10T15:24:37.367Z | Compiling num-conv v0.1.0 |
| 988 | 2026-03-10T15:24:37.389Z | Compiling time-core v0.1.6 |
| 989 | 2026-03-10T15:24:37.555Z | Checking errno v0.3.14 |
| 990 | 2026-03-10T15:24:37.578Z | Compiling minimal-lexical v0.2.1 |
| 991 | 2026-03-10T15:24:37.581Z | Compiling time-macros v0.2.24 |
| 992 | 2026-03-10T15:24:37.705Z | Compiling glob v0.3.3 |
| 993 | 2026-03-10T15:24:37.929Z | Compiling nom v7.1.3 |
| 994 | 2026-03-10T15:24:38.148Z | Compiling clang-sys v1.8.1 |
| 995 | 2026-03-10T15:24:38.407Z | Checking ipnet v2.11.0 |
| 996 | 2026-03-10T15:24:38.646Z | Checking base64 v0.22.1 |
| 997 | 2026-03-10T15:24:38.697Z | Checking tokio-util v0.7.16 |
| 998 | 2026-03-10T15:24:38.957Z | Checking crypto-common v0.1.6 |
| 999 | 2026-03-10T15:24:39.105Z | Compiling scroll_derive v0.13.1 |
| 1000 | 2026-03-10T15:24:39.335Z | Compiling libloading v0.8.9 |
| 1001 | 2026-03-10T15:24:39.496Z | Compiling bindgen v0.72.1 |
| 1002 | 2026-03-10T15:24:39.579Z | Compiling camino v1.2.2 |
| 1003 | 2026-03-10T15:24:39.879Z | Compiling cexpr v0.6.0 |
| 1004 | 2026-03-10T15:24:39.964Z | Checking http-body v1.0.1 |
| 1005 | 2026-03-10T15:24:40.051Z | Checking ppv-lite86 v0.2.21 |
| 1006 | 2026-03-10T15:24:40.128Z | Compiling itertools v0.12.1 |
| 1007 | 2026-03-10T15:24:40.155Z | Compiling syn v1.0.109 |
| 1008 | 2026-03-10T15:24:40.184Z | Checking atomic-waker v1.1.2 |
| 1009 | 2026-03-10T15:24:40.223Z | Compiling crossbeam-utils v0.8.21 |
| 1010 | 2026-03-10T15:24:40.465Z | Compiling slog v2.8.2 |
| 1011 | 2026-03-10T15:24:40.571Z | Checking tower-layer v0.3.3 |
| 1012 | 2026-03-10T15:24:40.627Z | Checking tower-service v0.3.3 |
| 1013 | 2026-03-10T15:24:40.653Z | Checking try-lock v0.2.5 |
| 1014 | 2026-03-10T15:24:40.676Z | Compiling paste v1.0.15 |
| 1015 | 2026-03-10T15:24:40.732Z | Checking h2 v0.4.12 |
| 1016 | 2026-03-10T15:24:40.798Z | Checking ipnetwork v0.21.1 |
| 1017 | 2026-03-10T15:24:40.801Z | Checking want v0.3.1 |
| 1018 | 2026-03-10T15:24:40.841Z | Checking erased-serde v0.3.31 |
| 1019 | 2026-03-10T15:24:40.965Z | Checking rustls-pki-types v1.12.0 |
| 1020 | 2026-03-10T15:24:41.061Z | Checking pretty-hex v0.4.1 |
| 1021 | 2026-03-10T15:24:41.087Z | Checking httpdate v1.0.3 |
| 1022 | 2026-03-10T15:24:41.206Z | Checking ryu v1.0.20 |
| 1023 | 2026-03-10T15:24:41.338Z | Compiling async-trait v0.1.89 |
| 1024 | 2026-03-10T15:24:41.374Z | Checking untrusted v0.9.0 |
| 1025 | 2026-03-10T15:24:41.643Z | Compiling scroll v0.13.0 |
| 1026 | 2026-03-10T15:24:41.747Z | Compiling openssl-sys v0.9.109 |
| 1027 | 2026-03-10T15:24:41.976Z | Compiling strsim v0.11.1 |
| 1028 | 2026-03-10T15:24:42.364Z | Checking plain v0.2.3 |
| 1029 | 2026-03-10T15:24:42.431Z | Compiling usdt-impl v0.6.0 |
| 1030 | 2026-03-10T15:24:42.623Z | Compiling goblin v0.10.1 |
| 1031 | 2026-03-10T15:24:42.785Z | Checking http-body-util v0.1.3 |
| 1032 | 2026-03-10T15:24:42.814Z | Checking block-buffer v0.10.4 |
| 1033 | 2026-03-10T15:24:42.867Z | Compiling openapiv3 v2.2.0 |
| 1034 | 2026-03-10T15:24:42.987Z | Checking rand_core v0.9.3 |
| 1035 | 2026-03-10T15:24:43.063Z | Compiling slog-async v2.8.0 |
| 1036 | 2026-03-10T15:24:43.228Z | Checking hyper v1.8.1 |
| 1037 | 2026-03-10T15:24:44.330Z | Checking digest v0.10.7 |
| 1038 | 2026-03-10T15:24:44.428Z | Checking hyper-util v0.1.19 |
| 1039 | 2026-03-10T15:24:44.572Z | Checking serde_urlencoded v0.7.1 |
| 1040 | 2026-03-10T15:24:44.840Z | Checking oxnet v0.1.4 |
| 1041 | 2026-03-10T15:24:44.963Z | Compiling typify-impl v0.4.3 |
| 1042 | 2026-03-10T15:24:45.076Z | Compiling dtrace-parser v0.3.0 |
| 1043 | 2026-03-10T15:24:45.141Z | Compiling cmake v0.1.54 |
| 1044 | 2026-03-10T15:24:45.220Z | Compiling thread-id v5.0.0 |
| 1045 | 2026-03-10T15:24:45.326Z | Compiling fs_extra v1.3.0 |
| 1046 | 2026-03-10T15:24:45.583Z | Compiling ident_case v1.0.1 |
| 1047 | 2026-03-10T15:24:45.648Z | Compiling omicron-workspace-hack v0.1.0 |
| 1048 | 2026-03-10T15:24:45.736Z | Compiling dunce v1.0.5 |
| 1049 | 2026-03-10T15:24:45.855Z | Compiling darling_core v0.21.3 |
| 1050 | 2026-03-10T15:24:45.879Z | Checking rand_chacha v0.9.0 |
| 1051 | 2026-03-10T15:24:45.932Z | Compiling daft-derive v0.1.4 |
| 1052 | 2026-03-10T15:24:45.957Z | Compiling unsafe-libyaml v0.2.11 |
| 1053 | 2026-03-10T15:24:46.115Z | Checking rand v0.9.2 |
| 1054 | 2026-03-10T15:24:46.469Z | Compiling dof v0.4.0 |
| 1055 | 2026-03-10T15:24:46.726Z | Checking powerfmt v0.2.0 |
| 1056 | 2026-03-10T15:24:46.867Z | Compiling serde_yaml v0.9.34+deprecated |
| 1057 | 2026-03-10T15:24:46.878Z | Checking sync_wrapper v1.0.2 |
| 1058 | 2026-03-10T15:24:46.924Z | Checking deranged v0.5.3 |
| 1059 | 2026-03-10T15:24:47.898Z | Compiling aws-lc-rs v1.14.0 |
| 1060 | 2026-03-10T15:24:47.933Z | Compiling rustls v0.22.4 |
| 1061 | 2026-03-10T15:24:48.256Z | Compiling usdt-attr-macro v0.6.0 |
| 1062 | 2026-03-10T15:24:48.345Z | Compiling usdt-macro v0.6.0 |
| 1063 | 2026-03-10T15:24:48.370Z | Checking cpufeatures v0.2.17 |
| 1064 | 2026-03-10T15:24:48.423Z | Checking num_threads v0.1.7 |
| 1065 | 2026-03-10T15:24:48.530Z | Checking time v0.3.44 |
| 1066 | 2026-03-10T15:24:48.553Z | Compiling aws-lc-sys v0.31.0 |
| 1067 | 2026-03-10T15:24:48.645Z | Checking tower v0.5.2 |
| 1068 | 2026-03-10T15:24:48.883Z | Compiling darling_macro v0.21.3 |
| 1069 | 2026-03-10T15:24:49.360Z | Compiling structmeta-derive v0.3.0 |
| 1070 | 2026-03-10T15:24:49.567Z | Compiling darling v0.21.3 |
| 1071 | 2026-03-10T15:24:49.673Z | Checking encoding_rs v0.8.35 |
| 1072 | 2026-03-10T15:24:49.865Z | Checking mime v0.3.17 |
| 1073 | 2026-03-10T15:24:49.937Z | Compiling typify-macro v0.4.3 |
| 1074 | 2026-03-10T15:24:50.007Z | Checking iri-string v0.7.8 |
| 1075 | 2026-03-10T15:24:50.088Z | Checking crossbeam-channel v0.5.15 |
| 1076 | 2026-03-10T15:24:50.382Z | Checking futures-executor v0.3.31 |
| 1077 | 2026-03-10T15:24:50.523Z | Compiling multer v3.1.0 |
| 1078 | 2026-03-10T15:24:50.561Z | Checking unicode-width v0.2.1 |
| 1079 | 2026-03-10T15:24:50.711Z | Compiling structmeta v0.3.0 |
| 1080 | 2026-03-10T15:24:50.791Z | Checking hex v0.4.3 |
| 1081 | 2026-03-10T15:24:50.886Z | Checking fastrand v2.3.0 |
| 1082 | 2026-03-10T15:24:50.917Z | Checking untrusted v0.7.1 |
| 1083 | 2026-03-10T15:24:50.964Z | Compiling openssl v0.10.73 |
| 1084 | 2026-03-10T15:24:51.059Z | Checking foreign-types-shared v0.1.1 |
| 1085 | 2026-03-10T15:24:51.104Z | Checking futures v0.3.31 |
| 1086 | 2026-03-10T15:24:51.119Z | Checking tempfile v3.23.0 |
| 1087 | 2026-03-10T15:24:51.163Z | Checking foreign-types v0.3.2 |
| 1088 | 2026-03-10T15:24:51.188Z | Compiling async-stream-impl v0.3.6 |
| 1089 | 2026-03-10T15:24:51.247Z | Compiling openssl-macros v0.1.1 |
| 1090 | 2026-03-10T15:24:51.342Z | Compiling strum_macros v0.26.4 |
| 1091 | 2026-03-10T15:24:51.440Z | Checking tower-http v0.6.8 |
| 1092 | 2026-03-10T15:24:51.470Z | Checking thread_local v1.1.9 |
| 1093 | 2026-03-10T15:24:51.674Z | Compiling rustls v0.23.32 |
| 1094 | 2026-03-10T15:24:51.788Z | Compiling native-tls v0.2.14 |
| 1095 | 2026-03-10T15:24:51.811Z | Checking openssl-probe v0.1.6 |
| 1096 | 2026-03-10T15:24:51.896Z | Compiling typify v0.4.3 |
| 1097 | 2026-03-10T15:24:52.135Z | Compiling newtype-uuid-macros v0.1.0 |
| 1098 | 2026-03-10T15:24:52.216Z | Compiling dropshot v0.16.7 |
| 1099 | 2026-03-10T15:24:52.373Z | Checking is-terminal v0.4.16 |
| 1100 | 2026-03-10T15:24:52.377Z | Checking memmap2 v0.9.8 |
| 1101 | 2026-03-10T15:24:52.483Z | Checking take_mut v0.2.2 |
| 1102 | 2026-03-10T15:24:52.504Z | Checking winnow v0.7.14 |
| 1103 | 2026-03-10T15:24:52.600Z | Checking match_cfg v0.1.0 |
| 1104 | 2026-03-10T15:24:52.618Z | Checking term v1.2.0 |
| 1105 | 2026-03-10T15:24:52.736Z | Compiling ref-cast v1.0.25 |
| 1106 | 2026-03-10T15:24:52.971Z | Checking slog-term v2.9.2 |
| 1107 | 2026-03-10T15:24:53.180Z | Checking hostname v0.3.1 |
| 1108 | 2026-03-10T15:24:53.346Z | Checking slog-json v2.6.1 |
| 1109 | 2026-03-10T15:24:53.367Z | Compiling dropshot_endpoint v0.16.7 |
| 1110 | 2026-03-10T15:24:53.419Z | Compiling ref-cast-impl v1.0.25 |
| 1111 | 2026-03-10T15:24:53.536Z | Checking slog-bunyan v2.5.0 |
| 1112 | 2026-03-10T15:24:53.602Z | Compiling derive-ex v0.1.8 |
| 1113 | 2026-03-10T15:24:53.983Z | Checking webpki-roots v1.0.2 |
| 1114 | 2026-03-10T15:24:54.141Z | Compiling strum_macros v0.27.2 |
| 1115 | 2026-03-10T15:24:54.322Z | Compiling progenitor-impl v0.11.1 |
| 1116 | 2026-03-10T15:24:54.403Z | Checking newtype-uuid v1.3.2 |
| 1117 | 2026-03-10T15:24:54.880Z | Checking daft v0.1.4 |
| 1118 | 2026-03-10T15:24:55.124Z | Checking tokio-native-tls v0.3.1 |
| 1119 | 2026-03-10T15:24:55.169Z | Compiling serde_with_macros v3.14.1 |
| 1120 | 2026-03-10T15:24:55.314Z | Checking hyper-tls v0.6.0 |
| 1121 | 2026-03-10T15:24:55.702Z | Compiling test-strategy v0.4.3 |
| 1122 | 2026-03-10T15:24:55.704Z | Checking rustls-webpki v0.102.8 |
| 1123 | 2026-03-10T15:24:56.073Z | Checking debug-ignore v1.0.5 |
| 1124 | 2026-03-10T15:24:56.204Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1125 | 2026-03-10T15:24:56.616Z | Compiling parse-display-derive v0.10.0 |
| 1126 | 2026-03-10T15:24:56.767Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1127 | 2026-03-10T15:24:57.176Z | Compiling progenitor-macro v0.11.1 |
| 1128 | 2026-03-10T15:24:57.289Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-03-10T15:24:57.470Z | Checking serde_spanned v1.0.4 |
| 1130 | 2026-03-10T15:24:57.493Z | Checking usdt v0.6.0 |
| 1131 | 2026-03-10T15:24:57.540Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-03-10T15:24:57.632Z | Checking spin v0.9.8 |
| 1133 | 2026-03-10T15:24:57.802Z | Checking toml v0.9.11+spec-1.1.0 |
| 1134 | 2026-03-10T15:24:58.060Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1135 | 2026-03-10T15:24:58.203Z | Checking strum v0.26.3 |
| 1136 | 2026-03-10T15:24:58.225Z | Checking tokio-rustls v0.25.0 |
| 1137 | 2026-03-10T15:24:58.340Z | Checking async-stream v0.3.6 |
| 1138 | 2026-03-10T15:24:58.477Z | Checking sha1 v0.10.6 |
| 1139 | 2026-03-10T15:24:58.502Z | Checking rustls-pemfile v2.2.0 |
| 1140 | 2026-03-10T15:24:58.506Z | Checking rand_chacha v0.3.1 |
| 1141 | 2026-03-10T15:24:58.610Z | Checking waitgroup v0.1.2 |
| 1142 | 2026-03-10T15:24:58.646Z | Compiling toml_datetime v0.6.11 |
| 1143 | 2026-03-10T15:24:58.671Z | Checking macaddr v1.0.1 |
| 1144 | 2026-03-10T15:24:58.692Z | Checking serde_path_to_error v0.1.20 |
| 1145 | 2026-03-10T15:24:58.727Z | Checking hostname v0.4.2 |
| 1146 | 2026-03-10T15:24:58.771Z | Checking wait-timeout v0.2.1 |
| 1147 | 2026-03-10T15:24:58.846Z | Checking quick-error v1.2.3 |
| 1148 | 2026-03-10T15:24:58.870Z | Checking bit-vec v0.8.0 |
| 1149 | 2026-03-10T15:24:58.923Z | Checking lazy_static v1.5.0 |
| 1150 | 2026-03-10T15:24:58.958Z | Checking rand v0.8.5 |
| 1151 | 2026-03-10T15:24:58.978Z | Checking rusty-fork v0.3.0 |
| 1152 | 2026-03-10T15:24:59.034Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1153 | 2026-03-10T15:24:59.116Z | Checking bit-set v0.8.0 |
| 1154 | 2026-03-10T15:24:59.303Z | Checking tabwriter v1.4.1 |
| 1155 | 2026-03-10T15:24:59.326Z | Checking rand_xorshift v0.4.0 |
| 1156 | 2026-03-10T15:24:59.496Z | Compiling clap_derive v4.5.49 |
| 1157 | 2026-03-10T15:24:59.600Z | Checking unarray v0.1.4 |
| 1158 | 2026-03-10T15:24:59.622Z | Checking colored v3.0.0 |
| 1159 | 2026-03-10T15:24:59.728Z | Checking utf8parse v0.2.2 |
| 1160 | 2026-03-10T15:24:59.734Z | Checking proptest v1.8.0 |
| 1161 | 2026-03-10T15:24:59.860Z | Checking anstyle-parse v0.2.7 |
| 1162 | 2026-03-10T15:24:59.880Z | Checking strum v0.27.2 |
| 1163 | 2026-03-10T15:25:00.056Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1164 | 2026-03-10T15:25:00.138Z | Checking terminal_size v0.4.3 |
| 1165 | 2026-03-10T15:25:00.638Z | Checking anstyle-query v1.1.4 |
| 1166 | 2026-03-10T15:25:00.730Z | Checking colorchoice v1.0.4 |
| 1167 | 2026-03-10T15:25:00.758Z | Checking is_terminal_polyfill v1.70.1 |
| 1168 | 2026-03-10T15:25:00.806Z | Checking anstyle v1.0.11 |
| 1169 | 2026-03-10T15:25:01.043Z | Checking anstream v0.6.20 |
| 1170 | 2026-03-10T15:25:01.144Z | Checking itertools v0.14.0 |
| 1171 | 2026-03-10T15:25:01.720Z | Checking clap_lex v0.7.5 |
| 1172 | 2026-03-10T15:25:01.933Z | Checking clap_builder v4.5.50 |
| 1173 | 2026-03-10T15:25:02.028Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1174 | 2026-03-10T15:25:02.733Z | Checking serde_with v3.14.1 |
| 1175 | 2026-03-10T15:25:03.664Z | Checking clap v4.5.50 |
| 1176 | 2026-03-10T15:25:03.686Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1177 | 2026-03-10T15:25:03.753Z | Checking instant v0.1.13 |
| 1178 | 2026-03-10T15:25:04.007Z | Checking iddqd v0.3.17 |
| 1179 | 2026-03-10T15:25:04.108Z | Checking backoff v0.4.0 |
| 1180 | 2026-03-10T15:25:04.320Z | Checking parse-display v0.10.0 |
| 1181 | 2026-03-10T15:25:04.502Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1182 | 2026-03-10T15:25:04.629Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1183 | 2026-03-10T15:25:07.045Z | Compiling rustls-webpki v0.103.6 |
| 1184 | 2026-03-10T15:25:10.804Z | Checking serde_spanned v0.6.9 |
| 1185 | 2026-03-10T15:25:10.881Z | Compiling memoffset v0.9.1 |
| 1186 | 2026-03-10T15:25:11.177Z | Compiling cfg_aliases v0.2.1 |
| 1187 | 2026-03-10T15:25:11.268Z | Compiling nix v0.30.1 |
| 1188 | 2026-03-10T15:25:11.455Z | Compiling tokio-rustls v0.26.3 |
| 1189 | 2026-03-10T15:25:12.266Z | Checking crossbeam-epoch v0.9.18 |
| 1190 | 2026-03-10T15:25:12.415Z | Compiling hyper-rustls v0.27.7 |
| 1191 | 2026-03-10T15:25:12.683Z | Compiling winnow v0.5.40 |
| 1192 | 2026-03-10T15:25:12.747Z | Compiling reqwest v0.12.23 |
| 1193 | 2026-03-10T15:25:14.306Z | Compiling progenitor-client v0.11.1 |
| 1194 | 2026-03-10T15:25:14.584Z | Compiling toml_edit v0.19.15 |
| 1195 | 2026-03-10T15:25:19.385Z | Compiling proc-macro-crate v1.3.1 |
| 1196 | 2026-03-10T15:25:19.397Z | Compiling progenitor v0.11.1 |
| 1197 | 2026-03-10T15:25:19.397Z | Compiling num-integer v0.1.46 |
| 1198 | 2026-03-10T15:25:19.397Z | Compiling rayon-core v1.13.0 |
| 1199 | 2026-03-10T15:25:19.397Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1200 | 2026-03-10T15:25:19.397Z | Compiling progenitor-client v0.10.0 |
| 1201 | 2026-03-10T15:25:19.410Z | Compiling hubpack_derive v0.1.1 |
| 1202 | 2026-03-10T15:25:19.593Z | Compiling zerocopy-derive v0.7.35 |
| 1203 | 2026-03-10T15:25:19.683Z | Checking toml_write v0.1.2 |
| 1204 | 2026-03-10T15:25:20.158Z | Checking hubpack v0.1.2 |
| 1205 | 2026-03-10T15:25:20.281Z | Checking toml_edit v0.22.27 |
| 1206 | 2026-03-10T15:25:20.392Z | Checking num-rational v0.4.2 |
| 1207 | 2026-03-10T15:25:20.414Z | Checking num-iter v0.1.45 |
| 1208 | 2026-03-10T15:25:20.715Z | Checking crossbeam-deque v0.8.6 |
| 1209 | 2026-03-10T15:25:20.903Z | Compiling num-complex v0.4.6 |
| 1210 | 2026-03-10T15:25:21.418Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1211 | 2026-03-10T15:25:21.418Z | Checking static_assertions v1.1.0 |
| 1212 | 2026-03-10T15:25:21.461Z | Checking num v0.4.3 |
| 1213 | 2026-03-10T15:25:21.744Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1214 | 2026-03-10T15:25:21.768Z | Checking toml v0.8.23 |
| 1215 | 2026-03-10T15:25:22.050Z | Compiling proc-macro-error-attr v1.0.4 |
| 1216 | 2026-03-10T15:25:22.205Z | Checking float-ord v0.3.2 |
| 1217 | 2026-03-10T15:25:22.336Z | Compiling heapless v0.8.0 |
| 1218 | 2026-03-10T15:25:22.539Z | Compiling ingot-macros v0.1.1 |
| 1219 | 2026-03-10T15:25:22.564Z | Checking hash32 v0.3.1 |
| 1220 | 2026-03-10T15:25:22.747Z | Compiling proc-macro-error v1.0.4 |
| 1221 | 2026-03-10T15:25:22.807Z | Checking bytecount v0.6.9 |
| 1222 | 2026-03-10T15:25:22.937Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1223 | 2026-03-10T15:25:22.961Z | Compiling smoltcp v0.11.0 |
| 1224 | 2026-03-10T15:25:23.420Z | Compiling zerocopy v0.7.35 |
| 1225 | 2026-03-10T15:25:23.813Z | Compiling num_enum_derive v0.7.5 |
| 1226 | 2026-03-10T15:25:24.403Z | Compiling num-derive v0.3.3 |
| 1227 | 2026-03-10T15:25:24.875Z | Checking cobs v0.3.0 |
| 1228 | 2026-03-10T15:25:25.056Z | Compiling foreign-types-macros v0.2.3 |
| 1229 | 2026-03-10T15:25:25.152Z | Compiling scroll_derive v0.12.1 |
| 1230 | 2026-03-10T15:25:25.194Z | Compiling usdt-impl v0.5.0 |
| 1231 | 2026-03-10T15:25:25.216Z | Compiling crucible-workspace-hack v0.1.0 |
| 1232 | 2026-03-10T15:25:25.379Z | Checking bitflags v1.3.2 |
| 1233 | 2026-03-10T15:25:25.473Z | Checking foreign-types-shared v0.3.1 |
| 1234 | 2026-03-10T15:25:25.494Z | Checking managed v0.8.0 |
| 1235 | 2026-03-10T15:25:25.614Z | Checking libscf-sys v1.1.0 |
| 1236 | 2026-03-10T15:25:25.651Z | Checking num_enum v0.7.5 |
| 1237 | 2026-03-10T15:25:25.774Z | Checking postcard v1.1.3 |
| 1238 | 2026-03-10T15:25:25.796Z | Compiling dof v0.3.0 |
| 1239 | 2026-03-10T15:25:25.856Z | Checking foreign-types v0.5.0 |
| 1240 | 2026-03-10T15:25:26.059Z | Checking scroll v0.12.0 |
| 1241 | 2026-03-10T15:25:26.140Z | Checking ingot-types v0.1.2 |
| 1242 | 2026-03-10T15:25:26.299Z | Compiling dtrace-parser v0.2.0 |
| 1243 | 2026-03-10T15:25:26.302Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1244 | 2026-03-10T15:25:26.357Z | Checking camino-tempfile v1.4.1 |
| 1245 | 2026-03-10T15:25:26.411Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1246 | 2026-03-10T15:25:26.562Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-03-10T15:25:26.595Z | Checking ingot v0.1.1 |
| 1248 | 2026-03-10T15:25:26.840Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1249 | 2026-03-10T15:25:27.015Z | Checking cstr-argument v0.1.2 |
| 1250 | 2026-03-10T15:25:27.036Z | Compiling thread-id v4.2.2 |
| 1251 | 2026-03-10T15:25:27.125Z | Compiling heck v0.4.1 |
| 1252 | 2026-03-10T15:25:27.170Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1253 | 2026-03-10T15:25:27.233Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1254 | 2026-03-10T15:25:27.366Z | Checking goblin v0.8.2 |
| 1255 | 2026-03-10T15:25:27.392Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1256 | 2026-03-10T15:25:27.392Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1257 | 2026-03-10T15:25:27.521Z | Checking rayon v1.11.0 |
| 1258 | 2026-03-10T15:25:27.683Z | Compiling num_enum_derive v0.5.11 |
| 1259 | 2026-03-10T15:25:27.888Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1260 | 2026-03-10T15:25:28.347Z | Compiling rustc_version v0.4.1 |
| 1261 | 2026-03-10T15:25:28.433Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1262 | 2026-03-10T15:25:28.717Z | Compiling rustix v0.38.44 |
| 1263 | 2026-03-10T15:25:28.837Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1264 | 2026-03-10T15:25:29.026Z | Checking tinyvec_macros v0.1.1 |
| 1265 | 2026-03-10T15:25:29.103Z | Compiling convert_case v0.4.0 |
| 1266 | 2026-03-10T15:25:29.127Z | Checking tinyvec v1.10.0 |
| 1267 | 2026-03-10T15:25:29.285Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1268 | 2026-03-10T15:25:29.517Z | Compiling derive_more v0.99.20 |
| 1269 | 2026-03-10T15:25:29.582Z | Checking num_enum v0.5.11 |
| 1270 | 2026-03-10T15:25:29.742Z | Compiling libz-sys v1.1.22 |
| 1271 | 2026-03-10T15:25:29.862Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1272 | 2026-03-10T15:25:29.926Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1273 | 2026-03-10T15:25:30.026Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1274 | 2026-03-10T15:25:30.377Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1275 | 2026-03-10T15:25:30.466Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1276 | 2026-03-10T15:25:30.554Z | Compiling proc-macro-error2 v2.0.1 |
| 1277 | 2026-03-10T15:25:30.934Z | Compiling usdt-attr-macro v0.5.0 |
| 1278 | 2026-03-10T15:25:31.787Z | Compiling usdt-macro v0.5.0 |
| 1279 | 2026-03-10T15:25:31.817Z | Compiling zone_cfg_derive v0.3.1 |
| 1280 | 2026-03-10T15:25:31.817Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1281 | 2026-03-10T15:25:31.860Z | Compiling num-derive v0.4.2 |
| 1282 | 2026-03-10T15:25:31.983Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1283 | 2026-03-10T15:25:32.443Z | Checking memmap v0.7.0 |
| 1284 | 2026-03-10T15:25:32.469Z | Checking sigpipe v0.1.3 |
| 1285 | 2026-03-10T15:25:32.572Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-03-10T15:25:32.594Z | Checking jiff v0.2.15 |
| 1287 | 2026-03-10T15:25:32.909Z | Checking usdt v0.5.0 |
| 1288 | 2026-03-10T15:25:32.936Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1289 | 2026-03-10T15:25:33.073Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1290 | 2026-03-10T15:25:33.110Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1291 | 2026-03-10T15:25:33.113Z | Compiling tabled_derive v0.11.0 |
| 1292 | 2026-03-10T15:25:33.200Z | Checking zone v0.3.1 |
| 1293 | 2026-03-10T15:25:33.338Z | Checking papergrid v0.17.0 |
| 1294 | 2026-03-10T15:25:33.360Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1295 | 2026-03-10T15:25:33.395Z | Checking testing_table v0.3.0 |
| 1296 | 2026-03-10T15:25:33.513Z | Checking smf v0.2.3 |
| 1297 | 2026-03-10T15:25:33.662Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-03-10T15:25:33.684Z | Checking secrecy v0.10.3 |
| 1299 | 2026-03-10T15:25:33.812Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1300 | 2026-03-10T15:25:33.834Z | Checking bstr v1.12.0 |
| 1301 | 2026-03-10T15:25:34.096Z | Checking whoami v1.6.1 |
| 1302 | 2026-03-10T15:25:34.318Z | Compiling curve25519-dalek v4.1.3 |
| 1303 | 2026-03-10T15:25:34.361Z | Checking hmac v0.12.1 |
| 1304 | 2026-03-10T15:25:34.387Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1305 | 2026-03-10T15:25:34.410Z | Checking inout v0.1.4 |
| 1306 | 2026-03-10T15:25:34.528Z | Checking ff v0.13.1 |
| 1307 | 2026-03-10T15:25:34.575Z | Compiling enum-as-inner v0.6.1 |
| 1308 | 2026-03-10T15:25:34.618Z | Checking tabled v0.20.0 |
| 1309 | 2026-03-10T15:25:34.659Z | Checking data-encoding v2.9.0 |
| 1310 | 2026-03-10T15:25:34.685Z | Compiling semver v0.1.20 |
| 1311 | 2026-03-10T15:25:35.013Z | Compiling rustc_version v0.1.7 |
| 1312 | 2026-03-10T15:25:35.017Z | Checking group v0.13.0 |
| 1313 | 2026-03-10T15:25:35.271Z | Checking cipher v0.4.4 |
| 1314 | 2026-03-10T15:25:35.275Z | Checking hkdf v0.12.4 |
| 1315 | 2026-03-10T15:25:35.275Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-03-10T15:25:35.439Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1317 | 2026-03-10T15:25:35.461Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1318 | 2026-03-10T15:25:35.570Z | Checking universal-hash v0.5.1 |
| 1319 | 2026-03-10T15:25:35.593Z | Checking crypto-bigint v0.5.5 |
| 1320 | 2026-03-10T15:25:35.725Z | Checking half v2.7.1 |
| 1321 | 2026-03-10T15:25:36.058Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1322 | 2026-03-10T15:25:36.062Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1323 | 2026-03-10T15:25:36.278Z | Checking indent_write v2.2.0 |
| 1324 | 2026-03-10T15:25:36.445Z | Checking base64ct v1.8.0 |
| 1325 | 2026-03-10T15:25:36.757Z | Checking opaque-debug v0.3.1 |
| 1326 | 2026-03-10T15:25:36.848Z | Checking ciborium-io v0.2.2 |
| 1327 | 2026-03-10T15:25:36.886Z | Checking base16ct v0.2.0 |
| 1328 | 2026-03-10T15:25:36.962Z | Checking ciborium-ll v0.2.2 |
| 1329 | 2026-03-10T15:25:37.038Z | Checking thiserror-no-std v2.0.2 |
| 1330 | 2026-03-10T15:25:37.148Z | Checking poly1305 v0.8.0 |
| 1331 | 2026-03-10T15:25:37.172Z | Checking elliptic-curve v0.13.8 |
| 1332 | 2026-03-10T15:25:37.193Z | Checking password-hash v0.5.0 |
| 1333 | 2026-03-10T15:25:37.228Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-03-10T15:25:37.319Z | Compiling newtype_derive v0.1.6 |
| 1335 | 2026-03-10T15:25:37.448Z | Checking similar v2.7.0 |
| 1336 | 2026-03-10T15:25:37.470Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1337 | 2026-03-10T15:25:37.493Z | Checking blake2 v0.10.6 |
| 1338 | 2026-03-10T15:25:37.515Z | Compiling typify-impl v0.6.1 |
| 1339 | 2026-03-10T15:25:37.596Z | Checking aead v0.5.2 |
| 1340 | 2026-03-10T15:25:37.795Z | Checking keccak v0.1.5 |
| 1341 | 2026-03-10T15:25:37.798Z | Checking linked-hash-map v0.5.6 |
| 1342 | 2026-03-10T15:25:37.819Z | Checking resolv-conf v0.7.5 |
| 1343 | 2026-03-10T15:25:37.920Z | Compiling owo-colors v4.3.0 |
| 1344 | 2026-03-10T15:25:37.957Z | Checking vsss-rs v3.3.4 |
| 1345 | 2026-03-10T15:25:38.028Z | Checking sha3 v0.10.8 |
| 1346 | 2026-03-10T15:25:38.061Z | Checking lru-cache v0.1.2 |
| 1347 | 2026-03-10T15:25:38.088Z | Checking argon2 v0.5.3 |
| 1348 | 2026-03-10T15:25:38.218Z | Checking chacha20poly1305 v0.10.1 |
| 1349 | 2026-03-10T15:25:38.360Z | Checking ciborium v0.2.2 |
| 1350 | 2026-03-10T15:25:38.382Z | Checking hickory-proto v0.24.4 |
| 1351 | 2026-03-10T15:25:38.404Z | Checking tokio-dtrace v0.1.1 |
| 1352 | 2026-03-10T15:25:38.476Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1353 | 2026-03-10T15:25:38.498Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1354 | 2026-03-10T15:25:38.629Z | Checking serde-big-array v0.5.1 |
| 1355 | 2026-03-10T15:25:38.784Z | Compiling derive-where v1.6.0 |
| 1356 | 2026-03-10T15:25:38.806Z | Compiling serde_repr v0.1.20 |
| 1357 | 2026-03-10T15:25:38.842Z | Checking unicode-segmentation v1.12.0 |
| 1358 | 2026-03-10T15:25:38.933Z | Checking same-file v1.0.6 |
| 1359 | 2026-03-10T15:25:39.079Z | Checking siphasher v1.0.1 |
| 1360 | 2026-03-10T15:25:39.289Z | Checking phf_shared v0.12.1 |
| 1361 | 2026-03-10T15:25:39.470Z | Checking newline-converter v0.3.0 |
| 1362 | 2026-03-10T15:25:39.527Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1363 | 2026-03-10T15:25:39.550Z | Checking walkdir v2.5.0 |
| 1364 | 2026-03-10T15:25:39.598Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1365 | 2026-03-10T15:25:39.620Z | Checking oxide-tokio-rt v0.1.2 |
| 1366 | 2026-03-10T15:25:39.751Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1367 | 2026-03-10T15:25:40.096Z | Compiling progenitor-impl v0.10.0 |
| 1368 | 2026-03-10T15:25:40.426Z | Checking console v0.15.11 |
| 1369 | 2026-03-10T15:25:40.471Z | Checking hickory-resolver v0.24.4 |
| 1370 | 2026-03-10T15:25:40.654Z | Checking tokio-stream v0.1.17 |
| 1371 | 2026-03-10T15:25:40.786Z | Compiling pin-project-internal v1.1.10 |
| 1372 | 2026-03-10T15:25:41.147Z | Compiling slog-dtrace v0.3.0 |
| 1373 | 2026-03-10T15:25:41.281Z | Checking csv-core v0.1.12 |
| 1374 | 2026-03-10T15:25:41.324Z | Checking foldhash v0.1.5 |
| 1375 | 2026-03-10T15:25:41.437Z | Compiling unicode-xid v0.2.6 |
| 1376 | 2026-03-10T15:25:41.499Z | Compiling chrono-tz v0.10.4 |
| 1377 | 2026-03-10T15:25:41.520Z | Checking unicode-width v0.1.14 |
| 1378 | 2026-03-10T15:25:41.589Z | Checking smawk v0.3.2 |
| 1379 | 2026-03-10T15:25:41.762Z | Checking unicode-linebreak v0.1.5 |
| 1380 | 2026-03-10T15:25:41.775Z | Checking swrite v0.1.0 |
| 1381 | 2026-03-10T15:25:41.846Z | Compiling cancel-safe-futures v0.1.5 |
| 1382 | 2026-03-10T15:25:41.917Z | Compiling const_format_proc_macros v0.2.34 |
| 1383 | 2026-03-10T15:25:42.028Z | Checking textwrap v0.16.2 |
| 1384 | 2026-03-10T15:25:42.180Z | Checking csv v1.3.1 |
| 1385 | 2026-03-10T15:25:42.242Z | Checking pin-project v1.1.10 |
| 1386 | 2026-03-10T15:25:42.307Z | Checking hashbrown v0.15.5 |
| 1387 | 2026-03-10T15:25:42.429Z | Checking qorb v0.4.1 |
| 1388 | 2026-03-10T15:25:42.513Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1389 | 2026-03-10T15:25:42.538Z | Compiling typify-macro v0.6.1 |
| 1390 | 2026-03-10T15:25:42.676Z | Checking expectorate v1.2.0 |
| 1391 | 2026-03-10T15:25:42.865Z | Checking phf v0.12.1 |
| 1392 | 2026-03-10T15:25:42.988Z | Checking unicode-normalization v0.1.24 |
| 1393 | 2026-03-10T15:25:43.010Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1394 | 2026-03-10T15:25:43.032Z | Compiling progenitor-macro v0.10.0 |
| 1395 | 2026-03-10T15:25:43.552Z | Checking libsw-core v0.3.2 |
| 1396 | 2026-03-10T15:25:43.656Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1397 | 2026-03-10T15:25:43.740Z | Compiling snafu-derive v0.8.9 |
| 1398 | 2026-03-10T15:25:43.762Z | Compiling async-recursion v1.1.1 |
| 1399 | 2026-03-10T15:25:44.206Z | Compiling cookie v0.18.1 |
| 1400 | 2026-03-10T15:25:44.210Z | Checking highway v1.3.0 |
| 1401 | 2026-03-10T15:25:44.537Z | Checking fixedbitset v0.4.2 |
| 1402 | 2026-03-10T15:25:44.561Z | Checking fixedbitset v0.5.7 |
| 1403 | 2026-03-10T15:25:44.646Z | Compiling moka v0.12.11 |
| 1404 | 2026-03-10T15:25:44.668Z | Compiling typify v0.6.1 |
| 1405 | 2026-03-10T15:25:44.731Z | Checking petgraph v0.6.5 |
| 1406 | 2026-03-10T15:25:44.789Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1407 | 2026-03-10T15:25:44.816Z | Checking petgraph v0.8.2 |
| 1408 | 2026-03-10T15:25:45.013Z | Checking libsw v3.5.0 |
| 1409 | 2026-03-10T15:25:45.230Z | Checking olpc-cjson v0.1.4 |
| 1410 | 2026-03-10T15:25:46.090Z | Checking snafu v0.8.9 |
| 1411 | 2026-03-10T15:25:46.185Z | Checking const_format v0.2.34 |
| 1412 | 2026-03-10T15:25:46.400Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1413 | 2026-03-10T15:25:46.656Z | Checking papergrid v0.11.0 |
| 1414 | 2026-03-10T15:25:46.701Z | Checking globset v0.4.16 |
| 1415 | 2026-03-10T15:25:46.789Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1416 | 2026-03-10T15:25:46.919Z | Checking gethostname v0.5.0 |
| 1417 | 2026-03-10T15:25:47.041Z | Compiling tabled_derive v0.7.0 |
| 1418 | 2026-03-10T15:25:47.154Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-03-10T15:25:47.485Z | Checking reqwest v0.13.2 |
| 1420 | 2026-03-10T15:25:47.558Z | Checking bcs v0.1.6 |
| 1421 | 2026-03-10T15:25:47.900Z | Checking pem v3.0.5 |
| 1422 | 2026-03-10T15:25:48.101Z | Checking serde_plain v1.0.2 |
| 1423 | 2026-03-10T15:25:48.244Z | Checking termtree v0.5.1 |
| 1424 | 2026-03-10T15:25:48.290Z | Compiling signal-hook v0.3.18 |
| 1425 | 2026-03-10T15:25:48.293Z | Checking linear-map v1.2.0 |
| 1426 | 2026-03-10T15:25:48.413Z | Checking crc8 v0.1.1 |
| 1427 | 2026-03-10T15:25:48.532Z | Checking tagptr v0.2.0 |
| 1428 | 2026-03-10T15:25:48.535Z | Checking typed-path v0.9.3 |
| 1429 | 2026-03-10T15:25:48.606Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-03-10T15:25:48.984Z | Checking progenitor v0.10.0 |
| 1431 | 2026-03-10T15:25:49.080Z | Checking tabled v0.15.0 |
| 1432 | 2026-03-10T15:25:49.146Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1433 | 2026-03-10T15:25:49.536Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1434 | 2026-03-10T15:25:49.615Z | Checking tough v0.20.0 |
| 1435 | 2026-03-10T15:25:49.731Z | Checking steno v0.4.1 |
| 1436 | 2026-03-10T15:25:50.610Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-03-10T15:25:51.001Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-03-10T15:25:51.332Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1439 | 2026-03-10T15:25:51.664Z | Compiling progenitor-impl v0.13.0 |
| 1440 | 2026-03-10T15:25:51.852Z | Checking hickory-proto v0.25.2 |
| 1441 | 2026-03-10T15:25:51.929Z | Checking dropshot-api-manager-types v0.5.2 |
| 1442 | 2026-03-10T15:25:52.142Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1443 | 2026-03-10T15:25:52.223Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-03-10T15:25:52.432Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-03-10T15:25:52.501Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-03-10T15:25:52.637Z | Compiling cargo-platform v0.1.9 |
| 1447 | 2026-03-10T15:25:52.724Z | Compiling vergen v8.3.2 |
| 1448 | 2026-03-10T15:25:52.890Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-03-10T15:25:52.975Z | Compiling fs-err v3.1.2 |
| 1450 | 2026-03-10T15:25:53.002Z | Checking humantime v2.3.0 |
| 1451 | 2026-03-10T15:25:53.093Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-03-10T15:25:53.189Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-03-10T15:25:53.244Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1454 | 2026-03-10T15:25:53.266Z | Compiling crc32fast v1.5.0 |
| 1455 | 2026-03-10T15:25:53.794Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1456 | 2026-03-10T15:25:53.830Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1457 | 2026-03-10T15:25:54.042Z | Checking hickory-resolver v0.25.2 |
| 1458 | 2026-03-10T15:25:54.115Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1459 | 2026-03-10T15:25:54.439Z | Compiling cargo_metadata v0.18.1 |
| 1460 | 2026-03-10T15:25:54.655Z | Compiling progenitor-macro v0.13.0 |
| 1461 | 2026-03-10T15:25:54.703Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1462 | 2026-03-10T15:25:55.243Z | Checking progenitor-client v0.13.0 |
| 1463 | 2026-03-10T15:25:55.518Z | Checking sha2 v0.10.9 |
| 1464 | 2026-03-10T15:25:55.576Z | Compiling blake3 v1.8.2 |
| 1465 | 2026-03-10T15:25:55.851Z | Checking adler2 v2.0.1 |
| 1466 | 2026-03-10T15:25:55.991Z | Checking miniz_oxide v0.8.9 |
| 1467 | 2026-03-10T15:25:56.048Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1468 | 2026-03-10T15:25:56.362Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1469 | 2026-03-10T15:25:56.440Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-03-10T15:25:56.982Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1471 | 2026-03-10T15:25:57.090Z | Checking git-stub v1.0.0 |
| 1472 | 2026-03-10T15:25:57.281Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1473 | 2026-03-10T15:25:58.614Z | Checking filetime v0.2.26 |
| 1474 | 2026-03-10T15:25:58.770Z | Checking xattr v1.6.1 |
| 1475 | 2026-03-10T15:25:58.793Z | Checking arrayvec v0.7.6 |
| 1476 | 2026-03-10T15:25:58.800Z | Checking constant_time_eq v0.3.1 |
| 1477 | 2026-03-10T15:25:58.927Z | Checking arrayref v0.3.9 |
| 1478 | 2026-03-10T15:25:58.949Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1479 | 2026-03-10T15:25:59.020Z | Compiling curl v0.4.49 |
| 1480 | 2026-03-10T15:25:59.042Z | Checking is_ci v1.2.0 |
| 1481 | 2026-03-10T15:25:59.166Z | Checking supports-color v3.0.2 |
| 1482 | 2026-03-10T15:25:59.323Z | Checking tar v0.4.44 |
| 1483 | 2026-03-10T15:25:59.376Z | Checking toml v0.7.8 |
| 1484 | 2026-03-10T15:25:59.825Z | Checking git-stub-vcs v0.1.0 |
| 1485 | 2026-03-10T15:26:00.046Z | Checking flate2 v1.1.2 |
| 1486 | 2026-03-10T15:26:00.146Z | Checking drift v0.1.3 |
| 1487 | 2026-03-10T15:26:00.300Z | Checking kstat-rs v0.2.4 |
| 1488 | 2026-03-10T15:26:00.441Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1489 | 2026-03-10T15:26:00.478Z | Checking topological-sort v0.2.2 |
| 1490 | 2026-03-10T15:26:00.542Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-03-10T15:26:00.607Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-03-10T15:26:00.631Z | Checking progenitor v0.13.0 |
| 1493 | 2026-03-10T15:26:00.653Z | Checking omicron-zone-package v0.12.2 |
| 1494 | 2026-03-10T15:26:00.781Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1495 | 2026-03-10T15:26:00.920Z | Checking dropshot-api-manager v0.5.2 |
| 1496 | 2026-03-10T15:26:01.775Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1497 | 2026-03-10T15:26:02.048Z | Checking signal-hook-tokio v0.3.1 |
| 1498 | 2026-03-10T15:26:02.202Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1499 | 2026-03-10T15:26:02.254Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1500 | 2026-03-10T15:26:02.863Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1501 | 2026-03-10T15:26:02.923Z | Checking internet-checksum v0.2.1 |
| 1502 | 2026-03-10T15:26:03.031Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-03-10T15:26:03.070Z | Checking search_path v0.1.4 |
| 1504 | 2026-03-10T15:26:03.111Z | Checking display-error-chain v0.2.2 |
| 1505 | 2026-03-10T15:26:03.240Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1506 | 2026-03-10T15:26:03.262Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1507 | 2026-03-10T15:26:03.292Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1508 | 2026-03-10T15:26:03.966Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1509 | 2026-03-10T15:26:04.134Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1510 | 2026-03-10T15:26:06.114Z | Compiling git2 v0.19.0 |
| 1511 | 2026-03-10T15:26:09.308Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1512 | 2026-03-10T15:26:11.334Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1513 | 2026-03-10T15:26:18.537Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1514 | 2026-03-10T15:26:24.315Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1515 | 2026-03-10T15:26:27.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
| 1516 | 2026-03-10T15:26:28.037Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1517 | 2026-03-10T15:26:28.037Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1518 | 2026-03-10T15:26:28.780Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1519 | 2026-03-10T15:26:28.784Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1520 | 2026-03-10T15:26:28.869Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1521 | 2026-03-10T15:26:28.872Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1522 | 2026-03-10T15:26:38.761Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1523 | 2026-03-10T15:26:38.765Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1524 | 2026-03-10T15:26:42.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s |
| 1525 | 2026-03-10T15:26:42.464Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1526 | 2026-03-10T15:26:42.464Z | + cargo clippy --features softnpu -- --deny warnings |
| 1527 | 2026-03-10T15:26:42.956Z | Downloading crates ... |
| 1528 | 2026-03-10T15:26:43.134Z | Downloaded erased-serde v0.4.8 |
| 1529 | 2026-03-10T15:26:43.141Z | Downloaded typeid v1.0.3 |
| 1530 | 2026-03-10T15:26:43.144Z | Downloaded tap v1.0.1 |
| 1531 | 2026-03-10T15:26:43.144Z | Downloaded radium v0.7.0 |
| 1532 | 2026-03-10T15:26:43.144Z | Downloaded bitstruct_derive v0.1.0 |
| 1533 | 2026-03-10T15:26:43.150Z | Downloaded bitstruct v0.1.1 |
| 1534 | 2026-03-10T15:26:43.150Z | Downloaded serde_arrays v0.1.0 |
| 1535 | 2026-03-10T15:26:43.150Z | Downloaded funty v2.0.0 |
| 1536 | 2026-03-10T15:26:43.151Z | Downloaded wyz v0.5.1 |
| 1537 | 2026-03-10T15:26:43.154Z | Downloaded libloading v0.7.4 |
| 1538 | 2026-03-10T15:26:43.157Z | Downloaded num-bigint v0.4.6 |
| 1539 | 2026-03-10T15:26:43.160Z | Downloaded ascii v1.1.0 |
| 1540 | 2026-03-10T15:26:43.164Z | Downloaded bitvec v1.0.1 |
| 1541 | 2026-03-10T15:26:43.330Z | Checking num-integer v0.1.46 |
| 1542 | 2026-03-10T15:26:43.419Z | Checking num-complex v0.4.6 |
| 1543 | 2026-03-10T15:26:43.433Z | Compiling radium v0.7.0 |
| 1544 | 2026-03-10T15:26:43.444Z | Checking tap v1.0.1 |
| 1545 | 2026-03-10T15:26:43.453Z | Checking funty v2.0.0 |
| 1546 | 2026-03-10T15:26:43.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1547 | 2026-03-10T15:26:43.469Z | Compiling typeid v1.0.3 |
| 1548 | 2026-03-10T15:26:43.488Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1549 | 2026-03-10T15:26:43.553Z | Checking wyz v0.5.1 |
| 1550 | 2026-03-10T15:26:43.685Z | Checking num-bigint v0.4.6 |
| 1551 | 2026-03-10T15:26:43.697Z | Checking num-iter v0.1.45 |
| 1552 | 2026-03-10T15:26:43.727Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1553 | 2026-03-10T15:26:43.786Z | Compiling erased-serde v0.4.8 |
| 1554 | 2026-03-10T15:26:43.854Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1555 | 2026-03-10T15:26:43.886Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1556 | 2026-03-10T15:26:43.899Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-03-10T15:26:43.938Z | Compiling bitstruct_derive v0.1.0 |
| 1558 | 2026-03-10T15:26:43.970Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-03-10T15:26:43.982Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-03-10T15:26:44.000Z | Checking bitvec v1.0.1 |
| 1561 | 2026-03-10T15:26:44.044Z | Checking ascii v1.1.0 |
| 1562 | 2026-03-10T15:26:44.061Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1563 | 2026-03-10T15:26:44.094Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-03-10T15:26:44.222Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1565 | 2026-03-10T15:26:44.245Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-03-10T15:26:44.257Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1567 | 2026-03-10T15:26:44.275Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-03-10T15:26:44.678Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-03-10T15:26:44.678Z | Checking serde_arrays v0.1.0 |
| 1570 | 2026-03-10T15:26:44.745Z | Checking bitstruct v0.1.1 |
| 1571 | 2026-03-10T15:26:44.805Z | Checking libloading v0.7.4 |
| 1572 | 2026-03-10T15:26:44.834Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1573 | 2026-03-10T15:26:44.877Z | Checking num-rational v0.4.2 |
| 1574 | 2026-03-10T15:26:45.239Z | Checking num v0.4.3 |
| 1575 | 2026-03-10T15:26:45.317Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1576 | 2026-03-10T15:26:46.014Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1577 | 2026-03-10T15:26:46.384Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1578 | 2026-03-10T15:26:46.388Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1579 | 2026-03-10T15:26:46.618Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-03-10T15:26:46.930Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1581 | 2026-03-10T15:26:46.933Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1582 | 2026-03-10T15:26:47.514Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1583 | 2026-03-10T15:26:47.783Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1584 | 2026-03-10T15:26:47.786Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1585 | 2026-03-10T15:26:47.786Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1586 | 2026-03-10T15:26:47.815Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-03-10T15:26:48.294Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1588 | 2026-03-10T15:26:48.938Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1589 | 2026-03-10T15:26:49.966Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1590 | 2026-03-10T15:26:49.995Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1591 | 2026-03-10T15:26:54.142Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1592 | 2026-03-10T15:26:55.674Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1593 | 2026-03-10T15:26:55.817Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1594 | 2026-03-10T15:27:05.145Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-03-10T15:27:06.897Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-03-10T15:27:07.573Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1597 | 2026-03-10T15:27:14.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.69s |
| 1598 | 2026-03-10T15:27:14.474Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1599 | 2026-03-10T15:27:14.474Z | + cargo clippy --features chaos -- --deny warnings |
| 1600 | 2026-03-10T15:27:15.200Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1601 | 2026-03-10T15:27:15.203Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1602 | 2026-03-10T15:27:15.203Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1603 | 2026-03-10T15:27:25.204Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1604 | 2026-03-10T15:27:25.207Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1605 | 2026-03-10T15:27:28.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
| 1606 | 2026-03-10T15:27:28.776Z | + banner fmt |
| 1607 | 2026-03-10T15:27:28.779Z | |
| 1608 | 2026-03-10T15:27:28.779Z | ###### # # ##### |
| 1609 | 2026-03-10T15:27:28.779Z | # ## ## # |
| 1610 | 2026-03-10T15:27:28.779Z | ##### # ## # # |
| 1611 | 2026-03-10T15:27:28.779Z | # # # # |
| 1612 | 2026-03-10T15:27:28.779Z | # # # # |
| 1613 | 2026-03-10T15:27:28.779Z | # # # # |
| 1614 | 2026-03-10T15:27:28.779Z | |
| 1615 | 2026-03-10T15:27:28.779Z | + cargo fmt -- --check |
| 1616 | 2026-03-10T15:27:29.510Z | + banner test |
| 1617 | 2026-03-10T15:27:29.513Z | |
| 1618 | 2026-03-10T15:27:29.513Z | ##### ###### #### ##### |
| 1619 | 2026-03-10T15:27:29.513Z | # # # # |
| 1620 | 2026-03-10T15:27:29.513Z | # ##### #### # |
| 1621 | 2026-03-10T15:27:29.513Z | # # # # |
| 1622 | 2026-03-10T15:27:29.513Z | # # # # # |
| 1623 | 2026-03-10T15:27:29.513Z | # ###### #### # |
| 1624 | 2026-03-10T15:27:29.513Z | |
| 1625 | 2026-03-10T15:27:29.513Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1626 | 2026-03-10T15:27:29.513Z | + RUST_BACKTRACE=full |
| 1627 | 2026-03-10T15:27:29.513Z | + cargo test --features tofino_stub --no-fail-fast |
| 1628 | 2026-03-10T15:27:30.729Z | Compiling unicode-ident v1.0.24 |
| 1629 | 2026-03-10T15:27:30.732Z | Compiling cfg-if v1.0.3 |
| 1630 | 2026-03-10T15:27:30.846Z | Compiling memchr v2.7.5 |
| 1631 | 2026-03-10T15:27:30.858Z | Compiling serde_core v1.0.228 |
| 1632 | 2026-03-10T15:27:30.879Z | Compiling itoa v1.0.15 |
| 1633 | 2026-03-10T15:27:30.879Z | Compiling libc v0.2.176 |
| 1634 | 2026-03-10T15:27:30.892Z | Compiling zmij v1.0.17 |
| 1635 | 2026-03-10T15:27:30.923Z | Compiling log v0.4.29 |
| 1636 | 2026-03-10T15:27:30.982Z | Compiling proc-macro2 v1.0.106 |
| 1637 | 2026-03-10T15:27:31.033Z | Compiling libm v0.2.15 |
| 1638 | 2026-03-10T15:27:31.169Z | Compiling heck v0.5.0 |
| 1639 | 2026-03-10T15:27:31.511Z | Compiling quote v1.0.44 |
| 1640 | 2026-03-10T15:27:31.658Z | Compiling equivalent v1.0.2 |
| 1641 | 2026-03-10T15:27:31.674Z | Compiling smallvec v1.15.1 |
| 1642 | 2026-03-10T15:27:31.752Z | Compiling syn v2.0.117 |
| 1643 | 2026-03-10T15:27:31.766Z | Compiling iana-time-zone v0.1.64 |
| 1644 | 2026-03-10T15:27:31.907Z | Compiling allocator-api2 v0.2.21 |
| 1645 | 2026-03-10T15:27:31.936Z | Compiling foldhash v0.2.0 |
| 1646 | 2026-03-10T15:27:31.951Z | Compiling dyn-clone v1.0.20 |
| 1647 | 2026-03-10T15:27:32.134Z | Compiling regex-syntax v0.8.6 |
| 1648 | 2026-03-10T15:27:32.149Z | Compiling aho-corasick v1.1.3 |
| 1649 | 2026-03-10T15:27:32.221Z | Compiling stable_deref_trait v1.2.0 |
| 1650 | 2026-03-10T15:27:32.320Z | Compiling hashbrown v0.16.1 |
| 1651 | 2026-03-10T15:27:32.336Z | Compiling pin-project-lite v0.2.16 |
| 1652 | 2026-03-10T15:27:32.455Z | Compiling percent-encoding v2.3.2 |
| 1653 | 2026-03-10T15:27:32.631Z | Compiling fnv v1.0.7 |
| 1654 | 2026-03-10T15:27:32.722Z | Compiling writeable v0.6.1 |
| 1655 | 2026-03-10T15:27:32.755Z | Compiling litemap v0.8.0 |
| 1656 | 2026-03-10T15:27:33.041Z | Compiling icu_properties_data v2.0.1 |
| 1657 | 2026-03-10T15:27:33.122Z | Compiling icu_normalizer_data v2.0.0 |
| 1658 | 2026-03-10T15:27:33.137Z | Compiling form_urlencoded v1.2.2 |
| 1659 | 2026-03-10T15:27:33.214Z | Compiling utf8_iter v1.0.4 |
| 1660 | 2026-03-10T15:27:33.231Z | Compiling semver v1.0.27 |
| 1661 | 2026-03-10T15:27:33.366Z | Compiling serde_json v1.0.149 |
| 1662 | 2026-03-10T15:27:33.402Z | Compiling indexmap v2.13.0 |
| 1663 | 2026-03-10T15:27:33.445Z | Compiling scopeguard v1.2.0 |
| 1664 | 2026-03-10T15:27:33.581Z | Compiling lock_api v0.4.13 |
| 1665 | 2026-03-10T15:27:33.692Z | Compiling num-traits v0.2.19 |
| 1666 | 2026-03-10T15:27:33.825Z | Compiling getrandom v0.3.3 |
| 1667 | 2026-03-10T15:27:34.052Z | Compiling ucd-trie v0.1.7 |
| 1668 | 2026-03-10T15:27:34.169Z | Compiling regex-automata v0.4.13 |
| 1669 | 2026-03-10T15:27:34.256Z | Compiling byteorder v1.5.0 |
| 1670 | 2026-03-10T15:27:34.428Z | Compiling uuid v1.20.0 |
| 1671 | 2026-03-10T15:27:34.553Z | Compiling futures-core v0.3.32 |
| 1672 | 2026-03-10T15:27:34.741Z | Compiling time-core v0.1.6 |
| 1673 | 2026-03-10T15:27:34.741Z | Compiling num-conv v0.1.0 |
| 1674 | 2026-03-10T15:27:34.887Z | Compiling futures-sink v0.3.31 |
| 1675 | 2026-03-10T15:27:34.931Z | Compiling ryu v1.0.20 |
| 1676 | 2026-03-10T15:27:34.950Z | Compiling time-macros v0.2.24 |
| 1677 | 2026-03-10T15:27:34.993Z | Compiling regress v0.10.5 |
| 1678 | 2026-03-10T15:27:35.170Z | Compiling glob v0.3.3 |
| 1679 | 2026-03-10T15:27:35.758Z | Compiling synstructure v0.13.2 |
| 1680 | 2026-03-10T15:27:35.838Z | Compiling serde_derive_internals v0.29.1 |
| 1681 | 2026-03-10T15:27:35.977Z | Compiling minimal-lexical v0.2.1 |
| 1682 | 2026-03-10T15:27:36.169Z | Compiling slab v0.4.11 |
| 1683 | 2026-03-10T15:27:36.309Z | Compiling pretty-hex v0.4.1 |
| 1684 | 2026-03-10T15:27:36.326Z | Compiling nom v7.1.3 |
| 1685 | 2026-03-10T15:27:36.395Z | Compiling clang-sys v1.8.1 |
| 1686 | 2026-03-10T15:27:36.447Z | Compiling regex v1.12.3 |
| 1687 | 2026-03-10T15:27:36.483Z | Compiling strsim v0.11.1 |
| 1688 | 2026-03-10T15:27:36.878Z | Compiling prettyplease v0.2.37 |
| 1689 | 2026-03-10T15:27:37.003Z | Compiling plain v0.2.3 |
| 1690 | 2026-03-10T15:27:37.092Z | Compiling libloading v0.8.9 |
| 1691 | 2026-03-10T15:27:37.190Z | Compiling bindgen v0.72.1 |
| 1692 | 2026-03-10T15:27:37.212Z | Compiling futures-channel v0.3.31 |
| 1693 | 2026-03-10T15:27:37.338Z | Compiling pin-utils v0.1.0 |
| 1694 | 2026-03-10T15:27:37.433Z | Compiling syn v1.0.109 |
| 1695 | 2026-03-10T15:27:37.495Z | Compiling futures-io v0.3.31 |
| 1696 | 2026-03-10T15:27:37.580Z | Compiling serde_derive v1.0.228 |
| 1697 | 2026-03-10T15:27:37.738Z | Compiling zerofrom-derive v0.1.6 |
| 1698 | 2026-03-10T15:27:37.798Z | Compiling yoke-derive v0.8.0 |
| 1699 | 2026-03-10T15:27:38.229Z | Compiling zerovec-derive v0.11.1 |
| 1700 | 2026-03-10T15:27:38.803Z | Compiling displaydoc v0.2.5 |
| 1701 | 2026-03-10T15:27:39.246Z | Compiling thiserror-impl v2.0.18 |
| 1702 | 2026-03-10T15:27:39.441Z | Compiling schemars_derive v0.8.22 |
| 1703 | 2026-03-10T15:27:39.698Z | Compiling tokio-macros v2.6.0 |
| 1704 | 2026-03-10T15:27:39.805Z | Compiling zerocopy-derive v0.8.27 |
| 1705 | 2026-03-10T15:27:40.324Z | Compiling zeroize_derive v1.4.3 |
| 1706 | 2026-03-10T15:27:40.674Z | Compiling futures-macro v0.3.31 |
| 1707 | 2026-03-10T15:27:40.908Z | Compiling thiserror v2.0.18 |
| 1708 | 2026-03-10T15:27:41.044Z | Compiling zerofrom v0.1.6 |
| 1709 | 2026-03-10T15:27:41.059Z | Compiling thiserror-impl v1.0.69 |
| 1710 | 2026-03-10T15:27:41.210Z | Compiling yoke v0.8.0 |
| 1711 | 2026-03-10T15:27:41.225Z | Compiling tracing-attributes v0.1.30 |
| 1712 | 2026-03-10T15:27:41.276Z | Compiling serde v1.0.228 |
| 1713 | 2026-03-10T15:27:41.506Z | Compiling zerovec v0.11.4 |
| 1714 | 2026-03-10T15:27:41.782Z | Compiling zerocopy v0.8.27 |
| 1715 | 2026-03-10T15:27:41.891Z | Compiling bytes v1.11.1 |
| 1716 | 2026-03-10T15:27:42.006Z | Compiling serde_tokenstream v0.2.3 |
| 1717 | 2026-03-10T15:27:42.175Z | Compiling zerotrie v0.2.2 |
| 1718 | 2026-03-10T15:27:42.375Z | Compiling chrono v0.4.43 |
| 1719 | 2026-03-10T15:27:42.392Z | Compiling pest v2.8.2 |
| 1720 | 2026-03-10T15:27:42.578Z | Compiling tinystr v0.8.1 |
| 1721 | 2026-03-10T15:27:42.631Z | Compiling potential_utf v0.1.3 |
| 1722 | 2026-03-10T15:27:42.648Z | Compiling http v1.4.0 |
| 1723 | 2026-03-10T15:27:42.855Z | Compiling icu_collections v2.0.0 |
| 1724 | 2026-03-10T15:27:42.885Z | Compiling icu_locale_core v2.0.0 |
| 1725 | 2026-03-10T15:27:42.940Z | Compiling cexpr v0.6.0 |
| 1726 | 2026-03-10T15:27:43.566Z | Compiling icu_provider v2.0.0 |
| 1727 | 2026-03-10T15:27:43.740Z | Compiling schemars v0.8.22 |
| 1728 | 2026-03-10T15:27:43.974Z | Compiling icu_normalizer v2.0.0 |
| 1729 | 2026-03-10T15:27:44.001Z | Compiling icu_properties v2.0.1 |
| 1730 | 2026-03-10T15:27:44.040Z | Compiling pest_meta v2.8.2 |
| 1731 | 2026-03-10T15:27:44.089Z | Compiling scroll_derive v0.13.1 |
| 1732 | 2026-03-10T15:27:44.271Z | Compiling futures-task v0.3.31 |
| 1733 | 2026-03-10T15:27:44.494Z | Compiling async-trait v0.1.89 |
| 1734 | 2026-03-10T15:27:44.790Z | Compiling thiserror v1.0.69 |
| 1735 | 2026-03-10T15:27:44.925Z | Compiling pest_generator v2.8.2 |
| 1736 | 2026-03-10T15:27:45.194Z | Compiling idna_adapter v1.2.1 |
| 1737 | 2026-03-10T15:27:45.306Z | Compiling scroll v0.13.0 |
| 1738 | 2026-03-10T15:27:45.383Z | Compiling idna v1.1.0 |
| 1739 | 2026-03-10T15:27:45.655Z | Compiling socket2 v0.6.0 |
| 1740 | 2026-03-10T15:27:45.674Z | Compiling goblin v0.10.1 |
| 1741 | 2026-03-10T15:27:45.782Z | Compiling url v2.5.7 |
| 1742 | 2026-03-10T15:27:45.948Z | Compiling pest_derive v2.8.2 |
| 1743 | 2026-03-10T15:27:46.274Z | Compiling parking_lot_core v0.9.11 |
| 1744 | 2026-03-10T15:27:46.409Z | Compiling signal-hook-registry v1.4.6 |
| 1745 | 2026-03-10T15:27:46.412Z | Compiling mio v1.0.4 |
| 1746 | 2026-03-10T15:27:46.619Z | Compiling parking_lot v0.12.4 |
| 1747 | 2026-03-10T15:27:46.659Z | Compiling thread-id v5.0.0 |
| 1748 | 2026-03-10T15:27:46.662Z | Compiling dtrace-parser v0.3.0 |
| 1749 | 2026-03-10T15:27:46.872Z | Compiling tokio v1.49.0 |
| 1750 | 2026-03-10T15:27:46.924Z | Compiling openapiv3 v2.2.0 |
| 1751 | 2026-03-10T15:27:47.159Z | Compiling daft-derive v0.1.4 |
| 1752 | 2026-03-10T15:27:47.309Z | Compiling darling_core v0.21.3 |
| 1753 | 2026-03-10T15:27:48.177Z | Compiling typify-impl v0.4.3 |
| 1754 | 2026-03-10T15:27:48.565Z | Compiling serde_yaml v0.9.34+deprecated |
| 1755 | 2026-03-10T15:27:50.315Z | Compiling dof v0.4.0 |
| 1756 | 2026-03-10T15:27:50.343Z | Compiling ppv-lite86 v0.2.21 |
| 1757 | 2026-03-10T15:27:50.363Z | Compiling darling_macro v0.21.3 |
| 1758 | 2026-03-10T15:27:50.514Z | Compiling aws-lc-sys v0.31.0 |
| 1759 | 2026-03-10T15:27:50.546Z | Compiling bitflags v2.9.4 |
| 1760 | 2026-03-10T15:27:50.797Z | Compiling openssl-macros v0.1.1 |
| 1761 | 2026-03-10T15:27:50.854Z | Compiling getrandom v0.2.16 |
| 1762 | 2026-03-10T15:27:51.094Z | Compiling usdt-impl v0.6.0 |
| 1763 | 2026-03-10T15:27:51.109Z | Compiling darling v0.21.3 |
| 1764 | 2026-03-10T15:27:51.212Z | Compiling base64 v0.22.1 |
| 1765 | 2026-03-10T15:27:51.402Z | Compiling http-body v1.0.1 |
| 1766 | 2026-03-10T15:27:51.605Z | Compiling erased-serde v0.3.31 |
| 1767 | 2026-03-10T15:27:51.660Z | Compiling typenum v1.18.0 |
| 1768 | 2026-03-10T15:27:51.818Z | Compiling portable-atomic v1.11.1 |
| 1769 | 2026-03-10T15:27:52.030Z | Compiling ipnet v2.11.0 |
| 1770 | 2026-03-10T15:27:52.363Z | Compiling atomic-waker v1.1.2 |
| 1771 | 2026-03-10T15:27:52.383Z | Compiling usdt-attr-macro v0.6.0 |
| 1772 | 2026-03-10T15:27:52.399Z | Compiling usdt-macro v0.6.0 |
| 1773 | 2026-03-10T15:27:52.527Z | Compiling anyhow v1.0.100 |
| 1774 | 2026-03-10T15:27:52.558Z | Compiling httparse v1.10.1 |
| 1775 | 2026-03-10T15:27:52.818Z | Compiling tower-layer v0.3.3 |
| 1776 | 2026-03-10T15:27:53.009Z | Compiling untrusted v0.9.0 |
| 1777 | 2026-03-10T15:27:53.031Z | Compiling critical-section v1.2.0 |
| 1778 | 2026-03-10T15:27:53.118Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-03-10T15:27:53.166Z | Compiling once_cell v1.21.3 |
| 1780 | 2026-03-10T15:27:53.240Z | Compiling zeroize v1.8.1 |
| 1781 | 2026-03-10T15:27:53.472Z | Compiling try-lock v0.2.5 |
| 1782 | 2026-03-10T15:27:53.689Z | Compiling want v0.3.1 |
| 1783 | 2026-03-10T15:27:53.932Z | Compiling httpdate v1.0.3 |
| 1784 | 2026-03-10T15:27:54.182Z | Compiling structmeta-derive v0.3.0 |
| 1785 | 2026-03-10T15:27:54.298Z | Compiling newtype-uuid-macros v0.1.0 |
| 1786 | 2026-03-10T15:27:55.024Z | Compiling strum_macros v0.26.4 |
| 1787 | 2026-03-10T15:27:55.600Z | Compiling structmeta v0.3.0 |
| 1788 | 2026-03-10T15:27:55.873Z | Compiling async-stream-impl v0.3.6 |
| 1789 | 2026-03-10T15:27:55.937Z | Compiling powerfmt v0.2.0 |
| 1790 | 2026-03-10T15:27:56.209Z | Compiling deranged v0.5.3 |
| 1791 | 2026-03-10T15:27:56.297Z | Compiling num_threads v0.1.7 |
| 1792 | 2026-03-10T15:27:56.488Z | Compiling omicron-workspace-hack v0.1.0 |
| 1793 | 2026-03-10T15:27:56.580Z | Compiling dropshot_endpoint v0.16.7 |
| 1794 | 2026-03-10T15:27:56.613Z | Compiling http-body-util v0.1.3 |
| 1795 | 2026-03-10T15:27:56.701Z | Compiling ref-cast-impl v1.0.25 |
| 1796 | 2026-03-10T15:27:56.717Z | Compiling typify-macro v0.4.3 |
| 1797 | 2026-03-10T15:27:56.922Z | Compiling derive-ex v0.1.8 |
| 1798 | 2026-03-10T15:27:57.374Z | Compiling serde_urlencoded v0.7.1 |
| 1799 | 2026-03-10T15:27:57.503Z | Compiling strum_macros v0.27.2 |
| 1800 | 2026-03-10T15:27:57.751Z | Compiling sync_wrapper v1.0.2 |
| 1801 | 2026-03-10T15:27:57.846Z | Compiling serde_with_macros v3.14.1 |
| 1802 | 2026-03-10T15:27:58.471Z | Compiling subtle v2.6.1 |
| 1803 | 2026-03-10T15:27:58.904Z | Compiling iri-string v0.7.8 |
| 1804 | 2026-03-10T15:27:59.011Z | Compiling rand_core v0.6.4 |
| 1805 | 2026-03-10T15:27:59.167Z | Compiling test-strategy v0.4.3 |
| 1806 | 2026-03-10T15:27:59.322Z | Compiling futures-util v0.3.31 |
| 1807 | 2026-03-10T15:27:59.385Z | Compiling thread_local v1.1.9 |
| 1808 | 2026-03-10T15:27:59.541Z | Compiling typify v0.4.3 |
| 1809 | 2026-03-10T15:27:59.662Z | Compiling progenitor-impl v0.11.1 |
| 1810 | 2026-03-10T15:28:00.102Z | Compiling match_cfg v0.1.0 |
| 1811 | 2026-03-10T15:28:00.196Z | Compiling parse-display-derive v0.10.0 |
| 1812 | 2026-03-10T15:28:00.289Z | Compiling tracing-core v0.1.34 |
| 1813 | 2026-03-10T15:28:01.017Z | Compiling toml_datetime v0.6.11 |
| 1814 | 2026-03-10T15:28:01.034Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1815 | 2026-03-10T15:28:01.174Z | Compiling term v1.2.0 |
| 1816 | 2026-03-10T15:28:01.242Z | Compiling take_mut v0.2.2 |
| 1817 | 2026-03-10T15:28:01.389Z | Compiling tracing v0.1.41 |
| 1818 | 2026-03-10T15:28:01.698Z | Compiling camino v1.2.2 |
| 1819 | 2026-03-10T15:28:02.259Z | Compiling clap_derive v4.5.49 |
| 1820 | 2026-03-10T15:28:02.511Z | Compiling cpufeatures v0.2.17 |
| 1821 | 2026-03-10T15:28:02.543Z | Compiling fastrand v2.3.0 |
| 1822 | 2026-03-10T15:28:02.585Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1823 | 2026-03-10T15:28:02.817Z | Compiling encoding_rs v0.8.35 |
| 1824 | 2026-03-10T15:28:02.895Z | Compiling unicode-width v0.2.1 |
| 1825 | 2026-03-10T15:28:02.961Z | Compiling mime v0.3.17 |
| 1826 | 2026-03-10T15:28:03.647Z | Compiling errno v0.3.14 |
| 1827 | 2026-03-10T15:28:03.851Z | Compiling generic-array v0.14.7 |
| 1828 | 2026-03-10T15:28:04.604Z | Compiling progenitor-macro v0.11.1 |
| 1829 | 2026-03-10T15:28:04.891Z | Compiling hex v0.4.3 |
| 1830 | 2026-03-10T15:28:05.117Z | Compiling ipnetwork v0.21.1 |
| 1831 | 2026-03-10T15:28:05.240Z | Compiling crossbeam-utils v0.8.21 |
| 1832 | 2026-03-10T15:28:05.534Z | Compiling rustix v1.1.2 |
| 1833 | 2026-03-10T15:28:05.690Z | Compiling slog v2.8.2 |
| 1834 | 2026-03-10T15:28:05.795Z | Compiling tokio-util v0.7.16 |
| 1835 | 2026-03-10T15:28:05.926Z | Compiling winnow v0.7.14 |
| 1836 | 2026-03-10T15:28:06.356Z | Compiling crypto-common v0.1.6 |
| 1837 | 2026-03-10T15:28:06.525Z | Compiling rand_core v0.9.3 |
| 1838 | 2026-03-10T15:28:06.733Z | Compiling h2 v0.4.12 |
| 1839 | 2026-03-10T15:28:06.817Z | Compiling oxnet v0.1.4 |
| 1840 | 2026-03-10T15:28:07.265Z | Compiling itertools v0.14.0 |
| 1841 | 2026-03-10T15:28:07.860Z | Compiling rand_chacha v0.9.0 |
| 1842 | 2026-03-10T15:28:08.526Z | Compiling rand v0.9.2 |
| 1843 | 2026-03-10T15:28:09.013Z | Compiling rustls-pki-types v1.12.0 |
| 1844 | 2026-03-10T15:28:09.327Z | Compiling quick-error v1.2.3 |
| 1845 | 2026-03-10T15:28:09.465Z | Compiling spin v0.9.8 |
| 1846 | 2026-03-10T15:28:09.620Z | Compiling hyper v1.8.1 |
| 1847 | 2026-03-10T15:28:09.654Z | Compiling debug-ignore v1.0.5 |
| 1848 | 2026-03-10T15:28:09.931Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1849 | 2026-03-10T15:28:10.213Z | Compiling tabwriter v1.4.1 |
| 1850 | 2026-03-10T15:28:10.530Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1851 | 2026-03-10T15:28:10.865Z | Compiling serde_spanned v1.0.4 |
| 1852 | 2026-03-10T15:28:10.949Z | Compiling colored v3.0.0 |
| 1853 | 2026-03-10T15:28:11.017Z | Compiling lazy_static v1.5.0 |
| 1854 | 2026-03-10T15:28:11.066Z | Compiling hyper-util v0.1.19 |
| 1855 | 2026-03-10T15:28:11.148Z | Compiling bit-vec v0.8.0 |
| 1856 | 2026-03-10T15:28:11.248Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1857 | 2026-03-10T15:28:11.483Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1858 | 2026-03-10T15:28:11.537Z | Compiling bit-set v0.8.0 |
| 1859 | 2026-03-10T15:28:11.556Z | Compiling time v0.3.44 |
| 1860 | 2026-03-10T15:28:11.692Z | Compiling strum v0.26.3 |
| 1861 | 2026-03-10T15:28:11.748Z | Compiling async-stream v0.3.6 |
| 1862 | 2026-03-10T15:28:11.831Z | Compiling ring v0.17.14 |
| 1863 | 2026-03-10T15:28:11.851Z | Compiling waitgroup v0.1.2 |
| 1864 | 2026-03-10T15:28:11.966Z | Compiling serde_path_to_error v0.1.20 |
| 1865 | 2026-03-10T15:28:11.989Z | Compiling unarray v0.1.4 |
| 1866 | 2026-03-10T15:28:12.028Z | Compiling anstyle v1.0.11 |
| 1867 | 2026-03-10T15:28:12.129Z | Compiling crossbeam-channel v0.5.15 |
| 1868 | 2026-03-10T15:28:12.319Z | Compiling block-buffer v0.10.4 |
| 1869 | 2026-03-10T15:28:12.450Z | Compiling macaddr v1.0.1 |
| 1870 | 2026-03-10T15:28:12.509Z | Compiling utf8parse v0.2.2 |
| 1871 | 2026-03-10T15:28:12.655Z | Compiling anstyle-parse v0.2.7 |
| 1872 | 2026-03-10T15:28:12.798Z | Compiling digest v0.10.7 |
| 1873 | 2026-03-10T15:28:12.945Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1874 | 2026-03-10T15:28:13.085Z | Compiling ref-cast v1.0.25 |
| 1875 | 2026-03-10T15:28:13.109Z | Compiling colorchoice v1.0.4 |
| 1876 | 2026-03-10T15:28:13.184Z | Compiling is_terminal_polyfill v1.70.1 |
| 1877 | 2026-03-10T15:28:13.217Z | Compiling anstyle-query v1.1.4 |
| 1878 | 2026-03-10T15:28:13.305Z | Compiling strum v0.27.2 |
| 1879 | 2026-03-10T15:28:13.351Z | Compiling anstream v0.6.20 |
| 1880 | 2026-03-10T15:28:13.368Z | Compiling is-terminal v0.4.16 |
| 1881 | 2026-03-10T15:28:13.653Z | Compiling clap_lex v0.7.5 |
| 1882 | 2026-03-10T15:28:13.703Z | Compiling slog-term v2.9.2 |
| 1883 | 2026-03-10T15:28:13.787Z | Compiling slog-json v2.6.1 |
| 1884 | 2026-03-10T15:28:13.935Z | Compiling slog-async v2.8.0 |
| 1885 | 2026-03-10T15:28:13.982Z | Compiling tower v0.5.2 |
| 1886 | 2026-03-10T15:28:14.044Z | Compiling hostname v0.3.1 |
| 1887 | 2026-03-10T15:28:14.623Z | Compiling tower-http v0.6.8 |
| 1888 | 2026-03-10T15:28:14.662Z | Compiling slog-bunyan v2.5.0 |
| 1889 | 2026-03-10T15:28:15.135Z | Compiling futures-executor v0.3.31 |
| 1890 | 2026-03-10T15:28:15.179Z | Compiling instant v0.1.13 |
| 1891 | 2026-03-10T15:28:15.315Z | Compiling futures v0.3.31 |
| 1892 | 2026-03-10T15:28:15.420Z | Compiling openssl-sys v0.9.109 |
| 1893 | 2026-03-10T15:28:16.228Z | Compiling memmap2 v0.9.8 |
| 1894 | 2026-03-10T15:28:16.519Z | Compiling untrusted v0.7.1 |
| 1895 | 2026-03-10T15:28:16.568Z | Compiling foreign-types-shared v0.1.1 |
| 1896 | 2026-03-10T15:28:16.672Z | Compiling foreign-types v0.3.2 |
| 1897 | 2026-03-10T15:28:16.689Z | Compiling tempfile v3.23.0 |
| 1898 | 2026-03-10T15:28:17.250Z | Compiling openssl-probe v0.1.6 |
| 1899 | 2026-03-10T15:28:17.562Z | Compiling openssl v0.10.73 |
| 1900 | 2026-03-10T15:28:18.099Z | Compiling either v1.15.0 |
| 1901 | 2026-03-10T15:28:18.546Z | Compiling webpki-roots v1.0.2 |
| 1902 | 2026-03-10T15:28:19.234Z | Compiling usdt v0.6.0 |
| 1903 | 2026-03-10T15:28:19.426Z | Compiling newtype-uuid v1.3.2 |
| 1904 | 2026-03-10T15:28:20.498Z | Compiling daft v0.1.4 |
| 1905 | 2026-03-10T15:28:20.851Z | Compiling native-tls v0.2.14 |
| 1906 | 2026-03-10T15:28:21.105Z | Compiling tokio-native-tls v0.3.1 |
| 1907 | 2026-03-10T15:28:21.280Z | Compiling hyper-tls v0.6.0 |
| 1908 | 2026-03-10T15:28:21.778Z | Compiling rustls-webpki v0.102.8 |
| 1909 | 2026-03-10T15:28:22.408Z | Compiling rustls v0.22.4 |
| 1910 | 2026-03-10T15:28:24.246Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1911 | 2026-03-10T15:28:25.048Z | Compiling tokio-rustls v0.25.0 |
| 1912 | 2026-03-10T15:28:25.341Z | Compiling sha1 v0.10.6 |
| 1913 | 2026-03-10T15:28:25.481Z | Compiling multer v3.1.0 |
| 1914 | 2026-03-10T15:28:25.653Z | Compiling rustls-pemfile v2.2.0 |
| 1915 | 2026-03-10T15:28:25.911Z | Compiling terminal_size v0.4.3 |
| 1916 | 2026-03-10T15:28:26.156Z | Compiling rand_chacha v0.3.1 |
| 1917 | 2026-03-10T15:28:26.651Z | Compiling hostname v0.4.2 |
| 1918 | 2026-03-10T15:28:26.769Z | Compiling wait-timeout v0.2.1 |
| 1919 | 2026-03-10T15:28:27.073Z | Compiling rusty-fork v0.3.0 |
| 1920 | 2026-03-10T15:28:27.163Z | Compiling dropshot v0.16.7 |
| 1921 | 2026-03-10T15:28:28.022Z | Compiling rand v0.8.5 |
| 1922 | 2026-03-10T15:28:28.179Z | Compiling rustls-webpki v0.103.6 |
| 1923 | 2026-03-10T15:28:28.912Z | Compiling rand_xorshift v0.4.0 |
| 1924 | 2026-03-10T15:28:29.361Z | Compiling proptest v1.8.0 |
| 1925 | 2026-03-10T15:28:29.881Z | Compiling rustls v0.23.32 |
| 1926 | 2026-03-10T15:28:31.510Z | Compiling clap_builder v4.5.50 |
| 1927 | 2026-03-10T15:28:31.977Z | Compiling aws-lc-rs v1.14.0 |
| 1928 | 2026-03-10T15:28:32.289Z | Compiling hubpack_derive v0.1.1 |
| 1929 | 2026-03-10T15:28:33.844Z | Compiling clap v4.5.50 |
| 1930 | 2026-03-10T15:28:33.958Z | Compiling tokio-rustls v0.26.3 |
| 1931 | 2026-03-10T15:28:34.853Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1932 | 2026-03-10T15:28:35.674Z | Compiling serde_spanned v0.6.9 |
| 1933 | 2026-03-10T15:28:35.799Z | Compiling winnow v0.5.40 |
| 1934 | 2026-03-10T15:28:35.921Z | Compiling hyper-rustls v0.27.7 |
| 1935 | 2026-03-10T15:28:36.667Z | Compiling serde_with v3.14.1 |
| 1936 | 2026-03-10T15:28:36.962Z | Compiling reqwest v0.12.23 |
| 1937 | 2026-03-10T15:28:37.001Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1938 | 2026-03-10T15:28:37.757Z | Compiling rustc-hash v2.1.1 |
| 1939 | 2026-03-10T15:28:37.923Z | Compiling iddqd v0.3.17 |
| 1940 | 2026-03-10T15:28:38.889Z | Compiling backoff v0.4.0 |
| 1941 | 2026-03-10T15:28:39.225Z | Compiling parse-display v0.10.0 |
| 1942 | 2026-03-10T15:28:39.360Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1943 | 2026-03-10T15:28:39.594Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1944 | 2026-03-10T15:28:41.918Z | Compiling progenitor-client v0.11.1 |
| 1945 | 2026-03-10T15:28:42.229Z | Compiling progenitor-client v0.10.0 |
| 1946 | 2026-03-10T15:28:42.434Z | Compiling progenitor v0.11.1 |
| 1947 | 2026-03-10T15:28:42.582Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1948 | 2026-03-10T15:28:43.406Z | Compiling num-derive v0.3.3 |
| 1949 | 2026-03-10T15:28:44.846Z | Compiling toml_write v0.1.2 |
| 1950 | 2026-03-10T15:28:45.387Z | Compiling toml_edit v0.22.27 |
| 1951 | 2026-03-10T15:28:46.493Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1952 | 2026-03-10T15:28:47.676Z | Compiling toml_edit v0.19.15 |
| 1953 | 2026-03-10T15:28:48.235Z | Compiling num-integer v0.1.46 |
| 1954 | 2026-03-10T15:28:48.483Z | Compiling float-ord v0.3.2 |
| 1955 | 2026-03-10T15:28:48.686Z | Compiling toml v0.8.23 |
| 1956 | 2026-03-10T15:28:49.643Z | Compiling proc-macro-crate v1.3.1 |
| 1957 | 2026-03-10T15:28:51.501Z | Compiling num-rational v0.4.2 |
| 1958 | 2026-03-10T15:28:52.342Z | Compiling num-iter v0.1.45 |
| 1959 | 2026-03-10T15:28:53.010Z | Compiling num-complex v0.4.6 |
| 1960 | 2026-03-10T15:28:54.151Z | Compiling num v0.4.3 |
| 1961 | 2026-03-10T15:28:58.672Z | Compiling zerocopy-derive v0.7.35 |
| 1962 | 2026-03-10T15:28:59.214Z | Compiling ingot-macros v0.1.1 |
| 1963 | 2026-03-10T15:28:59.236Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1964 | 2026-03-10T15:28:59.629Z | Compiling scroll_derive v0.12.1 |
| 1965 | 2026-03-10T15:29:00.410Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1966 | 2026-03-10T15:29:01.122Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1967 | 2026-03-10T15:29:01.216Z | Compiling zerocopy v0.7.35 |
| 1968 | 2026-03-10T15:29:02.994Z | Compiling num_enum_derive v0.7.5 |
| 1969 | 2026-03-10T15:29:03.639Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-03-10T15:29:03.965Z | Compiling memoffset v0.9.1 |
| 1971 | 2026-03-10T15:29:04.463Z | Compiling foreign-types-macros v0.2.3 |
| 1972 | 2026-03-10T15:29:05.881Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-03-10T15:29:05.967Z | Compiling nix v0.30.1 |
| 1974 | 2026-03-10T15:29:06.796Z | Compiling libscf-sys v1.1.0 |
| 1975 | 2026-03-10T15:29:07.833Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1976 | 2026-03-10T15:29:07.883Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1977 | 2026-03-10T15:29:08.064Z | Compiling proc-macro-error-attr v1.0.4 |
| 1978 | 2026-03-10T15:29:08.400Z | Compiling proc-macro-error2 v2.0.1 |
| 1979 | 2026-03-10T15:29:08.446Z | Compiling dtrace-parser v0.2.0 |
| 1980 | 2026-03-10T15:29:08.488Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1981 | 2026-03-10T15:29:08.636Z | Compiling proc-macro-error v1.0.4 |
| 1982 | 2026-03-10T15:29:08.758Z | Compiling tabled_derive v0.11.0 |
| 1983 | 2026-03-10T15:29:09.153Z | Compiling dof v0.3.0 |
| 1984 | 2026-03-10T15:29:09.156Z | Compiling num_enum_derive v0.5.11 |
| 1985 | 2026-03-10T15:29:09.669Z | Compiling hubpack v0.1.2 |
| 1986 | 2026-03-10T15:29:09.869Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1987 | 2026-03-10T15:29:09.971Z | Compiling thread-id v4.2.2 |
| 1988 | 2026-03-10T15:29:10.345Z | Compiling static_assertions v1.1.0 |
| 1989 | 2026-03-10T15:29:10.450Z | Compiling usdt-impl v0.5.0 |
| 1990 | 2026-03-10T15:29:11.610Z | Compiling derive_more v0.99.20 |
| 1991 | 2026-03-10T15:29:13.398Z | Compiling bytecount v0.6.9 |
| 1992 | 2026-03-10T15:29:14.362Z | Compiling usdt-attr-macro v0.5.0 |
| 1993 | 2026-03-10T15:29:14.742Z | Compiling usdt-macro v0.5.0 |
| 1994 | 2026-03-10T15:29:15.457Z | Compiling zone_cfg_derive v0.3.1 |
| 1995 | 2026-03-10T15:29:15.746Z | Compiling num-derive v0.4.2 |
| 1996 | 2026-03-10T15:29:16.117Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1997 | 2026-03-10T15:29:16.439Z | Compiling rustc_version v0.4.1 |
| 1998 | 2026-03-10T15:29:16.548Z | Compiling crossbeam-epoch v0.9.18 |
| 1999 | 2026-03-10T15:29:16.744Z | Compiling papergrid v0.17.0 |
| 2000 | 2026-03-10T15:29:16.811Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2001 | 2026-03-10T15:29:17.006Z | Compiling testing_table v0.3.0 |
| 2002 | 2026-03-10T15:29:17.009Z | Compiling enum-as-inner v0.6.1 |
| 2003 | 2026-03-10T15:29:17.225Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2004 | 2026-03-10T15:29:17.345Z | Compiling curve25519-dalek v4.1.3 |
| 2005 | 2026-03-10T15:29:17.831Z | Compiling crossbeam-deque v0.8.6 |
| 2006 | 2026-03-10T15:29:17.998Z | Compiling typify-impl v0.6.1 |
| 2007 | 2026-03-10T15:29:18.093Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2008 | 2026-03-10T15:29:18.253Z | Compiling tabled v0.20.0 |
| 2009 | 2026-03-10T15:29:18.611Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2010 | 2026-03-10T15:29:18.738Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2011 | 2026-03-10T15:29:19.649Z | Compiling rayon-core v1.13.0 |
| 2012 | 2026-03-10T15:29:19.681Z | Compiling scroll v0.12.0 |
| 2013 | 2026-03-10T15:29:20.127Z | Compiling hash32 v0.3.1 |
| 2014 | 2026-03-10T15:29:20.328Z | Compiling heapless v0.8.0 |
| 2015 | 2026-03-10T15:29:20.331Z | Compiling goblin v0.8.2 |
| 2016 | 2026-03-10T15:29:20.496Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2017 | 2026-03-10T15:29:20.672Z | Compiling ingot-types v0.1.2 |
| 2018 | 2026-03-10T15:29:21.216Z | Compiling cobs v0.3.0 |
| 2019 | 2026-03-10T15:29:21.407Z | Compiling foreign-types-shared v0.3.1 |
| 2020 | 2026-03-10T15:29:21.462Z | Compiling managed v0.8.0 |
| 2021 | 2026-03-10T15:29:21.532Z | Compiling bitflags v1.3.2 |
| 2022 | 2026-03-10T15:29:21.577Z | Compiling foreign-types v0.5.0 |
| 2023 | 2026-03-10T15:29:21.637Z | Compiling postcard v1.1.3 |
| 2024 | 2026-03-10T15:29:21.757Z | Compiling smoltcp v0.11.0 |
| 2025 | 2026-03-10T15:29:22.084Z | Compiling ingot v0.1.1 |
| 2026 | 2026-03-10T15:29:22.186Z | Compiling num_enum v0.7.5 |
| 2027 | 2026-03-10T15:29:22.263Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2028 | 2026-03-10T15:29:22.415Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2029 | 2026-03-10T15:29:22.565Z | Compiling camino-tempfile v1.4.1 |
| 2030 | 2026-03-10T15:29:22.707Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2031 | 2026-03-10T15:29:22.922Z | Compiling serde_repr v0.1.20 |
| 2032 | 2026-03-10T15:29:22.945Z | Compiling derive-where v1.6.0 |
| 2033 | 2026-03-10T15:29:23.268Z | Compiling cstr-argument v0.1.2 |
| 2034 | 2026-03-10T15:29:24.356Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2035 | 2026-03-10T15:29:24.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2036 | 2026-03-10T15:29:25.426Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2037 | 2026-03-10T15:29:25.671Z | Compiling rayon v1.11.0 |
| 2038 | 2026-03-10T15:29:25.952Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2039 | 2026-03-10T15:29:26.038Z | Compiling crucible-workspace-hack v0.1.0 |
| 2040 | 2026-03-10T15:29:26.651Z | Compiling memmap v0.7.0 |
| 2041 | 2026-03-10T15:29:26.679Z | Compiling typify-macro v0.6.1 |
| 2042 | 2026-03-10T15:29:26.900Z | Compiling tinyvec_macros v0.1.1 |
| 2043 | 2026-03-10T15:29:27.012Z | Compiling tinyvec v1.10.0 |
| 2044 | 2026-03-10T15:29:27.078Z | Compiling usdt v0.5.0 |
| 2045 | 2026-03-10T15:29:27.407Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2046 | 2026-03-10T15:29:27.466Z | Compiling num_enum v0.5.11 |
| 2047 | 2026-03-10T15:29:28.053Z | Compiling pin-project-internal v1.1.10 |
| 2048 | 2026-03-10T15:29:29.088Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2049 | 2026-03-10T15:29:29.487Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2050 | 2026-03-10T15:29:29.541Z | Compiling typify v0.6.1 |
| 2051 | 2026-03-10T15:29:29.661Z | Compiling progenitor-impl v0.13.0 |
| 2052 | 2026-03-10T15:29:29.833Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2053 | 2026-03-10T15:29:29.929Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2054 | 2026-03-10T15:29:30.292Z | Compiling rustix v0.38.44 |
| 2055 | 2026-03-10T15:29:30.629Z | Compiling itertools v0.12.1 |
| 2056 | 2026-03-10T15:29:30.741Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2057 | 2026-03-10T15:29:30.775Z | Compiling progenitor-impl v0.10.0 |
| 2058 | 2026-03-10T15:29:31.265Z | Compiling sigpipe v0.1.3 |
| 2059 | 2026-03-10T15:29:31.379Z | Compiling jiff v0.2.15 |
| 2060 | 2026-03-10T15:29:31.381Z | Compiling const_format_proc_macros v0.2.34 |
| 2061 | 2026-03-10T15:29:31.835Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2062 | 2026-03-10T15:29:32.004Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2063 | 2026-03-10T15:29:32.163Z | Compiling zone v0.3.1 |
| 2064 | 2026-03-10T15:29:33.219Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2065 | 2026-03-10T15:29:33.434Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2066 | 2026-03-10T15:29:34.298Z | Compiling secrecy v0.10.3 |
| 2067 | 2026-03-10T15:29:34.387Z | Compiling smf v0.2.3 |
| 2068 | 2026-03-10T15:29:34.506Z | Compiling snafu-derive v0.8.9 |
| 2069 | 2026-03-10T15:29:34.522Z | Compiling progenitor-macro v0.13.0 |
| 2070 | 2026-03-10T15:29:34.889Z | Compiling async-recursion v1.1.1 |
| 2071 | 2026-03-10T15:29:35.313Z | Compiling bstr v1.12.0 |
| 2072 | 2026-03-10T15:29:35.560Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2073 | 2026-03-10T15:29:35.608Z | Compiling progenitor-macro v0.10.0 |
| 2074 | 2026-03-10T15:29:35.907Z | Compiling whoami v1.6.1 |
| 2075 | 2026-03-10T15:29:36.318Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2076 | 2026-03-10T15:29:38.547Z | Compiling hmac v0.12.1 |
| 2077 | 2026-03-10T15:29:38.927Z | Compiling inout v0.1.4 |
| 2078 | 2026-03-10T15:29:38.947Z | Compiling ff v0.13.1 |
| 2079 | 2026-03-10T15:29:39.120Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2080 | 2026-03-10T15:29:39.521Z | Compiling crc8 v0.1.1 |
| 2081 | 2026-03-10T15:29:39.687Z | Compiling data-encoding v2.9.0 |
| 2082 | 2026-03-10T15:29:39.739Z | Compiling group v0.13.0 |
| 2083 | 2026-03-10T15:29:39.879Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2084 | 2026-03-10T15:29:39.892Z | Compiling cipher v0.4.4 |
| 2085 | 2026-03-10T15:29:41.001Z | Compiling hkdf v0.12.4 |
| 2086 | 2026-03-10T15:29:41.037Z | Compiling atomicwrites v0.4.4 |
| 2087 | 2026-03-10T15:29:41.198Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2088 | 2026-03-10T15:29:41.316Z | Compiling tokio-dtrace v0.1.1 |
| 2089 | 2026-03-10T15:29:41.670Z | Compiling tabled_derive v0.7.0 |
| 2090 | 2026-03-10T15:29:42.630Z | Compiling reqwest v0.13.2 |
| 2091 | 2026-03-10T15:29:42.783Z | Compiling universal-hash v0.5.1 |
| 2092 | 2026-03-10T15:29:42.836Z | Compiling crypto-bigint v0.5.5 |
| 2093 | 2026-03-10T15:29:42.960Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2094 | 2026-03-10T15:29:43.006Z | Compiling half v2.7.1 |
| 2095 | 2026-03-10T15:29:43.471Z | Compiling base16ct v0.2.0 |
| 2096 | 2026-03-10T15:29:43.691Z | Compiling opaque-debug v0.3.1 |
| 2097 | 2026-03-10T15:29:43.795Z | Compiling base64ct v1.8.0 |
| 2098 | 2026-03-10T15:29:43.863Z | Compiling ciborium-io v0.2.2 |
| 2099 | 2026-03-10T15:29:43.958Z | Compiling indent_write v2.2.0 |
| 2100 | 2026-03-10T15:29:43.991Z | Compiling progenitor-client v0.13.0 |
| 2101 | 2026-03-10T15:29:44.141Z | Compiling password-hash v0.5.0 |
| 2102 | 2026-03-10T15:29:44.208Z | Compiling ciborium-ll v0.2.2 |
| 2103 | 2026-03-10T15:29:44.375Z | Compiling poly1305 v0.8.0 |
| 2104 | 2026-03-10T15:29:44.507Z | Compiling elliptic-curve v0.13.8 |
| 2105 | 2026-03-10T15:29:45.130Z | Compiling oxide-tokio-rt v0.1.2 |
| 2106 | 2026-03-10T15:29:45.384Z | Compiling chacha20 v0.9.1 |
| 2107 | 2026-03-10T15:29:45.439Z | Compiling similar v2.7.0 |
| 2108 | 2026-03-10T15:29:45.508Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2109 | 2026-03-10T15:29:46.081Z | Compiling thiserror-no-std v2.0.2 |
| 2110 | 2026-03-10T15:29:47.273Z | Compiling blake2 v0.10.6 |
| 2111 | 2026-03-10T15:29:47.373Z | Compiling aead v0.5.2 |
| 2112 | 2026-03-10T15:29:47.829Z | Compiling resolv-conf v0.7.5 |
| 2113 | 2026-03-10T15:29:47.870Z | Compiling linked-hash-map v0.5.6 |
| 2114 | 2026-03-10T15:29:47.929Z | Compiling keccak v0.1.5 |
| 2115 | 2026-03-10T15:29:48.322Z | Compiling sha3 v0.10.8 |
| 2116 | 2026-03-10T15:29:48.325Z | Compiling lru-cache v0.1.2 |
| 2117 | 2026-03-10T15:29:48.368Z | Compiling argon2 v0.5.3 |
| 2118 | 2026-03-10T15:29:48.515Z | Compiling chacha20poly1305 v0.10.1 |
| 2119 | 2026-03-10T15:29:48.632Z | Compiling vsss-rs v3.3.4 |
| 2120 | 2026-03-10T15:29:48.939Z | Compiling progenitor v0.13.0 |
| 2121 | 2026-03-10T15:29:49.078Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-03-10T15:29:49.461Z | Compiling ciborium v0.2.2 |
| 2123 | 2026-03-10T15:29:49.538Z | Compiling hickory-proto v0.24.4 |
| 2124 | 2026-03-10T15:29:50.555Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2125 | 2026-03-10T15:29:50.881Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2126 | 2026-03-10T15:29:50.897Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2127 | 2026-03-10T15:29:51.218Z | Compiling serde-big-array v0.5.1 |
| 2128 | 2026-03-10T15:29:51.265Z | Compiling siphasher v1.0.1 |
| 2129 | 2026-03-10T15:29:51.322Z | Compiling same-file v1.0.6 |
| 2130 | 2026-03-10T15:29:51.653Z | Compiling unicode-segmentation v1.12.0 |
| 2131 | 2026-03-10T15:29:52.023Z | Compiling hickory-resolver v0.24.4 |
| 2132 | 2026-03-10T15:29:52.172Z | Compiling newline-converter v0.3.0 |
| 2133 | 2026-03-10T15:29:52.211Z | Compiling phf_shared v0.12.1 |
| 2134 | 2026-03-10T15:29:52.299Z | Compiling walkdir v2.5.0 |
| 2135 | 2026-03-10T15:29:52.322Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2136 | 2026-03-10T15:29:52.373Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2137 | 2026-03-10T15:29:53.230Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2138 | 2026-03-10T15:29:54.162Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2139 | 2026-03-10T15:29:54.501Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2140 | 2026-03-10T15:29:55.016Z | Compiling newtype_derive v0.1.6 |
| 2141 | 2026-03-10T15:29:55.126Z | Compiling owo-colors v4.3.0 |
| 2142 | 2026-03-10T15:29:55.281Z | Compiling tokio-stream v0.1.17 |
| 2143 | 2026-03-10T15:29:55.649Z | Compiling console v0.15.11 |
| 2144 | 2026-03-10T15:29:55.887Z | Compiling csv-core v0.1.12 |
| 2145 | 2026-03-10T15:29:56.080Z | Compiling foldhash v0.1.5 |
| 2146 | 2026-03-10T15:29:56.230Z | Compiling termtree v0.5.1 |
| 2147 | 2026-03-10T15:29:56.247Z | Compiling swrite v0.1.0 |
| 2148 | 2026-03-10T15:29:56.321Z | Compiling smawk v0.3.2 |
| 2149 | 2026-03-10T15:29:56.369Z | Compiling unicode-width v0.1.14 |
| 2150 | 2026-03-10T15:29:56.425Z | Compiling unicode-linebreak v0.1.5 |
| 2151 | 2026-03-10T15:29:56.740Z | Compiling textwrap v0.16.2 |
| 2152 | 2026-03-10T15:29:56.800Z | Compiling hashbrown v0.15.5 |
| 2153 | 2026-03-10T15:29:56.818Z | Compiling csv v1.3.1 |
| 2154 | 2026-03-10T15:29:56.996Z | Compiling expectorate v1.2.0 |
| 2155 | 2026-03-10T15:29:57.200Z | Compiling qorb v0.4.1 |
| 2156 | 2026-03-10T15:29:57.551Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-03-10T15:29:57.589Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2158 | 2026-03-10T15:30:00.051Z | Compiling phf v0.12.1 |
| 2159 | 2026-03-10T15:30:00.085Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2160 | 2026-03-10T15:30:00.518Z | Compiling pin-project v1.1.10 |
| 2161 | 2026-03-10T15:30:00.589Z | Compiling unicode-normalization v0.1.24 |
| 2162 | 2026-03-10T15:30:00.656Z | Compiling libz-sys v1.1.22 |
| 2163 | 2026-03-10T15:30:00.803Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-03-10T15:30:02.115Z | Compiling libsw-core v0.3.2 |
| 2165 | 2026-03-10T15:30:02.240Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2166 | 2026-03-10T15:30:02.704Z | Compiling fixedbitset v0.5.7 |
| 2167 | 2026-03-10T15:30:02.768Z | Compiling highway v1.3.0 |
| 2168 | 2026-03-10T15:30:02.790Z | Compiling fixedbitset v0.4.2 |
| 2169 | 2026-03-10T15:30:03.369Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-03-10T15:30:03.694Z | Compiling petgraph v0.8.2 |
| 2171 | 2026-03-10T15:30:04.106Z | Compiling petgraph v0.6.5 |
| 2172 | 2026-03-10T15:30:04.590Z | Compiling progenitor v0.10.0 |
| 2173 | 2026-03-10T15:30:04.952Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-03-10T15:30:06.087Z | Compiling libsw v3.5.0 |
| 2175 | 2026-03-10T15:30:06.288Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2176 | 2026-03-10T15:30:06.316Z | Compiling olpc-cjson v0.1.4 |
| 2177 | 2026-03-10T15:30:06.384Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2178 | 2026-03-10T15:30:06.533Z | Compiling snafu v0.8.9 |
| 2179 | 2026-03-10T15:30:07.047Z | Compiling chrono-tz v0.10.4 |
| 2180 | 2026-03-10T15:30:07.444Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2181 | 2026-03-10T15:30:07.699Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-03-10T15:30:08.034Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2183 | 2026-03-10T15:30:09.162Z | Compiling papergrid v0.11.0 |
| 2184 | 2026-03-10T15:30:09.555Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2185 | 2026-03-10T15:30:09.912Z | Compiling globset v0.4.16 |
| 2186 | 2026-03-10T15:30:10.097Z | Compiling const_format v0.2.34 |
| 2187 | 2026-03-10T15:30:10.548Z | Compiling slog-dtrace v0.3.0 |
| 2188 | 2026-03-10T15:30:10.878Z | Compiling cancel-safe-futures v0.1.5 |
| 2189 | 2026-03-10T15:30:10.914Z | Compiling gethostname v0.5.0 |
| 2190 | 2026-03-10T15:30:11.112Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2191 | 2026-03-10T15:30:11.643Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-03-10T15:30:12.413Z | Compiling pem v3.0.5 |
| 2193 | 2026-03-10T15:30:12.497Z | Compiling bcs v0.1.6 |
| 2194 | 2026-03-10T15:30:12.932Z | Compiling serde_plain v1.0.2 |
| 2195 | 2026-03-10T15:30:12.969Z | Compiling cargo-platform v0.1.9 |
| 2196 | 2026-03-10T15:30:13.034Z | Compiling typed-path v0.9.3 |
| 2197 | 2026-03-10T15:30:13.209Z | Compiling tagptr v0.2.0 |
| 2198 | 2026-03-10T15:30:13.659Z | Compiling linear-map v1.2.0 |
| 2199 | 2026-03-10T15:30:14.662Z | Compiling tough v0.20.0 |
| 2200 | 2026-03-10T15:30:14.757Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-03-10T15:30:16.958Z | Compiling moka v0.12.11 |
| 2202 | 2026-03-10T15:30:17.361Z | Compiling cargo_metadata v0.18.1 |
| 2203 | 2026-03-10T15:30:18.085Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-03-10T15:30:18.339Z | Compiling tabled v0.15.0 |
| 2205 | 2026-03-10T15:30:18.697Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-03-10T15:30:19.023Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2207 | 2026-03-10T15:30:19.600Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-03-10T15:30:19.692Z | Compiling git2 v0.19.0 |
| 2209 | 2026-03-10T15:30:21.082Z | Compiling steno v0.4.1 |
| 2210 | 2026-03-10T15:30:23.298Z | Compiling hickory-proto v0.25.2 |
| 2211 | 2026-03-10T15:30:23.490Z | Compiling cookie v0.18.1 |
| 2212 | 2026-03-10T15:30:25.400Z | Compiling humantime v2.3.0 |
| 2213 | 2026-03-10T15:30:25.665Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-03-10T15:30:26.022Z | Compiling hickory-resolver v0.25.2 |
| 2215 | 2026-03-10T15:30:29.102Z | Compiling vergen v8.3.2 |
| 2216 | 2026-03-10T15:30:31.230Z | Compiling signal-hook v0.3.18 |
| 2217 | 2026-03-10T15:30:32.526Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2218 | 2026-03-10T15:30:33.296Z | Compiling predicates-core v1.0.9 |
| 2219 | 2026-03-10T15:30:33.331Z | Compiling mockall_derive v0.13.1 |
| 2220 | 2026-03-10T15:30:33.740Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2221 | 2026-03-10T15:30:33.881Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-03-10T15:30:34.453Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2223 | 2026-03-10T15:30:35.837Z | Compiling sha2 v0.10.9 |
| 2224 | 2026-03-10T15:30:36.002Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2225 | 2026-03-10T15:30:36.377Z | Compiling adler2 v2.0.1 |
| 2226 | 2026-03-10T15:30:36.469Z | Compiling yansi v1.0.1 |
| 2227 | 2026-03-10T15:30:36.731Z | Compiling diff v0.1.13 |
| 2228 | 2026-03-10T15:30:36.925Z | Compiling miniz_oxide v0.8.9 |
| 2229 | 2026-03-10T15:30:37.038Z | Compiling pretty_assertions v1.4.1 |
| 2230 | 2026-03-10T15:30:37.150Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2231 | 2026-03-10T15:30:37.860Z | Compiling fs-err v3.1.2 |
| 2232 | 2026-03-10T15:30:38.610Z | Compiling crc32fast v1.5.0 |
| 2233 | 2026-03-10T15:30:38.879Z | Compiling predicates v3.1.3 |
| 2234 | 2026-03-10T15:30:39.556Z | Compiling predicates-tree v1.0.12 |
| 2235 | 2026-03-10T15:30:40.475Z | Compiling git-stub v1.0.0 |
| 2236 | 2026-03-10T15:30:40.842Z | Compiling filetime v0.2.26 |
| 2237 | 2026-03-10T15:30:41.089Z | Compiling fragile v2.0.1 |
| 2238 | 2026-03-10T15:30:41.487Z | Compiling downcast v0.11.0 |
| 2239 | 2026-03-10T15:30:41.681Z | Compiling xattr v1.6.1 |
| 2240 | 2026-03-10T15:30:41.709Z | Compiling arrayvec v0.7.6 |
| 2241 | 2026-03-10T15:30:41.917Z | Compiling is_ci v1.2.0 |
| 2242 | 2026-03-10T15:30:41.988Z | Compiling arrayref v0.3.9 |
| 2243 | 2026-03-10T15:30:42.093Z | Compiling constant_time_eq v0.3.1 |
| 2244 | 2026-03-10T15:30:42.112Z | Compiling supports-color v3.0.2 |
| 2245 | 2026-03-10T15:30:42.249Z | Compiling blake3 v1.8.2 |
| 2246 | 2026-03-10T15:30:42.350Z | Compiling toml v0.7.8 |
| 2247 | 2026-03-10T15:30:43.052Z | Compiling tar v0.4.44 |
| 2248 | 2026-03-10T15:30:44.132Z | Compiling mockall v0.13.1 |
| 2249 | 2026-03-10T15:30:44.382Z | Compiling git-stub-vcs v0.1.0 |
| 2250 | 2026-03-10T15:30:44.450Z | Compiling signal-hook-tokio v0.3.1 |
| 2251 | 2026-03-10T15:30:44.494Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2252 | 2026-03-10T15:30:44.623Z | Compiling flate2 v1.1.2 |
| 2253 | 2026-03-10T15:30:44.885Z | Compiling drift v0.1.3 |
| 2254 | 2026-03-10T15:30:44.889Z | Compiling kstat-rs v0.2.4 |
| 2255 | 2026-03-10T15:30:45.208Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2256 | 2026-03-10T15:30:45.316Z | Compiling topological-sort v0.2.2 |
| 2257 | 2026-03-10T15:30:45.515Z | Compiling hex-literal v1.0.0 |
| 2258 | 2026-03-10T15:30:45.605Z | Compiling display-error-chain v0.2.2 |
| 2259 | 2026-03-10T15:30:45.791Z | Compiling dropshot-api-manager v0.5.2 |
| 2260 | 2026-03-10T15:30:45.856Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2261 | 2026-03-10T15:30:46.162Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2262 | 2026-03-10T15:30:47.103Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2263 | 2026-03-10T15:30:49.033Z | Compiling omicron-zone-package v0.12.2 |
| 2264 | 2026-03-10T15:30:49.083Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2265 | 2026-03-10T15:30:50.486Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2266 | 2026-03-10T15:30:50.676Z | Compiling curl v0.4.49 |
| 2267 | 2026-03-10T15:30:51.056Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2268 | 2026-03-10T15:30:51.848Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2269 | 2026-03-10T15:30:52.165Z | Compiling search_path v0.1.4 |
| 2270 | 2026-03-10T15:30:52.302Z | Compiling internet-checksum v0.2.1 |
| 2271 | 2026-03-10T15:30:52.491Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2272 | 2026-03-10T15:30:52.985Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2273 | 2026-03-10T15:30:54.486Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2274 | 2026-03-10T15:30:57.006Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2275 | 2026-03-10T15:31:59.423Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 29s |
| 2276 | 2026-03-10T15:31:59.572Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 2277 | 2026-03-10T15:31:59.575Z | |
| 2278 | 2026-03-10T15:31:59.575Z | running 5 tests |
| 2279 | 2026-03-10T15:31:59.578Z | test fuse::tests::chip_revision_b0 ... ok |
| 2280 | 2026-03-10T15:31:59.578Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2281 | 2026-03-10T15:31:59.578Z | test fuse::tests::chip_revision_a0 ... ok |
| 2282 | 2026-03-10T15:31:59.578Z | test fuse::tests::chip_revision_b1 ... ok |
| 2283 | 2026-03-10T15:31:59.578Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2284 | 2026-03-10T15:31:59.578Z | |
| 2285 | 2026-03-10T15:31:59.578Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2286 | 2026-03-10T15:31:59.578Z | |
| 2287 | 2026-03-10T15:31:59.578Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2288 | 2026-03-10T15:31:59.581Z | |
| 2289 | 2026-03-10T15:31:59.581Z | running 0 tests |
| 2290 | 2026-03-10T15:31:59.581Z | |
| 2291 | 2026-03-10T15:31:59.581Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2292 | 2026-03-10T15:31:59.581Z | |
| 2293 | 2026-03-10T15:31:59.584Z | Running unittests src/lib.rs (target/debug/deps/asic-ef582105709503ff) |
| 2294 | 2026-03-10T15:31:59.584Z | |
| 2295 | 2026-03-10T15:31:59.584Z | running 0 tests |
| 2296 | 2026-03-10T15:31:59.584Z | |
| 2297 | 2026-03-10T15:31:59.584Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2298 | 2026-03-10T15:31:59.584Z | |
| 2299 | 2026-03-10T15:31:59.599Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2300 | 2026-03-10T15:31:59.599Z | |
| 2301 | 2026-03-10T15:31:59.599Z | running 10 tests |
| 2302 | 2026-03-10T15:31:59.599Z | test network::tests::test_equal ... ok |
| 2303 | 2026-03-10T15:31:59.599Z | test network::tests::test_eui64 ... ok |
| 2304 | 2026-03-10T15:31:59.599Z | test nat::tests::test_vni ... ok |
| 2305 | 2026-03-10T15:31:59.599Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2306 | 2026-03-10T15:31:59.599Z | test network::tests::test_into ... ok |
| 2307 | 2026-03-10T15:31:59.599Z | test network::tests::test_not_equal ... ok |
| 2308 | 2026-03-10T15:31:59.599Z | test network::tests::test_parse ... ok |
| 2309 | 2026-03-10T15:31:59.599Z | test network::tests::test_to_string ... ok |
| 2310 | 2026-03-10T15:31:59.599Z | test test_purge ... ok |
| 2311 | 2026-03-10T15:31:59.599Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2312 | 2026-03-10T15:31:59.599Z | |
| 2313 | 2026-03-10T15:31:59.599Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2314 | 2026-03-10T15:31:59.599Z | |
| 2315 | 2026-03-10T15:31:59.599Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 2316 | 2026-03-10T15:31:59.599Z | |
| 2317 | 2026-03-10T15:31:59.599Z | running 1 test |
| 2318 | 2026-03-10T15:32:01.069Z | test test::test_apis_up_to_date ... ok |
| 2319 | 2026-03-10T15:32:01.069Z | |
| 2320 | 2026-03-10T15:32:01.069Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.47s |
| 2321 | 2026-03-10T15:32:01.069Z | |
| 2322 | 2026-03-10T15:32:01.111Z | Running unittests src/main.rs (target/debug/deps/dpd-90ee02e799b68742) |
| 2323 | 2026-03-10T15:32:01.118Z | |
| 2324 | 2026-03-10T15:32:01.118Z | running 44 tests |
| 2325 | 2026-03-10T15:32:01.121Z | test freemap::test_ordering ... ok |
| 2326 | 2026-03-10T15:32:01.121Z | test freemap::test_split ... ok |
| 2327 | 2026-03-10T15:32:01.121Z | test config::tests::test_updates ... ok |
| 2328 | 2026-03-10T15:32:01.121Z | test macaddrs::tests::test_mac_offset ... ok |
| 2329 | 2026-03-10T15:32:01.121Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2330 | 2026-03-10T15:32:01.121Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2331 | 2026-03-10T15:32:01.121Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2332 | 2026-03-10T15:32:01.122Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2333 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2334 | 2026-03-10T15:32:01.125Z | Mar 10 15:31:59.293 DEBG created new freemapMar 10 15:31:59.293 , DEBGunit :created new freemap , freemap_testunit: freemap_test |
| 2335 | 2026-03-10T15:32:01.125Z | |
| 2336 | 2026-03-10T15:32:01.125Z | Mar 10 15:31:59.293Mar 10 15:31:59.293 Mar 10 15:31:59.293DEBG created new freemapMar 10 15:31:59.293, DEBGunit :DEBGinitted freemap. size: 128 , created new freemap unitfreemap_test:, |
| 2337 | 2026-03-10T15:32:01.125Z | unitfreemap_test: |
| 2338 | 2026-03-10T15:32:01.125Z | freemap_test |
| 2339 | 2026-03-10T15:32:01.125Z | Mar 10 15:31:59.293 DEBG initted freemap. size: 128, Mar 10 15:31:59.293unit :DEBG Mar 10 15:31:59.293freemap_test |
| 2340 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2341 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2342 | 2026-03-10T15:32:01.125Z | DEBG initted freemap. size: 128Mar 10 15:31:59.293, Mar 10 15:31:59.293 unit reset freemapDEBG, DEBGunitcreated new freemap: , reset freemapfreemap_test, unitunit |
| 2343 | 2026-03-10T15:32:01.125Z | :: freemap_testfreemap_test |
| 2344 | 2026-03-10T15:32:01.125Z | |
| 2345 | 2026-03-10T15:32:01.125Z | :Mar 10 15:31:59.293 freemap_testDEBG |
| 2346 | 2026-03-10T15:32:01.125Z | initted freemap. size: 128, unit: freemap_test |
| 2347 | 2026-03-10T15:32:01.125Z | Mar 10 15:31:59.294 Mar 10 15:31:59.294DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 2348 | 2026-03-10T15:32:01.125Z | freemap_test |
| 2349 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2350 | 2026-03-10T15:32:01.125Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2351 | 2026-03-10T15:32:01.125Z | Mar 10 15:31:59.294 DEBG reset freemap, unit: freemap_test |
| 2352 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2353 | 2026-03-10T15:32:01.125Z | test freemap::test_span ... ok |
| 2354 | 2026-03-10T15:32:01.125Z | test freemap::test_exhaustion ... ok |
| 2355 | 2026-03-10T15:32:01.125Z | test freemap::test_reclaim ... ok |
| 2356 | 2026-03-10T15:32:01.125Z | test freemap::test_basic ... ok |
| 2357 | 2026-03-10T15:32:01.125Z | test freemap::test_free ... ok |
| 2358 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_sources_contain_any ... ok |
| 2359 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2360 | 2026-03-10T15:32:01.125Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2361 | 2026-03-10T15:32:01.125Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2362 | 2026-03-10T15:32:01.125Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2363 | 2026-03-10T15:32:01.125Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2364 | 2026-03-10T15:32:01.125Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2365 | 2026-03-10T15:32:01.126Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2366 | 2026-03-10T15:32:01.126Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2367 | 2026-03-10T15:32:01.126Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2368 | 2026-03-10T15:32:01.126Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2369 | 2026-03-10T15:32:01.126Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2370 | 2026-03-10T15:32:01.129Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2371 | 2026-03-10T15:32:01.129Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2372 | 2026-03-10T15:32:01.129Z | test nat::test_mapping ... ok |
| 2373 | 2026-03-10T15:32:01.129Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2374 | 2026-03-10T15:32:01.129Z | test port_map::tests::test_backplane_group ... ok |
| 2375 | 2026-03-10T15:32:01.129Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2376 | 2026-03-10T15:32:01.129Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2377 | 2026-03-10T15:32:01.129Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2378 | 2026-03-10T15:32:01.129Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2379 | 2026-03-10T15:32:01.130Z | test port_map::tests::test_port_map ... ok |
| 2380 | 2026-03-10T15:32:01.130Z | test port_map::tests::dump_map ... ok |
| 2381 | 2026-03-10T15:32:01.130Z | test api_server::tests::test_build_info ... ok |
| 2382 | 2026-03-10T15:32:01.130Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2383 | 2026-03-10T15:32:01.130Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2384 | 2026-03-10T15:32:01.130Z | |
| 2385 | 2026-03-10T15:32:01.130Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2386 | 2026-03-10T15:32:01.130Z | |
| 2387 | 2026-03-10T15:32:01.133Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-00ab0fbce0e1f301) |
| 2388 | 2026-03-10T15:32:01.133Z | |
| 2389 | 2026-03-10T15:32:01.133Z | running 0 tests |
| 2390 | 2026-03-10T15:32:01.133Z | |
| 2391 | 2026-03-10T15:32:01.134Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2392 | 2026-03-10T15:32:01.134Z | |
| 2393 | 2026-03-10T15:32:01.134Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 2394 | 2026-03-10T15:32:01.137Z | |
| 2395 | 2026-03-10T15:32:01.138Z | running 0 tests |
| 2396 | 2026-03-10T15:32:01.138Z | |
| 2397 | 2026-03-10T15:32:01.138Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2398 | 2026-03-10T15:32:01.138Z | |
| 2399 | 2026-03-10T15:32:01.138Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a5a59fe8e42a67b7) |
| 2400 | 2026-03-10T15:32:01.138Z | |
| 2401 | 2026-03-10T15:32:01.138Z | running 6 tests |
| 2402 | 2026-03-10T15:32:01.141Z | test tests::test_full_lot_id_neither_present ... ok |
| 2403 | 2026-03-10T15:32:01.141Z | test tests::test_parse_client_port_id ... ok |
| 2404 | 2026-03-10T15:32:01.141Z | test tests::test_full_lot_id_both_present ... ok |
| 2405 | 2026-03-10T15:32:01.141Z | test tests::test_full_lot_id_lot_only ... ok |
| 2406 | 2026-03-10T15:32:01.141Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2407 | 2026-03-10T15:32:01.141Z | test tests::test_port_id_cmp ... ok |
| 2408 | 2026-03-10T15:32:01.141Z | |
| 2409 | 2026-03-10T15:32:01.141Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2410 | 2026-03-10T15:32:01.141Z | |
| 2411 | 2026-03-10T15:32:01.141Z | Running tests/test_all.rs (target/debug/deps/test_all-40400c13d1320bce) |
| 2412 | 2026-03-10T15:32:01.145Z | |
| 2413 | 2026-03-10T15:32:01.145Z | running 0 tests |
| 2414 | 2026-03-10T15:32:01.146Z | |
| 2415 | 2026-03-10T15:32:01.146Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2416 | 2026-03-10T15:32:01.146Z | |
| 2417 | 2026-03-10T15:32:01.146Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 2418 | 2026-03-10T15:32:01.146Z | |
| 2419 | 2026-03-10T15:32:01.146Z | running 0 tests |
| 2420 | 2026-03-10T15:32:01.146Z | |
| 2421 | 2026-03-10T15:32:01.146Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2422 | 2026-03-10T15:32:01.146Z | |
| 2423 | 2026-03-10T15:32:01.146Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2424 | 2026-03-10T15:32:01.150Z | |
| 2425 | 2026-03-10T15:32:01.150Z | running 12 tests |
| 2426 | 2026-03-10T15:32:01.150Z | test icmp::test_v6_checksum ... ok |
| 2427 | 2026-03-10T15:32:01.150Z | test icmp::test_v4_checksum ... ok |
| 2428 | 2026-03-10T15:32:01.150Z | test lldp::test_lldp_parse ... ok |
| 2429 | 2026-03-10T15:32:01.150Z | test pbuf::test_byte ... ok |
| 2430 | 2026-03-10T15:32:01.150Z | test pbuf::test_nibble ... ok |
| 2431 | 2026-03-10T15:32:01.150Z | test ipv6::test_ipv6_parse ... ok |
| 2432 | 2026-03-10T15:32:01.150Z | test pbuf::test_short ... ok |
| 2433 | 2026-03-10T15:32:01.150Z | test pbuf::test_overflow ... ok |
| 2434 | 2026-03-10T15:32:01.150Z | test pbuf::test_twelve ... ok |
| 2435 | 2026-03-10T15:32:01.150Z | test pbuf::test_word ... ok |
| 2436 | 2026-03-10T15:32:01.150Z | test tcp::test_checksum_ack_data ... ok |
| 2437 | 2026-03-10T15:32:01.150Z | test tcp::test_checksum_syn_nodata ... ok |
| 2438 | 2026-03-10T15:32:01.150Z | |
| 2439 | 2026-03-10T15:32:01.150Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2440 | 2026-03-10T15:32:01.150Z | |
| 2441 | 2026-03-10T15:32:01.150Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2442 | 2026-03-10T15:32:01.153Z | |
| 2443 | 2026-03-10T15:32:01.153Z | running 0 tests |
| 2444 | 2026-03-10T15:32:01.153Z | |
| 2445 | 2026-03-10T15:32:01.153Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2446 | 2026-03-10T15:32:01.153Z | |
| 2447 | 2026-03-10T15:32:01.153Z | Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f) |
| 2448 | 2026-03-10T15:32:01.153Z | |
| 2449 | 2026-03-10T15:32:01.153Z | running 4 tests |
| 2450 | 2026-03-10T15:32:01.153Z | test switchport::test::test_compute_lanes ... ok |
| 2451 | 2026-03-10T15:32:01.153Z | test switchport::test::port_id_ordering ... ok |
| 2452 | 2026-03-10T15:32:01.158Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2453 | 2026-03-10T15:32:01.158Z | Rx Loss-of-lock: Yes Lane 0 YesLane 1 Lane 2Yes Lane 3 |
| 2454 | 2026-03-10T15:32:01.158Z | Yes State: Activated |
| 2455 | 2026-03-10T15:32:01.158Z | Rx Loss-of-signal: YesActivated YesActivated ActivatedYes |
| 2456 | 2026-03-10T15:32:01.158Z | Rx Output Enabled: falseYes |
| 2457 | 2026-03-10T15:32:01.158Z | false Rx CDR Enabled: Yes Yesfalse Yesfalse |
| 2458 | 2026-03-10T15:32:01.159Z | Yes Rx Output Status: valid |
| 2459 | 2026-03-10T15:32:01.159Z | Tx Enabled: Yes validYes validYes validYes |
| 2460 | 2026-03-10T15:32:01.159Z | |
| 2461 | 2026-03-10T15:32:01.159Z | Tx Loss-of-lock: No Rx Loss-of-lock: true Notrue Notrue Notrue |
| 2462 | 2026-03-10T15:32:01.159Z | |
| 2463 | 2026-03-10T15:32:01.159Z | Rx Loss-of-signal: false Tx Loss-of-signal: No Nofalse No falseNo |
| 2464 | 2026-03-10T15:32:01.159Z | false Tx CDR Enabled: No |
| 2465 | 2026-03-10T15:32:01.159Z | Rx Auto-squelch Disable: true Notrue Notrue No |
| 2466 | 2026-03-10T15:32:01.159Z | true Tx Adaptive EQ Fault: No |
| 2467 | 2026-03-10T15:32:01.159Z | Tx Output Enabled: true Notrue trueNo trueNo |
| 2468 | 2026-03-10T15:32:01.159Z | |
| 2469 | 2026-03-10T15:32:01.159Z | Tx Output Status: invalid Tx Fault: Yes invalidYes invalidYes invalidYes |
| 2470 | 2026-03-10T15:32:01.159Z | |
| 2471 | 2026-03-10T15:32:01.159Z | Tx Loss-of-lock: false false false false |
| 2472 | 2026-03-10T15:32:01.159Z | Tx Loss-of-signal: true true true true |
| 2473 | 2026-03-10T15:32:01.159Z | Tx Auto-squelch Disable: false false false false |
| 2474 | 2026-03-10T15:32:01.159Z | Tx Adaptive EQ Fail: true true true true |
| 2475 | 2026-03-10T15:32:01.159Z | Tx Failure: false false false false |
| 2476 | 2026-03-10T15:32:01.159Z | Tx Force Squelch: true true true true |
| 2477 | 2026-03-10T15:32:01.159Z | Tx Input Polarity: normal normal normal normal |
| 2478 | 2026-03-10T15:32:01.159Z | test switchport::test::test_print_sff_datapath ... ok |
| 2479 | 2026-03-10T15:32:01.159Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2480 | 2026-03-10T15:32:01.160Z | |
| 2481 | 2026-03-10T15:32:01.160Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2482 | 2026-03-10T15:32:01.160Z | |
| 2483 | 2026-03-10T15:32:01.160Z | Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93) |
| 2484 | 2026-03-10T15:32:01.160Z | |
| 2485 | 2026-03-10T15:32:01.160Z | running 1 test |
| 2486 | 2026-03-10T15:32:01.160Z | test test_p4_counter_list ... ignored |
| 2487 | 2026-03-10T15:32:01.160Z | |
| 2488 | 2026-03-10T15:32:01.160Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2489 | 2026-03-10T15:32:01.160Z | |
| 2490 | 2026-03-10T15:32:01.160Z | Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06) |
| 2491 | 2026-03-10T15:32:01.163Z | |
| 2492 | 2026-03-10T15:32:01.163Z | running 5 tests |
| 2493 | 2026-03-10T15:32:01.163Z | test test_an ... ignored |
| 2494 | 2026-03-10T15:32:01.163Z | test test_enable ... ignored |
| 2495 | 2026-03-10T15:32:01.163Z | test test_ip_addresses ... ignored |
| 2496 | 2026-03-10T15:32:01.163Z | test test_kr ... ignored |
| 2497 | 2026-03-10T15:32:01.163Z | test test_mac ... ignored |
| 2498 | 2026-03-10T15:32:01.163Z | |
| 2499 | 2026-03-10T15:32:01.163Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2500 | 2026-03-10T15:32:01.163Z | |
| 2501 | 2026-03-10T15:32:01.163Z | Running unittests src/main.rs (target/debug/deps/tfportd-056d5efdf20df813) |
| 2502 | 2026-03-10T15:32:01.167Z | |
| 2503 | 2026-03-10T15:32:01.167Z | running 3 tests |
| 2504 | 2026-03-10T15:32:01.167Z | test linklocal::test_parse_ipadm ... ok |
| 2505 | 2026-03-10T15:32:01.167Z | test tfport::test_parse_tfport ... ok |
| 2506 | 2026-03-10T15:32:01.167Z | test config::tests::test_updates ... ok |
| 2507 | 2026-03-10T15:32:01.167Z | |
| 2508 | 2026-03-10T15:32:01.167Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2509 | 2026-03-10T15:32:01.168Z | |
| 2510 | 2026-03-10T15:32:01.168Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2511 | 2026-03-10T15:32:01.172Z | |
| 2512 | 2026-03-10T15:32:01.172Z | running 0 tests |
| 2513 | 2026-03-10T15:32:01.172Z | |
| 2514 | 2026-03-10T15:32:01.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2515 | 2026-03-10T15:32:01.172Z | |
| 2516 | 2026-03-10T15:32:01.172Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2517 | 2026-03-10T15:32:01.172Z | |
| 2518 | 2026-03-10T15:32:01.172Z | running 0 tests |
| 2519 | 2026-03-10T15:32:01.172Z | |
| 2520 | 2026-03-10T15:32:01.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2521 | 2026-03-10T15:32:01.172Z | |
| 2522 | 2026-03-10T15:32:01.172Z | Doc-tests aal |
| 2523 | 2026-03-10T15:32:01.325Z | |
| 2524 | 2026-03-10T15:32:01.325Z | running 0 tests |
| 2525 | 2026-03-10T15:32:01.325Z | |
| 2526 | 2026-03-10T15:32:01.325Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2527 | 2026-03-10T15:32:01.325Z | |
| 2528 | 2026-03-10T15:32:01.344Z | Doc-tests aal_macros |
| 2529 | 2026-03-10T15:32:01.438Z | |
| 2530 | 2026-03-10T15:32:01.438Z | running 0 tests |
| 2531 | 2026-03-10T15:32:01.438Z | |
| 2532 | 2026-03-10T15:32:01.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2533 | 2026-03-10T15:32:01.438Z | |
| 2534 | 2026-03-10T15:32:01.451Z | Doc-tests common |
| 2535 | 2026-03-10T15:32:01.742Z | |
| 2536 | 2026-03-10T15:32:01.742Z | running 0 tests |
| 2537 | 2026-03-10T15:32:01.742Z | |
| 2538 | 2026-03-10T15:32:01.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2539 | 2026-03-10T15:32:01.742Z | |
| 2540 | 2026-03-10T15:32:01.763Z | Doc-tests dpd_api |
| 2541 | 2026-03-10T15:32:03.196Z | |
| 2542 | 2026-03-10T15:32:03.196Z | running 2 tests |
| 2543 | 2026-03-10T15:32:03.196Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2544 | 2026-03-10T15:32:03.196Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2545 | 2026-03-10T15:32:03.196Z | |
| 2546 | 2026-03-10T15:32:03.199Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2547 | 2026-03-10T15:32:03.199Z | |
| 2548 | 2026-03-10T15:32:03.238Z | Doc-tests dpd_client |
| 2549 | 2026-03-10T15:32:04.872Z | |
| 2550 | 2026-03-10T15:32:04.872Z | running 0 tests |
| 2551 | 2026-03-10T15:32:04.872Z | |
| 2552 | 2026-03-10T15:32:04.872Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2553 | 2026-03-10T15:32:04.872Z | |
| 2554 | 2026-03-10T15:32:04.918Z | Doc-tests dpd_types |
| 2555 | 2026-03-10T15:32:05.351Z | |
| 2556 | 2026-03-10T15:32:05.351Z | running 0 tests |
| 2557 | 2026-03-10T15:32:05.351Z | |
| 2558 | 2026-03-10T15:32:05.351Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2559 | 2026-03-10T15:32:05.351Z | |
| 2560 | 2026-03-10T15:32:05.381Z | Doc-tests packet |
| 2561 | 2026-03-10T15:32:05.523Z | |
| 2562 | 2026-03-10T15:32:05.523Z | running 0 tests |
| 2563 | 2026-03-10T15:32:05.523Z | |
| 2564 | 2026-03-10T15:32:05.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2565 | 2026-03-10T15:32:05.524Z | |
| 2566 | 2026-03-10T15:32:05.539Z | Doc-tests pcap |
| 2567 | 2026-03-10T15:32:05.602Z | |
| 2568 | 2026-03-10T15:32:05.602Z | running 0 tests |
| 2569 | 2026-03-10T15:32:05.602Z | |
| 2570 | 2026-03-10T15:32:05.602Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2571 | 2026-03-10T15:32:05.602Z | |
| 2572 | 2026-03-10T15:32:05.675Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2573 | 2026-03-10T15:32:05.676Z | + RUST_BACKTRACE=full |
| 2574 | 2026-03-10T15:32:05.676Z | + cargo test --features tofino_asic --no-fail-fast |
| 2575 | 2026-03-10T15:32:06.524Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2576 | 2026-03-10T15:32:06.615Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2577 | 2026-03-10T15:32:06.625Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2578 | 2026-03-10T15:32:06.635Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2579 | 2026-03-10T15:32:18.400Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2580 | 2026-03-10T15:32:19.149Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2581 | 2026-03-10T15:33:12.056Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 2582 | 2026-03-10T15:33:12.191Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 2583 | 2026-03-10T15:33:12.195Z | |
| 2584 | 2026-03-10T15:33:12.195Z | running 5 tests |
| 2585 | 2026-03-10T15:33:12.198Z | test fuse::tests::chip_revision_b0 ... ok |
| 2586 | 2026-03-10T15:33:12.198Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2587 | 2026-03-10T15:33:12.198Z | test fuse::tests::chip_revision_b1 ... ok |
| 2588 | 2026-03-10T15:33:12.198Z | test fuse::tests::chip_revision_a0 ... ok |
| 2589 | 2026-03-10T15:33:12.198Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2590 | 2026-03-10T15:33:12.199Z | |
| 2591 | 2026-03-10T15:33:12.199Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2592 | 2026-03-10T15:33:12.199Z | |
| 2593 | 2026-03-10T15:33:12.199Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2594 | 2026-03-10T15:33:12.202Z | |
| 2595 | 2026-03-10T15:33:12.202Z | running 0 tests |
| 2596 | 2026-03-10T15:33:12.202Z | |
| 2597 | 2026-03-10T15:33:12.202Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2598 | 2026-03-10T15:33:12.202Z | |
| 2599 | 2026-03-10T15:33:12.202Z | Running unittests src/lib.rs (target/debug/deps/asic-f60993ed38106d76) |
| 2600 | 2026-03-10T15:33:12.309Z | |
| 2601 | 2026-03-10T15:33:12.309Z | running 8 tests |
| 2602 | 2026-03-10T15:33:12.312Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2603 | 2026-03-10T15:33:12.312Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2604 | 2026-03-10T15:33:12.312Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2605 | 2026-03-10T15:33:12.312Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2606 | 2026-03-10T15:33:12.313Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2607 | 2026-03-10T15:33:12.313Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2608 | 2026-03-10T15:33:12.319Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2609 | 2026-03-10T15:33:12.809Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2610 | 2026-03-10T15:33:12.809Z | |
| 2611 | 2026-03-10T15:33:12.809Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2612 | 2026-03-10T15:33:12.809Z | |
| 2613 | 2026-03-10T15:33:12.820Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2614 | 2026-03-10T15:33:12.823Z | |
| 2615 | 2026-03-10T15:33:12.823Z | running 10 tests |
| 2616 | 2026-03-10T15:33:12.826Z | test nat::tests::test_vni ... ok |
| 2617 | 2026-03-10T15:33:12.826Z | test network::tests::test_eui64 ... ok |
| 2618 | 2026-03-10T15:33:12.827Z | test network::tests::test_equal ... ok |
| 2619 | 2026-03-10T15:33:12.827Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2620 | 2026-03-10T15:33:12.827Z | test network::tests::test_into ... ok |
| 2621 | 2026-03-10T15:33:12.827Z | test network::tests::test_not_equal ... ok |
| 2622 | 2026-03-10T15:33:12.827Z | test network::tests::test_parse ... ok |
| 2623 | 2026-03-10T15:33:12.827Z | test network::tests::test_to_string ... ok |
| 2624 | 2026-03-10T15:33:12.827Z | test test_purge ... ok |
| 2625 | 2026-03-10T15:33:12.830Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2626 | 2026-03-10T15:33:12.830Z | |
| 2627 | 2026-03-10T15:33:12.830Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2628 | 2026-03-10T15:33:12.830Z | |
| 2629 | 2026-03-10T15:33:12.830Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 2630 | 2026-03-10T15:33:12.834Z | |
| 2631 | 2026-03-10T15:33:12.834Z | running 1 test |
| 2632 | 2026-03-10T15:33:14.332Z | test test::test_apis_up_to_date ... ok |
| 2633 | 2026-03-10T15:33:14.332Z | |
| 2634 | 2026-03-10T15:33:14.332Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s |
| 2635 | 2026-03-10T15:33:14.332Z | |
| 2636 | 2026-03-10T15:33:14.384Z | Running unittests src/main.rs (target/debug/deps/dpd-d74783441d650da7) |
| 2637 | 2026-03-10T15:33:14.467Z | |
| 2638 | 2026-03-10T15:33:14.467Z | running 72 tests |
| 2639 | 2026-03-10T15:33:14.470Z | test freemap::test_ordering ... ok |
| 2640 | 2026-03-10T15:33:14.470Z | test freemap::test_split ... ok |
| 2641 | 2026-03-10T15:33:14.470Z | test config::tests::test_updates ... ok |
| 2642 | 2026-03-10T15:33:14.470Z | test macaddrs::tests::test_mac_offset ... ok |
| 2643 | 2026-03-10T15:33:14.470Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2644 | 2026-03-10T15:33:14.470Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2645 | 2026-03-10T15:33:14.470Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2646 | 2026-03-10T15:33:14.470Z | test mcast::tests::test_canonicalize_sources ... ok |
| 2647 | 2026-03-10T15:33:14.473Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2648 | 2026-03-10T15:33:14.473Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 2649 | 2026-03-10T15:33:14.473Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2650 | 2026-03-10T15:33:14.473Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 2651 | 2026-03-10T15:33:14.473Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 2652 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG created new freemap, unit: freemap_test |
| 2653 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 2654 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG reset freemap, unitMar 10 15:33:12.635: DEBGfreemap_test |
| 2655 | 2026-03-10T15:33:14.473Z | created new freemap, unit: freemap_test |
| 2656 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 2657 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635Mar 10 15:33:12.635 DEBG created new freemap, unit: freemap_test |
| 2658 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 2659 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG reset freemap, unit: freemap_test |
| 2660 | 2026-03-10T15:33:14.473Z | DEBG reset freemap, unit: freemap_test |
| 2661 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG created new freemap, unit: freemap_test |
| 2662 | 2026-03-10T15:33:14.473Z | test freemap::test_span ... ok |
| 2663 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 2664 | 2026-03-10T15:33:14.473Z | Mar 10 15:33:12.635 DEBGMar 10 15:33:12.635 reset freemapDEBG, unitcreated new freemap:, unitfreemap_test: |
| 2665 | 2026-03-10T15:33:14.473Z | freemap_test |
| 2666 | 2026-03-10T15:33:14.474Z | Mar 10 15:33:12.635 DEBG initted freemap. size: 128, unit: freemap_test |
| 2667 | 2026-03-10T15:33:14.474Z | Mar 10 15:33:12.635 DEBG reset freemap, unit: freemap_test |
| 2668 | 2026-03-10T15:33:14.474Z | test freemap::test_exhaustion ... ok |
| 2669 | 2026-03-10T15:33:14.474Z | test freemap::test_free ... ok |
| 2670 | 2026-03-10T15:33:14.477Z | test freemap::test_basic ... ok |
| 2671 | 2026-03-10T15:33:14.477Z | test freemap::test_reclaim ... ok |
| 2672 | 2026-03-10T15:33:14.477Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2673 | 2026-03-10T15:33:14.477Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2674 | 2026-03-10T15:33:14.477Z | test mcast::tests::test_sources_contain_any ... ok |
| 2675 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2676 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2677 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2678 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 2679 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2680 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2681 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2682 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2683 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 2684 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 2685 | 2026-03-10T15:33:14.477Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2686 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_validate_tag ... ok |
| 2687 | 2026-03-10T15:33:14.477Z | test nat::test_mapping ... ok |
| 2688 | 2026-03-10T15:33:14.477Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2689 | 2026-03-10T15:33:14.477Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 2690 | 2026-03-10T15:33:14.478Z | test port_map::tests::test_backplane_group ... ok |
| 2691 | 2026-03-10T15:33:14.478Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 2692 | 2026-03-10T15:33:14.478Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2693 | 2026-03-10T15:33:14.478Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2694 | 2026-03-10T15:33:14.478Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2695 | 2026-03-10T15:33:14.478Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2696 | 2026-03-10T15:33:14.478Z | test port_map::tests::test_port_map ... ok |
| 2697 | 2026-03-10T15:33:14.478Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2698 | 2026-03-10T15:33:14.478Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2699 | 2026-03-10T15:33:14.478Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2700 | 2026-03-10T15:33:14.478Z | test port_map::tests::dump_map ... ok |
| 2701 | 2026-03-10T15:33:14.478Z | test api_server::tests::test_build_info ... ok |
| 2702 | 2026-03-10T15:33:14.479Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2703 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2704 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2705 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2706 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2707 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2708 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2709 | 2026-03-10T15:33:14.479Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2710 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2711 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2712 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2713 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2714 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2715 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2716 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2717 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2718 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2719 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2720 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2721 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2722 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2723 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2724 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2725 | 2026-03-10T15:33:14.479Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2726 | 2026-03-10T15:33:14.479Z | |
| 2727 | 2026-03-10T15:33:14.479Z | test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2728 | 2026-03-10T15:33:14.480Z | |
| 2729 | 2026-03-10T15:33:14.493Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9fd86ca2ff634216) |
| 2730 | 2026-03-10T15:33:14.497Z | |
| 2731 | 2026-03-10T15:33:14.497Z | running 0 tests |
| 2732 | 2026-03-10T15:33:14.497Z | |
| 2733 | 2026-03-10T15:33:14.497Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2734 | 2026-03-10T15:33:14.497Z | |
| 2735 | 2026-03-10T15:33:14.497Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 2736 | 2026-03-10T15:33:14.501Z | |
| 2737 | 2026-03-10T15:33:14.501Z | running 0 tests |
| 2738 | 2026-03-10T15:33:14.501Z | |
| 2739 | 2026-03-10T15:33:14.501Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2740 | 2026-03-10T15:33:14.501Z | |
| 2741 | 2026-03-10T15:33:14.501Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0cf2fabbe4225c2) |
| 2742 | 2026-03-10T15:33:14.501Z | |
| 2743 | 2026-03-10T15:33:14.501Z | running 6 tests |
| 2744 | 2026-03-10T15:33:14.501Z | test tests::test_full_lot_id_neither_present ... ok |
| 2745 | 2026-03-10T15:33:14.501Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2746 | 2026-03-10T15:33:14.501Z | test tests::test_full_lot_id_both_present ... ok |
| 2747 | 2026-03-10T15:33:14.501Z | test tests::test_full_lot_id_lot_only ... ok |
| 2748 | 2026-03-10T15:33:14.501Z | test tests::test_parse_client_port_id ... ok |
| 2749 | 2026-03-10T15:33:14.501Z | test tests::test_port_id_cmp ... ok |
| 2750 | 2026-03-10T15:33:14.501Z | |
| 2751 | 2026-03-10T15:33:14.501Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2752 | 2026-03-10T15:33:14.501Z | |
| 2753 | 2026-03-10T15:33:14.504Z | Running tests/test_all.rs (target/debug/deps/test_all-1d7b0d66e63f66ae) |
| 2754 | 2026-03-10T15:33:14.504Z | |
| 2755 | 2026-03-10T15:33:14.504Z | running 0 tests |
| 2756 | 2026-03-10T15:33:14.504Z | |
| 2757 | 2026-03-10T15:33:14.504Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2758 | 2026-03-10T15:33:14.505Z | |
| 2759 | 2026-03-10T15:33:14.505Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 2760 | 2026-03-10T15:33:14.507Z | |
| 2761 | 2026-03-10T15:33:14.507Z | running 0 tests |
| 2762 | 2026-03-10T15:33:14.507Z | |
| 2763 | 2026-03-10T15:33:14.507Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2764 | 2026-03-10T15:33:14.507Z | |
| 2765 | 2026-03-10T15:33:14.507Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2766 | 2026-03-10T15:33:14.510Z | |
| 2767 | 2026-03-10T15:33:14.510Z | running 12 tests |
| 2768 | 2026-03-10T15:33:14.510Z | test icmp::test_v6_checksum ... ok |
| 2769 | 2026-03-10T15:33:14.511Z | test pbuf::test_byte ... ok |
| 2770 | 2026-03-10T15:33:14.511Z | test icmp::test_v4_checksum ... ok |
| 2771 | 2026-03-10T15:33:14.511Z | test lldp::test_lldp_parse ... ok |
| 2772 | 2026-03-10T15:33:14.511Z | test ipv6::test_ipv6_parse ... ok |
| 2773 | 2026-03-10T15:33:14.511Z | test pbuf::test_nibble ... ok |
| 2774 | 2026-03-10T15:33:14.511Z | test pbuf::test_short ... ok |
| 2775 | 2026-03-10T15:33:14.511Z | test pbuf::test_overflow ... ok |
| 2776 | 2026-03-10T15:33:14.511Z | test pbuf::test_twelve ... ok |
| 2777 | 2026-03-10T15:33:14.511Z | test pbuf::test_word ... ok |
| 2778 | 2026-03-10T15:33:14.511Z | test tcp::test_checksum_syn_nodata ... ok |
| 2779 | 2026-03-10T15:33:14.511Z | test tcp::test_checksum_ack_data ... ok |
| 2780 | 2026-03-10T15:33:14.511Z | |
| 2781 | 2026-03-10T15:33:14.511Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2782 | 2026-03-10T15:33:14.511Z | |
| 2783 | 2026-03-10T15:33:14.511Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2784 | 2026-03-10T15:33:14.514Z | |
| 2785 | 2026-03-10T15:33:14.514Z | running 0 tests |
| 2786 | 2026-03-10T15:33:14.514Z | |
| 2787 | 2026-03-10T15:33:14.514Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2788 | 2026-03-10T15:33:14.514Z | |
| 2789 | 2026-03-10T15:33:14.514Z | Running unittests src/main.rs (target/debug/deps/swadm-2edcb9ada29c98bd) |
| 2790 | 2026-03-10T15:33:14.517Z | |
| 2791 | 2026-03-10T15:33:14.517Z | running 4 tests |
| 2792 | 2026-03-10T15:33:14.517Z | test switchport::test::test_compute_lanes ... ok |
| 2793 | 2026-03-10T15:33:14.517Z | test switchport::test::port_id_ordering ... ok |
| 2794 | 2026-03-10T15:33:14.517Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2795 | 2026-03-10T15:33:14.517Z | Rx Loss-of-lock: Yes Lane 0 Lane 1Yes YesLane 2 Lane 3Yes |
| 2796 | 2026-03-10T15:33:14.517Z | |
| 2797 | 2026-03-10T15:33:14.517Z | State: Activated Rx Loss-of-signal: Yes YesActivated ActivatedYes ActivatedYes |
| 2798 | 2026-03-10T15:33:14.517Z | |
| 2799 | 2026-03-10T15:33:14.517Z | Rx CDR Enabled: Yes Rx Output Enabled: false falseYes falseYes falseYes |
| 2800 | 2026-03-10T15:33:14.517Z | |
| 2801 | 2026-03-10T15:33:14.517Z | Rx Output Status: valid Tx Enabled: Yes Yesvalid Yes validYes |
| 2802 | 2026-03-10T15:33:14.517Z | valid Tx Loss-of-lock: No |
| 2803 | 2026-03-10T15:33:14.517Z | Rx Loss-of-lock: trueNo trueNo trueNo |
| 2804 | 2026-03-10T15:33:14.517Z | true Tx Loss-of-signal: No |
| 2805 | 2026-03-10T15:33:14.517Z | Rx Loss-of-signal: falseNo falseNo false Nofalse |
| 2806 | 2026-03-10T15:33:14.517Z | |
| 2807 | 2026-03-10T15:33:14.517Z | Tx CDR Enabled: NoRx Auto-squelch Disable: true trueNo trueNo trueNo |
| 2808 | 2026-03-10T15:33:14.517Z | |
| 2809 | 2026-03-10T15:33:14.517Z | Tx Output Enabled: true Tx Adaptive EQ Fault: Notrue trueNo trueNo |
| 2810 | 2026-03-10T15:33:14.517Z | Tx Output Status: invalidNo |
| 2811 | 2026-03-10T15:33:14.517Z | invalid Tx Fault: Yes Yesinvalid Yesinvalid |
| 2812 | 2026-03-10T15:33:14.517Z | Tx Loss-of-lock: falseYes |
| 2813 | 2026-03-10T15:33:14.517Z | false false false |
| 2814 | 2026-03-10T15:33:14.517Z | Tx Loss-of-signal: true true true true |
| 2815 | 2026-03-10T15:33:14.517Z | Tx Auto-squelch Disable: false false false false |
| 2816 | 2026-03-10T15:33:14.517Z | Tx Adaptive EQ Fail: true true true true |
| 2817 | 2026-03-10T15:33:14.517Z | Tx Failure: false false false false |
| 2818 | 2026-03-10T15:33:14.517Z | Tx Force Squelch: true true true true |
| 2819 | 2026-03-10T15:33:14.517Z | Tx Input Polarity: normal normal normal normal |
| 2820 | 2026-03-10T15:33:14.517Z | test switchport::test::test_print_sff_datapath ... ok |
| 2821 | 2026-03-10T15:33:14.518Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2822 | 2026-03-10T15:33:14.518Z | |
| 2823 | 2026-03-10T15:33:14.518Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2824 | 2026-03-10T15:33:14.518Z | |
| 2825 | 2026-03-10T15:33:14.518Z | Running tests/counters.rs (target/debug/deps/counters-8bd2e1c6fdb04b1c) |
| 2826 | 2026-03-10T15:33:14.521Z | |
| 2827 | 2026-03-10T15:33:14.521Z | running 1 test |
| 2828 | 2026-03-10T15:33:14.521Z | test test_p4_counter_list ... ignored |
| 2829 | 2026-03-10T15:33:14.521Z | |
| 2830 | 2026-03-10T15:33:14.521Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2831 | 2026-03-10T15:33:14.521Z | |
| 2832 | 2026-03-10T15:33:14.521Z | Running tests/port-link.rs (target/debug/deps/port_link-938b9b5e47a5f856) |
| 2833 | 2026-03-10T15:33:14.522Z | |
| 2834 | 2026-03-10T15:33:14.522Z | running 5 tests |
| 2835 | 2026-03-10T15:33:14.522Z | test test_an ... ignored |
| 2836 | 2026-03-10T15:33:14.522Z | test test_enable ... ignored |
| 2837 | 2026-03-10T15:33:14.522Z | test test_ip_addresses ... ignored |
| 2838 | 2026-03-10T15:33:14.522Z | test test_kr ... ignored |
| 2839 | 2026-03-10T15:33:14.522Z | test test_mac ... ignored |
| 2840 | 2026-03-10T15:33:14.522Z | |
| 2841 | 2026-03-10T15:33:14.522Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2842 | 2026-03-10T15:33:14.522Z | |
| 2843 | 2026-03-10T15:33:14.525Z | Running unittests src/main.rs (target/debug/deps/tfportd-d1716ad5ffa9ed6a) |
| 2844 | 2026-03-10T15:33:14.528Z | |
| 2845 | 2026-03-10T15:33:14.528Z | running 3 tests |
| 2846 | 2026-03-10T15:33:14.528Z | test linklocal::test_parse_ipadm ... ok |
| 2847 | 2026-03-10T15:33:14.528Z | test tfport::test_parse_tfport ... ok |
| 2848 | 2026-03-10T15:33:14.531Z | test config::tests::test_updates ... ok |
| 2849 | 2026-03-10T15:33:14.531Z | |
| 2850 | 2026-03-10T15:33:14.531Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2851 | 2026-03-10T15:33:14.531Z | |
| 2852 | 2026-03-10T15:33:14.531Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2853 | 2026-03-10T15:33:14.533Z | |
| 2854 | 2026-03-10T15:33:14.533Z | running 0 tests |
| 2855 | 2026-03-10T15:33:14.533Z | |
| 2856 | 2026-03-10T15:33:14.533Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2857 | 2026-03-10T15:33:14.533Z | |
| 2858 | 2026-03-10T15:33:14.533Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2859 | 2026-03-10T15:33:14.533Z | |
| 2860 | 2026-03-10T15:33:14.533Z | running 0 tests |
| 2861 | 2026-03-10T15:33:14.533Z | |
| 2862 | 2026-03-10T15:33:14.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2863 | 2026-03-10T15:33:14.534Z | |
| 2864 | 2026-03-10T15:33:14.537Z | Doc-tests aal |
| 2865 | 2026-03-10T15:33:14.681Z | |
| 2866 | 2026-03-10T15:33:14.681Z | running 0 tests |
| 2867 | 2026-03-10T15:33:14.681Z | |
| 2868 | 2026-03-10T15:33:14.681Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2869 | 2026-03-10T15:33:14.681Z | |
| 2870 | 2026-03-10T15:33:14.697Z | Doc-tests aal_macros |
| 2871 | 2026-03-10T15:33:14.780Z | |
| 2872 | 2026-03-10T15:33:14.780Z | running 0 tests |
| 2873 | 2026-03-10T15:33:14.781Z | |
| 2874 | 2026-03-10T15:33:14.781Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2875 | 2026-03-10T15:33:14.781Z | |
| 2876 | 2026-03-10T15:33:14.791Z | Doc-tests common |
| 2877 | 2026-03-10T15:33:15.081Z | |
| 2878 | 2026-03-10T15:33:15.081Z | running 0 tests |
| 2879 | 2026-03-10T15:33:15.081Z | |
| 2880 | 2026-03-10T15:33:15.081Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2881 | 2026-03-10T15:33:15.081Z | |
| 2882 | 2026-03-10T15:33:15.102Z | Doc-tests dpd_api |
| 2883 | 2026-03-10T15:33:16.522Z | |
| 2884 | 2026-03-10T15:33:16.523Z | running 2 tests |
| 2885 | 2026-03-10T15:33:16.523Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2886 | 2026-03-10T15:33:16.523Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2887 | 2026-03-10T15:33:16.523Z | |
| 2888 | 2026-03-10T15:33:16.523Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2889 | 2026-03-10T15:33:16.523Z | |
| 2890 | 2026-03-10T15:33:16.566Z | Doc-tests dpd_client |
| 2891 | 2026-03-10T15:33:18.206Z | |
| 2892 | 2026-03-10T15:33:18.206Z | running 0 tests |
| 2893 | 2026-03-10T15:33:18.206Z | |
| 2894 | 2026-03-10T15:33:18.206Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2895 | 2026-03-10T15:33:18.206Z | |
| 2896 | 2026-03-10T15:33:18.258Z | Doc-tests dpd_types |
| 2897 | 2026-03-10T15:33:18.691Z | |
| 2898 | 2026-03-10T15:33:18.691Z | running 0 tests |
| 2899 | 2026-03-10T15:33:18.691Z | |
| 2900 | 2026-03-10T15:33:18.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2901 | 2026-03-10T15:33:18.691Z | |
| 2902 | 2026-03-10T15:33:18.723Z | Doc-tests packet |
| 2903 | 2026-03-10T15:33:18.863Z | |
| 2904 | 2026-03-10T15:33:18.863Z | running 0 tests |
| 2905 | 2026-03-10T15:33:18.863Z | |
| 2906 | 2026-03-10T15:33:18.863Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2907 | 2026-03-10T15:33:18.863Z | |
| 2908 | 2026-03-10T15:33:18.880Z | Doc-tests pcap |
| 2909 | 2026-03-10T15:33:18.943Z | |
| 2910 | 2026-03-10T15:33:18.943Z | running 0 tests |
| 2911 | 2026-03-10T15:33:18.943Z | |
| 2912 | 2026-03-10T15:33:18.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2913 | 2026-03-10T15:33:18.943Z | |
| 2914 | 2026-03-10T15:33:18.995Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2915 | 2026-03-10T15:33:18.995Z | + RUST_BACKTRACE=full |
| 2916 | 2026-03-10T15:33:18.995Z | + cargo test --features softnpu --no-fail-fast |
| 2917 | 2026-03-10T15:33:19.913Z | Compiling num-integer v0.1.46 |
| 2918 | 2026-03-10T15:33:20.009Z | Compiling num-complex v0.4.6 |
| 2919 | 2026-03-10T15:33:20.072Z | Compiling bitstruct_derive v0.1.0 |
| 2920 | 2026-03-10T15:33:20.075Z | Compiling tap v1.0.1 |
| 2921 | 2026-03-10T15:33:20.229Z | Compiling wyz v0.5.1 |
| 2922 | 2026-03-10T15:33:20.411Z | Compiling num-rational v0.4.2 |
| 2923 | 2026-03-10T15:33:20.462Z | Compiling num-iter v0.1.45 |
| 2924 | 2026-03-10T15:33:20.480Z | Compiling num-bigint v0.4.6 |
| 2925 | 2026-03-10T15:33:20.622Z | Compiling radium v0.7.0 |
| 2926 | 2026-03-10T15:33:20.640Z | Compiling funty v2.0.0 |
| 2927 | 2026-03-10T15:33:20.673Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2928 | 2026-03-10T15:33:20.762Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2929 | 2026-03-10T15:33:20.912Z | Compiling num v0.4.3 |
| 2930 | 2026-03-10T15:33:20.951Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2931 | 2026-03-10T15:33:20.966Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2932 | 2026-03-10T15:33:21.009Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2933 | 2026-03-10T15:33:21.118Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2934 | 2026-03-10T15:33:21.159Z | Compiling bitvec v1.0.1 |
| 2935 | 2026-03-10T15:33:21.299Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2936 | 2026-03-10T15:33:21.337Z | Compiling typeid v1.0.3 |
| 2937 | 2026-03-10T15:33:21.458Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2938 | 2026-03-10T15:33:21.484Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2939 | 2026-03-10T15:33:21.646Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2940 | 2026-03-10T15:33:21.704Z | Compiling ascii v1.1.0 |
| 2941 | 2026-03-10T15:33:22.077Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2942 | 2026-03-10T15:33:22.736Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2943 | 2026-03-10T15:33:22.776Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2944 | 2026-03-10T15:33:22.855Z | Compiling erased-serde v0.4.8 |
| 2945 | 2026-03-10T15:33:22.991Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2946 | 2026-03-10T15:33:23.029Z | Compiling bitstruct v0.1.1 |
| 2947 | 2026-03-10T15:33:23.150Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2948 | 2026-03-10T15:33:23.291Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2949 | 2026-03-10T15:33:23.480Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2950 | 2026-03-10T15:33:23.838Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2951 | 2026-03-10T15:33:24.235Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2952 | 2026-03-10T15:33:24.257Z | Compiling serde_arrays v0.1.0 |
| 2953 | 2026-03-10T15:33:24.293Z | Compiling libloading v0.7.4 |
| 2954 | 2026-03-10T15:33:24.411Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2955 | 2026-03-10T15:33:24.581Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2956 | 2026-03-10T15:33:25.326Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2957 | 2026-03-10T15:33:25.610Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2958 | 2026-03-10T15:33:27.341Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2959 | 2026-03-10T15:33:28.227Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2960 | 2026-03-10T15:33:36.278Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2961 | 2026-03-10T15:33:36.631Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2962 | 2026-03-10T15:33:36.634Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2963 | 2026-03-10T15:33:36.722Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2964 | 2026-03-10T15:33:37.017Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2965 | 2026-03-10T15:33:37.507Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2966 | 2026-03-10T15:33:39.556Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2967 | 2026-03-10T15:33:40.144Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2968 | 2026-03-10T15:33:41.002Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2969 | 2026-03-10T15:33:48.084Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2970 | 2026-03-10T15:33:48.568Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2971 | 2026-03-10T15:33:50.013Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2972 | 2026-03-10T15:33:51.252Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2973 | 2026-03-10T15:34:00.524Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2974 | 2026-03-10T15:34:03.885Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2975 | 2026-03-10T15:34:10.053Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2976 | 2026-03-10T15:35:02.772Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 43s |
| 2977 | 2026-03-10T15:35:02.917Z | Running unittests src/lib.rs (target/debug/deps/aal-88e0722e597a4cb0) |
| 2978 | 2026-03-10T15:35:02.920Z | |
| 2979 | 2026-03-10T15:35:02.920Z | running 5 tests |
| 2980 | 2026-03-10T15:35:02.923Z | test fuse::tests::chip_revision_b1 ... ok |
| 2981 | 2026-03-10T15:35:02.923Z | test fuse::tests::chip_revision_b0 ... ok |
| 2982 | 2026-03-10T15:35:02.923Z | test fuse::tests::chip_revision_a0 ... ok |
| 2983 | 2026-03-10T15:35:02.923Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2984 | 2026-03-10T15:35:02.923Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2985 | 2026-03-10T15:35:02.923Z | |
| 2986 | 2026-03-10T15:35:02.923Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2987 | 2026-03-10T15:35:02.923Z | |
| 2988 | 2026-03-10T15:35:02.923Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2989 | 2026-03-10T15:35:02.926Z | |
| 2990 | 2026-03-10T15:35:02.926Z | running 0 tests |
| 2991 | 2026-03-10T15:35:02.926Z | |
| 2992 | 2026-03-10T15:35:02.929Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2993 | 2026-03-10T15:35:02.929Z | |
| 2994 | 2026-03-10T15:35:02.929Z | Running unittests src/lib.rs (target/debug/deps/asic-213d0c9f46541eeb) |
| 2995 | 2026-03-10T15:35:02.932Z | |
| 2996 | 2026-03-10T15:35:02.932Z | running 0 tests |
| 2997 | 2026-03-10T15:35:02.932Z | |
| 2998 | 2026-03-10T15:35:02.932Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2999 | 2026-03-10T15:35:02.932Z | |
| 3000 | 2026-03-10T15:35:02.932Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3001 | 2026-03-10T15:35:02.939Z | |
| 3002 | 2026-03-10T15:35:02.939Z | running 10 tests |
| 3003 | 2026-03-10T15:35:02.943Z | test nat::tests::test_vni ... ok |
| 3004 | 2026-03-10T15:35:02.943Z | test network::tests::test_equal ... ok |
| 3005 | 2026-03-10T15:35:02.943Z | test network::tests::test_eui64 ... ok |
| 3006 | 2026-03-10T15:35:02.943Z | test network::tests::test_not_equal ... ok |
| 3007 | 2026-03-10T15:35:02.943Z | test network::tests::test_into ... ok |
| 3008 | 2026-03-10T15:35:02.943Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3009 | 2026-03-10T15:35:02.943Z | test network::tests::test_to_string ... ok |
| 3010 | 2026-03-10T15:35:02.943Z | test network::tests::test_parse ... ok |
| 3011 | 2026-03-10T15:35:02.943Z | test test_purge ... ok |
| 3012 | 2026-03-10T15:35:02.946Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3013 | 2026-03-10T15:35:02.946Z | |
| 3014 | 2026-03-10T15:35:02.951Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3015 | 2026-03-10T15:35:02.951Z | |
| 3016 | 2026-03-10T15:35:02.951Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-82e8c1d1465f6c04) |
| 3017 | 2026-03-10T15:35:02.954Z | |
| 3018 | 2026-03-10T15:35:02.954Z | running 1 test |
| 3019 | 2026-03-10T15:35:04.450Z | test test::test_apis_up_to_date ... ok |
| 3020 | 2026-03-10T15:35:04.450Z | |
| 3021 | 2026-03-10T15:35:04.450Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.50s |
| 3022 | 2026-03-10T15:35:04.450Z | |
| 3023 | 2026-03-10T15:35:04.502Z | Running unittests src/main.rs (target/debug/deps/dpd-8e28b16c7b20e6ce) |
| 3024 | 2026-03-10T15:35:04.509Z | |
| 3025 | 2026-03-10T15:35:04.509Z | running 44 tests |
| 3026 | 2026-03-10T15:35:04.512Z | test freemap::test_ordering ... ok |
| 3027 | 2026-03-10T15:35:04.512Z | test freemap::test_split ... ok |
| 3028 | 2026-03-10T15:35:04.512Z | test config::tests::test_updates ... ok |
| 3029 | 2026-03-10T15:35:04.512Z | test macaddrs::tests::test_mac_offset ... ok |
| 3030 | 2026-03-10T15:35:04.512Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3031 | 2026-03-10T15:35:04.512Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3032 | 2026-03-10T15:35:04.512Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3033 | 2026-03-10T15:35:04.512Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3034 | 2026-03-10T15:35:04.515Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3035 | 2026-03-10T15:35:04.515Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3036 | 2026-03-10T15:35:04.515Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3037 | 2026-03-10T15:35:04.515Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3038 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG created new freemap, Mar 10 15:35:02.666unit Mar 10 15:35:02.666DEBG:Mar 10 15:35:02.666 freemap_testcreated new freemapDEBG, unit :created new freemap |
| 3039 | 2026-03-10T15:35:04.515Z | , freemap_testunit |
| 3040 | 2026-03-10T15:35:04.515Z | : freemap_test |
| 3041 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG initted freemap. size: 128Mar 10 15:35:02.666, unitMar 10 15:35:02.666DEBG : DEBGfreemap_test |
| 3042 | 2026-03-10T15:35:04.515Z | initted freemap. size: 128initted freemap. size: 128, , unitunit:Mar 10 15:35:02.666: DEBGfreemap_test |
| 3043 | 2026-03-10T15:35:04.515Z | reset freemap, freemap_testunit |
| 3044 | 2026-03-10T15:35:04.515Z | :Mar 10 15:35:02.666 freemap_testDEBG |
| 3045 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 reset freemapDEBG, unitreset freemap:, unitfreemap_test: |
| 3046 | 2026-03-10T15:35:04.515Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3047 | 2026-03-10T15:35:04.515Z | freemap_test |
| 3048 | 2026-03-10T15:35:04.515Z | DEBG created new freemap, unit: freemap_test |
| 3049 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG initted freemap. size: 128, unit: freemap_test |
| 3050 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG reset freemap, unit: freemap_test |
| 3051 | 2026-03-10T15:35:04.515Z | test freemap::test_exhaustion ... ok |
| 3052 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG created new freemap, unit: freemap_test |
| 3053 | 2026-03-10T15:35:04.515Z | test freemap::test_span ... ok |
| 3054 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG initted freemap. size: 128, unit: freemap_test |
| 3055 | 2026-03-10T15:35:04.515Z | Mar 10 15:35:02.666 DEBG reset freemap, unit: freemap_test |
| 3056 | 2026-03-10T15:35:04.516Z | test freemap::test_free ... ok |
| 3057 | 2026-03-10T15:35:04.516Z | test freemap::test_reclaim ... ok |
| 3058 | 2026-03-10T15:35:04.516Z | test freemap::test_basic ... ok |
| 3059 | 2026-03-10T15:35:04.516Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3060 | 2026-03-10T15:35:04.516Z | test mcast::tests::test_sources_contain_any ... ok |
| 3061 | 2026-03-10T15:35:04.516Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3062 | 2026-03-10T15:35:04.516Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3063 | 2026-03-10T15:35:04.516Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3064 | 2026-03-10T15:35:04.516Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3065 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3066 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3067 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3068 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3069 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3070 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3071 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3072 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3073 | 2026-03-10T15:35:04.520Z | test nat::test_mapping ... ok |
| 3074 | 2026-03-10T15:35:04.520Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3075 | 2026-03-10T15:35:04.520Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3076 | 2026-03-10T15:35:04.520Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3077 | 2026-03-10T15:35:04.520Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3078 | 2026-03-10T15:35:04.520Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3079 | 2026-03-10T15:35:04.520Z | test port_map::tests::test_backplane_group ... ok |
| 3080 | 2026-03-10T15:35:04.520Z | test port_map::tests::test_port_map ... ok |
| 3081 | 2026-03-10T15:35:04.520Z | test port_map::tests::dump_map ... ok |
| 3082 | 2026-03-10T15:35:04.520Z | test api_server::tests::test_build_info ... ok |
| 3083 | 2026-03-10T15:35:04.520Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3084 | 2026-03-10T15:35:04.520Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3085 | 2026-03-10T15:35:04.520Z | |
| 3086 | 2026-03-10T15:35:04.520Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3087 | 2026-03-10T15:35:04.520Z | |
| 3088 | 2026-03-10T15:35:04.523Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-c633122300bb4891) |
| 3089 | 2026-03-10T15:35:04.526Z | |
| 3090 | 2026-03-10T15:35:04.526Z | running 0 tests |
| 3091 | 2026-03-10T15:35:04.526Z | |
| 3092 | 2026-03-10T15:35:04.526Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3093 | 2026-03-10T15:35:04.526Z | |
| 3094 | 2026-03-10T15:35:04.526Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-0ebc9ebd13619687) |
| 3095 | 2026-03-10T15:35:04.526Z | |
| 3096 | 2026-03-10T15:35:04.526Z | running 0 tests |
| 3097 | 2026-03-10T15:35:04.526Z | |
| 3098 | 2026-03-10T15:35:04.526Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3099 | 2026-03-10T15:35:04.526Z | |
| 3100 | 2026-03-10T15:35:04.529Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a562522ba115df9c) |
| 3101 | 2026-03-10T15:35:04.529Z | |
| 3102 | 2026-03-10T15:35:04.529Z | running 6 tests |
| 3103 | 2026-03-10T15:35:04.529Z | test tests::test_parse_client_port_id ... ok |
| 3104 | 2026-03-10T15:35:04.530Z | test tests::test_port_id_cmp ... ok |
| 3105 | 2026-03-10T15:35:04.530Z | test tests::test_full_lot_id_neither_present ... ok |
| 3106 | 2026-03-10T15:35:04.530Z | test tests::test_full_lot_id_lot_only ... ok |
| 3107 | 2026-03-10T15:35:04.530Z | test tests::test_full_lot_id_both_present ... ok |
| 3108 | 2026-03-10T15:35:04.530Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3109 | 2026-03-10T15:35:04.530Z | |
| 3110 | 2026-03-10T15:35:04.530Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3111 | 2026-03-10T15:35:04.530Z | |
| 3112 | 2026-03-10T15:35:04.534Z | Running tests/test_all.rs (target/debug/deps/test_all-d53666c028c25f26) |
| 3113 | 2026-03-10T15:35:04.534Z | |
| 3114 | 2026-03-10T15:35:04.534Z | running 0 tests |
| 3115 | 2026-03-10T15:35:04.534Z | |
| 3116 | 2026-03-10T15:35:04.534Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3117 | 2026-03-10T15:35:04.534Z | |
| 3118 | 2026-03-10T15:35:04.534Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-0b3f59d39e03ea80) |
| 3119 | 2026-03-10T15:35:04.537Z | |
| 3120 | 2026-03-10T15:35:04.537Z | running 0 tests |
| 3121 | 2026-03-10T15:35:04.537Z | |
| 3122 | 2026-03-10T15:35:04.537Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3123 | 2026-03-10T15:35:04.537Z | |
| 3124 | 2026-03-10T15:35:04.537Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3125 | 2026-03-10T15:35:04.542Z | |
| 3126 | 2026-03-10T15:35:04.542Z | running 12 tests |
| 3127 | 2026-03-10T15:35:04.545Z | test icmp::test_v6_checksum ... ok |
| 3128 | 2026-03-10T15:35:04.545Z | test icmp::test_v4_checksum ... ok |
| 3129 | 2026-03-10T15:35:04.545Z | test ipv6::test_ipv6_parse ... ok |
| 3130 | 2026-03-10T15:35:04.545Z | test pbuf::test_byte ... ok |
| 3131 | 2026-03-10T15:35:04.545Z | test lldp::test_lldp_parse ... ok |
| 3132 | 2026-03-10T15:35:04.545Z | test pbuf::test_nibble ... ok |
| 3133 | 2026-03-10T15:35:04.545Z | test pbuf::test_short ... ok |
| 3134 | 2026-03-10T15:35:04.545Z | test pbuf::test_twelve ... ok |
| 3135 | 2026-03-10T15:35:04.545Z | test pbuf::test_overflow ... ok |
| 3136 | 2026-03-10T15:35:04.545Z | test pbuf::test_word ... ok |
| 3137 | 2026-03-10T15:35:04.545Z | test tcp::test_checksum_ack_data ... ok |
| 3138 | 2026-03-10T15:35:04.545Z | test tcp::test_checksum_syn_nodata ... ok |
| 3139 | 2026-03-10T15:35:04.545Z | |
| 3140 | 2026-03-10T15:35:04.545Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3141 | 2026-03-10T15:35:04.545Z | |
| 3142 | 2026-03-10T15:35:04.548Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3143 | 2026-03-10T15:35:04.551Z | |
| 3144 | 2026-03-10T15:35:04.551Z | running 0 tests |
| 3145 | 2026-03-10T15:35:04.551Z | |
| 3146 | 2026-03-10T15:35:04.551Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3147 | 2026-03-10T15:35:04.551Z | |
| 3148 | 2026-03-10T15:35:04.554Z | Running unittests src/main.rs (target/debug/deps/swadm-28cb891c64b1d99f) |
| 3149 | 2026-03-10T15:35:04.564Z | |
| 3150 | 2026-03-10T15:35:04.564Z | running 4 tests |
| 3151 | 2026-03-10T15:35:04.567Z | test switchport::test::test_compute_lanes ... ok |
| 3152 | 2026-03-10T15:35:04.571Z | test switchport::test::port_id_ordering ... ok |
| 3153 | 2026-03-10T15:35:04.573Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3154 | 2026-03-10T15:35:04.573Z | State: Activated Activated Activated Activated |
| 3155 | 2026-03-10T15:35:04.573Z | Rx Output Enabled: false false false false |
| 3156 | 2026-03-10T15:35:04.573Z | Rx Output Status: valid valid valid valid |
| 3157 | 2026-03-10T15:35:04.574Z | Rx Loss-of-lock: true Lane 0 trueLane 1 trueLane 2 trueLane 3 |
| 3158 | 2026-03-10T15:35:04.574Z | |
| 3159 | 2026-03-10T15:35:04.574Z | Rx Loss-of-signal: false Rx Loss-of-lock: Yes falseYes falseYes falseYes |
| 3160 | 2026-03-10T15:35:04.574Z | |
| 3161 | 2026-03-10T15:35:04.574Z | Rx Auto-squelch Disable: true Rx Loss-of-signal: Yes true Yestrue trueYes |
| 3162 | 2026-03-10T15:35:04.574Z | Tx Output Enabled: trueYes |
| 3163 | 2026-03-10T15:35:04.574Z | true Rx CDR Enabled: Yes Yestrue Yestrue |
| 3164 | 2026-03-10T15:35:04.574Z | Yes Tx Output Status: invalid |
| 3165 | 2026-03-10T15:35:04.574Z | Tx Enabled: Yesinvalid invalidYes invalid |
| 3166 | 2026-03-10T15:35:04.574Z | Yes Tx Loss-of-lock: false Yesfalse |
| 3167 | 2026-03-10T15:35:04.574Z | Tx Loss-of-lock: Nofalse Nofalse |
| 3168 | 2026-03-10T15:35:04.574Z | Tx Loss-of-signal: trueNo Notrue |
| 3169 | 2026-03-10T15:35:04.574Z | Tx Loss-of-signal: Notrue Notrue |
| 3170 | 2026-03-10T15:35:04.574Z | NoTx Auto-squelch Disable: false Nofalse |
| 3171 | 2026-03-10T15:35:04.574Z | Tx CDR Enabled: Nofalse falseNo |
| 3172 | 2026-03-10T15:35:04.574Z | Tx Adaptive EQ Fail: trueNo Notrue |
| 3173 | 2026-03-10T15:35:04.574Z | Tx Adaptive EQ Fault: Notrue Notrue |
| 3174 | 2026-03-10T15:35:04.574Z | No Tx Failure: false Nofalse |
| 3175 | 2026-03-10T15:35:04.574Z | Tx Fault: Yes false Yesfalse |
| 3176 | 2026-03-10T15:35:04.574Z | Tx Force Squelch: true Yes trueYes |
| 3177 | 2026-03-10T15:35:04.574Z | true true |
| 3178 | 2026-03-10T15:35:04.574Z | Tx Input Polarity: normal normal normal normal |
| 3179 | 2026-03-10T15:35:04.574Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3180 | 2026-03-10T15:35:04.574Z | test switchport::test::test_print_sff_datapath ... ok |
| 3181 | 2026-03-10T15:35:04.574Z | |
| 3182 | 2026-03-10T15:35:04.574Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3183 | 2026-03-10T15:35:04.574Z | |
| 3184 | 2026-03-10T15:35:04.574Z | Running tests/counters.rs (target/debug/deps/counters-d88dca8304571f93) |
| 3185 | 2026-03-10T15:35:04.580Z | |
| 3186 | 2026-03-10T15:35:04.580Z | running 1 test |
| 3187 | 2026-03-10T15:35:04.584Z | test test_p4_counter_list ... ignored |
| 3188 | 2026-03-10T15:35:04.584Z | |
| 3189 | 2026-03-10T15:35:04.584Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3190 | 2026-03-10T15:35:04.584Z | |
| 3191 | 2026-03-10T15:35:04.584Z | Running tests/port-link.rs (target/debug/deps/port_link-3a45eaf0c6a4bd06) |
| 3192 | 2026-03-10T15:35:04.588Z | |
| 3193 | 2026-03-10T15:35:04.588Z | running 5 tests |
| 3194 | 2026-03-10T15:35:04.591Z | test test_an ... ignored |
| 3195 | 2026-03-10T15:35:04.591Z | test test_enable ... ignored |
| 3196 | 2026-03-10T15:35:04.592Z | test test_ip_addresses ... ignored |
| 3197 | 2026-03-10T15:35:04.592Z | test test_kr ... ignored |
| 3198 | 2026-03-10T15:35:04.592Z | test test_mac ... ignored |
| 3199 | 2026-03-10T15:35:04.592Z | |
| 3200 | 2026-03-10T15:35:04.592Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3201 | 2026-03-10T15:35:04.592Z | |
| 3202 | 2026-03-10T15:35:04.592Z | Running unittests src/main.rs (target/debug/deps/tfportd-a1f7f34a21fed298) |
| 3203 | 2026-03-10T15:35:04.597Z | |
| 3204 | 2026-03-10T15:35:04.597Z | running 3 tests |
| 3205 | 2026-03-10T15:35:04.600Z | test linklocal::test_parse_ipadm ... ok |
| 3206 | 2026-03-10T15:35:04.600Z | test tfport::test_parse_tfport ... ok |
| 3207 | 2026-03-10T15:35:04.600Z | test config::tests::test_updates ... ok |
| 3208 | 2026-03-10T15:35:04.600Z | |
| 3209 | 2026-03-10T15:35:04.600Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3210 | 2026-03-10T15:35:04.600Z | |
| 3211 | 2026-03-10T15:35:04.600Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3212 | 2026-03-10T15:35:04.603Z | |
| 3213 | 2026-03-10T15:35:04.603Z | running 0 tests |
| 3214 | 2026-03-10T15:35:04.603Z | |
| 3215 | 2026-03-10T15:35:04.606Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3216 | 2026-03-10T15:35:04.606Z | |
| 3217 | 2026-03-10T15:35:04.606Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3218 | 2026-03-10T15:35:04.608Z | |
| 3219 | 2026-03-10T15:35:04.608Z | running 0 tests |
| 3220 | 2026-03-10T15:35:04.609Z | |
| 3221 | 2026-03-10T15:35:04.609Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3222 | 2026-03-10T15:35:04.609Z | |
| 3223 | 2026-03-10T15:35:04.611Z | Doc-tests aal |
| 3224 | 2026-03-10T15:35:04.765Z | |
| 3225 | 2026-03-10T15:35:04.765Z | running 0 tests |
| 3226 | 2026-03-10T15:35:04.765Z | |
| 3227 | 2026-03-10T15:35:04.768Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3228 | 2026-03-10T15:35:04.768Z | |
| 3229 | 2026-03-10T15:35:04.783Z | Doc-tests aal_macros |
| 3230 | 2026-03-10T15:35:04.873Z | |
| 3231 | 2026-03-10T15:35:04.873Z | running 0 tests |
| 3232 | 2026-03-10T15:35:04.873Z | |
| 3233 | 2026-03-10T15:35:04.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3234 | 2026-03-10T15:35:04.873Z | |
| 3235 | 2026-03-10T15:35:04.886Z | Doc-tests common |
| 3236 | 2026-03-10T15:35:05.176Z | |
| 3237 | 2026-03-10T15:35:05.176Z | running 0 tests |
| 3238 | 2026-03-10T15:35:05.176Z | |
| 3239 | 2026-03-10T15:35:05.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3240 | 2026-03-10T15:35:05.176Z | |
| 3241 | 2026-03-10T15:35:05.201Z | Doc-tests dpd_api |
| 3242 | 2026-03-10T15:35:06.644Z | |
| 3243 | 2026-03-10T15:35:06.644Z | running 2 tests |
| 3244 | 2026-03-10T15:35:06.644Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3245 | 2026-03-10T15:35:06.644Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3246 | 2026-03-10T15:35:06.644Z | |
| 3247 | 2026-03-10T15:35:06.644Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3248 | 2026-03-10T15:35:06.644Z | |
| 3249 | 2026-03-10T15:35:06.689Z | Doc-tests dpd_client |
| 3250 | 2026-03-10T15:35:08.331Z | |
| 3251 | 2026-03-10T15:35:08.331Z | running 0 tests |
| 3252 | 2026-03-10T15:35:08.331Z | |
| 3253 | 2026-03-10T15:35:08.331Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3254 | 2026-03-10T15:35:08.331Z | |
| 3255 | 2026-03-10T15:35:08.379Z | Doc-tests dpd_types |
| 3256 | 2026-03-10T15:35:08.812Z | |
| 3257 | 2026-03-10T15:35:08.812Z | running 0 tests |
| 3258 | 2026-03-10T15:35:08.812Z | |
| 3259 | 2026-03-10T15:35:08.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3260 | 2026-03-10T15:35:08.812Z | |
| 3261 | 2026-03-10T15:35:08.845Z | Doc-tests packet |
| 3262 | 2026-03-10T15:35:08.989Z | |
| 3263 | 2026-03-10T15:35:08.989Z | running 0 tests |
| 3264 | 2026-03-10T15:35:08.989Z | |
| 3265 | 2026-03-10T15:35:08.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3266 | 2026-03-10T15:35:08.989Z | |
| 3267 | 2026-03-10T15:35:09.006Z | Doc-tests pcap |
| 3268 | 2026-03-10T15:35:09.070Z | |
| 3269 | 2026-03-10T15:35:09.071Z | running 0 tests |
| 3270 | 2026-03-10T15:35:09.071Z | |
| 3271 | 2026-03-10T15:35:09.071Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3272 | 2026-03-10T15:35:09.071Z | |
| 3273 | 2026-03-10T15:35:09.126Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3274 | 2026-03-10T15:35:09.126Z | + RUST_BACKTRACE=full |
| 3275 | 2026-03-10T15:35:09.126Z | + cargo test --features chaos --no-fail-fast |
| 3276 | 2026-03-10T15:35:10.000Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3277 | 2026-03-10T15:35:10.083Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3278 | 2026-03-10T15:35:10.099Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3279 | 2026-03-10T15:35:21.508Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3280 | 2026-03-10T15:35:21.754Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3281 | 2026-03-10T15:36:09.737Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 3282 | 2026-03-10T15:36:09.886Z | Running unittests src/lib.rs (target/debug/deps/aal-8a2f49f84a5b6e99) |
| 3283 | 2026-03-10T15:36:09.892Z | |
| 3284 | 2026-03-10T15:36:09.892Z | running 5 tests |
| 3285 | 2026-03-10T15:36:09.895Z | test fuse::tests::chip_revision_b1 ... ok |
| 3286 | 2026-03-10T15:36:09.895Z | test fuse::tests::chip_revision_b0 ... ok |
| 3287 | 2026-03-10T15:36:09.895Z | test fuse::tests::chip_revision_a0 ... ok |
| 3288 | 2026-03-10T15:36:09.895Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3289 | 2026-03-10T15:36:09.895Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3290 | 2026-03-10T15:36:09.895Z | |
| 3291 | 2026-03-10T15:36:09.895Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3292 | 2026-03-10T15:36:09.895Z | |
| 3293 | 2026-03-10T15:36:09.895Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 3294 | 2026-03-10T15:36:09.899Z | |
| 3295 | 2026-03-10T15:36:09.899Z | running 0 tests |
| 3296 | 2026-03-10T15:36:09.902Z | |
| 3297 | 2026-03-10T15:36:09.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3298 | 2026-03-10T15:36:09.902Z | |
| 3299 | 2026-03-10T15:36:09.902Z | Running unittests src/lib.rs (target/debug/deps/asic-5a9c37b3d1c1025a) |
| 3300 | 2026-03-10T15:36:09.907Z | |
| 3301 | 2026-03-10T15:36:09.907Z | running 0 tests |
| 3302 | 2026-03-10T15:36:09.911Z | |
| 3303 | 2026-03-10T15:36:09.911Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3304 | 2026-03-10T15:36:09.911Z | |
| 3305 | 2026-03-10T15:36:09.911Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3306 | 2026-03-10T15:36:09.917Z | |
| 3307 | 2026-03-10T15:36:09.917Z | running 10 tests |
| 3308 | 2026-03-10T15:36:09.919Z | test nat::tests::test_vni ... ok |
| 3309 | 2026-03-10T15:36:09.919Z | test network::tests::test_equal ... ok |
| 3310 | 2026-03-10T15:36:09.919Z | test network::tests::test_eui64 ... ok |
| 3311 | 2026-03-10T15:36:09.919Z | test network::tests::test_into ... ok |
| 3312 | 2026-03-10T15:36:09.920Z | test network::tests::test_not_equal ... ok |
| 3313 | 2026-03-10T15:36:09.920Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3314 | 2026-03-10T15:36:09.920Z | test network::tests::test_parse ... ok |
| 3315 | 2026-03-10T15:36:09.920Z | test network::tests::test_to_string ... ok |
| 3316 | 2026-03-10T15:36:09.923Z | test test_purge ... ok |
| 3317 | 2026-03-10T15:36:09.925Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3318 | 2026-03-10T15:36:09.925Z | |
| 3319 | 2026-03-10T15:36:09.925Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3320 | 2026-03-10T15:36:09.925Z | |
| 3321 | 2026-03-10T15:36:09.925Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9cac1d34cd5cc78b) |
| 3322 | 2026-03-10T15:36:09.954Z | |
| 3323 | 2026-03-10T15:36:09.954Z | running 1 test |
| 3324 | 2026-03-10T15:36:11.468Z | test test::test_apis_up_to_date ... ok |
| 3325 | 2026-03-10T15:36:11.469Z | |
| 3326 | 2026-03-10T15:36:11.469Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s |
| 3327 | 2026-03-10T15:36:11.472Z | |
| 3328 | 2026-03-10T15:36:11.523Z | Running unittests src/main.rs (target/debug/deps/dpd-09df7d9d8466b872) |
| 3329 | 2026-03-10T15:36:11.531Z | |
| 3330 | 2026-03-10T15:36:11.531Z | running 44 tests |
| 3331 | 2026-03-10T15:36:11.534Z | test freemap::test_ordering ... ok |
| 3332 | 2026-03-10T15:36:11.534Z | test freemap::test_split ... ok |
| 3333 | 2026-03-10T15:36:11.534Z | test config::tests::test_updates ... ok |
| 3334 | 2026-03-10T15:36:11.534Z | test macaddrs::tests::test_mac_offset ... ok |
| 3335 | 2026-03-10T15:36:11.537Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3336 | 2026-03-10T15:36:11.537Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3337 | 2026-03-10T15:36:11.537Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3338 | 2026-03-10T15:36:11.537Z | test mcast::tests::test_canonicalize_sources ... ok |
| 3339 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.681Mar 10 15:36:09.681Mar 10 15:36:09.681 DEBG DEBGcreated new freemapDEBG created new freemapcreated new freemap, , unit, :unitunit: : freemap_testfreemap_test freemap_test |
| 3340 | 2026-03-10T15:36:11.537Z | |
| 3341 | 2026-03-10T15:36:11.537Z | |
| 3342 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.681Mar 10 15:36:09.681Mar 10 15:36:09.681 DEBGDEBG DEBGinitted freemap. size: 128initted freemap. size: 128, , initted freemap. size: 128unit, unitunit::: freemap_testfreemap_test |
| 3343 | 2026-03-10T15:36:11.537Z | |
| 3344 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.682Mar 10 15:36:09.682 DEBGDEBG reset freemapreset freemap, , unitunit :freemap_test |
| 3345 | 2026-03-10T15:36:11.537Z | freemap_test: |
| 3346 | 2026-03-10T15:36:11.537Z | freemap_test |
| 3347 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.682 DEBG reset freemap, unit: freemap_test |
| 3348 | 2026-03-10T15:36:11.537Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 3349 | 2026-03-10T15:36:11.537Z | test freemap::test_basic ... ok |
| 3350 | 2026-03-10T15:36:11.537Z | test freemap::test_exhaustion ... ok |
| 3351 | 2026-03-10T15:36:11.537Z | test freemap::test_free ... ok |
| 3352 | 2026-03-10T15:36:11.537Z | test mcast::tests::test_create_port_bitmap_all_same_direction ... ok |
| 3353 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.682 DEBG created new freemap, unit: freemap_test |
| 3354 | 2026-03-10T15:36:11.537Z | test mcast::tests::test_create_port_bitmap_empty ... ok |
| 3355 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.682 DEBG initted freemap. size: 128, unit: freemap_test |
| 3356 | 2026-03-10T15:36:11.537Z | Mar 10 15:36:09.682 DEBG reset freemap, unit: freemap_test |
| 3357 | 2026-03-10T15:36:11.538Z | test mcast::tests::test_create_port_bitmap_filters_by_direction ... ok |
| 3358 | 2026-03-10T15:36:11.538Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 3359 | 2026-03-10T15:36:11.538Z | Mar 10 15:36:09.682 DEBG created new freemap, unit: freemap_test |
| 3360 | 2026-03-10T15:36:11.538Z | Mar 10 15:36:09.682 DEBG initted freemap. size: 128, unit: freemap_test |
| 3361 | 2026-03-10T15:36:11.538Z | Mar 10 15:36:09.682 DEBG reset freemap, unit: freemap_test |
| 3362 | 2026-03-10T15:36:11.538Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 3363 | 2026-03-10T15:36:11.538Z | test freemap::test_reclaim ... ok |
| 3364 | 2026-03-10T15:36:11.541Z | test freemap::test_span ... ok |
| 3365 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 3366 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_sources_contain_any ... ok |
| 3367 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 3368 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 3369 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 3370 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 3371 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_address_validation_with_source_validation ... ok |
| 3372 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 3373 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 3374 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 3375 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_validate_not_underlay_subnet ... ok |
| 3376 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_validate_source_addresses ... ok |
| 3377 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_validate_tag ... ok |
| 3378 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 3379 | 2026-03-10T15:36:11.541Z | test nat::test_mapping ... ok |
| 3380 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_paired_allocation_and_cleanup ... ok |
| 3381 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 3382 | 2026-03-10T15:36:11.541Z | test port_map::tests::test_backplane_group ... ok |
| 3383 | 2026-03-10T15:36:11.541Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 3384 | 2026-03-10T15:36:11.541Z | test mcast::validate::tests::test_validate_tag_format ... ok |
| 3385 | 2026-03-10T15:36:11.541Z | test port_map::tests::test_port_map ... ok |
| 3386 | 2026-03-10T15:36:11.541Z | test port_map::tests::dump_map ... ok |
| 3387 | 2026-03-10T15:36:11.541Z | test api_server::tests::test_build_info ... ok |
| 3388 | 2026-03-10T15:36:11.541Z | test mcast::tests::test_id_range_boundaries ... ok |
| 3389 | 2026-03-10T15:36:11.542Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3390 | 2026-03-10T15:36:11.542Z | |
| 3391 | 2026-03-10T15:36:11.542Z | test result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3392 | 2026-03-10T15:36:11.542Z | |
| 3393 | 2026-03-10T15:36:11.545Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f929a413dd6411e7) |
| 3394 | 2026-03-10T15:36:11.548Z | |
| 3395 | 2026-03-10T15:36:11.548Z | running 0 tests |
| 3396 | 2026-03-10T15:36:11.548Z | |
| 3397 | 2026-03-10T15:36:11.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3398 | 2026-03-10T15:36:11.548Z | |
| 3399 | 2026-03-10T15:36:11.551Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-da6c92b619791a35) |
| 3400 | 2026-03-10T15:36:11.554Z | |
| 3401 | 2026-03-10T15:36:11.554Z | running 0 tests |
| 3402 | 2026-03-10T15:36:11.554Z | |
| 3403 | 2026-03-10T15:36:11.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3404 | 2026-03-10T15:36:11.557Z | |
| 3405 | 2026-03-10T15:36:11.557Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5257cf1c1dcb5258) |
| 3406 | 2026-03-10T15:36:11.566Z | |
| 3407 | 2026-03-10T15:36:11.566Z | running 6 tests |
| 3408 | 2026-03-10T15:36:11.572Z | test tests::test_full_lot_id_both_present ... ok |
| 3409 | 2026-03-10T15:36:11.572Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3410 | 2026-03-10T15:36:11.572Z | test tests::test_full_lot_id_neither_present ... ok |
| 3411 | 2026-03-10T15:36:11.572Z | test tests::test_full_lot_id_lot_only ... ok |
| 3412 | 2026-03-10T15:36:11.575Z | test tests::test_port_id_cmp ... ok |
| 3413 | 2026-03-10T15:36:11.575Z | test tests::test_parse_client_port_id ... ok |
| 3414 | 2026-03-10T15:36:11.575Z | |
| 3415 | 2026-03-10T15:36:11.575Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3416 | 2026-03-10T15:36:11.575Z | |
| 3417 | 2026-03-10T15:36:11.575Z | Running tests/test_all.rs (target/debug/deps/test_all-7bf30511aec8edba) |
| 3418 | 2026-03-10T15:36:11.580Z | |
| 3419 | 2026-03-10T15:36:11.580Z | running 6 tests |
| 3420 | 2026-03-10T15:36:14.588Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3421 | 2026-03-10T15:36:14.591Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3422 | 2026-03-10T15:36:14.591Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3423 | 2026-03-10T15:36:14.600Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3424 | 2026-03-10T15:36:14.940Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3425 | 2026-03-10T15:36:16.637Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3426 | 2026-03-10T15:36:16.637Z | |
| 3427 | 2026-03-10T15:36:16.637Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.06s |
| 3428 | 2026-03-10T15:36:16.637Z | |
| 3429 | 2026-03-10T15:36:16.645Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7f0cdf6e479abfd5) |
| 3430 | 2026-03-10T15:36:16.652Z | |
| 3431 | 2026-03-10T15:36:16.652Z | running 0 tests |
| 3432 | 2026-03-10T15:36:16.652Z | |
| 3433 | 2026-03-10T15:36:16.654Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3434 | 2026-03-10T15:36:16.655Z | |
| 3435 | 2026-03-10T15:36:16.655Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3436 | 2026-03-10T15:36:16.668Z | |
| 3437 | 2026-03-10T15:36:16.668Z | running 12 tests |
| 3438 | 2026-03-10T15:36:16.670Z | test icmp::test_v6_checksum ... ok |
| 3439 | 2026-03-10T15:36:16.670Z | test icmp::test_v4_checksum ... ok |
| 3440 | 2026-03-10T15:36:16.670Z | test lldp::test_lldp_parse ... ok |
| 3441 | 2026-03-10T15:36:16.670Z | test ipv6::test_ipv6_parse ... ok |
| 3442 | 2026-03-10T15:36:16.670Z | test pbuf::test_byte ... ok |
| 3443 | 2026-03-10T15:36:16.671Z | test pbuf::test_nibble ... ok |
| 3444 | 2026-03-10T15:36:16.671Z | test pbuf::test_short ... ok |
| 3445 | 2026-03-10T15:36:16.671Z | test pbuf::test_twelve ... ok |
| 3446 | 2026-03-10T15:36:16.671Z | test pbuf::test_word ... ok |
| 3447 | 2026-03-10T15:36:16.671Z | test pbuf::test_overflow ... ok |
| 3448 | 2026-03-10T15:36:16.671Z | test tcp::test_checksum_ack_data ... ok |
| 3449 | 2026-03-10T15:36:16.671Z | test tcp::test_checksum_syn_nodata ... ok |
| 3450 | 2026-03-10T15:36:16.671Z | |
| 3451 | 2026-03-10T15:36:16.671Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3452 | 2026-03-10T15:36:16.671Z | |
| 3453 | 2026-03-10T15:36:16.674Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3454 | 2026-03-10T15:36:16.677Z | |
| 3455 | 2026-03-10T15:36:16.677Z | running 0 tests |
| 3456 | 2026-03-10T15:36:16.677Z | |
| 3457 | 2026-03-10T15:36:16.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3458 | 2026-03-10T15:36:16.677Z | |
| 3459 | 2026-03-10T15:36:16.680Z | Running unittests src/main.rs (target/debug/deps/swadm-540a6c17bd48bc91) |
| 3460 | 2026-03-10T15:36:16.690Z | |
| 3461 | 2026-03-10T15:36:16.690Z | running 4 tests |
| 3462 | 2026-03-10T15:36:16.695Z | test switchport::test::test_compute_lanes ... ok |
| 3463 | 2026-03-10T15:36:16.698Z | test switchport::test::port_id_ordering ... ok |
| 3464 | 2026-03-10T15:36:16.701Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3465 | 2026-03-10T15:36:16.701Z | State: Activated Activated Activated Activated |
| 3466 | 2026-03-10T15:36:16.701Z | Rx Output Enabled: false false false false |
| 3467 | 2026-03-10T15:36:16.701Z | Rx Output Status: valid valid valid valid |
| 3468 | 2026-03-10T15:36:16.701Z | Rx Loss-of-lock: true Lane 0 Lane 1true Lane 2true Lane 3true |
| 3469 | 2026-03-10T15:36:16.702Z | |
| 3470 | 2026-03-10T15:36:16.702Z | Rx Loss-of-lock: Yes Rx Loss-of-signal: falseYes falseYes falseYes |
| 3471 | 2026-03-10T15:36:16.702Z | false Rx Loss-of-signal: Yes |
| 3472 | 2026-03-10T15:36:16.702Z | YesRx Auto-squelch Disable: true Yes trueYes |
| 3473 | 2026-03-10T15:36:16.702Z | Rx CDR Enabled: Yestrue Yestrue |
| 3474 | 2026-03-10T15:36:16.702Z | Yes Tx Output Enabled: trueYes |
| 3475 | 2026-03-10T15:36:16.702Z | true Tx Enabled: Yes Yestrue trueYes |
| 3476 | 2026-03-10T15:36:16.702Z | Yes Tx Output Status: invalid |
| 3477 | 2026-03-10T15:36:16.702Z | Tx Loss-of-lock: Noinvalid invalidNo invalid |
| 3478 | 2026-03-10T15:36:16.702Z | No Tx Loss-of-lock: false No |
| 3479 | 2026-03-10T15:36:16.702Z | false Tx Loss-of-signal: No falseNo falseNo |
| 3480 | 2026-03-10T15:36:16.702Z | Tx Loss-of-signal: trueNo |
| 3481 | 2026-03-10T15:36:16.702Z | true Tx CDR Enabled: No Notrue Notrue |
| 3482 | 2026-03-10T15:36:16.702Z | NoTx Auto-squelch Disable: false |
| 3483 | 2026-03-10T15:36:16.702Z | Tx Adaptive EQ Fault: No falseNo falseNo falseNo |
| 3484 | 2026-03-10T15:36:16.702Z | |
| 3485 | 2026-03-10T15:36:16.702Z | Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes true Yestrue |
| 3486 | 2026-03-10T15:36:16.702Z | Yes Tx Failure: false |
| 3487 | 2026-03-10T15:36:16.702Z | false false false |
| 3488 | 2026-03-10T15:36:16.702Z | Tx Force Squelch: true true true true |
| 3489 | 2026-03-10T15:36:16.702Z | Tx Input Polarity: normal normal normal normal |
| 3490 | 2026-03-10T15:36:16.702Z | test switchport::test::test_print_sff_datapath ... ok |
| 3491 | 2026-03-10T15:36:16.702Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3492 | 2026-03-10T15:36:16.702Z | |
| 3493 | 2026-03-10T15:36:16.702Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3494 | 2026-03-10T15:36:16.702Z | |
| 3495 | 2026-03-10T15:36:16.702Z | Running tests/counters.rs (target/debug/deps/counters-7b0a7f591074c274) |
| 3496 | 2026-03-10T15:36:16.705Z | |
| 3497 | 2026-03-10T15:36:16.706Z | running 1 test |
| 3498 | 2026-03-10T15:36:16.706Z | test test_p4_counter_list ... ignored |
| 3499 | 2026-03-10T15:36:16.706Z | |
| 3500 | 2026-03-10T15:36:16.706Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3501 | 2026-03-10T15:36:16.706Z | |
| 3502 | 2026-03-10T15:36:16.706Z | Running tests/port-link.rs (target/debug/deps/port_link-a8d526adc4f8c21c) |
| 3503 | 2026-03-10T15:36:16.710Z | |
| 3504 | 2026-03-10T15:36:16.710Z | running 5 tests |
| 3505 | 2026-03-10T15:36:16.710Z | test test_an ... ignored |
| 3506 | 2026-03-10T15:36:16.710Z | test test_enable ... ignored |
| 3507 | 2026-03-10T15:36:16.710Z | test test_ip_addresses ... ignored |
| 3508 | 2026-03-10T15:36:16.710Z | test test_kr ... ignored |
| 3509 | 2026-03-10T15:36:16.710Z | test test_mac ... ignored |
| 3510 | 2026-03-10T15:36:16.710Z | |
| 3511 | 2026-03-10T15:36:16.710Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3512 | 2026-03-10T15:36:16.710Z | |
| 3513 | 2026-03-10T15:36:16.710Z | Running unittests src/main.rs (target/debug/deps/tfportd-a5363bacba764e3a) |
| 3514 | 2026-03-10T15:36:16.714Z | |
| 3515 | 2026-03-10T15:36:16.714Z | running 3 tests |
| 3516 | 2026-03-10T15:36:16.717Z | test linklocal::test_parse_ipadm ... ok |
| 3517 | 2026-03-10T15:36:16.717Z | test tfport::test_parse_tfport ... ok |
| 3518 | 2026-03-10T15:36:16.717Z | test config::tests::test_updates ... ok |
| 3519 | 2026-03-10T15:36:16.717Z | |
| 3520 | 2026-03-10T15:36:16.717Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3521 | 2026-03-10T15:36:16.717Z | |
| 3522 | 2026-03-10T15:36:16.717Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3523 | 2026-03-10T15:36:16.723Z | |
| 3524 | 2026-03-10T15:36:16.723Z | running 0 tests |
| 3525 | 2026-03-10T15:36:16.723Z | |
| 3526 | 2026-03-10T15:36:16.726Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3527 | 2026-03-10T15:36:16.726Z | |
| 3528 | 2026-03-10T15:36:16.726Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3529 | 2026-03-10T15:36:16.729Z | |
| 3530 | 2026-03-10T15:36:16.729Z | running 0 tests |
| 3531 | 2026-03-10T15:36:16.729Z | |
| 3532 | 2026-03-10T15:36:16.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3533 | 2026-03-10T15:36:16.729Z | |
| 3534 | 2026-03-10T15:36:16.732Z | Doc-tests aal |
| 3535 | 2026-03-10T15:36:16.941Z | |
| 3536 | 2026-03-10T15:36:16.941Z | running 0 tests |
| 3537 | 2026-03-10T15:36:16.941Z | |
| 3538 | 2026-03-10T15:36:16.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3539 | 2026-03-10T15:36:16.944Z | |
| 3540 | 2026-03-10T15:36:16.960Z | Doc-tests aal_macros |
| 3541 | 2026-03-10T15:36:17.049Z | |
| 3542 | 2026-03-10T15:36:17.049Z | running 0 tests |
| 3543 | 2026-03-10T15:36:17.049Z | |
| 3544 | 2026-03-10T15:36:17.050Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3545 | 2026-03-10T15:36:17.050Z | |
| 3546 | 2026-03-10T15:36:17.062Z | Doc-tests common |
| 3547 | 2026-03-10T15:36:17.360Z | |
| 3548 | 2026-03-10T15:36:17.360Z | running 0 tests |
| 3549 | 2026-03-10T15:36:17.360Z | |
| 3550 | 2026-03-10T15:36:17.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3551 | 2026-03-10T15:36:17.360Z | |
| 3552 | 2026-03-10T15:36:17.382Z | Doc-tests dpd_api |
| 3553 | 2026-03-10T15:36:18.923Z | |
| 3554 | 2026-03-10T15:36:18.923Z | running 2 tests |
| 3555 | 2026-03-10T15:36:18.923Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3556 | 2026-03-10T15:36:18.923Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3557 | 2026-03-10T15:36:18.923Z | |
| 3558 | 2026-03-10T15:36:18.927Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3559 | 2026-03-10T15:36:18.927Z | |
| 3560 | 2026-03-10T15:36:18.969Z | Doc-tests dpd_client |
| 3561 | 2026-03-10T15:36:20.802Z | |
| 3562 | 2026-03-10T15:36:20.802Z | running 0 tests |
| 3563 | 2026-03-10T15:36:20.802Z | |
| 3564 | 2026-03-10T15:36:20.802Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3565 | 2026-03-10T15:36:20.802Z | |
| 3566 | 2026-03-10T15:36:20.854Z | Doc-tests dpd_types |
| 3567 | 2026-03-10T15:36:21.292Z | |
| 3568 | 2026-03-10T15:36:21.292Z | running 0 tests |
| 3569 | 2026-03-10T15:36:21.292Z | |
| 3570 | 2026-03-10T15:36:21.292Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3571 | 2026-03-10T15:36:21.292Z | |
| 3572 | 2026-03-10T15:36:21.325Z | Doc-tests packet |
| 3573 | 2026-03-10T15:36:21.467Z | |
| 3574 | 2026-03-10T15:36:21.467Z | running 0 tests |
| 3575 | 2026-03-10T15:36:21.467Z | |
| 3576 | 2026-03-10T15:36:21.467Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3577 | 2026-03-10T15:36:21.467Z | |
| 3578 | 2026-03-10T15:36:21.484Z | Doc-tests pcap |
| 3579 | 2026-03-10T15:36:21.550Z | |
| 3580 | 2026-03-10T15:36:21.550Z | running 0 tests |
| 3581 | 2026-03-10T15:36:21.550Z | |
| 3582 | 2026-03-10T15:36:21.553Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3583 | 2026-03-10T15:36:21.553Z | |
| 3584 | 2026-03-10T15:36:21.607Z | process exited: duration 867210 ms, exit code 0 |
| |
| 3585 | 2026-03-10T15:36:21.614Z | found 0 output files |