|
|
|
| 1 | 2026-03-08T04:15:33.896Z | job assigned to worker 01KK5TFMZS1ACYJGKZSSNM38C5 [factory gimlet-EVT22200007-propolis, EVT22200007/60642] (queued for 35 s) |
| |
| 2 | 2026-03-08T04:15:42.053Z | starting task 0: "setup" |
| 3 | 2026-03-08T04:15:42.078Z | ++ uname -s |
| 4 | 2026-03-08T04:15:42.078Z | + kern=SunOS |
| 5 | 2026-03-08T04:15:42.079Z | + build_user=build |
| 6 | 2026-03-08T04:15:42.079Z | + build_uid=12345 |
| 7 | 2026-03-08T04:15:42.079Z | + work_dir=/work |
| 8 | 2026-03-08T04:15:42.079Z | + input_dir=/input |
| 9 | 2026-03-08T04:15:42.079Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-08T04:15:42.079Z | + case "$kern" in |
| 11 | 2026-03-08T04:15:42.079Z | + groupadd -g 12345 build |
| 12 | 2026-03-08T04:15:42.079Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-08T04:15:44.078Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-08T04:15:44.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-08T04:15:44.140Z | + home_fs=zfs |
| 16 | 2026-03-08T04:15:44.140Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-08T04:15:44.140Z | + mkdir -p /home/build |
| 18 | 2026-03-08T04:15:44.140Z | + chown build:build /home/build /work |
| 19 | 2026-03-08T04:15:46.125Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-08T04:15:46.150Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-03-08T04:15:46.200Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-08T04:15:46.225Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-03-08T04:15:46.225Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-08T04:15:46.225Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-03-08T04:15:46.225Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-03-08T04:15:46.225Z | * rust toolchain channel = "1.90.0" |
| 27 | 2026-03-08T04:15:46.225Z | * rust toolchain profile = "default" |
| 28 | 2026-03-08T04:15:46.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-08T04:15:46.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-03-08T04:15:46.358Z | info: downloading installer |
| 31 | 2026-03-08T04:15:46.968Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-08T04:15:46.968Z | warn: /opt/ooce/bin |
| 33 | 2026-03-08T04:15:46.968Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-08T04:15:46.968Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-08T04:15:46.968Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-08T04:15:46.968Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-08T04:15:46.968Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-08T04:15:46.968Z | error: cannot install while Rust is installed |
| 39 | 2026-03-08T04:15:46.968Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-08T04:15:46.993Z | info: profile set to 'default' |
| 41 | 2026-03-08T04:15:46.993Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-08T04:15:46.993Z | info: syncing channel updates for '1.90.0-x86_64-unknown-illumos' |
| 43 | 2026-03-08T04:15:47.371Z | info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14) |
| 44 | 2026-03-08T04:15:47.371Z | info: downloading component 'cargo' |
| 45 | 2026-03-08T04:15:47.548Z | info: downloading component 'clippy' |
| 46 | 2026-03-08T04:15:47.626Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-08T04:15:47.883Z | info: downloading component 'rust-std' |
| 48 | 2026-03-08T04:15:48.205Z | info: downloading component 'rustc' |
| 49 | 2026-03-08T04:15:49.518Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-08T04:15:49.582Z | info: installing component 'cargo' |
| 51 | 2026-03-08T04:15:50.768Z | info: installing component 'clippy' |
| 52 | 2026-03-08T04:15:51.230Z | info: installing component 'rust-docs' |
| 53 | 2026-03-08T04:15:54.276Z | info: installing component 'rust-std' |
| 54 | 2026-03-08T04:15:56.448Z | info: installing component 'rustc' |
| 55 | 2026-03-08T04:16:04.179Z | info: installing component 'rustfmt' |
| 56 | 2026-03-08T04:16:04.563Z | info: default toolchain set to '1.90.0-x86_64-unknown-illumos' |
| 57 | 2026-03-08T04:16:04.563Z | |
| 58 | 2026-03-08T04:16:04.723Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 59 | 2026-03-08T04:16:04.723Z | |
| 60 | 2026-03-08T04:16:04.750Z | |
| 61 | 2026-03-08T04:16:04.750Z | Rust is installed now. Great! |
| 62 | 2026-03-08T04:16:04.750Z | |
| 63 | 2026-03-08T04:16:04.750Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-08T04:16:04.750Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-08T04:16:04.751Z | |
| 66 | 2026-03-08T04:16:04.751Z | To configure your current shell, you need to source |
| 67 | 2026-03-08T04:16:04.751Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-08T04:16:04.751Z | |
| 69 | 2026-03-08T04:16:04.751Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-08T04:16:04.751Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-08T04:16:04.751Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-08T04:16:04.751Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-08T04:16:04.845Z | + rustup --version |
| 74 | 2026-03-08T04:16:04.873Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-08T04:16:04.874Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-08T04:16:04.962Z | info: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 77 | 2026-03-08T04:16:04.987Z | + cargo --version |
| 78 | 2026-03-08T04:16:05.049Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 79 | 2026-03-08T04:16:05.074Z | + rustc --version |
| 80 | 2026-03-08T04:16:05.144Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 81 | 2026-03-08T04:16:05.170Z | process exited: duration 18948 ms, exit code 0 |
| |
| 82 | 2026-03-08T04:16:05.222Z | starting task 2: "authentication" |
| 83 | 2026-03-08T04:16:05.279Z | process exited: duration 58 ms, exit code 0 |
| |
| 84 | 2026-03-08T04:16:05.329Z | starting task 3: "clone repository" |
| 85 | 2026-03-08T04:16:05.354Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2026-03-08T04:16:05.354Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2026-03-08T04:16:05.378Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2026-03-08T04:16:06.493Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2026-03-08T04:16:06.494Z | + git fetch origin c2aa5236002c661fa375b7903a2fd80748be3a4f |
| 90 | 2026-03-08T04:16:06.818Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2026-03-08T04:16:06.819Z | * branch c2aa5236002c661fa375b7903a2fd80748be3a4f -> FETCH_HEAD |
| 92 | 2026-03-08T04:16:06.844Z | + [[ -n ry/disable-host-route-exchange-for-uplinks ]] |
| 93 | 2026-03-08T04:16:06.844Z | ++ git branch --show-current |
| 94 | 2026-03-08T04:16:06.844Z | + current=main |
| 95 | 2026-03-08T04:16:06.844Z | + [[ main != ry/disable-host-route-exchange-for-uplinks ]] |
| 96 | 2026-03-08T04:16:06.844Z | + git branch -f ry/disable-host-route-exchange-for-uplinks c2aa5236002c661fa375b7903a2fd80748be3a4f |
| 97 | 2026-03-08T04:16:06.844Z | + git checkout -f ry/disable-host-route-exchange-for-uplinks |
| 98 | 2026-03-08T04:16:06.870Z | Switched to branch 'ry/disable-host-route-exchange-for-uplinks' |
| 99 | 2026-03-08T04:16:06.894Z | + git reset --hard c2aa5236002c661fa375b7903a2fd80748be3a4f |
| 100 | 2026-03-08T04:16:06.919Z | HEAD is now at c2aa523 squelch router advertisements on uplink ports |
| 101 | 2026-03-08T04:16:06.919Z | process exited: duration 1571 ms, exit code 0 |
| |
| 102 | 2026-03-08T04:16:06.969Z | starting task 4: "build" |
| 103 | 2026-03-08T04:16:06.994Z | + source .github/buildomat/common.sh |
| 104 | 2026-03-08T04:16:06.994Z | ++ TOFINO_STAGES=20 |
| 105 | 2026-03-08T04:16:06.994Z | ++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 106 | 2026-03-08T04:16:06.994Z | ++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 107 | 2026-03-08T04:16:06.994Z | ++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163 |
| 108 | 2026-03-08T04:16:06.994Z | +++ uname -s |
| 109 | 2026-03-08T04:16:06.994Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-03-08T04:16:06.994Z | ++ SERIES=illumos |
| 111 | 2026-03-08T04:16:06.994Z | +++ uname -s |
| 112 | 2026-03-08T04:16:06.994Z | ++ '[' SunOS == SunOS ']' |
| 113 | 2026-03-08T04:16:06.994Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2 |
| 114 | 2026-03-08T04:16:06.994Z | ++ rustup show active-toolchain |
| 115 | 2026-03-08T04:16:07.041Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 116 | 2026-03-08T04:16:07.066Z | + source .github/buildomat/illumos.sh |
| 117 | 2026-03-08T04:16:07.066Z | ++ banner 'sde setup' |
| 118 | 2026-03-08T04:16:07.066Z | |
| 119 | 2026-03-08T04:16:07.066Z | #### ##### ###### #### ###### ##### # # ##### |
| 120 | 2026-03-08T04:16:07.066Z | # # # # # # # # # # # |
| 121 | 2026-03-08T04:16:07.066Z | #### # # ##### #### ##### # # # # # |
| 122 | 2026-03-08T04:16:07.066Z | # # # # # # # # # ##### |
| 123 | 2026-03-08T04:16:07.066Z | # # # # # # # # # # # # |
| 124 | 2026-03-08T04:16:07.066Z | #### ##### ###### #### ###### # #### # |
| 125 | 2026-03-08T04:16:07.066Z | |
| 126 | 2026-03-08T04:16:07.066Z | ++ export PKG=tofino_sde.p5p |
| 127 | 2026-03-08T04:16:07.066Z | ++ PKG=tofino_sde.p5p |
| 128 | 2026-03-08T04:16:07.066Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p |
| 129 | 2026-03-08T04:16:07.100Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-03-08T04:16:07.100Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-03-08T04:16:10.944Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 76.0M 0 12092 0 0 51335 0 0:25:52 --:--:-- 0:25:52 51237
25 76.0M 25 19.0M 0 0 15.4M 0 0:00:04 0:00:01 0:00:03 15.4M
52 76.0M 52 39.9M 0 0 18.0M 0 0:00:04 0:00:02 0:00:02 18.0M
81 76.0M 81 61.6M 0 0 19.1M 0 0:00:03 0:00:03 --:--:-- 19.1M
100 76.0M 100 76.0M 0 0 19.5M 0 0:00:03 0:00:03 --:--:-- 19.5M |
| 132 | 2026-03-08T04:16:10.969Z | +++ digest -a sha256 tofino_sde.p5p |
| 133 | 2026-03-08T04:16:11.019Z | ++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 |
| 134 | 2026-03-08T04:16:11.019Z | ++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']' |
| 135 | 2026-03-08T04:16:11.019Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 136 | 2026-03-08T04:16:24.486Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-08T04:16:35.975Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-08T04:16:36.183Z | Startup: Refreshing catalog 'oxide' ... Done |
| 139 | 2026-03-08T04:17:07.128Z | Planning: Solver setup ... Done |
| 140 | 2026-03-08T04:17:07.300Z | Planning: Running solver ... Done |
| 141 | 2026-03-08T04:17:07.454Z | Planning: Finding local manifests ... Done |
| 142 | 2026-03-08T04:17:07.479Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-03-08T04:17:07.479Z | Planning: Fetching manifests: 1/1 100% complete |
| 144 | 2026-03-08T04:17:07.503Z | Planning: Package planning ... Done |
| 145 | 2026-03-08T04:17:07.503Z | Planning: Merging actions ... Done |
| 146 | 2026-03-08T04:17:07.645Z | Planning: Checking for conflicting actions ... Done |
| 147 | 2026-03-08T04:17:07.669Z | Planning: Consolidating action changes ... Done |
| 148 | 2026-03-08T04:17:08.254Z | Planning: Evaluating mediators ... Done |
| 149 | 2026-03-08T04:17:08.279Z | Planning: Planning completed in 32.06 seconds |
| 150 | 2026-03-08T04:17:08.279Z | Packages to install: 1 |
| 151 | 2026-03-08T04:17:08.279Z | Create boot environment: No |
| 152 | 2026-03-08T04:17:08.279Z | Create backup boot environment: No |
| 153 | 2026-03-08T04:17:08.314Z | |
| 154 | 2026-03-08T04:17:08.314Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 155 | 2026-03-08T04:17:08.583Z | Download: Completed 75.30 MB in 0.27 seconds (279M/s) |
| 156 | 2026-03-08T04:17:08.709Z | Actions: 1/293 actions (Installing new actions) |
| 157 | 2026-03-08T04:17:10.293Z | Actions: Completed 293 actions in 1.58 seconds. |
| 158 | 2026-03-08T04:17:10.317Z | Done |
| 159 | 2026-03-08T04:17:10.361Z | Done |
| 160 | 2026-03-08T04:17:11.638Z | Done |
| 161 | 2026-03-08T04:17:15.874Z | Done |
| 162 | 2026-03-08T04:17:15.977Z | Done |
| 163 | 2026-03-08T04:17:16.001Z | Done |
| 164 | 2026-03-08T04:17:16.043Z | Done |
| 165 | 2026-03-08T04:17:16.606Z | ++ export SDE=/opt/oxide/tofino_sde |
| 166 | 2026-03-08T04:17:16.607Z | ++ SDE=/opt/oxide/tofino_sde |
| 167 | 2026-03-08T04:17:16.607Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-03-08T04:17:16.607Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 169 | 2026-03-08T04:17:16.607Z | ++ banner packages |
| 170 | 2026-03-08T04:17:16.631Z | |
| 171 | 2026-03-08T04:17:16.631Z | ##### ## #### # # ## #### ###### #### |
| 172 | 2026-03-08T04:17:16.631Z | # # # # # # # # # # # # # # |
| 173 | 2026-03-08T04:17:16.631Z | # # # # # #### # # # ##### #### |
| 174 | 2026-03-08T04:17:16.631Z | ##### ###### # # # ###### # ### # # |
| 175 | 2026-03-08T04:17:16.631Z | # # # # # # # # # # # # # # |
| 176 | 2026-03-08T04:17:16.631Z | # # # #### # # # # #### ###### #### |
| 177 | 2026-03-08T04:17:16.632Z | |
| 178 | 2026-03-08T04:17:16.632Z | ++ pfexec pkg install clang-15 pcap |
| 179 | 2026-03-08T04:17:17.451Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 180 | 2026-03-08T04:17:17.476Z | Startup: Refreshing catalog 'oxide' ... Done |
| 181 | 2026-03-08T04:17:43.839Z | Planning: Solver setup ... Done |
| 182 | 2026-03-08T04:17:44.037Z | Planning: Running solver ... Done |
| 183 | 2026-03-08T04:17:44.199Z | Planning: Finding local manifests ... Done |
| 184 | 2026-03-08T04:17:44.224Z | Planning: Fetching manifests: 0/2 0% complete |
| 185 | 2026-03-08T04:17:44.844Z | Planning: Fetching manifests: 2/2 100% complete |
| 186 | 2026-03-08T04:17:45.073Z | Planning: Package planning ... Done |
| 187 | 2026-03-08T04:17:45.130Z | Planning: Merging actions ... Done |
| 188 | 2026-03-08T04:17:45.322Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-08T04:17:45.347Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-08T04:17:45.651Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-08T04:17:45.675Z | Planning: Planning completed in 28.21 seconds |
| 192 | 2026-03-08T04:17:45.675Z | Packages to install: 2 |
| 193 | 2026-03-08T04:17:45.675Z | Mediators to change: 2 |
| 194 | 2026-03-08T04:17:45.675Z | Services to change: 1 |
| 195 | 2026-03-08T04:17:45.675Z | Create boot environment: No |
| 196 | 2026-03-08T04:17:45.675Z | Create backup boot environment: No |
| 197 | 2026-03-08T04:17:45.723Z | |
| 198 | 2026-03-08T04:17:45.723Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 199 | 2026-03-08T04:17:50.724Z | Download: 1863/3076 items 117.5/211.3MB 55% complete (23.9M/s) |
| 200 | 2026-03-08T04:17:55.724Z | Download: 3035/3076 items 201.8/211.3MB 95% complete (20.3M/s) |
| 201 | 2026-03-08T04:17:57.443Z | Download: Completed 211.31 MB in 11.72 seconds (18.0M/s) |
| 202 | 2026-03-08T04:17:57.595Z | Actions: 1/3418 actions (Installing new actions) |
| 203 | 2026-03-08T04:18:02.595Z | Actions: 3266/3418 actions (Installing new actions) |
| 204 | 2026-03-08T04:18:02.648Z | Actions: Completed 3418 actions in 5.05 seconds. |
| 205 | 2026-03-08T04:18:03.383Z | Done |
| 206 | 2026-03-08T04:18:03.383Z | Done |
| 207 | 2026-03-08T04:18:04.563Z | Done |
| 208 | 2026-03-08T04:18:08.853Z | Done |
| 209 | 2026-03-08T04:18:08.945Z | Done |
| 210 | 2026-03-08T04:18:08.970Z | Done |
| 211 | 2026-03-08T04:18:09.075Z | Done |
| 212 | 2026-03-08T04:18:09.229Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 213 | 2026-03-08T04:18:09.591Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2026-03-08T04:18:09.789Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-03-08T04:18:09.813Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-03-08T04:18:10.108Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-03-08T04:18:10.132Z | Planning: Planning completed in 0.52 seconds |
| 218 | 2026-03-08T04:18:10.156Z | Mediators to change: 2 |
| 219 | 2026-03-08T04:18:10.156Z | Create boot environment: No |
| 220 | 2026-03-08T04:18:10.156Z | Create backup boot environment: No |
| 221 | 2026-03-08T04:18:10.205Z | Done |
| 222 | 2026-03-08T04:18:10.206Z | Done |
| 223 | 2026-03-08T04:18:11.114Z | Done |
| 224 | 2026-03-08T04:18:15.374Z | Done |
| 225 | 2026-03-08T04:18:15.469Z | Done |
| 226 | 2026-03-08T04:18:15.469Z | Done |
| 227 | 2026-03-08T04:18:15.520Z | Done |
| 228 | 2026-03-08T04:18:15.601Z | ++ cargo --version |
| 229 | 2026-03-08T04:18:15.673Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 230 | 2026-03-08T04:18:15.697Z | ++ rustc --version |
| 231 | 2026-03-08T04:18:15.763Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 232 | 2026-03-08T04:18:15.787Z | + banner copyrights |
| 233 | 2026-03-08T04:18:15.787Z | |
| 234 | 2026-03-08T04:18:15.787Z | #### #### ##### # # ##### # #### # # ##### #### |
| 235 | 2026-03-08T04:18:15.787Z | # # # # # # # # # # # # # # # # # |
| 236 | 2026-03-08T04:18:15.787Z | # # # # # # # # # # ###### # #### |
| 237 | 2026-03-08T04:18:15.787Z | # # # ##### # ##### # # ### # # # # |
| 238 | 2026-03-08T04:18:15.787Z | # # # # # # # # # # # # # # # # |
| 239 | 2026-03-08T04:18:15.788Z | #### #### # # # # # #### # # # #### |
| 240 | 2026-03-08T04:18:15.788Z | |
| 241 | 2026-03-08T04:18:15.788Z | + ./tools/check_copyrights.sh |
| 242 | 2026-03-08T04:18:16.226Z | common/src/illumos.rs: Copyright with wrong year |
| 243 | 2026-03-08T04:18:18.075Z | + banner clippy |
| 244 | 2026-03-08T04:18:18.104Z | |
| 245 | 2026-03-08T04:18:18.104Z | #### # # ##### ##### # # |
| 246 | 2026-03-08T04:18:18.104Z | # # # # # # # # # # |
| 247 | 2026-03-08T04:18:18.104Z | # # # # # # # # |
| 248 | 2026-03-08T04:18:18.105Z | # # # ##### ##### # |
| 249 | 2026-03-08T04:18:18.105Z | # # # # # # # |
| 250 | 2026-03-08T04:18:18.105Z | #### ###### # # # # |
| 251 | 2026-03-08T04:18:18.105Z | |
| 252 | 2026-03-08T04:18:18.105Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 253 | 2026-03-08T04:18:18.105Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 254 | 2026-03-08T04:18:18.418Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 255 | 2026-03-08T04:18:31.124Z | Updating crates.io index |
| 256 | 2026-03-08T04:18:31.148Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-03-08T04:18:31.610Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 258 | 2026-03-08T04:18:32.929Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 259 | 2026-03-08T04:18:33.330Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 260 | 2026-03-08T04:18:33.704Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 261 | 2026-03-08T04:18:34.440Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-03-08T04:18:34.757Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 263 | 2026-03-08T04:18:35.198Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-03-08T04:18:35.631Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 265 | 2026-03-08T04:18:35.982Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 266 | 2026-03-08T04:18:36.345Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 267 | 2026-03-08T04:18:36.908Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 268 | 2026-03-08T04:18:37.238Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-03-08T04:18:37.701Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-03-08T04:18:38.662Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-03-08T04:18:38.983Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 272 | 2026-03-08T04:18:39.284Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-03-08T04:18:39.674Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-03-08T04:18:40.305Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-03-08T04:18:40.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-03-08T04:18:41.180Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-03-08T04:18:41.532Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 278 | 2026-03-08T04:18:42.445Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 279 | 2026-03-08T04:18:43.238Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 280 | 2026-03-08T04:18:45.915Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 281 | 2026-03-08T04:18:46.722Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 282 | 2026-03-08T04:18:47.045Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 283 | 2026-03-08T04:18:47.425Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 284 | 2026-03-08T04:18:48.741Z | Downloading crates ... |
| 285 | 2026-03-08T04:18:48.832Z | Downloaded base16ct v0.2.0 |
| 286 | 2026-03-08T04:18:48.856Z | Downloaded ciborium-io v0.2.2 |
| 287 | 2026-03-08T04:18:48.856Z | Downloaded cstr-argument v0.1.2 |
| 288 | 2026-03-08T04:18:48.856Z | Downloaded foreign-types v0.5.0 |
| 289 | 2026-03-08T04:18:48.880Z | Downloaded iana-time-zone v0.1.64 |
| 290 | 2026-03-08T04:18:48.880Z | Downloaded heapless v0.8.0 |
| 291 | 2026-03-08T04:18:48.880Z | Downloaded derive-ex v0.1.8 |
| 292 | 2026-03-08T04:18:48.880Z | Downloaded const_format_proc_macros v0.2.34 |
| 293 | 2026-03-08T04:18:48.904Z | Downloaded chacha20 v0.9.1 |
| 294 | 2026-03-08T04:18:48.904Z | Downloaded elliptic-curve v0.13.8 |
| 295 | 2026-03-08T04:18:48.904Z | Downloaded cargo-platform v0.1.9 |
| 296 | 2026-03-08T04:18:48.929Z | Downloaded foreign-types-shared v0.3.1 |
| 297 | 2026-03-08T04:18:48.953Z | Downloaded humantime v2.3.0 |
| 298 | 2026-03-08T04:18:48.977Z | Downloaded inout v0.1.4 |
| 299 | 2026-03-08T04:18:49.001Z | Downloaded olpc-cjson v0.1.4 |
| 300 | 2026-03-08T04:18:49.026Z | Downloaded progenitor v0.10.0 |
| 301 | 2026-03-08T04:18:49.026Z | Downloaded num_enum_derive v0.5.11 |
| 302 | 2026-03-08T04:18:49.051Z | Downloaded num_enum v0.7.5 |
| 303 | 2026-03-08T04:18:49.051Z | Downloaded semver v0.1.20 |
| 304 | 2026-03-08T04:18:49.075Z | Downloaded pkg-config v0.3.32 |
| 305 | 2026-03-08T04:18:49.099Z | Downloaded slog-bunyan v2.5.0 |
| 306 | 2026-03-08T04:18:49.099Z | Downloaded smallvec v1.15.1 |
| 307 | 2026-03-08T04:18:49.125Z | Downloaded sha2 v0.10.9 |
| 308 | 2026-03-08T04:18:49.149Z | Downloaded serde_tokenstream v0.2.3 |
| 309 | 2026-03-08T04:18:49.174Z | Downloaded tokio-stream v0.1.17 |
| 310 | 2026-03-08T04:18:49.199Z | Downloaded tracing-attributes v0.1.30 |
| 311 | 2026-03-08T04:18:49.224Z | Downloaded version_check v0.9.5 |
| 312 | 2026-03-08T04:18:49.224Z | Downloaded vsss-rs v3.3.4 |
| 313 | 2026-03-08T04:18:49.249Z | Downloaded zone_cfg_derive v0.3.1 |
| 314 | 2026-03-08T04:18:49.249Z | Downloaded whoami v1.6.1 |
| 315 | 2026-03-08T04:18:49.274Z | Downloaded zerotrie v0.2.2 |
| 316 | 2026-03-08T04:18:49.275Z | Downloaded zeroize_derive v1.4.3 |
| 317 | 2026-03-08T04:18:49.275Z | Downloaded writeable v0.6.1 |
| 318 | 2026-03-08T04:18:49.299Z | Downloaded zeroize v1.8.1 |
| 319 | 2026-03-08T04:18:49.299Z | Downloaded zerocopy-derive v0.7.35 |
| 320 | 2026-03-08T04:18:49.323Z | Downloaded tower v0.5.2 |
| 321 | 2026-03-08T04:18:49.323Z | Downloaded typed-path v0.9.3 |
| 322 | 2026-03-08T04:18:49.348Z | Downloaded tabled v0.15.0 |
| 323 | 2026-03-08T04:18:49.348Z | Downloaded tower-http v0.6.8 |
| 324 | 2026-03-08T04:18:49.372Z | Downloaded tabled v0.20.0 |
| 325 | 2026-03-08T04:18:49.396Z | Downloaded zerocopy v0.7.35 |
| 326 | 2026-03-08T04:18:49.420Z | Downloaded untrusted v0.9.0 |
| 327 | 2026-03-08T04:18:49.420Z | Downloaded uuid v1.20.0 |
| 328 | 2026-03-08T04:18:49.420Z | Downloaded syn v2.0.117 |
| 329 | 2026-03-08T04:18:49.444Z | Downloaded smoltcp v0.11.0 |
| 330 | 2026-03-08T04:18:49.444Z | Downloaded winnow v0.7.14 |
| 331 | 2026-03-08T04:18:49.468Z | Downloaded zmij v1.0.17 |
| 332 | 2026-03-08T04:18:49.468Z | Downloaded webpki-roots v1.0.2 |
| 333 | 2026-03-08T04:18:49.468Z | Downloaded usdt-macro v0.6.0 |
| 334 | 2026-03-08T04:18:49.468Z | Downloaded libz-sys v1.1.22 |
| 335 | 2026-03-08T04:18:49.492Z | Downloaded petgraph v0.8.2 |
| 336 | 2026-03-08T04:18:49.516Z | Downloaded petgraph v0.6.5 |
| 337 | 2026-03-08T04:18:49.541Z | Downloaded regex-automata v0.4.13 |
| 338 | 2026-03-08T04:18:49.541Z | Downloaded zerocopy v0.8.27 |
| 339 | 2026-03-08T04:18:49.570Z | Downloaded zerovec v0.11.4 |
| 340 | 2026-03-08T04:18:49.594Z | Downloaded unicode-width v0.2.1 |
| 341 | 2026-03-08T04:18:49.594Z | Downloaded unicode-width v0.1.14 |
| 342 | 2026-03-08T04:18:49.594Z | Downloaded unicode-ident v1.0.24 |
| 343 | 2026-03-08T04:18:49.594Z | Downloaded rustix v1.1.2 |
| 344 | 2026-03-08T04:18:49.619Z | Downloaded typify-impl v0.6.1 |
| 345 | 2026-03-08T04:18:49.643Z | Downloaded typify-impl v0.4.3 |
| 346 | 2026-03-08T04:18:49.667Z | Downloaded terminal_size v0.4.3 |
| 347 | 2026-03-08T04:18:49.667Z | Downloaded winnow v0.5.40 |
| 348 | 2026-03-08T04:18:49.667Z | Downloaded wait-timeout v0.2.1 |
| 349 | 2026-03-08T04:18:49.667Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2026-03-08T04:18:49.667Z | Downloaded usdt v0.5.0 |
| 351 | 2026-03-08T04:18:49.667Z | Downloaded untrusted v0.7.1 |
| 352 | 2026-03-08T04:18:49.667Z | Downloaded unsafe-libyaml v0.2.11 |
| 353 | 2026-03-08T04:18:49.667Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 354 | 2026-03-08T04:18:49.667Z | Downloaded thiserror v2.0.18 |
| 355 | 2026-03-08T04:18:49.691Z | Downloaded tempfile v3.23.0 |
| 356 | 2026-03-08T04:18:49.691Z | Downloaded syn v1.0.109 |
| 357 | 2026-03-08T04:18:49.716Z | Downloaded subtle v2.6.1 |
| 358 | 2026-03-08T04:18:49.716Z | Downloaded serde_with v3.14.1 |
| 359 | 2026-03-08T04:18:49.716Z | Downloaded rustls v0.22.4 |
| 360 | 2026-03-08T04:18:49.740Z | Downloaded sha3 v0.10.8 |
| 361 | 2026-03-08T04:18:49.740Z | Downloaded libc v0.2.176 |
| 362 | 2026-03-08T04:18:49.764Z | Downloaded csv v1.3.1 |
| 363 | 2026-03-08T04:18:49.788Z | Downloaded regex-syntax v0.8.6 |
| 364 | 2026-03-08T04:18:49.788Z | Downloaded thiserror-impl v2.0.18 |
| 365 | 2026-03-08T04:18:49.788Z | Downloaded stable_deref_trait v1.2.0 |
| 366 | 2026-03-08T04:18:49.788Z | Downloaded tokio v1.49.0 |
| 367 | 2026-03-08T04:18:49.835Z | Downloaded rustls v0.23.32 |
| 368 | 2026-03-08T04:18:49.859Z | Downloaded regress v0.10.5 |
| 369 | 2026-03-08T04:18:49.859Z | Downloaded rusty-fork v0.3.0 |
| 370 | 2026-03-08T04:18:49.859Z | Downloaded tough v0.20.0 |
| 371 | 2026-03-08T04:18:49.883Z | Downloaded quinn-proto v0.11.13 |
| 372 | 2026-03-08T04:18:49.883Z | Downloaded jiff v0.2.15 |
| 373 | 2026-03-08T04:18:49.907Z | Downloaded tokio-util v0.7.16 |
| 374 | 2026-03-08T04:18:49.907Z | Downloaded time v0.3.44 |
| 375 | 2026-03-08T04:18:49.907Z | Downloaded schemars v1.2.0 |
| 376 | 2026-03-08T04:18:49.931Z | Downloaded schemars v0.9.0 |
| 377 | 2026-03-08T04:18:49.931Z | Downloaded rustls-webpki v0.102.8 |
| 378 | 2026-03-08T04:18:49.955Z | Downloaded progenitor-macro v0.11.1 |
| 379 | 2026-03-08T04:18:49.955Z | Downloaded progenitor-client v0.11.1 |
| 380 | 2026-03-08T04:18:49.955Z | Downloaded typify v0.6.1 |
| 381 | 2026-03-08T04:18:49.979Z | Downloaded typenum v1.18.0 |
| 382 | 2026-03-08T04:18:49.979Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-03-08T04:18:49.979Z | Downloaded zerocopy-derive v0.8.27 |
| 384 | 2026-03-08T04:18:49.979Z | Downloaded xattr v1.6.1 |
| 385 | 2026-03-08T04:18:50.003Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 386 | 2026-03-08T04:18:50.004Z | Downloaded walkdir v2.5.0 |
| 387 | 2026-03-08T04:18:50.004Z | Downloaded tracing-core v0.1.34 |
| 388 | 2026-03-08T04:18:50.004Z | Downloaded tracing v0.1.41 |
| 389 | 2026-03-08T04:18:50.004Z | Downloaded progenitor v0.13.0 |
| 390 | 2026-03-08T04:18:50.004Z | Downloaded proc-macro-error2 v2.0.1 |
| 391 | 2026-03-08T04:18:50.004Z | Downloaded proc-macro-error v1.0.4 |
| 392 | 2026-03-08T04:18:50.004Z | Downloaded yoke v0.8.0 |
| 393 | 2026-03-08T04:18:50.004Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 394 | 2026-03-08T04:18:50.053Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 395 | 2026-03-08T04:18:50.111Z | Downloaded waitgroup v0.1.2 |
| 396 | 2026-03-08T04:18:50.135Z | Downloaded ucd-trie v0.1.7 |
| 397 | 2026-03-08T04:18:50.136Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 398 | 2026-03-08T04:18:50.136Z | Downloaded scroll v0.13.0 |
| 399 | 2026-03-08T04:18:50.136Z | Downloaded ring v0.17.14 |
| 400 | 2026-03-08T04:18:50.163Z | Downloaded scroll v0.12.0 |
| 401 | 2026-03-08T04:18:50.187Z | Downloaded zerofrom-derive v0.1.6 |
| 402 | 2026-03-08T04:18:50.187Z | Downloaded zerofrom v0.1.6 |
| 403 | 2026-03-08T04:18:50.187Z | Downloaded yoke-derive v0.8.0 |
| 404 | 2026-03-08T04:18:50.187Z | Downloaded want v0.3.1 |
| 405 | 2026-03-08T04:18:50.187Z | Downloaded unarray v0.1.4 |
| 406 | 2026-03-08T04:18:50.187Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 407 | 2026-03-08T04:18:50.187Z | Downloaded topological-sort v0.2.2 |
| 408 | 2026-03-08T04:18:50.187Z | Downloaded toml_edit v0.19.15 |
| 409 | 2026-03-08T04:18:50.212Z | Downloaded toml v0.8.23 |
| 410 | 2026-03-08T04:18:50.212Z | Downloaded paste v1.0.15 |
| 411 | 2026-03-08T04:18:50.212Z | Downloaded parse-display v0.10.0 |
| 412 | 2026-03-08T04:18:50.212Z | Downloaded oxnet v0.1.4 |
| 413 | 2026-03-08T04:18:50.212Z | Downloaded openssl v0.10.73 |
| 414 | 2026-03-08T04:18:50.212Z | Downloaded once_cell v1.21.3 |
| 415 | 2026-03-08T04:18:50.212Z | Downloaded num_enum_derive v0.7.5 |
| 416 | 2026-03-08T04:18:50.212Z | Downloaded memchr v2.7.5 |
| 417 | 2026-03-08T04:18:50.236Z | Downloaded macaddr v1.0.1 |
| 418 | 2026-03-08T04:18:50.236Z | Downloaded lock_api v0.4.13 |
| 419 | 2026-03-08T04:18:50.236Z | Downloaded zone v0.3.1 |
| 420 | 2026-03-08T04:18:50.236Z | Downloaded zerovec-derive v0.11.1 |
| 421 | 2026-03-08T04:18:50.236Z | Downloaded vergen v8.3.2 |
| 422 | 2026-03-08T04:18:50.236Z | Downloaded vcpkg v0.2.15 |
| 423 | 2026-03-08T04:18:50.261Z | Downloaded usdt-attr-macro v0.6.0 |
| 424 | 2026-03-08T04:18:50.286Z | Downloaded url v2.5.7 |
| 425 | 2026-03-08T04:18:50.286Z | Downloaded typify-macro v0.6.1 |
| 426 | 2026-03-08T04:18:50.286Z | Downloaded typify-macro v0.4.3 |
| 427 | 2026-03-08T04:18:50.286Z | Downloaded typify v0.4.3 |
| 428 | 2026-03-08T04:18:50.286Z | Downloaded try-lock v0.2.5 |
| 429 | 2026-03-08T04:18:50.286Z | Downloaded tower-service v0.3.3 |
| 430 | 2026-03-08T04:18:50.286Z | Downloaded toml_write v0.1.2 |
| 431 | 2026-03-08T04:18:50.286Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 432 | 2026-03-08T04:18:50.286Z | Downloaded tokio-macros v2.6.0 |
| 433 | 2026-03-08T04:18:50.286Z | Downloaded tinyvec v1.10.0 |
| 434 | 2026-03-08T04:18:50.286Z | Downloaded utf8parse v0.2.2 |
| 435 | 2026-03-08T04:18:50.286Z | Downloaded utf8_iter v1.0.4 |
| 436 | 2026-03-08T04:18:50.286Z | Downloaded usdt-impl v0.6.0 |
| 437 | 2026-03-08T04:18:50.286Z | Downloaded usdt v0.6.0 |
| 438 | 2026-03-08T04:18:50.286Z | Downloaded unicode-segmentation v1.12.0 |
| 439 | 2026-03-08T04:18:50.311Z | Downloaded unicode-normalization v0.1.24 |
| 440 | 2026-03-08T04:18:50.311Z | Downloaded tower-layer v0.3.3 |
| 441 | 2026-03-08T04:18:50.311Z | Downloaded toml_datetime v0.6.11 |
| 442 | 2026-03-08T04:18:50.311Z | Downloaded toml v0.7.8 |
| 443 | 2026-03-08T04:18:50.311Z | Downloaded tokio-rustls v0.25.0 |
| 444 | 2026-03-08T04:18:50.311Z | Downloaded tokio-dtrace v0.1.1 |
| 445 | 2026-03-08T04:18:50.311Z | Downloaded tinystr v0.8.1 |
| 446 | 2026-03-08T04:18:50.311Z | Downloaded thread_local v1.1.9 |
| 447 | 2026-03-08T04:18:50.311Z | Downloaded thread-id v5.0.0 |
| 448 | 2026-03-08T04:18:50.311Z | Downloaded tar v0.4.44 |
| 449 | 2026-03-08T04:18:50.311Z | Downloaded snafu v0.8.9 |
| 450 | 2026-03-08T04:18:50.311Z | Downloaded serde_json v1.0.149 |
| 451 | 2026-03-08T04:18:50.336Z | Downloaded hickory-proto v0.24.4 |
| 452 | 2026-03-08T04:18:50.336Z | Downloaded embedded-io v0.6.1 |
| 453 | 2026-03-08T04:18:50.336Z | Downloaded usdt-macro v0.5.0 |
| 454 | 2026-03-08T04:18:50.336Z | Downloaded usdt-attr-macro v0.5.0 |
| 455 | 2026-03-08T04:18:50.336Z | Downloaded universal-hash v0.5.1 |
| 456 | 2026-03-08T04:18:50.336Z | Downloaded unicode-xid v0.2.6 |
| 457 | 2026-03-08T04:18:50.360Z | Downloaded unicode-linebreak v0.1.5 |
| 458 | 2026-03-08T04:18:50.360Z | Downloaded tokio-rustls v0.26.3 |
| 459 | 2026-03-08T04:18:50.360Z | Downloaded tinyvec_macros v0.1.1 |
| 460 | 2026-03-08T04:18:50.360Z | Downloaded time-macros v0.2.24 |
| 461 | 2026-03-08T04:18:50.360Z | Downloaded thiserror-no-std v2.0.2 |
| 462 | 2026-03-08T04:18:50.360Z | Downloaded thiserror v1.0.69 |
| 463 | 2026-03-08T04:18:50.360Z | Downloaded test-strategy v0.4.3 |
| 464 | 2026-03-08T04:18:50.384Z | Downloaded termtree v0.5.1 |
| 465 | 2026-03-08T04:18:50.385Z | Downloaded take_mut v0.2.2 |
| 466 | 2026-03-08T04:18:50.385Z | Downloaded tagptr v0.2.0 |
| 467 | 2026-03-08T04:18:50.385Z | Downloaded tabwriter v1.4.1 |
| 468 | 2026-03-08T04:18:50.385Z | Downloaded tabled_derive v0.7.0 |
| 469 | 2026-03-08T04:18:50.385Z | Downloaded synstructure v0.13.2 |
| 470 | 2026-03-08T04:18:50.385Z | Downloaded strum_macros v0.26.4 |
| 471 | 2026-03-08T04:18:50.385Z | Downloaded spin v0.9.8 |
| 472 | 2026-03-08T04:18:50.385Z | Downloaded socket2 v0.6.0 |
| 473 | 2026-03-08T04:18:50.385Z | Downloaded smf v0.2.3 |
| 474 | 2026-03-08T04:18:50.385Z | Downloaded slog v2.8.2 |
| 475 | 2026-03-08T04:18:50.385Z | Downloaded similar v2.7.0 |
| 476 | 2026-03-08T04:18:50.385Z | Downloaded shlex v1.3.0 |
| 477 | 2026-03-08T04:18:50.409Z | Downloaded reqwest v0.13.2 |
| 478 | 2026-03-08T04:18:50.409Z | Downloaded regex v1.12.3 |
| 479 | 2026-03-08T04:18:50.409Z | Downloaded hyper-util v0.1.19 |
| 480 | 2026-03-08T04:18:50.409Z | Downloaded hmac v0.12.1 |
| 481 | 2026-03-08T04:18:50.409Z | Downloaded hickory-resolver v0.25.2 |
| 482 | 2026-03-08T04:18:50.409Z | Downloaded hickory-proto v0.25.2 |
| 483 | 2026-03-08T04:18:50.433Z | Downloaded half v2.7.1 |
| 484 | 2026-03-08T04:18:50.433Z | Downloaded h2 v0.4.12 |
| 485 | 2026-03-08T04:18:50.433Z | Downloaded goblin v0.10.1 |
| 486 | 2026-03-08T04:18:50.457Z | Downloaded foreign-types-shared v0.1.1 |
| 487 | 2026-03-08T04:18:50.458Z | Downloaded expectorate v1.2.0 |
| 488 | 2026-03-08T04:18:50.458Z | Downloaded dunce v1.0.5 |
| 489 | 2026-03-08T04:18:50.458Z | Downloaded chrono-tz v0.10.4 |
| 490 | 2026-03-08T04:18:50.458Z | Downloaded tabled_derive v0.11.0 |
| 491 | 2026-03-08T04:18:50.458Z | Downloaded sync_wrapper v1.0.2 |
| 492 | 2026-03-08T04:18:50.458Z | Downloaded swrite v0.1.0 |
| 493 | 2026-03-08T04:18:50.458Z | Downloaded supports-color v3.0.2 |
| 494 | 2026-03-08T04:18:50.482Z | Downloaded strum_macros v0.27.2 |
| 495 | 2026-03-08T04:18:50.482Z | Downloaded strum v0.27.2 |
| 496 | 2026-03-08T04:18:50.482Z | Downloaded strum v0.26.3 |
| 497 | 2026-03-08T04:18:50.482Z | Downloaded structmeta-derive v0.3.0 |
| 498 | 2026-03-08T04:18:50.482Z | Downloaded structmeta v0.3.0 |
| 499 | 2026-03-08T04:18:50.482Z | Downloaded strsim v0.11.1 |
| 500 | 2026-03-08T04:18:50.482Z | Downloaded steno v0.4.1 |
| 501 | 2026-03-08T04:18:50.482Z | Downloaded static_assertions v1.1.0 |
| 502 | 2026-03-08T04:18:50.482Z | Downloaded snafu-derive v0.8.9 |
| 503 | 2026-03-08T04:18:50.482Z | Downloaded smawk v0.3.2 |
| 504 | 2026-03-08T04:18:50.482Z | Downloaded slog-term v2.9.2 |
| 505 | 2026-03-08T04:18:50.482Z | Downloaded slog-json v2.6.1 |
| 506 | 2026-03-08T04:18:50.482Z | Downloaded slog-dtrace v0.3.0 |
| 507 | 2026-03-08T04:18:50.519Z | Downloaded slog-async v2.8.0 |
| 508 | 2026-03-08T04:18:50.519Z | Downloaded slab v0.4.11 |
| 509 | 2026-03-08T04:18:50.519Z | Downloaded sigpipe v0.1.3 |
| 510 | 2026-03-08T04:18:50.519Z | Downloaded secrecy v0.10.3 |
| 511 | 2026-03-08T04:18:50.519Z | Downloaded scroll_derive v0.12.1 |
| 512 | 2026-03-08T04:18:50.519Z | Downloaded rustls-webpki v0.103.6 |
| 513 | 2026-03-08T04:18:50.519Z | Downloaded rustix v0.38.44 |
| 514 | 2026-03-08T04:18:50.544Z | Downloaded reqwest v0.12.23 |
| 515 | 2026-03-08T04:18:50.569Z | Downloaded quinn v0.11.9 |
| 516 | 2026-03-08T04:18:50.569Z | Downloaded progenitor-client v0.13.0 |
| 517 | 2026-03-08T04:18:50.570Z | Downloaded proc-macro2 v1.0.106 |
| 518 | 2026-03-08T04:18:50.570Z | Downloaded icu_normalizer v2.0.0 |
| 519 | 2026-03-08T04:18:50.570Z | Downloaded hubpack_derive v0.1.1 |
| 520 | 2026-03-08T04:18:50.570Z | Downloaded httpdate v1.0.3 |
| 521 | 2026-03-08T04:18:50.570Z | Downloaded hash32 v0.3.1 |
| 522 | 2026-03-08T04:18:50.570Z | Downloaded globset v0.4.16 |
| 523 | 2026-03-08T04:18:50.594Z | Downloaded git-stub-vcs v0.1.0 |
| 524 | 2026-03-08T04:18:50.594Z | Downloaded getrandom v0.3.3 |
| 525 | 2026-03-08T04:18:50.594Z | Downloaded fs_extra v1.3.0 |
| 526 | 2026-03-08T04:18:50.594Z | Downloaded float-ord v0.3.2 |
| 527 | 2026-03-08T04:18:50.594Z | Downloaded fixedbitset v0.4.2 |
| 528 | 2026-03-08T04:18:50.594Z | Downloaded find-msvc-tools v0.1.2 |
| 529 | 2026-03-08T04:18:50.594Z | Downloaded errno v0.3.14 |
| 530 | 2026-03-08T04:18:50.594Z | Downloaded enum-as-inner v0.6.1 |
| 531 | 2026-03-08T04:18:50.594Z | Downloaded either v1.15.0 |
| 532 | 2026-03-08T04:18:50.594Z | Downloaded dtrace-parser v0.3.0 |
| 533 | 2026-03-08T04:18:50.618Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 534 | 2026-03-08T04:18:50.618Z | Downloaded tokio-native-tls v0.3.1 |
| 535 | 2026-03-08T04:18:50.618Z | Downloaded time-core v0.1.6 |
| 536 | 2026-03-08T04:18:50.618Z | Downloaded thread-id v4.2.2 |
| 537 | 2026-03-08T04:18:50.619Z | Downloaded thiserror-impl v1.0.69 |
| 538 | 2026-03-08T04:18:50.619Z | Downloaded textwrap v0.16.2 |
| 539 | 2026-03-08T04:18:50.619Z | Downloaded testing_table v0.3.0 |
| 540 | 2026-03-08T04:18:50.619Z | Downloaded term v1.2.0 |
| 541 | 2026-03-08T04:18:50.619Z | Downloaded siphasher v1.0.1 |
| 542 | 2026-03-08T04:18:50.619Z | Downloaded signal-hook-tokio v0.3.1 |
| 543 | 2026-03-08T04:18:50.619Z | Downloaded signal-hook-registry v1.4.6 |
| 544 | 2026-03-08T04:18:50.619Z | Downloaded signal-hook v0.3.18 |
| 545 | 2026-03-08T04:18:50.643Z | Downloaded serde_yaml v0.9.34+deprecated |
| 546 | 2026-03-08T04:18:50.643Z | Downloaded serde_core v1.0.228 |
| 547 | 2026-03-08T04:18:50.643Z | Downloaded serde v1.0.228 |
| 548 | 2026-03-08T04:18:50.643Z | Downloaded search_path v0.1.4 |
| 549 | 2026-03-08T04:18:50.643Z | Downloaded scroll_derive v0.13.1 |
| 550 | 2026-03-08T04:18:50.643Z | Downloaded scopeguard v1.2.0 |
| 551 | 2026-03-08T04:18:50.643Z | Downloaded schemars_derive v0.8.22 |
| 552 | 2026-03-08T04:18:50.643Z | Downloaded schemars v0.8.22 |
| 553 | 2026-03-08T04:18:50.667Z | Downloaded same-file v1.0.6 |
| 554 | 2026-03-08T04:18:50.667Z | Downloaded ryu v1.0.20 |
| 555 | 2026-03-08T04:18:50.667Z | Downloaded rustversion v1.0.22 |
| 556 | 2026-03-08T04:18:50.668Z | Downloaded rustls-pki-types v1.12.0 |
| 557 | 2026-03-08T04:18:50.692Z | Downloaded rayon-core v1.13.0 |
| 558 | 2026-03-08T04:18:50.692Z | Downloaded rand v0.9.2 |
| 559 | 2026-03-08T04:18:50.692Z | Downloaded rand v0.8.5 |
| 560 | 2026-03-08T04:18:50.692Z | Downloaded quick-error v1.2.3 |
| 561 | 2026-03-08T04:18:50.692Z | Downloaded qorb v0.4.1 |
| 562 | 2026-03-08T04:18:50.692Z | Downloaded proptest v1.8.0 |
| 563 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-macro v0.13.0 |
| 564 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-macro v0.10.0 |
| 565 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-impl v0.13.0 |
| 566 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-impl v0.11.1 |
| 567 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-impl v0.10.0 |
| 568 | 2026-03-08T04:18:50.717Z | Downloaded progenitor-client v0.10.0 |
| 569 | 2026-03-08T04:18:50.717Z | Downloaded progenitor v0.11.1 |
| 570 | 2026-03-08T04:18:50.717Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 571 | 2026-03-08T04:18:50.717Z | Downloaded proc-macro-error-attr v1.0.4 |
| 572 | 2026-03-08T04:18:50.741Z | Downloaded hubpack v0.1.2 |
| 573 | 2026-03-08T04:18:50.741Z | Downloaded serde_spanned v1.0.4 |
| 574 | 2026-03-08T04:18:50.741Z | Downloaded serde_spanned v0.6.9 |
| 575 | 2026-03-08T04:18:50.741Z | Downloaded serde_plain v1.0.2 |
| 576 | 2026-03-08T04:18:50.741Z | Downloaded serde_path_to_error v0.1.20 |
| 577 | 2026-03-08T04:18:50.741Z | Downloaded serde_derive_internals v0.29.1 |
| 578 | 2026-03-08T04:18:50.741Z | Downloaded serde-big-array v0.5.1 |
| 579 | 2026-03-08T04:18:50.741Z | Downloaded semver v1.0.27 |
| 580 | 2026-03-08T04:18:50.741Z | Downloaded rustc_version v0.4.1 |
| 581 | 2026-03-08T04:18:50.770Z | Downloaded rustc_version v0.1.7 |
| 582 | 2026-03-08T04:18:50.770Z | Downloaded rustc-hash v2.1.1 |
| 583 | 2026-03-08T04:18:50.770Z | Downloaded resolv-conf v0.7.5 |
| 584 | 2026-03-08T04:18:50.770Z | Downloaded ref-cast v1.0.25 |
| 585 | 2026-03-08T04:18:50.770Z | Downloaded rand_xorshift v0.4.0 |
| 586 | 2026-03-08T04:18:50.770Z | Downloaded rand_core v0.6.4 |
| 587 | 2026-03-08T04:18:50.770Z | Downloaded quote v1.0.44 |
| 588 | 2026-03-08T04:18:50.770Z | Downloaded quinn-udp v0.5.14 |
| 589 | 2026-03-08T04:18:50.770Z | Downloaded papergrid v0.17.0 |
| 590 | 2026-03-08T04:18:50.795Z | Downloaded nix v0.30.1 |
| 591 | 2026-03-08T04:18:50.795Z | Downloaded sha1 v0.10.6 |
| 592 | 2026-03-08T04:18:50.795Z | Downloaded serde_urlencoded v0.7.1 |
| 593 | 2026-03-08T04:18:50.795Z | Downloaded rustls-pemfile v2.2.0 |
| 594 | 2026-03-08T04:18:50.795Z | Downloaded ref-cast-impl v1.0.25 |
| 595 | 2026-03-08T04:18:50.795Z | Downloaded rand_core v0.9.3 |
| 596 | 2026-03-08T04:18:50.796Z | Downloaded rand_chacha v0.3.1 |
| 597 | 2026-03-08T04:18:50.796Z | Downloaded postcard v1.1.3 |
| 598 | 2026-03-08T04:18:50.796Z | Downloaded poly1305 v0.8.0 |
| 599 | 2026-03-08T04:18:50.796Z | Downloaded pin-project v1.1.10 |
| 600 | 2026-03-08T04:18:50.820Z | Downloaded pest_meta v2.8.2 |
| 601 | 2026-03-08T04:18:50.820Z | Downloaded pest_derive v2.8.2 |
| 602 | 2026-03-08T04:18:50.820Z | Downloaded omicron-zone-package v0.12.2 |
| 603 | 2026-03-08T04:18:50.820Z | Downloaded moka v0.12.11 |
| 604 | 2026-03-08T04:18:50.844Z | Downloaded dtrace-parser v0.2.0 |
| 605 | 2026-03-08T04:18:50.845Z | Downloaded serde_repr v0.1.20 |
| 606 | 2026-03-08T04:18:50.845Z | Downloaded rayon v1.11.0 |
| 607 | 2026-03-08T04:18:50.845Z | Downloaded prettyplease v0.2.37 |
| 608 | 2026-03-08T04:18:50.845Z | Downloaded pretty-hex v0.4.1 |
| 609 | 2026-03-08T04:18:50.845Z | Downloaded powerfmt v0.2.0 |
| 610 | 2026-03-08T04:18:50.845Z | Downloaded potential_utf v0.1.3 |
| 611 | 2026-03-08T04:18:50.845Z | Downloaded portable-atomic v1.11.1 |
| 612 | 2026-03-08T04:18:50.869Z | Downloaded pin-project-internal v1.1.10 |
| 613 | 2026-03-08T04:18:50.869Z | Downloaded phf_shared v0.12.1 |
| 614 | 2026-03-08T04:18:50.869Z | Downloaded phf v0.12.1 |
| 615 | 2026-03-08T04:18:50.869Z | Downloaded pest_generator v2.8.2 |
| 616 | 2026-03-08T04:18:50.869Z | Downloaded pest v2.8.2 |
| 617 | 2026-03-08T04:18:50.869Z | Downloaded percent-encoding v2.3.2 |
| 618 | 2026-03-08T04:18:50.869Z | Downloaded password-hash v0.5.0 |
| 619 | 2026-03-08T04:18:50.869Z | Downloaded parse-display-derive v0.10.0 |
| 620 | 2026-03-08T04:18:50.869Z | Downloaded parking_lot_core v0.9.11 |
| 621 | 2026-03-08T04:18:50.869Z | Downloaded parking_lot v0.12.4 |
| 622 | 2026-03-08T04:18:50.869Z | Downloaded papergrid v0.11.0 |
| 623 | 2026-03-08T04:18:50.894Z | Downloaded oxide-tokio-rt v0.1.2 |
| 624 | 2026-03-08T04:18:50.894Z | Downloaded owo-colors v4.3.0 |
| 625 | 2026-03-08T04:18:50.894Z | Downloaded openssl-sys v0.9.109 |
| 626 | 2026-03-08T04:18:50.894Z | Downloaded openapiv3 v2.2.0 |
| 627 | 2026-03-08T04:18:50.894Z | Downloaded opaque-debug v0.3.1 |
| 628 | 2026-03-08T04:18:50.894Z | Downloaded num_threads v0.1.7 |
| 629 | 2026-03-08T04:18:50.894Z | Downloaded lru-cache v0.1.2 |
| 630 | 2026-03-08T04:18:50.894Z | Downloaded heck v0.4.1 |
| 631 | 2026-03-08T04:18:50.894Z | Downloaded fs-err v3.1.2 |
| 632 | 2026-03-08T04:18:50.918Z | Downloaded serde_with_macros v3.14.1 |
| 633 | 2026-03-08T04:18:50.918Z | Downloaded serde_derive v1.0.228 |
| 634 | 2026-03-08T04:18:50.918Z | Downloaded ppv-lite86 v0.2.21 |
| 635 | 2026-03-08T04:18:50.918Z | Downloaded plain v0.2.3 |
| 636 | 2026-03-08T04:18:50.918Z | Downloaded pin-utils v0.1.0 |
| 637 | 2026-03-08T04:18:50.919Z | Downloaded pem v3.0.5 |
| 638 | 2026-03-08T04:18:50.919Z | Downloaded litemap v0.8.0 |
| 639 | 2026-03-08T04:18:50.919Z | Downloaded openssl-probe v0.1.6 |
| 640 | 2026-03-08T04:18:50.919Z | Downloaded openssl-macros v0.1.1 |
| 641 | 2026-03-08T04:18:50.919Z | Downloaded nom v7.1.3 |
| 642 | 2026-03-08T04:18:50.919Z | Downloaded mio v1.0.4 |
| 643 | 2026-03-08T04:18:50.919Z | Downloaded minimal-lexical v0.2.1 |
| 644 | 2026-03-08T04:18:50.943Z | Downloaded memmap v0.7.0 |
| 645 | 2026-03-08T04:18:50.943Z | Downloaded libm v0.2.15 |
| 646 | 2026-03-08T04:18:50.943Z | Downloaded itertools v0.14.0 |
| 647 | 2026-03-08T04:18:50.967Z | Downloaded itertools v0.12.1 |
| 648 | 2026-03-08T04:18:50.967Z | Downloaded iri-string v0.7.8 |
| 649 | 2026-03-08T04:18:50.967Z | Downloaded idna v1.1.0 |
| 650 | 2026-03-08T04:18:50.967Z | Downloaded iddqd v0.3.17 |
| 651 | 2026-03-08T04:18:50.992Z | Downloaded rand_chacha v0.9.0 |
| 652 | 2026-03-08T04:18:50.992Z | Downloaded proc-macro-crate v1.3.1 |
| 653 | 2026-03-08T04:18:50.992Z | Downloaded pin-project-lite v0.2.16 |
| 654 | 2026-03-08T04:18:50.992Z | Downloaded omicron-workspace-hack v0.1.0 |
| 655 | 2026-03-08T04:18:50.992Z | Downloaded num-traits v0.2.19 |
| 656 | 2026-03-08T04:18:50.992Z | Downloaded num-integer v0.1.46 |
| 657 | 2026-03-08T04:18:50.992Z | Downloaded multer v3.1.0 |
| 658 | 2026-03-08T04:18:50.992Z | Downloaded miniz_oxide v0.8.9 |
| 659 | 2026-03-08T04:18:50.992Z | Downloaded num-rational v0.4.2 |
| 660 | 2026-03-08T04:18:50.992Z | Downloaded num-iter v0.1.45 |
| 661 | 2026-03-08T04:18:50.992Z | Downloaded num-complex v0.4.6 |
| 662 | 2026-03-08T04:18:50.992Z | Downloaded newtype_derive v0.1.6 |
| 663 | 2026-03-08T04:18:51.016Z | Downloaded newtype-uuid v1.3.2 |
| 664 | 2026-03-08T04:18:51.016Z | Downloaded native-tls v0.2.14 |
| 665 | 2026-03-08T04:18:51.017Z | Downloaded memoffset v0.9.1 |
| 666 | 2026-03-08T04:18:51.017Z | Downloaded num-derive v0.4.2 |
| 667 | 2026-03-08T04:18:51.017Z | Downloaded num-derive v0.3.3 |
| 668 | 2026-03-08T04:18:51.017Z | Downloaded num-conv v0.1.0 |
| 669 | 2026-03-08T04:18:51.017Z | Downloaded num v0.4.3 |
| 670 | 2026-03-08T04:18:51.017Z | Downloaded newtype-uuid-macros v0.1.0 |
| 671 | 2026-03-08T04:18:51.017Z | Downloaded mime v0.3.17 |
| 672 | 2026-03-08T04:18:51.017Z | Downloaded libsw-core v0.3.2 |
| 673 | 2026-03-08T04:18:51.017Z | Downloaded jobserver v0.1.34 |
| 674 | 2026-03-08T04:18:51.017Z | Downloaded jiff-static v0.2.15 |
| 675 | 2026-03-08T04:18:51.017Z | Downloaded ipnet v2.11.0 |
| 676 | 2026-03-08T04:18:51.017Z | Downloaded ingot-macros v0.1.1 |
| 677 | 2026-03-08T04:18:51.017Z | Downloaded encoding_rs v0.8.35 |
| 678 | 2026-03-08T04:18:51.041Z | Downloaded curl v0.4.49 |
| 679 | 2026-03-08T04:18:51.041Z | Downloaded crossbeam-channel v0.5.15 |
| 680 | 2026-03-08T04:18:51.066Z | Downloaded blake3 v1.8.2 |
| 681 | 2026-03-08T04:18:51.066Z | Downloaded num_enum v0.5.11 |
| 682 | 2026-03-08T04:18:51.066Z | Downloaded newline-converter v0.3.0 |
| 683 | 2026-03-08T04:18:51.066Z | Downloaded memmap2 v0.9.8 |
| 684 | 2026-03-08T04:18:51.066Z | Downloaded log v0.4.29 |
| 685 | 2026-03-08T04:18:51.066Z | Downloaded linked-hash-map v0.5.6 |
| 686 | 2026-03-08T04:18:51.066Z | Downloaded linear-map v1.2.0 |
| 687 | 2026-03-08T04:18:51.066Z | Downloaded libsw v3.5.0 |
| 688 | 2026-03-08T04:18:51.066Z | Downloaded libscf-sys v1.1.0 |
| 689 | 2026-03-08T04:18:51.066Z | Downloaded libloading v0.8.9 |
| 690 | 2026-03-08T04:18:51.091Z | Downloaded lazy_static v1.5.0 |
| 691 | 2026-03-08T04:18:51.091Z | Downloaded keccak v0.1.5 |
| 692 | 2026-03-08T04:18:51.091Z | Downloaded itoa v1.0.15 |
| 693 | 2026-03-08T04:18:51.091Z | Downloaded is_terminal_polyfill v1.70.1 |
| 694 | 2026-03-08T04:18:51.091Z | Downloaded is_ci v1.2.0 |
| 695 | 2026-03-08T04:18:51.091Z | Downloaded is-terminal v0.4.16 |
| 696 | 2026-03-08T04:18:51.091Z | Downloaded ipnetwork v0.21.1 |
| 697 | 2026-03-08T04:18:51.091Z | Downloaded instant v0.1.13 |
| 698 | 2026-03-08T04:18:51.091Z | Downloaded ingot-types v0.1.2 |
| 699 | 2026-03-08T04:18:51.091Z | Downloaded indexmap v2.13.0 |
| 700 | 2026-03-08T04:18:51.091Z | Downloaded indexmap v1.9.3 |
| 701 | 2026-03-08T04:18:51.091Z | Downloaded indent_write v2.2.0 |
| 702 | 2026-03-08T04:18:51.091Z | Downloaded idna_adapter v1.2.1 |
| 703 | 2026-03-08T04:18:51.091Z | Downloaded icu_provider v2.0.0 |
| 704 | 2026-03-08T04:18:51.115Z | Downloaded icu_properties_data v2.0.1 |
| 705 | 2026-03-08T04:18:51.115Z | Downloaded icu_locale_core v2.0.0 |
| 706 | 2026-03-08T04:18:51.115Z | Downloaded hyper v1.8.1 |
| 707 | 2026-03-08T04:18:51.115Z | Downloaded hkdf v0.12.4 |
| 708 | 2026-03-08T04:18:51.140Z | Downloaded hickory-resolver v0.24.4 |
| 709 | 2026-03-08T04:18:51.140Z | Downloaded hashbrown v0.16.1 |
| 710 | 2026-03-08T04:18:51.140Z | Downloaded hashbrown v0.15.5 |
| 711 | 2026-03-08T04:18:51.140Z | Downloaded hashbrown v0.12.3 |
| 712 | 2026-03-08T04:18:51.140Z | Downloaded goblin v0.8.2 |
| 713 | 2026-03-08T04:18:51.164Z | Downloaded git2 v0.19.0 |
| 714 | 2026-03-08T04:18:51.164Z | Downloaded futures-util v0.3.31 |
| 715 | 2026-03-08T04:18:51.164Z | Downloaded flate2 v1.1.2 |
| 716 | 2026-03-08T04:18:51.188Z | Downloaded displaydoc v0.2.5 |
| 717 | 2026-03-08T04:18:51.188Z | Downloaded digest v0.10.7 |
| 718 | 2026-03-08T04:18:51.188Z | Downloaded derive_more v0.99.20 |
| 719 | 2026-03-08T04:18:51.188Z | Downloaded derive-where v1.6.0 |
| 720 | 2026-03-08T04:18:51.188Z | Downloaded defmt-parser v1.0.0 |
| 721 | 2026-03-08T04:18:51.188Z | Downloaded daft-derive v0.1.4 |
| 722 | 2026-03-08T04:18:51.188Z | Downloaded crypto-bigint v0.5.5 |
| 723 | 2026-03-08T04:18:51.213Z | Downloaded crucible-workspace-hack v0.1.0 |
| 724 | 2026-03-08T04:18:51.213Z | Downloaded crc8 v0.1.1 |
| 725 | 2026-03-08T04:18:51.213Z | Downloaded const_format v0.2.34 |
| 726 | 2026-03-08T04:18:51.213Z | Downloaded bstr v1.12.0 |
| 727 | 2026-03-08T04:18:51.213Z | Downloaded match_cfg v0.1.0 |
| 728 | 2026-03-08T04:18:51.213Z | Downloaded managed v0.8.0 |
| 729 | 2026-03-08T04:18:51.213Z | Downloaded lru-slab v0.1.2 |
| 730 | 2026-03-08T04:18:51.213Z | Downloaded kstat-rs v0.2.4 |
| 731 | 2026-03-08T04:18:51.213Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-03-08T04:18:51.213Z | Downloaded ingot v0.1.1 |
| 733 | 2026-03-08T04:18:51.213Z | Downloaded ident_case v1.0.1 |
| 734 | 2026-03-08T04:18:51.213Z | Downloaded icu_properties v2.0.1 |
| 735 | 2026-03-08T04:18:51.237Z | Downloaded icu_normalizer_data v2.0.0 |
| 736 | 2026-03-08T04:18:51.237Z | Downloaded icu_collections v2.0.0 |
| 737 | 2026-03-08T04:18:51.237Z | Downloaded httparse v1.10.1 |
| 738 | 2026-03-08T04:18:51.237Z | Downloaded http v1.4.0 |
| 739 | 2026-03-08T04:18:51.237Z | Downloaded hostname v0.4.2 |
| 740 | 2026-03-08T04:18:51.237Z | Downloaded hostname v0.3.1 |
| 741 | 2026-03-08T04:18:51.237Z | Downloaded glob v0.3.3 |
| 742 | 2026-03-08T04:18:51.238Z | Downloaded git-stub v1.0.0 |
| 743 | 2026-03-08T04:18:51.238Z | Downloaded getrandom v0.2.16 |
| 744 | 2026-03-08T04:18:51.262Z | Downloaded generic-array v0.14.7 |
| 745 | 2026-03-08T04:18:51.262Z | Downloaded foldhash v0.2.0 |
| 746 | 2026-03-08T04:18:51.262Z | Downloaded foldhash v0.1.5 |
| 747 | 2026-03-08T04:18:51.262Z | Downloaded embedded-io v0.4.0 |
| 748 | 2026-03-08T04:18:51.262Z | Downloaded dropshot-api-manager v0.5.2 |
| 749 | 2026-03-08T04:18:51.262Z | Downloaded display-error-chain v0.2.2 |
| 750 | 2026-03-08T04:18:51.262Z | Downloaded deranged v0.5.3 |
| 751 | 2026-03-08T04:18:51.262Z | Downloaded defmt v0.3.100 |
| 752 | 2026-03-08T04:18:51.286Z | Downloaded darling_macro v0.21.3 |
| 753 | 2026-03-08T04:18:51.286Z | Downloaded darling v0.21.3 |
| 754 | 2026-03-08T04:18:51.286Z | Downloaded daft v0.1.4 |
| 755 | 2026-03-08T04:18:51.286Z | Downloaded csv-core v0.1.12 |
| 756 | 2026-03-08T04:18:51.286Z | Downloaded crossbeam-utils v0.8.21 |
| 757 | 2026-03-08T04:18:51.286Z | Downloaded crossbeam-epoch v0.9.18 |
| 758 | 2026-03-08T04:18:51.310Z | Downloaded crossbeam-deque v0.8.6 |
| 759 | 2026-03-08T04:18:51.310Z | Downloaded critical-section v1.2.0 |
| 760 | 2026-03-08T04:18:51.311Z | Downloaded cpufeatures v0.2.17 |
| 761 | 2026-03-08T04:18:51.311Z | Downloaded constant_time_eq v0.3.1 |
| 762 | 2026-03-08T04:18:51.311Z | Downloaded console v0.15.11 |
| 763 | 2026-03-08T04:18:51.311Z | Downloaded colored v3.0.0 |
| 764 | 2026-03-08T04:18:51.311Z | Downloaded colorchoice v1.0.4 |
| 765 | 2026-03-08T04:18:51.311Z | Downloaded clap_derive v4.5.49 |
| 766 | 2026-03-08T04:18:51.311Z | Downloaded clap v4.5.50 |
| 767 | 2026-03-08T04:18:51.335Z | Downloaded cargo_metadata v0.18.1 |
| 768 | 2026-03-08T04:18:51.335Z | Downloaded cancel-safe-futures v0.1.5 |
| 769 | 2026-03-08T04:18:51.335Z | Downloaded bytes v1.11.1 |
| 770 | 2026-03-08T04:18:51.335Z | Downloaded aws-lc-rs v1.14.0 |
| 771 | 2026-03-08T04:18:51.335Z | Downloaded anyhow v1.0.100 |
| 772 | 2026-03-08T04:18:51.335Z | Downloaded anstyle-parse v0.2.7 |
| 773 | 2026-03-08T04:18:51.359Z | Downloaded hyper-tls v0.6.0 |
| 774 | 2026-03-08T04:18:51.359Z | Downloaded hyper-rustls v0.27.7 |
| 775 | 2026-03-08T04:18:51.359Z | Downloaded http-body-util v0.1.3 |
| 776 | 2026-03-08T04:18:51.359Z | Downloaded http-body v1.0.1 |
| 777 | 2026-03-08T04:18:51.359Z | Downloaded highway v1.3.0 |
| 778 | 2026-03-08T04:18:51.359Z | Downloaded heck v0.5.0 |
| 779 | 2026-03-08T04:18:51.359Z | Downloaded group v0.13.0 |
| 780 | 2026-03-08T04:18:51.360Z | Downloaded gethostname v0.5.0 |
| 781 | 2026-03-08T04:18:51.360Z | Downloaded futures-task v0.3.31 |
| 782 | 2026-03-08T04:18:51.360Z | Downloaded futures-executor v0.3.31 |
| 783 | 2026-03-08T04:18:51.360Z | Downloaded futures-core v0.3.32 |
| 784 | 2026-03-08T04:18:51.360Z | Downloaded futures-channel v0.3.31 |
| 785 | 2026-03-08T04:18:51.360Z | Downloaded futures v0.3.31 |
| 786 | 2026-03-08T04:18:51.384Z | Downloaded form_urlencoded v1.2.2 |
| 787 | 2026-03-08T04:18:51.384Z | Downloaded foreign-types-macros v0.2.3 |
| 788 | 2026-03-08T04:18:51.384Z | Downloaded foreign-types v0.3.2 |
| 789 | 2026-03-08T04:18:51.384Z | Downloaded fnv v1.0.7 |
| 790 | 2026-03-08T04:18:51.384Z | Downloaded fastrand v2.3.0 |
| 791 | 2026-03-08T04:18:51.384Z | Downloaded erased-serde v0.3.31 |
| 792 | 2026-03-08T04:18:51.384Z | Downloaded equivalent v1.0.2 |
| 793 | 2026-03-08T04:18:51.384Z | Downloaded dropshot_endpoint v0.16.7 |
| 794 | 2026-03-08T04:18:51.384Z | Downloaded drift v0.1.3 |
| 795 | 2026-03-08T04:18:51.384Z | Downloaded defmt-macros v1.0.1 |
| 796 | 2026-03-08T04:18:51.384Z | Downloaded defmt v1.0.1 |
| 797 | 2026-03-08T04:18:51.409Z | Downloaded debug-ignore v1.0.5 |
| 798 | 2026-03-08T04:18:51.409Z | Downloaded data-encoding v2.9.0 |
| 799 | 2026-03-08T04:18:51.409Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 800 | 2026-03-08T04:18:51.409Z | Downloaded crypto-common v0.1.6 |
| 801 | 2026-03-08T04:18:51.409Z | Downloaded cookie v0.18.1 |
| 802 | 2026-03-08T04:18:51.409Z | Downloaded convert_case v0.4.0 |
| 803 | 2026-03-08T04:18:51.409Z | Downloaded clap_lex v0.7.5 |
| 804 | 2026-03-08T04:18:51.409Z | Downloaded aws-lc-sys v0.31.0 |
| 805 | 2026-03-08T04:18:51.630Z | Downloaded clang-sys v1.8.1 |
| 806 | 2026-03-08T04:18:51.654Z | Downloaded ciborium-ll v0.2.2 |
| 807 | 2026-03-08T04:18:51.654Z | Downloaded chrono v0.4.43 |
| 808 | 2026-03-08T04:18:51.655Z | Downloaded chacha20poly1305 v0.10.1 |
| 809 | 2026-03-08T04:18:51.655Z | Downloaded cexpr v0.6.0 |
| 810 | 2026-03-08T04:18:51.655Z | Downloaded camino-tempfile v1.4.1 |
| 811 | 2026-03-08T04:18:51.655Z | Downloaded camino v1.2.2 |
| 812 | 2026-03-08T04:18:51.655Z | Downloaded bytecount v0.6.9 |
| 813 | 2026-03-08T04:18:51.655Z | Downloaded blake2 v0.10.6 |
| 814 | 2026-03-08T04:18:51.655Z | Downloaded autocfg v1.5.0 |
| 815 | 2026-03-08T04:18:51.655Z | Downloaded atomicwrites v0.4.4 |
| 816 | 2026-03-08T04:18:51.655Z | Downloaded async-stream-impl v0.3.6 |
| 817 | 2026-03-08T04:18:51.680Z | Downloaded arrayvec v0.7.6 |
| 818 | 2026-03-08T04:18:51.680Z | Downloaded argon2 v0.5.3 |
| 819 | 2026-03-08T04:18:51.680Z | Downloaded anstream v0.6.20 |
| 820 | 2026-03-08T04:18:51.680Z | Downloaded allocator-api2 v0.2.21 |
| 821 | 2026-03-08T04:18:51.680Z | Downloaded aead v0.5.2 |
| 822 | 2026-03-08T04:18:51.680Z | Downloaded hex v0.4.3 |
| 823 | 2026-03-08T04:18:51.680Z | Downloaded futures-sink v0.3.31 |
| 824 | 2026-03-08T04:18:51.680Z | Downloaded futures-macro v0.3.31 |
| 825 | 2026-03-08T04:18:51.680Z | Downloaded futures-io v0.3.31 |
| 826 | 2026-03-08T04:18:51.680Z | Downloaded fixedbitset v0.5.7 |
| 827 | 2026-03-08T04:18:51.680Z | Downloaded filetime v0.2.26 |
| 828 | 2026-03-08T04:18:51.680Z | Downloaded ff v0.13.1 |
| 829 | 2026-03-08T04:18:51.680Z | Downloaded dyn-clone v1.0.20 |
| 830 | 2026-03-08T04:18:51.680Z | Downloaded dropshot v0.16.7 |
| 831 | 2026-03-08T04:18:51.705Z | Downloaded dof v0.4.0 |
| 832 | 2026-03-08T04:18:51.705Z | Downloaded cobs v0.3.0 |
| 833 | 2026-03-08T04:18:51.705Z | Downloaded cmake v0.1.54 |
| 834 | 2026-03-08T04:18:51.705Z | Downloaded cfg_aliases v0.2.1 |
| 835 | 2026-03-08T04:18:51.705Z | Downloaded cc v1.2.38 |
| 836 | 2026-03-08T04:18:51.705Z | Downloaded block-buffer v0.10.4 |
| 837 | 2026-03-08T04:18:51.729Z | Downloaded bitflags v1.3.2 |
| 838 | 2026-03-08T04:18:51.729Z | Downloaded bcs v0.1.6 |
| 839 | 2026-03-08T04:18:51.729Z | Downloaded base64ct v1.8.0 |
| 840 | 2026-03-08T04:18:51.729Z | Downloaded backoff v0.4.0 |
| 841 | 2026-03-08T04:18:51.729Z | Downloaded async-recursion v1.1.1 |
| 842 | 2026-03-08T04:18:51.729Z | Downloaded arrayref v0.3.9 |
| 843 | 2026-03-08T04:18:51.729Z | Downloaded dof v0.3.0 |
| 844 | 2026-03-08T04:18:51.729Z | Downloaded cipher v0.4.4 |
| 845 | 2026-03-08T04:18:51.729Z | Downloaded ciborium v0.2.2 |
| 846 | 2026-03-08T04:18:51.729Z | Downloaded cfg-if v1.0.3 |
| 847 | 2026-03-08T04:18:51.729Z | Downloaded byteorder v1.5.0 |
| 848 | 2026-03-08T04:18:51.730Z | Downloaded bit-vec v0.8.0 |
| 849 | 2026-03-08T04:18:51.730Z | Downloaded bindgen v0.72.1 |
| 850 | 2026-03-08T04:18:51.754Z | Downloaded base64 v0.22.1 |
| 851 | 2026-03-08T04:18:51.754Z | Downloaded async-stream v0.3.6 |
| 852 | 2026-03-08T04:18:51.754Z | Downloaded bitflags v2.9.4 |
| 853 | 2026-03-08T04:18:51.754Z | Downloaded atomic-waker v1.1.2 |
| 854 | 2026-03-08T04:18:51.754Z | Downloaded async-trait v0.1.89 |
| 855 | 2026-03-08T04:18:51.754Z | Downloaded darling_core v0.21.3 |
| 856 | 2026-03-08T04:18:51.754Z | Downloaded curve25519-dalek v4.1.3 |
| 857 | 2026-03-08T04:18:51.779Z | Downloaded clap_builder v4.5.50 |
| 858 | 2026-03-08T04:18:51.779Z | Downloaded crc32fast v1.5.0 |
| 859 | 2026-03-08T04:18:51.779Z | Downloaded aho-corasick v1.1.3 |
| 860 | 2026-03-08T04:18:51.779Z | Downloaded adler2 v2.0.1 |
| 861 | 2026-03-08T04:18:51.779Z | Downloaded bit-set v0.8.0 |
| 862 | 2026-03-08T04:18:51.779Z | Downloaded anstyle-query v1.1.4 |
| 863 | 2026-03-08T04:18:51.779Z | Downloaded anstyle v1.0.11 |
| 864 | 2026-03-08T04:18:52.127Z | Compiling proc-macro2 v1.0.106 |
| 865 | 2026-03-08T04:18:52.127Z | Compiling quote v1.0.44 |
| 866 | 2026-03-08T04:18:52.127Z | Compiling unicode-ident v1.0.24 |
| 867 | 2026-03-08T04:18:52.127Z | Compiling serde_core v1.0.228 |
| 868 | 2026-03-08T04:18:52.151Z | Compiling serde v1.0.228 |
| 869 | 2026-03-08T04:18:52.152Z | Compiling libc v0.2.176 |
| 870 | 2026-03-08T04:18:52.152Z | Compiling autocfg v1.5.0 |
| 871 | 2026-03-08T04:18:52.531Z | Checking cfg-if v1.0.3 |
| 872 | 2026-03-08T04:18:52.637Z | Compiling memchr v2.7.5 |
| 873 | 2026-03-08T04:18:52.858Z | Compiling zmij v1.0.17 |
| 874 | 2026-03-08T04:18:52.889Z | Compiling getrandom v0.3.3 |
| 875 | 2026-03-08T04:18:53.359Z | Compiling libm v0.2.15 |
| 876 | 2026-03-08T04:18:53.703Z | Checking itoa v1.0.15 |
| 877 | 2026-03-08T04:18:53.872Z | Compiling shlex v1.3.0 |
| 878 | 2026-03-08T04:18:53.925Z | Checking smallvec v1.15.1 |
| 879 | 2026-03-08T04:18:53.959Z | Compiling jobserver v0.1.34 |
| 880 | 2026-03-08T04:18:54.173Z | Compiling thiserror v2.0.18 |
| 881 | 2026-03-08T04:18:54.242Z | Compiling version_check v0.9.5 |
| 882 | 2026-03-08T04:18:54.315Z | Compiling find-msvc-tools v0.1.2 |
| 883 | 2026-03-08T04:18:54.413Z | Compiling syn v2.0.117 |
| 884 | 2026-03-08T04:18:54.548Z | Compiling icu_properties_data v2.0.1 |
| 885 | 2026-03-08T04:18:54.575Z | Compiling cc v1.2.38 |
| 886 | 2026-03-08T04:18:54.739Z | Compiling icu_normalizer_data v2.0.0 |
| 887 | 2026-03-08T04:18:54.907Z | Compiling lock_api v0.4.13 |
| 888 | 2026-03-08T04:18:55.039Z | Compiling parking_lot_core v0.9.11 |
| 889 | 2026-03-08T04:18:55.087Z | Checking stable_deref_trait v1.2.0 |
| 890 | 2026-03-08T04:18:55.152Z | Compiling serde_json v1.0.149 |
| 891 | 2026-03-08T04:18:55.655Z | Compiling log v0.4.29 |
| 892 | 2026-03-08T04:18:55.771Z | Compiling heck v0.5.0 |
| 893 | 2026-03-08T04:18:56.126Z | Checking writeable v0.6.1 |
| 894 | 2026-03-08T04:18:56.190Z | Checking litemap v0.8.0 |
| 895 | 2026-03-08T04:18:56.279Z | Compiling num-traits v0.2.19 |
| 896 | 2026-03-08T04:18:56.318Z | Checking percent-encoding v2.3.2 |
| 897 | 2026-03-08T04:18:56.748Z | Checking form_urlencoded v1.2.2 |
| 898 | 2026-03-08T04:18:56.968Z | Checking utf8_iter v1.0.4 |
| 899 | 2026-03-08T04:18:56.995Z | Compiling zerocopy v0.8.27 |
| 900 | 2026-03-08T04:18:57.039Z | Checking pin-project-lite v0.2.16 |
| 901 | 2026-03-08T04:18:57.181Z | Checking iana-time-zone v0.1.64 |
| 902 | 2026-03-08T04:18:57.206Z | Compiling rustversion v1.0.22 |
| 903 | 2026-03-08T04:18:57.344Z | Compiling foldhash v0.2.0 |
| 904 | 2026-03-08T04:18:57.369Z | Compiling equivalent v1.0.2 |
| 905 | 2026-03-08T04:18:57.512Z | Compiling regex-syntax v0.8.6 |
| 906 | 2026-03-08T04:18:57.674Z | Compiling allocator-api2 v0.2.21 |
| 907 | 2026-03-08T04:18:57.703Z | Compiling semver v1.0.27 |
| 908 | 2026-03-08T04:18:57.736Z | Checking socket2 v0.6.0 |
| 909 | 2026-03-08T04:18:58.161Z | Compiling aho-corasick v1.1.3 |
| 910 | 2026-03-08T04:18:58.249Z | Compiling hashbrown v0.16.1 |
| 911 | 2026-03-08T04:18:58.299Z | Checking uuid v1.20.0 |
| 912 | 2026-03-08T04:18:58.661Z | Checking scopeguard v1.2.0 |
| 913 | 2026-03-08T04:18:59.057Z | Checking getrandom v0.2.16 |
| 914 | 2026-03-08T04:18:59.094Z | Checking signal-hook-registry v1.4.6 |
| 915 | 2026-03-08T04:18:59.123Z | Checking mio v1.0.4 |
| 916 | 2026-03-08T04:18:59.181Z | Checking parking_lot v0.12.4 |
| 917 | 2026-03-08T04:18:59.277Z | Compiling schemars v0.8.22 |
| 918 | 2026-03-08T04:18:59.317Z | Checking dyn-clone v1.0.20 |
| 919 | 2026-03-08T04:18:59.355Z | Compiling portable-atomic v1.11.1 |
| 920 | 2026-03-08T04:18:59.681Z | Checking critical-section v1.2.0 |
| 921 | 2026-03-08T04:19:00.057Z | Compiling bitflags v2.9.4 |
| 922 | 2026-03-08T04:19:00.099Z | Checking futures-core v0.3.32 |
| 923 | 2026-03-08T04:19:00.219Z | Compiling regex-automata v0.4.13 |
| 924 | 2026-03-08T04:19:00.411Z | Compiling ring v0.17.14 |
| 925 | 2026-03-08T04:19:00.750Z | Compiling synstructure v0.13.2 |
| 926 | 2026-03-08T04:19:01.164Z | Compiling serde_derive_internals v0.29.1 |
| 927 | 2026-03-08T04:19:01.296Z | Checking once_cell v1.21.3 |
| 928 | 2026-03-08T04:19:01.520Z | Compiling typenum v1.18.0 |
| 929 | 2026-03-08T04:19:01.729Z | Compiling indexmap v2.13.0 |
| 930 | 2026-03-08T04:19:02.109Z | Compiling thiserror v1.0.69 |
| 931 | 2026-03-08T04:19:02.813Z | Compiling httparse v1.10.1 |
| 932 | 2026-03-08T04:19:02.986Z | Compiling rustix v1.1.2 |
| 933 | 2026-03-08T04:19:03.086Z | Checking futures-sink v0.3.31 |
| 934 | 2026-03-08T04:19:03.116Z | Checking slab v0.4.11 |
| 935 | 2026-03-08T04:19:03.246Z | Checking subtle v2.6.1 |
| 936 | 2026-03-08T04:19:03.390Z | Compiling either v1.15.0 |
| 937 | 2026-03-08T04:19:03.435Z | Compiling ucd-trie v0.1.7 |
| 938 | 2026-03-08T04:19:03.464Z | Compiling serde_derive v1.0.228 |
| 939 | 2026-03-08T04:19:03.505Z | Compiling zerofrom-derive v0.1.6 |
| 940 | 2026-03-08T04:19:03.535Z | Compiling yoke-derive v0.8.0 |
| 941 | 2026-03-08T04:19:03.569Z | Compiling zerovec-derive v0.11.1 |
| 942 | 2026-03-08T04:19:03.769Z | Compiling displaydoc v0.2.5 |
| 943 | 2026-03-08T04:19:03.819Z | Compiling thiserror-impl v2.0.18 |
| 944 | 2026-03-08T04:19:04.965Z | Compiling schemars_derive v0.8.22 |
| 945 | 2026-03-08T04:19:05.391Z | Compiling tokio-macros v2.6.0 |
| 946 | 2026-03-08T04:19:05.421Z | Compiling zerocopy-derive v0.8.27 |
| 947 | 2026-03-08T04:19:05.535Z | Compiling futures-macro v0.3.31 |
| 948 | 2026-03-08T04:19:05.735Z | Compiling regex v1.12.3 |
| 949 | 2026-03-08T04:19:05.808Z | Checking zerofrom v0.1.6 |
| 950 | 2026-03-08T04:19:06.018Z | Checking yoke v0.8.0 |
| 951 | 2026-03-08T04:19:06.322Z | Checking zerovec v0.11.4 |
| 952 | 2026-03-08T04:19:06.384Z | Checking zerotrie v0.2.2 |
| 953 | 2026-03-08T04:19:06.493Z | Compiling zeroize_derive v1.4.3 |
| 954 | 2026-03-08T04:19:06.698Z | Compiling thiserror-impl v1.0.69 |
| 955 | 2026-03-08T04:19:06.912Z | Compiling anyhow v1.0.100 |
| 956 | 2026-03-08T04:19:07.112Z | Compiling pest v2.8.2 |
| 957 | 2026-03-08T04:19:07.142Z | Checking futures-channel v0.3.31 |
| 958 | 2026-03-08T04:19:07.547Z | Checking zeroize v1.8.1 |
| 959 | 2026-03-08T04:19:07.743Z | Checking tinystr v0.8.1 |
| 960 | 2026-03-08T04:19:07.772Z | Checking potential_utf v0.1.3 |
| 961 | 2026-03-08T04:19:07.808Z | Checking rand_core v0.6.4 |
| 962 | 2026-03-08T04:19:08.003Z | Checking icu_collections v2.0.0 |
| 963 | 2026-03-08T04:19:08.071Z | Checking icu_locale_core v2.0.0 |
| 964 | 2026-03-08T04:19:08.098Z | Checking pin-utils v0.1.0 |
| 965 | 2026-03-08T04:19:08.216Z | Checking futures-task v0.3.31 |
| 966 | 2026-03-08T04:19:08.508Z | Checking futures-io v0.3.31 |
| 967 | 2026-03-08T04:19:08.573Z | Compiling pkg-config v0.3.32 |
| 968 | 2026-03-08T04:19:08.667Z | Compiling tracing-attributes v0.1.30 |
| 969 | 2026-03-08T04:19:08.697Z | Checking futures-util v0.3.31 |
| 970 | 2026-03-08T04:19:08.953Z | Checking icu_provider v2.0.0 |
| 971 | 2026-03-08T04:19:09.219Z | Checking bytes v1.11.1 |
| 972 | 2026-03-08T04:19:09.382Z | Checking icu_normalizer v2.0.0 |
| 973 | 2026-03-08T04:19:09.415Z | Checking icu_properties v2.0.1 |
| 974 | 2026-03-08T04:19:09.447Z | Checking chrono v0.4.43 |
| 975 | 2026-03-08T04:19:09.982Z | Compiling serde_tokenstream v0.2.3 |
| 976 | 2026-03-08T04:19:10.084Z | Checking tokio v1.49.0 |
| 977 | 2026-03-08T04:19:10.688Z | Compiling pest_meta v2.8.2 |
| 978 | 2026-03-08T04:19:10.772Z | Checking tracing-core v0.1.34 |
| 979 | 2026-03-08T04:19:10.898Z | Compiling generic-array v0.14.7 |
| 980 | 2026-03-08T04:19:11.189Z | Checking idna_adapter v1.2.1 |
| 981 | 2026-03-08T04:19:11.242Z | Compiling fnv v1.0.7 |
| 982 | 2026-03-08T04:19:11.322Z | Checking tracing v0.1.41 |
| 983 | 2026-03-08T04:19:11.395Z | Compiling vcpkg v0.2.15 |
| 984 | 2026-03-08T04:19:11.425Z | Checking idna v1.1.0 |
| 985 | 2026-03-08T04:19:11.684Z | Compiling http v1.4.0 |
| 986 | 2026-03-08T04:19:11.885Z | Checking url v2.5.7 |
| 987 | 2026-03-08T04:19:12.145Z | Compiling pest_generator v2.8.2 |
| 988 | 2026-03-08T04:19:13.266Z | Compiling rustc-hash v2.1.1 |
| 989 | 2026-03-08T04:19:13.295Z | Compiling prettyplease v0.2.37 |
| 990 | 2026-03-08T04:19:13.522Z | Compiling pest_derive v2.8.2 |
| 991 | 2026-03-08T04:19:13.629Z | Compiling regress v0.10.5 |
| 992 | 2026-03-08T04:19:13.693Z | Compiling num-conv v0.1.0 |
| 993 | 2026-03-08T04:19:13.779Z | Compiling time-core v0.1.6 |
| 994 | 2026-03-08T04:19:13.886Z | Compiling byteorder v1.5.0 |
| 995 | 2026-03-08T04:19:14.046Z | Compiling time-macros v0.2.24 |
| 996 | 2026-03-08T04:19:14.212Z | Checking errno v0.3.14 |
| 997 | 2026-03-08T04:19:14.306Z | Compiling glob v0.3.3 |
| 998 | 2026-03-08T04:19:14.393Z | Compiling minimal-lexical v0.2.1 |
| 999 | 2026-03-08T04:19:14.729Z | Compiling nom v7.1.3 |
| 1000 | 2026-03-08T04:19:14.910Z | Compiling clang-sys v1.8.1 |
| 1001 | 2026-03-08T04:19:15.492Z | Checking base64 v0.22.1 |
| 1002 | 2026-03-08T04:19:15.935Z | Checking ipnet v2.11.0 |
| 1003 | 2026-03-08T04:19:15.976Z | Checking crypto-common v0.1.6 |
| 1004 | 2026-03-08T04:19:16.379Z | Checking tokio-util v0.7.16 |
| 1005 | 2026-03-08T04:19:16.406Z | Compiling scroll_derive v0.13.1 |
| 1006 | 2026-03-08T04:19:16.815Z | Compiling libloading v0.8.9 |
| 1007 | 2026-03-08T04:19:17.172Z | Compiling camino v1.2.2 |
| 1008 | 2026-03-08T04:19:17.328Z | Compiling bindgen v0.72.1 |
| 1009 | 2026-03-08T04:19:17.814Z | Compiling cexpr v0.6.0 |
| 1010 | 2026-03-08T04:19:17.917Z | Checking http-body v1.0.1 |
| 1011 | 2026-03-08T04:19:17.941Z | Checking ppv-lite86 v0.2.21 |
| 1012 | 2026-03-08T04:19:17.980Z | Compiling itertools v0.12.1 |
| 1013 | 2026-03-08T04:19:18.018Z | Compiling syn v1.0.109 |
| 1014 | 2026-03-08T04:19:18.150Z | Checking atomic-waker v1.1.2 |
| 1015 | 2026-03-08T04:19:18.180Z | Compiling crossbeam-utils v0.8.21 |
| 1016 | 2026-03-08T04:19:18.498Z | Compiling slog v2.8.2 |
| 1017 | 2026-03-08T04:19:18.526Z | Compiling paste v1.0.15 |
| 1018 | 2026-03-08T04:19:18.616Z | Checking tower-service v0.3.3 |
| 1019 | 2026-03-08T04:19:18.682Z | Checking tower-layer v0.3.3 |
| 1020 | 2026-03-08T04:19:18.719Z | Checking try-lock v0.2.5 |
| 1021 | 2026-03-08T04:19:18.869Z | Checking want v0.3.1 |
| 1022 | 2026-03-08T04:19:18.901Z | Checking h2 v0.4.12 |
| 1023 | 2026-03-08T04:19:18.926Z | Checking ipnetwork v0.21.1 |
| 1024 | 2026-03-08T04:19:18.950Z | Checking erased-serde v0.3.31 |
| 1025 | 2026-03-08T04:19:19.050Z | Checking rustls-pki-types v1.12.0 |
| 1026 | 2026-03-08T04:19:19.078Z | Checking httpdate v1.0.3 |
| 1027 | 2026-03-08T04:19:19.315Z | Checking pretty-hex v0.4.1 |
| 1028 | 2026-03-08T04:19:19.369Z | Checking ryu v1.0.20 |
| 1029 | 2026-03-08T04:19:19.599Z | Compiling async-trait v0.1.89 |
| 1030 | 2026-03-08T04:19:19.629Z | Checking untrusted v0.9.0 |
| 1031 | 2026-03-08T04:19:20.037Z | Compiling scroll v0.13.0 |
| 1032 | 2026-03-08T04:19:20.257Z | Compiling openssl-sys v0.9.109 |
| 1033 | 2026-03-08T04:19:20.342Z | Checking plain v0.2.3 |
| 1034 | 2026-03-08T04:19:20.485Z | Compiling usdt-impl v0.6.0 |
| 1035 | 2026-03-08T04:19:20.552Z | Compiling strsim v0.11.1 |
| 1036 | 2026-03-08T04:19:21.052Z | Compiling goblin v0.10.1 |
| 1037 | 2026-03-08T04:19:21.124Z | Checking http-body-util v0.1.3 |
| 1038 | 2026-03-08T04:19:21.467Z | Checking block-buffer v0.10.4 |
| 1039 | 2026-03-08T04:19:21.504Z | Compiling openapiv3 v2.2.0 |
| 1040 | 2026-03-08T04:19:21.691Z | Checking rand_core v0.9.3 |
| 1041 | 2026-03-08T04:19:22.237Z | Checking hyper v1.8.1 |
| 1042 | 2026-03-08T04:19:22.416Z | Compiling slog-async v2.8.0 |
| 1043 | 2026-03-08T04:19:23.767Z | Checking hyper-util v0.1.19 |
| 1044 | 2026-03-08T04:19:24.048Z | Checking digest v0.10.7 |
| 1045 | 2026-03-08T04:19:24.289Z | Checking serde_urlencoded v0.7.1 |
| 1046 | 2026-03-08T04:19:24.372Z | Checking oxnet v0.1.4 |
| 1047 | 2026-03-08T04:19:24.665Z | Compiling typify-impl v0.4.3 |
| 1048 | 2026-03-08T04:19:24.691Z | Compiling dtrace-parser v0.3.0 |
| 1049 | 2026-03-08T04:19:24.777Z | Compiling cmake v0.1.54 |
| 1050 | 2026-03-08T04:19:24.835Z | Compiling thread-id v5.0.0 |
| 1051 | 2026-03-08T04:19:24.966Z | Compiling omicron-workspace-hack v0.1.0 |
| 1052 | 2026-03-08T04:19:25.248Z | Compiling fs_extra v1.3.0 |
| 1053 | 2026-03-08T04:19:25.381Z | Compiling dunce v1.0.5 |
| 1054 | 2026-03-08T04:19:25.550Z | Compiling ident_case v1.0.1 |
| 1055 | 2026-03-08T04:19:25.731Z | Compiling darling_core v0.21.3 |
| 1056 | 2026-03-08T04:19:25.757Z | Checking rand_chacha v0.9.0 |
| 1057 | 2026-03-08T04:19:25.823Z | Compiling daft-derive v0.1.4 |
| 1058 | 2026-03-08T04:19:26.007Z | Checking powerfmt v0.2.0 |
| 1059 | 2026-03-08T04:19:26.117Z | Checking rand v0.9.2 |
| 1060 | 2026-03-08T04:19:26.267Z | Compiling dof v0.4.0 |
| 1061 | 2026-03-08T04:19:26.906Z | Compiling unsafe-libyaml v0.2.11 |
| 1062 | 2026-03-08T04:19:26.937Z | Checking deranged v0.5.3 |
| 1063 | 2026-03-08T04:19:27.025Z | Checking sync_wrapper v1.0.2 |
| 1064 | 2026-03-08T04:19:28.111Z | Compiling serde_yaml v0.9.34+deprecated |
| 1065 | 2026-03-08T04:19:28.387Z | Compiling aws-lc-rs v1.14.0 |
| 1066 | 2026-03-08T04:19:28.531Z | Compiling usdt-attr-macro v0.6.0 |
| 1067 | 2026-03-08T04:19:28.771Z | Compiling usdt-macro v0.6.0 |
| 1068 | 2026-03-08T04:19:29.080Z | Checking cpufeatures v0.2.17 |
| 1069 | 2026-03-08T04:19:29.190Z | Compiling rustls v0.22.4 |
| 1070 | 2026-03-08T04:19:29.218Z | Checking num_threads v0.1.7 |
| 1071 | 2026-03-08T04:19:29.342Z | Checking time v0.3.44 |
| 1072 | 2026-03-08T04:19:29.797Z | Checking tower v0.5.2 |
| 1073 | 2026-03-08T04:19:30.059Z | Compiling darling_macro v0.21.3 |
| 1074 | 2026-03-08T04:19:30.201Z | Compiling aws-lc-sys v0.31.0 |
| 1075 | 2026-03-08T04:19:30.699Z | Compiling structmeta-derive v0.3.0 |
| 1076 | 2026-03-08T04:19:30.921Z | Compiling darling v0.21.3 |
| 1077 | 2026-03-08T04:19:30.998Z | Checking encoding_rs v0.8.35 |
| 1078 | 2026-03-08T04:19:31.048Z | Checking iri-string v0.7.8 |
| 1079 | 2026-03-08T04:19:31.501Z | Checking mime v0.3.17 |
| 1080 | 2026-03-08T04:19:31.688Z | Compiling typify-macro v0.4.3 |
| 1081 | 2026-03-08T04:19:31.790Z | Checking crossbeam-channel v0.5.15 |
| 1082 | 2026-03-08T04:19:32.165Z | Checking futures-executor v0.3.31 |
| 1083 | 2026-03-08T04:19:32.378Z | Compiling multer v3.1.0 |
| 1084 | 2026-03-08T04:19:32.407Z | Checking hex v0.4.3 |
| 1085 | 2026-03-08T04:19:32.466Z | Compiling structmeta v0.3.0 |
| 1086 | 2026-03-08T04:19:32.656Z | Checking fastrand v2.3.0 |
| 1087 | 2026-03-08T04:19:32.697Z | Checking untrusted v0.7.1 |
| 1088 | 2026-03-08T04:19:32.810Z | Compiling openssl v0.10.73 |
| 1089 | 2026-03-08T04:19:32.841Z | Checking foreign-types-shared v0.1.1 |
| 1090 | 2026-03-08T04:19:32.885Z | Checking unicode-width v0.2.1 |
| 1091 | 2026-03-08T04:19:32.967Z | Checking tempfile v3.23.0 |
| 1092 | 2026-03-08T04:19:33.001Z | Checking foreign-types v0.3.2 |
| 1093 | 2026-03-08T04:19:33.070Z | Checking tower-http v0.6.8 |
| 1094 | 2026-03-08T04:19:33.117Z | Checking futures v0.3.31 |
| 1095 | 2026-03-08T04:19:33.247Z | Compiling strum_macros v0.26.4 |
| 1096 | 2026-03-08T04:19:33.278Z | Compiling openssl-macros v0.1.1 |
| 1097 | 2026-03-08T04:19:33.312Z | Compiling async-stream-impl v0.3.6 |
| 1098 | 2026-03-08T04:19:33.558Z | Checking thread_local v1.1.9 |
| 1099 | 2026-03-08T04:19:33.589Z | Compiling rustls v0.23.32 |
| 1100 | 2026-03-08T04:19:33.899Z | Compiling native-tls v0.2.14 |
| 1101 | 2026-03-08T04:19:33.939Z | Checking openssl-probe v0.1.6 |
| 1102 | 2026-03-08T04:19:34.367Z | Compiling typify v0.4.3 |
| 1103 | 2026-03-08T04:19:34.403Z | Compiling newtype-uuid-macros v0.1.0 |
| 1104 | 2026-03-08T04:19:34.525Z | Compiling dropshot v0.16.7 |
| 1105 | 2026-03-08T04:19:34.731Z | Checking memmap2 v0.9.8 |
| 1106 | 2026-03-08T04:19:34.786Z | Checking is-terminal v0.4.16 |
| 1107 | 2026-03-08T04:19:34.870Z | Checking winnow v0.7.14 |
| 1108 | 2026-03-08T04:19:34.932Z | Checking take_mut v0.2.2 |
| 1109 | 2026-03-08T04:19:35.015Z | Checking term v1.2.0 |
| 1110 | 2026-03-08T04:19:35.096Z | Compiling ref-cast v1.0.25 |
| 1111 | 2026-03-08T04:19:35.389Z | Checking match_cfg v0.1.0 |
| 1112 | 2026-03-08T04:19:35.491Z | Checking hostname v0.3.1 |
| 1113 | 2026-03-08T04:19:35.712Z | Checking slog-term v2.9.2 |
| 1114 | 2026-03-08T04:19:35.929Z | Checking slog-json v2.6.1 |
| 1115 | 2026-03-08T04:19:36.034Z | Compiling dropshot_endpoint v0.16.7 |
| 1116 | 2026-03-08T04:19:36.182Z | Compiling ref-cast-impl v1.0.25 |
| 1117 | 2026-03-08T04:19:36.216Z | Checking slog-bunyan v2.5.0 |
| 1118 | 2026-03-08T04:19:36.241Z | Compiling derive-ex v0.1.8 |
| 1119 | 2026-03-08T04:19:36.810Z | Checking webpki-roots v1.0.2 |
| 1120 | 2026-03-08T04:19:36.993Z | Compiling strum_macros v0.27.2 |
| 1121 | 2026-03-08T04:19:37.194Z | Compiling progenitor-impl v0.11.1 |
| 1122 | 2026-03-08T04:19:37.422Z | Checking newtype-uuid v1.3.2 |
| 1123 | 2026-03-08T04:19:38.041Z | Checking daft v0.1.4 |
| 1124 | 2026-03-08T04:19:38.420Z | Compiling serde_with_macros v3.14.1 |
| 1125 | 2026-03-08T04:19:38.548Z | Checking tokio-native-tls v0.3.1 |
| 1126 | 2026-03-08T04:19:38.791Z | Checking hyper-tls v0.6.0 |
| 1127 | 2026-03-08T04:19:39.008Z | Compiling test-strategy v0.4.3 |
| 1128 | 2026-03-08T04:19:39.311Z | Checking rustls-webpki v0.102.8 |
| 1129 | 2026-03-08T04:19:39.587Z | Checking debug-ignore v1.0.5 |
| 1130 | 2026-03-08T04:19:39.743Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1131 | 2026-03-08T04:19:40.300Z | Compiling parse-display-derive v0.10.0 |
| 1132 | 2026-03-08T04:19:40.480Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1133 | 2026-03-08T04:19:41.186Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-03-08T04:19:41.343Z | Compiling progenitor-macro v0.11.1 |
| 1135 | 2026-03-08T04:19:41.491Z | Checking serde_spanned v1.0.4 |
| 1136 | 2026-03-08T04:19:41.526Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1137 | 2026-03-08T04:19:41.706Z | Checking spin v0.9.8 |
| 1138 | 2026-03-08T04:19:41.755Z | Checking usdt v0.6.0 |
| 1139 | 2026-03-08T04:19:41.851Z | Checking toml v0.9.11+spec-1.1.0 |
| 1140 | 2026-03-08T04:19:42.283Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1141 | 2026-03-08T04:19:42.584Z | Checking strum v0.26.3 |
| 1142 | 2026-03-08T04:19:42.699Z | Checking tokio-rustls v0.25.0 |
| 1143 | 2026-03-08T04:19:42.761Z | Checking async-stream v0.3.6 |
| 1144 | 2026-03-08T04:19:42.905Z | Checking sha1 v0.10.6 |
| 1145 | 2026-03-08T04:19:42.937Z | Checking rustls-pemfile v2.2.0 |
| 1146 | 2026-03-08T04:19:42.981Z | Checking rand_chacha v0.3.1 |
| 1147 | 2026-03-08T04:19:43.045Z | Checking waitgroup v0.1.2 |
| 1148 | 2026-03-08T04:19:43.077Z | Compiling toml_datetime v0.6.11 |
| 1149 | 2026-03-08T04:19:43.167Z | Checking macaddr v1.0.1 |
| 1150 | 2026-03-08T04:19:43.206Z | Checking serde_path_to_error v0.1.20 |
| 1151 | 2026-03-08T04:19:43.236Z | Checking wait-timeout v0.2.1 |
| 1152 | 2026-03-08T04:19:43.315Z | Checking hostname v0.4.2 |
| 1153 | 2026-03-08T04:19:43.440Z | Checking lazy_static v1.5.0 |
| 1154 | 2026-03-08T04:19:43.475Z | Checking quick-error v1.2.3 |
| 1155 | 2026-03-08T04:19:43.541Z | Checking bit-vec v0.8.0 |
| 1156 | 2026-03-08T04:19:43.602Z | Checking rand v0.8.5 |
| 1157 | 2026-03-08T04:19:43.636Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1158 | 2026-03-08T04:19:43.669Z | Checking rusty-fork v0.3.0 |
| 1159 | 2026-03-08T04:19:43.879Z | Checking bit-set v0.8.0 |
| 1160 | 2026-03-08T04:19:44.102Z | Checking tabwriter v1.4.1 |
| 1161 | 2026-03-08T04:19:44.150Z | Checking rand_xorshift v0.4.0 |
| 1162 | 2026-03-08T04:19:44.338Z | Compiling clap_derive v4.5.49 |
| 1163 | 2026-03-08T04:19:44.424Z | Checking utf8parse v0.2.2 |
| 1164 | 2026-03-08T04:19:44.459Z | Checking unarray v0.1.4 |
| 1165 | 2026-03-08T04:19:44.604Z | Checking colored v3.0.0 |
| 1166 | 2026-03-08T04:19:44.629Z | Checking proptest v1.8.0 |
| 1167 | 2026-03-08T04:19:44.661Z | Checking anstyle-parse v0.2.7 |
| 1168 | 2026-03-08T04:19:44.929Z | Checking strum v0.27.2 |
| 1169 | 2026-03-08T04:19:45.107Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1170 | 2026-03-08T04:19:45.134Z | Checking terminal_size v0.4.3 |
| 1171 | 2026-03-08T04:19:45.841Z | Checking is_terminal_polyfill v1.70.1 |
| 1172 | 2026-03-08T04:19:45.984Z | Checking colorchoice v1.0.4 |
| 1173 | 2026-03-08T04:19:46.080Z | Checking anstyle-query v1.1.4 |
| 1174 | 2026-03-08T04:19:46.140Z | Checking anstyle v1.0.11 |
| 1175 | 2026-03-08T04:19:46.459Z | Checking anstream v0.6.20 |
| 1176 | 2026-03-08T04:19:46.646Z | Checking itertools v0.14.0 |
| 1177 | 2026-03-08T04:19:46.974Z | Checking clap_lex v0.7.5 |
| 1178 | 2026-03-08T04:19:47.777Z | Checking clap_builder v4.5.50 |
| 1179 | 2026-03-08T04:19:47.955Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1180 | 2026-03-08T04:19:48.787Z | Checking serde_with v3.14.1 |
| 1181 | 2026-03-08T04:19:50.241Z | Checking clap v4.5.50 |
| 1182 | 2026-03-08T04:19:50.279Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1183 | 2026-03-08T04:19:50.311Z | Checking instant v0.1.13 |
| 1184 | 2026-03-08T04:19:50.751Z | Checking iddqd v0.3.17 |
| 1185 | 2026-03-08T04:19:50.838Z | Checking backoff v0.4.0 |
| 1186 | 2026-03-08T04:19:51.121Z | Checking parse-display v0.10.0 |
| 1187 | 2026-03-08T04:19:51.359Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1188 | 2026-03-08T04:19:51.484Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1189 | 2026-03-08T04:19:54.942Z | Compiling rustls-webpki v0.103.6 |
| 1190 | 2026-03-08T04:20:00.124Z | Checking serde_spanned v0.6.9 |
| 1191 | 2026-03-08T04:20:00.337Z | Compiling memoffset v0.9.1 |
| 1192 | 2026-03-08T04:20:00.568Z | Compiling cfg_aliases v0.2.1 |
| 1193 | 2026-03-08T04:20:00.950Z | Compiling nix v0.30.1 |
| 1194 | 2026-03-08T04:20:01.363Z | Compiling tokio-rustls v0.26.3 |
| 1195 | 2026-03-08T04:20:02.175Z | Compiling hyper-rustls v0.27.7 |
| 1196 | 2026-03-08T04:20:02.322Z | Checking crossbeam-epoch v0.9.18 |
| 1197 | 2026-03-08T04:20:02.643Z | Compiling reqwest v0.12.23 |
| 1198 | 2026-03-08T04:20:02.742Z | Compiling winnow v0.5.40 |
| 1199 | 2026-03-08T04:20:04.828Z | Compiling progenitor-client v0.11.1 |
| 1200 | 2026-03-08T04:20:05.266Z | Compiling toml_edit v0.19.15 |
| 1201 | 2026-03-08T04:20:07.662Z | Compiling proc-macro-crate v1.3.1 |
| 1202 | 2026-03-08T04:20:08.274Z | Compiling progenitor v0.11.1 |
| 1203 | 2026-03-08T04:20:09.446Z | Compiling num-integer v0.1.46 |
| 1204 | 2026-03-08T04:20:09.969Z | Compiling rayon-core v1.13.0 |
| 1205 | 2026-03-08T04:20:10.336Z | Compiling progenitor-client v0.10.0 |
| 1206 | 2026-03-08T04:20:10.463Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1207 | 2026-03-08T04:20:11.532Z | Compiling hubpack_derive v0.1.1 |
| 1208 | 2026-03-08T04:20:12.324Z | Compiling zerocopy-derive v0.7.35 |
| 1209 | 2026-03-08T04:20:13.133Z | Checking toml_write v0.1.2 |
| 1210 | 2026-03-08T04:20:13.435Z | Checking toml_edit v0.22.27 |
| 1211 | 2026-03-08T04:20:13.593Z | Checking hubpack v0.1.2 |
| 1212 | 2026-03-08T04:20:13.741Z | Checking num-rational v0.4.2 |
| 1213 | 2026-03-08T04:20:13.790Z | Checking num-iter v0.1.45 |
| 1214 | 2026-03-08T04:20:13.979Z | Checking crossbeam-deque v0.8.6 |
| 1215 | 2026-03-08T04:20:14.312Z | Compiling num-complex v0.4.6 |
| 1216 | 2026-03-08T04:20:14.985Z | Checking static_assertions v1.1.0 |
| 1217 | 2026-03-08T04:20:15.040Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1218 | 2026-03-08T04:20:15.100Z | Compiling num v0.4.3 |
| 1219 | 2026-03-08T04:20:15.446Z | Compiling proc-macro-error-attr v1.0.4 |
| 1220 | 2026-03-08T04:20:15.534Z | Checking toml v0.8.23 |
| 1221 | 2026-03-08T04:20:15.822Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1222 | 2026-03-08T04:20:15.921Z | Checking float-ord v0.3.2 |
| 1223 | 2026-03-08T04:20:16.080Z | Compiling heapless v0.8.0 |
| 1224 | 2026-03-08T04:20:16.427Z | Compiling ingot-macros v0.1.1 |
| 1225 | 2026-03-08T04:20:16.825Z | Checking hash32 v0.3.1 |
| 1226 | 2026-03-08T04:20:16.849Z | Compiling proc-macro-error v1.0.4 |
| 1227 | 2026-03-08T04:20:17.039Z | Checking bytecount v0.6.9 |
| 1228 | 2026-03-08T04:20:17.181Z | Compiling smoltcp v0.11.0 |
| 1229 | 2026-03-08T04:20:17.211Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1230 | 2026-03-08T04:20:17.727Z | Compiling zerocopy v0.7.35 |
| 1231 | 2026-03-08T04:20:18.203Z | Compiling num_enum_derive v0.7.5 |
| 1232 | 2026-03-08T04:20:18.943Z | Compiling num-derive v0.3.3 |
| 1233 | 2026-03-08T04:20:19.875Z | Checking cobs v0.3.0 |
| 1234 | 2026-03-08T04:20:19.923Z | Compiling scroll_derive v0.12.1 |
| 1235 | 2026-03-08T04:20:20.113Z | Compiling foreign-types-macros v0.2.3 |
| 1236 | 2026-03-08T04:20:20.141Z | Compiling usdt-impl v0.5.0 |
| 1237 | 2026-03-08T04:20:20.435Z | Checking managed v0.8.0 |
| 1238 | 2026-03-08T04:20:20.522Z | Checking foreign-types-shared v0.3.1 |
| 1239 | 2026-03-08T04:20:20.576Z | Checking bitflags v1.3.2 |
| 1240 | 2026-03-08T04:20:20.686Z | Compiling crucible-workspace-hack v0.1.0 |
| 1241 | 2026-03-08T04:20:20.909Z | Checking libscf-sys v1.1.0 |
| 1242 | 2026-03-08T04:20:21.046Z | Checking ingot-types v0.1.2 |
| 1243 | 2026-03-08T04:20:21.088Z | Checking postcard v1.1.3 |
| 1244 | 2026-03-08T04:20:21.125Z | Checking scroll v0.12.0 |
| 1245 | 2026-03-08T04:20:21.149Z | Checking num_enum v0.7.5 |
| 1246 | 2026-03-08T04:20:21.190Z | Checking foreign-types v0.5.0 |
| 1247 | 2026-03-08T04:20:21.326Z | Compiling dof v0.3.0 |
| 1248 | 2026-03-08T04:20:21.679Z | Checking ingot v0.1.1 |
| 1249 | 2026-03-08T04:20:21.714Z | Compiling dtrace-parser v0.2.0 |
| 1250 | 2026-03-08T04:20:21.819Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1251 | 2026-03-08T04:20:21.848Z | Checking camino-tempfile v1.4.1 |
| 1252 | 2026-03-08T04:20:22.030Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1253 | 2026-03-08T04:20:22.139Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1254 | 2026-03-08T04:20:22.540Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1255 | 2026-03-08T04:20:22.675Z | Checking cstr-argument v0.1.2 |
| 1256 | 2026-03-08T04:20:22.735Z | Compiling thread-id v4.2.2 |
| 1257 | 2026-03-08T04:20:22.873Z | Compiling heck v0.4.1 |
| 1258 | 2026-03-08T04:20:22.899Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1259 | 2026-03-08T04:20:23.041Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1260 | 2026-03-08T04:20:23.145Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1261 | 2026-03-08T04:20:23.199Z | Checking goblin v0.8.2 |
| 1262 | 2026-03-08T04:20:23.231Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1263 | 2026-03-08T04:20:23.380Z | Checking rayon v1.11.0 |
| 1264 | 2026-03-08T04:20:23.584Z | Compiling num_enum_derive v0.5.11 |
| 1265 | 2026-03-08T04:20:24.030Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1266 | 2026-03-08T04:20:24.308Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1267 | 2026-03-08T04:20:24.401Z | Compiling rustc_version v0.4.1 |
| 1268 | 2026-03-08T04:20:24.925Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1269 | 2026-03-08T04:20:25.152Z | Compiling rustix v0.38.44 |
| 1270 | 2026-03-08T04:20:25.234Z | Compiling convert_case v0.4.0 |
| 1271 | 2026-03-08T04:20:25.270Z | Checking tinyvec_macros v0.1.1 |
| 1272 | 2026-03-08T04:20:25.389Z | Checking tinyvec v1.10.0 |
| 1273 | 2026-03-08T04:20:26.988Z | Compiling derive_more v0.99.20 |
| 1274 | 2026-03-08T04:20:27.013Z | Checking num_enum v0.5.11 |
| 1275 | 2026-03-08T04:20:27.013Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1276 | 2026-03-08T04:20:27.013Z | Compiling libz-sys v1.1.22 |
| 1277 | 2026-03-08T04:20:27.013Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1278 | 2026-03-08T04:20:27.013Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-03-08T04:20:27.013Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1280 | 2026-03-08T04:20:27.040Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1281 | 2026-03-08T04:20:27.122Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1282 | 2026-03-08T04:20:27.397Z | Compiling proc-macro-error2 v2.0.1 |
| 1283 | 2026-03-08T04:20:28.068Z | Compiling usdt-attr-macro v0.5.0 |
| 1284 | 2026-03-08T04:20:28.646Z | Compiling usdt-macro v0.5.0 |
| 1285 | 2026-03-08T04:20:28.709Z | Compiling zone_cfg_derive v0.3.1 |
| 1286 | 2026-03-08T04:20:29.080Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-03-08T04:20:29.391Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1288 | 2026-03-08T04:20:29.699Z | Compiling num-derive v0.4.2 |
| 1289 | 2026-03-08T04:20:29.766Z | Checking memmap v0.7.0 |
| 1290 | 2026-03-08T04:20:29.856Z | Checking sigpipe v0.1.3 |
| 1291 | 2026-03-08T04:20:30.006Z | Checking jiff v0.2.15 |
| 1292 | 2026-03-08T04:20:30.034Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-03-08T04:20:30.438Z | Checking usdt v0.5.0 |
| 1294 | 2026-03-08T04:20:30.631Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1295 | 2026-03-08T04:20:30.772Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1296 | 2026-03-08T04:20:30.905Z | Compiling tabled_derive v0.11.0 |
| 1297 | 2026-03-08T04:20:31.164Z | Checking zone v0.3.1 |
| 1298 | 2026-03-08T04:20:31.193Z | Checking papergrid v0.17.0 |
| 1299 | 2026-03-08T04:20:31.351Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1300 | 2026-03-08T04:20:31.394Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1301 | 2026-03-08T04:20:31.742Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1302 | 2026-03-08T04:20:31.774Z | Checking testing_table v0.3.0 |
| 1303 | 2026-03-08T04:20:31.803Z | Checking smf v0.2.3 |
| 1304 | 2026-03-08T04:20:31.920Z | Checking secrecy v0.10.3 |
| 1305 | 2026-03-08T04:20:32.102Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1306 | 2026-03-08T04:20:32.194Z | Checking bstr v1.12.0 |
| 1307 | 2026-03-08T04:20:32.420Z | Checking whoami v1.6.1 |
| 1308 | 2026-03-08T04:20:32.720Z | Compiling curve25519-dalek v4.1.3 |
| 1309 | 2026-03-08T04:20:32.752Z | Checking hmac v0.12.1 |
| 1310 | 2026-03-08T04:20:32.776Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1311 | 2026-03-08T04:20:32.837Z | Checking inout v0.1.4 |
| 1312 | 2026-03-08T04:20:32.867Z | Checking tabled v0.20.0 |
| 1313 | 2026-03-08T04:20:32.972Z | Checking ff v0.13.1 |
| 1314 | 2026-03-08T04:20:33.061Z | Compiling enum-as-inner v0.6.1 |
| 1315 | 2026-03-08T04:20:33.146Z | Compiling semver v0.1.20 |
| 1316 | 2026-03-08T04:20:33.174Z | Checking data-encoding v2.9.0 |
| 1317 | 2026-03-08T04:20:33.589Z | Compiling rustc_version v0.1.7 |
| 1318 | 2026-03-08T04:20:33.654Z | Checking group v0.13.0 |
| 1319 | 2026-03-08T04:20:33.934Z | Checking cipher v0.4.4 |
| 1320 | 2026-03-08T04:20:33.963Z | Checking hkdf v0.12.4 |
| 1321 | 2026-03-08T04:20:33.987Z | Checking atomicwrites v0.4.4 |
| 1322 | 2026-03-08T04:20:34.178Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1323 | 2026-03-08T04:20:34.242Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1324 | 2026-03-08T04:20:34.289Z | Checking universal-hash v0.5.1 |
| 1325 | 2026-03-08T04:20:34.366Z | Checking crypto-bigint v0.5.5 |
| 1326 | 2026-03-08T04:20:34.498Z | Checking half v2.7.1 |
| 1327 | 2026-03-08T04:20:34.965Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1328 | 2026-03-08T04:20:34.993Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1329 | 2026-03-08T04:20:35.246Z | Checking base64ct v1.8.0 |
| 1330 | 2026-03-08T04:20:35.725Z | Checking ciborium-io v0.2.2 |
| 1331 | 2026-03-08T04:20:35.865Z | Checking base16ct v0.2.0 |
| 1332 | 2026-03-08T04:20:36.048Z | Checking opaque-debug v0.3.1 |
| 1333 | 2026-03-08T04:20:36.073Z | Checking indent_write v2.2.0 |
| 1334 | 2026-03-08T04:20:36.158Z | Checking poly1305 v0.8.0 |
| 1335 | 2026-03-08T04:20:36.211Z | Checking thiserror-no-std v2.0.2 |
| 1336 | 2026-03-08T04:20:36.535Z | Checking ciborium-ll v0.2.2 |
| 1337 | 2026-03-08T04:20:36.573Z | Checking password-hash v0.5.0 |
| 1338 | 2026-03-08T04:20:36.688Z | Checking elliptic-curve v0.13.8 |
| 1339 | 2026-03-08T04:20:36.735Z | Checking chacha20 v0.9.1 |
| 1340 | 2026-03-08T04:20:36.766Z | Compiling newtype_derive v0.1.6 |
| 1341 | 2026-03-08T04:20:36.853Z | Checking similar v2.7.0 |
| 1342 | 2026-03-08T04:20:36.968Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1343 | 2026-03-08T04:20:37.083Z | Checking blake2 v0.10.6 |
| 1344 | 2026-03-08T04:20:37.107Z | Compiling typify-impl v0.6.1 |
| 1345 | 2026-03-08T04:20:37.132Z | Checking aead v0.5.2 |
| 1346 | 2026-03-08T04:20:37.163Z | Checking keccak v0.1.5 |
| 1347 | 2026-03-08T04:20:37.345Z | Checking resolv-conf v0.7.5 |
| 1348 | 2026-03-08T04:20:37.380Z | Checking linked-hash-map v0.5.6 |
| 1349 | 2026-03-08T04:20:37.444Z | Compiling owo-colors v4.3.0 |
| 1350 | 2026-03-08T04:20:37.469Z | Checking sha3 v0.10.8 |
| 1351 | 2026-03-08T04:20:37.510Z | Checking argon2 v0.5.3 |
| 1352 | 2026-03-08T04:20:37.668Z | Checking chacha20poly1305 v0.10.1 |
| 1353 | 2026-03-08T04:20:37.697Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-03-08T04:20:37.726Z | Checking vsss-rs v3.3.4 |
| 1355 | 2026-03-08T04:20:37.875Z | Checking ciborium v0.2.2 |
| 1356 | 2026-03-08T04:20:37.907Z | Checking hickory-proto v0.24.4 |
| 1357 | 2026-03-08T04:20:37.940Z | Checking tokio-dtrace v0.1.1 |
| 1358 | 2026-03-08T04:20:38.037Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1359 | 2026-03-08T04:20:38.062Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1360 | 2026-03-08T04:20:38.225Z | Checking serde-big-array v0.5.1 |
| 1361 | 2026-03-08T04:20:38.437Z | Compiling serde_repr v0.1.20 |
| 1362 | 2026-03-08T04:20:38.462Z | Compiling derive-where v1.6.0 |
| 1363 | 2026-03-08T04:20:38.517Z | Checking unicode-segmentation v1.12.0 |
| 1364 | 2026-03-08T04:20:38.661Z | Checking siphasher v1.0.1 |
| 1365 | 2026-03-08T04:20:38.955Z | Checking same-file v1.0.6 |
| 1366 | 2026-03-08T04:20:39.066Z | Checking newline-converter v0.3.0 |
| 1367 | 2026-03-08T04:20:39.142Z | Checking walkdir v2.5.0 |
| 1368 | 2026-03-08T04:20:39.246Z | Checking phf_shared v0.12.1 |
| 1369 | 2026-03-08T04:20:39.296Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1370 | 2026-03-08T04:20:39.413Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1371 | 2026-03-08T04:20:39.512Z | Checking oxide-tokio-rt v0.1.2 |
| 1372 | 2026-03-08T04:20:40.200Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1373 | 2026-03-08T04:20:40.656Z | Compiling progenitor-impl v0.10.0 |
| 1374 | 2026-03-08T04:20:40.717Z | Checking console v0.15.11 |
| 1375 | 2026-03-08T04:20:40.775Z | Checking hickory-resolver v0.24.4 |
| 1376 | 2026-03-08T04:20:41.029Z | Checking tokio-stream v0.1.17 |
| 1377 | 2026-03-08T04:20:41.236Z | Compiling pin-project-internal v1.1.10 |
| 1378 | 2026-03-08T04:20:41.663Z | Compiling slog-dtrace v0.3.0 |
| 1379 | 2026-03-08T04:20:41.699Z | Checking csv-core v0.1.12 |
| 1380 | 2026-03-08T04:20:41.968Z | Checking smawk v0.3.2 |
| 1381 | 2026-03-08T04:20:41.997Z | Checking unicode-width v0.1.14 |
| 1382 | 2026-03-08T04:20:42.030Z | Compiling cancel-safe-futures v0.1.5 |
| 1383 | 2026-03-08T04:20:42.183Z | Checking foldhash v0.1.5 |
| 1384 | 2026-03-08T04:20:42.368Z | Compiling chrono-tz v0.10.4 |
| 1385 | 2026-03-08T04:20:42.411Z | Checking swrite v0.1.0 |
| 1386 | 2026-03-08T04:20:42.443Z | Compiling unicode-xid v0.2.6 |
| 1387 | 2026-03-08T04:20:42.560Z | Checking unicode-linebreak v0.1.5 |
| 1388 | 2026-03-08T04:20:42.637Z | Compiling const_format_proc_macros v0.2.34 |
| 1389 | 2026-03-08T04:20:42.717Z | Checking hashbrown v0.15.5 |
| 1390 | 2026-03-08T04:20:42.919Z | Checking textwrap v0.16.2 |
| 1391 | 2026-03-08T04:20:43.059Z | Checking pin-project v1.1.10 |
| 1392 | 2026-03-08T04:20:43.247Z | Checking csv v1.3.1 |
| 1393 | 2026-03-08T04:20:43.360Z | Checking qorb v0.4.1 |
| 1394 | 2026-03-08T04:20:43.439Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1395 | 2026-03-08T04:20:43.605Z | Checking expectorate v1.2.0 |
| 1396 | 2026-03-08T04:20:43.810Z | Checking phf v0.12.1 |
| 1397 | 2026-03-08T04:20:43.930Z | Checking unicode-normalization v0.1.24 |
| 1398 | 2026-03-08T04:20:43.960Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1399 | 2026-03-08T04:20:44.050Z | Compiling typify-macro v0.6.1 |
| 1400 | 2026-03-08T04:20:44.637Z | Checking libsw-core v0.3.2 |
| 1401 | 2026-03-08T04:20:44.743Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1402 | 2026-03-08T04:20:44.861Z | Compiling progenitor-macro v0.10.0 |
| 1403 | 2026-03-08T04:20:44.889Z | Compiling async-recursion v1.1.1 |
| 1404 | 2026-03-08T04:20:45.018Z | Compiling snafu-derive v0.8.9 |
| 1405 | 2026-03-08T04:20:45.395Z | Compiling cookie v0.18.1 |
| 1406 | 2026-03-08T04:20:45.611Z | Checking fixedbitset v0.5.7 |
| 1407 | 2026-03-08T04:20:45.775Z | Compiling moka v0.12.11 |
| 1408 | 2026-03-08T04:20:45.975Z | Checking highway v1.3.0 |
| 1409 | 2026-03-08T04:20:46.048Z | Checking fixedbitset v0.4.2 |
| 1410 | 2026-03-08T04:20:46.146Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1411 | 2026-03-08T04:20:46.328Z | Checking petgraph v0.6.5 |
| 1412 | 2026-03-08T04:20:46.426Z | Checking petgraph v0.8.2 |
| 1413 | 2026-03-08T04:20:46.694Z | Compiling typify v0.6.1 |
| 1414 | 2026-03-08T04:20:46.846Z | Checking libsw v3.5.0 |
| 1415 | 2026-03-08T04:20:47.125Z | Checking olpc-cjson v0.1.4 |
| 1416 | 2026-03-08T04:20:48.244Z | Checking snafu v0.8.9 |
| 1417 | 2026-03-08T04:20:48.509Z | Checking const_format v0.2.34 |
| 1418 | 2026-03-08T04:20:48.657Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-03-08T04:20:49.052Z | Checking papergrid v0.11.0 |
| 1420 | 2026-03-08T04:20:49.113Z | Checking globset v0.4.16 |
| 1421 | 2026-03-08T04:20:49.322Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1422 | 2026-03-08T04:20:49.353Z | Checking gethostname v0.5.0 |
| 1423 | 2026-03-08T04:20:49.551Z | Compiling tabled_derive v0.7.0 |
| 1424 | 2026-03-08T04:20:49.687Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1425 | 2026-03-08T04:20:50.205Z | Checking reqwest v0.13.2 |
| 1426 | 2026-03-08T04:20:50.229Z | Checking bcs v0.1.6 |
| 1427 | 2026-03-08T04:20:50.713Z | Checking pem v3.0.5 |
| 1428 | 2026-03-08T04:20:51.111Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-03-08T04:20:51.210Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-03-08T04:20:51.970Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-03-08T04:20:52.244Z | Checking serde_plain v1.0.2 |
| 1432 | 2026-03-08T04:20:52.503Z | Checking termtree v0.5.1 |
| 1433 | 2026-03-08T04:20:52.604Z | Checking tagptr v0.2.0 |
| 1434 | 2026-03-08T04:20:52.758Z | Checking typed-path v0.9.3 |
| 1435 | 2026-03-08T04:20:52.888Z | Checking linear-map v1.2.0 |
| 1436 | 2026-03-08T04:20:53.201Z | Checking progenitor v0.10.0 |
| 1437 | 2026-03-08T04:20:53.232Z | Compiling signal-hook v0.3.18 |
| 1438 | 2026-03-08T04:20:53.256Z | Checking crc8 v0.1.1 |
| 1439 | 2026-03-08T04:20:53.432Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1440 | 2026-03-08T04:20:53.462Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-03-08T04:20:53.640Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1442 | 2026-03-08T04:20:53.988Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-03-08T04:20:54.389Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-03-08T04:20:54.783Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-03-08T04:20:54.909Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-03-08T04:20:54.938Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1447 | 2026-03-08T04:20:55.023Z | Checking tough v0.20.0 |
| 1448 | 2026-03-08T04:20:55.272Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1449 | 2026-03-08T04:20:56.030Z | Checking tabled v0.15.0 |
| 1450 | 2026-03-08T04:20:56.130Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1451 | 2026-03-08T04:20:56.215Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-03-08T04:20:56.388Z | Checking steno v0.4.1 |
| 1453 | 2026-03-08T04:20:56.568Z | Compiling progenitor-impl v0.13.0 |
| 1454 | 2026-03-08T04:20:56.934Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-03-08T04:20:57.595Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-03-08T04:20:58.097Z | Checking dropshot-api-manager-types v0.5.2 |
| 1457 | 2026-03-08T04:20:58.165Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1458 | 2026-03-08T04:20:58.369Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-03-08T04:20:58.699Z | Compiling vergen v8.3.2 |
| 1460 | 2026-03-08T04:20:58.750Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-03-08T04:20:58.787Z | Compiling crc32fast v1.5.0 |
| 1462 | 2026-03-08T04:20:58.849Z | Checking humantime v2.3.0 |
| 1463 | 2026-03-08T04:20:59.141Z | Compiling cargo_metadata v0.18.1 |
| 1464 | 2026-03-08T04:20:59.282Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1465 | 2026-03-08T04:20:59.340Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1466 | 2026-03-08T04:21:00.457Z | Checking hickory-resolver v0.25.2 |
| 1467 | 2026-03-08T04:21:00.726Z | Compiling progenitor-macro v0.13.0 |
| 1468 | 2026-03-08T04:21:01.015Z | Checking progenitor-client v0.13.0 |
| 1469 | 2026-03-08T04:21:01.044Z | Checking sha2 v0.10.9 |
| 1470 | 2026-03-08T04:21:01.285Z | Compiling blake3 v1.8.2 |
| 1471 | 2026-03-08T04:21:01.383Z | Checking adler2 v2.0.1 |
| 1472 | 2026-03-08T04:21:01.605Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-03-08T04:21:01.751Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1474 | 2026-03-08T04:21:02.242Z | Checking miniz_oxide v0.8.9 |
| 1475 | 2026-03-08T04:21:02.404Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1476 | 2026-03-08T04:21:02.987Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1477 | 2026-03-08T04:21:03.043Z | Checking git-stub v1.0.0 |
| 1478 | 2026-03-08T04:21:03.287Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1479 | 2026-03-08T04:21:04.926Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-03-08T04:21:04.955Z | Checking filetime v0.2.26 |
| 1481 | 2026-03-08T04:21:04.986Z | Checking constant_time_eq v0.3.1 |
| 1482 | 2026-03-08T04:21:05.133Z | Checking xattr v1.6.1 |
| 1483 | 2026-03-08T04:21:05.175Z | Checking arrayvec v0.7.6 |
| 1484 | 2026-03-08T04:21:05.339Z | Compiling curl v0.4.49 |
| 1485 | 2026-03-08T04:21:05.504Z | Checking arrayref v0.3.9 |
| 1486 | 2026-03-08T04:21:05.674Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1487 | 2026-03-08T04:21:05.702Z | Checking is_ci v1.2.0 |
| 1488 | 2026-03-08T04:21:05.783Z | Checking toml v0.7.8 |
| 1489 | 2026-03-08T04:21:05.864Z | Checking supports-color v3.0.2 |
| 1490 | 2026-03-08T04:21:06.077Z | Checking tar v0.4.44 |
| 1491 | 2026-03-08T04:21:06.571Z | Checking git-stub-vcs v0.1.0 |
| 1492 | 2026-03-08T04:21:06.602Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-03-08T04:21:06.903Z | Checking flate2 v1.1.2 |
| 1494 | 2026-03-08T04:21:07.147Z | Checking drift v0.1.3 |
| 1495 | 2026-03-08T04:21:07.426Z | Checking kstat-rs v0.2.4 |
| 1496 | 2026-03-08T04:21:07.452Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1497 | 2026-03-08T04:21:07.589Z | Checking topological-sort v0.2.2 |
| 1498 | 2026-03-08T04:21:07.745Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-03-08T04:21:07.809Z | Checking omicron-zone-package v0.12.2 |
| 1500 | 2026-03-08T04:21:08.063Z | Checking dropshot-api-manager v0.5.2 |
| 1501 | 2026-03-08T04:21:08.228Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-03-08T04:21:09.085Z | Checking progenitor v0.13.0 |
| 1503 | 2026-03-08T04:21:09.265Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1504 | 2026-03-08T04:21:09.590Z | Checking signal-hook-tokio v0.3.1 |
| 1505 | 2026-03-08T04:21:09.778Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1506 | 2026-03-08T04:21:10.140Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1507 | 2026-03-08T04:21:10.801Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1508 | 2026-03-08T04:21:10.975Z | Checking search_path v0.1.4 |
| 1509 | 2026-03-08T04:21:11.135Z | Checking display-error-chain v0.2.2 |
| 1510 | 2026-03-08T04:21:11.198Z | Checking internet-checksum v0.2.1 |
| 1511 | 2026-03-08T04:21:11.331Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1512 | 2026-03-08T04:21:11.383Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1513 | 2026-03-08T04:21:11.501Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1514 | 2026-03-08T04:21:12.729Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1515 | 2026-03-08T04:21:12.941Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1516 | 2026-03-08T04:21:15.123Z | Compiling git2 v0.19.0 |
| 1517 | 2026-03-08T04:21:20.098Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1518 | 2026-03-08T04:21:24.367Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1519 | 2026-03-08T04:21:31.985Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-03-08T04:21:34.654Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1521 | 2026-03-08T04:21:44.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 25s |
| 1522 | 2026-03-08T04:21:44.593Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1523 | 2026-03-08T04:21:44.593Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1524 | 2026-03-08T04:21:45.617Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1525 | 2026-03-08T04:21:45.641Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1526 | 2026-03-08T04:21:45.641Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1527 | 2026-03-08T04:21:45.641Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1528 | 2026-03-08T04:22:00.245Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-03-08T04:22:00.245Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1530 | 2026-03-08T04:22:05.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.45s |
| 1531 | 2026-03-08T04:22:05.393Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1532 | 2026-03-08T04:22:05.393Z | + cargo clippy --features softnpu -- --deny warnings |
| 1533 | 2026-03-08T04:22:06.058Z | Downloading crates ... |
| 1534 | 2026-03-08T04:22:06.298Z | Downloaded ascii v1.1.0 |
| 1535 | 2026-03-08T04:22:06.322Z | Downloaded wyz v0.5.1 |
| 1536 | 2026-03-08T04:22:06.322Z | Downloaded tap v1.0.1 |
| 1537 | 2026-03-08T04:22:06.322Z | Downloaded bitstruct v0.1.1 |
| 1538 | 2026-03-08T04:22:06.322Z | Downloaded libloading v0.7.4 |
| 1539 | 2026-03-08T04:22:06.323Z | Downloaded bitstruct_derive v0.1.0 |
| 1540 | 2026-03-08T04:22:06.323Z | Downloaded typeid v1.0.3 |
| 1541 | 2026-03-08T04:22:06.323Z | Downloaded serde_arrays v0.1.0 |
| 1542 | 2026-03-08T04:22:06.323Z | Downloaded radium v0.7.0 |
| 1543 | 2026-03-08T04:22:06.323Z | Downloaded erased-serde v0.4.8 |
| 1544 | 2026-03-08T04:22:06.323Z | Downloaded funty v2.0.0 |
| 1545 | 2026-03-08T04:22:06.323Z | Downloaded num-bigint v0.4.6 |
| 1546 | 2026-03-08T04:22:06.323Z | Downloaded bitvec v1.0.1 |
| 1547 | 2026-03-08T04:22:06.546Z | Checking num-integer v0.1.46 |
| 1548 | 2026-03-08T04:22:06.570Z | Checking num-complex v0.4.6 |
| 1549 | 2026-03-08T04:22:06.595Z | Compiling radium v0.7.0 |
| 1550 | 2026-03-08T04:22:06.619Z | Checking tap v1.0.1 |
| 1551 | 2026-03-08T04:22:06.644Z | Checking funty v2.0.0 |
| 1552 | 2026-03-08T04:22:06.644Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1553 | 2026-03-08T04:22:06.644Z | Compiling typeid v1.0.3 |
| 1554 | 2026-03-08T04:22:06.644Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1555 | 2026-03-08T04:22:06.774Z | Checking wyz v0.5.1 |
| 1556 | 2026-03-08T04:22:06.955Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-03-08T04:22:06.980Z | Checking num-bigint v0.4.6 |
| 1558 | 2026-03-08T04:22:06.980Z | Checking num-iter v0.1.45 |
| 1559 | 2026-03-08T04:22:07.134Z | Compiling erased-serde v0.4.8 |
| 1560 | 2026-03-08T04:22:07.164Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-03-08T04:22:07.260Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1562 | 2026-03-08T04:22:07.297Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-03-08T04:22:07.321Z | Compiling bitstruct_derive v0.1.0 |
| 1564 | 2026-03-08T04:22:07.345Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1565 | 2026-03-08T04:22:07.346Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-03-08T04:22:07.370Z | Checking bitvec v1.0.1 |
| 1567 | 2026-03-08T04:22:07.480Z | Checking ascii v1.1.0 |
| 1568 | 2026-03-08T04:22:07.505Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-03-08T04:22:07.505Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1570 | 2026-03-08T04:22:07.680Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1571 | 2026-03-08T04:22:07.708Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-03-08T04:22:07.762Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1573 | 2026-03-08T04:22:07.824Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-03-08T04:22:08.308Z | Checking bitstruct v0.1.1 |
| 1575 | 2026-03-08T04:22:08.358Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-03-08T04:22:08.382Z | Checking serde_arrays v0.1.0 |
| 1577 | 2026-03-08T04:22:08.433Z | Checking libloading v0.7.4 |
| 1578 | 2026-03-08T04:22:08.537Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1579 | 2026-03-08T04:22:08.669Z | Checking num-rational v0.4.2 |
| 1580 | 2026-03-08T04:22:09.178Z | Checking num v0.4.3 |
| 1581 | 2026-03-08T04:22:09.288Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1582 | 2026-03-08T04:22:10.276Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1583 | 2026-03-08T04:22:10.812Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1584 | 2026-03-08T04:22:10.836Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1585 | 2026-03-08T04:22:11.162Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-03-08T04:22:11.663Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-03-08T04:22:11.663Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1588 | 2026-03-08T04:22:12.466Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1589 | 2026-03-08T04:22:12.784Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1590 | 2026-03-08T04:22:12.808Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1591 | 2026-03-08T04:22:12.808Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-03-08T04:22:12.892Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-03-08T04:22:13.457Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1594 | 2026-03-08T04:22:14.294Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1595 | 2026-03-08T04:22:15.865Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1596 | 2026-03-08T04:22:15.981Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1597 | 2026-03-08T04:22:21.707Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1598 | 2026-03-08T04:22:23.928Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1599 | 2026-03-08T04:22:24.111Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1600 | 2026-03-08T04:22:38.409Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-03-08T04:22:41.050Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-03-08T04:22:41.881Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1603 | 2026-03-08T04:22:50.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s |
| 1604 | 2026-03-08T04:22:50.577Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1605 | 2026-03-08T04:22:50.577Z | + cargo clippy --features chaos -- --deny warnings |
| 1606 | 2026-03-08T04:22:51.555Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1607 | 2026-03-08T04:22:51.555Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1608 | 2026-03-08T04:22:51.580Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1609 | 2026-03-08T04:23:06.188Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1610 | 2026-03-08T04:23:06.188Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1611 | 2026-03-08T04:23:11.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.37s |
| 1612 | 2026-03-08T04:23:11.310Z | + banner fmt |
| 1613 | 2026-03-08T04:23:11.334Z | |
| 1614 | 2026-03-08T04:23:11.334Z | ###### # # ##### |
| 1615 | 2026-03-08T04:23:11.334Z | # ## ## # |
| 1616 | 2026-03-08T04:23:11.334Z | ##### # ## # # |
| 1617 | 2026-03-08T04:23:11.334Z | # # # # |
| 1618 | 2026-03-08T04:23:11.334Z | # # # # |
| 1619 | 2026-03-08T04:23:11.334Z | # # # # |
| 1620 | 2026-03-08T04:23:11.334Z | |
| 1621 | 2026-03-08T04:23:11.334Z | + cargo fmt -- --check |
| 1622 | 2026-03-08T04:23:12.321Z | + banner test |
| 1623 | 2026-03-08T04:23:12.346Z | |
| 1624 | 2026-03-08T04:23:12.346Z | ##### ###### #### ##### |
| 1625 | 2026-03-08T04:23:12.346Z | # # # # |
| 1626 | 2026-03-08T04:23:12.346Z | # ##### #### # |
| 1627 | 2026-03-08T04:23:12.346Z | # # # # |
| 1628 | 2026-03-08T04:23:12.346Z | # # # # # |
| 1629 | 2026-03-08T04:23:12.346Z | # ###### #### # |
| 1630 | 2026-03-08T04:23:12.346Z | |
| 1631 | 2026-03-08T04:23:12.346Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1632 | 2026-03-08T04:23:12.346Z | + RUST_BACKTRACE=full |
| 1633 | 2026-03-08T04:23:12.346Z | + cargo test --features tofino_stub --no-fail-fast |
| 1634 | 2026-03-08T04:23:14.026Z | Compiling unicode-ident v1.0.24 |
| 1635 | 2026-03-08T04:23:14.026Z | Compiling cfg-if v1.0.3 |
| 1636 | 2026-03-08T04:23:14.051Z | Compiling memchr v2.7.5 |
| 1637 | 2026-03-08T04:23:14.051Z | Compiling serde_core v1.0.228 |
| 1638 | 2026-03-08T04:23:14.121Z | Compiling itoa v1.0.15 |
| 1639 | 2026-03-08T04:23:14.145Z | Compiling libc v0.2.176 |
| 1640 | 2026-03-08T04:23:14.170Z | Compiling zmij v1.0.17 |
| 1641 | 2026-03-08T04:23:14.194Z | Compiling proc-macro2 v1.0.106 |
| 1642 | 2026-03-08T04:23:14.244Z | Compiling log v0.4.29 |
| 1643 | 2026-03-08T04:23:14.335Z | Compiling libm v0.2.15 |
| 1644 | 2026-03-08T04:23:14.567Z | Compiling heck v0.5.0 |
| 1645 | 2026-03-08T04:23:15.019Z | Compiling quote v1.0.44 |
| 1646 | 2026-03-08T04:23:15.252Z | Compiling equivalent v1.0.2 |
| 1647 | 2026-03-08T04:23:15.332Z | Compiling smallvec v1.15.1 |
| 1648 | 2026-03-08T04:23:15.368Z | Compiling syn v2.0.117 |
| 1649 | 2026-03-08T04:23:15.393Z | Compiling allocator-api2 v0.2.21 |
| 1650 | 2026-03-08T04:23:15.537Z | Compiling iana-time-zone v0.1.64 |
| 1651 | 2026-03-08T04:23:15.593Z | Compiling foldhash v0.2.0 |
| 1652 | 2026-03-08T04:23:15.724Z | Compiling dyn-clone v1.0.20 |
| 1653 | 2026-03-08T04:23:15.951Z | Compiling regex-syntax v0.8.6 |
| 1654 | 2026-03-08T04:23:15.987Z | Compiling hashbrown v0.16.1 |
| 1655 | 2026-03-08T04:23:16.016Z | Compiling aho-corasick v1.1.3 |
| 1656 | 2026-03-08T04:23:16.042Z | Compiling stable_deref_trait v1.2.0 |
| 1657 | 2026-03-08T04:23:16.154Z | Compiling pin-project-lite v0.2.16 |
| 1658 | 2026-03-08T04:23:16.289Z | Compiling fnv v1.0.7 |
| 1659 | 2026-03-08T04:23:16.436Z | Compiling percent-encoding v2.3.2 |
| 1660 | 2026-03-08T04:23:16.638Z | Compiling writeable v0.6.1 |
| 1661 | 2026-03-08T04:23:16.745Z | Compiling litemap v0.8.0 |
| 1662 | 2026-03-08T04:23:17.096Z | Compiling icu_normalizer_data v2.0.0 |
| 1663 | 2026-03-08T04:23:17.124Z | Compiling icu_properties_data v2.0.1 |
| 1664 | 2026-03-08T04:23:17.159Z | Compiling form_urlencoded v1.2.2 |
| 1665 | 2026-03-08T04:23:17.219Z | Compiling utf8_iter v1.0.4 |
| 1666 | 2026-03-08T04:23:17.333Z | Compiling scopeguard v1.2.0 |
| 1667 | 2026-03-08T04:23:17.456Z | Compiling num-traits v0.2.19 |
| 1668 | 2026-03-08T04:23:17.499Z | Compiling getrandom v0.3.3 |
| 1669 | 2026-03-08T04:23:17.523Z | Compiling lock_api v0.4.13 |
| 1670 | 2026-03-08T04:23:17.755Z | Compiling semver v1.0.27 |
| 1671 | 2026-03-08T04:23:17.878Z | Compiling serde_json v1.0.149 |
| 1672 | 2026-03-08T04:23:17.902Z | Compiling indexmap v2.13.0 |
| 1673 | 2026-03-08T04:23:18.433Z | Compiling byteorder v1.5.0 |
| 1674 | 2026-03-08T04:23:18.796Z | Compiling regex-automata v0.4.13 |
| 1675 | 2026-03-08T04:23:18.821Z | Compiling ucd-trie v0.1.7 |
| 1676 | 2026-03-08T04:23:18.905Z | Compiling uuid v1.20.0 |
| 1677 | 2026-03-08T04:23:19.118Z | Compiling futures-core v0.3.32 |
| 1678 | 2026-03-08T04:23:19.597Z | Compiling num-conv v0.1.0 |
| 1679 | 2026-03-08T04:23:19.643Z | Compiling time-core v0.1.6 |
| 1680 | 2026-03-08T04:23:19.669Z | Compiling futures-sink v0.3.31 |
| 1681 | 2026-03-08T04:23:19.778Z | Compiling ryu v1.0.20 |
| 1682 | 2026-03-08T04:23:19.837Z | Compiling regress v0.10.5 |
| 1683 | 2026-03-08T04:23:19.917Z | Compiling time-macros v0.2.24 |
| 1684 | 2026-03-08T04:23:20.096Z | Compiling glob v0.3.3 |
| 1685 | 2026-03-08T04:23:20.961Z | Compiling pretty-hex v0.4.1 |
| 1686 | 2026-03-08T04:23:21.033Z | Compiling slab v0.4.11 |
| 1687 | 2026-03-08T04:23:21.195Z | Compiling synstructure v0.13.2 |
| 1688 | 2026-03-08T04:23:21.325Z | Compiling serde_derive_internals v0.29.1 |
| 1689 | 2026-03-08T04:23:21.372Z | Compiling minimal-lexical v0.2.1 |
| 1690 | 2026-03-08T04:23:21.611Z | Compiling clang-sys v1.8.1 |
| 1691 | 2026-03-08T04:23:21.827Z | Compiling nom v7.1.3 |
| 1692 | 2026-03-08T04:23:21.851Z | Compiling strsim v0.11.1 |
| 1693 | 2026-03-08T04:23:22.178Z | Compiling regex v1.12.3 |
| 1694 | 2026-03-08T04:23:22.231Z | Compiling prettyplease v0.2.37 |
| 1695 | 2026-03-08T04:23:22.847Z | Compiling plain v0.2.3 |
| 1696 | 2026-03-08T04:23:22.910Z | Compiling libloading v0.8.9 |
| 1697 | 2026-03-08T04:23:23.064Z | Compiling bindgen v0.72.1 |
| 1698 | 2026-03-08T04:23:23.089Z | Compiling futures-channel v0.3.31 |
| 1699 | 2026-03-08T04:23:23.263Z | Compiling pin-utils v0.1.0 |
| 1700 | 2026-03-08T04:23:23.385Z | Compiling syn v1.0.109 |
| 1701 | 2026-03-08T04:23:23.443Z | Compiling futures-task v0.3.31 |
| 1702 | 2026-03-08T04:23:23.720Z | Compiling futures-io v0.3.31 |
| 1703 | 2026-03-08T04:23:24.002Z | Compiling socket2 v0.6.0 |
| 1704 | 2026-03-08T04:23:24.028Z | Compiling serde_derive v1.0.228 |
| 1705 | 2026-03-08T04:23:24.136Z | Compiling zerofrom-derive v0.1.6 |
| 1706 | 2026-03-08T04:23:24.462Z | Compiling yoke-derive v0.8.0 |
| 1707 | 2026-03-08T04:23:24.785Z | Compiling zerovec-derive v0.11.1 |
| 1708 | 2026-03-08T04:23:24.831Z | Compiling displaydoc v0.2.5 |
| 1709 | 2026-03-08T04:23:26.076Z | Compiling thiserror-impl v2.0.18 |
| 1710 | 2026-03-08T04:23:26.398Z | Compiling schemars_derive v0.8.22 |
| 1711 | 2026-03-08T04:23:26.455Z | Compiling tokio-macros v2.6.0 |
| 1712 | 2026-03-08T04:23:26.731Z | Compiling zerocopy-derive v0.8.27 |
| 1713 | 2026-03-08T04:23:26.833Z | Compiling zeroize_derive v1.4.3 |
| 1714 | 2026-03-08T04:23:27.674Z | Compiling futures-macro v0.3.31 |
| 1715 | 2026-03-08T04:23:27.920Z | Compiling zerofrom v0.1.6 |
| 1716 | 2026-03-08T04:23:28.137Z | Compiling yoke v0.8.0 |
| 1717 | 2026-03-08T04:23:28.291Z | Compiling thiserror v2.0.18 |
| 1718 | 2026-03-08T04:23:28.451Z | Compiling zerovec v0.11.4 |
| 1719 | 2026-03-08T04:23:28.476Z | Compiling zerotrie v0.2.2 |
| 1720 | 2026-03-08T04:23:28.540Z | Compiling thiserror-impl v1.0.69 |
| 1721 | 2026-03-08T04:23:28.893Z | Compiling zerocopy v0.8.27 |
| 1722 | 2026-03-08T04:23:29.040Z | Compiling tracing-attributes v0.1.30 |
| 1723 | 2026-03-08T04:23:29.064Z | Compiling serde v1.0.228 |
| 1724 | 2026-03-08T04:23:30.092Z | Compiling bytes v1.11.1 |
| 1725 | 2026-03-08T04:23:30.120Z | Compiling serde_tokenstream v0.2.3 |
| 1726 | 2026-03-08T04:23:30.180Z | Compiling tinystr v0.8.1 |
| 1727 | 2026-03-08T04:23:30.204Z | Compiling potential_utf v0.1.3 |
| 1728 | 2026-03-08T04:23:30.464Z | Compiling icu_collections v2.0.0 |
| 1729 | 2026-03-08T04:23:30.625Z | Compiling icu_locale_core v2.0.0 |
| 1730 | 2026-03-08T04:23:30.711Z | Compiling chrono v0.4.43 |
| 1731 | 2026-03-08T04:23:30.774Z | Compiling pest v2.8.2 |
| 1732 | 2026-03-08T04:23:30.799Z | Compiling cexpr v0.6.0 |
| 1733 | 2026-03-08T04:23:31.386Z | Compiling http v1.4.0 |
| 1734 | 2026-03-08T04:23:31.888Z | Compiling icu_provider v2.0.0 |
| 1735 | 2026-03-08T04:23:32.047Z | Compiling scroll_derive v0.13.1 |
| 1736 | 2026-03-08T04:23:32.302Z | Compiling icu_normalizer v2.0.0 |
| 1737 | 2026-03-08T04:23:32.422Z | Compiling icu_properties v2.0.1 |
| 1738 | 2026-03-08T04:23:32.631Z | Compiling schemars v0.8.22 |
| 1739 | 2026-03-08T04:23:33.231Z | Compiling pest_meta v2.8.2 |
| 1740 | 2026-03-08T04:23:33.255Z | Compiling async-trait v0.1.89 |
| 1741 | 2026-03-08T04:23:33.414Z | Compiling scroll v0.13.0 |
| 1742 | 2026-03-08T04:23:33.558Z | Compiling thiserror v1.0.69 |
| 1743 | 2026-03-08T04:23:33.892Z | Compiling goblin v0.10.1 |
| 1744 | 2026-03-08T04:23:34.474Z | Compiling idna_adapter v1.2.1 |
| 1745 | 2026-03-08T04:23:34.718Z | Compiling pest_generator v2.8.2 |
| 1746 | 2026-03-08T04:23:34.837Z | Compiling idna v1.1.0 |
| 1747 | 2026-03-08T04:23:34.869Z | Compiling parking_lot_core v0.9.11 |
| 1748 | 2026-03-08T04:23:34.971Z | Compiling signal-hook-registry v1.4.6 |
| 1749 | 2026-03-08T04:23:35.390Z | Compiling url v2.5.7 |
| 1750 | 2026-03-08T04:23:35.706Z | Compiling parking_lot v0.12.4 |
| 1751 | 2026-03-08T04:23:35.977Z | Compiling mio v1.0.4 |
| 1752 | 2026-03-08T04:23:36.118Z | Compiling pest_derive v2.8.2 |
| 1753 | 2026-03-08T04:23:36.349Z | Compiling thread-id v5.0.0 |
| 1754 | 2026-03-08T04:23:36.471Z | Compiling openapiv3 v2.2.0 |
| 1755 | 2026-03-08T04:23:36.733Z | Compiling tokio v1.49.0 |
| 1756 | 2026-03-08T04:23:36.910Z | Compiling dtrace-parser v0.3.0 |
| 1757 | 2026-03-08T04:23:36.997Z | Compiling daft-derive v0.1.4 |
| 1758 | 2026-03-08T04:23:37.075Z | Compiling darling_core v0.21.3 |
| 1759 | 2026-03-08T04:23:38.484Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-03-08T04:23:39.112Z | Compiling serde_yaml v0.9.34+deprecated |
| 1761 | 2026-03-08T04:23:39.465Z | Compiling dof v0.4.0 |
| 1762 | 2026-03-08T04:23:41.096Z | Compiling aws-lc-sys v0.31.0 |
| 1763 | 2026-03-08T04:23:41.559Z | Compiling usdt-impl v0.6.0 |
| 1764 | 2026-03-08T04:23:41.677Z | Compiling darling_macro v0.21.3 |
| 1765 | 2026-03-08T04:23:41.775Z | Compiling ppv-lite86 v0.2.21 |
| 1766 | 2026-03-08T04:23:42.502Z | Compiling bitflags v2.9.4 |
| 1767 | 2026-03-08T04:23:42.657Z | Compiling darling v0.21.3 |
| 1768 | 2026-03-08T04:23:42.801Z | Compiling openssl-macros v0.1.1 |
| 1769 | 2026-03-08T04:23:42.931Z | Compiling getrandom v0.2.16 |
| 1770 | 2026-03-08T04:23:42.979Z | Compiling base64 v0.22.1 |
| 1771 | 2026-03-08T04:23:43.225Z | Compiling http-body v1.0.1 |
| 1772 | 2026-03-08T04:23:43.468Z | Compiling erased-serde v0.3.31 |
| 1773 | 2026-03-08T04:23:43.494Z | Compiling typenum v1.18.0 |
| 1774 | 2026-03-08T04:23:43.521Z | Compiling portable-atomic v1.11.1 |
| 1775 | 2026-03-08T04:23:43.546Z | Compiling usdt-macro v0.6.0 |
| 1776 | 2026-03-08T04:23:43.595Z | Compiling usdt-attr-macro v0.6.0 |
| 1777 | 2026-03-08T04:23:44.426Z | Compiling ipnet v2.11.0 |
| 1778 | 2026-03-08T04:23:44.557Z | Compiling atomic-waker v1.1.2 |
| 1779 | 2026-03-08T04:23:44.632Z | Compiling anyhow v1.0.100 |
| 1780 | 2026-03-08T04:23:44.760Z | Compiling httparse v1.10.1 |
| 1781 | 2026-03-08T04:23:45.167Z | Compiling tower-service v0.3.3 |
| 1782 | 2026-03-08T04:23:45.319Z | Compiling critical-section v1.2.0 |
| 1783 | 2026-03-08T04:23:45.343Z | Compiling untrusted v0.9.0 |
| 1784 | 2026-03-08T04:23:45.343Z | Compiling tower-layer v0.3.3 |
| 1785 | 2026-03-08T04:23:45.455Z | Compiling once_cell v1.21.3 |
| 1786 | 2026-03-08T04:23:45.496Z | Compiling zeroize v1.8.1 |
| 1787 | 2026-03-08T04:23:45.910Z | Compiling try-lock v0.2.5 |
| 1788 | 2026-03-08T04:23:46.105Z | Compiling want v0.3.1 |
| 1789 | 2026-03-08T04:23:46.228Z | Compiling httpdate v1.0.3 |
| 1790 | 2026-03-08T04:23:46.489Z | Compiling structmeta-derive v0.3.0 |
| 1791 | 2026-03-08T04:23:46.658Z | Compiling newtype-uuid-macros v0.1.0 |
| 1792 | 2026-03-08T04:23:47.844Z | Compiling strum_macros v0.26.4 |
| 1793 | 2026-03-08T04:23:48.303Z | Compiling structmeta v0.3.0 |
| 1794 | 2026-03-08T04:23:48.922Z | Compiling async-stream-impl v0.3.6 |
| 1795 | 2026-03-08T04:23:49.073Z | Compiling powerfmt v0.2.0 |
| 1796 | 2026-03-08T04:23:49.433Z | Compiling deranged v0.5.3 |
| 1797 | 2026-03-08T04:23:49.940Z | Compiling num_threads v0.1.7 |
| 1798 | 2026-03-08T04:23:50.001Z | Compiling omicron-workspace-hack v0.1.0 |
| 1799 | 2026-03-08T04:23:50.036Z | Compiling dropshot_endpoint v0.16.7 |
| 1800 | 2026-03-08T04:23:50.091Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-03-08T04:23:50.123Z | Compiling ref-cast-impl v1.0.25 |
| 1802 | 2026-03-08T04:23:50.677Z | Compiling typify-macro v0.4.3 |
| 1803 | 2026-03-08T04:23:50.974Z | Compiling derive-ex v0.1.8 |
| 1804 | 2026-03-08T04:23:51.013Z | Compiling serde_urlencoded v0.7.1 |
| 1805 | 2026-03-08T04:23:51.147Z | Compiling strum_macros v0.27.2 |
| 1806 | 2026-03-08T04:23:51.771Z | Compiling sync_wrapper v1.0.2 |
| 1807 | 2026-03-08T04:23:51.938Z | Compiling serde_with_macros v3.14.1 |
| 1808 | 2026-03-08T04:23:52.123Z | Compiling subtle v2.6.1 |
| 1809 | 2026-03-08T04:23:52.791Z | Compiling iri-string v0.7.8 |
| 1810 | 2026-03-08T04:23:53.154Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-03-08T04:23:53.559Z | Compiling futures-util v0.3.31 |
| 1812 | 2026-03-08T04:23:53.906Z | Compiling test-strategy v0.4.3 |
| 1813 | 2026-03-08T04:23:53.983Z | Compiling thread_local v1.1.9 |
| 1814 | 2026-03-08T04:23:54.146Z | Compiling typify v0.4.3 |
| 1815 | 2026-03-08T04:23:54.287Z | Compiling progenitor-impl v0.11.1 |
| 1816 | 2026-03-08T04:23:54.601Z | Compiling match_cfg v0.1.0 |
| 1817 | 2026-03-08T04:23:54.711Z | Compiling parse-display-derive v0.10.0 |
| 1818 | 2026-03-08T04:23:55.195Z | Compiling tracing-core v0.1.34 |
| 1819 | 2026-03-08T04:23:55.838Z | Compiling toml_datetime v0.6.11 |
| 1820 | 2026-03-08T04:23:56.098Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1821 | 2026-03-08T04:23:56.315Z | Compiling term v1.2.0 |
| 1822 | 2026-03-08T04:23:56.491Z | Compiling take_mut v0.2.2 |
| 1823 | 2026-03-08T04:23:56.662Z | Compiling tracing v0.1.41 |
| 1824 | 2026-03-08T04:23:57.283Z | Compiling clap_derive v4.5.49 |
| 1825 | 2026-03-08T04:23:57.593Z | Compiling camino v1.2.2 |
| 1826 | 2026-03-08T04:23:58.162Z | Compiling cpufeatures v0.2.17 |
| 1827 | 2026-03-08T04:23:58.246Z | Compiling fastrand v2.3.0 |
| 1828 | 2026-03-08T04:23:58.280Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1829 | 2026-03-08T04:23:58.432Z | Compiling encoding_rs v0.8.35 |
| 1830 | 2026-03-08T04:23:58.610Z | Compiling unicode-width v0.2.1 |
| 1831 | 2026-03-08T04:23:58.730Z | Compiling mime v0.3.17 |
| 1832 | 2026-03-08T04:23:59.589Z | Compiling errno v0.3.14 |
| 1833 | 2026-03-08T04:23:59.828Z | Compiling generic-array v0.14.7 |
| 1834 | 2026-03-08T04:24:00.889Z | Compiling progenitor-macro v0.11.1 |
| 1835 | 2026-03-08T04:24:01.304Z | Compiling hex v0.4.3 |
| 1836 | 2026-03-08T04:24:01.450Z | Compiling ipnetwork v0.21.1 |
| 1837 | 2026-03-08T04:24:01.590Z | Compiling crossbeam-utils v0.8.21 |
| 1838 | 2026-03-08T04:24:02.075Z | Compiling rustix v1.1.2 |
| 1839 | 2026-03-08T04:24:02.223Z | Compiling slog v2.8.2 |
| 1840 | 2026-03-08T04:24:02.383Z | Compiling tokio-util v0.7.16 |
| 1841 | 2026-03-08T04:24:02.565Z | Compiling winnow v0.7.14 |
| 1842 | 2026-03-08T04:24:03.106Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-03-08T04:24:03.321Z | Compiling rand_core v0.9.3 |
| 1844 | 2026-03-08T04:24:03.707Z | Compiling h2 v0.4.12 |
| 1845 | 2026-03-08T04:24:03.737Z | Compiling oxnet v0.1.4 |
| 1846 | 2026-03-08T04:24:04.471Z | Compiling itertools v0.14.0 |
| 1847 | 2026-03-08T04:24:05.169Z | Compiling rand_chacha v0.9.0 |
| 1848 | 2026-03-08T04:24:06.061Z | Compiling rand v0.9.2 |
| 1849 | 2026-03-08T04:24:06.857Z | Compiling rustls-pki-types v1.12.0 |
| 1850 | 2026-03-08T04:24:07.301Z | Compiling quick-error v1.2.3 |
| 1851 | 2026-03-08T04:24:07.450Z | Compiling hyper v1.8.1 |
| 1852 | 2026-03-08T04:24:07.761Z | Compiling spin v0.9.8 |
| 1853 | 2026-03-08T04:24:07.981Z | Compiling debug-ignore v1.0.5 |
| 1854 | 2026-03-08T04:24:08.164Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1855 | 2026-03-08T04:24:08.821Z | Compiling tabwriter v1.4.1 |
| 1856 | 2026-03-08T04:24:09.293Z | Compiling serde_spanned v1.0.4 |
| 1857 | 2026-03-08T04:24:09.416Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1858 | 2026-03-08T04:24:09.529Z | Compiling hyper-util v0.1.19 |
| 1859 | 2026-03-08T04:24:09.579Z | Compiling bit-vec v0.8.0 |
| 1860 | 2026-03-08T04:24:09.960Z | Compiling lazy_static v1.5.0 |
| 1861 | 2026-03-08T04:24:09.990Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1862 | 2026-03-08T04:24:10.114Z | Compiling colored v3.0.0 |
| 1863 | 2026-03-08T04:24:10.309Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1864 | 2026-03-08T04:24:10.365Z | Compiling bit-set v0.8.0 |
| 1865 | 2026-03-08T04:24:10.584Z | Compiling time v0.3.44 |
| 1866 | 2026-03-08T04:24:10.740Z | Compiling strum v0.26.3 |
| 1867 | 2026-03-08T04:24:10.775Z | Compiling async-stream v0.3.6 |
| 1868 | 2026-03-08T04:24:10.808Z | Compiling ring v0.17.14 |
| 1869 | 2026-03-08T04:24:10.916Z | Compiling waitgroup v0.1.2 |
| 1870 | 2026-03-08T04:24:10.958Z | Compiling serde_path_to_error v0.1.20 |
| 1871 | 2026-03-08T04:24:11.062Z | Compiling unarray v0.1.4 |
| 1872 | 2026-03-08T04:24:11.142Z | Compiling anstyle v1.0.11 |
| 1873 | 2026-03-08T04:24:11.236Z | Compiling crossbeam-channel v0.5.15 |
| 1874 | 2026-03-08T04:24:11.526Z | Compiling block-buffer v0.10.4 |
| 1875 | 2026-03-08T04:24:11.650Z | Compiling macaddr v1.0.1 |
| 1876 | 2026-03-08T04:24:11.781Z | Compiling utf8parse v0.2.2 |
| 1877 | 2026-03-08T04:24:11.943Z | Compiling anstyle-parse v0.2.7 |
| 1878 | 2026-03-08T04:24:12.045Z | Compiling digest v0.10.7 |
| 1879 | 2026-03-08T04:24:12.272Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1880 | 2026-03-08T04:24:12.406Z | Compiling ref-cast v1.0.25 |
| 1881 | 2026-03-08T04:24:12.470Z | Compiling anstyle-query v1.1.4 |
| 1882 | 2026-03-08T04:24:12.563Z | Compiling colorchoice v1.0.4 |
| 1883 | 2026-03-08T04:24:12.651Z | Compiling is_terminal_polyfill v1.70.1 |
| 1884 | 2026-03-08T04:24:12.695Z | Compiling strum v0.27.2 |
| 1885 | 2026-03-08T04:24:12.721Z | Compiling is-terminal v0.4.16 |
| 1886 | 2026-03-08T04:24:12.804Z | Compiling anstream v0.6.20 |
| 1887 | 2026-03-08T04:24:13.172Z | Compiling clap_lex v0.7.5 |
| 1888 | 2026-03-08T04:24:13.443Z | Compiling slog-term v2.9.2 |
| 1889 | 2026-03-08T04:24:13.494Z | Compiling slog-json v2.6.1 |
| 1890 | 2026-03-08T04:24:13.610Z | Compiling slog-async v2.8.0 |
| 1891 | 2026-03-08T04:24:13.782Z | Compiling tower v0.5.2 |
| 1892 | 2026-03-08T04:24:13.820Z | Compiling hostname v0.3.1 |
| 1893 | 2026-03-08T04:24:14.591Z | Compiling tower-http v0.6.8 |
| 1894 | 2026-03-08T04:24:14.634Z | Compiling slog-bunyan v2.5.0 |
| 1895 | 2026-03-08T04:24:15.231Z | Compiling futures-executor v0.3.31 |
| 1896 | 2026-03-08T04:24:15.386Z | Compiling instant v0.1.13 |
| 1897 | 2026-03-08T04:24:15.584Z | Compiling futures v0.3.31 |
| 1898 | 2026-03-08T04:24:15.708Z | Compiling openssl-sys v0.9.109 |
| 1899 | 2026-03-08T04:24:16.762Z | Compiling memmap2 v0.9.8 |
| 1900 | 2026-03-08T04:24:17.132Z | Compiling foreign-types-shared v0.1.1 |
| 1901 | 2026-03-08T04:24:17.186Z | Compiling untrusted v0.7.1 |
| 1902 | 2026-03-08T04:24:17.255Z | Compiling foreign-types v0.3.2 |
| 1903 | 2026-03-08T04:24:17.385Z | Compiling tempfile v3.23.0 |
| 1904 | 2026-03-08T04:24:18.161Z | Compiling openssl-probe v0.1.6 |
| 1905 | 2026-03-08T04:24:18.541Z | Compiling openssl v0.10.73 |
| 1906 | 2026-03-08T04:24:19.296Z | Compiling either v1.15.0 |
| 1907 | 2026-03-08T04:24:20.087Z | Compiling webpki-roots v1.0.2 |
| 1908 | 2026-03-08T04:24:20.276Z | Compiling usdt v0.6.0 |
| 1909 | 2026-03-08T04:24:20.968Z | Compiling newtype-uuid v1.3.2 |
| 1910 | 2026-03-08T04:24:22.822Z | Compiling daft v0.1.4 |
| 1911 | 2026-03-08T04:24:23.312Z | Compiling native-tls v0.2.14 |
| 1912 | 2026-03-08T04:24:23.671Z | Compiling tokio-native-tls v0.3.1 |
| 1913 | 2026-03-08T04:24:23.943Z | Compiling hyper-tls v0.6.0 |
| 1914 | 2026-03-08T04:24:24.502Z | Compiling rustls-webpki v0.102.8 |
| 1915 | 2026-03-08T04:24:25.224Z | Compiling rustls v0.22.4 |
| 1916 | 2026-03-08T04:24:27.849Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1917 | 2026-03-08T04:24:29.129Z | Compiling tokio-rustls v0.25.0 |
| 1918 | 2026-03-08T04:24:29.444Z | Compiling sha1 v0.10.6 |
| 1919 | 2026-03-08T04:24:29.493Z | Compiling multer v3.1.0 |
| 1920 | 2026-03-08T04:24:29.830Z | Compiling rustls-pemfile v2.2.0 |
| 1921 | 2026-03-08T04:24:30.143Z | Compiling terminal_size v0.4.3 |
| 1922 | 2026-03-08T04:24:30.366Z | Compiling rand_chacha v0.3.1 |
| 1923 | 2026-03-08T04:24:31.217Z | Compiling hostname v0.4.2 |
| 1924 | 2026-03-08T04:24:31.265Z | Compiling wait-timeout v0.2.1 |
| 1925 | 2026-03-08T04:24:31.797Z | Compiling rusty-fork v0.3.0 |
| 1926 | 2026-03-08T04:24:32.451Z | Compiling dropshot v0.16.7 |
| 1927 | 2026-03-08T04:24:32.861Z | Compiling rand v0.8.5 |
| 1928 | 2026-03-08T04:24:33.195Z | Compiling rustls-webpki v0.103.6 |
| 1929 | 2026-03-08T04:24:34.075Z | Compiling rand_xorshift v0.4.0 |
| 1930 | 2026-03-08T04:24:34.763Z | Compiling proptest v1.8.0 |
| 1931 | 2026-03-08T04:24:35.289Z | Compiling rustls v0.23.32 |
| 1932 | 2026-03-08T04:24:37.386Z | Compiling clap_builder v4.5.50 |
| 1933 | 2026-03-08T04:24:37.822Z | Compiling aws-lc-rs v1.14.0 |
| 1934 | 2026-03-08T04:24:39.062Z | Compiling hubpack_derive v0.1.1 |
| 1935 | 2026-03-08T04:24:41.393Z | Compiling tokio-rustls v0.26.3 |
| 1936 | 2026-03-08T04:24:42.244Z | Compiling clap v4.5.50 |
| 1937 | 2026-03-08T04:24:42.696Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1938 | 2026-03-08T04:24:43.821Z | Compiling serde_spanned v0.6.9 |
| 1939 | 2026-03-08T04:24:44.070Z | Compiling winnow v0.5.40 |
| 1940 | 2026-03-08T04:24:44.095Z | Compiling hyper-rustls v0.27.7 |
| 1941 | 2026-03-08T04:24:44.986Z | Compiling serde_with v3.14.1 |
| 1942 | 2026-03-08T04:24:45.441Z | Compiling reqwest v0.12.23 |
| 1943 | 2026-03-08T04:24:45.646Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1944 | 2026-03-08T04:24:46.774Z | Compiling rustc-hash v2.1.1 |
| 1945 | 2026-03-08T04:24:46.923Z | Compiling iddqd v0.3.17 |
| 1946 | 2026-03-08T04:24:48.069Z | Compiling backoff v0.4.0 |
| 1947 | 2026-03-08T04:24:48.645Z | Compiling parse-display v0.10.0 |
| 1948 | 2026-03-08T04:24:49.095Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1949 | 2026-03-08T04:24:49.240Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1950 | 2026-03-08T04:24:51.917Z | Compiling progenitor-client v0.11.1 |
| 1951 | 2026-03-08T04:24:52.271Z | Compiling progenitor-client v0.10.0 |
| 1952 | 2026-03-08T04:24:52.402Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-03-08T04:24:52.610Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-03-08T04:24:54.350Z | Compiling num-derive v0.3.3 |
| 1955 | 2026-03-08T04:24:57.007Z | Compiling toml_write v0.1.2 |
| 1956 | 2026-03-08T04:24:57.352Z | Compiling toml_edit v0.22.27 |
| 1957 | 2026-03-08T04:24:57.961Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1958 | 2026-03-08T04:24:59.722Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-03-08T04:25:00.811Z | Compiling num-integer v0.1.46 |
| 1960 | 2026-03-08T04:25:00.984Z | Compiling float-ord v0.3.2 |
| 1961 | 2026-03-08T04:25:01.447Z | Compiling toml v0.8.23 |
| 1962 | 2026-03-08T04:25:02.734Z | Compiling proc-macro-crate v1.3.1 |
| 1963 | 2026-03-08T04:25:05.321Z | Compiling num-iter v0.1.45 |
| 1964 | 2026-03-08T04:25:05.542Z | Compiling num-rational v0.4.2 |
| 1965 | 2026-03-08T04:25:07.075Z | Compiling num-complex v0.4.6 |
| 1966 | 2026-03-08T04:25:09.149Z | Compiling num v0.4.3 |
| 1967 | 2026-03-08T04:25:14.765Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-03-08T04:25:15.644Z | Compiling ingot-macros v0.1.1 |
| 1969 | 2026-03-08T04:25:15.769Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-03-08T04:25:16.469Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-03-08T04:25:17.337Z | Compiling zerocopy v0.7.35 |
| 1972 | 2026-03-08T04:25:18.206Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-03-08T04:25:19.103Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1974 | 2026-03-08T04:25:20.309Z | Compiling num_enum_derive v0.7.5 |
| 1975 | 2026-03-08T04:25:21.431Z | Compiling memoffset v0.9.1 |
| 1976 | 2026-03-08T04:25:22.123Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-03-08T04:25:22.200Z | Compiling foreign-types-macros v0.2.3 |
| 1978 | 2026-03-08T04:25:25.154Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1979 | 2026-03-08T04:25:25.596Z | Compiling nix v0.30.1 |
| 1980 | 2026-03-08T04:25:26.330Z | Compiling libscf-sys v1.1.0 |
| 1981 | 2026-03-08T04:25:27.375Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-03-08T04:25:27.678Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1983 | 2026-03-08T04:25:28.041Z | Compiling proc-macro-error2 v2.0.1 |
| 1984 | 2026-03-08T04:25:28.108Z | Compiling proc-macro-error-attr v1.0.4 |
| 1985 | 2026-03-08T04:25:28.536Z | Compiling dtrace-parser v0.2.0 |
| 1986 | 2026-03-08T04:25:28.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1987 | 2026-03-08T04:25:28.683Z | Compiling tabled_derive v0.11.0 |
| 1988 | 2026-03-08T04:25:28.774Z | Compiling proc-macro-error v1.0.4 |
| 1989 | 2026-03-08T04:25:29.343Z | Compiling dof v0.3.0 |
| 1990 | 2026-03-08T04:25:29.418Z | Compiling num_enum_derive v0.5.11 |
| 1991 | 2026-03-08T04:25:30.005Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-03-08T04:25:30.418Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1993 | 2026-03-08T04:25:30.518Z | Compiling thread-id v4.2.2 |
| 1994 | 2026-03-08T04:25:30.845Z | Compiling static_assertions v1.1.0 |
| 1995 | 2026-03-08T04:25:31.187Z | Compiling usdt-impl v0.5.0 |
| 1996 | 2026-03-08T04:25:32.823Z | Compiling derive_more v0.99.20 |
| 1997 | 2026-03-08T04:25:35.609Z | Compiling bytecount v0.6.9 |
| 1998 | 2026-03-08T04:25:36.196Z | Compiling usdt-macro v0.5.0 |
| 1999 | 2026-03-08T04:25:36.907Z | Compiling usdt-attr-macro v0.5.0 |
| 2000 | 2026-03-08T04:25:37.618Z | Compiling zone_cfg_derive v0.3.1 |
| 2001 | 2026-03-08T04:25:37.956Z | Compiling num-derive v0.4.2 |
| 2002 | 2026-03-08T04:25:38.157Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2003 | 2026-03-08T04:25:38.405Z | Compiling rustc_version v0.4.1 |
| 2004 | 2026-03-08T04:25:38.718Z | Compiling crossbeam-epoch v0.9.18 |
| 2005 | 2026-03-08T04:25:38.742Z | Compiling papergrid v0.17.0 |
| 2006 | 2026-03-08T04:25:39.358Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2007 | 2026-03-08T04:25:39.558Z | Compiling testing_table v0.3.0 |
| 2008 | 2026-03-08T04:25:39.824Z | Compiling enum-as-inner v0.6.1 |
| 2009 | 2026-03-08T04:25:39.880Z | Compiling curve25519-dalek v4.1.3 |
| 2010 | 2026-03-08T04:25:40.282Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2011 | 2026-03-08T04:25:40.412Z | Compiling crossbeam-deque v0.8.6 |
| 2012 | 2026-03-08T04:25:40.770Z | Compiling tabled v0.20.0 |
| 2013 | 2026-03-08T04:25:40.908Z | Compiling typify-impl v0.6.1 |
| 2014 | 2026-03-08T04:25:41.030Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2015 | 2026-03-08T04:25:42.158Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2016 | 2026-03-08T04:25:42.642Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2017 | 2026-03-08T04:25:42.844Z | Compiling rayon-core v1.13.0 |
| 2018 | 2026-03-08T04:25:42.899Z | Compiling scroll v0.12.0 |
| 2019 | 2026-03-08T04:25:43.712Z | Compiling hash32 v0.3.1 |
| 2020 | 2026-03-08T04:25:43.955Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2021 | 2026-03-08T04:25:43.979Z | Compiling heapless v0.8.0 |
| 2022 | 2026-03-08T04:25:44.225Z | Compiling goblin v0.8.2 |
| 2023 | 2026-03-08T04:25:44.771Z | Compiling ingot-types v0.1.2 |
| 2024 | 2026-03-08T04:25:45.495Z | Compiling cobs v0.3.0 |
| 2025 | 2026-03-08T04:25:45.536Z | Compiling managed v0.8.0 |
| 2026 | 2026-03-08T04:25:45.667Z | Compiling bitflags v1.3.2 |
| 2027 | 2026-03-08T04:25:45.897Z | Compiling foreign-types-shared v0.3.1 |
| 2028 | 2026-03-08T04:25:45.922Z | Compiling postcard v1.1.3 |
| 2029 | 2026-03-08T04:25:45.993Z | Compiling smoltcp v0.11.0 |
| 2030 | 2026-03-08T04:25:46.054Z | Compiling foreign-types v0.5.0 |
| 2031 | 2026-03-08T04:25:46.176Z | Compiling ingot v0.1.1 |
| 2032 | 2026-03-08T04:25:46.295Z | Compiling num_enum v0.7.5 |
| 2033 | 2026-03-08T04:25:46.885Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2034 | 2026-03-08T04:25:47.008Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2035 | 2026-03-08T04:25:47.082Z | Compiling camino-tempfile v1.4.1 |
| 2036 | 2026-03-08T04:25:47.216Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2037 | 2026-03-08T04:25:47.508Z | Compiling derive-where v1.6.0 |
| 2038 | 2026-03-08T04:25:47.533Z | Compiling serde_repr v0.1.20 |
| 2039 | 2026-03-08T04:25:47.904Z | Compiling cstr-argument v0.1.2 |
| 2040 | 2026-03-08T04:25:48.436Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2041 | 2026-03-08T04:25:49.241Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2042 | 2026-03-08T04:25:50.637Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2043 | 2026-03-08T04:25:51.046Z | Compiling rayon v1.11.0 |
| 2044 | 2026-03-08T04:25:51.438Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2045 | 2026-03-08T04:25:51.609Z | Compiling crucible-workspace-hack v0.1.0 |
| 2046 | 2026-03-08T04:25:52.729Z | Compiling memmap v0.7.0 |
| 2047 | 2026-03-08T04:25:52.806Z | Compiling typify-macro v0.6.1 |
| 2048 | 2026-03-08T04:25:52.927Z | Compiling tinyvec_macros v0.1.1 |
| 2049 | 2026-03-08T04:25:53.061Z | Compiling tinyvec v1.10.0 |
| 2050 | 2026-03-08T04:25:53.285Z | Compiling usdt v0.5.0 |
| 2051 | 2026-03-08T04:25:53.325Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2052 | 2026-03-08T04:25:53.748Z | Compiling num_enum v0.5.11 |
| 2053 | 2026-03-08T04:25:54.488Z | Compiling pin-project-internal v1.1.10 |
| 2054 | 2026-03-08T04:25:55.850Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2055 | 2026-03-08T04:25:56.173Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2056 | 2026-03-08T04:25:56.508Z | Compiling typify v0.6.1 |
| 2057 | 2026-03-08T04:25:56.658Z | Compiling progenitor-impl v0.13.0 |
| 2058 | 2026-03-08T04:25:57.105Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2059 | 2026-03-08T04:25:57.250Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2060 | 2026-03-08T04:25:57.593Z | Compiling rustix v0.38.44 |
| 2061 | 2026-03-08T04:25:58.325Z | Compiling itertools v0.12.1 |
| 2062 | 2026-03-08T04:25:58.505Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2063 | 2026-03-08T04:25:58.619Z | Compiling progenitor-impl v0.10.0 |
| 2064 | 2026-03-08T04:25:59.152Z | Compiling sigpipe v0.1.3 |
| 2065 | 2026-03-08T04:25:59.281Z | Compiling jiff v0.2.15 |
| 2066 | 2026-03-08T04:25:59.392Z | Compiling const_format_proc_macros v0.2.34 |
| 2067 | 2026-03-08T04:25:59.812Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2068 | 2026-03-08T04:26:00.150Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2069 | 2026-03-08T04:26:00.782Z | Compiling zone v0.3.1 |
| 2070 | 2026-03-08T04:26:02.095Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2071 | 2026-03-08T04:26:02.555Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2072 | 2026-03-08T04:26:03.254Z | Compiling progenitor-macro v0.13.0 |
| 2073 | 2026-03-08T04:26:03.292Z | Compiling secrecy v0.10.3 |
| 2074 | 2026-03-08T04:26:03.316Z | Compiling smf v0.2.3 |
| 2075 | 2026-03-08T04:26:03.554Z | Compiling snafu-derive v0.8.9 |
| 2076 | 2026-03-08T04:26:04.418Z | Compiling async-recursion v1.1.1 |
| 2077 | 2026-03-08T04:26:04.578Z | Compiling bstr v1.12.0 |
| 2078 | 2026-03-08T04:26:05.037Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2079 | 2026-03-08T04:26:05.221Z | Compiling progenitor-macro v0.10.0 |
| 2080 | 2026-03-08T04:26:05.738Z | Compiling whoami v1.6.1 |
| 2081 | 2026-03-08T04:26:06.176Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2082 | 2026-03-08T04:26:09.029Z | Compiling hmac v0.12.1 |
| 2083 | 2026-03-08T04:26:09.430Z | Compiling inout v0.1.4 |
| 2084 | 2026-03-08T04:26:09.672Z | Compiling ff v0.13.1 |
| 2085 | 2026-03-08T04:26:09.697Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2086 | 2026-03-08T04:26:09.899Z | Compiling data-encoding v2.9.0 |
| 2087 | 2026-03-08T04:26:10.560Z | Compiling crc8 v0.1.1 |
| 2088 | 2026-03-08T04:26:10.790Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2089 | 2026-03-08T04:26:11.121Z | Compiling group v0.13.0 |
| 2090 | 2026-03-08T04:26:11.545Z | Compiling cipher v0.4.4 |
| 2091 | 2026-03-08T04:26:11.974Z | Compiling hkdf v0.12.4 |
| 2092 | 2026-03-08T04:26:12.249Z | Compiling atomicwrites v0.4.4 |
| 2093 | 2026-03-08T04:26:12.645Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2094 | 2026-03-08T04:26:12.731Z | Compiling tokio-dtrace v0.1.1 |
| 2095 | 2026-03-08T04:26:12.935Z | Compiling tabled_derive v0.7.0 |
| 2096 | 2026-03-08T04:26:14.063Z | Compiling reqwest v0.13.2 |
| 2097 | 2026-03-08T04:26:14.754Z | Compiling universal-hash v0.5.1 |
| 2098 | 2026-03-08T04:26:14.974Z | Compiling crypto-bigint v0.5.5 |
| 2099 | 2026-03-08T04:26:15.152Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2100 | 2026-03-08T04:26:15.176Z | Compiling half v2.7.1 |
| 2101 | 2026-03-08T04:26:15.814Z | Compiling ciborium-io v0.2.2 |
| 2102 | 2026-03-08T04:26:15.944Z | Compiling base16ct v0.2.0 |
| 2103 | 2026-03-08T04:26:15.974Z | Compiling base64ct v1.8.0 |
| 2104 | 2026-03-08T04:26:16.196Z | Compiling indent_write v2.2.0 |
| 2105 | 2026-03-08T04:26:16.220Z | Compiling opaque-debug v0.3.1 |
| 2106 | 2026-03-08T04:26:16.345Z | Compiling poly1305 v0.8.0 |
| 2107 | 2026-03-08T04:26:16.430Z | Compiling password-hash v0.5.0 |
| 2108 | 2026-03-08T04:26:16.523Z | Compiling ciborium-ll v0.2.2 |
| 2109 | 2026-03-08T04:26:16.894Z | Compiling progenitor-client v0.13.0 |
| 2110 | 2026-03-08T04:26:17.366Z | Compiling elliptic-curve v0.13.8 |
| 2111 | 2026-03-08T04:26:18.136Z | Compiling oxide-tokio-rt v0.1.2 |
| 2112 | 2026-03-08T04:26:18.237Z | Compiling chacha20 v0.9.1 |
| 2113 | 2026-03-08T04:26:18.442Z | Compiling similar v2.7.0 |
| 2114 | 2026-03-08T04:26:18.606Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-03-08T04:26:19.767Z | Compiling thiserror-no-std v2.0.2 |
| 2116 | 2026-03-08T04:26:20.741Z | Compiling blake2 v0.10.6 |
| 2117 | 2026-03-08T04:26:21.243Z | Compiling aead v0.5.2 |
| 2118 | 2026-03-08T04:26:21.503Z | Compiling linked-hash-map v0.5.6 |
| 2119 | 2026-03-08T04:26:21.545Z | Compiling keccak v0.1.5 |
| 2120 | 2026-03-08T04:26:21.701Z | Compiling resolv-conf v0.7.5 |
| 2121 | 2026-03-08T04:26:22.355Z | Compiling sha3 v0.10.8 |
| 2122 | 2026-03-08T04:26:22.380Z | Compiling lru-cache v0.1.2 |
| 2123 | 2026-03-08T04:26:22.407Z | Compiling chacha20poly1305 v0.10.1 |
| 2124 | 2026-03-08T04:26:22.495Z | Compiling argon2 v0.5.3 |
| 2125 | 2026-03-08T04:26:22.575Z | Compiling vsss-rs v3.3.4 |
| 2126 | 2026-03-08T04:26:23.094Z | Compiling progenitor v0.13.0 |
| 2127 | 2026-03-08T04:26:23.279Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2128 | 2026-03-08T04:26:23.838Z | Compiling ciborium v0.2.2 |
| 2129 | 2026-03-08T04:26:23.863Z | Compiling hickory-proto v0.24.4 |
| 2130 | 2026-03-08T04:26:25.414Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2131 | 2026-03-08T04:26:25.786Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2132 | 2026-03-08T04:26:25.972Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2133 | 2026-03-08T04:26:26.380Z | Compiling serde-big-array v0.5.1 |
| 2134 | 2026-03-08T04:26:26.532Z | Compiling unicode-segmentation v1.12.0 |
| 2135 | 2026-03-08T04:26:26.625Z | Compiling siphasher v1.0.1 |
| 2136 | 2026-03-08T04:26:26.987Z | Compiling same-file v1.0.6 |
| 2137 | 2026-03-08T04:26:27.291Z | Compiling walkdir v2.5.0 |
| 2138 | 2026-03-08T04:26:27.386Z | Compiling newline-converter v0.3.0 |
| 2139 | 2026-03-08T04:26:27.460Z | Compiling hickory-resolver v0.24.4 |
| 2140 | 2026-03-08T04:26:27.717Z | Compiling phf_shared v0.12.1 |
| 2141 | 2026-03-08T04:26:27.969Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2142 | 2026-03-08T04:26:27.994Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2143 | 2026-03-08T04:26:29.011Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2144 | 2026-03-08T04:26:30.141Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2145 | 2026-03-08T04:26:30.688Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2146 | 2026-03-08T04:26:31.415Z | Compiling newtype_derive v0.1.6 |
| 2147 | 2026-03-08T04:26:31.550Z | Compiling owo-colors v4.3.0 |
| 2148 | 2026-03-08T04:26:31.597Z | Compiling tokio-stream v0.1.17 |
| 2149 | 2026-03-08T04:26:32.384Z | Compiling console v0.15.11 |
| 2150 | 2026-03-08T04:26:32.510Z | Compiling csv-core v0.1.12 |
| 2151 | 2026-03-08T04:26:32.885Z | Compiling foldhash v0.1.5 |
| 2152 | 2026-03-08T04:26:33.006Z | Compiling smawk v0.3.2 |
| 2153 | 2026-03-08T04:26:33.208Z | Compiling termtree v0.5.1 |
| 2154 | 2026-03-08T04:26:33.233Z | Compiling swrite v0.1.0 |
| 2155 | 2026-03-08T04:26:33.233Z | Compiling unicode-width v0.1.14 |
| 2156 | 2026-03-08T04:26:33.478Z | Compiling unicode-linebreak v0.1.5 |
| 2157 | 2026-03-08T04:26:33.603Z | Compiling hashbrown v0.15.5 |
| 2158 | 2026-03-08T04:26:33.780Z | Compiling expectorate v1.2.0 |
| 2159 | 2026-03-08T04:26:33.931Z | Compiling textwrap v0.16.2 |
| 2160 | 2026-03-08T04:26:34.239Z | Compiling csv v1.3.1 |
| 2161 | 2026-03-08T04:26:34.263Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2162 | 2026-03-08T04:26:34.963Z | Compiling qorb v0.4.1 |
| 2163 | 2026-03-08T04:26:35.340Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-03-08T04:26:38.293Z | Compiling phf v0.12.1 |
| 2165 | 2026-03-08T04:26:38.380Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2166 | 2026-03-08T04:26:38.701Z | Compiling pin-project v1.1.10 |
| 2167 | 2026-03-08T04:26:38.871Z | Compiling unicode-normalization v0.1.24 |
| 2168 | 2026-03-08T04:26:38.946Z | Compiling libz-sys v1.1.22 |
| 2169 | 2026-03-08T04:26:39.132Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-03-08T04:26:40.947Z | Compiling libsw-core v0.3.2 |
| 2171 | 2026-03-08T04:26:41.061Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2172 | 2026-03-08T04:26:41.700Z | Compiling highway v1.3.0 |
| 2173 | 2026-03-08T04:26:41.725Z | Compiling fixedbitset v0.5.7 |
| 2174 | 2026-03-08T04:26:42.510Z | Compiling fixedbitset v0.4.2 |
| 2175 | 2026-03-08T04:26:42.958Z | Compiling petgraph v0.6.5 |
| 2176 | 2026-03-08T04:26:42.982Z | Compiling progenitor v0.10.0 |
| 2177 | 2026-03-08T04:26:43.189Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-03-08T04:26:43.551Z | Compiling petgraph v0.8.2 |
| 2179 | 2026-03-08T04:26:46.006Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2180 | 2026-03-08T04:26:46.350Z | Compiling libsw v3.5.0 |
| 2181 | 2026-03-08T04:26:46.675Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-03-08T04:26:46.881Z | Compiling olpc-cjson v0.1.4 |
| 2183 | 2026-03-08T04:26:47.127Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2184 | 2026-03-08T04:26:47.210Z | Compiling snafu v0.8.9 |
| 2185 | 2026-03-08T04:26:47.637Z | Compiling chrono-tz v0.10.4 |
| 2186 | 2026-03-08T04:26:47.889Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2187 | 2026-03-08T04:26:48.154Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2188 | 2026-03-08T04:26:49.135Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-03-08T04:26:49.809Z | Compiling papergrid v0.11.0 |
| 2190 | 2026-03-08T04:26:50.916Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-03-08T04:26:51.327Z | Compiling globset v0.4.16 |
| 2192 | 2026-03-08T04:26:52.774Z | Compiling const_format v0.2.34 |
| 2193 | 2026-03-08T04:26:52.948Z | Compiling slog-dtrace v0.3.0 |
| 2194 | 2026-03-08T04:26:53.016Z | Compiling cancel-safe-futures v0.1.5 |
| 2195 | 2026-03-08T04:26:53.213Z | Compiling gethostname v0.5.0 |
| 2196 | 2026-03-08T04:26:53.550Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2197 | 2026-03-08T04:26:54.207Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-03-08T04:26:55.215Z | Compiling pem v3.0.5 |
| 2199 | 2026-03-08T04:26:55.263Z | Compiling bcs v0.1.6 |
| 2200 | 2026-03-08T04:26:55.721Z | Compiling serde_plain v1.0.2 |
| 2201 | 2026-03-08T04:26:55.864Z | Compiling cargo-platform v0.1.9 |
| 2202 | 2026-03-08T04:26:56.265Z | Compiling tagptr v0.2.0 |
| 2203 | 2026-03-08T04:26:56.299Z | Compiling linear-map v1.2.0 |
| 2204 | 2026-03-08T04:26:56.699Z | Compiling typed-path v0.9.3 |
| 2205 | 2026-03-08T04:26:58.103Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-03-08T04:26:59.243Z | Compiling tough v0.20.0 |
| 2207 | 2026-03-08T04:26:59.374Z | Compiling moka v0.12.11 |
| 2208 | 2026-03-08T04:27:00.863Z | Compiling cargo_metadata v0.18.1 |
| 2209 | 2026-03-08T04:27:02.783Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-03-08T04:27:03.245Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2211 | 2026-03-08T04:27:03.413Z | Compiling tabled v0.15.0 |
| 2212 | 2026-03-08T04:27:03.598Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2213 | 2026-03-08T04:27:04.047Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-03-08T04:27:04.351Z | Compiling git2 v0.19.0 |
| 2215 | 2026-03-08T04:27:08.052Z | Compiling steno v0.4.1 |
| 2216 | 2026-03-08T04:27:09.552Z | Compiling cookie v0.18.1 |
| 2217 | 2026-03-08T04:27:09.662Z | Compiling hickory-proto v0.25.2 |
| 2218 | 2026-03-08T04:27:12.407Z | Compiling humantime v2.3.0 |
| 2219 | 2026-03-08T04:27:12.827Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-03-08T04:27:13.289Z | Compiling hickory-resolver v0.25.2 |
| 2221 | 2026-03-08T04:27:17.702Z | Compiling vergen v8.3.2 |
| 2222 | 2026-03-08T04:27:20.174Z | Compiling signal-hook v0.3.18 |
| 2223 | 2026-03-08T04:27:21.819Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2224 | 2026-03-08T04:27:22.474Z | Compiling mockall_derive v0.13.1 |
| 2225 | 2026-03-08T04:27:22.576Z | Compiling predicates-core v1.0.9 |
| 2226 | 2026-03-08T04:27:23.579Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2227 | 2026-03-08T04:27:23.817Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2228 | 2026-03-08T04:27:24.158Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2229 | 2026-03-08T04:27:26.059Z | Compiling sha2 v0.10.9 |
| 2230 | 2026-03-08T04:27:26.118Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2231 | 2026-03-08T04:27:26.732Z | Compiling yansi v1.0.1 |
| 2232 | 2026-03-08T04:27:27.312Z | Compiling adler2 v2.0.1 |
| 2233 | 2026-03-08T04:27:27.345Z | Compiling diff v0.1.13 |
| 2234 | 2026-03-08T04:27:27.566Z | Compiling miniz_oxide v0.8.9 |
| 2235 | 2026-03-08T04:27:27.732Z | Compiling pretty_assertions v1.4.1 |
| 2236 | 2026-03-08T04:27:27.997Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2237 | 2026-03-08T04:27:28.787Z | Compiling fs-err v3.1.2 |
| 2238 | 2026-03-08T04:27:29.330Z | Compiling crc32fast v1.5.0 |
| 2239 | 2026-03-08T04:27:29.772Z | Compiling predicates v3.1.3 |
| 2240 | 2026-03-08T04:27:30.753Z | Compiling predicates-tree v1.0.12 |
| 2241 | 2026-03-08T04:27:32.080Z | Compiling git-stub v1.0.0 |
| 2242 | 2026-03-08T04:27:32.579Z | Compiling filetime v0.2.26 |
| 2243 | 2026-03-08T04:27:32.926Z | Compiling fragile v2.0.1 |
| 2244 | 2026-03-08T04:27:33.484Z | Compiling constant_time_eq v0.3.1 |
| 2245 | 2026-03-08T04:27:33.705Z | Compiling downcast v0.11.0 |
| 2246 | 2026-03-08T04:27:33.969Z | Compiling xattr v1.6.1 |
| 2247 | 2026-03-08T04:27:34.248Z | Compiling arrayvec v0.7.6 |
| 2248 | 2026-03-08T04:27:34.484Z | Compiling arrayref v0.3.9 |
| 2249 | 2026-03-08T04:27:34.600Z | Compiling is_ci v1.2.0 |
| 2250 | 2026-03-08T04:27:34.625Z | Compiling blake3 v1.8.2 |
| 2251 | 2026-03-08T04:27:34.837Z | Compiling supports-color v3.0.2 |
| 2252 | 2026-03-08T04:27:35.124Z | Compiling mockall v0.13.1 |
| 2253 | 2026-03-08T04:27:35.690Z | Compiling tar v0.4.44 |
| 2254 | 2026-03-08T04:27:37.622Z | Compiling toml v0.7.8 |
| 2255 | 2026-03-08T04:27:37.651Z | Compiling git-stub-vcs v0.1.0 |
| 2256 | 2026-03-08T04:27:37.677Z | Compiling signal-hook-tokio v0.3.1 |
| 2257 | 2026-03-08T04:27:37.918Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2258 | 2026-03-08T04:27:38.259Z | Compiling flate2 v1.1.2 |
| 2259 | 2026-03-08T04:27:38.652Z | Compiling drift v0.1.3 |
| 2260 | 2026-03-08T04:27:39.011Z | Compiling kstat-rs v0.2.4 |
| 2261 | 2026-03-08T04:27:39.106Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2262 | 2026-03-08T04:27:39.141Z | Compiling topological-sort v0.2.2 |
| 2263 | 2026-03-08T04:27:39.400Z | Compiling display-error-chain v0.2.2 |
| 2264 | 2026-03-08T04:27:39.629Z | Compiling hex-literal v1.0.0 |
| 2265 | 2026-03-08T04:27:39.655Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2266 | 2026-03-08T04:27:39.900Z | Compiling dropshot-api-manager v0.5.2 |
| 2267 | 2026-03-08T04:27:39.932Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2268 | 2026-03-08T04:27:41.414Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2269 | 2026-03-08T04:27:43.999Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2270 | 2026-03-08T04:27:44.119Z | Compiling omicron-zone-package v0.12.2 |
| 2271 | 2026-03-08T04:27:45.854Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2272 | 2026-03-08T04:27:46.126Z | Compiling curl v0.4.49 |
| 2273 | 2026-03-08T04:27:47.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2274 | 2026-03-08T04:27:47.810Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2275 | 2026-03-08T04:27:47.898Z | Compiling internet-checksum v0.2.1 |
| 2276 | 2026-03-08T04:27:48.111Z | Compiling search_path v0.1.4 |
| 2277 | 2026-03-08T04:27:48.229Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2278 | 2026-03-08T04:27:49.649Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2279 | 2026-03-08T04:27:51.057Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2280 | 2026-03-08T04:27:51.573Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2281 | 2026-03-08T04:29:13.070Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 6m 00s |
| 2282 | 2026-03-08T04:29:13.200Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2283 | 2026-03-08T04:29:13.225Z | |
| 2284 | 2026-03-08T04:29:13.225Z | running 5 tests |
| 2285 | 2026-03-08T04:29:13.225Z | test fuse::tests::chip_revision_a0 ... ok |
| 2286 | 2026-03-08T04:29:13.225Z | test fuse::tests::chip_revision_b0 ... ok |
| 2287 | 2026-03-08T04:29:13.225Z | test fuse::tests::chip_revision_b1 ... ok |
| 2288 | 2026-03-08T04:29:13.225Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2289 | 2026-03-08T04:29:13.225Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2290 | 2026-03-08T04:29:13.225Z | |
| 2291 | 2026-03-08T04:29:13.225Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2292 | 2026-03-08T04:29:13.226Z | |
| 2293 | 2026-03-08T04:29:13.226Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2294 | 2026-03-08T04:29:13.226Z | |
| 2295 | 2026-03-08T04:29:13.226Z | running 0 tests |
| 2296 | 2026-03-08T04:29:13.226Z | |
| 2297 | 2026-03-08T04:29:13.226Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2298 | 2026-03-08T04:29:13.226Z | |
| 2299 | 2026-03-08T04:29:13.226Z | Running unittests src/lib.rs (target/debug/deps/asic-1d7da80ed3d32b1f) |
| 2300 | 2026-03-08T04:29:13.226Z | |
| 2301 | 2026-03-08T04:29:13.226Z | running 0 tests |
| 2302 | 2026-03-08T04:29:13.226Z | |
| 2303 | 2026-03-08T04:29:13.226Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2304 | 2026-03-08T04:29:13.226Z | |
| 2305 | 2026-03-08T04:29:13.226Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2306 | 2026-03-08T04:29:13.226Z | |
| 2307 | 2026-03-08T04:29:13.226Z | running 10 tests |
| 2308 | 2026-03-08T04:29:13.226Z | test network::tests::test_eui64 ... ok |
| 2309 | 2026-03-08T04:29:13.226Z | test nat::tests::test_vni ... ok |
| 2310 | 2026-03-08T04:29:13.226Z | test network::tests::test_equal ... ok |
| 2311 | 2026-03-08T04:29:13.226Z | test network::tests::test_into ... ok |
| 2312 | 2026-03-08T04:29:13.226Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2313 | 2026-03-08T04:29:13.226Z | test network::tests::test_not_equal ... ok |
| 2314 | 2026-03-08T04:29:13.227Z | test network::tests::test_to_string ... ok |
| 2315 | 2026-03-08T04:29:13.227Z | test network::tests::test_parse ... ok |
| 2316 | 2026-03-08T04:29:13.227Z | test test_purge ... ok |
| 2317 | 2026-03-08T04:29:13.251Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2318 | 2026-03-08T04:29:13.252Z | |
| 2319 | 2026-03-08T04:29:13.252Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2320 | 2026-03-08T04:29:13.252Z | |
| 2321 | 2026-03-08T04:29:13.252Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 2322 | 2026-03-08T04:29:13.252Z | |
| 2323 | 2026-03-08T04:29:13.252Z | running 1 test |
| 2324 | 2026-03-08T04:29:16.281Z | test test::test_apis_up_to_date ... ok |
| 2325 | 2026-03-08T04:29:16.281Z | |
| 2326 | 2026-03-08T04:29:16.281Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.04s |
| 2327 | 2026-03-08T04:29:16.281Z | |
| 2328 | 2026-03-08T04:29:16.340Z | Running unittests src/main.rs (target/debug/deps/dpd-b73a0c33cecba41a) |
| 2329 | 2026-03-08T04:29:16.364Z | |
| 2330 | 2026-03-08T04:29:16.364Z | running 18 tests |
| 2331 | 2026-03-08T04:29:16.364Z | test freemap::test_ordering ... ok |
| 2332 | 2026-03-08T04:29:16.364Z | test freemap::test_split ... ok |
| 2333 | 2026-03-08T04:29:16.364Z | test config::tests::test_updates ... ok |
| 2334 | 2026-03-08T04:29:16.364Z | test macaddrs::tests::test_mac_offset ... ok |
| 2335 | 2026-03-08T04:29:16.364Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2336 | 2026-03-08T04:29:16.364Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2337 | 2026-03-08T04:29:16.364Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2338 | 2026-03-08T04:29:16.364Z | test nat::test_mapping ... ok |
| 2339 | 2026-03-08T04:29:16.364Z | test port_map::tests::dump_map ... ok |
| 2340 | 2026-03-08T04:29:16.365Z | test port_map::tests::test_backplane_group ... ok |
| 2341 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.298 DEBG created new freemap, unit: freemap_testMar 08 04:29:16.299 DEBG created new freemap, unit: freemap_test |
| 2342 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG initted freemap. size: 128, unit: freemap_test |
| 2343 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG reset freemap, unit: freemap_test |
| 2344 | 2026-03-08T04:29:16.365Z | |
| 2345 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG initted freemap. size: 128, unit: freemap_test |
| 2346 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG created new freemapMar 08 04:29:16.299 , DEBGunit :reset freemap , freemap_testunit: freemap_test |
| 2347 | 2026-03-08T04:29:16.365Z | |
| 2348 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG initted freemap. size: 128, unit: freemap_test |
| 2349 | 2026-03-08T04:29:16.365Z | test port_map::tests::test_port_map ... ok |
| 2350 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.299 DEBG reset freemap, unit: freemap_test |
| 2351 | 2026-03-08T04:29:16.365Z | test freemap::test_exhaustion ... ok |
| 2352 | 2026-03-08T04:29:16.365Z | test freemap::test_basic ... ok |
| 2353 | 2026-03-08T04:29:16.365Z | test freemap::test_reclaim ... ok |
| 2354 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.301 DEBG created new freemap, unit: freemap_test |
| 2355 | 2026-03-08T04:29:16.365Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2356 | 2026-03-08T04:29:16.365Z | test api_server::tests::test_build_info ... ok |
| 2357 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 2358 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.301 DEBG created new freemap, unit: freemap_test |
| 2359 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.302 DEBG initted freemap. size: 128, unit: freemap_test |
| 2360 | 2026-03-08T04:29:16.365Z | Mar 08 04:29:16.302 DEBG reset freemap, unit: freemap_test |
| 2361 | 2026-03-08T04:29:16.390Z | test freemap::test_free ... ok |
| 2362 | 2026-03-08T04:29:16.390Z | Mar 08 04:29:16.302 DEBG reset freemap, unit: freemap_test |
| 2363 | 2026-03-08T04:29:16.390Z | test freemap::test_span ... ok |
| 2364 | 2026-03-08T04:29:16.390Z | |
| 2365 | 2026-03-08T04:29:16.390Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2366 | 2026-03-08T04:29:16.390Z | |
| 2367 | 2026-03-08T04:29:16.390Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-50ff7125eda53d64) |
| 2368 | 2026-03-08T04:29:16.390Z | |
| 2369 | 2026-03-08T04:29:16.390Z | running 0 tests |
| 2370 | 2026-03-08T04:29:16.390Z | |
| 2371 | 2026-03-08T04:29:16.390Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2372 | 2026-03-08T04:29:16.390Z | |
| 2373 | 2026-03-08T04:29:16.390Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 2374 | 2026-03-08T04:29:16.390Z | |
| 2375 | 2026-03-08T04:29:16.391Z | running 0 tests |
| 2376 | 2026-03-08T04:29:16.391Z | |
| 2377 | 2026-03-08T04:29:16.391Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2378 | 2026-03-08T04:29:16.391Z | |
| 2379 | 2026-03-08T04:29:16.391Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-eb373a352e17e928) |
| 2380 | 2026-03-08T04:29:16.391Z | |
| 2381 | 2026-03-08T04:29:16.391Z | running 6 tests |
| 2382 | 2026-03-08T04:29:16.391Z | test tests::test_parse_client_port_id ... ok |
| 2383 | 2026-03-08T04:29:16.391Z | test tests::test_port_id_cmp ... ok |
| 2384 | 2026-03-08T04:29:16.391Z | test tests::test_full_lot_id_neither_present ... ok |
| 2385 | 2026-03-08T04:29:16.391Z | test tests::test_full_lot_id_lot_only ... ok |
| 2386 | 2026-03-08T04:29:16.391Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2387 | 2026-03-08T04:29:16.391Z | test tests::test_full_lot_id_both_present ... ok |
| 2388 | 2026-03-08T04:29:16.391Z | |
| 2389 | 2026-03-08T04:29:16.391Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2390 | 2026-03-08T04:29:16.391Z | |
| 2391 | 2026-03-08T04:29:16.391Z | Running tests/test_all.rs (target/debug/deps/test_all-1268644c25aa8eb5) |
| 2392 | 2026-03-08T04:29:16.416Z | |
| 2393 | 2026-03-08T04:29:16.416Z | running 0 tests |
| 2394 | 2026-03-08T04:29:16.416Z | |
| 2395 | 2026-03-08T04:29:16.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2396 | 2026-03-08T04:29:16.416Z | |
| 2397 | 2026-03-08T04:29:16.416Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2398 | 2026-03-08T04:29:16.416Z | |
| 2399 | 2026-03-08T04:29:16.416Z | running 0 tests |
| 2400 | 2026-03-08T04:29:16.416Z | |
| 2401 | 2026-03-08T04:29:16.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2402 | 2026-03-08T04:29:16.416Z | |
| 2403 | 2026-03-08T04:29:16.416Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2404 | 2026-03-08T04:29:16.416Z | |
| 2405 | 2026-03-08T04:29:16.416Z | running 12 tests |
| 2406 | 2026-03-08T04:29:16.416Z | test icmp::test_v4_checksum ... ok |
| 2407 | 2026-03-08T04:29:16.416Z | test icmp::test_v6_checksum ... ok |
| 2408 | 2026-03-08T04:29:16.416Z | test lldp::test_lldp_parse ... ok |
| 2409 | 2026-03-08T04:29:16.416Z | test ipv6::test_ipv6_parse ... ok |
| 2410 | 2026-03-08T04:29:16.416Z | test pbuf::test_byte ... ok |
| 2411 | 2026-03-08T04:29:16.417Z | test pbuf::test_nibble ... ok |
| 2412 | 2026-03-08T04:29:16.417Z | test pbuf::test_short ... ok |
| 2413 | 2026-03-08T04:29:16.417Z | test pbuf::test_overflow ... ok |
| 2414 | 2026-03-08T04:29:16.417Z | test pbuf::test_twelve ... ok |
| 2415 | 2026-03-08T04:29:16.417Z | test pbuf::test_word ... ok |
| 2416 | 2026-03-08T04:29:16.417Z | test tcp::test_checksum_syn_nodata ... ok |
| 2417 | 2026-03-08T04:29:16.417Z | test tcp::test_checksum_ack_data ... ok |
| 2418 | 2026-03-08T04:29:16.417Z | |
| 2419 | 2026-03-08T04:29:16.417Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2420 | 2026-03-08T04:29:16.417Z | |
| 2421 | 2026-03-08T04:29:16.417Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2422 | 2026-03-08T04:29:16.417Z | |
| 2423 | 2026-03-08T04:29:16.417Z | running 0 tests |
| 2424 | 2026-03-08T04:29:16.417Z | |
| 2425 | 2026-03-08T04:29:16.417Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-03-08T04:29:16.417Z | |
| 2427 | 2026-03-08T04:29:16.417Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 2428 | 2026-03-08T04:29:16.417Z | |
| 2429 | 2026-03-08T04:29:16.417Z | running 4 tests |
| 2430 | 2026-03-08T04:29:16.417Z | test switchport::test::test_compute_lanes ... ok |
| 2431 | 2026-03-08T04:29:16.417Z | test switchport::test::port_id_ordering ... ok |
| 2432 | 2026-03-08T04:29:16.417Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2433 | 2026-03-08T04:29:16.417Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2434 | 2026-03-08T04:29:16.417Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2435 | 2026-03-08T04:29:16.417Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2436 | 2026-03-08T04:29:16.417Z | Tx Enabled: Yes Yes Yes Yes |
| 2437 | 2026-03-08T04:29:16.417Z | Tx Loss-of-lock: No No No No |
| 2438 | 2026-03-08T04:29:16.417Z | Tx Loss-of-signal: No No No No |
| 2439 | 2026-03-08T04:29:16.417Z | Tx CDR Enabled: No No No No |
| 2440 | 2026-03-08T04:29:16.417Z | Tx Adaptive EQ Fault: No No No No |
| 2441 | 2026-03-08T04:29:16.417Z | Tx Fault: Yes Yes Yes Yes |
| 2442 | 2026-03-08T04:29:16.417Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2443 | 2026-03-08T04:29:16.417Z | State: Activated Activated Activated Activated |
| 2444 | 2026-03-08T04:29:16.417Z | Rx Output Enabled: false false false false |
| 2445 | 2026-03-08T04:29:16.417Z | test switchport::test::test_print_sff_datapath ... ok |
| 2446 | 2026-03-08T04:29:16.417Z | Rx Output Status: valid valid valid valid |
| 2447 | 2026-03-08T04:29:16.417Z | Rx Loss-of-lock: true true true true |
| 2448 | 2026-03-08T04:29:16.417Z | Rx Loss-of-signal: false false false false |
| 2449 | 2026-03-08T04:29:16.417Z | Rx Auto-squelch Disable: true true true true |
| 2450 | 2026-03-08T04:29:16.418Z | Tx Output Enabled: true true true true |
| 2451 | 2026-03-08T04:29:16.418Z | Tx Output Status: invalid invalid invalid invalid |
| 2452 | 2026-03-08T04:29:16.418Z | Tx Loss-of-lock: false false false false |
| 2453 | 2026-03-08T04:29:16.418Z | Tx Loss-of-signal: true true true true |
| 2454 | 2026-03-08T04:29:16.418Z | Tx Auto-squelch Disable: false false false false |
| 2455 | 2026-03-08T04:29:16.418Z | Tx Adaptive EQ Fail: true true true true |
| 2456 | 2026-03-08T04:29:16.418Z | Tx Failure: false false false false |
| 2457 | 2026-03-08T04:29:16.418Z | Tx Force Squelch: true true true true |
| 2458 | 2026-03-08T04:29:16.418Z | Tx Input Polarity: normal normal normal normal |
| 2459 | 2026-03-08T04:29:16.418Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2460 | 2026-03-08T04:29:16.418Z | |
| 2461 | 2026-03-08T04:29:16.418Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-03-08T04:29:16.418Z | |
| 2463 | 2026-03-08T04:29:16.418Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 2464 | 2026-03-08T04:29:16.418Z | |
| 2465 | 2026-03-08T04:29:16.418Z | running 1 test |
| 2466 | 2026-03-08T04:29:16.418Z | test test_p4_counter_list ... ignored |
| 2467 | 2026-03-08T04:29:16.418Z | |
| 2468 | 2026-03-08T04:29:16.418Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2469 | 2026-03-08T04:29:16.418Z | |
| 2470 | 2026-03-08T04:29:16.418Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 2471 | 2026-03-08T04:29:16.443Z | |
| 2472 | 2026-03-08T04:29:16.443Z | running 5 tests |
| 2473 | 2026-03-08T04:29:16.443Z | test test_an ... ignored |
| 2474 | 2026-03-08T04:29:16.443Z | test test_enable ... ignored |
| 2475 | 2026-03-08T04:29:16.443Z | test test_ip_addresses ... ignored |
| 2476 | 2026-03-08T04:29:16.443Z | test test_kr ... ignored |
| 2477 | 2026-03-08T04:29:16.443Z | test test_mac ... ignored |
| 2478 | 2026-03-08T04:29:16.443Z | |
| 2479 | 2026-03-08T04:29:16.443Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-03-08T04:29:16.443Z | |
| 2481 | 2026-03-08T04:29:16.443Z | Running unittests src/main.rs (target/debug/deps/tfportd-bd3f96b8cac39b69) |
| 2482 | 2026-03-08T04:29:16.443Z | |
| 2483 | 2026-03-08T04:29:16.443Z | running 3 tests |
| 2484 | 2026-03-08T04:29:16.443Z | test linklocal::test_parse_ipadm ... ok |
| 2485 | 2026-03-08T04:29:16.443Z | test config::tests::test_updates ... ok |
| 2486 | 2026-03-08T04:29:16.443Z | test tfport::test_parse_tfport ... ok |
| 2487 | 2026-03-08T04:29:16.443Z | |
| 2488 | 2026-03-08T04:29:16.443Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2489 | 2026-03-08T04:29:16.444Z | |
| 2490 | 2026-03-08T04:29:16.444Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2491 | 2026-03-08T04:29:16.444Z | |
| 2492 | 2026-03-08T04:29:16.444Z | running 0 tests |
| 2493 | 2026-03-08T04:29:16.444Z | |
| 2494 | 2026-03-08T04:29:16.444Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2495 | 2026-03-08T04:29:16.444Z | |
| 2496 | 2026-03-08T04:29:16.444Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2497 | 2026-03-08T04:29:16.444Z | |
| 2498 | 2026-03-08T04:29:16.444Z | running 0 tests |
| 2499 | 2026-03-08T04:29:16.444Z | |
| 2500 | 2026-03-08T04:29:16.444Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2501 | 2026-03-08T04:29:16.444Z | |
| 2502 | 2026-03-08T04:29:16.444Z | Doc-tests aal |
| 2503 | 2026-03-08T04:29:16.633Z | |
| 2504 | 2026-03-08T04:29:16.633Z | running 0 tests |
| 2505 | 2026-03-08T04:29:16.633Z | |
| 2506 | 2026-03-08T04:29:16.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2507 | 2026-03-08T04:29:16.634Z | |
| 2508 | 2026-03-08T04:29:16.658Z | Doc-tests aal_macros |
| 2509 | 2026-03-08T04:29:16.772Z | |
| 2510 | 2026-03-08T04:29:16.772Z | running 0 tests |
| 2511 | 2026-03-08T04:29:16.772Z | |
| 2512 | 2026-03-08T04:29:16.772Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2513 | 2026-03-08T04:29:16.772Z | |
| 2514 | 2026-03-08T04:29:16.797Z | Doc-tests common |
| 2515 | 2026-03-08T04:29:17.154Z | |
| 2516 | 2026-03-08T04:29:17.154Z | running 0 tests |
| 2517 | 2026-03-08T04:29:17.154Z | |
| 2518 | 2026-03-08T04:29:17.154Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2519 | 2026-03-08T04:29:17.154Z | |
| 2520 | 2026-03-08T04:29:17.181Z | Doc-tests dpd_api |
| 2521 | 2026-03-08T04:29:18.992Z | |
| 2522 | 2026-03-08T04:29:18.992Z | running 2 tests |
| 2523 | 2026-03-08T04:29:18.992Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2524 | 2026-03-08T04:29:18.992Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2525 | 2026-03-08T04:29:18.992Z | |
| 2526 | 2026-03-08T04:29:18.992Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2527 | 2026-03-08T04:29:18.992Z | |
| 2528 | 2026-03-08T04:29:19.046Z | Doc-tests dpd_client |
| 2529 | 2026-03-08T04:29:21.375Z | |
| 2530 | 2026-03-08T04:29:21.375Z | running 0 tests |
| 2531 | 2026-03-08T04:29:21.375Z | |
| 2532 | 2026-03-08T04:29:21.375Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2533 | 2026-03-08T04:29:21.375Z | |
| 2534 | 2026-03-08T04:29:21.437Z | Doc-tests dpd_types |
| 2535 | 2026-03-08T04:29:21.995Z | |
| 2536 | 2026-03-08T04:29:21.995Z | running 0 tests |
| 2537 | 2026-03-08T04:29:21.996Z | |
| 2538 | 2026-03-08T04:29:21.996Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2539 | 2026-03-08T04:29:21.996Z | |
| 2540 | 2026-03-08T04:29:22.035Z | Doc-tests packet |
| 2541 | 2026-03-08T04:29:22.209Z | |
| 2542 | 2026-03-08T04:29:22.210Z | running 0 tests |
| 2543 | 2026-03-08T04:29:22.210Z | |
| 2544 | 2026-03-08T04:29:22.210Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2545 | 2026-03-08T04:29:22.210Z | |
| 2546 | 2026-03-08T04:29:22.234Z | Doc-tests pcap |
| 2547 | 2026-03-08T04:29:22.313Z | |
| 2548 | 2026-03-08T04:29:22.313Z | running 0 tests |
| 2549 | 2026-03-08T04:29:22.313Z | |
| 2550 | 2026-03-08T04:29:22.313Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2551 | 2026-03-08T04:29:22.313Z | |
| 2552 | 2026-03-08T04:29:22.400Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2553 | 2026-03-08T04:29:22.400Z | + RUST_BACKTRACE=full |
| 2554 | 2026-03-08T04:29:22.400Z | + cargo test --features tofino_asic --no-fail-fast |
| 2555 | 2026-03-08T04:29:23.526Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2556 | 2026-03-08T04:29:23.551Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2557 | 2026-03-08T04:29:23.576Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2558 | 2026-03-08T04:29:23.601Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2559 | 2026-03-08T04:29:40.190Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2560 | 2026-03-08T04:29:40.246Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2561 | 2026-03-08T04:30:44.552Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 22s |
| 2562 | 2026-03-08T04:30:44.674Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 2563 | 2026-03-08T04:30:44.699Z | |
| 2564 | 2026-03-08T04:30:44.699Z | running 5 tests |
| 2565 | 2026-03-08T04:30:44.699Z | test fuse::tests::chip_revision_b0 ... ok |
| 2566 | 2026-03-08T04:30:44.699Z | test fuse::tests::chip_revision_a0 ... ok |
| 2567 | 2026-03-08T04:30:44.700Z | test fuse::tests::chip_revision_b1 ... ok |
| 2568 | 2026-03-08T04:30:44.700Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2569 | 2026-03-08T04:30:44.700Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2570 | 2026-03-08T04:30:44.700Z | |
| 2571 | 2026-03-08T04:30:44.700Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2572 | 2026-03-08T04:30:44.700Z | |
| 2573 | 2026-03-08T04:30:44.700Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2574 | 2026-03-08T04:30:44.700Z | |
| 2575 | 2026-03-08T04:30:44.700Z | running 0 tests |
| 2576 | 2026-03-08T04:30:44.700Z | |
| 2577 | 2026-03-08T04:30:44.700Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2578 | 2026-03-08T04:30:44.700Z | |
| 2579 | 2026-03-08T04:30:44.700Z | Running unittests src/lib.rs (target/debug/deps/asic-64c28bdcd2a22fef) |
| 2580 | 2026-03-08T04:30:44.833Z | |
| 2581 | 2026-03-08T04:30:44.833Z | running 8 tests |
| 2582 | 2026-03-08T04:30:44.858Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2583 | 2026-03-08T04:30:44.858Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2584 | 2026-03-08T04:30:44.858Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2585 | 2026-03-08T04:30:44.858Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2586 | 2026-03-08T04:30:44.858Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2587 | 2026-03-08T04:30:44.858Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2588 | 2026-03-08T04:30:44.858Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2589 | 2026-03-08T04:30:45.339Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2590 | 2026-03-08T04:30:45.339Z | |
| 2591 | 2026-03-08T04:30:45.339Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s |
| 2592 | 2026-03-08T04:30:45.339Z | |
| 2593 | 2026-03-08T04:30:45.364Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2594 | 2026-03-08T04:30:45.364Z | |
| 2595 | 2026-03-08T04:30:45.364Z | running 10 tests |
| 2596 | 2026-03-08T04:30:45.364Z | test network::tests::test_equal ... ok |
| 2597 | 2026-03-08T04:30:45.364Z | test network::tests::test_into ... ok |
| 2598 | 2026-03-08T04:30:45.364Z | test nat::tests::test_vni ... ok |
| 2599 | 2026-03-08T04:30:45.365Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2600 | 2026-03-08T04:30:45.365Z | test network::tests::test_eui64 ... ok |
| 2601 | 2026-03-08T04:30:45.365Z | test network::tests::test_not_equal ... ok |
| 2602 | 2026-03-08T04:30:45.365Z | test network::tests::test_parse ... ok |
| 2603 | 2026-03-08T04:30:45.365Z | test network::tests::test_to_string ... ok |
| 2604 | 2026-03-08T04:30:45.365Z | test test_purge ... ok |
| 2605 | 2026-03-08T04:30:45.390Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2606 | 2026-03-08T04:30:45.390Z | |
| 2607 | 2026-03-08T04:30:45.390Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2608 | 2026-03-08T04:30:45.390Z | |
| 2609 | 2026-03-08T04:30:45.390Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 2610 | 2026-03-08T04:30:45.390Z | |
| 2611 | 2026-03-08T04:30:45.390Z | running 1 test |
| 2612 | 2026-03-08T04:30:48.258Z | test test::test_apis_up_to_date ... ok |
| 2613 | 2026-03-08T04:30:48.258Z | |
| 2614 | 2026-03-08T04:30:48.258Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.88s |
| 2615 | 2026-03-08T04:30:48.258Z | |
| 2616 | 2026-03-08T04:30:48.320Z | Running unittests src/main.rs (target/debug/deps/dpd-3e6cac36a7653c59) |
| 2617 | 2026-03-08T04:30:48.434Z | |
| 2618 | 2026-03-08T04:30:48.434Z | running 46 tests |
| 2619 | 2026-03-08T04:30:48.481Z | test freemap::test_ordering ... ok |
| 2620 | 2026-03-08T04:30:48.481Z | test config::tests::test_updates ... ok |
| 2621 | 2026-03-08T04:30:48.481Z | test freemap::test_split ... ok |
| 2622 | 2026-03-08T04:30:48.481Z | test macaddrs::tests::test_mac_offset ... ok |
| 2623 | 2026-03-08T04:30:48.482Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2624 | 2026-03-08T04:30:48.482Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2625 | 2026-03-08T04:30:48.482Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2626 | 2026-03-08T04:30:48.482Z | test nat::test_mapping ... ok |
| 2627 | 2026-03-08T04:30:48.482Z | test port_map::tests::dump_map ... ok |
| 2628 | 2026-03-08T04:30:48.482Z | test port_map::tests::test_backplane_group ... ok |
| 2629 | 2026-03-08T04:30:48.482Z | test port_map::tests::test_port_map ... ok |
| 2630 | 2026-03-08T04:30:48.482Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2631 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.385 DEBG created new freemap, unit: freemap_test |
| 2632 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.385 DEBG initted freemap. size: 128, unit: freemap_test |
| 2633 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.385 DEBG reset freemap, unit: freemap_test |
| 2634 | 2026-03-08T04:30:48.482Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2635 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.385 DEBG created new freemap, unit: freemap_test |
| 2636 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.385 DEBG initted freemap. size: 128, unit: freemap_test |
| 2637 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.386 DEBG reset freemap, unit: freemap_test |
| 2638 | 2026-03-08T04:30:48.482Z | test freemap::test_exhaustion ... ok |
| 2639 | 2026-03-08T04:30:48.482Z | test freemap::test_basic ... ok |
| 2640 | 2026-03-08T04:30:48.482Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2641 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.386 DEBG created new freemap, unit: freemap_test |
| 2642 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.387 DEBG initted freemap. size: 128, unit: freemap_test |
| 2643 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.387 DEBG reset freemap, unit: freemap_test |
| 2644 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2645 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2646 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.387 DEBG created new freemap, unit: freemap_test |
| 2647 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.387 DEBG initted freemap. size: 128, unit: freemap_test |
| 2648 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.387 DEBG reset freemap, unit: freemap_test |
| 2649 | 2026-03-08T04:30:48.482Z | test freemap::test_free ... ok |
| 2650 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.388 DEBG created new freemap, unit: freemap_test |
| 2651 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.388 DEBG initted freemap. size: 128, unit: freemap_test |
| 2652 | 2026-03-08T04:30:48.482Z | Mar 08 04:30:48.388 DEBG reset freemap, unit: freemap_test |
| 2653 | 2026-03-08T04:30:48.482Z | test freemap::test_span ... ok |
| 2654 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2655 | 2026-03-08T04:30:48.482Z | test freemap::test_reclaim ... ok |
| 2656 | 2026-03-08T04:30:48.482Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2657 | 2026-03-08T04:30:48.482Z | test api_server::tests::test_build_info ... ok |
| 2658 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2659 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2660 | 2026-03-08T04:30:48.482Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2661 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2662 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2663 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2664 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2665 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2666 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2667 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2668 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2669 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2670 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2671 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2672 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2673 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2674 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2675 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2676 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2677 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2678 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2679 | 2026-03-08T04:30:48.483Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2680 | 2026-03-08T04:30:48.483Z | |
| 2681 | 2026-03-08T04:30:48.483Z | test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 2682 | 2026-03-08T04:30:48.483Z | |
| 2683 | 2026-03-08T04:30:48.508Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-3e2a52195fef326e) |
| 2684 | 2026-03-08T04:30:48.508Z | |
| 2685 | 2026-03-08T04:30:48.508Z | running 0 tests |
| 2686 | 2026-03-08T04:30:48.508Z | |
| 2687 | 2026-03-08T04:30:48.508Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2688 | 2026-03-08T04:30:48.508Z | |
| 2689 | 2026-03-08T04:30:48.508Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 2690 | 2026-03-08T04:30:48.508Z | |
| 2691 | 2026-03-08T04:30:48.508Z | running 0 tests |
| 2692 | 2026-03-08T04:30:48.508Z | |
| 2693 | 2026-03-08T04:30:48.508Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2694 | 2026-03-08T04:30:48.508Z | |
| 2695 | 2026-03-08T04:30:48.508Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-13decc51ae393b55) |
| 2696 | 2026-03-08T04:30:48.508Z | |
| 2697 | 2026-03-08T04:30:48.508Z | running 6 tests |
| 2698 | 2026-03-08T04:30:48.509Z | test tests::test_parse_client_port_id ... ok |
| 2699 | 2026-03-08T04:30:48.509Z | test tests::test_port_id_cmp ... ok |
| 2700 | 2026-03-08T04:30:48.509Z | test tests::test_full_lot_id_neither_present ... ok |
| 2701 | 2026-03-08T04:30:48.509Z | test tests::test_full_lot_id_both_present ... ok |
| 2702 | 2026-03-08T04:30:48.509Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2703 | 2026-03-08T04:30:48.509Z | test tests::test_full_lot_id_lot_only ... ok |
| 2704 | 2026-03-08T04:30:48.509Z | |
| 2705 | 2026-03-08T04:30:48.509Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2706 | 2026-03-08T04:30:48.509Z | |
| 2707 | 2026-03-08T04:30:48.509Z | Running tests/test_all.rs (target/debug/deps/test_all-5fe95bf569e4cf93) |
| 2708 | 2026-03-08T04:30:48.509Z | |
| 2709 | 2026-03-08T04:30:48.509Z | running 0 tests |
| 2710 | 2026-03-08T04:30:48.509Z | |
| 2711 | 2026-03-08T04:30:48.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2712 | 2026-03-08T04:30:48.509Z | |
| 2713 | 2026-03-08T04:30:48.509Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 2714 | 2026-03-08T04:30:48.509Z | |
| 2715 | 2026-03-08T04:30:48.509Z | running 0 tests |
| 2716 | 2026-03-08T04:30:48.509Z | |
| 2717 | 2026-03-08T04:30:48.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2718 | 2026-03-08T04:30:48.509Z | |
| 2719 | 2026-03-08T04:30:48.509Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 2720 | 2026-03-08T04:30:48.509Z | |
| 2721 | 2026-03-08T04:30:48.509Z | running 12 tests |
| 2722 | 2026-03-08T04:30:48.534Z | test icmp::test_v6_checksum ... ok |
| 2723 | 2026-03-08T04:30:48.535Z | test icmp::test_v4_checksum ... ok |
| 2724 | 2026-03-08T04:30:48.535Z | test ipv6::test_ipv6_parse ... ok |
| 2725 | 2026-03-08T04:30:48.535Z | test lldp::test_lldp_parse ... ok |
| 2726 | 2026-03-08T04:30:48.535Z | test pbuf::test_byte ... ok |
| 2727 | 2026-03-08T04:30:48.535Z | test pbuf::test_nibble ... ok |
| 2728 | 2026-03-08T04:30:48.535Z | test pbuf::test_short ... ok |
| 2729 | 2026-03-08T04:30:48.535Z | test pbuf::test_overflow ... ok |
| 2730 | 2026-03-08T04:30:48.535Z | test pbuf::test_twelve ... ok |
| 2731 | 2026-03-08T04:30:48.535Z | test pbuf::test_word ... ok |
| 2732 | 2026-03-08T04:30:48.535Z | test tcp::test_checksum_ack_data ... ok |
| 2733 | 2026-03-08T04:30:48.535Z | test tcp::test_checksum_syn_nodata ... ok |
| 2734 | 2026-03-08T04:30:48.535Z | |
| 2735 | 2026-03-08T04:30:48.535Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2736 | 2026-03-08T04:30:48.535Z | |
| 2737 | 2026-03-08T04:30:48.535Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 2738 | 2026-03-08T04:30:48.535Z | |
| 2739 | 2026-03-08T04:30:48.535Z | running 0 tests |
| 2740 | 2026-03-08T04:30:48.535Z | |
| 2741 | 2026-03-08T04:30:48.535Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2742 | 2026-03-08T04:30:48.535Z | |
| 2743 | 2026-03-08T04:30:48.535Z | Running unittests src/main.rs (target/debug/deps/swadm-f57ffb4a28531277) |
| 2744 | 2026-03-08T04:30:48.535Z | |
| 2745 | 2026-03-08T04:30:48.535Z | running 4 tests |
| 2746 | 2026-03-08T04:30:48.535Z | test switchport::test::test_compute_lanes ... ok |
| 2747 | 2026-03-08T04:30:48.535Z | test switchport::test::port_id_ordering ... ok |
| 2748 | 2026-03-08T04:30:48.535Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2749 | 2026-03-08T04:30:48.535Z | Rx Loss-of-lock: Yes Lane 0Yes Lane 1 Yes Lane 2 Lane 3 |
| 2750 | 2026-03-08T04:30:48.535Z | Yes State: Activated |
| 2751 | 2026-03-08T04:30:48.535Z | Activated Rx Loss-of-signal: Yes Activated YesActivated |
| 2752 | 2026-03-08T04:30:48.535Z | Rx Output Enabled: false Yesfalse false false |
| 2753 | 2026-03-08T04:30:48.535Z | Yes Rx Output Status: valid |
| 2754 | 2026-03-08T04:30:48.535Z | Rx CDR Enabled: Yes validYes validYes validYes |
| 2755 | 2026-03-08T04:30:48.535Z | |
| 2756 | 2026-03-08T04:30:48.535Z | Tx Enabled: Yes Rx Loss-of-lock: true trueYes trueYes true |
| 2757 | 2026-03-08T04:30:48.535Z | Yes Rx Loss-of-signal: false |
| 2758 | 2026-03-08T04:30:48.535Z | Tx Loss-of-lock: No falseNo falseNo No |
| 2759 | 2026-03-08T04:30:48.535Z | Tx Loss-of-signal: Nofalse |
| 2760 | 2026-03-08T04:30:48.536Z | Rx Auto-squelch Disable: trueNo true No No |
| 2761 | 2026-03-08T04:30:48.536Z | true Tx CDR Enabled: No No true |
| 2762 | 2026-03-08T04:30:48.536Z | No Tx Output Enabled: trueNo |
| 2763 | 2026-03-08T04:30:48.536Z | Tx Adaptive EQ Fault: No trueNo trueNo true |
| 2764 | 2026-03-08T04:30:48.536Z | No Tx Output Status: invalid |
| 2765 | 2026-03-08T04:30:48.536Z | Tx Fault: Yes invalid Yes invalid invalidYes |
| 2766 | 2026-03-08T04:30:48.536Z | Yes |
| 2767 | 2026-03-08T04:30:48.536Z | Tx Loss-of-lock: false false false false |
| 2768 | 2026-03-08T04:30:48.536Z | Tx Loss-of-signal: true true true true |
| 2769 | 2026-03-08T04:30:48.536Z | Tx Auto-squelch Disable: false false false false |
| 2770 | 2026-03-08T04:30:48.536Z | Tx Adaptive EQ Fail: true true true true |
| 2771 | 2026-03-08T04:30:48.536Z | Tx Failure: false false false false |
| 2772 | 2026-03-08T04:30:48.536Z | Tx Force Squelch: true true true true |
| 2773 | 2026-03-08T04:30:48.536Z | Tx Input Polarity: normal normal normal normal |
| 2774 | 2026-03-08T04:30:48.536Z | test switchport::test::test_print_sff_datapath ... ok |
| 2775 | 2026-03-08T04:30:48.536Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2776 | 2026-03-08T04:30:48.536Z | |
| 2777 | 2026-03-08T04:30:48.536Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2778 | 2026-03-08T04:30:48.536Z | |
| 2779 | 2026-03-08T04:30:48.536Z | Running tests/counters.rs (target/debug/deps/counters-28ea2e8a5e3ec089) |
| 2780 | 2026-03-08T04:30:48.536Z | |
| 2781 | 2026-03-08T04:30:48.536Z | running 1 test |
| 2782 | 2026-03-08T04:30:48.536Z | test test_p4_counter_list ... ignored |
| 2783 | 2026-03-08T04:30:48.536Z | |
| 2784 | 2026-03-08T04:30:48.536Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2785 | 2026-03-08T04:30:48.536Z | |
| 2786 | 2026-03-08T04:30:48.536Z | Running tests/port-link.rs (target/debug/deps/port_link-cbb066236a2e083c) |
| 2787 | 2026-03-08T04:30:48.536Z | |
| 2788 | 2026-03-08T04:30:48.536Z | running 5 tests |
| 2789 | 2026-03-08T04:30:48.536Z | test test_an ... ignored |
| 2790 | 2026-03-08T04:30:48.536Z | test test_enable ... ignored |
| 2791 | 2026-03-08T04:30:48.536Z | test test_ip_addresses ... ignored |
| 2792 | 2026-03-08T04:30:48.536Z | test test_kr ... ignored |
| 2793 | 2026-03-08T04:30:48.536Z | test test_mac ... ignored |
| 2794 | 2026-03-08T04:30:48.536Z | |
| 2795 | 2026-03-08T04:30:48.536Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2796 | 2026-03-08T04:30:48.536Z | |
| 2797 | 2026-03-08T04:30:48.536Z | Running unittests src/main.rs (target/debug/deps/tfportd-24628c79dd9e4c4a) |
| 2798 | 2026-03-08T04:30:48.536Z | |
| 2799 | 2026-03-08T04:30:48.537Z | running 3 tests |
| 2800 | 2026-03-08T04:30:48.562Z | test config::tests::test_updates ... ok |
| 2801 | 2026-03-08T04:30:48.562Z | test linklocal::test_parse_ipadm ... ok |
| 2802 | 2026-03-08T04:30:48.562Z | test tfport::test_parse_tfport ... ok |
| 2803 | 2026-03-08T04:30:48.562Z | |
| 2804 | 2026-03-08T04:30:48.562Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2805 | 2026-03-08T04:30:48.562Z | |
| 2806 | 2026-03-08T04:30:48.562Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 2807 | 2026-03-08T04:30:48.562Z | |
| 2808 | 2026-03-08T04:30:48.562Z | running 0 tests |
| 2809 | 2026-03-08T04:30:48.562Z | |
| 2810 | 2026-03-08T04:30:48.562Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2811 | 2026-03-08T04:30:48.562Z | |
| 2812 | 2026-03-08T04:30:48.562Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 2813 | 2026-03-08T04:30:48.562Z | |
| 2814 | 2026-03-08T04:30:48.562Z | running 0 tests |
| 2815 | 2026-03-08T04:30:48.562Z | |
| 2816 | 2026-03-08T04:30:48.562Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2817 | 2026-03-08T04:30:48.562Z | |
| 2818 | 2026-03-08T04:30:48.562Z | Doc-tests aal |
| 2819 | 2026-03-08T04:30:48.732Z | |
| 2820 | 2026-03-08T04:30:48.732Z | running 0 tests |
| 2821 | 2026-03-08T04:30:48.732Z | |
| 2822 | 2026-03-08T04:30:48.732Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2823 | 2026-03-08T04:30:48.732Z | |
| 2824 | 2026-03-08T04:30:48.765Z | Doc-tests aal_macros |
| 2825 | 2026-03-08T04:30:48.885Z | |
| 2826 | 2026-03-08T04:30:48.885Z | running 0 tests |
| 2827 | 2026-03-08T04:30:48.885Z | |
| 2828 | 2026-03-08T04:30:48.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2829 | 2026-03-08T04:30:48.885Z | |
| 2830 | 2026-03-08T04:30:48.910Z | Doc-tests common |
| 2831 | 2026-03-08T04:30:49.277Z | |
| 2832 | 2026-03-08T04:30:49.277Z | running 0 tests |
| 2833 | 2026-03-08T04:30:49.278Z | |
| 2834 | 2026-03-08T04:30:49.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2835 | 2026-03-08T04:30:49.278Z | |
| 2836 | 2026-03-08T04:30:49.306Z | Doc-tests dpd_api |
| 2837 | 2026-03-08T04:30:51.237Z | |
| 2838 | 2026-03-08T04:30:51.237Z | running 2 tests |
| 2839 | 2026-03-08T04:30:51.237Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 2840 | 2026-03-08T04:30:51.238Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 2841 | 2026-03-08T04:30:51.238Z | |
| 2842 | 2026-03-08T04:30:51.238Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2843 | 2026-03-08T04:30:51.238Z | |
| 2844 | 2026-03-08T04:30:51.300Z | Doc-tests dpd_client |
| 2845 | 2026-03-08T04:30:53.574Z | |
| 2846 | 2026-03-08T04:30:53.574Z | running 0 tests |
| 2847 | 2026-03-08T04:30:53.574Z | |
| 2848 | 2026-03-08T04:30:53.574Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2849 | 2026-03-08T04:30:53.574Z | |
| 2850 | 2026-03-08T04:30:53.638Z | Doc-tests dpd_types |
| 2851 | 2026-03-08T04:30:54.199Z | |
| 2852 | 2026-03-08T04:30:54.199Z | running 0 tests |
| 2853 | 2026-03-08T04:30:54.199Z | |
| 2854 | 2026-03-08T04:30:54.199Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2855 | 2026-03-08T04:30:54.199Z | |
| 2856 | 2026-03-08T04:30:54.246Z | Doc-tests packet |
| 2857 | 2026-03-08T04:30:54.434Z | |
| 2858 | 2026-03-08T04:30:54.434Z | running 0 tests |
| 2859 | 2026-03-08T04:30:54.434Z | |
| 2860 | 2026-03-08T04:30:54.434Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2861 | 2026-03-08T04:30:54.434Z | |
| 2862 | 2026-03-08T04:30:54.463Z | Doc-tests pcap |
| 2863 | 2026-03-08T04:30:54.555Z | |
| 2864 | 2026-03-08T04:30:54.555Z | running 0 tests |
| 2865 | 2026-03-08T04:30:54.555Z | |
| 2866 | 2026-03-08T04:30:54.555Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2867 | 2026-03-08T04:30:54.555Z | |
| 2868 | 2026-03-08T04:30:54.628Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2869 | 2026-03-08T04:30:54.628Z | + RUST_BACKTRACE=full |
| 2870 | 2026-03-08T04:30:54.628Z | + cargo test --features softnpu --no-fail-fast |
| 2871 | 2026-03-08T04:30:55.939Z | Compiling num-integer v0.1.46 |
| 2872 | 2026-03-08T04:30:55.964Z | Compiling num-complex v0.4.6 |
| 2873 | 2026-03-08T04:30:56.081Z | Compiling bitstruct_derive v0.1.0 |
| 2874 | 2026-03-08T04:30:56.106Z | Compiling tap v1.0.1 |
| 2875 | 2026-03-08T04:30:56.290Z | Compiling wyz v0.5.1 |
| 2876 | 2026-03-08T04:30:56.538Z | Compiling num-rational v0.4.2 |
| 2877 | 2026-03-08T04:30:56.636Z | Compiling num-iter v0.1.45 |
| 2878 | 2026-03-08T04:30:56.660Z | Compiling num-bigint v0.4.6 |
| 2879 | 2026-03-08T04:30:56.895Z | Compiling radium v0.7.0 |
| 2880 | 2026-03-08T04:30:56.919Z | Compiling funty v2.0.0 |
| 2881 | 2026-03-08T04:30:56.944Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2882 | 2026-03-08T04:30:57.095Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2883 | 2026-03-08T04:30:57.175Z | Compiling num v0.4.3 |
| 2884 | 2026-03-08T04:30:57.301Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2885 | 2026-03-08T04:30:57.325Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2886 | 2026-03-08T04:30:57.350Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2887 | 2026-03-08T04:30:57.538Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2888 | 2026-03-08T04:30:57.612Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2889 | 2026-03-08T04:30:57.777Z | Compiling bitvec v1.0.1 |
| 2890 | 2026-03-08T04:30:57.816Z | Compiling typeid v1.0.3 |
| 2891 | 2026-03-08T04:30:57.848Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2892 | 2026-03-08T04:30:58.005Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2893 | 2026-03-08T04:30:58.160Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2894 | 2026-03-08T04:30:58.356Z | Compiling ascii v1.1.0 |
| 2895 | 2026-03-08T04:30:58.920Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2896 | 2026-03-08T04:30:59.387Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2897 | 2026-03-08T04:30:59.415Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2898 | 2026-03-08T04:30:59.915Z | Compiling erased-serde v0.4.8 |
| 2899 | 2026-03-08T04:30:59.940Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2900 | 2026-03-08T04:31:00.010Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2901 | 2026-03-08T04:31:00.362Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2902 | 2026-03-08T04:31:00.947Z | Compiling bitstruct v0.1.1 |
| 2903 | 2026-03-08T04:31:01.080Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2904 | 2026-03-08T04:31:01.499Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2905 | 2026-03-08T04:31:01.543Z | Compiling serde_arrays v0.1.0 |
| 2906 | 2026-03-08T04:31:01.568Z | Compiling libloading v0.7.4 |
| 2907 | 2026-03-08T04:31:01.745Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2908 | 2026-03-08T04:31:02.146Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2909 | 2026-03-08T04:31:02.208Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2910 | 2026-03-08T04:31:02.663Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2911 | 2026-03-08T04:31:03.478Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2912 | 2026-03-08T04:31:05.964Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2913 | 2026-03-08T04:31:07.679Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2914 | 2026-03-08T04:31:15.352Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2915 | 2026-03-08T04:31:15.711Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2916 | 2026-03-08T04:31:15.735Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2917 | 2026-03-08T04:31:16.807Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2918 | 2026-03-08T04:31:17.286Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2919 | 2026-03-08T04:31:19.766Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2920 | 2026-03-08T04:31:20.273Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2921 | 2026-03-08T04:31:26.109Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2922 | 2026-03-08T04:31:30.103Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2923 | 2026-03-08T04:31:31.906Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2924 | 2026-03-08T04:31:34.607Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2925 | 2026-03-08T04:31:37.819Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2926 | 2026-03-08T04:31:39.506Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2927 | 2026-03-08T04:31:49.550Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2928 | 2026-03-08T04:31:53.231Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2929 | 2026-03-08T04:32:01.302Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2930 | 2026-03-08T04:33:09.604Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 2931 | 2026-03-08T04:33:09.730Z | Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978) |
| 2932 | 2026-03-08T04:33:09.755Z | |
| 2933 | 2026-03-08T04:33:09.755Z | running 5 tests |
| 2934 | 2026-03-08T04:33:09.755Z | test fuse::tests::chip_revision_a0 ... ok |
| 2935 | 2026-03-08T04:33:09.755Z | test fuse::tests::chip_revision_b0 ... ok |
| 2936 | 2026-03-08T04:33:09.755Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2937 | 2026-03-08T04:33:09.755Z | test fuse::tests::chip_revision_b1 ... ok |
| 2938 | 2026-03-08T04:33:09.755Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2939 | 2026-03-08T04:33:09.755Z | |
| 2940 | 2026-03-08T04:33:09.755Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2941 | 2026-03-08T04:33:09.755Z | |
| 2942 | 2026-03-08T04:33:09.755Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 2943 | 2026-03-08T04:33:09.755Z | |
| 2944 | 2026-03-08T04:33:09.755Z | running 0 tests |
| 2945 | 2026-03-08T04:33:09.755Z | |
| 2946 | 2026-03-08T04:33:09.755Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2947 | 2026-03-08T04:33:09.755Z | |
| 2948 | 2026-03-08T04:33:09.755Z | Running unittests src/lib.rs (target/debug/deps/asic-e3250f8f9e53e673) |
| 2949 | 2026-03-08T04:33:09.755Z | |
| 2950 | 2026-03-08T04:33:09.755Z | running 0 tests |
| 2951 | 2026-03-08T04:33:09.755Z | |
| 2952 | 2026-03-08T04:33:09.755Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2953 | 2026-03-08T04:33:09.755Z | |
| 2954 | 2026-03-08T04:33:09.755Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 2955 | 2026-03-08T04:33:09.756Z | |
| 2956 | 2026-03-08T04:33:09.756Z | running 10 tests |
| 2957 | 2026-03-08T04:33:09.756Z | test nat::tests::test_vni ... ok |
| 2958 | 2026-03-08T04:33:09.756Z | test network::tests::test_eui64 ... ok |
| 2959 | 2026-03-08T04:33:09.756Z | test network::tests::test_equal ... ok |
| 2960 | 2026-03-08T04:33:09.756Z | test network::tests::test_into ... ok |
| 2961 | 2026-03-08T04:33:09.756Z | test network::tests::test_not_equal ... ok |
| 2962 | 2026-03-08T04:33:09.756Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2963 | 2026-03-08T04:33:09.756Z | test network::tests::test_to_string ... ok |
| 2964 | 2026-03-08T04:33:09.756Z | test network::tests::test_parse ... ok |
| 2965 | 2026-03-08T04:33:09.756Z | test test_purge ... ok |
| 2966 | 2026-03-08T04:33:09.781Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2967 | 2026-03-08T04:33:09.781Z | |
| 2968 | 2026-03-08T04:33:09.781Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2969 | 2026-03-08T04:33:09.781Z | |
| 2970 | 2026-03-08T04:33:09.781Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-09a0c3c5734c5169) |
| 2971 | 2026-03-08T04:33:09.781Z | |
| 2972 | 2026-03-08T04:33:09.781Z | running 1 test |
| 2973 | 2026-03-08T04:33:13.085Z | test test::test_apis_up_to_date ... ok |
| 2974 | 2026-03-08T04:33:13.085Z | |
| 2975 | 2026-03-08T04:33:13.085Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.32s |
| 2976 | 2026-03-08T04:33:13.085Z | |
| 2977 | 2026-03-08T04:33:13.145Z | Running unittests src/main.rs (target/debug/deps/dpd-2cc2715f080c1670) |
| 2978 | 2026-03-08T04:33:13.170Z | |
| 2979 | 2026-03-08T04:33:13.170Z | running 18 tests |
| 2980 | 2026-03-08T04:33:13.170Z | test freemap::test_ordering ... ok |
| 2981 | 2026-03-08T04:33:13.170Z | test config::tests::test_updates ... ok |
| 2982 | 2026-03-08T04:33:13.170Z | test freemap::test_split ... ok |
| 2983 | 2026-03-08T04:33:13.170Z | test macaddrs::tests::test_mac_offset ... ok |
| 2984 | 2026-03-08T04:33:13.170Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2985 | 2026-03-08T04:33:13.170Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2986 | 2026-03-08T04:33:13.170Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2987 | 2026-03-08T04:33:13.170Z | test nat::test_mapping ... ok |
| 2988 | 2026-03-08T04:33:13.170Z | Mar 08 04:33:13.108 DEBG created new freemap, unit: freemap_test |
| 2989 | 2026-03-08T04:33:13.170Z | Mar 08 04:33:13.109 DEBG initted freemap. size: 128, unit: freemap_test |
| 2990 | 2026-03-08T04:33:13.170Z | Mar 08 04:33:13.109 DEBG reset freemap, unit: freemap_test |
| 2991 | 2026-03-08T04:33:13.170Z | Mar 08 04:33:13.109 DEBG created new freemap, unit: freemap_test |
| 2992 | 2026-03-08T04:33:13.170Z | Mar 08 04:33:13.110 DEBG initted freemap. size: 128, unit: freemap_test |
| 2993 | 2026-03-08T04:33:13.171Z | Mar 08 04:33:13.110 DEBG reset freemap, unit: freemap_test |
| 2994 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.110 DEBG created new freemap, unit: freemap_test |
| 2995 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.111 DEBG initted freemap. size: 128, unit: freemap_test |
| 2996 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.111 DEBG reset freemap, unit: freemap_test |
| 2997 | 2026-03-08T04:33:13.195Z | test port_map::tests::dump_map ... ok |
| 2998 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.111 DEBG created new freemap, unit: freemap_test |
| 2999 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.111 DEBG initted freemap. size: 128, unit: freemap_test |
| 3000 | 2026-03-08T04:33:13.195Z | Mar 08 04:33:13.111 DEBG reset freemap, unit: freemap_test |
| 3001 | 2026-03-08T04:33:13.195Z | test freemap::test_free ... ok |
| 3002 | 2026-03-08T04:33:13.196Z | test freemap::test_exhaustion ... ok |
| 3003 | 2026-03-08T04:33:13.196Z | test freemap::test_basic ... ok |
| 3004 | 2026-03-08T04:33:13.196Z | test port_map::tests::test_backplane_group ... ok |
| 3005 | 2026-03-08T04:33:13.196Z | test freemap::test_span ... ok |
| 3006 | 2026-03-08T04:33:13.196Z | test port_map::tests::test_port_map ... ok |
| 3007 | 2026-03-08T04:33:13.196Z | test api_server::tests::test_build_info ... ok |
| 3008 | 2026-03-08T04:33:13.196Z | Mar 08 04:33:13.113 DEBG created new freemap, unit: freemap_test |
| 3009 | 2026-03-08T04:33:13.196Z | Mar 08 04:33:13.113 DEBG initted freemap. size: 128, unit: freemap_test |
| 3010 | 2026-03-08T04:33:13.196Z | Mar 08 04:33:13.114 DEBG reset freemap, unit: freemap_test |
| 3011 | 2026-03-08T04:33:13.196Z | test freemap::test_reclaim ... ok |
| 3012 | 2026-03-08T04:33:13.196Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3013 | 2026-03-08T04:33:13.196Z | |
| 3014 | 2026-03-08T04:33:13.196Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s |
| 3015 | 2026-03-08T04:33:13.196Z | |
| 3016 | 2026-03-08T04:33:13.196Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b7c04691d97e771d) |
| 3017 | 2026-03-08T04:33:13.196Z | |
| 3018 | 2026-03-08T04:33:13.196Z | running 0 tests |
| 3019 | 2026-03-08T04:33:13.196Z | |
| 3020 | 2026-03-08T04:33:13.196Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3021 | 2026-03-08T04:33:13.196Z | |
| 3022 | 2026-03-08T04:33:13.196Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-b570bfc4ac4fceab) |
| 3023 | 2026-03-08T04:33:13.196Z | |
| 3024 | 2026-03-08T04:33:13.196Z | running 0 tests |
| 3025 | 2026-03-08T04:33:13.196Z | |
| 3026 | 2026-03-08T04:33:13.196Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3027 | 2026-03-08T04:33:13.196Z | |
| 3028 | 2026-03-08T04:33:13.196Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-657060a014220687) |
| 3029 | 2026-03-08T04:33:13.221Z | |
| 3030 | 2026-03-08T04:33:13.221Z | running 6 tests |
| 3031 | 2026-03-08T04:33:13.221Z | test tests::test_full_lot_id_neither_present ... ok |
| 3032 | 2026-03-08T04:33:13.221Z | test tests::test_port_id_cmp ... ok |
| 3033 | 2026-03-08T04:33:13.222Z | test tests::test_full_lot_id_lot_only ... ok |
| 3034 | 2026-03-08T04:33:13.222Z | test tests::test_parse_client_port_id ... ok |
| 3035 | 2026-03-08T04:33:13.222Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3036 | 2026-03-08T04:33:13.222Z | test tests::test_full_lot_id_both_present ... ok |
| 3037 | 2026-03-08T04:33:13.222Z | |
| 3038 | 2026-03-08T04:33:13.222Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3039 | 2026-03-08T04:33:13.222Z | |
| 3040 | 2026-03-08T04:33:13.222Z | Running tests/test_all.rs (target/debug/deps/test_all-68e2118271530066) |
| 3041 | 2026-03-08T04:33:13.222Z | |
| 3042 | 2026-03-08T04:33:13.222Z | running 0 tests |
| 3043 | 2026-03-08T04:33:13.222Z | |
| 3044 | 2026-03-08T04:33:13.222Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3045 | 2026-03-08T04:33:13.222Z | |
| 3046 | 2026-03-08T04:33:13.222Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe) |
| 3047 | 2026-03-08T04:33:13.222Z | |
| 3048 | 2026-03-08T04:33:13.222Z | running 0 tests |
| 3049 | 2026-03-08T04:33:13.222Z | |
| 3050 | 2026-03-08T04:33:13.222Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3051 | 2026-03-08T04:33:13.222Z | |
| 3052 | 2026-03-08T04:33:13.222Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3053 | 2026-03-08T04:33:13.222Z | |
| 3054 | 2026-03-08T04:33:13.222Z | running 12 tests |
| 3055 | 2026-03-08T04:33:13.222Z | test icmp::test_v6_checksum ... ok |
| 3056 | 2026-03-08T04:33:13.222Z | test icmp::test_v4_checksum ... ok |
| 3057 | 2026-03-08T04:33:13.222Z | test lldp::test_lldp_parse ... ok |
| 3058 | 2026-03-08T04:33:13.222Z | test ipv6::test_ipv6_parse ... ok |
| 3059 | 2026-03-08T04:33:13.222Z | test pbuf::test_byte ... ok |
| 3060 | 2026-03-08T04:33:13.222Z | test pbuf::test_nibble ... ok |
| 3061 | 2026-03-08T04:33:13.222Z | test pbuf::test_overflow ... ok |
| 3062 | 2026-03-08T04:33:13.222Z | test pbuf::test_short ... ok |
| 3063 | 2026-03-08T04:33:13.222Z | test pbuf::test_twelve ... ok |
| 3064 | 2026-03-08T04:33:13.222Z | test pbuf::test_word ... ok |
| 3065 | 2026-03-08T04:33:13.222Z | test tcp::test_checksum_ack_data ... ok |
| 3066 | 2026-03-08T04:33:13.222Z | test tcp::test_checksum_syn_nodata ... ok |
| 3067 | 2026-03-08T04:33:13.222Z | |
| 3068 | 2026-03-08T04:33:13.222Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3069 | 2026-03-08T04:33:13.222Z | |
| 3070 | 2026-03-08T04:33:13.222Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3071 | 2026-03-08T04:33:13.247Z | |
| 3072 | 2026-03-08T04:33:13.247Z | running 0 tests |
| 3073 | 2026-03-08T04:33:13.247Z | |
| 3074 | 2026-03-08T04:33:13.247Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3075 | 2026-03-08T04:33:13.247Z | |
| 3076 | 2026-03-08T04:33:13.247Z | Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa) |
| 3077 | 2026-03-08T04:33:13.247Z | |
| 3078 | 2026-03-08T04:33:13.247Z | running 4 tests |
| 3079 | 2026-03-08T04:33:13.247Z | test switchport::test::test_compute_lanes ... ok |
| 3080 | 2026-03-08T04:33:13.272Z | test switchport::test::port_id_ordering ... ok |
| 3081 | 2026-03-08T04:33:13.272Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3082 | 2026-03-08T04:33:13.272Z | State: Activated Lane 0Activated Activated Lane 1 ActivatedLane 2 |
| 3083 | 2026-03-08T04:33:13.272Z | Rx Output Enabled: false Lane 3false |
| 3084 | 2026-03-08T04:33:13.272Z | false Rx Loss-of-lock: Yes falseYes |
| 3085 | 2026-03-08T04:33:13.272Z | Yes Rx Output Status: valid validYes |
| 3086 | 2026-03-08T04:33:13.272Z | valid valid |
| 3087 | 2026-03-08T04:33:13.272Z | Rx Loss-of-signal: Yes Rx Loss-of-lock: true Yes true Yes Yestrue |
| 3088 | 2026-03-08T04:33:13.272Z | true |
| 3089 | 2026-03-08T04:33:13.272Z | Rx CDR Enabled: Yes Rx Loss-of-signal: false Yes falseYes falseYes |
| 3090 | 2026-03-08T04:33:13.272Z | false |
| 3091 | 2026-03-08T04:33:13.272Z | Tx Enabled: YesRx Auto-squelch Disable: true trueYes true true |
| 3092 | 2026-03-08T04:33:13.273Z | Yes Tx Output Enabled: true trueYes |
| 3093 | 2026-03-08T04:33:13.273Z | Tx Loss-of-lock: No Notrue true |
| 3094 | 2026-03-08T04:33:13.273Z | Tx Output Status: invalid Noinvalid No |
| 3095 | 2026-03-08T04:33:13.273Z | invalid Tx Loss-of-signal: Noinvalid |
| 3096 | 2026-03-08T04:33:13.273Z | Tx Loss-of-lock: false Nofalse false false |
| 3097 | 2026-03-08T04:33:13.273Z | No Tx Loss-of-signal: true true No |
| 3098 | 2026-03-08T04:33:13.273Z | true Tx CDR Enabled: No true |
| 3099 | 2026-03-08T04:33:13.273Z | NoTx Auto-squelch Disable: false falseNo No |
| 3100 | 2026-03-08T04:33:13.273Z | false false |
| 3101 | 2026-03-08T04:33:13.273Z | Tx Adaptive EQ Fault: No Tx Adaptive EQ Fail: trueNo Notrue Notrue |
| 3102 | 2026-03-08T04:33:13.273Z | true |
| 3103 | 2026-03-08T04:33:13.273Z | Tx Fault: Yes Tx Failure: false Yes falseYes falseYes |
| 3104 | 2026-03-08T04:33:13.273Z | false |
| 3105 | 2026-03-08T04:33:13.273Z | Tx Force Squelch: true true true true |
| 3106 | 2026-03-08T04:33:13.273Z | Tx Input Polarity: normal normal normal normal |
| 3107 | 2026-03-08T04:33:13.273Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3108 | 2026-03-08T04:33:13.273Z | test switchport::test::test_print_sff_datapath ... ok |
| 3109 | 2026-03-08T04:33:13.273Z | |
| 3110 | 2026-03-08T04:33:13.273Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3111 | 2026-03-08T04:33:13.273Z | |
| 3112 | 2026-03-08T04:33:13.273Z | Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209) |
| 3113 | 2026-03-08T04:33:13.273Z | |
| 3114 | 2026-03-08T04:33:13.273Z | running 1 test |
| 3115 | 2026-03-08T04:33:13.273Z | test test_p4_counter_list ... ignored |
| 3116 | 2026-03-08T04:33:13.273Z | |
| 3117 | 2026-03-08T04:33:13.273Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3118 | 2026-03-08T04:33:13.273Z | |
| 3119 | 2026-03-08T04:33:13.273Z | Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45) |
| 3120 | 2026-03-08T04:33:13.273Z | |
| 3121 | 2026-03-08T04:33:13.273Z | running 5 tests |
| 3122 | 2026-03-08T04:33:13.298Z | test test_an ... ignored |
| 3123 | 2026-03-08T04:33:13.298Z | test test_enable ... ignored |
| 3124 | 2026-03-08T04:33:13.298Z | test test_ip_addresses ... ignored |
| 3125 | 2026-03-08T04:33:13.298Z | test test_kr ... ignored |
| 3126 | 2026-03-08T04:33:13.298Z | test test_mac ... ignored |
| 3127 | 2026-03-08T04:33:13.298Z | |
| 3128 | 2026-03-08T04:33:13.299Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3129 | 2026-03-08T04:33:13.299Z | |
| 3130 | 2026-03-08T04:33:13.299Z | Running unittests src/main.rs (target/debug/deps/tfportd-37e7e1f15a73414d) |
| 3131 | 2026-03-08T04:33:13.299Z | |
| 3132 | 2026-03-08T04:33:13.299Z | running 3 tests |
| 3133 | 2026-03-08T04:33:13.299Z | test linklocal::test_parse_ipadm ... ok |
| 3134 | 2026-03-08T04:33:13.299Z | test tfport::test_parse_tfport ... ok |
| 3135 | 2026-03-08T04:33:13.299Z | test config::tests::test_updates ... ok |
| 3136 | 2026-03-08T04:33:13.299Z | |
| 3137 | 2026-03-08T04:33:13.299Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3138 | 2026-03-08T04:33:13.299Z | |
| 3139 | 2026-03-08T04:33:13.299Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3140 | 2026-03-08T04:33:13.299Z | |
| 3141 | 2026-03-08T04:33:13.299Z | running 0 tests |
| 3142 | 2026-03-08T04:33:13.299Z | |
| 3143 | 2026-03-08T04:33:13.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3144 | 2026-03-08T04:33:13.299Z | |
| 3145 | 2026-03-08T04:33:13.299Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3146 | 2026-03-08T04:33:13.299Z | |
| 3147 | 2026-03-08T04:33:13.299Z | running 0 tests |
| 3148 | 2026-03-08T04:33:13.299Z | |
| 3149 | 2026-03-08T04:33:13.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3150 | 2026-03-08T04:33:13.299Z | |
| 3151 | 2026-03-08T04:33:13.299Z | Doc-tests aal |
| 3152 | 2026-03-08T04:33:13.497Z | |
| 3153 | 2026-03-08T04:33:13.497Z | running 0 tests |
| 3154 | 2026-03-08T04:33:13.497Z | |
| 3155 | 2026-03-08T04:33:13.497Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3156 | 2026-03-08T04:33:13.497Z | |
| 3157 | 2026-03-08T04:33:13.528Z | Doc-tests aal_macros |
| 3158 | 2026-03-08T04:33:13.655Z | |
| 3159 | 2026-03-08T04:33:13.655Z | running 0 tests |
| 3160 | 2026-03-08T04:33:13.655Z | |
| 3161 | 2026-03-08T04:33:13.655Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3162 | 2026-03-08T04:33:13.655Z | |
| 3163 | 2026-03-08T04:33:13.679Z | Doc-tests common |
| 3164 | 2026-03-08T04:33:14.076Z | |
| 3165 | 2026-03-08T04:33:14.076Z | running 0 tests |
| 3166 | 2026-03-08T04:33:14.076Z | |
| 3167 | 2026-03-08T04:33:14.076Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3168 | 2026-03-08T04:33:14.076Z | |
| 3169 | 2026-03-08T04:33:14.109Z | Doc-tests dpd_api |
| 3170 | 2026-03-08T04:33:16.098Z | |
| 3171 | 2026-03-08T04:33:16.098Z | running 2 tests |
| 3172 | 2026-03-08T04:33:16.098Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3173 | 2026-03-08T04:33:16.098Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3174 | 2026-03-08T04:33:16.098Z | |
| 3175 | 2026-03-08T04:33:16.098Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-03-08T04:33:16.098Z | |
| 3177 | 2026-03-08T04:33:16.164Z | Doc-tests dpd_client |
| 3178 | 2026-03-08T04:33:18.446Z | |
| 3179 | 2026-03-08T04:33:18.446Z | running 0 tests |
| 3180 | 2026-03-08T04:33:18.446Z | |
| 3181 | 2026-03-08T04:33:18.446Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-03-08T04:33:18.446Z | |
| 3183 | 2026-03-08T04:33:18.513Z | Doc-tests dpd_types |
| 3184 | 2026-03-08T04:33:19.092Z | |
| 3185 | 2026-03-08T04:33:19.093Z | running 0 tests |
| 3186 | 2026-03-08T04:33:19.093Z | |
| 3187 | 2026-03-08T04:33:19.093Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3188 | 2026-03-08T04:33:19.093Z | |
| 3189 | 2026-03-08T04:33:19.140Z | Doc-tests packet |
| 3190 | 2026-03-08T04:33:19.333Z | |
| 3191 | 2026-03-08T04:33:19.334Z | running 0 tests |
| 3192 | 2026-03-08T04:33:19.334Z | |
| 3193 | 2026-03-08T04:33:19.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3194 | 2026-03-08T04:33:19.334Z | |
| 3195 | 2026-03-08T04:33:19.362Z | Doc-tests pcap |
| 3196 | 2026-03-08T04:33:19.456Z | |
| 3197 | 2026-03-08T04:33:19.456Z | running 0 tests |
| 3198 | 2026-03-08T04:33:19.456Z | |
| 3199 | 2026-03-08T04:33:19.481Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3200 | 2026-03-08T04:33:19.481Z | |
| 3201 | 2026-03-08T04:33:19.535Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3202 | 2026-03-08T04:33:19.535Z | + RUST_BACKTRACE=full |
| 3203 | 2026-03-08T04:33:19.535Z | + cargo test --features chaos --no-fail-fast |
| 3204 | 2026-03-08T04:33:20.747Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3205 | 2026-03-08T04:33:20.779Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3206 | 2026-03-08T04:33:20.803Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3207 | 2026-03-08T04:33:36.679Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3208 | 2026-03-08T04:33:37.024Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3209 | 2026-03-08T04:34:29.688Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 3210 | 2026-03-08T04:34:29.812Z | Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d) |
| 3211 | 2026-03-08T04:34:29.836Z | |
| 3212 | 2026-03-08T04:34:29.836Z | running 5 tests |
| 3213 | 2026-03-08T04:34:29.837Z | test fuse::tests::chip_revision_b0 ... ok |
| 3214 | 2026-03-08T04:34:29.837Z | test fuse::tests::chip_revision_a0 ... ok |
| 3215 | 2026-03-08T04:34:29.837Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3216 | 2026-03-08T04:34:29.837Z | test fuse::tests::chip_revision_b1 ... ok |
| 3217 | 2026-03-08T04:34:29.837Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3218 | 2026-03-08T04:34:29.837Z | |
| 3219 | 2026-03-08T04:34:29.837Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3220 | 2026-03-08T04:34:29.837Z | |
| 3221 | 2026-03-08T04:34:29.837Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8) |
| 3222 | 2026-03-08T04:34:29.837Z | |
| 3223 | 2026-03-08T04:34:29.837Z | running 0 tests |
| 3224 | 2026-03-08T04:34:29.837Z | |
| 3225 | 2026-03-08T04:34:29.837Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3226 | 2026-03-08T04:34:29.837Z | |
| 3227 | 2026-03-08T04:34:29.837Z | Running unittests src/lib.rs (target/debug/deps/asic-13ed8881661abd05) |
| 3228 | 2026-03-08T04:34:29.837Z | |
| 3229 | 2026-03-08T04:34:29.837Z | running 0 tests |
| 3230 | 2026-03-08T04:34:29.837Z | |
| 3231 | 2026-03-08T04:34:29.837Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3232 | 2026-03-08T04:34:29.837Z | |
| 3233 | 2026-03-08T04:34:29.837Z | Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8) |
| 3234 | 2026-03-08T04:34:29.861Z | |
| 3235 | 2026-03-08T04:34:29.861Z | running 10 tests |
| 3236 | 2026-03-08T04:34:29.861Z | test network::tests::test_equal ... ok |
| 3237 | 2026-03-08T04:34:29.861Z | test network::tests::test_eui64 ... ok |
| 3238 | 2026-03-08T04:34:29.861Z | test nat::tests::test_vni ... ok |
| 3239 | 2026-03-08T04:34:29.862Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3240 | 2026-03-08T04:34:29.862Z | test network::tests::test_into ... ok |
| 3241 | 2026-03-08T04:34:29.862Z | test network::tests::test_not_equal ... ok |
| 3242 | 2026-03-08T04:34:29.862Z | test network::tests::test_to_string ... ok |
| 3243 | 2026-03-08T04:34:29.862Z | test network::tests::test_parse ... ok |
| 3244 | 2026-03-08T04:34:29.862Z | test test_purge ... ok |
| 3245 | 2026-03-08T04:34:29.862Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3246 | 2026-03-08T04:34:29.862Z | |
| 3247 | 2026-03-08T04:34:29.862Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3248 | 2026-03-08T04:34:29.862Z | |
| 3249 | 2026-03-08T04:34:29.862Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0f783ce3d5c93e6a) |
| 3250 | 2026-03-08T04:34:29.886Z | |
| 3251 | 2026-03-08T04:34:29.886Z | running 1 test |
| 3252 | 2026-03-08T04:34:32.971Z | test test::test_apis_up_to_date ... ok |
| 3253 | 2026-03-08T04:34:32.971Z | |
| 3254 | 2026-03-08T04:34:32.971Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.08s |
| 3255 | 2026-03-08T04:34:32.971Z | |
| 3256 | 2026-03-08T04:34:33.036Z | Running unittests src/main.rs (target/debug/deps/dpd-23ac965eb82549e2) |
| 3257 | 2026-03-08T04:34:33.061Z | |
| 3258 | 2026-03-08T04:34:33.061Z | running 18 tests |
| 3259 | 2026-03-08T04:34:33.061Z | test freemap::test_ordering ... ok |
| 3260 | 2026-03-08T04:34:33.061Z | test freemap::test_split ... ok |
| 3261 | 2026-03-08T04:34:33.061Z | test config::tests::test_updates ... ok |
| 3262 | 2026-03-08T04:34:33.061Z | test macaddrs::tests::test_mac_offset ... ok |
| 3263 | 2026-03-08T04:34:33.061Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3264 | 2026-03-08T04:34:33.061Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3265 | 2026-03-08T04:34:33.061Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3266 | 2026-03-08T04:34:33.061Z | test nat::test_mapping ... ok |
| 3267 | 2026-03-08T04:34:33.061Z | test port_map::tests::dump_map ... ok |
| 3268 | 2026-03-08T04:34:33.061Z | test port_map::tests::test_backplane_group ... ok |
| 3269 | 2026-03-08T04:34:33.061Z | test port_map::tests::test_port_map ... ok |
| 3270 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.997 DEBG created new freemap, unit: freemap_test |
| 3271 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.997 DEBG initted freemap. size: 128, unit: freemap_test |
| 3272 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.997 DEBG reset freemap, unit: freemap_test |
| 3273 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG created new freemap, unit: freemap_test |
| 3274 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG initted freemap. size: 128, unit: freemap_test |
| 3275 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG reset freemap, unit: freemap_test |
| 3276 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG created new freemap, unit: freemap_test |
| 3277 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG initted freemap. size: 128, unit: freemap_test |
| 3278 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG reset freemap, unit: freemap_test |
| 3279 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG created new freemap, unit: freemap_test |
| 3280 | 2026-03-08T04:34:33.061Z | test freemap::test_reclaim ... ok |
| 3281 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG initted freemap. size: 128, unit: freemap_test |
| 3282 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.998 DEBG reset freemap, unit: freemap_test |
| 3283 | 2026-03-08T04:34:33.061Z | test freemap::test_exhaustion ... ok |
| 3284 | 2026-03-08T04:34:33.061Z | test freemap::test_free ... ok |
| 3285 | 2026-03-08T04:34:33.061Z | test freemap::test_basic ... ok |
| 3286 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.999 DEBG created new freemap, unit: freemap_test |
| 3287 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.999 DEBG initted freemap. size: 128, unit: freemap_test |
| 3288 | 2026-03-08T04:34:33.061Z | Mar 08 04:34:32.999 DEBG reset freemap, unit: freemap_test |
| 3289 | 2026-03-08T04:34:33.061Z | test freemap::test_span ... ok |
| 3290 | 2026-03-08T04:34:33.062Z | test api_server::tests::test_build_info ... ok |
| 3291 | 2026-03-08T04:34:33.062Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3292 | 2026-03-08T04:34:33.062Z | |
| 3293 | 2026-03-08T04:34:33.062Z | test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3294 | 2026-03-08T04:34:33.062Z | |
| 3295 | 2026-03-08T04:34:33.087Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7f7cd0a040d7d945) |
| 3296 | 2026-03-08T04:34:33.087Z | |
| 3297 | 2026-03-08T04:34:33.087Z | running 0 tests |
| 3298 | 2026-03-08T04:34:33.087Z | |
| 3299 | 2026-03-08T04:34:33.087Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3300 | 2026-03-08T04:34:33.087Z | |
| 3301 | 2026-03-08T04:34:33.087Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-513fa6c2a7080978) |
| 3302 | 2026-03-08T04:34:33.087Z | |
| 3303 | 2026-03-08T04:34:33.087Z | running 0 tests |
| 3304 | 2026-03-08T04:34:33.087Z | |
| 3305 | 2026-03-08T04:34:33.087Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3306 | 2026-03-08T04:34:33.087Z | |
| 3307 | 2026-03-08T04:34:33.087Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-aebf87b370e5ad17) |
| 3308 | 2026-03-08T04:34:33.087Z | |
| 3309 | 2026-03-08T04:34:33.087Z | running 6 tests |
| 3310 | 2026-03-08T04:34:33.113Z | test tests::test_full_lot_id_neither_present ... ok |
| 3311 | 2026-03-08T04:34:33.113Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3312 | 2026-03-08T04:34:33.113Z | test tests::test_full_lot_id_both_present ... ok |
| 3313 | 2026-03-08T04:34:33.113Z | test tests::test_port_id_cmp ... ok |
| 3314 | 2026-03-08T04:34:33.113Z | test tests::test_parse_client_port_id ... ok |
| 3315 | 2026-03-08T04:34:33.113Z | test tests::test_full_lot_id_lot_only ... ok |
| 3316 | 2026-03-08T04:34:33.113Z | |
| 3317 | 2026-03-08T04:34:33.113Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3318 | 2026-03-08T04:34:33.113Z | |
| 3319 | 2026-03-08T04:34:33.113Z | Running tests/test_all.rs (target/debug/deps/test_all-eb21f1bec2bd0646) |
| 3320 | 2026-03-08T04:34:33.114Z | |
| 3321 | 2026-03-08T04:34:33.114Z | running 6 tests |
| 3322 | 2026-03-08T04:34:36.118Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3323 | 2026-03-08T04:34:36.142Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3324 | 2026-03-08T04:34:36.142Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3325 | 2026-03-08T04:34:36.143Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3326 | 2026-03-08T04:34:36.537Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3327 | 2026-03-08T04:34:39.812Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3328 | 2026-03-08T04:34:39.813Z | |
| 3329 | 2026-03-08T04:34:39.813Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.72s |
| 3330 | 2026-03-08T04:34:39.813Z | |
| 3331 | 2026-03-08T04:34:39.837Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65) |
| 3332 | 2026-03-08T04:34:39.837Z | |
| 3333 | 2026-03-08T04:34:39.837Z | running 0 tests |
| 3334 | 2026-03-08T04:34:39.837Z | |
| 3335 | 2026-03-08T04:34:39.837Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3336 | 2026-03-08T04:34:39.837Z | |
| 3337 | 2026-03-08T04:34:39.884Z | Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752) |
| 3338 | 2026-03-08T04:34:39.884Z | |
| 3339 | 2026-03-08T04:34:39.884Z | running 12 tests |
| 3340 | 2026-03-08T04:34:39.884Z | test lldp::test_lldp_parse ... ok |
| 3341 | 2026-03-08T04:34:39.884Z | test icmp::test_v6_checksum ... ok |
| 3342 | 2026-03-08T04:34:39.884Z | test icmp::test_v4_checksum ... ok |
| 3343 | 2026-03-08T04:34:39.884Z | test pbuf::test_byte ... ok |
| 3344 | 2026-03-08T04:34:39.884Z | test ipv6::test_ipv6_parse ... ok |
| 3345 | 2026-03-08T04:34:39.884Z | test pbuf::test_nibble ... ok |
| 3346 | 2026-03-08T04:34:39.884Z | test pbuf::test_overflow ... ok |
| 3347 | 2026-03-08T04:34:39.884Z | test pbuf::test_short ... ok |
| 3348 | 2026-03-08T04:34:39.884Z | test pbuf::test_twelve ... ok |
| 3349 | 2026-03-08T04:34:39.884Z | test pbuf::test_word ... ok |
| 3350 | 2026-03-08T04:34:39.885Z | test tcp::test_checksum_syn_nodata ... ok |
| 3351 | 2026-03-08T04:34:39.885Z | test tcp::test_checksum_ack_data ... ok |
| 3352 | 2026-03-08T04:34:39.885Z | |
| 3353 | 2026-03-08T04:34:39.885Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3354 | 2026-03-08T04:34:39.885Z | |
| 3355 | 2026-03-08T04:34:39.885Z | Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e) |
| 3356 | 2026-03-08T04:34:39.885Z | |
| 3357 | 2026-03-08T04:34:39.885Z | running 0 tests |
| 3358 | 2026-03-08T04:34:39.885Z | |
| 3359 | 2026-03-08T04:34:39.885Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3360 | 2026-03-08T04:34:39.885Z | |
| 3361 | 2026-03-08T04:34:39.885Z | Running unittests src/main.rs (target/debug/deps/swadm-2133c2de568e9037) |
| 3362 | 2026-03-08T04:34:39.885Z | |
| 3363 | 2026-03-08T04:34:39.885Z | running 4 tests |
| 3364 | 2026-03-08T04:34:39.885Z | test switchport::test::test_compute_lanes ... ok |
| 3365 | 2026-03-08T04:34:39.885Z | test switchport::test::port_id_ordering ... ok |
| 3366 | 2026-03-08T04:34:39.885Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3367 | 2026-03-08T04:34:39.885Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3368 | 2026-03-08T04:34:39.885Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3369 | 2026-03-08T04:34:39.885Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3370 | 2026-03-08T04:34:39.885Z | Tx Enabled: Yes Yes Yes Yes |
| 3371 | 2026-03-08T04:34:39.885Z | Tx Loss-of-lock: No No No No |
| 3372 | 2026-03-08T04:34:39.885Z | Tx Loss-of-signal: No No No No |
| 3373 | 2026-03-08T04:34:39.885Z | Tx CDR Enabled: No No No No |
| 3374 | 2026-03-08T04:34:39.885Z | Tx Adaptive EQ Fault: No No No No |
| 3375 | 2026-03-08T04:34:39.885Z | Tx Fault: Yes Yes Yes Yes |
| 3376 | 2026-03-08T04:34:39.885Z | test switchport::test::test_print_sff_datapath ... ok |
| 3377 | 2026-03-08T04:34:39.885Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3378 | 2026-03-08T04:34:39.885Z | State: Activated Activated Activated Activated |
| 3379 | 2026-03-08T04:34:39.885Z | Rx Output Enabled: false false false false |
| 3380 | 2026-03-08T04:34:39.885Z | Rx Output Status: valid valid valid valid |
| 3381 | 2026-03-08T04:34:39.885Z | Rx Loss-of-lock: true true true true |
| 3382 | 2026-03-08T04:34:39.885Z | Rx Loss-of-signal: false false false false |
| 3383 | 2026-03-08T04:34:39.885Z | Rx Auto-squelch Disable: true true true true |
| 3384 | 2026-03-08T04:34:39.885Z | Tx Output Enabled: true true true true |
| 3385 | 2026-03-08T04:34:39.885Z | Tx Output Status: invalid invalid invalid invalid |
| 3386 | 2026-03-08T04:34:39.885Z | Tx Loss-of-lock: false false false false |
| 3387 | 2026-03-08T04:34:39.885Z | Tx Loss-of-signal: true true true true |
| 3388 | 2026-03-08T04:34:39.885Z | Tx Auto-squelch Disable: false false false false |
| 3389 | 2026-03-08T04:34:39.885Z | Tx Adaptive EQ Fail: true true true true |
| 3390 | 2026-03-08T04:34:39.886Z | Tx Failure: false false false false |
| 3391 | 2026-03-08T04:34:39.886Z | Tx Force Squelch: true true true true |
| 3392 | 2026-03-08T04:34:39.886Z | Tx Input Polarity: normal normal normal normal |
| 3393 | 2026-03-08T04:34:39.886Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3394 | 2026-03-08T04:34:39.886Z | |
| 3395 | 2026-03-08T04:34:39.886Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3396 | 2026-03-08T04:34:39.886Z | |
| 3397 | 2026-03-08T04:34:39.886Z | Running tests/counters.rs (target/debug/deps/counters-3bafc2b63c4bdc8e) |
| 3398 | 2026-03-08T04:34:39.886Z | |
| 3399 | 2026-03-08T04:34:39.886Z | running 1 test |
| 3400 | 2026-03-08T04:34:39.886Z | test test_p4_counter_list ... ignored |
| 3401 | 2026-03-08T04:34:39.886Z | |
| 3402 | 2026-03-08T04:34:39.886Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3403 | 2026-03-08T04:34:39.886Z | |
| 3404 | 2026-03-08T04:34:39.886Z | Running tests/port-link.rs (target/debug/deps/port_link-4679af1143aba65a) |
| 3405 | 2026-03-08T04:34:39.921Z | |
| 3406 | 2026-03-08T04:34:39.921Z | running 5 tests |
| 3407 | 2026-03-08T04:34:39.921Z | test test_an ... ignored |
| 3408 | 2026-03-08T04:34:39.921Z | test test_enable ... ignored |
| 3409 | 2026-03-08T04:34:39.921Z | test test_ip_addresses ... ignored |
| 3410 | 2026-03-08T04:34:39.921Z | test test_kr ... ignored |
| 3411 | 2026-03-08T04:34:39.921Z | test test_mac ... ignored |
| 3412 | 2026-03-08T04:34:39.921Z | |
| 3413 | 2026-03-08T04:34:39.921Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3414 | 2026-03-08T04:34:39.921Z | |
| 3415 | 2026-03-08T04:34:39.921Z | Running unittests src/main.rs (target/debug/deps/tfportd-40270ce48812325a) |
| 3416 | 2026-03-08T04:34:39.921Z | |
| 3417 | 2026-03-08T04:34:39.921Z | running 3 tests |
| 3418 | 2026-03-08T04:34:39.921Z | test linklocal::test_parse_ipadm ... ok |
| 3419 | 2026-03-08T04:34:39.921Z | test config::tests::test_updates ... ok |
| 3420 | 2026-03-08T04:34:39.921Z | test tfport::test_parse_tfport ... ok |
| 3421 | 2026-03-08T04:34:39.921Z | |
| 3422 | 2026-03-08T04:34:39.921Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3423 | 2026-03-08T04:34:39.921Z | |
| 3424 | 2026-03-08T04:34:39.921Z | Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291) |
| 3425 | 2026-03-08T04:34:39.921Z | |
| 3426 | 2026-03-08T04:34:39.921Z | running 0 tests |
| 3427 | 2026-03-08T04:34:39.922Z | |
| 3428 | 2026-03-08T04:34:39.922Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3429 | 2026-03-08T04:34:39.922Z | |
| 3430 | 2026-03-08T04:34:39.922Z | Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49) |
| 3431 | 2026-03-08T04:34:39.922Z | |
| 3432 | 2026-03-08T04:34:39.922Z | running 0 tests |
| 3433 | 2026-03-08T04:34:39.922Z | |
| 3434 | 2026-03-08T04:34:39.922Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3435 | 2026-03-08T04:34:39.922Z | |
| 3436 | 2026-03-08T04:34:39.922Z | Doc-tests aal |
| 3437 | 2026-03-08T04:34:40.081Z | |
| 3438 | 2026-03-08T04:34:40.081Z | running 0 tests |
| 3439 | 2026-03-08T04:34:40.081Z | |
| 3440 | 2026-03-08T04:34:40.081Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3441 | 2026-03-08T04:34:40.081Z | |
| 3442 | 2026-03-08T04:34:40.107Z | Doc-tests aal_macros |
| 3443 | 2026-03-08T04:34:40.233Z | |
| 3444 | 2026-03-08T04:34:40.233Z | running 0 tests |
| 3445 | 2026-03-08T04:34:40.233Z | |
| 3446 | 2026-03-08T04:34:40.233Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3447 | 2026-03-08T04:34:40.233Z | |
| 3448 | 2026-03-08T04:34:40.258Z | Doc-tests common |
| 3449 | 2026-03-08T04:34:40.647Z | |
| 3450 | 2026-03-08T04:34:40.647Z | running 0 tests |
| 3451 | 2026-03-08T04:34:40.647Z | |
| 3452 | 2026-03-08T04:34:40.647Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3453 | 2026-03-08T04:34:40.647Z | |
| 3454 | 2026-03-08T04:34:40.681Z | Doc-tests dpd_api |
| 3455 | 2026-03-08T04:34:42.604Z | |
| 3456 | 2026-03-08T04:34:42.604Z | running 2 tests |
| 3457 | 2026-03-08T04:34:42.604Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 99) ... ignored |
| 3458 | 2026-03-08T04:34:42.604Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 105) ... ignored |
| 3459 | 2026-03-08T04:34:42.604Z | |
| 3460 | 2026-03-08T04:34:42.604Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3461 | 2026-03-08T04:34:42.604Z | |
| 3462 | 2026-03-08T04:34:42.670Z | Doc-tests dpd_client |
| 3463 | 2026-03-08T04:34:44.935Z | |
| 3464 | 2026-03-08T04:34:44.935Z | running 0 tests |
| 3465 | 2026-03-08T04:34:44.935Z | |
| 3466 | 2026-03-08T04:34:44.935Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3467 | 2026-03-08T04:34:44.935Z | |
| 3468 | 2026-03-08T04:34:45.005Z | Doc-tests dpd_types |
| 3469 | 2026-03-08T04:34:45.572Z | |
| 3470 | 2026-03-08T04:34:45.572Z | running 0 tests |
| 3471 | 2026-03-08T04:34:45.572Z | |
| 3472 | 2026-03-08T04:34:45.573Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3473 | 2026-03-08T04:34:45.573Z | |
| 3474 | 2026-03-08T04:34:45.619Z | Doc-tests packet |
| 3475 | 2026-03-08T04:34:45.809Z | |
| 3476 | 2026-03-08T04:34:45.809Z | running 0 tests |
| 3477 | 2026-03-08T04:34:45.809Z | |
| 3478 | 2026-03-08T04:34:45.809Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3479 | 2026-03-08T04:34:45.810Z | |
| 3480 | 2026-03-08T04:34:45.837Z | Doc-tests pcap |
| 3481 | 2026-03-08T04:34:45.927Z | |
| 3482 | 2026-03-08T04:34:45.927Z | running 0 tests |
| 3483 | 2026-03-08T04:34:45.927Z | |
| 3484 | 2026-03-08T04:34:45.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3485 | 2026-03-08T04:34:45.927Z | |
| 3486 | 2026-03-08T04:34:46.005Z | process exited: duration 1119041 ms, exit code 0 |
| |
| 3487 | 2026-03-08T04:34:46.056Z | found 0 output files |