|
|
|
| 1 | 2026-03-03T02:44:08.567Z | job assigned to worker 01KJRS8AR10DN8AE1A2VXBAMH5 [factory aws, i-05df64fdb9aff452c] (queued for 49 s) |
| |
| 2 | 2026-03-03T02:44:17.086Z | starting task 0: "setup" |
| 3 | 2026-03-03T02:44:17.090Z | ++ uname -s |
| 4 | 2026-03-03T02:44:17.094Z | + kern=SunOS |
| 5 | 2026-03-03T02:44:17.094Z | + build_user=build |
| 6 | 2026-03-03T02:44:17.094Z | + build_uid=12345 |
| 7 | 2026-03-03T02:44:17.094Z | + work_dir=/work |
| 8 | 2026-03-03T02:44:17.094Z | + input_dir=/input |
| 9 | 2026-03-03T02:44:17.094Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-03T02:44:17.094Z | + case "$kern" in |
| 11 | 2026-03-03T02:44:17.094Z | + groupadd -g 12345 build |
| 12 | 2026-03-03T02:44:17.098Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-03T02:44:19.103Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-03T02:44:19.230Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-03T02:44:19.233Z | + home_fs=zfs |
| 16 | 2026-03-03T02:44:19.233Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-03T02:44:19.233Z | + mkdir -p /home/build |
| 18 | 2026-03-03T02:44:19.236Z | + chown build:build /home/build /work |
| 19 | 2026-03-03T02:44:21.237Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-03T02:44:21.240Z | process exited: duration 4156 ms, exit code 0 |
| |
| 21 | 2026-03-03T02:44:21.247Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-03T02:44:21.253Z | * rust toolchain channel = "1.90.0" |
| 23 | 2026-03-03T02:44:21.253Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 24 | 2026-03-03T02:44:21.253Z | * rust toolchain profile = "default" |
| 25 | 2026-03-03T02:44:21.253Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-03T02:44:21.253Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-03T02:44:21.253Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-03T02:44:21.256Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-03T02:44:21.256Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-03T02:44:21.392Z | info: downloading installer |
| 31 | 2026-03-03T02:44:23.244Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-03T02:44:23.244Z | warn: /opt/ooce/bin |
| 33 | 2026-03-03T02:44:23.244Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-03T02:44:23.245Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-03T02:44:23.245Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-03T02:44:23.245Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-03T02:44:23.245Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-03T02:44:23.245Z | error: cannot install while Rust is installed |
| 39 | 2026-03-03T02:44:23.245Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-03T02:44:23.262Z | info: profile set to 'default' |
| 41 | 2026-03-03T02:44:23.262Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-03T02:44:23.265Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-03T02:44:23.454Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-03T02:44:23.454Z | info: downloading component 'cargo' |
| 45 | 2026-03-03T02:44:24.660Z | info: downloading component 'clippy' |
| 46 | 2026-03-03T02:44:25.075Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-03T02:44:26.812Z | info: downloading component 'rust-std' |
| 48 | 2026-03-03T02:44:28.826Z | info: downloading component 'rustc' |
| 49 | 2026-03-03T02:44:36.049Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-03T02:44:36.327Z | info: installing component 'cargo' |
| 51 | 2026-03-03T02:44:37.232Z | info: installing component 'clippy' |
| 52 | 2026-03-03T02:44:37.628Z | info: installing component 'rust-docs' |
| 53 | 2026-03-03T02:44:39.472Z | info: installing component 'rust-std' |
| 54 | 2026-03-03T02:44:41.393Z | info: installing component 'rustc' |
| 55 | 2026-03-03T02:44:48.030Z | info: installing component 'rustfmt' |
| 56 | 2026-03-03T02:44:48.367Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-03T02:44:48.367Z | |
| 58 | 2026-03-03T02:44:48.790Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-03T02:44:48.790Z | |
| 60 | 2026-03-03T02:44:48.793Z | |
| 61 | 2026-03-03T02:44:48.793Z | Rust is installed now. Great! |
| 62 | 2026-03-03T02:44:48.793Z | |
| 63 | 2026-03-03T02:44:48.793Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-03T02:44:48.793Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-03T02:44:48.793Z | |
| 66 | 2026-03-03T02:44:48.793Z | To configure your current shell, you need to source |
| 67 | 2026-03-03T02:44:48.793Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-03T02:44:48.794Z | |
| 69 | 2026-03-03T02:44:48.794Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-03T02:44:48.794Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-03T02:44:48.794Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-03T02:44:48.794Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-03T02:44:48.897Z | + rustup --version |
| 74 | 2026-03-03T02:44:48.911Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-03T02:44:48.915Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-03T02:44:49.030Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-03T02:44:49.034Z | + cargo --version |
| 78 | 2026-03-03T02:44:49.099Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-03T02:44:49.102Z | + rustc --version |
| 80 | 2026-03-03T02:44:49.174Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-03T02:44:49.177Z | process exited: duration 27925 ms, exit code 0 |
| |
| 82 | 2026-03-03T02:44:49.184Z | starting task 2: "authentication" |
| 83 | 2026-03-03T02:44:49.207Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-03T02:44:49.215Z | starting task 3: "clone repository" |
| 85 | 2026-03-03T02:44:49.218Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-03-03T02:44:49.222Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-03-03T02:44:49.261Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-03-03T02:44:50.297Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-03-03T02:44:50.297Z | + git fetch origin 642c3eda5c3f3993f92d1e14838ea18c7fb58f7a |
| 90 | 2026-03-03T02:44:50.567Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-03-03T02:44:50.567Z | * branch 642c3eda5c3f3993f92d1e14838ea18c7fb58f7a -> FETCH_HEAD |
| 92 | 2026-03-03T02:44:50.575Z | + [[ -n sunshowers/spr/update-dropshot-to-0166-dropshot-api-manager-to-030 ]] |
| 93 | 2026-03-03T02:44:50.578Z | ++ git branch --show-current |
| 94 | 2026-03-03T02:44:50.581Z | + current=main |
| 95 | 2026-03-03T02:44:50.581Z | + [[ main != sunshowers/spr/update-dropshot-to-0166-dropshot-api-manager-to-030 ]] |
| 96 | 2026-03-03T02:44:50.581Z | + git branch -f sunshowers/spr/update-dropshot-to-0166-dropshot-api-manager-to-030 642c3eda5c3f3993f92d1e14838ea18c7fb58f7a |
| 97 | 2026-03-03T02:44:50.584Z | + git checkout -f sunshowers/spr/update-dropshot-to-0166-dropshot-api-manager-to-030 |
| 98 | 2026-03-03T02:44:50.610Z | Switched to branch 'sunshowers/spr/update-dropshot-to-0166-dropshot-api-manager-to-030' |
| 99 | 2026-03-03T02:44:50.613Z | + git reset --hard 642c3eda5c3f3993f92d1e14838ea18c7fb58f7a |
| 100 | 2026-03-03T02:44:50.638Z | HEAD is now at 642c3ed turn on Git stub storage |
| 101 | 2026-03-03T02:44:50.641Z | process exited: duration 1425 ms, exit code 0 |
| |
| 102 | 2026-03-03T02:44:50.647Z | starting task 4: "build" |
| 103 | 2026-03-03T02:44:50.652Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-03T02:44:50.655Z | ++ TOFINO_STAGES=20 |
| 105 | 2026-03-03T02:44:50.655Z | ++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 106 | 2026-03-03T02:44:50.655Z | ++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 107 | 2026-03-03T02:44:50.655Z | ++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163 |
| 108 | 2026-03-03T02:44:50.655Z | +++ uname -s |
| 109 | 2026-03-03T02:44:50.655Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-03-03T02:44:50.655Z | ++ SERIES=illumos |
| 111 | 2026-03-03T02:44:50.696Z | +++ uname -s |
| 112 | 2026-03-03T02:44:50.696Z | ++ '[' SunOS == SunOS ']' |
| 113 | 2026-03-03T02:44:50.696Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 114 | 2026-03-03T02:44:50.696Z | ++ rustup show active-toolchain |
| 115 | 2026-03-03T02:44:50.707Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 116 | 2026-03-03T02:44:50.710Z | + source .github/buildomat/illumos.sh |
| 117 | 2026-03-03T02:44:50.713Z | ++ banner 'sde setup' |
| 118 | 2026-03-03T02:44:50.714Z | |
| 119 | 2026-03-03T02:44:50.714Z | #### ##### ###### #### ###### ##### # # ##### |
| 120 | 2026-03-03T02:44:50.714Z | # # # # # # # # # # # |
| 121 | 2026-03-03T02:44:50.714Z | #### # # ##### #### ##### # # # # # |
| 122 | 2026-03-03T02:44:50.714Z | # # # # # # # # # ##### |
| 123 | 2026-03-03T02:44:50.714Z | # # # # # # # # # # # # |
| 124 | 2026-03-03T02:44:50.714Z | #### ##### ###### #### ###### # #### # |
| 125 | 2026-03-03T02:44:50.714Z | |
| 126 | 2026-03-03T02:44:50.714Z | ++ export PKG=tofino_sde.p5p |
| 127 | 2026-03-03T02:44:50.714Z | ++ PKG=tofino_sde.p5p |
| 128 | 2026-03-03T02:44:50.714Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p |
| 129 | 2026-03-03T02:44:50.722Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-03-03T02:44:50.722Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-03-03T02:44:51.981Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
41 76.0M 41 31.5M 0 0 53.9M 0 0:00:01 --:--:-- 0:00:01 53.9M
100 76.0M 100 76.0M 0 0 60.4M 0 0:00:01 0:00:01 --:--:-- 60.5M |
| 132 | 2026-03-03T02:44:51.985Z | +++ digest -a sha256 tofino_sde.p5p |
| 133 | 2026-03-03T02:44:52.043Z | ++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 134 | 2026-03-03T02:44:52.046Z | ++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']' |
| 135 | 2026-03-03T02:44:52.046Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 136 | 2026-03-03T02:45:01.001Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-03T02:45:11.538Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-03T02:45:11.717Z | Startup: Refreshing catalog 'oxide' ... Done |
| 139 | 2026-03-03T02:45:38.152Z | Planning: Solver setup ... Done |
| 140 | 2026-03-03T02:45:38.309Z | Planning: Running solver ... Done |
| 141 | 2026-03-03T02:45:38.476Z | Planning: Finding local manifests ... Done |
| 142 | 2026-03-03T02:45:38.479Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-03-03T02:45:38.486Z | Planning: Fetching manifests: 1/1 100% complete |
| 144 | 2026-03-03T02:45:38.505Z | Planning: Package planning ... Done |
| 145 | 2026-03-03T02:45:38.509Z | Planning: Merging actions ... Done |
| 146 | 2026-03-03T02:45:38.646Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-03-03T02:45:38.649Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-03-03T02:45:39.680Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-03-03T02:45:39.683Z | Planning: Planning completed in 27.95 seconds |
| 150 | 2026-03-03T02:45:39.691Z | Packages to install: 1 |
| 151 | 2026-03-03T02:45:39.694Z | Create boot environment: No |
| 152 | 2026-03-03T02:45:39.694Z | Create backup boot environment: No |
| 153 | 2026-03-03T02:45:39.742Z | |
| 154 | 2026-03-03T02:45:39.742Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 155 | 2026-03-03T02:45:39.972Z | Download: Completed 75.30 MB in 0.23 seconds (327M/s) |
| 156 | 2026-03-03T02:45:40.180Z | Actions: 1/293 actions (Installing new actions) |
| 157 | 2026-03-03T02:45:41.505Z | Actions: Completed 293 actions in 1.33 seconds. |
| 158 | 2026-03-03T02:45:41.509Z | Done |
| 159 | 2026-03-03T02:45:41.572Z | Done |
| 160 | 2026-03-03T02:45:42.609Z | Done |
| 161 | 2026-03-03T02:45:46.934Z | Done |
| 162 | 2026-03-03T02:45:47.016Z | Done |
| 163 | 2026-03-03T02:45:47.019Z | Done |
| 164 | 2026-03-03T02:45:47.117Z | Done |
| 165 | 2026-03-03T02:45:47.815Z | ++ export SDE=/opt/oxide/tofino_sde |
| 166 | 2026-03-03T02:45:47.816Z | ++ SDE=/opt/oxide/tofino_sde |
| 167 | 2026-03-03T02:45:47.816Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-03-03T02:45:47.816Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 169 | 2026-03-03T02:45:47.816Z | ++ banner packages |
| 170 | 2026-03-03T02:45:47.820Z | |
| 171 | 2026-03-03T02:45:47.820Z | ##### ## #### # # ## #### ###### #### |
| 172 | 2026-03-03T02:45:47.820Z | # # # # # # # # # # # # # # |
| 173 | 2026-03-03T02:45:47.820Z | # # # # # #### # # # ##### #### |
| 174 | 2026-03-03T02:45:47.820Z | ##### ###### # # # ###### # ### # # |
| 175 | 2026-03-03T02:45:47.820Z | # # # # # # # # # # # # # # |
| 176 | 2026-03-03T02:45:47.820Z | # # # #### # # # # #### ###### #### |
| 177 | 2026-03-03T02:45:47.820Z | |
| 178 | 2026-03-03T02:45:47.820Z | ++ pfexec pkg install clang-15 pcap |
| 179 | 2026-03-03T02:45:48.390Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 180 | 2026-03-03T02:45:48.393Z | Startup: Refreshing catalog 'oxide' ... Done |
| 181 | 2026-03-03T02:46:11.666Z | Planning: Solver setup ... Done |
| 182 | 2026-03-03T02:46:11.827Z | Planning: Running solver ... Done |
| 183 | 2026-03-03T02:46:11.997Z | Planning: Finding local manifests ... Done |
| 184 | 2026-03-03T02:46:12.000Z | Planning: Fetching manifests: 0/2 0% complete |
| 185 | 2026-03-03T02:46:12.286Z | Planning: Fetching manifests: 2/2 100% complete |
| 186 | 2026-03-03T02:46:12.331Z | Planning: Package planning ... Done |
| 187 | 2026-03-03T02:46:12.378Z | Planning: Merging actions ... Done |
| 188 | 2026-03-03T02:46:12.539Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-03T02:46:12.550Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-03T02:46:13.005Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-03T02:46:13.014Z | Planning: Planning completed in 24.62 seconds |
| 192 | 2026-03-03T02:46:13.026Z | Packages to install: 2 |
| 193 | 2026-03-03T02:46:13.026Z | Mediators to change: 2 |
| 194 | 2026-03-03T02:46:13.029Z | Services to change: 1 |
| 195 | 2026-03-03T02:46:13.029Z | Create boot environment: No |
| 196 | 2026-03-03T02:46:13.029Z | Create backup boot environment: No |
| 197 | 2026-03-03T02:46:13.069Z | |
| 198 | 2026-03-03T02:46:13.069Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 199 | 2026-03-03T02:46:18.071Z | Download: 1225/3076 items 113.1/211.3MB 53% complete (23.0M/s) |
| 200 | 2026-03-03T02:46:23.692Z | Download: 2009/3076 items 117.3/211.3MB 55% complete (16.4M/s) |
| 201 | 2026-03-03T02:46:27.698Z | Download: Completed 211.31 MB in 14.63 seconds (14.4M/s) |
| 202 | 2026-03-03T02:46:28.393Z | Actions: 1/3418 actions (Installing new actions) |
| 203 | 2026-03-03T02:46:32.881Z | Actions: Completed 3418 actions in 4.49 seconds. |
| 204 | 2026-03-03T02:46:33.536Z | Done |
| 205 | 2026-03-03T02:46:33.536Z | Done |
| 206 | 2026-03-03T02:46:34.627Z | Done |
| 207 | 2026-03-03T02:46:38.731Z | Done |
| 208 | 2026-03-03T02:46:38.820Z | Done |
| 209 | 2026-03-03T02:46:38.823Z | Done |
| 210 | 2026-03-03T02:46:38.976Z | Done |
| 211 | 2026-03-03T02:46:39.136Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 212 | 2026-03-03T02:46:39.431Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2026-03-03T02:46:39.594Z | Planning: Checking for conflicting actions ... Done |
| 214 | 2026-03-03T02:46:39.597Z | Planning: Consolidating action changes ... Done |
| 215 | 2026-03-03T02:46:39.871Z | Planning: Evaluating mediators ... Done |
| 216 | 2026-03-03T02:46:39.876Z | Planning: Planning completed in 0.44 seconds |
| 217 | 2026-03-03T02:46:39.905Z | Mediators to change: 2 |
| 218 | 2026-03-03T02:46:39.905Z | Create boot environment: No |
| 219 | 2026-03-03T02:46:39.909Z | Create backup boot environment: No |
| 220 | 2026-03-03T02:46:39.993Z | Done |
| 221 | 2026-03-03T02:46:39.993Z | Done |
| 222 | 2026-03-03T02:46:40.797Z | Done |
| 223 | 2026-03-03T02:46:44.456Z | Done |
| 224 | 2026-03-03T02:46:44.537Z | Done |
| 225 | 2026-03-03T02:46:44.540Z | Done |
| 226 | 2026-03-03T02:46:44.687Z | Done |
| 227 | 2026-03-03T02:46:44.778Z | ++ cargo --version |
| 228 | 2026-03-03T02:46:44.835Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 229 | 2026-03-03T02:46:44.838Z | ++ rustc --version |
| 230 | 2026-03-03T02:46:44.910Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 231 | 2026-03-03T02:46:44.913Z | + banner copyrights |
| 232 | 2026-03-03T02:46:44.916Z | |
| 233 | 2026-03-03T02:46:44.916Z | #### #### ##### # # ##### # #### # # ##### #### |
| 234 | 2026-03-03T02:46:44.916Z | # # # # # # # # # # # # # # # # # |
| 235 | 2026-03-03T02:46:44.916Z | # # # # # # # # # # ###### # #### |
| 236 | 2026-03-03T02:46:44.916Z | # # # ##### # ##### # # ### # # # # |
| 237 | 2026-03-03T02:46:44.916Z | # # # # # # # # # # # # # # # # |
| 238 | 2026-03-03T02:46:44.916Z | #### #### # # # # # #### # # # #### |
| 239 | 2026-03-03T02:46:44.916Z | |
| 240 | 2026-03-03T02:46:44.916Z | + ./tools/check_copyrights.sh |
| 241 | 2026-03-03T02:46:44.991Z | asic/build.rs: Copyright with wrong year |
| 242 | 2026-03-03T02:46:45.306Z | asic/src/tofino_stub/table.rs: Copyright with wrong year |
| 243 | 2026-03-03T02:46:45.949Z | dpd/p4/port_bitmap_check.p4: Copyright with wrong year |
| 244 | 2026-03-03T02:46:46.552Z | dropshot-apis/src/main.rs: Copyright with wrong year |
| 245 | 2026-03-03T02:46:47.319Z | + banner clippy |
| 246 | 2026-03-03T02:46:47.323Z | |
| 247 | 2026-03-03T02:46:47.323Z | #### # # ##### ##### # # |
| 248 | 2026-03-03T02:46:47.323Z | # # # # # # # # # # |
| 249 | 2026-03-03T02:46:47.323Z | # # # # # # # # |
| 250 | 2026-03-03T02:46:47.323Z | # # # ##### ##### # |
| 251 | 2026-03-03T02:46:47.323Z | # # # # # # # |
| 252 | 2026-03-03T02:46:47.323Z | #### ###### # # # # |
| 253 | 2026-03-03T02:46:47.323Z | |
| 254 | 2026-03-03T02:46:47.323Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 255 | 2026-03-03T02:46:47.323Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 256 | 2026-03-03T02:46:47.609Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-03-03T02:47:13.452Z | Updating crates.io index |
| 258 | 2026-03-03T02:47:13.455Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-03-03T02:47:13.755Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 260 | 2026-03-03T02:47:14.975Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 261 | 2026-03-03T02:47:15.279Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 262 | 2026-03-03T02:47:15.537Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 263 | 2026-03-03T02:47:16.022Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 264 | 2026-03-03T02:47:16.792Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 265 | 2026-03-03T02:47:17.108Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 266 | 2026-03-03T02:47:17.451Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 267 | 2026-03-03T02:47:17.788Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 268 | 2026-03-03T02:47:18.103Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 269 | 2026-03-03T02:47:18.757Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 270 | 2026-03-03T02:47:19.074Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 271 | 2026-03-03T02:47:19.543Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-03T02:47:21.400Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2026-03-03T02:47:21.757Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2026-03-03T02:47:22.071Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-03-03T02:47:22.351Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 276 | 2026-03-03T02:47:22.841Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-03-03T02:47:23.227Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-03-03T02:47:23.503Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-03-03T02:47:23.888Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 280 | 2026-03-03T02:47:25.627Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 281 | 2026-03-03T02:47:26.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 282 | 2026-03-03T02:47:28.502Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 283 | 2026-03-03T02:47:29.271Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 284 | 2026-03-03T02:47:29.539Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 285 | 2026-03-03T02:47:29.988Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2026-03-03T02:47:31.699Z | Downloading crates ... |
| 287 | 2026-03-03T02:47:31.776Z | Downloaded atomic-waker v1.1.2 |
| 288 | 2026-03-03T02:47:31.782Z | Downloaded async-stream-impl v0.3.6 |
| 289 | 2026-03-03T02:47:31.785Z | Downloaded atomicwrites v0.4.4 |
| 290 | 2026-03-03T02:47:31.788Z | Downloaded async-trait v0.1.89 |
| 291 | 2026-03-03T02:47:31.793Z | Downloaded blake2 v0.10.6 |
| 292 | 2026-03-03T02:47:31.798Z | Downloaded const_format v0.2.34 |
| 293 | 2026-03-03T02:47:31.803Z | Downloaded bitflags v1.3.2 |
| 294 | 2026-03-03T02:47:31.807Z | Downloaded enum-as-inner v0.6.1 |
| 295 | 2026-03-03T02:47:31.811Z | Downloaded cfg-if v1.0.3 |
| 296 | 2026-03-03T02:47:31.814Z | Downloaded bit-set v0.8.0 |
| 297 | 2026-03-03T02:47:31.817Z | Downloaded dof v0.3.0 |
| 298 | 2026-03-03T02:47:31.820Z | Downloaded cargo_metadata v0.18.1 |
| 299 | 2026-03-03T02:47:31.824Z | Downloaded embedded-io v0.4.0 |
| 300 | 2026-03-03T02:47:31.827Z | Downloaded httpdate v1.0.3 |
| 301 | 2026-03-03T02:47:31.830Z | Downloaded dtrace-parser v0.3.0 |
| 302 | 2026-03-03T02:47:31.833Z | Downloaded equivalent v1.0.2 |
| 303 | 2026-03-03T02:47:31.836Z | Downloaded dof v0.4.0 |
| 304 | 2026-03-03T02:47:31.839Z | Downloaded embedded-io v0.6.1 |
| 305 | 2026-03-03T02:47:31.842Z | Downloaded erased-serde v0.3.31 |
| 306 | 2026-03-03T02:47:31.846Z | Downloaded drift v0.1.3 |
| 307 | 2026-03-03T02:47:31.853Z | Downloaded hex v0.4.3 |
| 308 | 2026-03-03T02:47:31.857Z | Downloaded generic-array v0.14.7 |
| 309 | 2026-03-03T02:47:31.859Z | Downloaded debug-ignore v1.0.5 |
| 310 | 2026-03-03T02:47:31.863Z | Downloaded foreign-types-shared v0.1.1 |
| 311 | 2026-03-03T02:47:31.866Z | Downloaded defmt v0.3.100 |
| 312 | 2026-03-03T02:47:31.869Z | Downloaded crucible-workspace-hack v0.1.0 |
| 313 | 2026-03-03T02:47:31.872Z | Downloaded cfg_aliases v0.2.1 |
| 314 | 2026-03-03T02:47:31.875Z | Downloaded foreign-types v0.3.2 |
| 315 | 2026-03-03T02:47:31.878Z | Downloaded fastrand v2.3.0 |
| 316 | 2026-03-03T02:47:31.881Z | Downloaded async-recursion v1.1.1 |
| 317 | 2026-03-03T02:47:31.886Z | Downloaded futures v0.3.31 |
| 318 | 2026-03-03T02:47:31.892Z | Downloaded gethostname v0.5.0 |
| 319 | 2026-03-03T02:47:31.895Z | Downloaded ciborium-ll v0.2.2 |
| 320 | 2026-03-03T02:47:31.898Z | Downloaded futures-io v0.3.31 |
| 321 | 2026-03-03T02:47:31.901Z | Downloaded http-body v1.0.1 |
| 322 | 2026-03-03T02:47:31.904Z | Downloaded cobs v0.3.0 |
| 323 | 2026-03-03T02:47:31.907Z | Downloaded elliptic-curve v0.13.8 |
| 324 | 2026-03-03T02:47:31.911Z | Downloaded futures-sink v0.3.31 |
| 325 | 2026-03-03T02:47:31.914Z | Downloaded heck v0.5.0 |
| 326 | 2026-03-03T02:47:31.918Z | Downloaded crypto-common v0.1.6 |
| 327 | 2026-03-03T02:47:31.920Z | Downloaded anstyle-query v1.1.4 |
| 328 | 2026-03-03T02:47:31.923Z | Downloaded hubpack v0.1.2 |
| 329 | 2026-03-03T02:47:31.926Z | Downloaded hostname v0.4.2 |
| 330 | 2026-03-03T02:47:31.929Z | Downloaded crossbeam-epoch v0.9.18 |
| 331 | 2026-03-03T02:47:31.933Z | Downloaded inout v0.1.4 |
| 332 | 2026-03-03T02:47:31.936Z | Downloaded indent_write v2.2.0 |
| 333 | 2026-03-03T02:47:31.940Z | Downloaded hyper-tls v0.6.0 |
| 334 | 2026-03-03T02:47:31.943Z | Downloaded internet-checksum v0.2.1 |
| 335 | 2026-03-03T02:47:31.943Z | Downloaded itoa v1.0.15 |
| 336 | 2026-03-03T02:47:31.946Z | Downloaded lazy_static v1.5.0 |
| 337 | 2026-03-03T02:47:31.949Z | Downloaded kstat-rs v0.2.4 |
| 338 | 2026-03-03T02:47:31.952Z | Downloaded lru-slab v0.1.2 |
| 339 | 2026-03-03T02:47:31.955Z | Downloaded futures-task v0.3.31 |
| 340 | 2026-03-03T02:47:31.957Z | Downloaded data-encoding v2.9.0 |
| 341 | 2026-03-03T02:47:31.960Z | Downloaded is_terminal_polyfill v1.70.1 |
| 342 | 2026-03-03T02:47:31.963Z | Downloaded is-terminal v0.4.16 |
| 343 | 2026-03-03T02:47:31.967Z | Downloaded arrayvec v0.7.6 |
| 344 | 2026-03-03T02:47:31.970Z | Downloaded managed v0.8.0 |
| 345 | 2026-03-03T02:47:31.973Z | Downloaded glob v0.3.3 |
| 346 | 2026-03-03T02:47:31.976Z | Downloaded http-body-util v0.1.3 |
| 347 | 2026-03-03T02:47:31.978Z | Downloaded mime v0.3.17 |
| 348 | 2026-03-03T02:47:31.981Z | Downloaded match_cfg v0.1.0 |
| 349 | 2026-03-03T02:47:31.986Z | Downloaded keccak v0.1.5 |
| 350 | 2026-03-03T02:47:31.988Z | Downloaded daft v0.1.4 |
| 351 | 2026-03-03T02:47:31.989Z | Downloaded fixedbitset v0.5.7 |
| 352 | 2026-03-03T02:47:31.992Z | Downloaded newtype_derive v0.1.6 |
| 353 | 2026-03-03T02:47:31.995Z | Downloaded num v0.4.3 |
| 354 | 2026-03-03T02:47:31.998Z | Downloaded num-derive v0.4.2 |
| 355 | 2026-03-03T02:47:32.001Z | Downloaded memmap v0.7.0 |
| 356 | 2026-03-03T02:47:32.004Z | Downloaded instant v0.1.13 |
| 357 | 2026-03-03T02:47:32.007Z | Downloaded num-derive v0.3.3 |
| 358 | 2026-03-03T02:47:32.010Z | Downloaded ipnet v2.11.0 |
| 359 | 2026-03-03T02:47:32.016Z | Downloaded omicron-workspace-hack v0.1.0 |
| 360 | 2026-03-03T02:47:32.016Z | Downloaded num_threads v0.1.7 |
| 361 | 2026-03-03T02:47:32.019Z | Downloaded fnv v1.0.7 |
| 362 | 2026-03-03T02:47:32.019Z | Downloaded num_enum_derive v0.5.11 |
| 363 | 2026-03-03T02:47:32.022Z | Downloaded lock_api v0.4.13 |
| 364 | 2026-03-03T02:47:32.022Z | Downloaded git-stub v1.0.0 |
| 365 | 2026-03-03T02:47:32.025Z | Downloaded digest v0.10.7 |
| 366 | 2026-03-03T02:47:32.028Z | Downloaded opaque-debug v0.3.1 |
| 367 | 2026-03-03T02:47:32.031Z | Downloaded clap v4.5.50 |
| 368 | 2026-03-03T02:47:32.039Z | Downloaded highway v1.3.0 |
| 369 | 2026-03-03T02:47:32.042Z | Downloaded ff v0.13.1 |
| 370 | 2026-03-03T02:47:32.045Z | Downloaded crc32fast v1.5.0 |
| 371 | 2026-03-03T02:47:32.047Z | Downloaded openssl-probe v0.1.6 |
| 372 | 2026-03-03T02:47:32.051Z | Downloaded percent-encoding v2.3.2 |
| 373 | 2026-03-03T02:47:32.055Z | Downloaded bytes v1.11.1 |
| 374 | 2026-03-03T02:47:32.058Z | Downloaded parse-display v0.10.0 |
| 375 | 2026-03-03T02:47:32.061Z | Downloaded globset v0.4.16 |
| 376 | 2026-03-03T02:47:32.064Z | Downloaded foldhash v0.2.0 |
| 377 | 2026-03-03T02:47:32.067Z | Downloaded newtype-uuid v1.3.2 |
| 378 | 2026-03-03T02:47:32.067Z | Downloaded jobserver v0.1.34 |
| 379 | 2026-03-03T02:47:32.069Z | Downloaded ingot-macros v0.1.1 |
| 380 | 2026-03-03T02:47:32.072Z | Downloaded num_enum v0.5.11 |
| 381 | 2026-03-03T02:47:32.077Z | Downloaded proc-macro-crate v1.3.1 |
| 382 | 2026-03-03T02:47:32.080Z | Downloaded native-tls v0.2.14 |
| 383 | 2026-03-03T02:47:32.083Z | Downloaded num-complex v0.4.6 |
| 384 | 2026-03-03T02:47:32.086Z | Downloaded pin-utils v0.1.0 |
| 385 | 2026-03-03T02:47:32.088Z | Downloaded proc-macro-error-attr v1.0.4 |
| 386 | 2026-03-03T02:47:32.091Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 387 | 2026-03-03T02:47:32.094Z | Downloaded pretty-hex v0.4.1 |
| 388 | 2026-03-03T02:47:32.094Z | Downloaded fs_extra v1.3.0 |
| 389 | 2026-03-03T02:47:32.098Z | Downloaded icu_provider v2.0.0 |
| 390 | 2026-03-03T02:47:32.101Z | Downloaded owo-colors v4.3.0 |
| 391 | 2026-03-03T02:47:32.104Z | Downloaded futures-channel v0.3.31 |
| 392 | 2026-03-03T02:47:32.107Z | Downloaded iana-time-zone v0.1.64 |
| 393 | 2026-03-03T02:47:32.110Z | Downloaded rand_chacha v0.3.1 |
| 394 | 2026-03-03T02:47:32.113Z | Downloaded oxnet v0.1.4 |
| 395 | 2026-03-03T02:47:32.115Z | Downloaded half v2.7.1 |
| 396 | 2026-03-03T02:47:32.122Z | Downloaded progenitor-macro v0.10.0 |
| 397 | 2026-03-03T02:47:32.122Z | Downloaded paste v1.0.15 |
| 398 | 2026-03-03T02:47:32.124Z | Downloaded progenitor-macro v0.13.0 |
| 399 | 2026-03-03T02:47:32.127Z | Downloaded ref-cast v1.0.25 |
| 400 | 2026-03-03T02:47:32.130Z | Downloaded phf v0.12.1 |
| 401 | 2026-03-03T02:47:32.133Z | Downloaded password-hash v0.5.0 |
| 402 | 2026-03-03T02:47:32.136Z | Downloaded pin-project-internal v1.1.10 |
| 403 | 2026-03-03T02:47:32.136Z | Downloaded pem v3.0.5 |
| 404 | 2026-03-03T02:47:32.139Z | Downloaded ref-cast-impl v1.0.25 |
| 405 | 2026-03-03T02:47:32.142Z | Downloaded indexmap v1.9.3 |
| 406 | 2026-03-03T02:47:32.145Z | Downloaded rand_xorshift v0.4.0 |
| 407 | 2026-03-03T02:47:32.148Z | Downloaded pin-project-lite v0.2.16 |
| 408 | 2026-03-03T02:47:32.152Z | Downloaded rustc_version v0.4.1 |
| 409 | 2026-03-03T02:47:32.154Z | Downloaded allocator-api2 v0.2.21 |
| 410 | 2026-03-03T02:47:32.157Z | Downloaded rustc_version v0.1.7 |
| 411 | 2026-03-03T02:47:32.160Z | Downloaded litemap v0.8.0 |
| 412 | 2026-03-03T02:47:32.163Z | Downloaded rustc-hash v2.1.1 |
| 413 | 2026-03-03T02:47:32.166Z | Downloaded poly1305 v0.8.0 |
| 414 | 2026-03-03T02:47:32.168Z | Downloaded same-file v1.0.6 |
| 415 | 2026-03-03T02:47:32.171Z | Downloaded progenitor-client v0.13.0 |
| 416 | 2026-03-03T02:47:32.172Z | Downloaded progenitor v0.13.0 |
| 417 | 2026-03-03T02:47:32.175Z | Downloaded progenitor-client v0.10.0 |
| 418 | 2026-03-03T02:47:32.177Z | Downloaded proc-macro-error v1.0.4 |
| 419 | 2026-03-03T02:47:32.180Z | Downloaded scroll_derive v0.13.1 |
| 420 | 2026-03-03T02:47:32.183Z | Downloaded progenitor v0.11.1 |
| 421 | 2026-03-03T02:47:32.186Z | Downloaded proc-macro-error2 v2.0.1 |
| 422 | 2026-03-03T02:47:32.189Z | Downloaded crossbeam-channel v0.5.15 |
| 423 | 2026-03-03T02:47:32.192Z | Downloaded icu_normalizer v2.0.0 |
| 424 | 2026-03-03T02:47:32.196Z | Downloaded serde-big-array v0.5.1 |
| 425 | 2026-03-03T02:47:32.199Z | Downloaded semver v0.1.20 |
| 426 | 2026-03-03T02:47:32.202Z | Downloaded serde_urlencoded v0.7.1 |
| 427 | 2026-03-03T02:47:32.204Z | Downloaded serde_repr v0.1.20 |
| 428 | 2026-03-03T02:47:32.207Z | Downloaded pest_meta v2.8.2 |
| 429 | 2026-03-03T02:47:32.207Z | Downloaded pest_derive v2.8.2 |
| 430 | 2026-03-03T02:47:32.211Z | Downloaded serde_spanned v0.6.9 |
| 431 | 2026-03-03T02:47:32.213Z | Downloaded once_cell v1.21.3 |
| 432 | 2026-03-03T02:47:32.217Z | Downloaded getrandom v0.3.3 |
| 433 | 2026-03-03T02:47:32.220Z | Downloaded resolv-conf v0.7.5 |
| 434 | 2026-03-03T02:47:32.223Z | Downloaded rand_core v0.9.3 |
| 435 | 2026-03-03T02:47:32.226Z | Downloaded rand_chacha v0.9.0 |
| 436 | 2026-03-03T02:47:32.226Z | Downloaded rand_core v0.6.4 |
| 437 | 2026-03-03T02:47:32.228Z | Downloaded quote v1.0.44 |
| 438 | 2026-03-03T02:47:32.231Z | Downloaded signal-hook-tokio v0.3.1 |
| 439 | 2026-03-03T02:47:32.234Z | Downloaded serde_spanned v1.0.4 |
| 440 | 2026-03-03T02:47:32.237Z | Downloaded sigpipe v0.1.3 |
| 441 | 2026-03-03T02:47:32.237Z | Downloaded parking_lot v0.12.4 |
| 442 | 2026-03-03T02:47:32.240Z | Downloaded siphasher v1.0.1 |
| 443 | 2026-03-03T02:47:32.243Z | Downloaded smawk v0.3.2 |
| 444 | 2026-03-03T02:47:32.245Z | Downloaded icu_properties v2.0.1 |
| 445 | 2026-03-03T02:47:32.248Z | Downloaded miniz_oxide v0.8.9 |
| 446 | 2026-03-03T02:47:32.251Z | Downloaded schemars_derive v0.8.22 |
| 447 | 2026-03-03T02:47:32.251Z | Downloaded log v0.4.29 |
| 448 | 2026-03-03T02:47:32.254Z | Downloaded rustls-pemfile v2.2.0 |
| 449 | 2026-03-03T02:47:32.257Z | Downloaded structmeta v0.3.0 |
| 450 | 2026-03-03T02:47:32.260Z | Downloaded stable_deref_trait v1.2.0 |
| 451 | 2026-03-03T02:47:32.260Z | Downloaded strsim v0.11.1 |
| 452 | 2026-03-03T02:47:32.263Z | Downloaded rusty-fork v0.3.0 |
| 453 | 2026-03-03T02:47:32.266Z | Downloaded rustversion v1.0.22 |
| 454 | 2026-03-03T02:47:32.268Z | Downloaded papergrid v0.11.0 |
| 455 | 2026-03-03T02:47:32.271Z | Downloaded quinn-udp v0.5.14 |
| 456 | 2026-03-03T02:47:32.274Z | Downloaded scroll v0.12.0 |
| 457 | 2026-03-03T02:47:32.277Z | Downloaded subtle v2.6.1 |
| 458 | 2026-03-03T02:47:32.280Z | Downloaded icu_locale_core v2.0.0 |
| 459 | 2026-03-03T02:47:32.284Z | Downloaded tabled_derive v0.7.0 |
| 460 | 2026-03-03T02:47:32.287Z | Downloaded supports-color v3.0.2 |
| 461 | 2026-03-03T02:47:32.290Z | Downloaded strum v0.27.2 |
| 462 | 2026-03-03T02:47:32.290Z | Downloaded sync_wrapper v1.0.2 |
| 463 | 2026-03-03T02:47:32.292Z | Downloaded swrite v0.1.0 |
| 464 | 2026-03-03T02:47:32.292Z | Downloaded strum v0.26.3 |
| 465 | 2026-03-03T02:47:32.295Z | Downloaded structmeta-derive v0.3.0 |
| 466 | 2026-03-03T02:47:32.295Z | Downloaded take_mut v0.2.2 |
| 467 | 2026-03-03T02:47:32.298Z | Downloaded serde_tokenstream v0.2.3 |
| 468 | 2026-03-03T02:47:32.301Z | Downloaded serde_path_to_error v0.1.20 |
| 469 | 2026-03-03T02:47:32.301Z | Downloaded serde_derive_internals v0.29.1 |
| 470 | 2026-03-03T02:47:32.304Z | Downloaded tabled_derive v0.11.0 |
| 471 | 2026-03-03T02:47:32.307Z | Downloaded slog-async v2.8.0 |
| 472 | 2026-03-03T02:47:32.307Z | Downloaded slab v0.4.11 |
| 473 | 2026-03-03T02:47:32.310Z | Downloaded shlex v1.3.0 |
| 474 | 2026-03-03T02:47:32.310Z | Downloaded sha2 v0.10.9 |
| 475 | 2026-03-03T02:47:32.312Z | Downloaded slog-bunyan v2.5.0 |
| 476 | 2026-03-03T02:47:32.315Z | Downloaded terminal_size v0.4.3 |
| 477 | 2026-03-03T02:47:32.318Z | Downloaded signal-hook-registry v1.4.6 |
| 478 | 2026-03-03T02:47:32.318Z | Downloaded papergrid v0.17.0 |
| 479 | 2026-03-03T02:47:32.322Z | Downloaded testing_table v0.3.0 |
| 480 | 2026-03-03T02:47:32.325Z | Downloaded slog-term v2.9.2 |
| 481 | 2026-03-03T02:47:32.328Z | Downloaded proc-macro2 v1.0.106 |
| 482 | 2026-03-03T02:47:32.331Z | Downloaded slog-dtrace v0.3.0 |
| 483 | 2026-03-03T02:47:32.334Z | Downloaded time-core v0.1.6 |
| 484 | 2026-03-03T02:47:32.334Z | Downloaded progenitor-impl v0.10.0 |
| 485 | 2026-03-03T02:47:32.336Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 486 | 2026-03-03T02:47:32.339Z | Downloaded sha1 v0.10.6 |
| 487 | 2026-03-03T02:47:32.339Z | Downloaded thread-id v4.2.2 |
| 488 | 2026-03-03T02:47:32.342Z | Downloaded omicron-zone-package v0.12.2 |
| 489 | 2026-03-03T02:47:32.345Z | Downloaded thread-id v5.0.0 |
| 490 | 2026-03-03T02:47:32.348Z | Downloaded tinyvec_macros v0.1.1 |
| 491 | 2026-03-03T02:47:32.348Z | Downloaded minimal-lexical v0.2.1 |
| 492 | 2026-03-03T02:47:32.352Z | Downloaded termtree v0.5.1 |
| 493 | 2026-03-03T02:47:32.354Z | Downloaded static_assertions v1.1.0 |
| 494 | 2026-03-03T02:47:32.357Z | Downloaded strum_macros v0.26.4 |
| 495 | 2026-03-03T02:47:32.360Z | Downloaded icu_normalizer_data v2.0.0 |
| 496 | 2026-03-03T02:47:32.363Z | Downloaded indexmap v2.13.0 |
| 497 | 2026-03-03T02:47:32.366Z | Downloaded smf v0.2.3 |
| 498 | 2026-03-03T02:47:32.369Z | Downloaded strum_macros v0.27.2 |
| 499 | 2026-03-03T02:47:32.369Z | Downloaded tabwriter v1.4.1 |
| 500 | 2026-03-03T02:47:32.372Z | Downloaded slog-json v2.6.1 |
| 501 | 2026-03-03T02:47:32.374Z | Downloaded topological-sort v0.2.2 |
| 502 | 2026-03-03T02:47:32.374Z | Downloaded toml_write v0.1.2 |
| 503 | 2026-03-03T02:47:32.377Z | Downloaded progenitor-impl v0.11.1 |
| 504 | 2026-03-03T02:47:32.380Z | Downloaded hashbrown v0.12.3 |
| 505 | 2026-03-03T02:47:32.383Z | Downloaded scroll v0.13.0 |
| 506 | 2026-03-03T02:47:32.386Z | Downloaded synstructure v0.13.2 |
| 507 | 2026-03-03T02:47:32.386Z | Downloaded prettyplease v0.2.37 |
| 508 | 2026-03-03T02:47:32.389Z | Downloaded serde_with_macros v3.14.1 |
| 509 | 2026-03-03T02:47:32.392Z | Downloaded openssl-sys v0.9.109 |
| 510 | 2026-03-03T02:47:32.396Z | Downloaded typify-macro v0.4.3 |
| 511 | 2026-03-03T02:47:32.400Z | Downloaded try-lock v0.2.5 |
| 512 | 2026-03-03T02:47:32.400Z | Downloaded tower-layer v0.3.3 |
| 513 | 2026-03-03T02:47:32.403Z | Downloaded thiserror-no-std v2.0.2 |
| 514 | 2026-03-03T02:47:32.406Z | Downloaded tower-service v0.3.3 |
| 515 | 2026-03-03T02:47:32.407Z | Downloaded snafu-derive v0.8.9 |
| 516 | 2026-03-03T02:47:32.410Z | Downloaded smallvec v1.15.1 |
| 517 | 2026-03-03T02:47:32.410Z | Downloaded tokio-dtrace v0.1.1 |
| 518 | 2026-03-03T02:47:32.413Z | Downloaded typify-macro v0.6.1 |
| 519 | 2026-03-03T02:47:32.413Z | Downloaded expectorate v1.2.0 |
| 520 | 2026-03-03T02:47:32.416Z | Downloaded unicode-xid v0.2.6 |
| 521 | 2026-03-03T02:47:32.416Z | Downloaded tokio-macros v2.6.0 |
| 522 | 2026-03-03T02:47:32.419Z | Downloaded progenitor-impl v0.13.0 |
| 523 | 2026-03-03T02:47:32.422Z | Downloaded thiserror-impl v1.0.69 |
| 524 | 2026-03-03T02:47:32.422Z | Downloaded memchr v2.7.5 |
| 525 | 2026-03-03T02:47:32.425Z | Downloaded thiserror v2.0.18 |
| 526 | 2026-03-03T02:47:32.430Z | Downloaded utf8_iter v1.0.4 |
| 527 | 2026-03-03T02:47:32.433Z | Downloaded unarray v0.1.4 |
| 528 | 2026-03-03T02:47:32.433Z | Downloaded usdt-macro v0.6.0 |
| 529 | 2026-03-03T02:47:32.436Z | Downloaded untrusted v0.9.0 |
| 530 | 2026-03-03T02:47:32.436Z | Downloaded untrusted v0.7.1 |
| 531 | 2026-03-03T02:47:32.439Z | Downloaded universal-hash v0.5.1 |
| 532 | 2026-03-03T02:47:32.439Z | Downloaded usdt-macro v0.5.0 |
| 533 | 2026-03-03T02:47:32.441Z | Downloaded usdt v0.6.0 |
| 534 | 2026-03-03T02:47:32.441Z | Downloaded usdt v0.5.0 |
| 535 | 2026-03-03T02:47:32.444Z | Downloaded tinystr v0.8.1 |
| 536 | 2026-03-03T02:47:32.444Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 537 | 2026-03-03T02:47:32.447Z | Downloaded icu_collections v2.0.0 |
| 538 | 2026-03-03T02:47:32.451Z | Downloaded utf8parse v0.2.2 |
| 539 | 2026-03-03T02:47:32.453Z | Downloaded http v1.4.0 |
| 540 | 2026-03-03T02:47:32.456Z | Downloaded spin v0.9.8 |
| 541 | 2026-03-03T02:47:32.459Z | Downloaded usdt-attr-macro v0.5.0 |
| 542 | 2026-03-03T02:47:32.459Z | Downloaded tokio-rustls v0.25.0 |
| 543 | 2026-03-03T02:47:32.462Z | Downloaded tokio-native-tls v0.3.1 |
| 544 | 2026-03-03T02:47:32.465Z | Downloaded usdt-attr-macro v0.6.0 |
| 545 | 2026-03-03T02:47:32.465Z | Downloaded tempfile v3.23.0 |
| 546 | 2026-03-03T02:47:32.468Z | Downloaded wait-timeout v0.2.1 |
| 547 | 2026-03-03T02:47:32.468Z | Downloaded hickory-resolver v0.24.4 |
| 548 | 2026-03-03T02:47:32.471Z | Downloaded xattr v1.6.1 |
| 549 | 2026-03-03T02:47:32.474Z | Downloaded serde_core v1.0.228 |
| 550 | 2026-03-03T02:47:32.477Z | Downloaded socket2 v0.6.0 |
| 551 | 2026-03-03T02:47:32.480Z | Downloaded want v0.3.1 |
| 552 | 2026-03-03T02:47:32.480Z | Downloaded time-macros v0.2.24 |
| 553 | 2026-03-03T02:47:32.483Z | Downloaded version_check v0.9.5 |
| 554 | 2026-03-03T02:47:32.483Z | Downloaded slog v2.8.2 |
| 555 | 2026-03-03T02:47:32.487Z | Downloaded waitgroup v0.1.2 |
| 556 | 2026-03-03T02:47:32.489Z | Downloaded serde_derive v1.0.228 |
| 557 | 2026-03-03T02:47:32.489Z | Downloaded qorb v0.4.1 |
| 558 | 2026-03-03T02:47:32.493Z | Downloaded rand v0.8.5 |
| 559 | 2026-03-03T02:47:32.496Z | Downloaded mio v1.0.4 |
| 560 | 2026-03-03T02:47:32.501Z | Downloaded serde_yaml v0.9.34+deprecated |
| 561 | 2026-03-03T02:47:32.504Z | Downloaded similar v2.7.0 |
| 562 | 2026-03-03T02:47:32.508Z | Downloaded zerofrom-derive v0.1.6 |
| 563 | 2026-03-03T02:47:32.512Z | Downloaded zerofrom v0.1.6 |
| 564 | 2026-03-03T02:47:32.512Z | Downloaded yoke-derive v0.8.0 |
| 565 | 2026-03-03T02:47:32.512Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 566 | 2026-03-03T02:47:32.515Z | Downloaded zone v0.3.1 |
| 567 | 2026-03-03T02:47:32.515Z | Downloaded zeroize_derive v1.4.3 |
| 568 | 2026-03-03T02:47:32.517Z | Downloaded term v1.2.0 |
| 569 | 2026-03-03T02:47:32.521Z | Downloaded zone_cfg_derive v0.3.1 |
| 570 | 2026-03-03T02:47:32.521Z | Downloaded tar v0.4.44 |
| 571 | 2026-03-03T02:47:32.523Z | Downloaded signal-hook v0.3.18 |
| 572 | 2026-03-03T02:47:32.526Z | Downloaded rustls-webpki v0.103.6 |
| 573 | 2026-03-03T02:47:32.529Z | Downloaded thread_local v1.1.9 |
| 574 | 2026-03-03T02:47:32.529Z | Downloaded thiserror-impl v2.0.18 |
| 575 | 2026-03-03T02:47:32.532Z | Downloaded unicode-linebreak v0.1.5 |
| 576 | 2026-03-03T02:47:32.532Z | Downloaded test-strategy v0.4.3 |
| 577 | 2026-03-03T02:47:32.535Z | Downloaded whoami v1.6.1 |
| 578 | 2026-03-03T02:47:32.538Z | Downloaded walkdir v2.5.0 |
| 579 | 2026-03-03T02:47:32.538Z | Downloaded vsss-rs v3.3.4 |
| 580 | 2026-03-03T02:47:32.541Z | Downloaded textwrap v0.16.2 |
| 581 | 2026-03-03T02:47:32.544Z | Downloaded snafu v0.8.9 |
| 582 | 2026-03-03T02:47:32.548Z | Downloaded yoke v0.8.0 |
| 583 | 2026-03-03T02:47:32.551Z | Downloaded serde v1.0.228 |
| 584 | 2026-03-03T02:47:32.554Z | Downloaded usdt-impl v0.6.0 |
| 585 | 2026-03-03T02:47:32.557Z | Downloaded rand v0.9.2 |
| 586 | 2026-03-03T02:47:32.560Z | Downloaded quinn v0.11.9 |
| 587 | 2026-03-03T02:47:32.563Z | Downloaded usdt-impl v0.5.0 |
| 588 | 2026-03-03T02:47:32.563Z | Downloaded toml v0.8.23 |
| 589 | 2026-03-03T02:47:32.566Z | Downloaded iri-string v0.7.8 |
| 590 | 2026-03-03T02:47:32.573Z | Downloaded writeable v0.6.1 |
| 591 | 2026-03-03T02:47:32.576Z | Downloaded iddqd v0.3.17 |
| 592 | 2026-03-03T02:47:32.582Z | Downloaded zerovec-derive v0.11.1 |
| 593 | 2026-03-03T02:47:32.585Z | Downloaded vergen v8.3.2 |
| 594 | 2026-03-03T02:47:32.585Z | Downloaded tracing-core v0.1.34 |
| 595 | 2026-03-03T02:47:32.585Z | Downloaded tokio-stream v0.1.17 |
| 596 | 2026-03-03T02:47:32.588Z | Downloaded tokio-rustls v0.26.3 |
| 597 | 2026-03-03T02:47:32.591Z | Downloaded zerocopy-derive v0.7.35 |
| 598 | 2026-03-03T02:47:32.594Z | Downloaded thiserror v1.0.69 |
| 599 | 2026-03-03T02:47:32.598Z | Downloaded tagptr v0.2.0 |
| 600 | 2026-03-03T02:47:32.602Z | Downloaded ryu v1.0.20 |
| 601 | 2026-03-03T02:47:32.606Z | Downloaded idna v1.1.0 |
| 602 | 2026-03-03T02:47:32.606Z | Downloaded ucd-trie v0.1.7 |
| 603 | 2026-03-03T02:47:32.609Z | Downloaded rustls-pki-types v1.12.0 |
| 604 | 2026-03-03T02:47:32.615Z | Downloaded zmij v1.0.17 |
| 605 | 2026-03-03T02:47:32.618Z | Downloaded rayon-core v1.13.0 |
| 606 | 2026-03-03T02:47:32.618Z | Downloaded zeroize v1.8.1 |
| 607 | 2026-03-03T02:47:32.618Z | Downloaded hyper-util v0.1.19 |
| 608 | 2026-03-03T02:47:32.622Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 609 | 2026-03-03T02:47:32.625Z | Downloaded toml v0.7.8 |
| 610 | 2026-03-03T02:47:32.628Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 611 | 2026-03-03T02:47:32.631Z | Downloaded typify v0.4.3 |
| 612 | 2026-03-03T02:47:32.634Z | Downloaded typenum v1.18.0 |
| 613 | 2026-03-03T02:47:32.638Z | Downloaded clap_builder v4.5.50 |
| 614 | 2026-03-03T02:47:32.643Z | Downloaded pest v2.8.2 |
| 615 | 2026-03-03T02:47:32.647Z | Downloaded icu_properties_data v2.0.1 |
| 616 | 2026-03-03T02:47:32.655Z | Downloaded uuid v1.20.0 |
| 617 | 2026-03-03T02:47:32.658Z | Downloaded schemars v0.9.0 |
| 618 | 2026-03-03T02:47:32.669Z | Downloaded unsafe-libyaml v0.2.11 |
| 619 | 2026-03-03T02:47:32.672Z | Downloaded steno v0.4.1 |
| 620 | 2026-03-03T02:47:32.675Z | Downloaded itertools v0.12.1 |
| 621 | 2026-03-03T02:47:32.681Z | Downloaded tinyvec v1.10.0 |
| 622 | 2026-03-03T02:47:32.684Z | Downloaded hashbrown v0.16.1 |
| 623 | 2026-03-03T02:47:32.688Z | Downloaded unicode-ident v1.0.24 |
| 624 | 2026-03-03T02:47:32.691Z | Downloaded typify v0.6.1 |
| 625 | 2026-03-03T02:47:32.693Z | Downloaded schemars v1.2.0 |
| 626 | 2026-03-03T02:47:32.706Z | Downloaded toml_edit v0.22.27 |
| 627 | 2026-03-03T02:47:32.745Z | Downloaded tracing-attributes v0.1.30 |
| 628 | 2026-03-03T02:47:32.745Z | Downloaded aho-corasick v1.1.3 |
| 629 | 2026-03-03T02:47:32.745Z | Downloaded nom v7.1.3 |
| 630 | 2026-03-03T02:47:32.745Z | Downloaded schemars v0.8.22 |
| 631 | 2026-03-03T02:47:32.745Z | Downloaded reqwest v0.12.23 |
| 632 | 2026-03-03T02:47:32.745Z | Downloaded blake3 v1.8.2 |
| 633 | 2026-03-03T02:47:32.745Z | Downloaded hyper v1.8.1 |
| 634 | 2026-03-03T02:47:32.748Z | Downloaded unicode-segmentation v1.12.0 |
| 635 | 2026-03-03T02:47:32.751Z | Downloaded tracing v0.1.41 |
| 636 | 2026-03-03T02:47:32.754Z | Downloaded hashbrown v0.15.5 |
| 637 | 2026-03-03T02:47:32.759Z | Downloaded portable-atomic v1.11.1 |
| 638 | 2026-03-03T02:47:32.765Z | Downloaded reqwest v0.13.2 |
| 639 | 2026-03-03T02:47:32.769Z | Downloaded libm v0.2.15 |
| 640 | 2026-03-03T02:47:32.778Z | Downloaded url v2.5.7 |
| 641 | 2026-03-03T02:47:32.781Z | Downloaded futures-util v0.3.31 |
| 642 | 2026-03-03T02:47:32.790Z | Downloaded tower-http v0.6.8 |
| 643 | 2026-03-03T02:47:32.797Z | Downloaded zerocopy-derive v0.8.27 |
| 644 | 2026-03-03T02:47:32.803Z | Downloaded tokio-util v0.7.16 |
| 645 | 2026-03-03T02:47:32.809Z | Downloaded zerotrie v0.2.2 |
| 646 | 2026-03-03T02:47:32.812Z | Downloaded bindgen v0.72.1 |
| 647 | 2026-03-03T02:47:32.818Z | Downloaded tower v0.5.2 |
| 648 | 2026-03-03T02:47:32.826Z | Downloaded regex v1.12.3 |
| 649 | 2026-03-03T02:47:32.830Z | Downloaded hkdf v0.12.4 |
| 650 | 2026-03-03T02:47:32.833Z | Downloaded typed-path v0.9.3 |
| 651 | 2026-03-03T02:47:32.838Z | Downloaded goblin v0.10.1 |
| 652 | 2026-03-03T02:47:32.843Z | Downloaded zerovec v0.11.4 |
| 653 | 2026-03-03T02:47:32.848Z | Downloaded tough v0.20.0 |
| 654 | 2026-03-03T02:47:32.855Z | Downloaded serde_json v1.0.149 |
| 655 | 2026-03-03T02:47:32.861Z | Downloaded rayon v1.11.0 |
| 656 | 2026-03-03T02:47:32.868Z | Downloaded zerocopy v0.7.35 |
| 657 | 2026-03-03T02:47:32.882Z | Downloaded unicode-normalization v0.1.24 |
| 658 | 2026-03-03T02:47:32.885Z | Downloaded proptest v1.8.0 |
| 659 | 2026-03-03T02:47:32.894Z | Downloaded moka v0.12.11 |
| 660 | 2026-03-03T02:47:32.900Z | Downloaded goblin v0.8.2 |
| 661 | 2026-03-03T02:47:32.905Z | Downloaded toml_edit v0.19.15 |
| 662 | 2026-03-03T02:47:32.920Z | Downloaded rustls-webpki v0.102.8 |
| 663 | 2026-03-03T02:47:32.936Z | Downloaded serde_with v3.14.1 |
| 664 | 2026-03-03T02:47:32.946Z | Downloaded winnow v0.5.40 |
| 665 | 2026-03-03T02:47:32.953Z | Downloaded openssl v0.10.73 |
| 666 | 2026-03-03T02:47:32.960Z | Downloaded vcpkg v0.2.15 |
| 667 | 2026-03-03T02:47:32.995Z | Downloaded winnow v0.7.14 |
| 668 | 2026-03-03T02:47:33.002Z | Downloaded bstr v1.12.0 |
| 669 | 2026-03-03T02:47:33.009Z | Downloaded tabled v0.15.0 |
| 670 | 2026-03-03T02:47:33.023Z | Downloaded zerocopy v0.8.27 |
| 671 | 2026-03-03T02:47:33.042Z | Downloaded unicode-width v0.2.1 |
| 672 | 2026-03-03T02:47:33.046Z | Downloaded unicode-width v0.1.14 |
| 673 | 2026-03-03T02:47:33.050Z | Downloaded openapiv3 v2.2.0 |
| 674 | 2026-03-03T02:47:33.061Z | Downloaded syn v1.0.109 |
| 675 | 2026-03-03T02:47:33.067Z | Downloaded rustls v0.23.32 |
| 676 | 2026-03-03T02:47:33.076Z | Downloaded rustls v0.22.4 |
| 677 | 2026-03-03T02:47:33.087Z | Downloaded webpki-roots v1.0.2 |
| 678 | 2026-03-03T02:47:33.090Z | Downloaded hickory-proto v0.24.4 |
| 679 | 2026-03-03T02:47:33.102Z | Downloaded smoltcp v0.11.0 |
| 680 | 2026-03-03T02:47:33.111Z | Downloaded rustix v0.38.44 |
| 681 | 2026-03-03T02:47:33.130Z | Downloaded regress v0.10.5 |
| 682 | 2026-03-03T02:47:33.136Z | Downloaded regex-syntax v0.8.6 |
| 683 | 2026-03-03T02:47:33.142Z | Downloaded hickory-proto v0.25.2 |
| 684 | 2026-03-03T02:47:33.154Z | Downloaded rustix v1.1.2 |
| 685 | 2026-03-03T02:47:33.174Z | Downloaded nix v0.30.1 |
| 686 | 2026-03-03T02:47:33.183Z | Downloaded tabled v0.20.0 |
| 687 | 2026-03-03T02:47:33.197Z | Downloaded syn v2.0.117 |
| 688 | 2026-03-03T02:47:33.207Z | Downloaded quinn-proto v0.11.13 |
| 689 | 2026-03-03T02:47:33.213Z | Downloaded typify-impl v0.6.1 |
| 690 | 2026-03-03T02:47:33.223Z | Downloaded dropshot v0.16.7 |
| 691 | 2026-03-03T02:47:33.242Z | Downloaded typify-impl v0.4.3 |
| 692 | 2026-03-03T02:47:33.252Z | Downloaded git2 v0.19.0 |
| 693 | 2026-03-03T02:47:33.258Z | Downloaded curve25519-dalek v4.1.3 |
| 694 | 2026-03-03T02:47:33.265Z | Downloaded time v0.3.44 |
| 695 | 2026-03-03T02:47:33.272Z | Downloaded h2 v0.4.12 |
| 696 | 2026-03-03T02:47:33.277Z | Downloaded itertools v0.14.0 |
| 697 | 2026-03-03T02:47:33.282Z | Downloaded chrono v0.4.43 |
| 698 | 2026-03-03T02:47:33.288Z | Downloaded toml_datetime v0.6.11 |
| 699 | 2026-03-03T02:47:33.291Z | Downloaded crypto-bigint v0.5.5 |
| 700 | 2026-03-03T02:47:33.294Z | Downloaded cc v1.2.38 |
| 701 | 2026-03-03T02:47:33.297Z | Downloaded semver v1.0.27 |
| 702 | 2026-03-03T02:47:33.300Z | Downloaded pin-project v1.1.10 |
| 703 | 2026-03-03T02:47:33.308Z | Downloaded regex-automata v0.4.13 |
| 704 | 2026-03-03T02:47:33.321Z | Downloaded heapless v0.8.0 |
| 705 | 2026-03-03T02:47:33.324Z | Downloaded petgraph v0.6.5 |
| 706 | 2026-03-03T02:47:33.338Z | Downloaded pest_generator v2.8.2 |
| 707 | 2026-03-03T02:47:33.341Z | Downloaded parking_lot_core v0.9.11 |
| 708 | 2026-03-03T02:47:33.341Z | Downloaded libc v0.2.176 |
| 709 | 2026-03-03T02:47:33.360Z | Downloaded jiff v0.2.15 |
| 710 | 2026-03-03T02:47:33.374Z | Downloaded num-traits v0.2.19 |
| 711 | 2026-03-03T02:47:33.377Z | Downloaded ppv-lite86 v0.2.21 |
| 712 | 2026-03-03T02:47:33.377Z | Downloaded postcard v1.1.3 |
| 713 | 2026-03-03T02:47:33.380Z | Downloaded jiff-static v0.2.15 |
| 714 | 2026-03-03T02:47:33.382Z | Downloaded serde_plain v1.0.2 |
| 715 | 2026-03-03T02:47:33.383Z | Downloaded secrecy v0.10.3 |
| 716 | 2026-03-03T02:47:33.383Z | Downloaded search_path v0.1.4 |
| 717 | 2026-03-03T02:47:33.386Z | Downloaded quick-error v1.2.3 |
| 718 | 2026-03-03T02:47:33.386Z | Downloaded chrono-tz v0.10.4 |
| 719 | 2026-03-03T02:47:33.397Z | Downloaded num_enum v0.7.5 |
| 720 | 2026-03-03T02:47:33.400Z | Downloaded sha3 v0.10.8 |
| 721 | 2026-03-03T02:47:33.404Z | Downloaded petgraph v0.8.2 |
| 722 | 2026-03-03T02:47:33.420Z | Downloaded libz-sys v1.1.22 |
| 723 | 2026-03-03T02:47:33.437Z | Downloaded csv v1.3.1 |
| 724 | 2026-03-03T02:47:33.452Z | Downloaded scroll_derive v0.12.1 |
| 725 | 2026-03-03T02:47:33.454Z | Downloaded scopeguard v1.2.0 |
| 726 | 2026-03-03T02:47:33.454Z | Downloaded progenitor v0.10.0 |
| 727 | 2026-03-03T02:47:33.454Z | Downloaded pkg-config v0.3.32 |
| 728 | 2026-03-03T02:47:33.457Z | Downloaded phf_shared v0.12.1 |
| 729 | 2026-03-03T02:47:33.457Z | Downloaded hickory-resolver v0.25.2 |
| 730 | 2026-03-03T02:47:33.460Z | Downloaded derive_more v0.99.20 |
| 731 | 2026-03-03T02:47:33.463Z | Downloaded tokio v1.49.0 |
| 732 | 2026-03-03T02:47:33.495Z | Downloaded openssl-macros v0.1.1 |
| 733 | 2026-03-03T02:47:33.498Z | Downloaded ipnetwork v0.21.1 |
| 734 | 2026-03-03T02:47:33.498Z | Downloaded flate2 v1.1.2 |
| 735 | 2026-03-03T02:47:33.502Z | Downloaded derive-where v1.6.0 |
| 736 | 2026-03-03T02:47:33.505Z | Downloaded num-rational v0.4.2 |
| 737 | 2026-03-03T02:47:33.508Z | Downloaded parse-display-derive v0.10.0 |
| 738 | 2026-03-03T02:47:33.508Z | Downloaded oxide-tokio-rt v0.1.2 |
| 739 | 2026-03-03T02:47:33.510Z | Downloaded memmap2 v0.9.8 |
| 740 | 2026-03-03T02:47:33.510Z | Downloaded darling_core v0.21.3 |
| 741 | 2026-03-03T02:47:33.513Z | Downloaded progenitor-macro v0.11.1 |
| 742 | 2026-03-03T02:47:33.516Z | Downloaded progenitor-client v0.11.1 |
| 743 | 2026-03-03T02:47:33.516Z | Downloaded hyper-rustls v0.27.7 |
| 744 | 2026-03-03T02:47:33.519Z | Downloaded hmac v0.12.1 |
| 745 | 2026-03-03T02:47:33.519Z | Downloaded getrandom v0.2.16 |
| 746 | 2026-03-03T02:47:33.522Z | Downloaded anyhow v1.0.100 |
| 747 | 2026-03-03T02:47:33.524Z | Downloaded num_enum_derive v0.7.5 |
| 748 | 2026-03-03T02:47:33.527Z | Downloaded plain v0.2.3 |
| 749 | 2026-03-03T02:47:33.527Z | Downloaded clang-sys v1.8.1 |
| 750 | 2026-03-03T02:47:33.530Z | Downloaded encoding_rs v0.8.35 |
| 751 | 2026-03-03T02:47:33.544Z | Downloaded cancel-safe-futures v0.1.5 |
| 752 | 2026-03-03T02:47:33.547Z | Downloaded multer v3.1.0 |
| 753 | 2026-03-03T02:47:33.550Z | Downloaded powerfmt v0.2.0 |
| 754 | 2026-03-03T02:47:33.550Z | Downloaded potential_utf v0.1.3 |
| 755 | 2026-03-03T02:47:33.553Z | Downloaded num-integer v0.1.46 |
| 756 | 2026-03-03T02:47:33.553Z | Downloaded num-conv v0.1.0 |
| 757 | 2026-03-03T02:47:33.553Z | Downloaded linear-map v1.2.0 |
| 758 | 2026-03-03T02:47:33.556Z | Downloaded macaddr v1.0.1 |
| 759 | 2026-03-03T02:47:33.556Z | Downloaded libloading v0.8.9 |
| 760 | 2026-03-03T02:47:33.558Z | Downloaded humantime v2.3.0 |
| 761 | 2026-03-03T02:47:33.559Z | Downloaded futures-executor v0.3.31 |
| 762 | 2026-03-03T02:47:33.559Z | Downloaded filetime v0.2.26 |
| 763 | 2026-03-03T02:47:33.562Z | Downloaded darling v0.21.3 |
| 764 | 2026-03-03T02:47:33.564Z | Downloaded curl v0.4.49 |
| 765 | 2026-03-03T02:47:33.567Z | Downloaded cookie v0.18.1 |
| 766 | 2026-03-03T02:47:33.570Z | Downloaded clap_derive v4.5.49 |
| 767 | 2026-03-03T02:47:33.573Z | Downloaded libsw-core v0.3.2 |
| 768 | 2026-03-03T02:47:33.573Z | Downloaded libsw v3.5.0 |
| 769 | 2026-03-03T02:47:33.576Z | Downloaded defmt-macros v1.0.1 |
| 770 | 2026-03-03T02:47:33.576Z | Downloaded group v0.13.0 |
| 771 | 2026-03-03T02:47:33.579Z | Downloaded git-stub-vcs v0.1.0 |
| 772 | 2026-03-03T02:47:33.579Z | Downloaded fs-err v3.1.2 |
| 773 | 2026-03-03T02:47:33.582Z | Downloaded find-msvc-tools v0.1.2 |
| 774 | 2026-03-03T02:47:33.582Z | Downloaded olpc-cjson v0.1.4 |
| 775 | 2026-03-03T02:47:33.582Z | Downloaded num-iter v0.1.45 |
| 776 | 2026-03-03T02:47:33.585Z | Downloaded displaydoc v0.2.5 |
| 777 | 2026-03-03T02:47:33.585Z | Downloaded ingot-types v0.1.2 |
| 778 | 2026-03-03T02:47:33.588Z | Downloaded ingot v0.1.1 |
| 779 | 2026-03-03T02:47:33.588Z | Downloaded lru-cache v0.1.2 |
| 780 | 2026-03-03T02:47:33.591Z | Downloaded newtype-uuid-macros v0.1.0 |
| 781 | 2026-03-03T02:47:33.591Z | Downloaded linked-hash-map v0.5.6 |
| 782 | 2026-03-03T02:47:33.591Z | Downloaded newline-converter v0.3.0 |
| 783 | 2026-03-03T02:47:33.591Z | Downloaded memoffset v0.9.1 |
| 784 | 2026-03-03T02:47:33.594Z | Downloaded libscf-sys v1.1.0 |
| 785 | 2026-03-03T02:47:33.594Z | Downloaded colored v3.0.0 |
| 786 | 2026-03-03T02:47:33.598Z | Downloaded ciborium v0.2.2 |
| 787 | 2026-03-03T02:47:33.598Z | Downloaded bitflags v2.9.4 |
| 788 | 2026-03-03T02:47:33.602Z | Downloaded httparse v1.10.1 |
| 789 | 2026-03-03T02:47:33.602Z | Downloaded foreign-types v0.5.0 |
| 790 | 2026-03-03T02:47:33.605Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 791 | 2026-03-03T02:47:33.648Z | Downloaded foldhash v0.1.5 |
| 792 | 2026-03-03T02:47:33.651Z | Downloaded crossbeam-utils v0.8.21 |
| 793 | 2026-03-03T02:47:33.654Z | Downloaded deranged v0.5.3 |
| 794 | 2026-03-03T02:47:33.654Z | Downloaded console v0.15.11 |
| 795 | 2026-03-03T02:47:33.657Z | Downloaded cipher v0.4.4 |
| 796 | 2026-03-03T02:47:33.657Z | Downloaded anstream v0.6.20 |
| 797 | 2026-03-03T02:47:33.660Z | Downloaded aead v0.5.2 |
| 798 | 2026-03-03T02:47:33.660Z | Downloaded hubpack_derive v0.1.1 |
| 799 | 2026-03-03T02:47:33.660Z | Downloaded futures-core v0.3.32 |
| 800 | 2026-03-03T02:47:33.660Z | Downloaded foreign-types-macros v0.2.3 |
| 801 | 2026-03-03T02:47:33.661Z | Downloaded critical-section v1.2.0 |
| 802 | 2026-03-03T02:47:33.664Z | Downloaded const_format_proc_macros v0.2.34 |
| 803 | 2026-03-03T02:47:33.664Z | Downloaded bytecount v0.6.9 |
| 804 | 2026-03-03T02:47:33.667Z | Downloaded ring v0.17.14 |
| 805 | 2026-03-03T02:47:33.697Z | Downloaded bit-vec v0.8.0 |
| 806 | 2026-03-03T02:47:33.700Z | Downloaded cexpr v0.6.0 |
| 807 | 2026-03-03T02:47:33.700Z | Downloaded is_ci v1.2.0 |
| 808 | 2026-03-03T02:47:33.703Z | Downloaded futures-macro v0.3.31 |
| 809 | 2026-03-03T02:47:33.703Z | Downloaded hash32 v0.3.1 |
| 810 | 2026-03-03T02:47:33.703Z | Downloaded hostname v0.3.1 |
| 811 | 2026-03-03T02:47:33.706Z | Downloaded idna_adapter v1.2.1 |
| 812 | 2026-03-03T02:47:33.707Z | Downloaded ident_case v1.0.1 |
| 813 | 2026-03-03T02:47:33.707Z | Downloaded errno v0.3.14 |
| 814 | 2026-03-03T02:47:33.707Z | Downloaded foreign-types-shared v0.3.1 |
| 815 | 2026-03-03T02:47:33.709Z | Downloaded crossbeam-deque v0.8.6 |
| 816 | 2026-03-03T02:47:33.709Z | Downloaded form_urlencoded v1.2.2 |
| 817 | 2026-03-03T02:47:33.710Z | Downloaded dropshot-api-manager v0.5.2 |
| 818 | 2026-03-03T02:47:33.712Z | Downloaded daft-derive v0.1.4 |
| 819 | 2026-03-03T02:47:33.715Z | Downloaded chacha20poly1305 v0.10.1 |
| 820 | 2026-03-03T02:47:33.718Z | Downloaded byteorder v1.5.0 |
| 821 | 2026-03-03T02:47:33.718Z | Downloaded clap_lex v0.7.5 |
| 822 | 2026-03-03T02:47:33.718Z | Downloaded heck v0.4.1 |
| 823 | 2026-03-03T02:47:33.720Z | Downloaded cstr-argument v0.1.2 |
| 824 | 2026-03-03T02:47:33.720Z | Downloaded float-ord v0.3.2 |
| 825 | 2026-03-03T02:47:33.720Z | Downloaded colorchoice v1.0.4 |
| 826 | 2026-03-03T02:47:33.723Z | Downloaded dropshot_endpoint v0.16.7 |
| 827 | 2026-03-03T02:47:33.726Z | Downloaded cpufeatures v0.2.17 |
| 828 | 2026-03-03T02:47:33.726Z | Downloaded constant_time_eq v0.3.1 |
| 829 | 2026-03-03T02:47:33.726Z | Downloaded anstyle v1.0.11 |
| 830 | 2026-03-03T02:47:33.729Z | Downloaded anstyle-parse v0.2.7 |
| 831 | 2026-03-03T02:47:33.729Z | Downloaded convert_case v0.4.0 |
| 832 | 2026-03-03T02:47:33.729Z | Downloaded ciborium-io v0.2.2 |
| 833 | 2026-03-03T02:47:33.731Z | Downloaded block-buffer v0.10.4 |
| 834 | 2026-03-03T02:47:33.731Z | Downloaded crc8 v0.1.1 |
| 835 | 2026-03-03T02:47:33.731Z | Downloaded cmake v0.1.54 |
| 836 | 2026-03-03T02:47:33.731Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 837 | 2026-03-03T02:47:33.734Z | Downloaded fixedbitset v0.4.2 |
| 838 | 2026-03-03T02:47:33.735Z | Downloaded defmt v1.0.1 |
| 839 | 2026-03-03T02:47:33.737Z | Downloaded derive-ex v0.1.8 |
| 840 | 2026-03-03T02:47:33.737Z | Downloaded csv-core v0.1.12 |
| 841 | 2026-03-03T02:47:33.740Z | Downloaded cargo-platform v0.1.9 |
| 842 | 2026-03-03T02:47:33.740Z | Downloaded aws-lc-rs v1.14.0 |
| 843 | 2026-03-03T02:47:33.746Z | Downloaded either v1.15.0 |
| 844 | 2026-03-03T02:47:33.749Z | Downloaded display-error-chain v0.2.2 |
| 845 | 2026-03-03T02:47:33.749Z | Downloaded camino v1.2.2 |
| 846 | 2026-03-03T02:47:33.751Z | Downloaded backoff v0.4.0 |
| 847 | 2026-03-03T02:47:33.752Z | Downloaded dtrace-parser v0.2.0 |
| 848 | 2026-03-03T02:47:33.755Z | Downloaded defmt-parser v1.0.0 |
| 849 | 2026-03-03T02:47:33.755Z | Downloaded darling_macro v0.21.3 |
| 850 | 2026-03-03T02:47:33.755Z | Downloaded arrayref v0.3.9 |
| 851 | 2026-03-03T02:47:33.755Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 852 | 2026-03-03T02:47:33.755Z | Downloaded dyn-clone v1.0.20 |
| 853 | 2026-03-03T02:47:33.758Z | Downloaded dunce v1.0.5 |
| 854 | 2026-03-03T02:47:33.758Z | Downloaded base64ct v1.8.0 |
| 855 | 2026-03-03T02:47:33.761Z | Downloaded base64 v0.22.1 |
| 856 | 2026-03-03T02:47:33.763Z | Downloaded argon2 v0.5.3 |
| 857 | 2026-03-03T02:47:33.763Z | Downloaded autocfg v1.5.0 |
| 858 | 2026-03-03T02:47:33.766Z | Downloaded camino-tempfile v1.4.1 |
| 859 | 2026-03-03T02:47:33.766Z | Downloaded bcs v0.1.6 |
| 860 | 2026-03-03T02:47:33.769Z | Downloaded base16ct v0.2.0 |
| 861 | 2026-03-03T02:47:33.769Z | Downloaded chacha20 v0.9.1 |
| 862 | 2026-03-03T02:47:33.769Z | Downloaded adler2 v2.0.1 |
| 863 | 2026-03-03T02:47:33.772Z | Downloaded async-stream v0.3.6 |
| 864 | 2026-03-03T02:47:33.875Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 865 | 2026-03-03T02:47:34.408Z | Downloaded aws-lc-sys v0.31.0 |
| 866 | 2026-03-03T02:47:34.923Z | Compiling proc-macro2 v1.0.106 |
| 867 | 2026-03-03T02:47:34.923Z | Compiling quote v1.0.44 |
| 868 | 2026-03-03T02:47:34.926Z | Compiling unicode-ident v1.0.24 |
| 869 | 2026-03-03T02:47:34.926Z | Compiling serde_core v1.0.228 |
| 870 | 2026-03-03T02:47:34.926Z | Compiling serde v1.0.228 |
| 871 | 2026-03-03T02:47:34.928Z | Compiling libc v0.2.176 |
| 872 | 2026-03-03T02:47:34.928Z | Compiling autocfg v1.5.0 |
| 873 | 2026-03-03T02:47:35.387Z | Checking cfg-if v1.0.3 |
| 874 | 2026-03-03T02:47:35.503Z | Compiling memchr v2.7.5 |
| 875 | 2026-03-03T02:47:35.881Z | Compiling zmij v1.0.17 |
| 876 | 2026-03-03T02:47:35.945Z | Compiling getrandom v0.3.3 |
| 877 | 2026-03-03T02:47:36.547Z | Compiling libm v0.2.15 |
| 878 | 2026-03-03T02:47:36.864Z | Checking itoa v1.0.15 |
| 879 | 2026-03-03T02:47:36.991Z | Compiling shlex v1.3.0 |
| 880 | 2026-03-03T02:47:37.095Z | Checking smallvec v1.15.1 |
| 881 | 2026-03-03T02:47:37.174Z | Compiling jobserver v0.1.34 |
| 882 | 2026-03-03T02:47:37.354Z | Compiling version_check v0.9.5 |
| 883 | 2026-03-03T02:47:37.462Z | Compiling find-msvc-tools v0.1.2 |
| 884 | 2026-03-03T02:47:37.603Z | Compiling thiserror v2.0.18 |
| 885 | 2026-03-03T02:47:37.775Z | Compiling syn v2.0.117 |
| 886 | 2026-03-03T02:47:37.906Z | Compiling cc v1.2.38 |
| 887 | 2026-03-03T02:47:37.933Z | Compiling icu_normalizer_data v2.0.0 |
| 888 | 2026-03-03T02:47:37.960Z | Compiling icu_properties_data v2.0.1 |
| 889 | 2026-03-03T02:47:38.236Z | Compiling lock_api v0.4.13 |
| 890 | 2026-03-03T02:47:38.351Z | Compiling parking_lot_core v0.9.11 |
| 891 | 2026-03-03T02:47:38.374Z | Checking stable_deref_trait v1.2.0 |
| 892 | 2026-03-03T02:47:38.494Z | Compiling serde_json v1.0.149 |
| 893 | 2026-03-03T02:47:38.836Z | Compiling log v0.4.29 |
| 894 | 2026-03-03T02:47:39.064Z | Compiling heck v0.5.0 |
| 895 | 2026-03-03T02:47:39.233Z | Checking litemap v0.8.0 |
| 896 | 2026-03-03T02:47:39.398Z | Checking writeable v0.6.1 |
| 897 | 2026-03-03T02:47:39.424Z | Compiling num-traits v0.2.19 |
| 898 | 2026-03-03T02:47:39.473Z | Checking percent-encoding v2.3.2 |
| 899 | 2026-03-03T02:47:39.917Z | Checking form_urlencoded v1.2.2 |
| 900 | 2026-03-03T02:47:40.031Z | Checking utf8_iter v1.0.4 |
| 901 | 2026-03-03T02:47:40.087Z | Compiling zerocopy v0.8.27 |
| 902 | 2026-03-03T02:47:40.139Z | Checking pin-project-lite v0.2.16 |
| 903 | 2026-03-03T02:47:40.271Z | Checking iana-time-zone v0.1.64 |
| 904 | 2026-03-03T02:47:40.305Z | Compiling rustversion v1.0.22 |
| 905 | 2026-03-03T02:47:40.652Z | Compiling foldhash v0.2.0 |
| 906 | 2026-03-03T02:47:40.912Z | Compiling regex-syntax v0.8.6 |
| 907 | 2026-03-03T02:47:40.937Z | Compiling equivalent v1.0.2 |
| 908 | 2026-03-03T02:47:41.006Z | Compiling allocator-api2 v0.2.21 |
| 909 | 2026-03-03T02:47:41.078Z | Compiling semver v1.0.27 |
| 910 | 2026-03-03T02:47:41.471Z | Checking socket2 v0.6.0 |
| 911 | 2026-03-03T02:47:41.683Z | Compiling hashbrown v0.16.1 |
| 912 | 2026-03-03T02:47:41.686Z | Compiling aho-corasick v1.1.3 |
| 913 | 2026-03-03T02:47:41.962Z | Checking uuid v1.20.0 |
| 914 | 2026-03-03T02:47:42.177Z | Checking scopeguard v1.2.0 |
| 915 | 2026-03-03T02:47:42.753Z | Checking signal-hook-registry v1.4.6 |
| 916 | 2026-03-03T02:47:42.864Z | Checking getrandom v0.2.16 |
| 917 | 2026-03-03T02:47:42.979Z | Checking mio v1.0.4 |
| 918 | 2026-03-03T02:47:42.982Z | Checking dyn-clone v1.0.20 |
| 919 | 2026-03-03T02:47:43.033Z | Compiling schemars v0.8.22 |
| 920 | 2026-03-03T02:47:43.058Z | Checking parking_lot v0.12.4 |
| 921 | 2026-03-03T02:47:43.138Z | Compiling portable-atomic v1.11.1 |
| 922 | 2026-03-03T02:47:43.610Z | Checking critical-section v1.2.0 |
| 923 | 2026-03-03T02:47:43.835Z | Compiling bitflags v2.9.4 |
| 924 | 2026-03-03T02:47:43.922Z | Checking futures-core v0.3.32 |
| 925 | 2026-03-03T02:47:44.141Z | Compiling ring v0.17.14 |
| 926 | 2026-03-03T02:47:44.516Z | Compiling regex-automata v0.4.13 |
| 927 | 2026-03-03T02:47:44.732Z | Compiling synstructure v0.13.2 |
| 928 | 2026-03-03T02:47:45.157Z | Compiling serde_derive_internals v0.29.1 |
| 929 | 2026-03-03T02:47:45.237Z | Checking once_cell v1.21.3 |
| 930 | 2026-03-03T02:47:45.585Z | Compiling typenum v1.18.0 |
| 931 | 2026-03-03T02:47:46.019Z | Compiling indexmap v2.13.0 |
| 932 | 2026-03-03T02:47:46.319Z | Compiling thiserror v1.0.69 |
| 933 | 2026-03-03T02:47:47.029Z | Compiling httparse v1.10.1 |
| 934 | 2026-03-03T02:47:47.373Z | Compiling rustix v1.1.2 |
| 935 | 2026-03-03T02:47:47.442Z | Checking futures-sink v0.3.31 |
| 936 | 2026-03-03T02:47:47.619Z | Checking slab v0.4.11 |
| 937 | 2026-03-03T02:47:47.750Z | Checking subtle v2.6.1 |
| 938 | 2026-03-03T02:47:47.778Z | Compiling either v1.15.0 |
| 939 | 2026-03-03T02:47:47.921Z | Compiling anyhow v1.0.100 |
| 940 | 2026-03-03T02:47:47.991Z | Compiling ucd-trie v0.1.7 |
| 941 | 2026-03-03T02:47:48.020Z | Checking futures-channel v0.3.31 |
| 942 | 2026-03-03T02:47:48.204Z | Compiling serde_derive v1.0.228 |
| 943 | 2026-03-03T02:47:48.387Z | Compiling zerofrom-derive v0.1.6 |
| 944 | 2026-03-03T02:47:48.416Z | Compiling yoke-derive v0.8.0 |
| 945 | 2026-03-03T02:47:48.444Z | Compiling zerovec-derive v0.11.1 |
| 946 | 2026-03-03T02:47:48.493Z | Compiling displaydoc v0.2.5 |
| 947 | 2026-03-03T02:47:49.446Z | Compiling thiserror-impl v2.0.18 |
| 948 | 2026-03-03T02:47:50.036Z | Compiling schemars_derive v0.8.22 |
| 949 | 2026-03-03T02:47:50.769Z | Compiling tokio-macros v2.6.0 |
| 950 | 2026-03-03T02:47:50.793Z | Compiling zerocopy-derive v0.8.27 |
| 951 | 2026-03-03T02:47:50.796Z | Compiling futures-macro v0.3.31 |
| 952 | 2026-03-03T02:47:51.209Z | Checking zerofrom v0.1.6 |
| 953 | 2026-03-03T02:47:51.404Z | Compiling regex v1.12.3 |
| 954 | 2026-03-03T02:47:51.452Z | Checking yoke v0.8.0 |
| 955 | 2026-03-03T02:47:51.813Z | Checking zerovec v0.11.4 |
| 956 | 2026-03-03T02:47:52.181Z | Checking zerotrie v0.2.2 |
| 957 | 2026-03-03T02:47:52.418Z | Compiling zeroize_derive v1.4.3 |
| 958 | 2026-03-03T02:47:52.448Z | Compiling thiserror-impl v1.0.69 |
| 959 | 2026-03-03T02:47:52.508Z | Compiling pest v2.8.2 |
| 960 | 2026-03-03T02:47:52.711Z | Checking rand_core v0.6.4 |
| 961 | 2026-03-03T02:47:53.049Z | Checking pin-utils v0.1.0 |
| 962 | 2026-03-03T02:47:53.126Z | Checking futures-io v0.3.31 |
| 963 | 2026-03-03T02:47:53.171Z | Checking futures-task v0.3.31 |
| 964 | 2026-03-03T02:47:53.332Z | Compiling pkg-config v0.3.32 |
| 965 | 2026-03-03T02:47:53.443Z | Checking futures-util v0.3.31 |
| 966 | 2026-03-03T02:47:53.476Z | Checking tinystr v0.8.1 |
| 967 | 2026-03-03T02:47:53.575Z | Checking potential_utf v0.1.3 |
| 968 | 2026-03-03T02:47:53.745Z | Checking zeroize v1.8.1 |
| 969 | 2026-03-03T02:47:53.800Z | Checking icu_collections v2.0.0 |
| 970 | 2026-03-03T02:47:53.827Z | Checking icu_locale_core v2.0.0 |
| 971 | 2026-03-03T02:47:54.329Z | Compiling tracing-attributes v0.1.30 |
| 972 | 2026-03-03T02:47:54.390Z | Checking tracing-core v0.1.34 |
| 973 | 2026-03-03T02:47:55.012Z | Checking icu_provider v2.0.0 |
| 974 | 2026-03-03T02:47:55.114Z | Compiling pest_meta v2.8.2 |
| 975 | 2026-03-03T02:47:55.416Z | Compiling generic-array v0.14.7 |
| 976 | 2026-03-03T02:47:55.519Z | Checking icu_normalizer v2.0.0 |
| 977 | 2026-03-03T02:47:55.656Z | Checking bytes v1.11.1 |
| 978 | 2026-03-03T02:47:55.811Z | Checking icu_properties v2.0.1 |
| 979 | 2026-03-03T02:47:56.167Z | Checking chrono v0.4.43 |
| 980 | 2026-03-03T02:47:56.697Z | Compiling serde_tokenstream v0.2.3 |
| 981 | 2026-03-03T02:47:57.215Z | Checking tokio v1.49.0 |
| 982 | 2026-03-03T02:47:57.519Z | Compiling pest_generator v2.8.2 |
| 983 | 2026-03-03T02:47:57.567Z | Checking tracing v0.1.41 |
| 984 | 2026-03-03T02:47:57.825Z | Checking idna_adapter v1.2.1 |
| 985 | 2026-03-03T02:47:57.902Z | Compiling vcpkg v0.2.15 |
| 986 | 2026-03-03T02:47:58.033Z | Checking idna v1.1.0 |
| 987 | 2026-03-03T02:47:58.214Z | Checking fnv v1.0.7 |
| 988 | 2026-03-03T02:47:58.441Z | Compiling http v1.4.0 |
| 989 | 2026-03-03T02:47:58.520Z | Checking url v2.5.7 |
| 990 | 2026-03-03T02:47:59.110Z | Compiling pest_derive v2.8.2 |
| 991 | 2026-03-03T02:47:59.227Z | Compiling rustc-hash v2.1.1 |
| 992 | 2026-03-03T02:47:59.447Z | Compiling prettyplease v0.2.37 |
| 993 | 2026-03-03T02:48:00.170Z | Compiling regress v0.10.5 |
| 994 | 2026-03-03T02:48:00.402Z | Compiling time-core v0.1.6 |
| 995 | 2026-03-03T02:48:00.405Z | Compiling byteorder v1.5.0 |
| 996 | 2026-03-03T02:48:00.596Z | Compiling num-conv v0.1.0 |
| 997 | 2026-03-03T02:48:00.863Z | Checking errno v0.3.14 |
| 998 | 2026-03-03T02:48:00.910Z | Compiling time-macros v0.2.24 |
| 999 | 2026-03-03T02:48:01.015Z | Compiling glob v0.3.3 |
| 1000 | 2026-03-03T02:48:01.074Z | Compiling minimal-lexical v0.2.1 |
| 1001 | 2026-03-03T02:48:01.457Z | Compiling nom v7.1.3 |
| 1002 | 2026-03-03T02:48:01.720Z | Compiling clang-sys v1.8.1 |
| 1003 | 2026-03-03T02:48:02.708Z | Checking ipnet v2.11.0 |
| 1004 | 2026-03-03T02:48:03.205Z | Checking base64 v0.22.1 |
| 1005 | 2026-03-03T02:48:03.356Z | Checking crypto-common v0.1.6 |
| 1006 | 2026-03-03T02:48:03.699Z | Compiling scroll_derive v0.13.1 |
| 1007 | 2026-03-03T02:48:04.394Z | Checking tokio-util v0.7.16 |
| 1008 | 2026-03-03T02:48:04.737Z | Compiling libloading v0.8.9 |
| 1009 | 2026-03-03T02:48:04.997Z | Compiling camino v1.2.2 |
| 1010 | 2026-03-03T02:48:05.350Z | Compiling bindgen v0.72.1 |
| 1011 | 2026-03-03T02:48:05.527Z | Compiling cexpr v0.6.0 |
| 1012 | 2026-03-03T02:48:05.530Z | Checking http-body v1.0.1 |
| 1013 | 2026-03-03T02:48:05.556Z | Checking ppv-lite86 v0.2.21 |
| 1014 | 2026-03-03T02:48:05.709Z | Compiling itertools v0.12.1 |
| 1015 | 2026-03-03T02:48:05.776Z | Checking atomic-waker v1.1.2 |
| 1016 | 2026-03-03T02:48:05.854Z | Compiling syn v1.0.109 |
| 1017 | 2026-03-03T02:48:05.888Z | Compiling crossbeam-utils v0.8.21 |
| 1018 | 2026-03-03T02:48:06.272Z | Compiling slog v2.8.2 |
| 1019 | 2026-03-03T02:48:06.360Z | Checking tower-service v0.3.3 |
| 1020 | 2026-03-03T02:48:06.488Z | Checking tower-layer v0.3.3 |
| 1021 | 2026-03-03T02:48:06.511Z | Checking try-lock v0.2.5 |
| 1022 | 2026-03-03T02:48:06.514Z | Compiling paste v1.0.15 |
| 1023 | 2026-03-03T02:48:06.668Z | Checking want v0.3.1 |
| 1024 | 2026-03-03T02:48:06.778Z | Checking h2 v0.4.12 |
| 1025 | 2026-03-03T02:48:06.865Z | Checking ipnetwork v0.21.1 |
| 1026 | 2026-03-03T02:48:06.893Z | Checking erased-serde v0.3.31 |
| 1027 | 2026-03-03T02:48:06.896Z | Checking rustls-pki-types v1.12.0 |
| 1028 | 2026-03-03T02:48:07.128Z | Checking httpdate v1.0.3 |
| 1029 | 2026-03-03T02:48:07.259Z | Checking pretty-hex v0.4.1 |
| 1030 | 2026-03-03T02:48:07.396Z | Checking ryu v1.0.20 |
| 1031 | 2026-03-03T02:48:07.671Z | Compiling async-trait v0.1.89 |
| 1032 | 2026-03-03T02:48:07.842Z | Checking untrusted v0.9.0 |
| 1033 | 2026-03-03T02:48:08.162Z | Compiling scroll v0.13.0 |
| 1034 | 2026-03-03T02:48:08.456Z | Compiling openssl-sys v0.9.109 |
| 1035 | 2026-03-03T02:48:08.484Z | Compiling usdt-impl v0.6.0 |
| 1036 | 2026-03-03T02:48:08.688Z | Compiling plain v0.2.3 |
| 1037 | 2026-03-03T02:48:08.884Z | Compiling strsim v0.11.1 |
| 1038 | 2026-03-03T02:48:09.142Z | Compiling goblin v0.10.1 |
| 1039 | 2026-03-03T02:48:09.725Z | Checking http-body-util v0.1.3 |
| 1040 | 2026-03-03T02:48:09.962Z | Checking block-buffer v0.10.4 |
| 1041 | 2026-03-03T02:48:10.198Z | Compiling openapiv3 v2.2.0 |
| 1042 | 2026-03-03T02:48:10.226Z | Checking rand_core v0.9.3 |
| 1043 | 2026-03-03T02:48:11.115Z | Compiling slog-async v2.8.0 |
| 1044 | 2026-03-03T02:48:11.152Z | Checking hyper v1.8.1 |
| 1045 | 2026-03-03T02:48:13.186Z | Checking hyper-util v0.1.19 |
| 1046 | 2026-03-03T02:48:13.428Z | Checking digest v0.10.7 |
| 1047 | 2026-03-03T02:48:13.820Z | Checking serde_urlencoded v0.7.1 |
| 1048 | 2026-03-03T02:48:13.982Z | Checking oxnet v0.1.4 |
| 1049 | 2026-03-03T02:48:14.016Z | Compiling typify-impl v0.4.3 |
| 1050 | 2026-03-03T02:48:14.264Z | Compiling dtrace-parser v0.3.0 |
| 1051 | 2026-03-03T02:48:14.289Z | Compiling cmake v0.1.54 |
| 1052 | 2026-03-03T02:48:14.450Z | Compiling thread-id v5.0.0 |
| 1053 | 2026-03-03T02:48:14.604Z | Compiling ident_case v1.0.1 |
| 1054 | 2026-03-03T02:48:14.807Z | Compiling omicron-workspace-hack v0.1.0 |
| 1055 | 2026-03-03T02:48:15.015Z | Compiling dunce v1.0.5 |
| 1056 | 2026-03-03T02:48:15.174Z | Compiling fs_extra v1.3.0 |
| 1057 | 2026-03-03T02:48:15.240Z | Compiling darling_core v0.21.3 |
| 1058 | 2026-03-03T02:48:15.593Z | Checking rand_chacha v0.9.0 |
| 1059 | 2026-03-03T02:48:15.719Z | Compiling daft-derive v0.1.4 |
| 1060 | 2026-03-03T02:48:15.845Z | Compiling dof v0.4.0 |
| 1061 | 2026-03-03T02:48:15.977Z | Checking rand v0.9.2 |
| 1062 | 2026-03-03T02:48:17.248Z | Checking powerfmt v0.2.0 |
| 1063 | 2026-03-03T02:48:17.298Z | Compiling unsafe-libyaml v0.2.11 |
| 1064 | 2026-03-03T02:48:17.538Z | Checking deranged v0.5.3 |
| 1065 | 2026-03-03T02:48:17.756Z | Checking sync_wrapper v1.0.2 |
| 1066 | 2026-03-03T02:48:18.458Z | Checking cpufeatures v0.2.17 |
| 1067 | 2026-03-03T02:48:18.575Z | Compiling serde_yaml v0.9.34+deprecated |
| 1068 | 2026-03-03T02:48:18.697Z | Compiling usdt-macro v0.6.0 |
| 1069 | 2026-03-03T02:48:18.924Z | Compiling usdt-attr-macro v0.6.0 |
| 1070 | 2026-03-03T02:48:19.883Z | Compiling rustls v0.22.4 |
| 1071 | 2026-03-03T02:48:20.010Z | Checking num_threads v0.1.7 |
| 1072 | 2026-03-03T02:48:20.163Z | Compiling aws-lc-rs v1.14.0 |
| 1073 | 2026-03-03T02:48:20.217Z | Checking time v0.3.44 |
| 1074 | 2026-03-03T02:48:20.603Z | Checking tower v0.5.2 |
| 1075 | 2026-03-03T02:48:20.881Z | Compiling darling_macro v0.21.3 |
| 1076 | 2026-03-03T02:48:21.553Z | Compiling aws-lc-sys v0.31.0 |
| 1077 | 2026-03-03T02:48:21.731Z | Compiling structmeta-derive v0.3.0 |
| 1078 | 2026-03-03T02:48:21.857Z | Checking encoding_rs v0.8.35 |
| 1079 | 2026-03-03T02:48:21.895Z | Compiling darling v0.21.3 |
| 1080 | 2026-03-03T02:48:22.035Z | Checking iri-string v0.7.8 |
| 1081 | 2026-03-03T02:48:22.796Z | Checking mime v0.3.17 |
| 1082 | 2026-03-03T02:48:23.101Z | Compiling typify-macro v0.4.3 |
| 1083 | 2026-03-03T02:48:23.144Z | Checking crossbeam-channel v0.5.15 |
| 1084 | 2026-03-03T02:48:23.421Z | Checking futures-executor v0.3.31 |
| 1085 | 2026-03-03T02:48:23.658Z | Compiling multer v3.1.0 |
| 1086 | 2026-03-03T02:48:23.833Z | Compiling openssl v0.10.73 |
| 1087 | 2026-03-03T02:48:24.023Z | Compiling structmeta v0.3.0 |
| 1088 | 2026-03-03T02:48:24.049Z | Checking foreign-types-shared v0.1.1 |
| 1089 | 2026-03-03T02:48:24.076Z | Checking hex v0.4.3 |
| 1090 | 2026-03-03T02:48:24.184Z | Checking unicode-width v0.2.1 |
| 1091 | 2026-03-03T02:48:24.302Z | Checking fastrand v2.3.0 |
| 1092 | 2026-03-03T02:48:24.397Z | Checking untrusted v0.7.1 |
| 1093 | 2026-03-03T02:48:24.591Z | Checking foreign-types v0.3.2 |
| 1094 | 2026-03-03T02:48:24.598Z | Checking tower-http v0.6.8 |
| 1095 | 2026-03-03T02:48:24.714Z | Checking tempfile v3.23.0 |
| 1096 | 2026-03-03T02:48:24.717Z | Checking futures v0.3.31 |
| 1097 | 2026-03-03T02:48:24.789Z | Compiling async-stream-impl v0.3.6 |
| 1098 | 2026-03-03T02:48:24.794Z | Compiling strum_macros v0.26.4 |
| 1099 | 2026-03-03T02:48:24.858Z | Compiling openssl-macros v0.1.1 |
| 1100 | 2026-03-03T02:48:25.157Z | Checking thread_local v1.1.9 |
| 1101 | 2026-03-03T02:48:25.323Z | Checking openssl-probe v0.1.6 |
| 1102 | 2026-03-03T02:48:25.502Z | Compiling native-tls v0.2.14 |
| 1103 | 2026-03-03T02:48:25.668Z | Compiling rustls v0.23.32 |
| 1104 | 2026-03-03T02:48:26.054Z | Compiling newtype-uuid-macros v0.1.0 |
| 1105 | 2026-03-03T02:48:26.271Z | Compiling typify v0.4.3 |
| 1106 | 2026-03-03T02:48:26.424Z | Compiling dropshot v0.16.7 |
| 1107 | 2026-03-03T02:48:26.564Z | Checking memmap2 v0.9.8 |
| 1108 | 2026-03-03T02:48:26.604Z | Checking is-terminal v0.4.16 |
| 1109 | 2026-03-03T02:48:26.756Z | Checking take_mut v0.2.2 |
| 1110 | 2026-03-03T02:48:26.809Z | Compiling ref-cast v1.0.25 |
| 1111 | 2026-03-03T02:48:26.876Z | Checking term v1.2.0 |
| 1112 | 2026-03-03T02:48:26.926Z | Checking winnow v0.7.14 |
| 1113 | 2026-03-03T02:48:27.309Z | Checking match_cfg v0.1.0 |
| 1114 | 2026-03-03T02:48:27.421Z | Checking hostname v0.3.1 |
| 1115 | 2026-03-03T02:48:27.458Z | Checking slog-term v2.9.2 |
| 1116 | 2026-03-03T02:48:27.880Z | Checking slog-json v2.6.1 |
| 1117 | 2026-03-03T02:48:28.026Z | Compiling dropshot_endpoint v0.16.7 |
| 1118 | 2026-03-03T02:48:28.171Z | Compiling ref-cast-impl v1.0.25 |
| 1119 | 2026-03-03T02:48:28.381Z | Checking slog-bunyan v2.5.0 |
| 1120 | 2026-03-03T02:48:28.567Z | Compiling derive-ex v0.1.8 |
| 1121 | 2026-03-03T02:48:29.057Z | Checking webpki-roots v1.0.2 |
| 1122 | 2026-03-03T02:48:29.287Z | Compiling strum_macros v0.27.2 |
| 1123 | 2026-03-03T02:48:29.623Z | Compiling progenitor-impl v0.11.1 |
| 1124 | 2026-03-03T02:48:29.894Z | Checking newtype-uuid v1.3.2 |
| 1125 | 2026-03-03T02:48:30.642Z | Checking daft v0.1.4 |
| 1126 | 2026-03-03T02:48:31.104Z | Compiling serde_with_macros v3.14.1 |
| 1127 | 2026-03-03T02:48:31.371Z | Checking tokio-native-tls v0.3.1 |
| 1128 | 2026-03-03T02:48:31.662Z | Checking hyper-tls v0.6.0 |
| 1129 | 2026-03-03T02:48:32.311Z | Checking rustls-webpki v0.102.8 |
| 1130 | 2026-03-03T02:48:32.381Z | Compiling test-strategy v0.4.3 |
| 1131 | 2026-03-03T02:48:32.492Z | Checking debug-ignore v1.0.5 |
| 1132 | 2026-03-03T02:48:32.664Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1133 | 2026-03-03T02:48:33.436Z | Compiling parse-display-derive v0.10.0 |
| 1134 | 2026-03-03T02:48:33.845Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1135 | 2026-03-03T02:48:34.645Z | Checking serde_spanned v1.0.4 |
| 1136 | 2026-03-03T02:48:34.897Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1137 | 2026-03-03T02:48:35.008Z | Checking usdt v0.6.0 |
| 1138 | 2026-03-03T02:48:35.035Z | Compiling progenitor-macro v0.11.1 |
| 1139 | 2026-03-03T02:48:35.287Z | Checking spin v0.9.8 |
| 1140 | 2026-03-03T02:48:35.315Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1141 | 2026-03-03T02:48:35.694Z | Checking toml v0.9.11+spec-1.1.0 |
| 1142 | 2026-03-03T02:48:35.889Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-03-03T02:48:36.189Z | Checking strum v0.26.3 |
| 1144 | 2026-03-03T02:48:36.381Z | Checking async-stream v0.3.6 |
| 1145 | 2026-03-03T02:48:36.435Z | Checking tokio-rustls v0.25.0 |
| 1146 | 2026-03-03T02:48:36.551Z | Checking sha1 v0.10.6 |
| 1147 | 2026-03-03T02:48:36.613Z | Checking rustls-pemfile v2.2.0 |
| 1148 | 2026-03-03T02:48:36.823Z | Checking rand_chacha v0.3.1 |
| 1149 | 2026-03-03T02:48:36.851Z | Checking waitgroup v0.1.2 |
| 1150 | 2026-03-03T02:48:36.878Z | Compiling toml_datetime v0.6.11 |
| 1151 | 2026-03-03T02:48:36.920Z | Checking macaddr v1.0.1 |
| 1152 | 2026-03-03T02:48:37.010Z | Checking serde_path_to_error v0.1.20 |
| 1153 | 2026-03-03T02:48:37.110Z | Checking wait-timeout v0.2.1 |
| 1154 | 2026-03-03T02:48:37.225Z | Checking hostname v0.4.2 |
| 1155 | 2026-03-03T02:48:37.268Z | Checking bit-vec v0.8.0 |
| 1156 | 2026-03-03T02:48:37.326Z | Checking quick-error v1.2.3 |
| 1157 | 2026-03-03T02:48:37.369Z | Checking lazy_static v1.5.0 |
| 1158 | 2026-03-03T02:48:37.396Z | Checking rand v0.8.5 |
| 1159 | 2026-03-03T02:48:37.517Z | Checking rusty-fork v0.3.0 |
| 1160 | 2026-03-03T02:48:37.543Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1161 | 2026-03-03T02:48:37.656Z | Checking bit-set v0.8.0 |
| 1162 | 2026-03-03T02:48:37.941Z | Checking tabwriter v1.4.1 |
| 1163 | 2026-03-03T02:48:37.944Z | Checking rand_xorshift v0.4.0 |
| 1164 | 2026-03-03T02:48:38.244Z | Compiling clap_derive v4.5.49 |
| 1165 | 2026-03-03T02:48:38.374Z | Checking utf8parse v0.2.2 |
| 1166 | 2026-03-03T02:48:38.577Z | Checking colored v3.0.0 |
| 1167 | 2026-03-03T02:48:38.608Z | Checking unarray v0.1.4 |
| 1168 | 2026-03-03T02:48:38.659Z | Checking anstyle-parse v0.2.7 |
| 1169 | 2026-03-03T02:48:38.787Z | Checking proptest v1.8.0 |
| 1170 | 2026-03-03T02:48:38.974Z | Checking strum v0.27.2 |
| 1171 | 2026-03-03T02:48:39.176Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1172 | 2026-03-03T02:48:39.203Z | Checking terminal_size v0.4.3 |
| 1173 | 2026-03-03T02:48:40.051Z | Checking anstyle v1.0.11 |
| 1174 | 2026-03-03T02:48:40.318Z | Checking anstyle-query v1.1.4 |
| 1175 | 2026-03-03T02:48:40.429Z | Checking colorchoice v1.0.4 |
| 1176 | 2026-03-03T02:48:40.453Z | Checking is_terminal_polyfill v1.70.1 |
| 1177 | 2026-03-03T02:48:40.626Z | Checking anstream v0.6.20 |
| 1178 | 2026-03-03T02:48:40.999Z | Checking itertools v0.14.0 |
| 1179 | 2026-03-03T02:48:41.668Z | Checking clap_lex v0.7.5 |
| 1180 | 2026-03-03T02:48:42.381Z | Checking clap_builder v4.5.50 |
| 1181 | 2026-03-03T02:48:42.980Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1182 | 2026-03-03T02:48:43.703Z | Checking serde_with v3.14.1 |
| 1183 | 2026-03-03T02:48:45.348Z | Checking clap v4.5.50 |
| 1184 | 2026-03-03T02:48:45.573Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1185 | 2026-03-03T02:48:45.599Z | Checking instant v0.1.13 |
| 1186 | 2026-03-03T02:48:46.018Z | Checking iddqd v0.3.17 |
| 1187 | 2026-03-03T02:48:46.434Z | Checking backoff v0.4.0 |
| 1188 | 2026-03-03T02:48:46.742Z | Checking parse-display v0.10.0 |
| 1189 | 2026-03-03T02:48:47.009Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1190 | 2026-03-03T02:48:47.124Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1191 | 2026-03-03T02:48:51.157Z | Compiling rustls-webpki v0.103.6 |
| 1192 | 2026-03-03T02:48:57.247Z | Checking serde_spanned v0.6.9 |
| 1193 | 2026-03-03T02:48:57.473Z | Compiling memoffset v0.9.1 |
| 1194 | 2026-03-03T02:48:58.026Z | Compiling cfg_aliases v0.2.1 |
| 1195 | 2026-03-03T02:48:58.152Z | Compiling nix v0.30.1 |
| 1196 | 2026-03-03T02:48:58.683Z | Compiling tokio-rustls v0.26.3 |
| 1197 | 2026-03-03T02:48:59.618Z | Checking crossbeam-epoch v0.9.18 |
| 1198 | 2026-03-03T02:49:00.107Z | Compiling winnow v0.5.40 |
| 1199 | 2026-03-03T02:49:00.179Z | Compiling hyper-rustls v0.27.7 |
| 1200 | 2026-03-03T02:49:00.600Z | Compiling reqwest v0.12.23 |
| 1201 | 2026-03-03T02:49:03.203Z | Compiling toml_edit v0.19.15 |
| 1202 | 2026-03-03T02:49:03.233Z | Compiling progenitor-client v0.11.1 |
| 1203 | 2026-03-03T02:49:05.906Z | Compiling proc-macro-crate v1.3.1 |
| 1204 | 2026-03-03T02:49:06.943Z | Compiling progenitor v0.11.1 |
| 1205 | 2026-03-03T02:49:08.606Z | Compiling num-integer v0.1.46 |
| 1206 | 2026-03-03T02:49:09.403Z | Compiling rayon-core v1.13.0 |
| 1207 | 2026-03-03T02:49:09.814Z | Compiling progenitor-client v0.10.0 |
| 1208 | 2026-03-03T02:49:09.890Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1209 | 2026-03-03T02:49:11.670Z | Compiling hubpack_derive v0.1.1 |
| 1210 | 2026-03-03T02:49:12.315Z | Compiling zerocopy-derive v0.7.35 |
| 1211 | 2026-03-03T02:49:12.625Z | Checking toml_write v0.1.2 |
| 1212 | 2026-03-03T02:49:12.718Z | Checking hubpack v0.1.2 |
| 1213 | 2026-03-03T02:49:12.966Z | Checking toml_edit v0.22.27 |
| 1214 | 2026-03-03T02:49:13.052Z | Checking num-rational v0.4.2 |
| 1215 | 2026-03-03T02:49:13.606Z | Checking num-iter v0.1.45 |
| 1216 | 2026-03-03T02:49:13.886Z | Checking crossbeam-deque v0.8.6 |
| 1217 | 2026-03-03T02:49:14.338Z | Compiling num-complex v0.4.6 |
| 1218 | 2026-03-03T02:49:14.532Z | Checking static_assertions v1.1.0 |
| 1219 | 2026-03-03T02:49:15.086Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1220 | 2026-03-03T02:49:15.371Z | Checking num v0.4.3 |
| 1221 | 2026-03-03T02:49:15.576Z | Checking toml v0.8.23 |
| 1222 | 2026-03-03T02:49:15.618Z | Compiling proc-macro-error-attr v1.0.4 |
| 1223 | 2026-03-03T02:49:16.002Z | Checking float-ord v0.3.2 |
| 1224 | 2026-03-03T02:49:16.181Z | Compiling heapless v0.8.0 |
| 1225 | 2026-03-03T02:49:16.393Z | Compiling ingot-macros v0.1.1 |
| 1226 | 2026-03-03T02:49:16.473Z | Checking hash32 v0.3.1 |
| 1227 | 2026-03-03T02:49:16.712Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1228 | 2026-03-03T02:49:17.092Z | Compiling proc-macro-error v1.0.4 |
| 1229 | 2026-03-03T02:49:17.487Z | Checking bytecount v0.6.9 |
| 1230 | 2026-03-03T02:49:17.658Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1231 | 2026-03-03T02:49:17.686Z | Compiling smoltcp v0.11.0 |
| 1232 | 2026-03-03T02:49:18.628Z | Compiling zerocopy v0.7.35 |
| 1233 | 2026-03-03T02:49:19.274Z | Compiling num_enum_derive v0.7.5 |
| 1234 | 2026-03-03T02:49:20.054Z | Compiling num-derive v0.3.3 |
| 1235 | 2026-03-03T02:49:21.480Z | Checking cobs v0.3.0 |
| 1236 | 2026-03-03T02:49:21.560Z | Compiling scroll_derive v0.12.1 |
| 1237 | 2026-03-03T02:49:21.661Z | Compiling foreign-types-macros v0.2.3 |
| 1238 | 2026-03-03T02:49:21.729Z | Compiling usdt-impl v0.5.0 |
| 1239 | 2026-03-03T02:49:21.959Z | Checking foreign-types-shared v0.3.1 |
| 1240 | 2026-03-03T02:49:22.098Z | Compiling crucible-workspace-hack v0.1.0 |
| 1241 | 2026-03-03T02:49:22.122Z | Checking managed v0.8.0 |
| 1242 | 2026-03-03T02:49:22.179Z | Checking bitflags v1.3.2 |
| 1243 | 2026-03-03T02:49:22.492Z | Checking libscf-sys v1.1.0 |
| 1244 | 2026-03-03T02:49:22.546Z | Checking postcard v1.1.3 |
| 1245 | 2026-03-03T02:49:22.710Z | Checking num_enum v0.7.5 |
| 1246 | 2026-03-03T02:49:22.782Z | Checking ingot-types v0.1.2 |
| 1247 | 2026-03-03T02:49:22.857Z | Checking foreign-types v0.5.0 |
| 1248 | 2026-03-03T02:49:22.907Z | Compiling dof v0.3.0 |
| 1249 | 2026-03-03T02:49:22.961Z | Checking scroll v0.12.0 |
| 1250 | 2026-03-03T02:49:23.447Z | Compiling dtrace-parser v0.2.0 |
| 1251 | 2026-03-03T02:49:23.528Z | Checking ingot v0.1.1 |
| 1252 | 2026-03-03T02:49:23.551Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1253 | 2026-03-03T02:49:23.555Z | Checking camino-tempfile v1.4.1 |
| 1254 | 2026-03-03T02:49:23.686Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1255 | 2026-03-03T02:49:23.887Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-03-03T02:49:24.348Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1257 | 2026-03-03T02:49:24.575Z | Checking cstr-argument v0.1.2 |
| 1258 | 2026-03-03T02:49:24.661Z | Compiling thread-id v4.2.2 |
| 1259 | 2026-03-03T02:49:24.776Z | Compiling heck v0.4.1 |
| 1260 | 2026-03-03T02:49:24.833Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1261 | 2026-03-03T02:49:25.158Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1262 | 2026-03-03T02:49:25.185Z | Checking goblin v0.8.2 |
| 1263 | 2026-03-03T02:49:25.212Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1264 | 2026-03-03T02:49:25.350Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1265 | 2026-03-03T02:49:25.487Z | Checking rayon v1.11.0 |
| 1266 | 2026-03-03T02:49:25.744Z | Compiling num_enum_derive v0.5.11 |
| 1267 | 2026-03-03T02:49:25.999Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1268 | 2026-03-03T02:49:26.738Z | Compiling rustc_version v0.4.1 |
| 1269 | 2026-03-03T02:49:26.776Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1270 | 2026-03-03T02:49:27.335Z | Compiling convert_case v0.4.0 |
| 1271 | 2026-03-03T02:49:27.366Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1272 | 2026-03-03T02:49:27.750Z | Compiling rustix v0.38.44 |
| 1273 | 2026-03-03T02:49:27.881Z | Checking tinyvec_macros v0.1.1 |
| 1274 | 2026-03-03T02:49:27.999Z | Checking tinyvec v1.10.0 |
| 1275 | 2026-03-03T02:49:28.033Z | Compiling derive_more v0.99.20 |
| 1276 | 2026-03-03T02:49:28.578Z | Checking num_enum v0.5.11 |
| 1277 | 2026-03-03T02:49:28.886Z | Compiling libz-sys v1.1.22 |
| 1278 | 2026-03-03T02:49:28.914Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1279 | 2026-03-03T02:49:29.147Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1280 | 2026-03-03T02:49:29.397Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1281 | 2026-03-03T02:49:29.514Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1282 | 2026-03-03T02:49:29.613Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1283 | 2026-03-03T02:49:29.962Z | Compiling proc-macro-error2 v2.0.1 |
| 1284 | 2026-03-03T02:49:30.500Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-03-03T02:49:31.125Z | Compiling usdt-attr-macro v0.5.0 |
| 1286 | 2026-03-03T02:49:31.554Z | Compiling usdt-macro v0.5.0 |
| 1287 | 2026-03-03T02:49:31.585Z | Compiling zone_cfg_derive v0.3.1 |
| 1288 | 2026-03-03T02:49:32.135Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1289 | 2026-03-03T02:49:32.532Z | Compiling num-derive v0.4.2 |
| 1290 | 2026-03-03T02:49:32.816Z | Checking memmap v0.7.0 |
| 1291 | 2026-03-03T02:49:32.981Z | Checking sigpipe v0.1.3 |
| 1292 | 2026-03-03T02:49:33.049Z | Checking jiff v0.2.15 |
| 1293 | 2026-03-03T02:49:33.398Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1294 | 2026-03-03T02:49:33.445Z | Checking usdt v0.5.0 |
| 1295 | 2026-03-03T02:49:33.745Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1296 | 2026-03-03T02:49:33.813Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1297 | 2026-03-03T02:49:34.023Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-03-03T02:49:34.168Z | Compiling tabled_derive v0.11.0 |
| 1299 | 2026-03-03T02:49:34.597Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1300 | 2026-03-03T02:49:34.751Z | Checking papergrid v0.17.0 |
| 1301 | 2026-03-03T02:49:34.931Z | Checking zone v0.3.1 |
| 1302 | 2026-03-03T02:49:35.066Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1303 | 2026-03-03T02:49:35.745Z | Checking testing_table v0.3.0 |
| 1304 | 2026-03-03T02:49:35.890Z | Checking smf v0.2.3 |
| 1305 | 2026-03-03T02:49:36.331Z | Checking secrecy v0.10.3 |
| 1306 | 2026-03-03T02:49:36.388Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1307 | 2026-03-03T02:49:36.552Z | Checking bstr v1.12.0 |
| 1308 | 2026-03-03T02:49:36.669Z | Checking whoami v1.6.1 |
| 1309 | 2026-03-03T02:49:36.696Z | Checking tabled v0.20.0 |
| 1310 | 2026-03-03T02:49:36.870Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2026-03-03T02:49:36.898Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1312 | 2026-03-03T02:49:36.964Z | Checking hmac v0.12.1 |
| 1313 | 2026-03-03T02:49:37.059Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1314 | 2026-03-03T02:49:37.211Z | Checking inout v0.1.4 |
| 1315 | 2026-03-03T02:49:37.274Z | Checking ff v0.13.1 |
| 1316 | 2026-03-03T02:49:37.370Z | Compiling enum-as-inner v0.6.1 |
| 1317 | 2026-03-03T02:49:37.444Z | Compiling semver v0.1.20 |
| 1318 | 2026-03-03T02:49:37.491Z | Checking data-encoding v2.9.0 |
| 1319 | 2026-03-03T02:49:37.987Z | Compiling rustc_version v0.1.7 |
| 1320 | 2026-03-03T02:49:38.062Z | Checking group v0.13.0 |
| 1321 | 2026-03-03T02:49:38.242Z | Checking cipher v0.4.4 |
| 1322 | 2026-03-03T02:49:38.466Z | Checking hkdf v0.12.4 |
| 1323 | 2026-03-03T02:49:38.493Z | Checking atomicwrites v0.4.4 |
| 1324 | 2026-03-03T02:49:38.618Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1325 | 2026-03-03T02:49:38.707Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1326 | 2026-03-03T02:49:38.735Z | Checking universal-hash v0.5.1 |
| 1327 | 2026-03-03T02:49:38.933Z | Checking crypto-bigint v0.5.5 |
| 1328 | 2026-03-03T02:49:38.959Z | Checking half v2.7.1 |
| 1329 | 2026-03-03T02:49:39.041Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1330 | 2026-03-03T02:49:39.330Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1331 | 2026-03-03T02:49:39.525Z | Checking ciborium-io v0.2.2 |
| 1332 | 2026-03-03T02:49:39.719Z | Checking base16ct v0.2.0 |
| 1333 | 2026-03-03T02:49:39.966Z | Checking indent_write v2.2.0 |
| 1334 | 2026-03-03T02:49:40.198Z | Checking base64ct v1.8.0 |
| 1335 | 2026-03-03T02:49:40.652Z | Checking opaque-debug v0.3.1 |
| 1336 | 2026-03-03T02:49:40.770Z | Checking poly1305 v0.8.0 |
| 1337 | 2026-03-03T02:49:41.078Z | Checking thiserror-no-std v2.0.2 |
| 1338 | 2026-03-03T02:49:41.220Z | Checking password-hash v0.5.0 |
| 1339 | 2026-03-03T02:49:41.270Z | Checking ciborium-ll v0.2.2 |
| 1340 | 2026-03-03T02:49:41.300Z | Checking chacha20 v0.9.1 |
| 1341 | 2026-03-03T02:49:41.573Z | Checking elliptic-curve v0.13.8 |
| 1342 | 2026-03-03T02:49:41.601Z | Compiling newtype_derive v0.1.6 |
| 1343 | 2026-03-03T02:49:41.658Z | Checking similar v2.7.0 |
| 1344 | 2026-03-03T02:49:41.684Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1345 | 2026-03-03T02:49:41.713Z | Checking blake2 v0.10.6 |
| 1346 | 2026-03-03T02:49:41.971Z | Compiling typify-impl v0.6.1 |
| 1347 | 2026-03-03T02:49:42.073Z | Checking aead v0.5.2 |
| 1348 | 2026-03-03T02:49:42.145Z | Checking keccak v0.1.5 |
| 1349 | 2026-03-03T02:49:42.145Z | Compiling owo-colors v4.3.0 |
| 1350 | 2026-03-03T02:49:42.312Z | Checking linked-hash-map v0.5.6 |
| 1351 | 2026-03-03T02:49:42.340Z | Checking resolv-conf v0.7.5 |
| 1352 | 2026-03-03T02:49:42.366Z | Checking chacha20poly1305 v0.10.1 |
| 1353 | 2026-03-03T02:49:42.477Z | Checking sha3 v0.10.8 |
| 1354 | 2026-03-03T02:49:42.591Z | Checking vsss-rs v3.3.4 |
| 1355 | 2026-03-03T02:49:42.645Z | Checking lru-cache v0.1.2 |
| 1356 | 2026-03-03T02:49:42.704Z | Checking argon2 v0.5.3 |
| 1357 | 2026-03-03T02:49:42.873Z | Checking ciborium v0.2.2 |
| 1358 | 2026-03-03T02:49:42.876Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-03-03T02:49:42.933Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-03-03T02:49:43.259Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1361 | 2026-03-03T02:49:43.313Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1362 | 2026-03-03T02:49:43.766Z | Checking serde-big-array v0.5.1 |
| 1363 | 2026-03-03T02:49:43.794Z | Compiling derive-where v1.6.0 |
| 1364 | 2026-03-03T02:49:43.797Z | Compiling serde_repr v0.1.20 |
| 1365 | 2026-03-03T02:49:44.020Z | Checking unicode-segmentation v1.12.0 |
| 1366 | 2026-03-03T02:49:44.023Z | Checking siphasher v1.0.1 |
| 1367 | 2026-03-03T02:49:44.376Z | Checking same-file v1.0.6 |
| 1368 | 2026-03-03T02:49:44.588Z | Checking walkdir v2.5.0 |
| 1369 | 2026-03-03T02:49:44.805Z | Checking newline-converter v0.3.0 |
| 1370 | 2026-03-03T02:49:44.936Z | Checking phf_shared v0.12.1 |
| 1371 | 2026-03-03T02:49:44.965Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1372 | 2026-03-03T02:49:45.008Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1373 | 2026-03-03T02:49:45.239Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1374 | 2026-03-03T02:49:45.599Z | Checking oxide-tokio-rt v0.1.2 |
| 1375 | 2026-03-03T02:49:45.854Z | Compiling progenitor-impl v0.10.0 |
| 1376 | 2026-03-03T02:49:46.570Z | Checking hickory-resolver v0.24.4 |
| 1377 | 2026-03-03T02:49:46.607Z | Checking console v0.15.11 |
| 1378 | 2026-03-03T02:49:47.215Z | Checking tokio-stream v0.1.17 |
| 1379 | 2026-03-03T02:49:47.524Z | Compiling pin-project-internal v1.1.10 |
| 1380 | 2026-03-03T02:49:47.979Z | Compiling slog-dtrace v0.3.0 |
| 1381 | 2026-03-03T02:49:48.013Z | Checking csv-core v0.1.12 |
| 1382 | 2026-03-03T02:49:48.047Z | Compiling unicode-xid v0.2.6 |
| 1383 | 2026-03-03T02:49:48.252Z | Checking swrite v0.1.0 |
| 1384 | 2026-03-03T02:49:48.355Z | Compiling cancel-safe-futures v0.1.5 |
| 1385 | 2026-03-03T02:49:48.382Z | Checking smawk v0.3.2 |
| 1386 | 2026-03-03T02:49:48.408Z | Checking unicode-linebreak v0.1.5 |
| 1387 | 2026-03-03T02:49:48.622Z | Compiling chrono-tz v0.10.4 |
| 1388 | 2026-03-03T02:49:48.795Z | Checking foldhash v0.1.5 |
| 1389 | 2026-03-03T02:49:48.870Z | Checking unicode-width v0.1.14 |
| 1390 | 2026-03-03T02:49:49.037Z | Checking textwrap v0.16.2 |
| 1391 | 2026-03-03T02:49:49.065Z | Checking hashbrown v0.15.5 |
| 1392 | 2026-03-03T02:49:49.424Z | Checking csv v1.3.1 |
| 1393 | 2026-03-03T02:49:49.551Z | Compiling const_format_proc_macros v0.2.34 |
| 1394 | 2026-03-03T02:49:49.995Z | Checking pin-project v1.1.10 |
| 1395 | 2026-03-03T02:49:50.164Z | Checking qorb v0.4.1 |
| 1396 | 2026-03-03T02:49:50.193Z | Checking expectorate v1.2.0 |
| 1397 | 2026-03-03T02:49:50.239Z | Checking phf v0.12.1 |
| 1398 | 2026-03-03T02:49:50.268Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1399 | 2026-03-03T02:49:50.424Z | Checking unicode-normalization v0.1.24 |
| 1400 | 2026-03-03T02:49:50.507Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1401 | 2026-03-03T02:49:50.957Z | Compiling typify-macro v0.6.1 |
| 1402 | 2026-03-03T02:49:51.272Z | Compiling progenitor-macro v0.10.0 |
| 1403 | 2026-03-03T02:49:51.379Z | Checking libsw-core v0.3.2 |
| 1404 | 2026-03-03T02:49:51.499Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1405 | 2026-03-03T02:49:51.637Z | Compiling async-recursion v1.1.1 |
| 1406 | 2026-03-03T02:49:52.209Z | Compiling snafu-derive v0.8.9 |
| 1407 | 2026-03-03T02:49:52.320Z | Compiling cookie v0.18.1 |
| 1408 | 2026-03-03T02:49:53.018Z | Compiling moka v0.12.11 |
| 1409 | 2026-03-03T02:49:53.137Z | Checking fixedbitset v0.4.2 |
| 1410 | 2026-03-03T02:49:53.238Z | Checking highway v1.3.0 |
| 1411 | 2026-03-03T02:49:53.398Z | Checking fixedbitset v0.5.7 |
| 1412 | 2026-03-03T02:49:53.425Z | Checking petgraph v0.6.5 |
| 1413 | 2026-03-03T02:49:53.700Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1414 | 2026-03-03T02:49:53.822Z | Checking petgraph v0.8.2 |
| 1415 | 2026-03-03T02:49:54.291Z | Compiling typify v0.6.1 |
| 1416 | 2026-03-03T02:49:54.453Z | Checking libsw v3.5.0 |
| 1417 | 2026-03-03T02:49:54.808Z | Checking olpc-cjson v0.1.4 |
| 1418 | 2026-03-03T02:49:55.059Z | Checking const_format v0.2.34 |
| 1419 | 2026-03-03T02:49:56.335Z | Checking snafu v0.8.9 |
| 1420 | 2026-03-03T02:49:56.397Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1421 | 2026-03-03T02:49:56.839Z | Checking papergrid v0.11.0 |
| 1422 | 2026-03-03T02:49:56.970Z | Checking globset v0.4.16 |
| 1423 | 2026-03-03T02:49:57.189Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1424 | 2026-03-03T02:49:57.245Z | Checking gethostname v0.5.0 |
| 1425 | 2026-03-03T02:49:57.474Z | Compiling tabled_derive v0.7.0 |
| 1426 | 2026-03-03T02:49:57.586Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-03-03T02:49:58.220Z | Checking reqwest v0.13.2 |
| 1428 | 2026-03-03T02:49:58.321Z | Checking bcs v0.1.6 |
| 1429 | 2026-03-03T02:49:58.774Z | Checking pem v3.0.5 |
| 1430 | 2026-03-03T02:49:59.062Z | Checking serde_plain v1.0.2 |
| 1431 | 2026-03-03T02:49:59.335Z | Checking termtree v0.5.1 |
| 1432 | 2026-03-03T02:49:59.362Z | Compiling signal-hook v0.3.18 |
| 1433 | 2026-03-03T02:49:59.448Z | Checking typed-path v0.9.3 |
| 1434 | 2026-03-03T02:49:59.587Z | Checking linear-map v1.2.0 |
| 1435 | 2026-03-03T02:49:59.748Z | Checking crc8 v0.1.1 |
| 1436 | 2026-03-03T02:49:59.910Z | Checking tagptr v0.2.0 |
| 1437 | 2026-03-03T02:49:59.914Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1438 | 2026-03-03T02:50:01.003Z | Checking tabled v0.15.0 |
| 1439 | 2026-03-03T02:50:01.324Z | Checking tough v0.20.0 |
| 1440 | 2026-03-03T02:50:01.821Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-03-03T02:50:02.750Z | Checking progenitor v0.10.0 |
| 1442 | 2026-03-03T02:50:02.955Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-03-03T02:50:02.984Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-03-03T02:50:03.588Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-03-03T02:50:03.758Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-03-03T02:50:04.002Z | Checking steno v0.4.1 |
| 1447 | 2026-03-03T02:50:05.259Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1448 | 2026-03-03T02:50:05.480Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-03-03T02:50:05.822Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-03-03T02:50:05.910Z | Compiling progenitor-impl v0.13.0 |
| 1451 | 2026-03-03T02:50:06.051Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-03-03T02:50:06.187Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-03-03T02:50:06.507Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-03-03T02:50:06.630Z | Checking hickory-proto v0.25.2 |
| 1455 | 2026-03-03T02:50:06.725Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1456 | 2026-03-03T02:50:07.454Z | Checking dropshot-api-manager-types v0.5.2 |
| 1457 | 2026-03-03T02:50:07.688Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1458 | 2026-03-03T02:50:07.768Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-03-03T02:50:08.039Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1460 | 2026-03-03T02:50:08.249Z | Compiling vergen v8.3.2 |
| 1461 | 2026-03-03T02:50:08.345Z | Compiling fs-err v3.1.2 |
| 1462 | 2026-03-03T02:50:08.602Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-03-03T02:50:08.633Z | Compiling crc32fast v1.5.0 |
| 1464 | 2026-03-03T02:50:08.744Z | Checking humantime v2.3.0 |
| 1465 | 2026-03-03T02:50:09.028Z | Compiling cargo_metadata v0.18.1 |
| 1466 | 2026-03-03T02:50:09.099Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1467 | 2026-03-03T02:50:09.245Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1468 | 2026-03-03T02:50:10.171Z | Checking hickory-resolver v0.25.2 |
| 1469 | 2026-03-03T02:50:11.158Z | Checking progenitor-client v0.13.0 |
| 1470 | 2026-03-03T02:50:11.278Z | Compiling progenitor-macro v0.13.0 |
| 1471 | 2026-03-03T02:50:11.493Z | Checking sha2 v0.10.9 |
| 1472 | 2026-03-03T02:50:11.548Z | Compiling blake3 v1.8.2 |
| 1473 | 2026-03-03T02:50:11.690Z | Checking adler2 v2.0.1 |
| 1474 | 2026-03-03T02:50:12.126Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1475 | 2026-03-03T02:50:12.843Z | Checking miniz_oxide v0.8.9 |
| 1476 | 2026-03-03T02:50:12.921Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-03-03T02:50:13.004Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1478 | 2026-03-03T02:50:14.035Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1479 | 2026-03-03T02:50:14.064Z | Checking git-stub v1.0.0 |
| 1480 | 2026-03-03T02:50:14.331Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1481 | 2026-03-03T02:50:16.366Z | Checking filetime v0.2.26 |
| 1482 | 2026-03-03T02:50:16.394Z | Compiling curl v0.4.49 |
| 1483 | 2026-03-03T02:50:16.590Z | Checking arrayref v0.3.9 |
| 1484 | 2026-03-03T02:50:16.715Z | Checking constant_time_eq v0.3.1 |
| 1485 | 2026-03-03T02:50:16.814Z | Checking xattr v1.6.1 |
| 1486 | 2026-03-03T02:50:16.870Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1487 | 2026-03-03T02:50:17.043Z | Checking is_ci v1.2.0 |
| 1488 | 2026-03-03T02:50:17.072Z | Checking arrayvec v0.7.6 |
| 1489 | 2026-03-03T02:50:17.214Z | Checking supports-color v3.0.2 |
| 1490 | 2026-03-03T02:50:17.292Z | Checking toml v0.7.8 |
| 1491 | 2026-03-03T02:50:17.421Z | Checking tar v0.4.44 |
| 1492 | 2026-03-03T02:50:18.098Z | Checking git-stub-vcs v0.1.0 |
| 1493 | 2026-03-03T02:50:18.455Z | Checking flate2 v1.1.2 |
| 1494 | 2026-03-03T02:50:18.584Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-03-03T02:50:18.867Z | Checking drift v0.1.3 |
| 1496 | 2026-03-03T02:50:18.894Z | Checking kstat-rs v0.2.4 |
| 1497 | 2026-03-03T02:50:19.016Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1498 | 2026-03-03T02:50:19.258Z | Checking topological-sort v0.2.2 |
| 1499 | 2026-03-03T02:50:19.335Z | Checking dropshot-api-manager v0.5.2 |
| 1500 | 2026-03-03T02:50:19.489Z | Checking omicron-zone-package v0.12.2 |
| 1501 | 2026-03-03T02:50:19.726Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-03-03T02:50:20.486Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1503 | 2026-03-03T02:50:21.287Z | Checking progenitor v0.13.0 |
| 1504 | 2026-03-03T02:50:21.383Z | Checking signal-hook-tokio v0.3.1 |
| 1505 | 2026-03-03T02:50:21.466Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1506 | 2026-03-03T02:50:21.596Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1507 | 2026-03-03T02:50:22.023Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1508 | 2026-03-03T02:50:22.387Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-03-03T02:50:22.728Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1510 | 2026-03-03T02:50:22.731Z | Checking display-error-chain v0.2.2 |
| 1511 | 2026-03-03T02:50:22.956Z | Checking internet-checksum v0.2.1 |
| 1512 | 2026-03-03T02:50:23.087Z | Checking search_path v0.1.4 |
| 1513 | 2026-03-03T02:50:23.149Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1514 | 2026-03-03T02:50:23.312Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1515 | 2026-03-03T02:50:23.575Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1516 | 2026-03-03T02:50:25.722Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1517 | 2026-03-03T02:50:25.927Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1518 | 2026-03-03T02:50:28.100Z | Compiling git2 v0.19.0 |
| 1519 | 2026-03-03T02:50:32.291Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1520 | 2026-03-03T02:50:35.696Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1521 | 2026-03-03T02:50:43.001Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-03-03T02:50:45.103Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1523 | 2026-03-03T02:50:52.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s |
| 1524 | 2026-03-03T02:50:53.182Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1525 | 2026-03-03T02:50:53.182Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1526 | 2026-03-03T02:50:53.984Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1527 | 2026-03-03T02:50:53.987Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1528 | 2026-03-03T02:50:54.084Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1529 | 2026-03-03T02:50:54.087Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1530 | 2026-03-03T02:51:05.942Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1531 | 2026-03-03T02:51:05.942Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1532 | 2026-03-03T02:51:10.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.76s |
| 1533 | 2026-03-03T02:51:10.266Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1534 | 2026-03-03T02:51:10.266Z | + cargo clippy --features softnpu -- --deny warnings |
| 1535 | 2026-03-03T02:51:10.792Z | Downloading crates ... |
| 1536 | 2026-03-03T02:51:10.993Z | Downloaded tap v1.0.1 |
| 1537 | 2026-03-03T02:51:10.996Z | Downloaded libloading v0.7.4 |
| 1538 | 2026-03-03T02:51:10.999Z | Downloaded radium v0.7.0 |
| 1539 | 2026-03-03T02:51:11.004Z | Downloaded bitstruct_derive v0.1.0 |
| 1540 | 2026-03-03T02:51:11.004Z | Downloaded typeid v1.0.3 |
| 1541 | 2026-03-03T02:51:11.004Z | Downloaded bitstruct v0.1.1 |
| 1542 | 2026-03-03T02:51:11.008Z | Downloaded serde_arrays v0.1.0 |
| 1543 | 2026-03-03T02:51:11.011Z | Downloaded funty v2.0.0 |
| 1544 | 2026-03-03T02:51:11.015Z | Downloaded wyz v0.5.1 |
| 1545 | 2026-03-03T02:51:11.015Z | Downloaded erased-serde v0.4.8 |
| 1546 | 2026-03-03T02:51:11.018Z | Downloaded ascii v1.1.0 |
| 1547 | 2026-03-03T02:51:11.021Z | Downloaded bitvec v1.0.1 |
| 1548 | 2026-03-03T02:51:11.033Z | Downloaded num-bigint v0.4.6 |
| 1549 | 2026-03-03T02:51:11.201Z | Checking num-integer v0.1.46 |
| 1550 | 2026-03-03T02:51:11.299Z | Checking num-complex v0.4.6 |
| 1551 | 2026-03-03T02:51:11.321Z | Compiling radium v0.7.0 |
| 1552 | 2026-03-03T02:51:11.329Z | Checking tap v1.0.1 |
| 1553 | 2026-03-03T02:51:11.341Z | Checking funty v2.0.0 |
| 1554 | 2026-03-03T02:51:11.356Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1555 | 2026-03-03T02:51:11.359Z | Compiling typeid v1.0.3 |
| 1556 | 2026-03-03T02:51:11.383Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-03-03T02:51:11.480Z | Checking wyz v0.5.1 |
| 1558 | 2026-03-03T02:51:11.711Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-03-03T02:51:11.726Z | Compiling erased-serde v0.4.8 |
| 1560 | 2026-03-03T02:51:11.728Z | Checking num-bigint v0.4.6 |
| 1561 | 2026-03-03T02:51:11.753Z | Checking num-iter v0.1.45 |
| 1562 | 2026-03-03T02:51:11.886Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-03-03T02:51:12.052Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-03-03T02:51:12.075Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1565 | 2026-03-03T02:51:12.106Z | Compiling bitstruct_derive v0.1.0 |
| 1566 | 2026-03-03T02:51:12.123Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-03-03T02:51:12.140Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-03-03T02:51:12.269Z | Checking ascii v1.1.0 |
| 1569 | 2026-03-03T02:51:12.284Z | Checking bitvec v1.0.1 |
| 1570 | 2026-03-03T02:51:12.287Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-03-03T02:51:12.306Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1572 | 2026-03-03T02:51:12.495Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1573 | 2026-03-03T02:51:12.546Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-03-03T02:51:12.597Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1575 | 2026-03-03T02:51:12.613Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-03-03T02:51:13.161Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-03-03T02:51:13.271Z | Checking serde_arrays v0.1.0 |
| 1578 | 2026-03-03T02:51:13.356Z | Checking bitstruct v0.1.1 |
| 1579 | 2026-03-03T02:51:13.426Z | Checking libloading v0.7.4 |
| 1580 | 2026-03-03T02:51:13.443Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1581 | 2026-03-03T02:51:13.736Z | Checking num-rational v0.4.2 |
| 1582 | 2026-03-03T02:51:14.212Z | Checking num v0.4.3 |
| 1583 | 2026-03-03T02:51:14.302Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1584 | 2026-03-03T02:51:15.296Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1585 | 2026-03-03T02:51:15.710Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1586 | 2026-03-03T02:51:15.713Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1587 | 2026-03-03T02:51:15.960Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1588 | 2026-03-03T02:51:16.344Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1589 | 2026-03-03T02:51:16.347Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1590 | 2026-03-03T02:51:17.001Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1591 | 2026-03-03T02:51:17.280Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1592 | 2026-03-03T02:51:17.283Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1593 | 2026-03-03T02:51:17.284Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-03-03T02:51:17.371Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-03-03T02:51:17.901Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1596 | 2026-03-03T02:51:18.607Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1597 | 2026-03-03T02:51:20.044Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1598 | 2026-03-03T02:51:20.093Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-03-03T02:51:24.980Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1600 | 2026-03-03T02:51:26.942Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1601 | 2026-03-03T02:51:27.089Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1602 | 2026-03-03T02:51:38.179Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-03-03T02:51:40.264Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-03-03T02:51:40.991Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1605 | 2026-03-03T02:51:47.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.52s |
| 1606 | 2026-03-03T02:51:48.118Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1607 | 2026-03-03T02:51:48.119Z | + cargo clippy --features chaos -- --deny warnings |
| 1608 | 2026-03-03T02:51:48.911Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1609 | 2026-03-03T02:51:48.914Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1610 | 2026-03-03T02:51:48.914Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1611 | 2026-03-03T02:52:00.773Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1612 | 2026-03-03T02:52:00.777Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1613 | 2026-03-03T02:52:04.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s |
| 1614 | 2026-03-03T02:52:05.084Z | + banner fmt |
| 1615 | 2026-03-03T02:52:05.087Z | |
| 1616 | 2026-03-03T02:52:05.087Z | ###### # # ##### |
| 1617 | 2026-03-03T02:52:05.087Z | # ## ## # |
| 1618 | 2026-03-03T02:52:05.087Z | ##### # ## # # |
| 1619 | 2026-03-03T02:52:05.087Z | # # # # |
| 1620 | 2026-03-03T02:52:05.087Z | # # # # |
| 1621 | 2026-03-03T02:52:05.087Z | # # # # |
| 1622 | 2026-03-03T02:52:05.087Z | |
| 1623 | 2026-03-03T02:52:05.087Z | + cargo fmt -- --check |
| 1624 | 2026-03-03T02:52:05.918Z | + banner test |
| 1625 | 2026-03-03T02:52:05.921Z | |
| 1626 | 2026-03-03T02:52:05.921Z | ##### ###### #### ##### |
| 1627 | 2026-03-03T02:52:05.921Z | # # # # |
| 1628 | 2026-03-03T02:52:05.921Z | # ##### #### # |
| 1629 | 2026-03-03T02:52:05.921Z | # # # # |
| 1630 | 2026-03-03T02:52:05.921Z | # # # # # |
| 1631 | 2026-03-03T02:52:05.921Z | # ###### #### # |
| 1632 | 2026-03-03T02:52:05.921Z | |
| 1633 | 2026-03-03T02:52:05.922Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1634 | 2026-03-03T02:52:05.922Z | + RUST_BACKTRACE=full |
| 1635 | 2026-03-03T02:52:05.922Z | + cargo test --features tofino_stub --no-fail-fast |
| 1636 | 2026-03-03T02:52:07.284Z | Compiling unicode-ident v1.0.24 |
| 1637 | 2026-03-03T02:52:07.287Z | Compiling cfg-if v1.0.3 |
| 1638 | 2026-03-03T02:52:07.287Z | Compiling memchr v2.7.5 |
| 1639 | 2026-03-03T02:52:07.428Z | Compiling serde_core v1.0.228 |
| 1640 | 2026-03-03T02:52:07.454Z | Compiling itoa v1.0.15 |
| 1641 | 2026-03-03T02:52:07.454Z | Compiling libc v0.2.176 |
| 1642 | 2026-03-03T02:52:07.457Z | Compiling zmij v1.0.17 |
| 1643 | 2026-03-03T02:52:07.509Z | Compiling log v0.4.29 |
| 1644 | 2026-03-03T02:52:07.584Z | Compiling proc-macro2 v1.0.106 |
| 1645 | 2026-03-03T02:52:07.666Z | Compiling libm v0.2.15 |
| 1646 | 2026-03-03T02:52:07.864Z | Compiling heck v0.5.0 |
| 1647 | 2026-03-03T02:52:08.432Z | Compiling quote v1.0.44 |
| 1648 | 2026-03-03T02:52:08.788Z | Compiling equivalent v1.0.2 |
| 1649 | 2026-03-03T02:52:08.874Z | Compiling syn v2.0.117 |
| 1650 | 2026-03-03T02:52:08.923Z | Compiling smallvec v1.15.1 |
| 1651 | 2026-03-03T02:52:08.974Z | Compiling iana-time-zone v0.1.64 |
| 1652 | 2026-03-03T02:52:09.071Z | Compiling allocator-api2 v0.2.21 |
| 1653 | 2026-03-03T02:52:09.250Z | Compiling foldhash v0.2.0 |
| 1654 | 2026-03-03T02:52:09.337Z | Compiling dyn-clone v1.0.20 |
| 1655 | 2026-03-03T02:52:09.516Z | Compiling regex-syntax v0.8.6 |
| 1656 | 2026-03-03T02:52:09.598Z | Compiling aho-corasick v1.1.3 |
| 1657 | 2026-03-03T02:52:09.671Z | Compiling stable_deref_trait v1.2.0 |
| 1658 | 2026-03-03T02:52:09.772Z | Compiling hashbrown v0.16.1 |
| 1659 | 2026-03-03T02:52:09.798Z | Compiling pin-project-lite v0.2.16 |
| 1660 | 2026-03-03T02:52:09.972Z | Compiling percent-encoding v2.3.2 |
| 1661 | 2026-03-03T02:52:10.353Z | Compiling fnv v1.0.7 |
| 1662 | 2026-03-03T02:52:10.518Z | Compiling litemap v0.8.0 |
| 1663 | 2026-03-03T02:52:10.562Z | Compiling writeable v0.6.1 |
| 1664 | 2026-03-03T02:52:10.956Z | Compiling icu_normalizer_data v2.0.0 |
| 1665 | 2026-03-03T02:52:11.088Z | Compiling icu_properties_data v2.0.1 |
| 1666 | 2026-03-03T02:52:11.090Z | Compiling form_urlencoded v1.2.2 |
| 1667 | 2026-03-03T02:52:11.180Z | Compiling utf8_iter v1.0.4 |
| 1668 | 2026-03-03T02:52:11.344Z | Compiling scopeguard v1.2.0 |
| 1669 | 2026-03-03T02:52:11.449Z | Compiling num-traits v0.2.19 |
| 1670 | 2026-03-03T02:52:11.449Z | Compiling getrandom v0.3.3 |
| 1671 | 2026-03-03T02:52:11.519Z | Compiling lock_api v0.4.13 |
| 1672 | 2026-03-03T02:52:11.815Z | Compiling semver v1.0.27 |
| 1673 | 2026-03-03T02:52:11.988Z | Compiling serde_json v1.0.149 |
| 1674 | 2026-03-03T02:52:12.147Z | Compiling indexmap v2.13.0 |
| 1675 | 2026-03-03T02:52:12.730Z | Compiling byteorder v1.5.0 |
| 1676 | 2026-03-03T02:52:13.199Z | Compiling regex-automata v0.4.13 |
| 1677 | 2026-03-03T02:52:13.220Z | Compiling ucd-trie v0.1.7 |
| 1678 | 2026-03-03T02:52:13.223Z | Compiling uuid v1.20.0 |
| 1679 | 2026-03-03T02:52:13.633Z | Compiling futures-core v0.3.32 |
| 1680 | 2026-03-03T02:52:14.059Z | Compiling time-core v0.1.6 |
| 1681 | 2026-03-03T02:52:14.168Z | Compiling num-conv v0.1.0 |
| 1682 | 2026-03-03T02:52:14.218Z | Compiling ryu v1.0.20 |
| 1683 | 2026-03-03T02:52:14.302Z | Compiling futures-sink v0.3.31 |
| 1684 | 2026-03-03T02:52:14.358Z | Compiling regress v0.10.5 |
| 1685 | 2026-03-03T02:52:14.494Z | Compiling time-macros v0.2.24 |
| 1686 | 2026-03-03T02:52:14.587Z | Compiling glob v0.3.3 |
| 1687 | 2026-03-03T02:52:15.596Z | Compiling minimal-lexical v0.2.1 |
| 1688 | 2026-03-03T02:52:15.894Z | Compiling slab v0.4.11 |
| 1689 | 2026-03-03T02:52:16.115Z | Compiling synstructure v0.13.2 |
| 1690 | 2026-03-03T02:52:16.212Z | Compiling serde_derive_internals v0.29.1 |
| 1691 | 2026-03-03T02:52:16.234Z | Compiling pretty-hex v0.4.1 |
| 1692 | 2026-03-03T02:52:16.475Z | Compiling nom v7.1.3 |
| 1693 | 2026-03-03T02:52:16.555Z | Compiling clang-sys v1.8.1 |
| 1694 | 2026-03-03T02:52:16.984Z | Compiling strsim v0.11.1 |
| 1695 | 2026-03-03T02:52:17.239Z | Compiling regex v1.12.3 |
| 1696 | 2026-03-03T02:52:17.298Z | Compiling prettyplease v0.2.37 |
| 1697 | 2026-03-03T02:52:17.775Z | Compiling plain v0.2.3 |
| 1698 | 2026-03-03T02:52:18.015Z | Compiling libloading v0.8.9 |
| 1699 | 2026-03-03T02:52:18.380Z | Compiling bindgen v0.72.1 |
| 1700 | 2026-03-03T02:52:18.426Z | Compiling futures-channel v0.3.31 |
| 1701 | 2026-03-03T02:52:18.524Z | Compiling pin-utils v0.1.0 |
| 1702 | 2026-03-03T02:52:18.641Z | Compiling syn v1.0.109 |
| 1703 | 2026-03-03T02:52:18.845Z | Compiling futures-task v0.3.31 |
| 1704 | 2026-03-03T02:52:19.171Z | Compiling futures-io v0.3.31 |
| 1705 | 2026-03-03T02:52:19.494Z | Compiling socket2 v0.6.0 |
| 1706 | 2026-03-03T02:52:19.570Z | Compiling cexpr v0.6.0 |
| 1707 | 2026-03-03T02:52:19.717Z | Compiling serde_derive v1.0.228 |
| 1708 | 2026-03-03T02:52:19.860Z | Compiling zerofrom-derive v0.1.6 |
| 1709 | 2026-03-03T02:52:20.529Z | Compiling yoke-derive v0.8.0 |
| 1710 | 2026-03-03T02:52:20.772Z | Compiling zerovec-derive v0.11.1 |
| 1711 | 2026-03-03T02:52:20.948Z | Compiling displaydoc v0.2.5 |
| 1712 | 2026-03-03T02:52:22.504Z | Compiling thiserror-impl v2.0.18 |
| 1713 | 2026-03-03T02:52:22.805Z | Compiling schemars_derive v0.8.22 |
| 1714 | 2026-03-03T02:52:22.998Z | Compiling tokio-macros v2.6.0 |
| 1715 | 2026-03-03T02:52:23.206Z | Compiling zerocopy-derive v0.8.27 |
| 1716 | 2026-03-03T02:52:23.766Z | Compiling zeroize_derive v1.4.3 |
| 1717 | 2026-03-03T02:52:24.598Z | Compiling futures-macro v0.3.31 |
| 1718 | 2026-03-03T02:52:25.199Z | Compiling zerofrom v0.1.6 |
| 1719 | 2026-03-03T02:52:25.303Z | Compiling thiserror v2.0.18 |
| 1720 | 2026-03-03T02:52:25.447Z | Compiling yoke v0.8.0 |
| 1721 | 2026-03-03T02:52:25.488Z | Compiling thiserror-impl v1.0.69 |
| 1722 | 2026-03-03T02:52:25.497Z | Compiling tracing-attributes v0.1.30 |
| 1723 | 2026-03-03T02:52:25.798Z | Compiling zerovec v0.11.4 |
| 1724 | 2026-03-03T02:52:26.173Z | Compiling zerocopy v0.8.27 |
| 1725 | 2026-03-03T02:52:26.260Z | Compiling serde v1.0.228 |
| 1726 | 2026-03-03T02:52:26.905Z | Compiling zerotrie v0.2.2 |
| 1727 | 2026-03-03T02:52:27.530Z | Compiling bytes v1.11.1 |
| 1728 | 2026-03-03T02:52:27.551Z | Compiling serde_tokenstream v0.2.3 |
| 1729 | 2026-03-03T02:52:27.717Z | Compiling tinystr v0.8.1 |
| 1730 | 2026-03-03T02:52:27.748Z | Compiling potential_utf v0.1.3 |
| 1731 | 2026-03-03T02:52:27.913Z | Compiling chrono v0.4.43 |
| 1732 | 2026-03-03T02:52:28.041Z | Compiling icu_locale_core v2.0.0 |
| 1733 | 2026-03-03T02:52:28.059Z | Compiling icu_collections v2.0.0 |
| 1734 | 2026-03-03T02:52:28.090Z | Compiling pest v2.8.2 |
| 1735 | 2026-03-03T02:52:28.954Z | Compiling http v1.4.0 |
| 1736 | 2026-03-03T02:52:29.220Z | Compiling icu_provider v2.0.0 |
| 1737 | 2026-03-03T02:52:29.561Z | Compiling scroll_derive v0.13.1 |
| 1738 | 2026-03-03T02:52:29.936Z | Compiling icu_normalizer v2.0.0 |
| 1739 | 2026-03-03T02:52:29.956Z | Compiling icu_properties v2.0.1 |
| 1740 | 2026-03-03T02:52:30.131Z | Compiling async-trait v0.1.89 |
| 1741 | 2026-03-03T02:52:31.207Z | Compiling pest_meta v2.8.2 |
| 1742 | 2026-03-03T02:52:31.275Z | Compiling schemars v0.8.22 |
| 1743 | 2026-03-03T02:52:31.423Z | Compiling scroll v0.13.0 |
| 1744 | 2026-03-03T02:52:31.521Z | Compiling thiserror v1.0.69 |
| 1745 | 2026-03-03T02:52:31.958Z | Compiling goblin v0.10.1 |
| 1746 | 2026-03-03T02:52:32.412Z | Compiling idna_adapter v1.2.1 |
| 1747 | 2026-03-03T02:52:32.624Z | Compiling pest_generator v2.8.2 |
| 1748 | 2026-03-03T02:52:32.666Z | Compiling idna v1.1.0 |
| 1749 | 2026-03-03T02:52:32.964Z | Compiling parking_lot_core v0.9.11 |
| 1750 | 2026-03-03T02:52:33.579Z | Compiling url v2.5.7 |
| 1751 | 2026-03-03T02:52:34.131Z | Compiling parking_lot v0.12.4 |
| 1752 | 2026-03-03T02:52:34.214Z | Compiling signal-hook-registry v1.4.6 |
| 1753 | 2026-03-03T02:52:34.407Z | Compiling mio v1.0.4 |
| 1754 | 2026-03-03T02:52:34.799Z | Compiling pest_derive v2.8.2 |
| 1755 | 2026-03-03T02:52:34.928Z | Compiling thread-id v5.0.0 |
| 1756 | 2026-03-03T02:52:35.091Z | Compiling tokio v1.49.0 |
| 1757 | 2026-03-03T02:52:35.094Z | Compiling openapiv3 v2.2.0 |
| 1758 | 2026-03-03T02:52:35.582Z | Compiling daft-derive v0.1.4 |
| 1759 | 2026-03-03T02:52:35.779Z | Compiling dtrace-parser v0.3.0 |
| 1760 | 2026-03-03T02:52:35.808Z | Compiling darling_core v0.21.3 |
| 1761 | 2026-03-03T02:52:37.590Z | Compiling typify-impl v0.4.3 |
| 1762 | 2026-03-03T02:52:38.613Z | Compiling serde_yaml v0.9.34+deprecated |
| 1763 | 2026-03-03T02:52:38.853Z | Compiling dof v0.4.0 |
| 1764 | 2026-03-03T02:52:40.540Z | Compiling aws-lc-sys v0.31.0 |
| 1765 | 2026-03-03T02:52:41.559Z | Compiling usdt-impl v0.6.0 |
| 1766 | 2026-03-03T02:52:41.602Z | Compiling darling_macro v0.21.3 |
| 1767 | 2026-03-03T02:52:41.801Z | Compiling ppv-lite86 v0.2.21 |
| 1768 | 2026-03-03T02:52:42.616Z | Compiling bitflags v2.9.4 |
| 1769 | 2026-03-03T02:52:42.655Z | Compiling darling v0.21.3 |
| 1770 | 2026-03-03T02:52:42.797Z | Compiling openssl-macros v0.1.1 |
| 1771 | 2026-03-03T02:52:43.043Z | Compiling getrandom v0.2.16 |
| 1772 | 2026-03-03T02:52:43.084Z | Compiling base64 v0.22.1 |
| 1773 | 2026-03-03T02:52:43.393Z | Compiling http-body v1.0.1 |
| 1774 | 2026-03-03T02:52:43.610Z | Compiling erased-serde v0.3.31 |
| 1775 | 2026-03-03T02:52:43.632Z | Compiling typenum v1.18.0 |
| 1776 | 2026-03-03T02:52:43.661Z | Compiling portable-atomic v1.11.1 |
| 1777 | 2026-03-03T02:52:43.749Z | Compiling ipnet v2.11.0 |
| 1778 | 2026-03-03T02:52:43.840Z | Compiling usdt-macro v0.6.0 |
| 1779 | 2026-03-03T02:52:44.893Z | Compiling usdt-attr-macro v0.6.0 |
| 1780 | 2026-03-03T02:52:44.953Z | Compiling atomic-waker v1.1.2 |
| 1781 | 2026-03-03T02:52:44.973Z | Compiling anyhow v1.0.100 |
| 1782 | 2026-03-03T02:52:44.992Z | Compiling httparse v1.10.1 |
| 1783 | 2026-03-03T02:52:45.171Z | Compiling untrusted v0.9.0 |
| 1784 | 2026-03-03T02:52:45.395Z | Compiling tower-layer v0.3.3 |
| 1785 | 2026-03-03T02:52:45.576Z | Compiling critical-section v1.2.0 |
| 1786 | 2026-03-03T02:52:45.723Z | Compiling tower-service v0.3.3 |
| 1787 | 2026-03-03T02:52:45.761Z | Compiling once_cell v1.21.3 |
| 1788 | 2026-03-03T02:52:45.884Z | Compiling zeroize v1.8.1 |
| 1789 | 2026-03-03T02:52:46.232Z | Compiling try-lock v0.2.5 |
| 1790 | 2026-03-03T02:52:46.415Z | Compiling want v0.3.1 |
| 1791 | 2026-03-03T02:52:46.733Z | Compiling httpdate v1.0.3 |
| 1792 | 2026-03-03T02:52:47.148Z | Compiling structmeta-derive v0.3.0 |
| 1793 | 2026-03-03T02:52:47.236Z | Compiling newtype-uuid-macros v0.1.0 |
| 1794 | 2026-03-03T02:52:48.648Z | Compiling strum_macros v0.26.4 |
| 1795 | 2026-03-03T02:52:49.542Z | Compiling structmeta v0.3.0 |
| 1796 | 2026-03-03T02:52:50.061Z | Compiling async-stream-impl v0.3.6 |
| 1797 | 2026-03-03T02:52:50.219Z | Compiling powerfmt v0.2.0 |
| 1798 | 2026-03-03T02:52:50.602Z | Compiling deranged v0.5.3 |
| 1799 | 2026-03-03T02:52:50.958Z | Compiling num_threads v0.1.7 |
| 1800 | 2026-03-03T02:52:51.108Z | Compiling omicron-workspace-hack v0.1.0 |
| 1801 | 2026-03-03T02:52:51.224Z | Compiling dropshot_endpoint v0.16.7 |
| 1802 | 2026-03-03T02:52:51.245Z | Compiling http-body-util v0.1.3 |
| 1803 | 2026-03-03T02:52:51.413Z | Compiling ref-cast-impl v1.0.25 |
| 1804 | 2026-03-03T02:52:51.739Z | Compiling derive-ex v0.1.8 |
| 1805 | 2026-03-03T02:52:52.678Z | Compiling serde_urlencoded v0.7.1 |
| 1806 | 2026-03-03T02:52:52.724Z | Compiling typify-macro v0.4.3 |
| 1807 | 2026-03-03T02:52:52.746Z | Compiling strum_macros v0.27.2 |
| 1808 | 2026-03-03T02:52:53.285Z | Compiling sync_wrapper v1.0.2 |
| 1809 | 2026-03-03T02:52:53.330Z | Compiling serde_with_macros v3.14.1 |
| 1810 | 2026-03-03T02:52:53.471Z | Compiling subtle v2.6.1 |
| 1811 | 2026-03-03T02:52:54.924Z | Compiling iri-string v0.7.8 |
| 1812 | 2026-03-03T02:52:55.548Z | Compiling test-strategy v0.4.3 |
| 1813 | 2026-03-03T02:52:55.687Z | Compiling rand_core v0.6.4 |
| 1814 | 2026-03-03T02:52:55.782Z | Compiling futures-util v0.3.31 |
| 1815 | 2026-03-03T02:52:56.153Z | Compiling thread_local v1.1.9 |
| 1816 | 2026-03-03T02:52:56.972Z | Compiling typify v0.4.3 |
| 1817 | 2026-03-03T02:52:57.122Z | Compiling progenitor-impl v0.11.1 |
| 1818 | 2026-03-03T02:52:57.293Z | Compiling match_cfg v0.1.0 |
| 1819 | 2026-03-03T02:52:57.417Z | Compiling parse-display-derive v0.10.0 |
| 1820 | 2026-03-03T02:52:57.605Z | Compiling tracing-core v0.1.34 |
| 1821 | 2026-03-03T02:52:58.437Z | Compiling toml_datetime v0.6.11 |
| 1822 | 2026-03-03T02:52:58.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1823 | 2026-03-03T02:52:58.958Z | Compiling term v1.2.0 |
| 1824 | 2026-03-03T02:52:58.992Z | Compiling take_mut v0.2.2 |
| 1825 | 2026-03-03T02:52:59.179Z | Compiling tracing v0.1.41 |
| 1826 | 2026-03-03T02:52:59.843Z | Compiling clap_derive v4.5.49 |
| 1827 | 2026-03-03T02:53:00.566Z | Compiling camino v1.2.2 |
| 1828 | 2026-03-03T02:53:01.254Z | Compiling fastrand v2.3.0 |
| 1829 | 2026-03-03T02:53:01.304Z | Compiling cpufeatures v0.2.17 |
| 1830 | 2026-03-03T02:53:01.326Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1831 | 2026-03-03T02:53:01.739Z | Compiling encoding_rs v0.8.35 |
| 1832 | 2026-03-03T02:53:01.761Z | Compiling mime v0.3.17 |
| 1833 | 2026-03-03T02:53:01.779Z | Compiling unicode-width v0.2.1 |
| 1834 | 2026-03-03T02:53:02.817Z | Compiling errno v0.3.14 |
| 1835 | 2026-03-03T02:53:03.099Z | Compiling generic-array v0.14.7 |
| 1836 | 2026-03-03T02:53:04.729Z | Compiling hex v0.4.3 |
| 1837 | 2026-03-03T02:53:05.117Z | Compiling ipnetwork v0.21.1 |
| 1838 | 2026-03-03T02:53:05.459Z | Compiling crossbeam-utils v0.8.21 |
| 1839 | 2026-03-03T02:53:05.522Z | Compiling progenitor-macro v0.11.1 |
| 1840 | 2026-03-03T02:53:06.012Z | Compiling rustix v1.1.2 |
| 1841 | 2026-03-03T02:53:06.042Z | Compiling slog v2.8.2 |
| 1842 | 2026-03-03T02:53:06.382Z | Compiling tokio-util v0.7.16 |
| 1843 | 2026-03-03T02:53:06.597Z | Compiling winnow v0.7.14 |
| 1844 | 2026-03-03T02:53:07.072Z | Compiling crypto-common v0.1.6 |
| 1845 | 2026-03-03T02:53:07.315Z | Compiling rand_core v0.9.3 |
| 1846 | 2026-03-03T02:53:07.758Z | Compiling h2 v0.4.12 |
| 1847 | 2026-03-03T02:53:07.942Z | Compiling oxnet v0.1.4 |
| 1848 | 2026-03-03T02:53:08.872Z | Compiling itertools v0.14.0 |
| 1849 | 2026-03-03T02:53:09.853Z | Compiling rand_chacha v0.9.0 |
| 1850 | 2026-03-03T02:53:11.018Z | Compiling rand v0.9.2 |
| 1851 | 2026-03-03T02:53:11.939Z | Compiling rustls-pki-types v1.12.0 |
| 1852 | 2026-03-03T02:53:12.320Z | Compiling spin v0.9.8 |
| 1853 | 2026-03-03T02:53:12.723Z | Compiling hyper v1.8.1 |
| 1854 | 2026-03-03T02:53:12.972Z | Compiling debug-ignore v1.0.5 |
| 1855 | 2026-03-03T02:53:13.153Z | Compiling quick-error v1.2.3 |
| 1856 | 2026-03-03T02:53:13.330Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1857 | 2026-03-03T02:53:14.546Z | Compiling tabwriter v1.4.1 |
| 1858 | 2026-03-03T02:53:15.002Z | Compiling serde_spanned v1.0.4 |
| 1859 | 2026-03-03T02:53:15.035Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1860 | 2026-03-03T02:53:15.062Z | Compiling bit-vec v0.8.0 |
| 1861 | 2026-03-03T02:53:15.272Z | Compiling hyper-util v0.1.19 |
| 1862 | 2026-03-03T02:53:15.670Z | Compiling colored v3.0.0 |
| 1863 | 2026-03-03T02:53:15.857Z | Compiling lazy_static v1.5.0 |
| 1864 | 2026-03-03T02:53:15.878Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1865 | 2026-03-03T02:53:16.015Z | Compiling bit-set v0.8.0 |
| 1866 | 2026-03-03T02:53:16.126Z | Compiling time v0.3.44 |
| 1867 | 2026-03-03T02:53:16.302Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1868 | 2026-03-03T02:53:16.323Z | Compiling strum v0.26.3 |
| 1869 | 2026-03-03T02:53:16.459Z | Compiling async-stream v0.3.6 |
| 1870 | 2026-03-03T02:53:16.540Z | Compiling ring v0.17.14 |
| 1871 | 2026-03-03T02:53:16.734Z | Compiling waitgroup v0.1.2 |
| 1872 | 2026-03-03T02:53:16.760Z | Compiling serde_path_to_error v0.1.20 |
| 1873 | 2026-03-03T02:53:16.990Z | Compiling unarray v0.1.4 |
| 1874 | 2026-03-03T02:53:17.186Z | Compiling anstyle v1.0.11 |
| 1875 | 2026-03-03T02:53:17.593Z | Compiling crossbeam-channel v0.5.15 |
| 1876 | 2026-03-03T02:53:17.644Z | Compiling block-buffer v0.10.4 |
| 1877 | 2026-03-03T02:53:17.911Z | Compiling macaddr v1.0.1 |
| 1878 | 2026-03-03T02:53:18.161Z | Compiling utf8parse v0.2.2 |
| 1879 | 2026-03-03T02:53:18.354Z | Compiling anstyle-parse v0.2.7 |
| 1880 | 2026-03-03T02:53:18.358Z | Compiling digest v0.10.7 |
| 1881 | 2026-03-03T02:53:18.729Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1882 | 2026-03-03T02:53:19.004Z | Compiling ref-cast v1.0.25 |
| 1883 | 2026-03-03T02:53:19.020Z | Compiling anstyle-query v1.1.4 |
| 1884 | 2026-03-03T02:53:19.064Z | Compiling colorchoice v1.0.4 |
| 1885 | 2026-03-03T02:53:19.083Z | Compiling is_terminal_polyfill v1.70.1 |
| 1886 | 2026-03-03T02:53:19.121Z | Compiling strum v0.27.2 |
| 1887 | 2026-03-03T02:53:19.142Z | Compiling is-terminal v0.4.16 |
| 1888 | 2026-03-03T02:53:19.236Z | Compiling anstream v0.6.20 |
| 1889 | 2026-03-03T02:53:19.326Z | Compiling clap_lex v0.7.5 |
| 1890 | 2026-03-03T02:53:19.954Z | Compiling slog-term v2.9.2 |
| 1891 | 2026-03-03T02:53:19.975Z | Compiling slog-json v2.6.1 |
| 1892 | 2026-03-03T02:53:20.001Z | Compiling slog-async v2.8.0 |
| 1893 | 2026-03-03T02:53:20.192Z | Compiling tower v0.5.2 |
| 1894 | 2026-03-03T02:53:20.361Z | Compiling hostname v0.3.1 |
| 1895 | 2026-03-03T02:53:21.237Z | Compiling tower-http v0.6.8 |
| 1896 | 2026-03-03T02:53:21.239Z | Compiling slog-bunyan v2.5.0 |
| 1897 | 2026-03-03T02:53:21.941Z | Compiling futures-executor v0.3.31 |
| 1898 | 2026-03-03T02:53:22.149Z | Compiling instant v0.1.13 |
| 1899 | 2026-03-03T02:53:22.331Z | Compiling futures v0.3.31 |
| 1900 | 2026-03-03T02:53:22.468Z | Compiling openssl-sys v0.9.109 |
| 1901 | 2026-03-03T02:53:24.149Z | Compiling memmap2 v0.9.8 |
| 1902 | 2026-03-03T02:53:24.376Z | Compiling foreign-types-shared v0.1.1 |
| 1903 | 2026-03-03T02:53:24.398Z | Compiling untrusted v0.7.1 |
| 1904 | 2026-03-03T02:53:24.526Z | Compiling foreign-types v0.3.2 |
| 1905 | 2026-03-03T02:53:24.639Z | Compiling tempfile v3.23.0 |
| 1906 | 2026-03-03T02:53:25.541Z | Compiling openssl-probe v0.1.6 |
| 1907 | 2026-03-03T02:53:26.067Z | Compiling openssl v0.10.73 |
| 1908 | 2026-03-03T02:53:26.985Z | Compiling either v1.15.0 |
| 1909 | 2026-03-03T02:53:27.785Z | Compiling webpki-roots v1.0.2 |
| 1910 | 2026-03-03T02:53:28.751Z | Compiling usdt v0.6.0 |
| 1911 | 2026-03-03T02:53:29.289Z | Compiling newtype-uuid v1.3.2 |
| 1912 | 2026-03-03T02:53:31.267Z | Compiling daft v0.1.4 |
| 1913 | 2026-03-03T02:53:31.823Z | Compiling native-tls v0.2.14 |
| 1914 | 2026-03-03T02:53:32.470Z | Compiling tokio-native-tls v0.3.1 |
| 1915 | 2026-03-03T02:53:32.778Z | Compiling hyper-tls v0.6.0 |
| 1916 | 2026-03-03T02:53:33.484Z | Compiling rustls-webpki v0.102.8 |
| 1917 | 2026-03-03T02:53:34.361Z | Compiling rustls v0.22.4 |
| 1918 | 2026-03-03T02:53:37.395Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1919 | 2026-03-03T02:53:38.854Z | Compiling tokio-rustls v0.25.0 |
| 1920 | 2026-03-03T02:53:39.116Z | Compiling sha1 v0.10.6 |
| 1921 | 2026-03-03T02:53:39.282Z | Compiling rustls-pemfile v2.2.0 |
| 1922 | 2026-03-03T02:53:39.704Z | Compiling multer v3.1.0 |
| 1923 | 2026-03-03T02:53:39.787Z | Compiling terminal_size v0.4.3 |
| 1924 | 2026-03-03T02:53:40.814Z | Compiling rand_chacha v0.3.1 |
| 1925 | 2026-03-03T02:53:41.086Z | Compiling wait-timeout v0.2.1 |
| 1926 | 2026-03-03T02:53:41.580Z | Compiling hostname v0.4.2 |
| 1927 | 2026-03-03T02:53:42.191Z | Compiling dropshot v0.16.7 |
| 1928 | 2026-03-03T02:53:43.997Z | Compiling rusty-fork v0.3.0 |
| 1929 | 2026-03-03T02:53:44.186Z | Compiling rand v0.8.5 |
| 1930 | 2026-03-03T02:53:44.229Z | Compiling rustls-webpki v0.103.6 |
| 1931 | 2026-03-03T02:53:45.736Z | Compiling rand_xorshift v0.4.0 |
| 1932 | 2026-03-03T02:53:46.125Z | Compiling proptest v1.8.0 |
| 1933 | 2026-03-03T02:53:46.154Z | Compiling rustls v0.23.32 |
| 1934 | 2026-03-03T02:53:49.949Z | Compiling clap_builder v4.5.50 |
| 1935 | 2026-03-03T02:53:51.347Z | Compiling hubpack_derive v0.1.1 |
| 1936 | 2026-03-03T02:53:51.789Z | Compiling aws-lc-rs v1.14.0 |
| 1937 | 2026-03-03T02:53:53.926Z | Compiling clap v4.5.50 |
| 1938 | 2026-03-03T02:53:54.274Z | Compiling tokio-rustls v0.26.3 |
| 1939 | 2026-03-03T02:53:54.942Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1940 | 2026-03-03T02:53:56.331Z | Compiling serde_spanned v0.6.9 |
| 1941 | 2026-03-03T02:53:56.616Z | Compiling winnow v0.5.40 |
| 1942 | 2026-03-03T02:53:57.660Z | Compiling hyper-rustls v0.27.7 |
| 1943 | 2026-03-03T02:53:58.816Z | Compiling serde_with v3.14.1 |
| 1944 | 2026-03-03T02:53:59.211Z | Compiling reqwest v0.12.23 |
| 1945 | 2026-03-03T02:53:59.455Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1946 | 2026-03-03T02:54:00.280Z | Compiling rustc-hash v2.1.1 |
| 1947 | 2026-03-03T02:54:00.497Z | Compiling iddqd v0.3.17 |
| 1948 | 2026-03-03T02:54:02.377Z | Compiling backoff v0.4.0 |
| 1949 | 2026-03-03T02:54:02.767Z | Compiling parse-display v0.10.0 |
| 1950 | 2026-03-03T02:54:03.035Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1951 | 2026-03-03T02:54:03.244Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1952 | 2026-03-03T02:54:07.459Z | Compiling progenitor-client v0.11.1 |
| 1953 | 2026-03-03T02:54:08.687Z | Compiling progenitor-client v0.10.0 |
| 1954 | 2026-03-03T02:54:09.063Z | Compiling progenitor v0.11.1 |
| 1955 | 2026-03-03T02:54:09.291Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1956 | 2026-03-03T02:54:09.474Z | Compiling num-derive v0.3.3 |
| 1957 | 2026-03-03T02:54:12.886Z | Compiling toml_write v0.1.2 |
| 1958 | 2026-03-03T02:54:13.278Z | Compiling toml_edit v0.22.27 |
| 1959 | 2026-03-03T02:54:16.317Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1960 | 2026-03-03T02:54:17.185Z | Compiling toml_edit v0.19.15 |
| 1961 | 2026-03-03T02:54:18.362Z | Compiling num-integer v0.1.46 |
| 1962 | 2026-03-03T02:54:18.679Z | Compiling float-ord v0.3.2 |
| 1963 | 2026-03-03T02:54:19.026Z | Compiling toml v0.8.23 |
| 1964 | 2026-03-03T02:54:19.844Z | Compiling proc-macro-crate v1.3.1 |
| 1965 | 2026-03-03T02:54:23.703Z | Compiling num-iter v0.1.45 |
| 1966 | 2026-03-03T02:54:23.924Z | Compiling num-rational v0.4.2 |
| 1967 | 2026-03-03T02:54:25.962Z | Compiling num-complex v0.4.6 |
| 1968 | 2026-03-03T02:54:28.244Z | Compiling num v0.4.3 |
| 1969 | 2026-03-03T02:54:36.354Z | Compiling zerocopy-derive v0.7.35 |
| 1970 | 2026-03-03T02:54:37.298Z | Compiling ingot-macros v0.1.1 |
| 1971 | 2026-03-03T02:54:37.477Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1972 | 2026-03-03T02:54:38.213Z | Compiling scroll_derive v0.12.1 |
| 1973 | 2026-03-03T02:54:38.759Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1974 | 2026-03-03T02:54:39.079Z | Compiling zerocopy v0.7.35 |
| 1975 | 2026-03-03T02:54:39.752Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-03-03T02:54:41.842Z | Compiling num_enum_derive v0.7.5 |
| 1977 | 2026-03-03T02:54:43.567Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-03-03T02:54:44.468Z | Compiling memoffset v0.9.1 |
| 1979 | 2026-03-03T02:54:45.381Z | Compiling foreign-types-macros v0.2.3 |
| 1980 | 2026-03-03T02:54:47.445Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1981 | 2026-03-03T02:54:48.321Z | Compiling nix v0.30.1 |
| 1982 | 2026-03-03T02:54:49.538Z | Compiling libscf-sys v1.1.0 |
| 1983 | 2026-03-03T02:54:51.030Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1984 | 2026-03-03T02:54:51.415Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1985 | 2026-03-03T02:54:51.525Z | Compiling proc-macro-error-attr v1.0.4 |
| 1986 | 2026-03-03T02:54:51.849Z | Compiling proc-macro-error2 v2.0.1 |
| 1987 | 2026-03-03T02:54:52.332Z | Compiling dtrace-parser v0.2.0 |
| 1988 | 2026-03-03T02:54:52.338Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1989 | 2026-03-03T02:54:52.409Z | Compiling tabled_derive v0.11.0 |
| 1990 | 2026-03-03T02:54:52.947Z | Compiling proc-macro-error v1.0.4 |
| 1991 | 2026-03-03T02:54:53.461Z | Compiling dof v0.3.0 |
| 1992 | 2026-03-03T02:54:53.513Z | Compiling num_enum_derive v0.5.11 |
| 1993 | 2026-03-03T02:54:54.248Z | Compiling hubpack v0.1.2 |
| 1994 | 2026-03-03T02:54:54.716Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1995 | 2026-03-03T02:54:54.779Z | Compiling thread-id v4.2.2 |
| 1996 | 2026-03-03T02:54:55.350Z | Compiling static_assertions v1.1.0 |
| 1997 | 2026-03-03T02:54:55.496Z | Compiling usdt-impl v0.5.0 |
| 1998 | 2026-03-03T02:54:57.481Z | Compiling derive_more v0.99.20 |
| 1999 | 2026-03-03T02:55:00.665Z | Compiling bytecount v0.6.9 |
| 2000 | 2026-03-03T02:55:01.820Z | Compiling usdt-macro v0.5.0 |
| 2001 | 2026-03-03T02:55:01.893Z | Compiling usdt-attr-macro v0.5.0 |
| 2002 | 2026-03-03T02:55:03.546Z | Compiling zone_cfg_derive v0.3.1 |
| 2003 | 2026-03-03T02:55:03.549Z | Compiling num-derive v0.4.2 |
| 2004 | 2026-03-03T02:55:03.634Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2005 | 2026-03-03T02:55:04.344Z | Compiling rustc_version v0.4.1 |
| 2006 | 2026-03-03T02:55:05.061Z | Compiling crossbeam-epoch v0.9.18 |
| 2007 | 2026-03-03T02:55:05.119Z | Compiling papergrid v0.17.0 |
| 2008 | 2026-03-03T02:55:05.803Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2009 | 2026-03-03T02:55:05.810Z | Compiling testing_table v0.3.0 |
| 2010 | 2026-03-03T02:55:05.912Z | Compiling enum-as-inner v0.6.1 |
| 2011 | 2026-03-03T02:55:06.124Z | Compiling curve25519-dalek v4.1.3 |
| 2012 | 2026-03-03T02:55:06.642Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2013 | 2026-03-03T02:55:07.081Z | Compiling crossbeam-deque v0.8.6 |
| 2014 | 2026-03-03T02:55:07.136Z | Compiling typify-impl v0.6.1 |
| 2015 | 2026-03-03T02:55:07.261Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2016 | 2026-03-03T02:55:07.474Z | Compiling tabled v0.20.0 |
| 2017 | 2026-03-03T02:55:09.011Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2018 | 2026-03-03T02:55:09.613Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2019 | 2026-03-03T02:55:09.757Z | Compiling rayon-core v1.13.0 |
| 2020 | 2026-03-03T02:55:10.003Z | Compiling scroll v0.12.0 |
| 2021 | 2026-03-03T02:55:11.034Z | Compiling hash32 v0.3.1 |
| 2022 | 2026-03-03T02:55:11.288Z | Compiling heapless v0.8.0 |
| 2023 | 2026-03-03T02:55:11.342Z | Compiling goblin v0.8.2 |
| 2024 | 2026-03-03T02:55:11.407Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2025 | 2026-03-03T02:55:12.254Z | Compiling ingot-types v0.1.2 |
| 2026 | 2026-03-03T02:55:13.134Z | Compiling cobs v0.3.0 |
| 2027 | 2026-03-03T02:55:13.315Z | Compiling bitflags v1.3.2 |
| 2028 | 2026-03-03T02:55:13.385Z | Compiling managed v0.8.0 |
| 2029 | 2026-03-03T02:55:13.459Z | Compiling foreign-types-shared v0.3.1 |
| 2030 | 2026-03-03T02:55:13.626Z | Compiling foreign-types v0.5.0 |
| 2031 | 2026-03-03T02:55:13.652Z | Compiling postcard v1.1.3 |
| 2032 | 2026-03-03T02:55:13.793Z | Compiling smoltcp v0.11.0 |
| 2033 | 2026-03-03T02:55:14.241Z | Compiling ingot v0.1.1 |
| 2034 | 2026-03-03T02:55:14.352Z | Compiling num_enum v0.7.5 |
| 2035 | 2026-03-03T02:55:14.833Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2036 | 2026-03-03T02:55:15.046Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2037 | 2026-03-03T02:55:15.142Z | Compiling camino-tempfile v1.4.1 |
| 2038 | 2026-03-03T02:55:15.248Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2039 | 2026-03-03T02:55:15.543Z | Compiling derive-where v1.6.0 |
| 2040 | 2026-03-03T02:55:15.652Z | Compiling serde_repr v0.1.20 |
| 2041 | 2026-03-03T02:55:16.078Z | Compiling cstr-argument v0.1.2 |
| 2042 | 2026-03-03T02:55:16.836Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2043 | 2026-03-03T02:55:18.211Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2044 | 2026-03-03T02:55:19.916Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2045 | 2026-03-03T02:55:20.273Z | Compiling rayon v1.11.0 |
| 2046 | 2026-03-03T02:55:20.983Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2047 | 2026-03-03T02:55:21.202Z | Compiling crucible-workspace-hack v0.1.0 |
| 2048 | 2026-03-03T02:55:22.027Z | Compiling memmap v0.7.0 |
| 2049 | 2026-03-03T02:55:22.186Z | Compiling typify-macro v0.6.1 |
| 2050 | 2026-03-03T02:55:22.569Z | Compiling tinyvec_macros v0.1.1 |
| 2051 | 2026-03-03T02:55:22.700Z | Compiling tinyvec v1.10.0 |
| 2052 | 2026-03-03T02:55:22.971Z | Compiling usdt v0.5.0 |
| 2053 | 2026-03-03T02:55:23.016Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2054 | 2026-03-03T02:55:23.526Z | Compiling num_enum v0.5.11 |
| 2055 | 2026-03-03T02:55:24.388Z | Compiling pin-project-internal v1.1.10 |
| 2056 | 2026-03-03T02:55:26.588Z | Compiling typify v0.6.1 |
| 2057 | 2026-03-03T02:55:26.701Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2058 | 2026-03-03T02:55:26.754Z | Compiling progenitor-impl v0.13.0 |
| 2059 | 2026-03-03T02:55:26.844Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2060 | 2026-03-03T02:55:27.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2061 | 2026-03-03T02:55:27.501Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2062 | 2026-03-03T02:55:27.857Z | Compiling rustix v0.38.44 |
| 2063 | 2026-03-03T02:55:28.608Z | Compiling itertools v0.12.1 |
| 2064 | 2026-03-03T02:55:28.611Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2065 | 2026-03-03T02:55:29.035Z | Compiling progenitor-impl v0.10.0 |
| 2066 | 2026-03-03T02:55:30.059Z | Compiling sigpipe v0.1.3 |
| 2067 | 2026-03-03T02:55:30.073Z | Compiling jiff v0.2.15 |
| 2068 | 2026-03-03T02:55:30.111Z | Compiling const_format_proc_macros v0.2.34 |
| 2069 | 2026-03-03T02:55:30.839Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2070 | 2026-03-03T02:55:30.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2071 | 2026-03-03T02:55:31.360Z | Compiling zone v0.3.1 |
| 2072 | 2026-03-03T02:55:32.925Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2073 | 2026-03-03T02:55:33.230Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2074 | 2026-03-03T02:55:34.592Z | Compiling secrecy v0.10.3 |
| 2075 | 2026-03-03T02:55:34.969Z | Compiling smf v0.2.3 |
| 2076 | 2026-03-03T02:55:35.007Z | Compiling snafu-derive v0.8.9 |
| 2077 | 2026-03-03T02:55:35.251Z | Compiling progenitor-macro v0.13.0 |
| 2078 | 2026-03-03T02:55:35.751Z | Compiling async-recursion v1.1.1 |
| 2079 | 2026-03-03T02:55:36.462Z | Compiling bstr v1.12.0 |
| 2080 | 2026-03-03T02:55:37.083Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2081 | 2026-03-03T02:55:37.198Z | Compiling whoami v1.6.1 |
| 2082 | 2026-03-03T02:55:37.711Z | Compiling progenitor-macro v0.10.0 |
| 2083 | 2026-03-03T02:55:38.630Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2084 | 2026-03-03T02:55:42.111Z | Compiling hmac v0.12.1 |
| 2085 | 2026-03-03T02:55:42.562Z | Compiling inout v0.1.4 |
| 2086 | 2026-03-03T02:55:42.843Z | Compiling ff v0.13.1 |
| 2087 | 2026-03-03T02:55:42.863Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2088 | 2026-03-03T02:55:43.292Z | Compiling crc8 v0.1.1 |
| 2089 | 2026-03-03T02:55:43.498Z | Compiling data-encoding v2.9.0 |
| 2090 | 2026-03-03T02:55:43.713Z | Compiling group v0.13.0 |
| 2091 | 2026-03-03T02:55:43.932Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2092 | 2026-03-03T02:55:43.959Z | Compiling cipher v0.4.4 |
| 2093 | 2026-03-03T02:55:44.417Z | Compiling hkdf v0.12.4 |
| 2094 | 2026-03-03T02:55:45.545Z | Compiling atomicwrites v0.4.4 |
| 2095 | 2026-03-03T02:55:45.953Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2096 | 2026-03-03T02:55:46.330Z | Compiling tokio-dtrace v0.1.1 |
| 2097 | 2026-03-03T02:55:46.853Z | Compiling tabled_derive v0.7.0 |
| 2098 | 2026-03-03T02:55:48.501Z | Compiling reqwest v0.13.2 |
| 2099 | 2026-03-03T02:55:49.134Z | Compiling universal-hash v0.5.1 |
| 2100 | 2026-03-03T02:55:49.252Z | Compiling crypto-bigint v0.5.5 |
| 2101 | 2026-03-03T02:55:49.371Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2102 | 2026-03-03T02:55:50.128Z | Compiling half v2.7.1 |
| 2103 | 2026-03-03T02:55:50.273Z | Compiling base16ct v0.2.0 |
| 2104 | 2026-03-03T02:55:50.595Z | Compiling ciborium-io v0.2.2 |
| 2105 | 2026-03-03T02:55:50.767Z | Compiling opaque-debug v0.3.1 |
| 2106 | 2026-03-03T02:55:50.771Z | Compiling indent_write v2.2.0 |
| 2107 | 2026-03-03T02:55:50.905Z | Compiling base64ct v1.8.0 |
| 2108 | 2026-03-03T02:55:51.052Z | Compiling poly1305 v0.8.0 |
| 2109 | 2026-03-03T02:55:51.288Z | Compiling ciborium-ll v0.2.2 |
| 2110 | 2026-03-03T02:55:51.534Z | Compiling password-hash v0.5.0 |
| 2111 | 2026-03-03T02:55:51.756Z | Compiling progenitor-client v0.13.0 |
| 2112 | 2026-03-03T02:55:52.302Z | Compiling elliptic-curve v0.13.8 |
| 2113 | 2026-03-03T02:55:53.127Z | Compiling oxide-tokio-rt v0.1.2 |
| 2114 | 2026-03-03T02:55:53.209Z | Compiling chacha20 v0.9.1 |
| 2115 | 2026-03-03T02:55:53.482Z | Compiling similar v2.7.0 |
| 2116 | 2026-03-03T02:55:53.653Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2117 | 2026-03-03T02:55:55.306Z | Compiling thiserror-no-std v2.0.2 |
| 2118 | 2026-03-03T02:55:56.284Z | Compiling blake2 v0.10.6 |
| 2119 | 2026-03-03T02:55:57.071Z | Compiling aead v0.5.2 |
| 2120 | 2026-03-03T02:55:57.289Z | Compiling resolv-conf v0.7.5 |
| 2121 | 2026-03-03T02:55:57.399Z | Compiling linked-hash-map v0.5.6 |
| 2122 | 2026-03-03T02:55:57.731Z | Compiling keccak v0.1.5 |
| 2123 | 2026-03-03T02:55:58.102Z | Compiling sha3 v0.10.8 |
| 2124 | 2026-03-03T02:55:58.284Z | Compiling lru-cache v0.1.2 |
| 2125 | 2026-03-03T02:55:58.311Z | Compiling chacha20poly1305 v0.10.1 |
| 2126 | 2026-03-03T02:55:58.500Z | Compiling argon2 v0.5.3 |
| 2127 | 2026-03-03T02:55:58.542Z | Compiling vsss-rs v3.3.4 |
| 2128 | 2026-03-03T02:55:59.246Z | Compiling progenitor v0.13.0 |
| 2129 | 2026-03-03T02:55:59.392Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2130 | 2026-03-03T02:56:00.202Z | Compiling ciborium v0.2.2 |
| 2131 | 2026-03-03T02:56:00.225Z | Compiling hickory-proto v0.24.4 |
| 2132 | 2026-03-03T02:56:02.574Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2133 | 2026-03-03T02:56:02.610Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2134 | 2026-03-03T02:56:02.696Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2135 | 2026-03-03T02:56:03.252Z | Compiling serde-big-array v0.5.1 |
| 2136 | 2026-03-03T02:56:03.327Z | Compiling siphasher v1.0.1 |
| 2137 | 2026-03-03T02:56:04.868Z | Compiling unicode-segmentation v1.12.0 |
| 2138 | 2026-03-03T02:56:04.868Z | Compiling same-file v1.0.6 |
| 2139 | 2026-03-03T02:56:04.868Z | Compiling walkdir v2.5.0 |
| 2140 | 2026-03-03T02:56:04.868Z | Compiling newline-converter v0.3.0 |
| 2141 | 2026-03-03T02:56:04.868Z | Compiling hickory-resolver v0.24.4 |
| 2142 | 2026-03-03T02:56:05.015Z | Compiling phf_shared v0.12.1 |
| 2143 | 2026-03-03T02:56:05.030Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2144 | 2026-03-03T02:56:05.188Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2145 | 2026-03-03T02:56:06.460Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2146 | 2026-03-03T02:56:08.088Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-03-03T02:56:08.466Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2148 | 2026-03-03T02:56:11.888Z | Compiling newtype_derive v0.1.6 |
| 2149 | 2026-03-03T02:56:11.912Z | Compiling owo-colors v4.3.0 |
| 2150 | 2026-03-03T02:56:11.912Z | Compiling tokio-stream v0.1.17 |
| 2151 | 2026-03-03T02:56:11.912Z | Compiling console v0.15.11 |
| 2152 | 2026-03-03T02:56:11.912Z | Compiling csv-core v0.1.12 |
| 2153 | 2026-03-03T02:56:11.912Z | Compiling swrite v0.1.0 |
| 2154 | 2026-03-03T02:56:11.912Z | Compiling smawk v0.3.2 |
| 2155 | 2026-03-03T02:56:11.912Z | Compiling foldhash v0.1.5 |
| 2156 | 2026-03-03T02:56:11.912Z | Compiling unicode-width v0.1.14 |
| 2157 | 2026-03-03T02:56:11.912Z | Compiling unicode-linebreak v0.1.5 |
| 2158 | 2026-03-03T02:56:11.912Z | Compiling termtree v0.5.1 |
| 2159 | 2026-03-03T02:56:12.144Z | Compiling textwrap v0.16.2 |
| 2160 | 2026-03-03T02:56:12.229Z | Compiling hashbrown v0.15.5 |
| 2161 | 2026-03-03T02:56:12.369Z | Compiling expectorate v1.2.0 |
| 2162 | 2026-03-03T02:56:12.654Z | Compiling csv v1.3.1 |
| 2163 | 2026-03-03T02:56:13.140Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-03-03T02:56:13.449Z | Compiling qorb v0.4.1 |
| 2165 | 2026-03-03T02:56:13.902Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2166 | 2026-03-03T02:56:17.912Z | Compiling phf v0.12.1 |
| 2167 | 2026-03-03T02:56:17.933Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2168 | 2026-03-03T02:56:18.437Z | Compiling pin-project v1.1.10 |
| 2169 | 2026-03-03T02:56:18.620Z | Compiling unicode-normalization v0.1.24 |
| 2170 | 2026-03-03T02:56:18.676Z | Compiling libz-sys v1.1.22 |
| 2171 | 2026-03-03T02:56:18.886Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-03-03T02:56:21.099Z | Compiling libsw-core v0.3.2 |
| 2173 | 2026-03-03T02:56:21.336Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2174 | 2026-03-03T02:56:22.039Z | Compiling highway v1.3.0 |
| 2175 | 2026-03-03T02:56:22.149Z | Compiling fixedbitset v0.5.7 |
| 2176 | 2026-03-03T02:56:23.015Z | Compiling fixedbitset v0.4.2 |
| 2177 | 2026-03-03T02:56:23.426Z | Compiling petgraph v0.6.5 |
| 2178 | 2026-03-03T02:56:23.511Z | Compiling progenitor v0.10.0 |
| 2179 | 2026-03-03T02:56:23.773Z | Compiling petgraph v0.8.2 |
| 2180 | 2026-03-03T02:56:24.452Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2181 | 2026-03-03T02:56:27.055Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-03-03T02:56:27.458Z | Compiling libsw v3.5.0 |
| 2183 | 2026-03-03T02:56:27.923Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2184 | 2026-03-03T02:56:28.082Z | Compiling olpc-cjson v0.1.4 |
| 2185 | 2026-03-03T02:56:28.391Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2186 | 2026-03-03T02:56:28.948Z | Compiling snafu v0.8.9 |
| 2187 | 2026-03-03T02:56:29.105Z | Compiling chrono-tz v0.10.4 |
| 2188 | 2026-03-03T02:56:29.789Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-03-03T02:56:30.130Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2190 | 2026-03-03T02:56:30.654Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-03-03T02:56:32.486Z | Compiling papergrid v0.11.0 |
| 2192 | 2026-03-03T02:56:33.391Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-03-03T02:56:33.879Z | Compiling globset v0.4.16 |
| 2194 | 2026-03-03T02:56:35.456Z | Compiling const_format v0.2.34 |
| 2195 | 2026-03-03T02:56:35.705Z | Compiling slog-dtrace v0.3.0 |
| 2196 | 2026-03-03T02:56:36.178Z | Compiling cancel-safe-futures v0.1.5 |
| 2197 | 2026-03-03T02:56:36.202Z | Compiling gethostname v0.5.0 |
| 2198 | 2026-03-03T02:56:36.718Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2199 | 2026-03-03T02:56:37.455Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2200 | 2026-03-03T02:56:38.684Z | Compiling pem v3.0.5 |
| 2201 | 2026-03-03T02:56:38.714Z | Compiling bcs v0.1.6 |
| 2202 | 2026-03-03T02:56:39.389Z | Compiling serde_plain v1.0.2 |
| 2203 | 2026-03-03T02:56:39.495Z | Compiling cargo-platform v0.1.9 |
| 2204 | 2026-03-03T02:56:39.958Z | Compiling linear-map v1.2.0 |
| 2205 | 2026-03-03T02:56:39.989Z | Compiling typed-path v0.9.3 |
| 2206 | 2026-03-03T02:56:40.987Z | Compiling tagptr v0.2.0 |
| 2207 | 2026-03-03T02:56:41.373Z | Compiling moka v0.12.11 |
| 2208 | 2026-03-03T02:56:42.133Z | Compiling tough v0.20.0 |
| 2209 | 2026-03-03T02:56:44.574Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-03-03T02:56:47.056Z | Compiling cargo_metadata v0.18.1 |
| 2211 | 2026-03-03T02:56:48.453Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-03-03T02:56:49.705Z | Compiling tabled v0.15.0 |
| 2213 | 2026-03-03T02:56:49.762Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-03-03T02:56:49.863Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-03-03T02:56:50.269Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-03-03T02:56:50.613Z | Compiling git2 v0.19.0 |
| 2217 | 2026-03-03T02:56:54.998Z | Compiling steno v0.4.1 |
| 2218 | 2026-03-03T02:56:56.477Z | Compiling hickory-proto v0.25.2 |
| 2219 | 2026-03-03T02:56:57.226Z | Compiling cookie v0.18.1 |
| 2220 | 2026-03-03T02:57:01.187Z | Compiling humantime v2.3.0 |
| 2221 | 2026-03-03T02:57:01.695Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-03-03T02:57:02.139Z | Compiling hickory-resolver v0.25.2 |
| 2223 | 2026-03-03T02:57:06.304Z | Compiling vergen v8.3.2 |
| 2224 | 2026-03-03T02:57:10.421Z | Compiling signal-hook v0.3.18 |
| 2225 | 2026-03-03T02:57:12.856Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2226 | 2026-03-03T02:57:13.161Z | Compiling predicates-core v1.0.9 |
| 2227 | 2026-03-03T02:57:13.561Z | Compiling mockall_derive v0.13.1 |
| 2228 | 2026-03-03T02:57:14.823Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2229 | 2026-03-03T02:57:14.830Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2230 | 2026-03-03T02:57:14.848Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2231 | 2026-03-03T02:57:17.861Z | Compiling sha2 v0.10.9 |
| 2232 | 2026-03-03T02:57:18.509Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2233 | 2026-03-03T02:57:18.983Z | Compiling yansi v1.0.1 |
| 2234 | 2026-03-03T02:57:19.380Z | Compiling diff v0.1.13 |
| 2235 | 2026-03-03T02:57:19.710Z | Compiling adler2 v2.0.1 |
| 2236 | 2026-03-03T02:57:19.749Z | Compiling pretty_assertions v1.4.1 |
| 2237 | 2026-03-03T02:57:19.897Z | Compiling miniz_oxide v0.8.9 |
| 2238 | 2026-03-03T02:57:20.877Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2239 | 2026-03-03T02:57:21.448Z | Compiling fs-err v3.1.2 |
| 2240 | 2026-03-03T02:57:22.390Z | Compiling crc32fast v1.5.0 |
| 2241 | 2026-03-03T02:57:22.779Z | Compiling predicates-tree v1.0.12 |
| 2242 | 2026-03-03T02:57:23.334Z | Compiling predicates v3.1.3 |
| 2243 | 2026-03-03T02:57:25.096Z | Compiling git-stub v1.0.0 |
| 2244 | 2026-03-03T02:57:25.672Z | Compiling filetime v0.2.26 |
| 2245 | 2026-03-03T02:57:26.032Z | Compiling arrayvec v0.7.6 |
| 2246 | 2026-03-03T02:57:26.478Z | Compiling is_ci v1.2.0 |
| 2247 | 2026-03-03T02:57:26.748Z | Compiling arrayref v0.3.9 |
| 2248 | 2026-03-03T02:57:26.891Z | Compiling downcast v0.11.0 |
| 2249 | 2026-03-03T02:57:27.184Z | Compiling xattr v1.6.1 |
| 2250 | 2026-03-03T02:57:27.527Z | Compiling constant_time_eq v0.3.1 |
| 2251 | 2026-03-03T02:57:27.736Z | Compiling fragile v2.0.1 |
| 2252 | 2026-03-03T02:57:28.361Z | Compiling toml v0.7.8 |
| 2253 | 2026-03-03T02:57:28.698Z | Compiling mockall v0.13.1 |
| 2254 | 2026-03-03T02:57:29.975Z | Compiling blake3 v1.8.2 |
| 2255 | 2026-03-03T02:57:31.347Z | Compiling tar v0.4.44 |
| 2256 | 2026-03-03T02:57:31.846Z | Compiling supports-color v3.0.2 |
| 2257 | 2026-03-03T02:57:32.205Z | Compiling git-stub-vcs v0.1.0 |
| 2258 | 2026-03-03T02:57:32.373Z | Compiling signal-hook-tokio v0.3.1 |
| 2259 | 2026-03-03T02:57:32.613Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2260 | 2026-03-03T02:57:32.952Z | Compiling flate2 v1.1.2 |
| 2261 | 2026-03-03T02:57:33.266Z | Compiling drift v0.1.3 |
| 2262 | 2026-03-03T02:57:33.547Z | Compiling kstat-rs v0.2.4 |
| 2263 | 2026-03-03T02:57:33.704Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2264 | 2026-03-03T02:57:33.874Z | Compiling hex-literal v1.0.0 |
| 2265 | 2026-03-03T02:57:34.083Z | Compiling display-error-chain v0.2.2 |
| 2266 | 2026-03-03T02:57:34.244Z | Compiling topological-sort v0.2.2 |
| 2267 | 2026-03-03T02:57:34.457Z | Compiling omicron-zone-package v0.12.2 |
| 2268 | 2026-03-03T02:57:34.478Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2269 | 2026-03-03T02:57:34.508Z | Compiling curl v0.4.49 |
| 2270 | 2026-03-03T02:57:36.605Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2271 | 2026-03-03T02:57:38.677Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-03-03T02:57:39.815Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2273 | 2026-03-03T02:57:40.832Z | Compiling dropshot-api-manager v0.5.2 |
| 2274 | 2026-03-03T02:57:41.161Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2275 | 2026-03-03T02:57:42.811Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2276 | 2026-03-03T02:57:43.325Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2277 | 2026-03-03T02:57:44.204Z | Compiling internet-checksum v0.2.1 |
| 2278 | 2026-03-03T02:57:44.464Z | Compiling search_path v0.1.4 |
| 2279 | 2026-03-03T02:57:44.508Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2280 | 2026-03-03T02:57:45.438Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2281 | 2026-03-03T02:57:47.540Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2282 | 2026-03-03T02:57:56.034Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2283 | 2026-03-03T02:59:04.765Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6m 58s |
| 2284 | 2026-03-03T02:59:04.947Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2285 | 2026-03-03T02:59:04.950Z | |
| 2286 | 2026-03-03T02:59:04.950Z | running 0 tests |
| 2287 | 2026-03-03T02:59:04.950Z | |
| 2288 | 2026-03-03T02:59:04.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2289 | 2026-03-03T02:59:04.950Z | |
| 2290 | 2026-03-03T02:59:04.950Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2291 | 2026-03-03T02:59:04.955Z | |
| 2292 | 2026-03-03T02:59:04.955Z | running 0 tests |
| 2293 | 2026-03-03T02:59:04.955Z | |
| 2294 | 2026-03-03T02:59:04.958Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2295 | 2026-03-03T02:59:04.958Z | |
| 2296 | 2026-03-03T02:59:04.958Z | Running unittests src/lib.rs (target/debug/deps/asic-704f8f94bb3de13f) |
| 2297 | 2026-03-03T02:59:04.961Z | |
| 2298 | 2026-03-03T02:59:04.961Z | running 0 tests |
| 2299 | 2026-03-03T02:59:04.961Z | |
| 2300 | 2026-03-03T02:59:04.961Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2301 | 2026-03-03T02:59:04.961Z | |
| 2302 | 2026-03-03T02:59:04.961Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2303 | 2026-03-03T02:59:04.964Z | |
| 2304 | 2026-03-03T02:59:04.964Z | running 10 tests |
| 2305 | 2026-03-03T02:59:04.964Z | test nat::tests::test_vni ... ok |
| 2306 | 2026-03-03T02:59:04.964Z | test network::tests::test_eui64 ... ok |
| 2307 | 2026-03-03T02:59:04.964Z | test network::tests::test_equal ... ok |
| 2308 | 2026-03-03T02:59:04.964Z | test network::tests::test_into ... ok |
| 2309 | 2026-03-03T02:59:04.964Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2310 | 2026-03-03T02:59:04.964Z | test network::tests::test_not_equal ... ok |
| 2311 | 2026-03-03T02:59:04.964Z | test network::tests::test_parse ... ok |
| 2312 | 2026-03-03T02:59:04.964Z | test network::tests::test_to_string ... ok |
| 2313 | 2026-03-03T02:59:04.964Z | test test_purge ... ok |
| 2314 | 2026-03-03T02:59:04.967Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2315 | 2026-03-03T02:59:04.967Z | |
| 2316 | 2026-03-03T02:59:04.970Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2317 | 2026-03-03T02:59:04.970Z | |
| 2318 | 2026-03-03T02:59:04.970Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-89d5d9bcd42cb2b0) |
| 2319 | 2026-03-03T02:59:04.974Z | |
| 2320 | 2026-03-03T02:59:04.974Z | running 1 test |
| 2321 | 2026-03-03T02:59:06.936Z | test test::test_apis_up_to_date ... ok |
| 2322 | 2026-03-03T02:59:06.936Z | |
| 2323 | 2026-03-03T02:59:06.936Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.96s |
| 2324 | 2026-03-03T02:59:06.936Z | |
| 2325 | 2026-03-03T02:59:06.977Z | Running unittests src/main.rs (target/debug/deps/dpd-9937cd608dd40e3d) |
| 2326 | 2026-03-03T02:59:06.985Z | |
| 2327 | 2026-03-03T02:59:06.985Z | running 18 tests |
| 2328 | 2026-03-03T02:59:06.988Z | test freemap::test_ordering ... ok |
| 2329 | 2026-03-03T02:59:06.988Z | test freemap::test_split ... ok |
| 2330 | 2026-03-03T02:59:06.991Z | test config::tests::test_updates ... ok |
| 2331 | 2026-03-03T02:59:06.991Z | test macaddrs::tests::test_mac_offset ... ok |
| 2332 | 2026-03-03T02:59:06.991Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2333 | 2026-03-03T02:59:06.991Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2334 | 2026-03-03T02:59:06.991Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2335 | 2026-03-03T02:59:06.991Z | test nat::test_mapping ... ok |
| 2336 | 2026-03-03T02:59:06.991Z | test port_map::tests::dump_map ... ok |
| 2337 | 2026-03-03T02:59:06.991Z | test port_map::tests::test_backplane_group ... ok |
| 2338 | 2026-03-03T02:59:06.994Z | test port_map::tests::test_port_map ... ok |
| 2339 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG created new freemap, unit: freemap_test |
| 2340 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG initted freemap. size: 128, unit: freemap_test |
| 2341 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG reset freemap, unit: freemap_test |
| 2342 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG created new freemap, unit: freemap_test |
| 2343 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG initted freemap. size: 128, unit: freemap_test |
| 2344 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBGMar 03 02:59:05.788 created new freemapDEBG, unitreset freemap:, unitfreemap_test: |
| 2345 | 2026-03-03T02:59:06.994Z | freemap_test |
| 2346 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG initted freemap. size: 128, unit: freemap_test |
| 2347 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG reset freemap, unit: freemap_test |
| 2348 | 2026-03-03T02:59:06.994Z | test freemap::test_reclaim ... ok |
| 2349 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG created new freemap, unit: freemap_test |
| 2350 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG initted freemap. size: 128, unit: freemap_test |
| 2351 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG reset freemap, unit: freemap_test |
| 2352 | 2026-03-03T02:59:06.994Z | test freemap::test_free ... ok |
| 2353 | 2026-03-03T02:59:06.994Z | test freemap::test_exhaustion ... ok |
| 2354 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG created new freemap, unit: freemap_test |
| 2355 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG initted freemap. size: 128, unit: freemap_test |
| 2356 | 2026-03-03T02:59:06.994Z | test freemap::test_basic ... ok |
| 2357 | 2026-03-03T02:59:06.994Z | Mar 03 02:59:05.788 DEBG reset freemap, unit: freemap_test |
| 2358 | 2026-03-03T02:59:06.994Z | test freemap::test_span ... ok |
| 2359 | 2026-03-03T02:59:06.998Z | test api_server::tests::test_build_info ... ok |
| 2360 | 2026-03-03T02:59:06.998Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2361 | 2026-03-03T02:59:06.998Z | |
| 2362 | 2026-03-03T02:59:06.998Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2363 | 2026-03-03T02:59:06.998Z | |
| 2364 | 2026-03-03T02:59:07.000Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-56be374b620edad7) |
| 2365 | 2026-03-03T02:59:07.004Z | |
| 2366 | 2026-03-03T02:59:07.004Z | running 0 tests |
| 2367 | 2026-03-03T02:59:07.004Z | |
| 2368 | 2026-03-03T02:59:07.004Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2369 | 2026-03-03T02:59:07.004Z | |
| 2370 | 2026-03-03T02:59:07.004Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-819a163d1044306a) |
| 2371 | 2026-03-03T02:59:07.004Z | |
| 2372 | 2026-03-03T02:59:07.004Z | running 0 tests |
| 2373 | 2026-03-03T02:59:07.004Z | |
| 2374 | 2026-03-03T02:59:07.004Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2375 | 2026-03-03T02:59:07.004Z | |
| 2376 | 2026-03-03T02:59:07.007Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-2cdb4accbbe410f7) |
| 2377 | 2026-03-03T02:59:07.007Z | |
| 2378 | 2026-03-03T02:59:07.007Z | running 2 tests |
| 2379 | 2026-03-03T02:59:07.010Z | test tests::test_parse_client_port_id ... ok |
| 2380 | 2026-03-03T02:59:07.010Z | test tests::test_port_id_cmp ... ok |
| 2381 | 2026-03-03T02:59:07.010Z | |
| 2382 | 2026-03-03T02:59:07.010Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2383 | 2026-03-03T02:59:07.010Z | |
| 2384 | 2026-03-03T02:59:07.010Z | Running tests/test_all.rs (target/debug/deps/test_all-e2a160bf11838a05) |
| 2385 | 2026-03-03T02:59:07.010Z | |
| 2386 | 2026-03-03T02:59:07.010Z | running 0 tests |
| 2387 | 2026-03-03T02:59:07.010Z | |
| 2388 | 2026-03-03T02:59:07.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2389 | 2026-03-03T02:59:07.011Z | |
| 2390 | 2026-03-03T02:59:07.013Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2391 | 2026-03-03T02:59:07.013Z | |
| 2392 | 2026-03-03T02:59:07.014Z | running 0 tests |
| 2393 | 2026-03-03T02:59:07.014Z | |
| 2394 | 2026-03-03T02:59:07.014Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2395 | 2026-03-03T02:59:07.014Z | |
| 2396 | 2026-03-03T02:59:07.014Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2397 | 2026-03-03T02:59:07.016Z | |
| 2398 | 2026-03-03T02:59:07.016Z | running 12 tests |
| 2399 | 2026-03-03T02:59:07.019Z | test icmp::test_v6_checksum ... ok |
| 2400 | 2026-03-03T02:59:07.019Z | test ipv6::test_ipv6_parse ... ok |
| 2401 | 2026-03-03T02:59:07.019Z | test lldp::test_lldp_parse ... ok |
| 2402 | 2026-03-03T02:59:07.019Z | test icmp::test_v4_checksum ... ok |
| 2403 | 2026-03-03T02:59:07.019Z | test pbuf::test_byte ... ok |
| 2404 | 2026-03-03T02:59:07.019Z | test pbuf::test_nibble ... ok |
| 2405 | 2026-03-03T02:59:07.019Z | test pbuf::test_overflow ... ok |
| 2406 | 2026-03-03T02:59:07.019Z | test pbuf::test_short ... ok |
| 2407 | 2026-03-03T02:59:07.019Z | test pbuf::test_twelve ... ok |
| 2408 | 2026-03-03T02:59:07.019Z | test pbuf::test_word ... ok |
| 2409 | 2026-03-03T02:59:07.020Z | test tcp::test_checksum_ack_data ... ok |
| 2410 | 2026-03-03T02:59:07.020Z | test tcp::test_checksum_syn_nodata ... ok |
| 2411 | 2026-03-03T02:59:07.020Z | |
| 2412 | 2026-03-03T02:59:07.020Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2413 | 2026-03-03T02:59:07.020Z | |
| 2414 | 2026-03-03T02:59:07.020Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2415 | 2026-03-03T02:59:07.023Z | |
| 2416 | 2026-03-03T02:59:07.023Z | running 0 tests |
| 2417 | 2026-03-03T02:59:07.023Z | |
| 2418 | 2026-03-03T02:59:07.023Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2419 | 2026-03-03T02:59:07.023Z | |
| 2420 | 2026-03-03T02:59:07.023Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 2421 | 2026-03-03T02:59:07.026Z | |
| 2422 | 2026-03-03T02:59:07.026Z | running 4 tests |
| 2423 | 2026-03-03T02:59:07.026Z | test switchport::test::test_compute_lanes ... ok |
| 2424 | 2026-03-03T02:59:07.026Z | test switchport::test::port_id_ordering ... ok |
| 2425 | 2026-03-03T02:59:07.026Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2426 | 2026-03-03T02:59:07.026Z | Lane 0 Rx Loss-of-lock: Yes Lane 1Yes Lane 2Yes Lane 3Yes |
| 2427 | 2026-03-03T02:59:07.026Z | |
| 2428 | 2026-03-03T02:59:07.026Z | State: Activated Rx Loss-of-signal: Yes Activated Yes ActivatedYes ActivatedYes |
| 2429 | 2026-03-03T02:59:07.026Z | |
| 2430 | 2026-03-03T02:59:07.026Z | Rx Output Enabled: false Rx CDR Enabled: Yes false Yes falseYes falseYes |
| 2431 | 2026-03-03T02:59:07.026Z | |
| 2432 | 2026-03-03T02:59:07.026Z | Rx Output Status: valid Tx Enabled: Yes Yesvalid Yes validYes |
| 2433 | 2026-03-03T02:59:07.026Z | valid Tx Loss-of-lock: No |
| 2434 | 2026-03-03T02:59:07.026Z | No Rx Loss-of-lock: true No No |
| 2435 | 2026-03-03T02:59:07.026Z | true Tx Loss-of-signal: No Notrue Notrue |
| 2436 | 2026-03-03T02:59:07.026Z | No |
| 2437 | 2026-03-03T02:59:07.026Z | Rx Loss-of-signal: false Tx CDR Enabled: No No falseNo No |
| 2438 | 2026-03-03T02:59:07.026Z | false Tx Adaptive EQ Fault: No Nofalse |
| 2439 | 2026-03-03T02:59:07.026Z | No No |
| 2440 | 2026-03-03T02:59:07.026Z | Rx Auto-squelch Disable: true Tx Fault: Yes trueYes Yes trueYes |
| 2441 | 2026-03-03T02:59:07.026Z | true |
| 2442 | 2026-03-03T02:59:07.026Z | Tx Output Enabled: true true true true |
| 2443 | 2026-03-03T02:59:07.026Z | Tx Output Status: invalid invalid invalid invalid |
| 2444 | 2026-03-03T02:59:07.027Z | Tx Loss-of-lock: false false false false |
| 2445 | 2026-03-03T02:59:07.027Z | Tx Loss-of-signal: true true true true |
| 2446 | 2026-03-03T02:59:07.027Z | Tx Auto-squelch Disable: false false false false |
| 2447 | 2026-03-03T02:59:07.027Z | Tx Adaptive EQ Fail: true true true true |
| 2448 | 2026-03-03T02:59:07.027Z | Tx Failure: false false false false |
| 2449 | 2026-03-03T02:59:07.027Z | Tx Force Squelch: true true true true |
| 2450 | 2026-03-03T02:59:07.027Z | Tx Input Polarity: normal test switchport::test::test_print_sff_datapath ... oknormal |
| 2451 | 2026-03-03T02:59:07.027Z | normal normal |
| 2452 | 2026-03-03T02:59:07.027Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2453 | 2026-03-03T02:59:07.027Z | |
| 2454 | 2026-03-03T02:59:07.027Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2455 | 2026-03-03T02:59:07.027Z | |
| 2456 | 2026-03-03T02:59:07.027Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 2457 | 2026-03-03T02:59:07.030Z | |
| 2458 | 2026-03-03T02:59:07.030Z | running 1 test |
| 2459 | 2026-03-03T02:59:07.030Z | test test_p4_counter_list ... ignored |
| 2460 | 2026-03-03T02:59:07.030Z | |
| 2461 | 2026-03-03T02:59:07.030Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-03-03T02:59:07.030Z | |
| 2463 | 2026-03-03T02:59:07.030Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 2464 | 2026-03-03T02:59:07.033Z | |
| 2465 | 2026-03-03T02:59:07.033Z | running 5 tests |
| 2466 | 2026-03-03T02:59:07.033Z | test test_an ... ignored |
| 2467 | 2026-03-03T02:59:07.033Z | test test_enable ... ignored |
| 2468 | 2026-03-03T02:59:07.033Z | test test_ip_addresses ... ignored |
| 2469 | 2026-03-03T02:59:07.033Z | test test_kr ... ignored |
| 2470 | 2026-03-03T02:59:07.033Z | test test_mac ... ignored |
| 2471 | 2026-03-03T02:59:07.034Z | |
| 2472 | 2026-03-03T02:59:07.034Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2473 | 2026-03-03T02:59:07.034Z | |
| 2474 | 2026-03-03T02:59:07.034Z | Running unittests src/main.rs (target/debug/deps/tfportd-bd3f96b8cac39b69) |
| 2475 | 2026-03-03T02:59:07.037Z | |
| 2476 | 2026-03-03T02:59:07.037Z | running 3 tests |
| 2477 | 2026-03-03T02:59:07.039Z | test linklocal::test_parse_ipadm ... ok |
| 2478 | 2026-03-03T02:59:07.039Z | test tfport::test_parse_tfport ... ok |
| 2479 | 2026-03-03T02:59:07.039Z | test config::tests::test_updates ... ok |
| 2480 | 2026-03-03T02:59:07.039Z | |
| 2481 | 2026-03-03T02:59:07.040Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2482 | 2026-03-03T02:59:07.040Z | |
| 2483 | 2026-03-03T02:59:07.040Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2484 | 2026-03-03T02:59:07.043Z | |
| 2485 | 2026-03-03T02:59:07.043Z | running 0 tests |
| 2486 | 2026-03-03T02:59:07.043Z | |
| 2487 | 2026-03-03T02:59:07.043Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2488 | 2026-03-03T02:59:07.043Z | |
| 2489 | 2026-03-03T02:59:07.043Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2490 | 2026-03-03T02:59:07.046Z | |
| 2491 | 2026-03-03T02:59:07.046Z | running 0 tests |
| 2492 | 2026-03-03T02:59:07.046Z | |
| 2493 | 2026-03-03T02:59:07.046Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2494 | 2026-03-03T02:59:07.046Z | |
| 2495 | 2026-03-03T02:59:07.046Z | Doc-tests aal |
| 2496 | 2026-03-03T02:59:07.194Z | |
| 2497 | 2026-03-03T02:59:07.194Z | running 0 tests |
| 2498 | 2026-03-03T02:59:07.194Z | |
| 2499 | 2026-03-03T02:59:07.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2500 | 2026-03-03T02:59:07.194Z | |
| 2501 | 2026-03-03T02:59:07.214Z | Doc-tests aal_macros |
| 2502 | 2026-03-03T02:59:07.307Z | |
| 2503 | 2026-03-03T02:59:07.307Z | running 0 tests |
| 2504 | 2026-03-03T02:59:07.307Z | |
| 2505 | 2026-03-03T02:59:07.307Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2506 | 2026-03-03T02:59:07.307Z | |
| 2507 | 2026-03-03T02:59:07.320Z | Doc-tests common |
| 2508 | 2026-03-03T02:59:07.650Z | |
| 2509 | 2026-03-03T02:59:07.650Z | running 0 tests |
| 2510 | 2026-03-03T02:59:07.650Z | |
| 2511 | 2026-03-03T02:59:07.650Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2512 | 2026-03-03T02:59:07.650Z | |
| 2513 | 2026-03-03T02:59:07.669Z | Doc-tests dpd_api |
| 2514 | 2026-03-03T02:59:09.208Z | |
| 2515 | 2026-03-03T02:59:09.208Z | running 2 tests |
| 2516 | 2026-03-03T02:59:09.208Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored |
| 2517 | 2026-03-03T02:59:09.208Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored |
| 2518 | 2026-03-03T02:59:09.208Z | |
| 2519 | 2026-03-03T02:59:09.208Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2520 | 2026-03-03T02:59:09.208Z | |
| 2521 | 2026-03-03T02:59:09.245Z | Doc-tests dpd_client |
| 2522 | 2026-03-03T02:59:11.060Z | |
| 2523 | 2026-03-03T02:59:11.061Z | running 0 tests |
| 2524 | 2026-03-03T02:59:11.061Z | |
| 2525 | 2026-03-03T02:59:11.061Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2526 | 2026-03-03T02:59:11.061Z | |
| 2527 | 2026-03-03T02:59:11.102Z | Doc-tests dpd_types |
| 2528 | 2026-03-03T02:59:11.572Z | |
| 2529 | 2026-03-03T02:59:11.573Z | running 0 tests |
| 2530 | 2026-03-03T02:59:11.573Z | |
| 2531 | 2026-03-03T02:59:11.573Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2532 | 2026-03-03T02:59:11.573Z | |
| 2533 | 2026-03-03T02:59:11.602Z | Doc-tests packet |
| 2534 | 2026-03-03T02:59:11.750Z | |
| 2535 | 2026-03-03T02:59:11.750Z | running 0 tests |
| 2536 | 2026-03-03T02:59:11.750Z | |
| 2537 | 2026-03-03T02:59:11.750Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2538 | 2026-03-03T02:59:11.750Z | |
| 2539 | 2026-03-03T02:59:11.764Z | Doc-tests pcap |
| 2540 | 2026-03-03T02:59:11.827Z | |
| 2541 | 2026-03-03T02:59:11.828Z | running 0 tests |
| 2542 | 2026-03-03T02:59:11.828Z | |
| 2543 | 2026-03-03T02:59:11.828Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2544 | 2026-03-03T02:59:11.828Z | |
| 2545 | 2026-03-03T02:59:11.897Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2546 | 2026-03-03T02:59:11.897Z | + RUST_BACKTRACE=full |
| 2547 | 2026-03-03T02:59:11.897Z | + cargo test --features tofino_asic --no-fail-fast |
| 2548 | 2026-03-03T02:59:12.840Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2549 | 2026-03-03T02:59:12.939Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2550 | 2026-03-03T02:59:12.950Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2551 | 2026-03-03T02:59:12.963Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2552 | 2026-03-03T02:59:28.252Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2553 | 2026-03-03T02:59:30.129Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2554 | 2026-03-03T03:00:29.281Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 2555 | 2026-03-03T03:00:29.426Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2556 | 2026-03-03T03:00:29.429Z | |
| 2557 | 2026-03-03T03:00:29.429Z | running 0 tests |
| 2558 | 2026-03-03T03:00:29.429Z | |
| 2559 | 2026-03-03T03:00:29.429Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2560 | 2026-03-03T03:00:29.429Z | |
| 2561 | 2026-03-03T03:00:29.431Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2562 | 2026-03-03T03:00:29.434Z | |
| 2563 | 2026-03-03T03:00:29.435Z | running 0 tests |
| 2564 | 2026-03-03T03:00:29.435Z | |
| 2565 | 2026-03-03T03:00:29.435Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2566 | 2026-03-03T03:00:29.435Z | |
| 2567 | 2026-03-03T03:00:29.435Z | Running unittests src/lib.rs (target/debug/deps/asic-20c1ff31111c00a4) |
| 2568 | 2026-03-03T03:00:29.541Z | |
| 2569 | 2026-03-03T03:00:29.541Z | running 8 tests |
| 2570 | 2026-03-03T03:00:29.544Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2571 | 2026-03-03T03:00:29.544Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2572 | 2026-03-03T03:00:29.544Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2573 | 2026-03-03T03:00:29.544Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2574 | 2026-03-03T03:00:29.544Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2575 | 2026-03-03T03:00:29.544Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2576 | 2026-03-03T03:00:29.552Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2577 | 2026-03-03T03:00:30.044Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2578 | 2026-03-03T03:00:30.044Z | |
| 2579 | 2026-03-03T03:00:30.044Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2580 | 2026-03-03T03:00:30.044Z | |
| 2581 | 2026-03-03T03:00:30.054Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2582 | 2026-03-03T03:00:30.057Z | |
| 2583 | 2026-03-03T03:00:30.057Z | running 10 tests |
| 2584 | 2026-03-03T03:00:30.060Z | test nat::tests::test_vni ... ok |
| 2585 | 2026-03-03T03:00:30.061Z | test network::tests::test_eui64 ... ok |
| 2586 | 2026-03-03T03:00:30.061Z | test network::tests::test_equal ... ok |
| 2587 | 2026-03-03T03:00:30.061Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2588 | 2026-03-03T03:00:30.061Z | test network::tests::test_into ... ok |
| 2589 | 2026-03-03T03:00:30.061Z | test network::tests::test_not_equal ... ok |
| 2590 | 2026-03-03T03:00:30.061Z | test network::tests::test_parse ... ok |
| 2591 | 2026-03-03T03:00:30.061Z | test network::tests::test_to_string ... ok |
| 2592 | 2026-03-03T03:00:30.061Z | test test_purge ... ok |
| 2593 | 2026-03-03T03:00:30.064Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2594 | 2026-03-03T03:00:30.064Z | |
| 2595 | 2026-03-03T03:00:30.064Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2596 | 2026-03-03T03:00:30.064Z | |
| 2597 | 2026-03-03T03:00:30.064Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-89d5d9bcd42cb2b0) |
| 2598 | 2026-03-03T03:00:30.070Z | |
| 2599 | 2026-03-03T03:00:30.070Z | running 1 test |
| 2600 | 2026-03-03T03:00:31.955Z | test test::test_apis_up_to_date ... ok |
| 2601 | 2026-03-03T03:00:31.955Z | |
| 2602 | 2026-03-03T03:00:31.955Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.88s |
| 2603 | 2026-03-03T03:00:31.955Z | |
| 2604 | 2026-03-03T03:00:31.996Z | Running unittests src/main.rs (target/debug/deps/dpd-4ee8b9ba827c3c3a) |
| 2605 | 2026-03-03T03:00:32.080Z | |
| 2606 | 2026-03-03T03:00:32.080Z | running 46 tests |
| 2607 | 2026-03-03T03:00:32.083Z | test freemap::test_ordering ... ok |
| 2608 | 2026-03-03T03:00:32.083Z | test freemap::test_split ... ok |
| 2609 | 2026-03-03T03:00:32.083Z | test config::tests::test_updates ... ok |
| 2610 | 2026-03-03T03:00:32.083Z | test macaddrs::tests::test_mac_offset ... ok |
| 2611 | 2026-03-03T03:00:32.083Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2612 | 2026-03-03T03:00:32.083Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2613 | 2026-03-03T03:00:32.083Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2614 | 2026-03-03T03:00:32.083Z | test nat::test_mapping ... ok |
| 2615 | 2026-03-03T03:00:32.086Z | test port_map::tests::dump_map ... ok |
| 2616 | 2026-03-03T03:00:32.086Z | test port_map::tests::test_backplane_group ... ok |
| 2617 | 2026-03-03T03:00:32.086Z | test port_map::tests::test_port_map ... ok |
| 2618 | 2026-03-03T03:00:32.086Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2619 | 2026-03-03T03:00:32.086Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2620 | 2026-03-03T03:00:32.086Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2621 | 2026-03-03T03:00:32.086Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2622 | 2026-03-03T03:00:32.086Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2623 | 2026-03-03T03:00:32.086Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2624 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.868Mar 03 03:00:30.868 DEBGDEBG created new freemapcreated new freemap, unit: freemap_test, unit: freemap_test |
| 2625 | 2026-03-03T03:00:32.090Z | |
| 2626 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869Mar 03 03:00:30.869 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2627 | 2026-03-03T03:00:32.090Z | |
| 2628 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869Mar 03 03:00:30.869 DEBGDEBG reset freemapreset freemap, , unitunit:: Mar 03 03:00:30.869freemap_test DEBGfreemap_test |
| 2629 | 2026-03-03T03:00:32.090Z | |
| 2630 | 2026-03-03T03:00:32.090Z | created new freemap, unit: freemap_test |
| 2631 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG Mar 03 03:00:30.869initted freemap. size: 128 , DEBGunit :created new freemap freemap_test, |
| 2632 | 2026-03-03T03:00:32.090Z | unit: freemap_test |
| 2633 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG reset freemap, unit: freemap_testMar 03 03:00:30.869 |
| 2634 | 2026-03-03T03:00:32.090Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2635 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG reset freemap, unit: freemap_test |
| 2636 | 2026-03-03T03:00:32.090Z | test freemap::test_span ... ok |
| 2637 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG created new freemap, unit: freemap_test |
| 2638 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG initted freemap. size: 128, unit: freemap_test |
| 2639 | 2026-03-03T03:00:32.090Z | test freemap::test_reclaim ... ok |
| 2640 | 2026-03-03T03:00:32.090Z | Mar 03 03:00:30.869 DEBG reset freemap, unit: freemap_test |
| 2641 | 2026-03-03T03:00:32.090Z | test freemap::test_free ... ok |
| 2642 | 2026-03-03T03:00:32.090Z | test freemap::test_basic ... ok |
| 2643 | 2026-03-03T03:00:32.090Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2644 | 2026-03-03T03:00:32.090Z | test freemap::test_exhaustion ... ok |
| 2645 | 2026-03-03T03:00:32.090Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2646 | 2026-03-03T03:00:32.090Z | test api_server::tests::test_build_info ... ok |
| 2647 | 2026-03-03T03:00:32.090Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2648 | 2026-03-03T03:00:32.090Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2649 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2650 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2651 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2652 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2653 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2654 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2655 | 2026-03-03T03:00:32.091Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2656 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2657 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2658 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2659 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2660 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2661 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2662 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2663 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2664 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2665 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2666 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2667 | 2026-03-03T03:00:32.094Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2668 | 2026-03-03T03:00:32.094Z | |
| 2669 | 2026-03-03T03:00:32.094Z | test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2670 | 2026-03-03T03:00:32.095Z | |
| 2671 | 2026-03-03T03:00:32.106Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3c014af64db634dc) |
| 2672 | 2026-03-03T03:00:32.109Z | |
| 2673 | 2026-03-03T03:00:32.109Z | running 0 tests |
| 2674 | 2026-03-03T03:00:32.109Z | |
| 2675 | 2026-03-03T03:00:32.109Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2676 | 2026-03-03T03:00:32.109Z | |
| 2677 | 2026-03-03T03:00:32.113Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-819a163d1044306a) |
| 2678 | 2026-03-03T03:00:32.113Z | |
| 2679 | 2026-03-03T03:00:32.113Z | running 0 tests |
| 2680 | 2026-03-03T03:00:32.113Z | |
| 2681 | 2026-03-03T03:00:32.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2682 | 2026-03-03T03:00:32.114Z | |
| 2683 | 2026-03-03T03:00:32.116Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-0c23eeb38e8285cf) |
| 2684 | 2026-03-03T03:00:32.116Z | |
| 2685 | 2026-03-03T03:00:32.117Z | running 2 tests |
| 2686 | 2026-03-03T03:00:32.121Z | test tests::test_parse_client_port_id ... ok |
| 2687 | 2026-03-03T03:00:32.121Z | test tests::test_port_id_cmp ... ok |
| 2688 | 2026-03-03T03:00:32.121Z | |
| 2689 | 2026-03-03T03:00:32.121Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2690 | 2026-03-03T03:00:32.121Z | |
| 2691 | 2026-03-03T03:00:32.121Z | Running tests/test_all.rs (target/debug/deps/test_all-60fcc5fb7780a9ac) |
| 2692 | 2026-03-03T03:00:32.124Z | |
| 2693 | 2026-03-03T03:00:32.124Z | running 0 tests |
| 2694 | 2026-03-03T03:00:32.124Z | |
| 2695 | 2026-03-03T03:00:32.124Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2696 | 2026-03-03T03:00:32.124Z | |
| 2697 | 2026-03-03T03:00:32.124Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2698 | 2026-03-03T03:00:32.124Z | |
| 2699 | 2026-03-03T03:00:32.124Z | running 0 tests |
| 2700 | 2026-03-03T03:00:32.124Z | |
| 2701 | 2026-03-03T03:00:32.125Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2702 | 2026-03-03T03:00:32.125Z | |
| 2703 | 2026-03-03T03:00:32.125Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2704 | 2026-03-03T03:00:32.128Z | |
| 2705 | 2026-03-03T03:00:32.128Z | running 12 tests |
| 2706 | 2026-03-03T03:00:32.128Z | test icmp::test_v6_checksum ... ok |
| 2707 | 2026-03-03T03:00:32.128Z | test icmp::test_v4_checksum ... ok |
| 2708 | 2026-03-03T03:00:32.128Z | test lldp::test_lldp_parse ... ok |
| 2709 | 2026-03-03T03:00:32.128Z | test ipv6::test_ipv6_parse ... ok |
| 2710 | 2026-03-03T03:00:32.128Z | test pbuf::test_byte ... ok |
| 2711 | 2026-03-03T03:00:32.128Z | test pbuf::test_nibble ... ok |
| 2712 | 2026-03-03T03:00:32.128Z | test pbuf::test_overflow ... ok |
| 2713 | 2026-03-03T03:00:32.128Z | test pbuf::test_short ... ok |
| 2714 | 2026-03-03T03:00:32.128Z | test pbuf::test_word ... ok |
| 2715 | 2026-03-03T03:00:32.128Z | test pbuf::test_twelve ... ok |
| 2716 | 2026-03-03T03:00:32.128Z | test tcp::test_checksum_syn_nodata ... ok |
| 2717 | 2026-03-03T03:00:32.128Z | test tcp::test_checksum_ack_data ... ok |
| 2718 | 2026-03-03T03:00:32.128Z | |
| 2719 | 2026-03-03T03:00:32.128Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2720 | 2026-03-03T03:00:32.128Z | |
| 2721 | 2026-03-03T03:00:32.128Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2722 | 2026-03-03T03:00:32.131Z | |
| 2723 | 2026-03-03T03:00:32.131Z | running 0 tests |
| 2724 | 2026-03-03T03:00:32.131Z | |
| 2725 | 2026-03-03T03:00:32.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2726 | 2026-03-03T03:00:32.131Z | |
| 2727 | 2026-03-03T03:00:32.131Z | Running unittests src/main.rs (target/debug/deps/swadm-f57ffb4a28531277) |
| 2728 | 2026-03-03T03:00:32.135Z | |
| 2729 | 2026-03-03T03:00:32.135Z | running 4 tests |
| 2730 | 2026-03-03T03:00:32.135Z | test switchport::test::test_compute_lanes ... ok |
| 2731 | 2026-03-03T03:00:32.135Z | test switchport::test::port_id_ordering ... ok |
| 2732 | 2026-03-03T03:00:32.135Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2733 | 2026-03-03T03:00:32.135Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2734 | 2026-03-03T03:00:32.135Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2735 | 2026-03-03T03:00:32.135Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2736 | 2026-03-03T03:00:32.135Z | Tx Enabled: Yes Yes Yes Yes |
| 2737 | 2026-03-03T03:00:32.135Z | Tx Loss-of-lock: No No No No |
| 2738 | 2026-03-03T03:00:32.135Z | Tx Loss-of-signal: No No No No |
| 2739 | 2026-03-03T03:00:32.135Z | Tx CDR Enabled: No No No No |
| 2740 | 2026-03-03T03:00:32.135Z | Tx Adaptive EQ Fault: No No No No |
| 2741 | 2026-03-03T03:00:32.135Z | Tx Fault: Yes Yes Yes Yes |
| 2742 | 2026-03-03T03:00:32.135Z | test switchport::test::test_print_sff_datapath ... ok Lane 0 |
| 2743 | 2026-03-03T03:00:32.135Z | Lane 1 Lane 2 Lane 3 |
| 2744 | 2026-03-03T03:00:32.135Z | State: Activated Activated Activated Activated |
| 2745 | 2026-03-03T03:00:32.135Z | Rx Output Enabled: false false false false |
| 2746 | 2026-03-03T03:00:32.135Z | Rx Output Status: valid valid valid valid |
| 2747 | 2026-03-03T03:00:32.135Z | Rx Loss-of-lock: true true true true |
| 2748 | 2026-03-03T03:00:32.135Z | Rx Loss-of-signal: false false false false |
| 2749 | 2026-03-03T03:00:32.135Z | Rx Auto-squelch Disable: true true true true |
| 2750 | 2026-03-03T03:00:32.135Z | Tx Output Enabled: true true true true |
| 2751 | 2026-03-03T03:00:32.135Z | Tx Output Status: invalid invalid invalid invalid |
| 2752 | 2026-03-03T03:00:32.135Z | Tx Loss-of-lock: false false false false |
| 2753 | 2026-03-03T03:00:32.135Z | Tx Loss-of-signal: true true true true |
| 2754 | 2026-03-03T03:00:32.135Z | Tx Auto-squelch Disable: false false false false |
| 2755 | 2026-03-03T03:00:32.135Z | Tx Adaptive EQ Fail: true true true true |
| 2756 | 2026-03-03T03:00:32.135Z | Tx Failure: false false false false |
| 2757 | 2026-03-03T03:00:32.135Z | Tx Force Squelch: true true true true |
| 2758 | 2026-03-03T03:00:32.136Z | Tx Input Polarity: normal normal normal normal |
| 2759 | 2026-03-03T03:00:32.136Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2760 | 2026-03-03T03:00:32.136Z | |
| 2761 | 2026-03-03T03:00:32.136Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2762 | 2026-03-03T03:00:32.136Z | |
| 2763 | 2026-03-03T03:00:32.139Z | Running tests/counters.rs (target/debug/deps/counters-28ea2e8a5e3ec089) |
| 2764 | 2026-03-03T03:00:32.139Z | |
| 2765 | 2026-03-03T03:00:32.139Z | running 1 test |
| 2766 | 2026-03-03T03:00:32.139Z | test test_p4_counter_list ... ignored |
| 2767 | 2026-03-03T03:00:32.139Z | |
| 2768 | 2026-03-03T03:00:32.139Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2769 | 2026-03-03T03:00:32.139Z | |
| 2770 | 2026-03-03T03:00:32.139Z | Running tests/port-link.rs (target/debug/deps/port_link-cbb066236a2e083c) |
| 2771 | 2026-03-03T03:00:32.143Z | |
| 2772 | 2026-03-03T03:00:32.143Z | running 5 tests |
| 2773 | 2026-03-03T03:00:32.143Z | test test_an ... ignored |
| 2774 | 2026-03-03T03:00:32.143Z | test test_enable ... ignored |
| 2775 | 2026-03-03T03:00:32.143Z | test test_ip_addresses ... ignored |
| 2776 | 2026-03-03T03:00:32.143Z | test test_kr ... ignored |
| 2777 | 2026-03-03T03:00:32.143Z | test test_mac ... ignored |
| 2778 | 2026-03-03T03:00:32.143Z | |
| 2779 | 2026-03-03T03:00:32.143Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2780 | 2026-03-03T03:00:32.143Z | |
| 2781 | 2026-03-03T03:00:32.143Z | Running unittests src/main.rs (target/debug/deps/tfportd-24628c79dd9e4c4a) |
| 2782 | 2026-03-03T03:00:32.147Z | |
| 2783 | 2026-03-03T03:00:32.148Z | running 3 tests |
| 2784 | 2026-03-03T03:00:32.151Z | test linklocal::test_parse_ipadm ... ok |
| 2785 | 2026-03-03T03:00:32.151Z | test tfport::test_parse_tfport ... ok |
| 2786 | 2026-03-03T03:00:32.151Z | test config::tests::test_updates ... ok |
| 2787 | 2026-03-03T03:00:32.151Z | |
| 2788 | 2026-03-03T03:00:32.151Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2789 | 2026-03-03T03:00:32.151Z | |
| 2790 | 2026-03-03T03:00:32.151Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2791 | 2026-03-03T03:00:32.155Z | |
| 2792 | 2026-03-03T03:00:32.155Z | running 0 tests |
| 2793 | 2026-03-03T03:00:32.155Z | |
| 2794 | 2026-03-03T03:00:32.155Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2795 | 2026-03-03T03:00:32.155Z | |
| 2796 | 2026-03-03T03:00:32.155Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2797 | 2026-03-03T03:00:32.155Z | |
| 2798 | 2026-03-03T03:00:32.155Z | running 0 tests |
| 2799 | 2026-03-03T03:00:32.155Z | |
| 2800 | 2026-03-03T03:00:32.156Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2801 | 2026-03-03T03:00:32.156Z | |
| 2802 | 2026-03-03T03:00:32.156Z | Doc-tests aal |
| 2803 | 2026-03-03T03:00:32.297Z | |
| 2804 | 2026-03-03T03:00:32.297Z | running 0 tests |
| 2805 | 2026-03-03T03:00:32.297Z | |
| 2806 | 2026-03-03T03:00:32.297Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2807 | 2026-03-03T03:00:32.297Z | |
| 2808 | 2026-03-03T03:00:32.313Z | Doc-tests aal_macros |
| 2809 | 2026-03-03T03:00:32.406Z | |
| 2810 | 2026-03-03T03:00:32.406Z | running 0 tests |
| 2811 | 2026-03-03T03:00:32.406Z | |
| 2812 | 2026-03-03T03:00:32.407Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2813 | 2026-03-03T03:00:32.407Z | |
| 2814 | 2026-03-03T03:00:32.418Z | Doc-tests common |
| 2815 | 2026-03-03T03:00:32.742Z | |
| 2816 | 2026-03-03T03:00:32.742Z | running 0 tests |
| 2817 | 2026-03-03T03:00:32.742Z | |
| 2818 | 2026-03-03T03:00:32.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2819 | 2026-03-03T03:00:32.742Z | |
| 2820 | 2026-03-03T03:00:32.761Z | Doc-tests dpd_api |
| 2821 | 2026-03-03T03:00:34.298Z | |
| 2822 | 2026-03-03T03:00:34.298Z | running 2 tests |
| 2823 | 2026-03-03T03:00:34.299Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored |
| 2824 | 2026-03-03T03:00:34.299Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored |
| 2825 | 2026-03-03T03:00:34.299Z | |
| 2826 | 2026-03-03T03:00:34.299Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2827 | 2026-03-03T03:00:34.299Z | |
| 2828 | 2026-03-03T03:00:34.337Z | Doc-tests dpd_client |
| 2829 | 2026-03-03T03:00:36.165Z | |
| 2830 | 2026-03-03T03:00:36.165Z | running 0 tests |
| 2831 | 2026-03-03T03:00:36.165Z | |
| 2832 | 2026-03-03T03:00:36.165Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2833 | 2026-03-03T03:00:36.165Z | |
| 2834 | 2026-03-03T03:00:36.207Z | Doc-tests dpd_types |
| 2835 | 2026-03-03T03:00:36.677Z | |
| 2836 | 2026-03-03T03:00:36.678Z | running 0 tests |
| 2837 | 2026-03-03T03:00:36.678Z | |
| 2838 | 2026-03-03T03:00:36.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2839 | 2026-03-03T03:00:36.678Z | |
| 2840 | 2026-03-03T03:00:36.707Z | Doc-tests packet |
| 2841 | 2026-03-03T03:00:36.855Z | |
| 2842 | 2026-03-03T03:00:36.855Z | running 0 tests |
| 2843 | 2026-03-03T03:00:36.855Z | |
| 2844 | 2026-03-03T03:00:36.855Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2845 | 2026-03-03T03:00:36.855Z | |
| 2846 | 2026-03-03T03:00:36.871Z | Doc-tests pcap |
| 2847 | 2026-03-03T03:00:36.935Z | |
| 2848 | 2026-03-03T03:00:36.935Z | running 0 tests |
| 2849 | 2026-03-03T03:00:36.935Z | |
| 2850 | 2026-03-03T03:00:36.935Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2851 | 2026-03-03T03:00:36.935Z | |
| 2852 | 2026-03-03T03:00:36.985Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2853 | 2026-03-03T03:00:36.985Z | + RUST_BACKTRACE=full |
| 2854 | 2026-03-03T03:00:36.985Z | + cargo test --features softnpu --no-fail-fast |
| 2855 | 2026-03-03T03:00:37.993Z | Compiling num-integer v0.1.46 |
| 2856 | 2026-03-03T03:00:38.100Z | Compiling num-complex v0.4.6 |
| 2857 | 2026-03-03T03:00:38.186Z | Compiling bitstruct_derive v0.1.0 |
| 2858 | 2026-03-03T03:00:38.189Z | Compiling tap v1.0.1 |
| 2859 | 2026-03-03T03:00:38.399Z | Compiling wyz v0.5.1 |
| 2860 | 2026-03-03T03:00:38.751Z | Compiling num-iter v0.1.45 |
| 2861 | 2026-03-03T03:00:38.831Z | Compiling num-rational v0.4.2 |
| 2862 | 2026-03-03T03:00:38.855Z | Compiling num-bigint v0.4.6 |
| 2863 | 2026-03-03T03:00:39.071Z | Compiling radium v0.7.0 |
| 2864 | 2026-03-03T03:00:39.127Z | Compiling funty v2.0.0 |
| 2865 | 2026-03-03T03:00:39.168Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2866 | 2026-03-03T03:00:39.252Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2867 | 2026-03-03T03:00:39.508Z | Compiling num v0.4.3 |
| 2868 | 2026-03-03T03:00:39.527Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2869 | 2026-03-03T03:00:39.569Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2870 | 2026-03-03T03:00:39.635Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2871 | 2026-03-03T03:00:39.753Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2872 | 2026-03-03T03:00:40.085Z | Compiling bitvec v1.0.1 |
| 2873 | 2026-03-03T03:00:40.106Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2874 | 2026-03-03T03:00:40.129Z | Compiling typeid v1.0.3 |
| 2875 | 2026-03-03T03:00:40.313Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2876 | 2026-03-03T03:00:40.334Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2877 | 2026-03-03T03:00:40.653Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2878 | 2026-03-03T03:00:40.837Z | Compiling ascii v1.1.0 |
| 2879 | 2026-03-03T03:00:41.039Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2880 | 2026-03-03T03:00:42.026Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2881 | 2026-03-03T03:00:42.116Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2882 | 2026-03-03T03:00:42.157Z | Compiling erased-serde v0.4.8 |
| 2883 | 2026-03-03T03:00:43.070Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2884 | 2026-03-03T03:00:43.125Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2885 | 2026-03-03T03:00:43.342Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2886 | 2026-03-03T03:00:43.489Z | Compiling bitstruct v0.1.1 |
| 2887 | 2026-03-03T03:00:43.641Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2888 | 2026-03-03T03:00:43.980Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2889 | 2026-03-03T03:00:44.076Z | Compiling serde_arrays v0.1.0 |
| 2890 | 2026-03-03T03:00:44.292Z | Compiling libloading v0.7.4 |
| 2891 | 2026-03-03T03:00:44.761Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2892 | 2026-03-03T03:00:45.058Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2893 | 2026-03-03T03:00:45.343Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2894 | 2026-03-03T03:00:46.632Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2895 | 2026-03-03T03:00:47.308Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2896 | 2026-03-03T03:00:50.140Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2897 | 2026-03-03T03:00:51.977Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2898 | 2026-03-03T03:00:59.383Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2899 | 2026-03-03T03:00:59.891Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2900 | 2026-03-03T03:00:59.911Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2901 | 2026-03-03T03:01:00.998Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2902 | 2026-03-03T03:01:01.743Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2903 | 2026-03-03T03:01:05.449Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2904 | 2026-03-03T03:01:06.354Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2905 | 2026-03-03T03:01:06.491Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2906 | 2026-03-03T03:01:17.148Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2907 | 2026-03-03T03:01:22.712Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2908 | 2026-03-03T03:01:23.751Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2909 | 2026-03-03T03:01:23.823Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2910 | 2026-03-03T03:01:24.859Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2911 | 2026-03-03T03:01:37.557Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2912 | 2026-03-03T03:01:41.961Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2913 | 2026-03-03T03:01:49.967Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2914 | 2026-03-03T03:02:46.966Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 2915 | 2026-03-03T03:02:47.114Z | Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978) |
| 2916 | 2026-03-03T03:02:47.117Z | |
| 2917 | 2026-03-03T03:02:47.117Z | running 0 tests |
| 2918 | 2026-03-03T03:02:47.117Z | |
| 2919 | 2026-03-03T03:02:47.117Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2920 | 2026-03-03T03:02:47.117Z | |
| 2921 | 2026-03-03T03:02:47.120Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2922 | 2026-03-03T03:02:47.123Z | |
| 2923 | 2026-03-03T03:02:47.123Z | running 0 tests |
| 2924 | 2026-03-03T03:02:47.123Z | |
| 2925 | 2026-03-03T03:02:47.123Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2926 | 2026-03-03T03:02:47.123Z | |
| 2927 | 2026-03-03T03:02:47.123Z | Running unittests src/lib.rs (target/debug/deps/asic-843c2ef0f045f06f) |
| 2928 | 2026-03-03T03:02:47.126Z | |
| 2929 | 2026-03-03T03:02:47.126Z | running 0 tests |
| 2930 | 2026-03-03T03:02:47.126Z | |
| 2931 | 2026-03-03T03:02:47.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2932 | 2026-03-03T03:02:47.126Z | |
| 2933 | 2026-03-03T03:02:47.126Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2934 | 2026-03-03T03:02:47.129Z | |
| 2935 | 2026-03-03T03:02:47.129Z | running 10 tests |
| 2936 | 2026-03-03T03:02:47.129Z | test nat::tests::test_vni ... ok |
| 2937 | 2026-03-03T03:02:47.130Z | test network::tests::test_equal ... ok |
| 2938 | 2026-03-03T03:02:47.130Z | test network::tests::test_eui64 ... ok |
| 2939 | 2026-03-03T03:02:47.130Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2940 | 2026-03-03T03:02:47.130Z | test network::tests::test_into ... ok |
| 2941 | 2026-03-03T03:02:47.130Z | test network::tests::test_not_equal ... ok |
| 2942 | 2026-03-03T03:02:47.130Z | test network::tests::test_to_string ... ok |
| 2943 | 2026-03-03T03:02:47.130Z | test network::tests::test_parse ... ok |
| 2944 | 2026-03-03T03:02:47.130Z | test test_purge ... ok |
| 2945 | 2026-03-03T03:02:47.133Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2946 | 2026-03-03T03:02:47.133Z | |
| 2947 | 2026-03-03T03:02:47.133Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2948 | 2026-03-03T03:02:47.133Z | |
| 2949 | 2026-03-03T03:02:47.133Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e1f75e321cf69d) |
| 2950 | 2026-03-03T03:02:47.139Z | |
| 2951 | 2026-03-03T03:02:47.139Z | running 1 test |
| 2952 | 2026-03-03T03:02:49.074Z | test test::test_apis_up_to_date ... ok |
| 2953 | 2026-03-03T03:02:49.074Z | |
| 2954 | 2026-03-03T03:02:49.074Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s |
| 2955 | 2026-03-03T03:02:49.074Z | |
| 2956 | 2026-03-03T03:02:49.117Z | Running unittests src/main.rs (target/debug/deps/dpd-691c7f30bace9abd) |
| 2957 | 2026-03-03T03:02:49.124Z | |
| 2958 | 2026-03-03T03:02:49.124Z | running 18 tests |
| 2959 | 2026-03-03T03:02:49.127Z | test freemap::test_ordering ... ok |
| 2960 | 2026-03-03T03:02:49.127Z | test freemap::test_split ... ok |
| 2961 | 2026-03-03T03:02:49.127Z | test config::tests::test_updates ... ok |
| 2962 | 2026-03-03T03:02:49.127Z | test macaddrs::tests::test_mac_offset ... ok |
| 2963 | 2026-03-03T03:02:49.130Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2964 | 2026-03-03T03:02:49.130Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2965 | 2026-03-03T03:02:49.130Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2966 | 2026-03-03T03:02:49.130Z | test nat::test_mapping ... ok |
| 2967 | 2026-03-03T03:02:49.130Z | test port_map::tests::dump_map ... ok |
| 2968 | 2026-03-03T03:02:49.130Z | test port_map::tests::test_backplane_group ... ok |
| 2969 | 2026-03-03T03:02:49.130Z | test port_map::tests::test_port_map ... ok |
| 2970 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG created new freemap, unit: freemap_test |
| 2971 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG initted freemap. size: 128, unit: freemap_test |
| 2972 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG reset freemap, unit: freemap_test |
| 2973 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG created new freemap, unit: freemap_test |
| 2974 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889Mar 03 03:02:47.889 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2975 | 2026-03-03T03:02:49.133Z | |
| 2976 | 2026-03-03T03:02:49.133Z | test freemap::test_basic ... ok |
| 2977 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889Mar 03 03:02:47.889 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 2978 | 2026-03-03T03:02:49.133Z | |
| 2979 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG reset freemap, unit: freemap_test |
| 2980 | 2026-03-03T03:02:49.133Z | test freemap::test_exhaustion ... ok |
| 2981 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.889 DEBG Mar 03 03:02:47.889created new freemap, unit: freemap_test |
| 2982 | 2026-03-03T03:02:49.133Z | Mar 03 03:02:47.890 DEBG initted freemap. size: 128, unit: freemap_testDEBG |
| 2983 | 2026-03-03T03:02:49.133Z | test freemap::test_reclaim ... ok |
| 2984 | 2026-03-03T03:02:49.134Z | Mar 03 03:02:47.890created new freemap DEBG reset freemap, unit: freemap_test |
| 2985 | 2026-03-03T03:02:49.134Z | , unit: freemap_test |
| 2986 | 2026-03-03T03:02:49.134Z | Mar 03 03:02:47.890 DEBG initted freemap. size: 128, unit: freemap_test |
| 2987 | 2026-03-03T03:02:49.134Z | Mar 03 03:02:47.890 DEBG reset freemap, unit: freemap_test |
| 2988 | 2026-03-03T03:02:49.134Z | test freemap::test_free ... ok |
| 2989 | 2026-03-03T03:02:49.134Z | test freemap::test_span ... ok |
| 2990 | 2026-03-03T03:02:49.134Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2991 | 2026-03-03T03:02:49.134Z | test api_server::tests::test_build_info ... ok |
| 2992 | 2026-03-03T03:02:49.134Z | |
| 2993 | 2026-03-03T03:02:49.134Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2994 | 2026-03-03T03:02:49.134Z | |
| 2995 | 2026-03-03T03:02:49.138Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9ca35aab4b2a4024) |
| 2996 | 2026-03-03T03:02:49.141Z | |
| 2997 | 2026-03-03T03:02:49.141Z | running 0 tests |
| 2998 | 2026-03-03T03:02:49.141Z | |
| 2999 | 2026-03-03T03:02:49.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3000 | 2026-03-03T03:02:49.141Z | |
| 3001 | 2026-03-03T03:02:49.141Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-457e7c65e642b85a) |
| 3002 | 2026-03-03T03:02:49.144Z | |
| 3003 | 2026-03-03T03:02:49.144Z | running 0 tests |
| 3004 | 2026-03-03T03:02:49.145Z | |
| 3005 | 2026-03-03T03:02:49.145Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3006 | 2026-03-03T03:02:49.145Z | |
| 3007 | 2026-03-03T03:02:49.145Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-85e8fce9a2d20191) |
| 3008 | 2026-03-03T03:02:49.147Z | |
| 3009 | 2026-03-03T03:02:49.147Z | running 2 tests |
| 3010 | 2026-03-03T03:02:49.147Z | test tests::test_parse_client_port_id ... ok |
| 3011 | 2026-03-03T03:02:49.147Z | test tests::test_port_id_cmp ... ok |
| 3012 | 2026-03-03T03:02:49.147Z | |
| 3013 | 2026-03-03T03:02:49.147Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3014 | 2026-03-03T03:02:49.147Z | |
| 3015 | 2026-03-03T03:02:49.151Z | Running tests/test_all.rs (target/debug/deps/test_all-26d5c8a6a4fe0d11) |
| 3016 | 2026-03-03T03:02:49.151Z | |
| 3017 | 2026-03-03T03:02:49.151Z | running 0 tests |
| 3018 | 2026-03-03T03:02:49.151Z | |
| 3019 | 2026-03-03T03:02:49.151Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3020 | 2026-03-03T03:02:49.151Z | |
| 3021 | 2026-03-03T03:02:49.151Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe) |
| 3022 | 2026-03-03T03:02:49.154Z | |
| 3023 | 2026-03-03T03:02:49.154Z | running 0 tests |
| 3024 | 2026-03-03T03:02:49.154Z | |
| 3025 | 2026-03-03T03:02:49.154Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3026 | 2026-03-03T03:02:49.154Z | |
| 3027 | 2026-03-03T03:02:49.154Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3028 | 2026-03-03T03:02:49.157Z | |
| 3029 | 2026-03-03T03:02:49.157Z | running 12 tests |
| 3030 | 2026-03-03T03:02:49.160Z | test icmp::test_v6_checksum ... ok |
| 3031 | 2026-03-03T03:02:49.160Z | test icmp::test_v4_checksum ... ok |
| 3032 | 2026-03-03T03:02:49.160Z | test ipv6::test_ipv6_parse ... ok |
| 3033 | 2026-03-03T03:02:49.160Z | test lldp::test_lldp_parse ... ok |
| 3034 | 2026-03-03T03:02:49.160Z | test pbuf::test_byte ... ok |
| 3035 | 2026-03-03T03:02:49.160Z | test pbuf::test_nibble ... ok |
| 3036 | 2026-03-03T03:02:49.160Z | test pbuf::test_short ... ok |
| 3037 | 2026-03-03T03:02:49.160Z | test pbuf::test_overflow ... ok |
| 3038 | 2026-03-03T03:02:49.160Z | test pbuf::test_twelve ... ok |
| 3039 | 2026-03-03T03:02:49.160Z | test pbuf::test_word ... ok |
| 3040 | 2026-03-03T03:02:49.160Z | test tcp::test_checksum_ack_data ... ok |
| 3041 | 2026-03-03T03:02:49.160Z | test tcp::test_checksum_syn_nodata ... ok |
| 3042 | 2026-03-03T03:02:49.160Z | |
| 3043 | 2026-03-03T03:02:49.161Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3044 | 2026-03-03T03:02:49.161Z | |
| 3045 | 2026-03-03T03:02:49.161Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3046 | 2026-03-03T03:02:49.164Z | |
| 3047 | 2026-03-03T03:02:49.164Z | running 0 tests |
| 3048 | 2026-03-03T03:02:49.164Z | |
| 3049 | 2026-03-03T03:02:49.164Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3050 | 2026-03-03T03:02:49.164Z | |
| 3051 | 2026-03-03T03:02:49.164Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 3052 | 2026-03-03T03:02:49.175Z | |
| 3053 | 2026-03-03T03:02:49.175Z | running 4 tests |
| 3054 | 2026-03-03T03:02:49.179Z | test switchport::test::test_compute_lanes ... ok |
| 3055 | 2026-03-03T03:02:49.183Z | test switchport::test::port_id_ordering ... ok |
| 3056 | 2026-03-03T03:02:49.186Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3057 | 2026-03-03T03:02:49.186Z | Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes Yes |
| 3058 | 2026-03-03T03:02:49.186Z | Lane 2 Rx Loss-of-signal: Yes YesLane 3 |
| 3059 | 2026-03-03T03:02:49.186Z | Yes Yes |
| 3060 | 2026-03-03T03:02:49.186Z | Rx CDR Enabled: Yes State: Activated Yes ActivatedYes Yes |
| 3061 | 2026-03-03T03:02:49.186Z | Activated Tx Enabled: YesActivated |
| 3062 | 2026-03-03T03:02:49.186Z | Yes Rx Output Enabled: false Yes Yes |
| 3063 | 2026-03-03T03:02:49.186Z | false Tx Loss-of-lock: No falseNo false |
| 3064 | 2026-03-03T03:02:49.186Z | No No |
| 3065 | 2026-03-03T03:02:49.186Z | Rx Output Status: valid Tx Loss-of-signal: No validNo validNo validNo |
| 3066 | 2026-03-03T03:02:49.186Z | |
| 3067 | 2026-03-03T03:02:49.186Z | Rx Loss-of-lock: true Tx CDR Enabled: No Notrue No trueNo |
| 3068 | 2026-03-03T03:02:49.186Z | true |
| 3069 | 2026-03-03T03:02:49.186Z | Tx Adaptive EQ Fault: No No Rx Loss-of-signal: falseNo No |
| 3070 | 2026-03-03T03:02:49.186Z | false Tx Fault: Yes falseYes falseYes |
| 3071 | 2026-03-03T03:02:49.186Z | Yes |
| 3072 | 2026-03-03T03:02:49.186Z | Rx Auto-squelch Disable: true true true true |
| 3073 | 2026-03-03T03:02:49.186Z | Tx Output Enabled: true true true true |
| 3074 | 2026-03-03T03:02:49.186Z | Tx Output Status: invalid invalid invalid invalid |
| 3075 | 2026-03-03T03:02:49.186Z | Tx Loss-of-lock: false false false false |
| 3076 | 2026-03-03T03:02:49.186Z | Tx Loss-of-signal: true true true true |
| 3077 | 2026-03-03T03:02:49.186Z | Tx Auto-squelch Disable: false false false false |
| 3078 | 2026-03-03T03:02:49.186Z | Tx Adaptive EQ Fail: true true true true |
| 3079 | 2026-03-03T03:02:49.186Z | Tx Failure: false false false false |
| 3080 | 2026-03-03T03:02:49.186Z | Tx Force Squelch: true true true true |
| 3081 | 2026-03-03T03:02:49.186Z | Tx Input Polarity: normal normal normal normal |
| 3082 | 2026-03-03T03:02:49.186Z | test switchport::test::test_print_sff_datapath ... ok |
| 3083 | 2026-03-03T03:02:49.186Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3084 | 2026-03-03T03:02:49.186Z | |
| 3085 | 2026-03-03T03:02:49.186Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3086 | 2026-03-03T03:02:49.186Z | |
| 3087 | 2026-03-03T03:02:49.190Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 3088 | 2026-03-03T03:02:49.194Z | |
| 3089 | 2026-03-03T03:02:49.194Z | running 1 test |
| 3090 | 2026-03-03T03:02:49.195Z | test test_p4_counter_list ... ignored |
| 3091 | 2026-03-03T03:02:49.195Z | |
| 3092 | 2026-03-03T03:02:49.197Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3093 | 2026-03-03T03:02:49.197Z | |
| 3094 | 2026-03-03T03:02:49.197Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 3095 | 2026-03-03T03:02:49.203Z | |
| 3096 | 2026-03-03T03:02:49.203Z | running 5 tests |
| 3097 | 2026-03-03T03:02:49.203Z | test test_an ... ignored |
| 3098 | 2026-03-03T03:02:49.203Z | test test_enable ... ignored |
| 3099 | 2026-03-03T03:02:49.203Z | test test_ip_addresses ... ignored |
| 3100 | 2026-03-03T03:02:49.203Z | test test_kr ... ignored |
| 3101 | 2026-03-03T03:02:49.203Z | test test_mac ... ignored |
| 3102 | 2026-03-03T03:02:49.203Z | |
| 3103 | 2026-03-03T03:02:49.206Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3104 | 2026-03-03T03:02:49.206Z | |
| 3105 | 2026-03-03T03:02:49.206Z | Running unittests src/main.rs (target/debug/deps/tfportd-37e7e1f15a73414d) |
| 3106 | 2026-03-03T03:02:49.210Z | |
| 3107 | 2026-03-03T03:02:49.210Z | running 3 tests |
| 3108 | 2026-03-03T03:02:49.212Z | test linklocal::test_parse_ipadm ... ok |
| 3109 | 2026-03-03T03:02:49.212Z | test config::tests::test_updates ... ok |
| 3110 | 2026-03-03T03:02:49.212Z | test tfport::test_parse_tfport ... ok |
| 3111 | 2026-03-03T03:02:49.212Z | |
| 3112 | 2026-03-03T03:02:49.212Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3113 | 2026-03-03T03:02:49.213Z | |
| 3114 | 2026-03-03T03:02:49.213Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3115 | 2026-03-03T03:02:49.216Z | |
| 3116 | 2026-03-03T03:02:49.216Z | running 0 tests |
| 3117 | 2026-03-03T03:02:49.216Z | |
| 3118 | 2026-03-03T03:02:49.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3119 | 2026-03-03T03:02:49.216Z | |
| 3120 | 2026-03-03T03:02:49.216Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3121 | 2026-03-03T03:02:49.219Z | |
| 3122 | 2026-03-03T03:02:49.219Z | running 0 tests |
| 3123 | 2026-03-03T03:02:49.219Z | |
| 3124 | 2026-03-03T03:02:49.219Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3125 | 2026-03-03T03:02:49.219Z | |
| 3126 | 2026-03-03T03:02:49.219Z | Doc-tests aal |
| 3127 | 2026-03-03T03:02:49.359Z | |
| 3128 | 2026-03-03T03:02:49.359Z | running 0 tests |
| 3129 | 2026-03-03T03:02:49.359Z | |
| 3130 | 2026-03-03T03:02:49.359Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3131 | 2026-03-03T03:02:49.359Z | |
| 3132 | 2026-03-03T03:02:49.374Z | Doc-tests aal_macros |
| 3133 | 2026-03-03T03:02:49.464Z | |
| 3134 | 2026-03-03T03:02:49.464Z | running 0 tests |
| 3135 | 2026-03-03T03:02:49.464Z | |
| 3136 | 2026-03-03T03:02:49.464Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3137 | 2026-03-03T03:02:49.464Z | |
| 3138 | 2026-03-03T03:02:49.476Z | Doc-tests common |
| 3139 | 2026-03-03T03:02:49.854Z | |
| 3140 | 2026-03-03T03:02:49.854Z | running 0 tests |
| 3141 | 2026-03-03T03:02:49.854Z | |
| 3142 | 2026-03-03T03:02:49.854Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3143 | 2026-03-03T03:02:49.854Z | |
| 3144 | 2026-03-03T03:02:49.875Z | Doc-tests dpd_api |
| 3145 | 2026-03-03T03:02:51.493Z | |
| 3146 | 2026-03-03T03:02:51.493Z | running 2 tests |
| 3147 | 2026-03-03T03:02:51.493Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored |
| 3148 | 2026-03-03T03:02:51.493Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored |
| 3149 | 2026-03-03T03:02:51.493Z | |
| 3150 | 2026-03-03T03:02:51.493Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3151 | 2026-03-03T03:02:51.493Z | |
| 3152 | 2026-03-03T03:02:51.535Z | Doc-tests dpd_client |
| 3153 | 2026-03-03T03:02:53.414Z | |
| 3154 | 2026-03-03T03:02:53.414Z | running 0 tests |
| 3155 | 2026-03-03T03:02:53.414Z | |
| 3156 | 2026-03-03T03:02:53.414Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3157 | 2026-03-03T03:02:53.414Z | |
| 3158 | 2026-03-03T03:02:53.459Z | Doc-tests dpd_types |
| 3159 | 2026-03-03T03:02:53.936Z | |
| 3160 | 2026-03-03T03:02:53.936Z | running 0 tests |
| 3161 | 2026-03-03T03:02:53.936Z | |
| 3162 | 2026-03-03T03:02:53.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3163 | 2026-03-03T03:02:53.936Z | |
| 3164 | 2026-03-03T03:02:53.966Z | Doc-tests packet |
| 3165 | 2026-03-03T03:02:54.114Z | |
| 3166 | 2026-03-03T03:02:54.114Z | running 0 tests |
| 3167 | 2026-03-03T03:02:54.114Z | |
| 3168 | 2026-03-03T03:02:54.114Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3169 | 2026-03-03T03:02:54.114Z | |
| 3170 | 2026-03-03T03:02:54.129Z | Doc-tests pcap |
| 3171 | 2026-03-03T03:02:54.194Z | |
| 3172 | 2026-03-03T03:02:54.194Z | running 0 tests |
| 3173 | 2026-03-03T03:02:54.194Z | |
| 3174 | 2026-03-03T03:02:54.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3175 | 2026-03-03T03:02:54.194Z | |
| 3176 | 2026-03-03T03:02:54.246Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3177 | 2026-03-03T03:02:54.246Z | + RUST_BACKTRACE=full |
| 3178 | 2026-03-03T03:02:54.246Z | + cargo test --features chaos --no-fail-fast |
| 3179 | 2026-03-03T03:02:55.229Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3180 | 2026-03-03T03:02:55.330Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3181 | 2026-03-03T03:02:55.347Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3182 | 2026-03-03T03:03:10.198Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3183 | 2026-03-03T03:03:10.980Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3184 | 2026-03-03T03:04:02.795Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 3185 | 2026-03-03T03:04:02.935Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 3186 | 2026-03-03T03:04:02.941Z | |
| 3187 | 2026-03-03T03:04:02.941Z | running 0 tests |
| 3188 | 2026-03-03T03:04:02.941Z | |
| 3189 | 2026-03-03T03:04:02.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3190 | 2026-03-03T03:04:02.944Z | |
| 3191 | 2026-03-03T03:04:02.944Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 3192 | 2026-03-03T03:04:02.947Z | |
| 3193 | 2026-03-03T03:04:02.947Z | running 0 tests |
| 3194 | 2026-03-03T03:04:02.948Z | |
| 3195 | 2026-03-03T03:04:02.951Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3196 | 2026-03-03T03:04:02.951Z | |
| 3197 | 2026-03-03T03:04:02.951Z | Running unittests src/lib.rs (target/debug/deps/asic-6a528eb38efcdc45) |
| 3198 | 2026-03-03T03:04:02.951Z | |
| 3199 | 2026-03-03T03:04:02.951Z | running 0 tests |
| 3200 | 2026-03-03T03:04:02.951Z | |
| 3201 | 2026-03-03T03:04:02.951Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3202 | 2026-03-03T03:04:02.951Z | |
| 3203 | 2026-03-03T03:04:02.954Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3204 | 2026-03-03T03:04:02.956Z | |
| 3205 | 2026-03-03T03:04:02.956Z | running 10 tests |
| 3206 | 2026-03-03T03:04:02.957Z | test nat::tests::test_vni ... ok |
| 3207 | 2026-03-03T03:04:02.957Z | test network::tests::test_equal ... ok |
| 3208 | 2026-03-03T03:04:02.957Z | test network::tests::test_eui64 ... ok |
| 3209 | 2026-03-03T03:04:02.957Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3210 | 2026-03-03T03:04:02.957Z | test network::tests::test_into ... ok |
| 3211 | 2026-03-03T03:04:02.957Z | test network::tests::test_not_equal ... ok |
| 3212 | 2026-03-03T03:04:02.957Z | test network::tests::test_parse ... ok |
| 3213 | 2026-03-03T03:04:02.957Z | test network::tests::test_to_string ... ok |
| 3214 | 2026-03-03T03:04:02.957Z | test test_purge ... ok |
| 3215 | 2026-03-03T03:04:02.960Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3216 | 2026-03-03T03:04:02.960Z | |
| 3217 | 2026-03-03T03:04:02.960Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3218 | 2026-03-03T03:04:02.960Z | |
| 3219 | 2026-03-03T03:04:02.960Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-89d5d9bcd42cb2b0) |
| 3220 | 2026-03-03T03:04:02.991Z | |
| 3221 | 2026-03-03T03:04:02.992Z | running 1 test |
| 3222 | 2026-03-03T03:04:04.970Z | test test::test_apis_up_to_date ... ok |
| 3223 | 2026-03-03T03:04:04.970Z | |
| 3224 | 2026-03-03T03:04:04.970Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.98s |
| 3225 | 2026-03-03T03:04:04.970Z | |
| 3226 | 2026-03-03T03:04:05.016Z | Running unittests src/main.rs (target/debug/deps/dpd-70db080d4afb55bb) |
| 3227 | 2026-03-03T03:04:06.026Z | |
| 3228 | 2026-03-03T03:04:06.026Z | running 18 tests |
| 3229 | 2026-03-03T03:04:06.030Z | test freemap::test_ordering ... ok |
| 3230 | 2026-03-03T03:04:06.030Z | test freemap::test_split ... ok |
| 3231 | 2026-03-03T03:04:06.031Z | test config::tests::test_updates ... ok |
| 3232 | 2026-03-03T03:04:06.031Z | test macaddrs::tests::test_mac_offset ... ok |
| 3233 | 2026-03-03T03:04:06.031Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3234 | 2026-03-03T03:04:06.031Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3235 | 2026-03-03T03:04:06.031Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3236 | 2026-03-03T03:04:06.031Z | test nat::test_mapping ... ok |
| 3237 | 2026-03-03T03:04:06.031Z | test port_map::tests::dump_map ... ok |
| 3238 | 2026-03-03T03:04:06.031Z | test port_map::tests::test_backplane_group ... ok |
| 3239 | 2026-03-03T03:04:06.031Z | test port_map::tests::test_port_map ... ok |
| 3240 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG created new freemap, unit: freemap_test |
| 3241 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG initted freemap. size: 128, unit: freemap_test |
| 3242 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG reset freemap, unit: freemap_test |
| 3243 | 2026-03-03T03:04:06.031Z | test freemap::test_reclaim ... ok |
| 3244 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG created new freemap, unit: freemap_test |
| 3245 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG initted freemap. size: 128, unit: freemap_test |
| 3246 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG reset freemap, unit: freemap_test |
| 3247 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG created new freemap, unit: freemap_test |
| 3248 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG initted freemap. size: 128, unit: freemap_test |
| 3249 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.775 DEBG reset freemap, unit: freemap_test |
| 3250 | 2026-03-03T03:04:06.031Z | test freemap::test_exhaustion ... ok |
| 3251 | 2026-03-03T03:04:06.031Z | test freemap::test_free ... ok |
| 3252 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.776 DEBG created new freemap, unit: freemap_test |
| 3253 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.776 DEBG initted freemap. size: 128, unit: freemap_test |
| 3254 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.776 Mar 03 03:04:03.776 DEBG created new freemap, unit: freemap_test |
| 3255 | 2026-03-03T03:04:06.031Z | DEBG reset freemapMar 03 03:04:03.776 DEBG initted freemap. size: 128, unit: freemap_test |
| 3256 | 2026-03-03T03:04:06.031Z | Mar 03 03:04:03.776 DEBG reset freemap, unit: freemap_test |
| 3257 | 2026-03-03T03:04:06.031Z | , unit: freemap_test |
| 3258 | 2026-03-03T03:04:06.031Z | test freemap::test_basic ... ok |
| 3259 | 2026-03-03T03:04:06.031Z | test freemap::test_span ... ok |
| 3260 | 2026-03-03T03:04:06.031Z | test api_server::tests::test_build_info ... ok |
| 3261 | 2026-03-03T03:04:06.031Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3262 | 2026-03-03T03:04:06.031Z | |
| 3263 | 2026-03-03T03:04:06.031Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3264 | 2026-03-03T03:04:06.031Z | |
| 3265 | 2026-03-03T03:04:06.031Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-64df5b42d62625b3) |
| 3266 | 2026-03-03T03:04:06.031Z | |
| 3267 | 2026-03-03T03:04:06.031Z | running 0 tests |
| 3268 | 2026-03-03T03:04:06.032Z | |
| 3269 | 2026-03-03T03:04:06.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3270 | 2026-03-03T03:04:06.032Z | |
| 3271 | 2026-03-03T03:04:06.032Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-819a163d1044306a) |
| 3272 | 2026-03-03T03:04:06.032Z | |
| 3273 | 2026-03-03T03:04:06.032Z | running 0 tests |
| 3274 | 2026-03-03T03:04:06.032Z | |
| 3275 | 2026-03-03T03:04:06.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3276 | 2026-03-03T03:04:06.032Z | |
| 3277 | 2026-03-03T03:04:06.032Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-8b3224fe38c68224) |
| 3278 | 2026-03-03T03:04:06.032Z | |
| 3279 | 2026-03-03T03:04:06.032Z | running 2 tests |
| 3280 | 2026-03-03T03:04:06.032Z | test tests::test_parse_client_port_id ... ok |
| 3281 | 2026-03-03T03:04:06.032Z | test tests::test_port_id_cmp ... ok |
| 3282 | 2026-03-03T03:04:06.032Z | |
| 3283 | 2026-03-03T03:04:06.032Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3284 | 2026-03-03T03:04:06.032Z | |
| 3285 | 2026-03-03T03:04:06.032Z | Running tests/test_all.rs (target/debug/deps/test_all-c76f50ac29290d8a) |
| 3286 | 2026-03-03T03:04:06.032Z | |
| 3287 | 2026-03-03T03:04:06.032Z | running 6 tests |
| 3288 | 2026-03-03T03:04:08.071Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3289 | 2026-03-03T03:04:08.074Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3290 | 2026-03-03T03:04:08.074Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3291 | 2026-03-03T03:04:08.083Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3292 | 2026-03-03T03:04:08.457Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3293 | 2026-03-03T03:04:10.786Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3294 | 2026-03-03T03:04:10.786Z | |
| 3295 | 2026-03-03T03:04:10.786Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.73s |
| 3296 | 2026-03-03T03:04:10.786Z | |
| 3297 | 2026-03-03T03:04:10.794Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 3298 | 2026-03-03T03:04:10.801Z | |
| 3299 | 2026-03-03T03:04:10.801Z | running 0 tests |
| 3300 | 2026-03-03T03:04:10.801Z | |
| 3301 | 2026-03-03T03:04:10.804Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3302 | 2026-03-03T03:04:10.804Z | |
| 3303 | 2026-03-03T03:04:10.804Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3304 | 2026-03-03T03:04:10.807Z | |
| 3305 | 2026-03-03T03:04:10.807Z | running 12 tests |
| 3306 | 2026-03-03T03:04:10.807Z | test icmp::test_v4_checksum ... ok |
| 3307 | 2026-03-03T03:04:10.807Z | test icmp::test_v6_checksum ... ok |
| 3308 | 2026-03-03T03:04:10.807Z | test ipv6::test_ipv6_parse ... ok |
| 3309 | 2026-03-03T03:04:10.807Z | test lldp::test_lldp_parse ... ok |
| 3310 | 2026-03-03T03:04:10.807Z | test pbuf::test_byte ... ok |
| 3311 | 2026-03-03T03:04:10.807Z | test pbuf::test_nibble ... ok |
| 3312 | 2026-03-03T03:04:10.807Z | test pbuf::test_short ... ok |
| 3313 | 2026-03-03T03:04:10.807Z | test pbuf::test_overflow ... ok |
| 3314 | 2026-03-03T03:04:10.807Z | test pbuf::test_twelve ... ok |
| 3315 | 2026-03-03T03:04:10.807Z | test pbuf::test_word ... ok |
| 3316 | 2026-03-03T03:04:10.807Z | test tcp::test_checksum_syn_nodata ... ok |
| 3317 | 2026-03-03T03:04:10.807Z | test tcp::test_checksum_ack_data ... ok |
| 3318 | 2026-03-03T03:04:10.807Z | |
| 3319 | 2026-03-03T03:04:10.807Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3320 | 2026-03-03T03:04:10.807Z | |
| 3321 | 2026-03-03T03:04:10.810Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3322 | 2026-03-03T03:04:10.810Z | |
| 3323 | 2026-03-03T03:04:10.810Z | running 0 tests |
| 3324 | 2026-03-03T03:04:10.810Z | |
| 3325 | 2026-03-03T03:04:10.810Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3326 | 2026-03-03T03:04:10.810Z | |
| 3327 | 2026-03-03T03:04:10.810Z | Running unittests src/main.rs (target/debug/deps/swadm-2133c2de568e9037) |
| 3328 | 2026-03-03T03:04:10.813Z | |
| 3329 | 2026-03-03T03:04:10.813Z | running 4 tests |
| 3330 | 2026-03-03T03:04:10.813Z | test switchport::test::test_compute_lanes ... ok |
| 3331 | 2026-03-03T03:04:10.817Z | test switchport::test::port_id_ordering ... ok |
| 3332 | 2026-03-03T03:04:10.817Z | Lane 0 Lane 1 Lane 0 Lane 2Lane 1 Lane 3Lane 2 |
| 3333 | 2026-03-03T03:04:10.817Z | Lane 3 Rx Loss-of-lock: Yes |
| 3334 | 2026-03-03T03:04:10.817Z | Yes State: Activated Yes ActivatedYes |
| 3335 | 2026-03-03T03:04:10.817Z | Activated Rx Loss-of-signal: Yes Activated |
| 3336 | 2026-03-03T03:04:10.817Z | Yes Rx Output Enabled: falseYes Yesfalse |
| 3337 | 2026-03-03T03:04:10.817Z | false Rx CDR Enabled: Yes falseYes |
| 3338 | 2026-03-03T03:04:10.817Z | Rx Output Status: validYes validYes |
| 3339 | 2026-03-03T03:04:10.817Z | valid Tx Enabled: Yes validYes |
| 3340 | 2026-03-03T03:04:10.817Z | Rx Loss-of-lock: trueYes Yestrue |
| 3341 | 2026-03-03T03:04:10.817Z | Tx Loss-of-lock: No true Notrue |
| 3342 | 2026-03-03T03:04:10.817Z | No Rx Loss-of-signal: false Nofalse |
| 3343 | 2026-03-03T03:04:10.818Z | Tx Loss-of-signal: No false Nofalse |
| 3344 | 2026-03-03T03:04:10.818Z | NoRx Auto-squelch Disable: true No |
| 3345 | 2026-03-03T03:04:10.818Z | true true Tx CDR Enabled: No trueNo |
| 3346 | 2026-03-03T03:04:10.818Z | No Tx Output Enabled: true No |
| 3347 | 2026-03-03T03:04:10.818Z | true Tx Adaptive EQ Fault: Notrue trueNo |
| 3348 | 2026-03-03T03:04:10.818Z | Tx Output Status: invalidNo invalidNo |
| 3349 | 2026-03-03T03:04:10.818Z | invalid Tx Fault: Yes invalid |
| 3350 | 2026-03-03T03:04:10.818Z | Yes Tx Loss-of-lock: false Yesfalse Yesfalse |
| 3351 | 2026-03-03T03:04:10.818Z | false |
| 3352 | 2026-03-03T03:04:10.818Z | Tx Loss-of-signal: true true true true |
| 3353 | 2026-03-03T03:04:10.818Z | Tx Auto-squelch Disable: false false false false |
| 3354 | 2026-03-03T03:04:10.818Z | Tx Adaptive EQ Fail: true true true true |
| 3355 | 2026-03-03T03:04:10.818Z | Tx Failure: false false false false |
| 3356 | 2026-03-03T03:04:10.818Z | Tx Force Squelch: true true true true |
| 3357 | 2026-03-03T03:04:10.818Z | Tx Input Polarity: normal normal normal normal |
| 3358 | 2026-03-03T03:04:10.818Z | test switchport::test::test_print_sff_datapath ... ok |
| 3359 | 2026-03-03T03:04:10.818Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3360 | 2026-03-03T03:04:10.818Z | |
| 3361 | 2026-03-03T03:04:10.818Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3362 | 2026-03-03T03:04:10.818Z | |
| 3363 | 2026-03-03T03:04:10.818Z | Running tests/counters.rs (target/debug/deps/counters-3bafc2b63c4bdc8e) |
| 3364 | 2026-03-03T03:04:10.821Z | |
| 3365 | 2026-03-03T03:04:10.821Z | running 1 test |
| 3366 | 2026-03-03T03:04:10.822Z | test test_p4_counter_list ... ignored |
| 3367 | 2026-03-03T03:04:10.822Z | |
| 3368 | 2026-03-03T03:04:10.822Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3369 | 2026-03-03T03:04:10.822Z | |
| 3370 | 2026-03-03T03:04:10.822Z | Running tests/port-link.rs (target/debug/deps/port_link-4679af1143aba65a) |
| 3371 | 2026-03-03T03:04:10.822Z | |
| 3372 | 2026-03-03T03:04:10.822Z | running 5 tests |
| 3373 | 2026-03-03T03:04:10.822Z | test test_an ... ignored |
| 3374 | 2026-03-03T03:04:10.822Z | test test_enable ... ignored |
| 3375 | 2026-03-03T03:04:10.822Z | test test_ip_addresses ... ignored |
| 3376 | 2026-03-03T03:04:10.822Z | test test_kr ... ignored |
| 3377 | 2026-03-03T03:04:10.822Z | test test_mac ... ignored |
| 3378 | 2026-03-03T03:04:10.822Z | |
| 3379 | 2026-03-03T03:04:10.822Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3380 | 2026-03-03T03:04:10.822Z | |
| 3381 | 2026-03-03T03:04:10.822Z | Running unittests src/main.rs (target/debug/deps/tfportd-40270ce48812325a) |
| 3382 | 2026-03-03T03:04:10.826Z | |
| 3383 | 2026-03-03T03:04:10.826Z | running 3 tests |
| 3384 | 2026-03-03T03:04:10.829Z | test tfport::test_parse_tfport ... ok |
| 3385 | 2026-03-03T03:04:10.829Z | test linklocal::test_parse_ipadm ... ok |
| 3386 | 2026-03-03T03:04:10.829Z | test config::tests::test_updates ... ok |
| 3387 | 2026-03-03T03:04:10.829Z | |
| 3388 | 2026-03-03T03:04:10.829Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3389 | 2026-03-03T03:04:10.829Z | |
| 3390 | 2026-03-03T03:04:10.829Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3391 | 2026-03-03T03:04:10.831Z | |
| 3392 | 2026-03-03T03:04:10.831Z | running 0 tests |
| 3393 | 2026-03-03T03:04:10.832Z | |
| 3394 | 2026-03-03T03:04:10.832Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3395 | 2026-03-03T03:04:10.832Z | |
| 3396 | 2026-03-03T03:04:10.832Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3397 | 2026-03-03T03:04:10.835Z | |
| 3398 | 2026-03-03T03:04:10.835Z | running 0 tests |
| 3399 | 2026-03-03T03:04:10.835Z | |
| 3400 | 2026-03-03T03:04:10.835Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3401 | 2026-03-03T03:04:10.835Z | |
| 3402 | 2026-03-03T03:04:10.835Z | Doc-tests aal |
| 3403 | 2026-03-03T03:04:10.976Z | |
| 3404 | 2026-03-03T03:04:10.977Z | running 0 tests |
| 3405 | 2026-03-03T03:04:10.977Z | |
| 3406 | 2026-03-03T03:04:10.977Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3407 | 2026-03-03T03:04:10.977Z | |
| 3408 | 2026-03-03T03:04:10.993Z | Doc-tests aal_macros |
| 3409 | 2026-03-03T03:04:11.085Z | |
| 3410 | 2026-03-03T03:04:11.085Z | running 0 tests |
| 3411 | 2026-03-03T03:04:11.085Z | |
| 3412 | 2026-03-03T03:04:11.085Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3413 | 2026-03-03T03:04:11.085Z | |
| 3414 | 2026-03-03T03:04:11.097Z | Doc-tests common |
| 3415 | 2026-03-03T03:04:11.414Z | |
| 3416 | 2026-03-03T03:04:11.414Z | running 0 tests |
| 3417 | 2026-03-03T03:04:11.414Z | |
| 3418 | 2026-03-03T03:04:11.414Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3419 | 2026-03-03T03:04:11.414Z | |
| 3420 | 2026-03-03T03:04:11.435Z | Doc-tests dpd_api |
| 3421 | 2026-03-03T03:04:12.997Z | |
| 3422 | 2026-03-03T03:04:12.997Z | running 2 tests |
| 3423 | 2026-03-03T03:04:12.997Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored |
| 3424 | 2026-03-03T03:04:12.997Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored |
| 3425 | 2026-03-03T03:04:12.997Z | |
| 3426 | 2026-03-03T03:04:12.997Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3427 | 2026-03-03T03:04:12.997Z | |
| 3428 | 2026-03-03T03:04:13.039Z | Doc-tests dpd_client |
| 3429 | 2026-03-03T03:04:14.883Z | |
| 3430 | 2026-03-03T03:04:14.883Z | running 0 tests |
| 3431 | 2026-03-03T03:04:14.883Z | |
| 3432 | 2026-03-03T03:04:14.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3433 | 2026-03-03T03:04:14.883Z | |
| 3434 | 2026-03-03T03:04:14.962Z | Doc-tests dpd_types |
| 3435 | 2026-03-03T03:04:15.401Z | |
| 3436 | 2026-03-03T03:04:15.401Z | running 0 tests |
| 3437 | 2026-03-03T03:04:15.401Z | |
| 3438 | 2026-03-03T03:04:15.401Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3439 | 2026-03-03T03:04:15.401Z | |
| 3440 | 2026-03-03T03:04:15.430Z | Doc-tests packet |
| 3441 | 2026-03-03T03:04:15.578Z | |
| 3442 | 2026-03-03T03:04:15.578Z | running 0 tests |
| 3443 | 2026-03-03T03:04:15.578Z | |
| 3444 | 2026-03-03T03:04:15.578Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3445 | 2026-03-03T03:04:15.578Z | |
| 3446 | 2026-03-03T03:04:15.595Z | Doc-tests pcap |
| 3447 | 2026-03-03T03:04:15.660Z | |
| 3448 | 2026-03-03T03:04:15.660Z | running 0 tests |
| 3449 | 2026-03-03T03:04:15.660Z | |
| 3450 | 2026-03-03T03:04:15.660Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3451 | 2026-03-03T03:04:15.660Z | |
| 3452 | 2026-03-03T03:04:15.711Z | process exited: duration 1164865 ms, exit code 0 |
| |
| 3453 | 2026-03-03T03:04:15.718Z | found 0 output files |