|
|
|
| 1 | 2026-06-03T08:08:45.045Z | job assigned to worker 01KT68CM212MBTQS6D0PJN5N7R [factory aws, i-07772051969112f7e] (queued for 56 s) |
| |
| 2 | 2026-06-03T08:08:51.412Z | starting task 0: "setup" |
| 3 | 2026-06-03T08:08:51.416Z | ++ uname -s |
| 4 | 2026-06-03T08:08:51.419Z | + kern=SunOS |
| 5 | 2026-06-03T08:08:51.419Z | + build_user=build |
| 6 | 2026-06-03T08:08:51.419Z | + build_uid=12345 |
| 7 | 2026-06-03T08:08:51.419Z | + work_dir=/work |
| 8 | 2026-06-03T08:08:51.419Z | + input_dir=/input |
| 9 | 2026-06-03T08:08:51.419Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-03T08:08:51.419Z | + case "$kern" in |
| 11 | 2026-06-03T08:08:51.419Z | + groupadd -g 12345 build |
| 12 | 2026-06-03T08:08:51.422Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-03T08:08:53.427Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-03T08:08:53.548Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-03T08:08:53.551Z | + home_fs=zfs |
| 16 | 2026-06-03T08:08:53.551Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-03T08:08:53.551Z | + mkdir -p /home/build |
| 18 | 2026-06-03T08:08:53.551Z | + chown build:build /home/build /work |
| 19 | 2026-06-03T08:08:55.554Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-03T08:08:55.558Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-06-03T08:08:55.564Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-03T08:08:55.568Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-06-03T08:08:55.568Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-06-03T08:08:55.568Z | * rust toolchain profile = "default" |
| 25 | 2026-06-03T08:08:55.569Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-03T08:08:55.569Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-03T08:08:55.569Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-03T08:08:55.572Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-03T08:08:55.572Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-06-03T08:08:55.628Z | info: downloading installer |
| 31 | 2026-06-03T08:08:56.937Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-03T08:08:56.937Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-03T08:08:56.937Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-03T08:08:56.937Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-03T08:08:56.946Z | info: profile set to default |
| 36 | 2026-06-03T08:08:56.946Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-03T08:08:56.949Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-06-03T08:08:57.084Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-06-03T08:08:57.089Z | info: downloading 6 components |
| 40 | 2026-06-03T08:09:10.880Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-06-03T08:09:10.880Z | |
| 42 | 2026-06-03T08:09:10.948Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-06-03T08:09:10.949Z | |
| 44 | 2026-06-03T08:09:10.949Z | |
| 45 | 2026-06-03T08:09:10.949Z | Rust is installed now. Great! |
| 46 | 2026-06-03T08:09:10.949Z | |
| 47 | 2026-06-03T08:09:10.949Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-03T08:09:10.949Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-03T08:09:10.949Z | |
| 50 | 2026-06-03T08:09:10.949Z | To configure your current shell, you need to source |
| 51 | 2026-06-03T08:09:10.949Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-03T08:09:10.949Z | |
| 53 | 2026-06-03T08:09:10.949Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-03T08:09:10.949Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-03T08:09:10.949Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-03T08:09:10.949Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-03T08:09:10.949Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-03T08:09:10.949Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-03T08:09:10.949Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-03T08:09:10.949Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-03T08:09:10.949Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-03T08:09:11.002Z | + rustup --version |
| 63 | 2026-06-03T08:09:11.007Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-03T08:09:11.007Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-03T08:09:11.021Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-06-03T08:09:11.024Z | + cargo --version |
| 67 | 2026-06-03T08:09:11.036Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-06-03T08:09:11.043Z | + rustc --version |
| 69 | 2026-06-03T08:09:11.075Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-06-03T08:09:11.092Z | process exited: duration 15498 ms, exit code 0 |
| |
| 71 | 2026-06-03T08:09:11.145Z | starting task 2: "authentication" |
| 72 | 2026-06-03T08:09:11.174Z | process exited: duration 33 ms, exit code 0 |
| |
| 73 | 2026-06-03T08:09:11.223Z | starting task 3: "clone repository" |
| 74 | 2026-06-03T08:09:11.242Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-06-03T08:09:11.242Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-06-03T08:09:11.256Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-06-03T08:09:12.384Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-06-03T08:09:12.384Z | + git fetch origin 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f |
| 79 | 2026-06-03T08:09:12.617Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-06-03T08:09:12.617Z | * branch 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f -> FETCH_HEAD |
| 81 | 2026-06-03T08:09:12.624Z | + [[ -n renovate/crate-openssl-vulnerability ]] |
| 82 | 2026-06-03T08:09:12.626Z | ++ git branch --show-current |
| 83 | 2026-06-03T08:09:12.627Z | + current=main |
| 84 | 2026-06-03T08:09:12.627Z | + [[ main != renovate/crate-openssl-vulnerability ]] |
| 85 | 2026-06-03T08:09:12.627Z | + git branch -f renovate/crate-openssl-vulnerability 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f |
| 86 | 2026-06-03T08:09:12.629Z | + git checkout -f renovate/crate-openssl-vulnerability |
| 87 | 2026-06-03T08:09:12.647Z | Switched to branch 'renovate/crate-openssl-vulnerability' |
| 88 | 2026-06-03T08:09:12.650Z | + git reset --hard 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f |
| 89 | 2026-06-03T08:09:12.666Z | HEAD is now at 5d1436f Update Rust crate openssl to v0.10.80 [SECURITY] |
| 90 | 2026-06-03T08:09:12.669Z | process exited: duration 1461 ms, exit code 0 |
| |
| 91 | 2026-06-03T08:09:12.675Z | starting task 4: "build" |
| 92 | 2026-06-03T08:09:12.678Z | + source .github/buildomat/common.sh |
| 93 | 2026-06-03T08:09:12.681Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-06-03T08:09:12.681Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-06-03T08:09:12.681Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-06-03T08:09:12.681Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-06-03T08:09:12.681Z | +++ uname -s |
| 98 | 2026-06-03T08:09:12.681Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-06-03T08:09:12.681Z | ++ SERIES=illumos |
| 100 | 2026-06-03T08:09:12.684Z | +++ uname -s |
| 101 | 2026-06-03T08:09:12.684Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-06-03T08:09:12.684Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-06-03T08:09:12.684Z | ++ rustup show active-toolchain |
| 104 | 2026-06-03T08:09:12.687Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-06-03T08:09:12.690Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-06-03T08:09:12.690Z | ++ banner 'sde setup' |
| 107 | 2026-06-03T08:09:12.690Z | |
| 108 | 2026-06-03T08:09:12.690Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-06-03T08:09:12.690Z | # # # # # # # # # # # |
| 110 | 2026-06-03T08:09:12.690Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-06-03T08:09:12.690Z | # # # # # # # # # ##### |
| 112 | 2026-06-03T08:09:12.690Z | # # # # # # # # # # # # |
| 113 | 2026-06-03T08:09:12.690Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-06-03T08:09:12.690Z | |
| 115 | 2026-06-03T08:09:12.690Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-06-03T08:09:12.690Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-06-03T08:09:12.693Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-06-03T08:09:12.693Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-06-03T08:09:12.693Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-06-03T08:09:12.696Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-06-03T08:09:12.699Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-06-03T08:09:14.181Z |
0 0 0 0 0 0 0 0 0
67 76.03M 67 51.28M 0 0 51.32M 0 00:01 00:01 51.33M
100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M
100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M
100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M |
| 123 | 2026-06-03T08:09:14.185Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-06-03T08:09:14.234Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-06-03T08:09:14.234Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-06-03T08:09:14.234Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-06-03T08:09:17.225Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-06-03T08:09:17.304Z | Startup: Caching catalogs ... Done |
| 129 | 2026-06-03T08:09:17.341Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-06-03T08:09:17.679Z | Planning: Solver setup ... Done |
| 131 | 2026-06-03T08:09:17.701Z | Planning: Running solver ... Done |
| 132 | 2026-06-03T08:09:17.706Z | Planning: Finding local manifests ... Done |
| 133 | 2026-06-03T08:09:17.710Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-06-03T08:09:17.714Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-06-03T08:09:17.726Z | Planning: Package planning ... Done |
| 136 | 2026-06-03T08:09:17.729Z | Planning: Merging actions ... Done |
| 137 | 2026-06-03T08:09:17.854Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-06-03T08:09:17.857Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-06-03T08:09:18.664Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-06-03T08:09:18.667Z | Planning: Planning completed in 1.32 seconds |
| 141 | 2026-06-03T08:09:18.672Z | Packages to install: 1 |
| 142 | 2026-06-03T08:09:18.675Z | Create boot environment: No |
| 143 | 2026-06-03T08:09:18.675Z | Create backup boot environment: No |
| 144 | 2026-06-03T08:09:18.699Z | |
| 145 | 2026-06-03T08:09:18.699Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-06-03T08:09:18.836Z | Download: Completed 75.30 MB in 0.14 seconds (550M/s) |
| 147 | 2026-06-03T08:09:18.997Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-06-03T08:09:19.969Z | Actions: Completed 293 actions in 0.98 seconds. |
| 149 | 2026-06-03T08:09:19.972Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-03T08:09:20.014Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-03T08:09:20.036Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-03T08:09:22.498Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-03T08:09:22.575Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-03T08:09:22.578Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-03T08:09:22.829Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-03T08:09:22.927Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-06-03T08:09:22.927Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-06-03T08:09:22.929Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-06-03T08:09:22.929Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-06-03T08:09:22.930Z | ++ banner packages |
| 161 | 2026-06-03T08:09:22.930Z | |
| 162 | 2026-06-03T08:09:22.930Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-06-03T08:09:22.930Z | # # # # # # # # # # # # # # |
| 164 | 2026-06-03T08:09:22.930Z | # # # # # #### # # # ##### #### |
| 165 | 2026-06-03T08:09:22.930Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-06-03T08:09:22.930Z | # # # # # # # # # # # # # # |
| 167 | 2026-06-03T08:09:22.930Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-06-03T08:09:22.930Z | |
| 169 | 2026-06-03T08:09:22.930Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-06-03T08:09:23.192Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-06-03T08:09:23.194Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-06-03T08:09:23.481Z | Planning: Solver setup ... Done |
| 173 | 2026-06-03T08:09:23.502Z | Planning: Running solver ... Done |
| 174 | 2026-06-03T08:09:23.508Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-03T08:09:23.511Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-03T08:09:23.511Z | Planning: Planning completed in 0.32 seconds |
| 177 | 2026-06-03T08:09:23.525Z | No updates necessary for this image. |
| 178 | 2026-06-03T08:09:23.585Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-06-03T08:09:23.805Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-06-03T08:09:23.920Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-06-03T08:09:23.924Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-06-03T08:09:24.086Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-06-03T08:09:24.089Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-06-03T08:09:24.110Z | Mediators to change: 2 |
| 185 | 2026-06-03T08:09:24.110Z | Create boot environment: No |
| 186 | 2026-06-03T08:09:24.110Z | Create backup boot environment: No |
| 187 | 2026-06-03T08:09:24.181Z | Finalize: Updating package state database ... Done |
| 188 | 2026-06-03T08:09:24.181Z | Finalize: Updating package cache ... Done |
| 189 | 2026-06-03T08:09:24.194Z | Finalize: Updating image state ... Done |
| 190 | 2026-06-03T08:09:26.230Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-06-03T08:09:26.299Z | Finalize: Reading search index ... Done |
| 192 | 2026-06-03T08:09:26.302Z | Finalize: Updating search index ... Done |
| 193 | 2026-06-03T08:09:26.384Z | Finalize: Updating package cache ... Done |
| 194 | 2026-06-03T08:09:26.457Z | ++ cargo --version |
| 195 | 2026-06-03T08:09:26.467Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-06-03T08:09:26.470Z | ++ rustc --version |
| 197 | 2026-06-03T08:09:26.491Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-06-03T08:09:26.494Z | + banner copyrights |
| 199 | 2026-06-03T08:09:26.497Z | |
| 200 | 2026-06-03T08:09:26.497Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-06-03T08:09:26.497Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-06-03T08:09:26.497Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-06-03T08:09:26.497Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-06-03T08:09:26.497Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-06-03T08:09:26.497Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-06-03T08:09:26.497Z | |
| 207 | 2026-06-03T08:09:26.497Z | + ./tools/check_copyrights.sh |
| 208 | 2026-06-03T08:09:26.778Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-06-03T08:09:27.537Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-06-03T08:09:27.986Z | packet/src/eth.rs: Copyright with wrong year |
| 211 | 2026-06-03T08:09:28.074Z | pcap/build.rs: Copyright with wrong year |
| 212 | 2026-06-03T08:09:28.240Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 213 | 2026-06-03T08:09:28.465Z | + banner clippy |
| 214 | 2026-06-03T08:09:28.468Z | |
| 215 | 2026-06-03T08:09:28.468Z | #### # # ##### ##### # # |
| 216 | 2026-06-03T08:09:28.468Z | # # # # # # # # # # |
| 217 | 2026-06-03T08:09:28.468Z | # # # # # # # # |
| 218 | 2026-06-03T08:09:28.468Z | # # # ##### ##### # |
| 219 | 2026-06-03T08:09:28.468Z | # # # # # # # |
| 220 | 2026-06-03T08:09:28.468Z | #### ###### # # # # |
| 221 | 2026-06-03T08:09:28.468Z | |
| 222 | 2026-06-03T08:09:28.468Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 223 | 2026-06-03T08:09:28.468Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 224 | 2026-06-03T08:09:28.622Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 225 | 2026-06-03T08:09:38.559Z | Updating crates.io index |
| 226 | 2026-06-03T08:09:38.563Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 227 | 2026-06-03T08:09:38.861Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 228 | 2026-06-03T08:09:39.648Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 229 | 2026-06-03T08:09:39.977Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-06-03T08:09:40.258Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 231 | 2026-06-03T08:09:40.730Z | Updating git repository `https://github.com/oxidecomputer/scuffle` |
| 232 | 2026-06-03T08:09:41.676Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 233 | 2026-06-03T08:09:42.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 234 | 2026-06-03T08:09:42.569Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 235 | 2026-06-03T08:09:42.883Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 236 | 2026-06-03T08:09:43.643Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 237 | 2026-06-03T08:09:44.064Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 238 | 2026-06-03T08:09:44.616Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-03T08:09:44.940Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 240 | 2026-06-03T08:09:45.402Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 241 | 2026-06-03T08:09:46.050Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-03T08:09:46.391Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 243 | 2026-06-03T08:09:46.647Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-03T08:09:46.981Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-06-03T08:09:47.776Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-06-03T08:09:48.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-06-03T08:09:48.380Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-06-03T08:09:49.864Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-06-03T08:09:50.737Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-06-03T08:09:51.244Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-06-03T08:09:52.583Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-06-03T08:09:53.196Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-06-03T08:09:53.562Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-06-03T08:09:54.014Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-06-03T08:09:56.004Z | Downloading crates ... |
| 256 | 2026-06-03T08:09:56.069Z | Downloaded anstream v1.0.0 |
| 257 | 2026-06-03T08:09:56.116Z | Downloaded atomic-waker v1.1.2 |
| 258 | 2026-06-03T08:09:56.116Z | Downloaded argon2 v0.5.3 |
| 259 | 2026-06-03T08:09:56.116Z | Downloaded arrayref v0.3.9 |
| 260 | 2026-06-03T08:09:56.116Z | Downloaded anstyle-parse v1.0.0 |
| 261 | 2026-06-03T08:09:56.116Z | Downloaded async-recursion v1.1.1 |
| 262 | 2026-06-03T08:09:56.116Z | Downloaded atomicwrites v0.4.4 |
| 263 | 2026-06-03T08:09:56.116Z | Downloaded cpufeatures v0.2.17 |
| 264 | 2026-06-03T08:09:56.116Z | Downloaded async-stream-impl v0.3.6 |
| 265 | 2026-06-03T08:09:56.116Z | Downloaded anstyle v1.0.14 |
| 266 | 2026-06-03T08:09:56.116Z | Downloaded display-error-chain v0.2.2 |
| 267 | 2026-06-03T08:09:56.116Z | Downloaded autocfg v1.5.0 |
| 268 | 2026-06-03T08:09:56.116Z | Downloaded anyhow v1.0.102 |
| 269 | 2026-06-03T08:09:56.117Z | Downloaded erased-serde v0.3.31 |
| 270 | 2026-06-03T08:09:56.117Z | Downloaded derive_more v0.99.20 |
| 271 | 2026-06-03T08:09:56.117Z | Downloaded hubpack_derive v0.1.1 |
| 272 | 2026-06-03T08:09:56.159Z | Downloaded crypto-common v0.1.6 |
| 273 | 2026-06-03T08:09:56.159Z | Downloaded dof v0.4.0 |
| 274 | 2026-06-03T08:09:56.159Z | Downloaded dyn-clone v1.0.20 |
| 275 | 2026-06-03T08:09:56.159Z | Downloaded embedded-io v0.6.1 |
| 276 | 2026-06-03T08:09:56.159Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-06-03T08:09:56.159Z | Downloaded dtrace-parser v0.3.0 |
| 278 | 2026-06-03T08:09:56.159Z | Downloaded fastrand v2.3.0 |
| 279 | 2026-06-03T08:09:56.159Z | Downloaded enum-as-inner v0.6.1 |
| 280 | 2026-06-03T08:09:56.160Z | Downloaded embedded-io v0.4.0 |
| 281 | 2026-06-03T08:09:56.160Z | Downloaded defmt v0.3.100 |
| 282 | 2026-06-03T08:09:56.160Z | Downloaded git-stub-vcs v0.1.0 |
| 283 | 2026-06-03T08:09:56.160Z | Downloaded debug-ignore v1.0.5 |
| 284 | 2026-06-03T08:09:56.160Z | Downloaded constant_time_eq v0.3.1 |
| 285 | 2026-06-03T08:09:56.160Z | Downloaded filetime v0.2.26 |
| 286 | 2026-06-03T08:09:56.160Z | Downloaded dtrace-parser v0.2.0 |
| 287 | 2026-06-03T08:09:56.160Z | Downloaded either v1.15.0 |
| 288 | 2026-06-03T08:09:56.160Z | Downloaded ciborium-io v0.2.2 |
| 289 | 2026-06-03T08:09:56.160Z | Downloaded hex v0.4.3 |
| 290 | 2026-06-03T08:09:56.160Z | Downloaded darling_macro v0.21.3 |
| 291 | 2026-06-03T08:09:56.160Z | Downloaded base16ct v0.2.0 |
| 292 | 2026-06-03T08:09:56.160Z | Downloaded chacha20 v0.9.1 |
| 293 | 2026-06-03T08:09:56.160Z | Downloaded fnv v1.0.7 |
| 294 | 2026-06-03T08:09:56.160Z | Downloaded anstyle-query v1.1.4 |
| 295 | 2026-06-03T08:09:56.189Z | Downloaded drift v0.2.0 |
| 296 | 2026-06-03T08:09:56.189Z | Downloaded hostname v0.3.1 |
| 297 | 2026-06-03T08:09:56.189Z | Downloaded foreign-types-macros v0.2.3 |
| 298 | 2026-06-03T08:09:56.189Z | Downloaded http-body v1.0.1 |
| 299 | 2026-06-03T08:09:56.189Z | Downloaded indent_write v2.2.0 |
| 300 | 2026-06-03T08:09:56.189Z | Downloaded colorchoice v1.0.4 |
| 301 | 2026-06-03T08:09:56.189Z | Downloaded dropshot_endpoint v0.16.7 |
| 302 | 2026-06-03T08:09:56.189Z | Downloaded generic-array v0.14.7 |
| 303 | 2026-06-03T08:09:56.189Z | Downloaded hash32 v0.3.1 |
| 304 | 2026-06-03T08:09:56.189Z | Downloaded foreign-types v0.5.0 |
| 305 | 2026-06-03T08:09:56.189Z | Downloaded ciborium v0.2.2 |
| 306 | 2026-06-03T08:09:56.189Z | Downloaded heck v0.4.1 |
| 307 | 2026-06-03T08:09:56.189Z | Downloaded cipher v0.4.4 |
| 308 | 2026-06-03T08:09:56.189Z | Downloaded base64ct v1.8.0 |
| 309 | 2026-06-03T08:09:56.189Z | Downloaded futures-sink v0.3.32 |
| 310 | 2026-06-03T08:09:56.189Z | Downloaded git-stub v1.0.0 |
| 311 | 2026-06-03T08:09:56.189Z | Downloaded derive-ex v0.1.8 |
| 312 | 2026-06-03T08:09:56.189Z | Downloaded foreign-types v0.3.2 |
| 313 | 2026-06-03T08:09:56.189Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 314 | 2026-06-03T08:09:56.205Z | Downloaded gethostname v0.5.0 |
| 315 | 2026-06-03T08:09:56.206Z | Downloaded is-terminal v0.4.16 |
| 316 | 2026-06-03T08:09:56.206Z | Downloaded cfg_aliases v0.2.1 |
| 317 | 2026-06-03T08:09:56.206Z | Downloaded ident_case v1.0.1 |
| 318 | 2026-06-03T08:09:56.206Z | Downloaded futures-task v0.3.32 |
| 319 | 2026-06-03T08:09:56.206Z | Downloaded inout v0.1.4 |
| 320 | 2026-06-03T08:09:56.206Z | Downloaded hubpack v0.1.2 |
| 321 | 2026-06-03T08:09:56.206Z | Downloaded futures-macro v0.3.32 |
| 322 | 2026-06-03T08:09:56.206Z | Downloaded itoa v1.0.15 |
| 323 | 2026-06-03T08:09:56.206Z | Downloaded form_urlencoded v1.2.2 |
| 324 | 2026-06-03T08:09:56.206Z | Downloaded dunce v1.0.5 |
| 325 | 2026-06-03T08:09:56.206Z | Downloaded lazy_static v1.5.0 |
| 326 | 2026-06-03T08:09:56.211Z | Downloaded instant v0.1.13 |
| 327 | 2026-06-03T08:09:56.211Z | Downloaded ciborium-ll v0.2.2 |
| 328 | 2026-06-03T08:09:56.211Z | Downloaded crossbeam-deque v0.8.6 |
| 329 | 2026-06-03T08:09:56.211Z | Downloaded idna_adapter v1.2.1 |
| 330 | 2026-06-03T08:09:56.211Z | Downloaded backoff v0.4.0 |
| 331 | 2026-06-03T08:09:56.211Z | Downloaded highway v1.3.0 |
| 332 | 2026-06-03T08:09:56.211Z | Downloaded daft-derive v0.1.5 |
| 333 | 2026-06-03T08:09:56.211Z | Downloaded foldhash v0.2.0 |
| 334 | 2026-06-03T08:09:56.215Z | Downloaded find-msvc-tools v0.1.9 |
| 335 | 2026-06-03T08:09:56.215Z | Downloaded cargo_metadata v0.18.1 |
| 336 | 2026-06-03T08:09:56.215Z | Downloaded clang-sys v1.8.1 |
| 337 | 2026-06-03T08:09:56.219Z | Downloaded humantime v2.3.0 |
| 338 | 2026-06-03T08:09:56.219Z | Downloaded group v0.13.0 |
| 339 | 2026-06-03T08:09:56.223Z | Downloaded fs-err v3.1.2 |
| 340 | 2026-06-03T08:09:56.223Z | Downloaded linked-hash-map v0.5.6 |
| 341 | 2026-06-03T08:09:56.225Z | Downloaded lru-cache v0.1.2 |
| 342 | 2026-06-03T08:09:56.225Z | Downloaded libscf-sys v1.2.0 |
| 343 | 2026-06-03T08:09:56.225Z | Downloaded lru-slab v0.1.2 |
| 344 | 2026-06-03T08:09:56.228Z | Downloaded is_ci v1.2.0 |
| 345 | 2026-06-03T08:09:56.231Z | Downloaded internet-checksum v0.2.1 |
| 346 | 2026-06-03T08:09:56.231Z | Downloaded memoffset v0.9.1 |
| 347 | 2026-06-03T08:09:56.235Z | Downloaded newline-converter v0.3.0 |
| 348 | 2026-06-03T08:09:56.235Z | Downloaded num v0.4.3 |
| 349 | 2026-06-03T08:09:56.235Z | Downloaded num-conv v0.2.1 |
| 350 | 2026-06-03T08:09:56.239Z | Downloaded managed v0.8.0 |
| 351 | 2026-06-03T08:09:56.239Z | Downloaded num-derive v0.4.2 |
| 352 | 2026-06-03T08:09:56.242Z | Downloaded http-body-util v0.1.3 |
| 353 | 2026-06-03T08:09:56.242Z | Downloaded match_cfg v0.1.0 |
| 354 | 2026-06-03T08:09:56.245Z | Downloaded newtype-uuid-macros v0.1.0 |
| 355 | 2026-06-03T08:09:56.245Z | Downloaded httpdate v1.0.3 |
| 356 | 2026-06-03T08:09:56.248Z | Downloaded globset v0.4.16 |
| 357 | 2026-06-03T08:09:56.248Z | Downloaded ipnetwork v0.21.1 |
| 358 | 2026-06-03T08:09:56.253Z | Downloaded critical-section v1.2.0 |
| 359 | 2026-06-03T08:09:56.256Z | Downloaded keccak v0.1.6 |
| 360 | 2026-06-03T08:09:56.256Z | Downloaded ingot v0.1.1 |
| 361 | 2026-06-03T08:09:56.256Z | Downloaded libsw v3.5.0 |
| 362 | 2026-06-03T08:09:56.259Z | Downloaded async-trait v0.1.89 |
| 363 | 2026-06-03T08:09:56.262Z | Downloaded cexpr v0.6.0 |
| 364 | 2026-06-03T08:09:56.262Z | Downloaded opaque-debug v0.3.1 |
| 365 | 2026-06-03T08:09:56.264Z | Downloaded num_enum_derive v0.5.11 |
| 366 | 2026-06-03T08:09:56.264Z | Downloaded openssl-probe v0.1.6 |
| 367 | 2026-06-03T08:09:56.268Z | Downloaded console v0.15.11 |
| 368 | 2026-06-03T08:09:56.271Z | Downloaded ipnet v2.11.0 |
| 369 | 2026-06-03T08:09:56.271Z | Downloaded colored v3.0.0 |
| 370 | 2026-06-03T08:09:56.274Z | Downloaded darling v0.21.3 |
| 371 | 2026-06-03T08:09:56.277Z | Downloaded openssl-macros v0.1.1 |
| 372 | 2026-06-03T08:09:56.277Z | Downloaded ingot-macros v0.1.1 |
| 373 | 2026-06-03T08:09:56.281Z | Downloaded jobserver v0.1.34 |
| 374 | 2026-06-03T08:09:56.286Z | Downloaded num_threads v0.1.7 |
| 375 | 2026-06-03T08:09:56.286Z | Downloaded olpc-cjson v0.1.4 |
| 376 | 2026-06-03T08:09:56.286Z | Downloaded httparse v1.10.1 |
| 377 | 2026-06-03T08:09:56.291Z | Downloaded hmac v0.12.1 |
| 378 | 2026-06-03T08:09:56.291Z | Downloaded parse-display v0.10.0 |
| 379 | 2026-06-03T08:09:56.291Z | Downloaded ingot-types v0.1.2 |
| 380 | 2026-06-03T08:09:56.294Z | Downloaded half v2.7.1 |
| 381 | 2026-06-03T08:09:56.294Z | Downloaded libsw-core v0.3.2 |
| 382 | 2026-06-03T08:09:56.294Z | Downloaded bitflags v2.11.1 |
| 383 | 2026-06-03T08:09:56.302Z | Downloaded percent-encoding v2.3.2 |
| 384 | 2026-06-03T08:09:56.315Z | Downloaded newtype-uuid v1.3.2 |
| 385 | 2026-06-03T08:09:56.315Z | Downloaded native-tls v0.2.14 |
| 386 | 2026-06-03T08:09:56.315Z | Downloaded const_format_proc_macros v0.2.34 |
| 387 | 2026-06-03T08:09:56.315Z | Downloaded pin-utils v0.1.0 |
| 388 | 2026-06-03T08:09:56.315Z | Downloaded memmap v0.7.0 |
| 389 | 2026-06-03T08:09:56.344Z | Downloaded lock_api v0.4.14 |
| 390 | 2026-06-03T08:09:56.344Z | Downloaded num_enum v0.5.11 |
| 391 | 2026-06-03T08:09:56.344Z | Downloaded phf_shared v0.12.1 |
| 392 | 2026-06-03T08:09:56.344Z | Downloaded linear-map v1.2.0 |
| 393 | 2026-06-03T08:09:56.345Z | Downloaded plain v0.2.3 |
| 394 | 2026-06-03T08:09:56.345Z | Downloaded futures-channel v0.3.32 |
| 395 | 2026-06-03T08:09:56.345Z | Downloaded camino v1.2.2 |
| 396 | 2026-06-03T08:09:56.345Z | Downloaded cookie v0.18.1 |
| 397 | 2026-06-03T08:09:56.350Z | Downloaded clap_derive v4.6.0 |
| 398 | 2026-06-03T08:09:56.350Z | Downloaded num-iter v0.1.45 |
| 399 | 2026-06-03T08:09:56.350Z | Downloaded omicron-workspace-hack v0.1.0 |
| 400 | 2026-06-03T08:09:56.350Z | Downloaded num_enum_derive v0.7.5 |
| 401 | 2026-06-03T08:09:56.350Z | Downloaded daft v0.1.5 |
| 402 | 2026-06-03T08:09:56.350Z | Downloaded pretty-hex v0.4.1 |
| 403 | 2026-06-03T08:09:56.350Z | Downloaded powerfmt v0.2.0 |
| 404 | 2026-06-03T08:09:56.350Z | Downloaded potential_utf v0.1.3 |
| 405 | 2026-06-03T08:09:56.350Z | Downloaded multer v3.1.0 |
| 406 | 2026-06-03T08:09:56.350Z | Downloaded proc-macro-error-attr v1.0.4 |
| 407 | 2026-06-03T08:09:56.350Z | Downloaded num_enum v0.7.5 |
| 408 | 2026-06-03T08:09:56.350Z | Downloaded libloading v0.8.9 |
| 409 | 2026-06-03T08:09:56.350Z | Downloaded clap v4.6.0 |
| 410 | 2026-06-03T08:09:56.358Z | Downloaded progenitor-macro v0.13.0 |
| 411 | 2026-06-03T08:09:56.363Z | Downloaded rand_chacha v0.3.1 |
| 412 | 2026-06-03T08:09:56.363Z | Downloaded progenitor-macro v0.10.0 |
| 413 | 2026-06-03T08:09:56.363Z | Downloaded progenitor-client v0.11.1 |
| 414 | 2026-06-03T08:09:56.363Z | Downloaded progenitor-macro v0.11.1 |
| 415 | 2026-06-03T08:09:56.363Z | Downloaded crossbeam-utils v0.8.21 |
| 416 | 2026-06-03T08:09:56.367Z | Downloaded base64 v0.22.1 |
| 417 | 2026-06-03T08:09:56.370Z | Downloaded const_format v0.2.34 |
| 418 | 2026-06-03T08:09:56.374Z | Downloaded hyper-tls v0.6.0 |
| 419 | 2026-06-03T08:09:56.374Z | Downloaded quick-error v1.2.3 |
| 420 | 2026-06-03T08:09:56.378Z | Downloaded paste v1.0.15 |
| 421 | 2026-06-03T08:09:56.379Z | Downloaded password-hash v0.5.0 |
| 422 | 2026-06-03T08:09:56.382Z | Downloaded pest_generator v2.8.2 |
| 423 | 2026-06-03T08:09:56.382Z | Downloaded ref-cast v1.0.25 |
| 424 | 2026-06-03T08:09:56.382Z | Downloaded memmap2 v0.9.8 |
| 425 | 2026-06-03T08:09:56.387Z | Downloaded getrandom v0.3.3 |
| 426 | 2026-06-03T08:09:56.395Z | Downloaded ref-cast-impl v1.0.25 |
| 427 | 2026-06-03T08:09:56.395Z | Downloaded rustc_version v0.4.1 |
| 428 | 2026-06-03T08:09:56.395Z | Downloaded parse-display-derive v0.10.0 |
| 429 | 2026-06-03T08:09:56.395Z | Downloaded elliptic-curve v0.13.8 |
| 430 | 2026-06-03T08:09:56.401Z | Downloaded num-complex v0.4.6 |
| 431 | 2026-06-03T08:09:56.401Z | Downloaded pin-project-lite v0.2.16 |
| 432 | 2026-06-03T08:09:56.401Z | Downloaded cancel-safe-futures v0.1.5 |
| 433 | 2026-06-03T08:09:56.404Z | Downloaded icu_properties v2.0.1 |
| 434 | 2026-06-03T08:09:56.405Z | Downloaded rustc-hash v2.1.1 |
| 435 | 2026-06-03T08:09:56.405Z | Downloaded ppv-lite86 v0.2.21 |
| 436 | 2026-06-03T08:09:56.407Z | Downloaded once_cell v1.21.3 |
| 437 | 2026-06-03T08:09:56.407Z | Downloaded proc-macro-error v1.0.4 |
| 438 | 2026-06-03T08:09:56.411Z | Downloaded heapless v0.8.0 |
| 439 | 2026-06-03T08:09:56.419Z | Downloaded icu_normalizer_data v2.0.0 |
| 440 | 2026-06-03T08:09:56.419Z | Downloaded rustc_version v0.1.7 |
| 441 | 2026-06-03T08:09:56.419Z | Downloaded getrandom v0.4.2 |
| 442 | 2026-06-03T08:09:56.422Z | Downloaded proc-macro-crate v1.3.1 |
| 443 | 2026-06-03T08:09:56.429Z | Downloaded scopeguard v1.2.0 |
| 444 | 2026-06-03T08:09:56.429Z | Downloaded progenitor v0.11.1 |
| 445 | 2026-06-03T08:09:56.434Z | Downloaded rand_chacha v0.9.0 |
| 446 | 2026-06-03T08:09:56.434Z | Downloaded quote v1.0.45 |
| 447 | 2026-06-03T08:09:56.434Z | Downloaded search_path v0.1.4 |
| 448 | 2026-06-03T08:09:56.434Z | Downloaded scroll_derive v0.12.1 |
| 449 | 2026-06-03T08:09:56.434Z | Downloaded crossbeam-channel v0.5.15 |
| 450 | 2026-06-03T08:09:56.438Z | Downloaded serde-big-array v0.5.1 |
| 451 | 2026-06-03T08:09:56.441Z | Downloaded secrecy v0.10.3 |
| 452 | 2026-06-03T08:09:56.441Z | Downloaded scroll_derive v0.13.1 |
| 453 | 2026-06-03T08:09:56.441Z | Downloaded icu_normalizer v2.0.0 |
| 454 | 2026-06-03T08:09:56.445Z | Downloaded pest_meta v2.8.2 |
| 455 | 2026-06-03T08:09:56.445Z | Downloaded rand_xorshift v0.4.0 |
| 456 | 2026-06-03T08:09:56.452Z | Downloaded rand_core v0.9.3 |
| 457 | 2026-06-03T08:09:56.452Z | Downloaded rand_core v0.6.4 |
| 458 | 2026-06-03T08:09:56.452Z | Downloaded pin-project-internal v1.1.10 |
| 459 | 2026-06-03T08:09:56.471Z | Downloaded pest_derive v2.8.2 |
| 460 | 2026-06-03T08:09:56.471Z | Downloaded serde_urlencoded v0.7.1 |
| 461 | 2026-06-03T08:09:56.471Z | Downloaded expectorate v1.2.0 |
| 462 | 2026-06-03T08:09:56.471Z | Downloaded serde_spanned v0.6.9 |
| 463 | 2026-06-03T08:09:56.480Z | Downloaded serde_repr v0.1.20 |
| 464 | 2026-06-03T08:09:56.480Z | Downloaded serde_plain v1.0.2 |
| 465 | 2026-06-03T08:09:56.480Z | Downloaded progenitor-client v0.13.0 |
| 466 | 2026-06-03T08:09:56.480Z | Downloaded parking_lot_core v0.9.12 |
| 467 | 2026-06-03T08:09:56.480Z | Downloaded rustversion v1.0.22 |
| 468 | 2026-06-03T08:09:56.480Z | Downloaded flate2 v1.1.2 |
| 469 | 2026-06-03T08:09:56.480Z | Downloaded icu_locale_core v2.0.0 |
| 470 | 2026-06-03T08:09:56.480Z | Downloaded resolv-conf v0.7.5 |
| 471 | 2026-06-03T08:09:56.480Z | Downloaded poly1305 v0.8.0 |
| 472 | 2026-06-03T08:09:56.480Z | Downloaded siphasher v1.0.1 |
| 473 | 2026-06-03T08:09:56.485Z | Downloaded async-compression v0.4.33 |
| 474 | 2026-06-03T08:09:56.485Z | Downloaded slog-bunyan v2.5.0 |
| 475 | 2026-06-03T08:09:56.485Z | Downloaded sigpipe v0.1.3 |
| 476 | 2026-06-03T08:09:56.485Z | Downloaded jiff-static v0.2.15 |
| 477 | 2026-06-03T08:09:56.490Z | Downloaded progenitor v0.13.0 |
| 478 | 2026-06-03T08:09:56.490Z | Downloaded hickory-resolver v0.24.4 |
| 479 | 2026-06-03T08:09:56.490Z | Downloaded sha1 v0.10.6 |
| 480 | 2026-06-03T08:09:56.494Z | Downloaded serde_spanned v1.0.4 |
| 481 | 2026-06-03T08:09:56.494Z | Downloaded scroll v0.12.0 |
| 482 | 2026-06-03T08:09:56.494Z | Downloaded rusty-fork v0.3.0 |
| 483 | 2026-06-03T08:09:56.494Z | Downloaded signal-hook-tokio v0.3.1 |
| 484 | 2026-06-03T08:09:56.505Z | Downloaded papergrid v0.17.0 |
| 485 | 2026-06-03T08:09:56.513Z | Downloaded schemars_derive v0.8.22 |
| 486 | 2026-06-03T08:09:56.513Z | Downloaded same-file v1.0.6 |
| 487 | 2026-06-03T08:09:56.513Z | Downloaded scroll v0.13.0 |
| 488 | 2026-06-03T08:09:56.513Z | Downloaded strum v0.26.3 |
| 489 | 2026-06-03T08:09:56.513Z | Downloaded stable_deref_trait v1.2.0 |
| 490 | 2026-06-03T08:09:56.513Z | Downloaded smawk v0.3.2 |
| 491 | 2026-06-03T08:09:56.513Z | Downloaded log v0.4.29 |
| 492 | 2026-06-03T08:09:56.513Z | Downloaded subtle v2.6.1 |
| 493 | 2026-06-03T08:09:56.513Z | Downloaded semver v1.0.27 |
| 494 | 2026-06-03T08:09:56.517Z | Downloaded structmeta v0.3.0 |
| 495 | 2026-06-03T08:09:56.517Z | Downloaded strsim v0.11.1 |
| 496 | 2026-06-03T08:09:56.517Z | Downloaded phf v0.12.1 |
| 497 | 2026-06-03T08:09:56.517Z | Downloaded quinn-udp v0.5.14 |
| 498 | 2026-06-03T08:09:56.517Z | Downloaded papergrid v0.11.0 |
| 499 | 2026-06-03T08:09:56.520Z | Downloaded pin-project v1.1.10 |
| 500 | 2026-06-03T08:09:56.524Z | Downloaded swrite v0.1.0 |
| 501 | 2026-06-03T08:09:56.527Z | Downloaded serde_path_to_error v0.1.20 |
| 502 | 2026-06-03T08:09:56.527Z | Downloaded sync_wrapper v1.0.2 |
| 503 | 2026-06-03T08:09:56.529Z | Downloaded tagptr v0.2.0 |
| 504 | 2026-06-03T08:09:56.529Z | Downloaded terminal_size v0.4.3 |
| 505 | 2026-06-03T08:09:56.532Z | Downloaded supports-color v3.0.2 |
| 506 | 2026-06-03T08:09:56.532Z | Downloaded strum v0.27.2 |
| 507 | 2026-06-03T08:09:56.537Z | Downloaded structmeta-derive v0.3.0 |
| 508 | 2026-06-03T08:09:56.537Z | Downloaded serde_tokenstream v0.2.3 |
| 509 | 2026-06-03T08:09:56.541Z | Downloaded miniz_oxide v0.8.9 |
| 510 | 2026-06-03T08:09:56.541Z | Downloaded icu_collections v2.0.0 |
| 511 | 2026-06-03T08:09:56.545Z | Downloaded hickory-resolver v0.25.2 |
| 512 | 2026-06-03T08:09:56.545Z | Downloaded futures v0.3.32 |
| 513 | 2026-06-03T08:09:56.549Z | Downloaded termtree v0.5.1 |
| 514 | 2026-06-03T08:09:56.553Z | Downloaded testing_table v0.3.0 |
| 515 | 2026-06-03T08:09:56.553Z | Downloaded tabwriter v1.4.1 |
| 516 | 2026-06-03T08:09:56.559Z | Downloaded curl v0.4.49 |
| 517 | 2026-06-03T08:09:56.559Z | Downloaded progenitor-impl v0.10.0 |
| 518 | 2026-06-03T08:09:56.562Z | Downloaded thread-id v5.0.0 |
| 519 | 2026-06-03T08:09:56.562Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 520 | 2026-06-03T08:09:56.562Z | Downloaded postcard v1.1.3 |
| 521 | 2026-06-03T08:09:56.562Z | Downloaded tinyvec_macros v0.1.1 |
| 522 | 2026-06-03T08:09:56.565Z | Downloaded thread-id v4.2.2 |
| 523 | 2026-06-03T08:09:56.565Z | Downloaded ryu v1.0.20 |
| 524 | 2026-06-03T08:09:56.569Z | Downloaded smf v0.2.3 |
| 525 | 2026-06-03T08:09:56.569Z | Downloaded rustls-pemfile v2.2.0 |
| 526 | 2026-06-03T08:09:56.572Z | Downloaded slog-term v2.9.2 |
| 527 | 2026-06-03T08:09:56.572Z | Downloaded openssl-sys v0.9.116 |
| 528 | 2026-06-03T08:09:56.575Z | Downloaded slog-json v2.6.1 |
| 529 | 2026-06-03T08:09:56.578Z | Downloaded hashbrown v0.16.1 |
| 530 | 2026-06-03T08:09:56.581Z | Downloaded tabled_derive v0.11.0 |
| 531 | 2026-06-03T08:09:56.584Z | Downloaded slog-async v2.8.0 |
| 532 | 2026-06-03T08:09:56.584Z | Downloaded slab v0.4.11 |
| 533 | 2026-06-03T08:09:56.586Z | Downloaded cc v1.2.58 |
| 534 | 2026-06-03T08:09:56.586Z | Downloaded signal-hook-registry v1.4.6 |
| 535 | 2026-06-03T08:09:56.591Z | Downloaded proc-macro2 v1.0.106 |
| 536 | 2026-06-03T08:09:56.594Z | Downloaded take_mut v0.2.2 |
| 537 | 2026-06-03T08:09:56.594Z | Downloaded static_assertions v1.1.0 |
| 538 | 2026-06-03T08:09:56.594Z | Downloaded synstructure v0.13.2 |
| 539 | 2026-06-03T08:09:56.594Z | Downloaded strum_macros v0.27.2 |
| 540 | 2026-06-03T08:09:56.598Z | Downloaded toml_datetime v0.6.11 |
| 541 | 2026-06-03T08:09:56.598Z | Downloaded toml_write v0.1.2 |
| 542 | 2026-06-03T08:09:56.598Z | Downloaded tower-service v0.3.3 |
| 543 | 2026-06-03T08:09:56.601Z | Downloaded serde_with_macros v3.14.1 |
| 544 | 2026-06-03T08:09:56.601Z | Downloaded strum_macros v0.26.4 |
| 545 | 2026-06-03T08:09:56.608Z | Downloaded hashbrown v0.12.3 |
| 546 | 2026-06-03T08:09:56.608Z | Downloaded shlex v1.3.0 |
| 547 | 2026-06-03T08:09:56.612Z | Downloaded tower-layer v0.3.3 |
| 548 | 2026-06-03T08:09:56.612Z | Downloaded crypto-bigint v0.5.5 |
| 549 | 2026-06-03T08:09:56.612Z | Downloaded topological-sort v0.2.2 |
| 550 | 2026-06-03T08:09:56.612Z | Downloaded sha2 v0.10.9 |
| 551 | 2026-06-03T08:09:56.616Z | Downloaded rustls-pki-types v1.12.0 |
| 552 | 2026-06-03T08:09:56.616Z | Downloaded serde_derive_internals v0.29.1 |
| 553 | 2026-06-03T08:09:56.622Z | Downloaded semver v0.1.20 |
| 554 | 2026-06-03T08:09:56.622Z | Downloaded prettyplease v0.2.37 |
| 555 | 2026-06-03T08:09:56.622Z | Downloaded thiserror-impl v1.0.69 |
| 556 | 2026-06-03T08:09:56.626Z | Downloaded thiserror v2.0.18 |
| 557 | 2026-06-03T08:09:56.626Z | Downloaded thiserror-impl v2.0.18 |
| 558 | 2026-06-03T08:09:56.626Z | Downloaded indexmap v2.13.0 |
| 559 | 2026-06-03T08:09:56.629Z | Downloaded typify-macro v0.6.1 |
| 560 | 2026-06-03T08:09:56.629Z | Downloaded typify-macro v0.4.3 |
| 561 | 2026-06-03T08:09:56.629Z | Downloaded thiserror-no-std v2.0.2 |
| 562 | 2026-06-03T08:09:56.631Z | Downloaded tinystr v0.8.1 |
| 563 | 2026-06-03T08:09:56.634Z | Downloaded thread_local v1.1.9 |
| 564 | 2026-06-03T08:09:56.634Z | Downloaded smallvec v1.15.1 |
| 565 | 2026-06-03T08:09:56.637Z | Downloaded unicode-xid v0.2.6 |
| 566 | 2026-06-03T08:09:56.637Z | Downloaded slog-dtrace v0.3.0 |
| 567 | 2026-06-03T08:09:56.640Z | Downloaded untrusted v0.7.1 |
| 568 | 2026-06-03T08:09:56.640Z | Downloaded universal-hash v0.5.1 |
| 569 | 2026-06-03T08:09:56.640Z | Downloaded unarray v0.1.4 |
| 570 | 2026-06-03T08:09:56.640Z | Downloaded progenitor-impl v0.11.1 |
| 571 | 2026-06-03T08:09:56.643Z | Downloaded usdt-attr-macro v0.6.0 |
| 572 | 2026-06-03T08:09:56.643Z | Downloaded time-macros v0.2.27 |
| 573 | 2026-06-03T08:09:56.645Z | Downloaded time-core v0.1.8 |
| 574 | 2026-06-03T08:09:56.645Z | Downloaded minimal-lexical v0.2.1 |
| 575 | 2026-06-03T08:09:56.648Z | Downloaded tokio-rustls v0.25.0 |
| 576 | 2026-06-03T08:09:56.651Z | Downloaded tokio-native-tls v0.3.1 |
| 577 | 2026-06-03T08:09:56.654Z | Downloaded tokio-dtrace v0.1.1 |
| 578 | 2026-06-03T08:09:56.654Z | Downloaded snafu-derive v0.8.9 |
| 579 | 2026-06-03T08:09:56.657Z | Downloaded tokio-macros v2.6.0 |
| 580 | 2026-06-03T08:09:56.657Z | Downloaded spin v0.9.8 |
| 581 | 2026-06-03T08:09:56.657Z | Downloaded utf8_iter v1.0.4 |
| 582 | 2026-06-03T08:09:56.657Z | Downloaded usdt v0.6.0 |
| 583 | 2026-06-03T08:09:56.661Z | Downloaded usdt v0.5.0 |
| 584 | 2026-06-03T08:09:56.661Z | Downloaded serde_derive v1.0.228 |
| 585 | 2026-06-03T08:09:56.663Z | Downloaded rayon-core v1.13.0 |
| 586 | 2026-06-03T08:09:56.663Z | Downloaded serde_core v1.0.228 |
| 587 | 2026-06-03T08:09:56.666Z | Downloaded waitgroup v0.1.2 |
| 588 | 2026-06-03T08:09:56.666Z | Downloaded version_check v0.9.5 |
| 589 | 2026-06-03T08:09:56.669Z | Downloaded usdt-macro v0.5.0 |
| 590 | 2026-06-03T08:09:56.669Z | Downloaded usdt-attr-macro v0.5.0 |
| 591 | 2026-06-03T08:09:56.669Z | Downloaded aho-corasick v1.1.3 |
| 592 | 2026-06-03T08:09:56.677Z | Downloaded wait-timeout v0.2.1 |
| 593 | 2026-06-03T08:09:56.677Z | Downloaded progenitor-impl v0.13.0 |
| 594 | 2026-06-03T08:09:56.680Z | Downloaded schemars v0.8.22 |
| 595 | 2026-06-03T08:09:56.680Z | Downloaded utf8parse v0.2.2 |
| 596 | 2026-06-03T08:09:56.683Z | Downloaded untrusted v0.9.0 |
| 597 | 2026-06-03T08:09:56.683Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 598 | 2026-06-03T08:09:56.683Z | Downloaded tempfile v3.27.0 |
| 599 | 2026-06-03T08:09:56.686Z | Downloaded similar v2.7.0 |
| 600 | 2026-06-03T08:09:56.689Z | Downloaded want v0.3.1 |
| 601 | 2026-06-03T08:09:56.689Z | Downloaded hyper-util v0.1.20 |
| 602 | 2026-06-03T08:09:56.692Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 603 | 2026-06-03T08:09:56.694Z | Downloaded signal-hook v0.3.18 |
| 604 | 2026-06-03T08:09:56.694Z | Downloaded try-lock v0.2.5 |
| 605 | 2026-06-03T08:09:56.697Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 606 | 2026-06-03T08:09:56.697Z | Downloaded thiserror v1.0.69 |
| 607 | 2026-06-03T08:09:56.700Z | Downloaded xattr v1.6.1 |
| 608 | 2026-06-03T08:09:56.704Z | Downloaded tabled_derive v0.7.0 |
| 609 | 2026-06-03T08:09:56.704Z | Downloaded num-traits v0.2.19 |
| 610 | 2026-06-03T08:09:56.706Z | Downloaded unicode-linebreak v0.1.5 |
| 611 | 2026-06-03T08:09:56.706Z | Downloaded tokio-stream v0.1.17 |
| 612 | 2026-06-03T08:09:56.709Z | Downloaded zerofrom v0.1.6 |
| 613 | 2026-06-03T08:09:56.709Z | Downloaded yoke-derive v0.8.0 |
| 614 | 2026-06-03T08:09:56.709Z | Downloaded tokio-rustls v0.26.3 |
| 615 | 2026-06-03T08:09:56.712Z | Downloaded progenitor v0.10.0 |
| 616 | 2026-06-03T08:09:56.712Z | Downloaded proc-macro-error2 v2.0.1 |
| 617 | 2026-06-03T08:09:56.715Z | Downloaded zeroize_derive v1.4.3 |
| 618 | 2026-06-03T08:09:56.715Z | Downloaded parking_lot v0.12.5 |
| 619 | 2026-06-03T08:09:56.717Z | Downloaded usdt-impl v0.6.0 |
| 620 | 2026-06-03T08:09:56.717Z | Downloaded rand v0.8.5 |
| 621 | 2026-06-03T08:09:56.720Z | Downloaded quinn v0.11.9 |
| 622 | 2026-06-03T08:09:56.723Z | Downloaded qorb v0.4.1 |
| 623 | 2026-06-03T08:09:56.728Z | Downloaded toml v0.8.23 |
| 624 | 2026-06-03T08:09:56.728Z | Downloaded oxnet v0.1.4 |
| 625 | 2026-06-03T08:09:56.728Z | Downloaded http v1.4.0 |
| 626 | 2026-06-03T08:09:56.732Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 627 | 2026-06-03T08:09:56.732Z | Downloaded zone_cfg_derive v0.3.1 |
| 628 | 2026-06-03T08:09:56.732Z | Downloaded serde_yaml v0.9.34+deprecated |
| 629 | 2026-06-03T08:09:56.735Z | Downloaded zone v0.3.1 |
| 630 | 2026-06-03T08:09:56.735Z | Downloaded zerofrom-derive v0.1.6 |
| 631 | 2026-06-03T08:09:56.735Z | Downloaded memchr v2.7.5 |
| 632 | 2026-06-03T08:09:56.737Z | Downloaded crossbeam-epoch v0.9.18 |
| 633 | 2026-06-03T08:09:56.741Z | Downloaded textwrap v0.16.2 |
| 634 | 2026-06-03T08:09:56.741Z | Downloaded allocator-api2 v0.2.21 |
| 635 | 2026-06-03T08:09:56.743Z | Downloaded chacha20poly1305 v0.10.1 |
| 636 | 2026-06-03T08:09:56.743Z | Downloaded pkg-config v0.3.32 |
| 637 | 2026-06-03T08:09:56.746Z | Downloaded num-integer v0.1.46 |
| 638 | 2026-06-03T08:09:56.746Z | Downloaded omicron-zone-package v0.12.2 |
| 639 | 2026-06-03T08:09:56.749Z | Downloaded indexmap v1.9.3 |
| 640 | 2026-06-03T08:09:56.749Z | Downloaded vsss-rs v3.3.4 |
| 641 | 2026-06-03T08:09:56.751Z | Downloaded usdt-macro v0.6.0 |
| 642 | 2026-06-03T08:09:56.752Z | Downloaded term v1.2.0 |
| 643 | 2026-06-03T08:09:56.754Z | Downloaded walkdir v2.5.0 |
| 644 | 2026-06-03T08:09:56.754Z | Downloaded usdt-impl v0.5.0 |
| 645 | 2026-06-03T08:09:56.757Z | Downloaded socket2 v0.6.0 |
| 646 | 2026-06-03T08:09:56.757Z | Downloaded icu_provider v2.0.0 |
| 647 | 2026-06-03T08:09:56.760Z | Downloaded blake2 v0.10.6 |
| 648 | 2026-06-03T08:09:56.760Z | Downloaded schemars v1.2.0 |
| 649 | 2026-06-03T08:09:56.767Z | Downloaded ucd-trie v0.1.7 |
| 650 | 2026-06-03T08:09:56.769Z | Downloaded tinyvec v1.10.0 |
| 651 | 2026-06-03T08:09:56.769Z | Downloaded whoami v1.6.1 |
| 652 | 2026-06-03T08:09:56.772Z | Downloaded yoke v0.8.0 |
| 653 | 2026-06-03T08:09:56.772Z | Downloaded zeroize v1.8.1 |
| 654 | 2026-06-03T08:09:56.774Z | Downloaded test-strategy v0.4.3 |
| 655 | 2026-06-03T08:09:56.774Z | Downloaded writeable v0.6.1 |
| 656 | 2026-06-03T08:09:56.778Z | Downloaded tracing-attributes v0.1.30 |
| 657 | 2026-06-03T08:09:56.778Z | Downloaded snafu v0.8.9 |
| 658 | 2026-06-03T08:09:56.781Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 659 | 2026-06-03T08:09:56.786Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 660 | 2026-06-03T08:09:56.788Z | Downloaded vergen v8.3.2 |
| 661 | 2026-06-03T08:09:56.788Z | Downloaded serde v1.0.228 |
| 662 | 2026-06-03T08:09:56.789Z | Downloaded toml v0.7.8 |
| 663 | 2026-06-03T08:09:56.791Z | Downloaded tar v0.4.45 |
| 664 | 2026-06-03T08:09:56.795Z | Downloaded zmij v1.0.17 |
| 665 | 2026-06-03T08:09:56.795Z | Downloaded slog v2.8.2 |
| 666 | 2026-06-03T08:09:56.798Z | Downloaded zerovec-derive v0.11.1 |
| 667 | 2026-06-03T08:09:56.798Z | Downloaded idna v1.1.0 |
| 668 | 2026-06-03T08:09:56.798Z | Downloaded tracing-core v0.1.34 |
| 669 | 2026-06-03T08:09:56.801Z | Downloaded hyper v1.8.1 |
| 670 | 2026-06-03T08:09:56.804Z | Downloaded hashbrown v0.15.5 |
| 671 | 2026-06-03T08:09:56.806Z | Downloaded unicode-ident v1.0.24 |
| 672 | 2026-06-03T08:09:56.809Z | Downloaded typify v0.4.3 |
| 673 | 2026-06-03T08:09:56.812Z | Downloaded schemars v0.9.0 |
| 674 | 2026-06-03T08:09:56.816Z | Downloaded zerocopy-derive v0.7.35 |
| 675 | 2026-06-03T08:09:56.818Z | Downloaded nom v7.1.3 |
| 676 | 2026-06-03T08:09:56.821Z | Downloaded pest v2.8.2 |
| 677 | 2026-06-03T08:09:56.826Z | Downloaded icu_properties_data v2.0.1 |
| 678 | 2026-06-03T08:09:56.829Z | Downloaded uuid v1.23.1 |
| 679 | 2026-06-03T08:09:56.833Z | Downloaded mio v1.0.4 |
| 680 | 2026-06-03T08:09:56.841Z | Downloaded rand v0.9.2 |
| 681 | 2026-06-03T08:09:56.844Z | Downloaded libm v0.2.15 |
| 682 | 2026-06-03T08:09:56.844Z | Downloaded itertools v0.14.0 |
| 683 | 2026-06-03T08:09:56.847Z | Downloaded dropshot-api-manager v0.7.2 |
| 684 | 2026-06-03T08:09:56.849Z | Downloaded itertools v0.12.1 |
| 685 | 2026-06-03T08:09:56.852Z | Downloaded unsafe-libyaml v0.2.11 |
| 686 | 2026-06-03T08:09:56.855Z | Downloaded iri-string v0.7.8 |
| 687 | 2026-06-03T08:09:56.858Z | Downloaded clap_builder v4.6.0 |
| 688 | 2026-06-03T08:09:56.861Z | Downloaded iddqd v0.3.18 |
| 689 | 2026-06-03T08:09:56.864Z | Downloaded rustls-webpki v0.103.6 |
| 690 | 2026-06-03T08:09:56.866Z | Downloaded toml_edit v0.19.15 |
| 691 | 2026-06-03T08:09:56.874Z | Downloaded typify v0.6.1 |
| 692 | 2026-06-03T08:09:56.878Z | Downloaded typenum v1.18.0 |
| 693 | 2026-06-03T08:09:56.882Z | Downloaded hkdf v0.12.4 |
| 694 | 2026-06-03T08:09:56.882Z | Downloaded steno v0.4.1 |
| 695 | 2026-06-03T08:09:56.886Z | Downloaded futures-util v0.3.32 |
| 696 | 2026-06-03T08:09:56.889Z | Downloaded litemap v0.8.0 |
| 697 | 2026-06-03T08:09:56.889Z | Downloaded bytes v1.11.1 |
| 698 | 2026-06-03T08:09:56.892Z | Downloaded progenitor-client v0.10.0 |
| 699 | 2026-06-03T08:09:56.894Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 700 | 2026-06-03T08:09:56.894Z | Downloaded pem v3.0.5 |
| 701 | 2026-06-03T08:09:56.894Z | Downloaded oxide-tokio-rt v0.1.2 |
| 702 | 2026-06-03T08:09:56.894Z | Downloaded owo-colors v4.3.0 |
| 703 | 2026-06-03T08:09:56.897Z | Downloaded hyper-rustls v0.27.7 |
| 704 | 2026-06-03T08:09:56.897Z | Downloaded iana-time-zone v0.1.64 |
| 705 | 2026-06-03T08:09:56.901Z | Downloaded num-rational v0.4.2 |
| 706 | 2026-06-03T08:09:56.901Z | Downloaded getrandom v0.2.16 |
| 707 | 2026-06-03T08:09:56.903Z | Downloaded toml_edit v0.22.27 |
| 708 | 2026-06-03T08:09:56.903Z | Downloaded h2 v0.4.12 |
| 709 | 2026-06-03T08:09:56.907Z | Downloaded crc32fast v1.5.0 |
| 710 | 2026-06-03T08:09:56.909Z | Downloaded macaddr v1.0.1 |
| 711 | 2026-06-03T08:09:56.909Z | Downloaded tracing v0.1.41 |
| 712 | 2026-06-03T08:09:56.912Z | Downloaded glob v0.3.3 |
| 713 | 2026-06-03T08:09:56.912Z | Downloaded foldhash v0.1.5 |
| 714 | 2026-06-03T08:09:56.915Z | Downloaded fs_extra v1.3.0 |
| 715 | 2026-06-03T08:09:56.915Z | Downloaded mime v0.3.17 |
| 716 | 2026-06-03T08:09:56.915Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-06-03T08:09:56.917Z | Downloaded kstat-rs v0.2.4 |
| 718 | 2026-06-03T08:09:56.917Z | Downloaded is_terminal_polyfill v1.70.1 |
| 719 | 2026-06-03T08:09:56.917Z | Downloaded newtype_derive v0.1.6 |
| 720 | 2026-06-03T08:09:56.917Z | Downloaded darling_core v0.21.3 |
| 721 | 2026-06-03T08:09:56.920Z | Downloaded compression-codecs v0.4.32 |
| 722 | 2026-06-03T08:09:56.923Z | Downloaded fixedbitset v0.5.7 |
| 723 | 2026-06-03T08:09:56.925Z | Downloaded data-encoding v2.9.0 |
| 724 | 2026-06-03T08:09:56.926Z | Downloaded hostname v0.4.2 |
| 725 | 2026-06-03T08:09:56.926Z | Downloaded async-stream v0.3.6 |
| 726 | 2026-06-03T08:09:56.928Z | Downloaded compression-core v0.4.32 |
| 727 | 2026-06-03T08:09:56.928Z | Downloaded equivalent v1.0.2 |
| 728 | 2026-06-03T08:09:56.928Z | Downloaded csv-core v0.1.12 |
| 729 | 2026-06-03T08:09:56.932Z | Downloaded cmake v0.1.54 |
| 730 | 2026-06-03T08:09:56.932Z | Downloaded futures-io v0.3.32 |
| 731 | 2026-06-03T08:09:56.932Z | Downloaded futures-core v0.3.32 |
| 732 | 2026-06-03T08:09:56.932Z | Downloaded foreign-types-shared v0.1.1 |
| 733 | 2026-06-03T08:09:56.932Z | Downloaded defmt v1.0.1 |
| 734 | 2026-06-03T08:09:56.935Z | Downloaded derive-where v1.6.0 |
| 735 | 2026-06-03T08:09:56.938Z | Downloaded defmt-macros v1.0.1 |
| 736 | 2026-06-03T08:09:56.941Z | Downloaded adler2 v2.0.1 |
| 737 | 2026-06-03T08:09:56.941Z | Downloaded float-ord v0.3.2 |
| 738 | 2026-06-03T08:09:56.941Z | Downloaded dropshot_endpoint v0.17.0 |
| 739 | 2026-06-03T08:09:56.944Z | Downloaded reqwest v0.13.2 |
| 740 | 2026-06-03T08:09:56.947Z | Downloaded defmt-parser v1.0.0 |
| 741 | 2026-06-03T08:09:56.947Z | Downloaded cstr-argument v0.1.2 |
| 742 | 2026-06-03T08:09:56.947Z | Downloaded typed-path v0.9.3 |
| 743 | 2026-06-03T08:09:56.951Z | Downloaded convert_case v0.4.0 |
| 744 | 2026-06-03T08:09:56.953Z | Downloaded cfg-if v1.0.3 |
| 745 | 2026-06-03T08:09:56.953Z | Downloaded camino-tempfile v1.4.1 |
| 746 | 2026-06-03T08:09:56.953Z | Downloaded bit-vec v0.8.0 |
| 747 | 2026-06-03T08:09:56.956Z | Downloaded byteorder v1.5.0 |
| 748 | 2026-06-03T08:09:56.956Z | Downloaded heck v0.5.0 |
| 749 | 2026-06-03T08:09:56.956Z | Downloaded fixedbitset v0.4.2 |
| 750 | 2026-06-03T08:09:56.959Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 751 | 2026-06-03T08:09:56.959Z | Downloaded ff v0.13.1 |
| 752 | 2026-06-03T08:09:56.959Z | Downloaded displaydoc v0.2.5 |
| 753 | 2026-06-03T08:09:56.962Z | Downloaded zerocopy-derive v0.8.27 |
| 754 | 2026-06-03T08:09:56.964Z | Downloaded zerotrie v0.2.2 |
| 755 | 2026-06-03T08:09:56.968Z | Downloaded bit-set v0.8.0 |
| 756 | 2026-06-03T08:09:56.972Z | Downloaded clap_lex v1.1.0 |
| 757 | 2026-06-03T08:09:56.972Z | Downloaded cargo-platform v0.1.9 |
| 758 | 2026-06-03T08:09:56.972Z | Downloaded blake3 v1.8.2 |
| 759 | 2026-06-03T08:09:56.975Z | Downloaded portable-atomic v1.11.1 |
| 760 | 2026-06-03T08:09:56.979Z | Downloaded regex v1.12.3 |
| 761 | 2026-06-03T08:09:56.983Z | Downloaded reqwest v0.12.23 |
| 762 | 2026-06-03T08:09:56.987Z | Downloaded git2 v0.19.0 |
| 763 | 2026-06-03T08:09:56.991Z | Downloaded tower v0.5.2 |
| 764 | 2026-06-03T08:09:56.995Z | Downloaded goblin v0.8.2 |
| 765 | 2026-06-03T08:09:56.999Z | Downloaded url v2.5.7 |
| 766 | 2026-06-03T08:09:57.002Z | Downloaded tower-http v0.6.8 |
| 767 | 2026-06-03T08:09:57.005Z | Downloaded unicode-segmentation v1.12.0 |
| 768 | 2026-06-03T08:09:57.008Z | Downloaded serde_json v1.0.149 |
| 769 | 2026-06-03T08:09:57.011Z | Downloaded rayon v1.11.0 |
| 770 | 2026-06-03T08:09:57.016Z | Downloaded tough v0.20.0 |
| 771 | 2026-06-03T08:09:57.022Z | Downloaded proptest v1.8.0 |
| 772 | 2026-06-03T08:09:57.029Z | Downloaded chrono v0.4.44 |
| 773 | 2026-06-03T08:09:57.033Z | Downloaded unicode-normalization v0.1.24 |
| 774 | 2026-06-03T08:09:57.036Z | Downloaded tokio-util v0.7.16 |
| 775 | 2026-06-03T08:09:57.038Z | Downloaded goblin v0.10.1 |
| 776 | 2026-06-03T08:09:57.042Z | Downloaded serde_with v3.14.1 |
| 777 | 2026-06-03T08:09:57.048Z | Downloaded bcs v0.1.6 |
| 778 | 2026-06-03T08:09:57.051Z | Downloaded aws-lc-rs v1.16.2 |
| 779 | 2026-06-03T08:09:57.055Z | Downloaded crc8 v0.1.1 |
| 780 | 2026-06-03T08:09:57.058Z | Downloaded cobs v0.3.0 |
| 781 | 2026-06-03T08:09:57.058Z | Downloaded dof v0.3.0 |
| 782 | 2026-06-03T08:09:57.058Z | Downloaded deranged v0.5.3 |
| 783 | 2026-06-03T08:09:57.061Z | Downloaded block-buffer v0.10.4 |
| 784 | 2026-06-03T08:09:57.061Z | Downloaded foreign-types-shared v0.3.1 |
| 785 | 2026-06-03T08:09:57.061Z | Downloaded errno v0.3.14 |
| 786 | 2026-06-03T08:09:57.061Z | Downloaded crucible-workspace-hack v0.1.0 |
| 787 | 2026-06-03T08:09:57.061Z | Downloaded bitflags v1.3.2 |
| 788 | 2026-06-03T08:09:57.065Z | Downloaded arrayvec v0.7.6 |
| 789 | 2026-06-03T08:09:57.065Z | Downloaded digest v0.10.7 |
| 790 | 2026-06-03T08:09:57.068Z | Downloaded aead v0.5.2 |
| 791 | 2026-06-03T08:09:57.072Z | Downloaded bindgen v0.72.1 |
| 792 | 2026-06-03T08:09:57.075Z | Downloaded quinn-proto v0.11.14 |
| 793 | 2026-06-03T08:09:57.079Z | Downloaded zerocopy v0.7.35 |
| 794 | 2026-06-03T08:09:57.089Z | Downloaded zerovec v0.11.4 |
| 795 | 2026-06-03T08:09:57.092Z | Downloaded tabled v0.15.0 |
| 796 | 2026-06-03T08:09:57.103Z | Downloaded winnow v0.7.14 |
| 797 | 2026-06-03T08:09:57.110Z | Downloaded rustls-webpki v0.102.8 |
| 798 | 2026-06-03T08:09:57.118Z | Downloaded winnow v1.0.3 |
| 799 | 2026-06-03T08:09:57.124Z | Downloaded tabled v0.20.0 |
| 800 | 2026-06-03T08:09:57.134Z | Downloaded winnow v0.5.40 |
| 801 | 2026-06-03T08:09:57.139Z | Downloaded dropshot v0.16.7 |
| 802 | 2026-06-03T08:09:57.152Z | Downloaded nix v0.30.1 |
| 803 | 2026-06-03T08:09:57.167Z | Downloaded zerocopy v0.8.27 |
| 804 | 2026-06-03T08:09:57.174Z | Downloaded moka v0.12.11 |
| 805 | 2026-06-03T08:09:57.183Z | Downloaded time v0.3.47 |
| 806 | 2026-06-03T08:09:57.188Z | Downloaded syn v1.0.109 |
| 807 | 2026-06-03T08:09:57.195Z | Downloaded smoltcp v0.11.0 |
| 808 | 2026-06-03T08:09:57.209Z | Downloaded hickory-proto v0.24.4 |
| 809 | 2026-06-03T08:09:57.213Z | Downloaded rustls v0.22.4 |
| 810 | 2026-06-03T08:09:57.219Z | Downloaded openssl v0.10.80 |
| 811 | 2026-06-03T08:09:57.228Z | Downloaded dropshot v0.17.0 |
| 812 | 2026-06-03T08:09:57.240Z | Downloaded curve25519-dalek v4.1.3 |
| 813 | 2026-06-03T08:09:57.244Z | Downloaded hickory-proto v0.25.2 |
| 814 | 2026-06-03T08:09:57.252Z | Downloaded bstr v1.12.0 |
| 815 | 2026-06-03T08:09:57.257Z | Downloaded webpki-roots v1.0.2 |
| 816 | 2026-06-03T08:09:57.260Z | Downloaded vcpkg v0.2.15 |
| 817 | 2026-06-03T08:09:57.286Z | Downloaded syn v2.0.117 |
| 818 | 2026-06-03T08:09:57.292Z | Downloaded openapiv3 v2.2.0 |
| 819 | 2026-06-03T08:09:57.300Z | Downloaded regress v0.10.5 |
| 820 | 2026-06-03T08:09:57.309Z | Downloaded unicode-width v0.2.1 |
| 821 | 2026-06-03T08:09:57.312Z | Downloaded rustls v0.23.32 |
| 822 | 2026-06-03T08:09:57.319Z | Downloaded rustix v0.38.44 |
| 823 | 2026-06-03T08:09:57.328Z | Downloaded regex-syntax v0.8.6 |
| 824 | 2026-06-03T08:09:57.334Z | Downloaded unicode-width v0.1.14 |
| 825 | 2026-06-03T08:09:57.358Z | Downloaded rustix v1.1.4 |
| 826 | 2026-06-03T08:09:57.373Z | Downloaded regex-automata v0.4.13 |
| 827 | 2026-06-03T08:09:57.384Z | Downloaded jiff v0.2.15 |
| 828 | 2026-06-03T08:09:57.397Z | Downloaded typify-impl v0.6.1 |
| 829 | 2026-06-03T08:09:57.410Z | Downloaded typify-impl v0.4.3 |
| 830 | 2026-06-03T08:09:57.444Z | Downloaded petgraph v0.8.2 |
| 831 | 2026-06-03T08:09:57.457Z | Downloaded libc v0.2.183 |
| 832 | 2026-06-03T08:09:57.477Z | Downloaded libz-sys v1.1.22 |
| 833 | 2026-06-03T08:09:57.491Z | Downloaded petgraph v0.6.5 |
| 834 | 2026-06-03T08:09:57.501Z | Downloaded chrono-tz v0.10.4 |
| 835 | 2026-06-03T08:09:57.554Z | Downloaded tokio v1.50.0 |
| 836 | 2026-06-03T08:09:57.578Z | Downloaded csv v1.3.1 |
| 837 | 2026-06-03T08:09:57.589Z | Downloaded sha3 v0.10.8 |
| 838 | 2026-06-03T08:09:57.598Z | Downloaded encoding_rs v0.8.35 |
| 839 | 2026-06-03T08:09:57.641Z | Downloaded ring v0.17.14 |
| 840 | 2026-06-03T08:09:57.673Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 841 | 2026-06-03T08:09:57.713Z | Downloaded curl-sys v0.4.83+curl-8.15.0 |
| 842 | 2026-06-03T08:09:58.216Z | Downloaded aws-lc-sys v0.39.1 |
| 843 | 2026-06-03T08:09:58.541Z | Compiling proc-macro2 v1.0.106 |
| 844 | 2026-06-03T08:09:58.541Z | Compiling quote v1.0.45 |
| 845 | 2026-06-03T08:09:58.541Z | Compiling unicode-ident v1.0.24 |
| 846 | 2026-06-03T08:09:58.541Z | Compiling serde_core v1.0.228 |
| 847 | 2026-06-03T08:09:58.544Z | Compiling serde v1.0.228 |
| 848 | 2026-06-03T08:09:58.544Z | Compiling libc v0.2.183 |
| 849 | 2026-06-03T08:09:58.544Z | Checking cfg-if v1.0.3 |
| 850 | 2026-06-03T08:09:58.841Z | Compiling zmij v1.0.17 |
| 851 | 2026-06-03T08:09:58.861Z | Compiling autocfg v1.5.0 |
| 852 | 2026-06-03T08:09:59.183Z | Compiling memchr v2.7.5 |
| 853 | 2026-06-03T08:09:59.254Z | Compiling libm v0.2.15 |
| 854 | 2026-06-03T08:09:59.576Z | Compiling getrandom v0.4.2 |
| 855 | 2026-06-03T08:09:59.639Z | Checking smallvec v1.15.1 |
| 856 | 2026-06-03T08:09:59.649Z | Checking itoa v1.0.15 |
| 857 | 2026-06-03T08:09:59.670Z | Compiling version_check v0.9.5 |
| 858 | 2026-06-03T08:09:59.763Z | Compiling shlex v1.3.0 |
| 859 | 2026-06-03T08:09:59.777Z | Compiling thiserror v2.0.18 |
| 860 | 2026-06-03T08:09:59.856Z | Compiling jobserver v0.1.34 |
| 861 | 2026-06-03T08:09:59.929Z | Compiling find-msvc-tools v0.1.9 |
| 862 | 2026-06-03T08:09:59.946Z | Compiling icu_properties_data v2.0.1 |
| 863 | 2026-06-03T08:09:59.988Z | Compiling syn v2.0.117 |
| 864 | 2026-06-03T08:10:00.056Z | Compiling icu_normalizer_data v2.0.0 |
| 865 | 2026-06-03T08:10:00.169Z | Compiling cc v1.2.58 |
| 866 | 2026-06-03T08:10:00.218Z | Compiling parking_lot_core v0.9.12 |
| 867 | 2026-06-03T08:10:00.306Z | Checking stable_deref_trait v1.2.0 |
| 868 | 2026-06-03T08:10:00.321Z | Compiling serde_json v1.0.149 |
| 869 | 2026-06-03T08:10:00.498Z | Compiling heck v0.5.0 |
| 870 | 2026-06-03T08:10:00.572Z | Checking writeable v0.6.1 |
| 871 | 2026-06-03T08:10:00.637Z | Checking litemap v0.8.0 |
| 872 | 2026-06-03T08:10:00.701Z | Compiling num-traits v0.2.19 |
| 873 | 2026-06-03T08:10:00.752Z | Checking percent-encoding v2.3.2 |
| 874 | 2026-06-03T08:10:00.983Z | Checking form_urlencoded v1.2.2 |
| 875 | 2026-06-03T08:10:01.110Z | Checking utf8_iter v1.0.4 |
| 876 | 2026-06-03T08:10:01.114Z | Compiling zerocopy v0.8.27 |
| 877 | 2026-06-03T08:10:01.223Z | Checking pin-project-lite v0.2.16 |
| 878 | 2026-06-03T08:10:01.243Z | Checking iana-time-zone v0.1.64 |
| 879 | 2026-06-03T08:10:01.254Z | Compiling rustversion v1.0.22 |
| 880 | 2026-06-03T08:10:01.317Z | Compiling log v0.4.29 |
| 881 | 2026-06-03T08:10:01.414Z | Compiling semver v1.0.27 |
| 882 | 2026-06-03T08:10:01.526Z | Checking socket2 v0.6.0 |
| 883 | 2026-06-03T08:10:01.634Z | Compiling allocator-api2 v0.2.21 |
| 884 | 2026-06-03T08:10:01.702Z | Compiling equivalent v1.0.2 |
| 885 | 2026-06-03T08:10:01.751Z | Compiling foldhash v0.2.0 |
| 886 | 2026-06-03T08:10:01.783Z | Checking uuid v1.23.1 |
| 887 | 2026-06-03T08:10:01.798Z | Checking scopeguard v1.2.0 |
| 888 | 2026-06-03T08:10:01.904Z | Checking lock_api v0.4.14 |
| 889 | 2026-06-03T08:10:01.963Z | Compiling hashbrown v0.16.1 |
| 890 | 2026-06-03T08:10:02.079Z | Checking signal-hook-registry v1.4.6 |
| 891 | 2026-06-03T08:10:02.107Z | Checking mio v1.0.4 |
| 892 | 2026-06-03T08:10:02.122Z | Checking getrandom v0.2.16 |
| 893 | 2026-06-03T08:10:02.136Z | Checking dyn-clone v1.0.20 |
| 894 | 2026-06-03T08:10:02.161Z | Checking parking_lot v0.12.5 |
| 895 | 2026-06-03T08:10:02.236Z | Compiling schemars v0.8.22 |
| 896 | 2026-06-03T08:10:02.250Z | Checking bitflags v2.11.1 |
| 897 | 2026-06-03T08:10:02.356Z | Compiling portable-atomic v1.11.1 |
| 898 | 2026-06-03T08:10:02.519Z | Checking futures-core v0.3.32 |
| 899 | 2026-06-03T08:10:02.552Z | Checking critical-section v1.2.0 |
| 900 | 2026-06-03T08:10:02.566Z | Compiling ring v0.17.14 |
| 901 | 2026-06-03T08:10:02.646Z | Compiling typenum v1.18.0 |
| 902 | 2026-06-03T08:10:02.820Z | Compiling indexmap v2.13.0 |
| 903 | 2026-06-03T08:10:02.827Z | Compiling httparse v1.10.1 |
| 904 | 2026-06-03T08:10:02.902Z | Compiling synstructure v0.13.2 |
| 905 | 2026-06-03T08:10:03.016Z | Compiling serde_derive_internals v0.29.1 |
| 906 | 2026-06-03T08:10:03.381Z | Compiling thiserror v1.0.69 |
| 907 | 2026-06-03T08:10:03.549Z | Checking futures-sink v0.3.32 |
| 908 | 2026-06-03T08:10:03.653Z | Compiling regex-syntax v0.8.6 |
| 909 | 2026-06-03T08:10:03.657Z | Checking once_cell v1.21.3 |
| 910 | 2026-06-03T08:10:03.794Z | Checking slab v0.4.11 |
| 911 | 2026-06-03T08:10:03.849Z | Compiling rustix v1.1.4 |
| 912 | 2026-06-03T08:10:03.894Z | Compiling aho-corasick v1.1.3 |
| 913 | 2026-06-03T08:10:03.954Z | Checking subtle v2.6.1 |
| 914 | 2026-06-03T08:10:04.011Z | Compiling ucd-trie v0.1.7 |
| 915 | 2026-06-03T08:10:04.112Z | Checking futures-channel v0.3.32 |
| 916 | 2026-06-03T08:10:04.168Z | Compiling serde_derive v1.0.228 |
| 917 | 2026-06-03T08:10:04.218Z | Compiling zerofrom-derive v0.1.6 |
| 918 | 2026-06-03T08:10:04.241Z | Compiling yoke-derive v0.8.0 |
| 919 | 2026-06-03T08:10:04.304Z | Compiling zerovec-derive v0.11.1 |
| 920 | 2026-06-03T08:10:05.127Z | Compiling displaydoc v0.2.5 |
| 921 | 2026-06-03T08:10:05.302Z | Compiling thiserror-impl v2.0.18 |
| 922 | 2026-06-03T08:10:05.375Z | Compiling schemars_derive v0.8.22 |
| 923 | 2026-06-03T08:10:05.405Z | Compiling tokio-macros v2.6.0 |
| 924 | 2026-06-03T08:10:05.441Z | Checking zerofrom v0.1.6 |
| 925 | 2026-06-03T08:10:05.475Z | Compiling zerocopy-derive v0.8.27 |
| 926 | 2026-06-03T08:10:05.565Z | Checking yoke v0.8.0 |
| 927 | 2026-06-03T08:10:05.739Z | Checking zerovec v0.11.4 |
| 928 | 2026-06-03T08:10:05.794Z | Checking zerotrie v0.2.2 |
| 929 | 2026-06-03T08:10:06.042Z | Compiling futures-macro v0.3.32 |
| 930 | 2026-06-03T08:10:06.130Z | Compiling zeroize_derive v1.4.3 |
| 931 | 2026-06-03T08:10:06.506Z | Checking tinystr v0.8.1 |
| 932 | 2026-06-03T08:10:06.559Z | Checking potential_utf v0.1.3 |
| 933 | 2026-06-03T08:10:06.698Z | Checking icu_locale_core v2.0.0 |
| 934 | 2026-06-03T08:10:06.713Z | Checking icu_collections v2.0.0 |
| 935 | 2026-06-03T08:10:06.790Z | Compiling thiserror-impl v1.0.69 |
| 936 | 2026-06-03T08:10:06.815Z | Checking zeroize v1.8.1 |
| 937 | 2026-06-03T08:10:06.995Z | Compiling regex-automata v0.4.13 |
| 938 | 2026-06-03T08:10:07.130Z | Checking icu_provider v2.0.0 |
| 939 | 2026-06-03T08:10:07.186Z | Compiling pest v2.8.2 |
| 940 | 2026-06-03T08:10:07.268Z | Checking bytes v1.11.1 |
| 941 | 2026-06-03T08:10:07.372Z | Checking icu_normalizer v2.0.0 |
| 942 | 2026-06-03T08:10:07.390Z | Checking icu_properties v2.0.1 |
| 943 | 2026-06-03T08:10:07.485Z | Checking chrono v0.4.44 |
| 944 | 2026-06-03T08:10:07.718Z | Compiling serde_tokenstream v0.2.3 |
| 945 | 2026-06-03T08:10:07.948Z | Checking tokio v1.50.0 |
| 946 | 2026-06-03T08:10:08.079Z | Checking rand_core v0.6.4 |
| 947 | 2026-06-03T08:10:08.216Z | Checking idna_adapter v1.2.1 |
| 948 | 2026-06-03T08:10:08.247Z | Compiling anyhow v1.0.102 |
| 949 | 2026-06-03T08:10:08.262Z | Compiling pest_meta v2.8.2 |
| 950 | 2026-06-03T08:10:08.340Z | Checking idna v1.1.0 |
| 951 | 2026-06-03T08:10:08.357Z | Checking futures-task v0.3.32 |
| 952 | 2026-06-03T08:10:08.426Z | Checking futures-io v0.3.32 |
| 953 | 2026-06-03T08:10:08.498Z | Compiling getrandom v0.3.3 |
| 954 | 2026-06-03T08:10:08.542Z | Checking futures-util v0.3.32 |
| 955 | 2026-06-03T08:10:08.584Z | Checking url v2.5.7 |
| 956 | 2026-06-03T08:10:08.781Z | Compiling regex v1.12.3 |
| 957 | 2026-06-03T08:10:08.833Z | Compiling pest_generator v2.8.2 |
| 958 | 2026-06-03T08:10:09.284Z | Compiling tracing-attributes v0.1.30 |
| 959 | 2026-06-03T08:10:09.461Z | Checking tracing-core v0.1.34 |
| 960 | 2026-06-03T08:10:09.565Z | Compiling pest_derive v2.8.2 |
| 961 | 2026-06-03T08:10:09.581Z | Compiling pkg-config v0.3.32 |
| 962 | 2026-06-03T08:10:09.651Z | Compiling generic-array v0.14.7 |
| 963 | 2026-06-03T08:10:09.868Z | Checking fnv v1.0.7 |
| 964 | 2026-06-03T08:10:09.969Z | Checking http v1.4.0 |
| 965 | 2026-06-03T08:10:10.081Z | Compiling vcpkg v0.2.15 |
| 966 | 2026-06-03T08:10:10.427Z | Compiling num-conv v0.2.1 |
| 967 | 2026-06-03T08:10:10.456Z | Compiling time-core v0.1.8 |
| 968 | 2026-06-03T08:10:10.485Z | Checking tracing v0.1.41 |
| 969 | 2026-06-03T08:10:10.534Z | Compiling byteorder v1.5.0 |
| 970 | 2026-06-03T08:10:10.607Z | Compiling time-macros v0.2.27 |
| 971 | 2026-06-03T08:10:10.646Z | Compiling regress v0.10.5 |
| 972 | 2026-06-03T08:10:10.752Z | Checking errno v0.3.14 |
| 973 | 2026-06-03T08:10:10.873Z | Checking ipnet v2.11.0 |
| 974 | 2026-06-03T08:10:10.962Z | Checking base64 v0.22.1 |
| 975 | 2026-06-03T08:10:11.080Z | Checking tokio-util v0.7.16 |
| 976 | 2026-06-03T08:10:11.094Z | Checking crypto-common v0.1.6 |
| 977 | 2026-06-03T08:10:11.159Z | Compiling scroll_derive v0.13.1 |
| 978 | 2026-06-03T08:10:11.217Z | Compiling camino v1.2.2 |
| 979 | 2026-06-03T08:10:11.606Z | Checking http-body v1.0.1 |
| 980 | 2026-06-03T08:10:11.624Z | Checking atomic-waker v1.1.2 |
| 981 | 2026-06-03T08:10:11.639Z | Compiling crossbeam-utils v0.8.21 |
| 982 | 2026-06-03T08:10:11.725Z | Checking ppv-lite86 v0.2.21 |
| 983 | 2026-06-03T08:10:11.965Z | Compiling slog v2.8.2 |
| 984 | 2026-06-03T08:10:11.995Z | Compiling paste v1.0.15 |
| 985 | 2026-06-03T08:10:12.027Z | Checking tower-service v0.3.3 |
| 986 | 2026-06-03T08:10:12.055Z | Checking tower-layer v0.3.3 |
| 987 | 2026-06-03T08:10:12.117Z | Checking try-lock v0.2.5 |
| 988 | 2026-06-03T08:10:12.212Z | Checking h2 v0.4.12 |
| 989 | 2026-06-03T08:10:12.227Z | Checking want v0.3.1 |
| 990 | 2026-06-03T08:10:12.241Z | Checking ipnetwork v0.21.1 |
| 991 | 2026-06-03T08:10:12.310Z | Checking erased-serde v0.3.31 |
| 992 | 2026-06-03T08:10:12.346Z | Checking rustls-pki-types v1.12.0 |
| 993 | 2026-06-03T08:10:12.363Z | Checking ryu v1.0.20 |
| 994 | 2026-06-03T08:10:12.481Z | Checking pin-utils v0.1.0 |
| 995 | 2026-06-03T08:10:12.518Z | Checking httpdate v1.0.3 |
| 996 | 2026-06-03T08:10:12.528Z | Checking pretty-hex v0.4.1 |
| 997 | 2026-06-03T08:10:12.558Z | Compiling async-trait v0.1.89 |
| 998 | 2026-06-03T08:10:12.641Z | Checking untrusted v0.9.0 |
| 999 | 2026-06-03T08:10:12.656Z | Compiling scroll v0.13.0 |
| 1000 | 2026-06-03T08:10:12.919Z | Compiling plain v0.2.3 |
| 1001 | 2026-06-03T08:10:13.019Z | Compiling usdt-impl v0.6.0 |
| 1002 | 2026-06-03T08:10:13.049Z | Compiling goblin v0.10.1 |
| 1003 | 2026-06-03T08:10:13.120Z | Checking http-body-util v0.1.3 |
| 1004 | 2026-06-03T08:10:13.138Z | Checking block-buffer v0.10.4 |
| 1005 | 2026-06-03T08:10:13.253Z | Compiling openssl-sys v0.9.116 |
| 1006 | 2026-06-03T08:10:13.331Z | Compiling slog-async v2.8.0 |
| 1007 | 2026-06-03T08:10:13.440Z | Compiling strsim v0.11.1 |
| 1008 | 2026-06-03T08:10:13.561Z | Checking rand_core v0.9.3 |
| 1009 | 2026-06-03T08:10:13.666Z | Checking digest v0.10.7 |
| 1010 | 2026-06-03T08:10:13.729Z | Checking serde_urlencoded v0.7.1 |
| 1011 | 2026-06-03T08:10:13.733Z | Checking oxnet v0.1.4 |
| 1012 | 2026-06-03T08:10:13.733Z | Compiling dtrace-parser v0.3.0 |
| 1013 | 2026-06-03T08:10:13.864Z | Compiling openapiv3 v2.2.0 |
| 1014 | 2026-06-03T08:10:13.880Z | Compiling thread-id v5.0.0 |
| 1015 | 2026-06-03T08:10:13.963Z | Compiling typify-impl v0.4.3 |
| 1016 | 2026-06-03T08:10:14.009Z | Compiling cmake v0.1.54 |
| 1017 | 2026-06-03T08:10:14.055Z | Checking hyper v1.8.1 |
| 1018 | 2026-06-03T08:10:14.355Z | Compiling fs_extra v1.3.0 |
| 1019 | 2026-06-03T08:10:14.357Z | Compiling ident_case v1.0.1 |
| 1020 | 2026-06-03T08:10:14.494Z | Compiling omicron-workspace-hack v0.1.0 |
| 1021 | 2026-06-03T08:10:14.633Z | Compiling dunce v1.0.5 |
| 1022 | 2026-06-03T08:10:14.646Z | Compiling darling_core v0.21.3 |
| 1023 | 2026-06-03T08:10:14.722Z | Compiling aws-lc-sys v0.39.1 |
| 1024 | 2026-06-03T08:10:14.748Z | Checking rand_chacha v0.9.0 |
| 1025 | 2026-06-03T08:10:14.932Z | Compiling daft-derive v0.1.5 |
| 1026 | 2026-06-03T08:10:14.949Z | Checking hyper-util v0.1.20 |
| 1027 | 2026-06-03T08:10:15.242Z | Checking powerfmt v0.2.0 |
| 1028 | 2026-06-03T08:10:15.379Z | Checking rand v0.9.2 |
| 1029 | 2026-06-03T08:10:15.394Z | Checking deranged v0.5.3 |
| 1030 | 2026-06-03T08:10:15.657Z | Compiling unsafe-libyaml v0.2.11 |
| 1031 | 2026-06-03T08:10:15.828Z | Compiling dof v0.4.0 |
| 1032 | 2026-06-03T08:10:16.186Z | Checking cpufeatures v0.2.17 |
| 1033 | 2026-06-03T08:10:16.462Z | Compiling rustls v0.22.4 |
| 1034 | 2026-06-03T08:10:16.462Z | Compiling syn v1.0.109 |
| 1035 | 2026-06-03T08:10:16.587Z | Checking num_threads v0.1.7 |
| 1036 | 2026-06-03T08:10:16.661Z | Compiling serde_yaml v0.9.34+deprecated |
| 1037 | 2026-06-03T08:10:16.675Z | Checking time v0.3.47 |
| 1038 | 2026-06-03T08:10:16.736Z | Compiling darling_macro v0.21.3 |
| 1039 | 2026-06-03T08:10:16.807Z | Checking sync_wrapper v1.0.2 |
| 1040 | 2026-06-03T08:10:16.882Z | Compiling usdt-attr-macro v0.6.0 |
| 1041 | 2026-06-03T08:10:16.910Z | Compiling usdt-macro v0.6.0 |
| 1042 | 2026-06-03T08:10:17.285Z | Compiling darling v0.21.3 |
| 1043 | 2026-06-03T08:10:17.351Z | Compiling typify-macro v0.4.3 |
| 1044 | 2026-06-03T08:10:17.717Z | Checking encoding_rs v0.8.35 |
| 1045 | 2026-06-03T08:10:17.734Z | Checking mime v0.3.17 |
| 1046 | 2026-06-03T08:10:17.808Z | Compiling aws-lc-rs v1.16.2 |
| 1047 | 2026-06-03T08:10:17.905Z | Checking tower v0.5.2 |
| 1048 | 2026-06-03T08:10:17.977Z | Checking crossbeam-channel v0.5.15 |
| 1049 | 2026-06-03T08:10:18.111Z | Checking futures-executor v0.3.32 |
| 1050 | 2026-06-03T08:10:18.258Z | Compiling structmeta-derive v0.3.0 |
| 1051 | 2026-06-03T08:10:18.275Z | Compiling multer v3.1.0 |
| 1052 | 2026-06-03T08:10:18.301Z | Checking iri-string v0.7.8 |
| 1053 | 2026-06-03T08:10:18.304Z | Checking futures v0.3.32 |
| 1054 | 2026-06-03T08:10:18.545Z | Compiling async-stream-impl v0.3.6 |
| 1055 | 2026-06-03T08:10:18.639Z | Checking thread_local v1.1.9 |
| 1056 | 2026-06-03T08:10:18.652Z | Checking foreign-types-shared v0.1.1 |
| 1057 | 2026-06-03T08:10:18.734Z | Checking untrusted v0.7.1 |
| 1058 | 2026-06-03T08:10:18.794Z | Checking unicode-width v0.2.1 |
| 1059 | 2026-06-03T08:10:18.841Z | Compiling typify v0.4.3 |
| 1060 | 2026-06-03T08:10:18.856Z | Checking fastrand v2.3.0 |
| 1061 | 2026-06-03T08:10:18.930Z | Compiling openssl v0.10.80 |
| 1062 | 2026-06-03T08:10:19.027Z | Checking hex v0.4.3 |
| 1063 | 2026-06-03T08:10:19.043Z | Checking tempfile v3.27.0 |
| 1064 | 2026-06-03T08:10:19.151Z | Checking foreign-types v0.3.2 |
| 1065 | 2026-06-03T08:10:19.247Z | Compiling openssl-macros v0.1.1 |
| 1066 | 2026-06-03T08:10:19.261Z | Compiling strum_macros v0.26.4 |
| 1067 | 2026-06-03T08:10:19.280Z | Compiling structmeta v0.3.0 |
| 1068 | 2026-06-03T08:10:19.300Z | Checking tower-http v0.6.8 |
| 1069 | 2026-06-03T08:10:19.440Z | Checking is-terminal v0.4.16 |
| 1070 | 2026-06-03T08:10:19.462Z | Checking memmap2 v0.9.8 |
| 1071 | 2026-06-03T08:10:19.537Z | Compiling rustls v0.23.32 |
| 1072 | 2026-06-03T08:10:19.572Z | Compiling native-tls v0.2.14 |
| 1073 | 2026-06-03T08:10:19.629Z | Checking match_cfg v0.1.0 |
| 1074 | 2026-06-03T08:10:19.704Z | Checking winnow v0.7.14 |
| 1075 | 2026-06-03T08:10:19.732Z | Checking take_mut v0.2.2 |
| 1076 | 2026-06-03T08:10:19.757Z | Checking term v1.2.0 |
| 1077 | 2026-06-03T08:10:19.806Z | Checking openssl-probe v0.1.6 |
| 1078 | 2026-06-03T08:10:19.951Z | Checking slog-term v2.9.2 |
| 1079 | 2026-06-03T08:10:20.127Z | Checking hostname v0.3.1 |
| 1080 | 2026-06-03T08:10:20.493Z | Checking slog-json v2.6.1 |
| 1081 | 2026-06-03T08:10:20.645Z | Compiling newtype-uuid-macros v0.1.0 |
| 1082 | 2026-06-03T08:10:20.763Z | Compiling ref-cast v1.0.25 |
| 1083 | 2026-06-03T08:10:20.820Z | Checking slog-bunyan v2.5.0 |
| 1084 | 2026-06-03T08:10:20.933Z | Compiling ref-cast-impl v1.0.25 |
| 1085 | 2026-06-03T08:10:21.061Z | Compiling dropshot v0.16.7 |
| 1086 | 2026-06-03T08:10:21.207Z | Compiling derive-ex v0.1.8 |
| 1087 | 2026-06-03T08:10:21.369Z | Checking webpki-roots v1.0.2 |
| 1088 | 2026-06-03T08:10:21.460Z | Compiling dropshot_endpoint v0.16.7 |
| 1089 | 2026-06-03T08:10:21.519Z | Compiling strum_macros v0.27.2 |
| 1090 | 2026-06-03T08:10:21.835Z | Compiling progenitor-impl v0.11.1 |
| 1091 | 2026-06-03T08:10:22.443Z | Checking tokio-native-tls v0.3.1 |
| 1092 | 2026-06-03T08:10:22.608Z | Checking hyper-tls v0.6.0 |
| 1093 | 2026-06-03T08:10:22.660Z | Checking newtype-uuid v1.3.2 |
| 1094 | 2026-06-03T08:10:22.774Z | Compiling either v1.15.0 |
| 1095 | 2026-06-03T08:10:22.820Z | Compiling test-strategy v0.4.3 |
| 1096 | 2026-06-03T08:10:22.983Z | Checking winnow v1.0.3 |
| 1097 | 2026-06-03T08:10:23.023Z | Checking daft v0.1.5 |
| 1098 | 2026-06-03T08:10:23.082Z | Compiling serde_with_macros v3.14.1 |
| 1099 | 2026-06-03T08:10:23.237Z | Checking usdt v0.6.0 |
| 1100 | 2026-06-03T08:10:23.258Z | Checking rustls-webpki v0.102.8 |
| 1101 | 2026-06-03T08:10:23.269Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1102 | 2026-06-03T08:10:23.400Z | Checking serde_spanned v1.0.4 |
| 1103 | 2026-06-03T08:10:23.454Z | Checking debug-ignore v1.0.5 |
| 1104 | 2026-06-03T08:10:23.532Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1105 | 2026-06-03T08:10:23.699Z | Checking spin v0.9.8 |
| 1106 | 2026-06-03T08:10:23.860Z | Compiling parse-display-derive v0.10.0 |
| 1107 | 2026-06-03T08:10:23.942Z | Compiling progenitor-macro v0.11.1 |
| 1108 | 2026-06-03T08:10:24.021Z | Checking async-stream v0.3.6 |
| 1109 | 2026-06-03T08:10:24.147Z | Checking sha1 v0.10.6 |
| 1110 | 2026-06-03T08:10:24.163Z | Checking rustls-pemfile v2.2.0 |
| 1111 | 2026-06-03T08:10:24.235Z | Checking waitgroup v0.1.2 |
| 1112 | 2026-06-03T08:10:24.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1113 | 2026-06-03T08:10:24.330Z | Checking serde_path_to_error v0.1.20 |
| 1114 | 2026-06-03T08:10:24.340Z | Checking hostname v0.4.2 |
| 1115 | 2026-06-03T08:10:24.588Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1116 | 2026-06-03T08:10:24.761Z | Checking strum v0.26.3 |
| 1117 | 2026-06-03T08:10:24.873Z | Checking rand_chacha v0.3.1 |
| 1118 | 2026-06-03T08:10:24.898Z | Compiling toml_datetime v0.6.11 |
| 1119 | 2026-06-03T08:10:24.934Z | Checking macaddr v1.0.1 |
| 1120 | 2026-06-03T08:10:25.021Z | Checking tokio-rustls v0.25.0 |
| 1121 | 2026-06-03T08:10:25.066Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-06-03T08:10:25.116Z | Checking wait-timeout v0.2.1 |
| 1123 | 2026-06-03T08:10:25.137Z | Checking bit-vec v0.8.0 |
| 1124 | 2026-06-03T08:10:25.241Z | Checking lazy_static v1.5.0 |
| 1125 | 2026-06-03T08:10:25.260Z | Checking quick-error v1.2.3 |
| 1126 | 2026-06-03T08:10:25.272Z | Checking toml v0.9.11+spec-1.1.0 |
| 1127 | 2026-06-03T08:10:25.327Z | Checking bit-set v0.8.0 |
| 1128 | 2026-06-03T08:10:25.355Z | Checking rand v0.8.5 |
| 1129 | 2026-06-03T08:10:25.358Z | Checking rusty-fork v0.3.0 |
| 1130 | 2026-06-03T08:10:25.384Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1131 | 2026-06-03T08:10:25.533Z | Checking tabwriter v1.4.1 |
| 1132 | 2026-06-03T08:10:25.550Z | Checking rand_xorshift v0.4.0 |
| 1133 | 2026-06-03T08:10:25.681Z | Compiling clap_derive v4.6.0 |
| 1134 | 2026-06-03T08:10:25.825Z | Checking utf8parse v0.2.2 |
| 1135 | 2026-06-03T08:10:25.845Z | Checking colored v3.0.0 |
| 1136 | 2026-06-03T08:10:25.861Z | Checking unarray v0.1.4 |
| 1137 | 2026-06-03T08:10:25.926Z | Checking anstyle-parse v1.0.0 |
| 1138 | 2026-06-03T08:10:25.961Z | Checking proptest v1.8.0 |
| 1139 | 2026-06-03T08:10:26.022Z | Checking strum v0.27.2 |
| 1140 | 2026-06-03T08:10:26.135Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1141 | 2026-06-03T08:10:26.178Z | Checking terminal_size v0.4.3 |
| 1142 | 2026-06-03T08:10:26.535Z | Checking colorchoice v1.0.4 |
| 1143 | 2026-06-03T08:10:26.642Z | Checking anstyle-query v1.1.4 |
| 1144 | 2026-06-03T08:10:26.674Z | Checking is_terminal_polyfill v1.70.1 |
| 1145 | 2026-06-03T08:10:26.737Z | Checking anstyle v1.0.14 |
| 1146 | 2026-06-03T08:10:26.922Z | Checking anstream v1.0.0 |
| 1147 | 2026-06-03T08:10:26.971Z | Checking itertools v0.14.0 |
| 1148 | 2026-06-03T08:10:27.119Z | Checking clap_lex v1.1.0 |
| 1149 | 2026-06-03T08:10:27.610Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1150 | 2026-06-03T08:10:27.727Z | Checking clap_builder v4.6.0 |
| 1151 | 2026-06-03T08:10:28.134Z | Checking serde_with v3.14.1 |
| 1152 | 2026-06-03T08:10:28.920Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1153 | 2026-06-03T08:10:28.937Z | Checking instant v0.1.13 |
| 1154 | 2026-06-03T08:10:28.952Z | Checking clap v4.6.0 |
| 1155 | 2026-06-03T08:10:29.024Z | Checking rustc-hash v2.1.1 |
| 1156 | 2026-06-03T08:10:29.153Z | Checking iddqd v0.3.18 |
| 1157 | 2026-06-03T08:10:29.199Z | Checking backoff v0.4.0 |
| 1158 | 2026-06-03T08:10:29.367Z | Checking parse-display v0.10.0 |
| 1159 | 2026-06-03T08:10:29.392Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1160 | 2026-06-03T08:10:29.494Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1161 | 2026-06-03T08:10:30.955Z | Compiling num-derive v0.4.2 |
| 1162 | 2026-06-03T08:10:31.597Z | Compiling rustls-webpki v0.103.6 |
| 1163 | 2026-06-03T08:10:31.930Z | Compiling prettyplease v0.2.37 |
| 1164 | 2026-06-03T08:10:34.039Z | Checking serde_spanned v0.6.9 |
| 1165 | 2026-06-03T08:10:34.166Z | Compiling memoffset v0.9.1 |
| 1166 | 2026-06-03T08:10:34.208Z | Compiling cfg_aliases v0.2.1 |
| 1167 | 2026-06-03T08:10:34.678Z | Compiling tokio-rustls v0.26.3 |
| 1168 | 2026-06-03T08:10:34.871Z | Compiling nix v0.30.1 |
| 1169 | 2026-06-03T08:10:35.329Z | Compiling hyper-rustls v0.27.7 |
| 1170 | 2026-06-03T08:10:35.603Z | Compiling reqwest v0.12.23 |
| 1171 | 2026-06-03T08:10:36.679Z | Checking crossbeam-epoch v0.9.18 |
| 1172 | 2026-06-03T08:10:36.806Z | Compiling progenitor-client v0.11.1 |
| 1173 | 2026-06-03T08:10:37.252Z | Compiling winnow v0.5.40 |
| 1174 | 2026-06-03T08:10:38.410Z | Compiling progenitor v0.11.1 |
| 1175 | 2026-06-03T08:10:38.536Z | Compiling toml_edit v0.19.15 |
| 1176 | 2026-06-03T08:10:39.263Z | Compiling num-integer v0.1.46 |
| 1177 | 2026-06-03T08:10:39.669Z | Compiling proc-macro-crate v1.3.1 |
| 1178 | 2026-06-03T08:10:39.782Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1179 | 2026-06-03T08:10:40.000Z | Compiling progenitor-client v0.10.0 |
| 1180 | 2026-06-03T08:10:40.761Z | Compiling hubpack_derive v0.1.1 |
| 1181 | 2026-06-03T08:10:40.866Z | Checking toml_write v0.1.2 |
| 1182 | 2026-06-03T08:10:41.120Z | Compiling rayon-core v1.13.0 |
| 1183 | 2026-06-03T08:10:41.251Z | Checking toml_edit v0.22.27 |
| 1184 | 2026-06-03T08:10:41.266Z | Checking hubpack v0.1.2 |
| 1185 | 2026-06-03T08:10:41.391Z | Checking num-iter v0.1.45 |
| 1186 | 2026-06-03T08:10:41.432Z | Checking num-rational v0.4.2 |
| 1187 | 2026-06-03T08:10:41.770Z | Compiling zerocopy-derive v0.7.35 |
| 1188 | 2026-06-03T08:10:41.835Z | Compiling num-complex v0.4.6 |
| 1189 | 2026-06-03T08:10:42.225Z | Checking static_assertions v1.1.0 |
| 1190 | 2026-06-03T08:10:42.231Z | Checking num v0.4.3 |
| 1191 | 2026-06-03T08:10:42.382Z | Checking toml v0.8.23 |
| 1192 | 2026-06-03T08:10:42.423Z | Checking crossbeam-deque v0.8.6 |
| 1193 | 2026-06-03T08:10:42.612Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1194 | 2026-06-03T08:10:42.632Z | Checking float-ord v0.3.2 |
| 1195 | 2026-06-03T08:10:42.711Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1196 | 2026-06-03T08:10:42.964Z | Compiling proc-macro-error-attr v1.0.4 |
| 1197 | 2026-06-03T08:10:43.153Z | Compiling heapless v0.8.0 |
| 1198 | 2026-06-03T08:10:43.191Z | Checking bytecount v0.6.9 |
| 1199 | 2026-06-03T08:10:43.270Z | Checking libscf-sys v1.2.0 |
| 1200 | 2026-06-03T08:10:43.295Z | Compiling ingot-macros v0.1.1 |
| 1201 | 2026-06-03T08:10:43.394Z | Checking hash32 v0.3.1 |
| 1202 | 2026-06-03T08:10:43.520Z | Compiling proc-macro-error v1.0.4 |
| 1203 | 2026-06-03T08:10:43.614Z | Compiling smoltcp v0.11.0 |
| 1204 | 2026-06-03T08:10:43.758Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1205 | 2026-06-03T08:10:44.276Z | Compiling zerocopy v0.7.35 |
| 1206 | 2026-06-03T08:10:44.422Z | Compiling num_enum_derive v0.7.5 |
| 1207 | 2026-06-03T08:10:44.552Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1208 | 2026-06-03T08:10:44.587Z | Checking cobs v0.3.0 |
| 1209 | 2026-06-03T08:10:44.736Z | Compiling scroll_derive v0.12.1 |
| 1210 | 2026-06-03T08:10:44.824Z | Compiling foreign-types-macros v0.2.3 |
| 1211 | 2026-06-03T08:10:44.888Z | Compiling usdt-impl v0.5.0 |
| 1212 | 2026-06-03T08:10:45.112Z | Checking bitflags v1.3.2 |
| 1213 | 2026-06-03T08:10:45.143Z | Checking managed v0.8.0 |
| 1214 | 2026-06-03T08:10:45.190Z | Compiling crucible-workspace-hack v0.1.0 |
| 1215 | 2026-06-03T08:10:45.334Z | Checking foreign-types-shared v0.3.1 |
| 1216 | 2026-06-03T08:10:45.425Z | Checking scroll v0.12.0 |
| 1217 | 2026-06-03T08:10:45.457Z | Checking foreign-types v0.5.0 |
| 1218 | 2026-06-03T08:10:45.462Z | Checking num_enum v0.7.5 |
| 1219 | 2026-06-03T08:10:45.528Z | Compiling dof v0.3.0 |
| 1220 | 2026-06-03T08:10:45.575Z | Checking postcard v1.1.3 |
| 1221 | 2026-06-03T08:10:45.780Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1222 | 2026-06-03T08:10:45.869Z | Compiling dtrace-parser v0.2.0 |
| 1223 | 2026-06-03T08:10:45.891Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1224 | 2026-06-03T08:10:45.934Z | Checking ingot-types v0.1.2 |
| 1225 | 2026-06-03T08:10:45.963Z | Checking camino-tempfile v1.4.1 |
| 1226 | 2026-06-03T08:10:45.974Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1227 | 2026-06-03T08:10:46.125Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1228 | 2026-06-03T08:10:46.207Z | Checking cstr-argument v0.1.2 |
| 1229 | 2026-06-03T08:10:46.254Z | Checking ingot v0.1.1 |
| 1230 | 2026-06-03T08:10:46.296Z | Compiling thread-id v4.2.2 |
| 1231 | 2026-06-03T08:10:46.390Z | Compiling minimal-lexical v0.2.1 |
| 1232 | 2026-06-03T08:10:46.408Z | Compiling heck v0.4.1 |
| 1233 | 2026-06-03T08:10:46.541Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1234 | 2026-06-03T08:10:46.633Z | Compiling nom v7.1.3 |
| 1235 | 2026-06-03T08:10:46.654Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1236 | 2026-06-03T08:10:46.654Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1237 | 2026-06-03T08:10:46.674Z | Checking goblin v0.8.2 |
| 1238 | 2026-06-03T08:10:46.802Z | Checking rayon v1.11.0 |
| 1239 | 2026-06-03T08:10:47.021Z | Compiling num_enum_derive v0.5.11 |
| 1240 | 2026-06-03T08:10:47.358Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1241 | 2026-06-03T08:10:47.589Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1242 | 2026-06-03T08:10:47.861Z | Compiling rustc_version v0.4.1 |
| 1243 | 2026-06-03T08:10:47.910Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1244 | 2026-06-03T08:10:48.137Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1245 | 2026-06-03T08:10:48.228Z | Compiling rustix v0.38.44 |
| 1246 | 2026-06-03T08:10:48.256Z | Checking tinyvec_macros v0.1.1 |
| 1247 | 2026-06-03T08:10:48.318Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1248 | 2026-06-03T08:10:48.335Z | Compiling convert_case v0.4.0 |
| 1249 | 2026-06-03T08:10:48.538Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1250 | 2026-06-03T08:10:48.644Z | Compiling derive_more v0.99.20 |
| 1251 | 2026-06-03T08:10:49.054Z | Checking tinyvec v1.10.0 |
| 1252 | 2026-06-03T08:10:49.057Z | Compiling proc-macro-error2 v2.0.1 |
| 1253 | 2026-06-03T08:10:49.058Z | Checking num_enum v0.5.11 |
| 1254 | 2026-06-03T08:10:49.058Z | Compiling libz-sys v1.1.22 |
| 1255 | 2026-06-03T08:10:49.058Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1256 | 2026-06-03T08:10:49.067Z | Compiling crc32fast v1.5.0 |
| 1257 | 2026-06-03T08:10:49.309Z | Compiling tabled_derive v0.11.0 |
| 1258 | 2026-06-03T08:10:49.395Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1259 | 2026-06-03T08:10:49.572Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1260 | 2026-06-03T08:10:49.776Z | Compiling usdt-attr-macro v0.5.0 |
| 1261 | 2026-06-03T08:10:50.028Z | Compiling usdt-macro v0.5.0 |
| 1262 | 2026-06-03T08:10:50.107Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1263 | 2026-06-03T08:10:50.396Z | Compiling zone_cfg_derive v0.3.1 |
| 1264 | 2026-06-03T08:10:50.464Z | Checking papergrid v0.17.0 |
| 1265 | 2026-06-03T08:10:50.509Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1266 | 2026-06-03T08:10:50.708Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1267 | 2026-06-03T08:10:50.826Z | Checking itertools v0.12.1 |
| 1268 | 2026-06-03T08:10:50.847Z | Checking testing_table v0.3.0 |
| 1269 | 2026-06-03T08:10:50.881Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1270 | 2026-06-03T08:10:50.940Z | Checking sigpipe v0.1.3 |
| 1271 | 2026-06-03T08:10:51.023Z | Checking memmap v0.7.0 |
| 1272 | 2026-06-03T08:10:51.060Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1273 | 2026-06-03T08:10:51.116Z | Checking glob v0.3.3 |
| 1274 | 2026-06-03T08:10:51.158Z | Checking adler2 v2.0.1 |
| 1275 | 2026-06-03T08:10:51.226Z | Checking jiff v0.2.15 |
| 1276 | 2026-06-03T08:10:51.258Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1277 | 2026-06-03T08:10:51.286Z | Checking miniz_oxide v0.8.9 |
| 1278 | 2026-06-03T08:10:51.294Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-06-03T08:10:51.317Z | Checking tabled v0.20.0 |
| 1280 | 2026-06-03T08:10:51.321Z | Checking usdt v0.5.0 |
| 1281 | 2026-06-03T08:10:51.605Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1282 | 2026-06-03T08:10:51.675Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1283 | 2026-06-03T08:10:51.870Z | Checking zone v0.3.1 |
| 1284 | 2026-06-03T08:10:51.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1285 | 2026-06-03T08:10:52.031Z | Checking smf v0.2.3 |
| 1286 | 2026-06-03T08:10:52.123Z | Checking secrecy v0.10.3 |
| 1287 | 2026-06-03T08:10:52.200Z | Checking bstr v1.12.0 |
| 1288 | 2026-06-03T08:10:52.247Z | Checking whoami v1.6.1 |
| 1289 | 2026-06-03T08:10:52.264Z | Checking flate2 v1.1.2 |
| 1290 | 2026-06-03T08:10:52.418Z | Compiling curve25519-dalek v4.1.3 |
| 1291 | 2026-06-03T08:10:52.546Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1292 | 2026-06-03T08:10:52.561Z | Compiling clang-sys v1.8.1 |
| 1293 | 2026-06-03T08:10:52.565Z | Checking hmac v0.12.1 |
| 1294 | 2026-06-03T08:10:52.707Z | Checking inout v0.1.4 |
| 1295 | 2026-06-03T08:10:52.714Z | Checking ff v0.13.1 |
| 1296 | 2026-06-03T08:10:52.838Z | Compiling enum-as-inner v0.6.1 |
| 1297 | 2026-06-03T08:10:52.861Z | Checking data-encoding v2.9.0 |
| 1298 | 2026-06-03T08:10:52.933Z | Compiling semver v0.1.20 |
| 1299 | 2026-06-03T08:10:53.134Z | Compiling rustc_version v0.1.7 |
| 1300 | 2026-06-03T08:10:53.216Z | Checking cipher v0.4.4 |
| 1301 | 2026-06-03T08:10:53.339Z | Checking group v0.13.0 |
| 1302 | 2026-06-03T08:10:53.387Z | Checking hkdf v0.12.4 |
| 1303 | 2026-06-03T08:10:53.410Z | Checking atomicwrites v0.4.4 |
| 1304 | 2026-06-03T08:10:53.432Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1305 | 2026-06-03T08:10:53.449Z | Checking universal-hash v0.5.1 |
| 1306 | 2026-06-03T08:10:53.518Z | Checking crypto-bigint v0.5.5 |
| 1307 | 2026-06-03T08:10:53.537Z | Checking half v2.7.1 |
| 1308 | 2026-06-03T08:10:53.573Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1309 | 2026-06-03T08:10:53.684Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-06-03T08:10:53.790Z | Checking indent_write v2.2.0 |
| 1311 | 2026-06-03T08:10:53.843Z | Checking ciborium-io v0.2.2 |
| 1312 | 2026-06-03T08:10:53.907Z | Checking base64ct v1.8.0 |
| 1313 | 2026-06-03T08:10:53.927Z | Checking opaque-debug v0.3.1 |
| 1314 | 2026-06-03T08:10:53.941Z | Checking base16ct v0.2.0 |
| 1315 | 2026-06-03T08:10:53.998Z | Checking poly1305 v0.8.0 |
| 1316 | 2026-06-03T08:10:54.474Z | Checking ciborium-ll v0.2.2 |
| 1317 | 2026-06-03T08:10:54.477Z | Checking password-hash v0.5.0 |
| 1318 | 2026-06-03T08:10:54.477Z | Checking chacha20 v0.9.1 |
| 1319 | 2026-06-03T08:10:54.477Z | Compiling newtype_derive v0.1.6 |
| 1320 | 2026-06-03T08:10:54.477Z | Checking similar v2.7.0 |
| 1321 | 2026-06-03T08:10:54.477Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1322 | 2026-06-03T08:10:54.494Z | Checking blake2 v0.10.6 |
| 1323 | 2026-06-03T08:10:54.511Z | Checking thiserror-no-std v2.0.2 |
| 1324 | 2026-06-03T08:10:54.532Z | Checking elliptic-curve v0.13.8 |
| 1325 | 2026-06-03T08:10:54.595Z | Compiling typify-impl v0.6.1 |
| 1326 | 2026-06-03T08:10:54.667Z | Checking aead v0.5.2 |
| 1327 | 2026-06-03T08:10:54.703Z | Compiling libloading v0.8.9 |
| 1328 | 2026-06-03T08:10:54.706Z | Compiling bindgen v0.72.1 |
| 1329 | 2026-06-03T08:10:54.782Z | Checking keccak v0.1.6 |
| 1330 | 2026-06-03T08:10:54.805Z | Compiling owo-colors v4.3.0 |
| 1331 | 2026-06-03T08:10:54.897Z | Checking compression-core v0.4.32 |
| 1332 | 2026-06-03T08:10:54.925Z | Checking linked-hash-map v0.5.6 |
| 1333 | 2026-06-03T08:10:54.946Z | Checking resolv-conf v0.7.5 |
| 1334 | 2026-06-03T08:10:55.012Z | Checking sha3 v0.10.8 |
| 1335 | 2026-06-03T08:10:55.027Z | Checking compression-codecs v0.4.32 |
| 1336 | 2026-06-03T08:10:55.031Z | Checking vsss-rs v3.3.4 |
| 1337 | 2026-06-03T08:10:55.093Z | Checking lru-cache v0.1.2 |
| 1338 | 2026-06-03T08:10:55.178Z | Checking chacha20poly1305 v0.10.1 |
| 1339 | 2026-06-03T08:10:55.197Z | Checking argon2 v0.5.3 |
| 1340 | 2026-06-03T08:10:55.229Z | Checking ciborium v0.2.2 |
| 1341 | 2026-06-03T08:10:55.256Z | Checking hickory-proto v0.24.4 |
| 1342 | 2026-06-03T08:10:55.298Z | Checking tokio-dtrace v0.1.1 |
| 1343 | 2026-06-03T08:10:55.500Z | Compiling cexpr v0.6.0 |
| 1344 | 2026-06-03T08:10:55.507Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1345 | 2026-06-03T08:10:55.771Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1346 | 2026-06-03T08:10:56.008Z | Checking serde-big-array v0.5.1 |
| 1347 | 2026-06-03T08:10:56.034Z | Compiling serde_repr v0.1.20 |
| 1348 | 2026-06-03T08:10:56.116Z | Compiling derive-where v1.6.0 |
| 1349 | 2026-06-03T08:10:56.143Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1350 | 2026-06-03T08:10:56.350Z | Compiling dropshot v0.17.0 |
| 1351 | 2026-06-03T08:10:56.571Z | Checking unicode-segmentation v1.12.0 |
| 1352 | 2026-06-03T08:10:56.630Z | Checking same-file v1.0.6 |
| 1353 | 2026-06-03T08:10:56.647Z | Checking siphasher v1.0.1 |
| 1354 | 2026-06-03T08:10:56.755Z | Checking walkdir v2.5.0 |
| 1355 | 2026-06-03T08:10:56.806Z | Checking phf_shared v0.12.1 |
| 1356 | 2026-06-03T08:10:56.821Z | Checking hickory-resolver v0.24.4 |
| 1357 | 2026-06-03T08:10:56.887Z | Checking newline-converter v0.3.0 |
| 1358 | 2026-06-03T08:10:56.913Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1359 | 2026-06-03T08:10:57.013Z | Checking toml v1.0.6+spec-1.1.0 |
| 1360 | 2026-06-03T08:10:57.404Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1361 | 2026-06-03T08:10:57.505Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1362 | 2026-06-03T08:10:57.606Z | Checking oxide-tokio-rt v0.1.2 |
| 1363 | 2026-06-03T08:10:57.779Z | Checking async-compression v0.4.33 |
| 1364 | 2026-06-03T08:10:58.009Z | Checking console v0.15.11 |
| 1365 | 2026-06-03T08:10:58.434Z | Compiling typify-macro v0.6.1 |
| 1366 | 2026-06-03T08:10:58.440Z | Compiling progenitor-impl v0.10.0 |
| 1367 | 2026-06-03T08:10:58.440Z | Checking tokio-stream v0.1.17 |
| 1368 | 2026-06-03T08:10:58.440Z | Compiling dropshot_endpoint v0.17.0 |
| 1369 | 2026-06-03T08:10:58.654Z | Compiling pin-project-internal v1.1.10 |
| 1370 | 2026-06-03T08:10:58.657Z | Compiling slog-dtrace v0.3.0 |
| 1371 | 2026-06-03T08:10:58.907Z | Checking csv-core v0.1.12 |
| 1372 | 2026-06-03T08:10:59.095Z | Checking foldhash v0.1.5 |
| 1373 | 2026-06-03T08:10:59.139Z | Checking swrite v0.1.0 |
| 1374 | 2026-06-03T08:10:59.238Z | Compiling cancel-safe-futures v0.1.5 |
| 1375 | 2026-06-03T08:10:59.242Z | Checking unicode-linebreak v0.1.5 |
| 1376 | 2026-06-03T08:10:59.466Z | Checking smawk v0.3.2 |
| 1377 | 2026-06-03T08:10:59.507Z | Compiling chrono-tz v0.10.4 |
| 1378 | 2026-06-03T08:10:59.548Z | Checking unicode-width v0.1.14 |
| 1379 | 2026-06-03T08:10:59.598Z | Compiling unicode-xid v0.2.6 |
| 1380 | 2026-06-03T08:10:59.729Z | Compiling const_format_proc_macros v0.2.34 |
| 1381 | 2026-06-03T08:10:59.759Z | Checking pin-project v1.1.10 |
| 1382 | 2026-06-03T08:10:59.773Z | Checking textwrap v0.16.2 |
| 1383 | 2026-06-03T08:10:59.824Z | Checking hashbrown v0.15.5 |
| 1384 | 2026-06-03T08:10:59.859Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1385 | 2026-06-03T08:10:59.990Z | Checking csv v1.3.1 |
| 1386 | 2026-06-03T08:11:00.154Z | Compiling progenitor-macro v0.10.0 |
| 1387 | 2026-06-03T08:11:00.356Z | Checking qorb v0.4.1 |
| 1388 | 2026-06-03T08:11:00.372Z | Checking expectorate v1.2.0 |
| 1389 | 2026-06-03T08:11:00.904Z | Checking phf v0.12.1 |
| 1390 | 2026-06-03T08:11:00.907Z | Checking unicode-normalization v0.1.24 |
| 1391 | 2026-06-03T08:11:00.907Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1392 | 2026-06-03T08:11:01.162Z | Checking libsw-core v0.3.2 |
| 1393 | 2026-06-03T08:11:01.318Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1394 | 2026-06-03T08:11:01.383Z | Compiling async-recursion v1.1.1 |
| 1395 | 2026-06-03T08:11:01.386Z | Compiling snafu-derive v0.8.9 |
| 1396 | 2026-06-03T08:11:01.678Z | Compiling cookie v0.18.1 |
| 1397 | 2026-06-03T08:11:01.804Z | Checking highway v1.3.0 |
| 1398 | 2026-06-03T08:11:02.316Z | Compiling moka v0.12.11 |
| 1399 | 2026-06-03T08:11:02.319Z | Checking fixedbitset v0.5.7 |
| 1400 | 2026-06-03T08:11:02.319Z | Checking fixedbitset v0.4.2 |
| 1401 | 2026-06-03T08:11:02.319Z | Checking petgraph v0.6.5 |
| 1402 | 2026-06-03T08:11:02.319Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1403 | 2026-06-03T08:11:02.319Z | Checking petgraph v0.8.2 |
| 1404 | 2026-06-03T08:11:02.363Z | Checking libsw v3.5.0 |
| 1405 | 2026-06-03T08:11:02.548Z | Checking olpc-cjson v0.1.4 |
| 1406 | 2026-06-03T08:11:03.171Z | Checking snafu v0.8.9 |
| 1407 | 2026-06-03T08:11:03.238Z | Checking const_format v0.2.34 |
| 1408 | 2026-06-03T08:11:03.402Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1409 | 2026-06-03T08:11:03.558Z | Checking papergrid v0.11.0 |
| 1410 | 2026-06-03T08:11:03.691Z | Compiling typify v0.6.1 |
| 1411 | 2026-06-03T08:11:03.723Z | Checking globset v0.4.16 |
| 1412 | 2026-06-03T08:11:03.785Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1413 | 2026-06-03T08:11:03.802Z | Checking gethostname v0.5.0 |
| 1414 | 2026-06-03T08:11:04.060Z | Compiling tabled_derive v0.7.0 |
| 1415 | 2026-06-03T08:11:04.084Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1416 | 2026-06-03T08:11:04.275Z | Checking reqwest v0.13.2 |
| 1417 | 2026-06-03T08:11:04.392Z | Checking progenitor v0.10.0 |
| 1418 | 2026-06-03T08:11:04.410Z | Checking bcs v0.1.6 |
| 1419 | 2026-06-03T08:11:04.529Z | Checking pem v3.0.5 |
| 1420 | 2026-06-03T08:11:04.658Z | Checking serde_plain v1.0.2 |
| 1421 | 2026-06-03T08:11:04.708Z | Checking tagptr v0.2.0 |
| 1422 | 2026-06-03T08:11:04.813Z | Checking crc8 v0.1.1 |
| 1423 | 2026-06-03T08:11:04.839Z | Checking typed-path v0.9.3 |
| 1424 | 2026-06-03T08:11:04.877Z | Checking linear-map v1.2.0 |
| 1425 | 2026-06-03T08:11:04.900Z | Checking humantime v2.3.0 |
| 1426 | 2026-06-03T08:11:04.998Z | Checking termtree v0.5.1 |
| 1427 | 2026-06-03T08:11:05.014Z | Compiling signal-hook v0.3.18 |
| 1428 | 2026-06-03T08:11:05.072Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1429 | 2026-06-03T08:11:05.137Z | Checking tabled v0.15.0 |
| 1430 | 2026-06-03T08:11:05.394Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-06-03T08:11:05.606Z | Checking tough v0.20.0 |
| 1432 | 2026-06-03T08:11:05.882Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1433 | 2026-06-03T08:11:06.043Z | Compiling progenitor-impl v0.13.0 |
| 1434 | 2026-06-03T08:11:06.257Z | Checking steno v0.4.1 |
| 1435 | 2026-06-03T08:11:06.562Z | Checking hickory-proto v0.25.2 |
| 1436 | 2026-06-03T08:11:07.092Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 1437 | 2026-06-03T08:11:07.291Z | Compiling cargo-platform v0.1.9 |
| 1438 | 2026-06-03T08:11:07.501Z | Compiling vergen v8.3.2 |
| 1439 | 2026-06-03T08:11:07.535Z | Compiling fs-err v3.1.2 |
| 1440 | 2026-06-03T08:11:07.576Z | Compiling cargo_metadata v0.18.1 |
| 1441 | 2026-06-03T08:11:07.879Z | Checking progenitor-client v0.13.0 |
| 1442 | 2026-06-03T08:11:07.943Z | Checking dropshot-api-manager-types v0.7.2 |
| 1443 | 2026-06-03T08:11:08.100Z | Checking sha2 v0.10.9 |
| 1444 | 2026-06-03T08:11:08.116Z | Compiling blake3 v1.8.2 |
| 1445 | 2026-06-03T08:11:08.176Z | Compiling progenitor-macro v0.13.0 |
| 1446 | 2026-06-03T08:11:08.204Z | Checking hickory-resolver v0.25.2 |
| 1447 | 2026-06-03T08:11:08.786Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1448 | 2026-06-03T08:11:08.829Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1449 | 2026-06-03T08:11:08.946Z | Checking git-stub v1.0.0 |
| 1450 | 2026-06-03T08:11:08.962Z | Checking filetime v0.2.26 |
| 1451 | 2026-06-03T08:11:09.095Z | Compiling curl v0.4.49 |
| 1452 | 2026-06-03T08:11:09.097Z | Checking arrayvec v0.7.6 |
| 1453 | 2026-06-03T08:11:09.294Z | Checking is_ci v1.2.0 |
| 1454 | 2026-06-03T08:11:09.341Z | Checking arrayref v0.3.9 |
| 1455 | 2026-06-03T08:11:09.396Z | Checking xattr v1.6.1 |
| 1456 | 2026-06-03T08:11:09.416Z | Checking constant_time_eq v0.3.1 |
| 1457 | 2026-06-03T08:11:09.515Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1458 | 2026-06-03T08:11:09.530Z | Checking tar v0.4.45 |
| 1459 | 2026-06-03T08:11:09.904Z | Checking supports-color v3.0.2 |
| 1460 | 2026-06-03T08:11:10.434Z | Checking git-stub-vcs v0.1.0 |
| 1461 | 2026-06-03T08:11:10.437Z | Checking drift v0.2.0 |
| 1462 | 2026-06-03T08:11:10.437Z | Checking kstat-rs v0.2.4 |
| 1463 | 2026-06-03T08:11:10.437Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1464 | 2026-06-03T08:11:10.437Z | Checking topological-sort v0.2.2 |
| 1465 | 2026-06-03T08:11:10.894Z | Checking dropshot-api-manager v0.7.2 |
| 1466 | 2026-06-03T08:11:10.898Z | Checking toml v0.7.8 |
| 1467 | 2026-06-03T08:11:10.911Z | Checking omicron-zone-package v0.12.2 |
| 1468 | 2026-06-03T08:11:11.219Z | Checking signal-hook-tokio v0.3.1 |
| 1469 | 2026-06-03T08:11:11.380Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1470 | 2026-06-03T08:11:11.517Z | Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 1471 | 2026-06-03T08:11:11.816Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1472 | 2026-06-03T08:11:11.830Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1473 | 2026-06-03T08:11:12.016Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-06-03T08:11:12.056Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-06-03T08:11:12.327Z | Checking internet-checksum v0.2.1 |
| 1476 | 2026-06-03T08:11:12.384Z | Checking progenitor v0.13.0 |
| 1477 | 2026-06-03T08:11:12.447Z | Checking display-error-chain v0.2.2 |
| 1478 | 2026-06-03T08:11:12.511Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1479 | 2026-06-03T08:11:12.567Z | Checking search_path v0.1.4 |
| 1480 | 2026-06-03T08:11:12.575Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-06-03T08:11:12.724Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1482 | 2026-06-03T08:11:12.830Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1483 | 2026-06-03T08:11:12.974Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-06-03T08:11:13.130Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-06-03T08:11:13.641Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-06-03T08:11:13.674Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-06-03T08:11:14.055Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-06-03T08:11:14.086Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-06-03T08:11:14.154Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-06-03T08:11:14.296Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1491 | 2026-06-03T08:11:14.442Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1492 | 2026-06-03T08:11:14.702Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1493 | 2026-06-03T08:11:14.778Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-06-03T08:11:15.017Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1495 | 2026-06-03T08:11:15.247Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1496 | 2026-06-03T08:11:15.300Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1497 | 2026-06-03T08:11:17.637Z | Compiling git2 v0.19.0 |
| 1498 | 2026-06-03T08:11:18.368Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1499 | 2026-06-03T08:11:18.747Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1500 | 2026-06-03T08:11:19.380Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1501 | 2026-06-03T08:11:19.654Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1502 | 2026-06-03T08:11:20.048Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1503 | 2026-06-03T08:11:20.233Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-06-03T08:11:20.557Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1505 | 2026-06-03T08:11:21.073Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1506 | 2026-06-03T08:11:21.076Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1507 | 2026-06-03T08:11:21.104Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1508 | 2026-06-03T08:11:31.901Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-06-03T08:11:33.142Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-06-03T08:11:37.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s |
| 1511 | 2026-06-03T08:11:38.301Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1512 | 2026-06-03T08:11:38.302Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1513 | 2026-06-03T08:11:38.790Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1514 | 2026-06-03T08:11:38.794Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1515 | 2026-06-03T08:11:38.794Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1516 | 2026-06-03T08:11:38.794Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1517 | 2026-06-03T08:11:46.136Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1518 | 2026-06-03T08:11:46.136Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1519 | 2026-06-03T08:11:48.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s |
| 1520 | 2026-06-03T08:11:48.822Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1521 | 2026-06-03T08:11:48.822Z | + cargo clippy --features softnpu -- --deny warnings |
| 1522 | 2026-06-03T08:11:49.119Z | Downloading crates ... |
| 1523 | 2026-06-03T08:11:49.257Z | Downloaded ascii v1.1.0 |
| 1524 | 2026-06-03T08:11:49.264Z | Downloaded serde_arrays v0.1.0 |
| 1525 | 2026-06-03T08:11:49.264Z | Downloaded bitstruct_derive v0.1.0 |
| 1526 | 2026-06-03T08:11:49.269Z | Downloaded radium v0.7.0 |
| 1527 | 2026-06-03T08:11:49.269Z | Downloaded typeid v1.0.3 |
| 1528 | 2026-06-03T08:11:49.269Z | Downloaded tap v1.0.1 |
| 1529 | 2026-06-03T08:11:49.269Z | Downloaded erased-serde v0.4.8 |
| 1530 | 2026-06-03T08:11:49.274Z | Downloaded funty v2.0.0 |
| 1531 | 2026-06-03T08:11:49.274Z | Downloaded bitstruct v0.1.1 |
| 1532 | 2026-06-03T08:11:49.274Z | Downloaded wyz v0.5.1 |
| 1533 | 2026-06-03T08:11:49.277Z | Downloaded libloading v0.7.4 |
| 1534 | 2026-06-03T08:11:49.284Z | Downloaded bitvec v1.0.1 |
| 1535 | 2026-06-03T08:11:49.292Z | Downloaded num-bigint v0.4.6 |
| 1536 | 2026-06-03T08:11:49.412Z | Checking num-integer v0.1.46 |
| 1537 | 2026-06-03T08:11:49.492Z | Checking num-complex v0.4.6 |
| 1538 | 2026-06-03T08:11:49.498Z | Compiling radium v0.7.0 |
| 1539 | 2026-06-03T08:11:49.505Z | Checking tap v1.0.1 |
| 1540 | 2026-06-03T08:11:49.510Z | Checking funty v2.0.0 |
| 1541 | 2026-06-03T08:11:49.516Z | Compiling typeid v1.0.3 |
| 1542 | 2026-06-03T08:11:49.519Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1543 | 2026-06-03T08:11:49.528Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1544 | 2026-06-03T08:11:49.587Z | Checking wyz v0.5.1 |
| 1545 | 2026-06-03T08:11:49.682Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1546 | 2026-06-03T08:11:49.689Z | Checking num-bigint v0.4.6 |
| 1547 | 2026-06-03T08:11:49.722Z | Checking num-iter v0.1.45 |
| 1548 | 2026-06-03T08:11:49.760Z | Compiling erased-serde v0.4.8 |
| 1549 | 2026-06-03T08:11:49.786Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1550 | 2026-06-03T08:11:49.803Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1551 | 2026-06-03T08:11:49.821Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1552 | 2026-06-03T08:11:49.889Z | Compiling bitstruct_derive v0.1.0 |
| 1553 | 2026-06-03T08:11:49.889Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1554 | 2026-06-03T08:11:49.915Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1555 | 2026-06-03T08:11:49.935Z | Checking bitvec v1.0.1 |
| 1556 | 2026-06-03T08:11:49.939Z | Checking ascii v1.1.0 |
| 1557 | 2026-06-03T08:11:49.942Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1558 | 2026-06-03T08:11:49.998Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1559 | 2026-06-03T08:11:50.095Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1560 | 2026-06-03T08:11:50.110Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-06-03T08:11:50.121Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1562 | 2026-06-03T08:11:50.127Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1563 | 2026-06-03T08:11:50.414Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-06-03T08:11:50.443Z | Checking serde_arrays v0.1.0 |
| 1565 | 2026-06-03T08:11:50.505Z | Checking num-rational v0.4.2 |
| 1566 | 2026-06-03T08:11:50.527Z | Checking bitstruct v0.1.1 |
| 1567 | 2026-06-03T08:11:50.537Z | Checking libloading v0.7.4 |
| 1568 | 2026-06-03T08:11:50.548Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1569 | 2026-06-03T08:11:50.777Z | Checking num v0.4.3 |
| 1570 | 2026-06-03T08:11:50.842Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1571 | 2026-06-03T08:11:51.379Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1572 | 2026-06-03T08:11:51.683Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1573 | 2026-06-03T08:11:51.694Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1574 | 2026-06-03T08:11:51.926Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-06-03T08:11:52.069Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1576 | 2026-06-03T08:11:52.072Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1577 | 2026-06-03T08:11:52.530Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1578 | 2026-06-03T08:11:52.747Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1579 | 2026-06-03T08:11:52.751Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1580 | 2026-06-03T08:11:52.751Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1581 | 2026-06-03T08:11:52.751Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1582 | 2026-06-03T08:11:53.131Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1583 | 2026-06-03T08:11:53.544Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1584 | 2026-06-03T08:11:54.388Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1585 | 2026-06-03T08:11:56.706Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1586 | 2026-06-03T08:11:57.059Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1587 | 2026-06-03T08:11:57.939Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1588 | 2026-06-03T08:11:58.573Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1589 | 2026-06-03T08:11:58.693Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1590 | 2026-06-03T08:12:05.273Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1591 | 2026-06-03T08:12:06.545Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-06-03T08:12:07.077Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1593 | 2026-06-03T08:12:11.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s |
| 1594 | 2026-06-03T08:12:11.509Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1595 | 2026-06-03T08:12:11.509Z | + cargo clippy --features chaos -- --deny warnings |
| 1596 | 2026-06-03T08:12:11.998Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1597 | 2026-06-03T08:12:12.007Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1598 | 2026-06-03T08:12:12.007Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1599 | 2026-06-03T08:12:19.239Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1600 | 2026-06-03T08:12:19.239Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1601 | 2026-06-03T08:12:21.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.19s |
| 1602 | 2026-06-03T08:12:21.895Z | + banner fmt |
| 1603 | 2026-06-03T08:12:21.911Z | |
| 1604 | 2026-06-03T08:12:21.912Z | ###### # # ##### |
| 1605 | 2026-06-03T08:12:21.912Z | # ## ## # |
| 1606 | 2026-06-03T08:12:21.912Z | ##### # ## # # |
| 1607 | 2026-06-03T08:12:21.912Z | # # # # |
| 1608 | 2026-06-03T08:12:21.912Z | # # # # |
| 1609 | 2026-06-03T08:12:21.912Z | # # # # |
| 1610 | 2026-06-03T08:12:21.912Z | |
| 1611 | 2026-06-03T08:12:21.912Z | + cargo fmt -- --check |
| 1612 | 2026-06-03T08:12:22.335Z | + banner test |
| 1613 | 2026-06-03T08:12:22.338Z | |
| 1614 | 2026-06-03T08:12:22.338Z | ##### ###### #### ##### |
| 1615 | 2026-06-03T08:12:22.338Z | # # # # |
| 1616 | 2026-06-03T08:12:22.338Z | # ##### #### # |
| 1617 | 2026-06-03T08:12:22.338Z | # # # # |
| 1618 | 2026-06-03T08:12:22.338Z | # # # # # |
| 1619 | 2026-06-03T08:12:22.338Z | # ###### #### # |
| 1620 | 2026-06-03T08:12:22.338Z | |
| 1621 | 2026-06-03T08:12:22.338Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1622 | 2026-06-03T08:12:22.338Z | + RUST_BACKTRACE=full |
| 1623 | 2026-06-03T08:12:22.338Z | + cargo test --features tofino_stub --no-fail-fast |
| 1624 | 2026-06-03T08:12:23.187Z | Compiling unicode-ident v1.0.24 |
| 1625 | 2026-06-03T08:12:23.187Z | Compiling cfg-if v1.0.3 |
| 1626 | 2026-06-03T08:12:23.288Z | Compiling memchr v2.7.5 |
| 1627 | 2026-06-03T08:12:23.295Z | Compiling serde_core v1.0.228 |
| 1628 | 2026-06-03T08:12:23.306Z | Compiling itoa v1.0.15 |
| 1629 | 2026-06-03T08:12:23.312Z | Compiling libc v0.2.183 |
| 1630 | 2026-06-03T08:12:23.320Z | Compiling zmij v1.0.17 |
| 1631 | 2026-06-03T08:12:23.350Z | Compiling libm v0.2.15 |
| 1632 | 2026-06-03T08:12:23.399Z | Compiling proc-macro2 v1.0.106 |
| 1633 | 2026-06-03T08:12:23.427Z | Compiling heck v0.5.0 |
| 1634 | 2026-06-03T08:12:23.694Z | Compiling smallvec v1.15.1 |
| 1635 | 2026-06-03T08:12:23.809Z | Compiling quote v1.0.45 |
| 1636 | 2026-06-03T08:12:23.833Z | Compiling log v0.4.29 |
| 1637 | 2026-06-03T08:12:23.907Z | Compiling equivalent v1.0.2 |
| 1638 | 2026-06-03T08:12:23.987Z | Compiling iana-time-zone v0.1.64 |
| 1639 | 2026-06-03T08:12:24.001Z | Compiling syn v2.0.117 |
| 1640 | 2026-06-03T08:12:24.015Z | Compiling allocator-api2 v0.2.21 |
| 1641 | 2026-06-03T08:12:24.109Z | Compiling foldhash v0.2.0 |
| 1642 | 2026-06-03T08:12:24.191Z | Compiling dyn-clone v1.0.20 |
| 1643 | 2026-06-03T08:12:24.211Z | Compiling stable_deref_trait v1.2.0 |
| 1644 | 2026-06-03T08:12:24.298Z | Compiling hashbrown v0.16.1 |
| 1645 | 2026-06-03T08:12:24.329Z | Compiling pin-project-lite v0.2.16 |
| 1646 | 2026-06-03T08:12:24.335Z | Compiling percent-encoding v2.3.2 |
| 1647 | 2026-06-03T08:12:24.335Z | Compiling writeable v0.6.1 |
| 1648 | 2026-06-03T08:12:24.428Z | Compiling fnv v1.0.7 |
| 1649 | 2026-06-03T08:12:24.471Z | Compiling litemap v0.8.0 |
| 1650 | 2026-06-03T08:12:24.529Z | Compiling icu_properties_data v2.0.1 |
| 1651 | 2026-06-03T08:12:24.548Z | Compiling icu_normalizer_data v2.0.0 |
| 1652 | 2026-06-03T08:12:24.627Z | Compiling regex-syntax v0.8.6 |
| 1653 | 2026-06-03T08:12:24.644Z | Compiling form_urlencoded v1.2.2 |
| 1654 | 2026-06-03T08:12:24.665Z | Compiling utf8_iter v1.0.4 |
| 1655 | 2026-06-03T08:12:24.687Z | Compiling scopeguard v1.2.0 |
| 1656 | 2026-06-03T08:12:24.799Z | Compiling lock_api v0.4.14 |
| 1657 | 2026-06-03T08:12:24.816Z | Compiling num-traits v0.2.19 |
| 1658 | 2026-06-03T08:12:24.830Z | Compiling getrandom v0.4.2 |
| 1659 | 2026-06-03T08:12:24.875Z | Compiling aho-corasick v1.1.3 |
| 1660 | 2026-06-03T08:12:24.978Z | Compiling semver v1.0.27 |
| 1661 | 2026-06-03T08:12:25.031Z | Compiling serde_json v1.0.149 |
| 1662 | 2026-06-03T08:12:25.114Z | Compiling indexmap v2.13.0 |
| 1663 | 2026-06-03T08:12:25.400Z | Compiling byteorder v1.5.0 |
| 1664 | 2026-06-03T08:12:25.425Z | Compiling ucd-trie v0.1.7 |
| 1665 | 2026-06-03T08:12:25.627Z | Compiling futures-core v0.3.32 |
| 1666 | 2026-06-03T08:12:25.720Z | Compiling uuid v1.23.1 |
| 1667 | 2026-06-03T08:12:25.797Z | Compiling time-core v0.1.8 |
| 1668 | 2026-06-03T08:12:25.960Z | Compiling num-conv v0.2.1 |
| 1669 | 2026-06-03T08:12:25.994Z | Compiling ryu v1.0.20 |
| 1670 | 2026-06-03T08:12:25.994Z | Compiling futures-sink v0.3.32 |
| 1671 | 2026-06-03T08:12:26.095Z | Compiling regex-automata v0.4.13 |
| 1672 | 2026-06-03T08:12:26.114Z | Compiling time-macros v0.2.27 |
| 1673 | 2026-06-03T08:12:26.164Z | Compiling pretty-hex v0.4.1 |
| 1674 | 2026-06-03T08:12:26.319Z | Compiling regress v0.10.5 |
| 1675 | 2026-06-03T08:12:26.333Z | Compiling slab v0.4.11 |
| 1676 | 2026-06-03T08:12:26.830Z | Compiling plain v0.2.3 |
| 1677 | 2026-06-03T08:12:26.830Z | Compiling synstructure v0.13.2 |
| 1678 | 2026-06-03T08:12:26.830Z | Compiling serde_derive_internals v0.29.1 |
| 1679 | 2026-06-03T08:12:26.935Z | Compiling strsim v0.11.1 |
| 1680 | 2026-06-03T08:12:27.319Z | Compiling futures-channel v0.3.32 |
| 1681 | 2026-06-03T08:12:27.344Z | Compiling futures-io v0.3.32 |
| 1682 | 2026-06-03T08:12:27.366Z | Compiling futures-task v0.3.32 |
| 1683 | 2026-06-03T08:12:27.464Z | Compiling socket2 v0.6.0 |
| 1684 | 2026-06-03T08:12:27.538Z | Compiling parking_lot_core v0.9.12 |
| 1685 | 2026-06-03T08:12:27.542Z | Compiling signal-hook-registry v1.4.6 |
| 1686 | 2026-06-03T08:12:27.583Z | Compiling thread-id v5.0.0 |
| 1687 | 2026-06-03T08:12:27.710Z | Compiling mio v1.0.4 |
| 1688 | 2026-06-03T08:12:27.840Z | Compiling regex v1.12.3 |
| 1689 | 2026-06-03T08:12:27.914Z | Compiling parking_lot v0.12.5 |
| 1690 | 2026-06-03T08:12:27.945Z | Compiling darling_core v0.21.3 |
| 1691 | 2026-06-03T08:12:28.015Z | Compiling base64 v0.22.1 |
| 1692 | 2026-06-03T08:12:28.452Z | Compiling serde_derive v1.0.228 |
| 1693 | 2026-06-03T08:12:28.458Z | Compiling zerofrom-derive v0.1.6 |
| 1694 | 2026-06-03T08:12:28.458Z | Compiling yoke-derive v0.8.0 |
| 1695 | 2026-06-03T08:12:28.458Z | Compiling zerovec-derive v0.11.1 |
| 1696 | 2026-06-03T08:12:28.458Z | Compiling displaydoc v0.2.5 |
| 1697 | 2026-06-03T08:12:28.715Z | Compiling thiserror-impl v2.0.18 |
| 1698 | 2026-06-03T08:12:29.140Z | Compiling schemars_derive v0.8.22 |
| 1699 | 2026-06-03T08:12:29.378Z | Compiling tokio-macros v2.6.0 |
| 1700 | 2026-06-03T08:12:29.433Z | Compiling zerocopy-derive v0.8.27 |
| 1701 | 2026-06-03T08:12:29.452Z | Compiling zeroize_derive v1.4.3 |
| 1702 | 2026-06-03T08:12:29.980Z | Compiling thiserror v2.0.18 |
| 1703 | 2026-06-03T08:12:30.069Z | Compiling futures-macro v0.3.32 |
| 1704 | 2026-06-03T08:12:30.092Z | Compiling zerofrom v0.1.6 |
| 1705 | 2026-06-03T08:12:30.143Z | Compiling thiserror-impl v1.0.69 |
| 1706 | 2026-06-03T08:12:30.147Z | Compiling tracing-attributes v0.1.30 |
| 1707 | 2026-06-03T08:12:30.221Z | Compiling yoke v0.8.0 |
| 1708 | 2026-06-03T08:12:30.233Z | Compiling pest v2.8.2 |
| 1709 | 2026-06-03T08:12:30.354Z | Compiling scroll_derive v0.13.1 |
| 1710 | 2026-06-03T08:12:30.415Z | Compiling zerovec v0.11.4 |
| 1711 | 2026-06-03T08:12:30.709Z | Compiling zerocopy v0.8.27 |
| 1712 | 2026-06-03T08:12:30.729Z | Compiling serde v1.0.228 |
| 1713 | 2026-06-03T08:12:31.221Z | Compiling bytes v1.11.1 |
| 1714 | 2026-06-03T08:12:31.253Z | Compiling serde_tokenstream v0.2.3 |
| 1715 | 2026-06-03T08:12:31.281Z | Compiling tinystr v0.8.1 |
| 1716 | 2026-06-03T08:12:31.341Z | Compiling potential_utf v0.1.3 |
| 1717 | 2026-06-03T08:12:31.453Z | Compiling zerotrie v0.2.2 |
| 1718 | 2026-06-03T08:12:31.482Z | Compiling icu_locale_core v2.0.0 |
| 1719 | 2026-06-03T08:12:31.515Z | Compiling icu_collections v2.0.0 |
| 1720 | 2026-06-03T08:12:31.534Z | Compiling pest_meta v2.8.2 |
| 1721 | 2026-06-03T08:12:31.611Z | Compiling chrono v0.4.44 |
| 1722 | 2026-06-03T08:12:31.764Z | Compiling http v1.4.0 |
| 1723 | 2026-06-03T08:12:32.341Z | Compiling async-trait v0.1.89 |
| 1724 | 2026-06-03T08:12:32.348Z | Compiling icu_provider v2.0.0 |
| 1725 | 2026-06-03T08:12:32.348Z | Compiling pest_generator v2.8.2 |
| 1726 | 2026-06-03T08:12:32.360Z | Compiling icu_normalizer v2.0.0 |
| 1727 | 2026-06-03T08:12:32.383Z | Compiling icu_properties v2.0.1 |
| 1728 | 2026-06-03T08:12:32.773Z | Compiling schemars v0.8.22 |
| 1729 | 2026-06-03T08:12:32.889Z | Compiling scroll v0.13.0 |
| 1730 | 2026-06-03T08:12:32.914Z | Compiling pest_derive v2.8.2 |
| 1731 | 2026-06-03T08:12:32.962Z | Compiling thiserror v1.0.69 |
| 1732 | 2026-06-03T08:12:32.999Z | Compiling tokio v1.50.0 |
| 1733 | 2026-06-03T08:12:33.070Z | Compiling openapiv3 v2.2.0 |
| 1734 | 2026-06-03T08:12:33.165Z | Compiling goblin v0.10.1 |
| 1735 | 2026-06-03T08:12:33.179Z | Compiling daft-derive v0.1.5 |
| 1736 | 2026-06-03T08:12:33.482Z | Compiling idna_adapter v1.2.1 |
| 1737 | 2026-06-03T08:12:33.601Z | Compiling idna v1.1.0 |
| 1738 | 2026-06-03T08:12:33.633Z | Compiling dtrace-parser v0.3.0 |
| 1739 | 2026-06-03T08:12:33.920Z | Compiling url v2.5.7 |
| 1740 | 2026-06-03T08:12:33.942Z | Compiling typify-impl v0.4.3 |
| 1741 | 2026-06-03T08:12:34.192Z | Compiling darling_macro v0.21.3 |
| 1742 | 2026-06-03T08:12:34.372Z | Compiling serde_yaml v0.9.34+deprecated |
| 1743 | 2026-06-03T08:12:34.702Z | Compiling http-body v1.0.1 |
| 1744 | 2026-06-03T08:12:34.790Z | Compiling darling v0.21.3 |
| 1745 | 2026-06-03T08:12:34.824Z | Compiling ppv-lite86 v0.2.21 |
| 1746 | 2026-06-03T08:12:34.863Z | Compiling erased-serde v0.3.31 |
| 1747 | 2026-06-03T08:12:34.874Z | Compiling openssl-macros v0.1.1 |
| 1748 | 2026-06-03T08:12:35.152Z | Compiling bitflags v2.11.1 |
| 1749 | 2026-06-03T08:12:35.358Z | Compiling typenum v1.18.0 |
| 1750 | 2026-06-03T08:12:35.373Z | Compiling getrandom v0.2.16 |
| 1751 | 2026-06-03T08:12:35.562Z | Compiling atomic-waker v1.1.2 |
| 1752 | 2026-06-03T08:12:35.656Z | Compiling ipnet v2.11.0 |
| 1753 | 2026-06-03T08:12:35.899Z | Compiling dof v0.4.0 |
| 1754 | 2026-06-03T08:12:36.010Z | Compiling httparse v1.10.1 |
| 1755 | 2026-06-03T08:12:36.196Z | Compiling tower-service v0.3.3 |
| 1756 | 2026-06-03T08:12:36.299Z | Compiling untrusted v0.9.0 |
| 1757 | 2026-06-03T08:12:36.731Z | Compiling tower-layer v0.3.3 |
| 1758 | 2026-06-03T08:12:37.141Z | Compiling usdt-impl v0.6.0 |
| 1759 | 2026-06-03T08:12:37.141Z | Compiling anyhow v1.0.102 |
| 1760 | 2026-06-03T08:12:37.141Z | Compiling try-lock v0.2.5 |
| 1761 | 2026-06-03T08:12:37.141Z | Compiling want v0.3.1 |
| 1762 | 2026-06-03T08:12:37.144Z | Compiling syn v1.0.109 |
| 1763 | 2026-06-03T08:12:37.144Z | Compiling zeroize v1.8.1 |
| 1764 | 2026-06-03T08:12:37.144Z | Compiling pin-utils v0.1.0 |
| 1765 | 2026-06-03T08:12:37.144Z | Compiling httpdate v1.0.3 |
| 1766 | 2026-06-03T08:12:37.145Z | Compiling portable-atomic v1.11.1 |
| 1767 | 2026-06-03T08:12:37.490Z | Compiling async-stream-impl v0.3.6 |
| 1768 | 2026-06-03T08:12:37.667Z | Compiling structmeta-derive v0.3.0 |
| 1769 | 2026-06-03T08:12:37.972Z | Compiling usdt-attr-macro v0.6.0 |
| 1770 | 2026-06-03T08:12:38.014Z | Compiling usdt-macro v0.6.0 |
| 1771 | 2026-06-03T08:12:38.171Z | Compiling critical-section v1.2.0 |
| 1772 | 2026-06-03T08:12:38.295Z | Compiling once_cell v1.21.3 |
| 1773 | 2026-06-03T08:12:38.651Z | Compiling newtype-uuid-macros v0.1.0 |
| 1774 | 2026-06-03T08:12:38.743Z | Compiling structmeta v0.3.0 |
| 1775 | 2026-06-03T08:12:38.962Z | Compiling strum_macros v0.26.4 |
| 1776 | 2026-06-03T08:12:39.164Z | Compiling powerfmt v0.2.0 |
| 1777 | 2026-06-03T08:12:39.395Z | Compiling deranged v0.5.3 |
| 1778 | 2026-06-03T08:12:39.407Z | Compiling num_threads v0.1.7 |
| 1779 | 2026-06-03T08:12:40.451Z | Compiling http-body-util v0.1.3 |
| 1780 | 2026-06-03T08:12:40.463Z | Compiling typify-macro v0.4.3 |
| 1781 | 2026-06-03T08:12:40.463Z | Compiling omicron-workspace-hack v0.1.0 |
| 1782 | 2026-06-03T08:12:40.463Z | Compiling dropshot_endpoint v0.16.7 |
| 1783 | 2026-06-03T08:12:40.463Z | Compiling serde_urlencoded v0.7.1 |
| 1784 | 2026-06-03T08:12:40.463Z | Compiling ref-cast-impl v1.0.25 |
| 1785 | 2026-06-03T08:12:40.559Z | Compiling derive-ex v0.1.8 |
| 1786 | 2026-06-03T08:12:41.016Z | Compiling strum_macros v0.27.2 |
| 1787 | 2026-06-03T08:12:41.421Z | Compiling sync_wrapper v1.0.2 |
| 1788 | 2026-06-03T08:12:41.421Z | Compiling serde_with_macros v3.14.1 |
| 1789 | 2026-06-03T08:12:41.421Z | Compiling subtle v2.6.1 |
| 1790 | 2026-06-03T08:12:41.427Z | Compiling thread_local v1.1.9 |
| 1791 | 2026-06-03T08:12:41.427Z | Compiling iri-string v0.7.8 |
| 1792 | 2026-06-03T08:12:41.427Z | Compiling rand_core v0.6.4 |
| 1793 | 2026-06-03T08:12:41.611Z | Compiling futures-util v0.3.32 |
| 1794 | 2026-06-03T08:12:41.833Z | Compiling match_cfg v0.1.0 |
| 1795 | 2026-06-03T08:12:41.924Z | Compiling take_mut v0.2.2 |
| 1796 | 2026-06-03T08:12:41.979Z | Compiling term v1.2.0 |
| 1797 | 2026-06-03T08:12:42.245Z | Compiling test-strategy v0.4.3 |
| 1798 | 2026-06-03T08:12:42.661Z | Compiling typify v0.4.3 |
| 1799 | 2026-06-03T08:12:42.665Z | Compiling progenitor-impl v0.11.1 |
| 1800 | 2026-06-03T08:12:42.665Z | Compiling parse-display-derive v0.10.0 |
| 1801 | 2026-06-03T08:12:42.665Z | Compiling tracing-core v0.1.34 |
| 1802 | 2026-06-03T08:12:42.742Z | Compiling toml_datetime v0.6.11 |
| 1803 | 2026-06-03T08:12:42.992Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1804 | 2026-06-03T08:12:43.006Z | Compiling tracing v0.1.41 |
| 1805 | 2026-06-03T08:12:43.175Z | Compiling camino v1.2.2 |
| 1806 | 2026-06-03T08:12:43.247Z | Compiling cpufeatures v0.2.17 |
| 1807 | 2026-06-03T08:12:43.488Z | Compiling clap_derive v4.6.0 |
| 1808 | 2026-06-03T08:12:43.644Z | Compiling encoding_rs v0.8.35 |
| 1809 | 2026-06-03T08:12:43.680Z | Compiling mime v0.3.17 |
| 1810 | 2026-06-03T08:12:43.832Z | Compiling fastrand v2.3.0 |
| 1811 | 2026-06-03T08:12:43.977Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1812 | 2026-06-03T08:12:44.215Z | Compiling unicode-width v0.2.1 |
| 1813 | 2026-06-03T08:12:44.508Z | Compiling generic-array v0.14.7 |
| 1814 | 2026-06-03T08:12:44.736Z | Compiling errno v0.3.14 |
| 1815 | 2026-06-03T08:12:44.991Z | Compiling hex v0.4.3 |
| 1816 | 2026-06-03T08:12:45.009Z | Compiling ipnetwork v0.21.1 |
| 1817 | 2026-06-03T08:12:45.224Z | Compiling crossbeam-utils v0.8.21 |
| 1818 | 2026-06-03T08:12:45.342Z | Compiling winnow v0.7.14 |
| 1819 | 2026-06-03T08:12:45.871Z | Compiling tokio-util v0.7.16 |
| 1820 | 2026-06-03T08:12:45.874Z | Compiling slog v2.8.2 |
| 1821 | 2026-06-03T08:12:45.874Z | Compiling progenitor-macro v0.11.1 |
| 1822 | 2026-06-03T08:12:45.928Z | Compiling rustix v1.1.4 |
| 1823 | 2026-06-03T08:12:45.961Z | Compiling crypto-common v0.1.6 |
| 1824 | 2026-06-03T08:12:46.109Z | Compiling getrandom v0.3.3 |
| 1825 | 2026-06-03T08:12:46.148Z | Compiling h2 v0.4.12 |
| 1826 | 2026-06-03T08:12:46.174Z | Compiling oxnet v0.1.4 |
| 1827 | 2026-06-03T08:12:46.292Z | Compiling rand_core v0.9.3 |
| 1828 | 2026-06-03T08:12:46.545Z | Compiling itertools v0.14.0 |
| 1829 | 2026-06-03T08:12:46.936Z | Compiling winnow v1.0.3 |
| 1830 | 2026-06-03T08:12:47.211Z | Compiling num-derive v0.4.2 |
| 1831 | 2026-06-03T08:12:47.310Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1832 | 2026-06-03T08:12:47.314Z | Compiling serde_spanned v1.0.4 |
| 1833 | 2026-06-03T08:12:47.612Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 1834 | 2026-06-03T08:12:47.814Z | Compiling spin v0.9.8 |
| 1835 | 2026-06-03T08:12:47.837Z | Compiling debug-ignore v1.0.5 |
| 1836 | 2026-06-03T08:12:47.953Z | Compiling rand_chacha v0.9.0 |
| 1837 | 2026-06-03T08:12:48.033Z | Compiling rustls-pki-types v1.12.0 |
| 1838 | 2026-06-03T08:12:48.164Z | Compiling quick-error v1.2.3 |
| 1839 | 2026-06-03T08:12:48.278Z | Compiling hyper v1.8.1 |
| 1840 | 2026-06-03T08:12:48.448Z | Compiling rand v0.9.2 |
| 1841 | 2026-06-03T08:12:48.526Z | Compiling tabwriter v1.4.1 |
| 1842 | 2026-06-03T08:12:48.540Z | Compiling async-stream v0.3.6 |
| 1843 | 2026-06-03T08:12:48.719Z | Compiling waitgroup v0.1.2 |
| 1844 | 2026-06-03T08:12:48.780Z | Compiling serde_path_to_error v0.1.20 |
| 1845 | 2026-06-03T08:12:48.869Z | Compiling bit-vec v0.8.0 |
| 1846 | 2026-06-03T08:12:49.122Z | Compiling lazy_static v1.5.0 |
| 1847 | 2026-06-03T08:12:49.138Z | Compiling colored v3.0.0 |
| 1848 | 2026-06-03T08:12:49.191Z | Compiling bit-set v0.8.0 |
| 1849 | 2026-06-03T08:12:49.286Z | Compiling strum v0.26.3 |
| 1850 | 2026-06-03T08:12:49.312Z | Compiling time v0.3.47 |
| 1851 | 2026-06-03T08:12:49.357Z | Compiling hyper-util v0.1.20 |
| 1852 | 2026-06-03T08:12:49.419Z | Compiling ring v0.17.14 |
| 1853 | 2026-06-03T08:12:49.837Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1854 | 2026-06-03T08:12:50.029Z | Compiling unarray v0.1.4 |
| 1855 | 2026-06-03T08:12:50.150Z | Compiling anstyle v1.0.14 |
| 1856 | 2026-06-03T08:12:50.265Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1857 | 2026-06-03T08:12:50.393Z | Compiling crossbeam-channel v0.5.15 |
| 1858 | 2026-06-03T08:12:50.868Z | Compiling block-buffer v0.10.4 |
| 1859 | 2026-06-03T08:12:50.880Z | Compiling macaddr v1.0.1 |
| 1860 | 2026-06-03T08:12:51.029Z | Compiling utf8parse v0.2.2 |
| 1861 | 2026-06-03T08:12:51.051Z | Compiling digest v0.10.7 |
| 1862 | 2026-06-03T08:12:51.062Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1863 | 2026-06-03T08:12:51.072Z | Compiling ref-cast v1.0.25 |
| 1864 | 2026-06-03T08:12:51.113Z | Compiling is_terminal_polyfill v1.70.1 |
| 1865 | 2026-06-03T08:12:51.153Z | Compiling anstyle-parse v1.0.0 |
| 1866 | 2026-06-03T08:12:51.177Z | Compiling colorchoice v1.0.4 |
| 1867 | 2026-06-03T08:12:51.209Z | Compiling anstyle-query v1.1.4 |
| 1868 | 2026-06-03T08:12:51.212Z | Compiling strum v0.27.2 |
| 1869 | 2026-06-03T08:12:51.244Z | Compiling is-terminal v0.4.16 |
| 1870 | 2026-06-03T08:12:51.263Z | Compiling clap_lex v1.1.0 |
| 1871 | 2026-06-03T08:12:51.701Z | Compiling anstream v1.0.0 |
| 1872 | 2026-06-03T08:12:51.704Z | Compiling slog-term v2.9.2 |
| 1873 | 2026-06-03T08:12:51.704Z | Compiling slog-async v2.8.0 |
| 1874 | 2026-06-03T08:12:51.704Z | Compiling slog-json v2.6.1 |
| 1875 | 2026-06-03T08:12:51.704Z | Compiling hostname v0.3.1 |
| 1876 | 2026-06-03T08:12:51.704Z | Compiling slog-bunyan v2.5.0 |
| 1877 | 2026-06-03T08:12:51.704Z | Compiling tower v0.5.2 |
| 1878 | 2026-06-03T08:12:51.704Z | Compiling futures-executor v0.3.32 |
| 1879 | 2026-06-03T08:12:51.793Z | Compiling instant v0.1.13 |
| 1880 | 2026-06-03T08:12:51.943Z | Compiling futures v0.3.32 |
| 1881 | 2026-06-03T08:12:52.481Z | Compiling tower-http v0.6.8 |
| 1882 | 2026-06-03T08:12:52.485Z | Compiling openssl-sys v0.9.116 |
| 1883 | 2026-06-03T08:12:52.485Z | Compiling memmap2 v0.9.8 |
| 1884 | 2026-06-03T08:12:52.553Z | Compiling aws-lc-sys v0.39.1 |
| 1885 | 2026-06-03T08:12:53.096Z | Compiling untrusted v0.7.1 |
| 1886 | 2026-06-03T08:12:53.165Z | Compiling foreign-types-shared v0.1.1 |
| 1887 | 2026-06-03T08:12:53.230Z | Compiling aws-lc-rs v1.16.2 |
| 1888 | 2026-06-03T08:12:54.259Z | Compiling foreign-types v0.3.2 |
| 1889 | 2026-06-03T08:12:54.261Z | Compiling tempfile v3.27.0 |
| 1890 | 2026-06-03T08:12:54.261Z | Compiling openssl-probe v0.1.6 |
| 1891 | 2026-06-03T08:12:54.357Z | Compiling rustls-webpki v0.103.6 |
| 1892 | 2026-06-03T08:12:54.500Z | Compiling openssl v0.10.80 |
| 1893 | 2026-06-03T08:12:54.795Z | Compiling usdt v0.6.0 |
| 1894 | 2026-06-03T08:12:55.045Z | Compiling rustls v0.23.32 |
| 1895 | 2026-06-03T08:12:55.086Z | Compiling either v1.15.0 |
| 1896 | 2026-06-03T08:12:55.403Z | Compiling webpki-roots v1.0.2 |
| 1897 | 2026-06-03T08:12:56.111Z | Compiling newtype-uuid v1.3.2 |
| 1898 | 2026-06-03T08:12:56.115Z | Compiling daft v0.1.5 |
| 1899 | 2026-06-03T08:12:56.344Z | Compiling rustls-webpki v0.102.8 |
| 1900 | 2026-06-03T08:12:57.004Z | Compiling native-tls v0.2.14 |
| 1901 | 2026-06-03T08:12:57.284Z | Compiling tokio-native-tls v0.3.1 |
| 1902 | 2026-06-03T08:12:57.469Z | Compiling hyper-tls v0.6.0 |
| 1903 | 2026-06-03T08:12:57.940Z | Compiling rustls v0.22.4 |
| 1904 | 2026-06-03T08:12:58.258Z | Compiling tokio-rustls v0.26.3 |
| 1905 | 2026-06-03T08:12:58.544Z | Compiling hyper-rustls v0.27.7 |
| 1906 | 2026-06-03T08:12:58.811Z | Compiling reqwest v0.12.23 |
| 1907 | 2026-06-03T08:12:58.889Z | Compiling sha1 v0.10.6 |
| 1908 | 2026-06-03T08:12:58.975Z | Compiling rustls-pemfile v2.2.0 |
| 1909 | 2026-06-03T08:12:59.128Z | Compiling multer v3.1.0 |
| 1910 | 2026-06-03T08:12:59.509Z | Compiling hostname v0.4.2 |
| 1911 | 2026-06-03T08:13:00.200Z | Compiling tokio-rustls v0.25.0 |
| 1912 | 2026-06-03T08:13:00.204Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1913 | 2026-06-03T08:13:00.381Z | Compiling terminal_size v0.4.3 |
| 1914 | 2026-06-03T08:13:00.400Z | Compiling rand_chacha v0.3.1 |
| 1915 | 2026-06-03T08:13:00.532Z | Compiling wait-timeout v0.2.1 |
| 1916 | 2026-06-03T08:13:01.824Z | Compiling rusty-fork v0.3.0 |
| 1917 | 2026-06-03T08:13:01.824Z | Compiling rand v0.8.5 |
| 1918 | 2026-06-03T08:13:02.720Z | Compiling rand_xorshift v0.4.0 |
| 1919 | 2026-06-03T08:13:03.430Z | Compiling hubpack_derive v0.1.1 |
| 1920 | 2026-06-03T08:13:04.108Z | Compiling proptest v1.8.0 |
| 1921 | 2026-06-03T08:13:04.160Z | Compiling clap_builder v4.6.0 |
| 1922 | 2026-06-03T08:13:04.756Z | Compiling dropshot v0.16.7 |
| 1923 | 2026-06-03T08:13:05.300Z | Compiling serde_spanned v0.6.9 |
| 1924 | 2026-06-03T08:13:05.856Z | Compiling clap v4.6.0 |
| 1925 | 2026-06-03T08:13:05.873Z | Compiling prettyplease v0.2.37 |
| 1926 | 2026-06-03T08:13:06.210Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1927 | 2026-06-03T08:13:07.349Z | Compiling progenitor-client v0.11.1 |
| 1928 | 2026-06-03T08:13:07.375Z | Compiling progenitor-client v0.10.0 |
| 1929 | 2026-06-03T08:13:07.689Z | Compiling serde_with v3.14.1 |
| 1930 | 2026-06-03T08:13:08.422Z | Compiling progenitor v0.11.1 |
| 1931 | 2026-06-03T08:13:09.541Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1932 | 2026-06-03T08:13:09.656Z | Compiling rustc-hash v2.1.1 |
| 1933 | 2026-06-03T08:13:09.870Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1934 | 2026-06-03T08:13:09.884Z | Compiling iddqd v0.3.18 |
| 1935 | 2026-06-03T08:13:10.712Z | Compiling backoff v0.4.0 |
| 1936 | 2026-06-03T08:13:10.786Z | Compiling parse-display v0.10.0 |
| 1937 | 2026-06-03T08:13:10.860Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1938 | 2026-06-03T08:13:10.939Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1939 | 2026-06-03T08:13:11.041Z | Compiling winnow v0.5.40 |
| 1940 | 2026-06-03T08:13:11.075Z | Compiling toml_write v0.1.2 |
| 1941 | 2026-06-03T08:13:11.223Z | Compiling toml_edit v0.22.27 |
| 1942 | 2026-06-03T08:13:12.704Z | Compiling num-integer v0.1.46 |
| 1943 | 2026-06-03T08:13:12.917Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1944 | 2026-06-03T08:13:13.048Z | Compiling float-ord v0.3.2 |
| 1945 | 2026-06-03T08:13:13.399Z | Compiling toml v0.8.23 |
| 1946 | 2026-06-03T08:13:16.402Z | Compiling num-iter v0.1.45 |
| 1947 | 2026-06-03T08:13:16.536Z | Compiling num-rational v0.4.2 |
| 1948 | 2026-06-03T08:13:17.318Z | Compiling num-complex v0.4.6 |
| 1949 | 2026-06-03T08:13:17.984Z | Compiling num v0.4.3 |
| 1950 | 2026-06-03T08:13:19.192Z | Compiling toml_edit v0.19.15 |
| 1951 | 2026-06-03T08:13:20.440Z | Compiling proc-macro-crate v1.3.1 |
| 1952 | 2026-06-03T08:13:21.857Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1953 | 2026-06-03T08:13:22.709Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1954 | 2026-06-03T08:13:23.265Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1955 | 2026-06-03T08:13:23.955Z | Compiling zerocopy-derive v0.7.35 |
| 1956 | 2026-06-03T08:13:24.050Z | Compiling memoffset v0.9.1 |
| 1957 | 2026-06-03T08:13:24.147Z | Compiling libscf-sys v1.2.0 |
| 1958 | 2026-06-03T08:13:24.328Z | Compiling ingot-macros v0.1.1 |
| 1959 | 2026-06-03T08:13:24.809Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1960 | 2026-06-03T08:13:25.157Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1961 | 2026-06-03T08:13:25.610Z | Compiling proc-macro-error2 v2.0.1 |
| 1962 | 2026-06-03T08:13:25.642Z | Compiling nix v0.30.1 |
| 1963 | 2026-06-03T08:13:26.045Z | Compiling scroll_derive v0.12.1 |
| 1964 | 2026-06-03T08:13:26.544Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1965 | 2026-06-03T08:13:26.985Z | Compiling tabled_derive v0.11.0 |
| 1966 | 2026-06-03T08:13:27.209Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1967 | 2026-06-03T08:13:29.440Z | Compiling zerocopy v0.7.35 |
| 1968 | 2026-06-03T08:13:29.869Z | Compiling num_enum_derive v0.7.5 |
| 1969 | 2026-06-03T08:13:30.003Z | Compiling hubpack v0.1.2 |
| 1970 | 2026-06-03T08:13:30.087Z | Compiling foreign-types-macros v0.2.3 |
| 1971 | 2026-06-03T08:13:30.582Z | Compiling static_assertions v1.1.0 |
| 1972 | 2026-06-03T08:13:31.024Z | Compiling glob v0.3.3 |
| 1973 | 2026-06-03T08:13:31.095Z | Compiling proc-macro-error-attr v1.0.4 |
| 1974 | 2026-06-03T08:13:31.361Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1975 | 2026-06-03T08:13:31.412Z | Compiling dtrace-parser v0.2.0 |
| 1976 | 2026-06-03T08:13:31.645Z | Compiling bytecount v0.6.9 |
| 1977 | 2026-06-03T08:13:31.826Z | Compiling proc-macro-error v1.0.4 |
| 1978 | 2026-06-03T08:13:31.908Z | Compiling dof v0.3.0 |
| 1979 | 2026-06-03T08:13:32.433Z | Compiling num_enum_derive v0.5.11 |
| 1980 | 2026-06-03T08:13:34.044Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1981 | 2026-06-03T08:13:34.075Z | Compiling thread-id v4.2.2 |
| 1982 | 2026-06-03T08:13:34.217Z | Compiling usdt-impl v0.5.0 |
| 1983 | 2026-06-03T08:13:34.782Z | Compiling derive_more v0.99.20 |
| 1984 | 2026-06-03T08:13:35.136Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1985 | 2026-06-03T08:13:35.268Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1986 | 2026-06-03T08:13:35.889Z | Compiling minimal-lexical v0.2.1 |
| 1987 | 2026-06-03T08:13:35.952Z | Compiling usdt-attr-macro v0.5.0 |
| 1988 | 2026-06-03T08:13:36.231Z | Compiling nom v7.1.3 |
| 1989 | 2026-06-03T08:13:36.251Z | Compiling usdt-macro v0.5.0 |
| 1990 | 2026-06-03T08:13:36.497Z | Compiling zone_cfg_derive v0.3.1 |
| 1991 | 2026-06-03T08:13:36.851Z | Compiling papergrid v0.17.0 |
| 1992 | 2026-06-03T08:13:37.089Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1993 | 2026-06-03T08:13:37.102Z | Compiling testing_table v0.3.0 |
| 1994 | 2026-06-03T08:13:37.211Z | Compiling rustc_version v0.4.1 |
| 1995 | 2026-06-03T08:13:37.277Z | Compiling crossbeam-epoch v0.9.18 |
| 1996 | 2026-06-03T08:13:37.503Z | Compiling dropshot_endpoint v0.17.0 |
| 1997 | 2026-06-03T08:13:37.638Z | Compiling adler2 v2.0.1 |
| 1998 | 2026-06-03T08:13:37.711Z | Compiling crc32fast v1.5.0 |
| 1999 | 2026-06-03T08:13:37.726Z | Compiling enum-as-inner v0.6.1 |
| 2000 | 2026-06-03T08:13:37.784Z | Compiling tabled v0.20.0 |
| 2001 | 2026-06-03T08:13:37.898Z | Compiling miniz_oxide v0.8.9 |
| 2002 | 2026-06-03T08:13:38.101Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2003 | 2026-06-03T08:13:38.331Z | Compiling flate2 v1.1.2 |
| 2004 | 2026-06-03T08:13:38.615Z | Compiling curve25519-dalek v4.1.3 |
| 2005 | 2026-06-03T08:13:38.778Z | Compiling crossbeam-deque v0.8.6 |
| 2006 | 2026-06-03T08:13:38.913Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2007 | 2026-06-03T08:13:38.978Z | Compiling typify-impl v0.6.1 |
| 2008 | 2026-06-03T08:13:39.008Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2009 | 2026-06-03T08:13:39.223Z | Compiling rayon-core v1.13.0 |
| 2010 | 2026-06-03T08:13:39.711Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2011 | 2026-06-03T08:13:39.731Z | Compiling clang-sys v1.8.1 |
| 2012 | 2026-06-03T08:13:39.977Z | Compiling compression-core v0.4.32 |
| 2013 | 2026-06-03T08:13:39.993Z | Compiling scroll v0.12.0 |
| 2014 | 2026-06-03T08:13:40.151Z | Compiling compression-codecs v0.4.32 |
| 2015 | 2026-06-03T08:13:40.274Z | Compiling hash32 v0.3.1 |
| 2016 | 2026-06-03T08:13:40.376Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2017 | 2026-06-03T08:13:40.430Z | Compiling heapless v0.8.0 |
| 2018 | 2026-06-03T08:13:40.441Z | Compiling async-compression v0.4.33 |
| 2019 | 2026-06-03T08:13:40.478Z | Compiling goblin v0.8.2 |
| 2020 | 2026-06-03T08:13:40.521Z | Compiling ingot-types v0.1.2 |
| 2021 | 2026-06-03T08:13:40.692Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2022 | 2026-06-03T08:13:40.864Z | Compiling cobs v0.3.0 |
| 2023 | 2026-06-03T08:13:40.916Z | Compiling libloading v0.8.9 |
| 2024 | 2026-06-03T08:13:40.919Z | Compiling managed v0.8.0 |
| 2025 | 2026-06-03T08:13:40.992Z | Compiling bitflags v1.3.2 |
| 2026 | 2026-06-03T08:13:41.072Z | Compiling foreign-types-shared v0.3.1 |
| 2027 | 2026-06-03T08:13:41.114Z | Compiling smoltcp v0.11.0 |
| 2028 | 2026-06-03T08:13:41.150Z | Compiling foreign-types v0.5.0 |
| 2029 | 2026-06-03T08:13:41.173Z | Compiling postcard v1.1.3 |
| 2030 | 2026-06-03T08:13:41.235Z | Compiling bindgen v0.72.1 |
| 2031 | 2026-06-03T08:13:41.554Z | Compiling dropshot v0.17.0 |
| 2032 | 2026-06-03T08:13:41.757Z | Compiling ingot v0.1.1 |
| 2033 | 2026-06-03T08:13:42.313Z | Compiling cexpr v0.6.0 |
| 2034 | 2026-06-03T08:13:43.103Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2035 | 2026-06-03T08:13:43.353Z | Compiling num_enum v0.7.5 |
| 2036 | 2026-06-03T08:13:43.487Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2037 | 2026-06-03T08:13:43.796Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2038 | 2026-06-03T08:13:43.926Z | Compiling camino-tempfile v1.4.1 |
| 2039 | 2026-06-03T08:13:44.093Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2040 | 2026-06-03T08:13:44.186Z | Compiling derive-where v1.6.0 |
| 2041 | 2026-06-03T08:13:44.237Z | Compiling serde_repr v0.1.20 |
| 2042 | 2026-06-03T08:13:44.405Z | Compiling cstr-argument v0.1.2 |
| 2043 | 2026-06-03T08:13:44.607Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2044 | 2026-06-03T08:13:44.849Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2045 | 2026-06-03T08:13:45.272Z | Compiling typify-macro v0.6.1 |
| 2046 | 2026-06-03T08:13:45.470Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2047 | 2026-06-03T08:13:45.671Z | Compiling rayon v1.11.0 |
| 2048 | 2026-06-03T08:13:46.035Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2049 | 2026-06-03T08:13:46.167Z | Compiling crucible-workspace-hack v0.1.0 |
| 2050 | 2026-06-03T08:13:46.864Z | Compiling memmap v0.7.0 |
| 2051 | 2026-06-03T08:13:47.051Z | Compiling tinyvec_macros v0.1.1 |
| 2052 | 2026-06-03T08:13:47.088Z | Compiling usdt v0.5.0 |
| 2053 | 2026-06-03T08:13:47.149Z | Compiling tinyvec v1.10.0 |
| 2054 | 2026-06-03T08:13:47.383Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2055 | 2026-06-03T08:13:47.411Z | Compiling typify v0.6.1 |
| 2056 | 2026-06-03T08:13:47.721Z | Compiling num_enum v0.5.11 |
| 2057 | 2026-06-03T08:13:48.096Z | Compiling pin-project-internal v1.1.10 |
| 2058 | 2026-06-03T08:13:49.088Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2059 | 2026-06-03T08:13:49.151Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2060 | 2026-06-03T08:13:49.191Z | Compiling progenitor-impl v0.13.0 |
| 2061 | 2026-06-03T08:13:49.203Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2062 | 2026-06-03T08:13:49.446Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2063 | 2026-06-03T08:13:49.780Z | Compiling rustix v0.38.44 |
| 2064 | 2026-06-03T08:13:50.056Z | Compiling itertools v0.12.1 |
| 2065 | 2026-06-03T08:13:50.110Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2066 | 2026-06-03T08:13:50.229Z | Compiling progenitor-impl v0.10.0 |
| 2067 | 2026-06-03T08:13:50.366Z | Compiling sigpipe v0.1.3 |
| 2068 | 2026-06-03T08:13:50.464Z | Compiling jiff v0.2.15 |
| 2069 | 2026-06-03T08:13:50.670Z | Compiling const_format_proc_macros v0.2.34 |
| 2070 | 2026-06-03T08:13:50.960Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2071 | 2026-06-03T08:13:51.227Z | Compiling zone v0.3.1 |
| 2072 | 2026-06-03T08:13:51.274Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2073 | 2026-06-03T08:13:52.750Z | Compiling progenitor-macro v0.13.0 |
| 2074 | 2026-06-03T08:13:52.909Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2075 | 2026-06-03T08:13:53.008Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2076 | 2026-06-03T08:13:53.413Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2077 | 2026-06-03T08:13:53.713Z | Compiling secrecy v0.10.3 |
| 2078 | 2026-06-03T08:13:53.801Z | Compiling progenitor-macro v0.10.0 |
| 2079 | 2026-06-03T08:13:53.892Z | Compiling smf v0.2.3 |
| 2080 | 2026-06-03T08:13:54.099Z | Compiling async-recursion v1.1.1 |
| 2081 | 2026-06-03T08:13:54.144Z | Compiling snafu-derive v0.8.9 |
| 2082 | 2026-06-03T08:13:54.325Z | Compiling bstr v1.12.0 |
| 2083 | 2026-06-03T08:13:54.523Z | Compiling whoami v1.6.1 |
| 2084 | 2026-06-03T08:13:54.830Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2085 | 2026-06-03T08:13:55.763Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2086 | 2026-06-03T08:13:56.178Z | Compiling hmac v0.12.1 |
| 2087 | 2026-06-03T08:13:56.533Z | Compiling inout v0.1.4 |
| 2088 | 2026-06-03T08:13:56.550Z | Compiling ff v0.13.1 |
| 2089 | 2026-06-03T08:13:56.687Z | Compiling crc8 v0.1.1 |
| 2090 | 2026-06-03T08:13:56.699Z | Compiling data-encoding v2.9.0 |
| 2091 | 2026-06-03T08:13:57.146Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2092 | 2026-06-03T08:13:57.588Z | Compiling group v0.13.0 |
| 2093 | 2026-06-03T08:13:57.722Z | Compiling cipher v0.4.4 |
| 2094 | 2026-06-03T08:13:58.007Z | Compiling hkdf v0.12.4 |
| 2095 | 2026-06-03T08:13:58.539Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2096 | 2026-06-03T08:13:58.554Z | Compiling atomicwrites v0.4.4 |
| 2097 | 2026-06-03T08:13:58.773Z | Compiling tokio-dtrace v0.1.1 |
| 2098 | 2026-06-03T08:13:59.060Z | Compiling tabled_derive v0.7.0 |
| 2099 | 2026-06-03T08:13:59.290Z | Compiling reqwest v0.13.2 |
| 2100 | 2026-06-03T08:13:59.581Z | Compiling universal-hash v0.5.1 |
| 2101 | 2026-06-03T08:13:59.726Z | Compiling crypto-bigint v0.5.5 |
| 2102 | 2026-06-03T08:13:59.766Z | Compiling half v2.7.1 |
| 2103 | 2026-06-03T08:13:59.958Z | Compiling opaque-debug v0.3.1 |
| 2104 | 2026-06-03T08:14:00.033Z | Compiling base64ct v1.8.0 |
| 2105 | 2026-06-03T08:14:00.068Z | Compiling base16ct v0.2.0 |
| 2106 | 2026-06-03T08:14:00.247Z | Compiling indent_write v2.2.0 |
| 2107 | 2026-06-03T08:14:00.345Z | Compiling ciborium-io v0.2.2 |
| 2108 | 2026-06-03T08:14:00.397Z | Compiling password-hash v0.5.0 |
| 2109 | 2026-06-03T08:14:00.455Z | Compiling ciborium-ll v0.2.2 |
| 2110 | 2026-06-03T08:14:00.658Z | Compiling progenitor-client v0.13.0 |
| 2111 | 2026-06-03T08:14:00.856Z | Compiling elliptic-curve v0.13.8 |
| 2112 | 2026-06-03T08:14:00.889Z | Compiling poly1305 v0.8.0 |
| 2113 | 2026-06-03T08:14:01.376Z | Compiling oxide-tokio-rt v0.1.2 |
| 2114 | 2026-06-03T08:14:01.935Z | Compiling chacha20 v0.9.1 |
| 2115 | 2026-06-03T08:14:02.004Z | Compiling similar v2.7.0 |
| 2116 | 2026-06-03T08:14:02.179Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2117 | 2026-06-03T08:14:02.415Z | Compiling thiserror-no-std v2.0.2 |
| 2118 | 2026-06-03T08:14:02.819Z | Compiling blake2 v0.10.6 |
| 2119 | 2026-06-03T08:14:03.306Z | Compiling aead v0.5.2 |
| 2120 | 2026-06-03T08:14:03.645Z | Compiling linked-hash-map v0.5.6 |
| 2121 | 2026-06-03T08:14:03.694Z | Compiling resolv-conf v0.7.5 |
| 2122 | 2026-06-03T08:14:03.723Z | Compiling keccak v0.1.6 |
| 2123 | 2026-06-03T08:14:03.847Z | Compiling lru-cache v0.1.2 |
| 2124 | 2026-06-03T08:14:03.969Z | Compiling sha3 v0.10.8 |
| 2125 | 2026-06-03T08:14:04.093Z | Compiling chacha20poly1305 v0.10.1 |
| 2126 | 2026-06-03T08:14:04.120Z | Compiling vsss-rs v3.3.4 |
| 2127 | 2026-06-03T08:14:04.208Z | Compiling argon2 v0.5.3 |
| 2128 | 2026-06-03T08:14:04.231Z | Compiling progenitor v0.13.0 |
| 2129 | 2026-06-03T08:14:04.379Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2130 | 2026-06-03T08:14:04.492Z | Compiling ciborium v0.2.2 |
| 2131 | 2026-06-03T08:14:04.687Z | Compiling hickory-proto v0.24.4 |
| 2132 | 2026-06-03T08:14:05.018Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2133 | 2026-06-03T08:14:05.094Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2134 | 2026-06-03T08:14:05.442Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2135 | 2026-06-03T08:14:05.597Z | Compiling serde-big-array v0.5.1 |
| 2136 | 2026-06-03T08:14:05.750Z | Compiling unicode-segmentation v1.12.0 |
| 2137 | 2026-06-03T08:14:05.774Z | Compiling siphasher v1.0.1 |
| 2138 | 2026-06-03T08:14:05.877Z | Compiling same-file v1.0.6 |
| 2139 | 2026-06-03T08:14:06.380Z | Compiling phf_shared v0.12.1 |
| 2140 | 2026-06-03T08:14:06.385Z | Compiling newline-converter v0.3.0 |
| 2141 | 2026-06-03T08:14:06.385Z | Compiling walkdir v2.5.0 |
| 2142 | 2026-06-03T08:14:06.385Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2143 | 2026-06-03T08:14:06.385Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2144 | 2026-06-03T08:14:06.518Z | Compiling hickory-resolver v0.24.4 |
| 2145 | 2026-06-03T08:14:06.687Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2146 | 2026-06-03T08:14:07.230Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2147 | 2026-06-03T08:14:08.110Z | Compiling newtype_derive v0.1.6 |
| 2148 | 2026-06-03T08:14:08.141Z | Compiling owo-colors v4.3.0 |
| 2149 | 2026-06-03T08:14:08.199Z | Compiling tokio-stream v0.1.17 |
| 2150 | 2026-06-03T08:14:08.531Z | Compiling console v0.15.11 |
| 2151 | 2026-06-03T08:14:08.696Z | Compiling csv-core v0.1.12 |
| 2152 | 2026-06-03T08:14:08.820Z | Compiling termtree v0.5.1 |
| 2153 | 2026-06-03T08:14:08.977Z | Compiling unicode-linebreak v0.1.5 |
| 2154 | 2026-06-03T08:14:09.111Z | Compiling smawk v0.3.2 |
| 2155 | 2026-06-03T08:14:09.147Z | Compiling foldhash v0.1.5 |
| 2156 | 2026-06-03T08:14:09.159Z | Compiling swrite v0.1.0 |
| 2157 | 2026-06-03T08:14:09.197Z | Compiling unicode-width v0.1.14 |
| 2158 | 2026-06-03T08:14:09.263Z | Compiling humantime v2.3.0 |
| 2159 | 2026-06-03T08:14:09.272Z | Compiling textwrap v0.16.2 |
| 2160 | 2026-06-03T08:14:09.485Z | Compiling hashbrown v0.15.5 |
| 2161 | 2026-06-03T08:14:09.553Z | Compiling csv v1.3.1 |
| 2162 | 2026-06-03T08:14:09.606Z | Compiling expectorate v1.2.0 |
| 2163 | 2026-06-03T08:14:09.760Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2164 | 2026-06-03T08:14:09.804Z | Compiling qorb v0.4.1 |
| 2165 | 2026-06-03T08:14:10.043Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2166 | 2026-06-03T08:14:10.903Z | Compiling phf v0.12.1 |
| 2167 | 2026-06-03T08:14:11.071Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2168 | 2026-06-03T08:14:11.839Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2169 | 2026-06-03T08:14:12.005Z | Compiling pin-project v1.1.10 |
| 2170 | 2026-06-03T08:14:12.019Z | Compiling unicode-normalization v0.1.24 |
| 2171 | 2026-06-03T08:14:12.122Z | Compiling libz-sys v1.1.22 |
| 2172 | 2026-06-03T08:14:12.477Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-06-03T08:14:13.165Z | Compiling libsw-core v0.3.2 |
| 2174 | 2026-06-03T08:14:13.485Z | Compiling highway v1.3.0 |
| 2175 | 2026-06-03T08:14:13.552Z | Compiling fixedbitset v0.4.2 |
| 2176 | 2026-06-03T08:14:13.761Z | Compiling fixedbitset v0.5.7 |
| 2177 | 2026-06-03T08:14:13.804Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2178 | 2026-06-03T08:14:13.891Z | Compiling petgraph v0.6.5 |
| 2179 | 2026-06-03T08:14:13.926Z | Compiling progenitor v0.10.0 |
| 2180 | 2026-06-03T08:14:14.093Z | Compiling petgraph v0.8.2 |
| 2181 | 2026-06-03T08:14:15.414Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2182 | 2026-06-03T08:14:15.668Z | Compiling libsw v3.5.0 |
| 2183 | 2026-06-03T08:14:15.853Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2184 | 2026-06-03T08:14:16.087Z | Compiling olpc-cjson v0.1.4 |
| 2185 | 2026-06-03T08:14:16.177Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2186 | 2026-06-03T08:14:16.265Z | Compiling snafu v0.8.9 |
| 2187 | 2026-06-03T08:14:16.684Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2188 | 2026-06-03T08:14:16.892Z | Compiling chrono-tz v0.10.4 |
| 2189 | 2026-06-03T08:14:17.210Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2190 | 2026-06-03T08:14:17.939Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-06-03T08:14:18.453Z | Compiling papergrid v0.11.0 |
| 2192 | 2026-06-03T08:14:18.465Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-06-03T08:14:18.759Z | Compiling globset v0.4.16 |
| 2194 | 2026-06-03T08:14:19.132Z | Compiling const_format v0.2.34 |
| 2195 | 2026-06-03T08:14:19.477Z | Compiling slog-dtrace v0.3.0 |
| 2196 | 2026-06-03T08:14:19.575Z | Compiling cancel-safe-futures v0.1.5 |
| 2197 | 2026-06-03T08:14:19.621Z | Compiling gethostname v0.5.0 |
| 2198 | 2026-06-03T08:14:19.894Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2199 | 2026-06-03T08:14:20.321Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2200 | 2026-06-03T08:14:20.917Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2201 | 2026-06-03T08:14:20.987Z | Compiling bcs v0.1.6 |
| 2202 | 2026-06-03T08:14:21.309Z | Compiling serde_plain v1.0.2 |
| 2203 | 2026-06-03T08:14:21.326Z | Compiling cargo-platform v0.1.9 |
| 2204 | 2026-06-03T08:14:21.338Z | Compiling pem v3.0.5 |
| 2205 | 2026-06-03T08:14:21.758Z | Compiling tagptr v0.2.0 |
| 2206 | 2026-06-03T08:14:21.921Z | Compiling typed-path v0.9.3 |
| 2207 | 2026-06-03T08:14:21.968Z | Compiling linear-map v1.2.0 |
| 2208 | 2026-06-03T08:14:22.035Z | Compiling moka v0.12.11 |
| 2209 | 2026-06-03T08:14:22.143Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2210 | 2026-06-03T08:14:22.839Z | Compiling tough v0.20.0 |
| 2211 | 2026-06-03T08:14:23.837Z | Compiling cargo_metadata v0.18.1 |
| 2212 | 2026-06-03T08:14:24.935Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2213 | 2026-06-03T08:14:25.250Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-06-03T08:14:25.280Z | Compiling tabled v0.15.0 |
| 2215 | 2026-06-03T08:14:25.522Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-06-03T08:14:26.358Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-06-03T08:14:26.611Z | Compiling git2 v0.19.0 |
| 2218 | 2026-06-03T08:14:28.051Z | Compiling steno v0.4.1 |
| 2219 | 2026-06-03T08:14:29.557Z | Compiling cookie v0.18.1 |
| 2220 | 2026-06-03T08:14:29.901Z | Compiling hickory-proto v0.25.2 |
| 2221 | 2026-06-03T08:14:32.447Z | Compiling hickory-resolver v0.25.2 |
| 2222 | 2026-06-03T08:14:32.907Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2223 | 2026-06-03T08:14:34.733Z | Compiling vergen v8.3.2 |
| 2224 | 2026-06-03T08:14:36.076Z | Compiling signal-hook v0.3.18 |
| 2225 | 2026-06-03T08:14:36.614Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2226 | 2026-06-03T08:14:36.675Z | Compiling mockall_derive v0.13.1 |
| 2227 | 2026-06-03T08:14:36.921Z | Compiling predicates-core v1.0.9 |
| 2228 | 2026-06-03T08:14:37.136Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2229 | 2026-06-03T08:14:37.523Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2230 | 2026-06-03T08:14:37.830Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2231 | 2026-06-03T08:14:38.442Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2232 | 2026-06-03T08:14:38.455Z | Compiling sha2 v0.10.9 |
| 2233 | 2026-06-03T08:14:38.871Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2234 | 2026-06-03T08:14:39.506Z | Compiling diff v0.1.13 |
| 2235 | 2026-06-03T08:14:39.753Z | Compiling yansi v1.0.1 |
| 2236 | 2026-06-03T08:14:39.826Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2237 | 2026-06-03T08:14:40.081Z | Compiling pretty_assertions v1.4.1 |
| 2238 | 2026-06-03T08:14:40.465Z | Compiling predicates-tree v1.0.12 |
| 2239 | 2026-06-03T08:14:40.747Z | Compiling predicates v3.1.3 |
| 2240 | 2026-06-03T08:14:41.255Z | Compiling fs-err v3.1.2 |
| 2241 | 2026-06-03T08:14:42.138Z | Compiling git-stub v1.0.0 |
| 2242 | 2026-06-03T08:14:42.141Z | Compiling filetime v0.2.26 |
| 2243 | 2026-06-03T08:14:42.355Z | Compiling xattr v1.6.1 |
| 2244 | 2026-06-03T08:14:42.441Z | Compiling arrayref v0.3.9 |
| 2245 | 2026-06-03T08:14:42.534Z | Compiling is_ci v1.2.0 |
| 2246 | 2026-06-03T08:14:42.559Z | Compiling downcast v0.11.0 |
| 2247 | 2026-06-03T08:14:42.703Z | Compiling fragile v2.0.1 |
| 2248 | 2026-06-03T08:14:42.729Z | Compiling arrayvec v0.7.6 |
| 2249 | 2026-06-03T08:14:42.959Z | Compiling constant_time_eq v0.3.1 |
| 2250 | 2026-06-03T08:14:43.029Z | Compiling supports-color v3.0.2 |
| 2251 | 2026-06-03T08:14:43.093Z | Compiling blake3 v1.8.2 |
| 2252 | 2026-06-03T08:14:43.232Z | Compiling toml v0.7.8 |
| 2253 | 2026-06-03T08:14:43.680Z | Compiling tar v0.4.45 |
| 2254 | 2026-06-03T08:14:43.887Z | Compiling mockall v0.13.1 |
| 2255 | 2026-06-03T08:14:43.931Z | Compiling git-stub-vcs v0.1.0 |
| 2256 | 2026-06-03T08:14:44.326Z | Compiling curl-sys v0.4.83+curl-8.15.0 |
| 2257 | 2026-06-03T08:14:44.483Z | Compiling signal-hook-tokio v0.3.1 |
| 2258 | 2026-06-03T08:14:44.873Z | Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745) |
| 2259 | 2026-06-03T08:14:45.813Z | Compiling drift v0.2.0 |
| 2260 | 2026-06-03T08:14:46.011Z | Compiling kstat-rs v0.2.4 |
| 2261 | 2026-06-03T08:14:46.346Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2262 | 2026-06-03T08:14:46.683Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2263 | 2026-06-03T08:14:46.705Z | Compiling hex-literal v1.0.0 |
| 2264 | 2026-06-03T08:14:46.834Z | Compiling display-error-chain v0.2.2 |
| 2265 | 2026-06-03T08:14:46.992Z | Compiling topological-sort v0.2.2 |
| 2266 | 2026-06-03T08:14:47.156Z | Compiling omicron-zone-package v0.12.2 |
| 2267 | 2026-06-03T08:14:47.253Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2268 | 2026-06-03T08:14:47.285Z | Compiling dropshot-api-manager v0.7.2 |
| 2269 | 2026-06-03T08:14:48.555Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2270 | 2026-06-03T08:14:49.316Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2271 | 2026-06-03T08:14:50.003Z | Compiling curl v0.4.49 |
| 2272 | 2026-06-03T08:14:50.040Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2273 | 2026-06-03T08:14:50.564Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2274 | 2026-06-03T08:14:50.841Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2275 | 2026-06-03T08:14:51.096Z | Compiling internet-checksum v0.2.1 |
| 2276 | 2026-06-03T08:14:51.225Z | Compiling search_path v0.1.4 |
| 2277 | 2026-06-03T08:14:51.253Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2278 | 2026-06-03T08:14:51.722Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2279 | 2026-06-03T08:14:54.855Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2280 | 2026-06-03T08:14:55.162Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2281 | 2026-06-03T08:15:39.823Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
| 2282 | 2026-06-03T08:15:39.951Z | Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759) |
| 2283 | 2026-06-03T08:15:39.962Z | |
| 2284 | 2026-06-03T08:15:39.962Z | running 5 tests |
| 2285 | 2026-06-03T08:15:39.962Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2286 | 2026-06-03T08:15:39.962Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2287 | 2026-06-03T08:15:39.962Z | test fuse::tests::chip_revision_b0 ... ok |
| 2288 | 2026-06-03T08:15:39.962Z | test fuse::tests::chip_revision_b1 ... ok |
| 2289 | 2026-06-03T08:15:39.962Z | test fuse::tests::chip_revision_a0 ... ok |
| 2290 | 2026-06-03T08:15:39.962Z | |
| 2291 | 2026-06-03T08:15:39.963Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2292 | 2026-06-03T08:15:39.963Z | |
| 2293 | 2026-06-03T08:15:39.963Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2294 | 2026-06-03T08:15:39.963Z | |
| 2295 | 2026-06-03T08:15:39.963Z | running 0 tests |
| 2296 | 2026-06-03T08:15:39.963Z | |
| 2297 | 2026-06-03T08:15:39.963Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2298 | 2026-06-03T08:15:39.963Z | |
| 2299 | 2026-06-03T08:15:39.963Z | Running unittests src/lib.rs (target/debug/deps/asic-bc9545618d7e7321) |
| 2300 | 2026-06-03T08:15:39.963Z | |
| 2301 | 2026-06-03T08:15:39.963Z | running 0 tests |
| 2302 | 2026-06-03T08:15:39.963Z | |
| 2303 | 2026-06-03T08:15:39.963Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2304 | 2026-06-03T08:15:39.964Z | |
| 2305 | 2026-06-03T08:15:39.964Z | Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9) |
| 2306 | 2026-06-03T08:15:39.970Z | |
| 2307 | 2026-06-03T08:15:39.970Z | running 10 tests |
| 2308 | 2026-06-03T08:15:39.970Z | test nat::tests::test_vni ... ok |
| 2309 | 2026-06-03T08:15:39.971Z | test network::tests::test_equal ... ok |
| 2310 | 2026-06-03T08:15:39.971Z | test network::tests::test_into ... ok |
| 2311 | 2026-06-03T08:15:39.971Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2312 | 2026-06-03T08:15:39.971Z | test network::tests::test_eui64 ... ok |
| 2313 | 2026-06-03T08:15:39.971Z | test network::tests::test_not_equal ... ok |
| 2314 | 2026-06-03T08:15:39.971Z | test network::tests::test_to_string ... ok |
| 2315 | 2026-06-03T08:15:39.971Z | test network::tests::test_parse ... ok |
| 2316 | 2026-06-03T08:15:39.971Z | test test_purge ... ok |
| 2317 | 2026-06-03T08:15:39.971Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2318 | 2026-06-03T08:15:39.971Z | |
| 2319 | 2026-06-03T08:15:39.971Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2320 | 2026-06-03T08:15:39.972Z | |
| 2321 | 2026-06-03T08:15:39.972Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3) |
| 2322 | 2026-06-03T08:15:39.978Z | |
| 2323 | 2026-06-03T08:15:39.978Z | running 1 test |
| 2324 | 2026-06-03T08:15:39.978Z | ------- |
| 2325 | 2026-06-03T08:15:39.979Z | Generating OpenAPI documents from API definitions ... |
| 2326 | 2026-06-03T08:15:40.119Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2327 | 2026-06-03T08:15:40.183Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2328 | 2026-06-03T08:15:41.211Z | ------- |
| 2329 | 2026-06-03T08:15:41.211Z | Checking 12 OpenAPI documents... |
| 2330 | 2026-06-03T08:15:41.211Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2331 | 2026-06-03T08:15:41.211Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2332 | 2026-06-03T08:15:41.211Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2333 | 2026-06-03T08:15:41.211Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2334 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2335 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2336 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2337 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2338 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2339 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2340 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2341 | 2026-06-03T08:15:41.215Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2342 | 2026-06-03T08:15:41.216Z | Fresh dpd "latest" symlink |
| 2343 | 2026-06-03T08:15:41.216Z | ------- |
| 2344 | 2026-06-03T08:15:41.216Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2345 | 2026-06-03T08:15:41.275Z | test test::test_apis_up_to_date ... ok |
| 2346 | 2026-06-03T08:15:41.275Z | |
| 2347 | 2026-06-03T08:15:41.275Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 2348 | 2026-06-03T08:15:41.275Z | |
| 2349 | 2026-06-03T08:15:41.332Z | Running unittests src/main.rs (target/debug/deps/dpd-681b102da9d0184d) |
| 2350 | 2026-06-03T08:15:41.341Z | |
| 2351 | 2026-06-03T08:15:41.341Z | running 19 tests |
| 2352 | 2026-06-03T08:15:41.344Z | test freemap::test_ordering ... ok |
| 2353 | 2026-06-03T08:15:41.344Z | test config::tests::test_updates ... ok |
| 2354 | 2026-06-03T08:15:41.344Z | test freemap::test_split ... ok |
| 2355 | 2026-06-03T08:15:41.344Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2356 | 2026-06-03T08:15:41.344Z | test macaddrs::tests::test_mac_offset ... ok |
| 2357 | 2026-06-03T08:15:41.344Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2358 | 2026-06-03T08:15:41.344Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2359 | 2026-06-03T08:15:41.344Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2360 | 2026-06-03T08:15:41.344Z | test nat::test_mapping ... ok |
| 2361 | 2026-06-03T08:15:41.344Z | test port_map::tests::dump_map ... ok |
| 2362 | 2026-06-03T08:15:41.344Z | test port_map::tests::test_backplane_group ... ok |
| 2363 | 2026-06-03T08:15:41.344Z | test port_map::tests::test_port_map ... ok |
| 2364 | 2026-06-03T08:15:41.344Z | Jun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test |
| 2365 | 2026-06-03T08:15:41.344Z | Jun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 2366 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 Jun 03 08:15:40.265DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_testfreemap_test |
| 2367 | 2026-06-03T08:15:41.345Z | |
| 2368 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 2369 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test |
| 2370 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test |
| 2371 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 2372 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test |
| 2373 | 2026-06-03T08:15:41.345Z | test freemap::test_free ... ok |
| 2374 | 2026-06-03T08:15:41.345Z | test freemap::test_exhaustion ... ok |
| 2375 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test |
| 2376 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 2377 | 2026-06-03T08:15:41.345Z | test freemap::test_basic ... ok |
| 2378 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test |
| 2379 | 2026-06-03T08:15:41.345Z | test freemap::test_reclaim ... ok |
| 2380 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test |
| 2381 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test |
| 2382 | 2026-06-03T08:15:41.345Z | Jun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test |
| 2383 | 2026-06-03T08:15:41.345Z | test freemap::test_span ... ok |
| 2384 | 2026-06-03T08:15:41.345Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2385 | 2026-06-03T08:15:41.345Z | test api_server::tests::test_build_info ... ok |
| 2386 | 2026-06-03T08:15:41.345Z | |
| 2387 | 2026-06-03T08:15:41.345Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2388 | 2026-06-03T08:15:41.345Z | |
| 2389 | 2026-06-03T08:15:41.349Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-203ef4c9c79540bf) |
| 2390 | 2026-06-03T08:15:41.349Z | |
| 2391 | 2026-06-03T08:15:41.349Z | running 0 tests |
| 2392 | 2026-06-03T08:15:41.349Z | |
| 2393 | 2026-06-03T08:15:41.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2394 | 2026-06-03T08:15:41.349Z | |
| 2395 | 2026-06-03T08:15:41.349Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7) |
| 2396 | 2026-06-03T08:15:41.353Z | |
| 2397 | 2026-06-03T08:15:41.353Z | running 0 tests |
| 2398 | 2026-06-03T08:15:41.353Z | |
| 2399 | 2026-06-03T08:15:41.353Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2400 | 2026-06-03T08:15:41.353Z | |
| 2401 | 2026-06-03T08:15:41.353Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-68be126b27cd5776) |
| 2402 | 2026-06-03T08:15:41.353Z | |
| 2403 | 2026-06-03T08:15:41.353Z | running 6 tests |
| 2404 | 2026-06-03T08:15:41.356Z | test tests::test_full_lot_id_neither_present ... ok |
| 2405 | 2026-06-03T08:15:41.357Z | test tests::test_full_lot_id_lot_only ... ok |
| 2406 | 2026-06-03T08:15:41.357Z | test tests::test_full_lot_id_both_present ... ok |
| 2407 | 2026-06-03T08:15:41.357Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2408 | 2026-06-03T08:15:41.357Z | test tests::test_parse_client_port_id ... ok |
| 2409 | 2026-06-03T08:15:41.357Z | test tests::test_port_id_cmp ... ok |
| 2410 | 2026-06-03T08:15:41.357Z | |
| 2411 | 2026-06-03T08:15:41.358Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2412 | 2026-06-03T08:15:41.358Z | |
| 2413 | 2026-06-03T08:15:41.358Z | Running tests/test_all.rs (target/debug/deps/test_all-a59dab0867cd329c) |
| 2414 | 2026-06-03T08:15:41.358Z | |
| 2415 | 2026-06-03T08:15:41.358Z | running 0 tests |
| 2416 | 2026-06-03T08:15:41.358Z | |
| 2417 | 2026-06-03T08:15:41.358Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2418 | 2026-06-03T08:15:41.358Z | |
| 2419 | 2026-06-03T08:15:41.358Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f) |
| 2420 | 2026-06-03T08:15:41.362Z | |
| 2421 | 2026-06-03T08:15:41.362Z | running 0 tests |
| 2422 | 2026-06-03T08:15:41.362Z | |
| 2423 | 2026-06-03T08:15:41.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2424 | 2026-06-03T08:15:41.362Z | |
| 2425 | 2026-06-03T08:15:41.362Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843) |
| 2426 | 2026-06-03T08:15:41.362Z | |
| 2427 | 2026-06-03T08:15:41.362Z | running 0 tests |
| 2428 | 2026-06-03T08:15:41.362Z | |
| 2429 | 2026-06-03T08:15:41.362Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2430 | 2026-06-03T08:15:41.362Z | |
| 2431 | 2026-06-03T08:15:41.362Z | Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076) |
| 2432 | 2026-06-03T08:15:41.362Z | |
| 2433 | 2026-06-03T08:15:41.362Z | running 12 tests |
| 2434 | 2026-06-03T08:15:41.362Z | test icmp::test_v6_checksum ... ok |
| 2435 | 2026-06-03T08:15:41.362Z | test lldp::test_lldp_parse ... ok |
| 2436 | 2026-06-03T08:15:41.362Z | test ipv6::test_ipv6_parse ... ok |
| 2437 | 2026-06-03T08:15:41.362Z | test icmp::test_v4_checksum ... ok |
| 2438 | 2026-06-03T08:15:41.362Z | test pbuf::test_byte ... ok |
| 2439 | 2026-06-03T08:15:41.362Z | test pbuf::test_nibble ... ok |
| 2440 | 2026-06-03T08:15:41.362Z | test pbuf::test_short ... ok |
| 2441 | 2026-06-03T08:15:41.362Z | test pbuf::test_overflow ... ok |
| 2442 | 2026-06-03T08:15:41.362Z | test pbuf::test_twelve ... ok |
| 2443 | 2026-06-03T08:15:41.362Z | test pbuf::test_word ... ok |
| 2444 | 2026-06-03T08:15:41.363Z | test tcp::test_checksum_syn_nodata ... ok |
| 2445 | 2026-06-03T08:15:41.363Z | test tcp::test_checksum_ack_data ... ok |
| 2446 | 2026-06-03T08:15:41.363Z | |
| 2447 | 2026-06-03T08:15:41.363Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2448 | 2026-06-03T08:15:41.363Z | |
| 2449 | 2026-06-03T08:15:41.367Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 2450 | 2026-06-03T08:15:41.367Z | |
| 2451 | 2026-06-03T08:15:41.367Z | running 0 tests |
| 2452 | 2026-06-03T08:15:41.367Z | |
| 2453 | 2026-06-03T08:15:41.367Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2454 | 2026-06-03T08:15:41.367Z | |
| 2455 | 2026-06-03T08:15:41.367Z | Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd) |
| 2456 | 2026-06-03T08:15:41.367Z | |
| 2457 | 2026-06-03T08:15:41.367Z | running 5 tests |
| 2458 | 2026-06-03T08:15:41.373Z | test switchport::test::test_compute_lanes ... ok |
| 2459 | 2026-06-03T08:15:41.373Z | test switchport::test::port_id_ordering ... ok |
| 2460 | 2026-06-03T08:15:41.373Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2461 | 2026-06-03T08:15:41.373Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2462 | 2026-06-03T08:15:41.373Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2463 | 2026-06-03T08:15:41.373Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2464 | 2026-06-03T08:15:41.373Z | Lane 0 Tx Enabled: Yes Yes YesLane 1 Yes |
| 2465 | 2026-06-03T08:15:41.373Z | Lane 2 Tx Loss-of-lock: No Lane 3No |
| 2466 | 2026-06-03T08:15:41.373Z | No State: ActivatedNo |
| 2467 | 2026-06-03T08:15:41.373Z | Activated Tx Loss-of-signal: No ActivatedNo Activated |
| 2468 | 2026-06-03T08:15:41.373Z | No Rx Output Enabled: falseNo |
| 2469 | 2026-06-03T08:15:41.373Z | Tx CDR Enabled: No false Nofalse falseNo |
| 2470 | 2026-06-03T08:15:41.373Z | No Rx Output Status: valid |
| 2471 | 2026-06-03T08:15:41.373Z | Tx Adaptive EQ Fault: Novalid No valid No validNo |
| 2472 | 2026-06-03T08:15:41.373Z | |
| 2473 | 2026-06-03T08:15:41.373Z | Tx Fault: Yes Rx Loss-of-lock: true Yes trueYes Yes |
| 2474 | 2026-06-03T08:15:41.373Z | true true |
| 2475 | 2026-06-03T08:15:41.373Z | Rx Loss-of-signal: false false false false |
| 2476 | 2026-06-03T08:15:41.373Z | Rx Auto-squelch Disable: true true true true |
| 2477 | 2026-06-03T08:15:41.373Z | Tx Output Enabled: true true true true |
| 2478 | 2026-06-03T08:15:41.373Z | Tx Output Status: invalid invalid invalid invalid |
| 2479 | 2026-06-03T08:15:41.374Z | Tx Loss-of-lock: false false false false |
| 2480 | 2026-06-03T08:15:41.374Z | Tx Loss-of-signal: true true true true |
| 2481 | 2026-06-03T08:15:41.374Z | Tx Auto-squelch Disable: false false false false |
| 2482 | 2026-06-03T08:15:41.374Z | Tx Adaptive EQ Fail: true true true true |
| 2483 | 2026-06-03T08:15:41.374Z | Tx Failure: false false false false |
| 2484 | 2026-06-03T08:15:41.374Z | Tx Force Squelch: true true true true |
| 2485 | 2026-06-03T08:15:41.374Z | Tx Input Polarity: normal normal normal normal |
| 2486 | 2026-06-03T08:15:41.374Z | test switchport::test::test_print_sff_datapath ... ok |
| 2487 | 2026-06-03T08:15:41.374Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2488 | 2026-06-03T08:15:41.374Z | test link::test_filter ... ok |
| 2489 | 2026-06-03T08:15:41.374Z | |
| 2490 | 2026-06-03T08:15:41.374Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2491 | 2026-06-03T08:15:41.374Z | |
| 2492 | 2026-06-03T08:15:41.374Z | Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4) |
| 2493 | 2026-06-03T08:15:41.374Z | |
| 2494 | 2026-06-03T08:15:41.374Z | running 1 test |
| 2495 | 2026-06-03T08:15:41.374Z | test test_p4_counter_list ... ignored |
| 2496 | 2026-06-03T08:15:41.374Z | |
| 2497 | 2026-06-03T08:15:41.374Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2498 | 2026-06-03T08:15:41.374Z | |
| 2499 | 2026-06-03T08:15:41.374Z | Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269) |
| 2500 | 2026-06-03T08:15:41.378Z | |
| 2501 | 2026-06-03T08:15:41.378Z | running 5 tests |
| 2502 | 2026-06-03T08:15:41.378Z | test test_an ... ignored |
| 2503 | 2026-06-03T08:15:41.378Z | test test_enable ... ignored |
| 2504 | 2026-06-03T08:15:41.378Z | test test_ip_addresses ... ignored |
| 2505 | 2026-06-03T08:15:41.378Z | test test_kr ... ignored |
| 2506 | 2026-06-03T08:15:41.378Z | test test_mac ... ignored |
| 2507 | 2026-06-03T08:15:41.378Z | |
| 2508 | 2026-06-03T08:15:41.378Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2509 | 2026-06-03T08:15:41.378Z | |
| 2510 | 2026-06-03T08:15:41.378Z | Running unittests src/main.rs (target/debug/deps/tfportd-36be26df4695d9c9) |
| 2511 | 2026-06-03T08:15:41.378Z | |
| 2512 | 2026-06-03T08:15:41.378Z | running 3 tests |
| 2513 | 2026-06-03T08:15:41.378Z | test linklocal::test_parse_ipadm ... ok |
| 2514 | 2026-06-03T08:15:41.378Z | test tfport::test_parse_tfport ... ok |
| 2515 | 2026-06-03T08:15:41.378Z | test config::tests::test_updates ... ok |
| 2516 | 2026-06-03T08:15:41.379Z | |
| 2517 | 2026-06-03T08:15:41.379Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2518 | 2026-06-03T08:15:41.379Z | |
| 2519 | 2026-06-03T08:15:41.379Z | Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de) |
| 2520 | 2026-06-03T08:15:41.382Z | |
| 2521 | 2026-06-03T08:15:41.383Z | running 0 tests |
| 2522 | 2026-06-03T08:15:41.383Z | |
| 2523 | 2026-06-03T08:15:41.383Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2524 | 2026-06-03T08:15:41.383Z | |
| 2525 | 2026-06-03T08:15:41.383Z | Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0) |
| 2526 | 2026-06-03T08:15:41.383Z | |
| 2527 | 2026-06-03T08:15:41.383Z | running 0 tests |
| 2528 | 2026-06-03T08:15:41.383Z | |
| 2529 | 2026-06-03T08:15:41.383Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2530 | 2026-06-03T08:15:41.383Z | |
| 2531 | 2026-06-03T08:15:41.383Z | Doc-tests aal |
| 2532 | 2026-06-03T08:15:41.510Z | |
| 2533 | 2026-06-03T08:15:41.510Z | running 0 tests |
| 2534 | 2026-06-03T08:15:41.510Z | |
| 2535 | 2026-06-03T08:15:41.510Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2536 | 2026-06-03T08:15:41.510Z | |
| 2537 | 2026-06-03T08:15:41.526Z | Doc-tests aal_macros |
| 2538 | 2026-06-03T08:15:41.595Z | |
| 2539 | 2026-06-03T08:15:41.595Z | running 0 tests |
| 2540 | 2026-06-03T08:15:41.595Z | |
| 2541 | 2026-06-03T08:15:41.595Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2542 | 2026-06-03T08:15:41.595Z | |
| 2543 | 2026-06-03T08:15:41.606Z | Doc-tests common |
| 2544 | 2026-06-03T08:15:41.839Z | |
| 2545 | 2026-06-03T08:15:41.839Z | running 0 tests |
| 2546 | 2026-06-03T08:15:41.839Z | |
| 2547 | 2026-06-03T08:15:41.839Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2548 | 2026-06-03T08:15:41.839Z | |
| 2549 | 2026-06-03T08:15:41.860Z | Doc-tests dpd_api |
| 2550 | 2026-06-03T08:15:42.604Z | |
| 2551 | 2026-06-03T08:15:42.604Z | running 2 tests |
| 2552 | 2026-06-03T08:15:42.604Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2553 | 2026-06-03T08:15:42.604Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2554 | 2026-06-03T08:15:42.604Z | |
| 2555 | 2026-06-03T08:15:42.604Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2556 | 2026-06-03T08:15:42.604Z | |
| 2557 | 2026-06-03T08:15:42.634Z | Doc-tests dpd_client |
| 2558 | 2026-06-03T08:15:43.917Z | |
| 2559 | 2026-06-03T08:15:43.917Z | running 0 tests |
| 2560 | 2026-06-03T08:15:43.917Z | |
| 2561 | 2026-06-03T08:15:43.917Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2562 | 2026-06-03T08:15:43.917Z | |
| 2563 | 2026-06-03T08:15:43.961Z | Doc-tests dpd_types |
| 2564 | 2026-06-03T08:15:44.171Z | |
| 2565 | 2026-06-03T08:15:44.171Z | running 0 tests |
| 2566 | 2026-06-03T08:15:44.171Z | |
| 2567 | 2026-06-03T08:15:44.171Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2568 | 2026-06-03T08:15:44.171Z | |
| 2569 | 2026-06-03T08:15:44.198Z | Doc-tests dpd_types_versions |
| 2570 | 2026-06-03T08:15:45.393Z | |
| 2571 | 2026-06-03T08:15:45.393Z | running 1 test |
| 2572 | 2026-06-03T08:15:45.393Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2573 | 2026-06-03T08:15:45.394Z | |
| 2574 | 2026-06-03T08:15:45.394Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2575 | 2026-06-03T08:15:45.394Z | |
| 2576 | 2026-06-03T08:15:45.437Z | Doc-tests packet |
| 2577 | 2026-06-03T08:15:45.546Z | |
| 2578 | 2026-06-03T08:15:45.546Z | running 0 tests |
| 2579 | 2026-06-03T08:15:45.546Z | |
| 2580 | 2026-06-03T08:15:45.546Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2581 | 2026-06-03T08:15:45.546Z | |
| 2582 | 2026-06-03T08:15:45.561Z | Doc-tests pcap |
| 2583 | 2026-06-03T08:15:45.614Z | |
| 2584 | 2026-06-03T08:15:45.614Z | running 0 tests |
| 2585 | 2026-06-03T08:15:45.614Z | |
| 2586 | 2026-06-03T08:15:45.614Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2587 | 2026-06-03T08:15:45.614Z | |
| 2588 | 2026-06-03T08:15:45.679Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2589 | 2026-06-03T08:15:45.679Z | + RUST_BACKTRACE=full |
| 2590 | 2026-06-03T08:15:45.679Z | + cargo test --features tofino_asic --no-fail-fast |
| 2591 | 2026-06-03T08:15:46.279Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2592 | 2026-06-03T08:15:46.357Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2593 | 2026-06-03T08:15:46.363Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2594 | 2026-06-03T08:15:46.371Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2595 | 2026-06-03T08:15:54.917Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2596 | 2026-06-03T08:15:55.037Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2597 | 2026-06-03T08:16:35.524Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.80s |
| 2598 | 2026-06-03T08:16:35.622Z | Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759) |
| 2599 | 2026-06-03T08:16:35.626Z | |
| 2600 | 2026-06-03T08:16:35.626Z | running 5 tests |
| 2601 | 2026-06-03T08:16:35.626Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2602 | 2026-06-03T08:16:35.626Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2603 | 2026-06-03T08:16:35.626Z | test fuse::tests::chip_revision_b0 ... ok |
| 2604 | 2026-06-03T08:16:35.626Z | test fuse::tests::chip_revision_b1 ... ok |
| 2605 | 2026-06-03T08:16:35.626Z | test fuse::tests::chip_revision_a0 ... ok |
| 2606 | 2026-06-03T08:16:35.626Z | |
| 2607 | 2026-06-03T08:16:35.626Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2608 | 2026-06-03T08:16:35.626Z | |
| 2609 | 2026-06-03T08:16:35.626Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2610 | 2026-06-03T08:16:35.629Z | |
| 2611 | 2026-06-03T08:16:35.630Z | running 0 tests |
| 2612 | 2026-06-03T08:16:35.630Z | |
| 2613 | 2026-06-03T08:16:35.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2614 | 2026-06-03T08:16:35.630Z | |
| 2615 | 2026-06-03T08:16:35.630Z | Running unittests src/lib.rs (target/debug/deps/asic-f3ea2d96ea1302b5) |
| 2616 | 2026-06-03T08:16:35.728Z | |
| 2617 | 2026-06-03T08:16:35.728Z | running 8 tests |
| 2618 | 2026-06-03T08:16:35.731Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2619 | 2026-06-03T08:16:35.731Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2620 | 2026-06-03T08:16:35.731Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2621 | 2026-06-03T08:16:35.731Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2622 | 2026-06-03T08:16:35.731Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2623 | 2026-06-03T08:16:35.731Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2624 | 2026-06-03T08:16:35.738Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2625 | 2026-06-03T08:16:36.229Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2626 | 2026-06-03T08:16:36.229Z | |
| 2627 | 2026-06-03T08:16:36.229Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2628 | 2026-06-03T08:16:36.229Z | |
| 2629 | 2026-06-03T08:16:36.239Z | Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9) |
| 2630 | 2026-06-03T08:16:36.242Z | |
| 2631 | 2026-06-03T08:16:36.242Z | running 10 tests |
| 2632 | 2026-06-03T08:16:36.245Z | test nat::tests::test_vni ... ok |
| 2633 | 2026-06-03T08:16:36.245Z | test network::tests::test_equal ... ok |
| 2634 | 2026-06-03T08:16:36.245Z | test network::tests::test_eui64 ... ok |
| 2635 | 2026-06-03T08:16:36.245Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2636 | 2026-06-03T08:16:36.246Z | test network::tests::test_into ... ok |
| 2637 | 2026-06-03T08:16:36.246Z | test network::tests::test_not_equal ... ok |
| 2638 | 2026-06-03T08:16:36.246Z | test network::tests::test_parse ... ok |
| 2639 | 2026-06-03T08:16:36.246Z | test network::tests::test_to_string ... ok |
| 2640 | 2026-06-03T08:16:36.246Z | test test_purge ... ok |
| 2641 | 2026-06-03T08:16:36.249Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2642 | 2026-06-03T08:16:36.249Z | |
| 2643 | 2026-06-03T08:16:36.249Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2644 | 2026-06-03T08:16:36.249Z | |
| 2645 | 2026-06-03T08:16:36.249Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3) |
| 2646 | 2026-06-03T08:16:36.252Z | |
| 2647 | 2026-06-03T08:16:36.252Z | running 1 test |
| 2648 | 2026-06-03T08:16:36.255Z | ------- |
| 2649 | 2026-06-03T08:16:36.255Z | Generating OpenAPI documents from API definitions ... |
| 2650 | 2026-06-03T08:16:36.398Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2651 | 2026-06-03T08:16:36.468Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2652 | 2026-06-03T08:16:37.445Z | ------- |
| 2653 | 2026-06-03T08:16:37.445Z | Checking 12 OpenAPI documents... |
| 2654 | 2026-06-03T08:16:37.445Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2655 | 2026-06-03T08:16:37.445Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2656 | 2026-06-03T08:16:37.445Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2657 | 2026-06-03T08:16:37.445Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2658 | 2026-06-03T08:16:37.445Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2659 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2660 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2661 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2662 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2663 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2664 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2665 | 2026-06-03T08:16:37.448Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2666 | 2026-06-03T08:16:37.448Z | Fresh dpd "latest" symlink |
| 2667 | 2026-06-03T08:16:37.448Z | ------- |
| 2668 | 2026-06-03T08:16:37.448Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2669 | 2026-06-03T08:16:37.509Z | test test::test_apis_up_to_date ... ok |
| 2670 | 2026-06-03T08:16:37.509Z | |
| 2671 | 2026-06-03T08:16:37.509Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 2672 | 2026-06-03T08:16:37.509Z | |
| 2673 | 2026-06-03T08:16:37.566Z | Running unittests src/main.rs (target/debug/deps/dpd-a9e8b950668bdaf2) |
| 2674 | 2026-06-03T08:16:37.631Z | |
| 2675 | 2026-06-03T08:16:37.631Z | running 51 tests |
| 2676 | 2026-06-03T08:16:37.635Z | test freemap::test_ordering ... ok |
| 2677 | 2026-06-03T08:16:37.635Z | test config::tests::test_updates ... ok |
| 2678 | 2026-06-03T08:16:37.635Z | test freemap::test_split ... ok |
| 2679 | 2026-06-03T08:16:37.635Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2680 | 2026-06-03T08:16:37.635Z | test macaddrs::tests::test_mac_offset ... ok |
| 2681 | 2026-06-03T08:16:37.635Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2682 | 2026-06-03T08:16:37.635Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2683 | 2026-06-03T08:16:37.635Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2684 | 2026-06-03T08:16:37.635Z | test nat::test_mapping ... ok |
| 2685 | 2026-06-03T08:16:37.635Z | test port_map::tests::dump_map ... ok |
| 2686 | 2026-06-03T08:16:37.639Z | test port_map::tests::test_backplane_group ... ok |
| 2687 | 2026-06-03T08:16:37.639Z | test port_map::tests::test_port_map ... ok |
| 2688 | 2026-06-03T08:16:37.639Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2689 | 2026-06-03T08:16:37.639Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2690 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 Jun 03 08:16:36.558DEBG DEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 2691 | 2026-06-03T08:16:37.639Z | |
| 2692 | 2026-06-03T08:16:37.639Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2693 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 2694 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test |
| 2695 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 2696 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test |
| 2697 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test |
| 2698 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 2699 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test |
| 2700 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test |
| 2701 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 2702 | 2026-06-03T08:16:37.639Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 2703 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test |
| 2704 | 2026-06-03T08:16:37.639Z | test freemap::test_reclaim ... ok |
| 2705 | 2026-06-03T08:16:37.639Z | test freemap::test_exhaustion ... ok |
| 2706 | 2026-06-03T08:16:37.639Z | test freemap::test_free ... ok |
| 2707 | 2026-06-03T08:16:37.639Z | test freemap::test_span ... ok |
| 2708 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test |
| 2709 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test |
| 2710 | 2026-06-03T08:16:37.639Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 2711 | 2026-06-03T08:16:37.639Z | Jun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test |
| 2712 | 2026-06-03T08:16:37.639Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 2713 | 2026-06-03T08:16:37.639Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 2714 | 2026-06-03T08:16:37.639Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2715 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2716 | 2026-06-03T08:16:37.640Z | test freemap::test_basic ... ok |
| 2717 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2718 | 2026-06-03T08:16:37.640Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2719 | 2026-06-03T08:16:37.640Z | test api_server::tests::test_build_info ... ok |
| 2720 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2721 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2722 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2723 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2724 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2725 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2726 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2727 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2728 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2729 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2730 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2731 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2732 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2733 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2734 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2735 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2736 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2737 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2738 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2739 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2740 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2741 | 2026-06-03T08:16:37.640Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2742 | 2026-06-03T08:16:37.640Z | |
| 2743 | 2026-06-03T08:16:37.640Z | test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2744 | 2026-06-03T08:16:37.640Z | |
| 2745 | 2026-06-03T08:16:37.651Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f33242c36e80d73c) |
| 2746 | 2026-06-03T08:16:37.655Z | |
| 2747 | 2026-06-03T08:16:37.655Z | running 0 tests |
| 2748 | 2026-06-03T08:16:37.655Z | |
| 2749 | 2026-06-03T08:16:37.655Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2750 | 2026-06-03T08:16:37.655Z | |
| 2751 | 2026-06-03T08:16:37.655Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7) |
| 2752 | 2026-06-03T08:16:37.659Z | |
| 2753 | 2026-06-03T08:16:37.659Z | running 0 tests |
| 2754 | 2026-06-03T08:16:37.659Z | |
| 2755 | 2026-06-03T08:16:37.659Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2756 | 2026-06-03T08:16:37.659Z | |
| 2757 | 2026-06-03T08:16:37.659Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-bfa70fbb977a31aa) |
| 2758 | 2026-06-03T08:16:37.659Z | |
| 2759 | 2026-06-03T08:16:37.659Z | running 6 tests |
| 2760 | 2026-06-03T08:16:37.662Z | test tests::test_parse_client_port_id ... ok |
| 2761 | 2026-06-03T08:16:37.662Z | test tests::test_full_lot_id_neither_present ... ok |
| 2762 | 2026-06-03T08:16:37.662Z | test tests::test_full_lot_id_lot_only ... ok |
| 2763 | 2026-06-03T08:16:37.662Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 2764 | 2026-06-03T08:16:37.662Z | test tests::test_port_id_cmp ... ok |
| 2765 | 2026-06-03T08:16:37.662Z | test tests::test_full_lot_id_both_present ... ok |
| 2766 | 2026-06-03T08:16:37.662Z | |
| 2767 | 2026-06-03T08:16:37.662Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2768 | 2026-06-03T08:16:37.662Z | |
| 2769 | 2026-06-03T08:16:37.662Z | Running tests/test_all.rs (target/debug/deps/test_all-21c97cf8f607473f) |
| 2770 | 2026-06-03T08:16:37.662Z | |
| 2771 | 2026-06-03T08:16:37.662Z | running 0 tests |
| 2772 | 2026-06-03T08:16:37.662Z | |
| 2773 | 2026-06-03T08:16:37.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2774 | 2026-06-03T08:16:37.663Z | |
| 2775 | 2026-06-03T08:16:37.663Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f) |
| 2776 | 2026-06-03T08:16:37.666Z | |
| 2777 | 2026-06-03T08:16:37.666Z | running 0 tests |
| 2778 | 2026-06-03T08:16:37.666Z | |
| 2779 | 2026-06-03T08:16:37.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2780 | 2026-06-03T08:16:37.666Z | |
| 2781 | 2026-06-03T08:16:37.666Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843) |
| 2782 | 2026-06-03T08:16:37.666Z | |
| 2783 | 2026-06-03T08:16:37.666Z | running 0 tests |
| 2784 | 2026-06-03T08:16:37.666Z | |
| 2785 | 2026-06-03T08:16:37.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2786 | 2026-06-03T08:16:37.666Z | |
| 2787 | 2026-06-03T08:16:37.666Z | Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076) |
| 2788 | 2026-06-03T08:16:37.669Z | |
| 2789 | 2026-06-03T08:16:37.669Z | running 12 tests |
| 2790 | 2026-06-03T08:16:37.669Z | test icmp::test_v4_checksum ... ok |
| 2791 | 2026-06-03T08:16:37.669Z | test icmp::test_v6_checksum ... ok |
| 2792 | 2026-06-03T08:16:37.669Z | test lldp::test_lldp_parse ... ok |
| 2793 | 2026-06-03T08:16:37.669Z | test ipv6::test_ipv6_parse ... ok |
| 2794 | 2026-06-03T08:16:37.670Z | test pbuf::test_byte ... ok |
| 2795 | 2026-06-03T08:16:37.670Z | test pbuf::test_nibble ... ok |
| 2796 | 2026-06-03T08:16:37.670Z | test pbuf::test_overflow ... ok |
| 2797 | 2026-06-03T08:16:37.670Z | test pbuf::test_short ... ok |
| 2798 | 2026-06-03T08:16:37.670Z | test pbuf::test_twelve ... ok |
| 2799 | 2026-06-03T08:16:37.670Z | test pbuf::test_word ... ok |
| 2800 | 2026-06-03T08:16:37.670Z | test tcp::test_checksum_ack_data ... ok |
| 2801 | 2026-06-03T08:16:37.670Z | test tcp::test_checksum_syn_nodata ... ok |
| 2802 | 2026-06-03T08:16:37.670Z | |
| 2803 | 2026-06-03T08:16:37.670Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2804 | 2026-06-03T08:16:37.670Z | |
| 2805 | 2026-06-03T08:16:37.670Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 2806 | 2026-06-03T08:16:37.670Z | |
| 2807 | 2026-06-03T08:16:37.670Z | running 0 tests |
| 2808 | 2026-06-03T08:16:37.670Z | |
| 2809 | 2026-06-03T08:16:37.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2810 | 2026-06-03T08:16:37.670Z | |
| 2811 | 2026-06-03T08:16:37.670Z | Running unittests src/main.rs (target/debug/deps/swadm-5906499735e04912) |
| 2812 | 2026-06-03T08:16:37.674Z | |
| 2813 | 2026-06-03T08:16:37.674Z | running 5 tests |
| 2814 | 2026-06-03T08:16:37.674Z | test switchport::test::test_compute_lanes ... ok |
| 2815 | 2026-06-03T08:16:37.674Z | test switchport::test::port_id_ordering ... ok |
| 2816 | 2026-06-03T08:16:37.674Z | Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3 |
| 2817 | 2026-06-03T08:16:37.674Z | Lane 2 Rx Loss-of-lock: YesLane 3 |
| 2818 | 2026-06-03T08:16:37.674Z | Yes State: Activated Yes ActivatedYes |
| 2819 | 2026-06-03T08:16:37.675Z | Activated Rx Loss-of-signal: YesActivated |
| 2820 | 2026-06-03T08:16:37.675Z | Rx Output Enabled: false Yesfalse Yesfalse Yes |
| 2821 | 2026-06-03T08:16:37.675Z | false |
| 2822 | 2026-06-03T08:16:37.675Z | Rx CDR Enabled: Yes Rx Output Status: valid Yes valid validYes valid |
| 2823 | 2026-06-03T08:16:37.675Z | Yes |
| 2824 | 2026-06-03T08:16:37.675Z | Rx Loss-of-lock: true Tx Enabled: Yes true Yes true trueYes |
| 2825 | 2026-06-03T08:16:37.675Z | Yes Rx Loss-of-signal: false |
| 2826 | 2026-06-03T08:16:37.675Z | Tx Loss-of-lock: Nofalse No false Nofalse |
| 2827 | 2026-06-03T08:16:37.675Z | No |
| 2828 | 2026-06-03T08:16:37.675Z | Tx Loss-of-signal: NoRx Auto-squelch Disable: true Notrue trueNo Notrue |
| 2829 | 2026-06-03T08:16:37.675Z | |
| 2830 | 2026-06-03T08:16:37.675Z | Tx CDR Enabled: No Tx Output Enabled: trueNo trueNo trueNo |
| 2831 | 2026-06-03T08:16:37.675Z | true Tx Adaptive EQ Fault: No |
| 2832 | 2026-06-03T08:16:37.675Z | No Tx Output Status: invalid Noinvalid No |
| 2833 | 2026-06-03T08:16:37.675Z | invalid Tx Fault: Yesinvalid |
| 2834 | 2026-06-03T08:16:37.675Z | Yes Tx Loss-of-lock: falseYes Yesfalse |
| 2835 | 2026-06-03T08:16:37.675Z | false false |
| 2836 | 2026-06-03T08:16:37.675Z | Tx Loss-of-signal: true true true true |
| 2837 | 2026-06-03T08:16:37.675Z | Tx Auto-squelch Disable: false false false false |
| 2838 | 2026-06-03T08:16:37.675Z | Tx Adaptive EQ Fail: true true true true |
| 2839 | 2026-06-03T08:16:37.675Z | Tx Failure: false false false false |
| 2840 | 2026-06-03T08:16:37.675Z | Tx Force Squelch: true true true true |
| 2841 | 2026-06-03T08:16:37.675Z | Tx Input Polarity: normal normal normal normal |
| 2842 | 2026-06-03T08:16:37.675Z | test switchport::test::test_print_sff_datapath ... ok |
| 2843 | 2026-06-03T08:16:37.675Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2844 | 2026-06-03T08:16:37.675Z | test link::test_filter ... ok |
| 2845 | 2026-06-03T08:16:37.675Z | |
| 2846 | 2026-06-03T08:16:37.675Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2847 | 2026-06-03T08:16:37.675Z | |
| 2848 | 2026-06-03T08:16:37.682Z | Running tests/counters.rs (target/debug/deps/counters-f71c2a83967c77bb) |
| 2849 | 2026-06-03T08:16:37.682Z | |
| 2850 | 2026-06-03T08:16:37.682Z | running 1 test |
| 2851 | 2026-06-03T08:16:37.682Z | test test_p4_counter_list ... ignored |
| 2852 | 2026-06-03T08:16:37.682Z | |
| 2853 | 2026-06-03T08:16:37.682Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2854 | 2026-06-03T08:16:37.682Z | |
| 2855 | 2026-06-03T08:16:37.682Z | Running tests/port-link.rs (target/debug/deps/port_link-a201c2900e42d4f4) |
| 2856 | 2026-06-03T08:16:37.682Z | |
| 2857 | 2026-06-03T08:16:37.682Z | running 5 tests |
| 2858 | 2026-06-03T08:16:37.682Z | test test_an ... ignored |
| 2859 | 2026-06-03T08:16:37.682Z | test test_enable ... ignored |
| 2860 | 2026-06-03T08:16:37.682Z | test test_ip_addresses ... ignored |
| 2861 | 2026-06-03T08:16:37.682Z | test test_kr ... ignored |
| 2862 | 2026-06-03T08:16:37.682Z | test test_mac ... ignored |
| 2863 | 2026-06-03T08:16:37.682Z | |
| 2864 | 2026-06-03T08:16:37.682Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2865 | 2026-06-03T08:16:37.682Z | |
| 2866 | 2026-06-03T08:16:37.683Z | Running unittests src/main.rs (target/debug/deps/tfportd-15c7a14cdec26709) |
| 2867 | 2026-06-03T08:16:37.688Z | |
| 2868 | 2026-06-03T08:16:37.688Z | running 3 tests |
| 2869 | 2026-06-03T08:16:37.688Z | test linklocal::test_parse_ipadm ... ok |
| 2870 | 2026-06-03T08:16:37.688Z | test tfport::test_parse_tfport ... ok |
| 2871 | 2026-06-03T08:16:37.688Z | test config::tests::test_updates ... ok |
| 2872 | 2026-06-03T08:16:37.688Z | |
| 2873 | 2026-06-03T08:16:37.688Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2874 | 2026-06-03T08:16:37.688Z | |
| 2875 | 2026-06-03T08:16:37.688Z | Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de) |
| 2876 | 2026-06-03T08:16:37.688Z | |
| 2877 | 2026-06-03T08:16:37.688Z | running 0 tests |
| 2878 | 2026-06-03T08:16:37.689Z | |
| 2879 | 2026-06-03T08:16:37.689Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2880 | 2026-06-03T08:16:37.689Z | |
| 2881 | 2026-06-03T08:16:37.692Z | Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0) |
| 2882 | 2026-06-03T08:16:37.692Z | |
| 2883 | 2026-06-03T08:16:37.692Z | running 0 tests |
| 2884 | 2026-06-03T08:16:37.692Z | |
| 2885 | 2026-06-03T08:16:37.692Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2886 | 2026-06-03T08:16:37.692Z | |
| 2887 | 2026-06-03T08:16:37.692Z | Doc-tests aal |
| 2888 | 2026-06-03T08:16:37.805Z | |
| 2889 | 2026-06-03T08:16:37.805Z | running 0 tests |
| 2890 | 2026-06-03T08:16:37.805Z | |
| 2891 | 2026-06-03T08:16:37.805Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2892 | 2026-06-03T08:16:37.805Z | |
| 2893 | 2026-06-03T08:16:37.819Z | Doc-tests aal_macros |
| 2894 | 2026-06-03T08:16:37.886Z | |
| 2895 | 2026-06-03T08:16:37.886Z | running 0 tests |
| 2896 | 2026-06-03T08:16:37.886Z | |
| 2897 | 2026-06-03T08:16:37.890Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2898 | 2026-06-03T08:16:37.890Z | |
| 2899 | 2026-06-03T08:16:37.896Z | Doc-tests common |
| 2900 | 2026-06-03T08:16:38.126Z | |
| 2901 | 2026-06-03T08:16:38.126Z | running 0 tests |
| 2902 | 2026-06-03T08:16:38.126Z | |
| 2903 | 2026-06-03T08:16:38.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2904 | 2026-06-03T08:16:38.126Z | |
| 2905 | 2026-06-03T08:16:38.183Z | Doc-tests dpd_api |
| 2906 | 2026-06-03T08:16:38.880Z | |
| 2907 | 2026-06-03T08:16:38.880Z | running 2 tests |
| 2908 | 2026-06-03T08:16:38.880Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 2909 | 2026-06-03T08:16:38.880Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 2910 | 2026-06-03T08:16:38.880Z | |
| 2911 | 2026-06-03T08:16:38.880Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2912 | 2026-06-03T08:16:38.880Z | |
| 2913 | 2026-06-03T08:16:38.912Z | Doc-tests dpd_client |
| 2914 | 2026-06-03T08:16:40.193Z | |
| 2915 | 2026-06-03T08:16:40.193Z | running 0 tests |
| 2916 | 2026-06-03T08:16:40.193Z | |
| 2917 | 2026-06-03T08:16:40.193Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2918 | 2026-06-03T08:16:40.193Z | |
| 2919 | 2026-06-03T08:16:40.239Z | Doc-tests dpd_types |
| 2920 | 2026-06-03T08:16:40.448Z | |
| 2921 | 2026-06-03T08:16:40.448Z | running 0 tests |
| 2922 | 2026-06-03T08:16:40.448Z | |
| 2923 | 2026-06-03T08:16:40.448Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2924 | 2026-06-03T08:16:40.448Z | |
| 2925 | 2026-06-03T08:16:40.473Z | Doc-tests dpd_types_versions |
| 2926 | 2026-06-03T08:16:41.676Z | |
| 2927 | 2026-06-03T08:16:41.676Z | running 1 test |
| 2928 | 2026-06-03T08:16:41.676Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 2929 | 2026-06-03T08:16:41.676Z | |
| 2930 | 2026-06-03T08:16:41.677Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2931 | 2026-06-03T08:16:41.677Z | |
| 2932 | 2026-06-03T08:16:41.720Z | Doc-tests packet |
| 2933 | 2026-06-03T08:16:41.830Z | |
| 2934 | 2026-06-03T08:16:41.830Z | running 0 tests |
| 2935 | 2026-06-03T08:16:41.830Z | |
| 2936 | 2026-06-03T08:16:41.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2937 | 2026-06-03T08:16:41.830Z | |
| 2938 | 2026-06-03T08:16:41.844Z | Doc-tests pcap |
| 2939 | 2026-06-03T08:16:41.897Z | |
| 2940 | 2026-06-03T08:16:41.897Z | running 0 tests |
| 2941 | 2026-06-03T08:16:41.897Z | |
| 2942 | 2026-06-03T08:16:41.897Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2943 | 2026-06-03T08:16:41.897Z | |
| 2944 | 2026-06-03T08:16:41.943Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2945 | 2026-06-03T08:16:41.943Z | + RUST_BACKTRACE=full |
| 2946 | 2026-06-03T08:16:41.943Z | + cargo test --features softnpu --no-fail-fast |
| 2947 | 2026-06-03T08:16:42.589Z | Compiling num-integer v0.1.46 |
| 2948 | 2026-06-03T08:16:42.592Z | Compiling num-complex v0.4.6 |
| 2949 | 2026-06-03T08:16:42.719Z | Compiling bitstruct_derive v0.1.0 |
| 2950 | 2026-06-03T08:16:42.722Z | Compiling tap v1.0.1 |
| 2951 | 2026-06-03T08:16:42.842Z | Compiling wyz v0.5.1 |
| 2952 | 2026-06-03T08:16:42.972Z | Compiling num-rational v0.4.2 |
| 2953 | 2026-06-03T08:16:43.000Z | Compiling num-iter v0.1.45 |
| 2954 | 2026-06-03T08:16:43.022Z | Compiling num-bigint v0.4.6 |
| 2955 | 2026-06-03T08:16:43.115Z | Compiling radium v0.7.0 |
| 2956 | 2026-06-03T08:16:43.126Z | Compiling funty v2.0.0 |
| 2957 | 2026-06-03T08:16:43.170Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2958 | 2026-06-03T08:16:43.214Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2959 | 2026-06-03T08:16:43.322Z | Compiling num v0.4.3 |
| 2960 | 2026-06-03T08:16:43.398Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2961 | 2026-06-03T08:16:43.409Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2962 | 2026-06-03T08:16:43.420Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2963 | 2026-06-03T08:16:43.492Z | Compiling bitvec v1.0.1 |
| 2964 | 2026-06-03T08:16:43.539Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2965 | 2026-06-03T08:16:43.674Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2966 | 2026-06-03T08:16:43.714Z | Compiling typeid v1.0.3 |
| 2967 | 2026-06-03T08:16:43.782Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2968 | 2026-06-03T08:16:43.797Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2969 | 2026-06-03T08:16:43.832Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2970 | 2026-06-03T08:16:44.142Z | Compiling ascii v1.1.0 |
| 2971 | 2026-06-03T08:16:44.426Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2972 | 2026-06-03T08:16:44.671Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2973 | 2026-06-03T08:16:44.714Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2974 | 2026-06-03T08:16:44.862Z | Compiling erased-serde v0.4.8 |
| 2975 | 2026-06-03T08:16:44.920Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 2976 | 2026-06-03T08:16:44.948Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2977 | 2026-06-03T08:16:45.157Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2978 | 2026-06-03T08:16:45.181Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 2979 | 2026-06-03T08:16:45.351Z | Compiling bitstruct v0.1.1 |
| 2980 | 2026-06-03T08:16:45.673Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 2981 | 2026-06-03T08:16:45.754Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2982 | 2026-06-03T08:16:45.785Z | Compiling serde_arrays v0.1.0 |
| 2983 | 2026-06-03T08:16:45.797Z | Compiling libloading v0.7.4 |
| 2984 | 2026-06-03T08:16:45.955Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 2985 | 2026-06-03T08:16:46.583Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2986 | 2026-06-03T08:16:46.839Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 2987 | 2026-06-03T08:16:46.852Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2988 | 2026-06-03T08:16:47.987Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2989 | 2026-06-03T08:16:48.838Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2990 | 2026-06-03T08:16:54.764Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2991 | 2026-06-03T08:16:54.982Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2992 | 2026-06-03T08:16:54.982Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2993 | 2026-06-03T08:16:55.040Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2994 | 2026-06-03T08:16:55.053Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2995 | 2026-06-03T08:16:55.589Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2996 | 2026-06-03T08:16:56.060Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2997 | 2026-06-03T08:16:57.472Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2998 | 2026-06-03T08:17:00.151Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2999 | 2026-06-03T08:17:01.139Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 3000 | 2026-06-03T08:17:02.271Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3001 | 2026-06-03T08:17:03.390Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3002 | 2026-06-03T08:17:03.716Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 3003 | 2026-06-03T08:17:04.723Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 3004 | 2026-06-03T08:17:12.323Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3005 | 2026-06-03T08:17:14.272Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 3006 | 2026-06-03T08:17:17.904Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3007 | 2026-06-03T08:17:59.099Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 3008 | 2026-06-03T08:17:59.199Z | Running unittests src/lib.rs (target/debug/deps/aal-50210d4c57b7f021) |
| 3009 | 2026-06-03T08:17:59.215Z | |
| 3010 | 2026-06-03T08:17:59.215Z | running 5 tests |
| 3011 | 2026-06-03T08:17:59.215Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3012 | 2026-06-03T08:17:59.215Z | test fuse::tests::chip_revision_b0 ... ok |
| 3013 | 2026-06-03T08:17:59.215Z | test fuse::tests::chip_revision_a0 ... ok |
| 3014 | 2026-06-03T08:17:59.215Z | test fuse::tests::chip_revision_b1 ... ok |
| 3015 | 2026-06-03T08:17:59.215Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3016 | 2026-06-03T08:17:59.215Z | |
| 3017 | 2026-06-03T08:17:59.215Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3018 | 2026-06-03T08:17:59.215Z | |
| 3019 | 2026-06-03T08:17:59.215Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3020 | 2026-06-03T08:17:59.215Z | |
| 3021 | 2026-06-03T08:17:59.215Z | running 0 tests |
| 3022 | 2026-06-03T08:17:59.215Z | |
| 3023 | 2026-06-03T08:17:59.215Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3024 | 2026-06-03T08:17:59.215Z | |
| 3025 | 2026-06-03T08:17:59.215Z | Running unittests src/lib.rs (target/debug/deps/asic-9b8066f67d17b1d8) |
| 3026 | 2026-06-03T08:17:59.215Z | |
| 3027 | 2026-06-03T08:17:59.216Z | running 0 tests |
| 3028 | 2026-06-03T08:17:59.216Z | |
| 3029 | 2026-06-03T08:17:59.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3030 | 2026-06-03T08:17:59.216Z | |
| 3031 | 2026-06-03T08:17:59.216Z | Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9) |
| 3032 | 2026-06-03T08:17:59.216Z | |
| 3033 | 2026-06-03T08:17:59.216Z | running 10 tests |
| 3034 | 2026-06-03T08:17:59.216Z | test nat::tests::test_vni ... ok |
| 3035 | 2026-06-03T08:17:59.216Z | test network::tests::test_equal ... ok |
| 3036 | 2026-06-03T08:17:59.216Z | test network::tests::test_eui64 ... ok |
| 3037 | 2026-06-03T08:17:59.216Z | test network::tests::test_not_equal ... ok |
| 3038 | 2026-06-03T08:17:59.216Z | test network::tests::test_into ... ok |
| 3039 | 2026-06-03T08:17:59.216Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3040 | 2026-06-03T08:17:59.216Z | test network::tests::test_parse ... ok |
| 3041 | 2026-06-03T08:17:59.216Z | test network::tests::test_to_string ... ok |
| 3042 | 2026-06-03T08:17:59.245Z | test test_purge ... ok |
| 3043 | 2026-06-03T08:17:59.246Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3044 | 2026-06-03T08:17:59.246Z | |
| 3045 | 2026-06-03T08:17:59.246Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3046 | 2026-06-03T08:17:59.246Z | |
| 3047 | 2026-06-03T08:17:59.246Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1559be7980dc2d73) |
| 3048 | 2026-06-03T08:17:59.246Z | |
| 3049 | 2026-06-03T08:17:59.246Z | running 1 test |
| 3050 | 2026-06-03T08:17:59.246Z | ------- |
| 3051 | 2026-06-03T08:17:59.246Z | Generating OpenAPI documents from API definitions ... |
| 3052 | 2026-06-03T08:17:59.369Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3053 | 2026-06-03T08:17:59.428Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3054 | 2026-06-03T08:18:00.455Z | ------- |
| 3055 | 2026-06-03T08:18:00.455Z | Checking 12 OpenAPI documents... |
| 3056 | 2026-06-03T08:18:00.455Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3057 | 2026-06-03T08:18:00.455Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3058 | 2026-06-03T08:18:00.456Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3059 | 2026-06-03T08:18:00.456Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3060 | 2026-06-03T08:18:00.465Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3061 | 2026-06-03T08:18:00.465Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3062 | 2026-06-03T08:18:00.465Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3063 | 2026-06-03T08:18:00.465Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3064 | 2026-06-03T08:18:00.465Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3065 | 2026-06-03T08:18:00.466Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3066 | 2026-06-03T08:18:00.466Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3067 | 2026-06-03T08:18:00.466Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3068 | 2026-06-03T08:18:00.466Z | Fresh dpd "latest" symlink |
| 3069 | 2026-06-03T08:18:00.466Z | ------- |
| 3070 | 2026-06-03T08:18:00.466Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3071 | 2026-06-03T08:18:00.521Z | test test::test_apis_up_to_date ... ok |
| 3072 | 2026-06-03T08:18:00.521Z | |
| 3073 | 2026-06-03T08:18:00.521Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 3074 | 2026-06-03T08:18:00.521Z | |
| 3075 | 2026-06-03T08:18:00.577Z | Running unittests src/main.rs (target/debug/deps/dpd-c0b9c1f6efb971fc) |
| 3076 | 2026-06-03T08:18:00.603Z | |
| 3077 | 2026-06-03T08:18:00.604Z | running 19 tests |
| 3078 | 2026-06-03T08:18:00.620Z | test freemap::test_ordering ... ok |
| 3079 | 2026-06-03T08:18:00.621Z | test config::tests::test_updates ... ok |
| 3080 | 2026-06-03T08:18:00.621Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3081 | 2026-06-03T08:18:00.621Z | test freemap::test_split ... ok |
| 3082 | 2026-06-03T08:18:00.621Z | test macaddrs::tests::test_mac_offset ... ok |
| 3083 | 2026-06-03T08:18:00.621Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3084 | 2026-06-03T08:18:00.621Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3085 | 2026-06-03T08:18:00.621Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3086 | 2026-06-03T08:18:00.621Z | test nat::test_mapping ... ok |
| 3087 | 2026-06-03T08:18:00.621Z | test port_map::tests::dump_map ... ok |
| 3088 | 2026-06-03T08:18:00.621Z | test port_map::tests::test_backplane_group ... ok |
| 3089 | 2026-06-03T08:18:00.621Z | test port_map::tests::test_port_map ... ok |
| 3090 | 2026-06-03T08:18:00.621Z | Jun 03 08:17:59.507 DEBG Jun 03 08:17:59.507 DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test |
| 3091 | 2026-06-03T08:18:00.621Z | |
| 3092 | 2026-06-03T08:18:00.621Z | Jun 03 08:17:59.507 Jun 03 08:17:59.507DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
| 3093 | 2026-06-03T08:18:00.621Z | freemap_test |
| 3094 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 Jun 03 08:17:59.507DEBG DEBGcreated new freemap Jun 03 08:17:59.507, unitDEBG: reset freemapfreemap_testreset freemap, Jun 03 08:17:59.507unit |
| 3095 | 2026-06-03T08:18:00.622Z | : , DEBGunit :freemap_testcreated new freemap |
| 3096 | 2026-06-03T08:18:00.622Z | freemap_test |
| 3097 | 2026-06-03T08:18:00.622Z | , Jun 03 08:17:59.507unit :DEBG freemap_testinitted freemap. size: 128 |
| 3098 | 2026-06-03T08:18:00.622Z | , unit: freemap_test |
| 3099 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 DEBGJun 03 08:17:59.507 initted freemap. size: 128DEBG, unitreset freemap:, unitfreemap_test: |
| 3100 | 2026-06-03T08:18:00.622Z | freemap_test |
| 3101 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 DEBG reset freemap, unit: freemap_test |
| 3102 | 2026-06-03T08:18:00.622Z | test freemap::test_free ... ok |
| 3103 | 2026-06-03T08:18:00.622Z | test freemap::test_basic ... ok |
| 3104 | 2026-06-03T08:18:00.622Z | test freemap::test_exhaustion ... ok |
| 3105 | 2026-06-03T08:18:00.622Z | test freemap::test_reclaim ... ok |
| 3106 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 DEBG created new freemap, unit: freemap_test |
| 3107 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 DEBG initted freemap. size: 128, unit: freemap_test |
| 3108 | 2026-06-03T08:18:00.622Z | Jun 03 08:17:59.507 DEBG reset freemap, unit: freemap_test |
| 3109 | 2026-06-03T08:18:00.623Z | test freemap::test_span ... ok |
| 3110 | 2026-06-03T08:18:00.623Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3111 | 2026-06-03T08:18:00.623Z | test api_server::tests::test_build_info ... ok |
| 3112 | 2026-06-03T08:18:00.623Z | |
| 3113 | 2026-06-03T08:18:00.623Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3114 | 2026-06-03T08:18:00.623Z | |
| 3115 | 2026-06-03T08:18:00.623Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-1f7d47aa28aff758) |
| 3116 | 2026-06-03T08:18:00.623Z | |
| 3117 | 2026-06-03T08:18:00.623Z | running 0 tests |
| 3118 | 2026-06-03T08:18:00.623Z | |
| 3119 | 2026-06-03T08:18:00.623Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3120 | 2026-06-03T08:18:00.623Z | |
| 3121 | 2026-06-03T08:18:00.623Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-eb9f84e061daf544) |
| 3122 | 2026-06-03T08:18:00.623Z | |
| 3123 | 2026-06-03T08:18:00.623Z | running 0 tests |
| 3124 | 2026-06-03T08:18:00.623Z | |
| 3125 | 2026-06-03T08:18:00.623Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3126 | 2026-06-03T08:18:00.623Z | |
| 3127 | 2026-06-03T08:18:00.623Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-88f58d3d5b12b97b) |
| 3128 | 2026-06-03T08:18:00.623Z | |
| 3129 | 2026-06-03T08:18:00.623Z | running 6 tests |
| 3130 | 2026-06-03T08:18:00.623Z | test tests::test_port_id_cmp ... ok |
| 3131 | 2026-06-03T08:18:00.623Z | test tests::test_parse_client_port_id ... ok |
| 3132 | 2026-06-03T08:18:00.623Z | test tests::test_full_lot_id_neither_present ... ok |
| 3133 | 2026-06-03T08:18:00.623Z | test tests::test_full_lot_id_lot_only ... ok |
| 3134 | 2026-06-03T08:18:00.623Z | test tests::test_full_lot_id_both_present ... ok |
| 3135 | 2026-06-03T08:18:00.623Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3136 | 2026-06-03T08:18:00.623Z | |
| 3137 | 2026-06-03T08:18:00.623Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3138 | 2026-06-03T08:18:00.624Z | |
| 3139 | 2026-06-03T08:18:00.624Z | Running tests/test_all.rs (target/debug/deps/test_all-ec2c30eb506ad765) |
| 3140 | 2026-06-03T08:18:00.624Z | |
| 3141 | 2026-06-03T08:18:00.624Z | running 0 tests |
| 3142 | 2026-06-03T08:18:00.624Z | |
| 3143 | 2026-06-03T08:18:00.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3144 | 2026-06-03T08:18:00.624Z | |
| 3145 | 2026-06-03T08:18:00.624Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-da01ae11583fdb41) |
| 3146 | 2026-06-03T08:18:00.624Z | |
| 3147 | 2026-06-03T08:18:00.624Z | running 0 tests |
| 3148 | 2026-06-03T08:18:00.624Z | |
| 3149 | 2026-06-03T08:18:00.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3150 | 2026-06-03T08:18:00.624Z | |
| 3151 | 2026-06-03T08:18:00.624Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fc563e1bc9de343d) |
| 3152 | 2026-06-03T08:18:00.624Z | |
| 3153 | 2026-06-03T08:18:00.624Z | running 0 tests |
| 3154 | 2026-06-03T08:18:00.624Z | |
| 3155 | 2026-06-03T08:18:00.624Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3156 | 2026-06-03T08:18:00.624Z | |
| 3157 | 2026-06-03T08:18:00.624Z | Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076) |
| 3158 | 2026-06-03T08:18:00.624Z | |
| 3159 | 2026-06-03T08:18:00.624Z | running 12 tests |
| 3160 | 2026-06-03T08:18:00.624Z | test icmp::test_v6_checksum ... ok |
| 3161 | 2026-06-03T08:18:00.624Z | test pbuf::test_byte ... ok |
| 3162 | 2026-06-03T08:18:00.624Z | test lldp::test_lldp_parse ... ok |
| 3163 | 2026-06-03T08:18:00.624Z | test pbuf::test_nibble ... ok |
| 3164 | 2026-06-03T08:18:00.624Z | test icmp::test_v4_checksum ... ok |
| 3165 | 2026-06-03T08:18:00.624Z | test ipv6::test_ipv6_parse ... ok |
| 3166 | 2026-06-03T08:18:00.624Z | test pbuf::test_short ... ok |
| 3167 | 2026-06-03T08:18:00.624Z | test pbuf::test_overflow ... ok |
| 3168 | 2026-06-03T08:18:00.624Z | test pbuf::test_twelve ... ok |
| 3169 | 2026-06-03T08:18:00.624Z | test pbuf::test_word ... ok |
| 3170 | 2026-06-03T08:18:00.625Z | test tcp::test_checksum_ack_data ... ok |
| 3171 | 2026-06-03T08:18:00.625Z | test tcp::test_checksum_syn_nodata ... ok |
| 3172 | 2026-06-03T08:18:00.625Z | |
| 3173 | 2026-06-03T08:18:00.625Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3174 | 2026-06-03T08:18:00.625Z | |
| 3175 | 2026-06-03T08:18:00.625Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 3176 | 2026-06-03T08:18:00.625Z | |
| 3177 | 2026-06-03T08:18:00.625Z | running 0 tests |
| 3178 | 2026-06-03T08:18:00.634Z | |
| 3179 | 2026-06-03T08:18:00.634Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3180 | 2026-06-03T08:18:00.634Z | |
| 3181 | 2026-06-03T08:18:00.634Z | Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd) |
| 3182 | 2026-06-03T08:18:00.635Z | |
| 3183 | 2026-06-03T08:18:00.635Z | running 5 tests |
| 3184 | 2026-06-03T08:18:00.635Z | test switchport::test::test_compute_lanes ... ok |
| 3185 | 2026-06-03T08:18:00.635Z | test switchport::test::port_id_ordering ... ok |
| 3186 | 2026-06-03T08:18:00.635Z | test link::test_filter ... ok |
| 3187 | 2026-06-03T08:18:00.635Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 3188 | 2026-06-03T08:18:00.635Z | State: Activated Activated Activated Activated |
| 3189 | 2026-06-03T08:18:00.635Z | Lane 0 Rx Output Enabled: false false false Lane 1false |
| 3190 | 2026-06-03T08:18:00.635Z | Rx Output Status: validLane 2 valid Lane 3valid |
| 3191 | 2026-06-03T08:18:00.636Z | valid Rx Loss-of-lock: Yes |
| 3192 | 2026-06-03T08:18:00.636Z | Yes Rx Loss-of-lock: trueYes trueYes |
| 3193 | 2026-06-03T08:18:00.636Z | true Rx Loss-of-signal: Yes true |
| 3194 | 2026-06-03T08:18:00.636Z | Yes Rx Loss-of-signal: false Yesfalse Yes |
| 3195 | 2026-06-03T08:18:00.636Z | false Rx CDR Enabled: Yes falseYes |
| 3196 | 2026-06-03T08:18:00.636Z | YesRx Auto-squelch Disable: true Yes |
| 3197 | 2026-06-03T08:18:00.636Z | true Tx Enabled: Yes trueYes true |
| 3198 | 2026-06-03T08:18:00.636Z | Yes Tx Output Enabled: trueYes |
| 3199 | 2026-06-03T08:18:00.636Z | true Tx Loss-of-lock: No true Notrue |
| 3200 | 2026-06-03T08:18:00.636Z | No Tx Output Status: invalidNo |
| 3201 | 2026-06-03T08:18:00.636Z | invalid Tx Loss-of-signal: No invalid Noinvalid |
| 3202 | 2026-06-03T08:18:00.636Z | No Tx Loss-of-lock: false Nofalse |
| 3203 | 2026-06-03T08:18:00.636Z | false Tx CDR Enabled: No false |
| 3204 | 2026-06-03T08:18:00.636Z | No Tx Loss-of-signal: true No trueNo |
| 3205 | 2026-06-03T08:18:00.636Z | true Tx Adaptive EQ Fault: Notrue |
| 3206 | 2026-06-03T08:18:00.636Z | No Tx Auto-squelch Disable: false No false No |
| 3207 | 2026-06-03T08:18:00.637Z | false Tx Fault: Yes false |
| 3208 | 2026-06-03T08:18:00.637Z | Yes Tx Adaptive EQ Fail: true trueYes trueYes |
| 3209 | 2026-06-03T08:18:00.637Z | true |
| 3210 | 2026-06-03T08:18:00.637Z | Tx Failure: false false false false |
| 3211 | 2026-06-03T08:18:00.637Z | Tx Force Squelch: true true true true |
| 3212 | 2026-06-03T08:18:00.637Z | Tx Input Polarity: normal normal normal normal |
| 3213 | 2026-06-03T08:18:00.637Z | test switchport::test::test_print_cmis_datapath ... ok |
| 3214 | 2026-06-03T08:18:00.637Z | test switchport::test::test_print_sff_datapath ... ok |
| 3215 | 2026-06-03T08:18:00.637Z | |
| 3216 | 2026-06-03T08:18:00.637Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3217 | 2026-06-03T08:18:00.637Z | |
| 3218 | 2026-06-03T08:18:00.637Z | Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4) |
| 3219 | 2026-06-03T08:18:00.669Z | |
| 3220 | 2026-06-03T08:18:00.669Z | running 1 test |
| 3221 | 2026-06-03T08:18:00.669Z | test test_p4_counter_list ... ignored |
| 3222 | 2026-06-03T08:18:00.669Z | |
| 3223 | 2026-06-03T08:18:00.669Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3224 | 2026-06-03T08:18:00.669Z | |
| 3225 | 2026-06-03T08:18:00.669Z | Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269) |
| 3226 | 2026-06-03T08:18:00.669Z | |
| 3227 | 2026-06-03T08:18:00.669Z | running 5 tests |
| 3228 | 2026-06-03T08:18:00.669Z | test test_an ... ignored |
| 3229 | 2026-06-03T08:18:00.669Z | test test_enable ... ignored |
| 3230 | 2026-06-03T08:18:00.669Z | test test_ip_addresses ... ignored |
| 3231 | 2026-06-03T08:18:00.669Z | test test_kr ... ignored |
| 3232 | 2026-06-03T08:18:00.669Z | test test_mac ... ignored |
| 3233 | 2026-06-03T08:18:00.669Z | |
| 3234 | 2026-06-03T08:18:00.669Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3235 | 2026-06-03T08:18:00.670Z | |
| 3236 | 2026-06-03T08:18:00.670Z | Running unittests src/main.rs (target/debug/deps/tfportd-220c00d1be4e28a3) |
| 3237 | 2026-06-03T08:18:00.670Z | |
| 3238 | 2026-06-03T08:18:00.670Z | running 3 tests |
| 3239 | 2026-06-03T08:18:00.670Z | test linklocal::test_parse_ipadm ... ok |
| 3240 | 2026-06-03T08:18:00.670Z | test tfport::test_parse_tfport ... ok |
| 3241 | 2026-06-03T08:18:00.670Z | test config::tests::test_updates ... ok |
| 3242 | 2026-06-03T08:18:00.670Z | |
| 3243 | 2026-06-03T08:18:00.670Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3244 | 2026-06-03T08:18:00.670Z | |
| 3245 | 2026-06-03T08:18:00.670Z | Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de) |
| 3246 | 2026-06-03T08:18:00.670Z | |
| 3247 | 2026-06-03T08:18:00.670Z | running 0 tests |
| 3248 | 2026-06-03T08:18:00.670Z | |
| 3249 | 2026-06-03T08:18:00.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3250 | 2026-06-03T08:18:00.670Z | |
| 3251 | 2026-06-03T08:18:00.670Z | Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0) |
| 3252 | 2026-06-03T08:18:00.670Z | |
| 3253 | 2026-06-03T08:18:00.670Z | running 0 tests |
| 3254 | 2026-06-03T08:18:00.670Z | |
| 3255 | 2026-06-03T08:18:00.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3256 | 2026-06-03T08:18:00.670Z | |
| 3257 | 2026-06-03T08:18:00.670Z | Doc-tests aal |
| 3258 | 2026-06-03T08:18:00.799Z | |
| 3259 | 2026-06-03T08:18:00.799Z | running 0 tests |
| 3260 | 2026-06-03T08:18:00.799Z | |
| 3261 | 2026-06-03T08:18:00.799Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3262 | 2026-06-03T08:18:00.799Z | |
| 3263 | 2026-06-03T08:18:00.846Z | Doc-tests aal_macros |
| 3264 | 2026-06-03T08:18:00.883Z | |
| 3265 | 2026-06-03T08:18:00.883Z | running 0 tests |
| 3266 | 2026-06-03T08:18:00.883Z | |
| 3267 | 2026-06-03T08:18:00.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3268 | 2026-06-03T08:18:00.883Z | |
| 3269 | 2026-06-03T08:18:00.902Z | Doc-tests common |
| 3270 | 2026-06-03T08:18:01.130Z | |
| 3271 | 2026-06-03T08:18:01.130Z | running 0 tests |
| 3272 | 2026-06-03T08:18:01.130Z | |
| 3273 | 2026-06-03T08:18:01.130Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3274 | 2026-06-03T08:18:01.130Z | |
| 3275 | 2026-06-03T08:18:01.145Z | Doc-tests dpd_api |
| 3276 | 2026-06-03T08:18:01.922Z | |
| 3277 | 2026-06-03T08:18:01.922Z | running 2 tests |
| 3278 | 2026-06-03T08:18:01.922Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 3279 | 2026-06-03T08:18:01.922Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 3280 | 2026-06-03T08:18:01.922Z | |
| 3281 | 2026-06-03T08:18:01.922Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3282 | 2026-06-03T08:18:01.922Z | |
| 3283 | 2026-06-03T08:18:01.940Z | Doc-tests dpd_client |
| 3284 | 2026-06-03T08:18:03.234Z | |
| 3285 | 2026-06-03T08:18:03.234Z | running 0 tests |
| 3286 | 2026-06-03T08:18:03.234Z | |
| 3287 | 2026-06-03T08:18:03.235Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3288 | 2026-06-03T08:18:03.235Z | |
| 3289 | 2026-06-03T08:18:03.265Z | Doc-tests dpd_types |
| 3290 | 2026-06-03T08:18:03.483Z | |
| 3291 | 2026-06-03T08:18:03.483Z | running 0 tests |
| 3292 | 2026-06-03T08:18:03.483Z | |
| 3293 | 2026-06-03T08:18:03.483Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3294 | 2026-06-03T08:18:03.483Z | |
| 3295 | 2026-06-03T08:18:03.509Z | Doc-tests dpd_types_versions |
| 3296 | 2026-06-03T08:18:04.738Z | |
| 3297 | 2026-06-03T08:18:04.738Z | running 1 test |
| 3298 | 2026-06-03T08:18:04.738Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 3299 | 2026-06-03T08:18:04.738Z | |
| 3300 | 2026-06-03T08:18:04.738Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3301 | 2026-06-03T08:18:04.738Z | |
| 3302 | 2026-06-03T08:18:04.784Z | Doc-tests packet |
| 3303 | 2026-06-03T08:18:04.897Z | |
| 3304 | 2026-06-03T08:18:04.897Z | running 0 tests |
| 3305 | 2026-06-03T08:18:04.897Z | |
| 3306 | 2026-06-03T08:18:04.897Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3307 | 2026-06-03T08:18:04.897Z | |
| 3308 | 2026-06-03T08:18:04.915Z | Doc-tests pcap |
| 3309 | 2026-06-03T08:18:04.971Z | |
| 3310 | 2026-06-03T08:18:04.971Z | running 0 tests |
| 3311 | 2026-06-03T08:18:04.971Z | |
| 3312 | 2026-06-03T08:18:04.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3313 | 2026-06-03T08:18:04.971Z | |
| 3314 | 2026-06-03T08:18:05.025Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 3315 | 2026-06-03T08:18:05.025Z | + RUST_BACKTRACE=full |
| 3316 | 2026-06-03T08:18:05.025Z | + cargo test --features chaos --no-fail-fast |
| 3317 | 2026-06-03T08:18:05.619Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 3318 | 2026-06-03T08:18:05.697Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 3319 | 2026-06-03T08:18:05.706Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 3320 | 2026-06-03T08:18:14.113Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 3321 | 2026-06-03T08:18:14.911Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 3322 | 2026-06-03T08:18:49.710Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.67s |
| 3323 | 2026-06-03T08:18:49.836Z | Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759) |
| 3324 | 2026-06-03T08:18:49.841Z | |
| 3325 | 2026-06-03T08:18:49.841Z | running 5 tests |
| 3326 | 2026-06-03T08:18:49.845Z | test fuse::tests::chip_revision_b0 ... ok |
| 3327 | 2026-06-03T08:18:49.846Z | test fuse::tests::chip_revision_b1 ... ok |
| 3328 | 2026-06-03T08:18:49.846Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 3329 | 2026-06-03T08:18:49.846Z | test fuse::tests::chip_revision_a0 ... ok |
| 3330 | 2026-06-03T08:18:49.846Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 3331 | 2026-06-03T08:18:49.846Z | |
| 3332 | 2026-06-03T08:18:49.846Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3333 | 2026-06-03T08:18:49.846Z | |
| 3334 | 2026-06-03T08:18:49.846Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 3335 | 2026-06-03T08:18:49.849Z | |
| 3336 | 2026-06-03T08:18:49.849Z | running 0 tests |
| 3337 | 2026-06-03T08:18:49.849Z | |
| 3338 | 2026-06-03T08:18:49.849Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3339 | 2026-06-03T08:18:49.849Z | |
| 3340 | 2026-06-03T08:18:49.849Z | Running unittests src/lib.rs (target/debug/deps/asic-b00141bc96da3303) |
| 3341 | 2026-06-03T08:18:49.854Z | |
| 3342 | 2026-06-03T08:18:49.854Z | running 0 tests |
| 3343 | 2026-06-03T08:18:49.854Z | |
| 3344 | 2026-06-03T08:18:49.857Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3345 | 2026-06-03T08:18:49.857Z | |
| 3346 | 2026-06-03T08:18:49.857Z | Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9) |
| 3347 | 2026-06-03T08:18:49.862Z | |
| 3348 | 2026-06-03T08:18:49.862Z | running 10 tests |
| 3349 | 2026-06-03T08:18:49.864Z | test network::tests::test_equal ... ok |
| 3350 | 2026-06-03T08:18:49.864Z | test network::tests::test_into ... ok |
| 3351 | 2026-06-03T08:18:49.865Z | test network::tests::test_eui64 ... ok |
| 3352 | 2026-06-03T08:18:49.865Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 3353 | 2026-06-03T08:18:49.865Z | test nat::tests::test_vni ... ok |
| 3354 | 2026-06-03T08:18:49.865Z | test network::tests::test_not_equal ... ok |
| 3355 | 2026-06-03T08:18:49.865Z | test network::tests::test_parse ... ok |
| 3356 | 2026-06-03T08:18:49.865Z | test test_purge ... ok |
| 3357 | 2026-06-03T08:18:49.865Z | test network::tests::test_to_string ... ok |
| 3358 | 2026-06-03T08:18:49.868Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 3359 | 2026-06-03T08:18:49.868Z | |
| 3360 | 2026-06-03T08:18:49.872Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3361 | 2026-06-03T08:18:49.872Z | |
| 3362 | 2026-06-03T08:18:49.872Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3) |
| 3363 | 2026-06-03T08:18:49.897Z | |
| 3364 | 2026-06-03T08:18:49.897Z | running 1 test |
| 3365 | 2026-06-03T08:18:49.902Z | ------- |
| 3366 | 2026-06-03T08:18:49.905Z | Generating OpenAPI documents from API definitions ... |
| 3367 | 2026-06-03T08:18:50.066Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 3368 | 2026-06-03T08:18:50.137Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 3369 | 2026-06-03T08:18:51.156Z | ------- |
| 3370 | 2026-06-03T08:18:51.156Z | Checking 12 OpenAPI documents... |
| 3371 | 2026-06-03T08:18:51.156Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3372 | 2026-06-03T08:18:51.156Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3373 | 2026-06-03T08:18:51.156Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3374 | 2026-06-03T08:18:51.156Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3375 | 2026-06-03T08:18:51.156Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3376 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3377 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3378 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3379 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3380 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3381 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3382 | 2026-06-03T08:18:51.161Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 3383 | 2026-06-03T08:18:51.161Z | Fresh dpd "latest" symlink |
| 3384 | 2026-06-03T08:18:51.161Z | ------- |
| 3385 | 2026-06-03T08:18:51.161Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 3386 | 2026-06-03T08:18:51.227Z | test test::test_apis_up_to_date ... ok |
| 3387 | 2026-06-03T08:18:51.227Z | |
| 3388 | 2026-06-03T08:18:51.227Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 3389 | 2026-06-03T08:18:51.227Z | |
| 3390 | 2026-06-03T08:18:51.289Z | Running unittests src/main.rs (target/debug/deps/dpd-d4f573301fdabdd0) |
| 3391 | 2026-06-03T08:18:51.295Z | |
| 3392 | 2026-06-03T08:18:51.295Z | running 19 tests |
| 3393 | 2026-06-03T08:18:51.298Z | test freemap::test_ordering ... ok |
| 3394 | 2026-06-03T08:18:51.298Z | test config::tests::test_updates ... ok |
| 3395 | 2026-06-03T08:18:51.299Z | test freemap::test_split ... ok |
| 3396 | 2026-06-03T08:18:51.299Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 3397 | 2026-06-03T08:18:51.299Z | test macaddrs::tests::test_mac_offset ... ok |
| 3398 | 2026-06-03T08:18:51.299Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 3399 | 2026-06-03T08:18:51.299Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 3400 | 2026-06-03T08:18:51.302Z | test macaddrs::tests::test_parse_port_id ... ok |
| 3401 | 2026-06-03T08:18:51.302Z | test nat::test_mapping ... ok |
| 3402 | 2026-06-03T08:18:51.302Z | test port_map::tests::dump_map ... ok |
| 3403 | 2026-06-03T08:18:51.302Z | test port_map::tests::test_backplane_group ... ok |
| 3404 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221 DEBG created new freemap, unit: freemap_test |
| 3405 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221Jun 03 08:18:50.221 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 3406 | 2026-06-03T08:18:51.302Z | |
| 3407 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test |
| 3408 | 2026-06-03T08:18:51.302Z | freemap_test |
| 3409 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221 DEBG reset freemap, unit: freemap_test |
| 3410 | 2026-06-03T08:18:51.302Z | test port_map::tests::test_port_map ... ok |
| 3411 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test |
| 3412 | 2026-06-03T08:18:51.302Z | test freemap::test_exhaustion ... ok |
| 3413 | 2026-06-03T08:18:51.302Z | |
| 3414 | 2026-06-03T08:18:51.302Z | test freemap::test_basic ... ok |
| 3415 | 2026-06-03T08:18:51.302Z | Jun 03 08:18:50.221 DEBGJun 03 08:18:50.221 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 3416 | 2026-06-03T08:18:51.302Z | freemap_test |
| 3417 | 2026-06-03T08:18:51.303Z | Jun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 3418 | 2026-06-03T08:18:51.303Z | freemap_test |
| 3419 | 2026-06-03T08:18:51.303Z | test freemap::test_reclaim ... ok |
| 3420 | 2026-06-03T08:18:51.303Z | test freemap::test_free ... ok |
| 3421 | 2026-06-03T08:18:51.303Z | Jun 03 08:18:50.222 DEBG created new freemap, unit: freemap_test |
| 3422 | 2026-06-03T08:18:51.303Z | Jun 03 08:18:50.222 DEBG initted freemap. size: 128, unit: freemap_test |
| 3423 | 2026-06-03T08:18:51.303Z | Jun 03 08:18:50.222 DEBG reset freemap, unit: freemap_test |
| 3424 | 2026-06-03T08:18:51.303Z | test freemap::test_span ... ok |
| 3425 | 2026-06-03T08:18:51.303Z | test api_server::tests::test_build_info ... ok |
| 3426 | 2026-06-03T08:18:51.303Z | test port_map::tests::parse_softnpu_revision ... ok |
| 3427 | 2026-06-03T08:18:51.303Z | |
| 3428 | 2026-06-03T08:18:51.303Z | test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 3429 | 2026-06-03T08:18:51.303Z | |
| 3430 | 2026-06-03T08:18:51.306Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-f4dda58fb1a79de7) |
| 3431 | 2026-06-03T08:18:51.310Z | |
| 3432 | 2026-06-03T08:18:51.310Z | running 0 tests |
| 3433 | 2026-06-03T08:18:51.310Z | |
| 3434 | 2026-06-03T08:18:51.314Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3435 | 2026-06-03T08:18:51.314Z | |
| 3436 | 2026-06-03T08:18:51.314Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7) |
| 3437 | 2026-06-03T08:18:51.317Z | |
| 3438 | 2026-06-03T08:18:51.317Z | running 0 tests |
| 3439 | 2026-06-03T08:18:51.317Z | |
| 3440 | 2026-06-03T08:18:51.317Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3441 | 2026-06-03T08:18:51.317Z | |
| 3442 | 2026-06-03T08:18:51.317Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-b8aafbaf11c1d24d) |
| 3443 | 2026-06-03T08:18:51.320Z | |
| 3444 | 2026-06-03T08:18:51.320Z | running 6 tests |
| 3445 | 2026-06-03T08:18:51.323Z | test tests::test_full_lot_id_lot_only ... ok |
| 3446 | 2026-06-03T08:18:51.323Z | test tests::test_full_lot_id_neither_present ... ok |
| 3447 | 2026-06-03T08:18:51.323Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 3448 | 2026-06-03T08:18:51.323Z | test tests::test_parse_client_port_id ... ok |
| 3449 | 2026-06-03T08:18:51.323Z | test tests::test_full_lot_id_both_present ... ok |
| 3450 | 2026-06-03T08:18:51.323Z | test tests::test_port_id_cmp ... ok |
| 3451 | 2026-06-03T08:18:51.323Z | |
| 3452 | 2026-06-03T08:18:51.323Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3453 | 2026-06-03T08:18:51.323Z | |
| 3454 | 2026-06-03T08:18:51.323Z | Running tests/test_all.rs (target/debug/deps/test_all-abc7cb757e33f44c) |
| 3455 | 2026-06-03T08:18:51.326Z | |
| 3456 | 2026-06-03T08:18:51.326Z | running 6 tests |
| 3457 | 2026-06-03T08:18:54.336Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 3458 | 2026-06-03T08:18:54.340Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 3459 | 2026-06-03T08:18:54.340Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 3460 | 2026-06-03T08:18:54.345Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 3461 | 2026-06-03T08:18:54.676Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 3462 | 2026-06-03T08:19:02.533Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... FAILED |
| 3463 | 2026-06-03T08:19:02.533Z | |
| 3464 | 2026-06-03T08:19:02.533Z | failures: |
| 3465 | 2026-06-03T08:19:02.539Z | |
| 3466 | 2026-06-03T08:19:02.539Z | ---- chaos_tests::port_settings::test_port_settings_txn_sweep stdout ---- |
| 3467 | 2026-06-03T08:19:02.539Z | writing dpd stdout to /tmp/txn-sweep-dpd.stdout |
| 3468 | 2026-06-03T08:19:02.539Z | writing dpd stderr to /tmp/txn-sweep-dpd.stderr |
| 3469 | 2026-06-03T08:19:02.539Z | Jun 03 08:18:53.252 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3470 | 2026-06-03T08:19:02.539Z | Jun 03 08:18:53.256 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8139a601-8d5d-4cf4-9127-ead14e57fcc1", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3471 | 2026-06-03T08:19:02.539Z | current/target: Diff < left / right > : |
| 3472 | 2026-06-03T08:19:02.539Z | PortSettings { |
| 3473 | 2026-06-03T08:19:02.539Z | < links: {}, |
| 3474 | 2026-06-03T08:19:02.539Z | > links: { |
| 3475 | 2026-06-03T08:19:02.539Z | > "0": LinkSettings { |
| 3476 | 2026-06-03T08:19:02.539Z | > addrs: [ |
| 3477 | 2026-06-03T08:19:02.539Z | > 89.34.200.7, |
| 3478 | 2026-06-03T08:19:02.540Z | > 163.182.101.53, |
| 3479 | 2026-06-03T08:19:02.540Z | > 235.64.62.226, |
| 3480 | 2026-06-03T08:19:02.540Z | > 243.144.130.41, |
| 3481 | 2026-06-03T08:19:02.540Z | > 3f86:aee9:fb0f:aab8:9081:684a:4eca:76e8, |
| 3482 | 2026-06-03T08:19:02.540Z | > 52b6:2d93:b957:adf0:e49a:9d67:925b:9d22, |
| 3483 | 2026-06-03T08:19:02.540Z | > 6dca:ad62:a97:110e:f2d5:af28:108d:5334, |
| 3484 | 2026-06-03T08:19:02.540Z | > 80c5:e718:6b51:389b:30c3:1fff:25dc:cdd, |
| 3485 | 2026-06-03T08:19:02.540Z | > 85a1:52d0:7a83:e44e:5cd8:e610:7065:c533, |
| 3486 | 2026-06-03T08:19:02.540Z | > 922d:977a:417b:6b6f:5e14:2b0f:223d:fba8, |
| 3487 | 2026-06-03T08:19:02.540Z | > af16:b7a3:86a3:4794:9e7e:d65b:82f3:273b, |
| 3488 | 2026-06-03T08:19:02.540Z | > ], |
| 3489 | 2026-06-03T08:19:02.540Z | > params: LinkCreate { |
| 3490 | 2026-06-03T08:19:02.540Z | > autoneg: true, |
| 3491 | 2026-06-03T08:19:02.540Z | > fec: Some( |
| 3492 | 2026-06-03T08:19:02.540Z | > None, |
| 3493 | 2026-06-03T08:19:02.540Z | > ), |
| 3494 | 2026-06-03T08:19:02.540Z | > kr: true, |
| 3495 | 2026-06-03T08:19:02.540Z | > lane: Some( |
| 3496 | 2026-06-03T08:19:02.540Z | > LinkId( |
| 3497 | 2026-06-03T08:19:02.540Z | > 0, |
| 3498 | 2026-06-03T08:19:02.540Z | > ), |
| 3499 | 2026-06-03T08:19:02.540Z | > ), |
| 3500 | 2026-06-03T08:19:02.540Z | > speed: Speed100G, |
| 3501 | 2026-06-03T08:19:02.540Z | > tx_eq: None, |
| 3502 | 2026-06-03T08:19:02.540Z | > }, |
| 3503 | 2026-06-03T08:19:02.540Z | > }, |
| 3504 | 2026-06-03T08:19:02.540Z | > }, |
| 3505 | 2026-06-03T08:19:02.540Z | } |
| 3506 | 2026-06-03T08:19:02.541Z | Jun 03 08:18:53.257 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3507 | 2026-06-03T08:19:02.541Z | Jun 03 08:18:53.258 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "126cbacc-83cd-440f-9739-26df40122f40", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3508 | 2026-06-03T08:19:02.541Z | Jun 03 08:18:53.258 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3509 | 2026-06-03T08:19:02.541Z | Jun 03 08:18:53.258 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1f17056a-8af0-4d33-993a-f2eb9a0b1ed9", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3510 | 2026-06-03T08:19:02.541Z | operation failed, settings remained as expectedJun 03 08:18:53.258 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3511 | 2026-06-03T08:19:02.541Z | current/target: Diff < left / right > : |
| 3512 | 2026-06-03T08:19:02.541Z | PortSettings { |
| 3513 | 2026-06-03T08:19:02.541Z | < links: {}, |
| 3514 | 2026-06-03T08:19:02.541Z | > links: { |
| 3515 | 2026-06-03T08:19:02.541Z | > "0": LinkSettings { |
| 3516 | 2026-06-03T08:19:02.541Z | > addrs: [ |
| 3517 | 2026-06-03T08:19:02.541Z | > 64.123.117.2, |
| 3518 | 2026-06-03T08:19:02.541Z | > 76.219.50.22, |
| 3519 | 2026-06-03T08:19:02.541Z | > 78.35.129.247, |
| 3520 | 2026-06-03T08:19:02.541Z | > 167.1.158.234, |
| 3521 | 2026-06-03T08:19:02.541Z | > 182.90.137.203, |
| 3522 | 2026-06-03T08:19:02.541Z | > 197.158.245.170, |
| 3523 | 2026-06-03T08:19:02.541Z | > 203.206.140.156, |
| 3524 | 2026-06-03T08:19:02.541Z | > 210.107.140.198, |
| 3525 | 2026-06-03T08:19:02.541Z | > 221.150.86.39, |
| 3526 | 2026-06-03T08:19:02.541Z | > 226.53.60.234, |
| 3527 | 2026-06-03T08:19:02.541Z | > 227.22.113.66, |
| 3528 | 2026-06-03T08:19:02.541Z | > 10cf:55f8:4c8:ce34:ff9d:c8f9:9227:6136, |
| 3529 | 2026-06-03T08:19:02.541Z | > 1a4d:4049:c02b:9fa6:2cd5:3bfa:2f66:258f, |
| 3530 | 2026-06-03T08:19:02.541Z | > 23ea:2b55:c6ae:53cf:5f99:9d3a:9aa7:b3ba, |
| 3531 | 2026-06-03T08:19:02.541Z | > 3793:3211:222f:cf54:abe7:ed0:592c:fab8, |
| 3532 | 2026-06-03T08:19:02.541Z | > 3a63:3b36:6b15:3bdc:706:abc1:5221:3ce8, |
| 3533 | 2026-06-03T08:19:02.541Z | > 819e:4b09:2fe0:de9f:fcbc:dd90:a821:c2d1, |
| 3534 | 2026-06-03T08:19:02.541Z | > 9139:4f4c:eedb:b64a:1a2c:9ef6:fea4:7a18, |
| 3535 | 2026-06-03T08:19:02.541Z | > c9d5:7897:be00:4b9:a84d:97c:2b8b:3a5d, |
| 3536 | 2026-06-03T08:19:02.541Z | > d188:26cd:df62:927c:52b9:9221:cc3d:2d21, |
| 3537 | 2026-06-03T08:19:02.541Z | > de8a:a7f3:4e52:b174:5f74:b617:b1e1:88ad, |
| 3538 | 2026-06-03T08:19:02.541Z | > ], |
| 3539 | 2026-06-03T08:19:02.541Z | > params: LinkCreate { |
| 3540 | 2026-06-03T08:19:02.541Z | > autoneg: false, |
| 3541 | 2026-06-03T08:19:02.541Z | > fec: Some( |
| 3542 | 2026-06-03T08:19:02.541Z | > None, |
| 3543 | 2026-06-03T08:19:02.541Z | > ), |
| 3544 | 2026-06-03T08:19:02.541Z | > kr: true, |
| 3545 | 2026-06-03T08:19:02.542Z | > lane: Some( |
| 3546 | 2026-06-03T08:19:02.542Z | > LinkId( |
| 3547 | 2026-06-03T08:19:02.542Z | > 0, |
| 3548 | 2026-06-03T08:19:02.542Z | > ), |
| 3549 | 2026-06-03T08:19:02.542Z | > ), |
| 3550 | 2026-06-03T08:19:02.542Z | > speed: Speed100G, |
| 3551 | 2026-06-03T08:19:02.542Z | > tx_eq: None, |
| 3552 | 2026-06-03T08:19:02.542Z | > }, |
| 3553 | 2026-06-03T08:19:02.542Z | > }, |
| 3554 | 2026-06-03T08:19:02.542Z | > }, |
| 3555 | 2026-06-03T08:19:02.542Z | } |
| 3556 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.259 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fccfc8d3-511c-477f-85e1-e1359d637685", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3557 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.259 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3558 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.260 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "4a734bd0-3445-44f6-ad56-9d0a6b6c5da0", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3559 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.260 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3560 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.260 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c12a43f1-b04a-4393-9c81-4f236f66b623", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })operation failed, settings remained as expected |
| 3561 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.260 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3562 | 2026-06-03T08:19:02.542Z | Jun 03 08:18:53.261 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3e9f0326-0461-495c-aaf9-fd15a94632a4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3563 | 2026-06-03T08:19:02.542Z | current/target: Diff < left / right > : |
| 3564 | 2026-06-03T08:19:02.542Z | PortSettings { |
| 3565 | 2026-06-03T08:19:02.547Z | < links: {}, |
| 3566 | 2026-06-03T08:19:02.547Z | > links: { |
| 3567 | 2026-06-03T08:19:02.547Z | > "0": LinkSettings { |
| 3568 | 2026-06-03T08:19:02.547Z | > addrs: [ |
| 3569 | 2026-06-03T08:19:02.547Z | > 15.253.178.96, |
| 3570 | 2026-06-03T08:19:02.547Z | > 43.106.238.118, |
| 3571 | 2026-06-03T08:19:02.547Z | > 61.90.146.218, |
| 3572 | 2026-06-03T08:19:02.547Z | > 99.113.81.13, |
| 3573 | 2026-06-03T08:19:02.547Z | > 140.136.64.2, |
| 3574 | 2026-06-03T08:19:02.547Z | > 155.210.24.16, |
| 3575 | 2026-06-03T08:19:02.547Z | > 172.100.79.236, |
| 3576 | 2026-06-03T08:19:02.547Z | > 239.170.48.64, |
| 3577 | 2026-06-03T08:19:02.547Z | > 1a58:316d:c0e3:c8d2:b46f:b73f:13a3:2faf, |
| 3578 | 2026-06-03T08:19:02.547Z | > 3a96:1a51:578e:5303:a07a:f254:8a6:2c99, |
| 3579 | 2026-06-03T08:19:02.547Z | > 43f0:8074:4bac:642f:79c1:47b1:488a:56b7, |
| 3580 | 2026-06-03T08:19:02.547Z | > 6377:1fd2:760d:18c8:94d1:6409:414e:1d3a, |
| 3581 | 2026-06-03T08:19:02.547Z | > 76bd:7e03:5c7a:a4db:2050:1182:2b4f:999a, |
| 3582 | 2026-06-03T08:19:02.547Z | > 7fa7:b06c:6f71:77c1:7b4a:e398:15d1:68e3, |
| 3583 | 2026-06-03T08:19:02.547Z | > 87d4:e336:e6c7:b2ef:f138:9977:37e5:2053, |
| 3584 | 2026-06-03T08:19:02.547Z | > aea5:b8a8:fc46:6f3d:52e2:99aa:6182:62ff, |
| 3585 | 2026-06-03T08:19:02.547Z | > ea42:aa64:7c44:8fbd:d5f5:97b:8915:fa57, |
| 3586 | 2026-06-03T08:19:02.547Z | > ee73:c33c:31b1:baf5:b1bf:8a07:d92:7515, |
| 3587 | 2026-06-03T08:19:02.547Z | > ], |
| 3588 | 2026-06-03T08:19:02.547Z | > params: LinkCreate { |
| 3589 | 2026-06-03T08:19:02.547Z | > autoneg: true, |
| 3590 | 2026-06-03T08:19:02.547Z | > fec: Some( |
| 3591 | 2026-06-03T08:19:02.547Z | > None, |
| 3592 | 2026-06-03T08:19:02.548Z | > ), |
| 3593 | 2026-06-03T08:19:02.548Z | > kr: false, |
| 3594 | 2026-06-03T08:19:02.548Z | > lane: Some( |
| 3595 | 2026-06-03T08:19:02.548Z | > LinkId( |
| 3596 | 2026-06-03T08:19:02.548Z | > 0, |
| 3597 | 2026-06-03T08:19:02.548Z | > ), |
| 3598 | 2026-06-03T08:19:02.548Z | > ), |
| 3599 | 2026-06-03T08:19:02.548Z | > speed: Speed100G, |
| 3600 | 2026-06-03T08:19:02.548Z | > tx_eq: None, |
| 3601 | 2026-06-03T08:19:02.548Z | > }, |
| 3602 | 2026-06-03T08:19:02.548Z | > }, |
| 3603 | 2026-06-03T08:19:02.548Z | > }, |
| 3604 | 2026-06-03T08:19:02.548Z | } |
| 3605 | 2026-06-03T08:19:02.548Z | Jun 03 08:18:53.261 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3606 | 2026-06-03T08:19:02.548Z | Jun 03 08:18:53.261 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "e5f04df8-e514-4407-a7ca-d4cb6ce4d61d", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3607 | 2026-06-03T08:19:02.548Z | Jun 03 08:18:53.262 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3608 | 2026-06-03T08:19:02.548Z | Jun 03 08:18:53.262 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "58c8aa52-7017-4c4d-ab42-e68ef3abf4d6", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3609 | 2026-06-03T08:19:02.548Z | operation failed, settings remained as expectedJun 03 08:18:53.262 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3610 | 2026-06-03T08:19:02.548Z | Jun 03 08:18:53.263 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "70947686-e9e8-49bc-a6d4-ab34dbeedd84", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3611 | 2026-06-03T08:19:02.548Z | current/target: Diff < left / right > : |
| 3612 | 2026-06-03T08:19:02.548Z | PortSettings { |
| 3613 | 2026-06-03T08:19:02.548Z | < links: {}, |
| 3614 | 2026-06-03T08:19:02.548Z | > links: { |
| 3615 | 2026-06-03T08:19:02.548Z | > "0": LinkSettings { |
| 3616 | 2026-06-03T08:19:02.548Z | > addrs: [ |
| 3617 | 2026-06-03T08:19:02.548Z | > 80.17.153.179, |
| 3618 | 2026-06-03T08:19:02.548Z | > 82.57.74.70, |
| 3619 | 2026-06-03T08:19:02.548Z | > 93.70.109.37, |
| 3620 | 2026-06-03T08:19:02.548Z | > 148.207.177.129, |
| 3621 | 2026-06-03T08:19:02.548Z | > 169.191.157.248, |
| 3622 | 2026-06-03T08:19:02.548Z | > 183.34.96.253, |
| 3623 | 2026-06-03T08:19:02.548Z | > 195.196.131.213, |
| 3624 | 2026-06-03T08:19:02.548Z | > 9c0:5f8e:4952:60ce:1529:558e:1ad1:f047, |
| 3625 | 2026-06-03T08:19:02.548Z | > 1bd9:58a9:3969:7ce:37b1:c4fd:6919:b7c7, |
| 3626 | 2026-06-03T08:19:02.548Z | > 1d05:d94:67e2:13fb:696:48c:8ad1:7530, |
| 3627 | 2026-06-03T08:19:02.548Z | > 22c1:90c9:1c85:f79d:b8ce:80f9:cc95:6da0, |
| 3628 | 2026-06-03T08:19:02.548Z | > 39b2:7c28:8011:d16b:614:4824:2bf0:b1e5, |
| 3629 | 2026-06-03T08:19:02.548Z | > 423b:810b:ed3b:fcb6:a54b:b88e:e8a:6457, |
| 3630 | 2026-06-03T08:19:02.548Z | > 4f83:6d60:22ad:569c:c063:9afb:e2b3:d577, |
| 3631 | 2026-06-03T08:19:02.548Z | > 687c:7268:ab57:4fba:9ad:2576:f4fc:5ceb, |
| 3632 | 2026-06-03T08:19:02.549Z | > adec:f75e:5ae9:536b:76c2:3776:a9e:5a78, |
| 3633 | 2026-06-03T08:19:02.549Z | > c7b1:8d53:1b0d:9770:fd3b:f174:3deb:722a, |
| 3634 | 2026-06-03T08:19:02.549Z | > d247:f05c:9edf:3188:9d5f:63e5:ebcd:ed65, |
| 3635 | 2026-06-03T08:19:02.549Z | > da5f:6f87:eddc:1a3e:9dc3:c978:d001:cf1a, |
| 3636 | 2026-06-03T08:19:02.549Z | > de3f:49d:24d6:706e:12a2:568e:90b8:9415, |
| 3637 | 2026-06-03T08:19:02.549Z | > f1df:cfe4:f801:d1d2:cfe2:c63e:631:885c, |
| 3638 | 2026-06-03T08:19:02.549Z | > ], |
| 3639 | 2026-06-03T08:19:02.549Z | > params: LinkCreate { |
| 3640 | 2026-06-03T08:19:02.549Z | > autoneg: false, |
| 3641 | 2026-06-03T08:19:02.549Z | > fec: Some( |
| 3642 | 2026-06-03T08:19:02.549Z | > None, |
| 3643 | 2026-06-03T08:19:02.549Z | > ), |
| 3644 | 2026-06-03T08:19:02.549Z | > kr: false, |
| 3645 | 2026-06-03T08:19:02.549Z | > lane: Some( |
| 3646 | 2026-06-03T08:19:02.549Z | > LinkId( |
| 3647 | 2026-06-03T08:19:02.549Z | > 0, |
| 3648 | 2026-06-03T08:19:02.549Z | > ), |
| 3649 | 2026-06-03T08:19:02.549Z | > ), |
| 3650 | 2026-06-03T08:19:02.549Z | > speed: Speed100G, |
| 3651 | 2026-06-03T08:19:02.549Z | > tx_eq: None, |
| 3652 | 2026-06-03T08:19:02.549Z | > }, |
| 3653 | 2026-06-03T08:19:02.549Z | > }, |
| 3654 | 2026-06-03T08:19:02.549Z | > }, |
| 3655 | 2026-06-03T08:19:02.549Z | } |
| 3656 | 2026-06-03T08:19:02.549Z | Jun 03 08:18:53.263 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3657 | 2026-06-03T08:19:02.549Z | Jun 03 08:18:53.263 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c3000537-555d-480d-800b-92ed1f3218b4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3658 | 2026-06-03T08:19:02.549Z | Jun 03 08:18:53.263 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3659 | 2026-06-03T08:19:02.549Z | Jun 03 08:18:53.264 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7339f412-8555-4633-a896-313937bd5c50", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3660 | 2026-06-03T08:19:02.549Z | operation failed, settings remained as expectedJun 03 08:18:53.264 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3661 | 2026-06-03T08:19:02.549Z | Jun 03 08:18:53.264 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f32a912e-90be-4cd4-863e-1a0d66b37c8c", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3662 | 2026-06-03T08:19:02.549Z | current/target: Diff < left / right > : |
| 3663 | 2026-06-03T08:19:02.549Z | PortSettings { |
| 3664 | 2026-06-03T08:19:02.549Z | < links: {}, |
| 3665 | 2026-06-03T08:19:02.553Z | > links: { |
| 3666 | 2026-06-03T08:19:02.553Z | > "0": LinkSettings { |
| 3667 | 2026-06-03T08:19:02.553Z | > addrs: [ |
| 3668 | 2026-06-03T08:19:02.553Z | > 51.38.105.91, |
| 3669 | 2026-06-03T08:19:02.553Z | > 70.3.213.48, |
| 3670 | 2026-06-03T08:19:02.553Z | > 98.179.136.8, |
| 3671 | 2026-06-03T08:19:02.553Z | > 112.10.150.67, |
| 3672 | 2026-06-03T08:19:02.553Z | > 144.219.59.180, |
| 3673 | 2026-06-03T08:19:02.553Z | > 209.143.198.10, |
| 3674 | 2026-06-03T08:19:02.554Z | > 222.196.230.79, |
| 3675 | 2026-06-03T08:19:02.554Z | > 235.124.101.242, |
| 3676 | 2026-06-03T08:19:02.554Z | > 247.169.167.66, |
| 3677 | 2026-06-03T08:19:02.554Z | > 235:a8ce:744c:455c:6454:fc5a:92c1:b0e3, |
| 3678 | 2026-06-03T08:19:02.554Z | > 49d:7a74:476a:e7ed:2c9d:3812:54a7:3330, |
| 3679 | 2026-06-03T08:19:02.554Z | > 2093:2a51:1877:455a:bd74:dd85:5c9b:d49c, |
| 3680 | 2026-06-03T08:19:02.554Z | > 3b41:5b04:b190:8dc0:10ed:f0c6:79d1:4c1a, |
| 3681 | 2026-06-03T08:19:02.554Z | > 4b04:e384:2fac:5d67:305a:b5ac:5a6d:4a5a, |
| 3682 | 2026-06-03T08:19:02.554Z | > 54ae:aa8c:6f1:41b6:e94b:96ad:9a97:6db6, |
| 3683 | 2026-06-03T08:19:02.554Z | > 7c20:e641:267b:d56a:6421:40ec:542f:c610, |
| 3684 | 2026-06-03T08:19:02.554Z | > ea77:d241:37fe:8c2f:cb2:ceb8:d784:f1fd, |
| 3685 | 2026-06-03T08:19:02.554Z | > f17a:171:4d22:5e00:afcd:c3f4:5f8d:ec15, |
| 3686 | 2026-06-03T08:19:02.554Z | > ], |
| 3687 | 2026-06-03T08:19:02.554Z | > params: LinkCreate { |
| 3688 | 2026-06-03T08:19:02.554Z | > autoneg: false, |
| 3689 | 2026-06-03T08:19:02.554Z | > fec: Some( |
| 3690 | 2026-06-03T08:19:02.554Z | > None, |
| 3691 | 2026-06-03T08:19:02.554Z | > ), |
| 3692 | 2026-06-03T08:19:02.554Z | > kr: false, |
| 3693 | 2026-06-03T08:19:02.554Z | > lane: Some( |
| 3694 | 2026-06-03T08:19:02.554Z | > LinkId( |
| 3695 | 2026-06-03T08:19:02.554Z | > 0, |
| 3696 | 2026-06-03T08:19:02.554Z | > ), |
| 3697 | 2026-06-03T08:19:02.554Z | > ), |
| 3698 | 2026-06-03T08:19:02.554Z | > speed: Speed100G, |
| 3699 | 2026-06-03T08:19:02.554Z | > tx_eq: None, |
| 3700 | 2026-06-03T08:19:02.554Z | > }, |
| 3701 | 2026-06-03T08:19:02.554Z | > }, |
| 3702 | 2026-06-03T08:19:02.554Z | > }, |
| 3703 | 2026-06-03T08:19:02.554Z | } |
| 3704 | 2026-06-03T08:19:02.554Z | Jun 03 08:18:53.264 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3705 | 2026-06-03T08:19:02.554Z | Jun 03 08:18:53.265 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "36c8905b-0af6-4d29-ae27-2e710cada0bf", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3706 | 2026-06-03T08:19:02.554Z | Jun 03 08:18:53.265 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3707 | 2026-06-03T08:19:02.554Z | Jun 03 08:18:53.266 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "78b0142b-ea99-4562-a197-92069f1975db", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3708 | 2026-06-03T08:19:02.554Z | current/target: Diff < left / right > : |
| 3709 | 2026-06-03T08:19:02.554Z | PortSettings { |
| 3710 | 2026-06-03T08:19:02.554Z | < links: {}, |
| 3711 | 2026-06-03T08:19:02.554Z | > links: { |
| 3712 | 2026-06-03T08:19:02.554Z | > "0": LinkSettings { |
| 3713 | 2026-06-03T08:19:02.555Z | > addrs: [ |
| 3714 | 2026-06-03T08:19:02.555Z | > 5.252.218.46, |
| 3715 | 2026-06-03T08:19:02.555Z | > 6.128.162.222, |
| 3716 | 2026-06-03T08:19:02.555Z | > 28.252.99.215, |
| 3717 | 2026-06-03T08:19:02.555Z | > 73.48.254.253, |
| 3718 | 2026-06-03T08:19:02.555Z | > 75.32.219.72, |
| 3719 | 2026-06-03T08:19:02.555Z | > 119.27.231.70, |
| 3720 | 2026-06-03T08:19:02.555Z | > 143.149.239.107, |
| 3721 | 2026-06-03T08:19:02.555Z | > 183.125.92.228, |
| 3722 | 2026-06-03T08:19:02.555Z | > 191.183.40.169, |
| 3723 | 2026-06-03T08:19:02.555Z | > 206.245.222.169, |
| 3724 | 2026-06-03T08:19:02.555Z | > 210.207.47.239, |
| 3725 | 2026-06-03T08:19:02.555Z | > 228.178.3.178, |
| 3726 | 2026-06-03T08:19:02.555Z | > 240.193.184.99, |
| 3727 | 2026-06-03T08:19:02.555Z | > 3986:68a4:c670:851:5845:8194:3850:5338, |
| 3728 | 2026-06-03T08:19:02.555Z | > 39ab:2e84:e8a4:1fb5:144c:8f12:c29c:4f3c, |
| 3729 | 2026-06-03T08:19:02.555Z | > 5739:7624:8e17:7141:6176:7f4b:c14c:1618, |
| 3730 | 2026-06-03T08:19:02.555Z | > 74ba:39b2:4d5b:8020:cebe:4312:6bf0:98bf, |
| 3731 | 2026-06-03T08:19:02.555Z | > 8de6:4fbc:d5e6:271e:26cf:6090:2a18:450b, |
| 3732 | 2026-06-03T08:19:02.555Z | > a1d3:5542:f530:2787:1e23:6250:b5d9:2b6a, |
| 3733 | 2026-06-03T08:19:02.555Z | > af6f:fa71:c47:14c9:c9f9:97e9:7d22:4f31, |
| 3734 | 2026-06-03T08:19:02.555Z | > e6ed:b107:cdf1:adba:fb06:7ccf:a975:5b1c, |
| 3735 | 2026-06-03T08:19:02.555Z | > ed56:503:fee5:8389:65a2:2d55:26d3:1902, |
| 3736 | 2026-06-03T08:19:02.555Z | > fe56:b84e:fd16:e5bf:f4d9:80b2:db2c:d5b, |
| 3737 | 2026-06-03T08:19:02.555Z | > ], |
| 3738 | 2026-06-03T08:19:02.555Z | > params: LinkCreate { |
| 3739 | 2026-06-03T08:19:02.555Z | > autoneg: true, |
| 3740 | 2026-06-03T08:19:02.555Z | > fec: Some( |
| 3741 | 2026-06-03T08:19:02.555Z | > None, |
| 3742 | 2026-06-03T08:19:02.555Z | > ), |
| 3743 | 2026-06-03T08:19:02.555Z | > kr: false, |
| 3744 | 2026-06-03T08:19:02.555Z | > lane: Some( |
| 3745 | 2026-06-03T08:19:02.555Z | > LinkId( |
| 3746 | 2026-06-03T08:19:02.555Z | > 0, |
| 3747 | 2026-06-03T08:19:02.555Z | > ), |
| 3748 | 2026-06-03T08:19:02.555Z | > ), |
| 3749 | 2026-06-03T08:19:02.555Z | > speed: Speed100G, |
| 3750 | 2026-06-03T08:19:02.555Z | > tx_eq: None, |
| 3751 | 2026-06-03T08:19:02.555Z | > }, |
| 3752 | 2026-06-03T08:19:02.556Z | > }, |
| 3753 | 2026-06-03T08:19:02.556Z | > }, |
| 3754 | 2026-06-03T08:19:02.556Z | } |
| 3755 | 2026-06-03T08:19:02.556Z | Jun 03 08:18:53.266 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3756 | 2026-06-03T08:19:02.556Z | Jun 03 08:18:53.267 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c31af69c-5a26-40d9-aa39-944221dcde64", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3757 | 2026-06-03T08:19:02.556Z | Jun 03 08:18:53.267 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3758 | 2026-06-03T08:19:02.556Z | Jun 03 08:18:53.267 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "336dfb97-f840-471c-aca5-452fd0306ac0", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3759 | 2026-06-03T08:19:02.556Z | operation failed, settings remained as expectedJun 03 08:18:53.267 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3760 | 2026-06-03T08:19:02.556Z | Jun 03 08:18:53.268 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0b82c9fa-848e-4201-85b6-43bca70683c2", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3761 | 2026-06-03T08:19:02.556Z | current/target: Diff < left / right > : |
| 3762 | 2026-06-03T08:19:02.556Z | PortSettings { |
| 3763 | 2026-06-03T08:19:02.556Z | < links: {}, |
| 3764 | 2026-06-03T08:19:02.556Z | > links: { |
| 3765 | 2026-06-03T08:19:02.560Z | > "0": LinkSettings { |
| 3766 | 2026-06-03T08:19:02.560Z | > addrs: [ |
| 3767 | 2026-06-03T08:19:02.560Z | > 18.6.50.148, |
| 3768 | 2026-06-03T08:19:02.560Z | > 112.52.142.92, |
| 3769 | 2026-06-03T08:19:02.560Z | > 132.150.29.226, |
| 3770 | 2026-06-03T08:19:02.560Z | > 135.111.40.150, |
| 3771 | 2026-06-03T08:19:02.560Z | > 138.79.192.169, |
| 3772 | 2026-06-03T08:19:02.560Z | > 139.22.22.238, |
| 3773 | 2026-06-03T08:19:02.560Z | > 153.254.226.153, |
| 3774 | 2026-06-03T08:19:02.560Z | > 167.125.247.125, |
| 3775 | 2026-06-03T08:19:02.560Z | > 173.204.79.50, |
| 3776 | 2026-06-03T08:19:02.560Z | > 245.88.144.240, |
| 3777 | 2026-06-03T08:19:02.560Z | > 255.136.110.251, |
| 3778 | 2026-06-03T08:19:02.560Z | > 880a:a6d5:b06e:4866:da75:7a02:8775:5832, |
| 3779 | 2026-06-03T08:19:02.560Z | > ba95:2e13:dfdd:1f5b:43a8:d63f:82e1:20bc, |
| 3780 | 2026-06-03T08:19:02.560Z | > e0a4:988c:d6ab:dcdc:7cc2:977c:a274:85b4, |
| 3781 | 2026-06-03T08:19:02.560Z | > ], |
| 3782 | 2026-06-03T08:19:02.560Z | > params: LinkCreate { |
| 3783 | 2026-06-03T08:19:02.560Z | > autoneg: false, |
| 3784 | 2026-06-03T08:19:02.560Z | > fec: Some( |
| 3785 | 2026-06-03T08:19:02.560Z | > None, |
| 3786 | 2026-06-03T08:19:02.560Z | > ), |
| 3787 | 2026-06-03T08:19:02.560Z | > kr: false, |
| 3788 | 2026-06-03T08:19:02.560Z | > lane: Some( |
| 3789 | 2026-06-03T08:19:02.560Z | > LinkId( |
| 3790 | 2026-06-03T08:19:02.560Z | > 0, |
| 3791 | 2026-06-03T08:19:02.560Z | > ), |
| 3792 | 2026-06-03T08:19:02.560Z | > ), |
| 3793 | 2026-06-03T08:19:02.560Z | > speed: Speed100G, |
| 3794 | 2026-06-03T08:19:02.560Z | > tx_eq: None, |
| 3795 | 2026-06-03T08:19:02.561Z | > }, |
| 3796 | 2026-06-03T08:19:02.561Z | > }, |
| 3797 | 2026-06-03T08:19:02.561Z | > }, |
| 3798 | 2026-06-03T08:19:02.561Z | } |
| 3799 | 2026-06-03T08:19:02.561Z | Jun 03 08:18:53.268 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3800 | 2026-06-03T08:19:02.561Z | Jun 03 08:18:53.268 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "789a3eba-7fc3-47b6-b4be-7d4f310e6326", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3801 | 2026-06-03T08:19:02.561Z | Jun 03 08:18:53.268 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3802 | 2026-06-03T08:19:02.561Z | Jun 03 08:18:53.269 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fe8f4dc1-26d6-458c-8a6d-63e4c11a1d90", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3803 | 2026-06-03T08:19:02.561Z | current/target: Diff < left / right > : |
| 3804 | 2026-06-03T08:19:02.561Z | PortSettings { |
| 3805 | 2026-06-03T08:19:02.561Z | < links: {}, |
| 3806 | 2026-06-03T08:19:02.561Z | > links: { |
| 3807 | 2026-06-03T08:19:02.561Z | > "0": LinkSettings { |
| 3808 | 2026-06-03T08:19:02.561Z | > addrs: [ |
| 3809 | 2026-06-03T08:19:02.561Z | > 18.86.185.205, |
| 3810 | 2026-06-03T08:19:02.561Z | > 158.169.195.119, |
| 3811 | 2026-06-03T08:19:02.561Z | > 184.228.60.59, |
| 3812 | 2026-06-03T08:19:02.561Z | > 157:d5e9:e64a:8143:61ab:110c:517b:8df7, |
| 3813 | 2026-06-03T08:19:02.561Z | > 71a:93cf:be09:950:d96b:d3b9:6285:395d, |
| 3814 | 2026-06-03T08:19:02.561Z | > 157e:af8a:e638:bf87:69b0:f85b:4f73:6598, |
| 3815 | 2026-06-03T08:19:02.561Z | > 2002:c301:22a8:487e:5e60:b769:83f0:c729, |
| 3816 | 2026-06-03T08:19:02.561Z | > 2d18:9247:af:3df9:c5b7:3892:e0a7:7720, |
| 3817 | 2026-06-03T08:19:02.561Z | > 457a:9ab7:9ff2:176:7777:3cf:4c12:d5b0, |
| 3818 | 2026-06-03T08:19:02.561Z | > 47bb:de82:ecbe:8042:cf1d:d2a:11ed:e72d, |
| 3819 | 2026-06-03T08:19:02.561Z | > 6471:63b:5915:3baf:2b6:9c1c:b9f9:c7c6, |
| 3820 | 2026-06-03T08:19:02.561Z | > 7026:699c:b870:207e:b6e0:2826:5dde:996, |
| 3821 | 2026-06-03T08:19:02.561Z | > 7b7b:4cd9:8ef1:bb2f:3016:fb42:fb75:e9a9, |
| 3822 | 2026-06-03T08:19:02.561Z | > 8195:b250:ba01:9e06:8dbb:4e43:6d5b:47b1, |
| 3823 | 2026-06-03T08:19:02.561Z | > fd0d:60f5:6933:c920:f14f:7d90:e471:b514, |
| 3824 | 2026-06-03T08:19:02.561Z | > ], |
| 3825 | 2026-06-03T08:19:02.561Z | > params: LinkCreate { |
| 3826 | 2026-06-03T08:19:02.561Z | > autoneg: false, |
| 3827 | 2026-06-03T08:19:02.561Z | > fec: Some( |
| 3828 | 2026-06-03T08:19:02.561Z | > None, |
| 3829 | 2026-06-03T08:19:02.561Z | > ), |
| 3830 | 2026-06-03T08:19:02.561Z | > kr: true, |
| 3831 | 2026-06-03T08:19:02.561Z | > lane: Some( |
| 3832 | 2026-06-03T08:19:02.561Z | > LinkId( |
| 3833 | 2026-06-03T08:19:02.561Z | > 0, |
| 3834 | 2026-06-03T08:19:02.561Z | > ), |
| 3835 | 2026-06-03T08:19:02.562Z | > ), |
| 3836 | 2026-06-03T08:19:02.562Z | > speed: Speed100G, |
| 3837 | 2026-06-03T08:19:02.562Z | > tx_eq: None, |
| 3838 | 2026-06-03T08:19:02.562Z | > }, |
| 3839 | 2026-06-03T08:19:02.562Z | > }, |
| 3840 | 2026-06-03T08:19:02.562Z | > }, |
| 3841 | 2026-06-03T08:19:02.562Z | } |
| 3842 | 2026-06-03T08:19:02.562Z | Jun 03 08:18:53.269 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3843 | 2026-06-03T08:19:02.562Z | Jun 03 08:18:53.269 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c807d815-3856-4ccc-9ca2-4b355eff2dd4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3844 | 2026-06-03T08:19:02.562Z | Jun 03 08:18:53.269 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3845 | 2026-06-03T08:19:02.562Z | Jun 03 08:18:53.270 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1535cc5e-02cb-4c47-b6f6-f55271344cd7", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3846 | 2026-06-03T08:19:02.562Z | operation failed, settings remained as expectedJun 03 08:18:53.270 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3847 | 2026-06-03T08:19:02.562Z | Jun 03 08:18:53.270 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6059180d-536d-41a8-a37f-b5e2ee91bcd5", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3848 | 2026-06-03T08:19:02.562Z | current/target: Diff < left / right > : |
| 3849 | 2026-06-03T08:19:02.562Z | PortSettings { |
| 3850 | 2026-06-03T08:19:02.562Z | < links: {}, |
| 3851 | 2026-06-03T08:19:02.562Z | > links: { |
| 3852 | 2026-06-03T08:19:02.562Z | > "0": LinkSettings { |
| 3853 | 2026-06-03T08:19:02.562Z | > addrs: [ |
| 3854 | 2026-06-03T08:19:02.562Z | > 46.208.14.113, |
| 3855 | 2026-06-03T08:19:02.562Z | > 8ba:7537:102:f0ff:6e7b:3b50:aef3:f0bd, |
| 3856 | 2026-06-03T08:19:02.562Z | > 1f59:b8a4:da3a:16ca:de11:6ac6:804:bb65, |
| 3857 | 2026-06-03T08:19:02.562Z | > 2e87:6a32:c0a1:e2a7:4da1:9c50:72ad:cf35, |
| 3858 | 2026-06-03T08:19:02.562Z | > 6640:fea9:f4ec:f05a:6d70:b7a4:efb1:bf56, |
| 3859 | 2026-06-03T08:19:02.562Z | > 85bd:3006:ad39:c9c0:89c6:b68a:6a40:2485, |
| 3860 | 2026-06-03T08:19:02.562Z | > 8b68:d01c:3a80:752b:97fb:3ad2:298f:8981, |
| 3861 | 2026-06-03T08:19:02.562Z | > 8ee9:17:65a4:e51f:24f6:6835:f284:1aa4, |
| 3862 | 2026-06-03T08:19:02.562Z | > aac3:a0f4:253d:1106:bb72:8dd5:e9c9:14e1, |
| 3863 | 2026-06-03T08:19:02.562Z | > b5fd:85f8:6dfb:5be6:99a0:134e:4786:4003, |
| 3864 | 2026-06-03T08:19:02.562Z | > c3aa:b5a6:8cd2:c239:550f:4f4e:48ea:6, |
| 3865 | 2026-06-03T08:19:02.566Z | > c760:9ea4:48d8:33a4:523c:31d5:c28a:205a, |
| 3866 | 2026-06-03T08:19:02.566Z | > df84:e734:46fd:1dd5:aa96:2ab2:dd30:ef8a, |
| 3867 | 2026-06-03T08:19:02.566Z | > fb74:37db:e1bf:a9b2:36ff:4107:fe95:c285, |
| 3868 | 2026-06-03T08:19:02.567Z | > ], |
| 3869 | 2026-06-03T08:19:02.567Z | > params: LinkCreate { |
| 3870 | 2026-06-03T08:19:02.567Z | > autoneg: true, |
| 3871 | 2026-06-03T08:19:02.567Z | > fec: Some( |
| 3872 | 2026-06-03T08:19:02.567Z | > None, |
| 3873 | 2026-06-03T08:19:02.567Z | > ), |
| 3874 | 2026-06-03T08:19:02.567Z | > kr: false, |
| 3875 | 2026-06-03T08:19:02.567Z | > lane: Some( |
| 3876 | 2026-06-03T08:19:02.567Z | > LinkId( |
| 3877 | 2026-06-03T08:19:02.567Z | > 0, |
| 3878 | 2026-06-03T08:19:02.567Z | > ), |
| 3879 | 2026-06-03T08:19:02.567Z | > ), |
| 3880 | 2026-06-03T08:19:02.567Z | > speed: Speed100G, |
| 3881 | 2026-06-03T08:19:02.567Z | > tx_eq: None, |
| 3882 | 2026-06-03T08:19:02.567Z | > }, |
| 3883 | 2026-06-03T08:19:02.567Z | > }, |
| 3884 | 2026-06-03T08:19:02.567Z | > }, |
| 3885 | 2026-06-03T08:19:02.567Z | } |
| 3886 | 2026-06-03T08:19:02.567Z | Jun 03 08:18:53.270 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3887 | 2026-06-03T08:19:02.567Z | Jun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "de5ef411-ebcd-446d-be1e-b66845618228", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3888 | 2026-06-03T08:19:02.567Z | Jun 03 08:18:53.271 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3889 | 2026-06-03T08:19:02.567Z | Jun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b8cb2c08-b322-4d5a-8552-c58d30c8198d", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3890 | 2026-06-03T08:19:02.567Z | operation failed, settings remained as expectedJun 03 08:18:53.271 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3891 | 2026-06-03T08:19:02.567Z | Jun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7c648abd-3413-4911-a7b5-46ed64f5c0ae", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3892 | 2026-06-03T08:19:02.567Z | current/target: Diff < left / right > : |
| 3893 | 2026-06-03T08:19:02.567Z | PortSettings { |
| 3894 | 2026-06-03T08:19:02.567Z | < links: {}, |
| 3895 | 2026-06-03T08:19:02.567Z | > links: { |
| 3896 | 2026-06-03T08:19:02.567Z | > "0": LinkSettings { |
| 3897 | 2026-06-03T08:19:02.567Z | > addrs: [ |
| 3898 | 2026-06-03T08:19:02.567Z | > 23.68.52.88, |
| 3899 | 2026-06-03T08:19:02.567Z | > 32.75.103.22, |
| 3900 | 2026-06-03T08:19:02.567Z | > 51.119.239.207, |
| 3901 | 2026-06-03T08:19:02.567Z | > 67.160.20.34, |
| 3902 | 2026-06-03T08:19:02.567Z | > 191.130.1.54, |
| 3903 | 2026-06-03T08:19:02.567Z | > 1204:721e:4cd7:b5ee:8682:219e:935c:cd03, |
| 3904 | 2026-06-03T08:19:02.567Z | > 1970:bfd0:6909:e49b:b48d:d809:cdfc:b2c3, |
| 3905 | 2026-06-03T08:19:02.567Z | > 5652:a266:272b:6136:24a8:fed2:3f52:1aca, |
| 3906 | 2026-06-03T08:19:02.568Z | > 5b41:68de:fbd8:816d:f5c0:7123:c5b2:b463, |
| 3907 | 2026-06-03T08:19:02.568Z | > a03b:eafd:45bb:e0bf:3729:74d2:8015:1ab4, |
| 3908 | 2026-06-03T08:19:02.568Z | > d55c:9e18:4473:a6ac:ed6d:4233:6ac8:b75b, |
| 3909 | 2026-06-03T08:19:02.568Z | > e330:b304:f557:6de6:9955:eae4:e99f:fb20, |
| 3910 | 2026-06-03T08:19:02.568Z | > fc62:71fa:3cb1:a377:125b:8bd8:3bca:db50, |
| 3911 | 2026-06-03T08:19:02.568Z | > ], |
| 3912 | 2026-06-03T08:19:02.568Z | > params: LinkCreate { |
| 3913 | 2026-06-03T08:19:02.568Z | > autoneg: false, |
| 3914 | 2026-06-03T08:19:02.568Z | > fec: Some( |
| 3915 | 2026-06-03T08:19:02.568Z | > None, |
| 3916 | 2026-06-03T08:19:02.568Z | > ), |
| 3917 | 2026-06-03T08:19:02.568Z | > kr: true, |
| 3918 | 2026-06-03T08:19:02.568Z | > lane: Some( |
| 3919 | 2026-06-03T08:19:02.568Z | > LinkId( |
| 3920 | 2026-06-03T08:19:02.568Z | > 0, |
| 3921 | 2026-06-03T08:19:02.568Z | > ), |
| 3922 | 2026-06-03T08:19:02.568Z | > ), |
| 3923 | 2026-06-03T08:19:02.568Z | > speed: Speed100G, |
| 3924 | 2026-06-03T08:19:02.568Z | > tx_eq: None, |
| 3925 | 2026-06-03T08:19:02.568Z | > }, |
| 3926 | 2026-06-03T08:19:02.568Z | > }, |
| 3927 | 2026-06-03T08:19:02.568Z | > }, |
| 3928 | 2026-06-03T08:19:02.568Z | } |
| 3929 | 2026-06-03T08:19:02.568Z | Jun 03 08:18:53.271 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3930 | 2026-06-03T08:19:02.568Z | Jun 03 08:18:53.272 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "46e911ea-2ddc-4775-8fa8-421c7a449685", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3931 | 2026-06-03T08:19:02.568Z | Jun 03 08:18:53.272 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3932 | 2026-06-03T08:19:02.568Z | Jun 03 08:18:53.272 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "91b39a99-8398-430b-812e-8b618247a210", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3933 | 2026-06-03T08:19:02.568Z | current/target: Diff < left / right > : |
| 3934 | 2026-06-03T08:19:02.568Z | PortSettings { |
| 3935 | 2026-06-03T08:19:02.568Z | < links: {}, |
| 3936 | 2026-06-03T08:19:02.568Z | > links: { |
| 3937 | 2026-06-03T08:19:02.568Z | > "0": LinkSettings { |
| 3938 | 2026-06-03T08:19:02.568Z | > addrs: [ |
| 3939 | 2026-06-03T08:19:02.568Z | > 185.64.22.103, |
| 3940 | 2026-06-03T08:19:02.568Z | > cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 3941 | 2026-06-03T08:19:02.568Z | > ], |
| 3942 | 2026-06-03T08:19:02.568Z | > params: LinkCreate { |
| 3943 | 2026-06-03T08:19:02.568Z | > autoneg: true, |
| 3944 | 2026-06-03T08:19:02.568Z | > fec: Some( |
| 3945 | 2026-06-03T08:19:02.569Z | > None, |
| 3946 | 2026-06-03T08:19:02.569Z | > ), |
| 3947 | 2026-06-03T08:19:02.569Z | > kr: true, |
| 3948 | 2026-06-03T08:19:02.569Z | > lane: Some( |
| 3949 | 2026-06-03T08:19:02.569Z | > LinkId( |
| 3950 | 2026-06-03T08:19:02.569Z | > 0, |
| 3951 | 2026-06-03T08:19:02.569Z | > ), |
| 3952 | 2026-06-03T08:19:02.569Z | > ), |
| 3953 | 2026-06-03T08:19:02.569Z | > speed: Speed100G, |
| 3954 | 2026-06-03T08:19:02.569Z | > tx_eq: None, |
| 3955 | 2026-06-03T08:19:02.569Z | > }, |
| 3956 | 2026-06-03T08:19:02.569Z | > }, |
| 3957 | 2026-06-03T08:19:02.569Z | > }, |
| 3958 | 2026-06-03T08:19:02.569Z | } |
| 3959 | 2026-06-03T08:19:02.569Z | Jun 03 08:18:53.272 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3960 | 2026-06-03T08:19:02.569Z | Jun 03 08:18:53.273 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b28bd13f-1384-4cf9-bea4-3d143c533f03", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3961 | 2026-06-03T08:19:02.570Z | Jun 03 08:18:53.273 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3962 | 2026-06-03T08:19:02.570Z | Jun 03 08:18:53.273 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a658a5db-c616-4af9-a208-f5cd6a974adf", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3963 | 2026-06-03T08:19:02.570Z | operation succeeded, settings changed as expectedJun 03 08:18:53.273 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3964 | 2026-06-03T08:19:02.570Z | Jun 03 08:18:53.274 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a80ce042-a836-4a6e-8116-12066f2b6d6c", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3965 | 2026-06-03T08:19:02.574Z | current/target: Diff < left / right > : |
| 3966 | 2026-06-03T08:19:02.574Z | PortSettings { |
| 3967 | 2026-06-03T08:19:02.574Z | < links: { |
| 3968 | 2026-06-03T08:19:02.574Z | < "0": LinkSettings { |
| 3969 | 2026-06-03T08:19:02.574Z | < addrs: [ |
| 3970 | 2026-06-03T08:19:02.574Z | < 185.64.22.103, |
| 3971 | 2026-06-03T08:19:02.574Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 3972 | 2026-06-03T08:19:02.574Z | < ], |
| 3973 | 2026-06-03T08:19:02.574Z | < params: LinkCreate { |
| 3974 | 2026-06-03T08:19:02.574Z | < autoneg: true, |
| 3975 | 2026-06-03T08:19:02.574Z | < fec: Some( |
| 3976 | 2026-06-03T08:19:02.574Z | < None, |
| 3977 | 2026-06-03T08:19:02.574Z | < ), |
| 3978 | 2026-06-03T08:19:02.574Z | < kr: true, |
| 3979 | 2026-06-03T08:19:02.574Z | < lane: Some( |
| 3980 | 2026-06-03T08:19:02.574Z | < LinkId( |
| 3981 | 2026-06-03T08:19:02.574Z | < 0, |
| 3982 | 2026-06-03T08:19:02.574Z | < ), |
| 3983 | 2026-06-03T08:19:02.575Z | < ), |
| 3984 | 2026-06-03T08:19:02.575Z | < speed: Speed100G, |
| 3985 | 2026-06-03T08:19:02.575Z | < tx_eq: None, |
| 3986 | 2026-06-03T08:19:02.575Z | < }, |
| 3987 | 2026-06-03T08:19:02.575Z | < }, |
| 3988 | 2026-06-03T08:19:02.575Z | < }, |
| 3989 | 2026-06-03T08:19:02.575Z | > links: {}, |
| 3990 | 2026-06-03T08:19:02.575Z | } |
| 3991 | 2026-06-03T08:19:02.575Z | Jun 03 08:18:53.274 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 3992 | 2026-06-03T08:19:02.575Z | Jun 03 08:18:53.274 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "8aa6ff6e-9a2e-4595-a677-8a901a772af3", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3993 | 2026-06-03T08:19:02.575Z | Jun 03 08:18:53.274 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3994 | 2026-06-03T08:19:02.575Z | Jun 03 08:18:53.275 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b4774e9-8b6a-4ee7-b5e2-0d7e209b6dbf", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3995 | 2026-06-03T08:19:02.575Z | operation failed, settings remained as expectedJun 03 08:18:53.275 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 3996 | 2026-06-03T08:19:02.575Z | Jun 03 08:18:53.275 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d6a1a29f-7006-48ce-a691-103dbdaf52ee", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 3997 | 2026-06-03T08:19:02.575Z | current/target: Diff < left / right > : |
| 3998 | 2026-06-03T08:19:02.575Z | PortSettings { |
| 3999 | 2026-06-03T08:19:02.575Z | links: { |
| 4000 | 2026-06-03T08:19:02.575Z | "0": LinkSettings { |
| 4001 | 2026-06-03T08:19:02.575Z | addrs: [ |
| 4002 | 2026-06-03T08:19:02.575Z | < 185.64.22.103, |
| 4003 | 2026-06-03T08:19:02.575Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 4004 | 2026-06-03T08:19:02.575Z | > 34.122.18.112, |
| 4005 | 2026-06-03T08:19:02.575Z | > 81.171.33.79, |
| 4006 | 2026-06-03T08:19:02.575Z | > 82.140.159.16, |
| 4007 | 2026-06-03T08:19:02.575Z | > 91.251.229.227, |
| 4008 | 2026-06-03T08:19:02.575Z | > 139.9.123.120, |
| 4009 | 2026-06-03T08:19:02.575Z | > 179.228.14.196, |
| 4010 | 2026-06-03T08:19:02.575Z | > 195.146.54.237, |
| 4011 | 2026-06-03T08:19:02.575Z | > 229.209.112.127, |
| 4012 | 2026-06-03T08:19:02.575Z | > 237.208.193.218, |
| 4013 | 2026-06-03T08:19:02.575Z | > 243.82.157.169, |
| 4014 | 2026-06-03T08:19:02.575Z | > 244.158.143.45, |
| 4015 | 2026-06-03T08:19:02.575Z | > 1fc7:fe7b:99ba:af42:c675:73c4:64d:bfea, |
| 4016 | 2026-06-03T08:19:02.575Z | > 3e2f:446e:86fc:4974:c41e:f8ab:4cc:ef82, |
| 4017 | 2026-06-03T08:19:02.575Z | > 40c5:9d90:63b7:e3b3:bb16:a172:ceb8:7d3f, |
| 4018 | 2026-06-03T08:19:02.575Z | > 6917:7090:d1c8:7799:9f17:4ee0:8531:eb3b, |
| 4019 | 2026-06-03T08:19:02.575Z | > 742b:26fc:ed4d:905c:2294:28e2:81cc:9e6a, |
| 4020 | 2026-06-03T08:19:02.576Z | > 7996:4f27:8293:12:3635:5360:a9c8:5d35, |
| 4021 | 2026-06-03T08:19:02.576Z | > ad6c:5ab3:7737:23ce:49e6:aa2f:e04d:cc92, |
| 4022 | 2026-06-03T08:19:02.576Z | > e92f:ab44:dd13:edbf:e127:2158:5678:c855, |
| 4023 | 2026-06-03T08:19:02.576Z | > fa98:a94d:bab7:8dc3:91d6:fff6:d7d8:4a54, |
| 4024 | 2026-06-03T08:19:02.576Z | ], |
| 4025 | 2026-06-03T08:19:02.576Z | params: LinkCreate { |
| 4026 | 2026-06-03T08:19:02.576Z | < autoneg: true, |
| 4027 | 2026-06-03T08:19:02.576Z | > autoneg: false, |
| 4028 | 2026-06-03T08:19:02.576Z | fec: Some( |
| 4029 | 2026-06-03T08:19:02.576Z | None, |
| 4030 | 2026-06-03T08:19:02.576Z | ), |
| 4031 | 2026-06-03T08:19:02.576Z | kr: true, |
| 4032 | 2026-06-03T08:19:02.576Z | lane: Some( |
| 4033 | 2026-06-03T08:19:02.576Z | LinkId( |
| 4034 | 2026-06-03T08:19:02.576Z | 0, |
| 4035 | 2026-06-03T08:19:02.576Z | ), |
| 4036 | 2026-06-03T08:19:02.576Z | ), |
| 4037 | 2026-06-03T08:19:02.576Z | speed: Speed100G, |
| 4038 | 2026-06-03T08:19:02.576Z | tx_eq: None, |
| 4039 | 2026-06-03T08:19:02.576Z | }, |
| 4040 | 2026-06-03T08:19:02.576Z | }, |
| 4041 | 2026-06-03T08:19:02.576Z | }, |
| 4042 | 2026-06-03T08:19:02.576Z | } |
| 4043 | 2026-06-03T08:19:02.576Z | Jun 03 08:18:53.275 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4044 | 2026-06-03T08:19:02.576Z | Jun 03 08:18:53.276 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "23abac07-adc7-40e8-99d4-483a587fcd03", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4045 | 2026-06-03T08:19:02.576Z | Jun 03 08:18:53.276 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4046 | 2026-06-03T08:19:02.576Z | Jun 03 08:18:53.276 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3956042e-0a93-4cca-bb05-54fb9a0d510a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4047 | 2026-06-03T08:19:02.576Z | current/target: Diff < left / right > : |
| 4048 | 2026-06-03T08:19:02.576Z | PortSettings { |
| 4049 | 2026-06-03T08:19:02.576Z | links: { |
| 4050 | 2026-06-03T08:19:02.576Z | "0": LinkSettings { |
| 4051 | 2026-06-03T08:19:02.576Z | addrs: [ |
| 4052 | 2026-06-03T08:19:02.576Z | < 185.64.22.103, |
| 4053 | 2026-06-03T08:19:02.576Z | < 229.209.112.127, |
| 4054 | 2026-06-03T08:19:02.576Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 4055 | 2026-06-03T08:19:02.576Z | > 7bed:3e91:5f8f:3d31:bd6b:26b1:19e9:fa89, |
| 4056 | 2026-06-03T08:19:02.576Z | > a721:232:821f:958a:4441:9b53:c4dd:8592, |
| 4057 | 2026-06-03T08:19:02.576Z | > b78b:57cb:73d8:321a:fb5d:2ad2:94d8:48b2, |
| 4058 | 2026-06-03T08:19:02.577Z | ], |
| 4059 | 2026-06-03T08:19:02.577Z | params: LinkCreate { |
| 4060 | 2026-06-03T08:19:02.577Z | autoneg: true, |
| 4061 | 2026-06-03T08:19:02.577Z | fec: Some( |
| 4062 | 2026-06-03T08:19:02.577Z | None, |
| 4063 | 2026-06-03T08:19:02.577Z | ), |
| 4064 | 2026-06-03T08:19:02.577Z | kr: true, |
| 4065 | 2026-06-03T08:19:02.580Z | lane: Some( |
| 4066 | 2026-06-03T08:19:02.580Z | LinkId( |
| 4067 | 2026-06-03T08:19:02.581Z | 0, |
| 4068 | 2026-06-03T08:19:02.581Z | ), |
| 4069 | 2026-06-03T08:19:02.581Z | ), |
| 4070 | 2026-06-03T08:19:02.581Z | speed: Speed100G, |
| 4071 | 2026-06-03T08:19:02.581Z | tx_eq: None, |
| 4072 | 2026-06-03T08:19:02.581Z | }, |
| 4073 | 2026-06-03T08:19:02.581Z | }, |
| 4074 | 2026-06-03T08:19:02.581Z | }, |
| 4075 | 2026-06-03T08:19:02.581Z | } |
| 4076 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.276 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4077 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.277 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "418dcdad-27a8-4081-b98e-f5c1aa44eae0", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4078 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.277 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4079 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.277 TRCE client responseoperation failed, settings remained as expected, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8d64335a-ba5d-4c40-8127-54e66c21c287", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4080 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.277 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4081 | 2026-06-03T08:19:02.581Z | Jun 03 08:18:53.278 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8a289e51-8684-452d-be07-d0beb76cb544", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4082 | 2026-06-03T08:19:02.581Z | current/target: Diff < left / right > : |
| 4083 | 2026-06-03T08:19:02.581Z | PortSettings { |
| 4084 | 2026-06-03T08:19:02.581Z | links: { |
| 4085 | 2026-06-03T08:19:02.581Z | "0": LinkSettings { |
| 4086 | 2026-06-03T08:19:02.581Z | addrs: [ |
| 4087 | 2026-06-03T08:19:02.581Z | < 185.64.22.103, |
| 4088 | 2026-06-03T08:19:02.581Z | < 229.209.112.127, |
| 4089 | 2026-06-03T08:19:02.581Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 4090 | 2026-06-03T08:19:02.581Z | > 121.213.169.236, |
| 4091 | 2026-06-03T08:19:02.581Z | > d4:fee0:b6f9:15da:ea86:571c:5a72:f0d, |
| 4092 | 2026-06-03T08:19:02.581Z | > 34e:99a:d605:3a84:1b39:bd73:d879:6f5, |
| 4093 | 2026-06-03T08:19:02.581Z | ], |
| 4094 | 2026-06-03T08:19:02.581Z | params: LinkCreate { |
| 4095 | 2026-06-03T08:19:02.581Z | autoneg: true, |
| 4096 | 2026-06-03T08:19:02.581Z | fec: Some( |
| 4097 | 2026-06-03T08:19:02.581Z | None, |
| 4098 | 2026-06-03T08:19:02.581Z | ), |
| 4099 | 2026-06-03T08:19:02.581Z | kr: true, |
| 4100 | 2026-06-03T08:19:02.581Z | lane: Some( |
| 4101 | 2026-06-03T08:19:02.581Z | LinkId( |
| 4102 | 2026-06-03T08:19:02.581Z | 0, |
| 4103 | 2026-06-03T08:19:02.581Z | ), |
| 4104 | 2026-06-03T08:19:02.581Z | ), |
| 4105 | 2026-06-03T08:19:02.581Z | speed: Speed100G, |
| 4106 | 2026-06-03T08:19:02.582Z | tx_eq: None, |
| 4107 | 2026-06-03T08:19:02.582Z | }, |
| 4108 | 2026-06-03T08:19:02.582Z | }, |
| 4109 | 2026-06-03T08:19:02.582Z | }, |
| 4110 | 2026-06-03T08:19:02.582Z | } |
| 4111 | 2026-06-03T08:19:02.582Z | Jun 03 08:18:53.278 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4112 | 2026-06-03T08:19:02.582Z | Jun 03 08:18:53.278 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "22d2e971-4d74-4803-914c-5f0aebf4b5c4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4113 | 2026-06-03T08:19:02.582Z | Jun 03 08:18:53.278 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4114 | 2026-06-03T08:19:02.582Z | Jun 03 08:18:53.279 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f4498f7b-39e9-4f70-b9af-ee058a5acf6a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4115 | 2026-06-03T08:19:02.582Z | operation failed, settings remained as expectedJun 03 08:18:53.279 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4116 | 2026-06-03T08:19:02.582Z | Jun 03 08:18:53.279 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b3b6452-31ac-48eb-ac51-5d193e3b9cd5", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4117 | 2026-06-03T08:19:02.582Z | current/target: Diff < left / right > : |
| 4118 | 2026-06-03T08:19:02.582Z | PortSettings { |
| 4119 | 2026-06-03T08:19:02.582Z | links: { |
| 4120 | 2026-06-03T08:19:02.582Z | "0": LinkSettings { |
| 4121 | 2026-06-03T08:19:02.582Z | addrs: [ |
| 4122 | 2026-06-03T08:19:02.582Z | < 185.64.22.103, |
| 4123 | 2026-06-03T08:19:02.582Z | < 229.209.112.127, |
| 4124 | 2026-06-03T08:19:02.582Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 4125 | 2026-06-03T08:19:02.582Z | > 41.102.24.55, |
| 4126 | 2026-06-03T08:19:02.582Z | > 53.101.60.118, |
| 4127 | 2026-06-03T08:19:02.582Z | > 64.167.75.229, |
| 4128 | 2026-06-03T08:19:02.582Z | > 147.29.133.188, |
| 4129 | 2026-06-03T08:19:02.582Z | > 227.175.246.213, |
| 4130 | 2026-06-03T08:19:02.582Z | > 244.145.141.214, |
| 4131 | 2026-06-03T08:19:02.582Z | > 14e0:ab52:b230:9df6:6587:ff2f:bb53:d83d, |
| 4132 | 2026-06-03T08:19:02.582Z | > 207a:a7f2:e687:d875:a47:dec9:87cd:fad3, |
| 4133 | 2026-06-03T08:19:02.582Z | > 2430:75e5:94a1:6e34:a50c:d686:17ba:9d24, |
| 4134 | 2026-06-03T08:19:02.582Z | > 6517:290d:f2b7:cc9f:2873:2020:9484:37f4, |
| 4135 | 2026-06-03T08:19:02.582Z | > 7092:a223:8fdc:621b:9732:315a:ec68:b0e4, |
| 4136 | 2026-06-03T08:19:02.582Z | > 7574:efe6:f8fb:4ab6:7216:3ee9:846b:4050, |
| 4137 | 2026-06-03T08:19:02.582Z | > 842e:7186:48e8:2617:493a:146:9a45:2189, |
| 4138 | 2026-06-03T08:19:02.582Z | > 8cc4:82f2:b6b5:a226:7249:b506:242:bd97, |
| 4139 | 2026-06-03T08:19:02.582Z | > c854:c618:e62c:e672:9bcf:8793:4a58:b66d, |
| 4140 | 2026-06-03T08:19:02.582Z | > e664:409b:e3b6:b9c1:bc34:e2b5:d391:6c41, |
| 4141 | 2026-06-03T08:19:02.582Z | > f539:298b:ae61:2295:4eba:c8e0:8f75:8bdb, |
| 4142 | 2026-06-03T08:19:02.582Z | ], |
| 4143 | 2026-06-03T08:19:02.582Z | params: LinkCreate { |
| 4144 | 2026-06-03T08:19:02.583Z | < autoneg: true, |
| 4145 | 2026-06-03T08:19:02.583Z | > autoneg: false, |
| 4146 | 2026-06-03T08:19:02.583Z | fec: Some( |
| 4147 | 2026-06-03T08:19:02.583Z | None, |
| 4148 | 2026-06-03T08:19:02.583Z | ), |
| 4149 | 2026-06-03T08:19:02.583Z | < kr: true, |
| 4150 | 2026-06-03T08:19:02.583Z | > kr: false, |
| 4151 | 2026-06-03T08:19:02.583Z | lane: Some( |
| 4152 | 2026-06-03T08:19:02.583Z | LinkId( |
| 4153 | 2026-06-03T08:19:02.583Z | 0, |
| 4154 | 2026-06-03T08:19:02.583Z | ), |
| 4155 | 2026-06-03T08:19:02.583Z | ), |
| 4156 | 2026-06-03T08:19:02.583Z | speed: Speed100G, |
| 4157 | 2026-06-03T08:19:02.583Z | tx_eq: None, |
| 4158 | 2026-06-03T08:19:02.583Z | }, |
| 4159 | 2026-06-03T08:19:02.583Z | }, |
| 4160 | 2026-06-03T08:19:02.583Z | }, |
| 4161 | 2026-06-03T08:19:02.583Z | } |
| 4162 | 2026-06-03T08:19:02.583Z | Jun 03 08:18:53.279 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4163 | 2026-06-03T08:19:02.583Z | Jun 03 08:18:53.280 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "2a40d24c-83f1-4331-bb3a-11b4be524541", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4164 | 2026-06-03T08:19:02.583Z | Jun 03 08:18:53.280 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4165 | 2026-06-03T08:19:02.588Z | Jun 03 08:18:53.280 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e36c1239-e3bd-4c5f-a016-60921501f24a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4166 | 2026-06-03T08:19:02.588Z | operation failed, settings remained as expectedJun 03 08:18:53.281 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4167 | 2026-06-03T08:19:02.588Z | Jun 03 08:18:53.281 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "921d907e-343e-48b0-b8e9-42d3af0eff20", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4168 | 2026-06-03T08:19:02.588Z | current/target: Diff < left / right > : |
| 4169 | 2026-06-03T08:19:02.588Z | PortSettings { |
| 4170 | 2026-06-03T08:19:02.588Z | < links: { |
| 4171 | 2026-06-03T08:19:02.588Z | < "0": LinkSettings { |
| 4172 | 2026-06-03T08:19:02.588Z | < addrs: [ |
| 4173 | 2026-06-03T08:19:02.588Z | < 185.64.22.103, |
| 4174 | 2026-06-03T08:19:02.588Z | < 229.209.112.127, |
| 4175 | 2026-06-03T08:19:02.588Z | < cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684, |
| 4176 | 2026-06-03T08:19:02.588Z | < ], |
| 4177 | 2026-06-03T08:19:02.589Z | < params: LinkCreate { |
| 4178 | 2026-06-03T08:19:02.589Z | < autoneg: true, |
| 4179 | 2026-06-03T08:19:02.589Z | < fec: Some( |
| 4180 | 2026-06-03T08:19:02.589Z | < None, |
| 4181 | 2026-06-03T08:19:02.589Z | < ), |
| 4182 | 2026-06-03T08:19:02.589Z | < kr: true, |
| 4183 | 2026-06-03T08:19:02.589Z | < lane: Some( |
| 4184 | 2026-06-03T08:19:02.589Z | < LinkId( |
| 4185 | 2026-06-03T08:19:02.589Z | < 0, |
| 4186 | 2026-06-03T08:19:02.589Z | < ), |
| 4187 | 2026-06-03T08:19:02.589Z | < ), |
| 4188 | 2026-06-03T08:19:02.589Z | < speed: Speed100G, |
| 4189 | 2026-06-03T08:19:02.589Z | < tx_eq: None, |
| 4190 | 2026-06-03T08:19:02.589Z | < }, |
| 4191 | 2026-06-03T08:19:02.589Z | < }, |
| 4192 | 2026-06-03T08:19:02.589Z | < }, |
| 4193 | 2026-06-03T08:19:02.589Z | > links: {}, |
| 4194 | 2026-06-03T08:19:02.589Z | } |
| 4195 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.281 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4196 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.282 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "785358b2-c7db-4ffb-b1a3-1f43f1f7d463", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4197 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.282 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4198 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.282 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ce442720-37cd-4428-9654-8049062278be", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4199 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.483 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4200 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.484 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "42014d73-dde0-48fc-b92d-93e4bb785729", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4201 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.685 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4202 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.685 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ad2d3240-8d09-4852-b4db-fa7dbea1b246", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4203 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.886 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4204 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:53.887 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f345949a-7101-4dca-9b49-5b954db2258c", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} }) |
| 4205 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.088 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4206 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.089 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f2c7352a-a9bf-41f0-84ee-67de03aadbf3", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} }) |
| 4207 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.290 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4208 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.290 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1afb8dd7-28a8-4c0d-8d9c-b2dddfb851df", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} }) |
| 4209 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.492 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4210 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.492 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6c0700b6-6b3a-4a9d-8242-c9fc7219090e", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} }) |
| 4211 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.693 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4212 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.694 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b331ea53-6104-4d2e-82da-c6daf4e0348d", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} }) |
| 4213 | 2026-06-03T08:19:02.589Z | Jun 03 08:18:54.895 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4214 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:54.896 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4d4a4a2e-447e-4f42-b455-f2cdfc9d26c7", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} }) |
| 4215 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.097 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4216 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.097 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cbb75796-15af-4b61-84a0-cbbf06e56b3c", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} }) |
| 4217 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.299 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4218 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.299 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0fca1a5a-bc6e-469c-81d8-5f6f95f46343", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} }) |
| 4219 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.500 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4220 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.501 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "962c75c9-386c-411a-a7b3-e5eea7109ab3", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} }) |
| 4221 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.702 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4222 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.703 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "034a377b-1ef7-4711-93b7-1152f88fb45b", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} }) |
| 4223 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.904 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4224 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:55.904 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ac874f7c-a66f-4bd8-9d24-dd5f46ebd9f4", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} }) |
| 4225 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:56.106 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4226 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:56.106 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cf66d5a4-da9f-4684-bb6a-42c29401abf1", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4227 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:56.307 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4228 | 2026-06-03T08:19:02.590Z | operation succeeded, settings changed as expectedJun 03 08:18:56.308 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "226af463-1f74-40a7-89ac-c2a7e02d0081", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4229 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:56.308 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4230 | 2026-06-03T08:19:02.590Z | Jun 03 08:18:56.308 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "baf2416f-9ba9-40d1-95da-ff9d63d589a9", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4231 | 2026-06-03T08:19:02.590Z | current/target: Diff < left / right > : |
| 4232 | 2026-06-03T08:19:02.590Z | PortSettings { |
| 4233 | 2026-06-03T08:19:02.590Z | < links: {}, |
| 4234 | 2026-06-03T08:19:02.590Z | > links: { |
| 4235 | 2026-06-03T08:19:02.590Z | > "0": LinkSettings { |
| 4236 | 2026-06-03T08:19:02.590Z | > addrs: [ |
| 4237 | 2026-06-03T08:19:02.590Z | > 35.107.80.140, |
| 4238 | 2026-06-03T08:19:02.590Z | > 89.71.247.43, |
| 4239 | 2026-06-03T08:19:02.590Z | > 95.213.35.51, |
| 4240 | 2026-06-03T08:19:02.590Z | > 147.66.200.146, |
| 4241 | 2026-06-03T08:19:02.590Z | > 155.40.34.141, |
| 4242 | 2026-06-03T08:19:02.590Z | > 156.108.55.73, |
| 4243 | 2026-06-03T08:19:02.590Z | > 175.56.17.6, |
| 4244 | 2026-06-03T08:19:02.590Z | > 196.101.225.155, |
| 4245 | 2026-06-03T08:19:02.590Z | > 201.171.3.238, |
| 4246 | 2026-06-03T08:19:02.590Z | > 206.24.170.100, |
| 4247 | 2026-06-03T08:19:02.590Z | > 214.3.88.76, |
| 4248 | 2026-06-03T08:19:02.590Z | > 221.42.99.247, |
| 4249 | 2026-06-03T08:19:02.590Z | > 237.169.216.143, |
| 4250 | 2026-06-03T08:19:02.590Z | > 3a62:6635:45d3:baa8:fe18:cd2e:a887:c09c, |
| 4251 | 2026-06-03T08:19:02.590Z | > 4c86:7e7f:7b48:96d6:ede0:f518:a34d:633, |
| 4252 | 2026-06-03T08:19:02.590Z | > 588c:77e0:a364:e158:632f:ba70:d975:10a7, |
| 4253 | 2026-06-03T08:19:02.591Z | > ca9f:22e1:7f4a:ea82:40be:cc3b:9a33:55ad, |
| 4254 | 2026-06-03T08:19:02.591Z | > de8e:2765:fb1b:d57d:11f9:ad18:bb3f:8325, |
| 4255 | 2026-06-03T08:19:02.591Z | > ], |
| 4256 | 2026-06-03T08:19:02.591Z | > params: LinkCreate { |
| 4257 | 2026-06-03T08:19:02.591Z | > autoneg: true, |
| 4258 | 2026-06-03T08:19:02.591Z | > fec: Some( |
| 4259 | 2026-06-03T08:19:02.591Z | > None, |
| 4260 | 2026-06-03T08:19:02.591Z | > ), |
| 4261 | 2026-06-03T08:19:02.591Z | > kr: true, |
| 4262 | 2026-06-03T08:19:02.591Z | > lane: Some( |
| 4263 | 2026-06-03T08:19:02.591Z | > LinkId( |
| 4264 | 2026-06-03T08:19:02.591Z | > 0, |
| 4265 | 2026-06-03T08:19:02.595Z | > ), |
| 4266 | 2026-06-03T08:19:02.595Z | > ), |
| 4267 | 2026-06-03T08:19:02.595Z | > speed: Speed100G, |
| 4268 | 2026-06-03T08:19:02.595Z | > tx_eq: None, |
| 4269 | 2026-06-03T08:19:02.595Z | > }, |
| 4270 | 2026-06-03T08:19:02.595Z | > }, |
| 4271 | 2026-06-03T08:19:02.595Z | > }, |
| 4272 | 2026-06-03T08:19:02.595Z | } |
| 4273 | 2026-06-03T08:19:02.595Z | Jun 03 08:18:56.309 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4274 | 2026-06-03T08:19:02.595Z | Jun 03 08:18:56.310 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "4b851533-b568-44d8-8601-15df446ddf57", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4275 | 2026-06-03T08:19:02.595Z | Jun 03 08:18:56.310 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4276 | 2026-06-03T08:19:02.595Z | Jun 03 08:18:56.310 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "92ea5e9a-ce1e-4481-bfc2-4e6a71248c57", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4277 | 2026-06-03T08:19:02.595Z | current/target: Diff < left / right > : |
| 4278 | 2026-06-03T08:19:02.595Z | PortSettings { |
| 4279 | 2026-06-03T08:19:02.595Z | < links: {}, |
| 4280 | 2026-06-03T08:19:02.595Z | > links: { |
| 4281 | 2026-06-03T08:19:02.595Z | > "0": LinkSettings { |
| 4282 | 2026-06-03T08:19:02.595Z | > addrs: [ |
| 4283 | 2026-06-03T08:19:02.595Z | > 29.52.144.240, |
| 4284 | 2026-06-03T08:19:02.595Z | > 34.45.25.220, |
| 4285 | 2026-06-03T08:19:02.595Z | > 201.181.2.79, |
| 4286 | 2026-06-03T08:19:02.595Z | > 236.107.72.100, |
| 4287 | 2026-06-03T08:19:02.595Z | > c6a:63ed:8ff4:d685:b4a7:9089:d80:ebcb, |
| 4288 | 2026-06-03T08:19:02.595Z | > 2ebb:486c:5aa7:2849:3c38:f94b:c643:da4e, |
| 4289 | 2026-06-03T08:19:02.596Z | > 4317:6600:edf1:f917:9267:a1fa:218c:7159, |
| 4290 | 2026-06-03T08:19:02.596Z | > 4ee9:cfda:4cf:9975:57a5:9fc9:81ff:70a2, |
| 4291 | 2026-06-03T08:19:02.596Z | > 819a:e28d:1ecc:8740:2fd1:9a52:ee7d:7c75, |
| 4292 | 2026-06-03T08:19:02.596Z | > b3c3:a7a3:accc:53a8:6c93:6113:196d:f767, |
| 4293 | 2026-06-03T08:19:02.596Z | > c90e:a11d:212:bbc3:910c:d06c:b43f:1de, |
| 4294 | 2026-06-03T08:19:02.596Z | > ca0a:8390:fe8c:b133:7c74:c213:1cff:d916, |
| 4295 | 2026-06-03T08:19:02.596Z | > ec89:29bc:6fbb:2fe7:4aca:db49:8bb0:a3d1, |
| 4296 | 2026-06-03T08:19:02.596Z | > fd7d:f96e:ce3e:4aca:66f2:f54e:3adb:1b16, |
| 4297 | 2026-06-03T08:19:02.596Z | > ], |
| 4298 | 2026-06-03T08:19:02.596Z | > params: LinkCreate { |
| 4299 | 2026-06-03T08:19:02.596Z | > autoneg: false, |
| 4300 | 2026-06-03T08:19:02.596Z | > fec: Some( |
| 4301 | 2026-06-03T08:19:02.596Z | > None, |
| 4302 | 2026-06-03T08:19:02.596Z | > ), |
| 4303 | 2026-06-03T08:19:02.596Z | > kr: false, |
| 4304 | 2026-06-03T08:19:02.596Z | > lane: Some( |
| 4305 | 2026-06-03T08:19:02.596Z | > LinkId( |
| 4306 | 2026-06-03T08:19:02.596Z | > 0, |
| 4307 | 2026-06-03T08:19:02.596Z | > ), |
| 4308 | 2026-06-03T08:19:02.596Z | > ), |
| 4309 | 2026-06-03T08:19:02.596Z | > speed: Speed100G, |
| 4310 | 2026-06-03T08:19:02.596Z | > tx_eq: None, |
| 4311 | 2026-06-03T08:19:02.596Z | > }, |
| 4312 | 2026-06-03T08:19:02.596Z | > }, |
| 4313 | 2026-06-03T08:19:02.596Z | > }, |
| 4314 | 2026-06-03T08:19:02.596Z | } |
| 4315 | 2026-06-03T08:19:02.596Z | Jun 03 08:18:56.310 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4316 | 2026-06-03T08:19:02.596Z | Jun 03 08:18:56.311 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "d2179671-0622-491e-80b3-0568673499ee", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4317 | 2026-06-03T08:19:02.596Z | Jun 03 08:18:56.311 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4318 | 2026-06-03T08:19:02.596Z | Jun 03 08:18:56.311 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fe4dcd81-2bc6-460d-ba09-9bc8622e8ce5", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4319 | 2026-06-03T08:19:02.596Z | operation failed, settings remained as expectedJun 03 08:18:56.312 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4320 | 2026-06-03T08:19:02.596Z | Jun 03 08:18:56.312 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "71cf6ed0-6ab2-43cf-a3e7-072afb781d47", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4321 | 2026-06-03T08:19:02.596Z | current/target: Diff < left / right > : |
| 4322 | 2026-06-03T08:19:02.596Z | PortSettings { |
| 4323 | 2026-06-03T08:19:02.596Z | < links: {}, |
| 4324 | 2026-06-03T08:19:02.596Z | > links: { |
| 4325 | 2026-06-03T08:19:02.596Z | > "0": LinkSettings { |
| 4326 | 2026-06-03T08:19:02.596Z | > addrs: [ |
| 4327 | 2026-06-03T08:19:02.596Z | > 13.144.255.134, |
| 4328 | 2026-06-03T08:19:02.597Z | > 48.226.159.85, |
| 4329 | 2026-06-03T08:19:02.597Z | > 61.123.227.148, |
| 4330 | 2026-06-03T08:19:02.597Z | > 91.54.28.84, |
| 4331 | 2026-06-03T08:19:02.597Z | > 97.187.40.165, |
| 4332 | 2026-06-03T08:19:02.597Z | > 123.134.181.110, |
| 4333 | 2026-06-03T08:19:02.597Z | > 135.72.98.4, |
| 4334 | 2026-06-03T08:19:02.597Z | > 148.212.117.168, |
| 4335 | 2026-06-03T08:19:02.597Z | > 168.96.205.23, |
| 4336 | 2026-06-03T08:19:02.597Z | > 184.159.205.145, |
| 4337 | 2026-06-03T08:19:02.597Z | > 199.107.42.22, |
| 4338 | 2026-06-03T08:19:02.597Z | > 202.109.85.183, |
| 4339 | 2026-06-03T08:19:02.597Z | > 216.126.96.56, |
| 4340 | 2026-06-03T08:19:02.597Z | > 247.254.16.108, |
| 4341 | 2026-06-03T08:19:02.597Z | > 10df:b5b0:8e1f:ff3e:75f:8437:f05:716b, |
| 4342 | 2026-06-03T08:19:02.597Z | > 229a:2bda:a412:b05d:6355:fa50:c232:93d0, |
| 4343 | 2026-06-03T08:19:02.597Z | > 3b4e:f71:7bed:5b85:dc92:1267:d75f:d0b2, |
| 4344 | 2026-06-03T08:19:02.597Z | > ], |
| 4345 | 2026-06-03T08:19:02.597Z | > params: LinkCreate { |
| 4346 | 2026-06-03T08:19:02.597Z | > autoneg: false, |
| 4347 | 2026-06-03T08:19:02.597Z | > fec: Some( |
| 4348 | 2026-06-03T08:19:02.597Z | > None, |
| 4349 | 2026-06-03T08:19:02.597Z | > ), |
| 4350 | 2026-06-03T08:19:02.597Z | > kr: false, |
| 4351 | 2026-06-03T08:19:02.597Z | > lane: Some( |
| 4352 | 2026-06-03T08:19:02.597Z | > LinkId( |
| 4353 | 2026-06-03T08:19:02.597Z | > 0, |
| 4354 | 2026-06-03T08:19:02.597Z | > ), |
| 4355 | 2026-06-03T08:19:02.597Z | > ), |
| 4356 | 2026-06-03T08:19:02.597Z | > speed: Speed100G, |
| 4357 | 2026-06-03T08:19:02.597Z | > tx_eq: None, |
| 4358 | 2026-06-03T08:19:02.597Z | > }, |
| 4359 | 2026-06-03T08:19:02.597Z | > }, |
| 4360 | 2026-06-03T08:19:02.597Z | > }, |
| 4361 | 2026-06-03T08:19:02.597Z | } |
| 4362 | 2026-06-03T08:19:02.597Z | Jun 03 08:18:56.312 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4363 | 2026-06-03T08:19:02.597Z | Jun 03 08:18:56.313 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "2b5fa91c-ec06-44ec-b874-c6dd0c4eeae9", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4364 | 2026-06-03T08:19:02.597Z | Jun 03 08:18:56.313 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4365 | 2026-06-03T08:19:02.602Z | Jun 03 08:18:56.313 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "41e20f62-679d-44af-9c9c-32a20ca03c27", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4366 | 2026-06-03T08:19:02.602Z | current/target: Diff < left / right > : |
| 4367 | 2026-06-03T08:19:02.602Z | PortSettings { |
| 4368 | 2026-06-03T08:19:02.602Z | < links: {}, |
| 4369 | 2026-06-03T08:19:02.602Z | > links: { |
| 4370 | 2026-06-03T08:19:02.602Z | > "0": LinkSettings { |
| 4371 | 2026-06-03T08:19:02.602Z | > addrs: [ |
| 4372 | 2026-06-03T08:19:02.602Z | > 132.153.219.82, |
| 4373 | 2026-06-03T08:19:02.602Z | > 20ed:6fd1:b682:622e:82d5:e75d:a177:5671, |
| 4374 | 2026-06-03T08:19:02.602Z | > 2a09:a92b:eb66:da1a:9f9:c66d:a254:dccd, |
| 4375 | 2026-06-03T08:19:02.602Z | > 38dc:c17a:7104:564:6cc9:1b2c:d3e1:1232, |
| 4376 | 2026-06-03T08:19:02.602Z | > 74a6:9439:1b0:93ae:15b8:133f:337e:ea18, |
| 4377 | 2026-06-03T08:19:02.602Z | > 7f4c:c0ff:318a:8029:dc72:8b22:7288:4519, |
| 4378 | 2026-06-03T08:19:02.602Z | > a15d:f2c7:1f6c:5d5c:c44a:b8f2:6d7c:7ea0, |
| 4379 | 2026-06-03T08:19:02.602Z | > a3bc:fb72:ed45:daee:b9b1:5c45:2abb:62c6, |
| 4380 | 2026-06-03T08:19:02.602Z | > cab4:e6a6:9643:7904:6cd2:f0ec:956d:afc1, |
| 4381 | 2026-06-03T08:19:02.602Z | > d023:382f:debf:be6b:696d:6744:11eb:9ca7, |
| 4382 | 2026-06-03T08:19:02.602Z | > e07b:ca95:9417:8492:efd8:9663:c634:e5a3, |
| 4383 | 2026-06-03T08:19:02.602Z | > ], |
| 4384 | 2026-06-03T08:19:02.602Z | > params: LinkCreate { |
| 4385 | 2026-06-03T08:19:02.602Z | > autoneg: true, |
| 4386 | 2026-06-03T08:19:02.602Z | > fec: Some( |
| 4387 | 2026-06-03T08:19:02.602Z | > None, |
| 4388 | 2026-06-03T08:19:02.602Z | > ), |
| 4389 | 2026-06-03T08:19:02.602Z | > kr: true, |
| 4390 | 2026-06-03T08:19:02.602Z | > lane: Some( |
| 4391 | 2026-06-03T08:19:02.602Z | > LinkId( |
| 4392 | 2026-06-03T08:19:02.602Z | > 0, |
| 4393 | 2026-06-03T08:19:02.602Z | > ), |
| 4394 | 2026-06-03T08:19:02.602Z | > ), |
| 4395 | 2026-06-03T08:19:02.602Z | > speed: Speed100G, |
| 4396 | 2026-06-03T08:19:02.602Z | > tx_eq: None, |
| 4397 | 2026-06-03T08:19:02.602Z | > }, |
| 4398 | 2026-06-03T08:19:02.602Z | > }, |
| 4399 | 2026-06-03T08:19:02.603Z | > }, |
| 4400 | 2026-06-03T08:19:02.603Z | } |
| 4401 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.313 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4402 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.314 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "69c00f11-3ba7-4764-8f4f-b221df298737", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4403 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.314 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4404 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.314 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ff8cf813-72fd-499e-bd3f-0c60cc7d4388", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4405 | 2026-06-03T08:19:02.603Z | current/target: Diff < left / right > : |
| 4406 | 2026-06-03T08:19:02.603Z | PortSettings { |
| 4407 | 2026-06-03T08:19:02.603Z | < links: {}, |
| 4408 | 2026-06-03T08:19:02.603Z | > links: { |
| 4409 | 2026-06-03T08:19:02.603Z | > "0": LinkSettings { |
| 4410 | 2026-06-03T08:19:02.603Z | > addrs: [ |
| 4411 | 2026-06-03T08:19:02.603Z | > 99.128.167.160, |
| 4412 | 2026-06-03T08:19:02.603Z | > 28f3:ea31:868f:a725:b55f:ec20:9ab2:2452, |
| 4413 | 2026-06-03T08:19:02.603Z | > ], |
| 4414 | 2026-06-03T08:19:02.603Z | > params: LinkCreate { |
| 4415 | 2026-06-03T08:19:02.603Z | > autoneg: false, |
| 4416 | 2026-06-03T08:19:02.603Z | > fec: Some( |
| 4417 | 2026-06-03T08:19:02.603Z | > None, |
| 4418 | 2026-06-03T08:19:02.603Z | > ), |
| 4419 | 2026-06-03T08:19:02.603Z | > kr: true, |
| 4420 | 2026-06-03T08:19:02.603Z | > lane: Some( |
| 4421 | 2026-06-03T08:19:02.603Z | > LinkId( |
| 4422 | 2026-06-03T08:19:02.603Z | > 0, |
| 4423 | 2026-06-03T08:19:02.603Z | > ), |
| 4424 | 2026-06-03T08:19:02.603Z | > ), |
| 4425 | 2026-06-03T08:19:02.603Z | > speed: Speed100G, |
| 4426 | 2026-06-03T08:19:02.603Z | > tx_eq: None, |
| 4427 | 2026-06-03T08:19:02.603Z | > }, |
| 4428 | 2026-06-03T08:19:02.603Z | > }, |
| 4429 | 2026-06-03T08:19:02.603Z | > }, |
| 4430 | 2026-06-03T08:19:02.603Z | } |
| 4431 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.314 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4432 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.315 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "c53e4211-3e65-422d-b26d-1d0e1d8a5565", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4433 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.315 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4434 | 2026-06-03T08:19:02.603Z | Jun 03 08:18:56.315 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2d64d889-6086-4fc2-8d29-873d554e3ce4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4435 | 2026-06-03T08:19:02.603Z | current/target: Diff < left / right > : |
| 4436 | 2026-06-03T08:19:02.603Z | PortSettings { |
| 4437 | 2026-06-03T08:19:02.604Z | < links: {}, |
| 4438 | 2026-06-03T08:19:02.604Z | > links: { |
| 4439 | 2026-06-03T08:19:02.604Z | > "0": LinkSettings { |
| 4440 | 2026-06-03T08:19:02.604Z | > addrs: [ |
| 4441 | 2026-06-03T08:19:02.604Z | > 52.240.228.135, |
| 4442 | 2026-06-03T08:19:02.604Z | > 172.48.134.150, |
| 4443 | 2026-06-03T08:19:02.604Z | > 193.80.175.253, |
| 4444 | 2026-06-03T08:19:02.604Z | > 195.109.76.115, |
| 4445 | 2026-06-03T08:19:02.604Z | > 216.64.59.185, |
| 4446 | 2026-06-03T08:19:02.604Z | > 220.42.149.240, |
| 4447 | 2026-06-03T08:19:02.604Z | > 225.23.164.95, |
| 4448 | 2026-06-03T08:19:02.604Z | > ab4:d28c:6ae2:ec8c:5d4f:5c7e:971b:2065, |
| 4449 | 2026-06-03T08:19:02.604Z | > f34:52b4:5aee:5594:275e:2423:aaa2:13f, |
| 4450 | 2026-06-03T08:19:02.604Z | > 4179:9225:80a2:d576:c839:80af:36ea:3f46, |
| 4451 | 2026-06-03T08:19:02.604Z | > 4b6f:ad39:5d84:125f:ceca:670b:f34f:dc53, |
| 4452 | 2026-06-03T08:19:02.604Z | > 4db0:c877:b025:e2b0:fda4:449:b95e:45cd, |
| 4453 | 2026-06-03T08:19:02.604Z | > 67c1:3886:50dd:e4ba:f671:9aa9:14d5:8b49, |
| 4454 | 2026-06-03T08:19:02.604Z | > 7ee5:2fe6:8351:69d9:1140:3fc7:c064:3505, |
| 4455 | 2026-06-03T08:19:02.604Z | > 8b5d:3eb3:dc32:918e:63a3:bc03:581d:1cab, |
| 4456 | 2026-06-03T08:19:02.604Z | > 9b9b:6453:1768:eeb:c3e:a190:679e:7e60, |
| 4457 | 2026-06-03T08:19:02.604Z | > b4ea:946:2b:4600:6b13:f475:e28d:acfa, |
| 4458 | 2026-06-03T08:19:02.604Z | > cfa5:448c:6866:d4a9:b659:ba87:65a9:606c, |
| 4459 | 2026-06-03T08:19:02.604Z | > d80c:f2d3:e93d:9e55:404a:a116:cb10:5d27, |
| 4460 | 2026-06-03T08:19:02.604Z | > ], |
| 4461 | 2026-06-03T08:19:02.604Z | > params: LinkCreate { |
| 4462 | 2026-06-03T08:19:02.604Z | > autoneg: true, |
| 4463 | 2026-06-03T08:19:02.604Z | > fec: Some( |
| 4464 | 2026-06-03T08:19:02.604Z | > None, |
| 4465 | 2026-06-03T08:19:02.608Z | > ), |
| 4466 | 2026-06-03T08:19:02.608Z | > kr: true, |
| 4467 | 2026-06-03T08:19:02.608Z | > lane: Some( |
| 4468 | 2026-06-03T08:19:02.608Z | > LinkId( |
| 4469 | 2026-06-03T08:19:02.608Z | > 0, |
| 4470 | 2026-06-03T08:19:02.608Z | > ), |
| 4471 | 2026-06-03T08:19:02.608Z | > ), |
| 4472 | 2026-06-03T08:19:02.608Z | > speed: Speed100G, |
| 4473 | 2026-06-03T08:19:02.608Z | > tx_eq: None, |
| 4474 | 2026-06-03T08:19:02.608Z | > }, |
| 4475 | 2026-06-03T08:19:02.608Z | > }, |
| 4476 | 2026-06-03T08:19:02.608Z | > }, |
| 4477 | 2026-06-03T08:19:02.608Z | } |
| 4478 | 2026-06-03T08:19:02.608Z | Jun 03 08:18:56.315 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4479 | 2026-06-03T08:19:02.608Z | Jun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "bad27b7f-90ef-45d7-a763-810c5d43f1fc", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4480 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.316 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4481 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "72c92ada-f141-42ce-a674-e66ac9aa94a3", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4482 | 2026-06-03T08:19:02.609Z | operation failed, settings remained as expectedJun 03 08:18:56.316 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4483 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7ba24b0e-9b29-44c6-ab1e-d7e45a7bde99", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4484 | 2026-06-03T08:19:02.609Z | current/target: Diff < left / right > : |
| 4485 | 2026-06-03T08:19:02.609Z | PortSettings { |
| 4486 | 2026-06-03T08:19:02.609Z | < links: {}, |
| 4487 | 2026-06-03T08:19:02.609Z | > links: { |
| 4488 | 2026-06-03T08:19:02.609Z | > "0": LinkSettings { |
| 4489 | 2026-06-03T08:19:02.609Z | > addrs: [ |
| 4490 | 2026-06-03T08:19:02.609Z | > 154.206.152.78, |
| 4491 | 2026-06-03T08:19:02.609Z | > 239.131.67.149, |
| 4492 | 2026-06-03T08:19:02.609Z | > 1368:6438:19ed:f3c5:d25f:ba3d:5270:cf6d, |
| 4493 | 2026-06-03T08:19:02.609Z | > 2403:85aa:b7ef:3567:e6de:b5ae:c4bb:fbf6, |
| 4494 | 2026-06-03T08:19:02.609Z | > 3f67:edd8:e2b6:174c:e064:48d3:19ba:f76a, |
| 4495 | 2026-06-03T08:19:02.609Z | > 774e:5d90:6c50:2aaa:317c:fe87:7ec3:aca3, |
| 4496 | 2026-06-03T08:19:02.609Z | > ], |
| 4497 | 2026-06-03T08:19:02.609Z | > params: LinkCreate { |
| 4498 | 2026-06-03T08:19:02.609Z | > autoneg: true, |
| 4499 | 2026-06-03T08:19:02.609Z | > fec: Some( |
| 4500 | 2026-06-03T08:19:02.609Z | > None, |
| 4501 | 2026-06-03T08:19:02.609Z | > ), |
| 4502 | 2026-06-03T08:19:02.609Z | > kr: true, |
| 4503 | 2026-06-03T08:19:02.609Z | > lane: Some( |
| 4504 | 2026-06-03T08:19:02.609Z | > LinkId( |
| 4505 | 2026-06-03T08:19:02.609Z | > 0, |
| 4506 | 2026-06-03T08:19:02.609Z | > ), |
| 4507 | 2026-06-03T08:19:02.609Z | > ), |
| 4508 | 2026-06-03T08:19:02.609Z | > speed: Speed100G, |
| 4509 | 2026-06-03T08:19:02.609Z | > tx_eq: None, |
| 4510 | 2026-06-03T08:19:02.609Z | > }, |
| 4511 | 2026-06-03T08:19:02.609Z | > }, |
| 4512 | 2026-06-03T08:19:02.609Z | > }, |
| 4513 | 2026-06-03T08:19:02.609Z | } |
| 4514 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.317 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4515 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.317 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "550383da-e9d2-4fe1-8b4f-07cb2c304ba6", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4516 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.317 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4517 | 2026-06-03T08:19:02.609Z | Jun 03 08:18:56.317 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5c1dfaa7-163d-4f71-927d-071a0bd244a7", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4518 | 2026-06-03T08:19:02.610Z | current/target: Diff < left / right > : |
| 4519 | 2026-06-03T08:19:02.610Z | PortSettings { |
| 4520 | 2026-06-03T08:19:02.610Z | < links: {}, |
| 4521 | 2026-06-03T08:19:02.610Z | > links: { |
| 4522 | 2026-06-03T08:19:02.610Z | > "0": LinkSettings { |
| 4523 | 2026-06-03T08:19:02.610Z | > addrs: [ |
| 4524 | 2026-06-03T08:19:02.610Z | > 3.215.55.209, |
| 4525 | 2026-06-03T08:19:02.610Z | > 20.5.12.150, |
| 4526 | 2026-06-03T08:19:02.610Z | > 126.62.241.18, |
| 4527 | 2026-06-03T08:19:02.610Z | > 140.149.80.172, |
| 4528 | 2026-06-03T08:19:02.610Z | > 158.98.172.131, |
| 4529 | 2026-06-03T08:19:02.610Z | > 816:7d64:61e8:456e:17d2:f574:87d:3468, |
| 4530 | 2026-06-03T08:19:02.610Z | > 107e:ad25:d62e:6110:ec33:56ab:5802:c7dd, |
| 4531 | 2026-06-03T08:19:02.610Z | > 1c51:7a02:2593:5cb8:e6d4:ca81:831:2481, |
| 4532 | 2026-06-03T08:19:02.610Z | > 4fed:4a19:cc88:c73f:f824:9d53:5793:dd37, |
| 4533 | 2026-06-03T08:19:02.610Z | > 5385:384:b31b:cca0:7afd:c63:e07c:cbb8, |
| 4534 | 2026-06-03T08:19:02.610Z | > 7d49:c80b:e3e7:26be:a215:7afd:cb3d:acaa, |
| 4535 | 2026-06-03T08:19:02.610Z | > 7d4b:4a1a:67c6:4414:ccbd:9d31:b5a4:612e, |
| 4536 | 2026-06-03T08:19:02.610Z | > 836d:dc9c:679f:5207:2eee:f49a:5259:274f, |
| 4537 | 2026-06-03T08:19:02.610Z | > 92ea:8a55:2266:535a:9612:f05e:8633:35d8, |
| 4538 | 2026-06-03T08:19:02.610Z | > a936:42dd:1a55:4741:ae0b:74b5:3a75:8bb4, |
| 4539 | 2026-06-03T08:19:02.610Z | > aeea:c860:bdd9:6276:23cb:b83d:cba0:62d8, |
| 4540 | 2026-06-03T08:19:02.610Z | > bbab:4aa6:a811:a0c7:2345:cc69:6049:fecf, |
| 4541 | 2026-06-03T08:19:02.610Z | > bf9d:55be:f269:360f:f3ee:c57:52a:e681, |
| 4542 | 2026-06-03T08:19:02.610Z | > ee74:4f65:b384:d9be:908:11d7:6f8b:2430, |
| 4543 | 2026-06-03T08:19:02.610Z | > ], |
| 4544 | 2026-06-03T08:19:02.610Z | > params: LinkCreate { |
| 4545 | 2026-06-03T08:19:02.610Z | > autoneg: true, |
| 4546 | 2026-06-03T08:19:02.610Z | > fec: Some( |
| 4547 | 2026-06-03T08:19:02.610Z | > None, |
| 4548 | 2026-06-03T08:19:02.610Z | > ), |
| 4549 | 2026-06-03T08:19:02.610Z | > kr: true, |
| 4550 | 2026-06-03T08:19:02.610Z | > lane: Some( |
| 4551 | 2026-06-03T08:19:02.610Z | > LinkId( |
| 4552 | 2026-06-03T08:19:02.610Z | > 0, |
| 4553 | 2026-06-03T08:19:02.611Z | > ), |
| 4554 | 2026-06-03T08:19:02.611Z | > ), |
| 4555 | 2026-06-03T08:19:02.611Z | > speed: Speed100G, |
| 4556 | 2026-06-03T08:19:02.611Z | > tx_eq: None, |
| 4557 | 2026-06-03T08:19:02.611Z | > }, |
| 4558 | 2026-06-03T08:19:02.611Z | > }, |
| 4559 | 2026-06-03T08:19:02.611Z | > }, |
| 4560 | 2026-06-03T08:19:02.611Z | } |
| 4561 | 2026-06-03T08:19:02.611Z | Jun 03 08:18:56.317 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4562 | 2026-06-03T08:19:02.611Z | Jun 03 08:18:56.318 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "bc8834e9-4604-4ddb-8f5f-78b2585886d4", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4563 | 2026-06-03T08:19:02.611Z | Jun 03 08:18:56.318 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4564 | 2026-06-03T08:19:02.611Z | Jun 03 08:18:56.318 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "921615ef-e1e5-4c8d-a826-9f8fb806bd96", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4565 | 2026-06-03T08:19:02.615Z | current/target: Diff < left / right > : |
| 4566 | 2026-06-03T08:19:02.615Z | PortSettings { |
| 4567 | 2026-06-03T08:19:02.615Z | < links: {}, |
| 4568 | 2026-06-03T08:19:02.615Z | > links: { |
| 4569 | 2026-06-03T08:19:02.615Z | > "0": LinkSettings { |
| 4570 | 2026-06-03T08:19:02.615Z | > addrs: [ |
| 4571 | 2026-06-03T08:19:02.615Z | > 10.148.231.158, |
| 4572 | 2026-06-03T08:19:02.615Z | > 78.25.123.252, |
| 4573 | 2026-06-03T08:19:02.615Z | > 164.118.89.118, |
| 4574 | 2026-06-03T08:19:02.615Z | > 209.125.190.51, |
| 4575 | 2026-06-03T08:19:02.615Z | > 222.220.164.14, |
| 4576 | 2026-06-03T08:19:02.615Z | > 234.109.90.180, |
| 4577 | 2026-06-03T08:19:02.615Z | > 237.73.113.145, |
| 4578 | 2026-06-03T08:19:02.615Z | > 14e9:c8a4:86e5:df44:8896:320c:830a:8f34, |
| 4579 | 2026-06-03T08:19:02.615Z | > 28e5:55d1:3ac9:a317:1bf6:5be5:f003:bdcc, |
| 4580 | 2026-06-03T08:19:02.615Z | > 4e2d:c9d3:abb2:2656:8b4f:a9c8:6bd0:cca9, |
| 4581 | 2026-06-03T08:19:02.615Z | > 50aa:514a:fbbc:a2d1:439d:494c:d61e:2703, |
| 4582 | 2026-06-03T08:19:02.616Z | > 541a:ffb:88a7:4b1e:8e4b:2d09:7967:ace7, |
| 4583 | 2026-06-03T08:19:02.616Z | > 8d91:79aa:3501:a420:f41:6aa:ad2a:59df, |
| 4584 | 2026-06-03T08:19:02.616Z | > 8fd5:18a0:9715:c263:1e1f:21b9:e06d:d494, |
| 4585 | 2026-06-03T08:19:02.616Z | > 94f7:658c:e1d4:e007:a0ea:ea34:948f:3b09, |
| 4586 | 2026-06-03T08:19:02.616Z | > 9628:bb26:ab32:53e1:c1b:1471:a4f5:21ac, |
| 4587 | 2026-06-03T08:19:02.616Z | > a285:a345:77c2:af1a:e713:96e:f7d1:c49c, |
| 4588 | 2026-06-03T08:19:02.616Z | > bfe9:65ee:124e:f663:44dc:279:3f96:953e, |
| 4589 | 2026-06-03T08:19:02.616Z | > ef90:b2ed:d1b0:1ab5:3f2c:a511:d7e0:cc7f, |
| 4590 | 2026-06-03T08:19:02.616Z | > faac:e942:c5b7:f402:664e:35a5:baa9:2128, |
| 4591 | 2026-06-03T08:19:02.616Z | > fe28:3fac:6156:dfef:a212:4b3e:d873:c226, |
| 4592 | 2026-06-03T08:19:02.616Z | > ], |
| 4593 | 2026-06-03T08:19:02.616Z | > params: LinkCreate { |
| 4594 | 2026-06-03T08:19:02.616Z | > autoneg: true, |
| 4595 | 2026-06-03T08:19:02.616Z | > fec: Some( |
| 4596 | 2026-06-03T08:19:02.616Z | > None, |
| 4597 | 2026-06-03T08:19:02.616Z | > ), |
| 4598 | 2026-06-03T08:19:02.616Z | > kr: false, |
| 4599 | 2026-06-03T08:19:02.616Z | > lane: Some( |
| 4600 | 2026-06-03T08:19:02.616Z | > LinkId( |
| 4601 | 2026-06-03T08:19:02.616Z | > 0, |
| 4602 | 2026-06-03T08:19:02.616Z | > ), |
| 4603 | 2026-06-03T08:19:02.616Z | > ), |
| 4604 | 2026-06-03T08:19:02.616Z | > speed: Speed100G, |
| 4605 | 2026-06-03T08:19:02.616Z | > tx_eq: None, |
| 4606 | 2026-06-03T08:19:02.616Z | > }, |
| 4607 | 2026-06-03T08:19:02.616Z | > }, |
| 4608 | 2026-06-03T08:19:02.616Z | > }, |
| 4609 | 2026-06-03T08:19:02.616Z | } |
| 4610 | 2026-06-03T08:19:02.616Z | Jun 03 08:18:56.319 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4611 | 2026-06-03T08:19:02.616Z | Jun 03 08:18:56.319 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "e3bff788-ab46-4652-9fa0-58551ab67c58", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4612 | 2026-06-03T08:19:02.616Z | Jun 03 08:18:56.319 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4613 | 2026-06-03T08:19:02.616Z | Jun 03 08:18:56.319 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f898e9e4-74ca-4834-97d3-6bdbd745a4d3", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4614 | 2026-06-03T08:19:02.616Z | current/target: Diff < left / right > : |
| 4615 | 2026-06-03T08:19:02.616Z | PortSettings { |
| 4616 | 2026-06-03T08:19:02.616Z | < links: {}, |
| 4617 | 2026-06-03T08:19:02.616Z | > links: { |
| 4618 | 2026-06-03T08:19:02.617Z | > "0": LinkSettings { |
| 4619 | 2026-06-03T08:19:02.617Z | > addrs: [ |
| 4620 | 2026-06-03T08:19:02.617Z | > 5.137.118.156, |
| 4621 | 2026-06-03T08:19:02.617Z | > 3709:30f1:78a1:67e6:8d84:15c4:9fba:3596, |
| 4622 | 2026-06-03T08:19:02.617Z | > 5740:e17d:738a:f832:f54b:4080:cdc0:eec4, |
| 4623 | 2026-06-03T08:19:02.617Z | > 79a5:35a:2aaf:c725:823a:6283:7831:bddd, |
| 4624 | 2026-06-03T08:19:02.617Z | > 805e:f25a:6034:6f19:ba88:24ad:d7d:2eed, |
| 4625 | 2026-06-03T08:19:02.617Z | > 9382:b571:22ab:a9fa:3a33:ab7b:cdd5:eea9, |
| 4626 | 2026-06-03T08:19:02.617Z | > c285:6523:1cc7:4ace:a8e:795c:251:e543, |
| 4627 | 2026-06-03T08:19:02.617Z | > c3b4:f18:b866:97be:8692:8e2a:9062:8baa, |
| 4628 | 2026-06-03T08:19:02.617Z | > ee50:8a56:ca34:4920:7e42:2076:28ee:801f, |
| 4629 | 2026-06-03T08:19:02.617Z | > f5c8:6aa6:6474:1c80:1cf3:3a63:47b4:7e86, |
| 4630 | 2026-06-03T08:19:02.617Z | > ], |
| 4631 | 2026-06-03T08:19:02.617Z | > params: LinkCreate { |
| 4632 | 2026-06-03T08:19:02.617Z | > autoneg: true, |
| 4633 | 2026-06-03T08:19:02.617Z | > fec: Some( |
| 4634 | 2026-06-03T08:19:02.617Z | > None, |
| 4635 | 2026-06-03T08:19:02.617Z | > ), |
| 4636 | 2026-06-03T08:19:02.617Z | > kr: false, |
| 4637 | 2026-06-03T08:19:02.617Z | > lane: Some( |
| 4638 | 2026-06-03T08:19:02.617Z | > LinkId( |
| 4639 | 2026-06-03T08:19:02.617Z | > 0, |
| 4640 | 2026-06-03T08:19:02.617Z | > ), |
| 4641 | 2026-06-03T08:19:02.617Z | > ), |
| 4642 | 2026-06-03T08:19:02.617Z | > speed: Speed100G, |
| 4643 | 2026-06-03T08:19:02.617Z | > tx_eq: None, |
| 4644 | 2026-06-03T08:19:02.617Z | > }, |
| 4645 | 2026-06-03T08:19:02.617Z | > }, |
| 4646 | 2026-06-03T08:19:02.617Z | > }, |
| 4647 | 2026-06-03T08:19:02.617Z | } |
| 4648 | 2026-06-03T08:19:02.617Z | Jun 03 08:18:56.319 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4649 | 2026-06-03T08:19:02.617Z | Jun 03 08:18:56.320 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "f5952ed5-8603-4558-95b3-26b892e0f110", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4650 | 2026-06-03T08:19:02.617Z | Jun 03 08:18:56.320 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4651 | 2026-06-03T08:19:02.617Z | Jun 03 08:18:56.320 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a3eb3c47-3c9b-4ec9-bf76-b9c4ffdfef44", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4652 | 2026-06-03T08:19:02.617Z | current/target: Diff < left / right > : |
| 4653 | 2026-06-03T08:19:02.617Z | PortSettings { |
| 4654 | 2026-06-03T08:19:02.617Z | < links: {}, |
| 4655 | 2026-06-03T08:19:02.617Z | > links: { |
| 4656 | 2026-06-03T08:19:02.618Z | > "0": LinkSettings { |
| 4657 | 2026-06-03T08:19:02.618Z | > addrs: [ |
| 4658 | 2026-06-03T08:19:02.618Z | > 4.7.227.178, |
| 4659 | 2026-06-03T08:19:02.618Z | > 96.215.73.0, |
| 4660 | 2026-06-03T08:19:02.618Z | > 220.209.184.7, |
| 4661 | 2026-06-03T08:19:02.618Z | > 233.122.1.96, |
| 4662 | 2026-06-03T08:19:02.618Z | > 240.18.240.161, |
| 4663 | 2026-06-03T08:19:02.618Z | > ], |
| 4664 | 2026-06-03T08:19:02.618Z | > params: LinkCreate { |
| 4665 | 2026-06-03T08:19:02.626Z | > autoneg: true, |
| 4666 | 2026-06-03T08:19:02.626Z | > fec: Some( |
| 4667 | 2026-06-03T08:19:02.626Z | > None, |
| 4668 | 2026-06-03T08:19:02.626Z | > ), |
| 4669 | 2026-06-03T08:19:02.626Z | > kr: false, |
| 4670 | 2026-06-03T08:19:02.626Z | > lane: Some( |
| 4671 | 2026-06-03T08:19:02.626Z | > LinkId( |
| 4672 | 2026-06-03T08:19:02.626Z | > 0, |
| 4673 | 2026-06-03T08:19:02.626Z | > ), |
| 4674 | 2026-06-03T08:19:02.626Z | > ), |
| 4675 | 2026-06-03T08:19:02.626Z | > speed: Speed100G, |
| 4676 | 2026-06-03T08:19:02.626Z | > tx_eq: None, |
| 4677 | 2026-06-03T08:19:02.626Z | > }, |
| 4678 | 2026-06-03T08:19:02.626Z | > }, |
| 4679 | 2026-06-03T08:19:02.626Z | > }, |
| 4680 | 2026-06-03T08:19:02.626Z | } |
| 4681 | 2026-06-03T08:19:02.626Z | Jun 03 08:18:56.320 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4682 | 2026-06-03T08:19:02.626Z | Jun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "723ab1e1-5cdc-4cdd-a68f-bd6620595f70", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4683 | 2026-06-03T08:19:02.626Z | Jun 03 08:18:56.321 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4684 | 2026-06-03T08:19:02.626Z | Jun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6c69734c-79c4-4d1c-ae4d-e6f15325a5a2", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4685 | 2026-06-03T08:19:02.626Z | operation failed, settings remained as expectedJun 03 08:18:56.321 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4686 | 2026-06-03T08:19:02.626Z | Jun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "be04114c-a102-464f-8262-e368dd14abe0", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4687 | 2026-06-03T08:19:02.626Z | current/target: Diff < left / right > : |
| 4688 | 2026-06-03T08:19:02.626Z | PortSettings { |
| 4689 | 2026-06-03T08:19:02.626Z | < links: {}, |
| 4690 | 2026-06-03T08:19:02.626Z | > links: { |
| 4691 | 2026-06-03T08:19:02.626Z | > "0": LinkSettings { |
| 4692 | 2026-06-03T08:19:02.626Z | > addrs: [ |
| 4693 | 2026-06-03T08:19:02.626Z | > 17.82.8.59, |
| 4694 | 2026-06-03T08:19:02.626Z | > 20.172.97.202, |
| 4695 | 2026-06-03T08:19:02.626Z | > 43.145.241.155, |
| 4696 | 2026-06-03T08:19:02.626Z | > 46.117.173.214, |
| 4697 | 2026-06-03T08:19:02.626Z | > 52.112.35.102, |
| 4698 | 2026-06-03T08:19:02.626Z | > 98.131.37.155, |
| 4699 | 2026-06-03T08:19:02.626Z | > 121.142.168.105, |
| 4700 | 2026-06-03T08:19:02.627Z | > 3801:b661:b716:1330:fedc:5eeb:cb4a:9f35, |
| 4701 | 2026-06-03T08:19:02.627Z | > 4154:f183:e18a:395:c47e:e65e:a88:f8b6, |
| 4702 | 2026-06-03T08:19:02.627Z | > 8ee9:9890:d894:ded6:6e46:3b2:2d22:4270, |
| 4703 | 2026-06-03T08:19:02.627Z | > 9476:1e4:2a5b:1845:bc7a:9de4:f2e6:32df, |
| 4704 | 2026-06-03T08:19:02.627Z | > caea:81e:4238:3e31:e5fd:76af:9c1a:493b, |
| 4705 | 2026-06-03T08:19:02.627Z | > ], |
| 4706 | 2026-06-03T08:19:02.627Z | > params: LinkCreate { |
| 4707 | 2026-06-03T08:19:02.627Z | > autoneg: true, |
| 4708 | 2026-06-03T08:19:02.627Z | > fec: Some( |
| 4709 | 2026-06-03T08:19:02.627Z | > None, |
| 4710 | 2026-06-03T08:19:02.627Z | > ), |
| 4711 | 2026-06-03T08:19:02.627Z | > kr: true, |
| 4712 | 2026-06-03T08:19:02.627Z | > lane: Some( |
| 4713 | 2026-06-03T08:19:02.627Z | > LinkId( |
| 4714 | 2026-06-03T08:19:02.627Z | > 0, |
| 4715 | 2026-06-03T08:19:02.627Z | > ), |
| 4716 | 2026-06-03T08:19:02.627Z | > ), |
| 4717 | 2026-06-03T08:19:02.627Z | > speed: Speed100G, |
| 4718 | 2026-06-03T08:19:02.627Z | > tx_eq: None, |
| 4719 | 2026-06-03T08:19:02.627Z | > }, |
| 4720 | 2026-06-03T08:19:02.627Z | > }, |
| 4721 | 2026-06-03T08:19:02.627Z | > }, |
| 4722 | 2026-06-03T08:19:02.627Z | } |
| 4723 | 2026-06-03T08:19:02.627Z | Jun 03 08:18:56.322 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4724 | 2026-06-03T08:19:02.627Z | Jun 03 08:18:56.322 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "3a5eef73-d00d-4357-bad7-3ed68d0eaed5", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4725 | 2026-06-03T08:19:02.627Z | Jun 03 08:18:56.322 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4726 | 2026-06-03T08:19:02.627Z | Jun 03 08:18:56.322 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8c7ae45f-03a7-4425-b0b7-5c48a1fb6666", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4727 | 2026-06-03T08:19:02.627Z | operation failed, settings remained as expectedJun 03 08:18:56.322 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4728 | 2026-06-03T08:19:02.627Z | Jun 03 08:18:56.323 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cb3a1277-e328-42d3-a971-eb21f732dcf4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4729 | 2026-06-03T08:19:02.627Z | current/target: Diff < left / right > : |
| 4730 | 2026-06-03T08:19:02.627Z | PortSettings { |
| 4731 | 2026-06-03T08:19:02.627Z | < links: {}, |
| 4732 | 2026-06-03T08:19:02.627Z | > links: { |
| 4733 | 2026-06-03T08:19:02.627Z | > "0": LinkSettings { |
| 4734 | 2026-06-03T08:19:02.627Z | > addrs: [ |
| 4735 | 2026-06-03T08:19:02.628Z | > 56.213.168.166, |
| 4736 | 2026-06-03T08:19:02.628Z | > 62.171.129.149, |
| 4737 | 2026-06-03T08:19:02.628Z | > 113.230.43.53, |
| 4738 | 2026-06-03T08:19:02.628Z | > 130.43.106.66, |
| 4739 | 2026-06-03T08:19:02.628Z | > 134.40.171.6, |
| 4740 | 2026-06-03T08:19:02.628Z | > 160.133.90.239, |
| 4741 | 2026-06-03T08:19:02.628Z | > 173.38.132.94, |
| 4742 | 2026-06-03T08:19:02.628Z | > 189.14.241.203, |
| 4743 | 2026-06-03T08:19:02.628Z | > 230.7.237.44, |
| 4744 | 2026-06-03T08:19:02.628Z | > 235.58.195.189, |
| 4745 | 2026-06-03T08:19:02.628Z | > 253.69.143.53, |
| 4746 | 2026-06-03T08:19:02.628Z | > 575:c81e:a581:c1bc:b004:b531:4925:6d26, |
| 4747 | 2026-06-03T08:19:02.628Z | > 4e92:e4e0:de39:319d:8893:5c49:d90b:321, |
| 4748 | 2026-06-03T08:19:02.628Z | > 5246:622d:6ce1:b673:b3a4:7ed0:b9c6:6962, |
| 4749 | 2026-06-03T08:19:02.628Z | > 63a9:d289:d315:7910:c562:5f34:6aea:1568, |
| 4750 | 2026-06-03T08:19:02.628Z | > 6fd8:9d2:cb0:e558:77f1:1239:97fe:7e56, |
| 4751 | 2026-06-03T08:19:02.628Z | > 7bda:5601:577b:3dcd:811a:6dac:934d:481a, |
| 4752 | 2026-06-03T08:19:02.628Z | > e4f2:7c2b:d789:6127:8113:d0bc:115f:c0d7, |
| 4753 | 2026-06-03T08:19:02.628Z | > ea7b:9866:8a5d:b90:ea62:c961:f6e7:c34b, |
| 4754 | 2026-06-03T08:19:02.628Z | > ], |
| 4755 | 2026-06-03T08:19:02.628Z | > params: LinkCreate { |
| 4756 | 2026-06-03T08:19:02.628Z | > autoneg: true, |
| 4757 | 2026-06-03T08:19:02.628Z | > fec: Some( |
| 4758 | 2026-06-03T08:19:02.628Z | > None, |
| 4759 | 2026-06-03T08:19:02.628Z | > ), |
| 4760 | 2026-06-03T08:19:02.628Z | > kr: false, |
| 4761 | 2026-06-03T08:19:02.628Z | > lane: Some( |
| 4762 | 2026-06-03T08:19:02.628Z | > LinkId( |
| 4763 | 2026-06-03T08:19:02.628Z | > 0, |
| 4764 | 2026-06-03T08:19:02.628Z | > ), |
| 4765 | 2026-06-03T08:19:02.633Z | > ), |
| 4766 | 2026-06-03T08:19:02.633Z | > speed: Speed100G, |
| 4767 | 2026-06-03T08:19:02.633Z | > tx_eq: None, |
| 4768 | 2026-06-03T08:19:02.633Z | > }, |
| 4769 | 2026-06-03T08:19:02.633Z | > }, |
| 4770 | 2026-06-03T08:19:02.633Z | > }, |
| 4771 | 2026-06-03T08:19:02.633Z | } |
| 4772 | 2026-06-03T08:19:02.633Z | Jun 03 08:18:56.323 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4773 | 2026-06-03T08:19:02.633Z | Jun 03 08:18:56.323 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "5aaf8994-beac-41c4-936d-b56638bc09e0", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4774 | 2026-06-03T08:19:02.633Z | Jun 03 08:18:56.323 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4775 | 2026-06-03T08:19:02.633Z | Jun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "79692c6b-258c-4f72-b486-07499ac5e80f", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4776 | 2026-06-03T08:19:02.633Z | current/target: Diff < left / right > : |
| 4777 | 2026-06-03T08:19:02.633Z | PortSettings { |
| 4778 | 2026-06-03T08:19:02.633Z | < links: {}, |
| 4779 | 2026-06-03T08:19:02.633Z | > links: { |
| 4780 | 2026-06-03T08:19:02.633Z | > "0": LinkSettings { |
| 4781 | 2026-06-03T08:19:02.633Z | > addrs: [ |
| 4782 | 2026-06-03T08:19:02.633Z | > 54.206.92.144, |
| 4783 | 2026-06-03T08:19:02.633Z | > 86.93.41.224, |
| 4784 | 2026-06-03T08:19:02.633Z | > 103.188.88.140, |
| 4785 | 2026-06-03T08:19:02.633Z | > 167.219.240.101, |
| 4786 | 2026-06-03T08:19:02.634Z | > 178.244.69.252, |
| 4787 | 2026-06-03T08:19:02.634Z | > 252.190.108.29, |
| 4788 | 2026-06-03T08:19:02.634Z | > 1884:47ee:5e90:d5b4:3b1d:5d1c:7746:6009, |
| 4789 | 2026-06-03T08:19:02.634Z | > 7249:95d7:b3cd:f492:1b2f:adea:2eca:38c3, |
| 4790 | 2026-06-03T08:19:02.634Z | > ], |
| 4791 | 2026-06-03T08:19:02.634Z | > params: LinkCreate { |
| 4792 | 2026-06-03T08:19:02.634Z | > autoneg: true, |
| 4793 | 2026-06-03T08:19:02.634Z | > fec: Some( |
| 4794 | 2026-06-03T08:19:02.634Z | > None, |
| 4795 | 2026-06-03T08:19:02.634Z | > ), |
| 4796 | 2026-06-03T08:19:02.634Z | > kr: true, |
| 4797 | 2026-06-03T08:19:02.634Z | > lane: Some( |
| 4798 | 2026-06-03T08:19:02.634Z | > LinkId( |
| 4799 | 2026-06-03T08:19:02.634Z | > 0, |
| 4800 | 2026-06-03T08:19:02.634Z | > ), |
| 4801 | 2026-06-03T08:19:02.634Z | > ), |
| 4802 | 2026-06-03T08:19:02.634Z | > speed: Speed100G, |
| 4803 | 2026-06-03T08:19:02.634Z | > tx_eq: None, |
| 4804 | 2026-06-03T08:19:02.634Z | > }, |
| 4805 | 2026-06-03T08:19:02.634Z | > }, |
| 4806 | 2026-06-03T08:19:02.634Z | > }, |
| 4807 | 2026-06-03T08:19:02.634Z | } |
| 4808 | 2026-06-03T08:19:02.634Z | Jun 03 08:18:56.324 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4809 | 2026-06-03T08:19:02.634Z | Jun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "4be65d46-31f4-4935-8d2f-935ff1f045fa", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4810 | 2026-06-03T08:19:02.634Z | Jun 03 08:18:56.324 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4811 | 2026-06-03T08:19:02.634Z | Jun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "31c3ac68-5722-429a-ae6d-a361ce3062a4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4812 | 2026-06-03T08:19:02.634Z | operation failed, settings remained as expectedJun 03 08:18:56.324 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4813 | 2026-06-03T08:19:02.634Z | Jun 03 08:18:56.325 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "919fb0f5-2c60-447f-872d-338ff4da06ff", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4814 | 2026-06-03T08:19:02.634Z | current/target: Diff < left / right > : |
| 4815 | 2026-06-03T08:19:02.634Z | PortSettings { |
| 4816 | 2026-06-03T08:19:02.634Z | < links: {}, |
| 4817 | 2026-06-03T08:19:02.634Z | > links: { |
| 4818 | 2026-06-03T08:19:02.634Z | > "0": LinkSettings { |
| 4819 | 2026-06-03T08:19:02.634Z | > addrs: [ |
| 4820 | 2026-06-03T08:19:02.634Z | > 26.114.163.176, |
| 4821 | 2026-06-03T08:19:02.634Z | > 31.249.70.1, |
| 4822 | 2026-06-03T08:19:02.634Z | > 40.255.175.150, |
| 4823 | 2026-06-03T08:19:02.634Z | > 79.133.116.33, |
| 4824 | 2026-06-03T08:19:02.635Z | > 91.212.245.173, |
| 4825 | 2026-06-03T08:19:02.635Z | > 113.230.97.107, |
| 4826 | 2026-06-03T08:19:02.635Z | > 215.237.132.54, |
| 4827 | 2026-06-03T08:19:02.635Z | > ], |
| 4828 | 2026-06-03T08:19:02.635Z | > params: LinkCreate { |
| 4829 | 2026-06-03T08:19:02.635Z | > autoneg: true, |
| 4830 | 2026-06-03T08:19:02.635Z | > fec: Some( |
| 4831 | 2026-06-03T08:19:02.635Z | > None, |
| 4832 | 2026-06-03T08:19:02.635Z | > ), |
| 4833 | 2026-06-03T08:19:02.635Z | > kr: true, |
| 4834 | 2026-06-03T08:19:02.635Z | > lane: Some( |
| 4835 | 2026-06-03T08:19:02.635Z | > LinkId( |
| 4836 | 2026-06-03T08:19:02.635Z | > 0, |
| 4837 | 2026-06-03T08:19:02.635Z | > ), |
| 4838 | 2026-06-03T08:19:02.635Z | > ), |
| 4839 | 2026-06-03T08:19:02.635Z | > speed: Speed100G, |
| 4840 | 2026-06-03T08:19:02.635Z | > tx_eq: None, |
| 4841 | 2026-06-03T08:19:02.635Z | > }, |
| 4842 | 2026-06-03T08:19:02.635Z | > }, |
| 4843 | 2026-06-03T08:19:02.635Z | > }, |
| 4844 | 2026-06-03T08:19:02.635Z | } |
| 4845 | 2026-06-03T08:19:02.635Z | Jun 03 08:18:56.325 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4846 | 2026-06-03T08:19:02.635Z | Jun 03 08:18:56.325 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "cfe0fe28-dd82-4207-9ef3-52eafc475529", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4847 | 2026-06-03T08:19:02.635Z | Jun 03 08:18:56.325 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4848 | 2026-06-03T08:19:02.635Z | Jun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "03fe230c-df3f-4c7f-846a-a2159a66ee9a", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4849 | 2026-06-03T08:19:02.635Z | operation failed, settings remained as expectedJun 03 08:18:56.326 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4850 | 2026-06-03T08:19:02.635Z | Jun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f8ccb5ac-41ea-4351-b719-91ec9b9fb595", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4851 | 2026-06-03T08:19:02.635Z | current/target: Diff < left / right > : |
| 4852 | 2026-06-03T08:19:02.635Z | PortSettings { |
| 4853 | 2026-06-03T08:19:02.635Z | < links: {}, |
| 4854 | 2026-06-03T08:19:02.635Z | > links: { |
| 4855 | 2026-06-03T08:19:02.635Z | > "0": LinkSettings { |
| 4856 | 2026-06-03T08:19:02.635Z | > addrs: [ |
| 4857 | 2026-06-03T08:19:02.635Z | > 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 4858 | 2026-06-03T08:19:02.635Z | > 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 4859 | 2026-06-03T08:19:02.636Z | > e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 4860 | 2026-06-03T08:19:02.636Z | > ], |
| 4861 | 2026-06-03T08:19:02.636Z | > params: LinkCreate { |
| 4862 | 2026-06-03T08:19:02.636Z | > autoneg: false, |
| 4863 | 2026-06-03T08:19:02.636Z | > fec: Some( |
| 4864 | 2026-06-03T08:19:02.636Z | > None, |
| 4865 | 2026-06-03T08:19:02.640Z | > ), |
| 4866 | 2026-06-03T08:19:02.641Z | > kr: false, |
| 4867 | 2026-06-03T08:19:02.641Z | > lane: Some( |
| 4868 | 2026-06-03T08:19:02.641Z | > LinkId( |
| 4869 | 2026-06-03T08:19:02.641Z | > 0, |
| 4870 | 2026-06-03T08:19:02.641Z | > ), |
| 4871 | 2026-06-03T08:19:02.641Z | > ), |
| 4872 | 2026-06-03T08:19:02.641Z | > speed: Speed100G, |
| 4873 | 2026-06-03T08:19:02.641Z | > tx_eq: None, |
| 4874 | 2026-06-03T08:19:02.641Z | > }, |
| 4875 | 2026-06-03T08:19:02.641Z | > }, |
| 4876 | 2026-06-03T08:19:02.641Z | > }, |
| 4877 | 2026-06-03T08:19:02.641Z | } |
| 4878 | 2026-06-03T08:19:02.641Z | Jun 03 08:18:56.326 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4879 | 2026-06-03T08:19:02.641Z | Jun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6bfe680d-fa50-47b9-9307-21ae5f564b9f", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4880 | 2026-06-03T08:19:02.641Z | Jun 03 08:18:56.326 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4881 | 2026-06-03T08:19:02.641Z | Jun 03 08:18:56.327 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c65b6c9f-8213-4c66-84ca-c095d1441984", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4882 | 2026-06-03T08:19:02.641Z | operation succeeded, settings changed as expectedJun 03 08:18:56.327 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4883 | 2026-06-03T08:19:02.641Z | Jun 03 08:18:56.327 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c35ed955-ed26-49c9-a280-5668cb2fb7f6", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4884 | 2026-06-03T08:19:02.641Z | current/target: Diff < left / right > : |
| 4885 | 2026-06-03T08:19:02.641Z | PortSettings { |
| 4886 | 2026-06-03T08:19:02.641Z | links: { |
| 4887 | 2026-06-03T08:19:02.641Z | "0": LinkSettings { |
| 4888 | 2026-06-03T08:19:02.641Z | addrs: [ |
| 4889 | 2026-06-03T08:19:02.641Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 4890 | 2026-06-03T08:19:02.641Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 4891 | 2026-06-03T08:19:02.641Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 4892 | 2026-06-03T08:19:02.641Z | > 47.115.114.146, |
| 4893 | 2026-06-03T08:19:02.641Z | > 78.116.72.51, |
| 4894 | 2026-06-03T08:19:02.641Z | > 103.191.232.170, |
| 4895 | 2026-06-03T08:19:02.641Z | > 120.104.59.74, |
| 4896 | 2026-06-03T08:19:02.641Z | > 142.74.231.154, |
| 4897 | 2026-06-03T08:19:02.641Z | > 19c9:87ad:abde:7138:1e5:548f:2549:3ad1, |
| 4898 | 2026-06-03T08:19:02.641Z | > 344e:907d:187d:ea2b:872e:bb92:19d3:17c4, |
| 4899 | 2026-06-03T08:19:02.641Z | > 3925:115c:401d:9686:6ffa:7951:f18d:ed0f, |
| 4900 | 2026-06-03T08:19:02.641Z | > 3d34:871c:790b:3a83:f155:bc7b:ce3e:1b3f, |
| 4901 | 2026-06-03T08:19:02.641Z | > 4210:c251:91e7:a690:67f8:c164:f496:faa1, |
| 4902 | 2026-06-03T08:19:02.641Z | > 5ccc:98da:4897:2c9:7610:8374:8192:784a, |
| 4903 | 2026-06-03T08:19:02.642Z | > 711a:c7c:bd7d:b94a:a003:685f:2d7c:be3a, |
| 4904 | 2026-06-03T08:19:02.642Z | > 83f7:23f8:b4f5:cde9:8d68:eff0:c109:ddc8, |
| 4905 | 2026-06-03T08:19:02.642Z | > add1:b592:453a:7ca5:eadb:5805:ea21:8ef, |
| 4906 | 2026-06-03T08:19:02.642Z | > b300:692f:a780:39cb:51ac:6e63:d6df:cd8b, |
| 4907 | 2026-06-03T08:19:02.642Z | > c4b9:dafe:1487:e627:1bcd:7e62:bec3:7776, |
| 4908 | 2026-06-03T08:19:02.642Z | ], |
| 4909 | 2026-06-03T08:19:02.642Z | params: LinkCreate { |
| 4910 | 2026-06-03T08:19:02.642Z | autoneg: false, |
| 4911 | 2026-06-03T08:19:02.642Z | fec: Some( |
| 4912 | 2026-06-03T08:19:02.642Z | None, |
| 4913 | 2026-06-03T08:19:02.642Z | ), |
| 4914 | 2026-06-03T08:19:02.642Z | < kr: false, |
| 4915 | 2026-06-03T08:19:02.642Z | > kr: true, |
| 4916 | 2026-06-03T08:19:02.642Z | lane: Some( |
| 4917 | 2026-06-03T08:19:02.642Z | LinkId( |
| 4918 | 2026-06-03T08:19:02.642Z | 0, |
| 4919 | 2026-06-03T08:19:02.642Z | ), |
| 4920 | 2026-06-03T08:19:02.642Z | ), |
| 4921 | 2026-06-03T08:19:02.642Z | speed: Speed100G, |
| 4922 | 2026-06-03T08:19:02.642Z | tx_eq: None, |
| 4923 | 2026-06-03T08:19:02.642Z | }, |
| 4924 | 2026-06-03T08:19:02.642Z | }, |
| 4925 | 2026-06-03T08:19:02.642Z | }, |
| 4926 | 2026-06-03T08:19:02.642Z | } |
| 4927 | 2026-06-03T08:19:02.642Z | Jun 03 08:18:56.327 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4928 | 2026-06-03T08:19:02.642Z | Jun 03 08:18:56.328 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "7b6a3873-8c98-4645-8831-f70893d5cbed", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4929 | 2026-06-03T08:19:02.642Z | Jun 03 08:18:56.328 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4930 | 2026-06-03T08:19:02.642Z | Jun 03 08:18:56.328 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "70dba867-0526-42b6-9eea-2663f0cf7f3b", "content-length": "262", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4931 | 2026-06-03T08:19:02.642Z | current/target: Diff < left / right > : |
| 4932 | 2026-06-03T08:19:02.642Z | PortSettings { |
| 4933 | 2026-06-03T08:19:02.642Z | links: { |
| 4934 | 2026-06-03T08:19:02.642Z | "0": LinkSettings { |
| 4935 | 2026-06-03T08:19:02.642Z | < addrs: [ |
| 4936 | 2026-06-03T08:19:02.642Z | < 103.191.232.170, |
| 4937 | 2026-06-03T08:19:02.643Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 4938 | 2026-06-03T08:19:02.643Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 4939 | 2026-06-03T08:19:02.643Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 4940 | 2026-06-03T08:19:02.643Z | < ], |
| 4941 | 2026-06-03T08:19:02.643Z | > addrs: [], |
| 4942 | 2026-06-03T08:19:02.643Z | params: LinkCreate { |
| 4943 | 2026-06-03T08:19:02.643Z | < autoneg: false, |
| 4944 | 2026-06-03T08:19:02.643Z | > autoneg: true, |
| 4945 | 2026-06-03T08:19:02.643Z | fec: Some( |
| 4946 | 2026-06-03T08:19:02.643Z | None, |
| 4947 | 2026-06-03T08:19:02.643Z | ), |
| 4948 | 2026-06-03T08:19:02.643Z | < kr: false, |
| 4949 | 2026-06-03T08:19:02.643Z | > kr: true, |
| 4950 | 2026-06-03T08:19:02.643Z | lane: Some( |
| 4951 | 2026-06-03T08:19:02.643Z | LinkId( |
| 4952 | 2026-06-03T08:19:02.643Z | 0, |
| 4953 | 2026-06-03T08:19:02.643Z | ), |
| 4954 | 2026-06-03T08:19:02.643Z | ), |
| 4955 | 2026-06-03T08:19:02.643Z | speed: Speed100G, |
| 4956 | 2026-06-03T08:19:02.643Z | tx_eq: None, |
| 4957 | 2026-06-03T08:19:02.643Z | }, |
| 4958 | 2026-06-03T08:19:02.643Z | }, |
| 4959 | 2026-06-03T08:19:02.643Z | }, |
| 4960 | 2026-06-03T08:19:02.643Z | } |
| 4961 | 2026-06-03T08:19:02.643Z | Jun 03 08:18:56.328 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4962 | 2026-06-03T08:19:02.643Z | Jun 03 08:18:56.329 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "d9a3dbca-fcbe-43dd-8621-4bd03581a121", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4963 | 2026-06-03T08:19:02.643Z | Jun 03 08:18:56.329 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4964 | 2026-06-03T08:19:02.643Z | Jun 03 08:18:56.329 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "841bdca8-c792-4914-8461-26c9ca4be90d", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4965 | 2026-06-03T08:19:02.647Z | current/target: Diff < left / right > : |
| 4966 | 2026-06-03T08:19:02.647Z | PortSettings { |
| 4967 | 2026-06-03T08:19:02.647Z | links: { |
| 4968 | 2026-06-03T08:19:02.647Z | "0": LinkSettings { |
| 4969 | 2026-06-03T08:19:02.647Z | addrs: [ |
| 4970 | 2026-06-03T08:19:02.647Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 4971 | 2026-06-03T08:19:02.647Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 4972 | 2026-06-03T08:19:02.648Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 4973 | 2026-06-03T08:19:02.648Z | > 2810:5d81:6fc2:41:117e:c6d:45bb:e82, |
| 4974 | 2026-06-03T08:19:02.648Z | > 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 4975 | 2026-06-03T08:19:02.648Z | > da01:6a15:c0e:e9a1:41b4:f87c:f482:44bd, |
| 4976 | 2026-06-03T08:19:02.648Z | ], |
| 4977 | 2026-06-03T08:19:02.648Z | params: LinkCreate { |
| 4978 | 2026-06-03T08:19:02.648Z | < autoneg: false, |
| 4979 | 2026-06-03T08:19:02.648Z | > autoneg: true, |
| 4980 | 2026-06-03T08:19:02.648Z | fec: Some( |
| 4981 | 2026-06-03T08:19:02.648Z | None, |
| 4982 | 2026-06-03T08:19:02.648Z | ), |
| 4983 | 2026-06-03T08:19:02.648Z | kr: false, |
| 4984 | 2026-06-03T08:19:02.648Z | lane: Some( |
| 4985 | 2026-06-03T08:19:02.648Z | LinkId( |
| 4986 | 2026-06-03T08:19:02.648Z | 0, |
| 4987 | 2026-06-03T08:19:02.648Z | ), |
| 4988 | 2026-06-03T08:19:02.648Z | ), |
| 4989 | 2026-06-03T08:19:02.648Z | speed: Speed100G, |
| 4990 | 2026-06-03T08:19:02.648Z | tx_eq: None, |
| 4991 | 2026-06-03T08:19:02.648Z | }, |
| 4992 | 2026-06-03T08:19:02.648Z | }, |
| 4993 | 2026-06-03T08:19:02.648Z | }, |
| 4994 | 2026-06-03T08:19:02.648Z | } |
| 4995 | 2026-06-03T08:19:02.648Z | Jun 03 08:18:56.329 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 4996 | 2026-06-03T08:19:02.648Z | Jun 03 08:18:56.330 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "5e947322-3946-4515-a01e-4ec2c2fc7a5e", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4997 | 2026-06-03T08:19:02.648Z | Jun 03 08:18:56.330 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 4998 | 2026-06-03T08:19:02.648Z | Jun 03 08:18:56.330 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c65f08dd-de03-4a25-b710-e3c6f977c913", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 4999 | 2026-06-03T08:19:02.648Z | current/target: Diff < left / right > : |
| 5000 | 2026-06-03T08:19:02.648Z | PortSettings { |
| 5001 | 2026-06-03T08:19:02.648Z | links: { |
| 5002 | 2026-06-03T08:19:02.648Z | "0": LinkSettings { |
| 5003 | 2026-06-03T08:19:02.648Z | addrs: [ |
| 5004 | 2026-06-03T08:19:02.648Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 5005 | 2026-06-03T08:19:02.648Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5006 | 2026-06-03T08:19:02.648Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 5007 | 2026-06-03T08:19:02.648Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5008 | 2026-06-03T08:19:02.648Z | > 9.103.203.145, |
| 5009 | 2026-06-03T08:19:02.649Z | > 46.236.23.71, |
| 5010 | 2026-06-03T08:19:02.649Z | > 71.237.134.105, |
| 5011 | 2026-06-03T08:19:02.649Z | > 94.23.85.50, |
| 5012 | 2026-06-03T08:19:02.649Z | > 97.112.209.32, |
| 5013 | 2026-06-03T08:19:02.649Z | > 152.21.144.34, |
| 5014 | 2026-06-03T08:19:02.649Z | > 158.5.226.199, |
| 5015 | 2026-06-03T08:19:02.649Z | > 184.12.126.138, |
| 5016 | 2026-06-03T08:19:02.649Z | > 252.165.244.46, |
| 5017 | 2026-06-03T08:19:02.649Z | > 261:fbda:df07:acf6:3820:6520:612c:5103, |
| 5018 | 2026-06-03T08:19:02.649Z | > 1c91:3a08:2fcd:1f3b:86e6:c2af:1937:a2b1, |
| 5019 | 2026-06-03T08:19:02.649Z | > 22a4:e413:92af:997e:2896:755a:97ed:835e, |
| 5020 | 2026-06-03T08:19:02.649Z | > 3217:d738:a3d9:1333:92ab:1643:1ccf:2422, |
| 5021 | 2026-06-03T08:19:02.649Z | > 3ec8:a76c:f96a:781d:cd84:dcb7:e515:2fc4, |
| 5022 | 2026-06-03T08:19:02.649Z | > 4338:a28a:6ed2:816a:ba4d:e2b5:57b2:1ce, |
| 5023 | 2026-06-03T08:19:02.649Z | > 95a5:9a1b:5666:6da8:abf7:84b2:edfd:55bb, |
| 5024 | 2026-06-03T08:19:02.650Z | > be23:e42c:7fe6:447:2c3c:ce3c:fed9:9b8f, |
| 5025 | 2026-06-03T08:19:02.650Z | > c910:f153:f954:c0cc:7f65:c2d2:92cc:ba34, |
| 5026 | 2026-06-03T08:19:02.650Z | > d381:8189:9cf9:ec5a:6a3:e598:bc62:2c6b, |
| 5027 | 2026-06-03T08:19:02.650Z | > d5a5:4182:ef61:6479:ee14:e99d:578b:84e4, |
| 5028 | 2026-06-03T08:19:02.650Z | > db7d:a261:590c:766d:bbff:8049:f403:6593, |
| 5029 | 2026-06-03T08:19:02.650Z | > dbae:9343:4fa0:37ce:8ea1:1b6f:bc2e:afb3, |
| 5030 | 2026-06-03T08:19:02.650Z | ], |
| 5031 | 2026-06-03T08:19:02.650Z | params: LinkCreate { |
| 5032 | 2026-06-03T08:19:02.650Z | < autoneg: false, |
| 5033 | 2026-06-03T08:19:02.650Z | > autoneg: true, |
| 5034 | 2026-06-03T08:19:02.650Z | fec: Some( |
| 5035 | 2026-06-03T08:19:02.650Z | None, |
| 5036 | 2026-06-03T08:19:02.650Z | ), |
| 5037 | 2026-06-03T08:19:02.650Z | kr: false, |
| 5038 | 2026-06-03T08:19:02.650Z | lane: Some( |
| 5039 | 2026-06-03T08:19:02.650Z | LinkId( |
| 5040 | 2026-06-03T08:19:02.650Z | 0, |
| 5041 | 2026-06-03T08:19:02.650Z | ), |
| 5042 | 2026-06-03T08:19:02.650Z | ), |
| 5043 | 2026-06-03T08:19:02.650Z | speed: Speed100G, |
| 5044 | 2026-06-03T08:19:02.650Z | tx_eq: None, |
| 5045 | 2026-06-03T08:19:02.650Z | }, |
| 5046 | 2026-06-03T08:19:02.650Z | }, |
| 5047 | 2026-06-03T08:19:02.650Z | }, |
| 5048 | 2026-06-03T08:19:02.650Z | } |
| 5049 | 2026-06-03T08:19:02.650Z | Jun 03 08:18:56.330 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5050 | 2026-06-03T08:19:02.650Z | Jun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "9a59f432-96fd-46e0-aa1a-74d67de4fca9", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5051 | 2026-06-03T08:19:02.650Z | Jun 03 08:18:56.331 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5052 | 2026-06-03T08:19:02.650Z | Jun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "50ec9732-b994-4c5b-94e7-654fd5f2468e", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5053 | 2026-06-03T08:19:02.650Z | operation failed, settings remained as expectedJun 03 08:18:56.331 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5054 | 2026-06-03T08:19:02.650Z | Jun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "08d7b0c4-347e-4e50-bea9-eb853a9c1a6e", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5055 | 2026-06-03T08:19:02.650Z | current/target: Diff < left / right > : |
| 5056 | 2026-06-03T08:19:02.650Z | PortSettings { |
| 5057 | 2026-06-03T08:19:02.650Z | links: { |
| 5058 | 2026-06-03T08:19:02.650Z | "0": LinkSettings { |
| 5059 | 2026-06-03T08:19:02.650Z | addrs: [ |
| 5060 | 2026-06-03T08:19:02.651Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 5061 | 2026-06-03T08:19:02.651Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5062 | 2026-06-03T08:19:02.651Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 5063 | 2026-06-03T08:19:02.651Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5064 | 2026-06-03T08:19:02.651Z | > 66.196.254.93, |
| 5065 | 2026-06-03T08:19:02.655Z | > 183:15fc:3de6:ded6:bea:92ab:e230:68b3, |
| 5066 | 2026-06-03T08:19:02.655Z | > 3cd:7d62:d35e:c27d:eb5f:ad20:579b:4a91, |
| 5067 | 2026-06-03T08:19:02.655Z | > 817:1731:fb1:fad1:5fd6:8fd4:f6da:46ee, |
| 5068 | 2026-06-03T08:19:02.655Z | > 2111:d395:4c44:2021:a05b:5d3f:f85c:c443, |
| 5069 | 2026-06-03T08:19:02.655Z | > 32ae:c55:edf9:6ce0:7690:25f4:94fd:1db4, |
| 5070 | 2026-06-03T08:19:02.655Z | > 703f:5966:ce64:ac91:56f5:b268:a3c9:60e1, |
| 5071 | 2026-06-03T08:19:02.655Z | > 9662:d631:3a67:20a5:1fd6:7143:1ed9:93db, |
| 5072 | 2026-06-03T08:19:02.655Z | > 99f6:d03:2384:8e63:5e99:bebf:9769:f07c, |
| 5073 | 2026-06-03T08:19:02.655Z | > b4bc:d272:d7:bd79:3f60:91c8:caf7:4656, |
| 5074 | 2026-06-03T08:19:02.655Z | > d115:1880:ebe7:274e:a5cf:cfb2:4256:6a47, |
| 5075 | 2026-06-03T08:19:02.655Z | > d3d0:1f98:3a93:75a:38ec:81d5:5609:3d2a, |
| 5076 | 2026-06-03T08:19:02.655Z | > d8fe:b493:97f8:1364:52f8:b6a5:b570:1dd0, |
| 5077 | 2026-06-03T08:19:02.655Z | > dec9:231d:1cbf:7b04:b26a:c2e5:2ec6:b62a, |
| 5078 | 2026-06-03T08:19:02.655Z | > f74f:9170:564b:f793:2fca:a3fc:cf75:aee2, |
| 5079 | 2026-06-03T08:19:02.656Z | ], |
| 5080 | 2026-06-03T08:19:02.656Z | params: LinkCreate { |
| 5081 | 2026-06-03T08:19:02.656Z | autoneg: false, |
| 5082 | 2026-06-03T08:19:02.656Z | fec: Some( |
| 5083 | 2026-06-03T08:19:02.656Z | None, |
| 5084 | 2026-06-03T08:19:02.656Z | ), |
| 5085 | 2026-06-03T08:19:02.656Z | < kr: false, |
| 5086 | 2026-06-03T08:19:02.656Z | > kr: true, |
| 5087 | 2026-06-03T08:19:02.656Z | lane: Some( |
| 5088 | 2026-06-03T08:19:02.656Z | LinkId( |
| 5089 | 2026-06-03T08:19:02.656Z | 0, |
| 5090 | 2026-06-03T08:19:02.656Z | ), |
| 5091 | 2026-06-03T08:19:02.656Z | ), |
| 5092 | 2026-06-03T08:19:02.656Z | speed: Speed100G, |
| 5093 | 2026-06-03T08:19:02.656Z | tx_eq: None, |
| 5094 | 2026-06-03T08:19:02.656Z | }, |
| 5095 | 2026-06-03T08:19:02.656Z | }, |
| 5096 | 2026-06-03T08:19:02.656Z | }, |
| 5097 | 2026-06-03T08:19:02.656Z | } |
| 5098 | 2026-06-03T08:19:02.656Z | Jun 03 08:18:56.332 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5099 | 2026-06-03T08:19:02.656Z | Jun 03 08:18:56.332 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "d6305465-13c6-44f0-8f9c-b58f0adafe00", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5100 | 2026-06-03T08:19:02.656Z | Jun 03 08:18:56.332 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5101 | 2026-06-03T08:19:02.656Z | Jun 03 08:18:56.333 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "800e0767-f1a5-40a9-8ebc-e45b8abba004", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5102 | 2026-06-03T08:19:02.656Z | current/target: Diff < left / right > : |
| 5103 | 2026-06-03T08:19:02.656Z | PortSettings { |
| 5104 | 2026-06-03T08:19:02.656Z | links: { |
| 5105 | 2026-06-03T08:19:02.656Z | "0": LinkSettings { |
| 5106 | 2026-06-03T08:19:02.656Z | addrs: [ |
| 5107 | 2026-06-03T08:19:02.656Z | < 66.196.254.93, |
| 5108 | 2026-06-03T08:19:02.656Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 5109 | 2026-06-03T08:19:02.656Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5110 | 2026-06-03T08:19:02.657Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 5111 | 2026-06-03T08:19:02.657Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5112 | 2026-06-03T08:19:02.657Z | > 14.171.225.178, |
| 5113 | 2026-06-03T08:19:02.657Z | > 88.85.140.169, |
| 5114 | 2026-06-03T08:19:02.657Z | > 89.194.99.34, |
| 5115 | 2026-06-03T08:19:02.657Z | > 91.234.130.56, |
| 5116 | 2026-06-03T08:19:02.657Z | > 101.60.125.183, |
| 5117 | 2026-06-03T08:19:02.657Z | > 140.242.158.143, |
| 5118 | 2026-06-03T08:19:02.657Z | > 164.228.251.135, |
| 5119 | 2026-06-03T08:19:02.657Z | > 168.186.207.191, |
| 5120 | 2026-06-03T08:19:02.657Z | > 185.253.238.35, |
| 5121 | 2026-06-03T08:19:02.657Z | > 234.35.164.29, |
| 5122 | 2026-06-03T08:19:02.657Z | > 244.99.159.183, |
| 5123 | 2026-06-03T08:19:02.657Z | > 252.104.123.143, |
| 5124 | 2026-06-03T08:19:02.657Z | > 253.155.141.169, |
| 5125 | 2026-06-03T08:19:02.657Z | > 15fa:d701:d7b8:b2af:5197:c41d:ff9c:9976, |
| 5126 | 2026-06-03T08:19:02.657Z | > 3efe:76b7:cd8f:acf6:802f:5edc:ddaf:ad7a, |
| 5127 | 2026-06-03T08:19:02.657Z | > 672c:7f20:ce87:e998:5b57:bb04:9fca:4f73, |
| 5128 | 2026-06-03T08:19:02.657Z | > 80e0:aa5e:b8f9:ba:59e2:958f:99c8:9c56, |
| 5129 | 2026-06-03T08:19:02.657Z | ], |
| 5130 | 2026-06-03T08:19:02.657Z | params: LinkCreate { |
| 5131 | 2026-06-03T08:19:02.657Z | < autoneg: false, |
| 5132 | 2026-06-03T08:19:02.657Z | > autoneg: true, |
| 5133 | 2026-06-03T08:19:02.657Z | fec: Some( |
| 5134 | 2026-06-03T08:19:02.657Z | None, |
| 5135 | 2026-06-03T08:19:02.657Z | ), |
| 5136 | 2026-06-03T08:19:02.657Z | < kr: false, |
| 5137 | 2026-06-03T08:19:02.657Z | > kr: true, |
| 5138 | 2026-06-03T08:19:02.657Z | lane: Some( |
| 5139 | 2026-06-03T08:19:02.657Z | LinkId( |
| 5140 | 2026-06-03T08:19:02.657Z | 0, |
| 5141 | 2026-06-03T08:19:02.657Z | ), |
| 5142 | 2026-06-03T08:19:02.657Z | ), |
| 5143 | 2026-06-03T08:19:02.657Z | speed: Speed100G, |
| 5144 | 2026-06-03T08:19:02.657Z | tx_eq: None, |
| 5145 | 2026-06-03T08:19:02.657Z | }, |
| 5146 | 2026-06-03T08:19:02.657Z | }, |
| 5147 | 2026-06-03T08:19:02.657Z | }, |
| 5148 | 2026-06-03T08:19:02.658Z | } |
| 5149 | 2026-06-03T08:19:02.658Z | Jun 03 08:18:56.333 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5150 | 2026-06-03T08:19:02.658Z | Jun 03 08:18:56.333 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "9bc1bb8a-f2ff-4376-887c-8bc78798ea8e", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5151 | 2026-06-03T08:19:02.658Z | Jun 03 08:18:56.333 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5152 | 2026-06-03T08:19:02.658Z | Jun 03 08:18:56.334 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b614b32f-f304-4144-98df-c80b43235932", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5153 | 2026-06-03T08:19:02.658Z | operation failed, settings remained as expectedJun 03 08:18:56.334 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5154 | 2026-06-03T08:19:02.658Z | Jun 03 08:18:56.334 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3fe6bcaa-cfc0-4032-84b7-be1ffe3065df", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5155 | 2026-06-03T08:19:02.658Z | current/target: Diff < left / right > : |
| 5156 | 2026-06-03T08:19:02.658Z | PortSettings { |
| 5157 | 2026-06-03T08:19:02.658Z | links: { |
| 5158 | 2026-06-03T08:19:02.658Z | "0": LinkSettings { |
| 5159 | 2026-06-03T08:19:02.658Z | addrs: [ |
| 5160 | 2026-06-03T08:19:02.658Z | < 66.196.254.93, |
| 5161 | 2026-06-03T08:19:02.658Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 5162 | 2026-06-03T08:19:02.658Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5163 | 2026-06-03T08:19:02.658Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 5164 | 2026-06-03T08:19:02.658Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5165 | 2026-06-03T08:19:02.662Z | > 27.106.87.130, |
| 5166 | 2026-06-03T08:19:02.663Z | > 49.79.18.86, |
| 5167 | 2026-06-03T08:19:02.663Z | > 61.12.236.158, |
| 5168 | 2026-06-03T08:19:02.663Z | > 83.117.129.166, |
| 5169 | 2026-06-03T08:19:02.663Z | > 131.225.4.53, |
| 5170 | 2026-06-03T08:19:02.663Z | > 181.102.153.241, |
| 5171 | 2026-06-03T08:19:02.663Z | > 242.10.130.147, |
| 5172 | 2026-06-03T08:19:02.663Z | > 4e2:c536:2109:68ee:ec71:182e:908d:3949, |
| 5173 | 2026-06-03T08:19:02.663Z | > e00:1695:df52:80cb:1f9e:c3c9:cf82:361b, |
| 5174 | 2026-06-03T08:19:02.663Z | > 6f6f:6cfd:2054:9c04:abb7:bdb7:480b:f66, |
| 5175 | 2026-06-03T08:19:02.663Z | > 958c:9704:e0a7:989:7dd1:7c6a:2adf:4f06, |
| 5176 | 2026-06-03T08:19:02.663Z | > d33f:b0ad:d9f3:a084:51ef:6b16:6fe1:de4d, |
| 5177 | 2026-06-03T08:19:02.663Z | > ee2f:c4c6:e54d:b130:f3ca:81cf:b9ff:8ee5, |
| 5178 | 2026-06-03T08:19:02.663Z | > fe83:758:e791:eb9e:1bfb:8836:39fa:5da, |
| 5179 | 2026-06-03T08:19:02.663Z | ], |
| 5180 | 2026-06-03T08:19:02.663Z | params: LinkCreate { |
| 5181 | 2026-06-03T08:19:02.663Z | < autoneg: false, |
| 5182 | 2026-06-03T08:19:02.663Z | > autoneg: true, |
| 5183 | 2026-06-03T08:19:02.663Z | fec: Some( |
| 5184 | 2026-06-03T08:19:02.663Z | None, |
| 5185 | 2026-06-03T08:19:02.663Z | ), |
| 5186 | 2026-06-03T08:19:02.663Z | < kr: false, |
| 5187 | 2026-06-03T08:19:02.663Z | > kr: true, |
| 5188 | 2026-06-03T08:19:02.663Z | lane: Some( |
| 5189 | 2026-06-03T08:19:02.663Z | LinkId( |
| 5190 | 2026-06-03T08:19:02.663Z | 0, |
| 5191 | 2026-06-03T08:19:02.663Z | ), |
| 5192 | 2026-06-03T08:19:02.663Z | ), |
| 5193 | 2026-06-03T08:19:02.663Z | speed: Speed100G, |
| 5194 | 2026-06-03T08:19:02.663Z | tx_eq: None, |
| 5195 | 2026-06-03T08:19:02.663Z | }, |
| 5196 | 2026-06-03T08:19:02.663Z | }, |
| 5197 | 2026-06-03T08:19:02.663Z | }, |
| 5198 | 2026-06-03T08:19:02.663Z | } |
| 5199 | 2026-06-03T08:19:02.663Z | Jun 03 08:18:56.334 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5200 | 2026-06-03T08:19:02.663Z | Jun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "8e474c63-5599-4d9e-bf47-914616f422cd", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5201 | 2026-06-03T08:19:02.663Z | Jun 03 08:18:56.335 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5202 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c5d8f381-4890-46e9-ad53-31f2c37d2fad", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5203 | 2026-06-03T08:19:02.664Z | operation failed, settings remained as expectedJun 03 08:18:56.335 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5204 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c67ff555-e49b-4db8-9e70-9dcb1fef47d2", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5205 | 2026-06-03T08:19:02.664Z | current/target: Diff < left / right > : |
| 5206 | 2026-06-03T08:19:02.664Z | PortSettings { |
| 5207 | 2026-06-03T08:19:02.664Z | < links: { |
| 5208 | 2026-06-03T08:19:02.664Z | < "0": LinkSettings { |
| 5209 | 2026-06-03T08:19:02.664Z | < addrs: [ |
| 5210 | 2026-06-03T08:19:02.664Z | < 66.196.254.93, |
| 5211 | 2026-06-03T08:19:02.664Z | < 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3, |
| 5212 | 2026-06-03T08:19:02.664Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5213 | 2026-06-03T08:19:02.664Z | < 9978:11af:fa93:dcd4:1121:b627:40e1:bb30, |
| 5214 | 2026-06-03T08:19:02.664Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5215 | 2026-06-03T08:19:02.664Z | < ], |
| 5216 | 2026-06-03T08:19:02.664Z | < params: LinkCreate { |
| 5217 | 2026-06-03T08:19:02.664Z | < autoneg: false, |
| 5218 | 2026-06-03T08:19:02.664Z | < fec: Some( |
| 5219 | 2026-06-03T08:19:02.664Z | < None, |
| 5220 | 2026-06-03T08:19:02.664Z | < ), |
| 5221 | 2026-06-03T08:19:02.664Z | < kr: false, |
| 5222 | 2026-06-03T08:19:02.664Z | < lane: Some( |
| 5223 | 2026-06-03T08:19:02.664Z | < LinkId( |
| 5224 | 2026-06-03T08:19:02.664Z | < 0, |
| 5225 | 2026-06-03T08:19:02.664Z | < ), |
| 5226 | 2026-06-03T08:19:02.664Z | < ), |
| 5227 | 2026-06-03T08:19:02.664Z | < speed: Speed100G, |
| 5228 | 2026-06-03T08:19:02.664Z | < tx_eq: None, |
| 5229 | 2026-06-03T08:19:02.664Z | < }, |
| 5230 | 2026-06-03T08:19:02.664Z | < }, |
| 5231 | 2026-06-03T08:19:02.664Z | < }, |
| 5232 | 2026-06-03T08:19:02.664Z | > links: {}, |
| 5233 | 2026-06-03T08:19:02.664Z | } |
| 5234 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.335 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5235 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.336 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "307f2832-416e-4f47-9cd1-e1a3ef9f59bc", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5236 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.336 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5237 | 2026-06-03T08:19:02.664Z | Jun 03 08:18:56.336 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f546485-4029-435b-bb04-e4c46335fc0a", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5238 | 2026-06-03T08:19:02.664Z | current/target: Diff < left / right > : |
| 5239 | 2026-06-03T08:19:02.664Z | PortSettings { |
| 5240 | 2026-06-03T08:19:02.665Z | < links: { |
| 5241 | 2026-06-03T08:19:02.665Z | < "0": LinkSettings { |
| 5242 | 2026-06-03T08:19:02.665Z | < addrs: [ |
| 5243 | 2026-06-03T08:19:02.665Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5244 | 2026-06-03T08:19:02.665Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5245 | 2026-06-03T08:19:02.665Z | < ], |
| 5246 | 2026-06-03T08:19:02.665Z | < params: LinkCreate { |
| 5247 | 2026-06-03T08:19:02.665Z | < autoneg: false, |
| 5248 | 2026-06-03T08:19:02.665Z | < fec: Some( |
| 5249 | 2026-06-03T08:19:02.665Z | < None, |
| 5250 | 2026-06-03T08:19:02.665Z | < ), |
| 5251 | 2026-06-03T08:19:02.665Z | < kr: false, |
| 5252 | 2026-06-03T08:19:02.665Z | < lane: Some( |
| 5253 | 2026-06-03T08:19:02.665Z | < LinkId( |
| 5254 | 2026-06-03T08:19:02.665Z | < 0, |
| 5255 | 2026-06-03T08:19:02.665Z | < ), |
| 5256 | 2026-06-03T08:19:02.665Z | < ), |
| 5257 | 2026-06-03T08:19:02.665Z | < speed: Speed100G, |
| 5258 | 2026-06-03T08:19:02.665Z | < tx_eq: None, |
| 5259 | 2026-06-03T08:19:02.665Z | < }, |
| 5260 | 2026-06-03T08:19:02.665Z | < }, |
| 5261 | 2026-06-03T08:19:02.665Z | < }, |
| 5262 | 2026-06-03T08:19:02.665Z | > links: {}, |
| 5263 | 2026-06-03T08:19:02.665Z | } |
| 5264 | 2026-06-03T08:19:02.665Z | Jun 03 08:18:56.336 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5265 | 2026-06-03T08:19:02.669Z | Jun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "7603accf-936f-444d-95b1-47511a0f3696", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5266 | 2026-06-03T08:19:02.669Z | Jun 03 08:18:56.337 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5267 | 2026-06-03T08:19:02.669Z | Jun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fc91a253-9d0c-4cde-b1a8-dcb02c84f1b1", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5268 | 2026-06-03T08:19:02.669Z | operation failed, settings remained as expectedJun 03 08:18:56.337 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5269 | 2026-06-03T08:19:02.669Z | Jun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a7b35da9-022d-46ba-98bf-58c56320a8ec", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5270 | 2026-06-03T08:19:02.669Z | current/target: Diff < left / right > : |
| 5271 | 2026-06-03T08:19:02.669Z | PortSettings { |
| 5272 | 2026-06-03T08:19:02.669Z | links: { |
| 5273 | 2026-06-03T08:19:02.669Z | "0": LinkSettings { |
| 5274 | 2026-06-03T08:19:02.669Z | addrs: [ |
| 5275 | 2026-06-03T08:19:02.669Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5276 | 2026-06-03T08:19:02.669Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5277 | 2026-06-03T08:19:02.669Z | > 18.66.240.33, |
| 5278 | 2026-06-03T08:19:02.669Z | > 22.180.30.90, |
| 5279 | 2026-06-03T08:19:02.669Z | > 78.14.69.158, |
| 5280 | 2026-06-03T08:19:02.669Z | > 219.73.202.87, |
| 5281 | 2026-06-03T08:19:02.670Z | > 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16, |
| 5282 | 2026-06-03T08:19:02.670Z | > 91b7:8794:7f68:4094:69df:28a2:ccc7:3949, |
| 5283 | 2026-06-03T08:19:02.670Z | > bb8d:458b:89b7:1e:6b46:5421:5c0c:f0b5, |
| 5284 | 2026-06-03T08:19:02.670Z | > e899:bf99:75a2:f49c:1a96:be89:484f:d28e, |
| 5285 | 2026-06-03T08:19:02.670Z | ], |
| 5286 | 2026-06-03T08:19:02.670Z | params: LinkCreate { |
| 5287 | 2026-06-03T08:19:02.670Z | autoneg: false, |
| 5288 | 2026-06-03T08:19:02.670Z | fec: Some( |
| 5289 | 2026-06-03T08:19:02.670Z | None, |
| 5290 | 2026-06-03T08:19:02.670Z | ), |
| 5291 | 2026-06-03T08:19:02.670Z | < kr: false, |
| 5292 | 2026-06-03T08:19:02.670Z | > kr: true, |
| 5293 | 2026-06-03T08:19:02.670Z | lane: Some( |
| 5294 | 2026-06-03T08:19:02.670Z | LinkId( |
| 5295 | 2026-06-03T08:19:02.670Z | 0, |
| 5296 | 2026-06-03T08:19:02.670Z | ), |
| 5297 | 2026-06-03T08:19:02.670Z | ), |
| 5298 | 2026-06-03T08:19:02.670Z | speed: Speed100G, |
| 5299 | 2026-06-03T08:19:02.670Z | tx_eq: None, |
| 5300 | 2026-06-03T08:19:02.670Z | }, |
| 5301 | 2026-06-03T08:19:02.670Z | }, |
| 5302 | 2026-06-03T08:19:02.670Z | }, |
| 5303 | 2026-06-03T08:19:02.670Z | } |
| 5304 | 2026-06-03T08:19:02.670Z | Jun 03 08:18:56.337 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5305 | 2026-06-03T08:19:02.670Z | Jun 03 08:18:56.338 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "b029599f-7fd1-41f0-afa7-c6000e1f6c64", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5306 | 2026-06-03T08:19:02.670Z | Jun 03 08:18:56.338 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5307 | 2026-06-03T08:19:02.670Z | Jun 03 08:18:56.338 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3155d28d-fcfe-432d-a7e4-072f8d781662", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5308 | 2026-06-03T08:19:02.670Z | current/target: Diff < left / right > : |
| 5309 | 2026-06-03T08:19:02.670Z | PortSettings { |
| 5310 | 2026-06-03T08:19:02.670Z | links: { |
| 5311 | 2026-06-03T08:19:02.670Z | "0": LinkSettings { |
| 5312 | 2026-06-03T08:19:02.670Z | addrs: [ |
| 5313 | 2026-06-03T08:19:02.670Z | < 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16, |
| 5314 | 2026-06-03T08:19:02.670Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5315 | 2026-06-03T08:19:02.670Z | < 91b7:8794:7f68:4094:69df:28a2:ccc7:3949, |
| 5316 | 2026-06-03T08:19:02.670Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5317 | 2026-06-03T08:19:02.671Z | > 30.126.64.99, |
| 5318 | 2026-06-03T08:19:02.671Z | > 56.123.206.211, |
| 5319 | 2026-06-03T08:19:02.671Z | > 97.69.204.139, |
| 5320 | 2026-06-03T08:19:02.671Z | > 105.239.169.16, |
| 5321 | 2026-06-03T08:19:02.671Z | > 161.125.91.60, |
| 5322 | 2026-06-03T08:19:02.671Z | > 199.235.221.94, |
| 5323 | 2026-06-03T08:19:02.671Z | > 212.246.150.114, |
| 5324 | 2026-06-03T08:19:02.671Z | > 239.14.198.3, |
| 5325 | 2026-06-03T08:19:02.671Z | > 66e:d642:103:e8a5:51e4:f845:89bc:dfb9, |
| 5326 | 2026-06-03T08:19:02.671Z | > 4a6c:eeb3:2c90:6320:914c:30de:6b2e:a1ca, |
| 5327 | 2026-06-03T08:19:02.671Z | > bb2d:f149:b07f:bc0:9948:7d3d:fa08:a110, |
| 5328 | 2026-06-03T08:19:02.671Z | > cd5d:855:9479:9b18:65e7:b2bd:72cb:3c19, |
| 5329 | 2026-06-03T08:19:02.671Z | > e4f5:27f8:d68:cdf8:b2c9:75a6:6353:2b16, |
| 5330 | 2026-06-03T08:19:02.671Z | > f9d6:1b89:c3b7:59c3:8470:718e:ad7b:2e5c, |
| 5331 | 2026-06-03T08:19:02.671Z | ], |
| 5332 | 2026-06-03T08:19:02.671Z | params: LinkCreate { |
| 5333 | 2026-06-03T08:19:02.671Z | < autoneg: false, |
| 5334 | 2026-06-03T08:19:02.671Z | > autoneg: true, |
| 5335 | 2026-06-03T08:19:02.671Z | fec: Some( |
| 5336 | 2026-06-03T08:19:02.671Z | None, |
| 5337 | 2026-06-03T08:19:02.671Z | ), |
| 5338 | 2026-06-03T08:19:02.671Z | < kr: false, |
| 5339 | 2026-06-03T08:19:02.671Z | > kr: true, |
| 5340 | 2026-06-03T08:19:02.671Z | lane: Some( |
| 5341 | 2026-06-03T08:19:02.671Z | LinkId( |
| 5342 | 2026-06-03T08:19:02.671Z | 0, |
| 5343 | 2026-06-03T08:19:02.671Z | ), |
| 5344 | 2026-06-03T08:19:02.671Z | ), |
| 5345 | 2026-06-03T08:19:02.671Z | speed: Speed100G, |
| 5346 | 2026-06-03T08:19:02.671Z | tx_eq: None, |
| 5347 | 2026-06-03T08:19:02.671Z | }, |
| 5348 | 2026-06-03T08:19:02.671Z | }, |
| 5349 | 2026-06-03T08:19:02.671Z | }, |
| 5350 | 2026-06-03T08:19:02.671Z | } |
| 5351 | 2026-06-03T08:19:02.671Z | Jun 03 08:18:56.338 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5352 | 2026-06-03T08:19:02.671Z | Jun 03 08:18:56.339 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c95b2f43-3366-4811-92c3-c523344a30a9", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5353 | 2026-06-03T08:19:02.671Z | Jun 03 08:18:56.339 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5354 | 2026-06-03T08:19:02.671Z | Jun 03 08:18:56.339 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b4412910-4991-42ee-9192-c053319c7282", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5355 | 2026-06-03T08:19:02.672Z | operation failed, settings remained as expectedJun 03 08:18:56.339 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5356 | 2026-06-03T08:19:02.672Z | Jun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b56f9d0c-a8e3-4de7-a942-8af16af813df", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5357 | 2026-06-03T08:19:02.672Z | current/target: Diff < left / right > : |
| 5358 | 2026-06-03T08:19:02.672Z | PortSettings { |
| 5359 | 2026-06-03T08:19:02.672Z | < links: { |
| 5360 | 2026-06-03T08:19:02.672Z | < "0": LinkSettings { |
| 5361 | 2026-06-03T08:19:02.672Z | < addrs: [ |
| 5362 | 2026-06-03T08:19:02.672Z | < 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16, |
| 5363 | 2026-06-03T08:19:02.672Z | < 5128:9583:466d:fbfa:ec32:f741:44d:e782, |
| 5364 | 2026-06-03T08:19:02.672Z | < 91b7:8794:7f68:4094:69df:28a2:ccc7:3949, |
| 5365 | 2026-06-03T08:19:02.678Z | < e966:728e:a2b7:6cf1:4fea:504c:20e9:b78, |
| 5366 | 2026-06-03T08:19:02.678Z | < ], |
| 5367 | 2026-06-03T08:19:02.678Z | < params: LinkCreate { |
| 5368 | 2026-06-03T08:19:02.678Z | < autoneg: false, |
| 5369 | 2026-06-03T08:19:02.678Z | < fec: Some( |
| 5370 | 2026-06-03T08:19:02.678Z | < None, |
| 5371 | 2026-06-03T08:19:02.678Z | < ), |
| 5372 | 2026-06-03T08:19:02.678Z | < kr: false, |
| 5373 | 2026-06-03T08:19:02.678Z | < lane: Some( |
| 5374 | 2026-06-03T08:19:02.678Z | < LinkId( |
| 5375 | 2026-06-03T08:19:02.678Z | < 0, |
| 5376 | 2026-06-03T08:19:02.678Z | < ), |
| 5377 | 2026-06-03T08:19:02.678Z | < ), |
| 5378 | 2026-06-03T08:19:02.678Z | < speed: Speed100G, |
| 5379 | 2026-06-03T08:19:02.678Z | < tx_eq: None, |
| 5380 | 2026-06-03T08:19:02.678Z | < }, |
| 5381 | 2026-06-03T08:19:02.678Z | < }, |
| 5382 | 2026-06-03T08:19:02.678Z | < }, |
| 5383 | 2026-06-03T08:19:02.678Z | > links: {}, |
| 5384 | 2026-06-03T08:19:02.678Z | } |
| 5385 | 2026-06-03T08:19:02.678Z | Jun 03 08:18:56.340 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST |
| 5386 | 2026-06-03T08:19:02.678Z | Jun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "057c8829-1f18-431e-ab17-ec7e5f318c36", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5387 | 2026-06-03T08:19:02.678Z | Jun 03 08:18:56.340 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5388 | 2026-06-03T08:19:02.678Z | Jun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "59cf4f4f-bb49-473b-abb1-103b2631b4db", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5389 | 2026-06-03T08:19:02.678Z | Jun 03 08:18:56.541 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5390 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:56.542 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "9c2c9178-f922-47b8-b189-9e7799704bb4", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5391 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:56.743 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5392 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:56.744 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4594a032-1486-443c-9a72-62c123176e4e", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5393 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:56.945 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5394 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:56.945 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "524ff22d-de91-41f2-a44e-247fd2579016", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} }) |
| 5395 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.147 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5396 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.147 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0bb09da8-6581-4b9c-812f-b132be0cdcc3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} }) |
| 5397 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.348 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5398 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.349 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d50c971a-4657-4cfd-a1c4-471ba82855f3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} }) |
| 5399 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.550 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5400 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.551 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1660aae1-7378-4f9f-991b-ef49ad21d3a3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} }) |
| 5401 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.752 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5402 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.752 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "556a5b86-63d4-41ac-b84e-375fc4889368", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} }) |
| 5403 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.954 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5404 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:57.954 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "dd48f1a8-54ff-492e-ae4d-7cfb3796dc23", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} }) |
| 5405 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.155 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5406 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.156 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ed6be9fb-5dd0-4c01-a98b-46979a0a23ec", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} }) |
| 5407 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.357 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5408 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.358 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "dfad27b4-3283-461f-9748-2d60e8fd33ac", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} }) |
| 5409 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.559 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5410 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.559 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5ee7529e-598f-4507-8ac4-8882c7fb6f92", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} }) |
| 5411 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.761 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5412 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.761 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "af043dd4-79d3-4752-9e3e-c83bb2503344", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} }) |
| 5413 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.962 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5414 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:58.963 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1a62c0f6-3e08-4ad8-aac8-3cb29fb13951", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} }) |
| 5415 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.164 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5416 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.165 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "450e9cd3-7770-425a-8ea5-871b12c4153a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} }) |
| 5417 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.365 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5418 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.365 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "711d2840-2980-4ff5-a829-0c364ae29acf", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} }) |
| 5419 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.566 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5420 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.567 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "bac514ac-e1cc-4a53-992b-8717021080d6", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} }) |
| 5421 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.768 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5422 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.769 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b02073ee-0120-432c-9b87-a89c63993ac2", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} }) |
| 5423 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.970 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5424 | 2026-06-03T08:19:02.679Z | Jun 03 08:18:59.970 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "73a3154d-d8fa-42c3-a1d2-cc5a1a437adf", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} }) |
| 5425 | 2026-06-03T08:19:02.679Z | Jun 03 08:19:00.171 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5426 | 2026-06-03T08:19:02.679Z | Jun 03 08:19:00.172 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "9b32d47c-c576-408e-a807-8194b9ed4eca", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} }) |
| 5427 | 2026-06-03T08:19:02.679Z | Jun 03 08:19:00.373 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5428 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.374 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3659df4d-6925-4105-bd57-3ed22666c394", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} }) |
| 5429 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.575 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5430 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.576 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a63b6f22-3d40-4599-a51a-77ab122ac1d6", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} }) |
| 5431 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.777 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5432 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.777 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fcaa582e-b6d2-4e0d-b6dd-0ffef995874a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} }) |
| 5433 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.978 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5434 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:00.979 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "eaa67ba6-4b27-41ac-bf05-0b81afee73fb", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} }) |
| 5435 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:01.180 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5436 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:01.181 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "512508be-964f-41d7-829d-c96a6fddb699", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:01 GMT"} }) |
| 5437 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:01.382 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET |
| 5438 | 2026-06-03T08:19:02.680Z | Jun 03 08:19:01.382 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "31770ddf-ff55-42ad-9073-91b3b13fa41a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:01 GMT"} }) |
| 5439 | 2026-06-03T08:19:02.680Z | Error: operation failed: desired settings: PortSettings { |
| 5440 | 2026-06-03T08:19:02.680Z | links: {}, |
| 5441 | 2026-06-03T08:19:02.680Z | } |
| 5442 | 2026-06-03T08:19:02.680Z | current settings: PortSettings { |
| 5443 | 2026-06-03T08:19:02.680Z | links: { |
| 5444 | 2026-06-03T08:19:02.680Z | "0": LinkSettings { |
| 5445 | 2026-06-03T08:19:02.680Z | addrs: [], |
| 5446 | 2026-06-03T08:19:02.680Z | params: LinkCreate { |
| 5447 | 2026-06-03T08:19:02.680Z | autoneg: false, |
| 5448 | 2026-06-03T08:19:02.680Z | fec: Some( |
| 5449 | 2026-06-03T08:19:02.680Z | None, |
| 5450 | 2026-06-03T08:19:02.680Z | ), |
| 5451 | 2026-06-03T08:19:02.680Z | kr: false, |
| 5452 | 2026-06-03T08:19:02.680Z | lane: Some( |
| 5453 | 2026-06-03T08:19:02.680Z | LinkId( |
| 5454 | 2026-06-03T08:19:02.680Z | 0, |
| 5455 | 2026-06-03T08:19:02.680Z | ), |
| 5456 | 2026-06-03T08:19:02.680Z | ), |
| 5457 | 2026-06-03T08:19:02.680Z | speed: Speed100G, |
| 5458 | 2026-06-03T08:19:02.680Z | tx_eq: None, |
| 5459 | 2026-06-03T08:19:02.680Z | }, |
| 5460 | 2026-06-03T08:19:02.680Z | }, |
| 5461 | 2026-06-03T08:19:02.680Z | }, |
| 5462 | 2026-06-03T08:19:02.680Z | } |
| 5463 | 2026-06-03T08:19:02.680Z | |
| 5464 | 2026-06-03T08:19:02.680Z | Stack backtrace: |
| 5465 | 2026-06-03T08:19:02.685Z | 0: anyhow::error::<impl anyhow::Error>::msg |
| 5466 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14 |
| 5467 | 2026-06-03T08:19:02.685Z | 1: anyhow::__private::format_err |
| 5468 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:690:13 |
| 5469 | 2026-06-03T08:19:02.685Z | 2: test_all::chaos_tests::port_settings::retry::retry_op::{{closure}} |
| 5470 | 2026-06-03T08:19:02.685Z | at ./tests/chaos_tests/port_settings.rs:65:28 |
| 5471 | 2026-06-03T08:19:02.685Z | 3: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}} |
| 5472 | 2026-06-03T08:19:02.685Z | at ./tests/chaos_tests/port_settings.rs:392:18 |
| 5473 | 2026-06-03T08:19:02.685Z | 4: <core::pin::Pin<P> as core::future::future::Future>::poll |
| 5474 | 2026-06-03T08:19:02.685Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9 |
| 5475 | 2026-06-03T08:19:02.685Z | 5: <core::pin::Pin<P> as core::future::future::Future>::poll |
| 5476 | 2026-06-03T08:19:02.685Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9 |
| 5477 | 2026-06-03T08:19:02.685Z | 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} |
| 5478 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70 |
| 5479 | 2026-06-03T08:19:02.685Z | 7: tokio::task::coop::with_budget |
| 5480 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5 |
| 5481 | 2026-06-03T08:19:02.685Z | 8: tokio::task::coop::budget |
| 5482 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5 |
| 5483 | 2026-06-03T08:19:02.685Z | 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} |
| 5484 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25 |
| 5485 | 2026-06-03T08:19:02.685Z | 10: tokio::runtime::scheduler::current_thread::Context::enter |
| 5486 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19 |
| 5487 | 2026-06-03T08:19:02.685Z | 11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} |
| 5488 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44 |
| 5489 | 2026-06-03T08:19:02.685Z | 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
| 5490 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68 |
| 5491 | 2026-06-03T08:19:02.685Z | 13: tokio::runtime::context::scoped::Scoped<T>::set |
| 5492 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9 |
| 5493 | 2026-06-03T08:19:02.685Z | 14: tokio::runtime::context::set_scheduler::{{closure}} |
| 5494 | 2026-06-03T08:19:02.685Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38 |
| 5495 | 2026-06-03T08:19:02.686Z | 15: std::thread::local::LocalKey<T>::try_with |
| 5496 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12 |
| 5497 | 2026-06-03T08:19:02.686Z | 16: std::thread::local::LocalKey<T>::with |
| 5498 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20 |
| 5499 | 2026-06-03T08:19:02.686Z | 17: tokio::runtime::context::set_scheduler |
| 5500 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17 |
| 5501 | 2026-06-03T08:19:02.686Z | 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
| 5502 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27 |
| 5503 | 2026-06-03T08:19:02.686Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
| 5504 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24 |
| 5505 | 2026-06-03T08:19:02.686Z | 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} |
| 5506 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33 |
| 5507 | 2026-06-03T08:19:02.686Z | 21: tokio::runtime::context::runtime::enter_runtime |
| 5508 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16 |
| 5509 | 2026-06-03T08:19:02.686Z | 22: tokio::runtime::scheduler::current_thread::CurrentThread::block_on |
| 5510 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9 |
| 5511 | 2026-06-03T08:19:02.686Z | 23: tokio::runtime::runtime::Runtime::block_on_inner |
| 5512 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52 |
| 5513 | 2026-06-03T08:19:02.686Z | 24: tokio::runtime::runtime::Runtime::block_on |
| 5514 | 2026-06-03T08:19:02.686Z | at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18 |
| 5515 | 2026-06-03T08:19:02.686Z | 25: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep |
| 5516 | 2026-06-03T08:19:02.686Z | at ./tests/chaos_tests/port_settings.rs:414:7 |
| 5517 | 2026-06-03T08:19:02.686Z | 26: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}} |
| 5518 | 2026-06-03T08:19:02.686Z | at ./tests/chaos_tests/port_settings.rs:353:44 |
| 5519 | 2026-06-03T08:19:02.686Z | 27: core::ops::function::FnOnce::call_once |
| 5520 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 |
| 5521 | 2026-06-03T08:19:02.686Z | 28: core::ops::function::FnOnce::call_once |
| 5522 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 |
| 5523 | 2026-06-03T08:19:02.686Z | 29: test::__rust_begin_short_backtrace |
| 5524 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 |
| 5525 | 2026-06-03T08:19:02.686Z | 30: test::run_test_in_process::{{closure}} |
| 5526 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 |
| 5527 | 2026-06-03T08:19:02.686Z | 31: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
| 5528 | 2026-06-03T08:19:02.686Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 |
| 5529 | 2026-06-03T08:19:02.686Z | 32: std::panicking::catch_unwind::do_call |
| 5530 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 |
| 5531 | 2026-06-03T08:19:02.687Z | 33: std::panicking::catch_unwind |
| 5532 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 |
| 5533 | 2026-06-03T08:19:02.687Z | 34: std::panic::catch_unwind |
| 5534 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 |
| 5535 | 2026-06-03T08:19:02.687Z | 35: test::run_test_in_process |
| 5536 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 |
| 5537 | 2026-06-03T08:19:02.687Z | 36: test::run_test::{{closure}} |
| 5538 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 |
| 5539 | 2026-06-03T08:19:02.687Z | 37: test::run_test::{{closure}} |
| 5540 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 |
| 5541 | 2026-06-03T08:19:02.687Z | 38: std::sys::backtrace::__rust_begin_short_backtrace |
| 5542 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 |
| 5543 | 2026-06-03T08:19:02.687Z | 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
| 5544 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 |
| 5545 | 2026-06-03T08:19:02.687Z | 40: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
| 5546 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 |
| 5547 | 2026-06-03T08:19:02.687Z | 41: std::panicking::catch_unwind::do_call |
| 5548 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 |
| 5549 | 2026-06-03T08:19:02.687Z | 42: std::panicking::catch_unwind |
| 5550 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 |
| 5551 | 2026-06-03T08:19:02.687Z | 43: std::panic::catch_unwind |
| 5552 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 |
| 5553 | 2026-06-03T08:19:02.687Z | 44: std::thread::Builder::spawn_unchecked_::{{closure}} |
| 5554 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 |
| 5555 | 2026-06-03T08:19:02.687Z | 45: core::ops::function::FnOnce::call_once{{vtable.shim}} |
| 5556 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 |
| 5557 | 2026-06-03T08:19:02.687Z | 46: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
| 5558 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 |
| 5559 | 2026-06-03T08:19:02.687Z | 47: std::sys::pal::unix::thread::Thread::new::thread_start |
| 5560 | 2026-06-03T08:19:02.687Z | at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 |
| 5561 | 2026-06-03T08:19:02.687Z | 48: _thrp_setup |
| 5562 | 2026-06-03T08:19:02.687Z | 49: <unknown> |
| 5563 | 2026-06-03T08:19:02.687Z | |
| 5564 | 2026-06-03T08:19:02.687Z | |
| 5565 | 2026-06-03T08:19:02.691Z | failures: |
| 5566 | 2026-06-03T08:19:02.691Z | chaos_tests::port_settings::test_port_settings_txn_sweep |
| 5567 | 2026-06-03T08:19:02.691Z | |
| 5568 | 2026-06-03T08:19:02.691Z | test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.21s |
| 5569 | 2026-06-03T08:19:02.691Z | |
| 5570 | 2026-06-03T08:19:02.691Z | error: test failed, to rerun pass `-p dpd-client --test test_all` |
| 5571 | 2026-06-03T08:19:02.691Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f) |
| 5572 | 2026-06-03T08:19:02.691Z | |
| 5573 | 2026-06-03T08:19:02.691Z | running 0 tests |
| 5574 | 2026-06-03T08:19:02.691Z | |
| 5575 | 2026-06-03T08:19:02.691Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5576 | 2026-06-03T08:19:02.691Z | |
| 5577 | 2026-06-03T08:19:02.691Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843) |
| 5578 | 2026-06-03T08:19:02.692Z | |
| 5579 | 2026-06-03T08:19:02.692Z | running 0 tests |
| 5580 | 2026-06-03T08:19:02.692Z | |
| 5581 | 2026-06-03T08:19:02.692Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5582 | 2026-06-03T08:19:02.692Z | |
| 5583 | 2026-06-03T08:19:02.692Z | Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076) |
| 5584 | 2026-06-03T08:19:02.692Z | |
| 5585 | 2026-06-03T08:19:02.692Z | running 12 tests |
| 5586 | 2026-06-03T08:19:02.692Z | test icmp::test_v6_checksum ... ok |
| 5587 | 2026-06-03T08:19:02.692Z | test icmp::test_v4_checksum ... ok |
| 5588 | 2026-06-03T08:19:02.692Z | test lldp::test_lldp_parse ... ok |
| 5589 | 2026-06-03T08:19:02.692Z | test ipv6::test_ipv6_parse ... ok |
| 5590 | 2026-06-03T08:19:02.693Z | test pbuf::test_byte ... ok |
| 5591 | 2026-06-03T08:19:02.693Z | test pbuf::test_nibble ... ok |
| 5592 | 2026-06-03T08:19:02.693Z | test pbuf::test_overflow ... ok |
| 5593 | 2026-06-03T08:19:02.693Z | test pbuf::test_short ... ok |
| 5594 | 2026-06-03T08:19:02.693Z | test pbuf::test_twelve ... ok |
| 5595 | 2026-06-03T08:19:02.693Z | test pbuf::test_word ... ok |
| 5596 | 2026-06-03T08:19:02.693Z | test tcp::test_checksum_ack_data ... ok |
| 5597 | 2026-06-03T08:19:02.693Z | test tcp::test_checksum_syn_nodata ... ok |
| 5598 | 2026-06-03T08:19:02.693Z | |
| 5599 | 2026-06-03T08:19:02.693Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5600 | 2026-06-03T08:19:02.693Z | |
| 5601 | 2026-06-03T08:19:02.693Z | Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026) |
| 5602 | 2026-06-03T08:19:02.693Z | |
| 5603 | 2026-06-03T08:19:02.693Z | running 0 tests |
| 5604 | 2026-06-03T08:19:02.693Z | |
| 5605 | 2026-06-03T08:19:02.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5606 | 2026-06-03T08:19:02.693Z | |
| 5607 | 2026-06-03T08:19:02.693Z | Running unittests src/main.rs (target/debug/deps/swadm-523734224cfb17a3) |
| 5608 | 2026-06-03T08:19:02.697Z | |
| 5609 | 2026-06-03T08:19:02.697Z | running 5 tests |
| 5610 | 2026-06-03T08:19:02.697Z | test switchport::test::test_compute_lanes ... ok |
| 5611 | 2026-06-03T08:19:02.697Z | test switchport::test::port_id_ordering ... ok |
| 5612 | 2026-06-03T08:19:02.697Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 5613 | 2026-06-03T08:19:02.697Z | Lane 1 Rx Loss-of-lock: Yes Lane 2Yes Lane 3Yes |
| 5614 | 2026-06-03T08:19:02.697Z | Yes State: Activated |
| 5615 | 2026-06-03T08:19:02.697Z | Rx Loss-of-signal: Yes Activated YesActivated Activated |
| 5616 | 2026-06-03T08:19:02.697Z | Yes Yes Rx Output Enabled: false |
| 5617 | 2026-06-03T08:19:02.697Z | Rx CDR Enabled: Yesfalse falseYes falseYes |
| 5618 | 2026-06-03T08:19:02.697Z | Rx Output Status: validYes |
| 5619 | 2026-06-03T08:19:02.697Z | valid Tx Enabled: Yes valid Yesvalid |
| 5620 | 2026-06-03T08:19:02.697Z | Rx Loss-of-lock: trueYes trueYes |
| 5621 | 2026-06-03T08:19:02.697Z | true Tx Loss-of-lock: No true |
| 5622 | 2026-06-03T08:19:02.697Z | No Rx Loss-of-signal: falseNo falseNo |
| 5623 | 2026-06-03T08:19:02.697Z | false Tx Loss-of-signal: No false |
| 5624 | 2026-06-03T08:19:02.698Z | No Rx Auto-squelch Disable: trueNo Notrue |
| 5625 | 2026-06-03T08:19:02.698Z | true Tx CDR Enabled: No true |
| 5626 | 2026-06-03T08:19:02.698Z | No Tx Output Enabled: true No No |
| 5627 | 2026-06-03T08:19:02.698Z | true Tx Adaptive EQ Fault: Notrue Notrue |
| 5628 | 2026-06-03T08:19:02.698Z | Tx Output Status: invalidNo Noinvalid |
| 5629 | 2026-06-03T08:19:02.698Z | invalid Tx Fault: Yesinvalid |
| 5630 | 2026-06-03T08:19:02.698Z | Tx Loss-of-lock: falseYes false Yesfalse Yesfalse |
| 5631 | 2026-06-03T08:19:02.698Z | |
| 5632 | 2026-06-03T08:19:02.698Z | Tx Loss-of-signal: true true true true |
| 5633 | 2026-06-03T08:19:02.698Z | Tx Auto-squelch Disable: false false false false |
| 5634 | 2026-06-03T08:19:02.698Z | Tx Adaptive EQ Fail: true true true true |
| 5635 | 2026-06-03T08:19:02.698Z | Tx Failure: false false false false |
| 5636 | 2026-06-03T08:19:02.698Z | Tx Force Squelch: true true true true |
| 5637 | 2026-06-03T08:19:02.698Z | Tx Input Polarity: normal normal normal normal |
| 5638 | 2026-06-03T08:19:02.698Z | test switchport::test::test_print_sff_datapath ... ok |
| 5639 | 2026-06-03T08:19:02.698Z | test switchport::test::test_print_cmis_datapath ... ok |
| 5640 | 2026-06-03T08:19:02.698Z | test link::test_filter ... ok |
| 5641 | 2026-06-03T08:19:02.698Z | |
| 5642 | 2026-06-03T08:19:02.698Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5643 | 2026-06-03T08:19:02.698Z | |
| 5644 | 2026-06-03T08:19:02.698Z | Running tests/counters.rs (target/debug/deps/counters-58cdf1b475db8346) |
| 5645 | 2026-06-03T08:19:02.698Z | |
| 5646 | 2026-06-03T08:19:02.698Z | running 1 test |
| 5647 | 2026-06-03T08:19:02.698Z | test test_p4_counter_list ... ignored |
| 5648 | 2026-06-03T08:19:02.698Z | |
| 5649 | 2026-06-03T08:19:02.698Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5650 | 2026-06-03T08:19:02.698Z | |
| 5651 | 2026-06-03T08:19:02.703Z | Running tests/port-link.rs (target/debug/deps/port_link-fc67d14bf2bd65d6) |
| 5652 | 2026-06-03T08:19:02.703Z | |
| 5653 | 2026-06-03T08:19:02.703Z | running 5 tests |
| 5654 | 2026-06-03T08:19:02.703Z | test test_an ... ignored |
| 5655 | 2026-06-03T08:19:02.703Z | test test_enable ... ignored |
| 5656 | 2026-06-03T08:19:02.703Z | test test_ip_addresses ... ignored |
| 5657 | 2026-06-03T08:19:02.703Z | test test_kr ... ignored |
| 5658 | 2026-06-03T08:19:02.703Z | test test_mac ... ignored |
| 5659 | 2026-06-03T08:19:02.703Z | |
| 5660 | 2026-06-03T08:19:02.703Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5661 | 2026-06-03T08:19:02.703Z | |
| 5662 | 2026-06-03T08:19:02.703Z | Running unittests src/main.rs (target/debug/deps/tfportd-1b1ba079089fa41e) |
| 5663 | 2026-06-03T08:19:02.706Z | |
| 5664 | 2026-06-03T08:19:02.706Z | running 3 tests |
| 5665 | 2026-06-03T08:19:02.706Z | test linklocal::test_parse_ipadm ... ok |
| 5666 | 2026-06-03T08:19:02.706Z | test tfport::test_parse_tfport ... ok |
| 5667 | 2026-06-03T08:19:02.707Z | test config::tests::test_updates ... ok |
| 5668 | 2026-06-03T08:19:02.707Z | |
| 5669 | 2026-06-03T08:19:02.707Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5670 | 2026-06-03T08:19:02.707Z | |
| 5671 | 2026-06-03T08:19:02.707Z | Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de) |
| 5672 | 2026-06-03T08:19:02.715Z | |
| 5673 | 2026-06-03T08:19:02.716Z | running 0 tests |
| 5674 | 2026-06-03T08:19:02.716Z | |
| 5675 | 2026-06-03T08:19:02.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5676 | 2026-06-03T08:19:02.719Z | |
| 5677 | 2026-06-03T08:19:02.719Z | Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0) |
| 5678 | 2026-06-03T08:19:02.719Z | |
| 5679 | 2026-06-03T08:19:02.719Z | running 0 tests |
| 5680 | 2026-06-03T08:19:02.719Z | |
| 5681 | 2026-06-03T08:19:02.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5682 | 2026-06-03T08:19:02.719Z | |
| 5683 | 2026-06-03T08:19:02.719Z | Doc-tests aal |
| 5684 | 2026-06-03T08:19:02.889Z | |
| 5685 | 2026-06-03T08:19:02.889Z | running 0 tests |
| 5686 | 2026-06-03T08:19:02.889Z | |
| 5687 | 2026-06-03T08:19:02.892Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5688 | 2026-06-03T08:19:02.892Z | |
| 5689 | 2026-06-03T08:19:02.908Z | Doc-tests aal_macros |
| 5690 | 2026-06-03T08:19:02.982Z | |
| 5691 | 2026-06-03T08:19:02.982Z | running 0 tests |
| 5692 | 2026-06-03T08:19:02.983Z | |
| 5693 | 2026-06-03T08:19:02.983Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5694 | 2026-06-03T08:19:02.983Z | |
| 5695 | 2026-06-03T08:19:02.995Z | Doc-tests common |
| 5696 | 2026-06-03T08:19:03.235Z | |
| 5697 | 2026-06-03T08:19:03.235Z | running 0 tests |
| 5698 | 2026-06-03T08:19:03.235Z | |
| 5699 | 2026-06-03T08:19:03.235Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5700 | 2026-06-03T08:19:03.235Z | |
| 5701 | 2026-06-03T08:19:03.256Z | Doc-tests dpd_api |
| 5702 | 2026-06-03T08:19:04.094Z | |
| 5703 | 2026-06-03T08:19:04.094Z | running 2 tests |
| 5704 | 2026-06-03T08:19:04.094Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 5705 | 2026-06-03T08:19:04.094Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 5706 | 2026-06-03T08:19:04.094Z | |
| 5707 | 2026-06-03T08:19:04.094Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5708 | 2026-06-03T08:19:04.094Z | |
| 5709 | 2026-06-03T08:19:04.126Z | Doc-tests dpd_client |
| 5710 | 2026-06-03T08:19:05.419Z | |
| 5711 | 2026-06-03T08:19:05.419Z | running 0 tests |
| 5712 | 2026-06-03T08:19:05.419Z | |
| 5713 | 2026-06-03T08:19:05.419Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5714 | 2026-06-03T08:19:05.419Z | |
| 5715 | 2026-06-03T08:19:05.469Z | Doc-tests dpd_types |
| 5716 | 2026-06-03T08:19:05.679Z | |
| 5717 | 2026-06-03T08:19:05.679Z | running 0 tests |
| 5718 | 2026-06-03T08:19:05.679Z | |
| 5719 | 2026-06-03T08:19:05.679Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5720 | 2026-06-03T08:19:05.679Z | |
| 5721 | 2026-06-03T08:19:05.707Z | Doc-tests dpd_types_versions |
| 5722 | 2026-06-03T08:19:06.945Z | |
| 5723 | 2026-06-03T08:19:06.945Z | running 1 test |
| 5724 | 2026-06-03T08:19:06.945Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 5725 | 2026-06-03T08:19:06.945Z | |
| 5726 | 2026-06-03T08:19:07.013Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5727 | 2026-06-03T08:19:07.013Z | |
| 5728 | 2026-06-03T08:19:07.026Z | Doc-tests packet |
| 5729 | 2026-06-03T08:19:07.088Z | |
| 5730 | 2026-06-03T08:19:07.089Z | running 0 tests |
| 5731 | 2026-06-03T08:19:07.089Z | |
| 5732 | 2026-06-03T08:19:07.089Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5733 | 2026-06-03T08:19:07.089Z | |
| 5734 | 2026-06-03T08:19:07.107Z | Doc-tests pcap |
| 5735 | 2026-06-03T08:19:07.160Z | |
| 5736 | 2026-06-03T08:19:07.160Z | running 0 tests |
| 5737 | 2026-06-03T08:19:07.160Z | |
| 5738 | 2026-06-03T08:19:07.160Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5739 | 2026-06-03T08:19:07.160Z | |
| 5740 | 2026-06-03T08:19:07.172Z | error: 1 target failed: |
| 5741 | 2026-06-03T08:19:07.172Z | `-p dpd-client --test test_all` |
| 5742 | 2026-06-03T08:19:07.209Z | process exited: duration 594528 ms, exit code 101 |
| |
| 5743 | 2026-06-03T08:19:07.217Z | found 0 output files |