|
|
|
| 1 | 2026-05-21T04:09:29.256Z | job assigned to worker 01KS4BH5RA4CKMMBYE5SS61J82 [factory aws, i-06eefd51ee198732d] (queued for 51 s) |
| |
| 2 | 2026-05-21T04:09:36.394Z | starting task 0: "setup" |
| 3 | 2026-05-21T04:09:36.400Z | ++ uname -s |
| 4 | 2026-05-21T04:09:36.403Z | + kern=SunOS |
| 5 | 2026-05-21T04:09:36.403Z | + build_user=build |
| 6 | 2026-05-21T04:09:36.404Z | + build_uid=12345 |
| 7 | 2026-05-21T04:09:36.404Z | + work_dir=/work |
| 8 | 2026-05-21T04:09:36.404Z | + input_dir=/input |
| 9 | 2026-05-21T04:09:36.404Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T04:09:36.404Z | + case "$kern" in |
| 11 | 2026-05-21T04:09:36.404Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T04:09:36.412Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T04:09:38.417Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T04:09:38.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T04:09:38.467Z | + home_fs=zfs |
| 16 | 2026-05-21T04:09:38.467Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T04:09:38.467Z | + mkdir -p /home/build |
| 18 | 2026-05-21T04:09:38.467Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T04:09:40.468Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T04:09:40.471Z | process exited: duration 4073 ms, exit code 0 |
| |
| 21 | 2026-05-21T04:09:40.477Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T04:09:40.482Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-21T04:09:40.482Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T04:09:40.485Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-21T04:09:40.485Z | * rust toolchain channel = "1.90.0" |
| 26 | 2026-05-21T04:09:40.485Z | * rust toolchain profile = "default" |
| 27 | 2026-05-21T04:09:40.485Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T04:09:40.485Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T04:09:40.485Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-21T04:09:40.588Z | info: downloading installer |
| 31 | 2026-05-21T04:09:42.020Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T04:09:42.020Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T04:09:42.020Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T04:09:42.020Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T04:09:42.031Z | info: profile set to default |
| 36 | 2026-05-21T04:09:42.031Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T04:09:42.034Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T04:09:42.183Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-05-21T04:09:42.186Z | info: downloading 6 components |
| 40 | 2026-05-21T04:09:56.276Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T04:09:56.276Z | |
| 42 | 2026-05-21T04:09:56.306Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-05-21T04:09:56.306Z | |
| 44 | 2026-05-21T04:09:56.306Z | |
| 45 | 2026-05-21T04:09:56.306Z | Rust is installed now. Great! |
| 46 | 2026-05-21T04:09:56.306Z | |
| 47 | 2026-05-21T04:09:56.306Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T04:09:56.306Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T04:09:56.306Z | |
| 50 | 2026-05-21T04:09:56.306Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T04:09:56.306Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T04:09:56.306Z | |
| 53 | 2026-05-21T04:09:56.306Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T04:09:56.310Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T04:09:56.310Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T04:09:56.310Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T04:09:56.311Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T04:09:56.311Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T04:09:56.311Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T04:09:56.311Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T04:09:56.311Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T04:09:56.400Z | + rustup --version |
| 63 | 2026-05-21T04:09:56.413Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T04:09:56.416Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T04:09:56.433Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-05-21T04:09:56.436Z | + cargo --version |
| 67 | 2026-05-21T04:09:56.447Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-05-21T04:09:56.450Z | + rustc --version |
| 69 | 2026-05-21T04:09:56.470Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-05-21T04:09:56.473Z | process exited: duration 15995 ms, exit code 0 |
| |
| 71 | 2026-05-21T04:09:56.478Z | starting task 2: "authentication" |
| 72 | 2026-05-21T04:09:56.495Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-21T04:09:56.502Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T04:09:56.506Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-05-21T04:09:56.509Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-05-21T04:09:56.546Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-05-21T04:09:57.583Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-05-21T04:09:57.583Z | + git fetch origin 931a6632cf6621894ae4751809ce9639fefcdb20 |
| 79 | 2026-05-21T04:09:57.796Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-05-21T04:09:57.796Z | * branch 931a6632cf6621894ae4751809ce9639fefcdb20 -> FETCH_HEAD |
| 81 | 2026-05-21T04:09:57.803Z | + [[ -n ben/consistent-dhcpv6-duids ]] |
| 82 | 2026-05-21T04:09:57.806Z | ++ git branch --show-current |
| 83 | 2026-05-21T04:09:57.806Z | + current=main |
| 84 | 2026-05-21T04:09:57.806Z | + [[ main != ben/consistent-dhcpv6-duids ]] |
| 85 | 2026-05-21T04:09:57.806Z | + git branch -f ben/consistent-dhcpv6-duids 931a6632cf6621894ae4751809ce9639fefcdb20 |
| 86 | 2026-05-21T04:09:57.812Z | + git checkout -f ben/consistent-dhcpv6-duids |
| 87 | 2026-05-21T04:09:57.825Z | Switched to branch 'ben/consistent-dhcpv6-duids' |
| 88 | 2026-05-21T04:09:57.828Z | + git reset --hard 931a6632cf6621894ae4751809ce9639fefcdb20 |
| 89 | 2026-05-21T04:09:57.842Z | HEAD is now at 931a663 Ensure we use a stable DUID for DHCPv6 exchanges |
| 90 | 2026-05-21T04:09:57.847Z | process exited: duration 1341 ms, exit code 0 |
| |
| 91 | 2026-05-21T04:09:57.860Z | starting task 4: "build" |
| 92 | 2026-05-21T04:09:57.863Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-21T04:09:57.863Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-05-21T04:09:57.863Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-05-21T04:09:57.863Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-05-21T04:09:57.864Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-05-21T04:09:57.864Z | +++ uname -s |
| 98 | 2026-05-21T04:09:57.864Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-05-21T04:09:57.864Z | ++ SERIES=illumos |
| 100 | 2026-05-21T04:09:57.870Z | +++ uname -s |
| 101 | 2026-05-21T04:09:57.870Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-05-21T04:09:57.870Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-05-21T04:09:57.870Z | ++ rustup show active-toolchain |
| 104 | 2026-05-21T04:09:57.873Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-05-21T04:09:57.873Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-05-21T04:09:57.873Z | ++ banner 'sde setup' |
| 107 | 2026-05-21T04:09:57.873Z | |
| 108 | 2026-05-21T04:09:57.873Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-05-21T04:09:57.873Z | # # # # # # # # # # # |
| 110 | 2026-05-21T04:09:57.873Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-05-21T04:09:57.873Z | # # # # # # # # # ##### |
| 112 | 2026-05-21T04:09:57.873Z | # # # # # # # # # # # # |
| 113 | 2026-05-21T04:09:57.874Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-05-21T04:09:57.874Z | |
| 115 | 2026-05-21T04:09:57.874Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-05-21T04:09:57.874Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-05-21T04:09:57.874Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-05-21T04:09:57.874Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-05-21T04:09:57.874Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-05-21T04:09:57.879Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-05-21T04:09:57.882Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-05-21T04:09:59.023Z |
0 0 0 0 0 0 0 0 0
83 76.03M 83 63.21M 0 0 63.26M 0 00:01 00:01 63.27M
100 76.03M 100 76.03M 0 0 66.48M 0 00:01 00:01 63.27M
100 76.03M 100 76.03M 0 0 66.47M 0 00:01 00:01 63.27M
100 76.03M 100 76.03M 0 0 66.47M 0 00:01 00:01 63.27M |
| 123 | 2026-05-21T04:09:59.028Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-05-21T04:09:59.075Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-05-21T04:09:59.078Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-05-21T04:09:59.078Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-05-21T04:10:00.015Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-21T04:10:00.090Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-21T04:10:00.130Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-05-21T04:10:00.374Z | Planning: Solver setup ... Done |
| 131 | 2026-05-21T04:10:00.390Z | Planning: Running solver ... Done |
| 132 | 2026-05-21T04:10:00.394Z | Planning: Finding local manifests ... Done |
| 133 | 2026-05-21T04:10:00.397Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-05-21T04:10:00.401Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-05-21T04:10:00.415Z | Planning: Package planning ... Done |
| 136 | 2026-05-21T04:10:00.418Z | Planning: Merging actions ... Done |
| 137 | 2026-05-21T04:10:00.535Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-05-21T04:10:00.538Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-05-21T04:10:01.371Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-05-21T04:10:01.374Z | Planning: Planning completed in 1.24 seconds |
| 141 | 2026-05-21T04:10:01.378Z | Packages to install: 1 |
| 142 | 2026-05-21T04:10:01.381Z | Create boot environment: No |
| 143 | 2026-05-21T04:10:01.381Z | Create backup boot environment: No |
| 144 | 2026-05-21T04:10:01.404Z | |
| 145 | 2026-05-21T04:10:01.404Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-05-21T04:10:01.538Z | Download: Completed 75.30 MB in 0.13 seconds (559M/s) |
| 147 | 2026-05-21T04:10:01.716Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-05-21T04:10:02.678Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-05-21T04:10:02.681Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-21T04:10:02.724Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-21T04:10:02.740Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-21T04:10:05.232Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-21T04:10:05.307Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-21T04:10:05.310Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-21T04:10:05.549Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-21T04:10:05.637Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-05-21T04:10:05.637Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-05-21T04:10:05.642Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-05-21T04:10:05.642Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-05-21T04:10:05.642Z | ++ banner packages |
| 161 | 2026-05-21T04:10:05.642Z | |
| 162 | 2026-05-21T04:10:05.642Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-05-21T04:10:05.642Z | # # # # # # # # # # # # # # |
| 164 | 2026-05-21T04:10:05.642Z | # # # # # #### # # # ##### #### |
| 165 | 2026-05-21T04:10:05.642Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-05-21T04:10:05.642Z | # # # # # # # # # # # # # # |
| 167 | 2026-05-21T04:10:05.642Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-05-21T04:10:05.642Z | |
| 169 | 2026-05-21T04:10:05.642Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-05-21T04:10:05.898Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-05-21T04:10:05.900Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-05-21T04:10:06.095Z | Planning: Solver setup ... Done |
| 173 | 2026-05-21T04:10:06.114Z | Planning: Running solver ... Done |
| 174 | 2026-05-21T04:10:06.117Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-21T04:10:06.120Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-21T04:10:06.120Z | Planning: Planning completed in 0.22 seconds |
| 177 | 2026-05-21T04:10:06.134Z | No updates necessary for this image. |
| 178 | 2026-05-21T04:10:06.188Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-05-21T04:10:06.404Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-05-21T04:10:06.518Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-05-21T04:10:06.520Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-05-21T04:10:06.684Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-05-21T04:10:06.687Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-05-21T04:10:06.709Z | Mediators to change: 2 |
| 185 | 2026-05-21T04:10:06.709Z | Create boot environment: No |
| 186 | 2026-05-21T04:10:06.709Z | Create backup boot environment: No |
| 187 | 2026-05-21T04:10:06.764Z | Finalize: Updating package state database ... Done |
| 188 | 2026-05-21T04:10:06.764Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-21T04:10:06.773Z | Finalize: Updating image state ... Done |
| 190 | 2026-05-21T04:10:08.803Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-05-21T04:10:08.876Z | Finalize: Reading search index ... Done |
| 192 | 2026-05-21T04:10:08.880Z | Finalize: Updating search index ... Done |
| 193 | 2026-05-21T04:10:08.963Z | Finalize: Updating package cache ... Done |
| 194 | 2026-05-21T04:10:09.035Z | ++ cargo --version |
| 195 | 2026-05-21T04:10:09.044Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-05-21T04:10:09.047Z | ++ rustc --version |
| 197 | 2026-05-21T04:10:09.068Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-05-21T04:10:09.072Z | + banner copyrights |
| 199 | 2026-05-21T04:10:09.075Z | |
| 200 | 2026-05-21T04:10:09.075Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-05-21T04:10:09.075Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-05-21T04:10:09.075Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-05-21T04:10:09.075Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-05-21T04:10:09.075Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-05-21T04:10:09.075Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-05-21T04:10:09.075Z | |
| 207 | 2026-05-21T04:10:09.075Z | + ./tools/check_copyrights.sh |
| 208 | 2026-05-21T04:10:09.349Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-05-21T04:10:10.089Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-05-21T04:10:10.527Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-05-21T04:10:10.613Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-05-21T04:10:10.776Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-05-21T04:10:10.997Z | + banner clippy |
| 214 | 2026-05-21T04:10:11.011Z | |
| 215 | 2026-05-21T04:10:11.011Z | #### # # ##### ##### # # |
| 216 | 2026-05-21T04:10:11.011Z | # # # # # # # # # # |
| 217 | 2026-05-21T04:10:11.011Z | # # # # # # # # |
| 218 | 2026-05-21T04:10:11.011Z | # # # ##### ##### # |
| 219 | 2026-05-21T04:10:11.011Z | # # # # # # # |
| 220 | 2026-05-21T04:10:11.011Z | #### ###### # # # # |
| 221 | 2026-05-21T04:10:11.011Z | |
| 222 | 2026-05-21T04:10:11.011Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-05-21T04:10:11.011Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-05-21T04:10:11.150Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-05-21T04:10:21.053Z | Updating crates.io index |
| 226 | 2026-05-21T04:10:21.087Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-05-21T04:10:21.353Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-05-21T04:10:22.108Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-05-21T04:10:22.413Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-05-21T04:10:22.658Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-05-21T04:10:23.774Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 232 | 2026-05-21T04:10:24.247Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-05-21T04:10:24.489Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-05-21T04:10:24.809Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-05-21T04:10:25.180Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-05-21T04:10:25.409Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-05-21T04:10:25.757Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-05-21T04:10:26.427Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-05-21T04:10:26.748Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-05-21T04:10:27.125Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-05-21T04:10:27.654Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-05-21T04:10:27.943Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-05-21T04:10:28.158Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-21T04:10:28.458Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-05-21T04:10:29.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-05-21T04:10:29.429Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-05-21T04:10:29.702Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-05-21T04:10:31.073Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-05-21T04:10:31.768Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-05-21T04:10:32.203Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-05-21T04:10:33.942Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-05-21T04:10:34.583Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-05-21T04:10:34.831Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-05-21T04:10:35.335Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-05-21T04:10:36.730Z | Downloading crates ... |
| 256 | 2026-05-21T04:10:36.802Z | Downloaded async-recursion v1.1.1 |
| 257 | 2026-05-21T04:10:36.806Z | Downloaded argon2 v0.5.3 |
| 258 | 2026-05-21T04:10:36.814Z | Downloaded blake2 v0.10.6 |
| 259 | 2026-05-21T04:10:36.822Z | Downloaded equivalent v1.0.2 |
| 260 | 2026-05-21T04:10:36.825Z | Downloaded cipher v0.4.4 |
| 261 | 2026-05-21T04:10:36.829Z | Downloaded dropshot_endpoint v0.16.7 |
| 262 | 2026-05-21T04:10:36.834Z | Downloaded block-buffer v0.10.4 |
| 263 | 2026-05-21T04:10:36.834Z | Downloaded futures-macro v0.3.32 |
| 264 | 2026-05-21T04:10:36.837Z | Downloaded derive-where v1.6.0 |
| 265 | 2026-05-21T04:10:36.839Z | Downloaded http-body v1.0.1 |
| 266 | 2026-05-21T04:10:36.842Z | Downloaded globset v0.4.16 |
| 267 | 2026-05-21T04:10:36.845Z | Downloaded cfg-if v1.0.3 |
| 268 | 2026-05-21T04:10:36.845Z | Downloaded cargo-platform v0.1.9 |
| 269 | 2026-05-21T04:10:36.850Z | Downloaded httparse v1.10.1 |
| 270 | 2026-05-21T04:10:36.853Z | Downloaded enum-as-inner v0.6.1 |
| 271 | 2026-05-21T04:10:36.853Z | Downloaded deranged v0.5.3 |
| 272 | 2026-05-21T04:10:36.853Z | Downloaded chacha20 v0.9.1 |
| 273 | 2026-05-21T04:10:36.856Z | Downloaded ciborium-io v0.2.2 |
| 274 | 2026-05-21T04:10:36.859Z | Downloaded bytecount v0.6.9 |
| 275 | 2026-05-21T04:10:36.859Z | Downloaded ff v0.13.1 |
| 276 | 2026-05-21T04:10:36.862Z | Downloaded fnv v1.0.7 |
| 277 | 2026-05-21T04:10:36.866Z | Downloaded cfg_aliases v0.2.1 |
| 278 | 2026-05-21T04:10:36.867Z | Downloaded aead v0.5.2 |
| 279 | 2026-05-21T04:10:36.869Z | Downloaded atomicwrites v0.4.4 |
| 280 | 2026-05-21T04:10:36.869Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-05-21T04:10:36.872Z | Downloaded dyn-clone v1.0.20 |
| 282 | 2026-05-21T04:10:36.872Z | Downloaded chacha20poly1305 v0.10.1 |
| 283 | 2026-05-21T04:10:36.879Z | Downloaded embedded-io v0.4.0 |
| 284 | 2026-05-21T04:10:36.882Z | Downloaded constant_time_eq v0.3.1 |
| 285 | 2026-05-21T04:10:36.882Z | Downloaded defmt-parser v1.0.0 |
| 286 | 2026-05-21T04:10:36.882Z | Downloaded crucible-workspace-hack v0.1.0 |
| 287 | 2026-05-21T04:10:36.885Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-05-21T04:10:36.885Z | Downloaded embedded-io v0.6.1 |
| 289 | 2026-05-21T04:10:36.888Z | Downloaded critical-section v1.2.0 |
| 290 | 2026-05-21T04:10:36.888Z | Downloaded derive-ex v0.1.8 |
| 291 | 2026-05-21T04:10:36.892Z | Downloaded arrayref v0.3.9 |
| 292 | 2026-05-21T04:10:36.897Z | Downloaded foreign-types v0.5.0 |
| 293 | 2026-05-21T04:10:36.897Z | Downloaded clap_lex v1.1.0 |
| 294 | 2026-05-21T04:10:36.900Z | Downloaded display-error-chain v0.2.2 |
| 295 | 2026-05-21T04:10:36.900Z | Downloaded fixedbitset v0.4.2 |
| 296 | 2026-05-21T04:10:36.900Z | Downloaded hostname v0.4.2 |
| 297 | 2026-05-21T04:10:36.903Z | Downloaded foreign-types-shared v0.3.1 |
| 298 | 2026-05-21T04:10:36.909Z | Downloaded debug-ignore v1.0.5 |
| 299 | 2026-05-21T04:10:36.909Z | Downloaded anstyle-query v1.1.4 |
| 300 | 2026-05-21T04:10:36.912Z | Downloaded dtrace-parser v0.3.0 |
| 301 | 2026-05-21T04:10:36.912Z | Downloaded errno v0.3.14 |
| 302 | 2026-05-21T04:10:36.912Z | Downloaded ident_case v1.0.1 |
| 303 | 2026-05-21T04:10:36.915Z | Downloaded hubpack v0.1.2 |
| 304 | 2026-05-21T04:10:36.915Z | Downloaded futures-util v0.3.32 |
| 305 | 2026-05-21T04:10:36.921Z | Downloaded base64ct v1.8.0 |
| 306 | 2026-05-21T04:10:36.925Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 307 | 2026-05-21T04:10:36.927Z | Downloaded adler2 v2.0.1 |
| 308 | 2026-05-21T04:10:36.927Z | Downloaded anstyle v1.0.14 |
| 309 | 2026-05-21T04:10:36.931Z | Downloaded form_urlencoded v1.2.2 |
| 310 | 2026-05-21T04:10:36.931Z | Downloaded atomic-waker v1.1.2 |
| 311 | 2026-05-21T04:10:36.934Z | Downloaded foreign-types v0.3.2 |
| 312 | 2026-05-21T04:10:36.934Z | Downloaded hostname v0.3.1 |
| 313 | 2026-05-21T04:10:36.938Z | Downloaded hyper-tls v0.6.0 |
| 314 | 2026-05-21T04:10:36.938Z | Downloaded heck v0.4.1 |
| 315 | 2026-05-21T04:10:36.941Z | Downloaded dof v0.3.0 |
| 316 | 2026-05-21T04:10:36.944Z | Downloaded allocator-api2 v0.2.21 |
| 317 | 2026-05-21T04:10:36.944Z | Downloaded futures-io v0.3.32 |
| 318 | 2026-05-21T04:10:36.948Z | Downloaded futures-core v0.3.32 |
| 319 | 2026-05-21T04:10:36.948Z | Downloaded dtrace-parser v0.2.0 |
| 320 | 2026-05-21T04:10:36.951Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 321 | 2026-05-21T04:10:36.951Z | Downloaded defmt v0.3.100 |
| 322 | 2026-05-21T04:10:36.958Z | Downloaded futures-task v0.3.32 |
| 323 | 2026-05-21T04:10:36.962Z | Downloaded indent_write v2.2.0 |
| 324 | 2026-05-21T04:10:36.965Z | Downloaded git-stub v1.0.0 |
| 325 | 2026-05-21T04:10:36.965Z | Downloaded generic-array v0.14.7 |
| 326 | 2026-05-21T04:10:36.965Z | Downloaded cargo_metadata v0.18.1 |
| 327 | 2026-05-21T04:10:36.969Z | Downloaded hubpack_derive v0.1.1 |
| 328 | 2026-05-21T04:10:36.972Z | Downloaded defmt v1.0.1 |
| 329 | 2026-05-21T04:10:36.972Z | Downloaded const_format_proc_macros v0.2.34 |
| 330 | 2026-05-21T04:10:36.976Z | Downloaded is_terminal_polyfill v1.70.1 |
| 331 | 2026-05-21T04:10:36.979Z | Downloaded hex v0.4.3 |
| 332 | 2026-05-21T04:10:36.979Z | Downloaded foreign-types-shared v0.1.1 |
| 333 | 2026-05-21T04:10:36.982Z | Downloaded async-trait v0.1.89 |
| 334 | 2026-05-21T04:10:36.982Z | Downloaded instant v0.1.13 |
| 335 | 2026-05-21T04:10:36.985Z | Downloaded is-terminal v0.4.16 |
| 336 | 2026-05-21T04:10:36.988Z | Downloaded group v0.13.0 |
| 337 | 2026-05-21T04:10:36.988Z | Downloaded humantime v2.3.0 |
| 338 | 2026-05-21T04:10:36.991Z | Downloaded itoa v1.0.15 |
| 339 | 2026-05-21T04:10:36.991Z | Downloaded is_ci v1.2.0 |
| 340 | 2026-05-21T04:10:36.995Z | Downloaded lazy_static v1.5.0 |
| 341 | 2026-05-21T04:10:36.995Z | Downloaded filetime v0.2.26 |
| 342 | 2026-05-21T04:10:36.998Z | Downloaded cpufeatures v0.2.17 |
| 343 | 2026-05-21T04:10:36.998Z | Downloaded csv-core v0.1.12 |
| 344 | 2026-05-21T04:10:37.001Z | Downloaded bit-vec v0.8.0 |
| 345 | 2026-05-21T04:10:37.001Z | Downloaded keccak v0.1.6 |
| 346 | 2026-05-21T04:10:37.004Z | Downloaded lru-cache v0.1.2 |
| 347 | 2026-05-21T04:10:37.007Z | Downloaded cmake v0.1.54 |
| 348 | 2026-05-21T04:10:37.007Z | Downloaded anstyle-parse v1.0.0 |
| 349 | 2026-05-21T04:10:37.010Z | Downloaded macaddr v1.0.1 |
| 350 | 2026-05-21T04:10:37.011Z | Downloaded match_cfg v0.1.0 |
| 351 | 2026-05-21T04:10:37.013Z | Downloaded managed v0.8.0 |
| 352 | 2026-05-21T04:10:37.013Z | Downloaded libscf-sys v1.2.0 |
| 353 | 2026-05-21T04:10:37.016Z | Downloaded lru-slab v0.1.2 |
| 354 | 2026-05-21T04:10:37.016Z | Downloaded kstat-rs v0.2.4 |
| 355 | 2026-05-21T04:10:37.019Z | Downloaded newtype_derive v0.1.6 |
| 356 | 2026-05-21T04:10:37.019Z | Downloaded newtype-uuid-macros v0.1.0 |
| 357 | 2026-05-21T04:10:37.022Z | Downloaded colored v3.0.0 |
| 358 | 2026-05-21T04:10:37.024Z | Downloaded darling v0.21.3 |
| 359 | 2026-05-21T04:10:37.028Z | Downloaded digest v0.10.7 |
| 360 | 2026-05-21T04:10:37.031Z | Downloaded crossbeam-deque v0.8.6 |
| 361 | 2026-05-21T04:10:37.031Z | Downloaded bcs v0.1.6 |
| 362 | 2026-05-21T04:10:37.034Z | Downloaded idna_adapter v1.2.1 |
| 363 | 2026-05-21T04:10:37.034Z | Downloaded http-body-util v0.1.3 |
| 364 | 2026-05-21T04:10:37.037Z | Downloaded httpdate v1.0.3 |
| 365 | 2026-05-21T04:10:37.037Z | Downloaded either v1.15.0 |
| 366 | 2026-05-21T04:10:37.040Z | Downloaded arrayvec v0.7.6 |
| 367 | 2026-05-21T04:10:37.040Z | Downloaded find-msvc-tools v0.1.9 |
| 368 | 2026-05-21T04:10:37.043Z | Downloaded fs-err v3.1.2 |
| 369 | 2026-05-21T04:10:37.046Z | Downloaded mime v0.3.17 |
| 370 | 2026-05-21T04:10:37.046Z | Downloaded foldhash v0.1.5 |
| 371 | 2026-05-21T04:10:37.049Z | Downloaded futures-executor v0.3.32 |
| 372 | 2026-05-21T04:10:37.049Z | Downloaded autocfg v1.5.0 |
| 373 | 2026-05-21T04:10:37.052Z | Downloaded daft-derive v0.1.5 |
| 374 | 2026-05-21T04:10:37.055Z | Downloaded num-conv v0.2.1 |
| 375 | 2026-05-21T04:10:37.055Z | Downloaded highway v1.3.0 |
| 376 | 2026-05-21T04:10:37.058Z | Downloaded newline-converter v0.3.0 |
| 377 | 2026-05-21T04:10:37.060Z | Downloaded ingot v0.1.1 |
| 378 | 2026-05-21T04:10:37.060Z | Downloaded num v0.4.3 |
| 379 | 2026-05-21T04:10:37.063Z | Downloaded hash32 v0.3.1 |
| 380 | 2026-05-21T04:10:37.063Z | Downloaded glob v0.3.3 |
| 381 | 2026-05-21T04:10:37.066Z | Downloaded ingot-types v0.1.2 |
| 382 | 2026-05-21T04:10:37.066Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-05-21T04:10:37.069Z | Downloaded hmac v0.12.1 |
| 384 | 2026-05-21T04:10:37.072Z | Downloaded num-derive v0.4.2 |
| 385 | 2026-05-21T04:10:37.072Z | Downloaded num_threads v0.1.7 |
| 386 | 2026-05-21T04:10:37.076Z | Downloaded num-iter v0.1.45 |
| 387 | 2026-05-21T04:10:37.076Z | Downloaded ipnet v2.11.0 |
| 388 | 2026-05-21T04:10:37.079Z | Downloaded cookie v0.18.1 |
| 389 | 2026-05-21T04:10:37.079Z | Downloaded openssl-macros v0.1.1 |
| 390 | 2026-05-21T04:10:37.079Z | Downloaded omicron-workspace-hack v0.1.0 |
| 391 | 2026-05-21T04:10:37.082Z | Downloaded num_enum_derive v0.5.11 |
| 392 | 2026-05-21T04:10:37.082Z | Downloaded jobserver v0.1.34 |
| 393 | 2026-05-21T04:10:37.086Z | Downloaded linear-map v1.2.0 |
| 394 | 2026-05-21T04:10:37.088Z | Downloaded libsw v3.5.0 |
| 395 | 2026-05-21T04:10:37.088Z | Downloaded multer v3.1.0 |
| 396 | 2026-05-21T04:10:37.091Z | Downloaded native-tls v0.2.14 |
| 397 | 2026-05-21T04:10:37.091Z | Downloaded libloading v0.8.9 |
| 398 | 2026-05-21T04:10:37.094Z | Downloaded opaque-debug v0.3.1 |
| 399 | 2026-05-21T04:10:37.094Z | Downloaded openssl-probe v0.1.6 |
| 400 | 2026-05-21T04:10:37.104Z | Downloaded ciborium v0.2.2 |
| 401 | 2026-05-21T04:10:37.104Z | Downloaded crc32fast v1.5.0 |
| 402 | 2026-05-21T04:10:37.104Z | Downloaded clap_derive v4.6.0 |
| 403 | 2026-05-21T04:10:37.104Z | Downloaded hkdf v0.12.4 |
| 404 | 2026-05-21T04:10:37.107Z | Downloaded parse-display v0.10.0 |
| 405 | 2026-05-21T04:10:37.107Z | Downloaded libsw-core v0.3.2 |
| 406 | 2026-05-21T04:10:37.107Z | Downloaded fs_extra v1.3.0 |
| 407 | 2026-05-21T04:10:37.110Z | Downloaded futures-channel v0.3.32 |
| 408 | 2026-05-21T04:10:37.110Z | Downloaded iana-time-zone v0.1.64 |
| 409 | 2026-05-21T04:10:37.114Z | Downloaded fixedbitset v0.5.7 |
| 410 | 2026-05-21T04:10:37.117Z | Downloaded crossbeam-utils v0.8.21 |
| 411 | 2026-05-21T04:10:37.117Z | Downloaded getrandom v0.2.16 |
| 412 | 2026-05-21T04:10:37.120Z | Downloaded hyper-rustls v0.27.7 |
| 413 | 2026-05-21T04:10:37.120Z | Downloaded percent-encoding v2.3.2 |
| 414 | 2026-05-21T04:10:37.123Z | Downloaded phf_shared v0.12.1 |
| 415 | 2026-05-21T04:10:37.123Z | Downloaded git-stub-vcs v0.1.0 |
| 416 | 2026-05-21T04:10:37.126Z | Downloaded drift v0.1.3 |
| 417 | 2026-05-21T04:10:37.129Z | Downloaded clap v4.6.0 |
| 418 | 2026-05-21T04:10:37.133Z | Downloaded newtype-uuid v1.3.2 |
| 419 | 2026-05-21T04:10:37.136Z | Downloaded icu_provider v2.0.0 |
| 420 | 2026-05-21T04:10:37.139Z | Downloaded pin-utils v0.1.0 |
| 421 | 2026-05-21T04:10:37.139Z | Downloaded potential_utf v0.1.3 |
| 422 | 2026-05-21T04:10:37.141Z | Downloaded powerfmt v0.2.0 |
| 423 | 2026-05-21T04:10:37.142Z | Downloaded derive_more v0.99.20 |
| 424 | 2026-05-21T04:10:37.144Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 425 | 2026-05-21T04:10:37.147Z | Downloaded num-rational v0.4.2 |
| 426 | 2026-05-21T04:10:37.147Z | Downloaded proc-macro-crate v1.3.1 |
| 427 | 2026-05-21T04:10:37.150Z | Downloaded olpc-cjson v0.1.4 |
| 428 | 2026-05-21T04:10:37.150Z | Downloaded num_enum_derive v0.7.5 |
| 429 | 2026-05-21T04:10:37.153Z | Downloaded num-integer v0.1.46 |
| 430 | 2026-05-21T04:10:37.153Z | Downloaded ingot-macros v0.1.1 |
| 431 | 2026-05-21T04:10:37.156Z | Downloaded pretty-hex v0.4.1 |
| 432 | 2026-05-21T04:10:37.156Z | Downloaded proc-macro-error-attr v1.0.4 |
| 433 | 2026-05-21T04:10:37.161Z | Downloaded progenitor-client v0.11.1 |
| 434 | 2026-05-21T04:10:37.161Z | Downloaded progenitor-client v0.10.0 |
| 435 | 2026-05-21T04:10:37.161Z | Downloaded owo-colors v4.3.0 |
| 436 | 2026-05-21T04:10:37.164Z | Downloaded progenitor-macro v0.13.0 |
| 437 | 2026-05-21T04:10:37.164Z | Downloaded anyhow v1.0.102 |
| 438 | 2026-05-21T04:10:37.167Z | Downloaded quick-error v1.2.3 |
| 439 | 2026-05-21T04:10:37.167Z | Downloaded progenitor-macro v0.11.1 |
| 440 | 2026-05-21T04:10:37.170Z | Downloaded password-hash v0.5.0 |
| 441 | 2026-05-21T04:10:37.170Z | Downloaded pem v3.0.5 |
| 442 | 2026-05-21T04:10:37.173Z | Downloaded num_enum v0.7.5 |
| 443 | 2026-05-21T04:10:37.176Z | Downloaded num_enum v0.5.11 |
| 444 | 2026-05-21T04:10:37.179Z | Downloaded ref-cast v1.0.25 |
| 445 | 2026-05-21T04:10:37.182Z | Downloaded rand_xorshift v0.4.0 |
| 446 | 2026-05-21T04:10:37.182Z | Downloaded litemap v0.8.0 |
| 447 | 2026-05-21T04:10:37.182Z | Downloaded crossbeam-epoch v0.9.18 |
| 448 | 2026-05-21T04:10:37.185Z | Downloaded oxnet v0.1.4 |
| 449 | 2026-05-21T04:10:37.188Z | Downloaded rustc_version v0.4.1 |
| 450 | 2026-05-21T04:10:37.188Z | Downloaded parse-display-derive v0.10.0 |
| 451 | 2026-05-21T04:10:37.191Z | Downloaded ref-cast-impl v1.0.25 |
| 452 | 2026-05-21T04:10:37.191Z | Downloaded oxide-tokio-rt v0.1.2 |
| 453 | 2026-05-21T04:10:37.191Z | Downloaded clang-sys v1.8.1 |
| 454 | 2026-05-21T04:10:37.194Z | Downloaded rustc_version v0.1.7 |
| 455 | 2026-05-21T04:10:37.194Z | Downloaded displaydoc v0.2.5 |
| 456 | 2026-05-21T04:10:37.197Z | Downloaded futures v0.3.32 |
| 457 | 2026-05-21T04:10:37.200Z | Downloaded elliptic-curve v0.13.8 |
| 458 | 2026-05-21T04:10:37.202Z | Downloaded dropshot-api-manager v0.5.2 |
| 459 | 2026-05-21T04:10:37.205Z | Downloaded plain v0.2.3 |
| 460 | 2026-05-21T04:10:37.208Z | Downloaded memmap2 v0.9.8 |
| 461 | 2026-05-21T04:10:37.208Z | Downloaded lock_api v0.4.14 |
| 462 | 2026-05-21T04:10:37.211Z | Downloaded icu_properties v2.0.1 |
| 463 | 2026-05-21T04:10:37.211Z | Downloaded foldhash v0.2.0 |
| 464 | 2026-05-21T04:10:37.213Z | Downloaded half v2.7.1 |
| 465 | 2026-05-21T04:10:37.216Z | Downloaded getrandom v0.3.3 |
| 466 | 2026-05-21T04:10:37.219Z | Downloaded base64 v0.22.1 |
| 467 | 2026-05-21T04:10:37.222Z | Downloaded pin-project-internal v1.1.10 |
| 468 | 2026-05-21T04:10:37.222Z | Downloaded pin-project-lite v0.2.16 |
| 469 | 2026-05-21T04:10:37.226Z | Downloaded ppv-lite86 v0.2.21 |
| 470 | 2026-05-21T04:10:37.229Z | Downloaded pkg-config v0.3.32 |
| 471 | 2026-05-21T04:10:37.229Z | Downloaded phf v0.12.1 |
| 472 | 2026-05-21T04:10:37.229Z | Downloaded pest_generator v2.8.2 |
| 473 | 2026-05-21T04:10:37.232Z | Downloaded scopeguard v1.2.0 |
| 474 | 2026-05-21T04:10:37.232Z | Downloaded same-file v1.0.6 |
| 475 | 2026-05-21T04:10:37.234Z | Downloaded proc-macro-error v1.0.4 |
| 476 | 2026-05-21T04:10:37.234Z | Downloaded const_format v0.2.34 |
| 477 | 2026-05-21T04:10:37.237Z | Downloaded progenitor v0.11.1 |
| 478 | 2026-05-21T04:10:37.240Z | Downloaded progenitor-macro v0.10.0 |
| 479 | 2026-05-21T04:10:37.240Z | Downloaded progenitor-client v0.13.0 |
| 480 | 2026-05-21T04:10:37.243Z | Downloaded semver v0.1.20 |
| 481 | 2026-05-21T04:10:37.243Z | Downloaded secrecy v0.10.3 |
| 482 | 2026-05-21T04:10:37.246Z | Downloaded scroll_derive v0.13.1 |
| 483 | 2026-05-21T04:10:37.246Z | Downloaded scroll_derive v0.12.1 |
| 484 | 2026-05-21T04:10:37.246Z | Downloaded serde_spanned v0.6.9 |
| 485 | 2026-05-21T04:10:37.249Z | Downloaded search_path v0.1.4 |
| 486 | 2026-05-21T04:10:37.249Z | Downloaded serde-big-array v0.5.1 |
| 487 | 2026-05-21T04:10:37.252Z | Downloaded indexmap v1.9.3 |
| 488 | 2026-05-21T04:10:37.252Z | Downloaded progenitor v0.13.0 |
| 489 | 2026-05-21T04:10:37.255Z | Downloaded progenitor v0.10.0 |
| 490 | 2026-05-21T04:10:37.255Z | Downloaded proc-macro-error2 v2.0.1 |
| 491 | 2026-05-21T04:10:37.258Z | Downloaded icu_normalizer v2.0.0 |
| 492 | 2026-05-21T04:10:37.262Z | Downloaded daft v0.1.5 |
| 493 | 2026-05-21T04:10:37.264Z | Downloaded console v0.15.11 |
| 494 | 2026-05-21T04:10:37.265Z | Downloaded camino v1.2.2 |
| 495 | 2026-05-21T04:10:37.267Z | Downloaded paste v1.0.15 |
| 496 | 2026-05-21T04:10:37.267Z | Downloaded rand_core v0.9.3 |
| 497 | 2026-05-21T04:10:37.270Z | Downloaded rand_chacha v0.9.0 |
| 498 | 2026-05-21T04:10:37.270Z | Downloaded rand_chacha v0.3.1 |
| 499 | 2026-05-21T04:10:37.273Z | Downloaded quote v1.0.45 |
| 500 | 2026-05-21T04:10:37.273Z | Downloaded parking_lot v0.12.5 |
| 501 | 2026-05-21T04:10:37.276Z | Downloaded sigpipe v0.1.3 |
| 502 | 2026-05-21T04:10:37.276Z | Downloaded serde_urlencoded v0.7.1 |
| 503 | 2026-05-21T04:10:37.280Z | Downloaded once_cell v1.21.3 |
| 504 | 2026-05-21T04:10:37.280Z | Downloaded serde_spanned v1.0.4 |
| 505 | 2026-05-21T04:10:37.283Z | Downloaded serde_repr v0.1.20 |
| 506 | 2026-05-21T04:10:37.283Z | Downloaded sha1 v0.10.6 |
| 507 | 2026-05-21T04:10:37.286Z | Downloaded darling_core v0.21.3 |
| 508 | 2026-05-21T04:10:37.289Z | Downloaded parking_lot_core v0.9.12 |
| 509 | 2026-05-21T04:10:37.289Z | Downloaded rustc-hash v2.1.1 |
| 510 | 2026-05-21T04:10:37.292Z | Downloaded resolv-conf v0.7.5 |
| 511 | 2026-05-21T04:10:37.292Z | Downloaded signal-hook-tokio v0.3.1 |
| 512 | 2026-05-21T04:10:37.294Z | Downloaded rustls-pemfile v2.2.0 |
| 513 | 2026-05-21T04:10:37.294Z | Downloaded siphasher v1.0.1 |
| 514 | 2026-05-21T04:10:37.297Z | Downloaded rand_core v0.6.4 |
| 515 | 2026-05-21T04:10:37.297Z | Downloaded bitflags v2.11.1 |
| 516 | 2026-05-21T04:10:37.300Z | Downloaded cancel-safe-futures v0.1.5 |
| 517 | 2026-05-21T04:10:37.303Z | Downloaded memoffset v0.9.1 |
| 518 | 2026-05-21T04:10:37.303Z | Downloaded memmap v0.7.0 |
| 519 | 2026-05-21T04:10:37.306Z | Downloaded linked-hash-map v0.5.6 |
| 520 | 2026-05-21T04:10:37.306Z | Downloaded poly1305 v0.8.0 |
| 521 | 2026-05-21T04:10:37.309Z | Downloaded anstream v1.0.0 |
| 522 | 2026-05-21T04:10:37.309Z | Downloaded inout v0.1.4 |
| 523 | 2026-05-21T04:10:37.312Z | Downloaded internet-checksum v0.2.1 |
| 524 | 2026-05-21T04:10:37.312Z | Downloaded erased-serde v0.3.31 |
| 525 | 2026-05-21T04:10:37.312Z | Downloaded heck v0.5.0 |
| 526 | 2026-05-21T04:10:37.315Z | Downloaded defmt-macros v1.0.1 |
| 527 | 2026-05-21T04:10:37.317Z | Downloaded stable_deref_trait v1.2.0 |
| 528 | 2026-05-21T04:10:37.317Z | Downloaded postcard v1.1.3 |
| 529 | 2026-05-21T04:10:37.320Z | Downloaded pest_meta v2.8.2 |
| 530 | 2026-05-21T04:10:37.321Z | Downloaded schemars_derive v0.8.22 |
| 531 | 2026-05-21T04:10:37.323Z | Downloaded num-complex v0.4.6 |
| 532 | 2026-05-21T04:10:37.323Z | Downloaded smawk v0.3.2 |
| 533 | 2026-05-21T04:10:37.326Z | Downloaded scroll v0.12.0 |
| 534 | 2026-05-21T04:10:37.326Z | Downloaded pest_derive v2.8.2 |
| 535 | 2026-05-21T04:10:37.329Z | Downloaded serde_plain v1.0.2 |
| 536 | 2026-05-21T04:10:37.329Z | Downloaded strsim v0.11.1 |
| 537 | 2026-05-21T04:10:37.332Z | Downloaded rusty-fork v0.3.0 |
| 538 | 2026-05-21T04:10:37.332Z | Downloaded structmeta v0.3.0 |
| 539 | 2026-05-21T04:10:37.332Z | Downloaded rustversion v1.0.22 |
| 540 | 2026-05-21T04:10:37.335Z | Downloaded sync_wrapper v1.0.2 |
| 541 | 2026-05-21T04:10:37.335Z | Downloaded num-traits v0.2.19 |
| 542 | 2026-05-21T04:10:37.338Z | Downloaded cc v1.2.58 |
| 543 | 2026-05-21T04:10:37.341Z | Downloaded semver v1.0.27 |
| 544 | 2026-05-21T04:10:37.341Z | Downloaded serde_path_to_error v0.1.20 |
| 545 | 2026-05-21T04:10:37.344Z | Downloaded omicron-zone-package v0.12.2 |
| 546 | 2026-05-21T04:10:37.344Z | Downloaded strum v0.26.3 |
| 547 | 2026-05-21T04:10:37.346Z | Downloaded swrite v0.1.0 |
| 548 | 2026-05-21T04:10:37.347Z | Downloaded papergrid v0.11.0 |
| 549 | 2026-05-21T04:10:37.349Z | Downloaded supports-color v3.0.2 |
| 550 | 2026-05-21T04:10:37.352Z | Downloaded jiff-static v0.2.15 |
| 551 | 2026-05-21T04:10:37.352Z | Downloaded miniz_oxide v0.8.9 |
| 552 | 2026-05-21T04:10:37.355Z | Downloaded tabled_derive v0.7.0 |
| 553 | 2026-05-21T04:10:37.355Z | Downloaded signal-hook-registry v1.4.6 |
| 554 | 2026-05-21T04:10:37.359Z | Downloaded tagptr v0.2.0 |
| 555 | 2026-05-21T04:10:37.359Z | Downloaded tabwriter v1.4.1 |
| 556 | 2026-05-21T04:10:37.359Z | Downloaded tabled_derive v0.11.0 |
| 557 | 2026-05-21T04:10:37.362Z | Downloaded serde_tokenstream v0.2.3 |
| 558 | 2026-05-21T04:10:37.362Z | Downloaded papergrid v0.17.0 |
| 559 | 2026-05-21T04:10:37.365Z | Downloaded quinn-udp v0.5.14 |
| 560 | 2026-05-21T04:10:37.366Z | Downloaded icu_locale_core v2.0.0 |
| 561 | 2026-05-21T04:10:37.368Z | Downloaded log v0.4.29 |
| 562 | 2026-05-21T04:10:37.371Z | Downloaded strum v0.27.2 |
| 563 | 2026-05-21T04:10:37.371Z | Downloaded structmeta-derive v0.3.0 |
| 564 | 2026-05-21T04:10:37.374Z | Downloaded take_mut v0.2.2 |
| 565 | 2026-05-21T04:10:37.374Z | Downloaded slog-bunyan v2.5.0 |
| 566 | 2026-05-21T04:10:37.374Z | Downloaded slog-async v2.8.0 |
| 567 | 2026-05-21T04:10:37.379Z | Downloaded slab v0.4.11 |
| 568 | 2026-05-21T04:10:37.379Z | Downloaded crypto-bigint v0.5.5 |
| 569 | 2026-05-21T04:10:37.381Z | Downloaded subtle v2.6.1 |
| 570 | 2026-05-21T04:10:37.382Z | Downloaded shlex v1.3.0 |
| 571 | 2026-05-21T04:10:37.382Z | Downloaded pin-project v1.1.10 |
| 572 | 2026-05-21T04:10:37.388Z | Downloaded termtree v0.5.1 |
| 573 | 2026-05-21T04:10:37.391Z | Downloaded slog-dtrace v0.3.0 |
| 574 | 2026-05-21T04:10:37.391Z | Downloaded terminal_size v0.4.3 |
| 575 | 2026-05-21T04:10:37.395Z | Downloaded heapless v0.8.0 |
| 576 | 2026-05-21T04:10:37.395Z | Downloaded serde_derive_internals v0.29.1 |
| 577 | 2026-05-21T04:10:37.398Z | Downloaded icu_collections v2.0.0 |
| 578 | 2026-05-21T04:10:37.401Z | Downloaded thread-id v5.0.0 |
| 579 | 2026-05-21T04:10:37.401Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 580 | 2026-05-21T04:10:37.401Z | Downloaded crossbeam-channel v0.5.15 |
| 581 | 2026-05-21T04:10:37.404Z | Downloaded proc-macro2 v1.0.106 |
| 582 | 2026-05-21T04:10:37.407Z | Downloaded snafu-derive v0.8.9 |
| 583 | 2026-05-21T04:10:37.407Z | Downloaded flate2 v1.1.2 |
| 584 | 2026-05-21T04:10:37.411Z | Downloaded time-core v0.1.8 |
| 585 | 2026-05-21T04:10:37.414Z | Downloaded hickory-resolver v0.24.4 |
| 586 | 2026-05-21T04:10:37.414Z | Downloaded slog-json v2.6.1 |
| 587 | 2026-05-21T04:10:37.417Z | Downloaded bindgen v0.72.1 |
| 588 | 2026-05-21T04:10:37.420Z | Downloaded tinyvec_macros v0.1.1 |
| 589 | 2026-05-21T04:10:37.420Z | Downloaded thread-id v4.2.2 |
| 590 | 2026-05-21T04:10:37.423Z | Downloaded smf v0.2.3 |
| 591 | 2026-05-21T04:10:37.423Z | Downloaded data-encoding v2.9.0 |
| 592 | 2026-05-21T04:10:37.423Z | Downloaded backoff v0.4.0 |
| 593 | 2026-05-21T04:10:37.426Z | Downloaded progenitor-impl v0.13.0 |
| 594 | 2026-05-21T04:10:37.426Z | Downloaded progenitor-impl v0.10.0 |
| 595 | 2026-05-21T04:10:37.429Z | Downloaded ryu v1.0.20 |
| 596 | 2026-05-21T04:10:37.432Z | Downloaded slog-term v2.9.2 |
| 597 | 2026-05-21T04:10:37.432Z | Downloaded scroll v0.13.0 |
| 598 | 2026-05-21T04:10:37.432Z | Downloaded openssl-sys v0.9.112 |
| 599 | 2026-05-21T04:10:37.435Z | Downloaded strum_macros v0.27.2 |
| 600 | 2026-05-21T04:10:37.438Z | Downloaded toml_datetime v0.6.11 |
| 601 | 2026-05-21T04:10:37.438Z | Downloaded sha2 v0.10.9 |
| 602 | 2026-05-21T04:10:37.441Z | Downloaded static_assertions v1.1.0 |
| 603 | 2026-05-21T04:10:37.441Z | Downloaded progenitor-impl v0.11.1 |
| 604 | 2026-05-21T04:10:37.444Z | Downloaded toml_write v0.1.2 |
| 605 | 2026-05-21T04:10:37.444Z | Downloaded camino-tempfile v1.4.1 |
| 606 | 2026-05-21T04:10:37.444Z | Downloaded crc8 v0.1.1 |
| 607 | 2026-05-21T04:10:37.447Z | Downloaded cobs v0.3.0 |
| 608 | 2026-05-21T04:10:37.447Z | Downloaded strum_macros v0.26.4 |
| 609 | 2026-05-21T04:10:37.450Z | Downloaded icu_normalizer_data v2.0.0 |
| 610 | 2026-05-21T04:10:37.450Z | Downloaded curl v0.4.49 |
| 611 | 2026-05-21T04:10:37.453Z | Downloaded dunce v1.0.5 |
| 612 | 2026-05-21T04:10:37.453Z | Downloaded crypto-common v0.1.6 |
| 613 | 2026-05-21T04:10:37.456Z | Downloaded futures-sink v0.3.32 |
| 614 | 2026-05-21T04:10:37.456Z | Downloaded testing_table v0.3.0 |
| 615 | 2026-05-21T04:10:37.456Z | Downloaded foreign-types-macros v0.2.3 |
| 616 | 2026-05-21T04:10:37.456Z | Downloaded darling_macro v0.21.3 |
| 617 | 2026-05-21T04:10:37.459Z | Downloaded tower-service v0.3.3 |
| 618 | 2026-05-21T04:10:37.459Z | Downloaded topological-sort v0.2.2 |
| 619 | 2026-05-21T04:10:37.459Z | Downloaded float-ord v0.3.2 |
| 620 | 2026-05-21T04:10:37.459Z | Downloaded convert_case v0.4.0 |
| 621 | 2026-05-21T04:10:37.462Z | Downloaded async-stream v0.3.6 |
| 622 | 2026-05-21T04:10:37.462Z | Downloaded async-stream-impl v0.3.6 |
| 623 | 2026-05-21T04:10:37.462Z | Downloaded try-lock v0.2.5 |
| 624 | 2026-05-21T04:10:37.465Z | Downloaded memchr v2.7.5 |
| 625 | 2026-05-21T04:10:37.467Z | Downloaded serde_with_macros v3.14.1 |
| 626 | 2026-05-21T04:10:37.467Z | Downloaded fastrand v2.3.0 |
| 627 | 2026-05-21T04:10:37.470Z | Downloaded thiserror v2.0.18 |
| 628 | 2026-05-21T04:10:37.473Z | Downloaded dof v0.4.0 |
| 629 | 2026-05-21T04:10:37.473Z | Downloaded gethostname v0.5.0 |
| 630 | 2026-05-21T04:10:37.473Z | Downloaded bit-set v0.8.0 |
| 631 | 2026-05-21T04:10:37.476Z | Downloaded bytes v1.11.1 |
| 632 | 2026-05-21T04:10:37.479Z | Downloaded typify-macro v0.4.3 |
| 633 | 2026-05-21T04:10:37.479Z | Downloaded tower-layer v0.3.3 |
| 634 | 2026-05-21T04:10:37.479Z | Downloaded bitflags v1.3.2 |
| 635 | 2026-05-21T04:10:37.482Z | Downloaded typify-macro v0.6.1 |
| 636 | 2026-05-21T04:10:37.482Z | Downloaded ciborium-ll v0.2.2 |
| 637 | 2026-05-21T04:10:37.482Z | Downloaded unicode-linebreak v0.1.5 |
| 638 | 2026-05-21T04:10:37.485Z | Downloaded cexpr v0.6.0 |
| 639 | 2026-05-21T04:10:37.485Z | Downloaded cstr-argument v0.1.2 |
| 640 | 2026-05-21T04:10:37.485Z | Downloaded base16ct v0.2.0 |
| 641 | 2026-05-21T04:10:37.487Z | Downloaded thiserror v1.0.69 |
| 642 | 2026-05-21T04:10:37.490Z | Downloaded unarray v0.1.4 |
| 643 | 2026-05-21T04:10:37.490Z | Downloaded expectorate v1.2.0 |
| 644 | 2026-05-21T04:10:37.493Z | Downloaded hickory-resolver v0.25.2 |
| 645 | 2026-05-21T04:10:37.496Z | Downloaded serde_derive v1.0.228 |
| 646 | 2026-05-21T04:10:37.499Z | Downloaded hashbrown v0.12.3 |
| 647 | 2026-05-21T04:10:37.499Z | Downloaded thread_local v1.1.9 |
| 648 | 2026-05-21T04:10:37.502Z | Downloaded tokio-native-tls v0.3.1 |
| 649 | 2026-05-21T04:10:37.502Z | Downloaded tokio-macros v2.6.0 |
| 650 | 2026-05-21T04:10:37.502Z | Downloaded untrusted v0.7.1 |
| 651 | 2026-05-21T04:10:37.505Z | Downloaded tokio-rustls v0.25.0 |
| 652 | 2026-05-21T04:10:37.505Z | Downloaded tokio-dtrace v0.1.1 |
| 653 | 2026-05-21T04:10:37.508Z | Downloaded tinystr v0.8.1 |
| 654 | 2026-05-21T04:10:37.508Z | Downloaded time-macros v0.2.27 |
| 655 | 2026-05-21T04:10:37.510Z | Downloaded universal-hash v0.5.1 |
| 656 | 2026-05-21T04:10:37.510Z | Downloaded thiserror-no-std v2.0.2 |
| 657 | 2026-05-21T04:10:37.514Z | Downloaded usdt-attr-macro v0.5.0 |
| 658 | 2026-05-21T04:10:37.514Z | Downloaded usdt v0.6.0 |
| 659 | 2026-05-21T04:10:37.514Z | Downloaded unicode-xid v0.2.6 |
| 660 | 2026-05-21T04:10:37.516Z | Downloaded utf8_iter v1.0.4 |
| 661 | 2026-05-21T04:10:37.517Z | Downloaded prettyplease v0.2.37 |
| 662 | 2026-05-21T04:10:37.517Z | Downloaded usdt-macro v0.5.0 |
| 663 | 2026-05-21T04:10:37.519Z | Downloaded indexmap v2.13.0 |
| 664 | 2026-05-21T04:10:37.523Z | Downloaded usdt-attr-macro v0.6.0 |
| 665 | 2026-05-21T04:10:37.523Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 666 | 2026-05-21T04:10:37.527Z | Downloaded usdt-macro v0.6.0 |
| 667 | 2026-05-21T04:10:37.527Z | Downloaded xattr v1.6.1 |
| 668 | 2026-05-21T04:10:37.530Z | Downloaded want v0.3.1 |
| 669 | 2026-05-21T04:10:37.530Z | Downloaded wait-timeout v0.2.1 |
| 670 | 2026-05-21T04:10:37.530Z | Downloaded minimal-lexical v0.2.1 |
| 671 | 2026-05-21T04:10:37.532Z | Downloaded usdt v0.5.0 |
| 672 | 2026-05-21T04:10:37.535Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 673 | 2026-05-21T04:10:37.538Z | Downloaded rayon-core v1.13.0 |
| 674 | 2026-05-21T04:10:37.543Z | Downloaded tempfile v3.27.0 |
| 675 | 2026-05-21T04:10:37.546Z | Downloaded serde_yaml v0.9.34+deprecated |
| 676 | 2026-05-21T04:10:37.549Z | Downloaded version_check v0.9.5 |
| 677 | 2026-05-21T04:10:37.551Z | Downloaded signal-hook v0.3.18 |
| 678 | 2026-05-21T04:10:37.551Z | Downloaded waitgroup v0.1.2 |
| 679 | 2026-05-21T04:10:37.554Z | Downloaded term v1.2.0 |
| 680 | 2026-05-21T04:10:37.557Z | Downloaded schemars v0.9.0 |
| 681 | 2026-05-21T04:10:37.562Z | Downloaded yoke-derive v0.8.0 |
| 682 | 2026-05-21T04:10:37.565Z | Downloaded smallvec v1.15.1 |
| 683 | 2026-05-21T04:10:37.567Z | Downloaded zerofrom v0.1.6 |
| 684 | 2026-05-21T04:10:37.567Z | Downloaded slog v2.8.2 |
| 685 | 2026-05-21T04:10:37.570Z | Downloaded spin v0.9.8 |
| 686 | 2026-05-21T04:10:37.573Z | Downloaded rustls-pki-types v1.12.0 |
| 687 | 2026-05-21T04:10:37.573Z | Downloaded similar v2.7.0 |
| 688 | 2026-05-21T04:10:37.576Z | Downloaded thiserror-impl v1.0.69 |
| 689 | 2026-05-21T04:10:37.579Z | Downloaded zerofrom-derive v0.1.6 |
| 690 | 2026-05-21T04:10:37.579Z | Downloaded http v1.4.0 |
| 691 | 2026-05-21T04:10:37.583Z | Downloaded serde_core v1.0.228 |
| 692 | 2026-05-21T04:10:37.586Z | Downloaded zeroize_derive v1.4.3 |
| 693 | 2026-05-21T04:10:37.589Z | Downloaded thiserror-impl v2.0.18 |
| 694 | 2026-05-21T04:10:37.591Z | Downloaded schemars v0.8.22 |
| 695 | 2026-05-21T04:10:37.596Z | Downloaded zone v0.3.1 |
| 696 | 2026-05-21T04:10:37.600Z | Downloaded untrusted v0.9.0 |
| 697 | 2026-05-21T04:10:37.600Z | Downloaded socket2 v0.6.0 |
| 698 | 2026-05-21T04:10:37.602Z | Downloaded tokio-stream v0.1.17 |
| 699 | 2026-05-21T04:10:37.605Z | Downloaded whoami v1.6.1 |
| 700 | 2026-05-21T04:10:37.605Z | Downloaded rand v0.8.5 |
| 701 | 2026-05-21T04:10:37.609Z | Downloaded quinn v0.11.9 |
| 702 | 2026-05-21T04:10:37.612Z | Downloaded mio v1.0.4 |
| 703 | 2026-05-21T04:10:37.612Z | Downloaded utf8parse v0.2.2 |
| 704 | 2026-05-21T04:10:37.615Z | Downloaded usdt-impl v0.6.0 |
| 705 | 2026-05-21T04:10:37.615Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 706 | 2026-05-21T04:10:37.615Z | Downloaded toml v0.8.23 |
| 707 | 2026-05-21T04:10:37.620Z | Downloaded synstructure v0.13.2 |
| 708 | 2026-05-21T04:10:37.620Z | Downloaded qorb v0.4.1 |
| 709 | 2026-05-21T04:10:37.626Z | Downloaded vsss-rs v3.3.4 |
| 710 | 2026-05-21T04:10:37.629Z | Downloaded writeable v0.6.1 |
| 711 | 2026-05-21T04:10:37.629Z | Downloaded test-strategy v0.4.3 |
| 712 | 2026-05-21T04:10:37.633Z | Downloaded tracing-attributes v0.1.30 |
| 713 | 2026-05-21T04:10:37.636Z | Downloaded textwrap v0.16.2 |
| 714 | 2026-05-21T04:10:37.636Z | Downloaded clap_builder v4.6.0 |
| 715 | 2026-05-21T04:10:37.641Z | Downloaded snafu v0.8.9 |
| 716 | 2026-05-21T04:10:37.643Z | Downloaded yoke v0.8.0 |
| 717 | 2026-05-21T04:10:37.643Z | Downloaded ucd-trie v0.1.7 |
| 718 | 2026-05-21T04:10:37.643Z | Downloaded schemars v1.2.0 |
| 719 | 2026-05-21T04:10:37.652Z | Downloaded rustls-webpki v0.103.6 |
| 720 | 2026-05-21T04:10:37.654Z | Downloaded zeroize v1.8.1 |
| 721 | 2026-05-21T04:10:37.654Z | Downloaded tinyvec v1.10.0 |
| 722 | 2026-05-21T04:10:37.657Z | Downloaded hyper-util v0.1.19 |
| 723 | 2026-05-21T04:10:37.660Z | Downloaded nom v7.1.3 |
| 724 | 2026-05-21T04:10:37.663Z | Downloaded zone_cfg_derive v0.3.1 |
| 725 | 2026-05-21T04:10:37.663Z | Downloaded zmij v1.0.17 |
| 726 | 2026-05-21T04:10:37.663Z | Downloaded usdt-impl v0.5.0 |
| 727 | 2026-05-21T04:10:37.666Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 728 | 2026-05-21T04:10:37.666Z | Downloaded tokio-rustls v0.26.3 |
| 729 | 2026-05-21T04:10:37.669Z | Downloaded zerovec-derive v0.11.1 |
| 730 | 2026-05-21T04:10:37.669Z | Downloaded walkdir v2.5.0 |
| 731 | 2026-05-21T04:10:37.669Z | Downloaded aho-corasick v1.1.3 |
| 732 | 2026-05-21T04:10:37.672Z | Downloaded rand v0.9.2 |
| 733 | 2026-05-21T04:10:37.679Z | Downloaded serde v1.0.228 |
| 734 | 2026-05-21T04:10:37.683Z | Downloaded vergen v8.3.2 |
| 735 | 2026-05-21T04:10:37.686Z | Downloaded iddqd v0.3.18 |
| 736 | 2026-05-21T04:10:37.688Z | Downloaded tar v0.4.45 |
| 737 | 2026-05-21T04:10:37.691Z | Downloaded typify v0.4.3 |
| 738 | 2026-05-21T04:10:37.694Z | Downloaded tracing-core v0.1.34 |
| 739 | 2026-05-21T04:10:37.697Z | Downloaded unicode-ident v1.0.24 |
| 740 | 2026-05-21T04:10:37.697Z | Downloaded typify v0.6.1 |
| 741 | 2026-05-21T04:10:37.703Z | Downloaded hashbrown v0.16.1 |
| 742 | 2026-05-21T04:10:37.711Z | Downloaded unsafe-libyaml v0.2.11 |
| 743 | 2026-05-21T04:10:37.720Z | Downloaded idna v1.1.0 |
| 744 | 2026-05-21T04:10:37.723Z | Downloaded uuid v1.20.0 |
| 745 | 2026-05-21T04:10:37.726Z | Downloaded toml_edit v0.22.27 |
| 746 | 2026-05-21T04:10:37.728Z | Downloaded itertools v0.12.1 |
| 747 | 2026-05-21T04:10:37.732Z | Downloaded toml v0.7.8 |
| 748 | 2026-05-21T04:10:37.743Z | Downloaded typenum v1.18.0 |
| 749 | 2026-05-21T04:10:37.757Z | Downloaded pest v2.8.2 |
| 750 | 2026-05-21T04:10:37.760Z | Downloaded zerocopy-derive v0.7.35 |
| 751 | 2026-05-21T04:10:37.763Z | Downloaded iri-string v0.7.8 |
| 752 | 2026-05-21T04:10:37.765Z | Downloaded steno v0.4.1 |
| 753 | 2026-05-21T04:10:37.768Z | Downloaded icu_properties_data v2.0.1 |
| 754 | 2026-05-21T04:10:37.772Z | Downloaded hyper v1.8.1 |
| 755 | 2026-05-21T04:10:37.793Z | Downloaded tracing v0.1.41 |
| 756 | 2026-05-21T04:10:37.797Z | Downloaded h2 v0.4.12 |
| 757 | 2026-05-21T04:10:37.800Z | Downloaded hashbrown v0.15.5 |
| 758 | 2026-05-21T04:10:37.804Z | Downloaded toml_edit v0.19.15 |
| 759 | 2026-05-21T04:10:37.812Z | Downloaded itertools v0.14.0 |
| 760 | 2026-05-21T04:10:37.817Z | Downloaded url v2.5.7 |
| 761 | 2026-05-21T04:10:37.831Z | Downloaded tower v0.5.2 |
| 762 | 2026-05-21T04:10:37.841Z | Downloaded unicode-segmentation v1.12.0 |
| 763 | 2026-05-21T04:10:37.844Z | Downloaded zerotrie v0.2.2 |
| 764 | 2026-05-21T04:10:37.847Z | Downloaded goblin v0.8.2 |
| 765 | 2026-05-21T04:10:37.849Z | Downloaded blake3 v1.8.2 |
| 766 | 2026-05-21T04:10:37.853Z | Downloaded libm v0.2.15 |
| 767 | 2026-05-21T04:10:37.858Z | Downloaded reqwest v0.13.2 |
| 768 | 2026-05-21T04:10:37.862Z | Downloaded regex v1.12.3 |
| 769 | 2026-05-21T04:10:37.865Z | Downloaded reqwest v0.12.23 |
| 770 | 2026-05-21T04:10:37.868Z | Downloaded typed-path v0.9.3 |
| 771 | 2026-05-21T04:10:37.872Z | Downloaded zerocopy-derive v0.8.27 |
| 772 | 2026-05-21T04:10:37.875Z | Downloaded chrono v0.4.44 |
| 773 | 2026-05-21T04:10:37.890Z | Downloaded tokio-util v0.7.16 |
| 774 | 2026-05-21T04:10:37.893Z | Downloaded serde_json v1.0.149 |
| 775 | 2026-05-21T04:10:37.896Z | Downloaded rayon v1.11.0 |
| 776 | 2026-05-21T04:10:37.905Z | Downloaded git2 v0.19.0 |
| 777 | 2026-05-21T04:10:37.909Z | Downloaded unicode-normalization v0.1.24 |
| 778 | 2026-05-21T04:10:37.914Z | Downloaded tower-http v0.6.8 |
| 779 | 2026-05-21T04:10:37.928Z | Downloaded aws-lc-rs v1.16.2 |
| 780 | 2026-05-21T04:10:37.938Z | Downloaded portable-atomic v1.11.1 |
| 781 | 2026-05-21T04:10:37.954Z | Downloaded tough v0.20.0 |
| 782 | 2026-05-21T04:10:37.958Z | Downloaded serde_with v3.14.1 |
| 783 | 2026-05-21T04:10:37.974Z | Downloaded rustls-webpki v0.102.8 |
| 784 | 2026-05-21T04:10:37.986Z | Downloaded goblin v0.10.1 |
| 785 | 2026-05-21T04:10:37.990Z | Downloaded zerocopy v0.7.35 |
| 786 | 2026-05-21T04:10:37.999Z | Downloaded zerovec v0.11.4 |
| 787 | 2026-05-21T04:10:38.002Z | Downloaded winnow v0.5.40 |
| 788 | 2026-05-21T04:10:38.006Z | Downloaded proptest v1.8.0 |
| 789 | 2026-05-21T04:10:38.020Z | Downloaded moka v0.12.11 |
| 790 | 2026-05-21T04:10:38.051Z | Downloaded quinn-proto v0.11.14 |
| 791 | 2026-05-21T04:10:38.059Z | Downloaded curve25519-dalek v4.1.3 |
| 792 | 2026-05-21T04:10:38.063Z | Downloaded tabled v0.15.0 |
| 793 | 2026-05-21T04:10:38.070Z | Downloaded tabled v0.20.0 |
| 794 | 2026-05-21T04:10:38.079Z | Downloaded winnow v0.7.14 |
| 795 | 2026-05-21T04:10:38.084Z | Downloaded time v0.3.47 |
| 796 | 2026-05-21T04:10:38.090Z | Downloaded syn v1.0.109 |
| 797 | 2026-05-21T04:10:38.096Z | Downloaded openssl v0.10.76 |
| 798 | 2026-05-21T04:10:38.129Z | Downloaded bstr v1.12.0 |
| 799 | 2026-05-21T04:10:38.134Z | Downloaded zerocopy v0.8.27 |
| 800 | 2026-05-21T04:10:38.146Z | Downloaded webpki-roots v1.0.2 |
| 801 | 2026-05-21T04:10:38.149Z | Downloaded rustls v0.22.4 |
| 802 | 2026-05-21T04:10:38.155Z | Downloaded vcpkg v0.2.15 |
| 803 | 2026-05-21T04:10:38.176Z | Downloaded unicode-width v0.1.14 |
| 804 | 2026-05-21T04:10:38.180Z | Downloaded rustix v0.38.44 |
| 805 | 2026-05-21T04:10:38.192Z | Downloaded smoltcp v0.11.0 |
| 806 | 2026-05-21T04:10:38.198Z | Downloaded rustix v1.1.4 |
| 807 | 2026-05-21T04:10:38.211Z | Downloaded regex-syntax v0.8.6 |
| 808 | 2026-05-21T04:10:38.215Z | Downloaded openapiv3 v2.2.0 |
| 809 | 2026-05-21T04:10:38.222Z | Downloaded hickory-proto v0.25.2 |
| 810 | 2026-05-21T04:10:38.231Z | Downloaded hickory-proto v0.24.4 |
| 811 | 2026-05-21T04:10:38.239Z | Downloaded rustls v0.23.32 |
| 812 | 2026-05-21T04:10:38.245Z | Downloaded syn v2.0.117 |
| 813 | 2026-05-21T04:10:38.252Z | Downloaded nix v0.30.1 |
| 814 | 2026-05-21T04:10:38.258Z | Downloaded unicode-width v0.2.1 |
| 815 | 2026-05-21T04:10:38.262Z | Downloaded regress v0.10.5 |
| 816 | 2026-05-21T04:10:38.267Z | Downloaded dropshot v0.16.7 |
| 817 | 2026-05-21T04:10:38.279Z | Downloaded regex-automata v0.4.13 |
| 818 | 2026-05-21T04:10:38.312Z | Downloaded libz-sys v1.1.22 |
| 819 | 2026-05-21T04:10:38.327Z | Downloaded typify-impl v0.6.1 |
| 820 | 2026-05-21T04:10:38.335Z | Downloaded sha3 v0.10.8 |
| 821 | 2026-05-21T04:10:38.343Z | Downloaded encoding_rs v0.8.35 |
| 822 | 2026-05-21T04:10:38.355Z | Downloaded typify-impl v0.4.3 |
| 823 | 2026-05-21T04:10:38.479Z | Downloaded jiff v0.2.15 |
| 824 | 2026-05-21T04:10:38.499Z | Downloaded petgraph v0.6.5 |
| 825 | 2026-05-21T04:10:38.522Z | Downloaded chrono-tz v0.10.4 |
| 826 | 2026-05-21T04:10:38.538Z | Downloaded petgraph v0.8.2 |
| 827 | 2026-05-21T04:10:38.551Z | Downloaded libc v0.2.183 |
| 828 | 2026-05-21T04:10:38.587Z | Downloaded csv v1.3.1 |
| 829 | 2026-05-21T04:10:38.611Z | Downloaded tokio v1.49.0 |
| 830 | 2026-05-21T04:10:38.777Z | Downloaded ring v0.17.14 |
| 831 | 2026-05-21T04:10:38.847Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 832 | 2026-05-21T04:10:38.878Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 833 | 2026-05-21T04:10:39.488Z | Downloaded aws-lc-sys v0.39.1 |
| 834 | 2026-05-21T04:10:39.806Z | Compiling proc-macro2 v1.0.106 |
| 835 | 2026-05-21T04:10:39.806Z | Compiling quote v1.0.45 |
| 836 | 2026-05-21T04:10:39.809Z | Compiling unicode-ident v1.0.24 |
| 837 | 2026-05-21T04:10:39.809Z | Compiling serde_core v1.0.228 |
| 838 | 2026-05-21T04:10:39.809Z | Compiling serde v1.0.228 |
| 839 | 2026-05-21T04:10:39.809Z | Compiling libc v0.2.183 |
| 840 | 2026-05-21T04:10:39.809Z | Checking cfg-if v1.0.3 |
| 841 | 2026-05-21T04:10:40.080Z | Compiling zmij v1.0.17 |
| 842 | 2026-05-21T04:10:40.135Z | Compiling autocfg v1.5.0 |
| 843 | 2026-05-21T04:10:40.422Z | Compiling memchr v2.7.5 |
| 844 | 2026-05-21T04:10:40.463Z | Compiling getrandom v0.3.3 |
| 845 | 2026-05-21T04:10:40.532Z | Compiling libm v0.2.15 |
| 846 | 2026-05-21T04:10:40.884Z | Checking smallvec v1.15.1 |
| 847 | 2026-05-21T04:10:40.931Z | Checking itoa v1.0.15 |
| 848 | 2026-05-21T04:10:40.945Z | Compiling thiserror v2.0.18 |
| 849 | 2026-05-21T04:10:41.025Z | Compiling shlex v1.3.0 |
| 850 | 2026-05-21T04:10:41.054Z | Compiling jobserver v0.1.34 |
| 851 | 2026-05-21T04:10:41.197Z | Compiling find-msvc-tools v0.1.9 |
| 852 | 2026-05-21T04:10:41.212Z | Compiling version_check v0.9.5 |
| 853 | 2026-05-21T04:10:41.269Z | Compiling syn v2.0.117 |
| 854 | 2026-05-21T04:10:41.321Z | Compiling icu_normalizer_data v2.0.0 |
| 855 | 2026-05-21T04:10:41.386Z | Compiling cc v1.2.58 |
| 856 | 2026-05-21T04:10:41.444Z | Compiling icu_properties_data v2.0.1 |
| 857 | 2026-05-21T04:10:41.517Z | Compiling parking_lot_core v0.9.12 |
| 858 | 2026-05-21T04:10:41.568Z | Checking stable_deref_trait v1.2.0 |
| 859 | 2026-05-21T04:10:41.632Z | Compiling serde_json v1.0.149 |
| 860 | 2026-05-21T04:10:41.843Z | Compiling heck v0.5.0 |
| 861 | 2026-05-21T04:10:41.945Z | Checking litemap v0.8.0 |
| 862 | 2026-05-21T04:10:42.014Z | Checking writeable v0.6.1 |
| 863 | 2026-05-21T04:10:42.042Z | Compiling num-traits v0.2.19 |
| 864 | 2026-05-21T04:10:42.057Z | Checking percent-encoding v2.3.2 |
| 865 | 2026-05-21T04:10:42.330Z | Checking form_urlencoded v1.2.2 |
| 866 | 2026-05-21T04:10:42.382Z | Checking utf8_iter v1.0.4 |
| 867 | 2026-05-21T04:10:42.425Z | Compiling zerocopy v0.8.27 |
| 868 | 2026-05-21T04:10:42.457Z | Checking pin-project-lite v0.2.16 |
| 869 | 2026-05-21T04:10:42.505Z | Checking iana-time-zone v0.1.64 |
| 870 | 2026-05-21T04:10:42.556Z | Compiling rustversion v1.0.22 |
| 871 | 2026-05-21T04:10:42.585Z | Compiling log v0.4.29 |
| 872 | 2026-05-21T04:10:42.612Z | Compiling equivalent v1.0.2 |
| 873 | 2026-05-21T04:10:42.661Z | Compiling foldhash v0.2.0 |
| 874 | 2026-05-21T04:10:42.705Z | Compiling allocator-api2 v0.2.21 |
| 875 | 2026-05-21T04:10:42.762Z | Compiling semver v1.0.27 |
| 876 | 2026-05-21T04:10:42.850Z | Checking uuid v1.20.0 |
| 877 | 2026-05-21T04:10:42.864Z | Checking socket2 v0.6.0 |
| 878 | 2026-05-21T04:10:43.015Z | Compiling hashbrown v0.16.1 |
| 879 | 2026-05-21T04:10:43.098Z | Checking scopeguard v1.2.0 |
| 880 | 2026-05-21T04:10:43.132Z | Checking getrandom v0.2.16 |
| 881 | 2026-05-21T04:10:43.206Z | Checking lock_api v0.4.14 |
| 882 | 2026-05-21T04:10:43.258Z | Checking signal-hook-registry v1.4.6 |
| 883 | 2026-05-21T04:10:43.272Z | Checking dyn-clone v1.0.20 |
| 884 | 2026-05-21T04:10:43.293Z | Compiling schemars v0.8.22 |
| 885 | 2026-05-21T04:10:43.347Z | Checking bitflags v2.11.1 |
| 886 | 2026-05-21T04:10:43.373Z | Checking mio v1.0.4 |
| 887 | 2026-05-21T04:10:43.405Z | Checking parking_lot v0.12.5 |
| 888 | 2026-05-21T04:10:43.410Z | Compiling portable-atomic v1.11.1 |
| 889 | 2026-05-21T04:10:43.595Z | Checking critical-section v1.2.0 |
| 890 | 2026-05-21T04:10:43.694Z | Checking futures-core v0.3.32 |
| 891 | 2026-05-21T04:10:43.725Z | Compiling ring v0.17.14 |
| 892 | 2026-05-21T04:10:43.728Z | Compiling typenum v1.18.0 |
| 893 | 2026-05-21T04:10:43.979Z | Compiling indexmap v2.13.0 |
| 894 | 2026-05-21T04:10:43.994Z | Compiling thiserror v1.0.69 |
| 895 | 2026-05-21T04:10:44.152Z | Compiling synstructure v0.13.2 |
| 896 | 2026-05-21T04:10:44.309Z | Compiling serde_derive_internals v0.29.1 |
| 897 | 2026-05-21T04:10:44.376Z | Checking once_cell v1.21.3 |
| 898 | 2026-05-21T04:10:44.617Z | Compiling regex-syntax v0.8.6 |
| 899 | 2026-05-21T04:10:44.673Z | Compiling httparse v1.10.1 |
| 900 | 2026-05-21T04:10:44.935Z | Compiling rustix v1.1.4 |
| 901 | 2026-05-21T04:10:45.065Z | Checking futures-sink v0.3.32 |
| 902 | 2026-05-21T04:10:45.068Z | Compiling aho-corasick v1.1.3 |
| 903 | 2026-05-21T04:10:45.123Z | Checking slab v0.4.11 |
| 904 | 2026-05-21T04:10:45.137Z | Checking subtle v2.6.1 |
| 905 | 2026-05-21T04:10:45.167Z | Compiling anyhow v1.0.102 |
| 906 | 2026-05-21T04:10:45.283Z | Compiling ucd-trie v0.1.7 |
| 907 | 2026-05-21T04:10:45.285Z | Checking futures-channel v0.3.32 |
| 908 | 2026-05-21T04:10:45.326Z | Compiling serde_derive v1.0.228 |
| 909 | 2026-05-21T04:10:45.488Z | Compiling zerofrom-derive v0.1.6 |
| 910 | 2026-05-21T04:10:45.503Z | Compiling yoke-derive v0.8.0 |
| 911 | 2026-05-21T04:10:45.517Z | Compiling zerovec-derive v0.11.1 |
| 912 | 2026-05-21T04:10:45.534Z | Compiling displaydoc v0.2.5 |
| 913 | 2026-05-21T04:10:46.258Z | Compiling thiserror-impl v2.0.18 |
| 914 | 2026-05-21T04:10:46.498Z | Compiling schemars_derive v0.8.22 |
| 915 | 2026-05-21T04:10:46.514Z | Compiling tokio-macros v2.6.0 |
| 916 | 2026-05-21T04:10:46.589Z | Compiling zerocopy-derive v0.8.27 |
| 917 | 2026-05-21T04:10:46.673Z | Checking zerofrom v0.1.6 |
| 918 | 2026-05-21T04:10:46.691Z | Compiling futures-macro v0.3.32 |
| 919 | 2026-05-21T04:10:46.792Z | Checking yoke v0.8.0 |
| 920 | 2026-05-21T04:10:46.967Z | Checking zerovec v0.11.4 |
| 921 | 2026-05-21T04:10:47.223Z | Checking zerotrie v0.2.2 |
| 922 | 2026-05-21T04:10:47.465Z | Compiling zeroize_derive v1.4.3 |
| 923 | 2026-05-21T04:10:47.586Z | Compiling thiserror-impl v1.0.69 |
| 924 | 2026-05-21T04:10:47.619Z | Compiling regex-automata v0.4.13 |
| 925 | 2026-05-21T04:10:47.656Z | Compiling pest v2.8.2 |
| 926 | 2026-05-21T04:10:47.677Z | Checking tinystr v0.8.1 |
| 927 | 2026-05-21T04:10:47.795Z | Checking potential_utf v0.1.3 |
| 928 | 2026-05-21T04:10:47.853Z | Checking icu_locale_core v2.0.0 |
| 929 | 2026-05-21T04:10:47.926Z | Checking icu_collections v2.0.0 |
| 930 | 2026-05-21T04:10:48.214Z | Checking zeroize v1.8.1 |
| 931 | 2026-05-21T04:10:48.297Z | Checking icu_provider v2.0.0 |
| 932 | 2026-05-21T04:10:48.339Z | Checking bytes v1.11.1 |
| 933 | 2026-05-21T04:10:48.368Z | Checking chrono v0.4.44 |
| 934 | 2026-05-21T04:10:48.536Z | Checking icu_properties v2.0.1 |
| 935 | 2026-05-21T04:10:48.611Z | Checking icu_normalizer v2.0.0 |
| 936 | 2026-05-21T04:10:48.713Z | Compiling serde_tokenstream v0.2.3 |
| 937 | 2026-05-21T04:10:48.764Z | Checking tokio v1.49.0 |
| 938 | 2026-05-21T04:10:49.266Z | Checking rand_core v0.6.4 |
| 939 | 2026-05-21T04:10:49.296Z | Compiling regex v1.12.3 |
| 940 | 2026-05-21T04:10:49.388Z | Checking idna_adapter v1.2.1 |
| 941 | 2026-05-21T04:10:49.454Z | Compiling pest_meta v2.8.2 |
| 942 | 2026-05-21T04:10:49.519Z | Checking idna v1.1.0 |
| 943 | 2026-05-21T04:10:49.701Z | Checking futures-io v0.3.32 |
| 944 | 2026-05-21T04:10:49.777Z | Checking url v2.5.7 |
| 945 | 2026-05-21T04:10:49.817Z | Checking futures-task v0.3.32 |
| 946 | 2026-05-21T04:10:49.832Z | Compiling pkg-config v0.3.32 |
| 947 | 2026-05-21T04:10:50.199Z | Compiling pest_generator v2.8.2 |
| 948 | 2026-05-21T04:10:50.235Z | Checking futures-util v0.3.32 |
| 949 | 2026-05-21T04:10:50.289Z | Compiling tracing-attributes v0.1.30 |
| 950 | 2026-05-21T04:10:50.309Z | Checking tracing-core v0.1.34 |
| 951 | 2026-05-21T04:10:50.624Z | Compiling generic-array v0.14.7 |
| 952 | 2026-05-21T04:10:50.837Z | Compiling pest_derive v2.8.2 |
| 953 | 2026-05-21T04:10:50.852Z | Compiling fnv v1.0.7 |
| 954 | 2026-05-21T04:10:50.893Z | Compiling vcpkg v0.2.15 |
| 955 | 2026-05-21T04:10:51.014Z | Compiling http v1.4.0 |
| 956 | 2026-05-21T04:10:51.460Z | Compiling regress v0.10.5 |
| 957 | 2026-05-21T04:10:51.511Z | Compiling time-core v0.1.8 |
| 958 | 2026-05-21T04:10:51.514Z | Checking tracing v0.1.41 |
| 959 | 2026-05-21T04:10:51.642Z | Compiling byteorder v1.5.0 |
| 960 | 2026-05-21T04:10:51.662Z | Compiling num-conv v0.2.1 |
| 961 | 2026-05-21T04:10:51.813Z | Compiling time-macros v0.2.27 |
| 962 | 2026-05-21T04:10:51.833Z | Checking errno v0.3.14 |
| 963 | 2026-05-21T04:10:51.954Z | Checking ipnet v2.11.0 |
| 964 | 2026-05-21T04:10:51.979Z | Checking base64 v0.22.1 |
| 965 | 2026-05-21T04:10:52.150Z | Checking tokio-util v0.7.16 |
| 966 | 2026-05-21T04:10:52.201Z | Checking crypto-common v0.1.6 |
| 967 | 2026-05-21T04:10:52.215Z | Compiling scroll_derive v0.13.1 |
| 968 | 2026-05-21T04:10:52.323Z | Compiling camino v1.2.2 |
| 969 | 2026-05-21T04:10:52.702Z | Checking http-body v1.0.1 |
| 970 | 2026-05-21T04:10:52.804Z | Checking ppv-lite86 v0.2.21 |
| 971 | 2026-05-21T04:10:52.849Z | Checking atomic-waker v1.1.2 |
| 972 | 2026-05-21T04:10:52.936Z | Compiling crossbeam-utils v0.8.21 |
| 973 | 2026-05-21T04:10:52.953Z | Checking ipnetwork v0.21.1 |
| 974 | 2026-05-21T04:10:53.030Z | Compiling slog v2.8.2 |
| 975 | 2026-05-21T04:10:53.100Z | Compiling paste v1.0.15 |
| 976 | 2026-05-21T04:10:53.161Z | Checking tower-service v0.3.3 |
| 977 | 2026-05-21T04:10:53.200Z | Checking try-lock v0.2.5 |
| 978 | 2026-05-21T04:10:53.256Z | Checking tower-layer v0.3.3 |
| 979 | 2026-05-21T04:10:53.299Z | Checking want v0.3.1 |
| 980 | 2026-05-21T04:10:53.314Z | Checking h2 v0.4.12 |
| 981 | 2026-05-21T04:10:53.327Z | Checking rustls-pki-types v1.12.0 |
| 982 | 2026-05-21T04:10:53.404Z | Checking erased-serde v0.3.31 |
| 983 | 2026-05-21T04:10:53.437Z | Checking pretty-hex v0.4.1 |
| 984 | 2026-05-21T04:10:53.572Z | Checking ryu v1.0.20 |
| 985 | 2026-05-21T04:10:53.592Z | Checking pin-utils v0.1.0 |
| 986 | 2026-05-21T04:10:53.607Z | Checking httpdate v1.0.3 |
| 987 | 2026-05-21T04:10:53.662Z | Compiling async-trait v0.1.89 |
| 988 | 2026-05-21T04:10:53.753Z | Checking untrusted v0.9.0 |
| 989 | 2026-05-21T04:10:53.840Z | Compiling scroll v0.13.0 |
| 990 | 2026-05-21T04:10:53.882Z | Compiling openssl-sys v0.9.112 |
| 991 | 2026-05-21T04:10:54.056Z | Compiling usdt-impl v0.6.0 |
| 992 | 2026-05-21T04:10:54.079Z | Compiling plain v0.2.3 |
| 993 | 2026-05-21T04:10:54.162Z | Compiling strsim v0.11.1 |
| 994 | 2026-05-21T04:10:54.192Z | Compiling goblin v0.10.1 |
| 995 | 2026-05-21T04:10:54.250Z | Checking oxnet v0.1.4 |
| 996 | 2026-05-21T04:10:54.325Z | Checking http-body-util v0.1.3 |
| 997 | 2026-05-21T04:10:54.473Z | Checking block-buffer v0.10.4 |
| 998 | 2026-05-21T04:10:54.489Z | Compiling openapiv3 v2.2.0 |
| 999 | 2026-05-21T04:10:54.523Z | Checking rand_core v0.9.3 |
| 1000 | 2026-05-21T04:10:54.704Z | Compiling slog-async v2.8.0 |
| 1001 | 2026-05-21T04:10:54.749Z | Checking digest v0.10.7 |
| 1002 | 2026-05-21T04:10:54.886Z | Checking serde_urlencoded v0.7.1 |
| 1003 | 2026-05-21T04:10:54.945Z | Compiling typify-impl v0.4.3 |
| 1004 | 2026-05-21T04:10:55.043Z | Compiling dtrace-parser v0.3.0 |
| 1005 | 2026-05-21T04:10:55.100Z | Compiling cmake v0.1.54 |
| 1006 | 2026-05-21T04:10:55.221Z | Checking hyper v1.8.1 |
| 1007 | 2026-05-21T04:10:55.435Z | Compiling thread-id v5.0.0 |
| 1008 | 2026-05-21T04:10:55.525Z | Compiling omicron-workspace-hack v0.1.0 |
| 1009 | 2026-05-21T04:10:55.652Z | Compiling ident_case v1.0.1 |
| 1010 | 2026-05-21T04:10:55.738Z | Compiling dunce v1.0.5 |
| 1011 | 2026-05-21T04:10:55.777Z | Compiling fs_extra v1.3.0 |
| 1012 | 2026-05-21T04:10:55.799Z | Compiling darling_core v0.21.3 |
| 1013 | 2026-05-21T04:10:55.856Z | Checking rand_chacha v0.9.0 |
| 1014 | 2026-05-21T04:10:55.991Z | Compiling daft-derive v0.1.5 |
| 1015 | 2026-05-21T04:10:56.033Z | Compiling aws-lc-sys v0.39.1 |
| 1016 | 2026-05-21T04:10:56.048Z | Compiling syn v1.0.109 |
| 1017 | 2026-05-21T04:10:56.051Z | Checking rand v0.9.2 |
| 1018 | 2026-05-21T04:10:56.102Z | Checking hyper-util v0.1.19 |
| 1019 | 2026-05-21T04:10:56.377Z | Compiling unsafe-libyaml v0.2.11 |
| 1020 | 2026-05-21T04:10:56.496Z | Checking powerfmt v0.2.0 |
| 1021 | 2026-05-21T04:10:56.653Z | Checking deranged v0.5.3 |
| 1022 | 2026-05-21T04:10:56.771Z | Checking sync_wrapper v1.0.2 |
| 1023 | 2026-05-21T04:10:57.057Z | Compiling dof v0.4.0 |
| 1024 | 2026-05-21T04:10:57.191Z | Compiling serde_yaml v0.9.34+deprecated |
| 1025 | 2026-05-21T04:10:57.671Z | Compiling rustls v0.22.4 |
| 1026 | 2026-05-21T04:10:57.866Z | Compiling darling_macro v0.21.3 |
| 1027 | 2026-05-21T04:10:57.884Z | Compiling aws-lc-rs v1.16.2 |
| 1028 | 2026-05-21T04:10:57.901Z | Checking num_threads v0.1.7 |
| 1029 | 2026-05-21T04:10:57.950Z | Checking cpufeatures v0.2.17 |
| 1030 | 2026-05-21T04:10:58.055Z | Compiling usdt-attr-macro v0.6.0 |
| 1031 | 2026-05-21T04:10:58.131Z | Compiling usdt-macro v0.6.0 |
| 1032 | 2026-05-21T04:10:58.181Z | Checking time v0.3.47 |
| 1033 | 2026-05-21T04:10:58.319Z | Compiling typify-macro v0.4.3 |
| 1034 | 2026-05-21T04:10:58.407Z | Compiling darling v0.21.3 |
| 1035 | 2026-05-21T04:10:58.422Z | Checking tower v0.5.2 |
| 1036 | 2026-05-21T04:10:58.896Z | Compiling structmeta-derive v0.3.0 |
| 1037 | 2026-05-21T04:10:58.948Z | Checking encoding_rs v0.8.35 |
| 1038 | 2026-05-21T04:10:59.093Z | Checking iri-string v0.7.8 |
| 1039 | 2026-05-21T04:10:59.355Z | Checking mime v0.3.17 |
| 1040 | 2026-05-21T04:10:59.429Z | Checking crossbeam-channel v0.5.15 |
| 1041 | 2026-05-21T04:10:59.527Z | Checking futures-executor v0.3.32 |
| 1042 | 2026-05-21T04:10:59.675Z | Compiling multer v3.1.0 |
| 1043 | 2026-05-21T04:10:59.762Z | Checking hex v0.4.3 |
| 1044 | 2026-05-21T04:10:59.858Z | Compiling typify v0.4.3 |
| 1045 | 2026-05-21T04:10:59.896Z | Compiling openssl v0.10.76 |
| 1046 | 2026-05-21T04:10:59.899Z | Checking untrusted v0.7.1 |
| 1047 | 2026-05-21T04:10:59.945Z | Checking foreign-types-shared v0.1.1 |
| 1048 | 2026-05-21T04:10:59.960Z | Compiling structmeta v0.3.0 |
| 1049 | 2026-05-21T04:10:59.981Z | Checking fastrand v2.3.0 |
| 1050 | 2026-05-21T04:11:00.017Z | Checking unicode-width v0.2.1 |
| 1051 | 2026-05-21T04:11:00.031Z | Checking foreign-types v0.3.2 |
| 1052 | 2026-05-21T04:11:00.117Z | Checking tower-http v0.6.8 |
| 1053 | 2026-05-21T04:11:00.138Z | Checking futures v0.3.32 |
| 1054 | 2026-05-21T04:11:00.152Z | Checking tempfile v3.27.0 |
| 1055 | 2026-05-21T04:11:00.209Z | Compiling openssl-macros v0.1.1 |
| 1056 | 2026-05-21T04:11:00.224Z | Compiling async-stream-impl v0.3.6 |
| 1057 | 2026-05-21T04:11:00.258Z | Compiling strum_macros v0.26.4 |
| 1058 | 2026-05-21T04:11:00.372Z | Checking thread_local v1.1.9 |
| 1059 | 2026-05-21T04:11:00.409Z | Compiling native-tls v0.2.14 |
| 1060 | 2026-05-21T04:11:00.528Z | Checking openssl-probe v0.1.6 |
| 1061 | 2026-05-21T04:11:00.628Z | Compiling rustls v0.23.32 |
| 1062 | 2026-05-21T04:11:00.874Z | Compiling newtype-uuid-macros v0.1.0 |
| 1063 | 2026-05-21T04:11:01.072Z | Compiling dropshot v0.16.7 |
| 1064 | 2026-05-21T04:11:01.107Z | Checking memmap2 v0.9.8 |
| 1065 | 2026-05-21T04:11:01.262Z | Checking is-terminal v0.4.16 |
| 1066 | 2026-05-21T04:11:01.291Z | Compiling ref-cast v1.0.25 |
| 1067 | 2026-05-21T04:11:01.350Z | Checking match_cfg v0.1.0 |
| 1068 | 2026-05-21T04:11:01.418Z | Checking take_mut v0.2.2 |
| 1069 | 2026-05-21T04:11:01.516Z | Checking term v1.2.0 |
| 1070 | 2026-05-21T04:11:01.598Z | Checking winnow v0.7.14 |
| 1071 | 2026-05-21T04:11:01.706Z | Checking hostname v0.3.1 |
| 1072 | 2026-05-21T04:11:01.725Z | Checking slog-term v2.9.2 |
| 1073 | 2026-05-21T04:11:01.845Z | Checking slog-json v2.6.1 |
| 1074 | 2026-05-21T04:11:01.848Z | Compiling dropshot_endpoint v0.16.7 |
| 1075 | 2026-05-21T04:11:01.972Z | Compiling ref-cast-impl v1.0.25 |
| 1076 | 2026-05-21T04:11:01.991Z | Checking slog-bunyan v2.5.0 |
| 1077 | 2026-05-21T04:11:02.099Z | Compiling derive-ex v0.1.8 |
| 1078 | 2026-05-21T04:11:02.746Z | Checking webpki-roots v1.0.2 |
| 1079 | 2026-05-21T04:11:02.775Z | Compiling strum_macros v0.27.2 |
| 1080 | 2026-05-21T04:11:02.992Z | Checking tokio-native-tls v0.3.1 |
| 1081 | 2026-05-21T04:11:03.146Z | Checking hyper-tls v0.6.0 |
| 1082 | 2026-05-21T04:11:03.241Z | Compiling progenitor-impl v0.11.1 |
| 1083 | 2026-05-21T04:11:03.380Z | Checking newtype-uuid v1.3.2 |
| 1084 | 2026-05-21T04:11:03.432Z | Checking either v1.15.0 |
| 1085 | 2026-05-21T04:11:03.556Z | Checking daft v0.1.5 |
| 1086 | 2026-05-21T04:11:03.609Z | Compiling serde_with_macros v3.14.1 |
| 1087 | 2026-05-21T04:11:03.625Z | Compiling test-strategy v0.4.3 |
| 1088 | 2026-05-21T04:11:03.929Z | Checking rustls-webpki v0.102.8 |
| 1089 | 2026-05-21T04:11:04.083Z | Checking debug-ignore v1.0.5 |
| 1090 | 2026-05-21T04:11:04.184Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 1091 | 2026-05-21T04:11:04.623Z | Compiling parse-display-derive v0.10.0 |
| 1092 | 2026-05-21T04:11:04.793Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1093 | 2026-05-21T04:11:04.887Z | Checking usdt v0.6.0 |
| 1094 | 2026-05-21T04:11:05.033Z | Checking serde_spanned v1.0.4 |
| 1095 | 2026-05-21T04:11:05.049Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1096 | 2026-05-21T04:11:05.165Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1097 | 2026-05-21T04:11:05.243Z | Checking spin v0.9.8 |
| 1098 | 2026-05-21T04:11:05.340Z | Checking toml v0.9.11+spec-1.1.0 |
| 1099 | 2026-05-21T04:11:05.355Z | Compiling progenitor-macro v0.11.1 |
| 1100 | 2026-05-21T04:11:05.579Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1101 | 2026-05-21T04:11:05.738Z | Checking strum v0.26.3 |
| 1102 | 2026-05-21T04:11:05.783Z | Checking tokio-rustls v0.25.0 |
| 1103 | 2026-05-21T04:11:05.845Z | Checking async-stream v0.3.6 |
| 1104 | 2026-05-21T04:11:05.884Z | Checking sha1 v0.10.6 |
| 1105 | 2026-05-21T04:11:05.909Z | Checking rustls-pemfile v2.2.0 |
| 1106 | 2026-05-21T04:11:05.965Z | Checking rand_chacha v0.3.1 |
| 1107 | 2026-05-21T04:11:05.980Z | Checking waitgroup v0.1.2 |
| 1108 | 2026-05-21T04:11:06.039Z | Compiling toml_datetime v0.6.11 |
| 1109 | 2026-05-21T04:11:06.056Z | Checking macaddr v1.0.1 |
| 1110 | 2026-05-21T04:11:06.070Z | Checking serde_path_to_error v0.1.20 |
| 1111 | 2026-05-21T04:11:06.084Z | Checking hostname v0.4.2 |
| 1112 | 2026-05-21T04:11:06.148Z | Checking wait-timeout v0.2.1 |
| 1113 | 2026-05-21T04:11:06.177Z | Checking lazy_static v1.5.0 |
| 1114 | 2026-05-21T04:11:06.225Z | Checking quick-error v1.2.3 |
| 1115 | 2026-05-21T04:11:06.263Z | Checking bit-vec v0.8.0 |
| 1116 | 2026-05-21T04:11:06.266Z | Checking rand v0.8.5 |
| 1117 | 2026-05-21T04:11:06.306Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1118 | 2026-05-21T04:11:06.319Z | Checking rusty-fork v0.3.0 |
| 1119 | 2026-05-21T04:11:06.450Z | Checking bit-set v0.8.0 |
| 1120 | 2026-05-21T04:11:06.496Z | Checking tabwriter v1.4.1 |
| 1121 | 2026-05-21T04:11:06.592Z | Checking rand_xorshift v0.4.0 |
| 1122 | 2026-05-21T04:11:06.707Z | Compiling clap_derive v4.6.0 |
| 1123 | 2026-05-21T04:11:06.744Z | Checking utf8parse v0.2.2 |
| 1124 | 2026-05-21T04:11:06.802Z | Checking unarray v0.1.4 |
| 1125 | 2026-05-21T04:11:06.841Z | Checking colored v3.0.0 |
| 1126 | 2026-05-21T04:11:06.859Z | Checking anstyle-parse v1.0.0 |
| 1127 | 2026-05-21T04:11:06.906Z | Checking proptest v1.8.0 |
| 1128 | 2026-05-21T04:11:07.009Z | Checking strum v0.27.2 |
| 1129 | 2026-05-21T04:11:07.119Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1130 | 2026-05-21T04:11:07.122Z | Checking terminal_size v0.4.3 |
| 1131 | 2026-05-21T04:11:07.527Z | Checking colorchoice v1.0.4 |
| 1132 | 2026-05-21T04:11:07.563Z | Checking is_terminal_polyfill v1.70.1 |
| 1133 | 2026-05-21T04:11:07.626Z | Checking anstyle-query v1.1.4 |
| 1134 | 2026-05-21T04:11:07.650Z | Checking anstyle v1.0.14 |
| 1135 | 2026-05-21T04:11:07.828Z | Checking anstream v1.0.0 |
| 1136 | 2026-05-21T04:11:07.919Z | Checking itertools v0.14.0 |
| 1137 | 2026-05-21T04:11:08.152Z | Checking clap_lex v1.1.0 |
| 1138 | 2026-05-21T04:11:08.510Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1139 | 2026-05-21T04:11:08.606Z | Checking clap_builder v4.6.0 |
| 1140 | 2026-05-21T04:11:09.058Z | Checking serde_with v3.14.1 |
| 1141 | 2026-05-21T04:11:09.792Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1142 | 2026-05-21T04:11:09.846Z | Checking instant v0.1.13 |
| 1143 | 2026-05-21T04:11:09.886Z | Checking clap v4.6.0 |
| 1144 | 2026-05-21T04:11:09.931Z | Checking rustc-hash v2.1.1 |
| 1145 | 2026-05-21T04:11:10.039Z | Checking iddqd v0.3.18 |
| 1146 | 2026-05-21T04:11:10.155Z | Checking backoff v0.4.0 |
| 1147 | 2026-05-21T04:11:10.321Z | Checking parse-display v0.10.0 |
| 1148 | 2026-05-21T04:11:10.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1149 | 2026-05-21T04:11:10.458Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1150 | 2026-05-21T04:11:11.947Z | Compiling num-derive v0.4.2 |
| 1151 | 2026-05-21T04:11:12.453Z | Compiling rustls-webpki v0.103.6 |
| 1152 | 2026-05-21T04:11:12.868Z | Compiling prettyplease v0.2.37 |
| 1153 | 2026-05-21T04:11:15.229Z | Checking serde_spanned v0.6.9 |
| 1154 | 2026-05-21T04:11:15.360Z | Compiling memoffset v0.9.1 |
| 1155 | 2026-05-21T04:11:15.385Z | Compiling cfg_aliases v0.2.1 |
| 1156 | 2026-05-21T04:11:15.594Z | Compiling tokio-rustls v0.26.3 |
| 1157 | 2026-05-21T04:11:15.802Z | Compiling nix v0.30.1 |
| 1158 | 2026-05-21T04:11:17.359Z | Compiling hyper-rustls v0.27.7 |
| 1159 | 2026-05-21T04:11:17.359Z | Compiling reqwest v0.12.23 |
| 1160 | 2026-05-21T04:11:17.443Z | Checking crossbeam-epoch v0.9.18 |
| 1161 | 2026-05-21T04:11:17.764Z | Compiling progenitor-client v0.11.1 |
| 1162 | 2026-05-21T04:11:18.016Z | Compiling winnow v0.5.40 |
| 1163 | 2026-05-21T04:11:19.017Z | Compiling progenitor v0.11.1 |
| 1164 | 2026-05-21T04:11:19.329Z | Compiling toml_edit v0.19.15 |
| 1165 | 2026-05-21T04:11:20.161Z | Compiling num-integer v0.1.46 |
| 1166 | 2026-05-21T04:11:20.516Z | Compiling proc-macro-crate v1.3.1 |
| 1167 | 2026-05-21T04:11:20.686Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1168 | 2026-05-21T04:11:20.935Z | Compiling progenitor-client v0.10.0 |
| 1169 | 2026-05-21T04:11:21.561Z | Compiling hubpack_derive v0.1.1 |
| 1170 | 2026-05-21T04:11:21.850Z | Compiling rayon-core v1.13.0 |
| 1171 | 2026-05-21T04:11:22.072Z | Checking toml_write v0.1.2 |
| 1172 | 2026-05-21T04:11:22.134Z | Checking hubpack v0.1.2 |
| 1173 | 2026-05-21T04:11:22.184Z | Checking num-rational v0.4.2 |
| 1174 | 2026-05-21T04:11:22.238Z | Checking toml_edit v0.22.27 |
| 1175 | 2026-05-21T04:11:22.295Z | Checking num-iter v0.1.45 |
| 1176 | 2026-05-21T04:11:22.528Z | Compiling zerocopy-derive v0.7.35 |
| 1177 | 2026-05-21T04:11:22.587Z | Compiling num-complex v0.4.6 |
| 1178 | 2026-05-21T04:11:22.949Z | Checking static_assertions v1.1.0 |
| 1179 | 2026-05-21T04:11:23.072Z | Checking num v0.4.3 |
| 1180 | 2026-05-21T04:11:23.190Z | Checking crossbeam-deque v0.8.6 |
| 1181 | 2026-05-21T04:11:23.293Z | Checking toml v0.8.23 |
| 1182 | 2026-05-21T04:11:23.346Z | Checking float-ord v0.3.2 |
| 1183 | 2026-05-21T04:11:23.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1184 | 2026-05-21T04:11:23.448Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1185 | 2026-05-21T04:11:23.716Z | Compiling proc-macro-error-attr v1.0.4 |
| 1186 | 2026-05-21T04:11:23.784Z | Checking bytecount v0.6.9 |
| 1187 | 2026-05-21T04:11:23.892Z | Compiling heapless v0.8.0 |
| 1188 | 2026-05-21T04:11:24.024Z | Checking libscf-sys v1.2.0 |
| 1189 | 2026-05-21T04:11:24.154Z | Compiling ingot-macros v0.1.1 |
| 1190 | 2026-05-21T04:11:24.173Z | Checking hash32 v0.3.1 |
| 1191 | 2026-05-21T04:11:24.301Z | Compiling proc-macro-error v1.0.4 |
| 1192 | 2026-05-21T04:11:24.389Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1193 | 2026-05-21T04:11:24.490Z | Compiling smoltcp v0.11.0 |
| 1194 | 2026-05-21T04:11:25.044Z | Compiling zerocopy v0.7.35 |
| 1195 | 2026-05-21T04:11:25.254Z | Compiling num_enum_derive v0.7.5 |
| 1196 | 2026-05-21T04:11:25.352Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1197 | 2026-05-21T04:11:25.488Z | Checking cobs v0.3.0 |
| 1198 | 2026-05-21T04:11:25.584Z | Compiling foreign-types-macros v0.2.3 |
| 1199 | 2026-05-21T04:11:25.633Z | Compiling scroll_derive v0.12.1 |
| 1200 | 2026-05-21T04:11:25.745Z | Compiling usdt-impl v0.5.0 |
| 1201 | 2026-05-21T04:11:25.903Z | Checking managed v0.8.0 |
| 1202 | 2026-05-21T04:11:26.001Z | Checking bitflags v1.3.2 |
| 1203 | 2026-05-21T04:11:26.077Z | Checking foreign-types-shared v0.3.1 |
| 1204 | 2026-05-21T04:11:26.093Z | Compiling crucible-workspace-hack v0.1.0 |
| 1205 | 2026-05-21T04:11:26.192Z | Checking num_enum v0.7.5 |
| 1206 | 2026-05-21T04:11:26.211Z | Checking foreign-types v0.5.0 |
| 1207 | 2026-05-21T04:11:26.308Z | Checking postcard v1.1.3 |
| 1208 | 2026-05-21T04:11:26.339Z | Checking scroll v0.12.0 |
| 1209 | 2026-05-21T04:11:26.358Z | Compiling dof v0.3.0 |
| 1210 | 2026-05-21T04:11:26.579Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1211 | 2026-05-21T04:11:26.669Z | Compiling dtrace-parser v0.2.0 |
| 1212 | 2026-05-21T04:11:26.701Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1213 | 2026-05-21T04:11:26.762Z | Checking camino-tempfile v1.4.1 |
| 1214 | 2026-05-21T04:11:26.777Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1215 | 2026-05-21T04:11:26.805Z | Checking ingot-types v0.1.2 |
| 1216 | 2026-05-21T04:11:26.915Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1217 | 2026-05-21T04:11:26.981Z | Checking cstr-argument v0.1.2 |
| 1218 | 2026-05-21T04:11:27.107Z | Compiling thread-id v4.2.2 |
| 1219 | 2026-05-21T04:11:27.140Z | Checking ingot v0.1.1 |
| 1220 | 2026-05-21T04:11:27.154Z | Compiling heck v0.4.1 |
| 1221 | 2026-05-21T04:11:27.172Z | Compiling minimal-lexical v0.2.1 |
| 1222 | 2026-05-21T04:11:27.192Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1223 | 2026-05-21T04:11:27.334Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1224 | 2026-05-21T04:11:27.349Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1225 | 2026-05-21T04:11:27.363Z | Compiling nom v7.1.3 |
| 1226 | 2026-05-21T04:11:27.411Z | Checking goblin v0.8.2 |
| 1227 | 2026-05-21T04:11:27.518Z | Checking rayon v1.11.0 |
| 1228 | 2026-05-21T04:11:27.980Z | Compiling num_enum_derive v0.5.11 |
| 1229 | 2026-05-21T04:11:28.049Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1230 | 2026-05-21T04:11:28.396Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1231 | 2026-05-21T04:11:28.538Z | Compiling rustc_version v0.4.1 |
| 1232 | 2026-05-21T04:11:28.770Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1233 | 2026-05-21T04:11:28.811Z | Compiling rustix v0.38.44 |
| 1234 | 2026-05-21T04:11:28.886Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1235 | 2026-05-21T04:11:28.890Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1236 | 2026-05-21T04:11:29.172Z | Compiling convert_case v0.4.0 |
| 1237 | 2026-05-21T04:11:29.210Z | Checking tinyvec_macros v0.1.1 |
| 1238 | 2026-05-21T04:11:29.387Z | Compiling proc-macro-error2 v2.0.1 |
| 1239 | 2026-05-21T04:11:29.395Z | Checking tinyvec v1.10.0 |
| 1240 | 2026-05-21T04:11:29.425Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1241 | 2026-05-21T04:11:29.486Z | Compiling derive_more v0.99.20 |
| 1242 | 2026-05-21T04:11:29.596Z | Checking num_enum v0.5.11 |
| 1243 | 2026-05-21T04:11:29.647Z | Compiling libz-sys v1.1.22 |
| 1244 | 2026-05-21T04:11:29.709Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1245 | 2026-05-21T04:11:29.808Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1246 | 2026-05-21T04:11:30.118Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-05-21T04:11:30.137Z | Compiling tabled_derive v0.11.0 |
| 1248 | 2026-05-21T04:11:30.646Z | Compiling usdt-macro v0.5.0 |
| 1249 | 2026-05-21T04:11:30.658Z | Compiling usdt-attr-macro v0.5.0 |
| 1250 | 2026-05-21T04:11:30.772Z | Compiling zone_cfg_derive v0.3.1 |
| 1251 | 2026-05-21T04:11:30.986Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1252 | 2026-05-21T04:11:31.217Z | Checking papergrid v0.17.0 |
| 1253 | 2026-05-21T04:11:31.252Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1254 | 2026-05-21T04:11:31.363Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1255 | 2026-05-21T04:11:31.433Z | Checking itertools v0.12.1 |
| 1256 | 2026-05-21T04:11:31.538Z | Checking testing_table v0.3.0 |
| 1257 | 2026-05-21T04:11:31.633Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1258 | 2026-05-21T04:11:31.716Z | Checking sigpipe v0.1.3 |
| 1259 | 2026-05-21T04:11:31.719Z | Checking memmap v0.7.0 |
| 1260 | 2026-05-21T04:11:31.800Z | Checking glob v0.3.3 |
| 1261 | 2026-05-21T04:11:31.861Z | Checking jiff v0.2.15 |
| 1262 | 2026-05-21T04:11:31.864Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-05-21T04:11:31.978Z | Checking tabled v0.20.0 |
| 1264 | 2026-05-21T04:11:31.993Z | Checking usdt v0.5.0 |
| 1265 | 2026-05-21T04:11:32.007Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1266 | 2026-05-21T04:11:32.150Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1267 | 2026-05-21T04:11:32.165Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1268 | 2026-05-21T04:11:32.182Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-05-21T04:11:32.374Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1270 | 2026-05-21T04:11:32.431Z | Checking zone v0.3.1 |
| 1271 | 2026-05-21T04:11:32.457Z | Checking smf v0.2.3 |
| 1272 | 2026-05-21T04:11:32.597Z | Checking secrecy v0.10.3 |
| 1273 | 2026-05-21T04:11:32.681Z | Checking bstr v1.12.0 |
| 1274 | 2026-05-21T04:11:32.715Z | Checking whoami v1.6.1 |
| 1275 | 2026-05-21T04:11:32.886Z | Compiling curve25519-dalek v4.1.3 |
| 1276 | 2026-05-21T04:11:32.901Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1277 | 2026-05-21T04:11:33.015Z | Checking hmac v0.12.1 |
| 1278 | 2026-05-21T04:11:33.100Z | Compiling clang-sys v1.8.1 |
| 1279 | 2026-05-21T04:11:33.148Z | Checking inout v0.1.4 |
| 1280 | 2026-05-21T04:11:33.170Z | Checking ff v0.13.1 |
| 1281 | 2026-05-21T04:11:33.276Z | Compiling enum-as-inner v0.6.1 |
| 1282 | 2026-05-21T04:11:33.292Z | Checking data-encoding v2.9.0 |
| 1283 | 2026-05-21T04:11:33.474Z | Compiling semver v0.1.20 |
| 1284 | 2026-05-21T04:11:33.588Z | Checking group v0.13.0 |
| 1285 | 2026-05-21T04:11:33.700Z | Compiling rustc_version v0.1.7 |
| 1286 | 2026-05-21T04:11:33.736Z | Checking cipher v0.4.4 |
| 1287 | 2026-05-21T04:11:33.901Z | Checking hkdf v0.12.4 |
| 1288 | 2026-05-21T04:11:33.952Z | Checking atomicwrites v0.4.4 |
| 1289 | 2026-05-21T04:11:33.956Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1290 | 2026-05-21T04:11:34.018Z | Checking universal-hash v0.5.1 |
| 1291 | 2026-05-21T04:11:34.071Z | Checking crypto-bigint v0.5.5 |
| 1292 | 2026-05-21T04:11:34.106Z | Checking half v2.7.1 |
| 1293 | 2026-05-21T04:11:34.129Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1294 | 2026-05-21T04:11:34.264Z | Checking indent_write v2.2.0 |
| 1295 | 2026-05-21T04:11:34.333Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1296 | 2026-05-21T04:11:34.361Z | Checking base64ct v1.8.0 |
| 1297 | 2026-05-21T04:11:34.395Z | Checking opaque-debug v0.3.1 |
| 1298 | 2026-05-21T04:11:34.471Z | Checking ciborium-io v0.2.2 |
| 1299 | 2026-05-21T04:11:34.495Z | Checking base16ct v0.2.0 |
| 1300 | 2026-05-21T04:11:34.566Z | Checking ciborium-ll v0.2.2 |
| 1301 | 2026-05-21T04:11:34.603Z | Checking password-hash v0.5.0 |
| 1302 | 2026-05-21T04:11:34.623Z | Checking poly1305 v0.8.0 |
| 1303 | 2026-05-21T04:11:34.745Z | Checking chacha20 v0.9.1 |
| 1304 | 2026-05-21T04:11:34.836Z | Compiling newtype_derive v0.1.6 |
| 1305 | 2026-05-21T04:11:34.854Z | Checking similar v2.7.0 |
| 1306 | 2026-05-21T04:11:34.938Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1307 | 2026-05-21T04:11:35.072Z | Checking blake2 v0.10.6 |
| 1308 | 2026-05-21T04:11:35.086Z | Checking thiserror-no-std v2.0.2 |
| 1309 | 2026-05-21T04:11:35.137Z | Checking elliptic-curve v0.13.8 |
| 1310 | 2026-05-21T04:11:35.171Z | Compiling typify-impl v0.6.1 |
| 1311 | 2026-05-21T04:11:35.187Z | Checking aead v0.5.2 |
| 1312 | 2026-05-21T04:11:35.191Z | Compiling libloading v0.8.9 |
| 1313 | 2026-05-21T04:11:35.284Z | Checking keccak v0.1.6 |
| 1314 | 2026-05-21T04:11:35.320Z | Compiling owo-colors v4.3.0 |
| 1315 | 2026-05-21T04:11:35.382Z | Checking resolv-conf v0.7.5 |
| 1316 | 2026-05-21T04:11:35.397Z | Checking linked-hash-map v0.5.6 |
| 1317 | 2026-05-21T04:11:35.444Z | Compiling bindgen v0.72.1 |
| 1318 | 2026-05-21T04:11:35.503Z | Checking vsss-rs v3.3.4 |
| 1319 | 2026-05-21T04:11:35.558Z | Checking sha3 v0.10.8 |
| 1320 | 2026-05-21T04:11:35.562Z | Checking lru-cache v0.1.2 |
| 1321 | 2026-05-21T04:11:35.703Z | Checking chacha20poly1305 v0.10.1 |
| 1322 | 2026-05-21T04:11:35.740Z | Checking argon2 v0.5.3 |
| 1323 | 2026-05-21T04:11:35.802Z | Checking ciborium v0.2.2 |
| 1324 | 2026-05-21T04:11:35.823Z | Checking hickory-proto v0.24.4 |
| 1325 | 2026-05-21T04:11:35.854Z | Checking tokio-dtrace v0.1.1 |
| 1326 | 2026-05-21T04:11:36.019Z | Compiling cexpr v0.6.0 |
| 1327 | 2026-05-21T04:11:36.034Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1328 | 2026-05-21T04:11:36.315Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1329 | 2026-05-21T04:11:36.545Z | Checking serde-big-array v0.5.1 |
| 1330 | 2026-05-21T04:11:36.560Z | Compiling derive-where v1.6.0 |
| 1331 | 2026-05-21T04:11:36.583Z | Compiling serde_repr v0.1.20 |
| 1332 | 2026-05-21T04:11:36.679Z | Checking same-file v1.0.6 |
| 1333 | 2026-05-21T04:11:36.802Z | Checking unicode-segmentation v1.12.0 |
| 1334 | 2026-05-21T04:11:37.076Z | Checking siphasher v1.0.1 |
| 1335 | 2026-05-21T04:11:37.111Z | Checking newline-converter v0.3.0 |
| 1336 | 2026-05-21T04:11:37.147Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1337 | 2026-05-21T04:11:37.236Z | Checking phf_shared v0.12.1 |
| 1338 | 2026-05-21T04:11:37.334Z | Checking hickory-resolver v0.24.4 |
| 1339 | 2026-05-21T04:11:37.370Z | Checking walkdir v2.5.0 |
| 1340 | 2026-05-21T04:11:37.533Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1341 | 2026-05-21T04:11:37.772Z | Checking oxide-tokio-rt v0.1.2 |
| 1342 | 2026-05-21T04:11:37.918Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1343 | 2026-05-21T04:11:38.113Z | Checking console v0.15.11 |
| 1344 | 2026-05-21T04:11:38.384Z | Compiling progenitor-impl v0.10.0 |
| 1345 | 2026-05-21T04:11:38.504Z | Compiling typify-macro v0.6.1 |
| 1346 | 2026-05-21T04:11:38.550Z | Checking tokio-stream v0.1.17 |
| 1347 | 2026-05-21T04:11:38.662Z | Compiling pin-project-internal v1.1.10 |
| 1348 | 2026-05-21T04:11:38.749Z | Compiling slog-dtrace v0.3.0 |
| 1349 | 2026-05-21T04:11:38.917Z | Checking csv-core v0.1.12 |
| 1350 | 2026-05-21T04:11:39.046Z | Checking unicode-linebreak v0.1.5 |
| 1351 | 2026-05-21T04:11:39.139Z | Compiling cancel-safe-futures v0.1.5 |
| 1352 | 2026-05-21T04:11:39.265Z | Checking unicode-width v0.1.14 |
| 1353 | 2026-05-21T04:11:39.363Z | Checking foldhash v0.1.5 |
| 1354 | 2026-05-21T04:11:39.397Z | Compiling unicode-xid v0.2.6 |
| 1355 | 2026-05-21T04:11:39.500Z | Checking smawk v0.3.2 |
| 1356 | 2026-05-21T04:11:39.514Z | Checking swrite v0.1.0 |
| 1357 | 2026-05-21T04:11:39.529Z | Compiling chrono-tz v0.10.4 |
| 1358 | 2026-05-21T04:11:39.609Z | Compiling const_format_proc_macros v0.2.34 |
| 1359 | 2026-05-21T04:11:39.629Z | Checking textwrap v0.16.2 |
| 1360 | 2026-05-21T04:11:39.747Z | Checking pin-project v1.1.10 |
| 1361 | 2026-05-21T04:11:39.781Z | Checking hashbrown v0.15.5 |
| 1362 | 2026-05-21T04:11:39.902Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1363 | 2026-05-21T04:11:39.917Z | Checking csv v1.3.1 |
| 1364 | 2026-05-21T04:11:40.138Z | Checking qorb v0.4.1 |
| 1365 | 2026-05-21T04:11:40.266Z | Checking expectorate v1.2.0 |
| 1366 | 2026-05-21T04:11:40.288Z | Checking phf v0.12.1 |
| 1367 | 2026-05-21T04:11:40.396Z | Checking unicode-normalization v0.1.24 |
| 1368 | 2026-05-21T04:11:40.414Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1369 | 2026-05-21T04:11:40.541Z | Compiling progenitor-macro v0.10.0 |
| 1370 | 2026-05-21T04:11:40.817Z | Checking libsw-core v0.3.2 |
| 1371 | 2026-05-21T04:11:40.910Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1372 | 2026-05-21T04:11:40.967Z | Compiling async-recursion v1.1.1 |
| 1373 | 2026-05-21T04:11:41.102Z | Compiling snafu-derive v0.8.9 |
| 1374 | 2026-05-21T04:11:41.295Z | Compiling cookie v0.18.1 |
| 1375 | 2026-05-21T04:11:41.362Z | Checking highway v1.3.0 |
| 1376 | 2026-05-21T04:11:41.523Z | Checking fixedbitset v0.4.2 |
| 1377 | 2026-05-21T04:11:41.543Z | Compiling moka v0.12.11 |
| 1378 | 2026-05-21T04:11:41.589Z | Checking fixedbitset v0.5.7 |
| 1379 | 2026-05-21T04:11:41.681Z | Checking petgraph v0.6.5 |
| 1380 | 2026-05-21T04:11:41.796Z | Checking petgraph v0.8.2 |
| 1381 | 2026-05-21T04:11:41.831Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1382 | 2026-05-21T04:11:41.997Z | Checking libsw v3.5.0 |
| 1383 | 2026-05-21T04:11:42.166Z | Checking olpc-cjson v0.1.4 |
| 1384 | 2026-05-21T04:11:42.668Z | Checking const_format v0.2.34 |
| 1385 | 2026-05-21T04:11:42.795Z | Checking snafu v0.8.9 |
| 1386 | 2026-05-21T04:11:42.891Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1387 | 2026-05-21T04:11:43.038Z | Compiling typify v0.6.1 |
| 1388 | 2026-05-21T04:11:43.128Z | Checking papergrid v0.11.0 |
| 1389 | 2026-05-21T04:11:43.142Z | Checking globset v0.4.16 |
| 1390 | 2026-05-21T04:11:43.281Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1391 | 2026-05-21T04:11:43.329Z | Checking gethostname v0.5.0 |
| 1392 | 2026-05-21T04:11:43.418Z | Compiling tabled_derive v0.7.0 |
| 1393 | 2026-05-21T04:11:43.496Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1394 | 2026-05-21T04:11:43.751Z | Checking reqwest v0.13.2 |
| 1395 | 2026-05-21T04:11:43.812Z | Checking bcs v0.1.6 |
| 1396 | 2026-05-21T04:11:44.071Z | Checking pem v3.0.5 |
| 1397 | 2026-05-21T04:11:44.232Z | Checking serde_plain v1.0.2 |
| 1398 | 2026-05-21T04:11:44.332Z | Compiling signal-hook v0.3.18 |
| 1399 | 2026-05-21T04:11:44.379Z | Checking termtree v0.5.1 |
| 1400 | 2026-05-21T04:11:44.394Z | Checking crc8 v0.1.1 |
| 1401 | 2026-05-21T04:11:44.491Z | Checking linear-map v1.2.0 |
| 1402 | 2026-05-21T04:11:44.518Z | Checking humantime v2.3.0 |
| 1403 | 2026-05-21T04:11:44.546Z | Checking tagptr v0.2.0 |
| 1404 | 2026-05-21T04:11:44.662Z | Checking typed-path v0.9.3 |
| 1405 | 2026-05-21T04:11:44.701Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-05-21T04:11:44.735Z | Checking tabled v0.15.0 |
| 1407 | 2026-05-21T04:11:44.962Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1408 | 2026-05-21T04:11:45.121Z | Compiling progenitor-impl v0.13.0 |
| 1409 | 2026-05-21T04:11:45.404Z | Checking progenitor v0.10.0 |
| 1410 | 2026-05-21T04:11:45.422Z | Checking tough v0.20.0 |
| 1411 | 2026-05-21T04:11:45.542Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-05-21T04:11:45.866Z | Checking steno v0.4.1 |
| 1413 | 2026-05-21T04:11:46.174Z | Checking hickory-proto v0.25.2 |
| 1414 | 2026-05-21T04:11:46.646Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1415 | 2026-05-21T04:11:46.830Z | Compiling cargo-platform v0.1.9 |
| 1416 | 2026-05-21T04:11:47.042Z | Compiling vergen v8.3.2 |
| 1417 | 2026-05-21T04:11:47.068Z | Compiling fs-err v3.1.2 |
| 1418 | 2026-05-21T04:11:47.168Z | Compiling crc32fast v1.5.0 |
| 1419 | 2026-05-21T04:11:47.289Z | Compiling progenitor-macro v0.13.0 |
| 1420 | 2026-05-21T04:11:47.376Z | Compiling cargo_metadata v0.18.1 |
| 1421 | 2026-05-21T04:11:47.613Z | Checking progenitor-client v0.13.0 |
| 1422 | 2026-05-21T04:11:47.697Z | Checking dropshot-api-manager-types v0.5.2 |
| 1423 | 2026-05-21T04:11:47.719Z | Checking hickory-resolver v0.25.2 |
| 1424 | 2026-05-21T04:11:47.828Z | Checking sha2 v0.10.9 |
| 1425 | 2026-05-21T04:11:47.862Z | Compiling blake3 v1.8.2 |
| 1426 | 2026-05-21T04:11:48.242Z | Checking adler2 v2.0.1 |
| 1427 | 2026-05-21T04:11:48.351Z | Checking miniz_oxide v0.8.9 |
| 1428 | 2026-05-21T04:11:48.672Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1429 | 2026-05-21T04:11:48.687Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1430 | 2026-05-21T04:11:48.793Z | Checking git-stub v1.0.0 |
| 1431 | 2026-05-21T04:11:48.865Z | Checking filetime v0.2.26 |
| 1432 | 2026-05-21T04:11:48.986Z | Checking constant_time_eq v0.3.1 |
| 1433 | 2026-05-21T04:11:49.024Z | Checking is_ci v1.2.0 |
| 1434 | 2026-05-21T04:11:49.081Z | Checking arrayvec v0.7.6 |
| 1435 | 2026-05-21T04:11:49.124Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1436 | 2026-05-21T04:11:49.266Z | Compiling curl v0.4.49 |
| 1437 | 2026-05-21T04:11:49.346Z | Checking xattr v1.6.1 |
| 1438 | 2026-05-21T04:11:49.476Z | Checking arrayref v0.3.9 |
| 1439 | 2026-05-21T04:11:49.535Z | Checking tar v0.4.45 |
| 1440 | 2026-05-21T04:11:49.846Z | Checking supports-color v3.0.2 |
| 1441 | 2026-05-21T04:11:49.920Z | Checking git-stub-vcs v0.1.0 |
| 1442 | 2026-05-21T04:11:50.051Z | Checking flate2 v1.1.2 |
| 1443 | 2026-05-21T04:11:50.112Z | Checking drift v0.1.3 |
| 1444 | 2026-05-21T04:11:50.267Z | Checking kstat-rs v0.2.4 |
| 1445 | 2026-05-21T04:11:50.282Z | Checking toml v0.7.8 |
| 1446 | 2026-05-21T04:11:50.323Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1447 | 2026-05-21T04:11:50.360Z | Checking topological-sort v0.2.2 |
| 1448 | 2026-05-21T04:11:50.450Z | Checking dropshot-api-manager v0.5.2 |
| 1449 | 2026-05-21T04:11:50.574Z | Checking omicron-zone-package v0.12.2 |
| 1450 | 2026-05-21T04:11:51.128Z | Checking signal-hook-tokio v0.3.1 |
| 1451 | 2026-05-21T04:11:51.255Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1452 | 2026-05-21T04:11:51.286Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1453 | 2026-05-21T04:11:51.435Z | Checking progenitor v0.13.0 |
| 1454 | 2026-05-21T04:11:51.438Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1455 | 2026-05-21T04:11:51.575Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1456 | 2026-05-21T04:11:51.761Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1457 | 2026-05-21T04:11:51.777Z | Checking display-error-chain v0.2.2 |
| 1458 | 2026-05-21T04:11:51.794Z | Checking internet-checksum v0.2.1 |
| 1459 | 2026-05-21T04:11:51.892Z | Checking search_path v0.1.4 |
| 1460 | 2026-05-21T04:11:51.915Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1461 | 2026-05-21T04:11:52.026Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1462 | 2026-05-21T04:11:53.205Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-05-21T04:11:53.308Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1464 | 2026-05-21T04:11:53.727Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-05-21T04:11:54.151Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-05-21T04:11:54.372Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-05-21T04:11:54.795Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1468 | 2026-05-21T04:11:54.864Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1469 | 2026-05-21T04:11:55.239Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-05-21T04:11:55.255Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-05-21T04:11:55.272Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-05-21T04:11:55.490Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1473 | 2026-05-21T04:11:55.578Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1474 | 2026-05-21T04:11:55.582Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-05-21T04:11:55.903Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1476 | 2026-05-21T04:11:55.978Z | Compiling git2 v0.19.0 |
| 1477 | 2026-05-21T04:11:55.999Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-05-21T04:11:56.389Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-05-21T04:11:56.424Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1480 | 2026-05-21T04:11:58.385Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1481 | 2026-05-21T04:11:59.456Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1482 | 2026-05-21T04:11:59.672Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1483 | 2026-05-21T04:11:59.820Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1484 | 2026-05-21T04:12:00.499Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-05-21T04:12:00.699Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1486 | 2026-05-21T04:12:01.317Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-05-21T04:12:01.623Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1488 | 2026-05-21T04:12:01.763Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1489 | 2026-05-21T04:12:02.150Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-05-21T04:12:12.598Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-05-21T04:12:13.849Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1492 | 2026-05-21T04:12:18.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1493 | 2026-05-21T04:12:18.913Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1494 | 2026-05-21T04:12:18.913Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1495 | 2026-05-21T04:12:19.391Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1496 | 2026-05-21T04:12:19.395Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1497 | 2026-05-21T04:12:19.395Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1498 | 2026-05-21T04:12:19.470Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1499 | 2026-05-21T04:12:26.509Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1500 | 2026-05-21T04:12:26.512Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1501 | 2026-05-21T04:12:29.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s |
| 1502 | 2026-05-21T04:12:29.166Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1503 | 2026-05-21T04:12:29.166Z | + cargo clippy --features softnpu -- --deny warnings |
| 1504 | 2026-05-21T04:12:29.464Z | Downloading crates ... |
| 1505 | 2026-05-21T04:12:29.625Z | Downloaded num-bigint v0.4.6 |
| 1506 | 2026-05-21T04:12:29.628Z | Downloaded typeid v1.0.3 |
| 1507 | 2026-05-21T04:12:29.631Z | Downloaded funty v2.0.0 |
| 1508 | 2026-05-21T04:12:29.631Z | Downloaded serde_arrays v0.1.0 |
| 1509 | 2026-05-21T04:12:29.638Z | Downloaded ascii v1.1.0 |
| 1510 | 2026-05-21T04:12:29.642Z | Downloaded erased-serde v0.4.8 |
| 1511 | 2026-05-21T04:12:29.650Z | Downloaded wyz v0.5.1 |
| 1512 | 2026-05-21T04:12:29.653Z | Downloaded bitvec v1.0.1 |
| 1513 | 2026-05-21T04:12:29.669Z | Downloaded bitstruct_derive v0.1.0 |
| 1514 | 2026-05-21T04:12:29.696Z | Downloaded libloading v0.7.4 |
| 1515 | 2026-05-21T04:12:29.703Z | Downloaded tap v1.0.1 |
| 1516 | 2026-05-21T04:12:29.705Z | Downloaded radium v0.7.0 |
| 1517 | 2026-05-21T04:12:29.708Z | Downloaded bitstruct v0.1.1 |
| 1518 | 2026-05-21T04:12:29.822Z | Checking num-integer v0.1.46 |
| 1519 | 2026-05-21T04:12:29.897Z | Checking num-complex v0.4.6 |
| 1520 | 2026-05-21T04:12:29.908Z | Compiling radium v0.7.0 |
| 1521 | 2026-05-21T04:12:29.914Z | Checking tap v1.0.1 |
| 1522 | 2026-05-21T04:12:29.922Z | Checking funty v2.0.0 |
| 1523 | 2026-05-21T04:12:29.926Z | Compiling typeid v1.0.3 |
| 1524 | 2026-05-21T04:12:29.929Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1525 | 2026-05-21T04:12:29.939Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1526 | 2026-05-21T04:12:29.998Z | Checking wyz v0.5.1 |
| 1527 | 2026-05-21T04:12:30.090Z | Checking num-bigint v0.4.6 |
| 1528 | 2026-05-21T04:12:30.093Z | Checking num-iter v0.1.45 |
| 1529 | 2026-05-21T04:12:30.144Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1530 | 2026-05-21T04:12:30.162Z | Compiling erased-serde v0.4.8 |
| 1531 | 2026-05-21T04:12:30.206Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1532 | 2026-05-21T04:12:30.214Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1533 | 2026-05-21T04:12:30.252Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1534 | 2026-05-21T04:12:30.287Z | Compiling bitstruct_derive v0.1.0 |
| 1535 | 2026-05-21T04:12:30.314Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1536 | 2026-05-21T04:12:30.326Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1537 | 2026-05-21T04:12:30.335Z | Checking bitvec v1.0.1 |
| 1538 | 2026-05-21T04:12:30.344Z | Checking ascii v1.1.0 |
| 1539 | 2026-05-21T04:12:30.354Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1540 | 2026-05-21T04:12:30.408Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1541 | 2026-05-21T04:12:30.507Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1542 | 2026-05-21T04:12:30.515Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1543 | 2026-05-21T04:12:30.523Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1544 | 2026-05-21T04:12:30.531Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1545 | 2026-05-21T04:12:30.813Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1546 | 2026-05-21T04:12:30.823Z | Checking serde_arrays v0.1.0 |
| 1547 | 2026-05-21T04:12:30.916Z | Checking num-rational v0.4.2 |
| 1548 | 2026-05-21T04:12:30.924Z | Checking libloading v0.7.4 |
| 1549 | 2026-05-21T04:12:30.932Z | Checking bitstruct v0.1.1 |
| 1550 | 2026-05-21T04:12:30.946Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1551 | 2026-05-21T04:12:31.181Z | Checking num v0.4.3 |
| 1552 | 2026-05-21T04:12:31.252Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1553 | 2026-05-21T04:12:31.764Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1554 | 2026-05-21T04:12:32.037Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1555 | 2026-05-21T04:12:32.040Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1556 | 2026-05-21T04:12:32.226Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1557 | 2026-05-21T04:12:32.480Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1558 | 2026-05-21T04:12:32.480Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1559 | 2026-05-21T04:12:32.932Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1560 | 2026-05-21T04:12:33.144Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1561 | 2026-05-21T04:12:33.146Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1562 | 2026-05-21T04:12:33.146Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1563 | 2026-05-21T04:12:33.146Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1564 | 2026-05-21T04:12:33.517Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1565 | 2026-05-21T04:12:33.941Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1566 | 2026-05-21T04:12:34.809Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1567 | 2026-05-21T04:12:36.973Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1568 | 2026-05-21T04:12:37.314Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1569 | 2026-05-21T04:12:38.158Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1570 | 2026-05-21T04:12:39.008Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1571 | 2026-05-21T04:12:39.126Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1572 | 2026-05-21T04:12:45.450Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1573 | 2026-05-21T04:12:46.710Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1574 | 2026-05-21T04:12:47.237Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1575 | 2026-05-21T04:12:51.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.27s |
| 1576 | 2026-05-21T04:12:51.621Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1577 | 2026-05-21T04:12:51.621Z | + cargo clippy --features chaos -- --deny warnings |
| 1578 | 2026-05-21T04:12:52.088Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1579 | 2026-05-21T04:12:52.091Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1580 | 2026-05-21T04:12:52.091Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1581 | 2026-05-21T04:12:59.157Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1582 | 2026-05-21T04:12:59.157Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1583 | 2026-05-21T04:13:01.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s |
| 1584 | 2026-05-21T04:13:01.795Z | + banner fmt |
| 1585 | 2026-05-21T04:13:01.801Z | |
| 1586 | 2026-05-21T04:13:01.801Z | ###### # # ##### |
| 1587 | 2026-05-21T04:13:01.801Z | # ## ## # |
| 1588 | 2026-05-21T04:13:01.801Z | ##### # ## # # |
| 1589 | 2026-05-21T04:13:01.801Z | # # # # |
| 1590 | 2026-05-21T04:13:01.802Z | # # # # |
| 1591 | 2026-05-21T04:13:01.802Z | # # # # |
| 1592 | 2026-05-21T04:13:01.802Z | |
| 1593 | 2026-05-21T04:13:01.802Z | + cargo fmt -- --check |
| 1594 | 2026-05-21T04:13:02.233Z | + banner test |
| 1595 | 2026-05-21T04:13:02.236Z | |
| 1596 | 2026-05-21T04:13:02.236Z | ##### ###### #### ##### |
| 1597 | 2026-05-21T04:13:02.236Z | # # # # |
| 1598 | 2026-05-21T04:13:02.236Z | # ##### #### # |
| 1599 | 2026-05-21T04:13:02.236Z | # # # # |
| 1600 | 2026-05-21T04:13:02.236Z | # # # # # |
| 1601 | 2026-05-21T04:13:02.236Z | # ###### #### # |
| 1602 | 2026-05-21T04:13:02.236Z | |
| 1603 | 2026-05-21T04:13:02.236Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1604 | 2026-05-21T04:13:02.236Z | + RUST_BACKTRACE=full |
| 1605 | 2026-05-21T04:13:02.236Z | + cargo test --features tofino_stub --no-fail-fast |
| 1606 | 2026-05-21T04:13:03.053Z | Compiling unicode-ident v1.0.24 |
| 1607 | 2026-05-21T04:13:03.053Z | Compiling cfg-if v1.0.3 |
| 1608 | 2026-05-21T04:13:03.056Z | Compiling memchr v2.7.5 |
| 1609 | 2026-05-21T04:13:03.158Z | Compiling serde_core v1.0.228 |
| 1610 | 2026-05-21T04:13:03.169Z | Compiling itoa v1.0.15 |
| 1611 | 2026-05-21T04:13:03.175Z | Compiling libc v0.2.183 |
| 1612 | 2026-05-21T04:13:03.183Z | Compiling zmij v1.0.17 |
| 1613 | 2026-05-21T04:13:03.193Z | Compiling libm v0.2.15 |
| 1614 | 2026-05-21T04:13:03.267Z | Compiling proc-macro2 v1.0.106 |
| 1615 | 2026-05-21T04:13:03.306Z | Compiling heck v0.5.0 |
| 1616 | 2026-05-21T04:13:03.450Z | Compiling log v0.4.29 |
| 1617 | 2026-05-21T04:13:03.569Z | Compiling equivalent v1.0.2 |
| 1618 | 2026-05-21T04:13:03.645Z | Compiling smallvec v1.15.1 |
| 1619 | 2026-05-21T04:13:03.663Z | Compiling iana-time-zone v0.1.64 |
| 1620 | 2026-05-21T04:13:03.677Z | Compiling quote v1.0.45 |
| 1621 | 2026-05-21T04:13:03.851Z | Compiling syn v2.0.117 |
| 1622 | 2026-05-21T04:13:03.862Z | Compiling allocator-api2 v0.2.21 |
| 1623 | 2026-05-21T04:13:03.888Z | Compiling foldhash v0.2.0 |
| 1624 | 2026-05-21T04:13:03.975Z | Compiling dyn-clone v1.0.20 |
| 1625 | 2026-05-21T04:13:04.103Z | Compiling stable_deref_trait v1.2.0 |
| 1626 | 2026-05-21T04:13:04.115Z | Compiling percent-encoding v2.3.2 |
| 1627 | 2026-05-21T04:13:04.126Z | Compiling pin-project-lite v0.2.16 |
| 1628 | 2026-05-21T04:13:04.185Z | Compiling hashbrown v0.16.1 |
| 1629 | 2026-05-21T04:13:04.197Z | Compiling litemap v0.8.0 |
| 1630 | 2026-05-21T04:13:04.225Z | Compiling writeable v0.6.1 |
| 1631 | 2026-05-21T04:13:04.319Z | Compiling fnv v1.0.7 |
| 1632 | 2026-05-21T04:13:04.341Z | Compiling icu_properties_data v2.0.1 |
| 1633 | 2026-05-21T04:13:04.413Z | Compiling icu_normalizer_data v2.0.0 |
| 1634 | 2026-05-21T04:13:04.424Z | Compiling regex-syntax v0.8.6 |
| 1635 | 2026-05-21T04:13:04.475Z | Compiling form_urlencoded v1.2.2 |
| 1636 | 2026-05-21T04:13:04.492Z | Compiling utf8_iter v1.0.4 |
| 1637 | 2026-05-21T04:13:04.537Z | Compiling scopeguard v1.2.0 |
| 1638 | 2026-05-21T04:13:04.640Z | Compiling lock_api v0.4.14 |
| 1639 | 2026-05-21T04:13:04.652Z | Compiling num-traits v0.2.19 |
| 1640 | 2026-05-21T04:13:04.664Z | Compiling getrandom v0.3.3 |
| 1641 | 2026-05-21T04:13:04.772Z | Compiling aho-corasick v1.1.3 |
| 1642 | 2026-05-21T04:13:04.840Z | Compiling semver v1.0.27 |
| 1643 | 2026-05-21T04:13:04.866Z | Compiling serde_json v1.0.149 |
| 1644 | 2026-05-21T04:13:05.004Z | Compiling indexmap v2.13.0 |
| 1645 | 2026-05-21T04:13:05.185Z | Compiling byteorder v1.5.0 |
| 1646 | 2026-05-21T04:13:05.248Z | Compiling ucd-trie v0.1.7 |
| 1647 | 2026-05-21T04:13:05.409Z | Compiling uuid v1.20.0 |
| 1648 | 2026-05-21T04:13:05.542Z | Compiling futures-core v0.3.32 |
| 1649 | 2026-05-21T04:13:05.792Z | Compiling num-conv v0.2.1 |
| 1650 | 2026-05-21T04:13:05.826Z | Compiling regex-automata v0.4.13 |
| 1651 | 2026-05-21T04:13:05.879Z | Compiling time-core v0.1.8 |
| 1652 | 2026-05-21T04:13:05.944Z | Compiling ryu v1.0.20 |
| 1653 | 2026-05-21T04:13:06.034Z | Compiling time-macros v0.2.27 |
| 1654 | 2026-05-21T04:13:06.138Z | Compiling futures-sink v0.3.32 |
| 1655 | 2026-05-21T04:13:06.162Z | Compiling regress v0.10.5 |
| 1656 | 2026-05-21T04:13:06.245Z | Compiling pretty-hex v0.4.1 |
| 1657 | 2026-05-21T04:13:06.387Z | Compiling slab v0.4.11 |
| 1658 | 2026-05-21T04:13:06.567Z | Compiling strsim v0.11.1 |
| 1659 | 2026-05-21T04:13:06.760Z | Compiling synstructure v0.13.2 |
| 1660 | 2026-05-21T04:13:06.799Z | Compiling serde_derive_internals v0.29.1 |
| 1661 | 2026-05-21T04:13:06.966Z | Compiling plain v0.2.3 |
| 1662 | 2026-05-21T04:13:07.022Z | Compiling futures-channel v0.3.32 |
| 1663 | 2026-05-21T04:13:07.214Z | Compiling futures-task v0.3.32 |
| 1664 | 2026-05-21T04:13:07.239Z | Compiling futures-io v0.3.32 |
| 1665 | 2026-05-21T04:13:07.263Z | Compiling socket2 v0.6.0 |
| 1666 | 2026-05-21T04:13:07.384Z | Compiling parking_lot_core v0.9.12 |
| 1667 | 2026-05-21T04:13:07.404Z | Compiling signal-hook-registry v1.4.6 |
| 1668 | 2026-05-21T04:13:07.541Z | Compiling regex v1.12.3 |
| 1669 | 2026-05-21T04:13:07.664Z | Compiling parking_lot v0.12.5 |
| 1670 | 2026-05-21T04:13:07.684Z | Compiling thread-id v5.0.0 |
| 1671 | 2026-05-21T04:13:07.704Z | Compiling mio v1.0.4 |
| 1672 | 2026-05-21T04:13:07.795Z | Compiling darling_core v0.21.3 |
| 1673 | 2026-05-21T04:13:07.814Z | Compiling serde_derive v1.0.228 |
| 1674 | 2026-05-21T04:13:07.850Z | Compiling zerofrom-derive v0.1.6 |
| 1675 | 2026-05-21T04:13:08.014Z | Compiling yoke-derive v0.8.0 |
| 1676 | 2026-05-21T04:13:08.068Z | Compiling zerovec-derive v0.11.1 |
| 1677 | 2026-05-21T04:13:08.210Z | Compiling displaydoc v0.2.5 |
| 1678 | 2026-05-21T04:13:08.375Z | Compiling thiserror-impl v2.0.18 |
| 1679 | 2026-05-21T04:13:09.024Z | Compiling schemars_derive v0.8.22 |
| 1680 | 2026-05-21T04:13:09.086Z | Compiling tokio-macros v2.6.0 |
| 1681 | 2026-05-21T04:13:09.116Z | Compiling zerocopy-derive v0.8.27 |
| 1682 | 2026-05-21T04:13:09.177Z | Compiling zeroize_derive v1.4.3 |
| 1683 | 2026-05-21T04:13:09.689Z | Compiling thiserror v2.0.18 |
| 1684 | 2026-05-21T04:13:09.803Z | Compiling futures-macro v0.3.32 |
| 1685 | 2026-05-21T04:13:09.864Z | Compiling zerofrom v0.1.6 |
| 1686 | 2026-05-21T04:13:09.888Z | Compiling thiserror-impl v1.0.69 |
| 1687 | 2026-05-21T04:13:09.936Z | Compiling tracing-attributes v0.1.30 |
| 1688 | 2026-05-21T04:13:09.994Z | Compiling yoke v0.8.0 |
| 1689 | 2026-05-21T04:13:10.046Z | Compiling pest v2.8.2 |
| 1690 | 2026-05-21T04:13:10.187Z | Compiling zerovec v0.11.4 |
| 1691 | 2026-05-21T04:13:10.261Z | Compiling zerotrie v0.2.2 |
| 1692 | 2026-05-21T04:13:10.380Z | Compiling zerocopy v0.8.27 |
| 1693 | 2026-05-21T04:13:10.542Z | Compiling serde v1.0.228 |
| 1694 | 2026-05-21T04:13:10.641Z | Compiling scroll_derive v0.13.1 |
| 1695 | 2026-05-21T04:13:11.044Z | Compiling bytes v1.11.1 |
| 1696 | 2026-05-21T04:13:11.057Z | Compiling serde_tokenstream v0.2.3 |
| 1697 | 2026-05-21T04:13:11.060Z | Compiling tinystr v0.8.1 |
| 1698 | 2026-05-21T04:13:11.080Z | Compiling potential_utf v0.1.3 |
| 1699 | 2026-05-21T04:13:11.161Z | Compiling chrono v0.4.44 |
| 1700 | 2026-05-21T04:13:11.247Z | Compiling icu_locale_core v2.0.0 |
| 1701 | 2026-05-21T04:13:11.271Z | Compiling icu_collections v2.0.0 |
| 1702 | 2026-05-21T04:13:11.328Z | Compiling pest_meta v2.8.2 |
| 1703 | 2026-05-21T04:13:11.479Z | Compiling async-trait v0.1.89 |
| 1704 | 2026-05-21T04:13:11.691Z | Compiling http v1.4.0 |
| 1705 | 2026-05-21T04:13:11.783Z | Compiling icu_provider v2.0.0 |
| 1706 | 2026-05-21T04:13:11.961Z | Compiling pest_generator v2.8.2 |
| 1707 | 2026-05-21T04:13:12.095Z | Compiling icu_normalizer v2.0.0 |
| 1708 | 2026-05-21T04:13:12.108Z | Compiling icu_properties v2.0.1 |
| 1709 | 2026-05-21T04:13:12.489Z | Compiling schemars v0.8.22 |
| 1710 | 2026-05-21T04:13:12.589Z | Compiling scroll v0.13.0 |
| 1711 | 2026-05-21T04:13:12.628Z | Compiling pest_derive v2.8.2 |
| 1712 | 2026-05-21T04:13:12.659Z | Compiling thiserror v1.0.69 |
| 1713 | 2026-05-21T04:13:12.672Z | Compiling openapiv3 v2.2.0 |
| 1714 | 2026-05-21T04:13:12.713Z | Compiling tokio v1.49.0 |
| 1715 | 2026-05-21T04:13:12.762Z | Compiling daft-derive v0.1.5 |
| 1716 | 2026-05-21T04:13:12.850Z | Compiling goblin v0.10.1 |
| 1717 | 2026-05-21T04:13:13.198Z | Compiling idna_adapter v1.2.1 |
| 1718 | 2026-05-21T04:13:13.295Z | Compiling dtrace-parser v0.3.0 |
| 1719 | 2026-05-21T04:13:13.346Z | Compiling idna v1.1.0 |
| 1720 | 2026-05-21T04:13:13.346Z | Compiling typify-impl v0.4.3 |
| 1721 | 2026-05-21T04:13:13.512Z | Compiling darling_macro v0.21.3 |
| 1722 | 2026-05-21T04:13:13.788Z | Compiling url v2.5.7 |
| 1723 | 2026-05-21T04:13:14.169Z | Compiling serde_yaml v0.9.34+deprecated |
| 1724 | 2026-05-21T04:13:14.185Z | Compiling darling v0.21.3 |
| 1725 | 2026-05-21T04:13:14.281Z | Compiling ppv-lite86 v0.2.21 |
| 1726 | 2026-05-21T04:13:14.467Z | Compiling openssl-macros v0.1.1 |
| 1727 | 2026-05-21T04:13:14.607Z | Compiling bitflags v2.11.1 |
| 1728 | 2026-05-21T04:13:14.702Z | Compiling base64 v0.22.1 |
| 1729 | 2026-05-21T04:13:14.853Z | Compiling http-body v1.0.1 |
| 1730 | 2026-05-21T04:13:14.944Z | Compiling erased-serde v0.3.31 |
| 1731 | 2026-05-21T04:13:15.012Z | Compiling typenum v1.18.0 |
| 1732 | 2026-05-21T04:13:15.035Z | Compiling getrandom v0.2.16 |
| 1733 | 2026-05-21T04:13:15.439Z | Compiling atomic-waker v1.1.2 |
| 1734 | 2026-05-21T04:13:15.452Z | Compiling ipnet v2.11.0 |
| 1735 | 2026-05-21T04:13:15.569Z | Compiling anyhow v1.0.102 |
| 1736 | 2026-05-21T04:13:15.840Z | Compiling dof v0.4.0 |
| 1737 | 2026-05-21T04:13:15.969Z | Compiling httparse v1.10.1 |
| 1738 | 2026-05-21T04:13:15.993Z | Compiling portable-atomic v1.11.1 |
| 1739 | 2026-05-21T04:13:16.284Z | Compiling untrusted v0.9.0 |
| 1740 | 2026-05-21T04:13:16.395Z | Compiling usdt-impl v0.6.0 |
| 1741 | 2026-05-21T04:13:16.413Z | Compiling tower-layer v0.3.3 |
| 1742 | 2026-05-21T04:13:16.517Z | Compiling tower-service v0.3.3 |
| 1743 | 2026-05-21T04:13:16.578Z | Compiling syn v1.0.109 |
| 1744 | 2026-05-21T04:13:16.581Z | Compiling critical-section v1.2.0 |
| 1745 | 2026-05-21T04:13:16.617Z | Compiling try-lock v0.2.5 |
| 1746 | 2026-05-21T04:13:16.695Z | Compiling once_cell v1.21.3 |
| 1747 | 2026-05-21T04:13:16.732Z | Compiling want v0.3.1 |
| 1748 | 2026-05-21T04:13:16.908Z | Compiling zeroize v1.8.1 |
| 1749 | 2026-05-21T04:13:16.920Z | Compiling pin-utils v0.1.0 |
| 1750 | 2026-05-21T04:13:16.942Z | Compiling httpdate v1.0.3 |
| 1751 | 2026-05-21T04:13:17.095Z | Compiling structmeta-derive v0.3.0 |
| 1752 | 2026-05-21T04:13:17.503Z | Compiling newtype-uuid-macros v0.1.0 |
| 1753 | 2026-05-21T04:13:17.605Z | Compiling usdt-attr-macro v0.6.0 |
| 1754 | 2026-05-21T04:13:17.779Z | Compiling usdt-macro v0.6.0 |
| 1755 | 2026-05-21T04:13:18.166Z | Compiling structmeta v0.3.0 |
| 1756 | 2026-05-21T04:13:18.230Z | Compiling strum_macros v0.26.4 |
| 1757 | 2026-05-21T04:13:18.735Z | Compiling async-stream-impl v0.3.6 |
| 1758 | 2026-05-21T04:13:18.956Z | Compiling powerfmt v0.2.0 |
| 1759 | 2026-05-21T04:13:19.171Z | Compiling deranged v0.5.3 |
| 1760 | 2026-05-21T04:13:19.230Z | Compiling num_threads v0.1.7 |
| 1761 | 2026-05-21T04:13:19.404Z | Compiling dropshot_endpoint v0.16.7 |
| 1762 | 2026-05-21T04:13:19.597Z | Compiling typify-macro v0.4.3 |
| 1763 | 2026-05-21T04:13:19.906Z | Compiling omicron-workspace-hack v0.1.0 |
| 1764 | 2026-05-21T04:13:19.968Z | Compiling http-body-util v0.1.3 |
| 1765 | 2026-05-21T04:13:19.991Z | Compiling ref-cast-impl v1.0.25 |
| 1766 | 2026-05-21T04:13:20.248Z | Compiling derive-ex v0.1.8 |
| 1767 | 2026-05-21T04:13:20.321Z | Compiling serde_urlencoded v0.7.1 |
| 1768 | 2026-05-21T04:13:20.427Z | Compiling strum_macros v0.27.2 |
| 1769 | 2026-05-21T04:13:20.501Z | Compiling sync_wrapper v1.0.2 |
| 1770 | 2026-05-21T04:13:20.571Z | Compiling serde_with_macros v3.14.1 |
| 1771 | 2026-05-21T04:13:20.610Z | Compiling iri-string v0.7.8 |
| 1772 | 2026-05-21T04:13:21.064Z | Compiling subtle v2.6.1 |
| 1773 | 2026-05-21T04:13:21.079Z | Compiling thread_local v1.1.9 |
| 1774 | 2026-05-21T04:13:21.238Z | Compiling rand_core v0.6.4 |
| 1775 | 2026-05-21T04:13:21.347Z | Compiling futures-util v0.3.32 |
| 1776 | 2026-05-21T04:13:21.531Z | Compiling match_cfg v0.1.0 |
| 1777 | 2026-05-21T04:13:21.650Z | Compiling typify v0.4.3 |
| 1778 | 2026-05-21T04:13:21.690Z | Compiling parse-display-derive v0.10.0 |
| 1779 | 2026-05-21T04:13:21.716Z | Compiling toml_datetime v0.6.11 |
| 1780 | 2026-05-21T04:13:21.744Z | Compiling progenitor-impl v0.11.1 |
| 1781 | 2026-05-21T04:13:21.831Z | Compiling test-strategy v0.4.3 |
| 1782 | 2026-05-21T04:13:21.988Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1783 | 2026-05-21T04:13:22.231Z | Compiling take_mut v0.2.2 |
| 1784 | 2026-05-21T04:13:22.247Z | Compiling term v1.2.0 |
| 1785 | 2026-05-21T04:13:22.465Z | Compiling tracing-core v0.1.34 |
| 1786 | 2026-05-21T04:13:22.754Z | Compiling clap_derive v4.6.0 |
| 1787 | 2026-05-21T04:13:22.949Z | Compiling tracing v0.1.41 |
| 1788 | 2026-05-21T04:13:23.059Z | Compiling camino v1.2.2 |
| 1789 | 2026-05-21T04:13:23.072Z | Compiling fastrand v2.3.0 |
| 1790 | 2026-05-21T04:13:23.185Z | Compiling cpufeatures v0.2.17 |
| 1791 | 2026-05-21T04:13:23.197Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1792 | 2026-05-21T04:13:23.263Z | Compiling encoding_rs v0.8.35 |
| 1793 | 2026-05-21T04:13:23.330Z | Compiling mime v0.3.17 |
| 1794 | 2026-05-21T04:13:23.456Z | Compiling unicode-width v0.2.1 |
| 1795 | 2026-05-21T04:13:24.132Z | Compiling errno v0.3.14 |
| 1796 | 2026-05-21T04:13:24.218Z | Compiling hex v0.4.3 |
| 1797 | 2026-05-21T04:13:24.492Z | Compiling generic-array v0.14.7 |
| 1798 | 2026-05-21T04:13:24.496Z | Compiling ipnetwork v0.21.1 |
| 1799 | 2026-05-21T04:13:24.737Z | Compiling crossbeam-utils v0.8.21 |
| 1800 | 2026-05-21T04:13:24.808Z | Compiling winnow v0.7.14 |
| 1801 | 2026-05-21T04:13:24.834Z | Compiling rustix v1.1.4 |
| 1802 | 2026-05-21T04:13:25.243Z | Compiling tokio-util v0.7.16 |
| 1803 | 2026-05-21T04:13:25.269Z | Compiling slog v2.8.2 |
| 1804 | 2026-05-21T04:13:25.282Z | Compiling progenitor-macro v0.11.1 |
| 1805 | 2026-05-21T04:13:26.080Z | Compiling crypto-common v0.1.6 |
| 1806 | 2026-05-21T04:13:26.093Z | Compiling oxnet v0.1.4 |
| 1807 | 2026-05-21T04:13:26.210Z | Compiling itertools v0.14.0 |
| 1808 | 2026-05-21T04:13:26.213Z | Compiling rand_core v0.9.3 |
| 1809 | 2026-05-21T04:13:26.278Z | Compiling h2 v0.4.12 |
| 1810 | 2026-05-21T04:13:26.314Z | Compiling num-derive v0.4.2 |
| 1811 | 2026-05-21T04:13:26.522Z | Compiling rand_chacha v0.9.0 |
| 1812 | 2026-05-21T04:13:26.543Z | Compiling debug-ignore v1.0.5 |
| 1813 | 2026-05-21T04:13:26.654Z | Compiling quick-error v1.2.3 |
| 1814 | 2026-05-21T04:13:26.767Z | Compiling spin v0.9.8 |
| 1815 | 2026-05-21T04:13:26.893Z | Compiling rand v0.9.2 |
| 1816 | 2026-05-21T04:13:27.019Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 1817 | 2026-05-21T04:13:27.279Z | Compiling tabwriter v1.4.1 |
| 1818 | 2026-05-21T04:13:27.462Z | Compiling rustls-pki-types v1.12.0 |
| 1819 | 2026-05-21T04:13:27.488Z | Compiling serde_spanned v1.0.4 |
| 1820 | 2026-05-21T04:13:27.528Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1821 | 2026-05-21T04:13:27.713Z | Compiling bit-vec v0.8.0 |
| 1822 | 2026-05-21T04:13:27.834Z | Compiling lazy_static v1.5.0 |
| 1823 | 2026-05-21T04:13:27.940Z | Compiling colored v3.0.0 |
| 1824 | 2026-05-21T04:13:27.951Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1825 | 2026-05-21T04:13:27.954Z | Compiling bit-set v0.8.0 |
| 1826 | 2026-05-21T04:13:27.974Z | Compiling strum v0.26.3 |
| 1827 | 2026-05-21T04:13:28.101Z | Compiling async-stream v0.3.6 |
| 1828 | 2026-05-21T04:13:28.113Z | Compiling waitgroup v0.1.2 |
| 1829 | 2026-05-21T04:13:28.173Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1830 | 2026-05-21T04:13:28.255Z | Compiling serde_path_to_error v0.1.20 |
| 1831 | 2026-05-21T04:13:28.272Z | Compiling unarray v0.1.4 |
| 1832 | 2026-05-21T04:13:28.316Z | Compiling hyper v1.8.1 |
| 1833 | 2026-05-21T04:13:28.406Z | Compiling anstyle v1.0.14 |
| 1834 | 2026-05-21T04:13:28.610Z | Compiling time v0.3.47 |
| 1835 | 2026-05-21T04:13:28.672Z | Compiling ring v0.17.14 |
| 1836 | 2026-05-21T04:13:29.249Z | Compiling macaddr v1.0.1 |
| 1837 | 2026-05-21T04:13:29.490Z | Compiling hyper-util v0.1.19 |
| 1838 | 2026-05-21T04:13:29.895Z | Compiling utf8parse v0.2.2 |
| 1839 | 2026-05-21T04:13:30.016Z | Compiling anstyle-parse v1.0.0 |
| 1840 | 2026-05-21T04:13:30.085Z | Compiling crossbeam-channel v0.5.15 |
| 1841 | 2026-05-21T04:13:30.210Z | Compiling block-buffer v0.10.4 |
| 1842 | 2026-05-21T04:13:30.346Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1843 | 2026-05-21T04:13:30.366Z | Compiling ref-cast v1.0.25 |
| 1844 | 2026-05-21T04:13:30.473Z | Compiling is_terminal_polyfill v1.70.1 |
| 1845 | 2026-05-21T04:13:30.528Z | Compiling colorchoice v1.0.4 |
| 1846 | 2026-05-21T04:13:30.556Z | Compiling anstyle-query v1.1.4 |
| 1847 | 2026-05-21T04:13:30.559Z | Compiling digest v0.10.7 |
| 1848 | 2026-05-21T04:13:30.579Z | Compiling strum v0.27.2 |
| 1849 | 2026-05-21T04:13:30.645Z | Compiling anstream v1.0.0 |
| 1850 | 2026-05-21T04:13:30.669Z | Compiling clap_lex v1.1.0 |
| 1851 | 2026-05-21T04:13:30.704Z | Compiling is-terminal v0.4.16 |
| 1852 | 2026-05-21T04:13:30.786Z | Compiling slog-term v2.9.2 |
| 1853 | 2026-05-21T04:13:30.804Z | Compiling slog-async v2.8.0 |
| 1854 | 2026-05-21T04:13:30.918Z | Compiling slog-json v2.6.1 |
| 1855 | 2026-05-21T04:13:30.954Z | Compiling tower v0.5.2 |
| 1856 | 2026-05-21T04:13:30.966Z | Compiling hostname v0.3.1 |
| 1857 | 2026-05-21T04:13:31.109Z | Compiling instant v0.1.13 |
| 1858 | 2026-05-21T04:13:31.112Z | Compiling slog-bunyan v2.5.0 |
| 1859 | 2026-05-21T04:13:31.209Z | Compiling futures-executor v0.3.32 |
| 1860 | 2026-05-21T04:13:31.386Z | Compiling tower-http v0.6.8 |
| 1861 | 2026-05-21T04:13:31.411Z | Compiling futures v0.3.32 |
| 1862 | 2026-05-21T04:13:31.426Z | Compiling openssl-sys v0.9.112 |
| 1863 | 2026-05-21T04:13:32.034Z | Compiling aws-lc-sys v0.39.1 |
| 1864 | 2026-05-21T04:13:32.048Z | Compiling memmap2 v0.9.8 |
| 1865 | 2026-05-21T04:13:32.532Z | Compiling foreign-types-shared v0.1.1 |
| 1866 | 2026-05-21T04:13:32.628Z | Compiling untrusted v0.7.1 |
| 1867 | 2026-05-21T04:13:32.654Z | Compiling foreign-types v0.3.2 |
| 1868 | 2026-05-21T04:13:32.697Z | Compiling tempfile v3.27.0 |
| 1869 | 2026-05-21T04:13:32.713Z | Compiling openssl-probe v0.1.6 |
| 1870 | 2026-05-21T04:13:32.726Z | Compiling aws-lc-rs v1.16.2 |
| 1871 | 2026-05-21T04:13:32.896Z | Compiling openssl v0.10.76 |
| 1872 | 2026-05-21T04:13:33.714Z | Compiling rustls-webpki v0.103.6 |
| 1873 | 2026-05-21T04:13:34.254Z | Compiling rustls v0.23.32 |
| 1874 | 2026-05-21T04:13:34.591Z | Compiling either v1.15.0 |
| 1875 | 2026-05-21T04:13:34.783Z | Compiling usdt v0.6.0 |
| 1876 | 2026-05-21T04:13:35.073Z | Compiling webpki-roots v1.0.2 |
| 1877 | 2026-05-21T04:13:35.215Z | Compiling newtype-uuid v1.3.2 |
| 1878 | 2026-05-21T04:13:35.358Z | Compiling native-tls v0.2.14 |
| 1879 | 2026-05-21T04:13:35.567Z | Compiling tokio-native-tls v0.3.1 |
| 1880 | 2026-05-21T04:13:35.673Z | Compiling daft v0.1.5 |
| 1881 | 2026-05-21T04:13:35.743Z | Compiling hyper-tls v0.6.0 |
| 1882 | 2026-05-21T04:13:36.205Z | Compiling rustls-webpki v0.102.8 |
| 1883 | 2026-05-21T04:13:37.301Z | Compiling tokio-rustls v0.26.3 |
| 1884 | 2026-05-21T04:13:37.553Z | Compiling hyper-rustls v0.27.7 |
| 1885 | 2026-05-21T04:13:37.574Z | Compiling rustls v0.22.4 |
| 1886 | 2026-05-21T04:13:37.893Z | Compiling reqwest v0.12.23 |
| 1887 | 2026-05-21T04:13:38.801Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1888 | 2026-05-21T04:13:39.338Z | Compiling sha1 v0.10.6 |
| 1889 | 2026-05-21T04:13:39.380Z | Compiling rustls-pemfile v2.2.0 |
| 1890 | 2026-05-21T04:13:39.514Z | Compiling tokio-rustls v0.25.0 |
| 1891 | 2026-05-21T04:13:39.582Z | Compiling multer v3.1.0 |
| 1892 | 2026-05-21T04:13:39.751Z | Compiling terminal_size v0.4.3 |
| 1893 | 2026-05-21T04:13:39.899Z | Compiling rand_chacha v0.3.1 |
| 1894 | 2026-05-21T04:13:40.226Z | Compiling wait-timeout v0.2.1 |
| 1895 | 2026-05-21T04:13:40.405Z | Compiling hostname v0.4.2 |
| 1896 | 2026-05-21T04:13:40.595Z | Compiling dropshot v0.16.7 |
| 1897 | 2026-05-21T04:13:40.707Z | Compiling rusty-fork v0.3.0 |
| 1898 | 2026-05-21T04:13:41.072Z | Compiling rand v0.8.5 |
| 1899 | 2026-05-21T04:13:41.972Z | Compiling rand_xorshift v0.4.0 |
| 1900 | 2026-05-21T04:13:42.504Z | Compiling hubpack_derive v0.1.1 |
| 1901 | 2026-05-21T04:13:43.205Z | Compiling proptest v1.8.0 |
| 1902 | 2026-05-21T04:13:43.366Z | Compiling clap_builder v4.6.0 |
| 1903 | 2026-05-21T04:13:44.413Z | Compiling serde_spanned v0.6.9 |
| 1904 | 2026-05-21T04:13:44.986Z | Compiling prettyplease v0.2.37 |
| 1905 | 2026-05-21T04:13:45.151Z | Compiling clap v4.6.0 |
| 1906 | 2026-05-21T04:13:45.241Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1907 | 2026-05-21T04:13:45.825Z | Compiling progenitor-client v0.11.1 |
| 1908 | 2026-05-21T04:13:46.138Z | Compiling progenitor-client v0.10.0 |
| 1909 | 2026-05-21T04:13:46.441Z | Compiling serde_with v3.14.1 |
| 1910 | 2026-05-21T04:13:47.433Z | Compiling progenitor v0.11.1 |
| 1911 | 2026-05-21T04:13:48.262Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1912 | 2026-05-21T04:13:48.604Z | Compiling rustc-hash v2.1.1 |
| 1913 | 2026-05-21T04:13:48.706Z | Compiling iddqd v0.3.18 |
| 1914 | 2026-05-21T04:13:48.782Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1915 | 2026-05-21T04:13:49.704Z | Compiling backoff v0.4.0 |
| 1916 | 2026-05-21T04:13:49.878Z | Compiling parse-display v0.10.0 |
| 1917 | 2026-05-21T04:13:49.890Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1918 | 2026-05-21T04:13:49.943Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1919 | 2026-05-21T04:13:50.071Z | Compiling toml_write v0.1.2 |
| 1920 | 2026-05-21T04:13:50.155Z | Compiling winnow v0.5.40 |
| 1921 | 2026-05-21T04:13:50.238Z | Compiling toml_edit v0.22.27 |
| 1922 | 2026-05-21T04:13:51.586Z | Compiling num-integer v0.1.46 |
| 1923 | 2026-05-21T04:13:51.757Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1924 | 2026-05-21T04:13:52.055Z | Compiling float-ord v0.3.2 |
| 1925 | 2026-05-21T04:13:52.178Z | Compiling toml v0.8.23 |
| 1926 | 2026-05-21T04:13:55.343Z | Compiling num-iter v0.1.45 |
| 1927 | 2026-05-21T04:13:55.472Z | Compiling num-rational v0.4.2 |
| 1928 | 2026-05-21T04:13:56.123Z | Compiling num-complex v0.4.6 |
| 1929 | 2026-05-21T04:13:57.042Z | Compiling num v0.4.3 |
| 1930 | 2026-05-21T04:13:57.244Z | Compiling toml_edit v0.19.15 |
| 1931 | 2026-05-21T04:13:58.818Z | Compiling proc-macro-crate v1.3.1 |
| 1932 | 2026-05-21T04:13:59.829Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1933 | 2026-05-21T04:14:00.581Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1934 | 2026-05-21T04:14:01.032Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1935 | 2026-05-21T04:14:02.773Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1936 | 2026-05-21T04:14:03.521Z | Compiling zerocopy-derive v0.7.35 |
| 1937 | 2026-05-21T04:14:03.804Z | Compiling memoffset v0.9.1 |
| 1938 | 2026-05-21T04:14:03.843Z | Compiling ingot-macros v0.1.1 |
| 1939 | 2026-05-21T04:14:03.896Z | Compiling libscf-sys v1.2.0 |
| 1940 | 2026-05-21T04:14:04.015Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1941 | 2026-05-21T04:14:04.039Z | Compiling nix v0.30.1 |
| 1942 | 2026-05-21T04:14:04.461Z | Compiling proc-macro-error2 v2.0.1 |
| 1943 | 2026-05-21T04:14:04.477Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1944 | 2026-05-21T04:14:04.536Z | Compiling scroll_derive v0.12.1 |
| 1945 | 2026-05-21T04:14:05.269Z | Compiling tabled_derive v0.11.0 |
| 1946 | 2026-05-21T04:14:05.365Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1947 | 2026-05-21T04:14:08.230Z | Compiling zerocopy v0.7.35 |
| 1948 | 2026-05-21T04:14:08.830Z | Compiling num_enum_derive v0.7.5 |
| 1949 | 2026-05-21T04:14:09.019Z | Compiling hubpack v0.1.2 |
| 1950 | 2026-05-21T04:14:09.251Z | Compiling foreign-types-macros v0.2.3 |
| 1951 | 2026-05-21T04:14:09.601Z | Compiling static_assertions v1.1.0 |
| 1952 | 2026-05-21T04:14:09.940Z | Compiling glob v0.3.3 |
| 1953 | 2026-05-21T04:14:10.034Z | Compiling proc-macro-error-attr v1.0.4 |
| 1954 | 2026-05-21T04:14:10.186Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1955 | 2026-05-21T04:14:10.216Z | Compiling dtrace-parser v0.2.0 |
| 1956 | 2026-05-21T04:14:10.690Z | Compiling bytecount v0.6.9 |
| 1957 | 2026-05-21T04:14:10.693Z | Compiling proc-macro-error v1.0.4 |
| 1958 | 2026-05-21T04:14:10.834Z | Compiling dof v0.3.0 |
| 1959 | 2026-05-21T04:14:11.277Z | Compiling num_enum_derive v0.5.11 |
| 1960 | 2026-05-21T04:14:12.678Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1961 | 2026-05-21T04:14:12.786Z | Compiling thread-id v4.2.2 |
| 1962 | 2026-05-21T04:14:12.896Z | Compiling usdt-impl v0.5.0 |
| 1963 | 2026-05-21T04:14:13.445Z | Compiling derive_more v0.99.20 |
| 1964 | 2026-05-21T04:14:13.739Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1965 | 2026-05-21T04:14:14.031Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1966 | 2026-05-21T04:14:14.734Z | Compiling minimal-lexical v0.2.1 |
| 1967 | 2026-05-21T04:14:14.786Z | Compiling usdt-macro v0.5.0 |
| 1968 | 2026-05-21T04:14:14.966Z | Compiling nom v7.1.3 |
| 1969 | 2026-05-21T04:14:15.004Z | Compiling usdt-attr-macro v0.5.0 |
| 1970 | 2026-05-21T04:14:15.192Z | Compiling zone_cfg_derive v0.3.1 |
| 1971 | 2026-05-21T04:14:15.573Z | Compiling papergrid v0.17.0 |
| 1972 | 2026-05-21T04:14:15.825Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1973 | 2026-05-21T04:14:15.837Z | Compiling testing_table v0.3.0 |
| 1974 | 2026-05-21T04:14:15.898Z | Compiling rustc_version v0.4.1 |
| 1975 | 2026-05-21T04:14:16.005Z | Compiling crossbeam-epoch v0.9.18 |
| 1976 | 2026-05-21T04:14:16.188Z | Compiling enum-as-inner v0.6.1 |
| 1977 | 2026-05-21T04:14:16.324Z | Compiling curve25519-dalek v4.1.3 |
| 1978 | 2026-05-21T04:14:16.360Z | Compiling crossbeam-deque v0.8.6 |
| 1979 | 2026-05-21T04:14:16.414Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1980 | 2026-05-21T04:14:16.610Z | Compiling tabled v0.20.0 |
| 1981 | 2026-05-21T04:14:16.781Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1982 | 2026-05-21T04:14:16.901Z | Compiling typify-impl v0.6.1 |
| 1983 | 2026-05-21T04:14:17.262Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1984 | 2026-05-21T04:14:17.521Z | Compiling rayon-core v1.13.0 |
| 1985 | 2026-05-21T04:14:17.600Z | Compiling clang-sys v1.8.1 |
| 1986 | 2026-05-21T04:14:17.700Z | Compiling scroll v0.12.0 |
| 1987 | 2026-05-21T04:14:18.008Z | Compiling hash32 v0.3.1 |
| 1988 | 2026-05-21T04:14:18.169Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1989 | 2026-05-21T04:14:18.267Z | Compiling heapless v0.8.0 |
| 1990 | 2026-05-21T04:14:18.285Z | Compiling goblin v0.8.2 |
| 1991 | 2026-05-21T04:14:18.297Z | Compiling ingot-types v0.1.2 |
| 1992 | 2026-05-21T04:14:18.529Z | Compiling cobs v0.3.0 |
| 1993 | 2026-05-21T04:14:18.755Z | Compiling libloading v0.8.9 |
| 1994 | 2026-05-21T04:14:18.767Z | Compiling bitflags v1.3.2 |
| 1995 | 2026-05-21T04:14:18.779Z | Compiling foreign-types-shared v0.3.1 |
| 1996 | 2026-05-21T04:14:18.849Z | Compiling managed v0.8.0 |
| 1997 | 2026-05-21T04:14:18.878Z | Compiling foreign-types v0.5.0 |
| 1998 | 2026-05-21T04:14:18.971Z | Compiling bindgen v0.72.1 |
| 1999 | 2026-05-21T04:14:18.988Z | Compiling postcard v1.1.3 |
| 2000 | 2026-05-21T04:14:19.075Z | Compiling smoltcp v0.11.0 |
| 2001 | 2026-05-21T04:14:19.339Z | Compiling ingot v0.1.1 |
| 2002 | 2026-05-21T04:14:19.472Z | Compiling cexpr v0.6.0 |
| 2003 | 2026-05-21T04:14:19.803Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2004 | 2026-05-21T04:14:20.056Z | Compiling num_enum v0.7.5 |
| 2005 | 2026-05-21T04:14:20.186Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2006 | 2026-05-21T04:14:20.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2007 | 2026-05-21T04:14:20.839Z | Compiling camino-tempfile v1.4.1 |
| 2008 | 2026-05-21T04:14:21.079Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2009 | 2026-05-21T04:14:21.097Z | Compiling serde_repr v0.1.20 |
| 2010 | 2026-05-21T04:14:21.337Z | Compiling derive-where v1.6.0 |
| 2011 | 2026-05-21T04:14:21.479Z | Compiling cstr-argument v0.1.2 |
| 2012 | 2026-05-21T04:14:21.795Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2013 | 2026-05-21T04:14:21.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2014 | 2026-05-21T04:14:22.601Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2015 | 2026-05-21T04:14:22.795Z | Compiling rayon v1.11.0 |
| 2016 | 2026-05-21T04:14:23.048Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2017 | 2026-05-21T04:14:23.071Z | Compiling typify-macro v0.6.1 |
| 2018 | 2026-05-21T04:14:23.176Z | Compiling crucible-workspace-hack v0.1.0 |
| 2019 | 2026-05-21T04:14:23.975Z | Compiling memmap v0.7.0 |
| 2020 | 2026-05-21T04:14:23.989Z | Compiling tinyvec_macros v0.1.1 |
| 2021 | 2026-05-21T04:14:24.059Z | Compiling tinyvec v1.10.0 |
| 2022 | 2026-05-21T04:14:24.103Z | Compiling usdt v0.5.0 |
| 2023 | 2026-05-21T04:14:24.385Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2024 | 2026-05-21T04:14:24.759Z | Compiling num_enum v0.5.11 |
| 2025 | 2026-05-21T04:14:25.174Z | Compiling typify v0.6.1 |
| 2026 | 2026-05-21T04:14:25.276Z | Compiling pin-project-internal v1.1.10 |
| 2027 | 2026-05-21T04:14:26.016Z | Compiling progenitor-impl v0.13.0 |
| 2028 | 2026-05-21T04:14:26.381Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2029 | 2026-05-21T04:14:26.406Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2030 | 2026-05-21T04:14:26.450Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2031 | 2026-05-21T04:14:26.755Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2032 | 2026-05-21T04:14:26.943Z | Compiling rustix v0.38.44 |
| 2033 | 2026-05-21T04:14:27.205Z | Compiling itertools v0.12.1 |
| 2034 | 2026-05-21T04:14:27.265Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2035 | 2026-05-21T04:14:27.381Z | Compiling progenitor-impl v0.10.0 |
| 2036 | 2026-05-21T04:14:27.601Z | Compiling sigpipe v0.1.3 |
| 2037 | 2026-05-21T04:14:27.696Z | Compiling jiff v0.2.15 |
| 2038 | 2026-05-21T04:14:27.819Z | Compiling const_format_proc_macros v0.2.34 |
| 2039 | 2026-05-21T04:14:28.190Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2040 | 2026-05-21T04:14:28.420Z | Compiling zone v0.3.1 |
| 2041 | 2026-05-21T04:14:28.452Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2042 | 2026-05-21T04:14:29.550Z | Compiling progenitor-macro v0.13.0 |
| 2043 | 2026-05-21T04:14:30.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2044 | 2026-05-21T04:14:30.117Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2045 | 2026-05-21T04:14:30.678Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2046 | 2026-05-21T04:14:30.708Z | Compiling secrecy v0.10.3 |
| 2047 | 2026-05-21T04:14:30.866Z | Compiling progenitor-macro v0.10.0 |
| 2048 | 2026-05-21T04:14:30.878Z | Compiling smf v0.2.3 |
| 2049 | 2026-05-21T04:14:31.242Z | Compiling snafu-derive v0.8.9 |
| 2050 | 2026-05-21T04:14:31.402Z | Compiling async-recursion v1.1.1 |
| 2051 | 2026-05-21T04:14:31.490Z | Compiling bstr v1.12.0 |
| 2052 | 2026-05-21T04:14:31.711Z | Compiling whoami v1.6.1 |
| 2053 | 2026-05-21T04:14:31.997Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2054 | 2026-05-21T04:14:32.918Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2055 | 2026-05-21T04:14:33.295Z | Compiling hmac v0.12.1 |
| 2056 | 2026-05-21T04:14:33.535Z | Compiling inout v0.1.4 |
| 2057 | 2026-05-21T04:14:33.670Z | Compiling ff v0.13.1 |
| 2058 | 2026-05-21T04:14:33.813Z | Compiling crc8 v0.1.1 |
| 2059 | 2026-05-21T04:14:33.938Z | Compiling data-encoding v2.9.0 |
| 2060 | 2026-05-21T04:14:34.031Z | Compiling group v0.13.0 |
| 2061 | 2026-05-21T04:14:34.153Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2062 | 2026-05-21T04:14:34.733Z | Compiling cipher v0.4.4 |
| 2063 | 2026-05-21T04:14:34.824Z | Compiling hkdf v0.12.4 |
| 2064 | 2026-05-21T04:14:34.985Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2065 | 2026-05-21T04:14:35.606Z | Compiling atomicwrites v0.4.4 |
| 2066 | 2026-05-21T04:14:35.671Z | Compiling tokio-dtrace v0.1.1 |
| 2067 | 2026-05-21T04:14:35.951Z | Compiling tabled_derive v0.7.0 |
| 2068 | 2026-05-21T04:14:36.400Z | Compiling reqwest v0.13.2 |
| 2069 | 2026-05-21T04:14:36.471Z | Compiling universal-hash v0.5.1 |
| 2070 | 2026-05-21T04:14:36.611Z | Compiling crypto-bigint v0.5.5 |
| 2071 | 2026-05-21T04:14:36.775Z | Compiling half v2.7.1 |
| 2072 | 2026-05-21T04:14:36.875Z | Compiling base16ct v0.2.0 |
| 2073 | 2026-05-21T04:14:36.916Z | Compiling indent_write v2.2.0 |
| 2074 | 2026-05-21T04:14:37.043Z | Compiling base64ct v1.8.0 |
| 2075 | 2026-05-21T04:14:37.061Z | Compiling ciborium-io v0.2.2 |
| 2076 | 2026-05-21T04:14:37.177Z | Compiling opaque-debug v0.3.1 |
| 2077 | 2026-05-21T04:14:37.260Z | Compiling poly1305 v0.8.0 |
| 2078 | 2026-05-21T04:14:37.357Z | Compiling progenitor-client v0.13.0 |
| 2079 | 2026-05-21T04:14:37.612Z | Compiling password-hash v0.5.0 |
| 2080 | 2026-05-21T04:14:37.685Z | Compiling elliptic-curve v0.13.8 |
| 2081 | 2026-05-21T04:14:37.897Z | Compiling ciborium-ll v0.2.2 |
| 2082 | 2026-05-21T04:14:38.314Z | Compiling oxide-tokio-rt v0.1.2 |
| 2083 | 2026-05-21T04:14:38.880Z | Compiling chacha20 v0.9.1 |
| 2084 | 2026-05-21T04:14:39.058Z | Compiling similar v2.7.0 |
| 2085 | 2026-05-21T04:14:39.112Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2086 | 2026-05-21T04:14:39.545Z | Compiling thiserror-no-std v2.0.2 |
| 2087 | 2026-05-21T04:14:40.039Z | Compiling blake2 v0.10.6 |
| 2088 | 2026-05-21T04:14:40.137Z | Compiling aead v0.5.2 |
| 2089 | 2026-05-21T04:14:40.526Z | Compiling resolv-conf v0.7.5 |
| 2090 | 2026-05-21T04:14:40.593Z | Compiling keccak v0.1.6 |
| 2091 | 2026-05-21T04:14:40.806Z | Compiling linked-hash-map v0.5.6 |
| 2092 | 2026-05-21T04:14:40.809Z | Compiling sha3 v0.10.8 |
| 2093 | 2026-05-21T04:14:41.002Z | Compiling lru-cache v0.1.2 |
| 2094 | 2026-05-21T04:14:41.109Z | Compiling chacha20poly1305 v0.10.1 |
| 2095 | 2026-05-21T04:14:41.109Z | Compiling argon2 v0.5.3 |
| 2096 | 2026-05-21T04:14:41.112Z | Compiling vsss-rs v3.3.4 |
| 2097 | 2026-05-21T04:14:41.143Z | Compiling progenitor v0.13.0 |
| 2098 | 2026-05-21T04:14:41.255Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2099 | 2026-05-21T04:14:41.280Z | Compiling ciborium v0.2.2 |
| 2100 | 2026-05-21T04:14:41.300Z | Compiling hickory-proto v0.24.4 |
| 2101 | 2026-05-21T04:14:41.853Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2102 | 2026-05-21T04:14:41.891Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2103 | 2026-05-21T04:14:42.393Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2104 | 2026-05-21T04:14:42.417Z | Compiling serde-big-array v0.5.1 |
| 2105 | 2026-05-21T04:14:42.431Z | Compiling same-file v1.0.6 |
| 2106 | 2026-05-21T04:14:42.563Z | Compiling siphasher v1.0.1 |
| 2107 | 2026-05-21T04:14:42.616Z | Compiling unicode-segmentation v1.12.0 |
| 2108 | 2026-05-21T04:14:42.714Z | Compiling phf_shared v0.12.1 |
| 2109 | 2026-05-21T04:14:42.950Z | Compiling newline-converter v0.3.0 |
| 2110 | 2026-05-21T04:14:42.964Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2111 | 2026-05-21T04:14:43.023Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2112 | 2026-05-21T04:14:43.026Z | Compiling walkdir v2.5.0 |
| 2113 | 2026-05-21T04:14:43.182Z | Compiling hickory-resolver v0.24.4 |
| 2114 | 2026-05-21T04:14:43.206Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-05-21T04:14:43.900Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-05-21T04:14:44.778Z | Compiling newtype_derive v0.1.6 |
| 2117 | 2026-05-21T04:14:44.867Z | Compiling owo-colors v4.3.0 |
| 2118 | 2026-05-21T04:14:44.939Z | Compiling tokio-stream v0.1.17 |
| 2119 | 2026-05-21T04:14:45.136Z | Compiling console v0.15.11 |
| 2120 | 2026-05-21T04:14:45.411Z | Compiling csv-core v0.1.12 |
| 2121 | 2026-05-21T04:14:45.631Z | Compiling unicode-linebreak v0.1.5 |
| 2122 | 2026-05-21T04:14:45.674Z | Compiling foldhash v0.1.5 |
| 2123 | 2026-05-21T04:14:45.692Z | Compiling swrite v0.1.0 |
| 2124 | 2026-05-21T04:14:45.797Z | Compiling smawk v0.3.2 |
| 2125 | 2026-05-21T04:14:45.810Z | Compiling termtree v0.5.1 |
| 2126 | 2026-05-21T04:14:45.833Z | Compiling unicode-width v0.1.14 |
| 2127 | 2026-05-21T04:14:45.862Z | Compiling humantime v2.3.0 |
| 2128 | 2026-05-21T04:14:45.938Z | Compiling textwrap v0.16.2 |
| 2129 | 2026-05-21T04:14:45.962Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-05-21T04:14:46.146Z | Compiling csv v1.3.1 |
| 2131 | 2026-05-21T04:14:46.254Z | Compiling expectorate v1.2.0 |
| 2132 | 2026-05-21T04:14:46.286Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2133 | 2026-05-21T04:14:46.413Z | Compiling qorb v0.4.1 |
| 2134 | 2026-05-21T04:14:46.528Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2135 | 2026-05-21T04:14:47.633Z | Compiling phf v0.12.1 |
| 2136 | 2026-05-21T04:14:47.794Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2137 | 2026-05-21T04:14:48.477Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2138 | 2026-05-21T04:14:48.524Z | Compiling pin-project v1.1.10 |
| 2139 | 2026-05-21T04:14:48.548Z | Compiling unicode-normalization v0.1.24 |
| 2140 | 2026-05-21T04:14:48.673Z | Compiling libz-sys v1.1.22 |
| 2141 | 2026-05-21T04:14:48.976Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2142 | 2026-05-21T04:14:49.689Z | Compiling libsw-core v0.3.2 |
| 2143 | 2026-05-21T04:14:49.965Z | Compiling highway v1.3.0 |
| 2144 | 2026-05-21T04:14:49.995Z | Compiling fixedbitset v0.5.7 |
| 2145 | 2026-05-21T04:14:50.146Z | Compiling fixedbitset v0.4.2 |
| 2146 | 2026-05-21T04:14:50.335Z | Compiling petgraph v0.6.5 |
| 2147 | 2026-05-21T04:14:50.360Z | Compiling progenitor v0.10.0 |
| 2148 | 2026-05-21T04:14:50.398Z | Compiling petgraph v0.8.2 |
| 2149 | 2026-05-21T04:14:50.513Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2150 | 2026-05-21T04:14:51.618Z | Compiling libsw v3.5.0 |
| 2151 | 2026-05-21T04:14:51.802Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2152 | 2026-05-21T04:14:52.003Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2153 | 2026-05-21T04:14:52.283Z | Compiling olpc-cjson v0.1.4 |
| 2154 | 2026-05-21T04:14:52.418Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2155 | 2026-05-21T04:14:52.463Z | Compiling snafu v0.8.9 |
| 2156 | 2026-05-21T04:14:52.859Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-05-21T04:14:53.055Z | Compiling chrono-tz v0.10.4 |
| 2158 | 2026-05-21T04:14:53.281Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2159 | 2026-05-21T04:14:53.859Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2160 | 2026-05-21T04:14:54.364Z | Compiling papergrid v0.11.0 |
| 2161 | 2026-05-21T04:14:54.636Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2162 | 2026-05-21T04:14:54.935Z | Compiling globset v0.4.16 |
| 2163 | 2026-05-21T04:14:55.437Z | Compiling const_format v0.2.34 |
| 2164 | 2026-05-21T04:14:55.747Z | Compiling slog-dtrace v0.3.0 |
| 2165 | 2026-05-21T04:14:55.776Z | Compiling cancel-safe-futures v0.1.5 |
| 2166 | 2026-05-21T04:14:55.975Z | Compiling gethostname v0.5.0 |
| 2167 | 2026-05-21T04:14:56.106Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2168 | 2026-05-21T04:14:56.564Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2169 | 2026-05-21T04:14:57.151Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2170 | 2026-05-21T04:14:57.164Z | Compiling pem v3.0.5 |
| 2171 | 2026-05-21T04:14:57.530Z | Compiling bcs v0.1.6 |
| 2172 | 2026-05-21T04:14:57.543Z | Compiling serde_plain v1.0.2 |
| 2173 | 2026-05-21T04:14:57.555Z | Compiling cargo-platform v0.1.9 |
| 2174 | 2026-05-21T04:14:57.626Z | Compiling tagptr v0.2.0 |
| 2175 | 2026-05-21T04:14:57.749Z | Compiling linear-map v1.2.0 |
| 2176 | 2026-05-21T04:14:57.800Z | Compiling typed-path v0.9.3 |
| 2177 | 2026-05-21T04:14:58.725Z | Compiling tough v0.20.0 |
| 2178 | 2026-05-21T04:14:59.195Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2179 | 2026-05-21T04:15:00.104Z | Compiling moka v0.12.11 |
| 2180 | 2026-05-21T04:15:00.599Z | Compiling cargo_metadata v0.18.1 |
| 2181 | 2026-05-21T04:15:00.968Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-05-21T04:15:01.375Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2183 | 2026-05-21T04:15:01.617Z | Compiling tabled v0.15.0 |
| 2184 | 2026-05-21T04:15:01.640Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2185 | 2026-05-21T04:15:02.405Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2186 | 2026-05-21T04:15:02.615Z | Compiling git2 v0.19.0 |
| 2187 | 2026-05-21T04:15:03.327Z | Compiling steno v0.4.1 |
| 2188 | 2026-05-21T04:15:04.920Z | Compiling cookie v0.18.1 |
| 2189 | 2026-05-21T04:15:05.491Z | Compiling hickory-proto v0.25.2 |
| 2190 | 2026-05-21T04:15:07.369Z | Compiling hickory-resolver v0.25.2 |
| 2191 | 2026-05-21T04:15:08.236Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2192 | 2026-05-21T04:15:09.613Z | Compiling vergen v8.3.2 |
| 2193 | 2026-05-21T04:15:11.475Z | Compiling signal-hook v0.3.18 |
| 2194 | 2026-05-21T04:15:11.975Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2195 | 2026-05-21T04:15:12.084Z | Compiling mockall_derive v0.13.1 |
| 2196 | 2026-05-21T04:15:12.323Z | Compiling predicates-core v1.0.9 |
| 2197 | 2026-05-21T04:15:12.672Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2198 | 2026-05-21T04:15:12.856Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2199 | 2026-05-21T04:15:13.103Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2200 | 2026-05-21T04:15:13.358Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2201 | 2026-05-21T04:15:13.399Z | Compiling sha2 v0.10.9 |
| 2202 | 2026-05-21T04:15:13.963Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2203 | 2026-05-21T04:15:14.776Z | Compiling diff v0.1.13 |
| 2204 | 2026-05-21T04:15:14.954Z | Compiling adler2 v2.0.1 |
| 2205 | 2026-05-21T04:15:15.072Z | Compiling yansi v1.0.1 |
| 2206 | 2026-05-21T04:15:15.108Z | Compiling miniz_oxide v0.8.9 |
| 2207 | 2026-05-21T04:15:15.402Z | Compiling pretty_assertions v1.4.1 |
| 2208 | 2026-05-21T04:15:15.685Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2209 | 2026-05-21T04:15:15.836Z | Compiling fs-err v3.1.2 |
| 2210 | 2026-05-21T04:15:16.140Z | Compiling crc32fast v1.5.0 |
| 2211 | 2026-05-21T04:15:16.357Z | Compiling predicates v3.1.3 |
| 2212 | 2026-05-21T04:15:16.659Z | Compiling predicates-tree v1.0.12 |
| 2213 | 2026-05-21T04:15:17.342Z | Compiling git-stub v1.0.0 |
| 2214 | 2026-05-21T04:15:17.406Z | Compiling filetime v0.2.26 |
| 2215 | 2026-05-21T04:15:17.605Z | Compiling arrayvec v0.7.6 |
| 2216 | 2026-05-21T04:15:17.631Z | Compiling arrayref v0.3.9 |
| 2217 | 2026-05-21T04:15:17.716Z | Compiling constant_time_eq v0.3.1 |
| 2218 | 2026-05-21T04:15:17.820Z | Compiling downcast v0.11.0 |
| 2219 | 2026-05-21T04:15:17.843Z | Compiling is_ci v1.2.0 |
| 2220 | 2026-05-21T04:15:17.978Z | Compiling xattr v1.6.1 |
| 2221 | 2026-05-21T04:15:18.001Z | Compiling fragile v2.0.1 |
| 2222 | 2026-05-21T04:15:18.166Z | Compiling tar v0.4.45 |
| 2223 | 2026-05-21T04:15:18.308Z | Compiling supports-color v3.0.2 |
| 2224 | 2026-05-21T04:15:18.504Z | Compiling blake3 v1.8.2 |
| 2225 | 2026-05-21T04:15:19.101Z | Compiling toml v0.7.8 |
| 2226 | 2026-05-21T04:15:19.232Z | Compiling mockall v0.13.1 |
| 2227 | 2026-05-21T04:15:19.235Z | Compiling git-stub-vcs v0.1.0 |
| 2228 | 2026-05-21T04:15:19.629Z | Compiling signal-hook-tokio v0.3.1 |
| 2229 | 2026-05-21T04:15:19.777Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2230 | 2026-05-21T04:15:19.796Z | Compiling flate2 v1.1.2 |
| 2231 | 2026-05-21T04:15:20.375Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2232 | 2026-05-21T04:15:21.300Z | Compiling drift v0.1.3 |
| 2233 | 2026-05-21T04:15:21.425Z | Compiling kstat-rs v0.2.4 |
| 2234 | 2026-05-21T04:15:21.748Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2235 | 2026-05-21T04:15:21.952Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2236 | 2026-05-21T04:15:21.980Z | Compiling display-error-chain v0.2.2 |
| 2237 | 2026-05-21T04:15:22.065Z | Compiling hex-literal v1.0.0 |
| 2238 | 2026-05-21T04:15:22.188Z | Compiling topological-sort v0.2.2 |
| 2239 | 2026-05-21T04:15:22.275Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2240 | 2026-05-21T04:15:22.345Z | Compiling omicron-zone-package v0.12.2 |
| 2241 | 2026-05-21T04:15:22.921Z | Compiling dropshot-api-manager v0.5.2 |
| 2242 | 2026-05-21T04:15:24.216Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-05-21T04:15:24.366Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-05-21T04:15:25.175Z | Compiling curl v0.4.49 |
| 2245 | 2026-05-21T04:15:25.241Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2246 | 2026-05-21T04:15:25.614Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2247 | 2026-05-21T04:15:25.865Z | Compiling internet-checksum v0.2.1 |
| 2248 | 2026-05-21T04:15:25.995Z | Compiling search_path v0.1.4 |
| 2249 | 2026-05-21T04:15:26.020Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2250 | 2026-05-21T04:15:26.400Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2251 | 2026-05-21T04:15:26.613Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2252 | 2026-05-21T04:15:29.108Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2253 | 2026-05-21T04:15:29.998Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2254 | 2026-05-21T04:16:13.626Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s |
| 2255 | 2026-05-21T04:16:13.746Z | Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13) |
| 2256 | 2026-05-21T04:16:13.750Z | |
| 2257 | 2026-05-21T04:16:13.750Z | running 5 tests |
| 2258 | 2026-05-21T04:16:13.753Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2259 | 2026-05-21T04:16:13.753Z | test fuse::tests::chip_revision_b1 ... ok |
| 2260 | 2026-05-21T04:16:13.753Z | test fuse::tests::chip_revision_b0 ... ok |
| 2261 | 2026-05-21T04:16:13.753Z | test fuse::tests::chip_revision_a0 ... ok |
| 2262 | 2026-05-21T04:16:13.753Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2263 | 2026-05-21T04:16:13.753Z | |
| 2264 | 2026-05-21T04:16:13.753Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2265 | 2026-05-21T04:16:13.753Z | |
| 2266 | 2026-05-21T04:16:13.753Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2267 | 2026-05-21T04:16:13.756Z | |
| 2268 | 2026-05-21T04:16:13.756Z | running 0 tests |
| 2269 | 2026-05-21T04:16:13.756Z | |
| 2270 | 2026-05-21T04:16:13.756Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2271 | 2026-05-21T04:16:13.756Z | |
| 2272 | 2026-05-21T04:16:13.756Z | Running unittests src/lib.rs (target/debug/deps/asic-f11baccd5cc9dd07) |
| 2273 | 2026-05-21T04:16:13.756Z | |
| 2274 | 2026-05-21T04:16:13.756Z | running 0 tests |
| 2275 | 2026-05-21T04:16:13.756Z | |
| 2276 | 2026-05-21T04:16:13.756Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2277 | 2026-05-21T04:16:13.756Z | |
| 2278 | 2026-05-21T04:16:13.760Z | Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3) |
| 2279 | 2026-05-21T04:16:13.760Z | |
| 2280 | 2026-05-21T04:16:13.760Z | running 10 tests |
| 2281 | 2026-05-21T04:16:13.760Z | test network::tests::test_equal ... ok |
| 2282 | 2026-05-21T04:16:13.760Z | test nat::tests::test_vni ... ok |
| 2283 | 2026-05-21T04:16:13.760Z | test network::tests::test_eui64 ... ok |
| 2284 | 2026-05-21T04:16:13.760Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2285 | 2026-05-21T04:16:13.760Z | test network::tests::test_into ... ok |
| 2286 | 2026-05-21T04:16:13.760Z | test network::tests::test_not_equal ... ok |
| 2287 | 2026-05-21T04:16:13.760Z | test network::tests::test_to_string ... ok |
| 2288 | 2026-05-21T04:16:13.760Z | test network::tests::test_parse ... ok |
| 2289 | 2026-05-21T04:16:13.760Z | test test_purge ... ok |
| 2290 | 2026-05-21T04:16:13.763Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2291 | 2026-05-21T04:16:13.764Z | |
| 2292 | 2026-05-21T04:16:13.764Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2293 | 2026-05-21T04:16:13.764Z | |
| 2294 | 2026-05-21T04:16:13.764Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce) |
| 2295 | 2026-05-21T04:16:13.767Z | |
| 2296 | 2026-05-21T04:16:13.767Z | running 1 test |
| 2297 | 2026-05-21T04:16:14.970Z | test test::test_apis_up_to_date ... ok |
| 2298 | 2026-05-21T04:16:14.970Z | |
| 2299 | 2026-05-21T04:16:14.970Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s |
| 2300 | 2026-05-21T04:16:14.970Z | |
| 2301 | 2026-05-21T04:16:15.019Z | Running unittests src/main.rs (target/debug/deps/dpd-c3bb32db6a6fa749) |
| 2302 | 2026-05-21T04:16:15.025Z | |
| 2303 | 2026-05-21T04:16:15.025Z | running 19 tests |
| 2304 | 2026-05-21T04:16:15.039Z | test freemap::test_ordering ... ok |
| 2305 | 2026-05-21T04:16:15.039Z | test config::tests::test_updates ... ok |
| 2306 | 2026-05-21T04:16:15.039Z | test freemap::test_split ... ok |
| 2307 | 2026-05-21T04:16:15.039Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2308 | 2026-05-21T04:16:15.039Z | test macaddrs::tests::test_mac_offset ... ok |
| 2309 | 2026-05-21T04:16:15.039Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2310 | 2026-05-21T04:16:15.039Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2311 | 2026-05-21T04:16:15.042Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2312 | 2026-05-21T04:16:15.042Z | test nat::test_mapping ... ok |
| 2313 | 2026-05-21T04:16:15.042Z | test port_map::tests::dump_map ... ok |
| 2314 | 2026-05-21T04:16:15.043Z | test port_map::tests::test_backplane_group ... ok |
| 2315 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG created new freemap, unit: freemap_test |
| 2316 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test |
| 2317 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG reset freemap, unit: freemap_test |
| 2318 | 2026-05-21T04:16:15.043Z | test port_map::tests::test_port_map ... ok |
| 2319 | 2026-05-21T04:16:15.043Z | test freemap::test_basic ... ok |
| 2320 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG created new freemap, unit: freemap_test |
| 2321 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test |
| 2322 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG reset freemap, unit: freemap_test |
| 2323 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG created new freemap, unit: freemap_test |
| 2324 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test |
| 2325 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG reset freemap, unit: freemap_test |
| 2326 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG created new freemap, unit: freemap_test |
| 2327 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test |
| 2328 | 2026-05-21T04:16:15.043Z | test freemap::test_reclaim ... ok |
| 2329 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.739 DEBG reset freemap, unit: freemap_test |
| 2330 | 2026-05-21T04:16:15.043Z | test freemap::test_exhaustion ... ok |
| 2331 | 2026-05-21T04:16:15.043Z | test freemap::test_free ... ok |
| 2332 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.740 DEBG created new freemap, unit: freemap_test |
| 2333 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.740 DEBG initted freemap. size: 128, unit: freemap_test |
| 2334 | 2026-05-21T04:16:15.043Z | May 21 04:16:13.740 DEBG reset freemap, unit: freemap_test |
| 2335 | 2026-05-21T04:16:15.043Z | test freemap::test_span ... ok |
| 2336 | 2026-05-21T04:16:15.043Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2337 | 2026-05-21T04:16:15.043Z | test api_server::tests::test_build_info ... ok |
| 2338 | 2026-05-21T04:16:15.043Z | |
| 2339 | 2026-05-21T04:16:15.043Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2340 | 2026-05-21T04:16:15.043Z | |
| 2341 | 2026-05-21T04:16:15.043Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-d78af77f74d9c4fb) |
| 2342 | 2026-05-21T04:16:15.043Z | |
| 2343 | 2026-05-21T04:16:15.043Z | running 0 tests |
| 2344 | 2026-05-21T04:16:15.043Z | |
| 2345 | 2026-05-21T04:16:15.043Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2346 | 2026-05-21T04:16:15.043Z | |
| 2347 | 2026-05-21T04:16:15.043Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a) |
| 2348 | 2026-05-21T04:16:15.043Z | |
| 2349 | 2026-05-21T04:16:15.043Z | running 0 tests |
| 2350 | 2026-05-21T04:16:15.043Z | |
| 2351 | 2026-05-21T04:16:15.043Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2352 | 2026-05-21T04:16:15.044Z | |
| 2353 | 2026-05-21T04:16:15.044Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-dd10846a9a64fc59) |
| 2354 | 2026-05-21T04:16:15.044Z | |
| 2355 | 2026-05-21T04:16:15.044Z | running 6 tests |
| 2356 | 2026-05-21T04:16:15.044Z | test tests::test_port_id_cmp ... ok |
| 2357 | 2026-05-21T04:16:15.044Z | test tests::test_parse_client_port_id ... ok |
| 2358 | 2026-05-21T04:16:15.044Z | test tests::test_full_lot_id_neither_present ... ok |
| 2359 | 2026-05-21T04:16:15.044Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2360 | 2026-05-21T04:16:15.044Z | test tests::test_full_lot_id_lot_only ... ok |
| 2361 | 2026-05-21T04:16:15.044Z | test tests::test_full_lot_id_both_present ... ok |
| 2362 | 2026-05-21T04:16:15.044Z | |
| 2363 | 2026-05-21T04:16:15.044Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2364 | 2026-05-21T04:16:15.044Z | |
| 2365 | 2026-05-21T04:16:15.044Z | Running tests/test_all.rs (target/debug/deps/test_all-94a79fb38f16a10f) |
| 2366 | 2026-05-21T04:16:15.044Z | |
| 2367 | 2026-05-21T04:16:15.044Z | running 0 tests |
| 2368 | 2026-05-21T04:16:15.044Z | |
| 2369 | 2026-05-21T04:16:15.044Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2370 | 2026-05-21T04:16:15.044Z | |
| 2371 | 2026-05-21T04:16:15.048Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001) |
| 2372 | 2026-05-21T04:16:15.048Z | |
| 2373 | 2026-05-21T04:16:15.048Z | running 0 tests |
| 2374 | 2026-05-21T04:16:15.048Z | |
| 2375 | 2026-05-21T04:16:15.048Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2376 | 2026-05-21T04:16:15.048Z | |
| 2377 | 2026-05-21T04:16:15.048Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5) |
| 2378 | 2026-05-21T04:16:15.048Z | |
| 2379 | 2026-05-21T04:16:15.048Z | running 0 tests |
| 2380 | 2026-05-21T04:16:15.048Z | |
| 2381 | 2026-05-21T04:16:15.048Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2382 | 2026-05-21T04:16:15.048Z | |
| 2383 | 2026-05-21T04:16:15.048Z | Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867) |
| 2384 | 2026-05-21T04:16:15.048Z | |
| 2385 | 2026-05-21T04:16:15.048Z | running 12 tests |
| 2386 | 2026-05-21T04:16:15.051Z | test icmp::test_v6_checksum ... ok |
| 2387 | 2026-05-21T04:16:15.052Z | test icmp::test_v4_checksum ... ok |
| 2388 | 2026-05-21T04:16:15.052Z | test lldp::test_lldp_parse ... ok |
| 2389 | 2026-05-21T04:16:15.052Z | test pbuf::test_byte ... ok |
| 2390 | 2026-05-21T04:16:15.052Z | test ipv6::test_ipv6_parse ... ok |
| 2391 | 2026-05-21T04:16:15.052Z | test pbuf::test_nibble ... ok |
| 2392 | 2026-05-21T04:16:15.052Z | test pbuf::test_short ... ok |
| 2393 | 2026-05-21T04:16:15.052Z | test pbuf::test_overflow ... ok |
| 2394 | 2026-05-21T04:16:15.052Z | test pbuf::test_twelve ... ok |
| 2395 | 2026-05-21T04:16:15.052Z | test pbuf::test_word ... ok |
| 2396 | 2026-05-21T04:16:15.052Z | test tcp::test_checksum_syn_nodata ... ok |
| 2397 | 2026-05-21T04:16:15.052Z | test tcp::test_checksum_ack_data ... ok |
| 2398 | 2026-05-21T04:16:15.052Z | |
| 2399 | 2026-05-21T04:16:15.052Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2400 | 2026-05-21T04:16:15.052Z | |
| 2401 | 2026-05-21T04:16:15.052Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 2402 | 2026-05-21T04:16:15.052Z | |
| 2403 | 2026-05-21T04:16:15.052Z | running 0 tests |
| 2404 | 2026-05-21T04:16:15.052Z | |
| 2405 | 2026-05-21T04:16:15.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2406 | 2026-05-21T04:16:15.052Z | |
| 2407 | 2026-05-21T04:16:15.052Z | Running unittests src/main.rs (target/debug/deps/swadm-6b0bd6a15206c035) |
| 2408 | 2026-05-21T04:16:15.055Z | |
| 2409 | 2026-05-21T04:16:15.055Z | running 5 tests |
| 2410 | 2026-05-21T04:16:15.055Z | test switchport::test::test_compute_lanes ... ok |
| 2411 | 2026-05-21T04:16:15.055Z | test switchport::test::port_id_ordering ... ok |
| 2412 | 2026-05-21T04:16:15.055Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2413 | 2026-05-21T04:16:15.055Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2414 | 2026-05-21T04:16:15.055Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2415 | 2026-05-21T04:16:15.055Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2416 | 2026-05-21T04:16:15.055Z | Tx Enabled: Yes Yes Yes Yes |
| 2417 | 2026-05-21T04:16:15.055Z | Tx Loss-of-lock: No No No No |
| 2418 | 2026-05-21T04:16:15.055Z | Tx Loss-of-signal: No No No No |
| 2419 | 2026-05-21T04:16:15.055Z | Tx CDR Enabled: No No No No |
| 2420 | 2026-05-21T04:16:15.055Z | Tx Adaptive EQ Fault: No No No No |
| 2421 | 2026-05-21T04:16:15.055Z | Tx Fault: Yes Yes Yes Yes |
| 2422 | 2026-05-21T04:16:15.055Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2423 | 2026-05-21T04:16:15.055Z | State: Activated Activated Activated Activated |
| 2424 | 2026-05-21T04:16:15.055Z | Rx Output Enabled: false false false false |
| 2425 | 2026-05-21T04:16:15.055Z | Rx Output Status: valid valid valid valid |
| 2426 | 2026-05-21T04:16:15.055Z | Rx Loss-of-lock: true true true true |
| 2427 | 2026-05-21T04:16:15.055Z | Rx Loss-of-signal: false false false false |
| 2428 | 2026-05-21T04:16:15.055Z | Rx Auto-squelch Disable: true true true true |
| 2429 | 2026-05-21T04:16:15.055Z | Tx Output Enabled: true true true true |
| 2430 | 2026-05-21T04:16:15.056Z | Tx Output Status: invalid invalid invalid invalid |
| 2431 | 2026-05-21T04:16:15.056Z | Tx Loss-of-lock: false false false false |
| 2432 | 2026-05-21T04:16:15.056Z | Tx Loss-of-signal: true true true true |
| 2433 | 2026-05-21T04:16:15.056Z | test switchport::test::test_print_sff_datapath ... Tx Auto-squelch Disable: false falseok false |
| 2434 | 2026-05-21T04:16:15.056Z | false |
| 2435 | 2026-05-21T04:16:15.056Z | Tx Adaptive EQ Fail: true true true true |
| 2436 | 2026-05-21T04:16:15.056Z | Tx Failure: false false false false |
| 2437 | 2026-05-21T04:16:15.056Z | Tx Force Squelch: true true true true |
| 2438 | 2026-05-21T04:16:15.056Z | Tx Input Polarity: normal normal normal normal |
| 2439 | 2026-05-21T04:16:15.056Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2440 | 2026-05-21T04:16:15.056Z | test link::test_filter ... ok |
| 2441 | 2026-05-21T04:16:15.056Z | |
| 2442 | 2026-05-21T04:16:15.056Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2443 | 2026-05-21T04:16:15.056Z | |
| 2444 | 2026-05-21T04:16:15.056Z | Running tests/counters.rs (target/debug/deps/counters-aea435e68721fec3) |
| 2445 | 2026-05-21T04:16:15.059Z | |
| 2446 | 2026-05-21T04:16:15.059Z | running 1 test |
| 2447 | 2026-05-21T04:16:15.059Z | test test_p4_counter_list ... ignored |
| 2448 | 2026-05-21T04:16:15.059Z | |
| 2449 | 2026-05-21T04:16:15.059Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-05-21T04:16:15.059Z | |
| 2451 | 2026-05-21T04:16:15.059Z | Running tests/port-link.rs (target/debug/deps/port_link-42d7e2ff4f9f2d03) |
| 2452 | 2026-05-21T04:16:15.059Z | |
| 2453 | 2026-05-21T04:16:15.059Z | running 5 tests |
| 2454 | 2026-05-21T04:16:15.059Z | test test_an ... ignored |
| 2455 | 2026-05-21T04:16:15.059Z | test test_enable ... ignored |
| 2456 | 2026-05-21T04:16:15.059Z | test test_ip_addresses ... ignored |
| 2457 | 2026-05-21T04:16:15.059Z | test test_kr ... ignored |
| 2458 | 2026-05-21T04:16:15.059Z | test test_mac ... ignored |
| 2459 | 2026-05-21T04:16:15.059Z | |
| 2460 | 2026-05-21T04:16:15.059Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2461 | 2026-05-21T04:16:15.059Z | |
| 2462 | 2026-05-21T04:16:15.059Z | Running unittests src/main.rs (target/debug/deps/tfportd-9f8b7960b1b04671) |
| 2463 | 2026-05-21T04:16:15.062Z | |
| 2464 | 2026-05-21T04:16:15.062Z | running 3 tests |
| 2465 | 2026-05-21T04:16:15.062Z | test linklocal::test_parse_ipadm ... ok |
| 2466 | 2026-05-21T04:16:15.062Z | test tfport::test_parse_tfport ... ok |
| 2467 | 2026-05-21T04:16:15.062Z | test config::tests::test_updates ... ok |
| 2468 | 2026-05-21T04:16:15.062Z | |
| 2469 | 2026-05-21T04:16:15.062Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2470 | 2026-05-21T04:16:15.062Z | |
| 2471 | 2026-05-21T04:16:15.063Z | Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1) |
| 2472 | 2026-05-21T04:16:15.065Z | |
| 2473 | 2026-05-21T04:16:15.065Z | running 0 tests |
| 2474 | 2026-05-21T04:16:15.065Z | |
| 2475 | 2026-05-21T04:16:15.065Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2476 | 2026-05-21T04:16:15.066Z | |
| 2477 | 2026-05-21T04:16:15.066Z | Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb) |
| 2478 | 2026-05-21T04:16:15.066Z | |
| 2479 | 2026-05-21T04:16:15.066Z | running 0 tests |
| 2480 | 2026-05-21T04:16:15.066Z | |
| 2481 | 2026-05-21T04:16:15.066Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2482 | 2026-05-21T04:16:15.066Z | |
| 2483 | 2026-05-21T04:16:15.068Z | Doc-tests aal |
| 2484 | 2026-05-21T04:16:15.188Z | |
| 2485 | 2026-05-21T04:16:15.188Z | running 0 tests |
| 2486 | 2026-05-21T04:16:15.188Z | |
| 2487 | 2026-05-21T04:16:15.188Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2488 | 2026-05-21T04:16:15.188Z | |
| 2489 | 2026-05-21T04:16:15.205Z | Doc-tests aal_macros |
| 2490 | 2026-05-21T04:16:15.273Z | |
| 2491 | 2026-05-21T04:16:15.273Z | running 0 tests |
| 2492 | 2026-05-21T04:16:15.273Z | |
| 2493 | 2026-05-21T04:16:15.273Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2494 | 2026-05-21T04:16:15.273Z | |
| 2495 | 2026-05-21T04:16:15.288Z | Doc-tests common |
| 2496 | 2026-05-21T04:16:15.510Z | |
| 2497 | 2026-05-21T04:16:15.510Z | running 0 tests |
| 2498 | 2026-05-21T04:16:15.510Z | |
| 2499 | 2026-05-21T04:16:15.510Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2500 | 2026-05-21T04:16:15.510Z | |
| 2501 | 2026-05-21T04:16:15.530Z | Doc-tests dpd_api |
| 2502 | 2026-05-21T04:16:16.254Z | |
| 2503 | 2026-05-21T04:16:16.254Z | running 2 tests |
| 2504 | 2026-05-21T04:16:16.254Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2505 | 2026-05-21T04:16:16.254Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2506 | 2026-05-21T04:16:16.254Z | |
| 2507 | 2026-05-21T04:16:16.254Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2508 | 2026-05-21T04:16:16.254Z | |
| 2509 | 2026-05-21T04:16:16.285Z | Doc-tests dpd_client |
| 2510 | 2026-05-21T04:16:17.572Z | |
| 2511 | 2026-05-21T04:16:17.572Z | running 0 tests |
| 2512 | 2026-05-21T04:16:17.572Z | |
| 2513 | 2026-05-21T04:16:17.572Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2514 | 2026-05-21T04:16:17.572Z | |
| 2515 | 2026-05-21T04:16:17.621Z | Doc-tests dpd_types |
| 2516 | 2026-05-21T04:16:17.821Z | |
| 2517 | 2026-05-21T04:16:17.821Z | running 0 tests |
| 2518 | 2026-05-21T04:16:17.821Z | |
| 2519 | 2026-05-21T04:16:17.821Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2520 | 2026-05-21T04:16:17.821Z | |
| 2521 | 2026-05-21T04:16:17.847Z | Doc-tests dpd_types_versions |
| 2522 | 2026-05-21T04:16:19.054Z | |
| 2523 | 2026-05-21T04:16:19.055Z | running 1 test |
| 2524 | 2026-05-21T04:16:19.055Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2525 | 2026-05-21T04:16:19.055Z | |
| 2526 | 2026-05-21T04:16:19.055Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2527 | 2026-05-21T04:16:19.055Z | |
| 2528 | 2026-05-21T04:16:19.098Z | Doc-tests packet |
| 2529 | 2026-05-21T04:16:19.210Z | |
| 2530 | 2026-05-21T04:16:19.210Z | running 0 tests |
| 2531 | 2026-05-21T04:16:19.210Z | |
| 2532 | 2026-05-21T04:16:19.210Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2533 | 2026-05-21T04:16:19.210Z | |
| 2534 | 2026-05-21T04:16:19.225Z | Doc-tests pcap |
| 2535 | 2026-05-21T04:16:19.278Z | |
| 2536 | 2026-05-21T04:16:19.278Z | running 0 tests |
| 2537 | 2026-05-21T04:16:19.278Z | |
| 2538 | 2026-05-21T04:16:19.278Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2539 | 2026-05-21T04:16:19.278Z | |
| 2540 | 2026-05-21T04:16:19.344Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2541 | 2026-05-21T04:16:19.344Z | + RUST_BACKTRACE=full |
| 2542 | 2026-05-21T04:16:19.344Z | + cargo test --features tofino_asic --no-fail-fast |
| 2543 | 2026-05-21T04:16:19.923Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2544 | 2026-05-21T04:16:19.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2545 | 2026-05-21T04:16:20.004Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2546 | 2026-05-21T04:16:20.011Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2547 | 2026-05-21T04:16:28.509Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2548 | 2026-05-21T04:16:28.624Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2549 | 2026-05-21T04:17:06.838Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.48s |
| 2550 | 2026-05-21T04:17:06.948Z | Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13) |
| 2551 | 2026-05-21T04:17:06.954Z | |
| 2552 | 2026-05-21T04:17:06.954Z | running 5 tests |
| 2553 | 2026-05-21T04:17:06.957Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2554 | 2026-05-21T04:17:06.957Z | test fuse::tests::chip_revision_a0 ... ok |
| 2555 | 2026-05-21T04:17:06.957Z | test fuse::tests::chip_revision_b0 ... ok |
| 2556 | 2026-05-21T04:17:06.957Z | test fuse::tests::chip_revision_b1 ... ok |
| 2557 | 2026-05-21T04:17:06.957Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2558 | 2026-05-21T04:17:06.957Z | |
| 2559 | 2026-05-21T04:17:06.957Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2560 | 2026-05-21T04:17:06.957Z | |
| 2561 | 2026-05-21T04:17:06.957Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2562 | 2026-05-21T04:17:06.960Z | |
| 2563 | 2026-05-21T04:17:06.960Z | running 0 tests |
| 2564 | 2026-05-21T04:17:06.960Z | |
| 2565 | 2026-05-21T04:17:06.960Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2566 | 2026-05-21T04:17:06.960Z | |
| 2567 | 2026-05-21T04:17:06.960Z | Running unittests src/lib.rs (target/debug/deps/asic-cf99cbb58f6f3038) |
| 2568 | 2026-05-21T04:17:07.062Z | |
| 2569 | 2026-05-21T04:17:07.062Z | running 8 tests |
| 2570 | 2026-05-21T04:17:07.065Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2571 | 2026-05-21T04:17:07.065Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2572 | 2026-05-21T04:17:07.065Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2573 | 2026-05-21T04:17:07.065Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2574 | 2026-05-21T04:17:07.065Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2575 | 2026-05-21T04:17:07.065Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2576 | 2026-05-21T04:17:07.072Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2577 | 2026-05-21T04:17:07.564Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2578 | 2026-05-21T04:17:07.564Z | |
| 2579 | 2026-05-21T04:17:07.564Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2580 | 2026-05-21T04:17:07.564Z | |
| 2581 | 2026-05-21T04:17:07.574Z | Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3) |
| 2582 | 2026-05-21T04:17:07.577Z | |
| 2583 | 2026-05-21T04:17:07.577Z | running 10 tests |
| 2584 | 2026-05-21T04:17:07.580Z | test network::tests::test_equal ... ok |
| 2585 | 2026-05-21T04:17:07.580Z | test network::tests::test_eui64 ... ok |
| 2586 | 2026-05-21T04:17:07.580Z | test nat::tests::test_vni ... ok |
| 2587 | 2026-05-21T04:17:07.580Z | test network::tests::test_into ... ok |
| 2588 | 2026-05-21T04:17:07.580Z | test network::tests::test_not_equal ... ok |
| 2589 | 2026-05-21T04:17:07.580Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2590 | 2026-05-21T04:17:07.580Z | test network::tests::test_to_string ... ok |
| 2591 | 2026-05-21T04:17:07.580Z | test network::tests::test_parse ... ok |
| 2592 | 2026-05-21T04:17:07.580Z | test test_purge ... ok |
| 2593 | 2026-05-21T04:17:07.583Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2594 | 2026-05-21T04:17:07.583Z | |
| 2595 | 2026-05-21T04:17:07.583Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2596 | 2026-05-21T04:17:07.583Z | |
| 2597 | 2026-05-21T04:17:07.583Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce) |
| 2598 | 2026-05-21T04:17:07.586Z | |
| 2599 | 2026-05-21T04:17:07.586Z | running 1 test |
| 2600 | 2026-05-21T04:17:08.816Z | test test::test_apis_up_to_date ... ok |
| 2601 | 2026-05-21T04:17:08.816Z | |
| 2602 | 2026-05-21T04:17:08.816Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s |
| 2603 | 2026-05-21T04:17:08.816Z | |
| 2604 | 2026-05-21T04:17:08.866Z | Running unittests src/main.rs (target/debug/deps/dpd-e318b91c856c4637) |
| 2605 | 2026-05-21T04:17:08.936Z | |
| 2606 | 2026-05-21T04:17:08.937Z | running 51 tests |
| 2607 | 2026-05-21T04:17:08.939Z | test freemap::test_ordering ... ok |
| 2608 | 2026-05-21T04:17:08.939Z | test config::tests::test_updates ... ok |
| 2609 | 2026-05-21T04:17:08.939Z | test freemap::test_split ... ok |
| 2610 | 2026-05-21T04:17:08.939Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2611 | 2026-05-21T04:17:08.939Z | test macaddrs::tests::test_mac_offset ... ok |
| 2612 | 2026-05-21T04:17:08.939Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2613 | 2026-05-21T04:17:08.939Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2614 | 2026-05-21T04:17:08.942Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2615 | 2026-05-21T04:17:08.942Z | test nat::test_mapping ... ok |
| 2616 | 2026-05-21T04:17:08.942Z | test port_map::tests::dump_map ... ok |
| 2617 | 2026-05-21T04:17:08.942Z | test port_map::tests::test_backplane_group ... ok |
| 2618 | 2026-05-21T04:17:08.943Z | test port_map::tests::test_port_map ... ok |
| 2619 | 2026-05-21T04:17:08.943Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2620 | 2026-05-21T04:17:08.943Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2621 | 2026-05-21T04:17:08.943Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2622 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.650 DEBG created new freemap, unit: freemap_test |
| 2623 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.650 DEBG initted freemap. size: 128, unit: freemap_test |
| 2624 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG reset freemap, unit: freemap_test |
| 2625 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.650 DEBG created new freemap, unit: freemap_test |
| 2626 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test |
| 2627 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG reset freemap, unit: freemap_test |
| 2628 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2629 | 2026-05-21T04:17:08.943Z | test freemap::test_exhaustion ... ok |
| 2630 | 2026-05-21T04:17:08.943Z | test freemap::test_free ... ok |
| 2631 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG May 21 04:17:07.651created new freemap , DEBGunit : created new freemapfreemap_test, |
| 2632 | 2026-05-21T04:17:08.943Z | unit: freemap_test |
| 2633 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2634 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test |
| 2635 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 May 21 04:17:07.651DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test |
| 2636 | 2026-05-21T04:17:08.943Z | freemap_test |
| 2637 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG reset freemap, unit: freemap_test |
| 2638 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2639 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG created new freemap, unit: freemap_test |
| 2640 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test |
| 2641 | 2026-05-21T04:17:08.943Z | test freemap::test_reclaim ... ok |
| 2642 | 2026-05-21T04:17:08.943Z | May 21 04:17:07.651 DEBG reset freemap, unit: freemap_test |
| 2643 | 2026-05-21T04:17:08.943Z | test freemap::test_basic ... ok |
| 2644 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2645 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2646 | 2026-05-21T04:17:08.943Z | test freemap::test_span ... ok |
| 2647 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2648 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2649 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2650 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2651 | 2026-05-21T04:17:08.943Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2652 | 2026-05-21T04:17:08.943Z | test api_server::tests::test_build_info ... ok |
| 2653 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2654 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2655 | 2026-05-21T04:17:08.943Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2656 | 2026-05-21T04:17:08.946Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2657 | 2026-05-21T04:17:08.946Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2658 | 2026-05-21T04:17:08.946Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2659 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2660 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2661 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2662 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2663 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2664 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2665 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2666 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2667 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2668 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2669 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2670 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2671 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2672 | 2026-05-21T04:17:08.947Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2673 | 2026-05-21T04:17:08.947Z | |
| 2674 | 2026-05-21T04:17:08.947Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2675 | 2026-05-21T04:17:08.947Z | |
| 2676 | 2026-05-21T04:17:08.959Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-e5c18600a5688747) |
| 2677 | 2026-05-21T04:17:08.961Z | |
| 2678 | 2026-05-21T04:17:08.961Z | running 0 tests |
| 2679 | 2026-05-21T04:17:08.961Z | |
| 2680 | 2026-05-21T04:17:08.961Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2681 | 2026-05-21T04:17:08.961Z | |
| 2682 | 2026-05-21T04:17:08.961Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a) |
| 2683 | 2026-05-21T04:17:08.964Z | |
| 2684 | 2026-05-21T04:17:08.964Z | running 0 tests |
| 2685 | 2026-05-21T04:17:08.964Z | |
| 2686 | 2026-05-21T04:17:08.964Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2687 | 2026-05-21T04:17:08.964Z | |
| 2688 | 2026-05-21T04:17:08.964Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-db026f6ab7d0401d) |
| 2689 | 2026-05-21T04:17:08.967Z | |
| 2690 | 2026-05-21T04:17:08.967Z | running 6 tests |
| 2691 | 2026-05-21T04:17:08.967Z | test tests::test_full_lot_id_neither_present ... ok |
| 2692 | 2026-05-21T04:17:08.967Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2693 | 2026-05-21T04:17:08.967Z | test tests::test_full_lot_id_lot_only ... ok |
| 2694 | 2026-05-21T04:17:08.967Z | test tests::test_full_lot_id_both_present ... ok |
| 2695 | 2026-05-21T04:17:08.967Z | test tests::test_port_id_cmp ... ok |
| 2696 | 2026-05-21T04:17:08.967Z | test tests::test_parse_client_port_id ... ok |
| 2697 | 2026-05-21T04:17:08.967Z | |
| 2698 | 2026-05-21T04:17:08.967Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2699 | 2026-05-21T04:17:08.967Z | |
| 2700 | 2026-05-21T04:17:08.967Z | Running tests/test_all.rs (target/debug/deps/test_all-85ae7f8bba0c1b2f) |
| 2701 | 2026-05-21T04:17:08.970Z | |
| 2702 | 2026-05-21T04:17:08.970Z | running 0 tests |
| 2703 | 2026-05-21T04:17:08.970Z | |
| 2704 | 2026-05-21T04:17:08.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2705 | 2026-05-21T04:17:08.970Z | |
| 2706 | 2026-05-21T04:17:08.970Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001) |
| 2707 | 2026-05-21T04:17:08.971Z | |
| 2708 | 2026-05-21T04:17:08.971Z | running 0 tests |
| 2709 | 2026-05-21T04:17:08.971Z | |
| 2710 | 2026-05-21T04:17:08.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2711 | 2026-05-21T04:17:08.971Z | |
| 2712 | 2026-05-21T04:17:08.971Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5) |
| 2713 | 2026-05-21T04:17:08.973Z | |
| 2714 | 2026-05-21T04:17:08.973Z | running 0 tests |
| 2715 | 2026-05-21T04:17:08.973Z | |
| 2716 | 2026-05-21T04:17:08.973Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2717 | 2026-05-21T04:17:08.973Z | |
| 2718 | 2026-05-21T04:17:08.973Z | Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867) |
| 2719 | 2026-05-21T04:17:08.976Z | |
| 2720 | 2026-05-21T04:17:08.976Z | running 12 tests |
| 2721 | 2026-05-21T04:17:08.976Z | test icmp::test_v6_checksum ... ok |
| 2722 | 2026-05-21T04:17:08.976Z | test icmp::test_v4_checksum ... ok |
| 2723 | 2026-05-21T04:17:08.976Z | test ipv6::test_ipv6_parse ... ok |
| 2724 | 2026-05-21T04:17:08.976Z | test lldp::test_lldp_parse ... ok |
| 2725 | 2026-05-21T04:17:08.976Z | test pbuf::test_byte ... ok |
| 2726 | 2026-05-21T04:17:08.976Z | test pbuf::test_nibble ... ok |
| 2727 | 2026-05-21T04:17:08.976Z | test pbuf::test_overflow ... ok |
| 2728 | 2026-05-21T04:17:08.976Z | test pbuf::test_short ... ok |
| 2729 | 2026-05-21T04:17:08.976Z | test pbuf::test_twelve ... ok |
| 2730 | 2026-05-21T04:17:08.976Z | test pbuf::test_word ... ok |
| 2731 | 2026-05-21T04:17:08.976Z | test tcp::test_checksum_syn_nodata ... ok |
| 2732 | 2026-05-21T04:17:08.976Z | test tcp::test_checksum_ack_data ... ok |
| 2733 | 2026-05-21T04:17:08.976Z | |
| 2734 | 2026-05-21T04:17:08.977Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2735 | 2026-05-21T04:17:08.977Z | |
| 2736 | 2026-05-21T04:17:08.977Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 2737 | 2026-05-21T04:17:08.980Z | |
| 2738 | 2026-05-21T04:17:08.980Z | running 0 tests |
| 2739 | 2026-05-21T04:17:08.980Z | |
| 2740 | 2026-05-21T04:17:08.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2741 | 2026-05-21T04:17:08.980Z | |
| 2742 | 2026-05-21T04:17:08.980Z | Running unittests src/main.rs (target/debug/deps/swadm-1463f33d34dc0d33) |
| 2743 | 2026-05-21T04:17:08.980Z | |
| 2744 | 2026-05-21T04:17:08.980Z | running 5 tests |
| 2745 | 2026-05-21T04:17:08.980Z | test switchport::test::test_compute_lanes ... ok |
| 2746 | 2026-05-21T04:17:08.983Z | test switchport::test::port_id_ordering ... ok |
| 2747 | 2026-05-21T04:17:08.983Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2748 | 2026-05-21T04:17:08.983Z | Rx Loss-of-lock: Yes Lane 0 Yes Yes Lane 1Yes |
| 2749 | 2026-05-21T04:17:08.983Z | Lane 2 Rx Loss-of-signal: Yes Lane 3Yes |
| 2750 | 2026-05-21T04:17:08.983Z | State: Activated Activated Activated Activated |
| 2751 | 2026-05-21T04:17:08.983Z | Rx Output Enabled: false false false false |
| 2752 | 2026-05-21T04:17:08.983Z | Rx Output Status: valid valid valid valid |
| 2753 | 2026-05-21T04:17:08.983Z | Rx Loss-of-lock: true true true true |
| 2754 | 2026-05-21T04:17:08.983Z | Rx Loss-of-signal: false false false false |
| 2755 | 2026-05-21T04:17:08.983Z | Rx Auto-squelch Disable: true true true true |
| 2756 | 2026-05-21T04:17:08.983Z | Tx Output Enabled: true true true true |
| 2757 | 2026-05-21T04:17:08.983Z | Tx Output Status: invalid invalid invalid invalid |
| 2758 | 2026-05-21T04:17:08.983Z | Tx Loss-of-lock: false false false false |
| 2759 | 2026-05-21T04:17:08.983Z | Tx Loss-of-signal: true Yes trueYes |
| 2760 | 2026-05-21T04:17:08.983Z | true Rx CDR Enabled: Yes true |
| 2761 | 2026-05-21T04:17:08.983Z | Yes Tx Auto-squelch Disable: falseYes Yes |
| 2762 | 2026-05-21T04:17:08.983Z | false Tx Enabled: Yesfalse Yesfalse |
| 2763 | 2026-05-21T04:17:08.983Z | Yes Tx Adaptive EQ Fail: true Yes |
| 2764 | 2026-05-21T04:17:08.983Z | true Tx Loss-of-lock: No Notrue trueNo |
| 2765 | 2026-05-21T04:17:08.983Z | No Tx Failure: false |
| 2766 | 2026-05-21T04:17:08.983Z | Tx Loss-of-signal: Nofalse Nofalse falseNo |
| 2767 | 2026-05-21T04:17:08.983Z | No Tx Force Squelch: true |
| 2768 | 2026-05-21T04:17:08.983Z | true Tx CDR Enabled: No Notrue Notrue No |
| 2769 | 2026-05-21T04:17:08.983Z | |
| 2770 | 2026-05-21T04:17:08.983Z | Tx Input Polarity: normal Tx Adaptive EQ Fault: No normal No normal normalNo |
| 2771 | 2026-05-21T04:17:08.983Z | No |
| 2772 | 2026-05-21T04:17:08.983Z | Tx Fault: Yes Yes Yes Yes |
| 2773 | 2026-05-21T04:17:08.983Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2774 | 2026-05-21T04:17:08.983Z | test switchport::test::test_print_sff_datapath ... ok |
| 2775 | 2026-05-21T04:17:08.983Z | test link::test_filter ... ok |
| 2776 | 2026-05-21T04:17:08.983Z | |
| 2777 | 2026-05-21T04:17:08.984Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2778 | 2026-05-21T04:17:08.984Z | |
| 2779 | 2026-05-21T04:17:08.984Z | Running tests/counters.rs (target/debug/deps/counters-c1073a1b53c4c308) |
| 2780 | 2026-05-21T04:17:08.987Z | |
| 2781 | 2026-05-21T04:17:08.987Z | running 1 test |
| 2782 | 2026-05-21T04:17:08.987Z | test test_p4_counter_list ... ignored |
| 2783 | 2026-05-21T04:17:08.987Z | |
| 2784 | 2026-05-21T04:17:08.987Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2785 | 2026-05-21T04:17:08.987Z | |
| 2786 | 2026-05-21T04:17:08.987Z | Running tests/port-link.rs (target/debug/deps/port_link-e84ed7270569d085) |
| 2787 | 2026-05-21T04:17:08.987Z | |
| 2788 | 2026-05-21T04:17:08.987Z | running 5 tests |
| 2789 | 2026-05-21T04:17:08.987Z | test test_an ... ignored |
| 2790 | 2026-05-21T04:17:08.987Z | test test_enable ... ignored |
| 2791 | 2026-05-21T04:17:08.987Z | test test_ip_addresses ... ignored |
| 2792 | 2026-05-21T04:17:08.987Z | test test_kr ... ignored |
| 2793 | 2026-05-21T04:17:08.987Z | test test_mac ... ignored |
| 2794 | 2026-05-21T04:17:08.987Z | |
| 2795 | 2026-05-21T04:17:08.987Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2796 | 2026-05-21T04:17:08.987Z | |
| 2797 | 2026-05-21T04:17:08.987Z | Running unittests src/main.rs (target/debug/deps/tfportd-d95d8db2371cded7) |
| 2798 | 2026-05-21T04:17:08.990Z | |
| 2799 | 2026-05-21T04:17:08.990Z | running 3 tests |
| 2800 | 2026-05-21T04:17:08.990Z | test linklocal::test_parse_ipadm ... ok |
| 2801 | 2026-05-21T04:17:08.990Z | test tfport::test_parse_tfport ... ok |
| 2802 | 2026-05-21T04:17:08.990Z | test config::tests::test_updates ... ok |
| 2803 | 2026-05-21T04:17:08.990Z | |
| 2804 | 2026-05-21T04:17:08.990Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2805 | 2026-05-21T04:17:08.990Z | |
| 2806 | 2026-05-21T04:17:08.990Z | Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1) |
| 2807 | 2026-05-21T04:17:08.993Z | |
| 2808 | 2026-05-21T04:17:08.993Z | running 0 tests |
| 2809 | 2026-05-21T04:17:08.993Z | |
| 2810 | 2026-05-21T04:17:08.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2811 | 2026-05-21T04:17:08.993Z | |
| 2812 | 2026-05-21T04:17:08.993Z | Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb) |
| 2813 | 2026-05-21T04:17:08.993Z | |
| 2814 | 2026-05-21T04:17:08.993Z | running 0 tests |
| 2815 | 2026-05-21T04:17:08.993Z | |
| 2816 | 2026-05-21T04:17:08.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2817 | 2026-05-21T04:17:08.993Z | |
| 2818 | 2026-05-21T04:17:08.993Z | Doc-tests aal |
| 2819 | 2026-05-21T04:17:09.115Z | |
| 2820 | 2026-05-21T04:17:09.115Z | running 0 tests |
| 2821 | 2026-05-21T04:17:09.115Z | |
| 2822 | 2026-05-21T04:17:09.115Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2823 | 2026-05-21T04:17:09.115Z | |
| 2824 | 2026-05-21T04:17:09.132Z | Doc-tests aal_macros |
| 2825 | 2026-05-21T04:17:09.200Z | |
| 2826 | 2026-05-21T04:17:09.200Z | running 0 tests |
| 2827 | 2026-05-21T04:17:09.200Z | |
| 2828 | 2026-05-21T04:17:09.200Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2829 | 2026-05-21T04:17:09.200Z | |
| 2830 | 2026-05-21T04:17:09.211Z | Doc-tests common |
| 2831 | 2026-05-21T04:17:09.443Z | |
| 2832 | 2026-05-21T04:17:09.443Z | running 0 tests |
| 2833 | 2026-05-21T04:17:09.443Z | |
| 2834 | 2026-05-21T04:17:09.443Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2835 | 2026-05-21T04:17:09.443Z | |
| 2836 | 2026-05-21T04:17:09.465Z | Doc-tests dpd_api |
| 2837 | 2026-05-21T04:17:10.198Z | |
| 2838 | 2026-05-21T04:17:10.198Z | running 2 tests |
| 2839 | 2026-05-21T04:17:10.198Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2840 | 2026-05-21T04:17:10.198Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2841 | 2026-05-21T04:17:10.198Z | |
| 2842 | 2026-05-21T04:17:10.198Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2843 | 2026-05-21T04:17:10.198Z | |
| 2844 | 2026-05-21T04:17:10.232Z | Doc-tests dpd_client |
| 2845 | 2026-05-21T04:17:11.497Z | |
| 2846 | 2026-05-21T04:17:11.497Z | running 0 tests |
| 2847 | 2026-05-21T04:17:11.497Z | |
| 2848 | 2026-05-21T04:17:11.497Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2849 | 2026-05-21T04:17:11.497Z | |
| 2850 | 2026-05-21T04:17:11.544Z | Doc-tests dpd_types |
| 2851 | 2026-05-21T04:17:11.750Z | |
| 2852 | 2026-05-21T04:17:11.750Z | running 0 tests |
| 2853 | 2026-05-21T04:17:11.750Z | |
| 2854 | 2026-05-21T04:17:11.750Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2855 | 2026-05-21T04:17:11.750Z | |
| 2856 | 2026-05-21T04:17:11.783Z | Doc-tests dpd_types_versions |
| 2857 | 2026-05-21T04:17:12.990Z | |
| 2858 | 2026-05-21T04:17:12.990Z | running 1 test |
| 2859 | 2026-05-21T04:17:12.990Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2860 | 2026-05-21T04:17:12.990Z | |
| 2861 | 2026-05-21T04:17:12.990Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2862 | 2026-05-21T04:17:12.990Z | |
| 2863 | 2026-05-21T04:17:13.037Z | Doc-tests packet |
| 2864 | 2026-05-21T04:17:13.150Z | |
| 2865 | 2026-05-21T04:17:13.150Z | running 0 tests |
| 2866 | 2026-05-21T04:17:13.150Z | |
| 2867 | 2026-05-21T04:17:13.150Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2868 | 2026-05-21T04:17:13.150Z | |
| 2869 | 2026-05-21T04:17:13.166Z | Doc-tests pcap |
| 2870 | 2026-05-21T04:17:13.219Z | |
| 2871 | 2026-05-21T04:17:13.219Z | running 0 tests |
| 2872 | 2026-05-21T04:17:13.219Z | |
| 2873 | 2026-05-21T04:17:13.219Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2874 | 2026-05-21T04:17:13.219Z | |
| 2875 | 2026-05-21T04:17:13.266Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2876 | 2026-05-21T04:17:13.266Z | + RUST_BACKTRACE=full |
| 2877 | 2026-05-21T04:17:13.266Z | + cargo test --features softnpu --no-fail-fast |
| 2878 | 2026-05-21T04:17:13.892Z | Compiling num-integer v0.1.46 |
| 2879 | 2026-05-21T04:17:13.972Z | Compiling num-complex v0.4.6 |
| 2880 | 2026-05-21T04:17:14.014Z | Compiling bitstruct_derive v0.1.0 |
| 2881 | 2026-05-21T04:17:14.014Z | Compiling tap v1.0.1 |
| 2882 | 2026-05-21T04:17:14.139Z | Compiling wyz v0.5.1 |
| 2883 | 2026-05-21T04:17:14.263Z | Compiling num-iter v0.1.45 |
| 2884 | 2026-05-21T04:17:14.298Z | Compiling num-rational v0.4.2 |
| 2885 | 2026-05-21T04:17:14.319Z | Compiling num-bigint v0.4.6 |
| 2886 | 2026-05-21T04:17:14.394Z | Compiling radium v0.7.0 |
| 2887 | 2026-05-21T04:17:14.406Z | Compiling funty v2.0.0 |
| 2888 | 2026-05-21T04:17:14.455Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2889 | 2026-05-21T04:17:14.508Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2890 | 2026-05-21T04:17:14.592Z | Compiling num v0.4.3 |
| 2891 | 2026-05-21T04:17:14.677Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2892 | 2026-05-21T04:17:14.692Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2893 | 2026-05-21T04:17:14.714Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2894 | 2026-05-21T04:17:14.809Z | Compiling bitvec v1.0.1 |
| 2895 | 2026-05-21T04:17:14.826Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2896 | 2026-05-21T04:17:14.966Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2897 | 2026-05-21T04:17:15.025Z | Compiling typeid v1.0.3 |
| 2898 | 2026-05-21T04:17:15.063Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2899 | 2026-05-21T04:17:15.089Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2900 | 2026-05-21T04:17:15.142Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2901 | 2026-05-21T04:17:15.548Z | Compiling ascii v1.1.0 |
| 2902 | 2026-05-21T04:17:15.824Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2903 | 2026-05-21T04:17:15.920Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2904 | 2026-05-21T04:17:15.984Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2905 | 2026-05-21T04:17:16.035Z | Compiling erased-serde v0.4.8 |
| 2906 | 2026-05-21T04:17:16.189Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2907 | 2026-05-21T04:17:16.338Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2908 | 2026-05-21T04:17:16.440Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2909 | 2026-05-21T04:17:16.474Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2910 | 2026-05-21T04:17:16.558Z | Compiling bitstruct v0.1.1 |
| 2911 | 2026-05-21T04:17:16.885Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2912 | 2026-05-21T04:17:17.056Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2913 | 2026-05-21T04:17:17.067Z | Compiling serde_arrays v0.1.0 |
| 2914 | 2026-05-21T04:17:17.164Z | Compiling libloading v0.7.4 |
| 2915 | 2026-05-21T04:17:17.278Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2916 | 2026-05-21T04:17:17.575Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2917 | 2026-05-21T04:17:17.863Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2918 | 2026-05-21T04:17:18.035Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2919 | 2026-05-21T04:17:19.218Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2920 | 2026-05-21T04:17:19.834Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2921 | 2026-05-21T04:17:25.783Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2922 | 2026-05-21T04:17:26.004Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2923 | 2026-05-21T04:17:26.007Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2924 | 2026-05-21T04:17:26.084Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2925 | 2026-05-21T04:17:26.221Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2926 | 2026-05-21T04:17:26.625Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2927 | 2026-05-21T04:17:28.192Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2928 | 2026-05-21T04:17:28.719Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2929 | 2026-05-21T04:17:30.983Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2930 | 2026-05-21T04:17:31.574Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2931 | 2026-05-21T04:17:32.981Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2932 | 2026-05-21T04:17:34.782Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2933 | 2026-05-21T04:17:35.093Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2934 | 2026-05-21T04:17:35.708Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2935 | 2026-05-21T04:17:43.397Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2936 | 2026-05-21T04:17:45.776Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2937 | 2026-05-21T04:17:48.738Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2938 | 2026-05-21T04:18:27.506Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 2939 | 2026-05-21T04:18:27.617Z | Running unittests src/lib.rs (target/debug/deps/aal-18dc48c32601bd51) |
| 2940 | 2026-05-21T04:18:27.620Z | |
| 2941 | 2026-05-21T04:18:27.620Z | running 5 tests |
| 2942 | 2026-05-21T04:18:27.623Z | test fuse::tests::chip_revision_b1 ... ok |
| 2943 | 2026-05-21T04:18:27.623Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2944 | 2026-05-21T04:18:27.623Z | test fuse::tests::chip_revision_a0 ... ok |
| 2945 | 2026-05-21T04:18:27.623Z | test fuse::tests::chip_revision_b0 ... ok |
| 2946 | 2026-05-21T04:18:27.623Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2947 | 2026-05-21T04:18:27.623Z | |
| 2948 | 2026-05-21T04:18:27.623Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2949 | 2026-05-21T04:18:27.623Z | |
| 2950 | 2026-05-21T04:18:27.623Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2951 | 2026-05-21T04:18:27.626Z | |
| 2952 | 2026-05-21T04:18:27.626Z | running 0 tests |
| 2953 | 2026-05-21T04:18:27.626Z | |
| 2954 | 2026-05-21T04:18:27.626Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2955 | 2026-05-21T04:18:27.626Z | |
| 2956 | 2026-05-21T04:18:27.626Z | Running unittests src/lib.rs (target/debug/deps/asic-1f23c7aec8c8804c) |
| 2957 | 2026-05-21T04:18:27.629Z | |
| 2958 | 2026-05-21T04:18:27.629Z | running 0 tests |
| 2959 | 2026-05-21T04:18:27.629Z | |
| 2960 | 2026-05-21T04:18:27.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2961 | 2026-05-21T04:18:27.629Z | |
| 2962 | 2026-05-21T04:18:27.629Z | Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3) |
| 2963 | 2026-05-21T04:18:27.630Z | |
| 2964 | 2026-05-21T04:18:27.630Z | running 10 tests |
| 2965 | 2026-05-21T04:18:27.633Z | test nat::tests::test_vni ... ok |
| 2966 | 2026-05-21T04:18:27.633Z | test network::tests::test_equal ... ok |
| 2967 | 2026-05-21T04:18:27.633Z | test network::tests::test_eui64 ... ok |
| 2968 | 2026-05-21T04:18:27.633Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2969 | 2026-05-21T04:18:27.633Z | test network::tests::test_into ... ok |
| 2970 | 2026-05-21T04:18:27.633Z | test network::tests::test_not_equal ... ok |
| 2971 | 2026-05-21T04:18:27.633Z | test network::tests::test_to_string ... ok |
| 2972 | 2026-05-21T04:18:27.633Z | test network::tests::test_parse ... ok |
| 2973 | 2026-05-21T04:18:27.633Z | test test_purge ... ok |
| 2974 | 2026-05-21T04:18:27.633Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2975 | 2026-05-21T04:18:27.633Z | |
| 2976 | 2026-05-21T04:18:27.633Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2977 | 2026-05-21T04:18:27.633Z | |
| 2978 | 2026-05-21T04:18:27.636Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2d1b88735a613ccc) |
| 2979 | 2026-05-21T04:18:27.639Z | |
| 2980 | 2026-05-21T04:18:27.639Z | running 1 test |
| 2981 | 2026-05-21T04:18:28.856Z | test test::test_apis_up_to_date ... ok |
| 2982 | 2026-05-21T04:18:28.856Z | |
| 2983 | 2026-05-21T04:18:28.856Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s |
| 2984 | 2026-05-21T04:18:28.856Z | |
| 2985 | 2026-05-21T04:18:28.907Z | Running unittests src/main.rs (target/debug/deps/dpd-75747ec986673215) |
| 2986 | 2026-05-21T04:18:28.913Z | |
| 2987 | 2026-05-21T04:18:28.913Z | running 19 tests |
| 2988 | 2026-05-21T04:18:28.915Z | test freemap::test_ordering ... ok |
| 2989 | 2026-05-21T04:18:28.916Z | test config::tests::test_updates ... ok |
| 2990 | 2026-05-21T04:18:28.916Z | test freemap::test_split ... ok |
| 2991 | 2026-05-21T04:18:28.916Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2992 | 2026-05-21T04:18:28.916Z | test macaddrs::tests::test_mac_offset ... ok |
| 2993 | 2026-05-21T04:18:28.919Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2994 | 2026-05-21T04:18:28.919Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2995 | 2026-05-21T04:18:28.919Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2996 | 2026-05-21T04:18:28.919Z | test nat::test_mapping ... ok |
| 2997 | 2026-05-21T04:18:28.919Z | test port_map::tests::dump_map ... ok |
| 2998 | 2026-05-21T04:18:28.919Z | test port_map::tests::test_backplane_group ... ok |
| 2999 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG created new freemap, unit: freemap_test |
| 3000 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test |
| 3001 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG reset freemap, unit: freemap_test |
| 3002 | 2026-05-21T04:18:28.919Z | test port_map::tests::test_port_map ... ok |
| 3003 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG created new freemap, unit: freemap_test |
| 3004 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test |
| 3005 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG reset freemap, unit: freemap_test |
| 3006 | 2026-05-21T04:18:28.919Z | test freemap::test_free ... ok |
| 3007 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG created new freemap, unit: freemap_test |
| 3008 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test |
| 3009 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG reset freemap, unit: freemap_test |
| 3010 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG created new freemap, unit: freemap_test |
| 3011 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test |
| 3012 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.626 DEBG reset freemap, unit: freemap_test |
| 3013 | 2026-05-21T04:18:28.919Z | test freemap::test_reclaim ... ok |
| 3014 | 2026-05-21T04:18:28.919Z | test freemap::test_exhaustion ... ok |
| 3015 | 2026-05-21T04:18:28.919Z | test freemap::test_basic ... ok |
| 3016 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.627 DEBG created new freemap, unit: freemap_test |
| 3017 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.627 DEBG initted freemap. size: 128, unit: freemap_test |
| 3018 | 2026-05-21T04:18:28.919Z | May 21 04:18:27.627 DEBG reset freemap, unit: freemap_test |
| 3019 | 2026-05-21T04:18:28.919Z | test freemap::test_span ... ok |
| 3020 | 2026-05-21T04:18:28.919Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3021 | 2026-05-21T04:18:28.919Z | test api_server::tests::test_build_info ... ok |
| 3022 | 2026-05-21T04:18:28.919Z | |
| 3023 | 2026-05-21T04:18:28.919Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3024 | 2026-05-21T04:18:28.919Z | |
| 3025 | 2026-05-21T04:18:28.922Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-e9fa79c0ec5aab31) |
| 3026 | 2026-05-21T04:18:28.925Z | |
| 3027 | 2026-05-21T04:18:28.925Z | running 0 tests |
| 3028 | 2026-05-21T04:18:28.925Z | |
| 3029 | 2026-05-21T04:18:28.925Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3030 | 2026-05-21T04:18:28.925Z | |
| 3031 | 2026-05-21T04:18:28.925Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-89702ebe08a76bae) |
| 3032 | 2026-05-21T04:18:28.925Z | |
| 3033 | 2026-05-21T04:18:28.925Z | running 0 tests |
| 3034 | 2026-05-21T04:18:28.925Z | |
| 3035 | 2026-05-21T04:18:28.925Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3036 | 2026-05-21T04:18:28.925Z | |
| 3037 | 2026-05-21T04:18:28.928Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-bafa640c69c59533) |
| 3038 | 2026-05-21T04:18:28.928Z | |
| 3039 | 2026-05-21T04:18:28.928Z | running 6 tests |
| 3040 | 2026-05-21T04:18:28.929Z | test tests::test_full_lot_id_neither_present ... ok |
| 3041 | 2026-05-21T04:18:28.929Z | test tests::test_parse_client_port_id ... ok |
| 3042 | 2026-05-21T04:18:28.929Z | test tests::test_full_lot_id_lot_only ... ok |
| 3043 | 2026-05-21T04:18:28.929Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3044 | 2026-05-21T04:18:28.929Z | test tests::test_full_lot_id_both_present ... ok |
| 3045 | 2026-05-21T04:18:28.929Z | test tests::test_port_id_cmp ... ok |
| 3046 | 2026-05-21T04:18:28.929Z | |
| 3047 | 2026-05-21T04:18:28.929Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3048 | 2026-05-21T04:18:28.929Z | |
| 3049 | 2026-05-21T04:18:28.929Z | Running tests/test_all.rs (target/debug/deps/test_all-edd731b02fc0352d) |
| 3050 | 2026-05-21T04:18:28.931Z | |
| 3051 | 2026-05-21T04:18:28.931Z | running 0 tests |
| 3052 | 2026-05-21T04:18:28.931Z | |
| 3053 | 2026-05-21T04:18:28.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3054 | 2026-05-21T04:18:28.931Z | |
| 3055 | 2026-05-21T04:18:28.931Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-692727a7ddd91fff) |
| 3056 | 2026-05-21T04:18:28.934Z | |
| 3057 | 2026-05-21T04:18:28.934Z | running 0 tests |
| 3058 | 2026-05-21T04:18:28.934Z | |
| 3059 | 2026-05-21T04:18:28.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3060 | 2026-05-21T04:18:28.934Z | |
| 3061 | 2026-05-21T04:18:28.934Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8e9b458a25e73857) |
| 3062 | 2026-05-21T04:18:28.934Z | |
| 3063 | 2026-05-21T04:18:28.934Z | running 0 tests |
| 3064 | 2026-05-21T04:18:28.934Z | |
| 3065 | 2026-05-21T04:18:28.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3066 | 2026-05-21T04:18:28.934Z | |
| 3067 | 2026-05-21T04:18:28.934Z | Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867) |
| 3068 | 2026-05-21T04:18:28.937Z | |
| 3069 | 2026-05-21T04:18:28.937Z | running 12 tests |
| 3070 | 2026-05-21T04:18:28.937Z | test icmp::test_v6_checksum ... ok |
| 3071 | 2026-05-21T04:18:28.937Z | test icmp::test_v4_checksum ... ok |
| 3072 | 2026-05-21T04:18:28.938Z | test lldp::test_lldp_parse ... ok |
| 3073 | 2026-05-21T04:18:28.938Z | test ipv6::test_ipv6_parse ... ok |
| 3074 | 2026-05-21T04:18:28.938Z | test pbuf::test_byte ... ok |
| 3075 | 2026-05-21T04:18:28.938Z | test pbuf::test_nibble ... ok |
| 3076 | 2026-05-21T04:18:28.938Z | test pbuf::test_overflow ... ok |
| 3077 | 2026-05-21T04:18:28.938Z | test pbuf::test_short ... ok |
| 3078 | 2026-05-21T04:18:28.938Z | test pbuf::test_twelve ... ok |
| 3079 | 2026-05-21T04:18:28.938Z | test pbuf::test_word ... ok |
| 3080 | 2026-05-21T04:18:28.938Z | test tcp::test_checksum_ack_data ... ok |
| 3081 | 2026-05-21T04:18:28.938Z | test tcp::test_checksum_syn_nodata ... ok |
| 3082 | 2026-05-21T04:18:28.938Z | |
| 3083 | 2026-05-21T04:18:28.938Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3084 | 2026-05-21T04:18:28.938Z | |
| 3085 | 2026-05-21T04:18:28.938Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 3086 | 2026-05-21T04:18:28.941Z | |
| 3087 | 2026-05-21T04:18:28.941Z | running 0 tests |
| 3088 | 2026-05-21T04:18:28.941Z | |
| 3089 | 2026-05-21T04:18:28.941Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3090 | 2026-05-21T04:18:28.941Z | |
| 3091 | 2026-05-21T04:18:28.941Z | Running unittests src/main.rs (target/debug/deps/swadm-6b0bd6a15206c035) |
| 3092 | 2026-05-21T04:18:28.950Z | |
| 3093 | 2026-05-21T04:18:28.950Z | running 5 tests |
| 3094 | 2026-05-21T04:18:28.954Z | test switchport::test::test_compute_lanes ... ok |
| 3095 | 2026-05-21T04:18:28.956Z | test switchport::test::port_id_ordering ... ok |
| 3096 | 2026-05-21T04:18:28.957Z | test link::test_filter ... ok |
| 3097 | 2026-05-21T04:18:28.957Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3098 | 2026-05-21T04:18:28.957Z | Rx Loss-of-lock: Yes Yes Yes Lane 0Yes |
| 3099 | 2026-05-21T04:18:28.957Z | Rx Loss-of-signal: Yes YesLane 1 YesLane 2 Yes |
| 3100 | 2026-05-21T04:18:28.957Z | Lane 3 Rx CDR Enabled: Yes |
| 3101 | 2026-05-21T04:18:28.957Z | Yes State: Activated YesActivated Yes |
| 3102 | 2026-05-21T04:18:28.957Z | Activated Tx Enabled: YesActivated |
| 3103 | 2026-05-21T04:18:28.957Z | Yes Rx Output Enabled: false Yesfalse Yes |
| 3104 | 2026-05-21T04:18:28.957Z | false Tx Loss-of-lock: Nofalse |
| 3105 | 2026-05-21T04:18:28.957Z | No Rx Output Status: valid Novalid No |
| 3106 | 2026-05-21T04:18:28.957Z | valid Tx Loss-of-signal: No valid |
| 3107 | 2026-05-21T04:18:28.957Z | No Rx Loss-of-lock: true No true No |
| 3108 | 2026-05-21T04:18:28.957Z | true true Tx CDR Enabled: No |
| 3109 | 2026-05-21T04:18:28.957Z | No Rx Loss-of-signal: false Nofalse No |
| 3110 | 2026-05-21T04:18:28.957Z | false Tx Adaptive EQ Fault: No falseNo |
| 3111 | 2026-05-21T04:18:28.957Z | No Rx Auto-squelch Disable: trueNo |
| 3112 | 2026-05-21T04:18:28.957Z | true Tx Fault: Yes true Yestrue |
| 3113 | 2026-05-21T04:18:28.957Z | Yes Yes Tx Output Enabled: true |
| 3114 | 2026-05-21T04:18:28.957Z | true true true |
| 3115 | 2026-05-21T04:18:28.957Z | Tx Output Status: invalid invalid invalid invalid |
| 3116 | 2026-05-21T04:18:28.957Z | Tx Loss-of-lock: false false false false |
| 3117 | 2026-05-21T04:18:28.957Z | Tx Loss-of-signal: true true true true |
| 3118 | 2026-05-21T04:18:28.957Z | Tx Auto-squelch Disable: false false false false |
| 3119 | 2026-05-21T04:18:28.957Z | Tx Adaptive EQ Fail: true true true true |
| 3120 | 2026-05-21T04:18:28.957Z | Tx Failure: false false false false |
| 3121 | 2026-05-21T04:18:28.957Z | Tx Force Squelch: true true true true |
| 3122 | 2026-05-21T04:18:28.957Z | Tx Input Polarity: normal normal normal normal |
| 3123 | 2026-05-21T04:18:28.957Z | test switchport::test::test_print_sff_datapath ... ok |
| 3124 | 2026-05-21T04:18:28.957Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3125 | 2026-05-21T04:18:28.957Z | |
| 3126 | 2026-05-21T04:18:28.957Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3127 | 2026-05-21T04:18:28.957Z | |
| 3128 | 2026-05-21T04:18:28.960Z | Running tests/counters.rs (target/debug/deps/counters-aea435e68721fec3) |
| 3129 | 2026-05-21T04:18:28.963Z | |
| 3130 | 2026-05-21T04:18:28.963Z | running 1 test |
| 3131 | 2026-05-21T04:18:28.963Z | test test_p4_counter_list ... ignored |
| 3132 | 2026-05-21T04:18:28.966Z | |
| 3133 | 2026-05-21T04:18:28.966Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3134 | 2026-05-21T04:18:28.966Z | |
| 3135 | 2026-05-21T04:18:28.966Z | Running tests/port-link.rs (target/debug/deps/port_link-42d7e2ff4f9f2d03) |
| 3136 | 2026-05-21T04:18:28.969Z | |
| 3137 | 2026-05-21T04:18:28.969Z | running 5 tests |
| 3138 | 2026-05-21T04:18:28.972Z | test test_an ... ignored |
| 3139 | 2026-05-21T04:18:28.972Z | test test_enable ... ignored |
| 3140 | 2026-05-21T04:18:28.972Z | test test_ip_addresses ... ignored |
| 3141 | 2026-05-21T04:18:28.972Z | test test_kr ... ignored |
| 3142 | 2026-05-21T04:18:28.972Z | test test_mac ... ignored |
| 3143 | 2026-05-21T04:18:28.972Z | |
| 3144 | 2026-05-21T04:18:28.972Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3145 | 2026-05-21T04:18:28.972Z | |
| 3146 | 2026-05-21T04:18:28.972Z | Running unittests src/main.rs (target/debug/deps/tfportd-dc40b7c4f17fe37b) |
| 3147 | 2026-05-21T04:18:28.972Z | |
| 3148 | 2026-05-21T04:18:28.972Z | running 3 tests |
| 3149 | 2026-05-21T04:18:28.975Z | test linklocal::test_parse_ipadm ... ok |
| 3150 | 2026-05-21T04:18:28.975Z | test tfport::test_parse_tfport ... ok |
| 3151 | 2026-05-21T04:18:28.975Z | test config::tests::test_updates ... ok |
| 3152 | 2026-05-21T04:18:28.975Z | |
| 3153 | 2026-05-21T04:18:28.975Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3154 | 2026-05-21T04:18:28.976Z | |
| 3155 | 2026-05-21T04:18:28.976Z | Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1) |
| 3156 | 2026-05-21T04:18:28.976Z | |
| 3157 | 2026-05-21T04:18:28.976Z | running 0 tests |
| 3158 | 2026-05-21T04:18:28.976Z | |
| 3159 | 2026-05-21T04:18:28.976Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3160 | 2026-05-21T04:18:28.976Z | |
| 3161 | 2026-05-21T04:18:28.976Z | Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb) |
| 3162 | 2026-05-21T04:18:28.979Z | |
| 3163 | 2026-05-21T04:18:28.979Z | running 0 tests |
| 3164 | 2026-05-21T04:18:28.979Z | |
| 3165 | 2026-05-21T04:18:28.979Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3166 | 2026-05-21T04:18:28.979Z | |
| 3167 | 2026-05-21T04:18:28.979Z | Doc-tests aal |
| 3168 | 2026-05-21T04:18:29.098Z | |
| 3169 | 2026-05-21T04:18:29.098Z | running 0 tests |
| 3170 | 2026-05-21T04:18:29.098Z | |
| 3171 | 2026-05-21T04:18:29.101Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3172 | 2026-05-21T04:18:29.101Z | |
| 3173 | 2026-05-21T04:18:29.115Z | Doc-tests aal_macros |
| 3174 | 2026-05-21T04:18:29.184Z | |
| 3175 | 2026-05-21T04:18:29.184Z | running 0 tests |
| 3176 | 2026-05-21T04:18:29.184Z | |
| 3177 | 2026-05-21T04:18:29.184Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3178 | 2026-05-21T04:18:29.184Z | |
| 3179 | 2026-05-21T04:18:29.196Z | Doc-tests common |
| 3180 | 2026-05-21T04:18:29.423Z | |
| 3181 | 2026-05-21T04:18:29.423Z | running 0 tests |
| 3182 | 2026-05-21T04:18:29.423Z | |
| 3183 | 2026-05-21T04:18:29.423Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3184 | 2026-05-21T04:18:29.423Z | |
| 3185 | 2026-05-21T04:18:29.447Z | Doc-tests dpd_api |
| 3186 | 2026-05-21T04:18:30.193Z | |
| 3187 | 2026-05-21T04:18:30.193Z | running 2 tests |
| 3188 | 2026-05-21T04:18:30.193Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3189 | 2026-05-21T04:18:30.193Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3190 | 2026-05-21T04:18:30.193Z | |
| 3191 | 2026-05-21T04:18:30.193Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3192 | 2026-05-21T04:18:30.193Z | |
| 3193 | 2026-05-21T04:18:30.229Z | Doc-tests dpd_client |
| 3194 | 2026-05-21T04:18:31.520Z | |
| 3195 | 2026-05-21T04:18:31.520Z | running 0 tests |
| 3196 | 2026-05-21T04:18:31.520Z | |
| 3197 | 2026-05-21T04:18:31.520Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3198 | 2026-05-21T04:18:31.520Z | |
| 3199 | 2026-05-21T04:18:31.568Z | Doc-tests dpd_types |
| 3200 | 2026-05-21T04:18:31.777Z | |
| 3201 | 2026-05-21T04:18:31.777Z | running 0 tests |
| 3202 | 2026-05-21T04:18:31.777Z | |
| 3203 | 2026-05-21T04:18:31.777Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3204 | 2026-05-21T04:18:31.777Z | |
| 3205 | 2026-05-21T04:18:31.807Z | Doc-tests dpd_types_versions |
| 3206 | 2026-05-21T04:18:33.036Z | |
| 3207 | 2026-05-21T04:18:33.036Z | running 1 test |
| 3208 | 2026-05-21T04:18:33.036Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3209 | 2026-05-21T04:18:33.036Z | |
| 3210 | 2026-05-21T04:18:33.036Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3211 | 2026-05-21T04:18:33.036Z | |
| 3212 | 2026-05-21T04:18:33.082Z | Doc-tests packet |
| 3213 | 2026-05-21T04:18:33.194Z | |
| 3214 | 2026-05-21T04:18:33.194Z | running 0 tests |
| 3215 | 2026-05-21T04:18:33.194Z | |
| 3216 | 2026-05-21T04:18:33.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3217 | 2026-05-21T04:18:33.194Z | |
| 3218 | 2026-05-21T04:18:33.212Z | Doc-tests pcap |
| 3219 | 2026-05-21T04:18:33.266Z | |
| 3220 | 2026-05-21T04:18:33.266Z | running 0 tests |
| 3221 | 2026-05-21T04:18:33.266Z | |
| 3222 | 2026-05-21T04:18:33.266Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3223 | 2026-05-21T04:18:33.266Z | |
| 3224 | 2026-05-21T04:18:33.319Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3225 | 2026-05-21T04:18:33.319Z | + RUST_BACKTRACE=full |
| 3226 | 2026-05-21T04:18:33.319Z | + cargo test --features chaos --no-fail-fast |
| 3227 | 2026-05-21T04:18:33.892Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3228 | 2026-05-21T04:18:33.967Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3229 | 2026-05-21T04:18:33.976Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3230 | 2026-05-21T04:18:42.179Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3231 | 2026-05-21T04:18:42.354Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3232 | 2026-05-21T04:19:15.741Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 42.40s |
| 3233 | 2026-05-21T04:19:15.859Z | Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13) |
| 3234 | 2026-05-21T04:19:15.863Z | |
| 3235 | 2026-05-21T04:19:15.863Z | running 5 tests |
| 3236 | 2026-05-21T04:19:15.863Z | test fuse::tests::chip_revision_a0 ... ok |
| 3237 | 2026-05-21T04:19:15.863Z | test fuse::tests::chip_revision_b0 ... ok |
| 3238 | 2026-05-21T04:19:15.864Z | test fuse::tests::chip_revision_b1 ... ok |
| 3239 | 2026-05-21T04:19:15.864Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3240 | 2026-05-21T04:19:15.864Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3241 | 2026-05-21T04:19:15.864Z | |
| 3242 | 2026-05-21T04:19:15.864Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3243 | 2026-05-21T04:19:15.864Z | |
| 3244 | 2026-05-21T04:19:15.864Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3245 | 2026-05-21T04:19:15.867Z | |
| 3246 | 2026-05-21T04:19:15.867Z | running 0 tests |
| 3247 | 2026-05-21T04:19:15.867Z | |
| 3248 | 2026-05-21T04:19:15.867Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3249 | 2026-05-21T04:19:15.868Z | |
| 3250 | 2026-05-21T04:19:15.868Z | Running unittests src/lib.rs (target/debug/deps/asic-6dd17a84c2e798ac) |
| 3251 | 2026-05-21T04:19:15.872Z | |
| 3252 | 2026-05-21T04:19:15.872Z | running 0 tests |
| 3253 | 2026-05-21T04:19:15.872Z | |
| 3254 | 2026-05-21T04:19:15.872Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3255 | 2026-05-21T04:19:15.872Z | |
| 3256 | 2026-05-21T04:19:15.872Z | Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3) |
| 3257 | 2026-05-21T04:19:15.877Z | |
| 3258 | 2026-05-21T04:19:15.877Z | running 10 tests |
| 3259 | 2026-05-21T04:19:15.882Z | test nat::tests::test_vni ... ok |
| 3260 | 2026-05-21T04:19:15.882Z | test network::tests::test_equal ... ok |
| 3261 | 2026-05-21T04:19:15.882Z | test network::tests::test_eui64 ... ok |
| 3262 | 2026-05-21T04:19:15.882Z | test network::tests::test_not_equal ... ok |
| 3263 | 2026-05-21T04:19:15.883Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3264 | 2026-05-21T04:19:15.883Z | test network::tests::test_into ... ok |
| 3265 | 2026-05-21T04:19:15.883Z | test network::tests::test_to_string ... ok |
| 3266 | 2026-05-21T04:19:15.885Z | test network::tests::test_parse ... ok |
| 3267 | 2026-05-21T04:19:15.885Z | test test_purge ... ok |
| 3268 | 2026-05-21T04:19:15.885Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3269 | 2026-05-21T04:19:15.885Z | |
| 3270 | 2026-05-21T04:19:15.885Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3271 | 2026-05-21T04:19:15.885Z | |
| 3272 | 2026-05-21T04:19:15.888Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce) |
| 3273 | 2026-05-21T04:19:15.911Z | |
| 3274 | 2026-05-21T04:19:15.911Z | running 1 test |
| 3275 | 2026-05-21T04:19:17.190Z | test test::test_apis_up_to_date ... ok |
| 3276 | 2026-05-21T04:19:17.190Z | |
| 3277 | 2026-05-21T04:19:17.190Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 3278 | 2026-05-21T04:19:17.190Z | |
| 3279 | 2026-05-21T04:19:17.243Z | Running unittests src/main.rs (target/debug/deps/dpd-3689d0963b3f87b6) |
| 3280 | 2026-05-21T04:19:17.248Z | |
| 3281 | 2026-05-21T04:19:17.248Z | running 19 tests |
| 3282 | 2026-05-21T04:19:17.251Z | test freemap::test_ordering ... ok |
| 3283 | 2026-05-21T04:19:17.251Z | test config::tests::test_updates ... ok |
| 3284 | 2026-05-21T04:19:17.251Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3285 | 2026-05-21T04:19:17.251Z | test freemap::test_split ... ok |
| 3286 | 2026-05-21T04:19:17.251Z | test macaddrs::tests::test_mac_offset ... ok |
| 3287 | 2026-05-21T04:19:17.251Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3288 | 2026-05-21T04:19:17.252Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3289 | 2026-05-21T04:19:17.252Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3290 | 2026-05-21T04:19:17.252Z | test nat::test_mapping ... ok |
| 3291 | 2026-05-21T04:19:17.257Z | test port_map::tests::dump_map ... ok |
| 3292 | 2026-05-21T04:19:17.257Z | test port_map::tests::test_backplane_group ... ok |
| 3293 | 2026-05-21T04:19:17.257Z | test port_map::tests::test_port_map ... ok |
| 3294 | 2026-05-21T04:19:17.257Z | May 21 04:19:15.961 DEBG created new freemapMay 21 04:19:15.961, May 21 04:19:15.961 DEBGunit DEBG: created new freemap created new freemapfreemap_test, , unit |
| 3295 | 2026-05-21T04:19:17.257Z | :unit :freemap_test |
| 3296 | 2026-05-21T04:19:17.257Z | freemap_test |
| 3297 | 2026-05-21T04:19:17.257Z | May 21 04:19:15.961 DEBG initted freemap. size: 128May 21 04:19:15.961, unitDEBG: initted freemap. size: 128freemap_test, |
| 3298 | 2026-05-21T04:19:17.257Z | unit: freemap_test |
| 3299 | 2026-05-21T04:19:17.257Z | May 21 04:19:15.961 DEBG reset freemapMay 21 04:19:15.961May 21 04:19:15.961, unit :DEBGDEBG reset freemapfreemap_test, |
| 3300 | 2026-05-21T04:19:17.257Z | unitinitted freemap. size: 128: , freemap_testunit |
| 3301 | 2026-05-21T04:19:17.257Z | : freemap_test |
| 3302 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.961 DEBG reset freemap, unit: freemap_test |
| 3303 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.961 DEBG created new freemap, unit: freemap_test |
| 3304 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.961 DEBG initted freemap. size: 128, unit: freemap_test |
| 3305 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.961 DEBG reset freemap, unit: freemap_test |
| 3306 | 2026-05-21T04:19:17.258Z | test freemap::test_free ... ok |
| 3307 | 2026-05-21T04:19:17.258Z | test freemap::test_exhaustion ... ok |
| 3308 | 2026-05-21T04:19:17.258Z | test freemap::test_reclaim ... ok |
| 3309 | 2026-05-21T04:19:17.258Z | test freemap::test_basic ... ok |
| 3310 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.962 DEBG created new freemap, unit: freemap_test |
| 3311 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.962 DEBG initted freemap. size: 128, unit: freemap_test |
| 3312 | 2026-05-21T04:19:17.258Z | May 21 04:19:15.962 DEBG reset freemap, unit: freemap_test |
| 3313 | 2026-05-21T04:19:17.258Z | test freemap::test_span ... ok |
| 3314 | 2026-05-21T04:19:17.258Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3315 | 2026-05-21T04:19:17.258Z | test api_server::tests::test_build_info ... ok |
| 3316 | 2026-05-21T04:19:17.258Z | |
| 3317 | 2026-05-21T04:19:17.258Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3318 | 2026-05-21T04:19:17.258Z | |
| 3319 | 2026-05-21T04:19:17.258Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-41e0d997c6dde53d) |
| 3320 | 2026-05-21T04:19:17.261Z | |
| 3321 | 2026-05-21T04:19:17.262Z | running 0 tests |
| 3322 | 2026-05-21T04:19:17.262Z | |
| 3323 | 2026-05-21T04:19:17.262Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3324 | 2026-05-21T04:19:17.262Z | |
| 3325 | 2026-05-21T04:19:17.262Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a) |
| 3326 | 2026-05-21T04:19:17.266Z | |
| 3327 | 2026-05-21T04:19:17.266Z | running 0 tests |
| 3328 | 2026-05-21T04:19:17.267Z | |
| 3329 | 2026-05-21T04:19:17.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3330 | 2026-05-21T04:19:17.270Z | |
| 3331 | 2026-05-21T04:19:17.270Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-5c3400c1f2c35521) |
| 3332 | 2026-05-21T04:19:17.279Z | |
| 3333 | 2026-05-21T04:19:17.279Z | running 6 tests |
| 3334 | 2026-05-21T04:19:17.284Z | test tests::test_full_lot_id_neither_present ... ok |
| 3335 | 2026-05-21T04:19:17.284Z | test tests::test_full_lot_id_lot_only ... ok |
| 3336 | 2026-05-21T04:19:17.284Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3337 | 2026-05-21T04:19:17.284Z | test tests::test_full_lot_id_both_present ... ok |
| 3338 | 2026-05-21T04:19:17.284Z | test tests::test_port_id_cmp ... ok |
| 3339 | 2026-05-21T04:19:17.285Z | test tests::test_parse_client_port_id ... ok |
| 3340 | 2026-05-21T04:19:17.285Z | |
| 3341 | 2026-05-21T04:19:17.285Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3342 | 2026-05-21T04:19:17.285Z | |
| 3343 | 2026-05-21T04:19:17.285Z | Running tests/test_all.rs (target/debug/deps/test_all-8e74319e58588a45) |
| 3344 | 2026-05-21T04:19:17.291Z | |
| 3345 | 2026-05-21T04:19:17.291Z | running 6 tests |
| 3346 | 2026-05-21T04:19:20.294Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3347 | 2026-05-21T04:19:20.297Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3348 | 2026-05-21T04:19:20.297Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3349 | 2026-05-21T04:19:20.302Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3350 | 2026-05-21T04:19:20.630Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3351 | 2026-05-21T04:19:22.381Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3352 | 2026-05-21T04:19:22.381Z | |
| 3353 | 2026-05-21T04:19:22.381Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.10s |
| 3354 | 2026-05-21T04:19:22.381Z | |
| 3355 | 2026-05-21T04:19:22.387Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001) |
| 3356 | 2026-05-21T04:19:22.392Z | |
| 3357 | 2026-05-21T04:19:22.392Z | running 0 tests |
| 3358 | 2026-05-21T04:19:22.392Z | |
| 3359 | 2026-05-21T04:19:22.395Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3360 | 2026-05-21T04:19:22.395Z | |
| 3361 | 2026-05-21T04:19:22.395Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5) |
| 3362 | 2026-05-21T04:19:22.398Z | |
| 3363 | 2026-05-21T04:19:22.398Z | running 0 tests |
| 3364 | 2026-05-21T04:19:22.398Z | |
| 3365 | 2026-05-21T04:19:22.401Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3366 | 2026-05-21T04:19:22.401Z | |
| 3367 | 2026-05-21T04:19:22.401Z | Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867) |
| 3368 | 2026-05-21T04:19:22.405Z | |
| 3369 | 2026-05-21T04:19:22.405Z | running 12 tests |
| 3370 | 2026-05-21T04:19:22.408Z | test icmp::test_v6_checksum ... ok |
| 3371 | 2026-05-21T04:19:22.408Z | test icmp::test_v4_checksum ... ok |
| 3372 | 2026-05-21T04:19:22.408Z | test lldp::test_lldp_parse ... ok |
| 3373 | 2026-05-21T04:19:22.408Z | test pbuf::test_byte ... ok |
| 3374 | 2026-05-21T04:19:22.408Z | test ipv6::test_ipv6_parse ... ok |
| 3375 | 2026-05-21T04:19:22.408Z | test pbuf::test_nibble ... ok |
| 3376 | 2026-05-21T04:19:22.408Z | test pbuf::test_short ... ok |
| 3377 | 2026-05-21T04:19:22.408Z | test pbuf::test_twelve ... ok |
| 3378 | 2026-05-21T04:19:22.408Z | test pbuf::test_word ... ok |
| 3379 | 2026-05-21T04:19:22.408Z | test pbuf::test_overflow ... ok |
| 3380 | 2026-05-21T04:19:22.408Z | test tcp::test_checksum_ack_data ... ok |
| 3381 | 2026-05-21T04:19:22.408Z | test tcp::test_checksum_syn_nodata ... ok |
| 3382 | 2026-05-21T04:19:22.408Z | |
| 3383 | 2026-05-21T04:19:22.408Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3384 | 2026-05-21T04:19:22.408Z | |
| 3385 | 2026-05-21T04:19:22.411Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 3386 | 2026-05-21T04:19:22.413Z | |
| 3387 | 2026-05-21T04:19:22.414Z | running 0 tests |
| 3388 | 2026-05-21T04:19:22.414Z | |
| 3389 | 2026-05-21T04:19:22.414Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3390 | 2026-05-21T04:19:22.414Z | |
| 3391 | 2026-05-21T04:19:22.414Z | Running unittests src/main.rs (target/debug/deps/swadm-ce991cf22ad57459) |
| 3392 | 2026-05-21T04:19:22.416Z | |
| 3393 | 2026-05-21T04:19:22.416Z | running 5 tests |
| 3394 | 2026-05-21T04:19:22.416Z | test switchport::test::test_compute_lanes ... ok |
| 3395 | 2026-05-21T04:19:22.417Z | test switchport::test::port_id_ordering ... ok |
| 3396 | 2026-05-21T04:19:22.417Z | Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2 |
| 3397 | 2026-05-21T04:19:22.417Z | Lane 3 State: Activated |
| 3398 | 2026-05-21T04:19:22.417Z | Activated Rx Loss-of-lock: YesActivated Activated |
| 3399 | 2026-05-21T04:19:22.417Z | Yes Rx Output Enabled: false false falseYes falseYes |
| 3400 | 2026-05-21T04:19:22.417Z | |
| 3401 | 2026-05-21T04:19:22.417Z | Rx Output Status: valid Rx Loss-of-signal: Yes valid Yesvalid valid |
| 3402 | 2026-05-21T04:19:22.417Z | Yes Rx Loss-of-lock: trueYes |
| 3403 | 2026-05-21T04:19:22.417Z | true true Rx CDR Enabled: Yestrue |
| 3404 | 2026-05-21T04:19:22.417Z | Yes Rx Loss-of-signal: false Yes falseYes |
| 3405 | 2026-05-21T04:19:22.417Z | false Tx Enabled: Yesfalse |
| 3406 | 2026-05-21T04:19:22.417Z | Rx Auto-squelch Disable: true Yes trueYes Yestrue |
| 3407 | 2026-05-21T04:19:22.417Z | true |
| 3408 | 2026-05-21T04:19:22.417Z | Tx Output Enabled: true Tx Loss-of-lock: No true No trueNo Notrue |
| 3409 | 2026-05-21T04:19:22.417Z | |
| 3410 | 2026-05-21T04:19:22.417Z | Tx Output Status: invalid Tx Loss-of-signal: Noinvalid invalid No invalidNo |
| 3411 | 2026-05-21T04:19:22.417Z | No |
| 3412 | 2026-05-21T04:19:22.417Z | Tx Loss-of-lock: false false Tx CDR Enabled: Nofalse false |
| 3413 | 2026-05-21T04:19:22.417Z | No Tx Loss-of-signal: true No trueNo |
| 3414 | 2026-05-21T04:19:22.417Z | true true |
| 3415 | 2026-05-21T04:19:22.417Z | Tx Adaptive EQ Fault: No Tx Auto-squelch Disable: falseNo falseNo No |
| 3416 | 2026-05-21T04:19:22.417Z | false false |
| 3417 | 2026-05-21T04:19:22.417Z | Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes Yestrue Yes |
| 3418 | 2026-05-21T04:19:22.417Z | true |
| 3419 | 2026-05-21T04:19:22.417Z | Tx Failure: false false false false |
| 3420 | 2026-05-21T04:19:22.417Z | Tx Force Squelch: true true true true |
| 3421 | 2026-05-21T04:19:22.417Z | Tx Input Polarity: normal normal normal normal |
| 3422 | 2026-05-21T04:19:22.417Z | test switchport::test::test_print_sff_datapath ... ok |
| 3423 | 2026-05-21T04:19:22.417Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3424 | 2026-05-21T04:19:22.420Z | test link::test_filter ... ok |
| 3425 | 2026-05-21T04:19:22.420Z | |
| 3426 | 2026-05-21T04:19:22.420Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3427 | 2026-05-21T04:19:22.420Z | |
| 3428 | 2026-05-21T04:19:22.421Z | Running tests/counters.rs (target/debug/deps/counters-9c5cfe0b98406cf4) |
| 3429 | 2026-05-21T04:19:22.421Z | |
| 3430 | 2026-05-21T04:19:22.421Z | running 1 test |
| 3431 | 2026-05-21T04:19:22.421Z | test test_p4_counter_list ... ignored |
| 3432 | 2026-05-21T04:19:22.421Z | |
| 3433 | 2026-05-21T04:19:22.421Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3434 | 2026-05-21T04:19:22.421Z | |
| 3435 | 2026-05-21T04:19:22.423Z | Running tests/port-link.rs (target/debug/deps/port_link-42927b5fcb3622bd) |
| 3436 | 2026-05-21T04:19:22.423Z | |
| 3437 | 2026-05-21T04:19:22.424Z | running 5 tests |
| 3438 | 2026-05-21T04:19:22.424Z | test test_an ... ignored |
| 3439 | 2026-05-21T04:19:22.424Z | test test_enable ... ignored |
| 3440 | 2026-05-21T04:19:22.424Z | test test_ip_addresses ... ignored |
| 3441 | 2026-05-21T04:19:22.424Z | test test_kr ... ignored |
| 3442 | 2026-05-21T04:19:22.424Z | test test_mac ... ignored |
| 3443 | 2026-05-21T04:19:22.424Z | |
| 3444 | 2026-05-21T04:19:22.424Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3445 | 2026-05-21T04:19:22.424Z | |
| 3446 | 2026-05-21T04:19:22.426Z | Running unittests src/main.rs (target/debug/deps/tfportd-66a94441f7359a72) |
| 3447 | 2026-05-21T04:19:22.426Z | |
| 3448 | 2026-05-21T04:19:22.426Z | running 3 tests |
| 3449 | 2026-05-21T04:19:22.429Z | test linklocal::test_parse_ipadm ... ok |
| 3450 | 2026-05-21T04:19:22.429Z | test tfport::test_parse_tfport ... ok |
| 3451 | 2026-05-21T04:19:22.429Z | test config::tests::test_updates ... ok |
| 3452 | 2026-05-21T04:19:22.429Z | |
| 3453 | 2026-05-21T04:19:22.429Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3454 | 2026-05-21T04:19:22.429Z | |
| 3455 | 2026-05-21T04:19:22.429Z | Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1) |
| 3456 | 2026-05-21T04:19:22.438Z | |
| 3457 | 2026-05-21T04:19:22.438Z | running 0 tests |
| 3458 | 2026-05-21T04:19:22.438Z | |
| 3459 | 2026-05-21T04:19:22.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3460 | 2026-05-21T04:19:22.438Z | |
| 3461 | 2026-05-21T04:19:22.438Z | Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb) |
| 3462 | 2026-05-21T04:19:22.438Z | |
| 3463 | 2026-05-21T04:19:22.438Z | running 0 tests |
| 3464 | 2026-05-21T04:19:22.438Z | |
| 3465 | 2026-05-21T04:19:22.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3466 | 2026-05-21T04:19:22.438Z | |
| 3467 | 2026-05-21T04:19:22.442Z | Doc-tests aal |
| 3468 | 2026-05-21T04:19:22.608Z | |
| 3469 | 2026-05-21T04:19:22.609Z | running 0 tests |
| 3470 | 2026-05-21T04:19:22.609Z | |
| 3471 | 2026-05-21T04:19:22.612Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3472 | 2026-05-21T04:19:22.612Z | |
| 3473 | 2026-05-21T04:19:22.625Z | Doc-tests aal_macros |
| 3474 | 2026-05-21T04:19:22.698Z | |
| 3475 | 2026-05-21T04:19:22.698Z | running 0 tests |
| 3476 | 2026-05-21T04:19:22.698Z | |
| 3477 | 2026-05-21T04:19:22.698Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3478 | 2026-05-21T04:19:22.698Z | |
| 3479 | 2026-05-21T04:19:22.710Z | Doc-tests common |
| 3480 | 2026-05-21T04:19:22.944Z | |
| 3481 | 2026-05-21T04:19:22.944Z | running 0 tests |
| 3482 | 2026-05-21T04:19:22.944Z | |
| 3483 | 2026-05-21T04:19:22.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3484 | 2026-05-21T04:19:22.944Z | |
| 3485 | 2026-05-21T04:19:22.966Z | Doc-tests dpd_api |
| 3486 | 2026-05-21T04:19:23.790Z | |
| 3487 | 2026-05-21T04:19:23.790Z | running 2 tests |
| 3488 | 2026-05-21T04:19:23.790Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3489 | 2026-05-21T04:19:23.790Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3490 | 2026-05-21T04:19:23.790Z | |
| 3491 | 2026-05-21T04:19:23.791Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3492 | 2026-05-21T04:19:23.791Z | |
| 3493 | 2026-05-21T04:19:23.824Z | Doc-tests dpd_client |
| 3494 | 2026-05-21T04:19:25.218Z | |
| 3495 | 2026-05-21T04:19:25.218Z | running 0 tests |
| 3496 | 2026-05-21T04:19:25.218Z | |
| 3497 | 2026-05-21T04:19:25.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3498 | 2026-05-21T04:19:25.218Z | |
| 3499 | 2026-05-21T04:19:25.267Z | Doc-tests dpd_types |
| 3500 | 2026-05-21T04:19:25.475Z | |
| 3501 | 2026-05-21T04:19:25.475Z | running 0 tests |
| 3502 | 2026-05-21T04:19:25.475Z | |
| 3503 | 2026-05-21T04:19:25.475Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3504 | 2026-05-21T04:19:25.475Z | |
| 3505 | 2026-05-21T04:19:25.503Z | Doc-tests dpd_types_versions |
| 3506 | 2026-05-21T04:19:26.704Z | |
| 3507 | 2026-05-21T04:19:26.704Z | running 1 test |
| 3508 | 2026-05-21T04:19:26.704Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3509 | 2026-05-21T04:19:26.704Z | |
| 3510 | 2026-05-21T04:19:26.704Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3511 | 2026-05-21T04:19:26.704Z | |
| 3512 | 2026-05-21T04:19:26.751Z | Doc-tests packet |
| 3513 | 2026-05-21T04:19:26.861Z | |
| 3514 | 2026-05-21T04:19:26.861Z | running 0 tests |
| 3515 | 2026-05-21T04:19:26.861Z | |
| 3516 | 2026-05-21T04:19:26.861Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3517 | 2026-05-21T04:19:26.861Z | |
| 3518 | 2026-05-21T04:19:26.878Z | Doc-tests pcap |
| 3519 | 2026-05-21T04:19:26.931Z | |
| 3520 | 2026-05-21T04:19:26.931Z | running 0 tests |
| 3521 | 2026-05-21T04:19:26.931Z | |
| 3522 | 2026-05-21T04:19:26.931Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3523 | 2026-05-21T04:19:26.931Z | |
| 3524 | 2026-05-21T04:19:26.980Z | process exited: duration 569119 ms, exit code 0 |
| |
| 3525 | 2026-05-21T04:19:26.986Z | found 0 output files |