|
|
|
| 1 | 2026-06-18T03:57:02.547Z | job assigned to worker 01KVCDYFGZAEC8329JS7XAG6KM [factory aws, i-0e1a8b4d4ef30fe86] (queued for 1 m 0 s) |
| |
| 2 | 2026-06-18T03:57:08.725Z | starting task 0: "setup" |
| 3 | 2026-06-18T03:57:08.730Z | ++ uname -s |
| 4 | 2026-06-18T03:57:08.730Z | + kern=SunOS |
| 5 | 2026-06-18T03:57:08.730Z | + build_user=build |
| 6 | 2026-06-18T03:57:08.730Z | + build_uid=12345 |
| 7 | 2026-06-18T03:57:08.730Z | + work_dir=/work |
| 8 | 2026-06-18T03:57:08.730Z | + input_dir=/input |
| 9 | 2026-06-18T03:57:08.730Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-18T03:57:08.730Z | + case "$kern" in |
| 11 | 2026-06-18T03:57:08.730Z | + groupadd -g 12345 build |
| 12 | 2026-06-18T03:57:08.730Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-18T03:57:10.723Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-18T03:57:10.838Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-18T03:57:10.841Z | + home_fs=zfs |
| 16 | 2026-06-18T03:57:10.841Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-18T03:57:10.841Z | + mkdir -p /home/build |
| 18 | 2026-06-18T03:57:10.841Z | + chown build:build /home/build /work |
| 19 | 2026-06-18T03:57:12.842Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-18T03:57:12.845Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-06-18T03:57:12.851Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-18T03:57:12.856Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-18T03:57:12.856Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-06-18T03:57:12.856Z | * rust toolchain profile = "default" |
| 25 | 2026-06-18T03:57:12.856Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-18T03:57:12.856Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-18T03:57:12.859Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-18T03:57:12.859Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-18T03:57:12.859Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-18T03:57:12.915Z | info: downloading installer |
| 31 | 2026-06-18T03:57:14.439Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-18T03:57:14.439Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-18T03:57:14.439Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-18T03:57:14.439Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-18T03:57:14.448Z | info: profile set to default |
| 36 | 2026-06-18T03:57:14.448Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-18T03:57:14.450Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-18T03:57:14.613Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-18T03:57:14.616Z | info: downloading 6 components |
| 40 | 2026-06-18T03:57:29.988Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-18T03:57:29.988Z | |
| 42 | 2026-06-18T03:57:30.016Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-18T03:57:30.016Z | |
| 44 | 2026-06-18T03:57:30.019Z | |
| 45 | 2026-06-18T03:57:30.019Z | Rust is installed now. Great! |
| 46 | 2026-06-18T03:57:30.019Z | |
| 47 | 2026-06-18T03:57:30.019Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-18T03:57:30.019Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-18T03:57:30.019Z | |
| 50 | 2026-06-18T03:57:30.019Z | To configure your current shell, you need to source |
| 51 | 2026-06-18T03:57:30.019Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-18T03:57:30.019Z | |
| 53 | 2026-06-18T03:57:30.019Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-18T03:57:30.019Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-18T03:57:30.019Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-18T03:57:30.019Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-18T03:57:30.019Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-18T03:57:30.019Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-18T03:57:30.019Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-18T03:57:30.019Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-18T03:57:30.019Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-18T03:57:30.107Z | + rustup --version |
| 63 | 2026-06-18T03:57:30.115Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-18T03:57:30.118Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-18T03:57:30.138Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-18T03:57:30.141Z | + cargo --version |
| 67 | 2026-06-18T03:57:30.152Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-18T03:57:30.157Z | + rustc --version |
| 69 | 2026-06-18T03:57:30.175Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-18T03:57:30.179Z | process exited: duration 17325 ms, exit code 0 |
| |
| 71 | 2026-06-18T03:57:30.184Z | starting task 2: "authentication" |
| 72 | 2026-06-18T03:57:30.200Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-18T03:57:30.208Z | starting task 3: "clone repository" |
| 74 | 2026-06-18T03:57:30.211Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-18T03:57:30.214Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-18T03:57:30.241Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-18T03:57:30.788Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-18T03:57:30.788Z | + git fetch origin bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c |
| 79 | 2026-06-18T03:57:31.020Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-18T03:57:31.020Z | * branch bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c -> FETCH_HEAD |
| 81 | 2026-06-18T03:57:31.025Z | + [[ -n renovate/iddqd-0.x ]] |
| 82 | 2026-06-18T03:57:31.028Z | ++ git branch --show-current |
| 83 | 2026-06-18T03:57:31.028Z | + current=main |
| 84 | 2026-06-18T03:57:31.028Z | + [[ main != renovate/iddqd-0.x ]] |
| 85 | 2026-06-18T03:57:31.028Z | + git branch -f renovate/iddqd-0.x bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c |
| 86 | 2026-06-18T03:57:31.031Z | + git checkout -f renovate/iddqd-0.x |
| 87 | 2026-06-18T03:57:31.049Z | Switched to branch 'renovate/iddqd-0.x' |
| 88 | 2026-06-18T03:57:31.052Z | + git reset --hard bb47ec6c85c3cef22fc7af1a05dfd9ba7c56754c |
| 89 | 2026-06-18T03:57:31.066Z | HEAD is now at bb47ec6 Update Rust crate iddqd to 0.4.5 |
| 90 | 2026-06-18T03:57:31.069Z | process exited: duration 860 ms, exit code 0 |
| |
| 91 | 2026-06-18T03:57:31.086Z | starting task 4: "build" |
| 92 | 2026-06-18T03:57:31.089Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-18T03:57:31.094Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-18T03:57:31.094Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-18T03:57:31.094Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-18T03:57:31.094Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-18T03:57:31.094Z | +++ uname -s |
| 98 | 2026-06-18T03:57:31.094Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-18T03:57:31.094Z | ++ SERIES=illumos |
| 100 | 2026-06-18T03:57:31.094Z | +++ uname -s |
| 101 | 2026-06-18T03:57:31.097Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-18T03:57:31.097Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-18T03:57:31.097Z | ++ rustup show active-toolchain |
| 104 | 2026-06-18T03:57:31.100Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-18T03:57:31.100Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-18T03:57:31.101Z | ++ banner 'sde setup' |
| 107 | 2026-06-18T03:57:31.101Z | |
| 108 | 2026-06-18T03:57:31.101Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-18T03:57:31.101Z | # # # # # # # # # # # |
| 110 | 2026-06-18T03:57:31.101Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-18T03:57:31.101Z | # # # # # # # # # ##### |
| 112 | 2026-06-18T03:57:31.101Z | # # # # # # # # # # # # |
| 113 | 2026-06-18T03:57:31.101Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-18T03:57:31.101Z | |
| 115 | 2026-06-18T03:57:31.101Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-18T03:57:31.101Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-18T03:57:31.101Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-18T03:57:31.101Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-18T03:57:31.101Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-18T03:57:31.106Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-18T03:57:31.111Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-18T03:57:32.158Z |
0 0 0 0 0 0 0 0 0
90 76.03M 90 69.16M 0 0 69.22M 0 00:01 00:01 69.23M
100 76.03M 100 76.03M 0 0 72.28M 0 00:01 00:01 69.23M
100 76.03M 100 76.03M 0 0 72.28M 0 00:01 00:01 69.23M
100 76.03M 100 76.03M 0 0 72.27M 0 00:01 00:01 69.23M |
| 123 | 2026-06-18T03:57:32.163Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-18T03:57:32.211Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-18T03:57:32.211Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-18T03:57:32.214Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-18T03:57:35.937Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-18T03:57:36.029Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-18T03:57:36.069Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-18T03:57:36.515Z | Planning: Solver setup ... Done |
| 131 | 2026-06-18T03:57:36.538Z | Planning: Running solver ... Done |
| 132 | 2026-06-18T03:57:36.546Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-18T03:57:36.549Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-18T03:57:36.553Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-18T03:57:36.568Z | Planning: Package planning ... Done |
| 136 | 2026-06-18T03:57:36.571Z | Planning: Merging actions ... Done |
| 137 | 2026-06-18T03:57:36.669Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-18T03:57:36.672Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-18T03:57:37.488Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-18T03:57:37.491Z | Planning: Planning completed in 1.41 seconds |
| 141 | 2026-06-18T03:57:37.495Z | Packages to install: 1 |
| 142 | 2026-06-18T03:57:37.498Z | Create boot environment: No |
| 143 | 2026-06-18T03:57:37.498Z | Create backup boot environment: No |
| 144 | 2026-06-18T03:57:37.521Z | |
| 145 | 2026-06-18T03:57:37.521Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-18T03:57:37.656Z | Download: Completed 75.30 MB in 0.13 seconds (559M/s) |
| 147 | 2026-06-18T03:57:37.823Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-18T03:57:38.789Z | Actions: Completed 293 actions in 0.97 seconds. |
| 149 | 2026-06-18T03:57:38.792Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-18T03:57:38.834Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-18T03:57:38.860Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-18T03:57:41.347Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-18T03:57:41.420Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-18T03:57:41.424Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-18T03:57:41.649Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-18T03:57:41.750Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-18T03:57:41.750Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-18T03:57:41.750Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-18T03:57:41.750Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-18T03:57:41.753Z | ++ banner packages |
| 161 | 2026-06-18T03:57:41.753Z | |
| 162 | 2026-06-18T03:57:41.753Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-18T03:57:41.753Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-18T03:57:41.753Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-18T03:57:41.754Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-18T03:57:41.754Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-18T03:57:41.754Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-18T03:57:41.754Z | |
| 169 | 2026-06-18T03:57:41.754Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-18T03:57:42.015Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-18T03:57:42.018Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-18T03:57:42.366Z | Planning: Solver setup ... Done |
| 173 | 2026-06-18T03:57:42.390Z | Planning: Running solver ... Done |
| 174 | 2026-06-18T03:57:42.397Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-18T03:57:42.397Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-18T03:57:42.400Z | Planning: Planning completed in 0.38 seconds |
| 177 | 2026-06-18T03:57:42.414Z | No updates necessary for this image. |
| 178 | 2026-06-18T03:57:42.479Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-18T03:57:42.694Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-18T03:57:42.807Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-18T03:57:42.810Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-18T03:57:42.975Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-18T03:57:42.978Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-18T03:57:42.999Z | Mediators to change: 2 |
| 185 | 2026-06-18T03:57:42.999Z | Create boot environment: No |
| 186 | 2026-06-18T03:57:42.999Z | Create backup boot environment: No |
| 187 | 2026-06-18T03:57:43.062Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-18T03:57:43.062Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-18T03:57:43.075Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-18T03:57:45.104Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-18T03:57:45.174Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-18T03:57:45.178Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-18T03:57:45.258Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-18T03:57:45.331Z | ++ cargo --version |
| 195 | 2026-06-18T03:57:45.341Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-18T03:57:45.345Z | ++ rustc --version |
| 197 | 2026-06-18T03:57:45.364Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-18T03:57:45.368Z | + banner copyrights |
| 199 | 2026-06-18T03:57:45.368Z | |
| 200 | 2026-06-18T03:57:45.368Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-18T03:57:45.368Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-18T03:57:45.369Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-18T03:57:45.369Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-18T03:57:45.369Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-18T03:57:45.369Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-18T03:57:45.369Z | |
| 207 | 2026-06-18T03:57:45.369Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-18T03:57:45.661Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-18T03:57:46.444Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-18T03:57:46.906Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-18T03:57:46.997Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-18T03:57:47.168Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-18T03:57:47.401Z | + banner clippy |
| 214 | 2026-06-18T03:57:47.404Z | |
| 215 | 2026-06-18T03:57:47.404Z | #### # # ##### ##### # # |
| 216 | 2026-06-18T03:57:47.404Z | # # # # # # # # # # |
| 217 | 2026-06-18T03:57:47.404Z | # # # # # # # # |
| 218 | 2026-06-18T03:57:47.404Z | # # # ##### ##### # |
| 219 | 2026-06-18T03:57:47.404Z | # # # # # # # |
| 220 | 2026-06-18T03:57:47.404Z | #### ###### # # # # |
| 221 | 2026-06-18T03:57:47.404Z | |
| 222 | 2026-06-18T03:57:47.404Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-18T03:57:47.404Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-18T03:57:47.542Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-18T03:57:57.339Z | Updating crates.io index |
| 226 | 2026-06-18T03:57:57.374Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-18T03:57:57.635Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-18T03:57:58.303Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-18T03:57:58.652Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-18T03:57:58.877Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-18T03:58:00.055Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 232 | 2026-06-18T03:58:00.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-06-18T03:58:00.706Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-06-18T03:58:01.015Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-06-18T03:58:01.423Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-06-18T03:58:01.808Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-06-18T03:58:02.149Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-18T03:58:02.601Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-18T03:58:02.893Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-18T03:58:03.204Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-18T03:58:04.102Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-18T03:58:04.435Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-06-18T03:58:04.728Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-06-18T03:58:05.381Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 245 | 2026-06-18T03:58:05.690Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 246 | 2026-06-18T03:58:05.934Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 247 | 2026-06-18T03:58:07.383Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 248 | 2026-06-18T03:58:07.803Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-06-18T03:58:08.303Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 250 | 2026-06-18T03:58:10.009Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 251 | 2026-06-18T03:58:10.604Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 252 | 2026-06-18T03:58:10.853Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-06-18T03:58:11.215Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-06-18T03:58:13.000Z | Downloading crates ... |
| 255 | 2026-06-18T03:58:13.090Z | Downloaded cobs v0.3.0 |
| 256 | 2026-06-18T03:58:13.094Z | Downloaded block-buffer v0.10.4 |
| 257 | 2026-06-18T03:58:13.098Z | Downloaded anstyle-query v1.1.4 |
| 258 | 2026-06-18T03:58:13.102Z | Downloaded ciborium-ll v0.2.2 |
| 259 | 2026-06-18T03:58:13.102Z | Downloaded crypto-common v0.2.2 |
| 260 | 2026-06-18T03:58:13.105Z | Downloaded colored v3.1.1 |
| 261 | 2026-06-18T03:58:13.109Z | Downloaded arrayvec v0.7.6 |
| 262 | 2026-06-18T03:58:13.115Z | Downloaded clap_derive v4.6.1 |
| 263 | 2026-06-18T03:58:13.118Z | Downloaded camino v1.2.2 |
| 264 | 2026-06-18T03:58:13.121Z | Downloaded aho-corasick v1.1.3 |
| 265 | 2026-06-18T03:58:13.125Z | Downloaded defmt-parser v1.0.0 |
| 266 | 2026-06-18T03:58:13.130Z | Downloaded defmt v1.0.1 |
| 267 | 2026-06-18T03:58:13.133Z | Downloaded defmt v0.3.100 |
| 268 | 2026-06-18T03:58:13.133Z | Downloaded hubpack_derive v0.1.1 |
| 269 | 2026-06-18T03:58:13.137Z | Downloaded futures-task v0.3.32 |
| 270 | 2026-06-18T03:58:13.141Z | Downloaded errno v0.3.14 |
| 271 | 2026-06-18T03:58:13.141Z | Downloaded convert_case v0.4.0 |
| 272 | 2026-06-18T03:58:13.144Z | Downloaded derive-where v1.6.0 |
| 273 | 2026-06-18T03:58:13.144Z | Downloaded defmt-macros v1.0.1 |
| 274 | 2026-06-18T03:58:13.148Z | Downloaded allocator-api2 v0.2.21 |
| 275 | 2026-06-18T03:58:13.152Z | Downloaded foreign-types v0.5.0 |
| 276 | 2026-06-18T03:58:13.152Z | Downloaded humantime v2.3.0 |
| 277 | 2026-06-18T03:58:13.157Z | Downloaded critical-section v1.2.0 |
| 278 | 2026-06-18T03:58:13.157Z | Downloaded crucible-workspace-hack v0.1.0 |
| 279 | 2026-06-18T03:58:13.160Z | Downloaded fs-err v3.1.2 |
| 280 | 2026-06-18T03:58:13.160Z | Downloaded git-stub v1.0.0 |
| 281 | 2026-06-18T03:58:13.164Z | Downloaded ciborium-io v0.2.2 |
| 282 | 2026-06-18T03:58:13.164Z | Downloaded debug-ignore v1.0.5 |
| 283 | 2026-06-18T03:58:13.167Z | Downloaded atomic-waker v1.1.2 |
| 284 | 2026-06-18T03:58:13.171Z | Downloaded gethostname v0.5.0 |
| 285 | 2026-06-18T03:58:13.171Z | Downloaded dof v0.4.0 |
| 286 | 2026-06-18T03:58:13.176Z | Downloaded http-body-util v0.1.3 |
| 287 | 2026-06-18T03:58:13.177Z | Downloaded futures-executor v0.3.32 |
| 288 | 2026-06-18T03:58:13.180Z | Downloaded adler2 v2.0.1 |
| 289 | 2026-06-18T03:58:13.180Z | Downloaded heck v0.4.1 |
| 290 | 2026-06-18T03:58:13.180Z | Downloaded embedded-io v0.4.0 |
| 291 | 2026-06-18T03:58:13.183Z | Downloaded either v1.15.0 |
| 292 | 2026-06-18T03:58:13.187Z | Downloaded derive-ex v0.1.8 |
| 293 | 2026-06-18T03:58:13.187Z | Downloaded async-recursion v1.1.1 |
| 294 | 2026-06-18T03:58:13.190Z | Downloaded data-encoding v2.9.0 |
| 295 | 2026-06-18T03:58:13.191Z | Downloaded git-stub-vcs v0.1.0 |
| 296 | 2026-06-18T03:58:13.194Z | Downloaded globset v0.4.16 |
| 297 | 2026-06-18T03:58:13.197Z | Downloaded darling_macro v0.21.3 |
| 298 | 2026-06-18T03:58:13.197Z | Downloaded hmac v0.12.1 |
| 299 | 2026-06-18T03:58:13.201Z | Downloaded crypto-common v0.1.6 |
| 300 | 2026-06-18T03:58:13.204Z | Downloaded group v0.13.0 |
| 301 | 2026-06-18T03:58:13.204Z | Downloaded enum-as-inner v0.6.1 |
| 302 | 2026-06-18T03:58:13.204Z | Downloaded aead v0.5.2 |
| 303 | 2026-06-18T03:58:13.208Z | Downloaded digest v0.10.7 |
| 304 | 2026-06-18T03:58:13.208Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-06-18T03:58:13.211Z | Downloaded cfg_aliases v0.2.1 |
| 306 | 2026-06-18T03:58:13.214Z | Downloaded deranged v0.5.3 |
| 307 | 2026-06-18T03:58:13.214Z | Downloaded clap_lex v1.1.0 |
| 308 | 2026-06-18T03:58:13.217Z | Downloaded futures-macro v0.3.32 |
| 309 | 2026-06-18T03:58:13.217Z | Downloaded half v2.7.1 |
| 310 | 2026-06-18T03:58:13.220Z | Downloaded anstream v1.0.0 |
| 311 | 2026-06-18T03:58:13.224Z | Downloaded dropshot_endpoint v0.16.7 |
| 312 | 2026-06-18T03:58:13.227Z | Downloaded backoff v0.4.0 |
| 313 | 2026-06-18T03:58:13.230Z | Downloaded daft v0.1.5 |
| 314 | 2026-06-18T03:58:13.230Z | Downloaded hex v0.4.3 |
| 315 | 2026-06-18T03:58:13.234Z | Downloaded hubpack v0.1.2 |
| 316 | 2026-06-18T03:58:13.237Z | Downloaded form_urlencoded v1.2.2 |
| 317 | 2026-06-18T03:58:13.237Z | Downloaded httpdate v1.0.3 |
| 318 | 2026-06-18T03:58:13.237Z | Downloaded foreign-types-shared v0.3.1 |
| 319 | 2026-06-18T03:58:13.240Z | Downloaded ident_case v1.0.1 |
| 320 | 2026-06-18T03:58:13.240Z | Downloaded embedded-io v0.6.1 |
| 321 | 2026-06-18T03:58:13.243Z | Downloaded dtrace-parser v0.3.0 |
| 322 | 2026-06-18T03:58:13.243Z | Downloaded colorchoice v1.0.4 |
| 323 | 2026-06-18T03:58:13.246Z | Downloaded foreign-types v0.3.2 |
| 324 | 2026-06-18T03:58:13.246Z | Downloaded indent_write v2.2.0 |
| 325 | 2026-06-18T03:58:13.249Z | Downloaded hyper-tls v0.6.0 |
| 326 | 2026-06-18T03:58:13.252Z | Downloaded inout v0.1.4 |
| 327 | 2026-06-18T03:58:13.252Z | Downloaded instant v0.1.13 |
| 328 | 2026-06-18T03:58:13.256Z | Downloaded is_ci v1.2.0 |
| 329 | 2026-06-18T03:58:13.256Z | Downloaded internet-checksum v0.2.1 |
| 330 | 2026-06-18T03:58:13.259Z | Downloaded is_terminal_polyfill v1.70.1 |
| 331 | 2026-06-18T03:58:13.259Z | Downloaded futures-core v0.3.32 |
| 332 | 2026-06-18T03:58:13.262Z | Downloaded glob v0.3.3 |
| 333 | 2026-06-18T03:58:13.262Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-06-18T03:58:13.265Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 335 | 2026-06-18T03:58:13.269Z | Downloaded getrandom v0.3.3 |
| 336 | 2026-06-18T03:58:13.269Z | Downloaded autocfg v1.5.0 |
| 337 | 2026-06-18T03:58:13.272Z | Downloaded dropshot_endpoint v0.17.1 |
| 338 | 2026-06-18T03:58:13.275Z | Downloaded idna_adapter v1.2.1 |
| 339 | 2026-06-18T03:58:13.275Z | Downloaded compression-codecs v0.4.32 |
| 340 | 2026-06-18T03:58:13.278Z | Downloaded hash32 v0.3.1 |
| 341 | 2026-06-18T03:58:13.281Z | Downloaded cipher v0.4.4 |
| 342 | 2026-06-18T03:58:13.284Z | Downloaded dof v0.3.0 |
| 343 | 2026-06-18T03:58:13.284Z | Downloaded heck v0.5.0 |
| 344 | 2026-06-18T03:58:13.287Z | Downloaded getrandom v0.4.2 |
| 345 | 2026-06-18T03:58:13.290Z | Downloaded keccak v0.1.6 |
| 346 | 2026-06-18T03:58:13.290Z | Downloaded foreign-types-macros v0.2.3 |
| 347 | 2026-06-18T03:58:13.293Z | Downloaded base64ct v1.8.0 |
| 348 | 2026-06-18T03:58:13.293Z | Downloaded lazy_static v1.5.0 |
| 349 | 2026-06-18T03:58:13.296Z | Downloaded linked-hash-map v0.5.6 |
| 350 | 2026-06-18T03:58:13.299Z | Downloaded itoa v1.0.15 |
| 351 | 2026-06-18T03:58:13.299Z | Downloaded lru-cache v0.1.2 |
| 352 | 2026-06-18T03:58:13.303Z | Downloaded is-terminal v0.4.16 |
| 353 | 2026-06-18T03:58:13.303Z | Downloaded lru-slab v0.1.2 |
| 354 | 2026-06-18T03:58:13.307Z | Downloaded memmap v0.7.0 |
| 355 | 2026-06-18T03:58:13.307Z | Downloaded memoffset v0.9.1 |
| 356 | 2026-06-18T03:58:13.310Z | Downloaded macaddr v1.0.1 |
| 357 | 2026-06-18T03:58:13.310Z | Downloaded libscf-sys v1.2.0 |
| 358 | 2026-06-18T03:58:13.310Z | Downloaded kstat-rs v0.2.4 |
| 359 | 2026-06-18T03:58:13.314Z | Downloaded anstyle-parse v1.0.0 |
| 360 | 2026-06-18T03:58:13.314Z | Downloaded fastrand v2.3.0 |
| 361 | 2026-06-18T03:58:13.317Z | Downloaded const_format_proc_macros v0.2.34 |
| 362 | 2026-06-18T03:58:13.320Z | Downloaded ff v0.13.1 |
| 363 | 2026-06-18T03:58:13.320Z | Downloaded console v0.15.11 |
| 364 | 2026-06-18T03:58:13.323Z | Downloaded clang-sys v1.8.1 |
| 365 | 2026-06-18T03:58:13.326Z | Downloaded ingot-types v0.1.2 |
| 366 | 2026-06-18T03:58:13.326Z | Downloaded ipnet v2.11.0 |
| 367 | 2026-06-18T03:58:13.329Z | Downloaded fixedbitset v0.5.7 |
| 368 | 2026-06-18T03:58:13.332Z | Downloaded mime v0.3.17 |
| 369 | 2026-06-18T03:58:13.332Z | Downloaded managed v0.8.0 |
| 370 | 2026-06-18T03:58:13.335Z | Downloaded match_cfg v0.1.0 |
| 371 | 2026-06-18T03:58:13.335Z | Downloaded num-derive v0.4.2 |
| 372 | 2026-06-18T03:58:13.338Z | Downloaded derive_more v0.99.20 |
| 373 | 2026-06-18T03:58:13.341Z | Downloaded csv-core v0.1.12 |
| 374 | 2026-06-18T03:58:13.341Z | Downloaded find-msvc-tools v0.1.9 |
| 375 | 2026-06-18T03:58:13.344Z | Downloaded crossbeam-utils v0.8.21 |
| 376 | 2026-06-18T03:58:13.347Z | Downloaded crossbeam-epoch v0.9.18 |
| 377 | 2026-06-18T03:58:13.350Z | Downloaded crossbeam-channel v0.5.15 |
| 378 | 2026-06-18T03:58:13.353Z | Downloaded dunce v1.0.5 |
| 379 | 2026-06-18T03:58:13.353Z | Downloaded daft-derive v0.1.5 |
| 380 | 2026-06-18T03:58:13.356Z | Downloaded newline-converter v0.3.0 |
| 381 | 2026-06-18T03:58:13.359Z | Downloaded num-conv v0.2.1 |
| 382 | 2026-06-18T03:58:13.359Z | Downloaded num_enum_derive v0.5.11 |
| 383 | 2026-06-18T03:58:13.362Z | Downloaded num v0.4.3 |
| 384 | 2026-06-18T03:58:13.362Z | Downloaded clap v4.6.1 |
| 385 | 2026-06-18T03:58:13.366Z | Downloaded omicron-workspace-hack v0.1.0 |
| 386 | 2026-06-18T03:58:13.369Z | Downloaded linear-map v1.2.0 |
| 387 | 2026-06-18T03:58:13.372Z | Downloaded opaque-debug v0.3.1 |
| 388 | 2026-06-18T03:58:13.372Z | Downloaded libsw v3.5.0 |
| 389 | 2026-06-18T03:58:13.376Z | Downloaded openssl-macros v0.1.1 |
| 390 | 2026-06-18T03:58:13.376Z | Downloaded olpc-cjson v0.1.4 |
| 391 | 2026-06-18T03:58:13.376Z | Downloaded digest v0.11.3 |
| 392 | 2026-06-18T03:58:13.379Z | Downloaded num_threads v0.1.7 |
| 393 | 2026-06-18T03:58:13.379Z | Downloaded newtype-uuid-macros v0.1.0 |
| 394 | 2026-06-18T03:58:13.382Z | Downloaded libloading v0.8.9 |
| 395 | 2026-06-18T03:58:13.382Z | Downloaded fs_extra v1.3.0 |
| 396 | 2026-06-18T03:58:13.385Z | Downloaded openssl-probe v0.1.6 |
| 397 | 2026-06-18T03:58:13.388Z | Downloaded ingot v0.1.1 |
| 398 | 2026-06-18T03:58:13.388Z | Downloaded cancel-safe-futures v0.1.5 |
| 399 | 2026-06-18T03:58:13.391Z | Downloaded camino-tempfile v1.4.1 |
| 400 | 2026-06-18T03:58:13.394Z | Downloaded percent-encoding v2.3.2 |
| 401 | 2026-06-18T03:58:13.394Z | Downloaded parse-display v0.10.0 |
| 402 | 2026-06-18T03:58:13.394Z | Downloaded blake2 v0.10.6 |
| 403 | 2026-06-18T03:58:13.397Z | Downloaded ipnetwork v0.21.1 |
| 404 | 2026-06-18T03:58:13.400Z | Downloaded plain v0.2.3 |
| 405 | 2026-06-18T03:58:13.400Z | Downloaded iana-time-zone v0.1.64 |
| 406 | 2026-06-18T03:58:13.403Z | Downloaded lock_api v0.4.14 |
| 407 | 2026-06-18T03:58:13.403Z | Downloaded pretty-hex v0.4.1 |
| 408 | 2026-06-18T03:58:13.406Z | Downloaded libsw-core v0.3.2 |
| 409 | 2026-06-18T03:58:13.406Z | Downloaded futures-channel v0.3.32 |
| 410 | 2026-06-18T03:58:13.409Z | Downloaded proc-macro-error-attr v1.0.4 |
| 411 | 2026-06-18T03:58:13.412Z | Downloaded powerfmt v0.2.0 |
| 412 | 2026-06-18T03:58:13.412Z | Downloaded erased-serde v0.3.31 |
| 413 | 2026-06-18T03:58:13.415Z | Downloaded native-tls v0.2.14 |
| 414 | 2026-06-18T03:58:13.415Z | Downloaded getrandom v0.2.16 |
| 415 | 2026-06-18T03:58:13.418Z | Downloaded multer v3.1.0 |
| 416 | 2026-06-18T03:58:13.421Z | Downloaded phf_shared v0.12.1 |
| 417 | 2026-06-18T03:58:13.421Z | Downloaded foldhash v0.1.5 |
| 418 | 2026-06-18T03:58:13.424Z | Downloaded proc-macro-crate v1.3.1 |
| 419 | 2026-06-18T03:58:13.424Z | Downloaded darling v0.21.3 |
| 420 | 2026-06-18T03:58:13.427Z | Downloaded num-iter v0.1.45 |
| 421 | 2026-06-18T03:58:13.430Z | Downloaded num-complex v0.4.6 |
| 422 | 2026-06-18T03:58:13.431Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 423 | 2026-06-18T03:58:13.433Z | Downloaded const-oid v0.10.2 |
| 424 | 2026-06-18T03:58:13.434Z | Downloaded progenitor-client v0.11.1 |
| 425 | 2026-06-18T03:58:13.437Z | Downloaded progenitor-client v0.14.0 |
| 426 | 2026-06-18T03:58:13.437Z | Downloaded progenitor-client v0.10.0 |
| 427 | 2026-06-18T03:58:13.440Z | Downloaded crypto-bigint v0.5.5 |
| 428 | 2026-06-18T03:58:13.443Z | Downloaded num_enum v0.7.5 |
| 429 | 2026-06-18T03:58:13.446Z | Downloaded password-hash v0.5.0 |
| 430 | 2026-06-18T03:58:13.449Z | Downloaded parse-display-derive v0.10.0 |
| 431 | 2026-06-18T03:58:13.449Z | Downloaded newtype-uuid v1.3.2 |
| 432 | 2026-06-18T03:58:13.449Z | Downloaded litemap v0.8.0 |
| 433 | 2026-06-18T03:58:13.452Z | Downloaded displaydoc v0.2.5 |
| 434 | 2026-06-18T03:58:13.455Z | Downloaded num_enum_derive v0.7.5 |
| 435 | 2026-06-18T03:58:13.455Z | Downloaded num_enum v0.5.11 |
| 436 | 2026-06-18T03:58:13.458Z | Downloaded num-rational v0.4.2 |
| 437 | 2026-06-18T03:58:13.461Z | Downloaded rand_chacha v0.3.1 |
| 438 | 2026-06-18T03:58:13.461Z | Downloaded quick-error v1.2.3 |
| 439 | 2026-06-18T03:58:13.464Z | Downloaded progenitor-macro v0.14.0 |
| 440 | 2026-06-18T03:58:13.464Z | Downloaded icu_properties v2.0.1 |
| 441 | 2026-06-18T03:58:13.468Z | Downloaded icu_provider v2.0.0 |
| 442 | 2026-06-18T03:58:13.470Z | Downloaded httparse v1.10.1 |
| 443 | 2026-06-18T03:58:13.470Z | Downloaded ingot-macros v0.1.1 |
| 444 | 2026-06-18T03:58:13.473Z | Downloaded indexmap v1.9.3 |
| 445 | 2026-06-18T03:58:13.477Z | Downloaded hybrid-array v0.4.12 |
| 446 | 2026-06-18T03:58:13.477Z | Downloaded progenitor-macro v0.10.0 |
| 447 | 2026-06-18T03:58:13.480Z | Downloaded phf v0.12.1 |
| 448 | 2026-06-18T03:58:13.480Z | Downloaded ref-cast v1.0.25 |
| 449 | 2026-06-18T03:58:13.483Z | Downloaded pem v3.0.5 |
| 450 | 2026-06-18T03:58:13.483Z | Downloaded paste v1.0.15 |
| 451 | 2026-06-18T03:58:13.486Z | Downloaded ref-cast-impl v1.0.25 |
| 452 | 2026-06-18T03:58:13.489Z | Downloaded jobserver v0.1.34 |
| 453 | 2026-06-18T03:58:13.489Z | Downloaded rand_xorshift v0.4.0 |
| 454 | 2026-06-18T03:58:13.492Z | Downloaded proc-macro-error v1.0.4 |
| 455 | 2026-06-18T03:58:13.492Z | Downloaded ppv-lite86 v0.2.21 |
| 456 | 2026-06-18T03:58:13.495Z | Downloaded elliptic-curve v0.13.8 |
| 457 | 2026-06-18T03:58:13.498Z | Downloaded icu_normalizer v2.0.0 |
| 458 | 2026-06-18T03:58:13.501Z | Downloaded highway v1.3.0 |
| 459 | 2026-06-18T03:58:13.501Z | Downloaded oxide-tokio-rt v0.1.2 |
| 460 | 2026-06-18T03:58:13.505Z | Downloaded pin-project-internal v1.1.10 |
| 461 | 2026-06-18T03:58:13.505Z | Downloaded oxnet v0.1.6 |
| 462 | 2026-06-18T03:58:13.508Z | Downloaded rustc_version v0.4.1 |
| 463 | 2026-06-18T03:58:13.508Z | Downloaded rustc-hash v2.1.1 |
| 464 | 2026-06-18T03:58:13.508Z | Downloaded rustc_version v0.1.7 |
| 465 | 2026-06-18T03:58:13.511Z | Downloaded owo-colors v4.3.0 |
| 466 | 2026-06-18T03:58:13.511Z | Downloaded potential_utf v0.1.3 |
| 467 | 2026-06-18T03:58:13.514Z | Downloaded http v1.4.2 |
| 468 | 2026-06-18T03:58:13.514Z | Downloaded same-file v1.0.6 |
| 469 | 2026-06-18T03:58:13.518Z | Downloaded hyper-rustls v0.27.7 |
| 470 | 2026-06-18T03:58:13.518Z | Downloaded drift v0.2.0 |
| 471 | 2026-06-18T03:58:13.524Z | Downloaded parking_lot v0.12.5 |
| 472 | 2026-06-18T03:58:13.528Z | Downloaded bitflags v2.11.1 |
| 473 | 2026-06-18T03:58:13.531Z | Downloaded rand_core v0.6.4 |
| 474 | 2026-06-18T03:58:13.531Z | Downloaded progenitor v0.10.0 |
| 475 | 2026-06-18T03:58:13.534Z | Downloaded quote v1.0.45 |
| 476 | 2026-06-18T03:58:13.534Z | Downloaded num-integer v0.1.46 |
| 477 | 2026-06-18T03:58:13.537Z | Downloaded scroll_derive v0.13.1 |
| 478 | 2026-06-18T03:58:13.537Z | Downloaded semver v0.1.20 |
| 479 | 2026-06-18T03:58:13.540Z | Downloaded scroll_derive v0.12.1 |
| 480 | 2026-06-18T03:58:13.540Z | Downloaded scopeguard v1.2.0 |
| 481 | 2026-06-18T03:58:13.540Z | Downloaded progenitor-macro v0.11.1 |
| 482 | 2026-06-18T03:58:13.543Z | Downloaded icu_normalizer_data v2.0.0 |
| 483 | 2026-06-18T03:58:13.543Z | Downloaded pest_generator v2.8.2 |
| 484 | 2026-06-18T03:58:13.546Z | Downloaded crc32fast v1.5.0 |
| 485 | 2026-06-18T03:58:13.546Z | Downloaded newtype_derive v0.1.6 |
| 486 | 2026-06-18T03:58:13.549Z | Downloaded ciborium v0.2.2 |
| 487 | 2026-06-18T03:58:13.549Z | Downloaded progenitor v0.11.1 |
| 488 | 2026-06-18T03:58:13.552Z | Downloaded poly1305 v0.8.0 |
| 489 | 2026-06-18T03:58:13.552Z | Downloaded pin-project-lite v0.2.16 |
| 490 | 2026-06-18T03:58:13.556Z | Downloaded serde_spanned v1.1.1 |
| 491 | 2026-06-18T03:58:13.559Z | Downloaded serde_plain v1.0.2 |
| 492 | 2026-06-18T03:58:13.559Z | Downloaded serde_urlencoded v0.7.1 |
| 493 | 2026-06-18T03:58:13.562Z | Downloaded once_cell v1.21.3 |
| 494 | 2026-06-18T03:58:13.562Z | Downloaded serde-big-array v0.5.1 |
| 495 | 2026-06-18T03:58:13.566Z | Downloaded rand_chacha v0.9.0 |
| 496 | 2026-06-18T03:58:13.566Z | Downloaded search_path v0.1.4 |
| 497 | 2026-06-18T03:58:13.569Z | Downloaded pest_meta v2.8.2 |
| 498 | 2026-06-18T03:58:13.569Z | Downloaded pest_derive v2.8.2 |
| 499 | 2026-06-18T03:58:13.572Z | Downloaded cc v1.2.64 |
| 500 | 2026-06-18T03:58:13.572Z | Downloaded bytes v1.11.1 |
| 501 | 2026-06-18T03:58:13.576Z | Downloaded sha1 v0.11.0 |
| 502 | 2026-06-18T03:58:13.579Z | Downloaded sha1 v0.10.6 |
| 503 | 2026-06-18T03:58:13.579Z | Downloaded curl v0.4.50 |
| 504 | 2026-06-18T03:58:13.582Z | Downloaded resolv-conf v0.7.5 |
| 505 | 2026-06-18T03:58:13.582Z | Downloaded base64 v0.22.1 |
| 506 | 2026-06-18T03:58:13.585Z | Downloaded progenitor v0.14.0 |
| 507 | 2026-06-18T03:58:13.588Z | Downloaded log v0.4.29 |
| 508 | 2026-06-18T03:58:13.588Z | Downloaded parking_lot_core v0.9.12 |
| 509 | 2026-06-18T03:58:13.591Z | Downloaded omicron-zone-package v0.12.2 |
| 510 | 2026-06-18T03:58:13.593Z | Downloaded postcard v1.1.3 |
| 511 | 2026-06-18T03:58:13.594Z | Downloaded pkg-config v0.3.32 |
| 512 | 2026-06-18T03:58:13.597Z | Downloaded scroll v0.13.0 |
| 513 | 2026-06-18T03:58:13.597Z | Downloaded memmap2 v0.9.8 |
| 514 | 2026-06-18T03:58:13.600Z | Downloaded filetime v0.2.26 |
| 515 | 2026-06-18T03:58:13.600Z | Downloaded cargo_metadata v0.18.1 |
| 516 | 2026-06-18T03:58:13.603Z | Downloaded papergrid v0.17.0 |
| 517 | 2026-06-18T03:58:13.606Z | Downloaded signal-hook-tokio v0.4.0 |
| 518 | 2026-06-18T03:58:13.606Z | Downloaded rand_core v0.9.3 |
| 519 | 2026-06-18T03:58:13.606Z | Downloaded quinn-udp v0.5.14 |
| 520 | 2026-06-18T03:58:13.609Z | Downloaded futures v0.3.32 |
| 521 | 2026-06-18T03:58:13.612Z | Downloaded siphasher v1.0.1 |
| 522 | 2026-06-18T03:58:13.612Z | Downloaded rustversion v1.0.22 |
| 523 | 2026-06-18T03:58:13.616Z | Downloaded rustls-pemfile v2.2.0 |
| 524 | 2026-06-18T03:58:13.616Z | Downloaded darling_core v0.21.3 |
| 525 | 2026-06-18T03:58:13.619Z | Downloaded proc-macro-error2 v2.0.1 |
| 526 | 2026-06-18T03:58:13.622Z | Downloaded rusty-fork v0.3.0 |
| 527 | 2026-06-18T03:58:13.625Z | Downloaded cexpr v0.6.0 |
| 528 | 2026-06-18T03:58:13.625Z | Downloaded bitflags v1.3.2 |
| 529 | 2026-06-18T03:58:13.629Z | Downloaded serde_spanned v0.6.9 |
| 530 | 2026-06-18T03:58:13.629Z | Downloaded smawk v0.3.2 |
| 531 | 2026-06-18T03:58:13.632Z | Downloaded strum v0.26.3 |
| 532 | 2026-06-18T03:58:13.632Z | Downloaded structmeta v0.3.0 |
| 533 | 2026-06-18T03:58:13.632Z | Downloaded strsim v0.11.1 |
| 534 | 2026-06-18T03:58:13.632Z | Downloaded strum v0.28.0 |
| 535 | 2026-06-18T03:58:13.635Z | Downloaded proc-macro2 v1.0.106 |
| 536 | 2026-06-18T03:58:13.635Z | Downloaded serde_tokenstream v0.2.3 |
| 537 | 2026-06-18T03:58:13.638Z | Downloaded slog-bunyan v2.5.0 |
| 538 | 2026-06-18T03:58:13.638Z | Downloaded scroll v0.12.0 |
| 539 | 2026-06-18T03:58:13.641Z | Downloaded sigpipe v0.1.3 |
| 540 | 2026-06-18T03:58:13.641Z | Downloaded serde_derive_internals v0.29.1 |
| 541 | 2026-06-18T03:58:13.641Z | Downloaded serde_repr v0.1.20 |
| 542 | 2026-06-18T03:58:13.644Z | Downloaded byteorder v1.5.0 |
| 543 | 2026-06-18T03:58:13.644Z | Downloaded subtle v2.6.1 |
| 544 | 2026-06-18T03:58:13.647Z | Downloaded dyn-clone v1.0.20 |
| 545 | 2026-06-18T03:58:13.647Z | Downloaded secrecy v0.10.3 |
| 546 | 2026-06-18T03:58:13.647Z | Downloaded schemars_derive v0.8.22 |
| 547 | 2026-06-18T03:58:13.651Z | Downloaded async-trait v0.1.89 |
| 548 | 2026-06-18T03:58:13.654Z | Downloaded strum v0.27.2 |
| 549 | 2026-06-18T03:58:13.654Z | Downloaded structmeta-derive v0.3.0 |
| 550 | 2026-06-18T03:58:13.654Z | Downloaded stable_deref_trait v1.2.0 |
| 551 | 2026-06-18T03:58:13.657Z | Downloaded num-traits v0.2.19 |
| 552 | 2026-06-18T03:58:13.657Z | Downloaded flate2 v1.1.2 |
| 553 | 2026-06-18T03:58:13.660Z | Downloaded jiff-static v0.2.15 |
| 554 | 2026-06-18T03:58:13.663Z | Downloaded papergrid v0.11.0 |
| 555 | 2026-06-18T03:58:13.666Z | Downloaded crossbeam-deque v0.8.6 |
| 556 | 2026-06-18T03:58:13.666Z | Downloaded tagptr v0.2.0 |
| 557 | 2026-06-18T03:58:13.666Z | Downloaded supports-color v3.0.2 |
| 558 | 2026-06-18T03:58:13.669Z | Downloaded tabled_derive v0.7.0 |
| 559 | 2026-06-18T03:58:13.669Z | Downloaded tabwriter v1.4.1 |
| 560 | 2026-06-18T03:58:13.672Z | Downloaded serde_path_to_error v0.1.20 |
| 561 | 2026-06-18T03:58:13.672Z | Downloaded sync_wrapper v1.0.2 |
| 562 | 2026-06-18T03:58:13.672Z | Downloaded swrite v0.1.0 |
| 563 | 2026-06-18T03:58:13.675Z | Downloaded hostname v0.4.2 |
| 564 | 2026-06-18T03:58:13.675Z | Downloaded fixedbitset v0.4.2 |
| 565 | 2026-06-18T03:58:13.675Z | Downloaded http-body v1.0.1 |
| 566 | 2026-06-18T03:58:13.678Z | Downloaded shlex v1.3.0 |
| 567 | 2026-06-18T03:58:13.678Z | Downloaded progenitor-impl v0.10.0 |
| 568 | 2026-06-18T03:58:13.681Z | Downloaded hickory-resolver v0.24.4 |
| 569 | 2026-06-18T03:58:13.684Z | Downloaded pin-project v1.1.10 |
| 570 | 2026-06-18T03:58:13.688Z | Downloaded tabled_derive v0.11.0 |
| 571 | 2026-06-18T03:58:13.691Z | Downloaded sha2 v0.10.9 |
| 572 | 2026-06-18T03:58:13.691Z | Downloaded signal-hook-registry v1.4.6 |
| 573 | 2026-06-18T03:58:13.694Z | Downloaded snafu-derive v0.8.9 |
| 574 | 2026-06-18T03:58:13.694Z | Downloaded shlex v2.0.1 |
| 575 | 2026-06-18T03:58:13.694Z | Downloaded icu_collections v2.0.0 |
| 576 | 2026-06-18T03:58:13.697Z | Downloaded termtree v0.5.1 |
| 577 | 2026-06-18T03:58:13.700Z | Downloaded hashbrown v0.12.3 |
| 578 | 2026-06-18T03:58:13.703Z | Downloaded icu_locale_core v2.0.0 |
| 579 | 2026-06-18T03:58:13.707Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 580 | 2026-06-18T03:58:13.707Z | Downloaded memchr v2.7.5 |
| 581 | 2026-06-18T03:58:13.717Z | Downloaded smf v0.2.3 |
| 582 | 2026-06-18T03:58:13.720Z | Downloaded testing_table v0.3.0 |
| 583 | 2026-06-18T03:58:13.720Z | Downloaded slog-json v2.6.1 |
| 584 | 2026-06-18T03:58:13.721Z | Downloaded thread-id v5.0.0 |
| 585 | 2026-06-18T03:58:13.721Z | Downloaded slog-dtrace v0.3.0 |
| 586 | 2026-06-18T03:58:13.721Z | Downloaded time-core v0.1.8 |
| 587 | 2026-06-18T03:58:13.721Z | Downloaded slog-async v2.8.0 |
| 588 | 2026-06-18T03:58:13.721Z | Downloaded ryu v1.0.20 |
| 589 | 2026-06-18T03:58:13.721Z | Downloaded static_assertions v1.1.0 |
| 590 | 2026-06-18T03:58:13.721Z | Downloaded serde_with_macros v3.14.1 |
| 591 | 2026-06-18T03:58:13.724Z | Downloaded terminal_size v0.4.3 |
| 592 | 2026-06-18T03:58:13.724Z | Downloaded take_mut v0.2.2 |
| 593 | 2026-06-18T03:58:13.724Z | Downloaded slab v0.4.11 |
| 594 | 2026-06-18T03:58:13.727Z | Downloaded tinyvec_macros v0.1.1 |
| 595 | 2026-06-18T03:58:13.727Z | Downloaded thread-id v4.2.2 |
| 596 | 2026-06-18T03:58:13.727Z | Downloaded semver v1.0.28 |
| 597 | 2026-06-18T03:58:13.730Z | Downloaded hashbrown v0.15.5 |
| 598 | 2026-06-18T03:58:13.731Z | Downloaded progenitor-impl v0.14.0 |
| 599 | 2026-06-18T03:58:13.734Z | Downloaded hickory-resolver v0.25.2 |
| 600 | 2026-06-18T03:58:13.737Z | Downloaded strum_macros v0.28.0 |
| 601 | 2026-06-18T03:58:13.737Z | Downloaded heapless v0.8.0 |
| 602 | 2026-06-18T03:58:13.740Z | Downloaded hostname v0.3.1 |
| 603 | 2026-06-18T03:58:13.740Z | Downloaded float-ord v0.3.2 |
| 604 | 2026-06-18T03:58:13.743Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 605 | 2026-06-18T03:58:13.743Z | Downloaded equivalent v1.0.2 |
| 606 | 2026-06-18T03:58:13.743Z | Downloaded futures-sink v0.3.32 |
| 607 | 2026-06-18T03:58:13.746Z | Downloaded futures-io v0.3.32 |
| 608 | 2026-06-18T03:58:13.746Z | Downloaded strum_macros v0.27.2 |
| 609 | 2026-06-18T03:58:13.746Z | Downloaded cmake v0.1.54 |
| 610 | 2026-06-18T03:58:13.749Z | Downloaded bytecount v0.6.9 |
| 611 | 2026-06-18T03:58:13.749Z | Downloaded anstyle v1.0.14 |
| 612 | 2026-06-18T03:58:13.749Z | Downloaded cargo-platform v0.1.9 |
| 613 | 2026-06-18T03:58:13.753Z | Downloaded foreign-types-shared v0.1.1 |
| 614 | 2026-06-18T03:58:13.753Z | Downloaded toml_datetime v0.6.11 |
| 615 | 2026-06-18T03:58:13.753Z | Downloaded bit-set v0.8.0 |
| 616 | 2026-06-18T03:58:13.756Z | Downloaded cfg-if v1.0.4 |
| 617 | 2026-06-18T03:58:13.756Z | Downloaded block-buffer v0.12.0 |
| 618 | 2026-06-18T03:58:13.756Z | Downloaded const_format v0.2.34 |
| 619 | 2026-06-18T03:58:13.759Z | Downloaded compression-core v0.4.32 |
| 620 | 2026-06-18T03:58:13.759Z | Downloaded bit-vec v0.8.0 |
| 621 | 2026-06-18T03:58:13.762Z | Downloaded strum_macros v0.26.4 |
| 622 | 2026-06-18T03:58:13.762Z | Downloaded async-stream-impl v0.3.6 |
| 623 | 2026-06-18T03:58:13.765Z | Downloaded cpufeatures v0.2.17 |
| 624 | 2026-06-18T03:58:13.765Z | Downloaded toml_write v0.1.2 |
| 625 | 2026-06-18T03:58:13.765Z | Downloaded openssl-sys v0.9.117 |
| 626 | 2026-06-18T03:58:13.768Z | Downloaded fnv v1.0.7 |
| 627 | 2026-06-18T03:58:13.771Z | Downloaded expectorate v1.2.0 |
| 628 | 2026-06-18T03:58:13.771Z | Downloaded slog-term v2.9.2 |
| 629 | 2026-06-18T03:58:13.774Z | Downloaded crc8 v0.1.1 |
| 630 | 2026-06-18T03:58:13.775Z | Downloaded base16ct v0.2.0 |
| 631 | 2026-06-18T03:58:13.775Z | Downloaded cstr-argument v0.1.2 |
| 632 | 2026-06-18T03:58:13.775Z | Downloaded async-stream v0.3.6 |
| 633 | 2026-06-18T03:58:13.779Z | Downloaded rustls-pki-types v1.12.0 |
| 634 | 2026-06-18T03:58:13.793Z | Downloaded generic-array v0.14.7 |
| 635 | 2026-06-18T03:58:13.793Z | Downloaded topological-sort v0.2.2 |
| 636 | 2026-06-18T03:58:13.793Z | Downloaded cpufeatures v0.3.0 |
| 637 | 2026-06-18T03:58:13.793Z | Downloaded constant_time_eq v0.3.1 |
| 638 | 2026-06-18T03:58:13.793Z | Downloaded chacha20 v0.9.1 |
| 639 | 2026-06-18T03:58:13.793Z | Downloaded try-lock v0.2.5 |
| 640 | 2026-06-18T03:58:13.793Z | Downloaded tower-service v0.3.3 |
| 641 | 2026-06-18T03:58:13.793Z | Downloaded smallvec v1.15.1 |
| 642 | 2026-06-18T03:58:13.793Z | Downloaded hyper-util v0.1.20 |
| 643 | 2026-06-18T03:58:13.793Z | Downloaded atomicwrites v0.4.4 |
| 644 | 2026-06-18T03:58:13.793Z | Downloaded argon2 v0.5.3 |
| 645 | 2026-06-18T03:58:13.793Z | Downloaded anyhow v1.0.102 |
| 646 | 2026-06-18T03:58:13.797Z | Downloaded tower-layer v0.3.3 |
| 647 | 2026-06-18T03:58:13.797Z | Downloaded thread_local v1.1.9 |
| 648 | 2026-06-18T03:58:13.797Z | Downloaded thiserror-no-std v2.0.2 |
| 649 | 2026-06-18T03:58:13.800Z | Downloaded thiserror-impl v1.0.69 |
| 650 | 2026-06-18T03:58:13.800Z | Downloaded thiserror v1.0.69 |
| 651 | 2026-06-18T03:58:13.803Z | Downloaded typify-macro v0.6.2 |
| 652 | 2026-06-18T03:58:13.806Z | Downloaded unarray v0.1.4 |
| 653 | 2026-06-18T03:58:13.806Z | Downloaded unicode-linebreak v0.1.5 |
| 654 | 2026-06-18T03:58:13.806Z | Downloaded thiserror-impl v2.0.18 |
| 655 | 2026-06-18T03:58:13.807Z | Downloaded rayon-core v1.13.0 |
| 656 | 2026-06-18T03:58:13.811Z | Downloaded typify-macro v0.4.3 |
| 657 | 2026-06-18T03:58:13.811Z | Downloaded spin v0.9.8 |
| 658 | 2026-06-18T03:58:13.814Z | Downloaded progenitor-impl v0.11.1 |
| 659 | 2026-06-18T03:58:13.814Z | Downloaded indexmap v2.14.0 |
| 660 | 2026-06-18T03:58:13.817Z | Downloaded miniz_oxide v0.8.9 |
| 661 | 2026-06-18T03:58:13.817Z | Downloaded async-compression v0.4.33 |
| 662 | 2026-06-18T03:58:13.820Z | Downloaded bcs v0.1.6 |
| 663 | 2026-06-18T03:58:13.823Z | Downloaded time-macros v0.2.27 |
| 664 | 2026-06-18T03:58:13.823Z | Downloaded arrayref v0.3.9 |
| 665 | 2026-06-18T03:58:13.827Z | Downloaded tokio-macros v2.7.0 |
| 666 | 2026-06-18T03:58:13.827Z | Downloaded cookie v0.18.1 |
| 667 | 2026-06-18T03:58:13.830Z | Downloaded unicode-xid v0.2.6 |
| 668 | 2026-06-18T03:58:13.830Z | Downloaded synstructure v0.13.2 |
| 669 | 2026-06-18T03:58:13.830Z | Downloaded chacha20poly1305 v0.10.1 |
| 670 | 2026-06-18T03:58:13.830Z | Downloaded usdt-attr-macro v0.5.0 |
| 671 | 2026-06-18T03:58:13.830Z | Downloaded untrusted v0.7.1 |
| 672 | 2026-06-18T03:58:13.833Z | Downloaded usdt v0.6.0 |
| 673 | 2026-06-18T03:58:13.833Z | Downloaded utf8parse v0.2.2 |
| 674 | 2026-06-18T03:58:13.833Z | Downloaded utf8_iter v1.0.4 |
| 675 | 2026-06-18T03:58:13.833Z | Downloaded usdt-macro v0.6.0 |
| 676 | 2026-06-18T03:58:13.836Z | Downloaded tinystr v0.8.1 |
| 677 | 2026-06-18T03:58:13.836Z | Downloaded tokio-rustls v0.25.0 |
| 678 | 2026-06-18T03:58:13.836Z | Downloaded waitgroup v0.1.2 |
| 679 | 2026-06-18T03:58:13.840Z | Downloaded tokio-native-tls v0.3.1 |
| 680 | 2026-06-18T03:58:13.840Z | Downloaded tempfile v3.27.0 |
| 681 | 2026-06-18T03:58:13.840Z | Downloaded usdt v0.5.0 |
| 682 | 2026-06-18T03:58:13.843Z | Downloaded universal-hash v0.5.1 |
| 683 | 2026-06-18T03:58:13.843Z | Downloaded schemars v0.8.22 |
| 684 | 2026-06-18T03:58:13.847Z | Downloaded serde_derive v1.0.228 |
| 685 | 2026-06-18T03:58:13.850Z | Downloaded untrusted v0.9.0 |
| 686 | 2026-06-18T03:58:13.850Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 687 | 2026-06-18T03:58:13.854Z | Downloaded usdt-macro v0.5.0 |
| 688 | 2026-06-18T03:58:13.854Z | Downloaded scuffle v0.1.0 |
| 689 | 2026-06-18T03:58:13.857Z | Downloaded usdt-attr-macro v0.6.0 |
| 690 | 2026-06-18T03:58:13.857Z | Downloaded qorb v0.4.1 |
| 691 | 2026-06-18T03:58:13.860Z | Downloaded wait-timeout v0.2.1 |
| 692 | 2026-06-18T03:58:13.860Z | Downloaded version_check v0.9.5 |
| 693 | 2026-06-18T03:58:13.860Z | Downloaded serde_yaml v0.9.34+deprecated |
| 694 | 2026-06-18T03:58:13.863Z | Downloaded rand v0.8.5 |
| 695 | 2026-06-18T03:58:13.866Z | Downloaded serde_core v1.0.228 |
| 696 | 2026-06-18T03:58:13.866Z | Downloaded schemars v0.9.0 |
| 697 | 2026-06-18T03:58:13.871Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 698 | 2026-06-18T03:58:13.874Z | Downloaded term v1.2.0 |
| 699 | 2026-06-18T03:58:13.874Z | Downloaded similar v2.7.0 |
| 700 | 2026-06-18T03:58:13.877Z | Downloaded signal-hook v0.4.4 |
| 701 | 2026-06-18T03:58:13.881Z | Downloaded slog v2.8.2 |
| 702 | 2026-06-18T03:58:13.881Z | Downloaded nom v7.1.3 |
| 703 | 2026-06-18T03:58:13.884Z | Downloaded tokio-dtrace v0.1.1 |
| 704 | 2026-06-18T03:58:13.887Z | Downloaded prettyplease v0.2.37 |
| 705 | 2026-06-18T03:58:13.887Z | Downloaded minimal-lexical v0.2.1 |
| 706 | 2026-06-18T03:58:13.890Z | Downloaded zerofrom-derive v0.1.6 |
| 707 | 2026-06-18T03:58:13.890Z | Downloaded xattr v1.6.1 |
| 708 | 2026-06-18T03:58:13.893Z | Downloaded thiserror v2.0.18 |
| 709 | 2026-06-18T03:58:13.896Z | Downloaded socket2 v0.6.4 |
| 710 | 2026-06-18T03:58:13.900Z | Downloaded yoke-derive v0.8.0 |
| 711 | 2026-06-18T03:58:13.903Z | Downloaded zerofrom v0.1.6 |
| 712 | 2026-06-18T03:58:13.906Z | Downloaded schemars v1.2.0 |
| 713 | 2026-06-18T03:58:13.911Z | Downloaded zone_cfg_derive v0.3.1 |
| 714 | 2026-06-18T03:58:13.914Z | Downloaded zone v0.3.1 |
| 715 | 2026-06-18T03:58:13.914Z | Downloaded tokio-rustls v0.26.4 |
| 716 | 2026-06-18T03:58:13.914Z | Downloaded hashbrown v0.16.1 |
| 717 | 2026-06-18T03:58:13.917Z | Downloaded walkdir v2.5.0 |
| 718 | 2026-06-18T03:58:13.920Z | Downloaded tokio-stream v0.1.17 |
| 719 | 2026-06-18T03:58:13.923Z | Downloaded zeroize_derive v1.4.3 |
| 720 | 2026-06-18T03:58:13.923Z | Downloaded rand v0.9.3 |
| 721 | 2026-06-18T03:58:13.926Z | Downloaded toml v0.8.23 |
| 722 | 2026-06-18T03:58:13.926Z | Downloaded snafu v0.8.9 |
| 723 | 2026-06-18T03:58:13.931Z | Downloaded whoami v1.6.1 |
| 724 | 2026-06-18T03:58:13.934Z | Downloaded writeable v0.6.1 |
| 725 | 2026-06-18T03:58:13.934Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 726 | 2026-06-18T03:58:13.937Z | Downloaded usdt-impl v0.5.0 |
| 727 | 2026-06-18T03:58:13.937Z | Downloaded iddqd v0.3.18 |
| 728 | 2026-06-18T03:58:13.940Z | Downloaded want v0.3.1 |
| 729 | 2026-06-18T03:58:13.943Z | Downloaded usdt-impl v0.6.0 |
| 730 | 2026-06-18T03:58:13.947Z | Downloaded mio v1.2.1 |
| 731 | 2026-06-18T03:58:13.950Z | Downloaded yoke v0.8.0 |
| 732 | 2026-06-18T03:58:13.955Z | Downloaded vsss-rs v3.3.4 |
| 733 | 2026-06-18T03:58:13.958Z | Downloaded tracing-attributes v0.1.30 |
| 734 | 2026-06-18T03:58:13.967Z | Downloaded zmij v1.0.17 |
| 735 | 2026-06-18T03:58:13.970Z | Downloaded zerovec-derive v0.11.1 |
| 736 | 2026-06-18T03:58:13.970Z | Downloaded zeroize v1.8.1 |
| 737 | 2026-06-18T03:58:13.970Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 738 | 2026-06-18T03:58:13.974Z | Downloaded tar v0.4.45 |
| 739 | 2026-06-18T03:58:13.977Z | Downloaded test-strategy v0.4.3 |
| 740 | 2026-06-18T03:58:13.980Z | Downloaded textwrap v0.16.2 |
| 741 | 2026-06-18T03:58:13.984Z | Downloaded serde v1.0.228 |
| 742 | 2026-06-18T03:58:13.987Z | Downloaded h2 v0.4.14 |
| 743 | 2026-06-18T03:58:13.990Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 744 | 2026-06-18T03:58:13.993Z | Downloaded idna v1.1.0 |
| 745 | 2026-06-18T03:58:13.993Z | Downloaded toml v0.7.8 |
| 746 | 2026-06-18T03:58:13.996Z | Downloaded tinyvec v1.10.0 |
| 747 | 2026-06-18T03:58:14.002Z | Downloaded unsafe-libyaml v0.2.11 |
| 748 | 2026-06-18T03:58:14.005Z | Downloaded clap_builder v4.6.0 |
| 749 | 2026-06-18T03:58:14.008Z | Downloaded hyper v1.10.1 |
| 750 | 2026-06-18T03:58:14.011Z | Downloaded vergen v8.3.2 |
| 751 | 2026-06-18T03:58:14.015Z | Downloaded ucd-trie v0.1.7 |
| 752 | 2026-06-18T03:58:14.015Z | Downloaded quinn v0.11.9 |
| 753 | 2026-06-18T03:58:14.031Z | Downloaded rustls-webpki v0.103.6 |
| 754 | 2026-06-18T03:58:14.035Z | Downloaded dropshot-api-manager v0.7.2 |
| 755 | 2026-06-18T03:58:14.042Z | Downloaded typify v0.4.3 |
| 756 | 2026-06-18T03:58:14.045Z | Downloaded unicode-ident v1.0.24 |
| 757 | 2026-06-18T03:58:14.048Z | Downloaded typify v0.6.2 |
| 758 | 2026-06-18T03:58:14.048Z | Downloaded hashbrown v0.17.1 |
| 759 | 2026-06-18T03:58:14.059Z | Downloaded itertools v0.12.1 |
| 760 | 2026-06-18T03:58:14.062Z | Downloaded iri-string v0.7.8 |
| 761 | 2026-06-18T03:58:14.069Z | Downloaded uuid v1.23.3 |
| 762 | 2026-06-18T03:58:14.072Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 763 | 2026-06-18T03:58:14.076Z | Downloaded toml_edit v0.22.27 |
| 764 | 2026-06-18T03:58:14.086Z | Downloaded tracing-core v0.1.34 |
| 765 | 2026-06-18T03:58:14.089Z | Downloaded toml_edit v0.19.15 |
| 766 | 2026-06-18T03:58:14.097Z | Downloaded blake3 v1.8.2 |
| 767 | 2026-06-18T03:58:14.102Z | Downloaded steno v0.4.1 |
| 768 | 2026-06-18T03:58:14.105Z | Downloaded zerocopy-derive v0.7.35 |
| 769 | 2026-06-18T03:58:14.112Z | Downloaded libm v0.2.15 |
| 770 | 2026-06-18T03:58:14.118Z | Downloaded pest v2.8.2 |
| 771 | 2026-06-18T03:58:14.121Z | Downloaded itertools v0.14.0 |
| 772 | 2026-06-18T03:58:14.129Z | Downloaded tracing v0.1.41 |
| 773 | 2026-06-18T03:58:14.137Z | Downloaded goblin v0.8.2 |
| 774 | 2026-06-18T03:58:14.144Z | Downloaded zerocopy-derive v0.8.27 |
| 775 | 2026-06-18T03:58:14.148Z | Downloaded hkdf v0.12.4 |
| 776 | 2026-06-18T03:58:14.151Z | Downloaded futures-util v0.3.32 |
| 777 | 2026-06-18T03:58:14.155Z | Downloaded zerotrie v0.2.2 |
| 778 | 2026-06-18T03:58:14.158Z | Downloaded url v2.5.7 |
| 779 | 2026-06-18T03:58:14.161Z | Downloaded regex v1.12.4 |
| 780 | 2026-06-18T03:58:14.164Z | Downloaded reqwest v0.13.2 |
| 781 | 2026-06-18T03:58:14.182Z | Downloaded aws-lc-rs v1.16.2 |
| 782 | 2026-06-18T03:58:14.188Z | Downloaded reqwest v0.12.23 |
| 783 | 2026-06-18T03:58:14.192Z | Downloaded iddqd v0.4.5 |
| 784 | 2026-06-18T03:58:14.210Z | Downloaded chrono v0.4.45 |
| 785 | 2026-06-18T03:58:14.214Z | Downloaded tower v0.5.2 |
| 786 | 2026-06-18T03:58:14.219Z | Downloaded unicode-segmentation v1.12.0 |
| 787 | 2026-06-18T03:58:14.222Z | Downloaded typenum v1.20.1 |
| 788 | 2026-06-18T03:58:14.225Z | Downloaded icu_properties_data v2.0.1 |
| 789 | 2026-06-18T03:58:14.229Z | Downloaded tokio-util v0.7.16 |
| 790 | 2026-06-18T03:58:14.231Z | Downloaded typed-path v0.9.3 |
| 791 | 2026-06-18T03:58:14.236Z | Downloaded rayon v1.11.0 |
| 792 | 2026-06-18T03:58:14.240Z | Downloaded proptest v1.8.0 |
| 793 | 2026-06-18T03:58:14.247Z | Downloaded tower-http v0.6.8 |
| 794 | 2026-06-18T03:58:14.251Z | Downloaded serde_json v1.0.150 |
| 795 | 2026-06-18T03:58:14.255Z | Downloaded bindgen v0.72.1 |
| 796 | 2026-06-18T03:58:14.259Z | Downloaded goblin v0.10.1 |
| 797 | 2026-06-18T03:58:14.265Z | Downloaded zerovec v0.11.4 |
| 798 | 2026-06-18T03:58:14.272Z | Downloaded git2 v0.19.0 |
| 799 | 2026-06-18T03:58:14.277Z | Downloaded tough v0.20.0 |
| 800 | 2026-06-18T03:58:14.281Z | Downloaded unicode-normalization v0.1.24 |
| 801 | 2026-06-18T03:58:14.291Z | Downloaded winnow v0.5.40 |
| 802 | 2026-06-18T03:58:14.295Z | Downloaded portable-atomic v1.11.1 |
| 803 | 2026-06-18T03:58:14.301Z | Downloaded serde_with v3.14.1 |
| 804 | 2026-06-18T03:58:14.324Z | Downloaded rustls-webpki v0.102.8 |
| 805 | 2026-06-18T03:58:14.334Z | Downloaded curve25519-dalek v4.1.3 |
| 806 | 2026-06-18T03:58:14.339Z | Downloaded zerocopy v0.7.35 |
| 807 | 2026-06-18T03:58:14.361Z | Downloaded quinn-proto v0.11.14 |
| 808 | 2026-06-18T03:58:14.365Z | Downloaded moka v0.12.11 |
| 809 | 2026-06-18T03:58:14.374Z | Downloaded tabled v0.20.0 |
| 810 | 2026-06-18T03:58:14.383Z | Downloaded winnow v1.0.3 |
| 811 | 2026-06-18T03:58:14.388Z | Downloaded time v0.3.47 |
| 812 | 2026-06-18T03:58:14.395Z | Downloaded tabled v0.15.0 |
| 813 | 2026-06-18T03:58:14.403Z | Downloaded winnow v0.7.14 |
| 814 | 2026-06-18T03:58:14.408Z | Downloaded openssl v0.10.81 |
| 815 | 2026-06-18T03:58:14.414Z | Downloaded syn v1.0.109 |
| 816 | 2026-06-18T03:58:14.442Z | Downloaded bstr v1.12.0 |
| 817 | 2026-06-18T03:58:14.451Z | Downloaded dropshot v0.16.7 |
| 818 | 2026-06-18T03:58:14.464Z | Downloaded zerocopy v0.8.27 |
| 819 | 2026-06-18T03:58:14.475Z | Downloaded unicode-width v0.1.14 |
| 820 | 2026-06-18T03:58:14.478Z | Downloaded webpki-roots v1.0.2 |
| 821 | 2026-06-18T03:58:14.481Z | Downloaded vcpkg v0.2.15 |
| 822 | 2026-06-18T03:58:14.502Z | Downloaded unicode-width v0.2.1 |
| 823 | 2026-06-18T03:58:14.507Z | Downloaded dropshot v0.17.1 |
| 824 | 2026-06-18T03:58:14.518Z | Downloaded rustls v0.23.40 |
| 825 | 2026-06-18T03:58:14.524Z | Downloaded openapiv3 v2.2.0 |
| 826 | 2026-06-18T03:58:14.531Z | Downloaded regex-syntax v0.8.11 |
| 827 | 2026-06-18T03:58:14.535Z | Downloaded regress v0.10.5 |
| 828 | 2026-06-18T03:58:14.540Z | Downloaded hickory-proto v0.25.2 |
| 829 | 2026-06-18T03:58:14.548Z | Downloaded rustls v0.22.4 |
| 830 | 2026-06-18T03:58:14.555Z | Downloaded rustix v0.38.44 |
| 831 | 2026-06-18T03:58:14.567Z | Downloaded regress v0.11.1 |
| 832 | 2026-06-18T03:58:14.572Z | Downloaded hickory-proto v0.24.4 |
| 833 | 2026-06-18T03:58:14.581Z | Downloaded rustix v1.1.4 |
| 834 | 2026-06-18T03:58:14.593Z | Downloaded syn v2.0.118 |
| 835 | 2026-06-18T03:58:14.599Z | Downloaded smoltcp v0.11.0 |
| 836 | 2026-06-18T03:58:14.606Z | Downloaded nix v0.30.1 |
| 837 | 2026-06-18T03:58:14.628Z | Downloaded petgraph v0.6.5 |
| 838 | 2026-06-18T03:58:14.656Z | Downloaded sha3 v0.10.8 |
| 839 | 2026-06-18T03:58:14.671Z | Downloaded typify-impl v0.6.2 |
| 840 | 2026-06-18T03:58:14.685Z | Downloaded typify-impl v0.4.3 |
| 841 | 2026-06-18T03:58:14.695Z | Downloaded encoding_rs v0.8.35 |
| 842 | 2026-06-18T03:58:14.751Z | Downloaded regex-automata v0.4.13 |
| 843 | 2026-06-18T03:58:14.796Z | Downloaded jiff v0.2.15 |
| 844 | 2026-06-18T03:58:14.825Z | Downloaded chrono-tz v0.10.4 |
| 845 | 2026-06-18T03:58:14.867Z | Downloaded libc v0.2.186 |
| 846 | 2026-06-18T03:58:14.887Z | Downloaded petgraph v0.8.2 |
| 847 | 2026-06-18T03:58:14.899Z | Downloaded libz-sys v1.1.22 |
| 848 | 2026-06-18T03:58:14.911Z | Downloaded csv v1.4.0 |
| 849 | 2026-06-18T03:58:14.942Z | Downloaded tokio v1.52.3 |
| 850 | 2026-06-18T03:58:15.105Z | Downloaded ring v0.17.14 |
| 851 | 2026-06-18T03:58:15.152Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 852 | 2026-06-18T03:58:15.186Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 853 | 2026-06-18T03:58:15.726Z | Downloaded aws-lc-sys v0.39.1 |
| 854 | 2026-06-18T03:58:16.045Z | Compiling proc-macro2 v1.0.106 |
| 855 | 2026-06-18T03:58:16.045Z | Compiling quote v1.0.45 |
| 856 | 2026-06-18T03:58:16.048Z | Compiling unicode-ident v1.0.24 |
| 857 | 2026-06-18T03:58:16.048Z | Compiling serde_core v1.0.228 |
| 858 | 2026-06-18T03:58:16.048Z | Compiling serde v1.0.228 |
| 859 | 2026-06-18T03:58:16.048Z | Compiling libc v0.2.186 |
| 860 | 2026-06-18T03:58:16.049Z | Checking cfg-if v1.0.4 |
| 861 | 2026-06-18T03:58:16.333Z | Compiling zmij v1.0.17 |
| 862 | 2026-06-18T03:58:16.365Z | Compiling autocfg v1.5.0 |
| 863 | 2026-06-18T03:58:16.681Z | Compiling memchr v2.7.5 |
| 864 | 2026-06-18T03:58:16.681Z | Compiling libm v0.2.15 |
| 865 | 2026-06-18T03:58:17.021Z | Compiling getrandom v0.4.2 |
| 866 | 2026-06-18T03:58:17.132Z | Compiling thiserror v2.0.18 |
| 867 | 2026-06-18T03:58:17.145Z | Checking smallvec v1.15.1 |
| 868 | 2026-06-18T03:58:17.173Z | Checking itoa v1.0.15 |
| 869 | 2026-06-18T03:58:17.312Z | Compiling version_check v0.9.5 |
| 870 | 2026-06-18T03:58:17.324Z | Compiling jobserver v0.1.34 |
| 871 | 2026-06-18T03:58:17.335Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-06-18T03:58:17.482Z | Compiling syn v2.0.118 |
| 873 | 2026-06-18T03:58:17.547Z | Compiling shlex v2.0.1 |
| 874 | 2026-06-18T03:58:17.573Z | Compiling icu_normalizer_data v2.0.0 |
| 875 | 2026-06-18T03:58:17.592Z | Compiling icu_properties_data v2.0.1 |
| 876 | 2026-06-18T03:58:17.703Z | Compiling cc v1.2.64 |
| 877 | 2026-06-18T03:58:17.736Z | Compiling parking_lot_core v0.9.12 |
| 878 | 2026-06-18T03:58:17.791Z | Checking stable_deref_trait v1.2.0 |
| 879 | 2026-06-18T03:58:17.831Z | Compiling serde_json v1.0.150 |
| 880 | 2026-06-18T03:58:17.865Z | Compiling heck v0.5.0 |
| 881 | 2026-06-18T03:58:18.090Z | Checking writeable v0.6.1 |
| 882 | 2026-06-18T03:58:18.104Z | Checking litemap v0.8.0 |
| 883 | 2026-06-18T03:58:18.265Z | Compiling num-traits v0.2.19 |
| 884 | 2026-06-18T03:58:18.281Z | Checking percent-encoding v2.3.2 |
| 885 | 2026-06-18T03:58:18.501Z | Checking form_urlencoded v1.2.2 |
| 886 | 2026-06-18T03:58:18.625Z | Checking utf8_iter v1.0.4 |
| 887 | 2026-06-18T03:58:18.645Z | Compiling zerocopy v0.8.27 |
| 888 | 2026-06-18T03:58:18.658Z | Checking pin-project-lite v0.2.16 |
| 889 | 2026-06-18T03:58:18.747Z | Checking iana-time-zone v0.1.64 |
| 890 | 2026-06-18T03:58:18.747Z | Compiling log v0.4.29 |
| 891 | 2026-06-18T03:58:18.802Z | Compiling rustversion v1.0.22 |
| 892 | 2026-06-18T03:58:18.862Z | Compiling equivalent v1.0.2 |
| 893 | 2026-06-18T03:58:18.921Z | Compiling semver v1.0.28 |
| 894 | 2026-06-18T03:58:18.950Z | Checking socket2 v0.6.4 |
| 895 | 2026-06-18T03:58:19.015Z | Checking uuid v1.23.3 |
| 896 | 2026-06-18T03:58:19.074Z | Checking scopeguard v1.2.0 |
| 897 | 2026-06-18T03:58:19.177Z | Checking lock_api v0.4.14 |
| 898 | 2026-06-18T03:58:19.303Z | Checking signal-hook-registry v1.4.6 |
| 899 | 2026-06-18T03:58:19.340Z | Checking mio v1.2.1 |
| 900 | 2026-06-18T03:58:19.370Z | Checking getrandom v0.2.16 |
| 901 | 2026-06-18T03:58:19.388Z | Checking parking_lot v0.12.5 |
| 902 | 2026-06-18T03:58:19.391Z | Compiling schemars v0.8.22 |
| 903 | 2026-06-18T03:58:19.452Z | Checking dyn-clone v1.0.20 |
| 904 | 2026-06-18T03:58:19.495Z | Checking bitflags v2.11.1 |
| 905 | 2026-06-18T03:58:19.654Z | Compiling portable-atomic v1.11.1 |
| 906 | 2026-06-18T03:58:19.670Z | Checking futures-core v0.3.32 |
| 907 | 2026-06-18T03:58:19.684Z | Checking critical-section v1.2.0 |
| 908 | 2026-06-18T03:58:19.761Z | Compiling ring v0.17.14 |
| 909 | 2026-06-18T03:58:19.785Z | Compiling hashbrown v0.17.1 |
| 910 | 2026-06-18T03:58:19.798Z | Compiling thiserror v1.0.69 |
| 911 | 2026-06-18T03:58:19.904Z | Compiling httparse v1.10.1 |
| 912 | 2026-06-18T03:58:20.091Z | Compiling regex-syntax v0.8.11 |
| 913 | 2026-06-18T03:58:20.313Z | Compiling synstructure v0.13.2 |
| 914 | 2026-06-18T03:58:20.327Z | Compiling serde_derive_internals v0.29.1 |
| 915 | 2026-06-18T03:58:20.568Z | Compiling indexmap v2.14.0 |
| 916 | 2026-06-18T03:58:20.646Z | Checking once_cell v1.21.3 |
| 917 | 2026-06-18T03:58:20.837Z | Checking futures-sink v0.3.32 |
| 918 | 2026-06-18T03:58:20.960Z | Compiling rustix v1.1.4 |
| 919 | 2026-06-18T03:58:21.129Z | Checking slab v0.4.11 |
| 920 | 2026-06-18T03:58:21.217Z | Compiling aho-corasick v1.1.3 |
| 921 | 2026-06-18T03:58:21.220Z | Checking subtle v2.6.1 |
| 922 | 2026-06-18T03:58:21.286Z | Compiling ucd-trie v0.1.7 |
| 923 | 2026-06-18T03:58:21.381Z | Checking futures-channel v0.3.32 |
| 924 | 2026-06-18T03:58:21.514Z | Compiling anyhow v1.0.102 |
| 925 | 2026-06-18T03:58:21.540Z | Checking rand_core v0.6.4 |
| 926 | 2026-06-18T03:58:21.561Z | Compiling serde_derive v1.0.228 |
| 927 | 2026-06-18T03:58:21.574Z | Compiling zerofrom-derive v0.1.6 |
| 928 | 2026-06-18T03:58:21.701Z | Compiling yoke-derive v0.8.0 |
| 929 | 2026-06-18T03:58:21.795Z | Compiling zerovec-derive v0.11.1 |
| 930 | 2026-06-18T03:58:21.831Z | Compiling displaydoc v0.2.5 |
| 931 | 2026-06-18T03:58:22.256Z | Compiling thiserror-impl v2.0.18 |
| 932 | 2026-06-18T03:58:22.562Z | Compiling schemars_derive v0.8.22 |
| 933 | 2026-06-18T03:58:22.652Z | Compiling tokio-macros v2.7.0 |
| 934 | 2026-06-18T03:58:22.708Z | Compiling zerocopy-derive v0.8.27 |
| 935 | 2026-06-18T03:58:22.756Z | Checking zerofrom v0.1.6 |
| 936 | 2026-06-18T03:58:22.853Z | Compiling futures-macro v0.3.32 |
| 937 | 2026-06-18T03:58:22.875Z | Checking yoke v0.8.0 |
| 938 | 2026-06-18T03:58:23.049Z | Checking zerovec v0.11.4 |
| 939 | 2026-06-18T03:58:23.367Z | Checking zerotrie v0.2.2 |
| 940 | 2026-06-18T03:58:23.606Z | Compiling zeroize_derive v1.4.3 |
| 941 | 2026-06-18T03:58:23.644Z | Compiling thiserror-impl v1.0.69 |
| 942 | 2026-06-18T03:58:23.667Z | Compiling regex-automata v0.4.13 |
| 943 | 2026-06-18T03:58:23.735Z | Compiling pest v2.8.2 |
| 944 | 2026-06-18T03:58:23.750Z | Checking tinystr v0.8.1 |
| 945 | 2026-06-18T03:58:23.893Z | Checking potential_utf v0.1.3 |
| 946 | 2026-06-18T03:58:23.927Z | Checking icu_locale_core v2.0.0 |
| 947 | 2026-06-18T03:58:24.025Z | Checking icu_collections v2.0.0 |
| 948 | 2026-06-18T03:58:24.309Z | Checking zeroize v1.8.1 |
| 949 | 2026-06-18T03:58:24.371Z | Checking icu_provider v2.0.0 |
| 950 | 2026-06-18T03:58:24.586Z | Checking bytes v1.11.1 |
| 951 | 2026-06-18T03:58:24.608Z | Checking icu_normalizer v2.0.0 |
| 952 | 2026-06-18T03:58:24.736Z | Checking icu_properties v2.0.1 |
| 953 | 2026-06-18T03:58:24.770Z | Checking chrono v0.4.45 |
| 954 | 2026-06-18T03:58:24.942Z | Compiling serde_tokenstream v0.2.3 |
| 955 | 2026-06-18T03:58:25.016Z | Checking tokio v1.52.3 |
| 956 | 2026-06-18T03:58:25.220Z | Compiling pest_meta v2.8.2 |
| 957 | 2026-06-18T03:58:25.535Z | Compiling regex v1.12.4 |
| 958 | 2026-06-18T03:58:25.617Z | Checking idna_adapter v1.2.1 |
| 959 | 2026-06-18T03:58:25.752Z | Checking idna v1.1.0 |
| 960 | 2026-06-18T03:58:25.868Z | Checking typenum v1.20.1 |
| 961 | 2026-06-18T03:58:25.882Z | Checking futures-task v0.3.32 |
| 962 | 2026-06-18T03:58:25.949Z | Checking futures-io v0.3.32 |
| 963 | 2026-06-18T03:58:26.000Z | Checking url v2.5.7 |
| 964 | 2026-06-18T03:58:26.019Z | Compiling pest_generator v2.8.2 |
| 965 | 2026-06-18T03:58:26.293Z | Checking futures-util v0.3.32 |
| 966 | 2026-06-18T03:58:26.381Z | Compiling getrandom v0.3.3 |
| 967 | 2026-06-18T03:58:26.636Z | Compiling tracing-attributes v0.1.30 |
| 968 | 2026-06-18T03:58:26.649Z | Checking tracing-core v0.1.34 |
| 969 | 2026-06-18T03:58:26.661Z | Compiling pest_derive v2.8.2 |
| 970 | 2026-06-18T03:58:26.734Z | Compiling allocator-api2 v0.2.21 |
| 971 | 2026-06-18T03:58:26.947Z | Compiling foldhash v0.2.0 |
| 972 | 2026-06-18T03:58:27.057Z | Compiling pkg-config v0.3.32 |
| 973 | 2026-06-18T03:58:27.074Z | Checking fnv v1.0.7 |
| 974 | 2026-06-18T03:58:27.146Z | Compiling hashbrown v0.16.1 |
| 975 | 2026-06-18T03:58:27.180Z | Checking http v1.4.2 |
| 976 | 2026-06-18T03:58:27.204Z | Compiling generic-array v0.14.7 |
| 977 | 2026-06-18T03:58:27.431Z | Compiling vcpkg v0.2.15 |
| 978 | 2026-06-18T03:58:27.726Z | Compiling time-core v0.1.8 |
| 979 | 2026-06-18T03:58:27.740Z | Compiling byteorder v1.5.0 |
| 980 | 2026-06-18T03:58:27.753Z | Compiling num-conv v0.2.1 |
| 981 | 2026-06-18T03:58:27.830Z | Checking tracing v0.1.41 |
| 982 | 2026-06-18T03:58:27.902Z | Compiling time-macros v0.2.27 |
| 983 | 2026-06-18T03:58:28.006Z | Checking errno v0.3.14 |
| 984 | 2026-06-18T03:58:28.125Z | Checking ipnet v2.11.0 |
| 985 | 2026-06-18T03:58:28.209Z | Checking base64 v0.22.1 |
| 986 | 2026-06-18T03:58:28.224Z | Checking tokio-util v0.7.16 |
| 987 | 2026-06-18T03:58:28.346Z | Compiling scroll_derive v0.13.1 |
| 988 | 2026-06-18T03:58:28.394Z | Compiling camino v1.2.2 |
| 989 | 2026-06-18T03:58:28.465Z | Checking crypto-common v0.1.6 |
| 990 | 2026-06-18T03:58:28.653Z | Checking http-body v1.0.1 |
| 991 | 2026-06-18T03:58:28.713Z | Checking atomic-waker v1.1.2 |
| 992 | 2026-06-18T03:58:28.772Z | Compiling crossbeam-utils v0.8.21 |
| 993 | 2026-06-18T03:58:28.785Z | Checking ppv-lite86 v0.2.21 |
| 994 | 2026-06-18T03:58:28.913Z | Compiling slog v2.8.2 |
| 995 | 2026-06-18T03:58:29.084Z | Checking tower-service v0.3.3 |
| 996 | 2026-06-18T03:58:29.100Z | Compiling paste v1.0.15 |
| 997 | 2026-06-18T03:58:29.113Z | Checking tower-layer v0.3.3 |
| 998 | 2026-06-18T03:58:29.135Z | Checking try-lock v0.2.5 |
| 999 | 2026-06-18T03:58:29.182Z | Checking h2 v0.4.14 |
| 1000 | 2026-06-18T03:58:29.232Z | Checking want v0.3.1 |
| 1001 | 2026-06-18T03:58:29.255Z | Checking ipnetwork v0.21.1 |
| 1002 | 2026-06-18T03:58:29.353Z | Checking erased-serde v0.3.31 |
| 1003 | 2026-06-18T03:58:29.425Z | Checking rustls-pki-types v1.12.0 |
| 1004 | 2026-06-18T03:58:29.438Z | Checking pretty-hex v0.4.1 |
| 1005 | 2026-06-18T03:58:29.459Z | Checking ryu v1.0.20 |
| 1006 | 2026-06-18T03:58:29.473Z | Checking httpdate v1.0.3 |
| 1007 | 2026-06-18T03:58:29.549Z | Compiling async-trait v0.1.89 |
| 1008 | 2026-06-18T03:58:29.594Z | Checking untrusted v0.9.0 |
| 1009 | 2026-06-18T03:58:29.694Z | Compiling scroll v0.13.0 |
| 1010 | 2026-06-18T03:58:29.816Z | Checking plain v0.2.3 |
| 1011 | 2026-06-18T03:58:29.919Z | Compiling usdt-impl v0.6.0 |
| 1012 | 2026-06-18T03:58:29.988Z | Checking http-body-util v0.1.3 |
| 1013 | 2026-06-18T03:58:29.990Z | Compiling openssl-sys v0.9.117 |
| 1014 | 2026-06-18T03:58:30.058Z | Compiling goblin v0.10.1 |
| 1015 | 2026-06-18T03:58:30.178Z | Compiling cmake v0.1.54 |
| 1016 | 2026-06-18T03:58:30.216Z | Compiling fs_extra v1.3.0 |
| 1017 | 2026-06-18T03:58:30.307Z | Compiling dunce v1.0.5 |
| 1018 | 2026-06-18T03:58:30.527Z | Compiling strsim v0.11.1 |
| 1019 | 2026-06-18T03:58:30.540Z | Compiling slog-async v2.8.0 |
| 1020 | 2026-06-18T03:58:30.663Z | Compiling aws-lc-sys v0.39.1 |
| 1021 | 2026-06-18T03:58:30.749Z | Checking rand_core v0.9.3 |
| 1022 | 2026-06-18T03:58:30.783Z | Checking serde_urlencoded v0.7.1 |
| 1023 | 2026-06-18T03:58:30.823Z | Checking oxnet v0.1.6 |
| 1024 | 2026-06-18T03:58:30.884Z | Checking block-buffer v0.10.4 |
| 1025 | 2026-06-18T03:58:30.920Z | Compiling regress v0.10.5 |
| 1026 | 2026-06-18T03:58:30.991Z | Compiling dtrace-parser v0.3.0 |
| 1027 | 2026-06-18T03:58:31.025Z | Compiling openapiv3 v2.2.0 |
| 1028 | 2026-06-18T03:58:31.080Z | Compiling thread-id v5.0.0 |
| 1029 | 2026-06-18T03:58:31.158Z | Checking hyper v1.10.1 |
| 1030 | 2026-06-18T03:58:31.627Z | Checking digest v0.10.7 |
| 1031 | 2026-06-18T03:58:31.777Z | Compiling ident_case v1.0.1 |
| 1032 | 2026-06-18T03:58:31.814Z | Compiling omicron-workspace-hack v0.1.0 |
| 1033 | 2026-06-18T03:58:31.899Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-06-18T03:58:32.041Z | Checking rand_chacha v0.9.0 |
| 1035 | 2026-06-18T03:58:32.077Z | Checking hyper-util v0.1.20 |
| 1036 | 2026-06-18T03:58:32.224Z | Compiling daft-derive v0.1.5 |
| 1037 | 2026-06-18T03:58:32.465Z | Compiling typify-impl v0.4.3 |
| 1038 | 2026-06-18T03:58:32.544Z | Checking powerfmt v0.2.0 |
| 1039 | 2026-06-18T03:58:32.847Z | Compiling dof v0.4.0 |
| 1040 | 2026-06-18T03:58:32.939Z | Compiling aws-lc-rs v1.16.2 |
| 1041 | 2026-06-18T03:58:33.237Z | Checking deranged v0.5.3 |
| 1042 | 2026-06-18T03:58:33.608Z | Checking rand v0.9.3 |
| 1043 | 2026-06-18T03:58:33.639Z | Compiling unsafe-libyaml v0.2.11 |
| 1044 | 2026-06-18T03:58:33.938Z | Compiling usdt-macro v0.6.0 |
| 1045 | 2026-06-18T03:58:33.958Z | Compiling usdt-attr-macro v0.6.0 |
| 1046 | 2026-06-18T03:58:33.961Z | Compiling darling_macro v0.21.3 |
| 1047 | 2026-06-18T03:58:34.054Z | Checking num_threads v0.1.7 |
| 1048 | 2026-06-18T03:58:34.215Z | Compiling syn v1.0.109 |
| 1049 | 2026-06-18T03:58:34.284Z | Checking time v0.3.47 |
| 1050 | 2026-06-18T03:58:34.298Z | Compiling serde_yaml v0.9.34+deprecated |
| 1051 | 2026-06-18T03:58:34.501Z | Compiling darling v0.21.3 |
| 1052 | 2026-06-18T03:58:34.587Z | Checking sync_wrapper v1.0.2 |
| 1053 | 2026-06-18T03:58:34.719Z | Checking encoding_rs v0.8.35 |
| 1054 | 2026-06-18T03:58:34.780Z | Checking cpufeatures v0.2.17 |
| 1055 | 2026-06-18T03:58:34.850Z | Checking mime v0.3.17 |
| 1056 | 2026-06-18T03:58:35.020Z | Checking untrusted v0.7.1 |
| 1057 | 2026-06-18T03:58:35.137Z | Checking tower v0.5.2 |
| 1058 | 2026-06-18T03:58:35.544Z | Checking crossbeam-channel v0.5.15 |
| 1059 | 2026-06-18T03:58:35.586Z | Checking futures-executor v0.3.32 |
| 1060 | 2026-06-18T03:58:35.711Z | Compiling structmeta-derive v0.3.0 |
| 1061 | 2026-06-18T03:58:35.731Z | Compiling multer v3.1.0 |
| 1062 | 2026-06-18T03:58:35.825Z | Compiling rustls v0.22.4 |
| 1063 | 2026-06-18T03:58:35.868Z | Compiling rustls v0.23.40 |
| 1064 | 2026-06-18T03:58:35.872Z | Checking iri-string v0.7.8 |
| 1065 | 2026-06-18T03:58:35.872Z | Compiling typify-macro v0.4.3 |
| 1066 | 2026-06-18T03:58:35.999Z | Checking futures v0.3.32 |
| 1067 | 2026-06-18T03:58:36.075Z | Compiling async-stream-impl v0.3.6 |
| 1068 | 2026-06-18T03:58:36.088Z | Checking thread_local v1.1.9 |
| 1069 | 2026-06-18T03:58:36.251Z | Checking foreign-types-shared v0.1.1 |
| 1070 | 2026-06-18T03:58:36.290Z | Checking fastrand v2.3.0 |
| 1071 | 2026-06-18T03:58:36.337Z | Checking hex v0.4.3 |
| 1072 | 2026-06-18T03:58:36.465Z | Checking unicode-width v0.2.1 |
| 1073 | 2026-06-18T03:58:36.550Z | Compiling openssl v0.10.81 |
| 1074 | 2026-06-18T03:58:36.685Z | Checking tempfile v3.27.0 |
| 1075 | 2026-06-18T03:58:36.713Z | Checking foreign-types v0.3.2 |
| 1076 | 2026-06-18T03:58:36.729Z | Compiling structmeta v0.3.0 |
| 1077 | 2026-06-18T03:58:36.828Z | Compiling strum_macros v0.26.4 |
| 1078 | 2026-06-18T03:58:36.871Z | Compiling openssl-macros v0.1.1 |
| 1079 | 2026-06-18T03:58:36.889Z | Checking tower-http v0.6.8 |
| 1080 | 2026-06-18T03:58:36.920Z | Checking memmap2 v0.9.8 |
| 1081 | 2026-06-18T03:58:36.995Z | Checking is-terminal v0.4.16 |
| 1082 | 2026-06-18T03:58:37.076Z | Checking openssl-probe v0.1.6 |
| 1083 | 2026-06-18T03:58:37.089Z | Checking term v1.2.0 |
| 1084 | 2026-06-18T03:58:37.151Z | Checking take_mut v0.2.2 |
| 1085 | 2026-06-18T03:58:37.180Z | Compiling native-tls v0.2.14 |
| 1086 | 2026-06-18T03:58:37.300Z | Checking match_cfg v0.1.0 |
| 1087 | 2026-06-18T03:58:37.367Z | Checking hostname v0.3.1 |
| 1088 | 2026-06-18T03:58:37.380Z | Compiling typify v0.4.3 |
| 1089 | 2026-06-18T03:58:37.446Z | Checking slog-term v2.9.2 |
| 1090 | 2026-06-18T03:58:37.624Z | Checking slog-json v2.6.1 |
| 1091 | 2026-06-18T03:58:37.692Z | Compiling newtype-uuid-macros v0.1.0 |
| 1092 | 2026-06-18T03:58:37.754Z | Compiling ref-cast v1.0.25 |
| 1093 | 2026-06-18T03:58:37.774Z | Checking slog-bunyan v2.5.0 |
| 1094 | 2026-06-18T03:58:38.107Z | Compiling ref-cast-impl v1.0.25 |
| 1095 | 2026-06-18T03:58:38.120Z | Compiling dropshot v0.16.7 |
| 1096 | 2026-06-18T03:58:38.421Z | Compiling derive-ex v0.1.8 |
| 1097 | 2026-06-18T03:58:38.437Z | Checking webpki-roots v1.0.2 |
| 1098 | 2026-06-18T03:58:38.449Z | Compiling dropshot_endpoint v0.16.7 |
| 1099 | 2026-06-18T03:58:38.552Z | Compiling strum_macros v0.27.2 |
| 1100 | 2026-06-18T03:58:38.686Z | Checking winnow v0.7.14 |
| 1101 | 2026-06-18T03:58:39.724Z | Checking tokio-native-tls v0.3.1 |
| 1102 | 2026-06-18T03:58:39.925Z | Checking hyper-tls v0.6.0 |
| 1103 | 2026-06-18T03:58:39.939Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-06-18T03:58:40.025Z | Compiling progenitor-impl v0.11.1 |
| 1105 | 2026-06-18T03:58:40.082Z | Checking newtype-uuid v1.3.2 |
| 1106 | 2026-06-18T03:58:40.095Z | Checking either v1.15.0 |
| 1107 | 2026-06-18T03:58:40.108Z | Checking winnow v1.0.3 |
| 1108 | 2026-06-18T03:58:40.309Z | Checking daft v0.1.5 |
| 1109 | 2026-06-18T03:58:40.335Z | Compiling serde_with_macros v3.14.1 |
| 1110 | 2026-06-18T03:58:40.429Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1111 | 2026-06-18T03:58:40.443Z | Checking usdt v0.6.0 |
| 1112 | 2026-06-18T03:58:40.538Z | Checking serde_spanned v1.1.1 |
| 1113 | 2026-06-18T03:58:40.597Z | Checking debug-ignore v1.0.5 |
| 1114 | 2026-06-18T03:58:40.652Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-06-18T03:58:40.815Z | Checking spin v0.9.8 |
| 1116 | 2026-06-18T03:58:40.831Z | Compiling parse-display-derive v0.10.0 |
| 1117 | 2026-06-18T03:58:40.951Z | Checking async-stream v0.3.6 |
| 1118 | 2026-06-18T03:58:41.140Z | Checking rustls-webpki v0.102.8 |
| 1119 | 2026-06-18T03:58:41.153Z | Checking rustls-pemfile v2.2.0 |
| 1120 | 2026-06-18T03:58:41.291Z | Checking waitgroup v0.1.2 |
| 1121 | 2026-06-18T03:58:41.334Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1122 | 2026-06-18T03:58:41.391Z | Checking serde_path_to_error v0.1.20 |
| 1123 | 2026-06-18T03:58:41.430Z | Checking hostname v0.4.2 |
| 1124 | 2026-06-18T03:58:41.672Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1125 | 2026-06-18T03:58:41.786Z | Checking strum v0.26.3 |
| 1126 | 2026-06-18T03:58:41.894Z | Checking rand_chacha v0.3.1 |
| 1127 | 2026-06-18T03:58:41.980Z | Compiling toml_datetime v0.6.11 |
| 1128 | 2026-06-18T03:58:42.086Z | Checking macaddr v1.0.1 |
| 1129 | 2026-06-18T03:58:42.165Z | Compiling progenitor-macro v0.11.1 |
| 1130 | 2026-06-18T03:58:42.218Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1131 | 2026-06-18T03:58:42.264Z | Checking wait-timeout v0.2.1 |
| 1132 | 2026-06-18T03:58:42.346Z | Checking lazy_static v1.5.0 |
| 1133 | 2026-06-18T03:58:42.359Z | Checking bit-vec v0.8.0 |
| 1134 | 2026-06-18T03:58:42.409Z | Checking quick-error v1.2.3 |
| 1135 | 2026-06-18T03:58:42.437Z | Checking toml v0.9.12+spec-1.1.0 |
| 1136 | 2026-06-18T03:58:42.508Z | Checking rusty-fork v0.3.0 |
| 1137 | 2026-06-18T03:58:42.543Z | Checking bit-set v0.8.0 |
| 1138 | 2026-06-18T03:58:42.671Z | Checking rand v0.8.5 |
| 1139 | 2026-06-18T03:58:42.686Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1140 | 2026-06-18T03:58:42.932Z | Checking tokio-rustls v0.25.0 |
| 1141 | 2026-06-18T03:58:42.960Z | Checking tabwriter v1.4.1 |
| 1142 | 2026-06-18T03:58:42.999Z | Checking sha1 v0.10.6 |
| 1143 | 2026-06-18T03:58:43.099Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-06-18T03:58:43.119Z | Compiling clap_derive v4.6.1 |
| 1145 | 2026-06-18T03:58:43.211Z | Checking utf8parse v0.2.2 |
| 1146 | 2026-06-18T03:58:43.224Z | Checking colored v3.1.1 |
| 1147 | 2026-06-18T03:58:43.271Z | Checking unarray v0.1.4 |
| 1148 | 2026-06-18T03:58:43.317Z | Checking anstyle-parse v1.0.0 |
| 1149 | 2026-06-18T03:58:43.372Z | Checking proptest v1.8.0 |
| 1150 | 2026-06-18T03:58:43.413Z | Checking strum v0.27.2 |
| 1151 | 2026-06-18T03:58:43.517Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1152 | 2026-06-18T03:58:43.560Z | Checking terminal_size v0.4.3 |
| 1153 | 2026-06-18T03:58:43.998Z | Checking colorchoice v1.0.4 |
| 1154 | 2026-06-18T03:58:44.019Z | Checking anstyle v1.0.14 |
| 1155 | 2026-06-18T03:58:44.082Z | Checking anstyle-query v1.1.4 |
| 1156 | 2026-06-18T03:58:44.098Z | Checking is_terminal_polyfill v1.70.1 |
| 1157 | 2026-06-18T03:58:44.200Z | Checking anstream v1.0.0 |
| 1158 | 2026-06-18T03:58:44.385Z | Checking itertools v0.14.0 |
| 1159 | 2026-06-18T03:58:44.774Z | Checking clap_lex v1.1.0 |
| 1160 | 2026-06-18T03:58:44.987Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1161 | 2026-06-18T03:58:45.207Z | Checking clap_builder v4.6.0 |
| 1162 | 2026-06-18T03:58:45.636Z | Checking serde_with v3.14.1 |
| 1163 | 2026-06-18T03:58:46.250Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1164 | 2026-06-18T03:58:46.468Z | Checking instant v0.1.13 |
| 1165 | 2026-06-18T03:58:46.497Z | Checking clap v4.6.1 |
| 1166 | 2026-06-18T03:58:46.574Z | Checking rustc-hash v2.1.1 |
| 1167 | 2026-06-18T03:58:46.673Z | Checking backoff v0.4.0 |
| 1168 | 2026-06-18T03:58:46.686Z | Checking iddqd v0.3.18 |
| 1169 | 2026-06-18T03:58:46.840Z | Checking parse-display v0.10.0 |
| 1170 | 2026-06-18T03:58:46.982Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1171 | 2026-06-18T03:58:46.996Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1172 | 2026-06-18T03:58:48.442Z | Compiling num-derive v0.4.2 |
| 1173 | 2026-06-18T03:58:49.036Z | Compiling rustls-webpki v0.103.6 |
| 1174 | 2026-06-18T03:58:49.362Z | Compiling prettyplease v0.2.37 |
| 1175 | 2026-06-18T03:58:51.723Z | Checking serde_spanned v0.6.9 |
| 1176 | 2026-06-18T03:58:51.784Z | Compiling memoffset v0.9.1 |
| 1177 | 2026-06-18T03:58:51.907Z | Compiling cfg_aliases v0.2.1 |
| 1178 | 2026-06-18T03:58:52.112Z | Compiling nix v0.30.1 |
| 1179 | 2026-06-18T03:58:52.346Z | Compiling tokio-rustls v0.26.4 |
| 1180 | 2026-06-18T03:58:52.886Z | Compiling hyper-rustls v0.27.7 |
| 1181 | 2026-06-18T03:58:53.097Z | Compiling reqwest v0.12.23 |
| 1182 | 2026-06-18T03:58:54.139Z | Checking crossbeam-epoch v0.9.18 |
| 1183 | 2026-06-18T03:58:54.259Z | Compiling progenitor-client v0.11.1 |
| 1184 | 2026-06-18T03:58:54.868Z | Compiling winnow v0.5.40 |
| 1185 | 2026-06-18T03:58:55.932Z | Compiling progenitor v0.11.1 |
| 1186 | 2026-06-18T03:58:56.293Z | Compiling toml_edit v0.19.15 |
| 1187 | 2026-06-18T03:58:56.727Z | Compiling num-integer v0.1.46 |
| 1188 | 2026-06-18T03:58:57.250Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1189 | 2026-06-18T03:58:57.285Z | Compiling progenitor-client v0.10.0 |
| 1190 | 2026-06-18T03:58:57.542Z | Compiling proc-macro-crate v1.3.1 |
| 1191 | 2026-06-18T03:58:58.257Z | Compiling hubpack_derive v0.1.1 |
| 1192 | 2026-06-18T03:58:58.491Z | Checking toml_write v0.1.2 |
| 1193 | 2026-06-18T03:58:58.706Z | Compiling rayon-core v1.13.0 |
| 1194 | 2026-06-18T03:58:58.746Z | Checking hubpack v0.1.2 |
| 1195 | 2026-06-18T03:58:58.776Z | Checking toml_edit v0.22.27 |
| 1196 | 2026-06-18T03:58:58.908Z | Checking num-rational v0.4.2 |
| 1197 | 2026-06-18T03:58:58.939Z | Checking num-iter v0.1.45 |
| 1198 | 2026-06-18T03:58:59.192Z | Compiling zerocopy-derive v0.7.35 |
| 1199 | 2026-06-18T03:58:59.289Z | Compiling num-complex v0.4.6 |
| 1200 | 2026-06-18T03:58:59.544Z | Checking static_assertions v1.1.0 |
| 1201 | 2026-06-18T03:58:59.668Z | Checking num v0.4.3 |
| 1202 | 2026-06-18T03:58:59.841Z | Checking toml v0.8.23 |
| 1203 | 2026-06-18T03:58:59.853Z | Checking crossbeam-deque v0.8.6 |
| 1204 | 2026-06-18T03:59:00.021Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1205 | 2026-06-18T03:59:00.034Z | Compiling float-ord v0.3.2 |
| 1206 | 2026-06-18T03:59:00.147Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1207 | 2026-06-18T03:59:00.446Z | Compiling proc-macro-error-attr v1.0.4 |
| 1208 | 2026-06-18T03:59:00.460Z | Checking bytecount v0.6.9 |
| 1209 | 2026-06-18T03:59:00.563Z | Compiling heapless v0.8.0 |
| 1210 | 2026-06-18T03:59:00.725Z | Checking libscf-sys v1.2.0 |
| 1211 | 2026-06-18T03:59:00.760Z | Compiling ingot-macros v0.1.1 |
| 1212 | 2026-06-18T03:59:00.853Z | Checking hash32 v0.3.1 |
| 1213 | 2026-06-18T03:59:00.980Z | Compiling proc-macro-error v1.0.4 |
| 1214 | 2026-06-18T03:59:01.029Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1215 | 2026-06-18T03:59:01.113Z | Compiling smoltcp v0.11.0 |
| 1216 | 2026-06-18T03:59:01.711Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-06-18T03:59:01.792Z | Compiling num_enum_derive v0.7.5 |
| 1218 | 2026-06-18T03:59:01.959Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-06-18T03:59:02.174Z | Checking cobs v0.3.0 |
| 1220 | 2026-06-18T03:59:02.256Z | Compiling scroll_derive v0.12.1 |
| 1221 | 2026-06-18T03:59:02.321Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-06-18T03:59:02.413Z | Compiling usdt-impl v0.5.0 |
| 1223 | 2026-06-18T03:59:02.513Z | Checking foreign-types-shared v0.3.1 |
| 1224 | 2026-06-18T03:59:02.606Z | Checking managed v0.8.0 |
| 1225 | 2026-06-18T03:59:02.666Z | Checking bitflags v1.3.2 |
| 1226 | 2026-06-18T03:59:02.741Z | Compiling crucible-workspace-hack v0.1.0 |
| 1227 | 2026-06-18T03:59:02.823Z | Checking num_enum v0.7.5 |
| 1228 | 2026-06-18T03:59:02.936Z | Checking foreign-types v0.5.0 |
| 1229 | 2026-06-18T03:59:02.939Z | Checking scroll v0.12.0 |
| 1230 | 2026-06-18T03:59:02.992Z | Checking postcard v1.1.3 |
| 1231 | 2026-06-18T03:59:03.023Z | Compiling dof v0.3.0 |
| 1232 | 2026-06-18T03:59:03.269Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1233 | 2026-06-18T03:59:03.324Z | Compiling dtrace-parser v0.2.0 |
| 1234 | 2026-06-18T03:59:03.374Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1235 | 2026-06-18T03:59:03.388Z | Checking camino-tempfile v1.4.1 |
| 1236 | 2026-06-18T03:59:03.391Z | Checking ingot-types v0.1.2 |
| 1237 | 2026-06-18T03:59:03.461Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1238 | 2026-06-18T03:59:03.542Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1239 | 2026-06-18T03:59:03.666Z | Checking cstr-argument v0.1.2 |
| 1240 | 2026-06-18T03:59:03.739Z | Checking ingot v0.1.1 |
| 1241 | 2026-06-18T03:59:03.774Z | Compiling thread-id v4.2.2 |
| 1242 | 2026-06-18T03:59:03.790Z | Compiling minimal-lexical v0.2.1 |
| 1243 | 2026-06-18T03:59:03.850Z | Compiling heck v0.4.1 |
| 1244 | 2026-06-18T03:59:03.869Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1245 | 2026-06-18T03:59:03.959Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1246 | 2026-06-18T03:59:04.019Z | Compiling nom v7.1.3 |
| 1247 | 2026-06-18T03:59:04.032Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1248 | 2026-06-18T03:59:04.048Z | Checking goblin v0.8.2 |
| 1249 | 2026-06-18T03:59:04.171Z | Checking rayon v1.11.0 |
| 1250 | 2026-06-18T03:59:04.466Z | Compiling num_enum_derive v0.5.11 |
| 1251 | 2026-06-18T03:59:04.675Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1252 | 2026-06-18T03:59:05.002Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1253 | 2026-06-18T03:59:05.170Z | Compiling rustc_version v0.4.1 |
| 1254 | 2026-06-18T03:59:05.454Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1255 | 2026-06-18T03:59:05.505Z | Checking tinyvec_macros v0.1.1 |
| 1256 | 2026-06-18T03:59:05.577Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1257 | 2026-06-18T03:59:05.593Z | Compiling rustix v0.38.44 |
| 1258 | 2026-06-18T03:59:05.628Z | Compiling convert_case v0.4.0 |
| 1259 | 2026-06-18T03:59:05.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1260 | 2026-06-18T03:59:05.870Z | Compiling proc-macro-error2 v2.0.1 |
| 1261 | 2026-06-18T03:59:05.932Z | Compiling derive_more v0.99.20 |
| 1262 | 2026-06-18T03:59:06.038Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-06-18T03:59:06.147Z | Checking tinyvec v1.10.0 |
| 1264 | 2026-06-18T03:59:06.199Z | Checking num_enum v0.5.11 |
| 1265 | 2026-06-18T03:59:06.343Z | Compiling libz-sys v1.1.22 |
| 1266 | 2026-06-18T03:59:06.376Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1267 | 2026-06-18T03:59:06.552Z | Compiling crc32fast v1.5.0 |
| 1268 | 2026-06-18T03:59:06.740Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1269 | 2026-06-18T03:59:06.822Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1270 | 2026-06-18T03:59:06.855Z | Compiling tabled_derive v0.11.0 |
| 1271 | 2026-06-18T03:59:07.262Z | Compiling usdt-macro v0.5.0 |
| 1272 | 2026-06-18T03:59:07.587Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1273 | 2026-06-18T03:59:07.589Z | Compiling usdt-attr-macro v0.5.0 |
| 1274 | 2026-06-18T03:59:07.620Z | Compiling zone_cfg_derive v0.3.1 |
| 1275 | 2026-06-18T03:59:07.933Z | Checking papergrid v0.17.0 |
| 1276 | 2026-06-18T03:59:07.936Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-06-18T03:59:08.136Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1278 | 2026-06-18T03:59:08.282Z | Checking itertools v0.12.1 |
| 1279 | 2026-06-18T03:59:08.308Z | Checking testing_table v0.3.0 |
| 1280 | 2026-06-18T03:59:08.322Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1281 | 2026-06-18T03:59:08.339Z | Checking sigpipe v0.1.3 |
| 1282 | 2026-06-18T03:59:08.402Z | Checking memmap v0.7.0 |
| 1283 | 2026-06-18T03:59:08.420Z | Checking adler2 v2.0.1 |
| 1284 | 2026-06-18T03:59:08.534Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-06-18T03:59:08.538Z | Checking jiff v0.2.15 |
| 1286 | 2026-06-18T03:59:08.559Z | Checking glob v0.3.3 |
| 1287 | 2026-06-18T03:59:08.701Z | Checking tabled v0.20.0 |
| 1288 | 2026-06-18T03:59:08.705Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1289 | 2026-06-18T03:59:08.760Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-06-18T03:59:08.777Z | Checking usdt v0.5.0 |
| 1291 | 2026-06-18T03:59:08.789Z | Checking miniz_oxide v0.8.9 |
| 1292 | 2026-06-18T03:59:08.932Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1293 | 2026-06-18T03:59:09.084Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-06-18T03:59:09.271Z | Checking zone v0.3.1 |
| 1295 | 2026-06-18T03:59:09.296Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1296 | 2026-06-18T03:59:09.421Z | Checking smf v0.2.3 |
| 1297 | 2026-06-18T03:59:09.511Z | Checking secrecy v0.10.3 |
| 1298 | 2026-06-18T03:59:09.567Z | Checking bstr v1.12.0 |
| 1299 | 2026-06-18T03:59:09.609Z | Checking whoami v1.6.1 |
| 1300 | 2026-06-18T03:59:09.641Z | Checking flate2 v1.1.2 |
| 1301 | 2026-06-18T03:59:09.778Z | Compiling curve25519-dalek v4.1.3 |
| 1302 | 2026-06-18T03:59:09.912Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1303 | 2026-06-18T03:59:09.927Z | Checking hmac v0.12.1 |
| 1304 | 2026-06-18T03:59:09.956Z | Compiling clang-sys v1.8.1 |
| 1305 | 2026-06-18T03:59:10.054Z | Checking inout v0.1.4 |
| 1306 | 2026-06-18T03:59:10.068Z | Checking hybrid-array v0.4.12 |
| 1307 | 2026-06-18T03:59:10.190Z | Checking ff v0.13.1 |
| 1308 | 2026-06-18T03:59:10.326Z | Compiling enum-as-inner v0.6.1 |
| 1309 | 2026-06-18T03:59:10.365Z | Checking data-encoding v2.9.0 |
| 1310 | 2026-06-18T03:59:10.568Z | Compiling semver v0.1.20 |
| 1311 | 2026-06-18T03:59:10.655Z | Checking group v0.13.0 |
| 1312 | 2026-06-18T03:59:10.671Z | Checking cipher v0.4.4 |
| 1313 | 2026-06-18T03:59:10.765Z | Compiling rustc_version v0.1.7 |
| 1314 | 2026-06-18T03:59:10.867Z | Checking hkdf v0.12.4 |
| 1315 | 2026-06-18T03:59:10.870Z | Checking atomicwrites v0.4.4 |
| 1316 | 2026-06-18T03:59:10.901Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1317 | 2026-06-18T03:59:10.966Z | Checking universal-hash v0.5.1 |
| 1318 | 2026-06-18T03:59:10.993Z | Checking crypto-bigint v0.5.5 |
| 1319 | 2026-06-18T03:59:11.008Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1320 | 2026-06-18T03:59:11.021Z | Compiling regress v0.11.1 |
| 1321 | 2026-06-18T03:59:11.090Z | Checking half v2.7.1 |
| 1322 | 2026-06-18T03:59:11.163Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1323 | 2026-06-18T03:59:11.326Z | Checking ciborium-io v0.2.2 |
| 1324 | 2026-06-18T03:59:11.341Z | Checking base16ct v0.2.0 |
| 1325 | 2026-06-18T03:59:11.423Z | Checking opaque-debug v0.3.1 |
| 1326 | 2026-06-18T03:59:11.466Z | Checking indent_write v2.2.0 |
| 1327 | 2026-06-18T03:59:11.495Z | Checking base64ct v1.8.0 |
| 1328 | 2026-06-18T03:59:11.595Z | Checking poly1305 v0.8.0 |
| 1329 | 2026-06-18T03:59:11.729Z | Checking password-hash v0.5.0 |
| 1330 | 2026-06-18T03:59:11.822Z | Checking ciborium-ll v0.2.2 |
| 1331 | 2026-06-18T03:59:11.953Z | Compiling newtype_derive v0.1.6 |
| 1332 | 2026-06-18T03:59:11.973Z | Checking thiserror-no-std v2.0.2 |
| 1333 | 2026-06-18T03:59:12.004Z | Checking chacha20 v0.9.1 |
| 1334 | 2026-06-18T03:59:12.017Z | Checking elliptic-curve v0.13.8 |
| 1335 | 2026-06-18T03:59:12.058Z | Checking block-buffer v0.12.0 |
| 1336 | 2026-06-18T03:59:12.178Z | Checking crypto-common v0.2.2 |
| 1337 | 2026-06-18T03:59:12.191Z | Checking similar v2.7.0 |
| 1338 | 2026-06-18T03:59:12.204Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1339 | 2026-06-18T03:59:12.254Z | Checking blake2 v0.10.6 |
| 1340 | 2026-06-18T03:59:12.441Z | Checking aead v0.5.2 |
| 1341 | 2026-06-18T03:59:12.464Z | Compiling libloading v0.8.9 |
| 1342 | 2026-06-18T03:59:12.467Z | Compiling bindgen v0.72.1 |
| 1343 | 2026-06-18T03:59:12.509Z | Checking linked-hash-map v0.5.6 |
| 1344 | 2026-06-18T03:59:12.513Z | Checking const-oid v0.10.2 |
| 1345 | 2026-06-18T03:59:12.570Z | Compiling typify-impl v0.6.2 |
| 1346 | 2026-06-18T03:59:12.654Z | Checking keccak v0.1.6 |
| 1347 | 2026-06-18T03:59:12.674Z | Checking resolv-conf v0.7.5 |
| 1348 | 2026-06-18T03:59:12.677Z | Checking compression-core v0.4.32 |
| 1349 | 2026-06-18T03:59:12.756Z | Compiling owo-colors v4.3.0 |
| 1350 | 2026-06-18T03:59:12.801Z | Checking digest v0.11.3 |
| 1351 | 2026-06-18T03:59:12.815Z | Checking sha3 v0.10.8 |
| 1352 | 2026-06-18T03:59:12.818Z | Checking compression-codecs v0.4.32 |
| 1353 | 2026-06-18T03:59:12.874Z | Checking lru-cache v0.1.2 |
| 1354 | 2026-06-18T03:59:12.979Z | Checking chacha20poly1305 v0.10.1 |
| 1355 | 2026-06-18T03:59:12.992Z | Checking vsss-rs v3.3.4 |
| 1356 | 2026-06-18T03:59:13.022Z | Checking argon2 v0.5.3 |
| 1357 | 2026-06-18T03:59:13.125Z | Checking ciborium v0.2.2 |
| 1358 | 2026-06-18T03:59:13.155Z | Checking hickory-proto v0.24.4 |
| 1359 | 2026-06-18T03:59:13.319Z | Checking tokio-dtrace v0.1.1 |
| 1360 | 2026-06-18T03:59:13.501Z | Compiling cexpr v0.6.0 |
| 1361 | 2026-06-18T03:59:13.537Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1362 | 2026-06-18T03:59:13.841Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1363 | 2026-06-18T03:59:14.064Z | Checking serde-big-array v0.5.1 |
| 1364 | 2026-06-18T03:59:14.077Z | Compiling serde_repr v0.1.20 |
| 1365 | 2026-06-18T03:59:14.091Z | Compiling derive-where v1.6.0 |
| 1366 | 2026-06-18T03:59:14.202Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1367 | 2026-06-18T03:59:14.404Z | Compiling dropshot v0.17.1 |
| 1368 | 2026-06-18T03:59:14.551Z | Checking same-file v1.0.6 |
| 1369 | 2026-06-18T03:59:14.639Z | Checking siphasher v1.0.1 |
| 1370 | 2026-06-18T03:59:14.653Z | Checking cpufeatures v0.3.0 |
| 1371 | 2026-06-18T03:59:14.673Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-06-18T03:59:14.676Z | Compiling shlex v1.3.0 |
| 1373 | 2026-06-18T03:59:14.725Z | Checking sha1 v0.11.0 |
| 1374 | 2026-06-18T03:59:14.801Z | Checking phf_shared v0.12.1 |
| 1375 | 2026-06-18T03:59:14.902Z | Checking hickory-resolver v0.24.4 |
| 1376 | 2026-06-18T03:59:14.940Z | Checking walkdir v2.5.0 |
| 1377 | 2026-06-18T03:59:14.985Z | Checking newline-converter v0.3.0 |
| 1378 | 2026-06-18T03:59:15.096Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1379 | 2026-06-18T03:59:15.157Z | Checking toml v1.1.2+spec-1.1.0 |
| 1380 | 2026-06-18T03:59:15.391Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1381 | 2026-06-18T03:59:15.620Z | Checking oxide-tokio-rt v0.1.2 |
| 1382 | 2026-06-18T03:59:15.768Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1383 | 2026-06-18T03:59:15.969Z | Checking async-compression v0.4.33 |
| 1384 | 2026-06-18T03:59:15.972Z | Compiling progenitor-impl v0.10.0 |
| 1385 | 2026-06-18T03:59:16.086Z | Compiling typify-macro v0.6.2 |
| 1386 | 2026-06-18T03:59:16.213Z | Checking console v0.15.11 |
| 1387 | 2026-06-18T03:59:16.474Z | Checking tokio-stream v0.1.17 |
| 1388 | 2026-06-18T03:59:16.492Z | Compiling dropshot_endpoint v0.17.1 |
| 1389 | 2026-06-18T03:59:16.667Z | Compiling pin-project-internal v1.1.10 |
| 1390 | 2026-06-18T03:59:16.849Z | Compiling slog-dtrace v0.3.0 |
| 1391 | 2026-06-18T03:59:17.082Z | Checking csv-core v0.1.12 |
| 1392 | 2026-06-18T03:59:17.265Z | Compiling cancel-safe-futures v0.1.5 |
| 1393 | 2026-06-18T03:59:17.377Z | Compiling chrono-tz v0.10.4 |
| 1394 | 2026-06-18T03:59:17.517Z | Checking smawk v0.3.2 |
| 1395 | 2026-06-18T03:59:17.596Z | Checking swrite v0.1.0 |
| 1396 | 2026-06-18T03:59:17.643Z | Checking unicode-width v0.1.14 |
| 1397 | 2026-06-18T03:59:17.655Z | Checking unicode-linebreak v0.1.5 |
| 1398 | 2026-06-18T03:59:17.690Z | Compiling unicode-xid v0.2.6 |
| 1399 | 2026-06-18T03:59:17.734Z | Checking foldhash v0.1.5 |
| 1400 | 2026-06-18T03:59:17.814Z | Compiling const_format_proc_macros v0.2.34 |
| 1401 | 2026-06-18T03:59:17.866Z | Checking textwrap v0.16.2 |
| 1402 | 2026-06-18T03:59:17.880Z | Checking hashbrown v0.15.5 |
| 1403 | 2026-06-18T03:59:17.894Z | Checking pin-project v1.1.10 |
| 1404 | 2026-06-18T03:59:18.031Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1405 | 2026-06-18T03:59:18.046Z | Compiling progenitor-macro v0.10.0 |
| 1406 | 2026-06-18T03:59:18.075Z | Checking csv v1.4.0 |
| 1407 | 2026-06-18T03:59:18.338Z | Checking qorb v0.4.1 |
| 1408 | 2026-06-18T03:59:18.436Z | Checking expectorate v1.2.0 |
| 1409 | 2026-06-18T03:59:18.567Z | Checking phf v0.12.1 |
| 1410 | 2026-06-18T03:59:18.593Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-06-18T03:59:18.713Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-06-18T03:59:19.427Z | Checking libsw-core v0.3.2 |
| 1413 | 2026-06-18T03:59:19.490Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1414 | 2026-06-18T03:59:19.563Z | Compiling snafu-derive v0.8.9 |
| 1415 | 2026-06-18T03:59:19.577Z | Compiling async-recursion v1.1.1 |
| 1416 | 2026-06-18T03:59:19.869Z | Compiling cookie v0.18.1 |
| 1417 | 2026-06-18T03:59:19.917Z | Checking fixedbitset v0.4.2 |
| 1418 | 2026-06-18T03:59:20.097Z | Checking fixedbitset v0.5.7 |
| 1419 | 2026-06-18T03:59:20.111Z | Checking highway v1.3.0 |
| 1420 | 2026-06-18T03:59:20.282Z | Compiling moka v0.12.11 |
| 1421 | 2026-06-18T03:59:20.339Z | Checking petgraph v0.8.2 |
| 1422 | 2026-06-18T03:59:20.401Z | Checking petgraph v0.6.5 |
| 1423 | 2026-06-18T03:59:21.306Z | Checking snafu v0.8.9 |
| 1424 | 2026-06-18T03:59:21.379Z | Checking libsw v3.5.0 |
| 1425 | 2026-06-18T03:59:21.530Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-06-18T03:59:21.568Z | Checking olpc-cjson v0.1.4 |
| 1427 | 2026-06-18T03:59:21.680Z | Checking const_format v0.2.34 |
| 1428 | 2026-06-18T03:59:21.694Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-06-18T03:59:21.923Z | Checking papergrid v0.11.0 |
| 1430 | 2026-06-18T03:59:21.950Z | Compiling typify v0.6.2 |
| 1431 | 2026-06-18T03:59:22.044Z | Checking globset v0.4.16 |
| 1432 | 2026-06-18T03:59:22.076Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1433 | 2026-06-18T03:59:22.128Z | Checking progenitor v0.10.0 |
| 1434 | 2026-06-18T03:59:22.128Z | Checking gethostname v0.5.0 |
| 1435 | 2026-06-18T03:59:22.254Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-06-18T03:59:22.279Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-06-18T03:59:22.332Z | Checking reqwest v0.13.2 |
| 1438 | 2026-06-18T03:59:22.510Z | Checking bcs v0.1.6 |
| 1439 | 2026-06-18T03:59:22.557Z | Checking pem v3.0.5 |
| 1440 | 2026-06-18T03:59:22.604Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-06-18T03:59:22.711Z | Checking crc8 v0.1.1 |
| 1442 | 2026-06-18T03:59:22.735Z | Checking linear-map v1.2.0 |
| 1443 | 2026-06-18T03:59:22.748Z | Checking termtree v0.5.1 |
| 1444 | 2026-06-18T03:59:22.805Z | Compiling signal-hook v0.4.4 |
| 1445 | 2026-06-18T03:59:22.879Z | Checking humantime v2.3.0 |
| 1446 | 2026-06-18T03:59:22.892Z | Checking typed-path v0.9.3 |
| 1447 | 2026-06-18T03:59:22.905Z | Checking tagptr v0.2.0 |
| 1448 | 2026-06-18T03:59:23.038Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-06-18T03:59:23.066Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-06-18T03:59:23.171Z | Checking tabled v0.15.0 |
| 1451 | 2026-06-18T03:59:23.643Z | Checking tough v0.20.0 |
| 1452 | 2026-06-18T03:59:23.659Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1453 | 2026-06-18T03:59:23.819Z | Compiling progenitor-impl v0.14.0 |
| 1454 | 2026-06-18T03:59:24.308Z | Checking steno v0.4.1 |
| 1455 | 2026-06-18T03:59:24.583Z | Checking hickory-proto v0.25.2 |
| 1456 | 2026-06-18T03:59:25.168Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1457 | 2026-06-18T03:59:25.284Z | Compiling cargo-platform v0.1.9 |
| 1458 | 2026-06-18T03:59:25.527Z | Compiling vergen v8.3.2 |
| 1459 | 2026-06-18T03:59:25.563Z | Compiling fs-err v3.1.2 |
| 1460 | 2026-06-18T03:59:25.614Z | Compiling cargo_metadata v0.18.1 |
| 1461 | 2026-06-18T03:59:25.942Z | Compiling progenitor-macro v0.14.0 |
| 1462 | 2026-06-18T03:59:25.966Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-06-18T03:59:26.086Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-06-18T03:59:26.177Z | Checking sha2 v0.10.9 |
| 1465 | 2026-06-18T03:59:26.180Z | Checking hickory-resolver v0.25.2 |
| 1466 | 2026-06-18T03:59:26.249Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-06-18T03:59:26.796Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1468 | 2026-06-18T03:59:26.877Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1469 | 2026-06-18T03:59:27.109Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-06-18T03:59:27.583Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-06-18T03:59:27.652Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-06-18T03:59:28.066Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-06-18T03:59:28.217Z | Checking git-stub v1.0.0 |
| 1474 | 2026-06-18T03:59:28.370Z | Compiling strum_macros v0.28.0 |
| 1475 | 2026-06-18T03:59:28.492Z | Checking filetime v0.2.26 |
| 1476 | 2026-06-18T03:59:28.628Z | Checking is_ci v1.2.0 |
| 1477 | 2026-06-18T03:59:28.642Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-06-18T03:59:28.725Z | Checking arrayref v0.3.9 |
| 1479 | 2026-06-18T03:59:28.759Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-06-18T03:59:28.794Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-06-18T03:59:28.846Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1482 | 2026-06-18T03:59:29.063Z | Checking arrayvec v0.7.6 |
| 1483 | 2026-06-18T03:59:29.076Z | Compiling curl v0.4.50 |
| 1484 | 2026-06-18T03:59:29.224Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-06-18T03:59:29.245Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-06-18T03:59:29.259Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-06-18T03:59:29.317Z | Checking constant_time_eq v0.3.1 |
| 1488 | 2026-06-18T03:59:29.411Z | Checking xattr v1.6.1 |
| 1489 | 2026-06-18T03:59:29.495Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1490 | 2026-06-18T03:59:29.543Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1491 | 2026-06-18T03:59:29.916Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1492 | 2026-06-18T03:59:29.994Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1493 | 2026-06-18T03:59:30.077Z | Checking progenitor v0.14.0 |
| 1494 | 2026-06-18T03:59:30.158Z | Checking strum v0.28.0 |
| 1495 | 2026-06-18T03:59:30.202Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1496 | 2026-06-18T03:59:30.235Z | Checking tar v0.4.45 |
| 1497 | 2026-06-18T03:59:30.439Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1498 | 2026-06-18T03:59:30.458Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1499 | 2026-06-18T03:59:30.629Z | Checking toml v0.7.8 |
| 1500 | 2026-06-18T03:59:30.642Z | Checking supports-color v3.0.2 |
| 1501 | 2026-06-18T03:59:30.767Z | Checking git-stub-vcs v0.1.0 |
| 1502 | 2026-06-18T03:59:31.248Z | Checking drift v0.2.0 |
| 1503 | 2026-06-18T03:59:31.366Z | Checking kstat-rs v0.2.4 |
| 1504 | 2026-06-18T03:59:31.553Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1505 | 2026-06-18T03:59:31.556Z | Checking topological-sort v0.2.2 |
| 1506 | 2026-06-18T03:59:31.700Z | Checking omicron-zone-package v0.12.2 |
| 1507 | 2026-06-18T03:59:31.946Z | Checking dropshot-api-manager v0.7.2 |
| 1508 | 2026-06-18T03:59:32.229Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-06-18T03:59:33.235Z | Checking signal-hook-tokio v0.4.0 |
| 1510 | 2026-06-18T03:59:33.364Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1511 | 2026-06-18T03:59:33.624Z | Checking scuffle v0.1.0 |
| 1512 | 2026-06-18T03:59:33.705Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1513 | 2026-06-18T03:59:33.886Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1514 | 2026-06-18T03:59:34.100Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1515 | 2026-06-18T03:59:34.233Z | Checking iddqd v0.4.5 |
| 1516 | 2026-06-18T03:59:34.662Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1517 | 2026-06-18T03:59:34.725Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-06-18T03:59:34.852Z | Checking search_path v0.1.4 |
| 1519 | 2026-06-18T03:59:34.866Z | Checking internet-checksum v0.2.1 |
| 1520 | 2026-06-18T03:59:34.979Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1521 | 2026-06-18T03:59:34.992Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1522 | 2026-06-18T03:59:35.042Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-06-18T03:59:35.620Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1524 | 2026-06-18T03:59:35.980Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1525 | 2026-06-18T03:59:36.113Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1526 | 2026-06-18T03:59:36.520Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-06-18T03:59:37.625Z | Compiling git2 v0.19.0 |
| 1528 | 2026-06-18T03:59:38.185Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1529 | 2026-06-18T03:59:39.902Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1530 | 2026-06-18T03:59:47.397Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1531 | 2026-06-18T03:59:48.661Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1532 | 2026-06-18T03:59:53.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1533 | 2026-06-18T03:59:53.880Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1534 | 2026-06-18T03:59:53.880Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1535 | 2026-06-18T03:59:54.371Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1536 | 2026-06-18T03:59:54.372Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1537 | 2026-06-18T03:59:54.444Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1538 | 2026-06-18T03:59:54.448Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1539 | 2026-06-18T04:00:01.561Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1540 | 2026-06-18T04:00:01.564Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1541 | 2026-06-18T04:00:04.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.15s |
| 1542 | 2026-06-18T04:00:04.219Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1543 | 2026-06-18T04:00:04.219Z | + cargo clippy --features softnpu -- --deny warnings |
| 1544 | 2026-06-18T04:00:04.533Z | Downloading crates ... |
| 1545 | 2026-06-18T04:00:04.689Z | Downloaded wyz v0.5.1 |
| 1546 | 2026-06-18T04:00:04.696Z | Downloaded tap v1.0.1 |
| 1547 | 2026-06-18T04:00:04.702Z | Downloaded radium v0.7.0 |
| 1548 | 2026-06-18T04:00:04.702Z | Downloaded typeid v1.0.3 |
| 1549 | 2026-06-18T04:00:04.702Z | Downloaded ascii v1.1.0 |
| 1550 | 2026-06-18T04:00:04.705Z | Downloaded libloading v0.7.4 |
| 1551 | 2026-06-18T04:00:04.708Z | Downloaded erased-serde v0.4.8 |
| 1552 | 2026-06-18T04:00:04.708Z | Downloaded funty v2.0.0 |
| 1553 | 2026-06-18T04:00:04.708Z | Downloaded bitstruct v0.1.1 |
| 1554 | 2026-06-18T04:00:04.715Z | Downloaded serde_arrays v0.1.0 |
| 1555 | 2026-06-18T04:00:04.718Z | Downloaded bitvec v1.0.1 |
| 1556 | 2026-06-18T04:00:04.724Z | Downloaded bitstruct_derive v0.1.0 |
| 1557 | 2026-06-18T04:00:04.727Z | Downloaded num-bigint v0.4.6 |
| 1558 | 2026-06-18T04:00:04.846Z | Checking num-integer v0.1.46 |
| 1559 | 2026-06-18T04:00:04.923Z | Checking num-complex v0.4.6 |
| 1560 | 2026-06-18T04:00:04.932Z | Compiling radium v0.7.0 |
| 1561 | 2026-06-18T04:00:04.939Z | Checking tap v1.0.1 |
| 1562 | 2026-06-18T04:00:04.944Z | Checking funty v2.0.0 |
| 1563 | 2026-06-18T04:00:04.950Z | Compiling typeid v1.0.3 |
| 1564 | 2026-06-18T04:00:04.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1565 | 2026-06-18T04:00:04.963Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-06-18T04:00:05.022Z | Checking wyz v0.5.1 |
| 1567 | 2026-06-18T04:00:05.117Z | Checking num-bigint v0.4.6 |
| 1568 | 2026-06-18T04:00:05.117Z | Checking num-iter v0.1.45 |
| 1569 | 2026-06-18T04:00:05.171Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-06-18T04:00:05.186Z | Compiling erased-serde v0.4.8 |
| 1571 | 2026-06-18T04:00:05.264Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-06-18T04:00:05.273Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-06-18T04:00:05.291Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-06-18T04:00:05.351Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-06-18T04:00:05.368Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-06-18T04:00:05.392Z | Checking bitvec v1.0.1 |
| 1577 | 2026-06-18T04:00:05.395Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-06-18T04:00:05.395Z | Checking ascii v1.1.0 |
| 1579 | 2026-06-18T04:00:05.415Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1580 | 2026-06-18T04:00:05.489Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-06-18T04:00:05.569Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-06-18T04:00:05.578Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1583 | 2026-06-18T04:00:05.586Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-06-18T04:00:05.607Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1585 | 2026-06-18T04:00:05.878Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1586 | 2026-06-18T04:00:05.887Z | Checking serde_arrays v0.1.0 |
| 1587 | 2026-06-18T04:00:05.962Z | Checking num-rational v0.4.2 |
| 1588 | 2026-06-18T04:00:05.985Z | Checking libloading v0.7.4 |
| 1589 | 2026-06-18T04:00:06.008Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-06-18T04:00:06.019Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1591 | 2026-06-18T04:00:06.231Z | Checking num v0.4.3 |
| 1592 | 2026-06-18T04:00:06.297Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-06-18T04:00:06.854Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1594 | 2026-06-18T04:00:07.160Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1595 | 2026-06-18T04:00:07.164Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1596 | 2026-06-18T04:00:07.352Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1597 | 2026-06-18T04:00:07.509Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-06-18T04:00:07.512Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-06-18T04:00:07.970Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-06-18T04:00:08.188Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1601 | 2026-06-18T04:00:08.191Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-06-18T04:00:08.191Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1603 | 2026-06-18T04:00:08.191Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1604 | 2026-06-18T04:00:08.576Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1605 | 2026-06-18T04:00:08.990Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1606 | 2026-06-18T04:00:09.826Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-06-18T04:00:12.081Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1608 | 2026-06-18T04:00:12.444Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1609 | 2026-06-18T04:00:13.302Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1610 | 2026-06-18T04:00:14.033Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1611 | 2026-06-18T04:00:14.149Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1612 | 2026-06-18T04:00:20.578Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-06-18T04:00:21.839Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1614 | 2026-06-18T04:00:22.367Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1615 | 2026-06-18T04:00:26.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.46s |
| 1616 | 2026-06-18T04:00:26.873Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1617 | 2026-06-18T04:00:26.873Z | + cargo clippy --features chaos -- --deny warnings |
| 1618 | 2026-06-18T04:00:27.365Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1619 | 2026-06-18T04:00:27.368Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1620 | 2026-06-18T04:00:27.368Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1621 | 2026-06-18T04:00:34.510Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1622 | 2026-06-18T04:00:34.510Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1623 | 2026-06-18T04:00:36.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s |
| 1624 | 2026-06-18T04:00:37.130Z | + banner fmt |
| 1625 | 2026-06-18T04:00:37.134Z | |
| 1626 | 2026-06-18T04:00:37.134Z | ###### # # ##### |
| 1627 | 2026-06-18T04:00:37.134Z | # ## ## # |
| 1628 | 2026-06-18T04:00:37.134Z | ##### # ## # # |
| 1629 | 2026-06-18T04:00:37.134Z | # # # # |
| 1630 | 2026-06-18T04:00:37.134Z | # # # # |
| 1631 | 2026-06-18T04:00:37.134Z | # # # # |
| 1632 | 2026-06-18T04:00:37.134Z | |
| 1633 | 2026-06-18T04:00:37.134Z | + cargo fmt -- --check |
| 1634 | 2026-06-18T04:00:37.582Z | + banner test |
| 1635 | 2026-06-18T04:00:37.585Z | |
| 1636 | 2026-06-18T04:00:37.586Z | ##### ###### #### ##### |
| 1637 | 2026-06-18T04:00:37.586Z | # # # # |
| 1638 | 2026-06-18T04:00:37.586Z | # ##### #### # |
| 1639 | 2026-06-18T04:00:37.586Z | # # # # |
| 1640 | 2026-06-18T04:00:37.586Z | # # # # # |
| 1641 | 2026-06-18T04:00:37.586Z | # ###### #### # |
| 1642 | 2026-06-18T04:00:37.586Z | |
| 1643 | 2026-06-18T04:00:37.586Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1644 | 2026-06-18T04:00:37.586Z | + RUST_BACKTRACE=full |
| 1645 | 2026-06-18T04:00:37.586Z | + cargo test --features tofino_stub --no-fail-fast |
| 1646 | 2026-06-18T04:00:38.433Z | Compiling unicode-ident v1.0.24 |
| 1647 | 2026-06-18T04:00:38.433Z | Compiling cfg-if v1.0.4 |
| 1648 | 2026-06-18T04:00:38.433Z | Compiling memchr v2.7.5 |
| 1649 | 2026-06-18T04:00:38.437Z | Compiling serde_core v1.0.228 |
| 1650 | 2026-06-18T04:00:38.548Z | Compiling itoa v1.0.15 |
| 1651 | 2026-06-18T04:00:38.560Z | Compiling libc v0.2.186 |
| 1652 | 2026-06-18T04:00:38.569Z | Compiling zmij v1.0.17 |
| 1653 | 2026-06-18T04:00:38.595Z | Compiling libm v0.2.15 |
| 1654 | 2026-06-18T04:00:38.646Z | Compiling proc-macro2 v1.0.106 |
| 1655 | 2026-06-18T04:00:38.673Z | Compiling heck v0.5.0 |
| 1656 | 2026-06-18T04:00:38.833Z | Compiling equivalent v1.0.2 |
| 1657 | 2026-06-18T04:00:38.939Z | Compiling smallvec v1.15.1 |
| 1658 | 2026-06-18T04:00:39.056Z | Compiling quote v1.0.45 |
| 1659 | 2026-06-18T04:00:39.069Z | Compiling log v0.4.29 |
| 1660 | 2026-06-18T04:00:39.147Z | Compiling iana-time-zone v0.1.64 |
| 1661 | 2026-06-18T04:00:39.252Z | Compiling syn v2.0.118 |
| 1662 | 2026-06-18T04:00:39.288Z | Compiling dyn-clone v1.0.20 |
| 1663 | 2026-06-18T04:00:39.347Z | Compiling hashbrown v0.17.1 |
| 1664 | 2026-06-18T04:00:39.360Z | Compiling stable_deref_trait v1.2.0 |
| 1665 | 2026-06-18T04:00:39.372Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-06-18T04:00:39.440Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-06-18T04:00:39.452Z | Compiling litemap v0.8.0 |
| 1668 | 2026-06-18T04:00:39.467Z | Compiling writeable v0.6.1 |
| 1669 | 2026-06-18T04:00:39.637Z | Compiling fnv v1.0.7 |
| 1670 | 2026-06-18T04:00:39.666Z | Compiling icu_normalizer_data v2.0.0 |
| 1671 | 2026-06-18T04:00:39.702Z | Compiling icu_properties_data v2.0.1 |
| 1672 | 2026-06-18T04:00:39.736Z | Compiling regex-syntax v0.8.11 |
| 1673 | 2026-06-18T04:00:39.746Z | Compiling form_urlencoded v1.2.2 |
| 1674 | 2026-06-18T04:00:39.770Z | Compiling utf8_iter v1.0.4 |
| 1675 | 2026-06-18T04:00:39.836Z | Compiling scopeguard v1.2.0 |
| 1676 | 2026-06-18T04:00:39.907Z | Compiling num-traits v0.2.19 |
| 1677 | 2026-06-18T04:00:39.919Z | Compiling lock_api v0.4.14 |
| 1678 | 2026-06-18T04:00:39.932Z | Compiling getrandom v0.4.2 |
| 1679 | 2026-06-18T04:00:40.077Z | Compiling aho-corasick v1.1.3 |
| 1680 | 2026-06-18T04:00:40.144Z | Compiling byteorder v1.5.0 |
| 1681 | 2026-06-18T04:00:40.394Z | Compiling semver v1.0.28 |
| 1682 | 2026-06-18T04:00:40.405Z | Compiling serde_json v1.0.150 |
| 1683 | 2026-06-18T04:00:40.548Z | Compiling indexmap v2.14.0 |
| 1684 | 2026-06-18T04:00:40.635Z | Compiling ucd-trie v0.1.7 |
| 1685 | 2026-06-18T04:00:40.747Z | Compiling futures-core v0.3.32 |
| 1686 | 2026-06-18T04:00:40.759Z | Compiling uuid v1.23.3 |
| 1687 | 2026-06-18T04:00:40.904Z | Compiling allocator-api2 v0.2.21 |
| 1688 | 2026-06-18T04:00:41.183Z | Compiling num-conv v0.2.1 |
| 1689 | 2026-06-18T04:00:41.196Z | Compiling time-core v0.1.8 |
| 1690 | 2026-06-18T04:00:41.233Z | Compiling regex-automata v0.4.13 |
| 1691 | 2026-06-18T04:00:41.337Z | Compiling foldhash v0.2.0 |
| 1692 | 2026-06-18T04:00:41.349Z | Compiling time-macros v0.2.27 |
| 1693 | 2026-06-18T04:00:41.352Z | Compiling futures-sink v0.3.32 |
| 1694 | 2026-06-18T04:00:41.469Z | Compiling ryu v1.0.20 |
| 1695 | 2026-06-18T04:00:41.531Z | Compiling hashbrown v0.16.1 |
| 1696 | 2026-06-18T04:00:41.662Z | Compiling pretty-hex v0.4.1 |
| 1697 | 2026-06-18T04:00:41.803Z | Compiling slab v0.4.11 |
| 1698 | 2026-06-18T04:00:42.068Z | Compiling synstructure v0.13.2 |
| 1699 | 2026-06-18T04:00:42.122Z | Compiling serde_derive_internals v0.29.1 |
| 1700 | 2026-06-18T04:00:42.137Z | Compiling plain v0.2.3 |
| 1701 | 2026-06-18T04:00:42.192Z | Compiling strsim v0.11.1 |
| 1702 | 2026-06-18T04:00:42.343Z | Compiling futures-channel v0.3.32 |
| 1703 | 2026-06-18T04:00:42.464Z | Compiling futures-io v0.3.32 |
| 1704 | 2026-06-18T04:00:42.568Z | Compiling futures-task v0.3.32 |
| 1705 | 2026-06-18T04:00:42.581Z | Compiling socket2 v0.6.4 |
| 1706 | 2026-06-18T04:00:42.592Z | Compiling parking_lot_core v0.9.12 |
| 1707 | 2026-06-18T04:00:42.621Z | Compiling signal-hook-registry v1.4.6 |
| 1708 | 2026-06-18T04:00:42.741Z | Compiling thread-id v5.0.0 |
| 1709 | 2026-06-18T04:00:42.828Z | Compiling parking_lot v0.12.5 |
| 1710 | 2026-06-18T04:00:42.867Z | Compiling mio v1.2.1 |
| 1711 | 2026-06-18T04:00:42.980Z | Compiling regex v1.12.4 |
| 1712 | 2026-06-18T04:00:43.012Z | Compiling regress v0.10.5 |
| 1713 | 2026-06-18T04:00:43.015Z | Compiling darling_core v0.21.3 |
| 1714 | 2026-06-18T04:00:43.035Z | Compiling base64 v0.22.1 |
| 1715 | 2026-06-18T04:00:43.234Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-06-18T04:00:43.252Z | Compiling serde_derive v1.0.228 |
| 1717 | 2026-06-18T04:00:43.372Z | Compiling zerofrom-derive v0.1.6 |
| 1718 | 2026-06-18T04:00:43.389Z | Compiling yoke-derive v0.8.0 |
| 1719 | 2026-06-18T04:00:43.445Z | Compiling zerovec-derive v0.11.1 |
| 1720 | 2026-06-18T04:00:43.477Z | Compiling displaydoc v0.2.5 |
| 1721 | 2026-06-18T04:00:43.818Z | Compiling thiserror-impl v2.0.18 |
| 1722 | 2026-06-18T04:00:44.258Z | Compiling schemars_derive v0.8.22 |
| 1723 | 2026-06-18T04:00:44.442Z | Compiling tokio-macros v2.7.0 |
| 1724 | 2026-06-18T04:00:44.550Z | Compiling zerocopy-derive v0.8.27 |
| 1725 | 2026-06-18T04:00:44.613Z | Compiling zeroize_derive v1.4.3 |
| 1726 | 2026-06-18T04:00:45.076Z | Compiling thiserror v2.0.18 |
| 1727 | 2026-06-18T04:00:45.136Z | Compiling futures-macro v0.3.32 |
| 1728 | 2026-06-18T04:00:45.192Z | Compiling zerofrom v0.1.6 |
| 1729 | 2026-06-18T04:00:45.192Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2026-06-18T04:00:45.369Z | Compiling yoke v0.8.0 |
| 1731 | 2026-06-18T04:00:45.372Z | Compiling tracing-attributes v0.1.30 |
| 1732 | 2026-06-18T04:00:45.506Z | Compiling pest v2.8.2 |
| 1733 | 2026-06-18T04:00:45.570Z | Compiling zerovec v0.11.4 |
| 1734 | 2026-06-18T04:00:45.868Z | Compiling zerocopy v0.8.27 |
| 1735 | 2026-06-18T04:00:45.992Z | Compiling serde v1.0.228 |
| 1736 | 2026-06-18T04:00:46.440Z | Compiling bytes v1.11.1 |
| 1737 | 2026-06-18T04:00:46.453Z | Compiling serde_tokenstream v0.2.3 |
| 1738 | 2026-06-18T04:00:46.538Z | Compiling tinystr v0.8.1 |
| 1739 | 2026-06-18T04:00:46.589Z | Compiling potential_utf v0.1.3 |
| 1740 | 2026-06-18T04:00:46.659Z | Compiling zerotrie v0.2.2 |
| 1741 | 2026-06-18T04:00:46.745Z | Compiling icu_locale_core v2.0.0 |
| 1742 | 2026-06-18T04:00:46.757Z | Compiling icu_collections v2.0.0 |
| 1743 | 2026-06-18T04:00:46.770Z | Compiling pest_meta v2.8.2 |
| 1744 | 2026-06-18T04:00:46.841Z | Compiling chrono v0.4.45 |
| 1745 | 2026-06-18T04:00:46.939Z | Compiling http v1.4.2 |
| 1746 | 2026-06-18T04:00:46.966Z | Compiling scroll_derive v0.13.1 |
| 1747 | 2026-06-18T04:00:47.264Z | Compiling icu_provider v2.0.0 |
| 1748 | 2026-06-18T04:00:47.365Z | Compiling pest_generator v2.8.2 |
| 1749 | 2026-06-18T04:00:47.584Z | Compiling icu_properties v2.0.1 |
| 1750 | 2026-06-18T04:00:47.608Z | Compiling icu_normalizer v2.0.0 |
| 1751 | 2026-06-18T04:00:47.734Z | Compiling async-trait v0.1.89 |
| 1752 | 2026-06-18T04:00:47.819Z | Compiling schemars v0.8.22 |
| 1753 | 2026-06-18T04:00:47.992Z | Compiling scroll v0.13.0 |
| 1754 | 2026-06-18T04:00:48.073Z | Compiling pest_derive v2.8.2 |
| 1755 | 2026-06-18T04:00:48.230Z | Compiling goblin v0.10.1 |
| 1756 | 2026-06-18T04:00:48.253Z | Compiling thiserror v1.0.69 |
| 1757 | 2026-06-18T04:00:48.361Z | Compiling tokio v1.52.3 |
| 1758 | 2026-06-18T04:00:48.364Z | Compiling openapiv3 v2.2.0 |
| 1759 | 2026-06-18T04:00:48.644Z | Compiling idna_adapter v1.2.1 |
| 1760 | 2026-06-18T04:00:48.733Z | Compiling dtrace-parser v0.3.0 |
| 1761 | 2026-06-18T04:00:48.764Z | Compiling idna v1.1.0 |
| 1762 | 2026-06-18T04:00:48.796Z | Compiling daft-derive v0.1.5 |
| 1763 | 2026-06-18T04:00:49.072Z | Compiling url v2.5.7 |
| 1764 | 2026-06-18T04:00:49.520Z | Compiling typify-impl v0.4.3 |
| 1765 | 2026-06-18T04:00:49.559Z | Compiling darling_macro v0.21.3 |
| 1766 | 2026-06-18T04:00:49.640Z | Compiling http-body v1.0.1 |
| 1767 | 2026-06-18T04:00:49.807Z | Compiling ppv-lite86 v0.2.21 |
| 1768 | 2026-06-18T04:00:49.983Z | Compiling erased-serde v0.3.31 |
| 1769 | 2026-06-18T04:00:49.996Z | Compiling serde_yaml v0.9.34+deprecated |
| 1770 | 2026-06-18T04:00:50.129Z | Compiling openssl-macros v0.1.1 |
| 1771 | 2026-06-18T04:00:50.144Z | Compiling darling v0.21.3 |
| 1772 | 2026-06-18T04:00:50.303Z | Compiling getrandom v0.2.16 |
| 1773 | 2026-06-18T04:00:50.531Z | Compiling atomic-waker v1.1.2 |
| 1774 | 2026-06-18T04:00:50.644Z | Compiling ipnet v2.11.0 |
| 1775 | 2026-06-18T04:00:51.123Z | Compiling dof v0.4.0 |
| 1776 | 2026-06-18T04:00:51.197Z | Compiling httparse v1.10.1 |
| 1777 | 2026-06-18T04:00:51.343Z | Compiling tower-layer v0.3.3 |
| 1778 | 2026-06-18T04:00:51.513Z | Compiling tower-service v0.3.3 |
| 1779 | 2026-06-18T04:00:51.518Z | Compiling untrusted v0.9.0 |
| 1780 | 2026-06-18T04:00:51.527Z | Compiling anyhow v1.0.102 |
| 1781 | 2026-06-18T04:00:51.610Z | Compiling usdt-impl v0.6.0 |
| 1782 | 2026-06-18T04:00:51.646Z | Compiling try-lock v0.2.5 |
| 1783 | 2026-06-18T04:00:51.763Z | Compiling want v0.3.1 |
| 1784 | 2026-06-18T04:00:51.881Z | Compiling syn v1.0.109 |
| 1785 | 2026-06-18T04:00:51.929Z | Compiling zeroize v1.8.1 |
| 1786 | 2026-06-18T04:00:51.944Z | Compiling httpdate v1.0.3 |
| 1787 | 2026-06-18T04:00:52.200Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-06-18T04:00:52.622Z | Compiling structmeta-derive v0.3.0 |
| 1789 | 2026-06-18T04:00:52.728Z | Compiling async-stream-impl v0.3.6 |
| 1790 | 2026-06-18T04:00:52.999Z | Compiling critical-section v1.2.0 |
| 1791 | 2026-06-18T04:00:53.038Z | Compiling usdt-attr-macro v0.6.0 |
| 1792 | 2026-06-18T04:00:53.113Z | Compiling usdt-macro v0.6.0 |
| 1793 | 2026-06-18T04:00:53.376Z | Compiling once_cell v1.21.3 |
| 1794 | 2026-06-18T04:00:53.695Z | Compiling structmeta v0.3.0 |
| 1795 | 2026-06-18T04:00:53.707Z | Compiling newtype-uuid-macros v0.1.0 |
| 1796 | 2026-06-18T04:00:53.907Z | Compiling strum_macros v0.26.4 |
| 1797 | 2026-06-18T04:00:54.242Z | Compiling powerfmt v0.2.0 |
| 1798 | 2026-06-18T04:00:54.386Z | Compiling deranged v0.5.3 |
| 1799 | 2026-06-18T04:00:54.523Z | Compiling num_threads v0.1.7 |
| 1800 | 2026-06-18T04:00:55.231Z | Compiling http-body-util v0.1.3 |
| 1801 | 2026-06-18T04:00:55.286Z | Compiling omicron-workspace-hack v0.1.0 |
| 1802 | 2026-06-18T04:00:55.374Z | Compiling dropshot_endpoint v0.16.7 |
| 1803 | 2026-06-18T04:00:55.528Z | Compiling serde_urlencoded v0.7.1 |
| 1804 | 2026-06-18T04:00:55.531Z | Compiling ref-cast-impl v1.0.25 |
| 1805 | 2026-06-18T04:00:55.601Z | Compiling derive-ex v0.1.8 |
| 1806 | 2026-06-18T04:00:55.735Z | Compiling strum_macros v0.27.2 |
| 1807 | 2026-06-18T04:00:55.756Z | Compiling sync_wrapper v1.0.2 |
| 1808 | 2026-06-18T04:00:55.793Z | Compiling typify-macro v0.4.3 |
| 1809 | 2026-06-18T04:00:55.864Z | Compiling serde_with_macros v3.14.1 |
| 1810 | 2026-06-18T04:00:55.896Z | Compiling subtle v2.6.1 |
| 1811 | 2026-06-18T04:00:56.159Z | Compiling thread_local v1.1.9 |
| 1812 | 2026-06-18T04:00:56.404Z | Compiling iri-string v0.7.8 |
| 1813 | 2026-06-18T04:00:56.430Z | Compiling futures-util v0.3.32 |
| 1814 | 2026-06-18T04:00:56.915Z | Compiling match_cfg v0.1.0 |
| 1815 | 2026-06-18T04:00:57.009Z | Compiling rand_core v0.6.4 |
| 1816 | 2026-06-18T04:00:57.059Z | Compiling take_mut v0.2.2 |
| 1817 | 2026-06-18T04:00:57.205Z | Compiling test-strategy v0.4.3 |
| 1818 | 2026-06-18T04:00:57.216Z | Compiling term v1.2.0 |
| 1819 | 2026-06-18T04:00:57.236Z | Compiling typenum v1.20.1 |
| 1820 | 2026-06-18T04:00:57.873Z | Compiling typify v0.4.3 |
| 1821 | 2026-06-18T04:00:57.941Z | Compiling parse-display-derive v0.10.0 |
| 1822 | 2026-06-18T04:00:57.965Z | Compiling progenitor-impl v0.11.1 |
| 1823 | 2026-06-18T04:00:58.046Z | Compiling tracing-core v0.1.34 |
| 1824 | 2026-06-18T04:00:58.049Z | Compiling toml_datetime v0.6.11 |
| 1825 | 2026-06-18T04:00:58.070Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1826 | 2026-06-18T04:00:58.333Z | Compiling camino v1.2.2 |
| 1827 | 2026-06-18T04:00:58.552Z | Compiling tracing v0.1.41 |
| 1828 | 2026-06-18T04:00:58.645Z | Compiling clap_derive v4.6.1 |
| 1829 | 2026-06-18T04:00:58.765Z | Compiling encoding_rs v0.8.35 |
| 1830 | 2026-06-18T04:00:58.784Z | Compiling fastrand v2.3.0 |
| 1831 | 2026-06-18T04:00:58.920Z | Compiling mime v0.3.17 |
| 1832 | 2026-06-18T04:00:59.031Z | Compiling cpufeatures v0.2.17 |
| 1833 | 2026-06-18T04:00:59.108Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1834 | 2026-06-18T04:00:59.532Z | Compiling unicode-width v0.2.1 |
| 1835 | 2026-06-18T04:00:59.795Z | Compiling errno v0.3.14 |
| 1836 | 2026-06-18T04:00:59.819Z | Compiling hex v0.4.3 |
| 1837 | 2026-06-18T04:01:00.082Z | Compiling generic-array v0.14.7 |
| 1838 | 2026-06-18T04:01:00.085Z | Compiling ipnetwork v0.21.1 |
| 1839 | 2026-06-18T04:01:00.411Z | Compiling crossbeam-utils v0.8.21 |
| 1840 | 2026-06-18T04:01:00.608Z | Compiling tokio-util v0.7.16 |
| 1841 | 2026-06-18T04:01:00.676Z | Compiling slog v2.8.2 |
| 1842 | 2026-06-18T04:01:00.934Z | Compiling rustix v1.1.4 |
| 1843 | 2026-06-18T04:01:01.092Z | Compiling getrandom v0.3.3 |
| 1844 | 2026-06-18T04:01:01.149Z | Compiling winnow v0.7.14 |
| 1845 | 2026-06-18T04:01:01.205Z | Compiling h2 v0.4.14 |
| 1846 | 2026-06-18T04:01:01.278Z | Compiling rand_core v0.9.3 |
| 1847 | 2026-06-18T04:01:01.329Z | Compiling crypto-common v0.1.6 |
| 1848 | 2026-06-18T04:01:01.469Z | Compiling oxnet v0.1.6 |
| 1849 | 2026-06-18T04:01:01.486Z | Compiling progenitor-macro v0.11.1 |
| 1850 | 2026-06-18T04:01:01.505Z | Compiling itertools v0.14.0 |
| 1851 | 2026-06-18T04:01:02.162Z | Compiling winnow v1.0.3 |
| 1852 | 2026-06-18T04:01:02.487Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1853 | 2026-06-18T04:01:02.518Z | Compiling num-derive v0.4.2 |
| 1854 | 2026-06-18T04:01:02.643Z | Compiling serde_spanned v1.1.1 |
| 1855 | 2026-06-18T04:01:02.746Z | Compiling debug-ignore v1.0.5 |
| 1856 | 2026-06-18T04:01:02.804Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1857 | 2026-06-18T04:01:02.974Z | Compiling spin v0.9.8 |
| 1858 | 2026-06-18T04:01:03.096Z | Compiling rand_chacha v0.9.0 |
| 1859 | 2026-06-18T04:01:03.202Z | Compiling rustls-pki-types v1.12.0 |
| 1860 | 2026-06-18T04:01:03.240Z | Compiling quick-error v1.2.3 |
| 1861 | 2026-06-18T04:01:03.352Z | Compiling hyper v1.10.1 |
| 1862 | 2026-06-18T04:01:03.488Z | Compiling rand v0.9.3 |
| 1863 | 2026-06-18T04:01:03.582Z | Compiling tabwriter v1.4.1 |
| 1864 | 2026-06-18T04:01:03.691Z | Compiling async-stream v0.3.6 |
| 1865 | 2026-06-18T04:01:03.830Z | Compiling waitgroup v0.1.2 |
| 1866 | 2026-06-18T04:01:03.869Z | Compiling serde_path_to_error v0.1.20 |
| 1867 | 2026-06-18T04:01:03.977Z | Compiling bit-vec v0.8.0 |
| 1868 | 2026-06-18T04:01:04.089Z | Compiling colored v3.1.1 |
| 1869 | 2026-06-18T04:01:04.223Z | Compiling lazy_static v1.5.0 |
| 1870 | 2026-06-18T04:01:04.236Z | Compiling bit-set v0.8.0 |
| 1871 | 2026-06-18T04:01:04.236Z | Compiling strum v0.26.3 |
| 1872 | 2026-06-18T04:01:04.327Z | Compiling time v0.3.47 |
| 1873 | 2026-06-18T04:01:04.365Z | Compiling ring v0.17.14 |
| 1874 | 2026-06-18T04:01:04.408Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1875 | 2026-06-18T04:01:04.485Z | Compiling hyper-util v0.1.20 |
| 1876 | 2026-06-18T04:01:04.834Z | Compiling unarray v0.1.4 |
| 1877 | 2026-06-18T04:01:04.953Z | Compiling anstyle v1.0.14 |
| 1878 | 2026-06-18T04:01:05.112Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1879 | 2026-06-18T04:01:05.185Z | Compiling crossbeam-channel v0.5.15 |
| 1880 | 2026-06-18T04:01:05.682Z | Compiling macaddr v1.0.1 |
| 1881 | 2026-06-18T04:01:05.923Z | Compiling utf8parse v0.2.2 |
| 1882 | 2026-06-18T04:01:06.011Z | Compiling anstyle-parse v1.0.0 |
| 1883 | 2026-06-18T04:01:06.042Z | Compiling block-buffer v0.10.4 |
| 1884 | 2026-06-18T04:01:06.095Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1885 | 2026-06-18T04:01:06.108Z | Compiling ref-cast v1.0.25 |
| 1886 | 2026-06-18T04:01:06.198Z | Compiling colorchoice v1.0.4 |
| 1887 | 2026-06-18T04:01:06.211Z | Compiling is_terminal_polyfill v1.70.1 |
| 1888 | 2026-06-18T04:01:06.222Z | Compiling anstyle-query v1.1.4 |
| 1889 | 2026-06-18T04:01:06.235Z | Compiling digest v0.10.7 |
| 1890 | 2026-06-18T04:01:06.287Z | Compiling strum v0.27.2 |
| 1891 | 2026-06-18T04:01:06.304Z | Compiling anstream v1.0.0 |
| 1892 | 2026-06-18T04:01:06.317Z | Compiling is-terminal v0.4.16 |
| 1893 | 2026-06-18T04:01:06.331Z | Compiling clap_lex v1.1.0 |
| 1894 | 2026-06-18T04:01:06.412Z | Compiling slog-term v2.9.2 |
| 1895 | 2026-06-18T04:01:06.415Z | Compiling slog-json v2.6.1 |
| 1896 | 2026-06-18T04:01:06.451Z | Compiling slog-async v2.8.0 |
| 1897 | 2026-06-18T04:01:06.584Z | Compiling hostname v0.3.1 |
| 1898 | 2026-06-18T04:01:06.635Z | Compiling futures-executor v0.3.32 |
| 1899 | 2026-06-18T04:01:06.686Z | Compiling slog-bunyan v2.5.0 |
| 1900 | 2026-06-18T04:01:06.717Z | Compiling tower v0.5.2 |
| 1901 | 2026-06-18T04:01:06.729Z | Compiling instant v0.1.13 |
| 1902 | 2026-06-18T04:01:06.992Z | Compiling futures v0.3.32 |
| 1903 | 2026-06-18T04:01:07.014Z | Compiling aws-lc-sys v0.39.1 |
| 1904 | 2026-06-18T04:01:07.031Z | Compiling untrusted v0.7.1 |
| 1905 | 2026-06-18T04:01:07.095Z | Compiling openssl-sys v0.9.117 |
| 1906 | 2026-06-18T04:01:07.153Z | Compiling tower-http v0.6.8 |
| 1907 | 2026-06-18T04:01:07.543Z | Compiling aws-lc-rs v1.16.2 |
| 1908 | 2026-06-18T04:01:07.633Z | Compiling memmap2 v0.9.8 |
| 1909 | 2026-06-18T04:01:08.613Z | Compiling rustls-webpki v0.103.6 |
| 1910 | 2026-06-18T04:01:08.625Z | Compiling foreign-types-shared v0.1.1 |
| 1911 | 2026-06-18T04:01:08.725Z | Compiling foreign-types v0.3.2 |
| 1912 | 2026-06-18T04:01:09.035Z | Compiling tempfile v3.27.0 |
| 1913 | 2026-06-18T04:01:09.357Z | Compiling rustls v0.23.40 |
| 1914 | 2026-06-18T04:01:09.546Z | Compiling openssl-probe v0.1.6 |
| 1915 | 2026-06-18T04:01:09.976Z | Compiling openssl v0.10.81 |
| 1916 | 2026-06-18T04:01:10.189Z | Compiling usdt v0.6.0 |
| 1917 | 2026-06-18T04:01:10.326Z | Compiling either v1.15.0 |
| 1918 | 2026-06-18T04:01:10.543Z | Compiling webpki-roots v1.0.2 |
| 1919 | 2026-06-18T04:01:10.949Z | Compiling newtype-uuid v1.3.2 |
| 1920 | 2026-06-18T04:01:11.306Z | Compiling daft v0.1.5 |
| 1921 | 2026-06-18T04:01:12.524Z | Compiling tokio-rustls v0.26.4 |
| 1922 | 2026-06-18T04:01:12.701Z | Compiling native-tls v0.2.14 |
| 1923 | 2026-06-18T04:01:12.796Z | Compiling hyper-rustls v0.27.7 |
| 1924 | 2026-06-18T04:01:12.912Z | Compiling tokio-native-tls v0.3.1 |
| 1925 | 2026-06-18T04:01:13.093Z | Compiling hyper-tls v0.6.0 |
| 1926 | 2026-06-18T04:01:13.295Z | Compiling reqwest v0.12.23 |
| 1927 | 2026-06-18T04:01:13.572Z | Compiling rustls-webpki v0.102.8 |
| 1928 | 2026-06-18T04:01:13.576Z | Compiling rustls-pemfile v2.2.0 |
| 1929 | 2026-06-18T04:01:13.788Z | Compiling multer v3.1.0 |
| 1930 | 2026-06-18T04:01:14.265Z | Compiling hostname v0.4.2 |
| 1931 | 2026-06-18T04:01:14.416Z | Compiling rustls v0.22.4 |
| 1932 | 2026-06-18T04:01:14.466Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1933 | 2026-06-18T04:01:15.191Z | Compiling terminal_size v0.4.3 |
| 1934 | 2026-06-18T04:01:15.284Z | Compiling rand_chacha v0.3.1 |
| 1935 | 2026-06-18T04:01:15.429Z | Compiling wait-timeout v0.2.1 |
| 1936 | 2026-06-18T04:01:16.103Z | Compiling rusty-fork v0.3.0 |
| 1937 | 2026-06-18T04:01:16.192Z | Compiling rand v0.8.5 |
| 1938 | 2026-06-18T04:01:16.471Z | Compiling tokio-rustls v0.25.0 |
| 1939 | 2026-06-18T04:01:17.917Z | Compiling sha1 v0.10.6 |
| 1940 | 2026-06-18T04:01:18.156Z | Compiling rand_xorshift v0.4.0 |
| 1941 | 2026-06-18T04:01:18.471Z | Compiling hubpack_derive v0.1.1 |
| 1942 | 2026-06-18T04:01:18.934Z | Compiling proptest v1.8.0 |
| 1943 | 2026-06-18T04:01:19.015Z | Compiling dropshot v0.16.7 |
| 1944 | 2026-06-18T04:01:19.122Z | Compiling clap_builder v4.6.0 |
| 1945 | 2026-06-18T04:01:20.516Z | Compiling serde_spanned v0.6.9 |
| 1946 | 2026-06-18T04:01:20.815Z | Compiling clap v4.6.1 |
| 1947 | 2026-06-18T04:01:20.975Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1948 | 2026-06-18T04:01:21.303Z | Compiling prettyplease v0.2.37 |
| 1949 | 2026-06-18T04:01:22.448Z | Compiling progenitor-client v0.11.1 |
| 1950 | 2026-06-18T04:01:22.694Z | Compiling progenitor-client v0.10.0 |
| 1951 | 2026-06-18T04:01:22.764Z | Compiling serde_with v3.14.1 |
| 1952 | 2026-06-18T04:01:23.414Z | Compiling progenitor v0.11.1 |
| 1953 | 2026-06-18T04:01:24.412Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1954 | 2026-06-18T04:01:24.595Z | Compiling rustc-hash v2.1.1 |
| 1955 | 2026-06-18T04:01:24.723Z | Compiling iddqd v0.3.18 |
| 1956 | 2026-06-18T04:01:24.727Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1957 | 2026-06-18T04:01:25.832Z | Compiling backoff v0.4.0 |
| 1958 | 2026-06-18T04:01:25.886Z | Compiling parse-display v0.10.0 |
| 1959 | 2026-06-18T04:01:25.939Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1960 | 2026-06-18T04:01:26.017Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1961 | 2026-06-18T04:01:26.095Z | Compiling winnow v0.5.40 |
| 1962 | 2026-06-18T04:01:26.147Z | Compiling toml_write v0.1.2 |
| 1963 | 2026-06-18T04:01:26.344Z | Compiling toml_edit v0.22.27 |
| 1964 | 2026-06-18T04:01:27.609Z | Compiling num-integer v0.1.46 |
| 1965 | 2026-06-18T04:01:27.710Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1966 | 2026-06-18T04:01:28.094Z | Compiling float-ord v0.3.2 |
| 1967 | 2026-06-18T04:01:28.251Z | Compiling toml v0.8.23 |
| 1968 | 2026-06-18T04:01:31.673Z | Compiling num-iter v0.1.45 |
| 1969 | 2026-06-18T04:01:31.800Z | Compiling num-rational v0.4.2 |
| 1970 | 2026-06-18T04:01:31.986Z | Compiling num-complex v0.4.6 |
| 1971 | 2026-06-18T04:01:32.698Z | Compiling num v0.4.3 |
| 1972 | 2026-06-18T04:01:33.388Z | Compiling toml_edit v0.19.15 |
| 1973 | 2026-06-18T04:01:34.795Z | Compiling proc-macro-crate v1.3.1 |
| 1974 | 2026-06-18T04:01:36.492Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1975 | 2026-06-18T04:01:37.880Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1976 | 2026-06-18T04:01:38.172Z | Compiling zerocopy-derive v0.7.35 |
| 1977 | 2026-06-18T04:01:38.311Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1978 | 2026-06-18T04:01:39.051Z | Compiling memoffset v0.9.1 |
| 1979 | 2026-06-18T04:01:39.102Z | Compiling libscf-sys v1.2.0 |
| 1980 | 2026-06-18T04:01:39.144Z | Compiling ingot-macros v0.1.1 |
| 1981 | 2026-06-18T04:01:39.257Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1982 | 2026-06-18T04:01:39.894Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1983 | 2026-06-18T04:01:40.604Z | Compiling proc-macro-error2 v2.0.1 |
| 1984 | 2026-06-18T04:01:40.893Z | Compiling nix v0.30.1 |
| 1985 | 2026-06-18T04:01:41.661Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-06-18T04:01:41.841Z | Compiling scroll_derive v0.12.1 |
| 1987 | 2026-06-18T04:01:42.350Z | Compiling tabled_derive v0.11.0 |
| 1988 | 2026-06-18T04:01:42.571Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1989 | 2026-06-18T04:01:44.388Z | Compiling zerocopy v0.7.35 |
| 1990 | 2026-06-18T04:01:44.951Z | Compiling num_enum_derive v0.7.5 |
| 1991 | 2026-06-18T04:01:45.021Z | Compiling hubpack v0.1.2 |
| 1992 | 2026-06-18T04:01:45.128Z | Compiling foreign-types-macros v0.2.3 |
| 1993 | 2026-06-18T04:01:45.470Z | Compiling static_assertions v1.1.0 |
| 1994 | 2026-06-18T04:01:46.050Z | Compiling glob v0.3.3 |
| 1995 | 2026-06-18T04:01:46.065Z | Compiling proc-macro-error-attr v1.0.4 |
| 1996 | 2026-06-18T04:01:46.348Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1997 | 2026-06-18T04:01:46.370Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-06-18T04:01:46.629Z | Compiling bytecount v0.6.9 |
| 1999 | 2026-06-18T04:01:46.857Z | Compiling proc-macro-error v1.0.4 |
| 2000 | 2026-06-18T04:01:46.896Z | Compiling dof v0.3.0 |
| 2001 | 2026-06-18T04:01:47.506Z | Compiling num_enum_derive v0.5.11 |
| 2002 | 2026-06-18T04:01:48.554Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2003 | 2026-06-18T04:01:48.957Z | Compiling thread-id v4.2.2 |
| 2004 | 2026-06-18T04:01:49.100Z | Compiling usdt-impl v0.5.0 |
| 2005 | 2026-06-18T04:01:49.940Z | Compiling derive_more v0.99.20 |
| 2006 | 2026-06-18T04:01:50.029Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2007 | 2026-06-18T04:01:50.053Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2008 | 2026-06-18T04:01:50.677Z | Compiling minimal-lexical v0.2.1 |
| 2009 | 2026-06-18T04:01:50.876Z | Compiling usdt-attr-macro v0.5.0 |
| 2010 | 2026-06-18T04:01:50.949Z | Compiling nom v7.1.3 |
| 2011 | 2026-06-18T04:01:51.128Z | Compiling usdt-macro v0.5.0 |
| 2012 | 2026-06-18T04:01:51.280Z | Compiling zone_cfg_derive v0.3.1 |
| 2013 | 2026-06-18T04:01:51.728Z | Compiling papergrid v0.17.0 |
| 2014 | 2026-06-18T04:01:51.923Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2015 | 2026-06-18T04:01:51.984Z | Compiling testing_table v0.3.0 |
| 2016 | 2026-06-18T04:01:52.161Z | Compiling rustc_version v0.4.1 |
| 2017 | 2026-06-18T04:01:52.325Z | Compiling crossbeam-epoch v0.9.18 |
| 2018 | 2026-06-18T04:01:52.337Z | Compiling dropshot_endpoint v0.17.1 |
| 2019 | 2026-06-18T04:01:52.448Z | Compiling adler2 v2.0.1 |
| 2020 | 2026-06-18T04:01:52.599Z | Compiling miniz_oxide v0.8.9 |
| 2021 | 2026-06-18T04:01:52.691Z | Compiling tabled v0.20.0 |
| 2022 | 2026-06-18T04:01:52.694Z | Compiling crc32fast v1.5.0 |
| 2023 | 2026-06-18T04:01:52.810Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2024 | 2026-06-18T04:01:52.933Z | Compiling enum-as-inner v0.6.1 |
| 2025 | 2026-06-18T04:01:53.292Z | Compiling regress v0.11.1 |
| 2026 | 2026-06-18T04:01:53.537Z | Compiling flate2 v1.1.2 |
| 2027 | 2026-06-18T04:01:53.605Z | Compiling curve25519-dalek v4.1.3 |
| 2028 | 2026-06-18T04:01:53.866Z | Compiling hybrid-array v0.4.12 |
| 2029 | 2026-06-18T04:01:53.990Z | Compiling crossbeam-deque v0.8.6 |
| 2030 | 2026-06-18T04:01:54.021Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2031 | 2026-06-18T04:01:54.187Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2032 | 2026-06-18T04:01:54.350Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-06-18T04:01:54.420Z | Compiling crypto-common v0.2.2 |
| 2034 | 2026-06-18T04:01:55.046Z | Compiling typify-impl v0.6.2 |
| 2035 | 2026-06-18T04:01:55.143Z | Compiling block-buffer v0.12.0 |
| 2036 | 2026-06-18T04:01:55.251Z | Compiling rayon-core v1.13.0 |
| 2037 | 2026-06-18T04:01:55.368Z | Compiling clang-sys v1.8.1 |
| 2038 | 2026-06-18T04:01:55.469Z | Compiling compression-core v0.4.32 |
| 2039 | 2026-06-18T04:01:55.502Z | Compiling const-oid v0.10.2 |
| 2040 | 2026-06-18T04:01:55.617Z | Compiling compression-codecs v0.4.32 |
| 2041 | 2026-06-18T04:01:55.640Z | Compiling scroll v0.12.0 |
| 2042 | 2026-06-18T04:01:55.731Z | Compiling digest v0.11.3 |
| 2043 | 2026-06-18T04:01:55.912Z | Compiling hash32 v0.3.1 |
| 2044 | 2026-06-18T04:01:55.924Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2045 | 2026-06-18T04:01:56.064Z | Compiling cpufeatures v0.3.0 |
| 2046 | 2026-06-18T04:01:56.127Z | Compiling sha1 v0.11.0 |
| 2047 | 2026-06-18T04:01:56.139Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2048 | 2026-06-18T04:01:56.151Z | Compiling heapless v0.8.0 |
| 2049 | 2026-06-18T04:01:56.161Z | Compiling goblin v0.8.2 |
| 2050 | 2026-06-18T04:01:56.248Z | Compiling async-compression v0.4.33 |
| 2051 | 2026-06-18T04:01:56.390Z | Compiling ingot-types v0.1.2 |
| 2052 | 2026-06-18T04:01:56.603Z | Compiling cobs v0.3.0 |
| 2053 | 2026-06-18T04:01:56.738Z | Compiling libloading v0.8.9 |
| 2054 | 2026-06-18T04:01:56.797Z | Compiling managed v0.8.0 |
| 2055 | 2026-06-18T04:01:56.813Z | Compiling bitflags v1.3.2 |
| 2056 | 2026-06-18T04:01:56.898Z | Compiling foreign-types-shared v0.3.1 |
| 2057 | 2026-06-18T04:01:56.999Z | Compiling smoltcp v0.11.0 |
| 2058 | 2026-06-18T04:01:57.019Z | Compiling foreign-types v0.5.0 |
| 2059 | 2026-06-18T04:01:57.107Z | Compiling dropshot v0.17.1 |
| 2060 | 2026-06-18T04:01:57.439Z | Compiling bindgen v0.72.1 |
| 2061 | 2026-06-18T04:01:57.457Z | Compiling postcard v1.1.3 |
| 2062 | 2026-06-18T04:01:57.693Z | Compiling ingot v0.1.1 |
| 2063 | 2026-06-18T04:01:58.250Z | Compiling cexpr v0.6.0 |
| 2064 | 2026-06-18T04:01:58.913Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2065 | 2026-06-18T04:01:59.261Z | Compiling num_enum v0.7.5 |
| 2066 | 2026-06-18T04:01:59.393Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2067 | 2026-06-18T04:01:59.708Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-06-18T04:01:59.834Z | Compiling camino-tempfile v1.4.1 |
| 2069 | 2026-06-18T04:01:59.921Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2070 | 2026-06-18T04:02:00.051Z | Compiling derive-where v1.6.0 |
| 2071 | 2026-06-18T04:02:00.075Z | Compiling serde_repr v0.1.20 |
| 2072 | 2026-06-18T04:02:00.222Z | Compiling cstr-argument v0.1.2 |
| 2073 | 2026-06-18T04:02:00.353Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2074 | 2026-06-18T04:02:00.634Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-06-18T04:02:01.372Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2076 | 2026-06-18T04:02:01.419Z | Compiling typify-macro v0.6.2 |
| 2077 | 2026-06-18T04:02:01.567Z | Compiling rayon v1.11.0 |
| 2078 | 2026-06-18T04:02:01.826Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2079 | 2026-06-18T04:02:01.956Z | Compiling crucible-workspace-hack v0.1.0 |
| 2080 | 2026-06-18T04:02:02.583Z | Compiling memmap v0.7.0 |
| 2081 | 2026-06-18T04:02:02.725Z | Compiling tinyvec_macros v0.1.1 |
| 2082 | 2026-06-18T04:02:02.799Z | Compiling tinyvec v1.10.0 |
| 2083 | 2026-06-18T04:02:02.810Z | Compiling usdt v0.5.0 |
| 2084 | 2026-06-18T04:02:03.094Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-06-18T04:02:03.522Z | Compiling typify v0.6.2 |
| 2086 | 2026-06-18T04:02:03.585Z | Compiling num_enum v0.5.11 |
| 2087 | 2026-06-18T04:02:03.917Z | Compiling pin-project-internal v1.1.10 |
| 2088 | 2026-06-18T04:02:04.845Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2089 | 2026-06-18T04:02:04.948Z | Compiling progenitor-impl v0.14.0 |
| 2090 | 2026-06-18T04:02:04.994Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2091 | 2026-06-18T04:02:05.014Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2092 | 2026-06-18T04:02:05.077Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2093 | 2026-06-18T04:02:05.417Z | Compiling rustix v0.38.44 |
| 2094 | 2026-06-18T04:02:05.770Z | Compiling itertools v0.12.1 |
| 2095 | 2026-06-18T04:02:05.848Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2096 | 2026-06-18T04:02:05.998Z | Compiling progenitor-impl v0.10.0 |
| 2097 | 2026-06-18T04:02:06.244Z | Compiling sigpipe v0.1.3 |
| 2098 | 2026-06-18T04:02:06.257Z | Compiling jiff v0.2.15 |
| 2099 | 2026-06-18T04:02:06.341Z | Compiling const_format_proc_macros v0.2.34 |
| 2100 | 2026-06-18T04:02:06.865Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2101 | 2026-06-18T04:02:07.026Z | Compiling zone v0.3.1 |
| 2102 | 2026-06-18T04:02:07.124Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2103 | 2026-06-18T04:02:08.531Z | Compiling progenitor-macro v0.14.0 |
| 2104 | 2026-06-18T04:02:08.543Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2105 | 2026-06-18T04:02:08.752Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2106 | 2026-06-18T04:02:09.162Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2107 | 2026-06-18T04:02:09.453Z | Compiling secrecy v0.10.3 |
| 2108 | 2026-06-18T04:02:09.471Z | Compiling progenitor-macro v0.10.0 |
| 2109 | 2026-06-18T04:02:09.625Z | Compiling smf v0.2.3 |
| 2110 | 2026-06-18T04:02:09.794Z | Compiling async-recursion v1.1.1 |
| 2111 | 2026-06-18T04:02:09.898Z | Compiling snafu-derive v0.8.9 |
| 2112 | 2026-06-18T04:02:10.043Z | Compiling bstr v1.12.0 |
| 2113 | 2026-06-18T04:02:10.243Z | Compiling whoami v1.6.1 |
| 2114 | 2026-06-18T04:02:10.589Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2115 | 2026-06-18T04:02:11.675Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-06-18T04:02:12.222Z | Compiling hmac v0.12.1 |
| 2117 | 2026-06-18T04:02:12.371Z | Compiling inout v0.1.4 |
| 2118 | 2026-06-18T04:02:12.417Z | Compiling ff v0.13.1 |
| 2119 | 2026-06-18T04:02:12.527Z | Compiling data-encoding v2.9.0 |
| 2120 | 2026-06-18T04:02:12.867Z | Compiling crc8 v0.1.1 |
| 2121 | 2026-06-18T04:02:12.994Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-06-18T04:02:13.146Z | Compiling group v0.13.0 |
| 2123 | 2026-06-18T04:02:13.394Z | Compiling cipher v0.4.4 |
| 2124 | 2026-06-18T04:02:13.702Z | Compiling hkdf v0.12.4 |
| 2125 | 2026-06-18T04:02:14.117Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2126 | 2026-06-18T04:02:14.282Z | Compiling atomicwrites v0.4.4 |
| 2127 | 2026-06-18T04:02:14.506Z | Compiling tokio-dtrace v0.1.1 |
| 2128 | 2026-06-18T04:02:14.784Z | Compiling tabled_derive v0.7.0 |
| 2129 | 2026-06-18T04:02:15.106Z | Compiling reqwest v0.13.2 |
| 2130 | 2026-06-18T04:02:15.109Z | Compiling universal-hash v0.5.1 |
| 2131 | 2026-06-18T04:02:15.330Z | Compiling crypto-bigint v0.5.5 |
| 2132 | 2026-06-18T04:02:15.474Z | Compiling half v2.7.1 |
| 2133 | 2026-06-18T04:02:15.705Z | Compiling ciborium-io v0.2.2 |
| 2134 | 2026-06-18T04:02:15.781Z | Compiling indent_write v2.2.0 |
| 2135 | 2026-06-18T04:02:15.810Z | Compiling base16ct v0.2.0 |
| 2136 | 2026-06-18T04:02:15.825Z | Compiling base64ct v1.8.0 |
| 2137 | 2026-06-18T04:02:15.929Z | Compiling opaque-debug v0.3.1 |
| 2138 | 2026-06-18T04:02:16.143Z | Compiling progenitor-client v0.14.0 |
| 2139 | 2026-06-18T04:02:16.458Z | Compiling elliptic-curve v0.13.8 |
| 2140 | 2026-06-18T04:02:16.583Z | Compiling password-hash v0.5.0 |
| 2141 | 2026-06-18T04:02:16.703Z | Compiling poly1305 v0.8.0 |
| 2142 | 2026-06-18T04:02:16.707Z | Compiling ciborium-ll v0.2.2 |
| 2143 | 2026-06-18T04:02:17.176Z | Compiling oxide-tokio-rt v0.1.2 |
| 2144 | 2026-06-18T04:02:17.382Z | Compiling chacha20 v0.9.1 |
| 2145 | 2026-06-18T04:02:17.615Z | Compiling similar v2.7.0 |
| 2146 | 2026-06-18T04:02:17.833Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-06-18T04:02:17.901Z | Compiling thiserror-no-std v2.0.2 |
| 2148 | 2026-06-18T04:02:18.590Z | Compiling blake2 v0.10.6 |
| 2149 | 2026-06-18T04:02:19.070Z | Compiling aead v0.5.2 |
| 2150 | 2026-06-18T04:02:19.117Z | Compiling strum_macros v0.28.0 |
| 2151 | 2026-06-18T04:02:19.425Z | Compiling keccak v0.1.6 |
| 2152 | 2026-06-18T04:02:19.467Z | Compiling resolv-conf v0.7.5 |
| 2153 | 2026-06-18T04:02:19.655Z | Compiling linked-hash-map v0.5.6 |
| 2154 | 2026-06-18T04:02:19.697Z | Compiling sha3 v0.10.8 |
| 2155 | 2026-06-18T04:02:19.837Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-06-18T04:02:19.999Z | Compiling chacha20poly1305 v0.10.1 |
| 2157 | 2026-06-18T04:02:20.014Z | Compiling argon2 v0.5.3 |
| 2158 | 2026-06-18T04:02:20.078Z | Compiling vsss-rs v3.3.4 |
| 2159 | 2026-06-18T04:02:20.136Z | Compiling progenitor v0.14.0 |
| 2160 | 2026-06-18T04:02:20.333Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2161 | 2026-06-18T04:02:20.484Z | Compiling ciborium v0.2.2 |
| 2162 | 2026-06-18T04:02:20.555Z | Compiling hickory-proto v0.24.4 |
| 2163 | 2026-06-18T04:02:21.078Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2164 | 2026-06-18T04:02:21.090Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2165 | 2026-06-18T04:02:21.526Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-06-18T04:02:21.590Z | Compiling serde-big-array v0.5.1 |
| 2167 | 2026-06-18T04:02:21.741Z | Compiling same-file v1.0.6 |
| 2168 | 2026-06-18T04:02:21.830Z | Compiling siphasher v1.0.1 |
| 2169 | 2026-06-18T04:02:21.864Z | Compiling unicode-segmentation v1.12.0 |
| 2170 | 2026-06-18T04:02:21.915Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-06-18T04:02:22.038Z | Compiling phf_shared v0.12.1 |
| 2172 | 2026-06-18T04:02:22.221Z | Compiling newline-converter v0.3.0 |
| 2173 | 2026-06-18T04:02:22.282Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-06-18T04:02:22.344Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2175 | 2026-06-18T04:02:22.423Z | Compiling hickory-resolver v0.24.4 |
| 2176 | 2026-06-18T04:02:22.656Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2177 | 2026-06-18T04:02:23.080Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-06-18T04:02:24.203Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2026-06-18T04:02:24.293Z | Compiling owo-colors v4.3.0 |
| 2180 | 2026-06-18T04:02:24.350Z | Compiling tokio-stream v0.1.17 |
| 2181 | 2026-06-18T04:02:24.513Z | Compiling console v0.15.11 |
| 2182 | 2026-06-18T04:02:24.817Z | Compiling csv-core v0.1.12 |
| 2183 | 2026-06-18T04:02:24.892Z | Compiling foldhash v0.1.5 |
| 2184 | 2026-06-18T04:02:25.052Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-06-18T04:02:25.064Z | Compiling unicode-width v0.1.14 |
| 2186 | 2026-06-18T04:02:25.099Z | Compiling humantime v2.3.0 |
| 2187 | 2026-06-18T04:02:25.157Z | Compiling termtree v0.5.1 |
| 2188 | 2026-06-18T04:02:25.364Z | Compiling smawk v0.3.2 |
| 2189 | 2026-06-18T04:02:25.384Z | Compiling swrite v0.1.0 |
| 2190 | 2026-06-18T04:02:25.473Z | Compiling csv v1.4.0 |
| 2191 | 2026-06-18T04:02:25.511Z | Compiling textwrap v0.16.2 |
| 2192 | 2026-06-18T04:02:25.581Z | Compiling hashbrown v0.15.5 |
| 2193 | 2026-06-18T04:02:25.733Z | Compiling expectorate v1.2.0 |
| 2194 | 2026-06-18T04:02:25.763Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2195 | 2026-06-18T04:02:25.893Z | Compiling qorb v0.4.1 |
| 2196 | 2026-06-18T04:02:26.059Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2197 | 2026-06-18T04:02:27.402Z | Compiling phf v0.12.1 |
| 2198 | 2026-06-18T04:02:27.568Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2199 | 2026-06-18T04:02:28.071Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2200 | 2026-06-18T04:02:28.114Z | Compiling pin-project v1.1.10 |
| 2201 | 2026-06-18T04:02:28.204Z | Compiling unicode-normalization v0.1.24 |
| 2202 | 2026-06-18T04:02:28.226Z | Compiling libz-sys v1.1.22 |
| 2203 | 2026-06-18T04:02:28.385Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2204 | 2026-06-18T04:02:29.370Z | Compiling libsw-core v0.3.2 |
| 2205 | 2026-06-18T04:02:29.804Z | Compiling fixedbitset v0.5.7 |
| 2206 | 2026-06-18T04:02:29.895Z | Compiling fixedbitset v0.4.2 |
| 2207 | 2026-06-18T04:02:30.161Z | Compiling highway v1.3.0 |
| 2208 | 2026-06-18T04:02:30.469Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-06-18T04:02:31.148Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-06-18T04:02:31.177Z | Compiling petgraph v0.8.2 |
| 2211 | 2026-06-18T04:02:32.290Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-06-18T04:02:32.373Z | Compiling progenitor v0.10.0 |
| 2213 | 2026-06-18T04:02:32.932Z | Compiling libsw v3.5.0 |
| 2214 | 2026-06-18T04:02:33.126Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-06-18T04:02:33.589Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-06-18T04:02:33.771Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2217 | 2026-06-18T04:02:34.049Z | Compiling snafu v0.8.9 |
| 2218 | 2026-06-18T04:02:34.421Z | Compiling chrono-tz v0.10.4 |
| 2219 | 2026-06-18T04:02:34.536Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2220 | 2026-06-18T04:02:34.736Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-06-18T04:02:35.614Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2222 | 2026-06-18T04:02:36.017Z | Compiling papergrid v0.11.0 |
| 2223 | 2026-06-18T04:02:36.078Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-06-18T04:02:36.115Z | Compiling strum v0.28.0 |
| 2225 | 2026-06-18T04:02:36.154Z | Compiling globset v0.4.16 |
| 2226 | 2026-06-18T04:02:36.257Z | Compiling const_format v0.2.34 |
| 2227 | 2026-06-18T04:02:36.363Z | Compiling slog-dtrace v0.3.0 |
| 2228 | 2026-06-18T04:02:36.597Z | Compiling cancel-safe-futures v0.1.5 |
| 2229 | 2026-06-18T04:02:36.705Z | Compiling gethostname v0.5.0 |
| 2230 | 2026-06-18T04:02:36.973Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2231 | 2026-06-18T04:02:37.713Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2232 | 2026-06-18T04:02:37.874Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2233 | 2026-06-18T04:02:37.955Z | Compiling bcs v0.1.6 |
| 2234 | 2026-06-18T04:02:38.268Z | Compiling serde_plain v1.0.2 |
| 2235 | 2026-06-18T04:02:38.292Z | Compiling cargo-platform v0.1.9 |
| 2236 | 2026-06-18T04:02:38.305Z | Compiling pem v3.0.5 |
| 2237 | 2026-06-18T04:02:38.719Z | Compiling typed-path v0.9.3 |
| 2238 | 2026-06-18T04:02:38.764Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-06-18T04:02:38.784Z | Compiling tagptr v0.2.0 |
| 2240 | 2026-06-18T04:02:38.940Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-06-18T04:02:38.952Z | Compiling moka v0.12.11 |
| 2242 | 2026-06-18T04:02:40.033Z | Compiling tough v0.20.0 |
| 2243 | 2026-06-18T04:02:40.745Z | Compiling cargo_metadata v0.18.1 |
| 2244 | 2026-06-18T04:02:40.794Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-06-18T04:02:42.217Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-06-18T04:02:42.244Z | Compiling tabled v0.15.0 |
| 2247 | 2026-06-18T04:02:42.466Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-06-18T04:02:42.799Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-06-18T04:02:43.006Z | Compiling git2 v0.19.0 |
| 2250 | 2026-06-18T04:02:44.953Z | Compiling steno v0.4.1 |
| 2251 | 2026-06-18T04:02:46.069Z | Compiling cookie v0.18.1 |
| 2252 | 2026-06-18T04:02:46.552Z | Compiling hickory-proto v0.25.2 |
| 2253 | 2026-06-18T04:02:48.891Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-06-18T04:02:50.068Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-06-18T04:02:51.203Z | Compiling vergen v8.3.2 |
| 2256 | 2026-06-18T04:02:52.537Z | Compiling signal-hook v0.4.4 |
| 2257 | 2026-06-18T04:02:53.193Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2258 | 2026-06-18T04:02:53.662Z | Compiling predicates-core v1.0.9 |
| 2259 | 2026-06-18T04:02:53.831Z | Compiling mockall_derive v0.14.0 |
| 2260 | 2026-06-18T04:02:54.011Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2261 | 2026-06-18T04:02:54.032Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-06-18T04:02:54.073Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2263 | 2026-06-18T04:02:54.111Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2264 | 2026-06-18T04:02:54.419Z | Compiling sha2 v0.10.9 |
| 2265 | 2026-06-18T04:02:55.336Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2266 | 2026-06-18T04:02:56.166Z | Compiling yansi v1.0.1 |
| 2267 | 2026-06-18T04:02:56.192Z | Compiling mockall v0.14.0 |
| 2268 | 2026-06-18T04:02:56.298Z | Compiling diff v0.1.13 |
| 2269 | 2026-06-18T04:02:56.450Z | Compiling pretty_assertions v1.4.1 |
| 2270 | 2026-06-18T04:02:56.749Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2271 | 2026-06-18T04:02:57.519Z | Compiling fs-err v3.1.2 |
| 2272 | 2026-06-18T04:02:57.699Z | Compiling predicates-tree v1.0.12 |
| 2273 | 2026-06-18T04:02:57.827Z | Compiling predicates v3.1.3 |
| 2274 | 2026-06-18T04:02:58.559Z | Compiling git-stub v1.0.0 |
| 2275 | 2026-06-18T04:02:58.830Z | Compiling filetime v0.2.26 |
| 2276 | 2026-06-18T04:02:58.851Z | Compiling is_ci v1.2.0 |
| 2277 | 2026-06-18T04:02:59.009Z | Compiling fragile v2.0.1 |
| 2278 | 2026-06-18T04:02:59.030Z | Compiling arrayvec v0.7.6 |
| 2279 | 2026-06-18T04:02:59.244Z | Compiling downcast v0.11.0 |
| 2280 | 2026-06-18T04:02:59.321Z | Compiling arrayref v0.3.9 |
| 2281 | 2026-06-18T04:02:59.409Z | Compiling constant_time_eq v0.3.1 |
| 2282 | 2026-06-18T04:02:59.409Z | Compiling xattr v1.6.1 |
| 2283 | 2026-06-18T04:02:59.547Z | Compiling tar v0.4.45 |
| 2284 | 2026-06-18T04:02:59.607Z | Compiling blake3 v1.8.2 |
| 2285 | 2026-06-18T04:02:59.726Z | Compiling supports-color v3.0.2 |
| 2286 | 2026-06-18T04:02:59.921Z | Compiling toml v0.7.8 |
| 2287 | 2026-06-18T04:03:00.206Z | Compiling git-stub-vcs v0.1.0 |
| 2288 | 2026-06-18T04:03:00.625Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2289 | 2026-06-18T04:03:00.777Z | Compiling signal-hook-tokio v0.4.0 |
| 2290 | 2026-06-18T04:03:01.074Z | Compiling scuffle v0.1.0 |
| 2291 | 2026-06-18T04:03:02.007Z | Compiling drift v0.2.0 |
| 2292 | 2026-06-18T04:03:02.655Z | Compiling kstat-rs v0.2.4 |
| 2293 | 2026-06-18T04:03:02.684Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2294 | 2026-06-18T04:03:02.977Z | Compiling topological-sort v0.2.2 |
| 2295 | 2026-06-18T04:03:03.011Z | Compiling hex-literal v1.1.0 |
| 2296 | 2026-06-18T04:03:03.131Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2297 | 2026-06-18T04:03:03.134Z | Compiling omicron-zone-package v0.12.2 |
| 2298 | 2026-06-18T04:03:03.322Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2299 | 2026-06-18T04:03:04.049Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2300 | 2026-06-18T04:03:05.418Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-06-18T04:03:05.785Z | Compiling dropshot-api-manager v0.7.2 |
| 2302 | 2026-06-18T04:03:06.064Z | Compiling curl v0.4.50 |
| 2303 | 2026-06-18T04:03:06.176Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2304 | 2026-06-18T04:03:06.368Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2305 | 2026-06-18T04:03:06.624Z | Compiling iddqd v0.4.5 |
| 2306 | 2026-06-18T04:03:06.732Z | Compiling search_path v0.1.4 |
| 2307 | 2026-06-18T04:03:06.922Z | Compiling internet-checksum v0.2.1 |
| 2308 | 2026-06-18T04:03:07.075Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2309 | 2026-06-18T04:03:07.136Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2310 | 2026-06-18T04:03:07.607Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2311 | 2026-06-18T04:03:11.367Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2312 | 2026-06-18T04:03:12.820Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2313 | 2026-06-18T04:03:57.109Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2314 | 2026-06-18T04:03:57.235Z | Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498) |
| 2315 | 2026-06-18T04:03:57.239Z | |
| 2316 | 2026-06-18T04:03:57.239Z | running 5 tests |
| 2317 | 2026-06-18T04:03:57.242Z | test fuse::tests::chip_revision_a0 ... ok |
| 2318 | 2026-06-18T04:03:57.242Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2319 | 2026-06-18T04:03:57.242Z | test fuse::tests::chip_revision_b0 ... ok |
| 2320 | 2026-06-18T04:03:57.242Z | test fuse::tests::chip_revision_b1 ... ok |
| 2321 | 2026-06-18T04:03:57.242Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2322 | 2026-06-18T04:03:57.242Z | |
| 2323 | 2026-06-18T04:03:57.242Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-06-18T04:03:57.242Z | |
| 2325 | 2026-06-18T04:03:57.242Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2326 | 2026-06-18T04:03:57.245Z | |
| 2327 | 2026-06-18T04:03:57.245Z | running 0 tests |
| 2328 | 2026-06-18T04:03:57.245Z | |
| 2329 | 2026-06-18T04:03:57.245Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-06-18T04:03:57.245Z | |
| 2331 | 2026-06-18T04:03:57.245Z | Running unittests src/lib.rs (target/debug/deps/asic-512cd12dab01b1f1) |
| 2332 | 2026-06-18T04:03:57.248Z | |
| 2333 | 2026-06-18T04:03:57.248Z | running 0 tests |
| 2334 | 2026-06-18T04:03:57.249Z | |
| 2335 | 2026-06-18T04:03:57.249Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2336 | 2026-06-18T04:03:57.249Z | |
| 2337 | 2026-06-18T04:03:57.249Z | Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63) |
| 2338 | 2026-06-18T04:03:57.249Z | |
| 2339 | 2026-06-18T04:03:57.249Z | running 10 tests |
| 2340 | 2026-06-18T04:03:57.252Z | test network::tests::test_equal ... ok |
| 2341 | 2026-06-18T04:03:57.252Z | test nat::tests::test_vni ... ok |
| 2342 | 2026-06-18T04:03:57.253Z | test network::tests::test_eui64 ... ok |
| 2343 | 2026-06-18T04:03:57.253Z | test network::tests::test_into ... ok |
| 2344 | 2026-06-18T04:03:57.253Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2345 | 2026-06-18T04:03:57.253Z | test network::tests::test_not_equal ... ok |
| 2346 | 2026-06-18T04:03:57.253Z | test network::tests::test_parse ... ok |
| 2347 | 2026-06-18T04:03:57.253Z | test network::tests::test_to_string ... ok |
| 2348 | 2026-06-18T04:03:57.253Z | test test_purge ... ok |
| 2349 | 2026-06-18T04:03:57.256Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2350 | 2026-06-18T04:03:57.256Z | |
| 2351 | 2026-06-18T04:03:57.256Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2352 | 2026-06-18T04:03:57.256Z | |
| 2353 | 2026-06-18T04:03:57.256Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d) |
| 2354 | 2026-06-18T04:03:57.259Z | |
| 2355 | 2026-06-18T04:03:57.259Z | running 1 test |
| 2356 | 2026-06-18T04:03:57.262Z | ------- |
| 2357 | 2026-06-18T04:03:57.262Z | Generating OpenAPI documents from API definitions ... |
| 2358 | 2026-06-18T04:03:57.400Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2359 | 2026-06-18T04:03:57.469Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2360 | 2026-06-18T04:03:58.483Z | ------- |
| 2361 | 2026-06-18T04:03:58.483Z | Checking 12 OpenAPI documents... |
| 2362 | 2026-06-18T04:03:58.483Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-06-18T04:03:58.483Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-06-18T04:03:58.483Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2372 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2373 | 2026-06-18T04:03:58.486Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2374 | 2026-06-18T04:03:58.486Z | Fresh dpd "latest" symlink |
| 2375 | 2026-06-18T04:03:58.486Z | ------- |
| 2376 | 2026-06-18T04:03:58.487Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2377 | 2026-06-18T04:03:58.546Z | test test::test_apis_up_to_date ... ok |
| 2378 | 2026-06-18T04:03:58.546Z | |
| 2379 | 2026-06-18T04:03:58.546Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 2380 | 2026-06-18T04:03:58.546Z | |
| 2381 | 2026-06-18T04:03:58.598Z | Running unittests src/main.rs (target/debug/deps/dpd-f5d5cb440b4e6d9c) |
| 2382 | 2026-06-18T04:03:58.605Z | |
| 2383 | 2026-06-18T04:03:58.605Z | running 19 tests |
| 2384 | 2026-06-18T04:03:58.608Z | test freemap::test_ordering ... ok |
| 2385 | 2026-06-18T04:03:58.608Z | test config::tests::test_updates ... ok |
| 2386 | 2026-06-18T04:03:58.608Z | test freemap::test_split ... ok |
| 2387 | 2026-06-18T04:03:58.608Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2388 | 2026-06-18T04:03:58.608Z | test macaddrs::tests::test_mac_offset ... ok |
| 2389 | 2026-06-18T04:03:58.608Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2390 | 2026-06-18T04:03:58.608Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2391 | 2026-06-18T04:03:58.608Z | test nat::test_mapping ... ok |
| 2392 | 2026-06-18T04:03:58.611Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2393 | 2026-06-18T04:03:58.611Z | test port_map::tests::dump_map ... ok |
| 2394 | 2026-06-18T04:03:58.611Z | test port_map::tests::test_backplane_group ... ok |
| 2395 | 2026-06-18T04:03:58.611Z | test port_map::tests::test_port_map ... ok |
| 2396 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.147 DEBG created new freemap, unit: freemap_testJun 18 04:03:57.148 |
| 2397 | 2026-06-18T04:03:58.611Z | DEBG created new freemapJun 18 04:03:57.148, unitDEBGJun 18 04:03:57.148 :initted freemap. size: 128 , DEBG unit freemap_testcreated new freemap: |
| 2398 | 2026-06-18T04:03:58.611Z | , freemap_testunit |
| 2399 | 2026-06-18T04:03:58.611Z | :Jun 18 04:03:57.148 freemap_testDEBGJun 18 04:03:57.148 |
| 2400 | 2026-06-18T04:03:58.611Z | initted freemap. size: 128DEBG, unitreset freemap:Jun 18 04:03:57.148 , DEBGunit freemap_testinitted freemap. size: 128: |
| 2401 | 2026-06-18T04:03:58.611Z | , freemap_testunit |
| 2402 | 2026-06-18T04:03:58.611Z | : Jun 18 04:03:57.148freemap_test |
| 2403 | 2026-06-18T04:03:58.611Z | DEBG reset freemap, unit:Jun 18 04:03:57.148 freemap_testDEBG |
| 2404 | 2026-06-18T04:03:58.611Z | reset freemap, unit: freemap_test |
| 2405 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG created new freemap, unit: freemap_test |
| 2406 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG initted freemap. size: 128, unit: freemap_test |
| 2407 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG reset freemap, unit: freemap_test |
| 2408 | 2026-06-18T04:03:58.611Z | test freemap::test_exhaustion ... ok |
| 2409 | 2026-06-18T04:03:58.611Z | test freemap::test_reclaim ... ok |
| 2410 | 2026-06-18T04:03:58.611Z | test freemap::test_basic ... ok |
| 2411 | 2026-06-18T04:03:58.611Z | test freemap::test_free ... ok |
| 2412 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG created new freemap, unit: freemap_test |
| 2413 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG initted freemap. size: 128, unit: freemap_test |
| 2414 | 2026-06-18T04:03:58.611Z | Jun 18 04:03:57.148 DEBG reset freemap, unit: freemap_test |
| 2415 | 2026-06-18T04:03:58.612Z | test freemap::test_span ... ok |
| 2416 | 2026-06-18T04:03:58.612Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2417 | 2026-06-18T04:03:58.612Z | test api_server::tests::test_build_info ... ok |
| 2418 | 2026-06-18T04:03:58.612Z | |
| 2419 | 2026-06-18T04:03:58.612Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2420 | 2026-06-18T04:03:58.612Z | |
| 2421 | 2026-06-18T04:03:58.614Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-1767fe7e7f1da8ee) |
| 2422 | 2026-06-18T04:03:58.617Z | |
| 2423 | 2026-06-18T04:03:58.617Z | running 0 tests |
| 2424 | 2026-06-18T04:03:58.617Z | |
| 2425 | 2026-06-18T04:03:58.617Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2426 | 2026-06-18T04:03:58.617Z | |
| 2427 | 2026-06-18T04:03:58.617Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3) |
| 2428 | 2026-06-18T04:03:58.617Z | |
| 2429 | 2026-06-18T04:03:58.617Z | running 0 tests |
| 2430 | 2026-06-18T04:03:58.617Z | |
| 2431 | 2026-06-18T04:03:58.617Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2432 | 2026-06-18T04:03:58.617Z | |
| 2433 | 2026-06-18T04:03:58.617Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-88314423fc3b1589) |
| 2434 | 2026-06-18T04:03:58.621Z | |
| 2435 | 2026-06-18T04:03:58.621Z | running 6 tests |
| 2436 | 2026-06-18T04:03:58.621Z | test tests::test_full_lot_id_neither_present ... ok |
| 2437 | 2026-06-18T04:03:58.621Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2438 | 2026-06-18T04:03:58.621Z | test tests::test_full_lot_id_lot_only ... ok |
| 2439 | 2026-06-18T04:03:58.621Z | test tests::test_full_lot_id_both_present ... ok |
| 2440 | 2026-06-18T04:03:58.621Z | test tests::test_parse_client_port_id ... ok |
| 2441 | 2026-06-18T04:03:58.621Z | test tests::test_port_id_cmp ... ok |
| 2442 | 2026-06-18T04:03:58.621Z | |
| 2443 | 2026-06-18T04:03:58.621Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2444 | 2026-06-18T04:03:58.621Z | |
| 2445 | 2026-06-18T04:03:58.621Z | Running tests/test_all.rs (target/debug/deps/test_all-c69beecf6d1a1b46) |
| 2446 | 2026-06-18T04:03:58.624Z | |
| 2447 | 2026-06-18T04:03:58.624Z | running 0 tests |
| 2448 | 2026-06-18T04:03:58.624Z | |
| 2449 | 2026-06-18T04:03:58.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2450 | 2026-06-18T04:03:58.624Z | |
| 2451 | 2026-06-18T04:03:58.624Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b) |
| 2452 | 2026-06-18T04:03:58.624Z | |
| 2453 | 2026-06-18T04:03:58.624Z | running 0 tests |
| 2454 | 2026-06-18T04:03:58.624Z | |
| 2455 | 2026-06-18T04:03:58.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2456 | 2026-06-18T04:03:58.624Z | |
| 2457 | 2026-06-18T04:03:58.624Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad) |
| 2458 | 2026-06-18T04:03:58.627Z | |
| 2459 | 2026-06-18T04:03:58.627Z | running 0 tests |
| 2460 | 2026-06-18T04:03:58.627Z | |
| 2461 | 2026-06-18T04:03:58.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2462 | 2026-06-18T04:03:58.627Z | |
| 2463 | 2026-06-18T04:03:58.627Z | Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995) |
| 2464 | 2026-06-18T04:03:58.630Z | |
| 2465 | 2026-06-18T04:03:58.630Z | running 12 tests |
| 2466 | 2026-06-18T04:03:58.630Z | test icmp::test_v6_checksum ... ok |
| 2467 | 2026-06-18T04:03:58.630Z | test lldp::test_lldp_parse ... ok |
| 2468 | 2026-06-18T04:03:58.630Z | test pbuf::test_byte ... ok |
| 2469 | 2026-06-18T04:03:58.630Z | test icmp::test_v4_checksum ... ok |
| 2470 | 2026-06-18T04:03:58.630Z | test ipv6::test_ipv6_parse ... ok |
| 2471 | 2026-06-18T04:03:58.630Z | test pbuf::test_nibble ... ok |
| 2472 | 2026-06-18T04:03:58.630Z | test pbuf::test_overflow ... ok |
| 2473 | 2026-06-18T04:03:58.630Z | test pbuf::test_short ... ok |
| 2474 | 2026-06-18T04:03:58.630Z | test pbuf::test_twelve ... ok |
| 2475 | 2026-06-18T04:03:58.630Z | test pbuf::test_word ... ok |
| 2476 | 2026-06-18T04:03:58.630Z | test tcp::test_checksum_syn_nodata ... ok |
| 2477 | 2026-06-18T04:03:58.630Z | test tcp::test_checksum_ack_data ... ok |
| 2478 | 2026-06-18T04:03:58.631Z | |
| 2479 | 2026-06-18T04:03:58.631Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2480 | 2026-06-18T04:03:58.631Z | |
| 2481 | 2026-06-18T04:03:58.631Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 2482 | 2026-06-18T04:03:58.631Z | |
| 2483 | 2026-06-18T04:03:58.631Z | running 0 tests |
| 2484 | 2026-06-18T04:03:58.631Z | |
| 2485 | 2026-06-18T04:03:58.631Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2486 | 2026-06-18T04:03:58.631Z | |
| 2487 | 2026-06-18T04:03:58.634Z | Running unittests src/main.rs (target/debug/deps/swadm-cc86ab0d8a52e58b) |
| 2488 | 2026-06-18T04:03:58.634Z | |
| 2489 | 2026-06-18T04:03:58.634Z | running 5 tests |
| 2490 | 2026-06-18T04:03:58.634Z | test switchport::test::test_compute_lanes ... ok |
| 2491 | 2026-06-18T04:03:58.634Z | test switchport::test::port_id_ordering ... ok |
| 2492 | 2026-06-18T04:03:58.634Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2493 | 2026-06-18T04:03:58.634Z | Rx Loss-of-lock: Yes Yes Yes Lane 0Yes |
| 2494 | 2026-06-18T04:03:58.634Z | Rx Loss-of-signal: Yes Lane 1 YesLane 2 YesLane 3 Yes |
| 2495 | 2026-06-18T04:03:58.634Z | |
| 2496 | 2026-06-18T04:03:58.634Z | Rx CDR Enabled: Yes State: Activated YesActivated ActivatedYes ActivatedYes |
| 2497 | 2026-06-18T04:03:58.634Z | |
| 2498 | 2026-06-18T04:03:58.634Z | Tx Enabled: Yes Rx Output Enabled: false Yes falseYes Yesfalse |
| 2499 | 2026-06-18T04:03:58.634Z | false Tx Loss-of-lock: No |
| 2500 | 2026-06-18T04:03:58.634Z | Rx Output Status: valid Novalid Novalid Novalid |
| 2501 | 2026-06-18T04:03:58.634Z | |
| 2502 | 2026-06-18T04:03:58.634Z | Rx Loss-of-lock: true Tx Loss-of-signal: No trueNo true Notrue |
| 2503 | 2026-06-18T04:03:58.634Z | No |
| 2504 | 2026-06-18T04:03:58.634Z | Rx Loss-of-signal: false Tx CDR Enabled: No falseNo false Nofalse |
| 2505 | 2026-06-18T04:03:58.634Z | Rx Auto-squelch Disable: trueNo |
| 2506 | 2026-06-18T04:03:58.635Z | true Tx Adaptive EQ Fault: Notrue trueNo |
| 2507 | 2026-06-18T04:03:58.635Z | No Tx Output Enabled: trueNo |
| 2508 | 2026-06-18T04:03:58.635Z | true Tx Fault: Yestrue trueYes |
| 2509 | 2026-06-18T04:03:58.635Z | Tx Output Status: invalid Yesinvalid Yes |
| 2510 | 2026-06-18T04:03:58.635Z | invalid invalid |
| 2511 | 2026-06-18T04:03:58.635Z | Tx Loss-of-lock: false false false false |
| 2512 | 2026-06-18T04:03:58.635Z | Tx Loss-of-signal: true true true true |
| 2513 | 2026-06-18T04:03:58.635Z | Tx Auto-squelch Disable: false false false false |
| 2514 | 2026-06-18T04:03:58.635Z | Tx Adaptive EQ Fail: true true true true |
| 2515 | 2026-06-18T04:03:58.635Z | Tx Failure: false false false false |
| 2516 | 2026-06-18T04:03:58.635Z | Tx Force Squelch: true true true true |
| 2517 | 2026-06-18T04:03:58.635Z | Tx Input Polarity: normal normal normal normal |
| 2518 | 2026-06-18T04:03:58.635Z | test switchport::test::test_print_sff_datapath ... ok |
| 2519 | 2026-06-18T04:03:58.635Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2520 | 2026-06-18T04:03:58.638Z | test link::test_filter ... ok |
| 2521 | 2026-06-18T04:03:58.638Z | |
| 2522 | 2026-06-18T04:03:58.638Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2523 | 2026-06-18T04:03:58.638Z | |
| 2524 | 2026-06-18T04:03:58.638Z | Running tests/counters.rs (target/debug/deps/counters-102ef79baea6ddcc) |
| 2525 | 2026-06-18T04:03:58.638Z | |
| 2526 | 2026-06-18T04:03:58.638Z | running 1 test |
| 2527 | 2026-06-18T04:03:58.638Z | test test_p4_counter_list ... ignored |
| 2528 | 2026-06-18T04:03:58.638Z | |
| 2529 | 2026-06-18T04:03:58.638Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2530 | 2026-06-18T04:03:58.638Z | |
| 2531 | 2026-06-18T04:03:58.638Z | Running tests/port-link.rs (target/debug/deps/port_link-e8664947ac3b6f89) |
| 2532 | 2026-06-18T04:03:58.641Z | |
| 2533 | 2026-06-18T04:03:58.641Z | running 5 tests |
| 2534 | 2026-06-18T04:03:58.641Z | test test_an ... ignored |
| 2535 | 2026-06-18T04:03:58.641Z | test test_enable ... ignored |
| 2536 | 2026-06-18T04:03:58.641Z | test test_ip_addresses ... ignored |
| 2537 | 2026-06-18T04:03:58.641Z | test test_kr ... ignored |
| 2538 | 2026-06-18T04:03:58.641Z | test test_mac ... ignored |
| 2539 | 2026-06-18T04:03:58.641Z | |
| 2540 | 2026-06-18T04:03:58.641Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2541 | 2026-06-18T04:03:58.641Z | |
| 2542 | 2026-06-18T04:03:58.641Z | Running unittests src/main.rs (target/debug/deps/tfportd-eabf073a5b9b55a5) |
| 2543 | 2026-06-18T04:03:58.644Z | |
| 2544 | 2026-06-18T04:03:58.644Z | running 3 tests |
| 2545 | 2026-06-18T04:03:58.645Z | test linklocal::test_parse_ipadm ... ok |
| 2546 | 2026-06-18T04:03:58.645Z | test tfport::test_parse_tfport ... ok |
| 2547 | 2026-06-18T04:03:58.645Z | test config::tests::test_updates ... ok |
| 2548 | 2026-06-18T04:03:58.645Z | |
| 2549 | 2026-06-18T04:03:58.645Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2550 | 2026-06-18T04:03:58.645Z | |
| 2551 | 2026-06-18T04:03:58.645Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85) |
| 2552 | 2026-06-18T04:03:58.651Z | |
| 2553 | 2026-06-18T04:03:58.651Z | running 0 tests |
| 2554 | 2026-06-18T04:03:58.651Z | |
| 2555 | 2026-06-18T04:03:58.651Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2556 | 2026-06-18T04:03:58.651Z | |
| 2557 | 2026-06-18T04:03:58.651Z | Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243) |
| 2558 | 2026-06-18T04:03:58.651Z | |
| 2559 | 2026-06-18T04:03:58.651Z | running 0 tests |
| 2560 | 2026-06-18T04:03:58.651Z | |
| 2561 | 2026-06-18T04:03:58.651Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2562 | 2026-06-18T04:03:58.652Z | |
| 2563 | 2026-06-18T04:03:58.656Z | Doc-tests aal |
| 2564 | 2026-06-18T04:03:58.775Z | |
| 2565 | 2026-06-18T04:03:58.775Z | running 0 tests |
| 2566 | 2026-06-18T04:03:58.775Z | |
| 2567 | 2026-06-18T04:03:58.775Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2568 | 2026-06-18T04:03:58.775Z | |
| 2569 | 2026-06-18T04:03:58.791Z | Doc-tests aal_macros |
| 2570 | 2026-06-18T04:03:58.858Z | |
| 2571 | 2026-06-18T04:03:58.858Z | running 0 tests |
| 2572 | 2026-06-18T04:03:58.858Z | |
| 2573 | 2026-06-18T04:03:58.858Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2574 | 2026-06-18T04:03:58.858Z | |
| 2575 | 2026-06-18T04:03:58.869Z | Doc-tests common |
| 2576 | 2026-06-18T04:03:59.109Z | |
| 2577 | 2026-06-18T04:03:59.109Z | running 0 tests |
| 2578 | 2026-06-18T04:03:59.109Z | |
| 2579 | 2026-06-18T04:03:59.110Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2580 | 2026-06-18T04:03:59.110Z | |
| 2581 | 2026-06-18T04:03:59.129Z | Doc-tests dpd_api |
| 2582 | 2026-06-18T04:03:59.876Z | |
| 2583 | 2026-06-18T04:03:59.876Z | running 2 tests |
| 2584 | 2026-06-18T04:03:59.876Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2585 | 2026-06-18T04:03:59.876Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2586 | 2026-06-18T04:03:59.876Z | |
| 2587 | 2026-06-18T04:03:59.876Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2588 | 2026-06-18T04:03:59.876Z | |
| 2589 | 2026-06-18T04:03:59.906Z | Doc-tests dpd_client |
| 2590 | 2026-06-18T04:04:01.202Z | |
| 2591 | 2026-06-18T04:04:01.202Z | running 0 tests |
| 2592 | 2026-06-18T04:04:01.202Z | |
| 2593 | 2026-06-18T04:04:01.202Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2594 | 2026-06-18T04:04:01.202Z | |
| 2595 | 2026-06-18T04:04:01.246Z | Doc-tests dpd_types |
| 2596 | 2026-06-18T04:04:01.461Z | |
| 2597 | 2026-06-18T04:04:01.461Z | running 0 tests |
| 2598 | 2026-06-18T04:04:01.461Z | |
| 2599 | 2026-06-18T04:04:01.461Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2600 | 2026-06-18T04:04:01.461Z | |
| 2601 | 2026-06-18T04:04:01.486Z | Doc-tests dpd_types_versions |
| 2602 | 2026-06-18T04:04:02.697Z | |
| 2603 | 2026-06-18T04:04:02.697Z | running 1 test |
| 2604 | 2026-06-18T04:04:02.697Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2605 | 2026-06-18T04:04:02.697Z | |
| 2606 | 2026-06-18T04:04:02.697Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2607 | 2026-06-18T04:04:02.697Z | |
| 2608 | 2026-06-18T04:04:02.739Z | Doc-tests packet |
| 2609 | 2026-06-18T04:04:02.853Z | |
| 2610 | 2026-06-18T04:04:02.854Z | running 0 tests |
| 2611 | 2026-06-18T04:04:02.854Z | |
| 2612 | 2026-06-18T04:04:02.854Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2613 | 2026-06-18T04:04:02.854Z | |
| 2614 | 2026-06-18T04:04:02.869Z | Doc-tests pcap |
| 2615 | 2026-06-18T04:04:02.921Z | |
| 2616 | 2026-06-18T04:04:02.921Z | running 0 tests |
| 2617 | 2026-06-18T04:04:02.921Z | |
| 2618 | 2026-06-18T04:04:02.921Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2619 | 2026-06-18T04:04:02.921Z | |
| 2620 | 2026-06-18T04:04:02.991Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2621 | 2026-06-18T04:04:02.991Z | + RUST_BACKTRACE=full |
| 2622 | 2026-06-18T04:04:02.991Z | + cargo test --features tofino_asic --no-fail-fast |
| 2623 | 2026-06-18T04:04:03.595Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2624 | 2026-06-18T04:04:03.673Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2625 | 2026-06-18T04:04:03.682Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2626 | 2026-06-18T04:04:03.689Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2627 | 2026-06-18T04:04:12.237Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2628 | 2026-06-18T04:04:12.845Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2629 | 2026-06-18T04:04:53.528Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.52s |
| 2630 | 2026-06-18T04:04:53.648Z | Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498) |
| 2631 | 2026-06-18T04:04:53.651Z | |
| 2632 | 2026-06-18T04:04:53.651Z | running 5 tests |
| 2633 | 2026-06-18T04:04:53.651Z | test fuse::tests::chip_revision_b0 ... ok |
| 2634 | 2026-06-18T04:04:53.651Z | test fuse::tests::chip_revision_a0 ... ok |
| 2635 | 2026-06-18T04:04:53.652Z | test fuse::tests::chip_revision_b1 ... ok |
| 2636 | 2026-06-18T04:04:53.652Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2637 | 2026-06-18T04:04:53.652Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2638 | 2026-06-18T04:04:53.652Z | |
| 2639 | 2026-06-18T04:04:53.652Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2640 | 2026-06-18T04:04:53.652Z | |
| 2641 | 2026-06-18T04:04:53.655Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2642 | 2026-06-18T04:04:53.655Z | |
| 2643 | 2026-06-18T04:04:53.655Z | running 0 tests |
| 2644 | 2026-06-18T04:04:53.655Z | |
| 2645 | 2026-06-18T04:04:53.655Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2646 | 2026-06-18T04:04:53.655Z | |
| 2647 | 2026-06-18T04:04:53.655Z | Running unittests src/lib.rs (target/debug/deps/asic-2902425fd66d7458) |
| 2648 | 2026-06-18T04:04:53.760Z | |
| 2649 | 2026-06-18T04:04:53.760Z | running 8 tests |
| 2650 | 2026-06-18T04:04:53.764Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2651 | 2026-06-18T04:04:53.764Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2652 | 2026-06-18T04:04:53.764Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2653 | 2026-06-18T04:04:53.764Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2654 | 2026-06-18T04:04:53.764Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2655 | 2026-06-18T04:04:53.764Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2656 | 2026-06-18T04:04:53.770Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2657 | 2026-06-18T04:04:54.261Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2658 | 2026-06-18T04:04:54.262Z | |
| 2659 | 2026-06-18T04:04:54.262Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2660 | 2026-06-18T04:04:54.262Z | |
| 2661 | 2026-06-18T04:04:54.272Z | Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63) |
| 2662 | 2026-06-18T04:04:54.275Z | |
| 2663 | 2026-06-18T04:04:54.275Z | running 10 tests |
| 2664 | 2026-06-18T04:04:54.279Z | test nat::tests::test_vni ... ok |
| 2665 | 2026-06-18T04:04:54.279Z | test network::tests::test_equal ... ok |
| 2666 | 2026-06-18T04:04:54.279Z | test network::tests::test_eui64 ... ok |
| 2667 | 2026-06-18T04:04:54.279Z | test network::tests::test_not_equal ... ok |
| 2668 | 2026-06-18T04:04:54.279Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2669 | 2026-06-18T04:04:54.279Z | test network::tests::test_into ... ok |
| 2670 | 2026-06-18T04:04:54.279Z | test network::tests::test_to_string ... ok |
| 2671 | 2026-06-18T04:04:54.279Z | test network::tests::test_parse ... ok |
| 2672 | 2026-06-18T04:04:54.279Z | test test_purge ... ok |
| 2673 | 2026-06-18T04:04:54.282Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2674 | 2026-06-18T04:04:54.282Z | |
| 2675 | 2026-06-18T04:04:54.282Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2676 | 2026-06-18T04:04:54.283Z | |
| 2677 | 2026-06-18T04:04:54.283Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d) |
| 2678 | 2026-06-18T04:04:54.286Z | |
| 2679 | 2026-06-18T04:04:54.286Z | running 1 test |
| 2680 | 2026-06-18T04:04:54.286Z | ------- |
| 2681 | 2026-06-18T04:04:54.286Z | Generating OpenAPI documents from API definitions ... |
| 2682 | 2026-06-18T04:04:54.429Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2683 | 2026-06-18T04:04:54.499Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2684 | 2026-06-18T04:04:55.512Z | ------- |
| 2685 | 2026-06-18T04:04:55.512Z | Checking 12 OpenAPI documents... |
| 2686 | 2026-06-18T04:04:55.512Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2687 | 2026-06-18T04:04:55.512Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2688 | 2026-06-18T04:04:55.512Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2689 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2690 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2691 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2692 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2693 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2694 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2695 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2696 | 2026-06-18T04:04:55.516Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2697 | 2026-06-18T04:04:55.517Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2698 | 2026-06-18T04:04:55.517Z | Fresh dpd "latest" symlink |
| 2699 | 2026-06-18T04:04:55.517Z | ------- |
| 2700 | 2026-06-18T04:04:55.517Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2701 | 2026-06-18T04:04:55.578Z | test test::test_apis_up_to_date ... ok |
| 2702 | 2026-06-18T04:04:55.578Z | |
| 2703 | 2026-06-18T04:04:55.579Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s |
| 2704 | 2026-06-18T04:04:55.579Z | |
| 2705 | 2026-06-18T04:04:55.636Z | Running unittests src/main.rs (target/debug/deps/dpd-7ede9301d847b3f6) |
| 2706 | 2026-06-18T04:04:55.704Z | |
| 2707 | 2026-06-18T04:04:55.704Z | running 51 tests |
| 2708 | 2026-06-18T04:04:55.707Z | test freemap::test_ordering ... ok |
| 2709 | 2026-06-18T04:04:55.707Z | test config::tests::test_updates ... ok |
| 2710 | 2026-06-18T04:04:55.707Z | test freemap::test_split ... ok |
| 2711 | 2026-06-18T04:04:55.707Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2712 | 2026-06-18T04:04:55.707Z | test macaddrs::tests::test_mac_offset ... ok |
| 2713 | 2026-06-18T04:04:55.707Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2714 | 2026-06-18T04:04:55.707Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2715 | 2026-06-18T04:04:55.707Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2716 | 2026-06-18T04:04:55.707Z | test nat::test_mapping ... ok |
| 2717 | 2026-06-18T04:04:55.710Z | test port_map::tests::dump_map ... ok |
| 2718 | 2026-06-18T04:04:55.710Z | test port_map::tests::test_backplane_group ... ok |
| 2719 | 2026-06-18T04:04:55.710Z | test port_map::tests::test_port_map ... ok |
| 2720 | 2026-06-18T04:04:55.710Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2721 | 2026-06-18T04:04:55.710Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2722 | 2026-06-18T04:04:55.710Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2723 | 2026-06-18T04:04:55.710Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2724 | 2026-06-18T04:04:55.710Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2725 | 2026-06-18T04:04:55.710Z | Jun 18 04:04:54.246 DEBG created new freemap, unit: freemap_testJun 18 04:04:54.246Jun 18 04:04:54.246 DEBGDEBG |
| 2726 | 2026-06-18T04:04:55.710Z | created new freemap created new freemap, , unitunit:: freemap_testfreemap_test |
| 2727 | 2026-06-18T04:04:55.710Z | |
| 2728 | 2026-06-18T04:04:55.710Z | Jun 18 04:04:54.246Jun 18 04:04:54.246 Jun 18 04:04:54.246DEBGDEBG DEBGinitted freemap. size: 128initted freemap. size: 128 , initted freemap. size: 128unit, :unit, : unit :freemap_testfreemap_test |
| 2729 | 2026-06-18T04:04:55.710Z | freemap_test |
| 2730 | 2026-06-18T04:04:55.710Z | |
| 2731 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.246 Jun 18 04:04:54.246DEBG Jun 18 04:04:54.246DEBG DEBG reset freemapreset freemapreset freemap, , unitunit, :unit :freemap_test :freemap_testJun 18 04:04:54.246 |
| 2732 | 2026-06-18T04:04:55.711Z | freemap_test |
| 2733 | 2026-06-18T04:04:55.711Z | |
| 2734 | 2026-06-18T04:04:55.711Z | DEBG created new freemap, unit: freemap_test |
| 2735 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.246 DEBG initted freemap. size: 128, unit: freemap_test |
| 2736 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2737 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.246 DEBG reset freemap, unit: freemap_test |
| 2738 | 2026-06-18T04:04:55.711Z | test freemap::test_span ... ok |
| 2739 | 2026-06-18T04:04:55.711Z | test freemap::test_exhaustion ... ok |
| 2740 | 2026-06-18T04:04:55.711Z | test freemap::test_basic ... ok |
| 2741 | 2026-06-18T04:04:55.711Z | test freemap::test_free ... ok |
| 2742 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.247 DEBG created new freemap, unit: freemap_test |
| 2743 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.247 DEBG initted freemap. size: 128, unit: freemap_test |
| 2744 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2745 | 2026-06-18T04:04:55.711Z | Jun 18 04:04:54.247 DEBG reset freemap, unit: freemap_test |
| 2746 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2747 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2748 | 2026-06-18T04:04:55.711Z | test freemap::test_reclaim ... ok |
| 2749 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2750 | 2026-06-18T04:04:55.711Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2751 | 2026-06-18T04:04:55.711Z | test api_server::tests::test_build_info ... ok |
| 2752 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2753 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2754 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2755 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2756 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2757 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2758 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2759 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2760 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2761 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2762 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2763 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2764 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2765 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2766 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2767 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2768 | 2026-06-18T04:04:55.711Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2769 | 2026-06-18T04:04:55.712Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2770 | 2026-06-18T04:04:55.712Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2771 | 2026-06-18T04:04:55.712Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2772 | 2026-06-18T04:04:55.715Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2773 | 2026-06-18T04:04:55.715Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2774 | 2026-06-18T04:04:55.715Z | |
| 2775 | 2026-06-18T04:04:55.715Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2776 | 2026-06-18T04:04:55.715Z | |
| 2777 | 2026-06-18T04:04:55.726Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-7d4057630e72bb9b) |
| 2778 | 2026-06-18T04:04:55.729Z | |
| 2779 | 2026-06-18T04:04:55.729Z | running 0 tests |
| 2780 | 2026-06-18T04:04:55.729Z | |
| 2781 | 2026-06-18T04:04:55.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2782 | 2026-06-18T04:04:55.729Z | |
| 2783 | 2026-06-18T04:04:55.729Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3) |
| 2784 | 2026-06-18T04:04:55.731Z | |
| 2785 | 2026-06-18T04:04:55.731Z | running 0 tests |
| 2786 | 2026-06-18T04:04:55.731Z | |
| 2787 | 2026-06-18T04:04:55.731Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2788 | 2026-06-18T04:04:55.731Z | |
| 2789 | 2026-06-18T04:04:55.731Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-c56312d1b0853c50) |
| 2790 | 2026-06-18T04:04:55.734Z | |
| 2791 | 2026-06-18T04:04:55.734Z | running 6 tests |
| 2792 | 2026-06-18T04:04:55.734Z | test tests::test_port_id_cmp ... ok |
| 2793 | 2026-06-18T04:04:55.734Z | test tests::test_parse_client_port_id ... ok |
| 2794 | 2026-06-18T04:04:55.734Z | test tests::test_full_lot_id_neither_present ... ok |
| 2795 | 2026-06-18T04:04:55.735Z | test tests::test_full_lot_id_lot_only ... ok |
| 2796 | 2026-06-18T04:04:55.735Z | test tests::test_full_lot_id_both_present ... ok |
| 2797 | 2026-06-18T04:04:55.735Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2798 | 2026-06-18T04:04:55.735Z | |
| 2799 | 2026-06-18T04:04:55.735Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2800 | 2026-06-18T04:04:55.735Z | |
| 2801 | 2026-06-18T04:04:55.735Z | Running tests/test_all.rs (target/debug/deps/test_all-77b5f55179a8cf2e) |
| 2802 | 2026-06-18T04:04:55.739Z | |
| 2803 | 2026-06-18T04:04:55.739Z | running 0 tests |
| 2804 | 2026-06-18T04:04:55.739Z | |
| 2805 | 2026-06-18T04:04:55.739Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2806 | 2026-06-18T04:04:55.739Z | |
| 2807 | 2026-06-18T04:04:55.739Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b) |
| 2808 | 2026-06-18T04:04:55.739Z | |
| 2809 | 2026-06-18T04:04:55.739Z | running 0 tests |
| 2810 | 2026-06-18T04:04:55.739Z | |
| 2811 | 2026-06-18T04:04:55.739Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2812 | 2026-06-18T04:04:55.739Z | |
| 2813 | 2026-06-18T04:04:55.742Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad) |
| 2814 | 2026-06-18T04:04:55.743Z | |
| 2815 | 2026-06-18T04:04:55.743Z | running 0 tests |
| 2816 | 2026-06-18T04:04:55.743Z | |
| 2817 | 2026-06-18T04:04:55.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2818 | 2026-06-18T04:04:55.743Z | |
| 2819 | 2026-06-18T04:04:55.743Z | Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995) |
| 2820 | 2026-06-18T04:04:55.743Z | |
| 2821 | 2026-06-18T04:04:55.743Z | running 12 tests |
| 2822 | 2026-06-18T04:04:55.743Z | test icmp::test_v6_checksum ... ok |
| 2823 | 2026-06-18T04:04:55.743Z | test icmp::test_v4_checksum ... ok |
| 2824 | 2026-06-18T04:04:55.743Z | test ipv6::test_ipv6_parse ... ok |
| 2825 | 2026-06-18T04:04:55.743Z | test lldp::test_lldp_parse ... ok |
| 2826 | 2026-06-18T04:04:55.743Z | test pbuf::test_byte ... ok |
| 2827 | 2026-06-18T04:04:55.743Z | test pbuf::test_nibble ... ok |
| 2828 | 2026-06-18T04:04:55.743Z | test pbuf::test_short ... ok |
| 2829 | 2026-06-18T04:04:55.743Z | test pbuf::test_overflow ... ok |
| 2830 | 2026-06-18T04:04:55.743Z | test pbuf::test_twelve ... ok |
| 2831 | 2026-06-18T04:04:55.743Z | test pbuf::test_word ... ok |
| 2832 | 2026-06-18T04:04:55.743Z | test tcp::test_checksum_syn_nodata ... ok |
| 2833 | 2026-06-18T04:04:55.743Z | test tcp::test_checksum_ack_data ... ok |
| 2834 | 2026-06-18T04:04:55.743Z | |
| 2835 | 2026-06-18T04:04:55.743Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2836 | 2026-06-18T04:04:55.743Z | |
| 2837 | 2026-06-18T04:04:55.746Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 2838 | 2026-06-18T04:04:55.746Z | |
| 2839 | 2026-06-18T04:04:55.746Z | running 0 tests |
| 2840 | 2026-06-18T04:04:55.746Z | |
| 2841 | 2026-06-18T04:04:55.746Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2842 | 2026-06-18T04:04:55.746Z | |
| 2843 | 2026-06-18T04:04:55.746Z | Running unittests src/main.rs (target/debug/deps/swadm-b988603dceb2d23d) |
| 2844 | 2026-06-18T04:04:55.750Z | |
| 2845 | 2026-06-18T04:04:55.750Z | running 5 tests |
| 2846 | 2026-06-18T04:04:55.750Z | test switchport::test::test_compute_lanes ... ok |
| 2847 | 2026-06-18T04:04:55.750Z | test switchport::test::port_id_ordering ... ok |
| 2848 | 2026-06-18T04:04:55.750Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2849 | 2026-06-18T04:04:55.750Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2850 | 2026-06-18T04:04:55.750Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2851 | 2026-06-18T04:04:55.750Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2852 | 2026-06-18T04:04:55.750Z | Tx Enabled: Yes Yes Yes Yes |
| 2853 | 2026-06-18T04:04:55.750Z | Tx Loss-of-lock: No No No No |
| 2854 | 2026-06-18T04:04:55.750Z | Tx Loss-of-signal: No No No No |
| 2855 | 2026-06-18T04:04:55.750Z | Tx CDR Enabled: No No No No |
| 2856 | 2026-06-18T04:04:55.750Z | Tx Adaptive EQ Fault: No No No No |
| 2857 | 2026-06-18T04:04:55.750Z | Tx Fault: Yes Yes Yes Yes |
| 2858 | 2026-06-18T04:04:55.750Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2859 | 2026-06-18T04:04:55.750Z | State: Activated Activated Activated Activated |
| 2860 | 2026-06-18T04:04:55.750Z | Rx Output Enabled: false false false false |
| 2861 | 2026-06-18T04:04:55.750Z | Rx Output Status: valid valid valid valid |
| 2862 | 2026-06-18T04:04:55.750Z | Rx Loss-of-lock: true true true true |
| 2863 | 2026-06-18T04:04:55.750Z | Rx Loss-of-signal: false false false false |
| 2864 | 2026-06-18T04:04:55.750Z | Rx Auto-squelch Disable: true true true true |
| 2865 | 2026-06-18T04:04:55.750Z | Tx Output Enabled: true true true true |
| 2866 | 2026-06-18T04:04:55.750Z | Tx Output Status: invalid invalid invalid invalid |
| 2867 | 2026-06-18T04:04:55.750Z | Tx Loss-of-lock: false false false false |
| 2868 | 2026-06-18T04:04:55.750Z | Tx Loss-of-signal: true true true true |
| 2869 | 2026-06-18T04:04:55.750Z | test switchport::test::test_print_sff_datapath ... okTx Auto-squelch Disable: false |
| 2870 | 2026-06-18T04:04:55.750Z | false false false |
| 2871 | 2026-06-18T04:04:55.750Z | Tx Adaptive EQ Fail: true true true true |
| 2872 | 2026-06-18T04:04:55.750Z | Tx Failure: false false false false |
| 2873 | 2026-06-18T04:04:55.750Z | Tx Force Squelch: true true true true |
| 2874 | 2026-06-18T04:04:55.750Z | Tx Input Polarity: normal normal normal normal |
| 2875 | 2026-06-18T04:04:55.750Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2876 | 2026-06-18T04:04:55.750Z | test link::test_filter ... ok |
| 2877 | 2026-06-18T04:04:55.750Z | |
| 2878 | 2026-06-18T04:04:55.751Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2879 | 2026-06-18T04:04:55.751Z | |
| 2880 | 2026-06-18T04:04:55.751Z | Running tests/counters.rs (target/debug/deps/counters-864b6400e3071abd) |
| 2881 | 2026-06-18T04:04:55.754Z | |
| 2882 | 2026-06-18T04:04:55.754Z | running 1 test |
| 2883 | 2026-06-18T04:04:55.754Z | test test_p4_counter_list ... ignored |
| 2884 | 2026-06-18T04:04:55.754Z | |
| 2885 | 2026-06-18T04:04:55.754Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2886 | 2026-06-18T04:04:55.754Z | |
| 2887 | 2026-06-18T04:04:55.754Z | Running tests/port-link.rs (target/debug/deps/port_link-5d8dc24671799833) |
| 2888 | 2026-06-18T04:04:55.754Z | |
| 2889 | 2026-06-18T04:04:55.754Z | running 5 tests |
| 2890 | 2026-06-18T04:04:55.754Z | test test_an ... ignored |
| 2891 | 2026-06-18T04:04:55.754Z | test test_enable ... ignored |
| 2892 | 2026-06-18T04:04:55.754Z | test test_ip_addresses ... ignored |
| 2893 | 2026-06-18T04:04:55.754Z | test test_kr ... ignored |
| 2894 | 2026-06-18T04:04:55.754Z | test test_mac ... ignored |
| 2895 | 2026-06-18T04:04:55.754Z | |
| 2896 | 2026-06-18T04:04:55.754Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2897 | 2026-06-18T04:04:55.754Z | |
| 2898 | 2026-06-18T04:04:55.754Z | Running unittests src/main.rs (target/debug/deps/tfportd-34324190b3953e6f) |
| 2899 | 2026-06-18T04:04:55.757Z | |
| 2900 | 2026-06-18T04:04:55.757Z | running 3 tests |
| 2901 | 2026-06-18T04:04:55.760Z | test linklocal::test_parse_ipadm ... ok |
| 2902 | 2026-06-18T04:04:55.760Z | test tfport::test_parse_tfport ... ok |
| 2903 | 2026-06-18T04:04:55.760Z | test config::tests::test_updates ... ok |
| 2904 | 2026-06-18T04:04:55.760Z | |
| 2905 | 2026-06-18T04:04:55.760Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2906 | 2026-06-18T04:04:55.760Z | |
| 2907 | 2026-06-18T04:04:55.760Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85) |
| 2908 | 2026-06-18T04:04:55.763Z | |
| 2909 | 2026-06-18T04:04:55.763Z | running 0 tests |
| 2910 | 2026-06-18T04:04:55.763Z | |
| 2911 | 2026-06-18T04:04:55.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2912 | 2026-06-18T04:04:55.763Z | |
| 2913 | 2026-06-18T04:04:55.763Z | Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243) |
| 2914 | 2026-06-18T04:04:55.763Z | |
| 2915 | 2026-06-18T04:04:55.763Z | running 0 tests |
| 2916 | 2026-06-18T04:04:55.763Z | |
| 2917 | 2026-06-18T04:04:55.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2918 | 2026-06-18T04:04:55.763Z | |
| 2919 | 2026-06-18T04:04:55.763Z | Doc-tests aal |
| 2920 | 2026-06-18T04:04:55.889Z | |
| 2921 | 2026-06-18T04:04:55.889Z | running 0 tests |
| 2922 | 2026-06-18T04:04:55.889Z | |
| 2923 | 2026-06-18T04:04:55.889Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2924 | 2026-06-18T04:04:55.889Z | |
| 2925 | 2026-06-18T04:04:55.904Z | Doc-tests aal_macros |
| 2926 | 2026-06-18T04:04:55.972Z | |
| 2927 | 2026-06-18T04:04:55.972Z | running 0 tests |
| 2928 | 2026-06-18T04:04:55.972Z | |
| 2929 | 2026-06-18T04:04:55.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2930 | 2026-06-18T04:04:55.972Z | |
| 2931 | 2026-06-18T04:04:55.982Z | Doc-tests common |
| 2932 | 2026-06-18T04:04:56.218Z | |
| 2933 | 2026-06-18T04:04:56.218Z | running 0 tests |
| 2934 | 2026-06-18T04:04:56.218Z | |
| 2935 | 2026-06-18T04:04:56.218Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2936 | 2026-06-18T04:04:56.218Z | |
| 2937 | 2026-06-18T04:04:56.239Z | Doc-tests dpd_api |
| 2938 | 2026-06-18T04:04:56.982Z | |
| 2939 | 2026-06-18T04:04:56.982Z | running 2 tests |
| 2940 | 2026-06-18T04:04:56.982Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2941 | 2026-06-18T04:04:56.982Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2942 | 2026-06-18T04:04:56.982Z | |
| 2943 | 2026-06-18T04:04:56.982Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2944 | 2026-06-18T04:04:56.982Z | |
| 2945 | 2026-06-18T04:04:57.013Z | Doc-tests dpd_client |
| 2946 | 2026-06-18T04:04:58.310Z | |
| 2947 | 2026-06-18T04:04:58.310Z | running 0 tests |
| 2948 | 2026-06-18T04:04:58.310Z | |
| 2949 | 2026-06-18T04:04:58.310Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2950 | 2026-06-18T04:04:58.310Z | |
| 2951 | 2026-06-18T04:04:58.347Z | Doc-tests dpd_types |
| 2952 | 2026-06-18T04:04:58.587Z | |
| 2953 | 2026-06-18T04:04:58.587Z | running 0 tests |
| 2954 | 2026-06-18T04:04:58.587Z | |
| 2955 | 2026-06-18T04:04:58.587Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2956 | 2026-06-18T04:04:58.587Z | |
| 2957 | 2026-06-18T04:04:58.624Z | Doc-tests dpd_types_versions |
| 2958 | 2026-06-18T04:04:59.792Z | |
| 2959 | 2026-06-18T04:04:59.792Z | running 1 test |
| 2960 | 2026-06-18T04:04:59.792Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2961 | 2026-06-18T04:04:59.792Z | |
| 2962 | 2026-06-18T04:04:59.792Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2963 | 2026-06-18T04:04:59.792Z | |
| 2964 | 2026-06-18T04:04:59.839Z | Doc-tests packet |
| 2965 | 2026-06-18T04:04:59.950Z | |
| 2966 | 2026-06-18T04:04:59.950Z | running 0 tests |
| 2967 | 2026-06-18T04:04:59.950Z | |
| 2968 | 2026-06-18T04:04:59.950Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2969 | 2026-06-18T04:04:59.950Z | |
| 2970 | 2026-06-18T04:04:59.988Z | Doc-tests pcap |
| 2971 | 2026-06-18T04:05:00.033Z | |
| 2972 | 2026-06-18T04:05:00.033Z | running 0 tests |
| 2973 | 2026-06-18T04:05:00.033Z | |
| 2974 | 2026-06-18T04:05:00.033Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2975 | 2026-06-18T04:05:00.033Z | |
| 2976 | 2026-06-18T04:05:00.066Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2977 | 2026-06-18T04:05:00.066Z | + RUST_BACKTRACE=full |
| 2978 | 2026-06-18T04:05:00.066Z | + cargo test --features softnpu --no-fail-fast |
| 2979 | 2026-06-18T04:05:00.709Z | Compiling num-integer v0.1.46 |
| 2980 | 2026-06-18T04:05:00.794Z | Compiling num-complex v0.4.6 |
| 2981 | 2026-06-18T04:05:00.846Z | Compiling bitstruct_derive v0.1.0 |
| 2982 | 2026-06-18T04:05:00.847Z | Compiling tap v1.0.1 |
| 2983 | 2026-06-18T04:05:00.968Z | Compiling wyz v0.5.1 |
| 2984 | 2026-06-18T04:05:01.086Z | Compiling num-iter v0.1.45 |
| 2985 | 2026-06-18T04:05:01.121Z | Compiling num-rational v0.4.2 |
| 2986 | 2026-06-18T04:05:01.140Z | Compiling num-bigint v0.4.6 |
| 2987 | 2026-06-18T04:05:01.216Z | Compiling radium v0.7.0 |
| 2988 | 2026-06-18T04:05:01.228Z | Compiling funty v2.0.0 |
| 2989 | 2026-06-18T04:05:01.281Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2990 | 2026-06-18T04:05:01.326Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2991 | 2026-06-18T04:05:01.413Z | Compiling num v0.4.3 |
| 2992 | 2026-06-18T04:05:01.496Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2993 | 2026-06-18T04:05:01.560Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2994 | 2026-06-18T04:05:01.560Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2995 | 2026-06-18T04:05:01.667Z | Compiling bitvec v1.0.1 |
| 2996 | 2026-06-18T04:05:01.673Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2997 | 2026-06-18T04:05:01.794Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2998 | 2026-06-18T04:05:01.832Z | Compiling typeid v1.0.3 |
| 2999 | 2026-06-18T04:05:01.898Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3000 | 2026-06-18T04:05:01.914Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3001 | 2026-06-18T04:05:01.950Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3002 | 2026-06-18T04:05:03.345Z | Compiling ascii v1.1.0 |
| 3003 | 2026-06-18T04:05:03.361Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3004 | 2026-06-18T04:05:03.361Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3005 | 2026-06-18T04:05:03.361Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3006 | 2026-06-18T04:05:03.361Z | Compiling erased-serde v0.4.8 |
| 3007 | 2026-06-18T04:05:03.361Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 3008 | 2026-06-18T04:05:03.361Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3009 | 2026-06-18T04:05:03.361Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 3010 | 2026-06-18T04:05:03.361Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 3011 | 2026-06-18T04:05:03.361Z | Compiling bitstruct v0.1.1 |
| 3012 | 2026-06-18T04:05:03.661Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 3013 | 2026-06-18T04:05:03.878Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3014 | 2026-06-18T04:05:03.911Z | Compiling serde_arrays v0.1.0 |
| 3015 | 2026-06-18T04:05:03.957Z | Compiling libloading v0.7.4 |
| 3016 | 2026-06-18T04:05:04.246Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3017 | 2026-06-18T04:05:04.733Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 3018 | 2026-06-18T04:05:04.921Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 3019 | 2026-06-18T04:05:05.037Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3020 | 2026-06-18T04:05:06.003Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3021 | 2026-06-18T04:05:06.912Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3022 | 2026-06-18T04:05:12.831Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3023 | 2026-06-18T04:05:13.054Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 3024 | 2026-06-18T04:05:13.054Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3025 | 2026-06-18T04:05:13.130Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3026 | 2026-06-18T04:05:13.160Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3027 | 2026-06-18T04:05:13.732Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 3028 | 2026-06-18T04:05:15.263Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3029 | 2026-06-18T04:05:15.692Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3030 | 2026-06-18T04:05:18.151Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 3031 | 2026-06-18T04:05:18.736Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3032 | 2026-06-18T04:05:20.194Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3033 | 2026-06-18T04:05:22.306Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3034 | 2026-06-18T04:05:22.326Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3035 | 2026-06-18T04:05:23.218Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3036 | 2026-06-18T04:05:30.396Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3037 | 2026-06-18T04:05:32.535Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3038 | 2026-06-18T04:05:35.849Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3039 | 2026-06-18T04:06:17.500Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3040 | 2026-06-18T04:06:17.619Z | Running unittests src/lib.rs (target/debug/deps/aal-265a6d6f25df33f5) |
| 3041 | 2026-06-18T04:06:17.622Z | |
| 3042 | 2026-06-18T04:06:17.622Z | running 5 tests |
| 3043 | 2026-06-18T04:06:17.625Z | test fuse::tests::chip_revision_a0 ... ok |
| 3044 | 2026-06-18T04:06:17.625Z | test fuse::tests::chip_revision_b0 ... ok |
| 3045 | 2026-06-18T04:06:17.625Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3046 | 2026-06-18T04:06:17.625Z | test fuse::tests::chip_revision_b1 ... ok |
| 3047 | 2026-06-18T04:06:17.625Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3048 | 2026-06-18T04:06:17.625Z | |
| 3049 | 2026-06-18T04:06:17.625Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3050 | 2026-06-18T04:06:17.625Z | |
| 3051 | 2026-06-18T04:06:17.625Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3052 | 2026-06-18T04:06:17.628Z | |
| 3053 | 2026-06-18T04:06:17.628Z | running 0 tests |
| 3054 | 2026-06-18T04:06:17.628Z | |
| 3055 | 2026-06-18T04:06:17.628Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3056 | 2026-06-18T04:06:17.628Z | |
| 3057 | 2026-06-18T04:06:17.628Z | Running unittests src/lib.rs (target/debug/deps/asic-6b79f0c9bec011b0) |
| 3058 | 2026-06-18T04:06:17.633Z | |
| 3059 | 2026-06-18T04:06:17.633Z | running 0 tests |
| 3060 | 2026-06-18T04:06:17.633Z | |
| 3061 | 2026-06-18T04:06:17.633Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3062 | 2026-06-18T04:06:17.633Z | |
| 3063 | 2026-06-18T04:06:17.633Z | Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63) |
| 3064 | 2026-06-18T04:06:17.637Z | |
| 3065 | 2026-06-18T04:06:17.637Z | running 10 tests |
| 3066 | 2026-06-18T04:06:17.640Z | test nat::tests::test_vni ... ok |
| 3067 | 2026-06-18T04:06:17.640Z | test network::tests::test_equal ... ok |
| 3068 | 2026-06-18T04:06:17.640Z | test network::tests::test_eui64 ... ok |
| 3069 | 2026-06-18T04:06:17.640Z | test network::tests::test_into ... ok |
| 3070 | 2026-06-18T04:06:17.640Z | test network::tests::test_not_equal ... ok |
| 3071 | 2026-06-18T04:06:17.640Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3072 | 2026-06-18T04:06:17.640Z | test network::tests::test_parse ... ok |
| 3073 | 2026-06-18T04:06:17.640Z | test network::tests::test_to_string ... ok |
| 3074 | 2026-06-18T04:06:17.643Z | test test_purge ... ok |
| 3075 | 2026-06-18T04:06:17.645Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3076 | 2026-06-18T04:06:17.646Z | |
| 3077 | 2026-06-18T04:06:17.646Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3078 | 2026-06-18T04:06:17.646Z | |
| 3079 | 2026-06-18T04:06:17.646Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-57b761aab5ef11fe) |
| 3080 | 2026-06-18T04:06:17.651Z | |
| 3081 | 2026-06-18T04:06:17.651Z | running 1 test |
| 3082 | 2026-06-18T04:06:17.654Z | ------- |
| 3083 | 2026-06-18T04:06:17.654Z | Generating OpenAPI documents from API definitions ... |
| 3084 | 2026-06-18T04:06:17.792Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3085 | 2026-06-18T04:06:17.858Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3086 | 2026-06-18T04:06:18.865Z | ------- |
| 3087 | 2026-06-18T04:06:18.865Z | Checking 12 OpenAPI documents... |
| 3088 | 2026-06-18T04:06:18.865Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3089 | 2026-06-18T04:06:18.865Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3090 | 2026-06-18T04:06:18.865Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3091 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3092 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3093 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3094 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3095 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3096 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3097 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3098 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3099 | 2026-06-18T04:06:18.868Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3100 | 2026-06-18T04:06:18.868Z | Fresh dpd "latest" symlink |
| 3101 | 2026-06-18T04:06:18.868Z | ------- |
| 3102 | 2026-06-18T04:06:18.868Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3103 | 2026-06-18T04:06:18.931Z | test test::test_apis_up_to_date ... ok |
| 3104 | 2026-06-18T04:06:18.931Z | |
| 3105 | 2026-06-18T04:06:18.931Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 3106 | 2026-06-18T04:06:18.931Z | |
| 3107 | 2026-06-18T04:06:18.987Z | Running unittests src/main.rs (target/debug/deps/dpd-5d2960a5ef0f31fd) |
| 3108 | 2026-06-18T04:06:18.992Z | |
| 3109 | 2026-06-18T04:06:18.993Z | running 19 tests |
| 3110 | 2026-06-18T04:06:18.995Z | test freemap::test_ordering ... ok |
| 3111 | 2026-06-18T04:06:18.995Z | test config::tests::test_updates ... ok |
| 3112 | 2026-06-18T04:06:18.995Z | test freemap::test_split ... ok |
| 3113 | 2026-06-18T04:06:18.995Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3114 | 2026-06-18T04:06:18.995Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3115 | 2026-06-18T04:06:18.995Z | test macaddrs::tests::test_mac_offset ... ok |
| 3116 | 2026-06-18T04:06:18.999Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3117 | 2026-06-18T04:06:18.999Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3118 | 2026-06-18T04:06:18.999Z | test nat::test_mapping ... ok |
| 3119 | 2026-06-18T04:06:18.999Z | test port_map::tests::dump_map ... ok |
| 3120 | 2026-06-18T04:06:18.999Z | test port_map::tests::test_backplane_group ... ok |
| 3121 | 2026-06-18T04:06:18.999Z | test port_map::tests::test_port_map ... ok |
| 3122 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG created new freemapJun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test, |
| 3123 | 2026-06-18T04:06:18.999Z | unit: freemap_test |
| 3124 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 3125 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG reset freemapJun 18 04:06:17.534, unitDEBG: initted freemap. size: 128freemap_test, |
| 3126 | 2026-06-18T04:06:18.999Z | unit: freemap_test |
| 3127 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test |
| 3128 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test |
| 3129 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 3130 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test |
| 3131 | 2026-06-18T04:06:18.999Z | test freemap::test_basic ... ok |
| 3132 | 2026-06-18T04:06:18.999Z | test freemap::test_free ... ok |
| 3133 | 2026-06-18T04:06:18.999Z | test freemap::test_exhaustion ... ok |
| 3134 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG created new freemap, unit: freemap_test |
| 3135 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 3136 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.534 DEBG reset freemap, unit: freemap_test |
| 3137 | 2026-06-18T04:06:18.999Z | test freemap::test_reclaim ... ok |
| 3138 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.535 DEBG created new freemap, unit: freemap_test |
| 3139 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.535 DEBG initted freemap. size: 128, unit: freemap_test |
| 3140 | 2026-06-18T04:06:18.999Z | Jun 18 04:06:17.535 DEBG reset freemap, unit: freemap_test |
| 3141 | 2026-06-18T04:06:18.999Z | test freemap::test_span ... ok |
| 3142 | 2026-06-18T04:06:18.999Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3143 | 2026-06-18T04:06:18.999Z | test api_server::tests::test_build_info ... ok |
| 3144 | 2026-06-18T04:06:18.999Z | |
| 3145 | 2026-06-18T04:06:18.999Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3146 | 2026-06-18T04:06:18.999Z | |
| 3147 | 2026-06-18T04:06:19.003Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a65e5878434e1dc) |
| 3148 | 2026-06-18T04:06:19.005Z | |
| 3149 | 2026-06-18T04:06:19.005Z | running 0 tests |
| 3150 | 2026-06-18T04:06:19.005Z | |
| 3151 | 2026-06-18T04:06:19.005Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3152 | 2026-06-18T04:06:19.005Z | |
| 3153 | 2026-06-18T04:06:19.006Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-274fa631f2ad4cb3) |
| 3154 | 2026-06-18T04:06:19.006Z | |
| 3155 | 2026-06-18T04:06:19.006Z | running 0 tests |
| 3156 | 2026-06-18T04:06:19.006Z | |
| 3157 | 2026-06-18T04:06:19.006Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3158 | 2026-06-18T04:06:19.006Z | |
| 3159 | 2026-06-18T04:06:19.009Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-0a713b243d4a40b5) |
| 3160 | 2026-06-18T04:06:19.009Z | |
| 3161 | 2026-06-18T04:06:19.009Z | running 6 tests |
| 3162 | 2026-06-18T04:06:19.009Z | test tests::test_full_lot_id_neither_present ... ok |
| 3163 | 2026-06-18T04:06:19.009Z | test tests::test_full_lot_id_both_present ... ok |
| 3164 | 2026-06-18T04:06:19.009Z | test tests::test_full_lot_id_lot_only ... ok |
| 3165 | 2026-06-18T04:06:19.009Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3166 | 2026-06-18T04:06:19.009Z | test tests::test_parse_client_port_id ... ok |
| 3167 | 2026-06-18T04:06:19.009Z | test tests::test_port_id_cmp ... ok |
| 3168 | 2026-06-18T04:06:19.009Z | |
| 3169 | 2026-06-18T04:06:19.009Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3170 | 2026-06-18T04:06:19.009Z | |
| 3171 | 2026-06-18T04:06:19.012Z | Running tests/test_all.rs (target/debug/deps/test_all-fa9157f95efa8073) |
| 3172 | 2026-06-18T04:06:19.012Z | |
| 3173 | 2026-06-18T04:06:19.012Z | running 0 tests |
| 3174 | 2026-06-18T04:06:19.012Z | |
| 3175 | 2026-06-18T04:06:19.012Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3176 | 2026-06-18T04:06:19.012Z | |
| 3177 | 2026-06-18T04:06:19.012Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-57e5d919d5f620cf) |
| 3178 | 2026-06-18T04:06:19.015Z | |
| 3179 | 2026-06-18T04:06:19.015Z | running 0 tests |
| 3180 | 2026-06-18T04:06:19.015Z | |
| 3181 | 2026-06-18T04:06:19.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3182 | 2026-06-18T04:06:19.015Z | |
| 3183 | 2026-06-18T04:06:19.015Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-037f7efb49eaf504) |
| 3184 | 2026-06-18T04:06:19.015Z | |
| 3185 | 2026-06-18T04:06:19.015Z | running 0 tests |
| 3186 | 2026-06-18T04:06:19.015Z | |
| 3187 | 2026-06-18T04:06:19.015Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3188 | 2026-06-18T04:06:19.015Z | |
| 3189 | 2026-06-18T04:06:19.015Z | Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995) |
| 3190 | 2026-06-18T04:06:19.020Z | |
| 3191 | 2026-06-18T04:06:19.020Z | running 12 tests |
| 3192 | 2026-06-18T04:06:19.024Z | test icmp::test_v6_checksum ... ok |
| 3193 | 2026-06-18T04:06:19.024Z | test lldp::test_lldp_parse ... ok |
| 3194 | 2026-06-18T04:06:19.024Z | test icmp::test_v4_checksum ... ok |
| 3195 | 2026-06-18T04:06:19.024Z | test ipv6::test_ipv6_parse ... ok |
| 3196 | 2026-06-18T04:06:19.024Z | test pbuf::test_byte ... ok |
| 3197 | 2026-06-18T04:06:19.024Z | test pbuf::test_nibble ... ok |
| 3198 | 2026-06-18T04:06:19.024Z | test pbuf::test_short ... ok |
| 3199 | 2026-06-18T04:06:19.024Z | test pbuf::test_overflow ... ok |
| 3200 | 2026-06-18T04:06:19.024Z | test pbuf::test_twelve ... ok |
| 3201 | 2026-06-18T04:06:19.024Z | test pbuf::test_word ... ok |
| 3202 | 2026-06-18T04:06:19.024Z | test tcp::test_checksum_ack_data ... ok |
| 3203 | 2026-06-18T04:06:19.024Z | test tcp::test_checksum_syn_nodata ... ok |
| 3204 | 2026-06-18T04:06:19.024Z | |
| 3205 | 2026-06-18T04:06:19.024Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3206 | 2026-06-18T04:06:19.024Z | |
| 3207 | 2026-06-18T04:06:19.024Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 3208 | 2026-06-18T04:06:19.027Z | |
| 3209 | 2026-06-18T04:06:19.027Z | running 0 tests |
| 3210 | 2026-06-18T04:06:19.027Z | |
| 3211 | 2026-06-18T04:06:19.027Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3212 | 2026-06-18T04:06:19.027Z | |
| 3213 | 2026-06-18T04:06:19.030Z | Running unittests src/main.rs (target/debug/deps/swadm-cc86ab0d8a52e58b) |
| 3214 | 2026-06-18T04:06:19.037Z | |
| 3215 | 2026-06-18T04:06:19.037Z | running 5 tests |
| 3216 | 2026-06-18T04:06:19.041Z | test switchport::test::test_compute_lanes ... ok |
| 3217 | 2026-06-18T04:06:19.044Z | test switchport::test::port_id_ordering ... ok |
| 3218 | 2026-06-18T04:06:19.044Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3219 | 2026-06-18T04:06:19.044Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3220 | 2026-06-18T04:06:19.044Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3221 | 2026-06-18T04:06:19.044Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3222 | 2026-06-18T04:06:19.044Z | Tx Enabled: Yes Yes Yes Yes |
| 3223 | 2026-06-18T04:06:19.044Z | Tx Loss-of-lock: No No No No |
| 3224 | 2026-06-18T04:06:19.044Z | Tx Loss-of-signal: No No No No |
| 3225 | 2026-06-18T04:06:19.044Z | Tx CDR Enabled: No No No No |
| 3226 | 2026-06-18T04:06:19.044Z | Tx Adaptive EQ Fault: No No No No |
| 3227 | 2026-06-18T04:06:19.044Z | Tx Fault: Yes Yes Yes Yes |
| 3228 | 2026-06-18T04:06:19.044Z | test switchport::test::test_print_sff_datapath ... ok |
| 3229 | 2026-06-18T04:06:19.044Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3230 | 2026-06-18T04:06:19.044Z | State: Activated Activated Activated Activated |
| 3231 | 2026-06-18T04:06:19.045Z | Rx Output Enabled: false false false false |
| 3232 | 2026-06-18T04:06:19.045Z | Rx Output Status: valid valid valid valid |
| 3233 | 2026-06-18T04:06:19.045Z | Rx Loss-of-lock: true true true true |
| 3234 | 2026-06-18T04:06:19.045Z | Rx Loss-of-signal: false false false false |
| 3235 | 2026-06-18T04:06:19.045Z | Rx Auto-squelch Disable: true true true true |
| 3236 | 2026-06-18T04:06:19.045Z | Tx Output Enabled: true true true true |
| 3237 | 2026-06-18T04:06:19.045Z | Tx Output Status: invalid invalid invalid invalid |
| 3238 | 2026-06-18T04:06:19.045Z | Tx Loss-of-lock: false false false false |
| 3239 | 2026-06-18T04:06:19.045Z | Tx Loss-of-signal: true true true true |
| 3240 | 2026-06-18T04:06:19.045Z | Tx Auto-squelch Disable: false false false false |
| 3241 | 2026-06-18T04:06:19.045Z | Tx Adaptive EQ Fail: true true true true |
| 3242 | 2026-06-18T04:06:19.045Z | Tx Failure: false false false false |
| 3243 | 2026-06-18T04:06:19.045Z | Tx Force Squelch: true true true true |
| 3244 | 2026-06-18T04:06:19.045Z | Tx Input Polarity: normal normal normal normal |
| 3245 | 2026-06-18T04:06:19.045Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3246 | 2026-06-18T04:06:19.045Z | test link::test_filter ... ok |
| 3247 | 2026-06-18T04:06:19.045Z | |
| 3248 | 2026-06-18T04:06:19.045Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3249 | 2026-06-18T04:06:19.045Z | |
| 3250 | 2026-06-18T04:06:19.048Z | Running tests/counters.rs (target/debug/deps/counters-102ef79baea6ddcc) |
| 3251 | 2026-06-18T04:06:19.051Z | |
| 3252 | 2026-06-18T04:06:19.052Z | running 1 test |
| 3253 | 2026-06-18T04:06:19.054Z | test test_p4_counter_list ... ignored |
| 3254 | 2026-06-18T04:06:19.055Z | |
| 3255 | 2026-06-18T04:06:19.055Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3256 | 2026-06-18T04:06:19.055Z | |
| 3257 | 2026-06-18T04:06:19.055Z | Running tests/port-link.rs (target/debug/deps/port_link-e8664947ac3b6f89) |
| 3258 | 2026-06-18T04:06:19.058Z | |
| 3259 | 2026-06-18T04:06:19.058Z | running 5 tests |
| 3260 | 2026-06-18T04:06:19.061Z | test test_an ... ignored |
| 3261 | 2026-06-18T04:06:19.061Z | test test_enable ... ignored |
| 3262 | 2026-06-18T04:06:19.061Z | test test_ip_addresses ... ignored |
| 3263 | 2026-06-18T04:06:19.061Z | test test_kr ... ignored |
| 3264 | 2026-06-18T04:06:19.061Z | test test_mac ... ignored |
| 3265 | 2026-06-18T04:06:19.061Z | |
| 3266 | 2026-06-18T04:06:19.061Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3267 | 2026-06-18T04:06:19.061Z | |
| 3268 | 2026-06-18T04:06:19.061Z | Running unittests src/main.rs (target/debug/deps/tfportd-b31118be8b91f4ff) |
| 3269 | 2026-06-18T04:06:19.064Z | |
| 3270 | 2026-06-18T04:06:19.064Z | running 3 tests |
| 3271 | 2026-06-18T04:06:19.064Z | test linklocal::test_parse_ipadm ... ok |
| 3272 | 2026-06-18T04:06:19.064Z | test tfport::test_parse_tfport ... ok |
| 3273 | 2026-06-18T04:06:19.064Z | test config::tests::test_updates ... ok |
| 3274 | 2026-06-18T04:06:19.064Z | |
| 3275 | 2026-06-18T04:06:19.064Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3276 | 2026-06-18T04:06:19.064Z | |
| 3277 | 2026-06-18T04:06:19.067Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85) |
| 3278 | 2026-06-18T04:06:19.069Z | |
| 3279 | 2026-06-18T04:06:19.069Z | running 0 tests |
| 3280 | 2026-06-18T04:06:19.069Z | |
| 3281 | 2026-06-18T04:06:19.069Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3282 | 2026-06-18T04:06:19.069Z | |
| 3283 | 2026-06-18T04:06:19.072Z | Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243) |
| 3284 | 2026-06-18T04:06:19.075Z | |
| 3285 | 2026-06-18T04:06:19.075Z | running 0 tests |
| 3286 | 2026-06-18T04:06:19.075Z | |
| 3287 | 2026-06-18T04:06:19.075Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3288 | 2026-06-18T04:06:19.075Z | |
| 3289 | 2026-06-18T04:06:19.078Z | Doc-tests aal |
| 3290 | 2026-06-18T04:06:19.208Z | |
| 3291 | 2026-06-18T04:06:19.208Z | running 0 tests |
| 3292 | 2026-06-18T04:06:19.208Z | |
| 3293 | 2026-06-18T04:06:19.211Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3294 | 2026-06-18T04:06:19.211Z | |
| 3295 | 2026-06-18T04:06:19.225Z | Doc-tests aal_macros |
| 3296 | 2026-06-18T04:06:19.299Z | |
| 3297 | 2026-06-18T04:06:19.299Z | running 0 tests |
| 3298 | 2026-06-18T04:06:19.299Z | |
| 3299 | 2026-06-18T04:06:19.299Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3300 | 2026-06-18T04:06:19.299Z | |
| 3301 | 2026-06-18T04:06:19.311Z | Doc-tests common |
| 3302 | 2026-06-18T04:06:19.548Z | |
| 3303 | 2026-06-18T04:06:19.548Z | running 0 tests |
| 3304 | 2026-06-18T04:06:19.548Z | |
| 3305 | 2026-06-18T04:06:19.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3306 | 2026-06-18T04:06:19.548Z | |
| 3307 | 2026-06-18T04:06:19.569Z | Doc-tests dpd_api |
| 3308 | 2026-06-18T04:06:20.326Z | |
| 3309 | 2026-06-18T04:06:20.326Z | running 2 tests |
| 3310 | 2026-06-18T04:06:20.326Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3311 | 2026-06-18T04:06:20.326Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3312 | 2026-06-18T04:06:20.326Z | |
| 3313 | 2026-06-18T04:06:20.326Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3314 | 2026-06-18T04:06:20.326Z | |
| 3315 | 2026-06-18T04:06:20.359Z | Doc-tests dpd_client |
| 3316 | 2026-06-18T04:06:21.629Z | |
| 3317 | 2026-06-18T04:06:21.630Z | running 0 tests |
| 3318 | 2026-06-18T04:06:21.630Z | |
| 3319 | 2026-06-18T04:06:21.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3320 | 2026-06-18T04:06:21.630Z | |
| 3321 | 2026-06-18T04:06:21.674Z | Doc-tests dpd_types |
| 3322 | 2026-06-18T04:06:21.888Z | |
| 3323 | 2026-06-18T04:06:21.888Z | running 0 tests |
| 3324 | 2026-06-18T04:06:21.888Z | |
| 3325 | 2026-06-18T04:06:21.888Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3326 | 2026-06-18T04:06:21.888Z | |
| 3327 | 2026-06-18T04:06:21.915Z | Doc-tests dpd_types_versions |
| 3328 | 2026-06-18T04:06:23.131Z | |
| 3329 | 2026-06-18T04:06:23.131Z | running 1 test |
| 3330 | 2026-06-18T04:06:23.131Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3331 | 2026-06-18T04:06:23.131Z | |
| 3332 | 2026-06-18T04:06:23.131Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3333 | 2026-06-18T04:06:23.131Z | |
| 3334 | 2026-06-18T04:06:23.176Z | Doc-tests packet |
| 3335 | 2026-06-18T04:06:23.291Z | |
| 3336 | 2026-06-18T04:06:23.291Z | running 0 tests |
| 3337 | 2026-06-18T04:06:23.291Z | |
| 3338 | 2026-06-18T04:06:23.291Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3339 | 2026-06-18T04:06:23.291Z | |
| 3340 | 2026-06-18T04:06:23.308Z | Doc-tests pcap |
| 3341 | 2026-06-18T04:06:23.362Z | |
| 3342 | 2026-06-18T04:06:23.362Z | running 0 tests |
| 3343 | 2026-06-18T04:06:23.362Z | |
| 3344 | 2026-06-18T04:06:23.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3345 | 2026-06-18T04:06:23.362Z | |
| 3346 | 2026-06-18T04:06:23.417Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3347 | 2026-06-18T04:06:23.417Z | + RUST_BACKTRACE=full |
| 3348 | 2026-06-18T04:06:23.417Z | + cargo test --features chaos --no-fail-fast |
| 3349 | 2026-06-18T04:06:24.016Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3350 | 2026-06-18T04:06:24.096Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3351 | 2026-06-18T04:06:24.104Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3352 | 2026-06-18T04:06:32.447Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3353 | 2026-06-18T04:06:32.582Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3354 | 2026-06-18T04:07:08.413Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.98s |
| 3355 | 2026-06-18T04:07:08.529Z | Running unittests src/lib.rs (target/debug/deps/aal-59e419fb7fc4a498) |
| 3356 | 2026-06-18T04:07:08.535Z | |
| 3357 | 2026-06-18T04:07:08.535Z | running 5 tests |
| 3358 | 2026-06-18T04:07:08.538Z | test fuse::tests::chip_revision_b1 ... ok |
| 3359 | 2026-06-18T04:07:08.538Z | test fuse::tests::chip_revision_a0 ... ok |
| 3360 | 2026-06-18T04:07:08.538Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3361 | 2026-06-18T04:07:08.538Z | test fuse::tests::chip_revision_b0 ... ok |
| 3362 | 2026-06-18T04:07:08.538Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3363 | 2026-06-18T04:07:08.538Z | |
| 3364 | 2026-06-18T04:07:08.538Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3365 | 2026-06-18T04:07:08.538Z | |
| 3366 | 2026-06-18T04:07:08.538Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3367 | 2026-06-18T04:07:08.541Z | |
| 3368 | 2026-06-18T04:07:08.541Z | running 0 tests |
| 3369 | 2026-06-18T04:07:08.541Z | |
| 3370 | 2026-06-18T04:07:08.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3371 | 2026-06-18T04:07:08.541Z | |
| 3372 | 2026-06-18T04:07:08.543Z | Running unittests src/lib.rs (target/debug/deps/asic-ff2517cc8eff847f) |
| 3373 | 2026-06-18T04:07:08.546Z | |
| 3374 | 2026-06-18T04:07:08.546Z | running 0 tests |
| 3375 | 2026-06-18T04:07:08.546Z | |
| 3376 | 2026-06-18T04:07:08.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3377 | 2026-06-18T04:07:08.546Z | |
| 3378 | 2026-06-18T04:07:08.549Z | Running unittests src/lib.rs (target/debug/deps/common-54f1b6a9ed93bd63) |
| 3379 | 2026-06-18T04:07:08.552Z | |
| 3380 | 2026-06-18T04:07:08.553Z | running 10 tests |
| 3381 | 2026-06-18T04:07:08.557Z | test nat::tests::test_vni ... ok |
| 3382 | 2026-06-18T04:07:08.557Z | test network::tests::test_equal ... ok |
| 3383 | 2026-06-18T04:07:08.557Z | test network::tests::test_eui64 ... ok |
| 3384 | 2026-06-18T04:07:08.558Z | test network::tests::test_into ... ok |
| 3385 | 2026-06-18T04:07:08.558Z | test network::tests::test_not_equal ... ok |
| 3386 | 2026-06-18T04:07:08.558Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3387 | 2026-06-18T04:07:08.558Z | test network::tests::test_to_string ... ok |
| 3388 | 2026-06-18T04:07:08.558Z | test network::tests::test_parse ... ok |
| 3389 | 2026-06-18T04:07:08.558Z | test test_purge ... ok |
| 3390 | 2026-06-18T04:07:08.561Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3391 | 2026-06-18T04:07:08.561Z | |
| 3392 | 2026-06-18T04:07:08.561Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3393 | 2026-06-18T04:07:08.561Z | |
| 3394 | 2026-06-18T04:07:08.561Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-90c72d5c58a6d30d) |
| 3395 | 2026-06-18T04:07:08.583Z | |
| 3396 | 2026-06-18T04:07:08.583Z | running 1 test |
| 3397 | 2026-06-18T04:07:08.587Z | ------- |
| 3398 | 2026-06-18T04:07:08.590Z | Generating OpenAPI documents from API definitions ... |
| 3399 | 2026-06-18T04:07:08.747Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3400 | 2026-06-18T04:07:08.816Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3401 | 2026-06-18T04:07:09.823Z | ------- |
| 3402 | 2026-06-18T04:07:09.823Z | Checking 12 OpenAPI documents... |
| 3403 | 2026-06-18T04:07:09.823Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3404 | 2026-06-18T04:07:09.823Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3405 | 2026-06-18T04:07:09.823Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3406 | 2026-06-18T04:07:09.823Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3407 | 2026-06-18T04:07:09.823Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3408 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3409 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3410 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3411 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3412 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3413 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3414 | 2026-06-18T04:07:09.826Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3415 | 2026-06-18T04:07:09.826Z | Fresh dpd "latest" symlink |
| 3416 | 2026-06-18T04:07:09.826Z | ------- |
| 3417 | 2026-06-18T04:07:09.826Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3418 | 2026-06-18T04:07:09.892Z | test test::test_apis_up_to_date ... ok |
| 3419 | 2026-06-18T04:07:09.892Z | |
| 3420 | 2026-06-18T04:07:09.892Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 3421 | 2026-06-18T04:07:09.892Z | |
| 3422 | 2026-06-18T04:07:09.952Z | Running unittests src/main.rs (target/debug/deps/dpd-774d8c0d891264d9) |
| 3423 | 2026-06-18T04:07:09.958Z | |
| 3424 | 2026-06-18T04:07:09.958Z | running 19 tests |
| 3425 | 2026-06-18T04:07:09.960Z | test freemap::test_ordering ... ok |
| 3426 | 2026-06-18T04:07:09.960Z | test config::tests::test_updates ... ok |
| 3427 | 2026-06-18T04:07:09.960Z | test freemap::test_split ... ok |
| 3428 | 2026-06-18T04:07:09.961Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3429 | 2026-06-18T04:07:09.961Z | test macaddrs::tests::test_mac_offset ... ok |
| 3430 | 2026-06-18T04:07:09.963Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3431 | 2026-06-18T04:07:09.963Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3432 | 2026-06-18T04:07:09.963Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3433 | 2026-06-18T04:07:09.964Z | test nat::test_mapping ... ok |
| 3434 | 2026-06-18T04:07:09.964Z | test port_map::tests::dump_map ... ok |
| 3435 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.498 DEBG created new freemap, unit: freemap_test |
| 3436 | 2026-06-18T04:07:09.964Z | test port_map::tests::test_backplane_group ... ok |
| 3437 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG created new freemap, unitJun 18 04:07:08.499:Jun 18 04:07:08.499 freemap_testDEBG |
| 3438 | 2026-06-18T04:07:09.964Z | DEBG initted freemap. size: 128created new freemap, unit, :unitJun 18 04:07:08.499 freemap_testDEBG |
| 3439 | 2026-06-18T04:07:09.964Z | :Jun 18 04:07:08.499 initted freemap. size: 128 , freemap_testDEBGunit :Jun 18 04:07:08.499created new freemap |
| 3440 | 2026-06-18T04:07:09.964Z | DEBG, unitreset freemapfreemap_test, |
| 3441 | 2026-06-18T04:07:09.964Z | : freemap_testunit:Jun 18 04:07:08.499 |
| 3442 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499freemap_test |
| 3443 | 2026-06-18T04:07:09.964Z | DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 3444 | 2026-06-18T04:07:09.964Z | |
| 3445 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG initted freemap. size: 128Jun 18 04:07:08.499, unitDEBG: reset freemapfreemap_test, |
| 3446 | 2026-06-18T04:07:09.964Z | unit: freemap_test |
| 3447 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG reset freemap, unit: freemap_test |
| 3448 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG created new freemap, unit: freemap_test |
| 3449 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG initted freemap. size: 128, unit: freemap_test |
| 3450 | 2026-06-18T04:07:09.964Z | Jun 18 04:07:08.499 DEBG reset freemap, unit: freemap_test |
| 3451 | 2026-06-18T04:07:09.964Z | test port_map::tests::test_port_map ... ok |
| 3452 | 2026-06-18T04:07:09.964Z | test freemap::test_basic ... ok |
| 3453 | 2026-06-18T04:07:09.964Z | test freemap::test_reclaim ... ok |
| 3454 | 2026-06-18T04:07:09.964Z | test freemap::test_exhaustion ... ok |
| 3455 | 2026-06-18T04:07:09.964Z | test freemap::test_free ... ok |
| 3456 | 2026-06-18T04:07:09.964Z | test freemap::test_span ... ok |
| 3457 | 2026-06-18T04:07:09.964Z | test api_server::tests::test_build_info ... ok |
| 3458 | 2026-06-18T04:07:09.964Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3459 | 2026-06-18T04:07:09.964Z | |
| 3460 | 2026-06-18T04:07:09.964Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3461 | 2026-06-18T04:07:09.964Z | |
| 3462 | 2026-06-18T04:07:09.967Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a0423f27087996e3) |
| 3463 | 2026-06-18T04:07:09.971Z | |
| 3464 | 2026-06-18T04:07:09.972Z | running 0 tests |
| 3465 | 2026-06-18T04:07:09.972Z | |
| 3466 | 2026-06-18T04:07:09.974Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3467 | 2026-06-18T04:07:09.974Z | |
| 3468 | 2026-06-18T04:07:09.974Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-95bae0cfccabaab3) |
| 3469 | 2026-06-18T04:07:09.977Z | |
| 3470 | 2026-06-18T04:07:09.977Z | running 0 tests |
| 3471 | 2026-06-18T04:07:09.977Z | |
| 3472 | 2026-06-18T04:07:09.977Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3473 | 2026-06-18T04:07:09.977Z | |
| 3474 | 2026-06-18T04:07:09.980Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-f0d08d50961d5e15) |
| 3475 | 2026-06-18T04:07:09.986Z | |
| 3476 | 2026-06-18T04:07:09.987Z | running 6 tests |
| 3477 | 2026-06-18T04:07:09.990Z | test tests::test_full_lot_id_neither_present ... ok |
| 3478 | 2026-06-18T04:07:09.990Z | test tests::test_full_lot_id_both_present ... ok |
| 3479 | 2026-06-18T04:07:09.990Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3480 | 2026-06-18T04:07:09.990Z | test tests::test_full_lot_id_lot_only ... ok |
| 3481 | 2026-06-18T04:07:09.992Z | test tests::test_port_id_cmp ... ok |
| 3482 | 2026-06-18T04:07:09.992Z | test tests::test_parse_client_port_id ... ok |
| 3483 | 2026-06-18T04:07:09.992Z | |
| 3484 | 2026-06-18T04:07:09.993Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3485 | 2026-06-18T04:07:09.993Z | |
| 3486 | 2026-06-18T04:07:09.993Z | Running tests/test_all.rs (target/debug/deps/test_all-9d12ec0fa77e0994) |
| 3487 | 2026-06-18T04:07:09.997Z | |
| 3488 | 2026-06-18T04:07:09.997Z | running 6 tests |
| 3489 | 2026-06-18T04:07:13.006Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3490 | 2026-06-18T04:07:13.009Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3491 | 2026-06-18T04:07:13.009Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3492 | 2026-06-18T04:07:13.015Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3493 | 2026-06-18T04:07:13.346Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3494 | 2026-06-18T04:07:15.220Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 3495 | 2026-06-18T04:07:15.220Z | |
| 3496 | 2026-06-18T04:07:15.220Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.22s |
| 3497 | 2026-06-18T04:07:15.220Z | |
| 3498 | 2026-06-18T04:07:15.226Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-5bea05b3f515273b) |
| 3499 | 2026-06-18T04:07:15.232Z | |
| 3500 | 2026-06-18T04:07:15.232Z | running 0 tests |
| 3501 | 2026-06-18T04:07:15.232Z | |
| 3502 | 2026-06-18T04:07:15.234Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3503 | 2026-06-18T04:07:15.235Z | |
| 3504 | 2026-06-18T04:07:15.235Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-217257a1dcbf56ad) |
| 3505 | 2026-06-18T04:07:15.237Z | |
| 3506 | 2026-06-18T04:07:15.237Z | running 0 tests |
| 3507 | 2026-06-18T04:07:15.237Z | |
| 3508 | 2026-06-18T04:07:15.237Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3509 | 2026-06-18T04:07:15.238Z | |
| 3510 | 2026-06-18T04:07:15.240Z | Running unittests src/lib.rs (target/debug/deps/packet-63852922dba47995) |
| 3511 | 2026-06-18T04:07:15.248Z | |
| 3512 | 2026-06-18T04:07:15.248Z | running 12 tests |
| 3513 | 2026-06-18T04:07:15.251Z | test icmp::test_v6_checksum ... ok |
| 3514 | 2026-06-18T04:07:15.251Z | test lldp::test_lldp_parse ... ok |
| 3515 | 2026-06-18T04:07:15.251Z | test icmp::test_v4_checksum ... ok |
| 3516 | 2026-06-18T04:07:15.251Z | test ipv6::test_ipv6_parse ... ok |
| 3517 | 2026-06-18T04:07:15.251Z | test pbuf::test_byte ... ok |
| 3518 | 2026-06-18T04:07:15.251Z | test pbuf::test_nibble ... ok |
| 3519 | 2026-06-18T04:07:15.251Z | test pbuf::test_short ... ok |
| 3520 | 2026-06-18T04:07:15.251Z | test pbuf::test_overflow ... ok |
| 3521 | 2026-06-18T04:07:15.251Z | test pbuf::test_twelve ... ok |
| 3522 | 2026-06-18T04:07:15.251Z | test pbuf::test_word ... ok |
| 3523 | 2026-06-18T04:07:15.251Z | test tcp::test_checksum_ack_data ... ok |
| 3524 | 2026-06-18T04:07:15.251Z | test tcp::test_checksum_syn_nodata ... ok |
| 3525 | 2026-06-18T04:07:15.251Z | |
| 3526 | 2026-06-18T04:07:15.251Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3527 | 2026-06-18T04:07:15.251Z | |
| 3528 | 2026-06-18T04:07:15.251Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 3529 | 2026-06-18T04:07:15.254Z | |
| 3530 | 2026-06-18T04:07:15.254Z | running 0 tests |
| 3531 | 2026-06-18T04:07:15.254Z | |
| 3532 | 2026-06-18T04:07:15.254Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3533 | 2026-06-18T04:07:15.254Z | |
| 3534 | 2026-06-18T04:07:15.257Z | Running unittests src/main.rs (target/debug/deps/swadm-b37c3bff57238bd0) |
| 3535 | 2026-06-18T04:07:15.260Z | |
| 3536 | 2026-06-18T04:07:15.260Z | running 5 tests |
| 3537 | 2026-06-18T04:07:15.260Z | test switchport::test::test_compute_lanes ... ok |
| 3538 | 2026-06-18T04:07:15.260Z | test switchport::test::port_id_ordering ... ok |
| 3539 | 2026-06-18T04:07:15.260Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3540 | 2026-06-18T04:07:15.260Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 3541 | 2026-06-18T04:07:15.260Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 3542 | 2026-06-18T04:07:15.260Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 3543 | 2026-06-18T04:07:15.260Z | Tx Enabled: Yes Yes Yes Yes |
| 3544 | 2026-06-18T04:07:15.260Z | Tx Loss-of-lock: No No No No |
| 3545 | 2026-06-18T04:07:15.260Z | Tx Loss-of-signal: No No No No |
| 3546 | 2026-06-18T04:07:15.260Z | Tx CDR Enabled: No No No No |
| 3547 | 2026-06-18T04:07:15.260Z | Tx Adaptive EQ Fault: No No No No |
| 3548 | 2026-06-18T04:07:15.260Z | Tx Fault: Yes Yes Yes Yes |
| 3549 | 2026-06-18T04:07:15.260Z | test switchport::test::test_print_sff_datapath ... ok |
| 3550 | 2026-06-18T04:07:15.260Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3551 | 2026-06-18T04:07:15.260Z | State: Activated Activated Activated Activated |
| 3552 | 2026-06-18T04:07:15.260Z | Rx Output Enabled: false false false false |
| 3553 | 2026-06-18T04:07:15.260Z | Rx Output Status: valid valid valid valid |
| 3554 | 2026-06-18T04:07:15.260Z | Rx Loss-of-lock: true true true true |
| 3555 | 2026-06-18T04:07:15.260Z | Rx Loss-of-signal: false false false false |
| 3556 | 2026-06-18T04:07:15.260Z | Rx Auto-squelch Disable: true true true true |
| 3557 | 2026-06-18T04:07:15.260Z | Tx Output Enabled: true true true true |
| 3558 | 2026-06-18T04:07:15.260Z | Tx Output Status: invalid invalid invalid invalid |
| 3559 | 2026-06-18T04:07:15.260Z | Tx Loss-of-lock: false false false false |
| 3560 | 2026-06-18T04:07:15.260Z | Tx Loss-of-signal: true true true true |
| 3561 | 2026-06-18T04:07:15.260Z | Tx Auto-squelch Disable: false false false false |
| 3562 | 2026-06-18T04:07:15.261Z | Tx Adaptive EQ Fail: true true true true |
| 3563 | 2026-06-18T04:07:15.261Z | Tx Failure: false false false false |
| 3564 | 2026-06-18T04:07:15.261Z | Tx Force Squelch: true true true true |
| 3565 | 2026-06-18T04:07:15.261Z | Tx Input Polarity: normal normal normal normal |
| 3566 | 2026-06-18T04:07:15.261Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3567 | 2026-06-18T04:07:15.261Z | test link::test_filter ... ok |
| 3568 | 2026-06-18T04:07:15.261Z | |
| 3569 | 2026-06-18T04:07:15.261Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3570 | 2026-06-18T04:07:15.261Z | |
| 3571 | 2026-06-18T04:07:15.264Z | Running tests/counters.rs (target/debug/deps/counters-d51f10f7d80b40e9) |
| 3572 | 2026-06-18T04:07:15.264Z | |
| 3573 | 2026-06-18T04:07:15.264Z | running 1 test |
| 3574 | 2026-06-18T04:07:15.264Z | test test_p4_counter_list ... ignored |
| 3575 | 2026-06-18T04:07:15.264Z | |
| 3576 | 2026-06-18T04:07:15.264Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3577 | 2026-06-18T04:07:15.264Z | |
| 3578 | 2026-06-18T04:07:15.264Z | Running tests/port-link.rs (target/debug/deps/port_link-0a41d514ed8bc1cc) |
| 3579 | 2026-06-18T04:07:15.269Z | |
| 3580 | 2026-06-18T04:07:15.269Z | running 5 tests |
| 3581 | 2026-06-18T04:07:15.272Z | test test_an ... ignored |
| 3582 | 2026-06-18T04:07:15.272Z | test test_enable ... ignored |
| 3583 | 2026-06-18T04:07:15.272Z | test test_ip_addresses ... ignored |
| 3584 | 2026-06-18T04:07:15.272Z | test test_kr ... ignored |
| 3585 | 2026-06-18T04:07:15.272Z | test test_mac ... ignored |
| 3586 | 2026-06-18T04:07:15.272Z | |
| 3587 | 2026-06-18T04:07:15.272Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3588 | 2026-06-18T04:07:15.272Z | |
| 3589 | 2026-06-18T04:07:15.272Z | Running unittests src/main.rs (target/debug/deps/tfportd-fa7526952ef58def) |
| 3590 | 2026-06-18T04:07:15.277Z | |
| 3591 | 2026-06-18T04:07:15.277Z | running 3 tests |
| 3592 | 2026-06-18T04:07:15.279Z | test linklocal::test_parse_ipadm ... ok |
| 3593 | 2026-06-18T04:07:15.279Z | test tfport::test_parse_tfport ... ok |
| 3594 | 2026-06-18T04:07:15.279Z | test config::tests::test_updates ... ok |
| 3595 | 2026-06-18T04:07:15.279Z | |
| 3596 | 2026-06-18T04:07:15.279Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3597 | 2026-06-18T04:07:15.279Z | |
| 3598 | 2026-06-18T04:07:15.279Z | Running unittests src/main.rs (target/debug/deps/uplinkd-d1934093bd77ea85) |
| 3599 | 2026-06-18T04:07:15.283Z | |
| 3600 | 2026-06-18T04:07:15.283Z | running 0 tests |
| 3601 | 2026-06-18T04:07:15.283Z | |
| 3602 | 2026-06-18T04:07:15.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3603 | 2026-06-18T04:07:15.283Z | |
| 3604 | 2026-06-18T04:07:15.283Z | Running unittests src/main.rs (target/debug/deps/xtask-49190e4c5c67a243) |
| 3605 | 2026-06-18T04:07:15.286Z | |
| 3606 | 2026-06-18T04:07:15.286Z | running 0 tests |
| 3607 | 2026-06-18T04:07:15.286Z | |
| 3608 | 2026-06-18T04:07:15.286Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3609 | 2026-06-18T04:07:15.286Z | |
| 3610 | 2026-06-18T04:07:15.288Z | Doc-tests aal |
| 3611 | 2026-06-18T04:07:15.460Z | |
| 3612 | 2026-06-18T04:07:15.460Z | running 0 tests |
| 3613 | 2026-06-18T04:07:15.460Z | |
| 3614 | 2026-06-18T04:07:15.463Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3615 | 2026-06-18T04:07:15.463Z | |
| 3616 | 2026-06-18T04:07:15.476Z | Doc-tests aal_macros |
| 3617 | 2026-06-18T04:07:15.548Z | |
| 3618 | 2026-06-18T04:07:15.548Z | running 0 tests |
| 3619 | 2026-06-18T04:07:15.548Z | |
| 3620 | 2026-06-18T04:07:15.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3621 | 2026-06-18T04:07:15.548Z | |
| 3622 | 2026-06-18T04:07:15.559Z | Doc-tests common |
| 3623 | 2026-06-18T04:07:15.797Z | |
| 3624 | 2026-06-18T04:07:15.797Z | running 0 tests |
| 3625 | 2026-06-18T04:07:15.797Z | |
| 3626 | 2026-06-18T04:07:15.797Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3627 | 2026-06-18T04:07:15.797Z | |
| 3628 | 2026-06-18T04:07:15.818Z | Doc-tests dpd_api |
| 3629 | 2026-06-18T04:07:16.656Z | |
| 3630 | 2026-06-18T04:07:16.656Z | running 2 tests |
| 3631 | 2026-06-18T04:07:16.656Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3632 | 2026-06-18T04:07:16.656Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3633 | 2026-06-18T04:07:16.656Z | |
| 3634 | 2026-06-18T04:07:16.656Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3635 | 2026-06-18T04:07:16.656Z | |
| 3636 | 2026-06-18T04:07:16.687Z | Doc-tests dpd_client |
| 3637 | 2026-06-18T04:07:18.049Z | |
| 3638 | 2026-06-18T04:07:18.050Z | running 0 tests |
| 3639 | 2026-06-18T04:07:18.050Z | |
| 3640 | 2026-06-18T04:07:18.050Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3641 | 2026-06-18T04:07:18.050Z | |
| 3642 | 2026-06-18T04:07:18.096Z | Doc-tests dpd_types |
| 3643 | 2026-06-18T04:07:18.309Z | |
| 3644 | 2026-06-18T04:07:18.309Z | running 0 tests |
| 3645 | 2026-06-18T04:07:18.310Z | |
| 3646 | 2026-06-18T04:07:18.310Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3647 | 2026-06-18T04:07:18.310Z | |
| 3648 | 2026-06-18T04:07:18.335Z | Doc-tests dpd_types_versions |
| 3649 | 2026-06-18T04:07:19.548Z | |
| 3650 | 2026-06-18T04:07:19.548Z | running 1 test |
| 3651 | 2026-06-18T04:07:19.548Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3652 | 2026-06-18T04:07:19.548Z | |
| 3653 | 2026-06-18T04:07:19.548Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3654 | 2026-06-18T04:07:19.548Z | |
| 3655 | 2026-06-18T04:07:19.593Z | Doc-tests packet |
| 3656 | 2026-06-18T04:07:19.706Z | |
| 3657 | 2026-06-18T04:07:19.707Z | running 0 tests |
| 3658 | 2026-06-18T04:07:19.707Z | |
| 3659 | 2026-06-18T04:07:19.707Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3660 | 2026-06-18T04:07:19.707Z | |
| 3661 | 2026-06-18T04:07:19.722Z | Doc-tests pcap |
| 3662 | 2026-06-18T04:07:19.775Z | |
| 3663 | 2026-06-18T04:07:19.776Z | running 0 tests |
| 3664 | 2026-06-18T04:07:19.776Z | |
| 3665 | 2026-06-18T04:07:19.776Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3666 | 2026-06-18T04:07:19.776Z | |
| 3667 | 2026-06-18T04:07:19.827Z | process exited: duration 588735 ms, exit code 0 |
| |
| 3668 | 2026-06-18T04:07:19.833Z | found 0 output files |