01KN3CA4AA3R34HHRJZJ4CWSWJ: test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/p4",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KN3CAFET9ANYW7Q0VN034VKS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T02:01:19.947Zjob assigned to worker 01KN3CAJ965WJ8FF8GN79MNAAT [factory aws, i-0adc5ade5740f094b] (queued for 55 s)
 
22026-04-01T02:01:26.971Zstarting task 0: "setup"
32026-04-01T02:01:26.976Z++ uname -s
42026-04-01T02:01:26.979Z+ kern=SunOS
52026-04-01T02:01:26.979Z+ build_user=build
62026-04-01T02:01:26.979Z+ build_uid=12345
72026-04-01T02:01:26.979Z+ work_dir=/work
82026-04-01T02:01:26.979Z+ input_dir=/input
92026-04-01T02:01:26.979Z+ [[ 0 == 12345 ]]
102026-04-01T02:01:26.979Z+ case "$kern" in
112026-04-01T02:01:26.979Z+ groupadd -g 12345 build
122026-04-01T02:01:26.979Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T02:01:28.985Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T02:01:29.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T02:01:29.111Z+ home_fs=zfs
162026-04-01T02:01:29.111Z+ [[ zfs == autofs ]]
172026-04-01T02:01:29.111Z+ mkdir -p /home/build
182026-04-01T02:01:29.111Z+ chown build:build /home/build /work
192026-04-01T02:01:31.113Z+ chmod 0700 /home/build /work
202026-04-01T02:01:31.116Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-01T02:01:31.123Zstarting task 1: "rust-toolchain"
222026-04-01T02:01:31.126Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-01T02:01:31.126Z * rust toolchain channel = "1.90.0"
242026-04-01T02:01:31.126Z * rust toolchain profile = "default"
252026-04-01T02:01:31.129Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T02:01:31.129Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T02:01:31.129Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T02:01:31.129Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T02:01:31.129Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-01T02:01:31.246Zinfo: downloading installer
312026-04-01T02:01:32.889Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T02:01:32.889Zwarn: /opt/ooce/bin
332026-04-01T02:01:32.889Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T02:01:32.889Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T02:01:32.889Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T02:01:32.889Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T02:01:32.889Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T02:01:32.889Zerror: cannot install while Rust is installed
392026-04-01T02:01:32.889Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T02:01:32.889Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T02:01:32.889Zwarn: /home/build/.rustup/settings.toml
422026-04-01T02:01:32.889Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T02:01:32.889Zwarn: instead of the one inferred from the default host triple.
442026-04-01T02:01:32.902Zinfo: profile set to default
452026-04-01T02:01:32.902Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T02:01:32.905Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-01T02:01:33.064Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-01T02:01:33.068Zinfo: downloading 6 components
492026-04-01T02:01:47.517Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-01T02:01:47.517Z
512026-04-01T02:01:47.548Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-01T02:01:47.548Z
532026-04-01T02:01:47.548Z
542026-04-01T02:01:47.548ZRust is installed now. Great!
552026-04-01T02:01:47.548Z
562026-04-01T02:01:47.551ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T02:01:47.551Zenvironment variable. This has not been done automatically.
582026-04-01T02:01:47.551Z
592026-04-01T02:01:47.551ZTo configure your current shell, you need to source
602026-04-01T02:01:47.551Zthe corresponding env file under $HOME/.cargo.
612026-04-01T02:01:47.551Z
622026-04-01T02:01:47.551ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T02:01:47.551Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T02:01:47.551Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T02:01:47.551Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T02:01:47.552Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T02:01:47.552Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T02:01:47.552Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T02:01:47.552Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T02:01:47.552Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T02:01:47.641Z+ rustup --version
722026-04-01T02:01:47.650Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T02:01:47.653Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T02:01:47.673Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-01T02:01:47.676Z+ cargo --version
762026-04-01T02:01:47.688Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-01T02:01:47.691Z+ rustc --version
782026-04-01T02:01:47.711Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-01T02:01:47.714Zprocess exited: duration 16591 ms, exit code 0
 
802026-04-01T02:01:47.721Zstarting task 2: "authentication"
812026-04-01T02:01:47.735Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T02:01:47.741Zstarting task 3: "clone repository"
832026-04-01T02:01:47.744Z+ mkdir -p /work/oxidecomputer/dendrite
842026-04-01T02:01:47.747Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-04-01T02:01:47.865ZCloning into '/work/oxidecomputer/dendrite'...
862026-04-01T02:01:48.912Z+ cd /work/oxidecomputer/dendrite
872026-04-01T02:01:48.912Z+ git fetch origin abae2128f6e33a01cfb8dc2b75b362c48321bb9e
882026-04-01T02:01:49.144ZFrom https://github.com/oxidecomputer/dendrite
892026-04-01T02:01:49.144Z * branch abae2128f6e33a01cfb8dc2b75b362c48321bb9e -> FETCH_HEAD
902026-04-01T02:01:49.151Z+ [[ -n multicast-e2e ]]
912026-04-01T02:01:49.154Z++ git branch --show-current
922026-04-01T02:01:49.154Z+ current=main
932026-04-01T02:01:49.154Z+ [[ main != multicast-e2e ]]
942026-04-01T02:01:49.154Z+ git branch -f multicast-e2e abae2128f6e33a01cfb8dc2b75b362c48321bb9e
952026-04-01T02:01:49.157Z+ git checkout -f multicast-e2e
962026-04-01T02:01:49.172ZSwitched to branch 'multicast-e2e'
972026-04-01T02:01:49.175Z+ git reset --hard abae2128f6e33a01cfb8dc2b75b362c48321bb9e
982026-04-01T02:01:49.190ZHEAD is now at abae212 merge main
992026-04-01T02:01:49.193Zprocess exited: duration 1448 ms, exit code 0
 
1002026-04-01T02:01:49.199Zstarting task 4: "build"
1012026-04-01T02:01:49.202Z+ source .github/buildomat/common.sh
1022026-04-01T02:01:49.205Z++ TOFINO_STAGES=20
1032026-04-01T02:01:49.205Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-04-01T02:01:49.205Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-04-01T02:01:49.205Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-04-01T02:01:49.205Z+++ uname -s
1072026-04-01T02:01:49.205Z++ '[' SunOS == SunOS ']'
1082026-04-01T02:01:49.205Z++ SERIES=illumos
1092026-04-01T02:01:49.205Z+++ uname -s
1102026-04-01T02:01:49.208Z++ '[' SunOS == SunOS ']'
1112026-04-01T02:01:49.208Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-04-01T02:01:49.208Z++ rustup show active-toolchain
1132026-04-01T02:01:49.211Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-04-01T02:01:49.215Z+ source .github/buildomat/illumos.sh
1152026-04-01T02:01:49.215Z++ banner 'sde setup'
1162026-04-01T02:01:49.215Z
1172026-04-01T02:01:49.215Z #### ##### ###### #### ###### ##### # # #####
1182026-04-01T02:01:49.215Z # # # # # # # # # # #
1192026-04-01T02:01:49.215Z #### # # ##### #### ##### # # # # #
1202026-04-01T02:01:49.215Z # # # # # # # # # #####
1212026-04-01T02:01:49.215Z # # # # # # # # # # # #
1222026-04-01T02:01:49.215Z #### ##### ###### #### ###### # #### #
1232026-04-01T02:01:49.215Z
1242026-04-01T02:01:49.215Z++ export PKG=tofino_sde.p5p
1252026-04-01T02:01:49.215Z++ PKG=tofino_sde.p5p
1262026-04-01T02:01:49.215Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-04-01T02:01:49.219Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-04-01T02:01:49.219Z Dload Upload Total Spent Left Speed
1292026-04-01T02:01:50.393Z 0 0 0 0 0 0 0 0 0 78 76.03M 78 59.43M 0 0 59.48M 0 00:01 00:01 59.49M 100 76.03M 100 76.03M 0 0 64.82M 0 00:01 00:01 59.49M 100 76.03M 100 76.03M 0 0 64.82M 0 00:01 00:01 59.49M 100 76.03M 100 76.03M 0 0 64.81M 0 00:01 00:01 59.49M
1302026-04-01T02:01:50.397Z+++ digest -a sha256 tofino_sde.p5p
1312026-04-01T02:01:50.444Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-04-01T02:01:50.447Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-04-01T02:01:50.447Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-04-01T02:01:59.543Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-01T02:02:06.419Z Startup: Caching catalogs ... Done
1362026-04-01T02:02:06.603Z Startup: Refreshing catalog 'oxide' ... Done
1372026-04-01T02:02:13.039ZPlanning: Solver setup ... Done
1382026-04-01T02:02:13.058ZPlanning: Running solver ... Done
1392026-04-01T02:02:13.170ZPlanning: Finding local manifests ... Done
1402026-04-01T02:02:13.174ZPlanning: Fetching manifests: 1/1 100% complete
1412026-04-01T02:02:13.177ZPlanning: Fetching manifests: 1/1 100% complete
1422026-04-01T02:02:13.190ZPlanning: Package planning ... Done
1432026-04-01T02:02:13.193ZPlanning: Merging actions ... Done
1442026-04-01T02:02:13.309ZPlanning: Checking for conflicting actions ... Done
1452026-04-01T02:02:13.312ZPlanning: Consolidating action changes ... Done
1462026-04-01T02:02:15.566ZPlanning: Evaluating mediators ... Done
1472026-04-01T02:02:15.569ZPlanning: Planning completed in 8.96 seconds
1482026-04-01T02:02:15.573Z Packages to install: 1
1492026-04-01T02:02:15.577Z Create boot environment: No
1502026-04-01T02:02:15.577ZCreate backup boot environment: No
1512026-04-01T02:02:15.641Z
1522026-04-01T02:02:15.641ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-04-01T02:02:15.778ZDownload: Completed 75.30 MB in 0.14 seconds (547M/s)
1542026-04-01T02:02:15.940Z Actions: 1/293 actions (Installing new actions)
1552026-04-01T02:02:16.916Z Actions: Completed 293 actions in 0.98 seconds.
1562026-04-01T02:02:16.919Z Done
1572026-04-01T02:02:16.959Z Done
1582026-04-01T02:02:17.634Z Done
1592026-04-01T02:02:20.672Z Done
1602026-04-01T02:02:20.746Z Done
1612026-04-01T02:02:20.749Z Done
1622026-04-01T02:02:21.016Z Done
1632026-04-01T02:02:21.642Z++ export SDE=/opt/oxide/tofino_sde
1642026-04-01T02:02:21.642Z++ SDE=/opt/oxide/tofino_sde
1652026-04-01T02:02:21.642Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-04-01T02:02:21.642Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-04-01T02:02:21.642Z++ banner packages
1682026-04-01T02:02:21.646Z
1692026-04-01T02:02:21.646Z++ pfexec pkg install clang-15 pcap
1702026-04-01T02:02:21.646Z ##### ## #### # # ## #### ###### ####
1712026-04-01T02:02:21.646Z # # # # # # # # # # # # # #
1722026-04-01T02:02:21.646Z # # # # # #### # # # ##### ####
1732026-04-01T02:02:21.646Z ##### ###### # # # ###### # ### # #
1742026-04-01T02:02:21.646Z # # # # # # # # # # # # # #
1752026-04-01T02:02:21.646Z # # # #### # # # # #### ###### ####
1762026-04-01T02:02:21.646Z
1772026-04-01T02:02:22.040Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-04-01T02:02:22.043Z Startup: Refreshing catalog 'oxide' ... Done
1792026-04-01T02:02:26.226ZPlanning: Solver setup ... Done
1802026-04-01T02:02:26.245ZPlanning: Running solver ... Done
1812026-04-01T02:02:26.358ZPlanning: Finding local manifests ... Done
1822026-04-01T02:02:26.362ZPlanning: Fetching manifests: 0/2 0% complete
1832026-04-01T02:02:26.553ZPlanning: Fetching manifests: 2/2 100% complete
1842026-04-01T02:02:26.583ZPlanning: Package planning ... Done
1852026-04-01T02:02:26.609ZPlanning: Merging actions ... Done
1862026-04-01T02:02:26.717ZPlanning: Checking for conflicting actions ... Done
1872026-04-01T02:02:26.723ZPlanning: Consolidating action changes ... Done
1882026-04-01T02:02:26.883ZPlanning: Evaluating mediators ... Done
1892026-04-01T02:02:26.888ZPlanning: Planning completed in 4.85 seconds
1902026-04-01T02:02:26.894Z Packages to install: 2
1912026-04-01T02:02:26.894Z Mediators to change: 2
1922026-04-01T02:02:26.894Z Services to change: 1
1932026-04-01T02:02:26.894Z Create boot environment: No
1942026-04-01T02:02:26.894ZCreate backup boot environment: No
1952026-04-01T02:02:26.926Z
1962026-04-01T02:02:26.926ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-04-01T02:02:31.926ZDownload: 1118/3076 items 113.2/211.3MB 53% complete (23.0M/s)
1982026-04-01T02:02:39.375ZDownload: 2010/3076 items 117.9/211.3MB 55% complete (14.8M/s)
1992026-04-01T02:02:44.242ZDownload: Completed 211.31 MB in 17.32 seconds (12.2M/s)
2002026-04-01T02:02:44.464Z Actions: 1/3418 actions (Installing new actions)
2012026-04-01T02:02:47.573Z Actions: Completed 3418 actions in 3.11 seconds.
2022026-04-01T02:02:48.106Z Done
2032026-04-01T02:02:48.107Z Done
2042026-04-01T02:02:48.806Z Done
2052026-04-01T02:02:51.589Z Done
2062026-04-01T02:02:51.680Z Done
2072026-04-01T02:02:51.683Z Done
2082026-04-01T02:02:51.999Z Done
2092026-04-01T02:02:52.124Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-04-01T02:02:52.318ZPlanning: Evaluating mediator changes ... Done
2112026-04-01T02:02:52.424ZPlanning: Checking for conflicting actions ... Done
2122026-04-01T02:02:52.427ZPlanning: Consolidating action changes ... Done
2132026-04-01T02:02:52.583ZPlanning: Evaluating mediators ... Done
2142026-04-01T02:02:52.586ZPlanning: Planning completed in 0.27 seconds
2152026-04-01T02:02:52.603Z Mediators to change: 2
2162026-04-01T02:02:52.604Z Create boot environment: No
2172026-04-01T02:02:52.604ZCreate backup boot environment: No
2182026-04-01T02:02:52.662Z Done
2192026-04-01T02:02:52.662Z Done
2202026-04-01T02:02:53.264Z Done
2212026-04-01T02:02:55.783Z Done
2222026-04-01T02:02:55.859Z Done
2232026-04-01T02:02:55.862Z Done
2242026-04-01T02:02:56.002Z Done
2252026-04-01T02:02:56.076Z++ cargo --version
2262026-04-01T02:02:56.088Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-04-01T02:02:56.091Z++ rustc --version
2282026-04-01T02:02:56.109Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-04-01T02:02:56.112Z+ banner copyrights
2302026-04-01T02:02:56.116Z
2312026-04-01T02:02:56.116Z #### #### ##### # # ##### # #### # # ##### ####
2322026-04-01T02:02:56.116Z # # # # # # # # # # # # # # # # #
2332026-04-01T02:02:56.116Z # # # # # # # # # # ###### # ####
2342026-04-01T02:02:56.116Z # # # ##### # ##### # # ### # # # #
2352026-04-01T02:02:56.116Z # # # # # # # # # # # # # # # #
2362026-04-01T02:02:56.116Z #### #### # # # # # #### # # # ####
2372026-04-01T02:02:56.116Z
2382026-04-01T02:02:56.116Z+ ./tools/check_copyrights.sh
2392026-04-01T02:02:56.387Zcommon/src/illumos.rs: Copyright with wrong year
2402026-04-01T02:02:57.181Zpacket/src/eth.rs: Copyright with wrong year
2412026-04-01T02:02:57.641Z+ banner clippy
2422026-04-01T02:02:57.644Z
2432026-04-01T02:02:57.644Z #### # # ##### ##### # #
2442026-04-01T02:02:57.644Z # # # # # # # # # #
2452026-04-01T02:02:57.644Z # # # # # # # #
2462026-04-01T02:02:57.644Z # # # ##### ##### #
2472026-04-01T02:02:57.644Z # # # # # # #
2482026-04-01T02:02:57.644Z #### ###### # # # #
2492026-04-01T02:02:57.644Z
2502026-04-01T02:02:57.644Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-04-01T02:02:57.644Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-04-01T02:02:57.796Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-04-01T02:03:07.606Z Updating crates.io index
2542026-04-01T02:03:07.641Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-04-01T02:03:07.882Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-04-01T02:03:08.944Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-04-01T02:03:09.205Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-04-01T02:03:09.479Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-04-01T02:03:10.242Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-04-01T02:03:11.292Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-04-01T02:03:11.673Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-01T02:03:12.104Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-04-01T02:03:12.380Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-04-01T02:03:12.846Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-04-01T02:03:13.293Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-04-01T02:03:13.727Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-04-01T02:03:14.090Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-04-01T02:03:14.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-04-01T02:03:14.901Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-04-01T02:03:15.178Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-04-01T02:03:15.472Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-04-01T02:03:16.006Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-04-01T02:03:16.313Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-04-01T02:03:16.589Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-04-01T02:03:17.810Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-01T02:03:18.411Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-04-01T02:03:19.618Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-04-01T02:03:20.992Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-04-01T02:03:21.632Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-04-01T02:03:21.909Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-04-01T02:03:22.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-04-01T02:03:23.619Z Downloading crates ...
2832026-04-01T02:03:23.684Z Downloaded async-stream v0.3.6
2842026-04-01T02:03:23.687Z Downloaded anyhow v1.0.102
2852026-04-01T02:03:23.691Z Downloaded defmt v1.0.1
2862026-04-01T02:03:23.694Z Downloaded clap_derive v4.6.0
2872026-04-01T02:03:23.707Z Downloaded dyn-clone v1.0.20
2882026-04-01T02:03:23.712Z Downloaded crossbeam-epoch v0.9.18
2892026-04-01T02:03:23.715Z Downloaded http-body v1.0.1
2902026-04-01T02:03:23.718Z Downloaded dropshot-api-manager-types v0.5.2
2912026-04-01T02:03:23.721Z Downloaded cstr-argument v0.1.2
2922026-04-01T02:03:23.724Z Downloaded arrayref v0.3.9
2932026-04-01T02:03:23.727Z Downloaded anstyle v1.0.14
2942026-04-01T02:03:23.729Z Downloaded dtrace-parser v0.2.0
2952026-04-01T02:03:23.729Z Downloaded dof v0.4.0
2962026-04-01T02:03:23.732Z Downloaded digest v0.10.7
2972026-04-01T02:03:23.735Z Downloaded crypto-bigint v0.5.5
2982026-04-01T02:03:23.738Z Downloaded futures-util v0.3.32
2992026-04-01T02:03:23.744Z Downloaded ident_case v1.0.1
3002026-04-01T02:03:23.747Z Downloaded derive-where v1.6.0
3012026-04-01T02:03:23.750Z Downloaded dof v0.3.0
3022026-04-01T02:03:23.753Z Downloaded float-ord v0.3.2
3032026-04-01T02:03:23.753Z Downloaded dtrace-parser v0.3.0
3042026-04-01T02:03:23.757Z Downloaded defmt v0.3.100
3052026-04-01T02:03:23.760Z Downloaded clap_lex v1.1.0
3062026-04-01T02:03:23.763Z Downloaded cfg-if v1.0.3
3072026-04-01T02:03:23.763Z Downloaded foreign-types-shared v0.3.1
3082026-04-01T02:03:23.765Z Downloaded convert_case v0.4.0
3092026-04-01T02:03:23.768Z Downloaded fs_extra v1.3.0
3102026-04-01T02:03:23.768Z Downloaded group v0.13.0
3112026-04-01T02:03:23.771Z Downloaded displaydoc v0.2.5
3122026-04-01T02:03:23.774Z Downloaded futures-macro v0.3.32
3132026-04-01T02:03:23.777Z Downloaded hostname v0.4.2
3142026-04-01T02:03:23.777Z Downloaded futures-task v0.3.32
3152026-04-01T02:03:23.780Z Downloaded form_urlencoded v1.2.2
3162026-04-01T02:03:23.783Z Downloaded cargo-platform v0.1.9
3172026-04-01T02:03:23.783Z Downloaded heck v0.4.1
3182026-04-01T02:03:23.786Z Downloaded crucible-workspace-hack v0.1.0
3192026-04-01T02:03:23.786Z Downloaded anstyle-query v1.1.4
3202026-04-01T02:03:23.788Z Downloaded fnv v1.0.7
3212026-04-01T02:03:23.791Z Downloaded hubpack v0.1.2
3222026-04-01T02:03:23.791Z Downloaded git-stub v1.0.0
3232026-04-01T02:03:23.794Z Downloaded const_format_proc_macros v0.2.34
3242026-04-01T02:03:23.797Z Downloaded foldhash v0.2.0
3252026-04-01T02:03:23.797Z Downloaded chacha20 v0.9.1
3262026-04-01T02:03:23.800Z Downloaded backoff v0.4.0
3272026-04-01T02:03:23.802Z Downloaded drift v0.1.3
3282026-04-01T02:03:23.805Z Downloaded foreign-types-shared v0.1.1
3292026-04-01T02:03:23.808Z Downloaded critical-section v1.2.0
3302026-04-01T02:03:23.811Z Downloaded futures-sink v0.3.32
3312026-04-01T02:03:23.811Z Downloaded console v0.15.11
3322026-04-01T02:03:23.814Z Downloaded hubpack_derive v0.1.1
3332026-04-01T02:03:23.817Z Downloaded crossbeam-utils v0.8.21
3342026-04-01T02:03:23.820Z Downloaded http-body-util v0.1.3
3352026-04-01T02:03:23.820Z Downloaded hyper-tls v0.6.0
3362026-04-01T02:03:23.823Z Downloaded adler2 v2.0.1
3372026-04-01T02:03:23.826Z Downloaded futures-core v0.3.32
3382026-04-01T02:03:23.826Z Downloaded generic-array v0.14.7
3392026-04-01T02:03:23.829Z Downloaded futures-io v0.3.32
3402026-04-01T02:03:23.831Z Downloaded embedded-io v0.6.1
3412026-04-01T02:03:23.831Z Downloaded dunce v1.0.5
3422026-04-01T02:03:23.834Z Downloaded fixedbitset v0.4.2
3432026-04-01T02:03:23.834Z Downloaded httpdate v1.0.3
3442026-04-01T02:03:23.837Z Downloaded crypto-common v0.1.6
3452026-04-01T02:03:23.840Z Downloaded inout v0.1.4
3462026-04-01T02:03:23.840Z Downloaded internet-checksum v0.2.1
3472026-04-01T02:03:23.843Z Downloaded heck v0.5.0
3482026-04-01T02:03:23.843Z Downloaded icu_properties v2.0.1
3492026-04-01T02:03:23.846Z Downloaded glob v0.3.3
3502026-04-01T02:03:23.849Z Downloaded icu_locale_core v2.0.0
3512026-04-01T02:03:23.852Z Downloaded instant v0.1.13
3522026-04-01T02:03:23.855Z Downloaded fastrand v2.3.0
3532026-04-01T02:03:23.858Z Downloaded crossbeam-deque v0.8.6
3542026-04-01T02:03:23.858Z Downloaded csv-core v0.1.12
3552026-04-01T02:03:23.861Z Downloaded indent_write v2.2.0
3562026-04-01T02:03:23.861Z Downloaded lazy_static v1.5.0
3572026-04-01T02:03:23.864Z Downloaded hash32 v0.3.1
3582026-04-01T02:03:23.867Z Downloaded icu_normalizer_data v2.0.0
3592026-04-01T02:03:23.867Z Downloaded idna_adapter v1.2.1
3602026-04-01T02:03:23.870Z Downloaded hostname v0.3.1
3612026-04-01T02:03:23.872Z Downloaded find-msvc-tools v0.1.9
3622026-04-01T02:03:23.872Z Downloaded async-trait v0.1.89
3632026-04-01T02:03:23.875Z Downloaded anstream v1.0.0
3642026-04-01T02:03:23.878Z Downloaded display-error-chain v0.2.2
3652026-04-01T02:03:23.878Z Downloaded defmt-macros v1.0.1
3662026-04-01T02:03:23.881Z Downloaded is_ci v1.2.0
3672026-04-01T02:03:23.884Z Downloaded ciborium-io v0.2.2
3682026-04-01T02:03:23.884Z Downloaded icu_provider v2.0.0
3692026-04-01T02:03:23.887Z Downloaded hex v0.4.3
3702026-04-01T02:03:23.889Z Downloaded newtype-uuid-macros v0.1.0
3712026-04-01T02:03:23.892Z Downloaded curl v0.4.49
3722026-04-01T02:03:23.895Z Downloaded foreign-types-macros v0.2.3
3732026-04-01T02:03:23.895Z Downloaded equivalent v1.0.2
3742026-04-01T02:03:23.898Z Downloaded dropshot-api-manager v0.5.2
3752026-04-01T02:03:23.901Z Downloaded errno v0.3.14
3762026-04-01T02:03:23.901Z Downloaded darling_core v0.21.3
3772026-04-01T02:03:23.904Z Downloaded macaddr v1.0.1
3782026-04-01T02:03:23.906Z Downloaded getrandom v0.2.16
3792026-04-01T02:03:23.909Z Downloaded foreign-types v0.5.0
3802026-04-01T02:03:23.912Z Downloaded async-stream-impl v0.3.6
3812026-04-01T02:03:23.912Z Downloaded managed v0.8.0
3822026-04-01T02:03:23.915Z Downloaded derive-ex v0.1.8
3832026-04-01T02:03:23.915Z Downloaded data-encoding v2.9.0
3842026-04-01T02:03:23.918Z Downloaded memmap2 v0.9.8
3852026-04-01T02:03:23.918Z Downloaded kstat-rs v0.2.4
3862026-04-01T02:03:23.921Z Downloaded ipnetwork v0.21.1
3872026-04-01T02:03:23.924Z Downloaded jobserver v0.1.34
3882026-04-01T02:03:23.924Z Downloaded ingot v0.1.1
3892026-04-01T02:03:23.926Z Downloaded camino v1.2.2
3902026-04-01T02:03:23.929Z Downloaded keccak v0.1.6
3912026-04-01T02:03:23.929Z Downloaded ipnet v2.11.0
3922026-04-01T02:03:23.932Z Downloaded num v0.4.3
3932026-04-01T02:03:23.932Z Downloaded indexmap v1.9.3
3942026-04-01T02:03:23.935Z Downloaded hickory-resolver v0.25.2
3952026-04-01T02:03:23.938Z Downloaded oxide-tokio-rt v0.1.2
3962026-04-01T02:03:23.942Z Downloaded futures-channel v0.3.32
3972026-04-01T02:03:23.942Z Downloaded aead v0.5.2
3982026-04-01T02:03:23.944Z Downloaded icu_normalizer v2.0.0
3992026-04-01T02:03:23.947Z Downloaded foldhash v0.1.5
4002026-04-01T02:03:23.947Z Downloaded erased-serde v0.3.31
4012026-04-01T02:03:23.950Z Downloaded num_enum_derive v0.5.11
4022026-04-01T02:03:23.953Z Downloaded darling v0.21.3
4032026-04-01T02:03:23.956Z Downloaded num-derive v0.3.3
4042026-04-01T02:03:23.956Z Downloaded lock_api v0.4.14
4052026-04-01T02:03:23.959Z Downloaded openssl-probe v0.1.6
4062026-04-01T02:03:23.962Z Downloaded memoffset v0.9.1
4072026-04-01T02:03:23.962Z Downloaded opaque-debug v0.3.1
4082026-04-01T02:03:23.965Z Downloaded libsw-core v0.3.2
4092026-04-01T02:03:23.965Z Downloaded bytecount v0.6.9
4102026-04-01T02:03:23.968Z Downloaded ff v0.13.1
4112026-04-01T02:03:23.968Z Downloaded highway v1.3.0
4122026-04-01T02:03:23.970Z Downloaded cipher v0.4.4
4132026-04-01T02:03:23.970Z Downloaded bytes v1.11.1
4142026-04-01T02:03:23.975Z Downloaded hmac v0.12.1
4152026-04-01T02:03:23.978Z Downloaded derive_more v0.99.20
4162026-04-01T02:03:23.980Z Downloaded ingot-types v0.1.2
4172026-04-01T02:03:23.980Z Downloaded darling_macro v0.21.3
4182026-04-01T02:03:23.983Z Downloaded async-recursion v1.1.1
4192026-04-01T02:03:23.986Z Downloaded autocfg v1.5.0
4202026-04-01T02:03:23.986Z Downloaded globset v0.4.16
4212026-04-01T02:03:23.989Z Downloaded num-conv v0.2.1
4222026-04-01T02:03:23.989Z Downloaded newtype-uuid v1.3.2
4232026-04-01T02:03:23.992Z Downloaded cargo_metadata v0.18.1
4242026-04-01T02:03:23.992Z Downloaded is_terminal_polyfill v1.70.1
4252026-04-01T02:03:23.995Z Downloaded num-rational v0.4.2
4262026-04-01T02:03:23.995Z Downloaded futures v0.3.32
4272026-04-01T02:03:23.998Z Downloaded libloading v0.8.9
4282026-04-01T02:03:24.001Z Downloaded iana-time-zone v0.1.64
4292026-04-01T02:03:24.004Z Downloaded humantime v2.3.0
4302026-04-01T02:03:24.004Z Downloaded camino-tempfile v1.4.1
4312026-04-01T02:03:24.007Z Downloaded hyper-rustls v0.27.7
4322026-04-01T02:03:24.010Z Downloaded num_enum_derive v0.7.5
4332026-04-01T02:03:24.010Z Downloaded getrandom v0.3.3
4342026-04-01T02:03:24.013Z Downloaded blake2 v0.10.6
4352026-04-01T02:03:24.016Z Downloaded num_enum v0.7.5
4362026-04-01T02:03:24.019Z Downloaded pem v3.0.5
4372026-04-01T02:03:24.021Z Downloaded oxnet v0.1.4
4382026-04-01T02:03:24.021Z Downloaded colorchoice v1.0.4
4392026-04-01T02:03:24.024Z Downloaded ingot-macros v0.1.1
4402026-04-01T02:03:24.024Z Downloaded ciborium-ll v0.2.2
4412026-04-01T02:03:24.027Z Downloaded chacha20poly1305 v0.10.1
4422026-04-01T02:03:24.027Z Downloaded miniz_oxide v0.8.9
4432026-04-01T02:03:24.030Z Downloaded debug-ignore v1.0.5
4442026-04-01T02:03:24.033Z Downloaded crossbeam-channel v0.5.15
4452026-04-01T02:03:24.036Z Downloaded parse-display-derive v0.10.0
4462026-04-01T02:03:24.036Z Downloaded parking_lot v0.12.5
4472026-04-01T02:03:24.038Z Downloaded pin-utils v0.1.0
4482026-04-01T02:03:24.038Z Downloaded num_threads v0.1.7
4492026-04-01T02:03:24.042Z Downloaded num-iter v0.1.45
4502026-04-01T02:03:24.042Z Downloaded percent-encoding v2.3.2
4512026-04-01T02:03:24.044Z Downloaded hickory-resolver v0.24.4
4522026-04-01T02:03:24.047Z Downloaded num_enum v0.5.11
4532026-04-01T02:03:24.050Z Downloaded daft v0.1.4
4542026-04-01T02:03:24.050Z Downloaded dropshot_endpoint v0.16.7
4552026-04-01T02:03:24.053Z Downloaded blake3 v1.8.2
4562026-04-01T02:03:24.057Z Downloaded quick-error v1.2.3
4572026-04-01T02:03:24.060Z Downloaded progenitor-client v0.11.1
4582026-04-01T02:03:24.060Z Downloaded proc-macro-error-attr v1.0.4
4592026-04-01T02:03:24.063Z Downloaded progenitor-macro v0.11.1
4602026-04-01T02:03:24.063Z Downloaded papergrid v0.17.0
4612026-04-01T02:03:24.066Z Downloaded phf v0.12.1
4622026-04-01T02:03:24.069Z Downloaded openssl-sys v0.9.112
4632026-04-01T02:03:24.072Z Downloaded ppv-lite86 v0.2.21
4642026-04-01T02:03:24.072Z Downloaded omicron-zone-package v0.12.2
4652026-04-01T02:03:24.075Z Downloaded progenitor-macro v0.13.0
4662026-04-01T02:03:24.078Z Downloaded progenitor-macro v0.10.0
4672026-04-01T02:03:24.078Z Downloaded clap_builder v4.6.0
4682026-04-01T02:03:24.081Z Downloaded proc-macro-error2 v2.0.1
4692026-04-01T02:03:24.084Z Downloaded pin-project-lite v0.2.16
4702026-04-01T02:03:24.087Z Downloaded jiff-static v0.2.15
4712026-04-01T02:03:24.090Z Downloaded flate2 v1.1.2
4722026-04-01T02:03:24.093Z Downloaded ref-cast v1.0.25
4732026-04-01T02:03:24.096Z Downloaded postcard v1.1.3
4742026-04-01T02:03:24.099Z Downloaded icu_collections v2.0.0
4752026-04-01T02:03:24.102Z Downloaded progenitor v0.11.1
4762026-04-01T02:03:24.102Z Downloaded resolv-conf v0.7.5
4772026-04-01T02:03:24.104Z Downloaded proc-macro-error v1.0.4
4782026-04-01T02:03:24.107Z Downloaded defmt-parser v1.0.0
4792026-04-01T02:03:24.107Z Downloaded num-complex v0.4.6
4802026-04-01T02:03:24.110Z Downloaded pkg-config v0.3.32
4812026-04-01T02:03:24.110Z Downloaded ref-cast-impl v1.0.25
4822026-04-01T02:03:24.110Z Downloaded bindgen v0.72.1
4832026-04-01T02:03:24.114Z Downloaded rustc_version v0.1.7
4842026-04-01T02:03:24.117Z Downloaded scroll_derive v0.13.1
4852026-04-01T02:03:24.117Z Downloaded num-traits v0.2.19
4862026-04-01T02:03:24.120Z Downloaded progenitor v0.10.0
4872026-04-01T02:03:24.120Z Downloaded papergrid v0.11.0
4882026-04-01T02:03:24.123Z Downloaded scroll v0.12.0
4892026-04-01T02:03:24.126Z Downloaded hyper-util v0.1.19
4902026-04-01T02:03:24.129Z Downloaded rand_xorshift v0.4.0
4912026-04-01T02:03:24.129Z Downloaded pin-project-internal v1.1.10
4922026-04-01T02:03:24.132Z Downloaded schemars_derive v0.8.22
4932026-04-01T02:03:24.132Z Downloaded cmake v0.1.54
4942026-04-01T02:03:24.135Z Downloaded aws-lc-rs v1.16.2
4952026-04-01T02:03:24.139Z Downloaded sha1 v0.10.6
4962026-04-01T02:03:24.142Z Downloaded rand_chacha v0.9.0
4972026-04-01T02:03:24.142Z Downloaded pest_meta v2.8.2
4982026-04-01T02:03:24.145Z Downloaded scroll_derive v0.12.1
4992026-04-01T02:03:24.145Z Downloaded heapless v0.8.0
5002026-04-01T02:03:24.148Z Downloaded hashbrown v0.15.5
5012026-04-01T02:03:24.150Z Downloaded hashbrown v0.16.1
5022026-04-01T02:03:24.155Z Downloaded chrono v0.4.44
5032026-04-01T02:03:24.158Z Downloaded http v1.4.0
5042026-04-01T02:03:24.161Z Downloaded sigpipe v0.1.3
5052026-04-01T02:03:24.164Z Downloaded aho-corasick v1.1.3
5062026-04-01T02:03:24.167Z Downloaded hashbrown v0.12.3
5072026-04-01T02:03:24.170Z Downloaded siphasher v1.0.1
5082026-04-01T02:03:24.170Z Downloaded clap v4.6.0
5092026-04-01T02:03:24.174Z Downloaded rustc-hash v2.1.1
5102026-04-01T02:03:24.177Z Downloaded rand_core v0.6.4
5112026-04-01T02:03:24.177Z Downloaded const_format v0.2.34
5122026-04-01T02:03:24.180Z Downloaded once_cell v1.21.3
5132026-04-01T02:03:24.183Z Downloaded quinn-udp v0.5.14
5142026-04-01T02:03:24.190Z Downloaded curve25519-dalek v4.1.3
5152026-04-01T02:03:24.190Z Downloaded slog-json v2.6.1
5162026-04-01T02:03:24.190Z Downloaded poly1305 v0.8.0
5172026-04-01T02:03:24.194Z Downloaded expectorate v1.2.0
5182026-04-01T02:03:24.194Z Downloaded snafu-derive v0.8.9
5192026-04-01T02:03:24.197Z Downloaded rusty-fork v0.3.0
5202026-04-01T02:03:24.197Z Downloaded smf v0.2.3
5212026-04-01T02:03:24.197Z Downloaded minimal-lexical v0.2.1
5222026-04-01T02:03:24.200Z Downloaded cc v1.2.58
5232026-04-01T02:03:24.203Z Downloaded spin v0.9.8
5242026-04-01T02:03:24.206Z Downloaded bcs v0.1.6
5252026-04-01T02:03:24.206Z Downloaded moka v0.12.11
5262026-04-01T02:03:24.210Z Downloaded structmeta-derive v0.3.0
5272026-04-01T02:03:24.213Z Downloaded semver v0.1.20
5282026-04-01T02:03:24.213Z Downloaded bstr v1.12.0
5292026-04-01T02:03:24.218Z Downloaded subtle v2.6.1
5302026-04-01T02:03:24.220Z Downloaded structmeta v0.3.0
5312026-04-01T02:03:24.220Z Downloaded stable_deref_trait v1.2.0
5322026-04-01T02:03:24.223Z Downloaded serde_spanned v1.0.4
5332026-04-01T02:03:24.223Z Downloaded strsim v0.11.1
5342026-04-01T02:03:24.223Z Downloaded serde_plain v1.0.2
5352026-04-01T02:03:24.226Z Downloaded proptest v1.8.0
5362026-04-01T02:03:24.229Z Downloaded semver v1.0.27
5372026-04-01T02:03:24.232Z Downloaded termtree v0.5.1
5382026-04-01T02:03:24.232Z Downloaded progenitor-impl v0.13.0
5392026-04-01T02:03:24.235Z Downloaded idna v1.1.0
5402026-04-01T02:03:24.238Z Downloaded term v1.2.0
5412026-04-01T02:03:24.242Z Downloaded supports-color v3.0.2
5422026-04-01T02:03:24.242Z Downloaded native-tls v0.2.14
5432026-04-01T02:03:24.246Z Downloaded take_mut v0.2.2
5442026-04-01T02:03:24.246Z Downloaded tabwriter v1.4.1
5452026-04-01T02:03:24.246Z Downloaded memchr v2.7.5
5462026-04-01T02:03:24.249Z Downloaded slog-async v2.8.0
5472026-04-01T02:03:24.249Z Downloaded prettyplease v0.2.37
5482026-04-01T02:03:24.253Z Downloaded indexmap v2.13.0
5492026-04-01T02:03:24.256Z Downloaded serde_path_to_error v0.1.20
5502026-04-01T02:03:24.256Z Downloaded thiserror-impl v2.0.18
5512026-04-01T02:03:24.256Z Downloaded thiserror v1.0.69
5522026-04-01T02:03:24.259Z Downloaded log v0.4.29
5532026-04-01T02:03:24.263Z Downloaded thread-id v4.2.2
5542026-04-01T02:03:24.263Z Downloaded scroll v0.13.0
5552026-04-01T02:03:24.266Z Downloaded thread-id v5.0.0
5562026-04-01T02:03:24.266Z Downloaded tar v0.4.45
5572026-04-01T02:03:24.266Z Downloaded testing_table v0.3.0
5582026-04-01T02:03:24.271Z Downloaded serde_repr v0.1.20
5592026-04-01T02:03:24.271Z Downloaded hkdf v0.12.4
5602026-04-01T02:03:24.274Z Downloaded litemap v0.8.0
5612026-04-01T02:03:24.274Z Downloaded httparse v1.10.1
5622026-04-01T02:03:24.274Z Downloaded slog-dtrace v0.3.0
5632026-04-01T02:03:24.279Z Downloaded signal-hook-registry v1.4.6
5642026-04-01T02:03:24.279Z Downloaded sha2 v0.10.9
5652026-04-01T02:03:24.279Z Downloaded pest_derive v2.8.2
5662026-04-01T02:03:24.283Z Downloaded progenitor-client v0.10.0
5672026-04-01T02:03:24.283Z Downloaded proc-macro-crate v1.3.1
5682026-04-01T02:03:24.283Z Downloaded pretty-hex v0.4.1
5692026-04-01T02:03:24.283Z Downloaded paste v1.0.15
5702026-04-01T02:03:24.287Z Downloaded bitflags v1.3.2
5712026-04-01T02:03:24.287Z Downloaded progenitor-impl v0.10.0
5722026-04-01T02:03:24.291Z Downloaded half v2.7.1
5732026-04-01T02:03:24.291Z Downloaded base64 v0.22.1
5742026-04-01T02:03:24.294Z Downloaded tinyvec_macros v0.1.1
5752026-04-01T02:03:24.294Z Downloaded bitflags v2.9.4
5762026-04-01T02:03:24.297Z Downloaded elliptic-curve v0.13.8
5772026-04-01T02:03:24.300Z Downloaded cexpr v0.6.0
5782026-04-01T02:03:24.300Z Downloaded base64ct v1.8.0
5792026-04-01T02:03:24.301Z Downloaded colored v3.0.0
5802026-04-01T02:03:24.304Z Downloaded atomicwrites v0.4.4
5812026-04-01T02:03:24.304Z Downloaded git-stub-vcs v0.1.0
5822026-04-01T02:03:24.307Z Downloaded slog-bunyan v2.5.0
5832026-04-01T02:03:24.307Z Downloaded serde_spanned v0.6.9
5842026-04-01T02:03:24.307Z Downloaded futures-executor v0.3.32
5852026-04-01T02:03:24.311Z Downloaded fixedbitset v0.5.7
5862026-04-01T02:03:24.311Z Downloaded cancel-safe-futures v0.1.5
5872026-04-01T02:03:24.314Z Downloaded arrayvec v0.7.6
5882026-04-01T02:03:24.314Z Downloaded embedded-io v0.4.0
5892026-04-01T02:03:24.314Z Downloaded crc8 v0.1.1
5902026-04-01T02:03:24.317Z Downloaded cpufeatures v0.2.17
5912026-04-01T02:03:24.317Z Downloaded cobs v0.3.0
5922026-04-01T02:03:24.320Z Downloaded ryu v1.0.20
5932026-04-01T02:03:24.320Z Downloaded rustversion v1.0.22
5942026-04-01T02:03:24.323Z Downloaded tinyvec v1.10.0
5952026-04-01T02:03:24.323Z Downloaded mime v0.3.17
5962026-04-01T02:03:24.327Z Downloaded rayon-core v1.13.0
5972026-04-01T02:03:24.327Z Downloaded either v1.15.0
5982026-04-01T02:03:24.331Z Downloaded cfg_aliases v0.2.1
5992026-04-01T02:03:24.331Z Downloaded argon2 v0.5.3
6002026-04-01T02:03:24.331Z Downloaded gethostname v0.5.0
6012026-04-01T02:03:24.335Z Downloaded foreign-types v0.3.2
6022026-04-01T02:03:24.335Z Downloaded clang-sys v1.8.1
6032026-04-01T02:03:24.335Z Downloaded allocator-api2 v0.2.21
6042026-04-01T02:03:24.338Z Downloaded static_assertions v1.1.0
6052026-04-01T02:03:24.338Z Downloaded slog-term v2.9.2
6062026-04-01T02:03:24.338Z Downloaded enum-as-inner v0.6.1
6072026-04-01T02:03:24.341Z Downloaded filetime v0.2.26
6082026-04-01T02:03:24.341Z Downloaded terminal_size v0.4.3
6092026-04-01T02:03:24.344Z Downloaded strum v0.26.3
6102026-04-01T02:03:24.344Z Downloaded crc32fast v1.5.0
6112026-04-01T02:03:24.344Z Downloaded bit-set v0.8.0
6122026-04-01T02:03:24.347Z Downloaded cookie v0.18.1
6132026-04-01T02:03:24.347Z Downloaded ciborium v0.2.2
6142026-04-01T02:03:24.350Z Downloaded shlex v1.3.0
6152026-04-01T02:03:24.350Z Downloaded deranged v0.5.3
6162026-04-01T02:03:24.350Z Downloaded qorb v0.4.1
6172026-04-01T02:03:24.353Z Downloaded daft-derive v0.1.4
6182026-04-01T02:03:24.357Z Downloaded curve25519-dalek-derive v0.1.1
6192026-04-01T02:03:24.360Z Downloaded toml_write v0.1.2
6202026-04-01T02:03:24.360Z Downloaded tagptr v0.2.0
6212026-04-01T02:03:24.360Z Downloaded sync_wrapper v1.0.2
6222026-04-01T02:03:24.363Z Downloaded constant_time_eq v0.3.1
6232026-04-01T02:03:24.363Z Downloaded atomic-waker v1.1.2
6242026-04-01T02:03:24.363Z Downloaded anstyle-parse v1.0.0
6252026-04-01T02:03:24.366Z Downloaded schemars v0.8.22
6262026-04-01T02:03:24.370Z Downloaded thiserror-no-std v2.0.2
6272026-04-01T02:03:24.373Z Downloaded rustls-pki-types v1.12.0
6282026-04-01T02:03:24.376Z Downloaded tower-service v0.3.3
6292026-04-01T02:03:24.376Z Downloaded topological-sort v0.2.2
6302026-04-01T02:03:24.381Z Downloaded thiserror-impl v1.0.69
6312026-04-01T02:03:24.381Z Downloaded tower-layer v0.3.3
6322026-04-01T02:03:24.381Z Downloaded toml_datetime v0.6.11
6332026-04-01T02:03:24.386Z Downloaded tempfile v3.23.0
6342026-04-01T02:03:24.386Z Downloaded try-lock v0.2.5
6352026-04-01T02:03:24.386Z Downloaded nom v7.1.3
6362026-04-01T02:03:24.389Z Downloaded byteorder v1.5.0
6372026-04-01T02:03:24.389Z Downloaded tokio-macros v2.6.0
6382026-04-01T02:03:24.389Z Downloaded tokio-dtrace v0.1.1
6392026-04-01T02:03:24.389Z Downloaded tinystr v0.8.1
6402026-04-01T02:03:24.392Z Downloaded time-macros v0.2.27
6412026-04-01T02:03:24.392Z Downloaded serde_tokenstream v0.2.3
6422026-04-01T02:03:24.395Z Downloaded iri-string v0.7.8
6432026-04-01T02:03:24.398Z Downloaded iddqd v0.3.17
6442026-04-01T02:03:24.401Z Downloaded unarray v0.1.4
6452026-04-01T02:03:24.404Z Downloaded chrono-tz v0.10.4
6462026-04-01T02:03:24.410Z Downloaded libsw v3.5.0
6472026-04-01T02:03:24.413Z Downloaded tabled_derive v0.7.0
6482026-04-01T02:03:24.413Z Downloaded unicode-linebreak v0.1.5
6492026-04-01T02:03:24.413Z Downloaded slog v2.8.2
6502026-04-01T02:03:24.417Z Downloaded toml v0.7.8
6512026-04-01T02:03:24.420Z Downloaded rand v0.8.5
6522026-04-01T02:03:24.420Z Downloaded omicron-workspace-hack v0.1.0
6532026-04-01T02:03:24.425Z Downloaded similar v2.7.0
6542026-04-01T02:03:24.425Z Downloaded icu_properties_data v2.0.1
6552026-04-01T02:03:24.428Z Downloaded tabled_derive v0.11.0
6562026-04-01T02:03:24.431Z Downloaded bit-vec v0.8.0
6572026-04-01T02:03:24.431Z Downloaded unicode-xid v0.2.6
6582026-04-01T02:03:24.431Z Downloaded fs-err v3.1.2
6592026-04-01T02:03:24.434Z Downloaded block-buffer v0.10.4
6602026-04-01T02:03:24.434Z Downloaded base16ct v0.2.0
6612026-04-01T02:03:24.434Z Downloaded dropshot v0.16.7
6622026-04-01T02:03:24.446Z Downloaded thiserror v2.0.18
6632026-04-01T02:03:24.449Z Downloaded untrusted v0.9.0
6642026-04-01T02:03:24.452Z Downloaded universal-hash v0.5.1
6652026-04-01T02:03:24.452Z Downloaded csv v1.3.1
6662026-04-01T02:03:24.463Z Downloaded tokio-util v0.7.16
6672026-04-01T02:03:24.466Z Downloaded owo-colors v4.3.0
6682026-04-01T02:03:24.469Z Downloaded hyper v1.8.1
6692026-04-01T02:03:24.473Z Downloaded newline-converter v0.3.0
6702026-04-01T02:03:24.473Z Downloaded libm v0.2.15
6712026-04-01T02:03:24.477Z Downloaded usdt-attr-macro v0.6.0
6722026-04-01T02:03:24.480Z Downloaded usdt v0.6.0
6732026-04-01T02:03:24.480Z Downloaded usdt v0.5.0
6742026-04-01T02:03:24.480Z Downloaded usdt-attr-macro v0.5.0
6752026-04-01T02:03:24.480Z Downloaded toml v0.8.23
6762026-04-01T02:03:24.484Z Downloaded tokio-rustls v0.26.3
6772026-04-01T02:03:24.484Z Downloaded num-integer v0.1.46
6782026-04-01T02:03:24.487Z Downloaded rustls-webpki v0.103.6
6792026-04-01T02:03:24.487Z Downloaded itertools v0.12.1
6802026-04-01T02:03:24.490Z Downloaded pest v2.8.2
6812026-04-01T02:03:24.496Z Downloaded wait-timeout v0.2.1
6822026-04-01T02:03:24.499Z Downloaded version_check v0.9.5
6832026-04-01T02:03:24.499Z Downloaded utf8parse v0.2.2
6842026-04-01T02:03:24.499Z Downloaded typify-macro v0.4.3
6852026-04-01T02:03:24.499Z Downloaded usdt-macro v0.5.0
6862026-04-01T02:03:24.504Z Downloaded lru-cache v0.1.2
6872026-04-01T02:03:24.504Z Downloaded signal-hook v0.3.18
6882026-04-01T02:03:24.507Z Downloaded toml_parser v1.0.6+spec-1.1.0
6892026-04-01T02:03:24.507Z Downloaded thread_local v1.1.9
6902026-04-01T02:03:24.507Z Downloaded memmap v0.7.0
6912026-04-01T02:03:24.510Z Downloaded serde v1.0.228
6922026-04-01T02:03:24.513Z Downloaded want v0.3.1
6932026-04-01T02:03:24.516Z Downloaded schemars v1.2.0
6942026-04-01T02:03:24.523Z Downloaded h2 v0.4.12
6952026-04-01T02:03:24.526Z Downloaded xattr v1.6.1
6962026-04-01T02:03:24.529Z Downloaded waitgroup v0.1.2
6972026-04-01T02:03:24.529Z Downloaded typify v0.6.1
6982026-04-01T02:03:24.532Z Downloaded password-hash v0.5.0
6992026-04-01T02:03:24.532Z Downloaded ucd-trie v0.1.7
7002026-04-01T02:03:24.535Z Downloaded toml_edit v0.19.15
7012026-04-01T02:03:24.541Z Downloaded zerofrom v0.1.6
7022026-04-01T02:03:24.544Z Downloaded pin-project v1.1.10
7032026-04-01T02:03:24.548Z Downloaded num-derive v0.4.2
7042026-04-01T02:03:24.551Z Downloaded lru-slab v0.1.2
7052026-04-01T02:03:24.551Z Downloaded libscf-sys v1.1.0
7062026-04-01T02:03:24.551Z Downloaded textwrap v0.16.2
7072026-04-01T02:03:24.554Z Downloaded schemars v0.9.0
7082026-04-01T02:03:24.558Z Downloaded zeroize_derive v1.4.3
7092026-04-01T02:03:24.561Z Downloaded usdt-macro v0.6.0
7102026-04-01T02:03:24.561Z Downloaded usdt-impl v0.5.0
7112026-04-01T02:03:24.561Z Downloaded toml v0.9.11+spec-1.1.0
7122026-04-01T02:03:24.564Z Downloaded quinn v0.11.9
7132026-04-01T02:03:24.568Z Downloaded openssl-macros v0.1.1
7142026-04-01T02:03:24.568Z Downloaded itertools v0.14.0
7152026-04-01T02:03:24.572Z Downloaded zone_cfg_derive v0.3.1
7162026-04-01T02:03:24.572Z Downloaded zone v0.3.1
7172026-04-01T02:03:24.572Z Downloaded goblin v0.8.2
7182026-04-01T02:03:24.575Z Downloaded walkdir v2.5.0
7192026-04-01T02:03:24.579Z Downloaded mio v1.0.4
7202026-04-01T02:03:24.579Z Downloaded linear-map v1.2.0
7212026-04-01T02:03:24.583Z Downloaded writeable v0.6.1
7222026-04-01T02:03:24.587Z Downloaded utf8_iter v1.0.4
7232026-04-01T02:03:24.587Z Downloaded proc-macro-error-attr2 v2.0.0
7242026-04-01T02:03:24.587Z Downloaded yoke v0.8.0
7252026-04-01T02:03:24.590Z Downloaded snafu v0.8.9
7262026-04-01T02:03:24.593Z Downloaded yoke-derive v0.8.0
7272026-04-01T02:03:24.593Z Downloaded zerovec-derive v0.11.1
7282026-04-01T02:03:24.593Z Downloaded zeroize v1.8.1
7292026-04-01T02:03:24.602Z Downloaded unicode-ident v1.0.24
7302026-04-01T02:03:24.605Z Downloaded zerotrie v0.2.2
7312026-04-01T02:03:24.609Z Downloaded zerofrom-derive v0.1.6
7322026-04-01T02:03:24.612Z Downloaded steno v0.4.1
7332026-04-01T02:03:24.615Z Downloaded multer v3.1.0
7342026-04-01T02:03:24.615Z Downloaded zmij v1.0.17
7352026-04-01T02:03:24.617Z Downloaded tracing-core v0.1.34
7362026-04-01T02:03:24.617Z Downloaded toml_edit v0.22.27
7372026-04-01T02:03:24.621Z Downloaded itoa v1.0.15
7382026-04-01T02:03:24.621Z Downloaded vsss-rs v3.3.4
7392026-04-01T02:03:24.624Z Downloaded tracing-attributes v0.1.30
7402026-04-01T02:03:24.624Z Downloaded search_path v0.1.4
7412026-04-01T02:03:24.628Z Downloaded vergen v8.3.2
7422026-04-01T02:03:24.633Z Downloaded zerocopy-derive v0.7.35
7432026-04-01T02:03:24.636Z Downloaded usdt-impl v0.6.0
7442026-04-01T02:03:24.641Z Downloaded match_cfg v0.1.0
7452026-04-01T02:03:24.648Z Downloaded newtype_derive v0.1.6
7462026-04-01T02:03:24.656Z Downloaded parse-display v0.10.0
7472026-04-01T02:03:24.661Z Downloaded tracing v0.1.41
7482026-04-01T02:03:24.664Z Downloaded uuid v1.20.0
7492026-04-01T02:03:24.667Z Downloaded unsafe-libyaml v0.2.11
7502026-04-01T02:03:24.667Z Downloaded progenitor v0.13.0
7512026-04-01T02:03:24.675Z Downloaded tokio v1.49.0
7522026-04-01T02:03:24.696Z Downloaded tokio-native-tls v0.3.1
7532026-04-01T02:03:24.699Z Downloaded smawk v0.3.2
7542026-04-01T02:03:24.699Z Downloaded same-file v1.0.6
7552026-04-01T02:03:24.699Z Downloaded rand_core v0.9.3
7562026-04-01T02:03:24.702Z Downloaded progenitor-impl v0.11.1
7572026-04-01T02:03:24.702Z Downloaded portable-atomic v1.11.1
7582026-04-01T02:03:24.705Z Downloaded tower v0.5.2
7592026-04-01T02:03:24.710Z Downloaded serde_with_macros v3.14.1
7602026-04-01T02:03:24.713Z Downloaded typed-path v0.9.3
7612026-04-01T02:03:24.715Z Downloaded reqwest v0.13.2
7622026-04-01T02:03:24.718Z Downloaded thiserror-impl-no-std v2.0.2
7632026-04-01T02:03:24.721Z Downloaded powerfmt v0.2.0
7642026-04-01T02:03:24.724Z Downloaded serde_urlencoded v0.7.1
7652026-04-01T02:03:24.727Z Downloaded pest_generator v2.8.2
7662026-04-01T02:03:24.727Z Downloaded reqwest v0.12.23
7672026-04-01T02:03:24.732Z Downloaded strum v0.27.2
7682026-04-01T02:03:24.738Z Downloaded strum_macros v0.26.4
7692026-04-01T02:03:24.741Z Downloaded progenitor-client v0.13.0
7702026-04-01T02:03:24.749Z Downloaded git2 v0.19.0
7712026-04-01T02:03:24.753Z Downloaded is-terminal v0.4.16
7722026-04-01T02:03:24.758Z Downloaded goblin v0.10.1
7732026-04-01T02:03:24.762Z Downloaded unicode-segmentation v1.12.0
7742026-04-01T02:03:24.765Z Downloaded time-core v0.1.8
7752026-04-01T02:03:24.765Z Downloaded socket2 v0.5.10
7762026-04-01T02:03:24.768Z Downloaded signal-hook-tokio v0.3.1
7772026-04-01T02:03:24.768Z Downloaded linked-hash-map v0.5.6
7782026-04-01T02:03:24.768Z Downloaded phf_shared v0.12.1
7792026-04-01T02:03:24.768Z Downloaded olpc-cjson v0.1.4
7802026-04-01T02:03:24.771Z Downloaded rustls-pemfile v2.2.0
7812026-04-01T02:03:24.774Z Downloaded serde_json v1.0.149
7822026-04-01T02:03:24.783Z Downloaded quote v1.0.45
7832026-04-01T02:03:24.786Z Downloaded smallvec v1.15.1
7842026-04-01T02:03:24.786Z Downloaded parking_lot_core v0.9.12
7852026-04-01T02:03:24.789Z Downloaded slab v0.4.11
7862026-04-01T02:03:24.793Z Downloaded unicode-normalization v0.1.24
7872026-04-01T02:03:24.793Z Downloaded serde_core v1.0.228
7882026-04-01T02:03:24.797Z Downloaded rand_chacha v0.3.1
7892026-04-01T02:03:24.797Z Downloaded rand v0.9.2
7902026-04-01T02:03:24.810Z Downloaded serde_with v3.14.1
7912026-04-01T02:03:24.828Z Downloaded rustls-webpki v0.102.8
7922026-04-01T02:03:24.837Z Downloaded scopeguard v1.2.0
7932026-04-01T02:03:24.840Z Downloaded rustc_version v0.4.1
7942026-04-01T02:03:24.840Z Downloaded regex v1.12.3
7952026-04-01T02:03:24.844Z Downloaded plain v0.2.3
7962026-04-01T02:03:24.854Z Downloaded serde_derive v1.0.228
7972026-04-01T02:03:24.863Z Downloaded swrite v0.1.0
7982026-04-01T02:03:24.872Z Downloaded quinn-proto v0.11.14
7992026-04-01T02:03:24.877Z Downloaded ring v0.17.14
8002026-04-01T02:03:24.898Z Downloaded winnow v0.5.40
8012026-04-01T02:03:24.903Z Downloaded whoami v1.6.1
8022026-04-01T02:03:24.906Z Downloaded typify v0.4.3
8032026-04-01T02:03:24.908Z Downloaded openssl v0.10.76
8042026-04-01T02:03:24.913Z Downloaded proc-macro2 v1.0.106
8052026-04-01T02:03:24.919Z Downloaded tower-http v0.6.8
8062026-04-01T02:03:24.923Z Downloaded potential_utf v0.1.3
8072026-04-01T02:03:24.926Z Downloaded tough v0.20.0
8082026-04-01T02:03:24.929Z Downloaded zerocopy v0.7.35
8092026-04-01T02:03:24.937Z Downloaded url v2.5.7
8102026-04-01T02:03:24.939Z Downloaded syn v1.0.109
8112026-04-01T02:03:24.943Z Downloaded winnow v0.7.14
8122026-04-01T02:03:24.948Z Downloaded serde-big-array v0.5.1
8132026-04-01T02:03:24.951Z Downloaded serde_derive_internals v0.29.1
8142026-04-01T02:03:24.954Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8152026-04-01T02:03:24.957Z Downloaded time v0.3.47
8162026-04-01T02:03:24.963Z Downloaded nix v0.30.1
8172026-04-01T02:03:24.969Z Downloaded test-strategy v0.4.3
8182026-04-01T02:03:24.972Z Downloaded socket2 v0.6.0
8192026-04-01T02:03:24.972Z Downloaded secrecy v0.10.3
8202026-04-01T02:03:24.979Z Downloaded rayon v1.11.0
8212026-04-01T02:03:24.984Z Downloaded tabled v0.20.0
8222026-04-01T02:03:24.993Z Downloaded vcpkg v0.2.15
8232026-04-01T02:03:25.014Z Downloaded tabled v0.15.0
8242026-04-01T02:03:25.022Z Downloaded unicode-width v0.1.14
8252026-04-01T02:03:25.025Z Downloaded synstructure v0.13.2
8262026-04-01T02:03:25.028Z Downloaded rustls v0.22.4
8272026-04-01T02:03:25.032Z Downloaded webpki-roots v1.0.2
8282026-04-01T02:03:25.036Z Downloaded curl-sys v0.4.83+curl-8.15.0
8292026-04-01T02:03:25.065Z Downloaded unicode-width v0.2.1
8302026-04-01T02:03:25.068Z Downloaded hickory-proto v0.25.2
8312026-04-01T02:03:25.077Z Downloaded serde_yaml v0.9.34+deprecated
8322026-04-01T02:03:25.080Z Downloaded rustls v0.23.32
8332026-04-01T02:03:25.084Z Downloaded regress v0.10.5
8342026-04-01T02:03:25.089Z Downloaded regex-syntax v0.8.6
8352026-04-01T02:03:25.092Z Downloaded toml_writer v1.0.6+spec-1.1.0
8362026-04-01T02:03:25.095Z Downloaded strum_macros v0.27.2
8372026-04-01T02:03:25.095Z Downloaded syn v2.0.117
8382026-04-01T02:03:25.102Z Downloaded typify-macro v0.6.1
8392026-04-01T02:03:25.105Z Downloaded rustix v0.38.44
8402026-04-01T02:03:25.112Z Downloaded rustix v1.1.2
8412026-04-01T02:03:25.124Z Downloaded typenum v1.18.0
8422026-04-01T02:03:25.129Z Downloaded tokio-rustls v0.25.0
8432026-04-01T02:03:25.129Z Downloaded libz-sys v1.1.22
8442026-04-01T02:03:25.138Z Downloaded tokio-stream v0.1.17
8452026-04-01T02:03:25.141Z Downloaded typify-impl v0.6.1
8462026-04-01T02:03:25.149Z Downloaded jiff v0.2.15
8472026-04-01T02:03:25.155Z Downloaded openapiv3 v2.2.0
8482026-04-01T02:03:25.161Z Downloaded typify-impl v0.4.3
8492026-04-01T02:03:25.168Z Downloaded zerocopy v0.8.27
8502026-04-01T02:03:25.179Z Downloaded petgraph v0.6.5
8512026-04-01T02:03:25.189Z Downloaded untrusted v0.7.1
8522026-04-01T02:03:25.192Z Downloaded regex-automata v0.4.13
8532026-04-01T02:03:25.197Z Downloaded libc v0.2.183
8542026-04-01T02:03:25.216Z Downloaded smoltcp v0.11.0
8552026-04-01T02:03:25.222Z Downloaded hickory-proto v0.24.4
8562026-04-01T02:03:25.245Z Downloaded petgraph v0.8.2
8572026-04-01T02:03:25.257Z Downloaded zerovec v0.11.4
8582026-04-01T02:03:25.273Z Downloaded sha3 v0.10.8
8592026-04-01T02:03:25.280Z Downloaded zerocopy-derive v0.8.27
8602026-04-01T02:03:25.312Z Downloaded encoding_rs v0.8.35
8612026-04-01T02:03:25.347Z Downloaded libgit2-sys v0.17.0+1.8.1
8622026-04-01T02:03:25.687Z Downloaded aws-lc-sys v0.39.1
8632026-04-01T02:03:26.015Z Compiling proc-macro2 v1.0.106
8642026-04-01T02:03:26.015Z Compiling quote v1.0.45
8652026-04-01T02:03:26.018Z Compiling unicode-ident v1.0.24
8662026-04-01T02:03:26.018Z Compiling serde_core v1.0.228
8672026-04-01T02:03:26.018Z Compiling serde v1.0.228
8682026-04-01T02:03:26.018Z Compiling libc v0.2.183
8692026-04-01T02:03:26.018Z Checking cfg-if v1.0.3
8702026-04-01T02:03:26.291Z Compiling zmij v1.0.17
8712026-04-01T02:03:26.380Z Compiling autocfg v1.5.0
8722026-04-01T02:03:26.729Z Compiling memchr v2.7.5
8732026-04-01T02:03:26.788Z Compiling getrandom v0.3.3
8742026-04-01T02:03:26.792Z Compiling libm v0.2.15
8752026-04-01T02:03:27.166Z Compiling shlex v1.3.0
8762026-04-01T02:03:27.204Z Checking itoa v1.0.15
8772026-04-01T02:03:27.261Z Checking smallvec v1.15.1
8782026-04-01T02:03:27.336Z Compiling jobserver v0.1.34
8792026-04-01T02:03:27.352Z Compiling find-msvc-tools v0.1.9
8802026-04-01T02:03:27.495Z Compiling version_check v0.9.5
8812026-04-01T02:03:27.512Z Compiling syn v2.0.117
8822026-04-01T02:03:27.529Z Compiling thiserror v2.0.18
8832026-04-01T02:03:27.580Z Compiling cc v1.2.58
8842026-04-01T02:03:27.622Z Compiling icu_normalizer_data v2.0.0
8852026-04-01T02:03:27.677Z Compiling icu_properties_data v2.0.1
8862026-04-01T02:03:27.868Z Compiling parking_lot_core v0.9.12
8872026-04-01T02:03:27.916Z Checking stable_deref_trait v1.2.0
8882026-04-01T02:03:27.934Z Compiling serde_json v1.0.149
8892026-04-01T02:03:28.195Z Compiling heck v0.5.0
8902026-04-01T02:03:28.343Z Checking litemap v0.8.0
8912026-04-01T02:03:28.360Z Checking writeable v0.6.1
8922026-04-01T02:03:28.403Z Compiling num-traits v0.2.19
8932026-04-01T02:03:28.420Z Checking percent-encoding v2.3.2
8942026-04-01T02:03:28.685Z Checking form_urlencoded v1.2.2
8952026-04-01T02:03:28.702Z Checking utf8_iter v1.0.4
8962026-04-01T02:03:28.803Z Compiling zerocopy v0.8.27
8972026-04-01T02:03:28.820Z Checking pin-project-lite v0.2.16
8982026-04-01T02:03:28.834Z Compiling rustversion v1.0.22
8992026-04-01T02:03:28.867Z Checking iana-time-zone v0.1.64
9002026-04-01T02:03:28.895Z Compiling log v0.4.29
9012026-04-01T02:03:28.912Z Compiling foldhash v0.2.0
9022026-04-01T02:03:28.976Z Compiling equivalent v1.0.2
9032026-04-01T02:03:29.070Z Compiling allocator-api2 v0.2.21
9042026-04-01T02:03:29.086Z Compiling semver v1.0.27
9052026-04-01T02:03:29.113Z Checking socket2 v0.6.0
9062026-04-01T02:03:29.270Z Checking uuid v1.20.0
9072026-04-01T02:03:29.359Z Checking scopeguard v1.2.0
9082026-04-01T02:03:29.382Z Compiling hashbrown v0.16.1
9092026-04-01T02:03:29.464Z Checking lock_api v0.4.14
9102026-04-01T02:03:29.553Z Checking getrandom v0.2.16
9112026-04-01T02:03:29.600Z Checking signal-hook-registry v1.4.6
9122026-04-01T02:03:29.660Z Checking mio v1.0.4
9132026-04-01T02:03:29.665Z Checking parking_lot v0.12.5
9142026-04-01T02:03:29.692Z Checking dyn-clone v1.0.20
9152026-04-01T02:03:29.754Z Compiling portable-atomic v1.11.1
9162026-04-01T02:03:29.771Z Compiling schemars v0.8.22
9172026-04-01T02:03:29.928Z Checking critical-section v1.2.0
9182026-04-01T02:03:30.055Z Checking futures-core v0.3.32
9192026-04-01T02:03:30.092Z Compiling ring v0.17.14
9202026-04-01T02:03:30.171Z Compiling typenum v1.18.0
9212026-04-01T02:03:30.188Z Compiling indexmap v2.13.0
9222026-04-01T02:03:30.267Z Compiling thiserror v1.0.69
9232026-04-01T02:03:30.342Z Compiling synstructure v0.13.2
9242026-04-01T02:03:30.521Z Compiling serde_derive_internals v0.29.1
9252026-04-01T02:03:30.653Z Checking once_cell v1.21.3
9262026-04-01T02:03:30.858Z Compiling httparse v1.10.1
9272026-04-01T02:03:31.081Z Compiling regex-syntax v0.8.6
9282026-04-01T02:03:31.290Z Compiling rustix v1.1.2
9292026-04-01T02:03:31.294Z Checking futures-sink v0.3.32
9302026-04-01T02:03:31.323Z Compiling aho-corasick v1.1.3
9312026-04-01T02:03:31.391Z Checking slab v0.4.11
9322026-04-01T02:03:31.453Z Checking subtle v2.6.1
9332026-04-01T02:03:31.548Z Compiling ucd-trie v0.1.7
9342026-04-01T02:03:31.551Z Compiling anyhow v1.0.102
9352026-04-01T02:03:31.582Z Compiling serde_derive v1.0.228
9362026-04-01T02:03:31.598Z Compiling zerofrom-derive v0.1.6
9372026-04-01T02:03:31.645Z Compiling yoke-derive v0.8.0
9382026-04-01T02:03:31.774Z Compiling zerovec-derive v0.11.1
9392026-04-01T02:03:31.876Z Compiling displaydoc v0.2.5
9402026-04-01T02:03:32.613Z Compiling thiserror-impl v2.0.18
9412026-04-01T02:03:32.655Z Compiling schemars_derive v0.8.22
9422026-04-01T02:03:32.760Z Compiling tokio-macros v2.6.0
9432026-04-01T02:03:32.787Z Checking zerofrom v0.1.6
9442026-04-01T02:03:32.844Z Compiling zerocopy-derive v0.8.27
9452026-04-01T02:03:32.906Z Checking yoke v0.8.0
9462026-04-01T02:03:33.081Z Checking zerovec v0.11.4
9472026-04-01T02:03:33.123Z Checking zerotrie v0.2.2
9482026-04-01T02:03:33.368Z Compiling futures-macro v0.3.32
9492026-04-01T02:03:33.470Z Compiling zeroize_derive v1.4.3
9502026-04-01T02:03:33.791Z Checking tinystr v0.8.1
9512026-04-01T02:03:33.818Z Checking potential_utf v0.1.3
9522026-04-01T02:03:33.951Z Checking icu_collections v2.0.0
9532026-04-01T02:03:33.969Z Checking icu_locale_core v2.0.0
9542026-04-01T02:03:34.028Z Compiling thiserror-impl v1.0.69
9552026-04-01T02:03:34.132Z Checking zeroize v1.8.1
9562026-04-01T02:03:34.275Z Compiling regex-automata v0.4.13
9572026-04-01T02:03:34.370Z Compiling pest v2.8.2
9582026-04-01T02:03:34.400Z Checking icu_provider v2.0.0
9592026-04-01T02:03:34.558Z Checking bytes v1.11.1
9602026-04-01T02:03:34.636Z Checking icu_properties v2.0.1
9612026-04-01T02:03:34.702Z Checking icu_normalizer v2.0.0
9622026-04-01T02:03:34.992Z Checking chrono v0.4.44
9632026-04-01T02:03:35.008Z Compiling serde_tokenstream v0.2.3
9642026-04-01T02:03:35.159Z Checking tokio v1.49.0
9652026-04-01T02:03:35.289Z Checking bitflags v2.9.4
9662026-04-01T02:03:35.427Z Checking idna_adapter v1.2.1
9672026-04-01T02:03:35.456Z Checking futures-channel v0.3.32
9682026-04-01T02:03:35.551Z Checking idna v1.1.0
9692026-04-01T02:03:35.583Z Checking rand_core v0.6.4
9702026-04-01T02:03:35.641Z Compiling pest_meta v2.8.2
9712026-04-01T02:03:35.746Z Checking futures-task v0.3.32
9722026-04-01T02:03:35.789Z Checking url v2.5.7
9732026-04-01T02:03:35.831Z Checking futures-io v0.3.32
9742026-04-01T02:03:35.889Z Compiling regex v1.12.3
9752026-04-01T02:03:35.982Z Checking futures-util v0.3.32
9762026-04-01T02:03:36.115Z Compiling pkg-config v0.3.32
9772026-04-01T02:03:36.569Z Compiling pest_generator v2.8.2
9782026-04-01T02:03:36.638Z Compiling tracing-attributes v0.1.30
9792026-04-01T02:03:36.870Z Checking tracing-core v0.1.34
9802026-04-01T02:03:36.902Z Compiling generic-array v0.14.7
9812026-04-01T02:03:36.981Z Compiling fnv v1.0.7
9822026-04-01T02:03:37.086Z Compiling vcpkg v0.2.15
9832026-04-01T02:03:37.196Z Compiling pest_derive v2.8.2
9842026-04-01T02:03:37.315Z Compiling http v1.4.0
9852026-04-01T02:03:37.702Z Compiling regress v0.10.5
9862026-04-01T02:03:37.824Z Compiling num-conv v0.2.1
9872026-04-01T02:03:37.853Z Checking tracing v0.1.41
9882026-04-01T02:03:37.890Z Compiling time-core v0.1.8
9892026-04-01T02:03:37.980Z Compiling byteorder v1.5.0
9902026-04-01T02:03:38.034Z Checking errno v0.3.14
9912026-04-01T02:03:38.070Z Compiling time-macros v0.2.27
9922026-04-01T02:03:38.153Z Checking base64 v0.22.1
9932026-04-01T02:03:38.204Z Checking ipnet v2.11.0
9942026-04-01T02:03:38.367Z Checking tokio-util v0.7.16
9952026-04-01T02:03:38.427Z Compiling scroll_derive v0.13.1
9962026-04-01T02:03:38.490Z Checking crypto-common v0.1.6
9972026-04-01T02:03:38.818Z Compiling camino v1.2.2
9982026-04-01T02:03:38.852Z Checking http-body v1.0.1
9992026-04-01T02:03:38.986Z Checking ppv-lite86 v0.2.21
10002026-04-01T02:03:39.159Z Compiling syn v1.0.109
10012026-04-01T02:03:39.194Z Checking atomic-waker v1.1.2
10022026-04-01T02:03:39.225Z Compiling crossbeam-utils v0.8.21
10032026-04-01T02:03:39.275Z Compiling slog v2.8.2
10042026-04-01T02:03:39.292Z Checking tower-service v0.3.3
10052026-04-01T02:03:39.383Z Compiling paste v1.0.15
10062026-04-01T02:03:39.446Z Checking tower-layer v0.3.3
10072026-04-01T02:03:39.503Z Checking try-lock v0.2.5
10082026-04-01T02:03:39.569Z Checking h2 v0.4.12
10092026-04-01T02:03:39.572Z Checking ipnetwork v0.21.1
10102026-04-01T02:03:39.599Z Checking erased-serde v0.3.31
10112026-04-01T02:03:39.615Z Checking want v0.3.1
10122026-04-01T02:03:39.720Z Checking rustls-pki-types v1.12.0
10132026-04-01T02:03:39.737Z Checking pretty-hex v0.4.1
10142026-04-01T02:03:39.783Z Checking pin-utils v0.1.0
10152026-04-01T02:03:39.853Z Checking httpdate v1.0.3
10162026-04-01T02:03:39.870Z Checking ryu v1.0.20
10172026-04-01T02:03:40.009Z Compiling async-trait v0.1.89
10182026-04-01T02:03:40.012Z Checking socket2 v0.5.10
10192026-04-01T02:03:40.091Z Checking untrusted v0.9.0
10202026-04-01T02:03:40.231Z Compiling scroll v0.13.0
10212026-04-01T02:03:40.263Z Compiling openssl-sys v0.9.112
10222026-04-01T02:03:40.362Z Compiling plain v0.2.3
10232026-04-01T02:03:40.393Z Compiling strsim v0.11.1
10242026-04-01T02:03:40.474Z Compiling usdt-impl v0.6.0
10252026-04-01T02:03:40.610Z Compiling goblin v0.10.1
10262026-04-01T02:03:40.689Z Checking http-body-util v0.1.3
10272026-04-01T02:03:40.742Z Checking block-buffer v0.10.4
10282026-04-01T02:03:40.901Z Compiling openapiv3 v2.2.0
10292026-04-01T02:03:40.943Z Checking rand_core v0.9.3
10302026-04-01T02:03:40.960Z Compiling slog-async v2.8.0
10312026-04-01T02:03:41.279Z Checking digest v0.10.7
10322026-04-01T02:03:41.314Z Checking serde_urlencoded v0.7.1
10332026-04-01T02:03:41.404Z Checking hyper v1.8.1
10342026-04-01T02:03:41.474Z Checking oxnet v0.1.4
10352026-04-01T02:03:41.519Z Compiling typify-impl v0.4.3
10362026-04-01T02:03:41.715Z Compiling dtrace-parser v0.3.0
10372026-04-01T02:03:42.267Z Compiling cmake v0.1.54
10382026-04-01T02:03:42.323Z Compiling thread-id v5.0.0
10392026-04-01T02:03:42.326Z Checking hyper-util v0.1.19
10402026-04-01T02:03:42.411Z Compiling omicron-workspace-hack v0.1.0
10412026-04-01T02:03:42.460Z Compiling ident_case v1.0.1
10422026-04-01T02:03:42.496Z Compiling fs_extra v1.3.0
10432026-04-01T02:03:42.584Z Compiling dunce v1.0.5
10442026-04-01T02:03:42.607Z Compiling darling_core v0.21.3
10452026-04-01T02:03:42.646Z Checking rand_chacha v0.9.0
10462026-04-01T02:03:42.686Z Compiling daft-derive v0.1.4
10472026-04-01T02:03:42.750Z Compiling aws-lc-sys v0.39.1
10482026-04-01T02:03:42.832Z Checking rand v0.9.2
10492026-04-01T02:03:43.278Z Checking powerfmt v0.2.0
10502026-04-01T02:03:43.399Z Compiling dof v0.4.0
10512026-04-01T02:03:43.418Z Compiling unsafe-libyaml v0.2.11
10522026-04-01T02:03:43.433Z Checking deranged v0.5.3
10532026-04-01T02:03:43.615Z Checking sync_wrapper v1.0.2
10542026-04-01T02:03:44.150Z Compiling serde_yaml v0.9.34+deprecated
10552026-04-01T02:03:44.326Z Checking cpufeatures v0.2.17
10562026-04-01T02:03:44.373Z Compiling aws-lc-rs v1.16.2
10572026-04-01T02:03:44.396Z Checking num_threads v0.1.7
10582026-04-01T02:03:44.554Z Compiling rustls v0.22.4
10592026-04-01T02:03:44.571Z Compiling usdt-attr-macro v0.6.0
10602026-04-01T02:03:44.622Z Compiling usdt-macro v0.6.0
10612026-04-01T02:03:44.664Z Checking time v0.3.47
10622026-04-01T02:03:44.681Z Compiling darling_macro v0.21.3
10632026-04-01T02:03:44.869Z Compiling typify-macro v0.4.3
10642026-04-01T02:03:45.219Z Compiling darling v0.21.3
10652026-04-01T02:03:45.307Z Checking tower v0.5.2
10662026-04-01T02:03:45.402Z Compiling structmeta-derive v0.3.0
10672026-04-01T02:03:45.680Z Checking encoding_rs v0.8.35
10682026-04-01T02:03:45.759Z Checking iri-string v0.7.8
10692026-04-01T02:03:45.890Z Checking mime v0.3.17
10702026-04-01T02:03:46.074Z Checking crossbeam-channel v0.5.15
10712026-04-01T02:03:46.138Z Checking futures-executor v0.3.32
10722026-04-01T02:03:46.286Z Compiling multer v3.1.0
10732026-04-01T02:03:46.395Z Checking hex v0.4.3
10742026-04-01T02:03:46.399Z Compiling typify v0.4.3
10752026-04-01T02:03:46.483Z Compiling structmeta v0.3.0
10762026-04-01T02:03:46.500Z Compiling openssl v0.10.76
10772026-04-01T02:03:46.516Z Checking untrusted v0.7.1
10782026-04-01T02:03:46.612Z Checking foreign-types-shared v0.1.1
10792026-04-01T02:03:46.628Z Checking fastrand v2.3.0
10802026-04-01T02:03:46.643Z Checking unicode-width v0.2.1
10812026-04-01T02:03:46.694Z Checking foreign-types v0.3.2
10822026-04-01T02:03:46.716Z Checking futures v0.3.32
10832026-04-01T02:03:46.770Z Compiling strum_macros v0.26.4
10842026-04-01T02:03:46.788Z Compiling async-stream-impl v0.3.6
10852026-04-01T02:03:46.804Z Compiling openssl-macros v0.1.1
10862026-04-01T02:03:46.808Z Checking tower-http v0.6.8
10872026-04-01T02:03:46.808Z Checking tempfile v3.23.0
10882026-04-01T02:03:46.967Z Checking thread_local v1.1.9
10892026-04-01T02:03:47.064Z Compiling native-tls v0.2.14
10902026-04-01T02:03:47.227Z Checking openssl-probe v0.1.6
10912026-04-01T02:03:47.248Z Compiling rustls v0.23.32
10922026-04-01T02:03:47.394Z Compiling newtype-uuid-macros v0.1.0
10932026-04-01T02:03:47.449Z Compiling dropshot v0.16.7
10942026-04-01T02:03:47.550Z Checking memmap2 v0.9.8
10952026-04-01T02:03:47.584Z Checking is-terminal v0.4.16
10962026-04-01T02:03:47.671Z Checking term v1.2.0
10972026-04-01T02:03:47.675Z Compiling ref-cast v1.0.25
10982026-04-01T02:03:47.705Z Checking take_mut v0.2.2
10992026-04-01T02:03:47.807Z Checking winnow v0.7.14
11002026-04-01T02:03:47.902Z Checking match_cfg v0.1.0
11012026-04-01T02:03:47.973Z Checking hostname v0.3.1
11022026-04-01T02:03:48.041Z Checking slog-term v2.9.2
11032026-04-01T02:03:48.234Z Checking slog-json v2.6.1
11042026-04-01T02:03:48.254Z Compiling dropshot_endpoint v0.16.7
11052026-04-01T02:03:48.290Z Compiling ref-cast-impl v1.0.25
11062026-04-01T02:03:48.345Z Compiling derive-ex v0.1.8
11072026-04-01T02:03:48.379Z Checking slog-bunyan v2.5.0
11082026-04-01T02:03:48.715Z Checking webpki-roots v1.0.2
11092026-04-01T02:03:48.835Z Compiling strum_macros v0.27.2
11102026-04-01T02:03:49.028Z Compiling progenitor-impl v0.11.1
11112026-04-01T02:03:49.218Z Checking newtype-uuid v1.3.2
11122026-04-01T02:03:49.399Z Checking either v1.15.0
11132026-04-01T02:03:49.452Z Checking tokio-native-tls v0.3.1
11142026-04-01T02:03:49.604Z Checking hyper-tls v0.6.0
11152026-04-01T02:03:49.773Z Checking daft v0.1.4
11162026-04-01T02:03:49.789Z Compiling serde_with_macros v3.14.1
11172026-04-01T02:03:49.834Z Compiling test-strategy v0.4.3
11182026-04-01T02:03:50.095Z Checking rustls-webpki v0.102.8
11192026-04-01T02:03:50.268Z Checking debug-ignore v1.0.5
11202026-04-01T02:03:50.370Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-04-01T02:03:50.690Z Compiling parse-display-derive v0.10.0
11222026-04-01T02:03:50.977Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-04-01T02:03:51.102Z Compiling progenitor-macro v0.11.1
11242026-04-01T02:03:51.143Z Checking serde_spanned v1.0.4
11252026-04-01T02:03:51.200Z Checking usdt v0.6.0
11262026-04-01T02:03:51.272Z Checking toml_datetime v0.7.5+spec-1.1.0
11272026-04-01T02:03:51.360Z Checking toml_writer v1.0.6+spec-1.1.0
11282026-04-01T02:03:51.423Z Checking spin v0.9.8
11292026-04-01T02:03:51.538Z Checking toml v0.9.11+spec-1.1.0
11302026-04-01T02:03:51.773Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-04-01T02:03:51.855Z Checking strum v0.26.3
11322026-04-01T02:03:51.914Z Checking tokio-rustls v0.25.0
11332026-04-01T02:03:51.966Z Checking async-stream v0.3.6
11342026-04-01T02:03:52.084Z Checking sha1 v0.10.6
11352026-04-01T02:03:52.101Z Checking rustls-pemfile v2.2.0
11362026-04-01T02:03:52.117Z Checking waitgroup v0.1.2
11372026-04-01T02:03:52.133Z Checking rand_chacha v0.3.1
11382026-04-01T02:03:52.219Z Compiling toml_datetime v0.6.11
11392026-04-01T02:03:52.242Z Checking macaddr v1.0.1
11402026-04-01T02:03:52.257Z Checking serde_path_to_error v0.1.20
11412026-04-01T02:03:52.261Z Checking hostname v0.4.2
11422026-04-01T02:03:52.288Z Checking wait-timeout v0.2.1
11432026-04-01T02:03:52.322Z Checking lazy_static v1.5.0
11442026-04-01T02:03:52.406Z Checking bit-vec v0.8.0
11452026-04-01T02:03:52.422Z Checking quick-error v1.2.3
11462026-04-01T02:03:52.425Z Checking rand v0.8.5
11472026-04-01T02:03:52.470Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-04-01T02:03:52.517Z Checking rusty-fork v0.3.0
11492026-04-01T02:03:52.594Z Checking bit-set v0.8.0
11502026-04-01T02:03:52.688Z Checking tabwriter v1.4.1
11512026-04-01T02:03:52.739Z Checking rand_xorshift v0.4.0
11522026-04-01T02:03:52.857Z Compiling clap_derive v4.6.0
11532026-04-01T02:03:52.924Z Checking colored v3.0.0
11542026-04-01T02:03:52.939Z Checking utf8parse v0.2.2
11552026-04-01T02:03:52.942Z Checking unarray v0.1.4
11562026-04-01T02:03:53.056Z Checking proptest v1.8.0
11572026-04-01T02:03:53.073Z Checking anstyle-parse v1.0.0
11582026-04-01T02:03:53.144Z Checking strum v0.27.2
11592026-04-01T02:03:53.253Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-04-01T02:03:53.323Z Checking terminal_size v0.4.3
11612026-04-01T02:03:53.659Z Checking is_terminal_polyfill v1.70.1
11622026-04-01T02:03:53.752Z Checking anstyle-query v1.1.4
11632026-04-01T02:03:53.776Z Checking colorchoice v1.0.4
11642026-04-01T02:03:53.845Z Checking anstyle v1.0.14
11652026-04-01T02:03:54.020Z Checking anstream v1.0.0
11662026-04-01T02:03:54.072Z Checking itertools v0.14.0
11672026-04-01T02:03:54.568Z Checking clap_lex v1.1.0
11682026-04-01T02:03:54.652Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11692026-04-01T02:03:54.715Z Checking clap_builder v4.6.0
11702026-04-01T02:03:55.193Z Checking serde_with v3.14.1
11712026-04-01T02:03:55.791Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-04-01T02:03:55.958Z Checking clap v4.6.0
11732026-04-01T02:03:55.976Z Checking instant v0.1.13
11742026-04-01T02:03:56.057Z Checking rustc-hash v2.1.1
11752026-04-01T02:03:56.176Z Checking iddqd v0.3.17
11762026-04-01T02:03:56.177Z Checking backoff v0.4.0
11772026-04-01T02:03:56.342Z Checking parse-display v0.10.0
11782026-04-01T02:03:56.469Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-04-01T02:03:56.487Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-04-01T02:03:58.425Z Compiling rustls-webpki v0.103.6
11812026-04-01T02:03:58.874Z Compiling prettyplease v0.2.37
11822026-04-01T02:04:01.128Z Checking serde_spanned v0.6.9
11832026-04-01T02:04:01.203Z Compiling memoffset v0.9.1
11842026-04-01T02:04:01.259Z Compiling cfg_aliases v0.2.1
11852026-04-01T02:04:01.547Z Compiling nix v0.30.1
11862026-04-01T02:04:01.709Z Compiling tokio-rustls v0.26.3
11872026-04-01T02:04:02.326Z Compiling hyper-rustls v0.27.7
11882026-04-01T02:04:02.343Z Checking crossbeam-epoch v0.9.18
11892026-04-01T02:04:02.562Z Compiling reqwest v0.12.23
11902026-04-01T02:04:02.714Z Compiling winnow v0.5.40
11912026-04-01T02:04:03.713Z Compiling progenitor-client v0.11.1
11922026-04-01T02:04:03.976Z Compiling toml_edit v0.19.15
11932026-04-01T02:04:05.087Z Compiling proc-macro-crate v1.3.1
11942026-04-01T02:04:05.426Z Compiling progenitor v0.11.1
11952026-04-01T02:04:06.057Z Compiling num-integer v0.1.46
11962026-04-01T02:04:06.289Z Compiling rayon-core v1.13.0
11972026-04-01T02:04:06.549Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-04-01T02:04:06.601Z Compiling progenitor-client v0.10.0
11992026-04-01T02:04:07.502Z Compiling hubpack_derive v0.1.1
12002026-04-01T02:04:07.736Z Compiling zerocopy-derive v0.7.35
12012026-04-01T02:04:07.996Z Checking toml_write v0.1.2
12022026-04-01T02:04:08.120Z Checking hubpack v0.1.2
12032026-04-01T02:04:08.164Z Checking toml_edit v0.22.27
12042026-04-01T02:04:08.253Z Checking num-rational v0.4.2
12052026-04-01T02:04:08.295Z Checking num-iter v0.1.45
12062026-04-01T02:04:08.524Z Checking crossbeam-deque v0.8.6
12072026-04-01T02:04:08.670Z Compiling num-complex v0.4.6
12082026-04-01T02:04:08.997Z Checking static_assertions v1.1.0
12092026-04-01T02:04:09.023Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12102026-04-01T02:04:09.043Z Checking num v0.4.3
12112026-04-01T02:04:09.201Z Checking toml v0.8.23
12122026-04-01T02:04:09.278Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12132026-04-01T02:04:09.494Z Compiling proc-macro-error-attr v1.0.4
12142026-04-01T02:04:09.510Z Compiling float-ord v0.3.2
12152026-04-01T02:04:09.626Z Compiling heapless v0.8.0
12162026-04-01T02:04:09.822Z Compiling ingot-macros v0.1.1
12172026-04-01T02:04:09.838Z Checking hash32 v0.3.1
12182026-04-01T02:04:09.962Z Compiling proc-macro-error v1.0.4
12192026-04-01T02:04:09.984Z Compiling smoltcp v0.11.0
12202026-04-01T02:04:10.088Z Checking bytecount v0.6.9
12212026-04-01T02:04:10.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12222026-04-01T02:04:10.764Z Compiling zerocopy v0.7.35
12232026-04-01T02:04:10.784Z Compiling num_enum_derive v0.7.5
12242026-04-01T02:04:11.311Z Compiling num-derive v0.3.3
12252026-04-01T02:04:11.329Z Checking cobs v0.3.0
12262026-04-01T02:04:11.473Z Compiling foreign-types-macros v0.2.3
12272026-04-01T02:04:11.476Z Compiling scroll_derive v0.12.1
12282026-04-01T02:04:11.662Z Compiling usdt-impl v0.5.0
12292026-04-01T02:04:11.867Z Compiling crucible-workspace-hack v0.1.0
12302026-04-01T02:04:11.914Z Checking managed v0.8.0
12312026-04-01T02:04:12.079Z Checking bitflags v1.3.2
12322026-04-01T02:04:12.097Z Checking foreign-types-shared v0.3.1
12332026-04-01T02:04:12.186Z Checking foreign-types v0.5.0
12342026-04-01T02:04:12.189Z Checking scroll v0.12.0
12352026-04-01T02:04:12.219Z Checking libscf-sys v1.1.0
12362026-04-01T02:04:12.235Z Checking num_enum v0.7.5
12372026-04-01T02:04:12.262Z Checking postcard v1.1.3
12382026-04-01T02:04:12.343Z Compiling dof v0.3.0
12392026-04-01T02:04:12.477Z Checking ingot-types v0.1.2
12402026-04-01T02:04:12.537Z Compiling dtrace-parser v0.2.0
12412026-04-01T02:04:12.568Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12422026-04-01T02:04:12.683Z Checking camino-tempfile v1.4.1
12432026-04-01T02:04:12.686Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12442026-04-01T02:04:12.808Z Checking ingot v0.1.1
12452026-04-01T02:04:12.845Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-04-01T02:04:13.054Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-04-01T02:04:13.121Z Checking cstr-argument v0.1.2
12482026-04-01T02:04:13.146Z Compiling thread-id v4.2.2
12492026-04-01T02:04:13.173Z Compiling heck v0.4.1
12502026-04-01T02:04:13.233Z Compiling minimal-lexical v0.2.1
12512026-04-01T02:04:13.250Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12522026-04-01T02:04:13.330Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-04-01T02:04:13.369Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12542026-04-01T02:04:13.409Z Checking goblin v0.8.2
12552026-04-01T02:04:13.436Z Compiling nom v7.1.3
12562026-04-01T02:04:13.466Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12572026-04-01T02:04:13.583Z Checking rayon v1.11.0
12582026-04-01T02:04:13.828Z Compiling num_enum_derive v0.5.11
12592026-04-01T02:04:14.075Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-04-01T02:04:14.136Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-04-01T02:04:14.629Z Compiling rustc_version v0.4.1
12622026-04-01T02:04:14.708Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-04-01T02:04:14.818Z Compiling convert_case v0.4.0
12642026-04-01T02:04:14.903Z Compiling rustix v0.38.44
12652026-04-01T02:04:14.967Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12662026-04-01T02:04:15.045Z Checking tinyvec_macros v0.1.1
12672026-04-01T02:04:15.117Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-04-01T02:04:15.118Z Checking tinyvec v1.10.0
12692026-04-01T02:04:15.206Z Compiling derive_more v0.99.20
12702026-04-01T02:04:15.341Z Checking num_enum v0.5.11
12712026-04-01T02:04:15.461Z Compiling libz-sys v1.1.22
12722026-04-01T02:04:15.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12732026-04-01T02:04:15.611Z Compiling proc-macro-error-attr2 v2.0.0
12742026-04-01T02:04:15.951Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12752026-04-01T02:04:15.982Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12762026-04-01T02:04:16.085Z Compiling proc-macro-error2 v2.0.1
12772026-04-01T02:04:16.354Z Compiling usdt-attr-macro v0.5.0
12782026-04-01T02:04:16.397Z Compiling usdt-macro v0.5.0
12792026-04-01T02:04:16.703Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-04-01T02:04:16.831Z Compiling zone_cfg_derive v0.3.1
12812026-04-01T02:04:16.856Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-04-01T02:04:17.030Z Checking itertools v0.12.1
12832026-04-01T02:04:17.069Z Compiling num-derive v0.4.2
12842026-04-01T02:04:17.072Z Checking memmap v0.7.0
12852026-04-01T02:04:17.206Z Checking sigpipe v0.1.3
12862026-04-01T02:04:17.292Z Checking jiff v0.2.15
12872026-04-01T02:04:17.470Z Checking glob v0.3.3
12882026-04-01T02:04:17.487Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-04-01T02:04:17.504Z Checking usdt v0.5.0
12902026-04-01T02:04:17.650Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-04-01T02:04:17.667Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-04-01T02:04:17.727Z Compiling tabled_derive v0.11.0
12932026-04-01T02:04:17.854Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12942026-04-01T02:04:17.870Z Checking papergrid v0.17.0
12952026-04-01T02:04:17.946Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12962026-04-01T02:04:17.995Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12972026-04-01T02:04:18.016Z Checking zone v0.3.1
12982026-04-01T02:04:18.213Z Checking testing_table v0.3.0
12992026-04-01T02:04:18.308Z Checking smf v0.2.3
13002026-04-01T02:04:18.355Z Checking secrecy v0.10.3
13012026-04-01T02:04:18.474Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13022026-04-01T02:04:18.524Z Checking bstr v1.12.0
13032026-04-01T02:04:18.614Z Checking whoami v1.6.1
13042026-04-01T02:04:18.754Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-04-01T02:04:18.783Z Compiling curve25519-dalek v4.1.3
13062026-04-01T02:04:18.799Z Checking tabled v0.20.0
13072026-04-01T02:04:18.856Z Checking hmac v0.12.1
13082026-04-01T02:04:18.991Z Checking inout v0.1.4
13092026-04-01T02:04:19.006Z Compiling clang-sys v1.8.1
13102026-04-01T02:04:19.055Z Checking ff v0.13.1
13112026-04-01T02:04:19.123Z Compiling enum-as-inner v0.6.1
13122026-04-01T02:04:19.179Z Checking data-encoding v2.9.0
13132026-04-01T02:04:19.369Z Compiling semver v0.1.20
13142026-04-01T02:04:19.475Z Checking group v0.13.0
13152026-04-01T02:04:19.586Z Compiling rustc_version v0.1.7
13162026-04-01T02:04:19.621Z Checking cipher v0.4.4
13172026-04-01T02:04:19.668Z Checking hkdf v0.12.4
13182026-04-01T02:04:19.710Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13192026-04-01T02:04:19.727Z Checking atomicwrites v0.4.4
13202026-04-01T02:04:19.781Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13212026-04-01T02:04:19.797Z Compiling thiserror-impl-no-std v2.0.2
13222026-04-01T02:04:19.812Z Checking universal-hash v0.5.1
13232026-04-01T02:04:19.850Z Checking crypto-bigint v0.5.5
13242026-04-01T02:04:19.867Z Checking half v2.7.1
13252026-04-01T02:04:19.934Z Compiling curve25519-dalek-derive v0.1.1
13262026-04-01T02:04:20.113Z Checking indent_write v2.2.0
13272026-04-01T02:04:20.246Z Checking opaque-debug v0.3.1
13282026-04-01T02:04:20.320Z Checking ciborium-io v0.2.2
13292026-04-01T02:04:20.415Z Checking base16ct v0.2.0
13302026-04-01T02:04:20.540Z Checking base64ct v1.8.0
13312026-04-01T02:04:20.769Z Checking password-hash v0.5.0
13322026-04-01T02:04:20.787Z Checking ciborium-ll v0.2.2
13332026-04-01T02:04:20.856Z Checking thiserror-no-std v2.0.2
13342026-04-01T02:04:20.873Z Checking elliptic-curve v0.13.8
13352026-04-01T02:04:20.986Z Checking poly1305 v0.8.0
13362026-04-01T02:04:21.011Z Checking chacha20 v0.9.1
13372026-04-01T02:04:21.028Z Compiling newtype_derive v0.1.6
13382026-04-01T02:04:21.140Z Checking similar v2.7.0
13392026-04-01T02:04:21.176Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-04-01T02:04:21.201Z Checking blake2 v0.10.6
13412026-04-01T02:04:21.218Z Compiling typify-impl v0.6.1
13422026-04-01T02:04:21.248Z Checking aead v0.5.2
13432026-04-01T02:04:21.307Z Compiling libloading v0.8.9
13442026-04-01T02:04:21.381Z Checking resolv-conf v0.7.5
13452026-04-01T02:04:21.409Z Compiling owo-colors v4.3.0
13462026-04-01T02:04:21.425Z Compiling bindgen v0.72.1
13472026-04-01T02:04:21.466Z Checking keccak v0.1.6
13482026-04-01T02:04:21.495Z Checking linked-hash-map v0.5.6
13492026-04-01T02:04:21.579Z Checking argon2 v0.5.3
13502026-04-01T02:04:21.617Z Checking sha3 v0.10.8
13512026-04-01T02:04:21.657Z Checking lru-cache v0.1.2
13522026-04-01T02:04:21.719Z Checking chacha20poly1305 v0.10.1
13532026-04-01T02:04:21.772Z Checking vsss-rs v3.3.4
13542026-04-01T02:04:21.803Z Checking ciborium v0.2.2
13552026-04-01T02:04:21.836Z Checking hickory-proto v0.24.4
13562026-04-01T02:04:21.853Z Checking tokio-dtrace v0.1.1
13572026-04-01T02:04:21.869Z Compiling cexpr v0.6.0
13582026-04-01T02:04:22.027Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-04-01T02:04:22.310Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-04-01T02:04:22.427Z Checking serde-big-array v0.5.1
13612026-04-01T02:04:22.539Z Compiling derive-where v1.6.0
13622026-04-01T02:04:22.560Z Compiling serde_repr v0.1.20
13632026-04-01T02:04:22.837Z Checking same-file v1.0.6
13642026-04-01T02:04:22.956Z Checking siphasher v1.0.1
13652026-04-01T02:04:23.064Z Checking unicode-segmentation v1.12.0
13662026-04-01T02:04:23.116Z Checking phf_shared v0.12.1
13672026-04-01T02:04:23.119Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13682026-04-01T02:04:23.317Z Checking hickory-resolver v0.24.4
13692026-04-01T02:04:23.376Z Checking newline-converter v0.3.0
13702026-04-01T02:04:23.485Z Checking walkdir v2.5.0
13712026-04-01T02:04:23.649Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-04-01T02:04:23.737Z Checking oxide-tokio-rt v0.1.2
13732026-04-01T02:04:23.881Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13742026-04-01T02:04:24.075Z Checking console v0.15.11
13752026-04-01T02:04:24.344Z Compiling progenitor-impl v0.10.0
13762026-04-01T02:04:24.429Z Checking tokio-stream v0.1.17
13772026-04-01T02:04:24.579Z Compiling typify-macro v0.6.1
13782026-04-01T02:04:24.612Z Compiling pin-project-internal v1.1.10
13792026-04-01T02:04:24.846Z Compiling slog-dtrace v0.3.0
13802026-04-01T02:04:24.876Z Checking csv-core v0.1.12
13812026-04-01T02:04:25.058Z Checking smawk v0.3.2
13822026-04-01T02:04:25.076Z Checking unicode-linebreak v0.1.5
13832026-04-01T02:04:25.191Z Compiling unicode-xid v0.2.6
13842026-04-01T02:04:25.293Z Compiling cancel-safe-futures v0.1.5
13852026-04-01T02:04:25.311Z Checking foldhash v0.1.5
13862026-04-01T02:04:25.326Z Compiling chrono-tz v0.10.4
13872026-04-01T02:04:25.445Z Checking unicode-width v0.1.14
13882026-04-01T02:04:25.535Z Checking swrite v0.1.0
13892026-04-01T02:04:25.598Z Checking hashbrown v0.15.5
13902026-04-01T02:04:25.631Z Compiling const_format_proc_macros v0.2.34
13912026-04-01T02:04:25.679Z Checking pin-project v1.1.10
13922026-04-01T02:04:25.695Z Checking textwrap v0.16.2
13932026-04-01T02:04:25.782Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-04-01T02:04:26.039Z Checking csv v1.3.1
13952026-04-01T02:04:26.108Z Checking qorb v0.4.1
13962026-04-01T02:04:26.125Z Checking expectorate v1.2.0
13972026-04-01T02:04:26.258Z Checking phf v0.12.1
13982026-04-01T02:04:26.406Z Checking unicode-normalization v0.1.24
13992026-04-01T02:04:26.422Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-04-01T02:04:26.438Z Compiling progenitor-macro v0.10.0
14012026-04-01T02:04:26.824Z Checking libsw-core v0.3.2
14022026-04-01T02:04:26.915Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-04-01T02:04:26.974Z Compiling async-recursion v1.1.1
14042026-04-01T02:04:27.076Z Compiling snafu-derive v0.8.9
14052026-04-01T02:04:27.298Z Compiling cookie v0.18.1
14062026-04-01T02:04:27.341Z Checking fixedbitset v0.5.7
14072026-04-01T02:04:27.530Z Checking highway v1.3.0
14082026-04-01T02:04:27.534Z Checking fixedbitset v0.4.2
14092026-04-01T02:04:27.563Z Compiling moka v0.12.11
14102026-04-01T02:04:27.652Z Checking petgraph v0.8.2
14112026-04-01T02:04:27.700Z Checking petgraph v0.6.5
14122026-04-01T02:04:27.900Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-04-01T02:04:28.064Z Checking libsw v3.5.0
14142026-04-01T02:04:28.240Z Checking olpc-cjson v0.1.4
14152026-04-01T02:04:28.382Z Checking const_format v0.2.34
14162026-04-01T02:04:28.611Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14172026-04-01T02:04:28.799Z Checking snafu v0.8.9
14182026-04-01T02:04:28.940Z Compiling typify v0.6.1
14192026-04-01T02:04:28.999Z Checking papergrid v0.11.0
14202026-04-01T02:04:29.044Z Checking globset v0.4.16
14212026-04-01T02:04:29.189Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-04-01T02:04:29.256Z Checking gethostname v0.5.0
14232026-04-01T02:04:29.348Z Compiling tabled_derive v0.7.0
14242026-04-01T02:04:29.392Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-04-01T02:04:29.663Z Checking reqwest v0.13.2
14262026-04-01T02:04:29.708Z Checking bcs v0.1.6
14272026-04-01T02:04:29.936Z Checking pem v3.0.5
14282026-04-01T02:04:30.098Z Checking serde_plain v1.0.2
14292026-04-01T02:04:30.247Z Checking tagptr v0.2.0
14302026-04-01T02:04:30.284Z Compiling signal-hook v0.3.18
14312026-04-01T02:04:30.353Z Checking termtree v0.5.1
14322026-04-01T02:04:30.389Z Checking typed-path v0.9.3
14332026-04-01T02:04:30.491Z Checking humantime v2.3.0
14342026-04-01T02:04:30.508Z Checking linear-map v1.2.0
14352026-04-01T02:04:30.591Z Checking progenitor v0.10.0
14362026-04-01T02:04:30.670Z Checking crc8 v0.1.1
14372026-04-01T02:04:30.673Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-04-01T02:04:30.720Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-04-01T02:04:30.803Z Checking tabled v0.15.0
14402026-04-01T02:04:31.155Z Checking tough v0.20.0
14412026-04-01T02:04:31.440Z Compiling progenitor-impl v0.13.0
14422026-04-01T02:04:31.937Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14432026-04-01T02:04:31.954Z Checking steno v0.4.1
14442026-04-01T02:04:32.330Z Checking hickory-proto v0.25.2
14452026-04-01T02:04:32.865Z Checking dropshot-api-manager-types v0.5.2
14462026-04-01T02:04:32.910Z Compiling curl-sys v0.4.83+curl-8.15.0
14472026-04-01T02:04:33.030Z Compiling cargo-platform v0.1.9
14482026-04-01T02:04:33.046Z Compiling vergen v8.3.2
14492026-04-01T02:04:33.078Z Compiling fs-err v3.1.2
14502026-04-01T02:04:33.260Z Compiling crc32fast v1.5.0
14512026-04-01T02:04:33.333Z Compiling cargo_metadata v0.18.1
14522026-04-01T02:04:33.509Z Compiling progenitor-macro v0.13.0
14532026-04-01T02:04:33.599Z Checking progenitor-client v0.13.0
14542026-04-01T02:04:33.615Z Checking sha2 v0.10.9
14552026-04-01T02:04:33.821Z Compiling blake3 v1.8.2
14562026-04-01T02:04:33.864Z Checking adler2 v2.0.1
14572026-04-01T02:04:33.889Z Checking hickory-resolver v0.25.2
14582026-04-01T02:04:34.403Z Checking miniz_oxide v0.8.9
14592026-04-01T02:04:34.662Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14602026-04-01T02:04:34.679Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14612026-04-01T02:04:34.782Z Checking git-stub v1.0.0
14622026-04-01T02:04:34.849Z Checking filetime v0.2.26
14632026-04-01T02:04:34.936Z Checking arrayref v0.3.9
14642026-04-01T02:04:34.987Z Checking arrayvec v0.7.6
14652026-04-01T02:04:35.016Z Checking constant_time_eq v0.3.1
14662026-04-01T02:04:35.111Z Checking xattr v1.6.1
14672026-04-01T02:04:35.169Z Checking is_ci v1.2.0
14682026-04-01T02:04:35.242Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14692026-04-01T02:04:35.271Z Compiling curl v0.4.49
14702026-04-01T02:04:35.490Z Checking supports-color v3.0.2
14712026-04-01T02:04:35.540Z Checking tar v0.4.45
14722026-04-01T02:04:35.893Z Checking git-stub-vcs v0.1.0
14732026-04-01T02:04:36.027Z Checking flate2 v1.1.2
14742026-04-01T02:04:36.111Z Checking drift v0.1.3
14752026-04-01T02:04:36.139Z Checking toml v0.7.8
14762026-04-01T02:04:36.260Z Checking kstat-rs v0.2.4
14772026-04-01T02:04:36.318Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14782026-04-01T02:04:36.363Z Checking topological-sort v0.2.2
14792026-04-01T02:04:36.447Z Checking dropshot-api-manager v0.5.2
14802026-04-01T02:04:36.493Z Checking omicron-zone-package v0.12.2
14812026-04-01T02:04:36.973Z Checking signal-hook-tokio v0.3.1
14822026-04-01T02:04:37.103Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-04-01T02:04:37.315Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-04-01T02:04:37.354Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-04-01T02:04:37.400Z Checking internet-checksum v0.2.1
14862026-04-01T02:04:37.521Z Checking search_path v0.1.4
14872026-04-01T02:04:37.543Z Checking display-error-chain v0.2.2
14882026-04-01T02:04:37.615Z Checking progenitor v0.13.0
14892026-04-01T02:04:37.632Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14902026-04-01T02:04:37.659Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14912026-04-01T02:04:37.743Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14922026-04-01T02:04:38.098Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-04-01T02:04:38.134Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-04-01T02:04:38.615Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-04-01T02:04:39.013Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-04-01T02:04:39.167Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-04-01T02:04:39.676Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-04-01T02:04:39.790Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-04-01T02:04:40.113Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-04-01T02:04:40.136Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-04-01T02:04:40.196Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-04-01T02:04:40.372Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-04-01T02:04:40.400Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-04-01T02:04:40.603Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-04-01T02:04:40.782Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15062026-04-01T02:04:40.849Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-04-01T02:04:41.277Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15082026-04-01T02:04:41.341Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-04-01T02:04:42.174Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-04-01T02:04:42.872Z Compiling git2 v0.19.0
15112026-04-01T02:04:45.228Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15122026-04-01T02:04:45.386Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15132026-04-01T02:04:45.435Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-04-01T02:04:45.679Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15152026-04-01T02:04:46.314Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15162026-04-01T02:04:46.439Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-04-01T02:04:46.569Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-04-01T02:04:47.177Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-04-01T02:04:57.633Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-04-01T02:04:58.891Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-04-01T02:05:04.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15222026-04-01T02:05:04.455Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-04-01T02:05:04.455Z+ cargo clippy --features tofino_asic -- --deny warnings
15242026-04-01T02:05:04.927Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15252026-04-01T02:05:04.930Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15262026-04-01T02:05:04.996Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15272026-04-01T02:05:04.999Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-04-01T02:05:12.109Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-04-01T02:05:12.112Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15302026-04-01T02:05:14.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
15312026-04-01T02:05:14.932Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-04-01T02:05:14.932Z+ cargo clippy --features softnpu -- --deny warnings
15332026-04-01T02:05:15.231Z Downloading crates ...
15342026-04-01T02:05:15.363Z Downloaded libloading v0.7.4
15352026-04-01T02:05:15.367Z Downloaded typeid v1.0.3
15362026-04-01T02:05:15.403Z Downloaded radium v0.7.0
15372026-04-01T02:05:15.414Z Downloaded erased-serde v0.4.8
15382026-04-01T02:05:15.416Z Downloaded ascii v1.1.0
15392026-04-01T02:05:15.521Z Downloaded wyz v0.5.1
15402026-04-01T02:05:15.554Z Downloaded serde_arrays v0.1.0
15412026-04-01T02:05:15.561Z Downloaded bitstruct_derive v0.1.0
15422026-04-01T02:05:15.575Z Downloaded funty v2.0.0
15432026-04-01T02:05:15.754Z Downloaded num-bigint v0.4.6
15442026-04-01T02:05:15.814Z Downloaded bitstruct v0.1.1
15452026-04-01T02:05:15.822Z Downloaded tap v1.0.1
15462026-04-01T02:05:15.874Z Downloaded bitvec v1.0.1
15472026-04-01T02:05:16.010Z Checking num-integer v0.1.46
15482026-04-01T02:05:16.084Z Checking num-complex v0.4.6
15492026-04-01T02:05:16.093Z Compiling radium v0.7.0
15502026-04-01T02:05:16.099Z Checking tap v1.0.1
15512026-04-01T02:05:16.105Z Checking funty v2.0.0
15522026-04-01T02:05:16.111Z Compiling typeid v1.0.3
15532026-04-01T02:05:16.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15542026-04-01T02:05:16.124Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-04-01T02:05:16.182Z Checking wyz v0.5.1
15562026-04-01T02:05:16.274Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-04-01T02:05:16.284Z Checking num-bigint v0.4.6
15582026-04-01T02:05:16.315Z Checking num-iter v0.1.45
15592026-04-01T02:05:16.362Z Compiling erased-serde v0.4.8
15602026-04-01T02:05:16.380Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-04-01T02:05:16.402Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-04-01T02:05:16.413Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-04-01T02:05:16.485Z Compiling bitstruct_derive v0.1.0
15642026-04-01T02:05:16.488Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-04-01T02:05:16.511Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-04-01T02:05:16.525Z Checking bitvec v1.0.1
15672026-04-01T02:05:16.534Z Checking ascii v1.1.0
15682026-04-01T02:05:16.542Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15692026-04-01T02:05:16.593Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-04-01T02:05:16.697Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-04-01T02:05:16.700Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-04-01T02:05:16.715Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15732026-04-01T02:05:16.723Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15742026-04-01T02:05:16.998Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-04-01T02:05:17.008Z Checking serde_arrays v0.1.0
15762026-04-01T02:05:17.088Z Checking num-rational v0.4.2
15772026-04-01T02:05:17.107Z Checking libloading v0.7.4
15782026-04-01T02:05:17.123Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15792026-04-01T02:05:17.132Z Checking bitstruct v0.1.1
15802026-04-01T02:05:17.349Z Checking num v0.4.3
15812026-04-01T02:05:17.416Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-04-01T02:05:17.956Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15832026-04-01T02:05:18.231Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15842026-04-01T02:05:18.234Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15852026-04-01T02:05:18.420Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-04-01T02:05:18.608Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-04-01T02:05:18.611Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-04-01T02:05:19.060Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-04-01T02:05:19.269Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-04-01T02:05:19.272Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-04-01T02:05:19.272Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15922026-04-01T02:05:19.273Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-04-01T02:05:19.648Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15942026-04-01T02:05:20.051Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15952026-04-01T02:05:20.911Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-04-01T02:05:20.938Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15972026-04-01T02:05:24.119Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15982026-04-01T02:05:25.118Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-04-01T02:05:25.237Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16002026-04-01T02:05:31.546Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-04-01T02:05:32.807Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-04-01T02:05:33.335Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-04-01T02:05:38.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s
16042026-04-01T02:05:38.194Z+ for feat in tofino_stub tofino_asic softnpu chaos
16052026-04-01T02:05:38.194Z+ cargo clippy --features chaos -- --deny warnings
16062026-04-01T02:05:38.666Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16072026-04-01T02:05:38.670Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-04-01T02:05:38.670Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16092026-04-01T02:05:45.742Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16102026-04-01T02:05:45.745Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16112026-04-01T02:05:48.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
16122026-04-01T02:05:48.359Z+ banner fmt
16132026-04-01T02:05:48.363Z
16142026-04-01T02:05:48.363Z ###### # # #####
16152026-04-01T02:05:48.363Z # ## ## #
16162026-04-01T02:05:48.363Z ##### # ## # #
16172026-04-01T02:05:48.363Z # # # #
16182026-04-01T02:05:48.363Z # # # #
16192026-04-01T02:05:48.363Z # # # #
16202026-04-01T02:05:48.363Z
16212026-04-01T02:05:48.363Z+ cargo fmt -- --check
16222026-04-01T02:05:48.797Z+ banner test
16232026-04-01T02:05:48.801Z
16242026-04-01T02:05:48.801Z ##### ###### #### #####
16252026-04-01T02:05:48.801Z # # # #
16262026-04-01T02:05:48.801Z # ##### #### #
16272026-04-01T02:05:48.801Z # # # #
16282026-04-01T02:05:48.801Z # # # # #
16292026-04-01T02:05:48.801Z # ###### #### #
16302026-04-01T02:05:48.801Z
16312026-04-01T02:05:48.801Z+ for feat in tofino_stub tofino_asic softnpu chaos
16322026-04-01T02:05:48.801Z+ RUST_BACKTRACE=full
16332026-04-01T02:05:48.801Z+ cargo test --features tofino_stub --no-fail-fast
16342026-04-01T02:05:49.615Z Compiling unicode-ident v1.0.24
16352026-04-01T02:05:49.615Z Compiling cfg-if v1.0.3
16362026-04-01T02:05:49.618Z Compiling memchr v2.7.5
16372026-04-01T02:05:49.720Z Compiling serde_core v1.0.228
16382026-04-01T02:05:49.731Z Compiling itoa v1.0.15
16392026-04-01T02:05:49.734Z Compiling libc v0.2.183
16402026-04-01T02:05:49.746Z Compiling zmij v1.0.17
16412026-04-01T02:05:49.772Z Compiling libm v0.2.15
16422026-04-01T02:05:49.824Z Compiling proc-macro2 v1.0.106
16432026-04-01T02:05:49.856Z Compiling heck v0.5.0
16442026-04-01T02:05:50.160Z Compiling equivalent v1.0.2
16452026-04-01T02:05:50.241Z Compiling quote v1.0.45
16462026-04-01T02:05:50.253Z Compiling log v0.4.29
16472026-04-01T02:05:50.256Z Compiling smallvec v1.15.1
16482026-04-01T02:05:50.398Z Compiling iana-time-zone v0.1.64
16492026-04-01T02:05:50.451Z Compiling syn v2.0.117
16502026-04-01T02:05:50.463Z Compiling allocator-api2 v0.2.21
16512026-04-01T02:05:50.534Z Compiling foldhash v0.2.0
16522026-04-01T02:05:50.547Z Compiling dyn-clone v1.0.20
16532026-04-01T02:05:50.692Z Compiling stable_deref_trait v1.2.0
16542026-04-01T02:05:50.705Z Compiling pin-project-lite v0.2.16
16552026-04-01T02:05:50.760Z Compiling hashbrown v0.16.1
16562026-04-01T02:05:50.774Z Compiling percent-encoding v2.3.2
16572026-04-01T02:05:50.786Z Compiling fnv v1.0.7
16582026-04-01T02:05:50.805Z Compiling litemap v0.8.0
16592026-04-01T02:05:50.885Z Compiling writeable v0.6.1
16602026-04-01T02:05:50.911Z Compiling regex-syntax v0.8.6
16612026-04-01T02:05:50.975Z Compiling icu_normalizer_data v2.0.0
16622026-04-01T02:05:51.025Z Compiling icu_properties_data v2.0.1
16632026-04-01T02:05:51.054Z Compiling form_urlencoded v1.2.2
16642026-04-01T02:05:51.160Z Compiling utf8_iter v1.0.4
16652026-04-01T02:05:51.190Z Compiling scopeguard v1.2.0
16662026-04-01T02:05:51.240Z Compiling num-traits v0.2.19
16672026-04-01T02:05:51.301Z Compiling lock_api v0.4.14
16682026-04-01T02:05:51.312Z Compiling getrandom v0.3.3
16692026-04-01T02:05:51.355Z Compiling aho-corasick v1.1.3
16702026-04-01T02:05:51.488Z Compiling semver v1.0.27
16712026-04-01T02:05:51.529Z Compiling serde_json v1.0.149
16722026-04-01T02:05:51.540Z Compiling indexmap v2.13.0
16732026-04-01T02:05:51.824Z Compiling ucd-trie v0.1.7
16742026-04-01T02:05:51.847Z Compiling byteorder v1.5.0
16752026-04-01T02:05:52.073Z Compiling uuid v1.20.0
16762026-04-01T02:05:52.119Z Compiling futures-core v0.3.32
16772026-04-01T02:05:52.435Z Compiling regex-automata v0.4.13
16782026-04-01T02:05:52.454Z Compiling time-core v0.1.8
16792026-04-01T02:05:52.457Z Compiling num-conv v0.2.1
16802026-04-01T02:05:52.480Z Compiling futures-sink v0.3.32
16812026-04-01T02:05:52.586Z Compiling ryu v1.0.20
16822026-04-01T02:05:52.603Z Compiling regress v0.10.5
16832026-04-01T02:05:52.615Z Compiling time-macros v0.2.27
16842026-04-01T02:05:52.779Z Compiling pretty-hex v0.4.1
16852026-04-01T02:05:52.922Z Compiling slab v0.4.11
16862026-04-01T02:05:53.105Z Compiling strsim v0.11.1
16872026-04-01T02:05:53.303Z Compiling synstructure v0.13.2
16882026-04-01T02:05:53.392Z Compiling serde_derive_internals v0.29.1
16892026-04-01T02:05:53.515Z Compiling plain v0.2.3
16902026-04-01T02:05:53.626Z Compiling futures-channel v0.3.32
16912026-04-01T02:05:53.708Z Compiling syn v1.0.109
16922026-04-01T02:05:53.729Z Compiling futures-io v0.3.32
16932026-04-01T02:05:53.812Z Compiling futures-task v0.3.32
16942026-04-01T02:05:53.852Z Compiling socket2 v0.6.0
16952026-04-01T02:05:53.986Z Compiling parking_lot_core v0.9.12
16962026-04-01T02:05:54.132Z Compiling regex v1.12.3
16972026-04-01T02:05:54.286Z Compiling parking_lot v0.12.5
16982026-04-01T02:05:54.298Z Compiling signal-hook-registry v1.4.6
16992026-04-01T02:05:54.312Z Compiling mio v1.0.4
17002026-04-01T02:05:54.410Z Compiling serde_derive v1.0.228
17012026-04-01T02:05:54.603Z Compiling zerofrom-derive v0.1.6
17022026-04-01T02:05:54.676Z Compiling yoke-derive v0.8.0
17032026-04-01T02:05:54.676Z Compiling zerovec-derive v0.11.1
17042026-04-01T02:05:54.820Z Compiling displaydoc v0.2.5
17052026-04-01T02:05:55.001Z Compiling thiserror-impl v2.0.18
17062026-04-01T02:05:55.606Z Compiling schemars_derive v0.8.22
17072026-04-01T02:05:55.758Z Compiling tokio-macros v2.6.0
17082026-04-01T02:05:55.792Z Compiling zerocopy-derive v0.8.27
17092026-04-01T02:05:55.854Z Compiling zeroize_derive v1.4.3
17102026-04-01T02:05:56.308Z Compiling thiserror v2.0.18
17112026-04-01T02:05:56.418Z Compiling futures-macro v0.3.32
17122026-04-01T02:05:56.479Z Compiling zerofrom v0.1.6
17132026-04-01T02:05:56.510Z Compiling thiserror-impl v1.0.69
17142026-04-01T02:05:56.544Z Compiling tracing-attributes v0.1.30
17152026-04-01T02:05:56.607Z Compiling yoke v0.8.0
17162026-04-01T02:05:56.797Z Compiling zerovec v0.11.4
17172026-04-01T02:05:56.838Z Compiling zerotrie v0.2.2
17182026-04-01T02:05:57.036Z Compiling zerocopy v0.8.27
17192026-04-01T02:05:57.071Z Compiling pest v2.8.2
17202026-04-01T02:05:57.118Z Compiling serde v1.0.228
17212026-04-01T02:05:57.251Z Compiling scroll_derive v0.13.1
17222026-04-01T02:05:57.628Z Compiling bytes v1.11.1
17232026-04-01T02:05:57.641Z Compiling serde_tokenstream v0.2.3
17242026-04-01T02:05:57.653Z Compiling tinystr v0.8.1
17252026-04-01T02:05:57.664Z Compiling potential_utf v0.1.3
17262026-04-01T02:05:57.769Z Compiling chrono v0.4.44
17272026-04-01T02:05:57.830Z Compiling icu_locale_core v2.0.0
17282026-04-01T02:05:57.852Z Compiling icu_collections v2.0.0
17292026-04-01T02:05:58.094Z Compiling http v1.4.0
17302026-04-01T02:05:58.262Z Compiling pest_meta v2.8.2
17312026-04-01T02:05:58.362Z Compiling icu_provider v2.0.0
17322026-04-01T02:05:58.375Z Compiling async-trait v0.1.89
17332026-04-01T02:05:58.538Z Compiling scroll v0.13.0
17342026-04-01T02:05:58.675Z Compiling icu_properties v2.0.1
17352026-04-01T02:05:58.687Z Compiling icu_normalizer v2.0.0
17362026-04-01T02:05:58.805Z Compiling schemars v0.8.22
17372026-04-01T02:05:59.067Z Compiling pest_generator v2.8.2
17382026-04-01T02:05:59.283Z Compiling thiserror v1.0.69
17392026-04-01T02:05:59.286Z Compiling goblin v0.10.1
17402026-04-01T02:05:59.349Z Compiling thread-id v5.0.0
17412026-04-01T02:05:59.437Z Compiling tokio v1.49.0
17422026-04-01T02:05:59.471Z Compiling openapiv3 v2.2.0
17432026-04-01T02:05:59.569Z Compiling idna_adapter v1.2.1
17442026-04-01T02:05:59.696Z Compiling pest_derive v2.8.2
17452026-04-01T02:05:59.722Z Compiling idna v1.1.0
17462026-04-01T02:05:59.898Z Compiling daft-derive v0.1.4
17472026-04-01T02:05:59.967Z Compiling darling_core v0.21.3
17482026-04-01T02:06:00.230Z Compiling url v2.5.7
17492026-04-01T02:06:00.292Z Compiling dtrace-parser v0.3.0
17502026-04-01T02:06:00.557Z Compiling typify-impl v0.4.3
17512026-04-01T02:06:01.113Z Compiling serde_yaml v0.9.34+deprecated
17522026-04-01T02:06:02.040Z Compiling ppv-lite86 v0.2.21
17532026-04-01T02:06:02.172Z Compiling dof v0.4.0
17542026-04-01T02:06:02.222Z Compiling darling_macro v0.21.3
17552026-04-01T02:06:02.368Z Compiling bitflags v2.9.4
17562026-04-01T02:06:02.397Z Compiling openssl-macros v0.1.1
17572026-04-01T02:06:02.481Z Compiling getrandom v0.2.16
17582026-04-01T02:06:02.604Z Compiling base64 v0.22.1
17592026-04-01T02:06:02.669Z Compiling usdt-impl v0.6.0
17602026-04-01T02:06:02.813Z Compiling darling v0.21.3
17612026-04-01T02:06:02.874Z Compiling http-body v1.0.1
17622026-04-01T02:06:02.898Z Compiling erased-serde v0.3.31
17632026-04-01T02:06:02.949Z Compiling typenum v1.18.0
17642026-04-01T02:06:03.032Z Compiling portable-atomic v1.11.1
17652026-04-01T02:06:03.273Z Compiling ipnet v2.11.0
17662026-04-01T02:06:03.377Z Compiling atomic-waker v1.1.2
17672026-04-01T02:06:03.402Z Compiling anyhow v1.0.102
17682026-04-01T02:06:03.482Z Compiling httparse v1.10.1
17692026-04-01T02:06:03.506Z Compiling tower-service v0.3.3
17702026-04-01T02:06:03.556Z Compiling critical-section v1.2.0
17712026-04-01T02:06:03.607Z Compiling untrusted v0.9.0
17722026-04-01T02:06:03.673Z Compiling tower-layer v0.3.3
17732026-04-01T02:06:03.734Z Compiling once_cell v1.21.3
17742026-04-01T02:06:03.803Z Compiling zeroize v1.8.1
17752026-04-01T02:06:03.953Z Compiling try-lock v0.2.5
17762026-04-01T02:06:04.062Z Compiling want v0.3.1
17772026-04-01T02:06:04.088Z Compiling usdt-attr-macro v0.6.0
17782026-04-01T02:06:04.136Z Compiling usdt-macro v0.6.0
17792026-04-01T02:06:04.208Z Compiling httpdate v1.0.3
17802026-04-01T02:06:04.229Z Compiling pin-utils v0.1.0
17812026-04-01T02:06:04.444Z Compiling structmeta-derive v0.3.0
17822026-04-01T02:06:05.015Z Compiling newtype-uuid-macros v0.1.0
17832026-04-01T02:06:05.135Z Compiling strum_macros v0.26.4
17842026-04-01T02:06:05.556Z Compiling structmeta v0.3.0
17852026-04-01T02:06:05.769Z Compiling async-stream-impl v0.3.6
17862026-04-01T02:06:05.869Z Compiling powerfmt v0.2.0
17872026-04-01T02:06:06.082Z Compiling deranged v0.5.3
17882026-04-01T02:06:06.108Z Compiling num_threads v0.1.7
17892026-04-01T02:06:06.121Z Compiling omicron-workspace-hack v0.1.0
17902026-04-01T02:06:06.195Z Compiling dropshot_endpoint v0.16.7
17912026-04-01T02:06:06.212Z Compiling http-body-util v0.1.3
17922026-04-01T02:06:06.263Z Compiling ref-cast-impl v1.0.25
17932026-04-01T02:06:06.462Z Compiling derive-ex v0.1.8
17942026-04-01T02:06:06.635Z Compiling serde_urlencoded v0.7.1
17952026-04-01T02:06:06.795Z Compiling typify-macro v0.4.3
17962026-04-01T02:06:06.817Z Compiling strum_macros v0.27.2
17972026-04-01T02:06:06.999Z Compiling sync_wrapper v1.0.2
17982026-04-01T02:06:07.113Z Compiling serde_with_macros v3.14.1
17992026-04-01T02:06:07.150Z Compiling subtle v2.6.1
18002026-04-01T02:06:07.319Z Compiling iri-string v0.7.8
18012026-04-01T02:06:07.694Z Compiling rand_core v0.6.4
18022026-04-01T02:06:07.861Z Compiling futures-util v0.3.32
18032026-04-01T02:06:07.924Z Compiling thread_local v1.1.9
18042026-04-01T02:06:08.050Z Compiling test-strategy v0.4.3
18052026-04-01T02:06:08.248Z Compiling match_cfg v0.1.0
18062026-04-01T02:06:08.324Z Compiling parse-display-derive v0.10.0
18072026-04-01T02:06:08.604Z Compiling tracing-core v0.1.34
18082026-04-01T02:06:08.651Z Compiling toml_datetime v0.6.11
18092026-04-01T02:06:08.823Z Compiling typify v0.4.3
18102026-04-01T02:06:08.917Z Compiling progenitor-impl v0.11.1
18112026-04-01T02:06:08.929Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18122026-04-01T02:06:08.932Z Compiling term v1.2.0
18132026-04-01T02:06:08.958Z Compiling take_mut v0.2.2
18142026-04-01T02:06:09.187Z Compiling tracing v0.1.41
18152026-04-01T02:06:09.445Z Compiling clap_derive v4.6.0
18162026-04-01T02:06:09.531Z Compiling camino v1.2.2
18172026-04-01T02:06:09.946Z Compiling cpufeatures v0.2.17
18182026-04-01T02:06:09.975Z Compiling fastrand v2.3.0
18192026-04-01T02:06:10.023Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18202026-04-01T02:06:10.168Z Compiling encoding_rs v0.8.35
18212026-04-01T02:06:10.289Z Compiling unicode-width v0.2.1
18222026-04-01T02:06:10.312Z Compiling mime v0.3.17
18232026-04-01T02:06:10.756Z Compiling errno v0.3.14
18242026-04-01T02:06:10.821Z Compiling generic-array v0.14.7
18252026-04-01T02:06:11.311Z Compiling hex v0.4.3
18262026-04-01T02:06:11.352Z Compiling ipnetwork v0.21.1
18272026-04-01T02:06:11.581Z Compiling crossbeam-utils v0.8.21
18282026-04-01T02:06:11.803Z Compiling rustix v1.1.2
18292026-04-01T02:06:11.807Z Compiling slog v2.8.2
18302026-04-01T02:06:11.973Z Compiling tokio-util v0.7.16
18312026-04-01T02:06:11.987Z Compiling winnow v0.7.14
18322026-04-01T02:06:12.197Z Compiling crypto-common v0.1.6
18332026-04-01T02:06:12.226Z Compiling rand_core v0.9.3
18342026-04-01T02:06:12.336Z Compiling oxnet v0.1.4
18352026-04-01T02:06:12.443Z Compiling progenitor-macro v0.11.1
18362026-04-01T02:06:12.456Z Compiling itertools v0.14.0
18372026-04-01T02:06:12.680Z Compiling h2 v0.4.12
18382026-04-01T02:06:13.030Z Compiling rand_chacha v0.9.0
18392026-04-01T02:06:13.079Z Compiling socket2 v0.5.10
18402026-04-01T02:06:13.512Z Compiling rand v0.9.2
18412026-04-01T02:06:13.525Z Compiling rustls-pki-types v1.12.0
18422026-04-01T02:06:14.008Z Compiling quick-error v1.2.3
18432026-04-01T02:06:14.119Z Compiling spin v0.9.8
18442026-04-01T02:06:14.213Z Compiling debug-ignore v1.0.5
18452026-04-01T02:06:14.241Z Compiling toml_parser v1.0.6+spec-1.1.0
18462026-04-01T02:06:14.264Z Compiling tabwriter v1.4.1
18472026-04-01T02:06:14.322Z Compiling toml_datetime v0.7.5+spec-1.1.0
18482026-04-01T02:06:14.506Z Compiling serde_spanned v1.0.4
18492026-04-01T02:06:14.629Z Compiling lazy_static v1.5.0
18502026-04-01T02:06:14.735Z Compiling hyper v1.8.1
18512026-04-01T02:06:14.852Z Compiling colored v3.0.0
18522026-04-01T02:06:14.931Z Compiling toml_writer v1.0.6+spec-1.1.0
18532026-04-01T02:06:15.158Z Compiling bit-vec v0.8.0
18542026-04-01T02:06:15.162Z Compiling toml v0.9.11+spec-1.1.0
18552026-04-01T02:06:15.216Z Compiling time v0.3.47
18562026-04-01T02:06:15.266Z Compiling strum v0.26.3
18572026-04-01T02:06:15.397Z Compiling bit-set v0.8.0
18582026-04-01T02:06:15.436Z Compiling async-stream v0.3.6
18592026-04-01T02:06:15.566Z Compiling ring v0.17.14
18602026-04-01T02:06:15.614Z Compiling waitgroup v0.1.2
18612026-04-01T02:06:15.762Z Compiling serde_path_to_error v0.1.20
18622026-04-01T02:06:15.799Z Compiling anstyle v1.0.14
18632026-04-01T02:06:16.030Z Compiling hyper-util v0.1.19
18642026-04-01T02:06:16.134Z Compiling unarray v0.1.4
18652026-04-01T02:06:16.252Z Compiling crossbeam-channel v0.5.15
18662026-04-01T02:06:16.340Z Compiling block-buffer v0.10.4
18672026-04-01T02:06:16.498Z Compiling macaddr v1.0.1
18682026-04-01T02:06:16.518Z Compiling utf8parse v0.2.2
18692026-04-01T02:06:16.636Z Compiling anstyle-parse v1.0.0
18702026-04-01T02:06:16.724Z Compiling digest v0.10.7
18712026-04-01T02:06:16.747Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18722026-04-01T02:06:16.828Z Compiling ref-cast v1.0.25
18732026-04-01T02:06:16.929Z Compiling is_terminal_polyfill v1.70.1
18742026-04-01T02:06:16.941Z Compiling anstyle-query v1.1.4
18752026-04-01T02:06:16.945Z Compiling colorchoice v1.0.4
18762026-04-01T02:06:16.964Z Compiling strum v0.27.2
18772026-04-01T02:06:16.967Z Compiling is-terminal v0.4.16
18782026-04-01T02:06:17.068Z Compiling anstream v1.0.0
18792026-04-01T02:06:17.071Z Compiling clap_lex v1.1.0
18802026-04-01T02:06:17.263Z Compiling slog-term v2.9.2
18812026-04-01T02:06:17.313Z Compiling slog-async v2.8.0
18822026-04-01T02:06:17.413Z Compiling slog-json v2.6.1
18832026-04-01T02:06:17.521Z Compiling tower v0.5.2
18842026-04-01T02:06:17.613Z Compiling hostname v0.3.1
18852026-04-01T02:06:17.745Z Compiling slog-bunyan v2.5.0
18862026-04-01T02:06:17.895Z Compiling futures-executor v0.3.32
18872026-04-01T02:06:18.003Z Compiling tower-http v0.6.8
18882026-04-01T02:06:18.104Z Compiling instant v0.1.13
18892026-04-01T02:06:18.170Z Compiling futures v0.3.32
18902026-04-01T02:06:18.214Z Compiling openssl-sys v0.9.112
18912026-04-01T02:06:18.418Z Compiling aws-lc-sys v0.39.1
18922026-04-01T02:06:18.957Z Compiling memmap2 v0.9.8
18932026-04-01T02:06:19.070Z Compiling foreign-types-shared v0.1.1
18942026-04-01T02:06:19.093Z Compiling untrusted v0.7.1
18952026-04-01T02:06:19.158Z Compiling foreign-types v0.3.2
18962026-04-01T02:06:19.215Z Compiling aws-lc-rs v1.16.2
18972026-04-01T02:06:19.229Z Compiling tempfile v3.23.0
18982026-04-01T02:06:19.654Z Compiling openssl-probe v0.1.6
18992026-04-01T02:06:19.860Z Compiling openssl v0.10.76
19002026-04-01T02:06:20.142Z Compiling rustls-webpki v0.103.6
19012026-04-01T02:06:20.782Z Compiling rustls v0.23.32
19022026-04-01T02:06:21.073Z Compiling either v1.15.0
19032026-04-01T02:06:21.227Z Compiling usdt v0.6.0
19042026-04-01T02:06:21.286Z Compiling webpki-roots v1.0.2
19052026-04-01T02:06:21.518Z Compiling newtype-uuid v1.3.2
19062026-04-01T02:06:22.353Z Compiling native-tls v0.2.14
19072026-04-01T02:06:22.602Z Compiling tokio-native-tls v0.3.1
19082026-04-01T02:06:22.780Z Compiling hyper-tls v0.6.0
19092026-04-01T02:06:23.020Z Compiling daft v0.1.4
19102026-04-01T02:06:23.291Z Compiling rustls-webpki v0.102.8
19112026-04-01T02:06:23.746Z Compiling tokio-rustls v0.26.3
19122026-04-01T02:06:23.906Z Compiling rustls v0.22.4
19132026-04-01T02:06:23.990Z Compiling hyper-rustls v0.27.7
19142026-04-01T02:06:24.324Z Compiling reqwest v0.12.23
19152026-04-01T02:06:25.843Z Compiling tokio-rustls v0.25.0
19162026-04-01T02:06:26.206Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19172026-04-01T02:06:26.668Z Compiling sha1 v0.10.6
19182026-04-01T02:06:26.785Z Compiling multer v3.1.0
19192026-04-01T02:06:26.908Z Compiling rustls-pemfile v2.2.0
19202026-04-01T02:06:27.112Z Compiling terminal_size v0.4.3
19212026-04-01T02:06:27.263Z Compiling rand_chacha v0.3.1
19222026-04-01T02:06:27.417Z Compiling wait-timeout v0.2.1
19232026-04-01T02:06:27.554Z Compiling hostname v0.4.2
19242026-04-01T02:06:27.877Z Compiling dropshot v0.16.7
19252026-04-01T02:06:27.913Z Compiling rusty-fork v0.3.0
19262026-04-01T02:06:27.926Z Compiling rand v0.8.5
19272026-04-01T02:06:28.585Z Compiling rand_xorshift v0.4.0
19282026-04-01T02:06:29.511Z Compiling proptest v1.8.0
19292026-04-01T02:06:30.148Z Compiling clap_builder v4.6.0
19302026-04-01T02:06:30.899Z Compiling hubpack_derive v0.1.1
19312026-04-01T02:06:31.594Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19322026-04-01T02:06:31.834Z Compiling clap v4.6.0
19332026-04-01T02:06:32.817Z Compiling serde_spanned v0.6.9
19342026-04-01T02:06:33.050Z Compiling winnow v0.5.40
19352026-04-01T02:06:33.745Z Compiling progenitor-client v0.11.1
19362026-04-01T02:06:33.757Z Compiling progenitor-client v0.10.0
19372026-04-01T02:06:33.768Z Compiling prettyplease v0.2.37
19382026-04-01T02:06:33.841Z Compiling serde_with v3.14.1
19392026-04-01T02:06:34.199Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-04-01T02:06:34.536Z Compiling rustc-hash v2.1.1
19412026-04-01T02:06:34.666Z Compiling iddqd v0.3.17
19422026-04-01T02:06:34.848Z Compiling progenitor v0.11.1
19432026-04-01T02:06:34.979Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-04-01T02:06:35.499Z Compiling backoff v0.4.0
19452026-04-01T02:06:35.720Z Compiling parse-display v0.10.0
19462026-04-01T02:06:35.842Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-04-01T02:06:35.969Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-04-01T02:06:37.828Z Compiling num-derive v0.3.3
19492026-04-01T02:06:37.867Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19502026-04-01T02:06:39.027Z Compiling toml_write v0.1.2
19512026-04-01T02:06:39.369Z Compiling toml_edit v0.22.27
19522026-04-01T02:06:40.706Z Compiling toml_edit v0.19.15
19532026-04-01T02:06:41.264Z Compiling num-integer v0.1.46
19542026-04-01T02:06:41.362Z Compiling float-ord v0.3.2
19552026-04-01T02:06:41.647Z Compiling toml v0.8.23
19562026-04-01T02:06:42.084Z Compiling proc-macro-crate v1.3.1
19572026-04-01T02:06:43.801Z Compiling num-rational v0.4.2
19582026-04-01T02:06:44.211Z Compiling num-iter v0.1.45
19592026-04-01T02:06:44.487Z Compiling num-complex v0.4.6
19602026-04-01T02:06:45.514Z Compiling num v0.4.3
19612026-04-01T02:06:48.301Z Compiling zerocopy-derive v0.7.35
19622026-04-01T02:06:48.809Z Compiling ingot-macros v0.1.1
19632026-04-01T02:06:49.183Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-04-01T02:06:49.214Z Compiling scroll_derive v0.12.1
19652026-04-01T02:06:49.821Z Compiling zerocopy v0.7.35
19662026-04-01T02:06:49.942Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-04-01T02:06:50.434Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-04-01T02:06:50.574Z Compiling num_enum_derive v0.7.5
19692026-04-01T02:06:51.745Z Compiling memoffset v0.9.1
19702026-04-01T02:06:52.017Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-04-01T02:06:52.077Z Compiling foreign-types-macros v0.2.3
19722026-04-01T02:06:53.665Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-04-01T02:06:53.960Z Compiling nix v0.30.1
19742026-04-01T02:06:54.355Z Compiling libscf-sys v1.1.0
19752026-04-01T02:06:54.974Z Compiling proc-macro-error-attr2 v2.0.0
19762026-04-01T02:06:55.005Z Compiling glob v0.3.3
19772026-04-01T02:06:55.295Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19782026-04-01T02:06:55.354Z Compiling proc-macro-error-attr v1.0.4
19792026-04-01T02:06:55.472Z Compiling proc-macro-error2 v2.0.1
19802026-04-01T02:06:55.751Z Compiling dtrace-parser v0.2.0
19812026-04-01T02:06:55.793Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19822026-04-01T02:06:55.805Z Compiling proc-macro-error v1.0.4
19832026-04-01T02:06:55.827Z Compiling tabled_derive v0.11.0
19842026-04-01T02:06:56.249Z Compiling dof v0.3.0
19852026-04-01T02:06:56.309Z Compiling num_enum_derive v0.5.11
19862026-04-01T02:06:56.617Z Compiling hubpack v0.1.2
19872026-04-01T02:06:56.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19882026-04-01T02:06:56.849Z Compiling thread-id v4.2.2
19892026-04-01T02:06:57.154Z Compiling static_assertions v1.1.0
19902026-04-01T02:06:57.235Z Compiling usdt-impl v0.5.0
19912026-04-01T02:06:58.225Z Compiling derive_more v0.99.20
19922026-04-01T02:06:59.404Z Compiling bytecount v0.6.9
19932026-04-01T02:06:59.429Z Compiling minimal-lexical v0.2.1
19942026-04-01T02:06:59.769Z Compiling nom v7.1.3
19952026-04-01T02:07:00.521Z Compiling usdt-macro v0.5.0
19962026-04-01T02:07:00.620Z Compiling usdt-attr-macro v0.5.0
19972026-04-01T02:07:01.180Z Compiling zone_cfg_derive v0.3.1
19982026-04-01T02:07:01.320Z Compiling num-derive v0.4.2
19992026-04-01T02:07:01.365Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20002026-04-01T02:07:01.474Z Compiling rustc_version v0.4.1
20012026-04-01T02:07:01.757Z Compiling crossbeam-epoch v0.9.18
20022026-04-01T02:07:01.891Z Compiling papergrid v0.17.0
20032026-04-01T02:07:02.075Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20042026-04-01T02:07:02.102Z Compiling testing_table v0.3.0
20052026-04-01T02:07:02.273Z Compiling enum-as-inner v0.6.1
20062026-04-01T02:07:02.276Z Compiling curve25519-dalek v4.1.3
20072026-04-01T02:07:02.570Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-04-01T02:07:02.845Z Compiling tabled v0.20.0
20092026-04-01T02:07:02.864Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20102026-04-01T02:07:03.038Z Compiling crossbeam-deque v0.8.6
20112026-04-01T02:07:03.338Z Compiling typify-impl v0.6.1
20122026-04-01T02:07:03.454Z Compiling thiserror-impl-no-std v2.0.2
20132026-04-01T02:07:03.534Z Compiling curve25519-dalek-derive v0.1.1
20142026-04-01T02:07:04.029Z Compiling rayon-core v1.13.0
20152026-04-01T02:07:04.238Z Compiling clang-sys v1.8.1
20162026-04-01T02:07:04.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20172026-04-01T02:07:04.574Z Compiling scroll v0.12.0
20182026-04-01T02:07:04.771Z Compiling hash32 v0.3.1
20192026-04-01T02:07:04.851Z Compiling goblin v0.8.2
20202026-04-01T02:07:04.933Z Compiling heapless v0.8.0
20212026-04-01T02:07:04.990Z Compiling ingot-types v0.1.2
20222026-04-01T02:07:05.475Z Compiling cobs v0.3.0
20232026-04-01T02:07:05.516Z Compiling libloading v0.8.9
20242026-04-01T02:07:05.629Z Compiling foreign-types-shared v0.3.1
20252026-04-01T02:07:05.656Z Compiling bitflags v1.3.2
20262026-04-01T02:07:05.720Z Compiling managed v0.8.0
20272026-04-01T02:07:05.732Z Compiling foreign-types v0.5.0
20282026-04-01T02:07:05.744Z Compiling bindgen v0.72.1
20292026-04-01T02:07:05.772Z Compiling postcard v1.1.3
20302026-04-01T02:07:05.814Z Compiling ingot v0.1.1
20312026-04-01T02:07:05.945Z Compiling smoltcp v0.11.0
20322026-04-01T02:07:06.112Z Compiling cexpr v0.6.0
20332026-04-01T02:07:06.625Z Compiling num_enum v0.7.5
20342026-04-01T02:07:06.754Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-04-01T02:07:06.879Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-04-01T02:07:06.965Z Compiling camino-tempfile v1.4.1
20372026-04-01T02:07:07.207Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20382026-04-01T02:07:07.401Z Compiling serde_repr v0.1.20
20392026-04-01T02:07:07.523Z Compiling derive-where v1.6.0
20402026-04-01T02:07:07.972Z Compiling cstr-argument v0.1.2
20412026-04-01T02:07:08.110Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-04-01T02:07:08.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-04-01T02:07:08.995Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20442026-04-01T02:07:09.186Z Compiling rayon v1.11.0
20452026-04-01T02:07:09.543Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462026-04-01T02:07:09.565Z Compiling typify-macro v0.6.1
20472026-04-01T02:07:09.671Z Compiling crucible-workspace-hack v0.1.0
20482026-04-01T02:07:10.228Z Compiling memmap v0.7.0
20492026-04-01T02:07:10.422Z Compiling tinyvec_macros v0.1.1
20502026-04-01T02:07:10.499Z Compiling tinyvec v1.10.0
20512026-04-01T02:07:10.633Z Compiling usdt v0.5.0
20522026-04-01T02:07:10.713Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-04-01T02:07:10.919Z Compiling num_enum v0.5.11
20542026-04-01T02:07:11.374Z Compiling pin-project-internal v1.1.10
20552026-04-01T02:07:11.699Z Compiling typify v0.6.1
20562026-04-01T02:07:11.797Z Compiling progenitor-impl v0.13.0
20572026-04-01T02:07:12.386Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20582026-04-01T02:07:12.486Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-04-01T02:07:12.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20602026-04-01T02:07:12.804Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20612026-04-01T02:07:13.161Z Compiling rustix v0.38.44
20622026-04-01T02:07:13.429Z Compiling itertools v0.12.1
20632026-04-01T02:07:13.440Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-04-01T02:07:13.587Z Compiling progenitor-impl v0.10.0
20652026-04-01T02:07:13.880Z Compiling sigpipe v0.1.3
20662026-04-01T02:07:13.977Z Compiling jiff v0.2.15
20672026-04-01T02:07:14.039Z Compiling const_format_proc_macros v0.2.34
20682026-04-01T02:07:14.182Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20692026-04-01T02:07:14.405Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-04-01T02:07:14.642Z Compiling zone v0.3.1
20712026-04-01T02:07:15.260Z Compiling progenitor-macro v0.13.0
20722026-04-01T02:07:15.388Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20732026-04-01T02:07:15.479Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20742026-04-01T02:07:16.073Z Compiling secrecy v0.10.3
20752026-04-01T02:07:16.205Z Compiling smf v0.2.3
20762026-04-01T02:07:16.240Z Compiling async-recursion v1.1.1
20772026-04-01T02:07:16.656Z Compiling snafu-derive v0.8.9
20782026-04-01T02:07:16.816Z Compiling bstr v1.12.0
20792026-04-01T02:07:16.886Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-04-01T02:07:17.056Z Compiling progenitor-macro v0.10.0
20812026-04-01T02:07:17.098Z Compiling whoami v1.6.1
20822026-04-01T02:07:17.596Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-04-01T02:07:19.103Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-04-01T02:07:19.400Z Compiling hmac v0.12.1
20852026-04-01T02:07:19.699Z Compiling inout v0.1.4
20862026-04-01T02:07:19.815Z Compiling ff v0.13.1
20872026-04-01T02:07:19.854Z Compiling data-encoding v2.9.0
20882026-04-01T02:07:20.327Z Compiling crc8 v0.1.1
20892026-04-01T02:07:20.453Z Compiling group v0.13.0
20902026-04-01T02:07:20.456Z Compiling cipher v0.4.4
20912026-04-01T02:07:20.588Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-04-01T02:07:20.706Z Compiling hkdf v0.12.4
20932026-04-01T02:07:20.784Z Compiling atomicwrites v0.4.4
20942026-04-01T02:07:20.863Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20952026-04-01T02:07:21.003Z Compiling tokio-dtrace v0.1.1
20962026-04-01T02:07:21.291Z Compiling tabled_derive v0.7.0
20972026-04-01T02:07:21.851Z Compiling reqwest v0.13.2
20982026-04-01T02:07:22.042Z Compiling universal-hash v0.5.1
20992026-04-01T02:07:22.155Z Compiling crypto-bigint v0.5.5
21002026-04-01T02:07:22.186Z Compiling dropshot-api-manager-types v0.5.2
21012026-04-01T02:07:22.263Z Compiling half v2.7.1
21022026-04-01T02:07:22.559Z Compiling base64ct v1.8.0
21032026-04-01T02:07:22.562Z Compiling opaque-debug v0.3.1
21042026-04-01T02:07:22.820Z Compiling indent_write v2.2.0
21052026-04-01T02:07:22.887Z Compiling ciborium-io v0.2.2
21062026-04-01T02:07:22.965Z Compiling base16ct v0.2.0
21072026-04-01T02:07:22.977Z Compiling ciborium-ll v0.2.2
21082026-04-01T02:07:22.991Z Compiling password-hash v0.5.0
21092026-04-01T02:07:23.136Z Compiling progenitor-client v0.13.0
21102026-04-01T02:07:23.208Z Compiling poly1305 v0.8.0
21112026-04-01T02:07:23.434Z Compiling elliptic-curve v0.13.8
21122026-04-01T02:07:23.846Z Compiling oxide-tokio-rt v0.1.2
21132026-04-01T02:07:24.054Z Compiling chacha20 v0.9.1
21142026-04-01T02:07:24.086Z Compiling similar v2.7.0
21152026-04-01T02:07:24.108Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-04-01T02:07:24.528Z Compiling thiserror-no-std v2.0.2
21172026-04-01T02:07:25.281Z Compiling blake2 v0.10.6
21182026-04-01T02:07:25.645Z Compiling aead v0.5.2
21192026-04-01T02:07:25.828Z Compiling linked-hash-map v0.5.6
21202026-04-01T02:07:25.860Z Compiling keccak v0.1.6
21212026-04-01T02:07:26.017Z Compiling resolv-conf v0.7.5
21222026-04-01T02:07:26.133Z Compiling sha3 v0.10.8
21232026-04-01T02:07:26.165Z Compiling lru-cache v0.1.2
21242026-04-01T02:07:26.305Z Compiling chacha20poly1305 v0.10.1
21252026-04-01T02:07:26.388Z Compiling argon2 v0.5.3
21262026-04-01T02:07:26.439Z Compiling vsss-rs v3.3.4
21272026-04-01T02:07:26.659Z Compiling progenitor v0.13.0
21282026-04-01T02:07:26.671Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21292026-04-01T02:07:26.956Z Compiling ciborium v0.2.2
21302026-04-01T02:07:27.169Z Compiling hickory-proto v0.24.4
21312026-04-01T02:07:27.735Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21322026-04-01T02:07:27.771Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21332026-04-01T02:07:28.173Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21342026-04-01T02:07:28.269Z Compiling serde-big-array v0.5.1
21352026-04-01T02:07:28.612Z Compiling unicode-segmentation v1.12.0
21362026-04-01T02:07:28.756Z Compiling same-file v1.0.6
21372026-04-01T02:07:28.781Z Compiling siphasher v1.0.1
21382026-04-01T02:07:28.899Z Compiling walkdir v2.5.0
21392026-04-01T02:07:28.935Z Compiling phf_shared v0.12.1
21402026-04-01T02:07:28.986Z Compiling hickory-resolver v0.24.4
21412026-04-01T02:07:29.014Z Compiling newline-converter v0.3.0
21422026-04-01T02:07:29.204Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21432026-04-01T02:07:29.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21442026-04-01T02:07:29.786Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-04-01T02:07:30.423Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-04-01T02:07:30.700Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21472026-04-01T02:07:31.096Z Compiling newtype_derive v0.1.6
21482026-04-01T02:07:31.186Z Compiling owo-colors v4.3.0
21492026-04-01T02:07:31.333Z Compiling tokio-stream v0.1.17
21502026-04-01T02:07:31.595Z Compiling console v0.15.11
21512026-04-01T02:07:31.794Z Compiling csv-core v0.1.12
21522026-04-01T02:07:31.826Z Compiling unicode-width v0.1.14
21532026-04-01T02:07:31.950Z Compiling swrite v0.1.0
21542026-04-01T02:07:32.112Z Compiling foldhash v0.1.5
21552026-04-01T02:07:32.148Z Compiling humantime v2.3.0
21562026-04-01T02:07:32.264Z Compiling termtree v0.5.1
21572026-04-01T02:07:32.275Z Compiling unicode-linebreak v0.1.5
21582026-04-01T02:07:32.298Z Compiling smawk v0.3.2
21592026-04-01T02:07:32.459Z Compiling hashbrown v0.15.5
21602026-04-01T02:07:32.529Z Compiling textwrap v0.16.2
21612026-04-01T02:07:32.572Z Compiling csv v1.3.1
21622026-04-01T02:07:32.728Z Compiling expectorate v1.2.0
21632026-04-01T02:07:32.896Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-04-01T02:07:33.012Z Compiling qorb v0.4.1
21652026-04-01T02:07:33.138Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-04-01T02:07:34.755Z Compiling phf v0.12.1
21672026-04-01T02:07:34.920Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-04-01T02:07:35.149Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-04-01T02:07:35.327Z Compiling pin-project v1.1.10
21702026-04-01T02:07:35.442Z Compiling unicode-normalization v0.1.24
21712026-04-01T02:07:35.502Z Compiling libz-sys v1.1.22
21722026-04-01T02:07:35.626Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-04-01T02:07:36.568Z Compiling libsw-core v0.3.2
21742026-04-01T02:07:36.752Z Compiling highway v1.3.0
21752026-04-01T02:07:37.134Z Compiling fixedbitset v0.5.7
21762026-04-01T02:07:37.160Z Compiling fixedbitset v0.4.2
21772026-04-01T02:07:37.400Z Compiling progenitor v0.10.0
21782026-04-01T02:07:37.412Z Compiling petgraph v0.8.2
21792026-04-01T02:07:37.474Z Compiling petgraph v0.6.5
21802026-04-01T02:07:37.553Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-04-01T02:07:38.690Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-04-01T02:07:39.127Z Compiling libsw v3.5.0
21832026-04-01T02:07:39.452Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-04-01T02:07:39.697Z Compiling olpc-cjson v0.1.4
21852026-04-01T02:07:39.709Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-04-01T02:07:39.726Z Compiling snafu v0.8.9
21872026-04-01T02:07:39.978Z Compiling chrono-tz v0.10.4
21882026-04-01T02:07:40.108Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-04-01T02:07:40.316Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-04-01T02:07:40.732Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-04-01T02:07:41.387Z Compiling papergrid v0.11.0
21922026-04-01T02:07:41.923Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-04-01T02:07:42.214Z Compiling globset v0.4.16
21942026-04-01T02:07:42.428Z Compiling const_format v0.2.34
21952026-04-01T02:07:42.603Z Compiling slog-dtrace v0.3.0
21962026-04-01T02:07:42.761Z Compiling cancel-safe-futures v0.1.5
21972026-04-01T02:07:42.846Z Compiling gethostname v0.5.0
21982026-04-01T02:07:43.046Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-04-01T02:07:43.461Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-04-01T02:07:44.052Z Compiling pem v3.0.5
22012026-04-01T02:07:44.078Z Compiling bcs v0.1.6
22022026-04-01T02:07:44.404Z Compiling serde_plain v1.0.2
22032026-04-01T02:07:44.441Z Compiling cargo-platform v0.1.9
22042026-04-01T02:07:44.612Z Compiling tagptr v0.2.0
22052026-04-01T02:07:44.794Z Compiling linear-map v1.2.0
22062026-04-01T02:07:44.870Z Compiling typed-path v0.9.3
22072026-04-01T02:07:44.988Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-04-01T02:07:45.770Z Compiling tough v0.20.0
22092026-04-01T02:07:46.597Z Compiling moka v0.12.11
22102026-04-01T02:07:46.724Z Compiling cargo_metadata v0.18.1
22112026-04-01T02:07:47.951Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-04-01T02:07:48.391Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-04-01T02:07:48.418Z Compiling tabled v0.15.0
22142026-04-01T02:07:48.759Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-04-01T02:07:49.034Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-04-01T02:07:49.187Z Compiling git2 v0.19.0
22172026-04-01T02:07:50.915Z Compiling steno v0.4.1
22182026-04-01T02:07:51.556Z Compiling cookie v0.18.1
22192026-04-01T02:07:51.687Z Compiling hickory-proto v0.25.2
22202026-04-01T02:07:53.658Z Compiling hickory-resolver v0.25.2
22212026-04-01T02:07:54.651Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-04-01T02:07:55.916Z Compiling vergen v8.3.2
22232026-04-01T02:07:57.421Z Compiling signal-hook v0.3.18
22242026-04-01T02:07:58.298Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22252026-04-01T02:07:58.646Z Compiling mockall_derive v0.13.1
22262026-04-01T02:07:58.864Z Compiling predicates-core v1.0.9
22272026-04-01T02:07:59.183Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22282026-04-01T02:07:59.263Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-04-01T02:07:59.654Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22302026-04-01T02:08:00.840Z Compiling sha2 v0.10.9
22312026-04-01T02:08:00.881Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22322026-04-01T02:08:01.185Z Compiling adler2 v2.0.1
22332026-04-01T02:08:01.248Z Compiling diff v0.1.13
22342026-04-01T02:08:01.341Z Compiling yansi v1.0.1
22352026-04-01T02:08:01.566Z Compiling miniz_oxide v0.8.9
22362026-04-01T02:08:01.677Z Compiling pretty_assertions v1.4.1
22372026-04-01T02:08:01.717Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-04-01T02:08:02.240Z Compiling predicates v3.1.3
22392026-04-01T02:08:02.733Z Compiling predicates-tree v1.0.12
22402026-04-01T02:08:02.810Z Compiling fs-err v3.1.2
22412026-04-01T02:08:03.116Z Compiling crc32fast v1.5.0
22422026-04-01T02:08:03.771Z Compiling git-stub v1.0.0
22432026-04-01T02:08:04.053Z Compiling filetime v0.2.26
22442026-04-01T02:08:04.251Z Compiling downcast v0.11.0
22452026-04-01T02:08:04.411Z Compiling is_ci v1.2.0
22462026-04-01T02:08:04.571Z Compiling arrayref v0.3.9
22472026-04-01T02:08:04.657Z Compiling xattr v1.6.1
22482026-04-01T02:08:04.846Z Compiling arrayvec v0.7.6
22492026-04-01T02:08:05.060Z Compiling constant_time_eq v0.3.1
22502026-04-01T02:08:05.241Z Compiling fragile v2.0.1
22512026-04-01T02:08:05.568Z Compiling mockall v0.13.1
22522026-04-01T02:08:05.769Z Compiling blake3 v1.8.2
22532026-04-01T02:08:06.361Z Compiling toml v0.7.8
22542026-04-01T02:08:06.837Z Compiling tar v0.4.45
22552026-04-01T02:08:07.009Z Compiling supports-color v3.0.2
22562026-04-01T02:08:07.059Z Compiling git-stub-vcs v0.1.0
22572026-04-01T02:08:07.201Z Compiling curl-sys v0.4.83+curl-8.15.0
22582026-04-01T02:08:07.351Z Compiling signal-hook-tokio v0.3.1
22592026-04-01T02:08:07.448Z Compiling flate2 v1.1.2
22602026-04-01T02:08:07.646Z Compiling drift v0.1.3
22612026-04-01T02:08:07.706Z Compiling kstat-rs v0.2.4
22622026-04-01T02:08:07.860Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-04-01T02:08:07.880Z Compiling display-error-chain v0.2.2
22642026-04-01T02:08:08.024Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22652026-04-01T02:08:08.027Z Compiling topological-sort v0.2.2
22662026-04-01T02:08:08.191Z Compiling hex-literal v1.0.0
22672026-04-01T02:08:08.314Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-04-01T02:08:08.329Z Compiling dropshot-api-manager v0.5.2
22692026-04-01T02:08:08.997Z Compiling omicron-zone-package v0.12.2
22702026-04-01T02:08:10.211Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-04-01T02:08:10.360Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-04-01T02:08:11.545Z Compiling curl v0.4.49
22732026-04-01T02:08:11.924Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-04-01T02:08:11.945Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-04-01T02:08:12.192Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-04-01T02:08:12.378Z Compiling internet-checksum v0.2.1
22772026-04-01T02:08:12.530Z Compiling search_path v0.1.4
22782026-04-01T02:08:12.776Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22792026-04-01T02:08:12.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22802026-04-01T02:08:14.438Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-04-01T02:08:16.653Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22822026-04-01T02:09:00.165Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22832026-04-01T02:09:00.282Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
22842026-04-01T02:09:00.286Z
22852026-04-01T02:09:00.286Zrunning 5 tests
22862026-04-01T02:09:00.289Ztest fuse::tests::chip_revision_b0 ... ok
22872026-04-01T02:09:00.289Ztest fuse::tests::chip_revision_a0 ... ok
22882026-04-01T02:09:00.289Ztest fuse::tests::chip_revision_b1 ... ok
22892026-04-01T02:09:00.289Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22902026-04-01T02:09:00.289Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22912026-04-01T02:09:00.289Z
22922026-04-01T02:09:00.289Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-04-01T02:09:00.289Z
22942026-04-01T02:09:00.289Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22952026-04-01T02:09:00.292Z
22962026-04-01T02:09:00.292Zrunning 0 tests
22972026-04-01T02:09:00.292Z
22982026-04-01T02:09:00.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-04-01T02:09:00.292Z
23002026-04-01T02:09:00.292Z Running unittests src/lib.rs (target/debug/deps/asic-c437a2e5b2306b18)
23012026-04-01T02:09:00.292Z
23022026-04-01T02:09:00.292Zrunning 0 tests
23032026-04-01T02:09:00.292Z
23042026-04-01T02:09:00.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23052026-04-01T02:09:00.295Z
23062026-04-01T02:09:00.295Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
23072026-04-01T02:09:00.295Z
23082026-04-01T02:09:00.295Zrunning 10 tests
23092026-04-01T02:09:00.295Ztest nat::tests::test_vni ... ok
23102026-04-01T02:09:00.295Ztest network::tests::test_equal ... ok
23112026-04-01T02:09:00.295Ztest network::tests::test_eui64 ... ok
23122026-04-01T02:09:00.295Ztest network::tests::test_generate_ipv6_link_local ... ok
23132026-04-01T02:09:00.295Ztest network::tests::test_into ... ok
23142026-04-01T02:09:00.296Ztest network::tests::test_not_equal ... ok
23152026-04-01T02:09:00.296Ztest network::tests::test_to_string ... ok
23162026-04-01T02:09:00.296Ztest network::tests::test_parse ... ok
23172026-04-01T02:09:00.296Ztest test_purge ... ok
23182026-04-01T02:09:00.299Ztest illumos::test::address_exists_handles_missing_object ... ok
23192026-04-01T02:09:00.299Z
23202026-04-01T02:09:00.299Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-04-01T02:09:00.299Z
23222026-04-01T02:09:00.302Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
23232026-04-01T02:09:00.305Z
23242026-04-01T02:09:00.305Zrunning 1 test
23252026-04-01T02:09:01.527Ztest test::test_apis_up_to_date ... ok
23262026-04-01T02:09:01.528Z
23272026-04-01T02:09:01.528Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
23282026-04-01T02:09:01.528Z
23292026-04-01T02:09:01.577Z Running unittests src/main.rs (target/debug/deps/dpd-5bdc1e00c363e84d)
23302026-04-01T02:09:01.583Z
23312026-04-01T02:09:01.583Zrunning 44 tests
23322026-04-01T02:09:01.586Ztest freemap::test_ordering ... ok
23332026-04-01T02:09:01.586Ztest freemap::test_split ... ok
23342026-04-01T02:09:01.586Ztest config::tests::test_updates ... ok
23352026-04-01T02:09:01.586Ztest macaddrs::tests::test_mac_offset ... ok
23362026-04-01T02:09:01.586Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23372026-04-01T02:09:01.586Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23382026-04-01T02:09:01.586Ztest macaddrs::tests::test_parse_port_id ... ok
23392026-04-01T02:09:01.586Ztest mcast::tests::test_canonicalize_sources ... ok
23402026-04-01T02:09:01.589Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
23412026-04-01T02:09:01.589ZApr 01 02:08:59.945 DEBG created new freemap, unit: Apr 01 02:08:59.945freemap_test
23422026-04-01T02:09:01.589ZDEBG created new freemap, unit: freemap_test
23432026-04-01T02:09:01.589ZApr 01 02:08:59.945Apr 01 02:08:59.945 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23442026-04-01T02:09:01.589Z
23452026-04-01T02:09:01.589ZApr 01 02:08:59.945Apr 01 02:08:59.945 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23462026-04-01T02:09:01.589Z
23472026-04-01T02:09:01.589Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
23482026-04-01T02:09:01.589ZApr 01 02:08:59.945 DEBG created new freemap, unit: freemap_test
23492026-04-01T02:09:01.589ZApr 01 02:08:59.945 DEBG initted freemap. size: 128, unit: freemap_test
23502026-04-01T02:09:01.589ZApr 01 02:08:59.945 DEBG reset freemap, unit: freemap_test
23512026-04-01T02:09:01.590Ztest freemap::test_exhaustion ... ok
23522026-04-01T02:09:01.590Ztest freemap::test_span ... ok
23532026-04-01T02:09:01.590ZApr 01 02:08:59.945 DEBG created new freemap, unit: freemap_test
23542026-04-01T02:09:01.590Ztest mcast::tests::test_create_port_bitmap_empty ... ok
23552026-04-01T02:09:01.590ZApr 01 02:08:59.945 DEBG initted freemap. size: 128, unit: freemap_test
23562026-04-01T02:09:01.590ZApr 01 02:08:59.945 DEBG reset freemap, unit: freemap_test
23572026-04-01T02:09:01.590Ztest freemap::test_free ... ok
23582026-04-01T02:09:01.590Ztest freemap::test_basic ... ok
23592026-04-01T02:09:01.590ZApr 01 02:08:59.945 DEBG created new freemap, unit: freemap_test
23602026-04-01T02:09:01.590ZApr 01 02:08:59.946 DEBG initted freemap. size: 128, unit: freemap_test
23612026-04-01T02:09:01.590ZApr 01 02:08:59.946 DEBG reset freemap, unit: freemap_test
23622026-04-01T02:09:01.590Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
23632026-04-01T02:09:01.590Ztest freemap::test_reclaim ... ok
23642026-04-01T02:09:01.590Ztest mcast::tests::test_concurrent_id_allocation ... ok
23652026-04-01T02:09:01.590Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
23662026-04-01T02:09:01.590Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
23672026-04-01T02:09:01.590Ztest mcast::tests::test_sources_contain_any ... ok
23682026-04-01T02:09:01.590Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
23692026-04-01T02:09:01.590Ztest mcast::validate::tests::test_address_validation_integrated ... ok
23702026-04-01T02:09:01.590Ztest mcast::validate::tests::test_ipv4_validation ... ok
23712026-04-01T02:09:01.590Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
23722026-04-01T02:09:01.590Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
23732026-04-01T02:09:01.590Ztest mcast::validate::tests::test_ipv6_validation ... ok
23742026-04-01T02:09:01.590Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
23752026-04-01T02:09:01.590Ztest mcast::validate::tests::test_is_ssm_function ... ok
23762026-04-01T02:09:01.590Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
23772026-04-01T02:09:01.590Ztest mcast::validate::tests::test_validate_nat_target ... ok
23782026-04-01T02:09:01.590Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
23792026-04-01T02:09:01.590Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
23802026-04-01T02:09:01.590Ztest mcast::validate::tests::test_validate_source_addresses ... ok
23812026-04-01T02:09:01.590Ztest mcast::validate::tests::test_validate_tag ... ok
23822026-04-01T02:09:01.590Ztest nat::test_mapping ... ok
23832026-04-01T02:09:01.590Ztest port_map::tests::test_backplane_group ... ok
23842026-04-01T02:09:01.590Ztest mcast::validate::tests::test_validate_tag_format ... ok
23852026-04-01T02:09:01.590Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
23862026-04-01T02:09:01.590Ztest port_map::tests::test_port_map ... ok
23872026-04-01T02:09:01.590Ztest port_map::tests::dump_map ... ok
23882026-04-01T02:09:01.593Ztest api_server::tests::test_build_info ... ok
23892026-04-01T02:09:01.593Ztest mcast::tests::test_id_range_boundaries ... ok
23902026-04-01T02:09:01.593Ztest port_map::tests::parse_softnpu_revision ... ok
23912026-04-01T02:09:01.593Z
23922026-04-01T02:09:01.594Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23932026-04-01T02:09:01.594Z
23942026-04-01T02:09:01.594Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-14f8dafa98a5781c)
23952026-04-01T02:09:01.597Z
23962026-04-01T02:09:01.597Zrunning 0 tests
23972026-04-01T02:09:01.597Z
23982026-04-01T02:09:01.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23992026-04-01T02:09:01.597Z
24002026-04-01T02:09:01.597Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
24012026-04-01T02:09:01.597Z
24022026-04-01T02:09:01.597Zrunning 0 tests
24032026-04-01T02:09:01.597Z
24042026-04-01T02:09:01.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24052026-04-01T02:09:01.597Z
24062026-04-01T02:09:01.597Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6b52b591df13c9fb)
24072026-04-01T02:09:01.600Z
24082026-04-01T02:09:01.600Zrunning 6 tests
24092026-04-01T02:09:01.600Ztest tests::test_full_lot_id_neither_present ... ok
24102026-04-01T02:09:01.600Ztest tests::test_full_lot_id_both_present ... ok
24112026-04-01T02:09:01.600Ztest tests::test_full_lot_id_lot_only ... ok
24122026-04-01T02:09:01.600Ztest tests::test_full_lot_id_lotnum_only ... ok
24132026-04-01T02:09:01.600Ztest tests::test_parse_client_port_id ... ok
24142026-04-01T02:09:01.600Ztest tests::test_port_id_cmp ... ok
24152026-04-01T02:09:01.600Z
24162026-04-01T02:09:01.600Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24172026-04-01T02:09:01.600Z
24182026-04-01T02:09:01.600Z Running tests/test_all.rs (target/debug/deps/test_all-77c9f4e6510a49a9)
24192026-04-01T02:09:01.603Z
24202026-04-01T02:09:01.603Zrunning 0 tests
24212026-04-01T02:09:01.603Z
24222026-04-01T02:09:01.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24232026-04-01T02:09:01.603Z
24242026-04-01T02:09:01.603Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
24252026-04-01T02:09:01.603Z
24262026-04-01T02:09:01.603Zrunning 0 tests
24272026-04-01T02:09:01.603Z
24282026-04-01T02:09:01.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24292026-04-01T02:09:01.603Z
24302026-04-01T02:09:01.603Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
24312026-04-01T02:09:01.606Z
24322026-04-01T02:09:01.606Zrunning 12 tests
24332026-04-01T02:09:01.606Ztest icmp::test_v6_checksum ... ok
24342026-04-01T02:09:01.606Ztest lldp::test_lldp_parse ... ok
24352026-04-01T02:09:01.606Ztest icmp::test_v4_checksum ... ok
24362026-04-01T02:09:01.606Ztest pbuf::test_byte ... ok
24372026-04-01T02:09:01.606Ztest pbuf::test_nibble ... ok
24382026-04-01T02:09:01.606Ztest ipv6::test_ipv6_parse ... ok
24392026-04-01T02:09:01.607Ztest pbuf::test_overflow ... ok
24402026-04-01T02:09:01.607Ztest pbuf::test_short ... ok
24412026-04-01T02:09:01.607Ztest pbuf::test_twelve ... ok
24422026-04-01T02:09:01.607Ztest pbuf::test_word ... ok
24432026-04-01T02:09:01.607Ztest tcp::test_checksum_ack_data ... ok
24442026-04-01T02:09:01.607Ztest tcp::test_checksum_syn_nodata ... ok
24452026-04-01T02:09:01.607Z
24462026-04-01T02:09:01.607Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24472026-04-01T02:09:01.607Z
24482026-04-01T02:09:01.607Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24492026-04-01T02:09:01.610Z
24502026-04-01T02:09:01.610Zrunning 0 tests
24512026-04-01T02:09:01.610Z
24522026-04-01T02:09:01.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24532026-04-01T02:09:01.610Z
24542026-04-01T02:09:01.610Z Running unittests src/main.rs (target/debug/deps/swadm-d8035779cb234895)
24552026-04-01T02:09:01.610Z
24562026-04-01T02:09:01.610Zrunning 5 tests
24572026-04-01T02:09:01.610Ztest switchport::test::test_compute_lanes ... ok
24582026-04-01T02:09:01.610Ztest switchport::test::port_id_ordering ... ok
24592026-04-01T02:09:01.610Z Lane 0 Lane 1 Lane 2 Lane 3
24602026-04-01T02:09:01.610Z Rx Loss-of-lock: Yes Lane 0 Yes Lane 1Yes YesLane 2
24612026-04-01T02:09:01.610Z Rx Loss-of-signal: YesLane 3
24622026-04-01T02:09:01.610ZYes State: Activated Yes Yes
24632026-04-01T02:09:01.610ZActivated Rx CDR Enabled: Yes Activated YesActivated
24642026-04-01T02:09:01.610ZYes Rx Output Enabled: falseYes
24652026-04-01T02:09:01.610Zfalse Tx Enabled: Yes Yesfalse Yesfalse
24662026-04-01T02:09:01.610ZYes
24672026-04-01T02:09:01.610Z Rx Output Status: valid Tx Loss-of-lock: No Novalid Novalid Novalid
24682026-04-01T02:09:01.610Z
24692026-04-01T02:09:01.610Z Tx Loss-of-signal: No Rx Loss-of-lock: trueNo Notrue No
24702026-04-01T02:09:01.610Ztrue Tx CDR Enabled: Notrue
24712026-04-01T02:09:01.610ZNo No Rx Loss-of-signal: false No
24722026-04-01T02:09:01.611Zfalse Tx Adaptive EQ Fault: No false Nofalse
24732026-04-01T02:09:01.611ZNoRx Auto-squelch Disable: true Notrue
24742026-04-01T02:09:01.611Z Tx Fault: Yes trueYes true
24752026-04-01T02:09:01.611ZYes Tx Output Enabled: trueYes
24762026-04-01T02:09:01.611Ztrue true true
24772026-04-01T02:09:01.611Z Tx Output Status: invalid invalid invalid invalid
24782026-04-01T02:09:01.611Z Tx Loss-of-lock: false false false false
24792026-04-01T02:09:01.611Z Tx Loss-of-signal: true true true true
24802026-04-01T02:09:01.611ZTx Auto-squelch Disable: false false false false
24812026-04-01T02:09:01.611Z Tx Adaptive EQ Fail: true true true true
24822026-04-01T02:09:01.611Z Tx Failure: false false false false
24832026-04-01T02:09:01.611Z Tx Force Squelch: true true true true
24842026-04-01T02:09:01.611Z Tx Input Polarity: normal normal normal normal
24852026-04-01T02:09:01.611Ztest switchport::test::test_print_sff_datapath ... ok
24862026-04-01T02:09:01.611Ztest switchport::test::test_print_cmis_datapath ... ok
24872026-04-01T02:09:01.614Ztest link::test_filter ... ok
24882026-04-01T02:09:01.614Z
24892026-04-01T02:09:01.614Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24902026-04-01T02:09:01.614Z
24912026-04-01T02:09:01.614Z Running tests/counters.rs (target/debug/deps/counters-dfc008ae98d231c9)
24922026-04-01T02:09:01.614Z
24932026-04-01T02:09:01.614Zrunning 1 test
24942026-04-01T02:09:01.614Ztest test_p4_counter_list ... ignored
24952026-04-01T02:09:01.614Z
24962026-04-01T02:09:01.614Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-04-01T02:09:01.614Z
24982026-04-01T02:09:01.614Z Running tests/port-link.rs (target/debug/deps/port_link-fa018ac19dad356c)
24992026-04-01T02:09:01.617Z
25002026-04-01T02:09:01.617Zrunning 5 tests
25012026-04-01T02:09:01.617Ztest test_an ... ignored
25022026-04-01T02:09:01.617Ztest test_enable ... ignored
25032026-04-01T02:09:01.617Ztest test_ip_addresses ... ignored
25042026-04-01T02:09:01.617Ztest test_kr ... ignored
25052026-04-01T02:09:01.617Ztest test_mac ... ignored
25062026-04-01T02:09:01.617Z
25072026-04-01T02:09:01.617Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25082026-04-01T02:09:01.617Z
25092026-04-01T02:09:01.617Z Running unittests src/main.rs (target/debug/deps/tfportd-5607a579b23d0f8e)
25102026-04-01T02:09:01.617Z
25112026-04-01T02:09:01.617Zrunning 3 tests
25122026-04-01T02:09:01.620Ztest linklocal::test_parse_ipadm ... ok
25132026-04-01T02:09:01.620Ztest tfport::test_parse_tfport ... ok
25142026-04-01T02:09:01.620Ztest config::tests::test_updates ... ok
25152026-04-01T02:09:01.620Z
25162026-04-01T02:09:01.620Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-04-01T02:09:01.620Z
25182026-04-01T02:09:01.620Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
25192026-04-01T02:09:01.620Z
25202026-04-01T02:09:01.620Zrunning 0 tests
25212026-04-01T02:09:01.620Z
25222026-04-01T02:09:01.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-04-01T02:09:01.620Z
25242026-04-01T02:09:01.620Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
25252026-04-01T02:09:01.624Z
25262026-04-01T02:09:01.624Zrunning 0 tests
25272026-04-01T02:09:01.624Z
25282026-04-01T02:09:01.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-04-01T02:09:01.624Z
25302026-04-01T02:09:01.624Z Doc-tests aal
25312026-04-01T02:09:01.745Z
25322026-04-01T02:09:01.745Zrunning 0 tests
25332026-04-01T02:09:01.745Z
25342026-04-01T02:09:01.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-04-01T02:09:01.745Z
25362026-04-01T02:09:01.760Z Doc-tests aal_macros
25372026-04-01T02:09:01.826Z
25382026-04-01T02:09:01.826Zrunning 0 tests
25392026-04-01T02:09:01.826Z
25402026-04-01T02:09:01.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-04-01T02:09:01.826Z
25422026-04-01T02:09:01.835Z Doc-tests common
25432026-04-01T02:09:02.063Z
25442026-04-01T02:09:02.064Zrunning 0 tests
25452026-04-01T02:09:02.064Z
25462026-04-01T02:09:02.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-04-01T02:09:02.064Z
25482026-04-01T02:09:02.082Z Doc-tests dpd_api
25492026-04-01T02:09:03.216Z
25502026-04-01T02:09:03.216Zrunning 2 tests
25512026-04-01T02:09:03.216Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25522026-04-01T02:09:03.216Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25532026-04-01T02:09:03.216Z
25542026-04-01T02:09:03.216Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25552026-04-01T02:09:03.216Z
25562026-04-01T02:09:03.252Z Doc-tests dpd_client
25572026-04-01T02:09:04.531Z
25582026-04-01T02:09:04.531Zrunning 0 tests
25592026-04-01T02:09:04.531Z
25602026-04-01T02:09:04.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25612026-04-01T02:09:04.531Z
25622026-04-01T02:09:04.571Z Doc-tests dpd_types
25632026-04-01T02:09:04.911Z
25642026-04-01T02:09:04.912Zrunning 0 tests
25652026-04-01T02:09:04.912Z
25662026-04-01T02:09:04.912Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25672026-04-01T02:09:04.912Z
25682026-04-01T02:09:04.940Z Doc-tests packet
25692026-04-01T02:09:05.052Z
25702026-04-01T02:09:05.052Zrunning 0 tests
25712026-04-01T02:09:05.052Z
25722026-04-01T02:09:05.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25732026-04-01T02:09:05.052Z
25742026-04-01T02:09:05.067Z Doc-tests pcap
25752026-04-01T02:09:05.119Z
25762026-04-01T02:09:05.119Zrunning 0 tests
25772026-04-01T02:09:05.119Z
25782026-04-01T02:09:05.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-04-01T02:09:05.119Z
25802026-04-01T02:09:05.184Z+ for feat in tofino_stub tofino_asic softnpu chaos
25812026-04-01T02:09:05.184Z+ RUST_BACKTRACE=full
25822026-04-01T02:09:05.184Z+ cargo test --features tofino_asic --no-fail-fast
25832026-04-01T02:09:05.773Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25842026-04-01T02:09:05.847Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25852026-04-01T02:09:05.855Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25862026-04-01T02:09:05.863Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25872026-04-01T02:09:14.183Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25882026-04-01T02:09:14.913Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25892026-04-01T02:09:53.408Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.21s
25902026-04-01T02:09:53.514Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
25912026-04-01T02:09:53.517Z
25922026-04-01T02:09:53.517Zrunning 5 tests
25932026-04-01T02:09:53.520Ztest fuse::tests::chip_revision_a0 ... ok
25942026-04-01T02:09:53.520Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25952026-04-01T02:09:53.520Ztest fuse::tests::chip_revision_b1 ... ok
25962026-04-01T02:09:53.520Ztest fuse::tests::chip_revision_b0 ... ok
25972026-04-01T02:09:53.520Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25982026-04-01T02:09:53.520Z
25992026-04-01T02:09:53.520Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-04-01T02:09:53.520Z
26012026-04-01T02:09:53.520Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26022026-04-01T02:09:53.520Z
26032026-04-01T02:09:53.520Zrunning 0 tests
26042026-04-01T02:09:53.520Z
26052026-04-01T02:09:53.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26062026-04-01T02:09:53.520Z
26072026-04-01T02:09:53.523Z Running unittests src/lib.rs (target/debug/deps/asic-6da3516c2c894a56)
26082026-04-01T02:09:53.603Z
26092026-04-01T02:09:53.604Zrunning 8 tests
26102026-04-01T02:09:53.607Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26112026-04-01T02:09:53.607Ztest tofino_asic::qsfp::tests::fix_link ... ok
26122026-04-01T02:09:53.607Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26132026-04-01T02:09:53.607Ztest tofino_asic::stats::constants_sanity_check ... ok
26142026-04-01T02:09:53.607Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26152026-04-01T02:09:53.607Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26162026-04-01T02:09:53.614Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26172026-04-01T02:09:54.105Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26182026-04-01T02:09:54.105Z
26192026-04-01T02:09:54.105Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26202026-04-01T02:09:54.105Z
26212026-04-01T02:09:54.116Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
26222026-04-01T02:09:54.119Z
26232026-04-01T02:09:54.119Zrunning 10 tests
26242026-04-01T02:09:54.121Ztest nat::tests::test_vni ... ok
26252026-04-01T02:09:54.121Ztest network::tests::test_eui64 ... ok
26262026-04-01T02:09:54.121Ztest network::tests::test_equal ... ok
26272026-04-01T02:09:54.121Ztest network::tests::test_into ... ok
26282026-04-01T02:09:54.121Ztest network::tests::test_generate_ipv6_link_local ... ok
26292026-04-01T02:09:54.121Ztest network::tests::test_not_equal ... ok
26302026-04-01T02:09:54.121Ztest network::tests::test_to_string ... ok
26312026-04-01T02:09:54.122Ztest network::tests::test_parse ... ok
26322026-04-01T02:09:54.122Ztest test_purge ... ok
26332026-04-01T02:09:54.124Ztest illumos::test::address_exists_handles_missing_object ... ok
26342026-04-01T02:09:54.124Z
26352026-04-01T02:09:54.124Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26362026-04-01T02:09:54.124Z
26372026-04-01T02:09:54.124Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
26382026-04-01T02:09:54.127Z
26392026-04-01T02:09:54.127Zrunning 1 test
26402026-04-01T02:09:55.392Ztest test::test_apis_up_to_date ... ok
26412026-04-01T02:09:55.392Z
26422026-04-01T02:09:55.392Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26432026-04-01T02:09:55.392Z
26442026-04-01T02:09:55.443Z Running unittests src/main.rs (target/debug/deps/dpd-02ac280d58b148d8)
26452026-04-01T02:09:55.507Z
26462026-04-01T02:09:55.507Zrunning 72 tests
26472026-04-01T02:09:55.510Ztest freemap::test_ordering ... ok
26482026-04-01T02:09:55.510Ztest freemap::test_split ... ok
26492026-04-01T02:09:55.510Ztest config::tests::test_updates ... ok
26502026-04-01T02:09:55.510Ztest macaddrs::tests::test_mac_offset ... ok
26512026-04-01T02:09:55.510Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26522026-04-01T02:09:55.510Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26532026-04-01T02:09:55.510Ztest macaddrs::tests::test_parse_port_id ... ok
26542026-04-01T02:09:55.510Ztest mcast::tests::test_canonicalize_sources ... ok
26552026-04-01T02:09:55.513Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
26562026-04-01T02:09:55.513Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
26572026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG created new freemap, unit: freemap_test
26582026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG initted freemap. size: 128, unit: freemap_test
26592026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG reset freemap, unitApr 01 02:09:53.870: DEBGfreemap_test
26602026-04-01T02:09:55.513Zcreated new freemap, unit: freemap_test
26612026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG initted freemap. size: 128, unit: freemap_test
26622026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG reset freemap, Apr 01 02:09:53.870unit :DEBG freemap_testcreated new freemap
26632026-04-01T02:09:55.513Z, unit: freemap_test
26642026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG initted freemap. size: 128, unit: freemap_test
26652026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG reset freemap, unit: freemap_test
26662026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG created new freemap, unit: freemap_test
26672026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG initted freemap. size: 128, unit: freemap_test
26682026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG reset freemap, unit: freemap_test
26692026-04-01T02:09:55.513Ztest mcast::tests::test_create_port_bitmap_empty ... ok
26702026-04-01T02:09:55.513Ztest freemap::test_exhaustion ... ok
26712026-04-01T02:09:55.513Ztest freemap::test_basic ... ok
26722026-04-01T02:09:55.513Ztest freemap::test_reclaim ... ok
26732026-04-01T02:09:55.513Ztest freemap::test_span ... ok
26742026-04-01T02:09:55.513ZApr 01 02:09:53.870 DEBG created new freemap, unit: freemap_test
26752026-04-01T02:09:55.514ZApr 01 02:09:53.870 DEBG initted freemap. size: 128, unit: freemap_test
26762026-04-01T02:09:55.514ZApr 01 02:09:53.870 DEBG reset freemap, unit: freemap_test
26772026-04-01T02:09:55.514Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
26782026-04-01T02:09:55.514Ztest mcast::tests::test_concurrent_id_allocation ... ok
26792026-04-01T02:09:55.514Ztest freemap::test_free ... ok
26802026-04-01T02:09:55.514Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26812026-04-01T02:09:55.514Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26822026-04-01T02:09:55.514Ztest mcast::tests::test_sources_contain_any ... ok
26832026-04-01T02:09:55.514Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26842026-04-01T02:09:55.514Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26852026-04-01T02:09:55.514Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26862026-04-01T02:09:55.514Ztest mcast::validate::tests::test_ipv4_validation ... ok
26872026-04-01T02:09:55.514Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26882026-04-01T02:09:55.514Ztest mcast::validate::tests::test_ipv6_validation ... ok
26892026-04-01T02:09:55.514Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26902026-04-01T02:09:55.514Ztest mcast::validate::tests::test_is_ssm_function ... ok
26912026-04-01T02:09:55.514Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26922026-04-01T02:09:55.514Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26932026-04-01T02:09:55.514Ztest mcast::validate::tests::test_validate_nat_target ... ok
26942026-04-01T02:09:55.514Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26952026-04-01T02:09:55.514Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26962026-04-01T02:09:55.514Ztest nat::test_mapping ... ok
26972026-04-01T02:09:55.514Ztest mcast::validate::tests::test_validate_tag ... ok
26982026-04-01T02:09:55.514Ztest port_map::tests::test_backplane_group ... ok
26992026-04-01T02:09:55.514Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
27002026-04-01T02:09:55.514Ztest transceivers::mpn_test::test_mpn_missing ... ok
27012026-04-01T02:09:55.514Ztest mcast::validate::tests::test_validate_tag_format ... ok
27022026-04-01T02:09:55.514Ztest transceivers::mpn_test::test_mpn_present ... ok
27032026-04-01T02:09:55.514Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27042026-04-01T02:09:55.514Ztest port_map::tests::test_port_map ... ok
27052026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27062026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27072026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27082026-04-01T02:09:55.518Ztest port_map::tests::dump_map ... ok
27092026-04-01T02:09:55.518Ztest api_server::tests::test_build_info ... ok
27102026-04-01T02:09:55.518Ztest mcast::tests::test_id_range_boundaries ... ok
27112026-04-01T02:09:55.518Ztest port_map::tests::parse_softnpu_revision ... ok
27122026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27132026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27142026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27152026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27162026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27172026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27182026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27192026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27202026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27212026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27222026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27232026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27242026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27252026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27262026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27272026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27282026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27292026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27302026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27312026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27322026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27332026-04-01T02:09:55.518Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27342026-04-01T02:09:55.518Z
27352026-04-01T02:09:55.518Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27362026-04-01T02:09:55.519Z
27372026-04-01T02:09:55.529Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-69bd3e6766cf4d60)
27382026-04-01T02:09:55.532Z
27392026-04-01T02:09:55.532Zrunning 0 tests
27402026-04-01T02:09:55.532Z
27412026-04-01T02:09:55.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-04-01T02:09:55.532Z
27432026-04-01T02:09:55.532Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
27442026-04-01T02:09:55.535Z
27452026-04-01T02:09:55.535Zrunning 0 tests
27462026-04-01T02:09:55.535Z
27472026-04-01T02:09:55.535Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482026-04-01T02:09:55.535Z
27492026-04-01T02:09:55.535Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b3580cb298f91fdf)
27502026-04-01T02:09:55.535Z
27512026-04-01T02:09:55.535Zrunning 6 tests
27522026-04-01T02:09:55.538Ztest tests::test_parse_client_port_id ... ok
27532026-04-01T02:09:55.538Ztest tests::test_port_id_cmp ... ok
27542026-04-01T02:09:55.538Ztest tests::test_full_lot_id_neither_present ... ok
27552026-04-01T02:09:55.538Ztest tests::test_full_lot_id_lotnum_only ... ok
27562026-04-01T02:09:55.538Ztest tests::test_full_lot_id_lot_only ... ok
27572026-04-01T02:09:55.538Ztest tests::test_full_lot_id_both_present ... ok
27582026-04-01T02:09:55.538Z
27592026-04-01T02:09:55.538Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27602026-04-01T02:09:55.538Z
27612026-04-01T02:09:55.538Z Running tests/test_all.rs (target/debug/deps/test_all-b071f8a3c52bd2d5)
27622026-04-01T02:09:55.538Z
27632026-04-01T02:09:55.538Zrunning 0 tests
27642026-04-01T02:09:55.538Z
27652026-04-01T02:09:55.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27662026-04-01T02:09:55.538Z
27672026-04-01T02:09:55.538Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
27682026-04-01T02:09:55.541Z
27692026-04-01T02:09:55.541Zrunning 0 tests
27702026-04-01T02:09:55.541Z
27712026-04-01T02:09:55.541Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27722026-04-01T02:09:55.542Z
27732026-04-01T02:09:55.542Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
27742026-04-01T02:09:55.542Z
27752026-04-01T02:09:55.542Zrunning 12 tests
27762026-04-01T02:09:55.545Ztest lldp::test_lldp_parse ... ok
27772026-04-01T02:09:55.545Ztest icmp::test_v4_checksum ... ok
27782026-04-01T02:09:55.545Ztest icmp::test_v6_checksum ... ok
27792026-04-01T02:09:55.545Ztest pbuf::test_byte ... ok
27802026-04-01T02:09:55.545Ztest ipv6::test_ipv6_parse ... ok
27812026-04-01T02:09:55.545Ztest pbuf::test_nibble ... ok
27822026-04-01T02:09:55.545Ztest pbuf::test_short ... ok
27832026-04-01T02:09:55.545Ztest pbuf::test_overflow ... ok
27842026-04-01T02:09:55.545Ztest pbuf::test_twelve ... ok
27852026-04-01T02:09:55.545Ztest pbuf::test_word ... ok
27862026-04-01T02:09:55.545Ztest tcp::test_checksum_syn_nodata ... ok
27872026-04-01T02:09:55.545Ztest tcp::test_checksum_ack_data ... ok
27882026-04-01T02:09:55.545Z
27892026-04-01T02:09:55.545Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27902026-04-01T02:09:55.545Z
27912026-04-01T02:09:55.545Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27922026-04-01T02:09:55.545Z
27932026-04-01T02:09:55.545Zrunning 0 tests
27942026-04-01T02:09:55.545Z
27952026-04-01T02:09:55.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27962026-04-01T02:09:55.545Z
27972026-04-01T02:09:55.545Z Running unittests src/main.rs (target/debug/deps/swadm-ea7b50df1170e93c)
27982026-04-01T02:09:55.549Z
27992026-04-01T02:09:55.549Zrunning 5 tests
28002026-04-01T02:09:55.549Ztest switchport::test::test_compute_lanes ... ok
28012026-04-01T02:09:55.549Ztest switchport::test::port_id_ordering ... ok
28022026-04-01T02:09:55.549Z Lane 0 Lane 1 Lane 2 Lane 3
28032026-04-01T02:09:55.549Z Rx Loss-of-lock: Yes Yes Yes Yes
28042026-04-01T02:09:55.549Z Rx Loss-of-signal: Yes Yes Yes Yes
28052026-04-01T02:09:55.549Z Rx CDR Enabled: Yes Yes Yes Yes
28062026-04-01T02:09:55.549Z Tx Enabled: Yes Yes Yes Yes
28072026-04-01T02:09:55.549Z Tx Loss-of-lock: No No No No
28082026-04-01T02:09:55.549Z Tx Loss-of-signal: No Lane 0No No Lane 1No
28092026-04-01T02:09:55.549ZLane 2 Tx CDR Enabled: NoLane 3
28102026-04-01T02:09:55.549ZNo No State: Activated No
28112026-04-01T02:09:55.549ZActivated Tx Adaptive EQ Fault: NoActivated ActivatedNo
28122026-04-01T02:09:55.549ZNo No
28132026-04-01T02:09:55.549Z Rx Output Enabled: false Tx Fault: Yes Yesfalse Yesfalse Yesfalse
28142026-04-01T02:09:55.549Z
28152026-04-01T02:09:55.549Z Rx Output Status: valid valid valid valid
28162026-04-01T02:09:55.549Z Rx Loss-of-lock: true true true true
28172026-04-01T02:09:55.549Z Rx Loss-of-signal: false false false false
28182026-04-01T02:09:55.549ZRx Auto-squelch Disable: true true true true
28192026-04-01T02:09:55.549Z Tx Output Enabled: true true true true
28202026-04-01T02:09:55.549Z Tx Output Status: invalid invalid invalid invalid
28212026-04-01T02:09:55.549Z Tx Loss-of-lock: false false false false
28222026-04-01T02:09:55.549Z Tx Loss-of-signal: true true true true
28232026-04-01T02:09:55.549ZTx Auto-squelch Disable: false false false false
28242026-04-01T02:09:55.549Z Tx Adaptive EQ Fail: true true true true
28252026-04-01T02:09:55.549Z Tx Failure: false false false false
28262026-04-01T02:09:55.549Z Tx Force Squelch: true true true true
28272026-04-01T02:09:55.549Z Tx Input Polarity: normal normal normal normal
28282026-04-01T02:09:55.549Ztest switchport::test::test_print_sff_datapath ... ok
28292026-04-01T02:09:55.549Ztest switchport::test::test_print_cmis_datapath ... ok
28302026-04-01T02:09:55.549Ztest link::test_filter ... ok
28312026-04-01T02:09:55.549Z
28322026-04-01T02:09:55.549Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-04-01T02:09:55.549Z
28342026-04-01T02:09:55.550Z Running tests/counters.rs (target/debug/deps/counters-f58c2aa0eada9490)
28352026-04-01T02:09:55.552Z
28362026-04-01T02:09:55.552Zrunning 1 test
28372026-04-01T02:09:55.552Ztest test_p4_counter_list ... ignored
28382026-04-01T02:09:55.552Z
28392026-04-01T02:09:55.552Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28402026-04-01T02:09:55.552Z
28412026-04-01T02:09:55.552Z Running tests/port-link.rs (target/debug/deps/port_link-aa4c6c24b3ced0f6)
28422026-04-01T02:09:55.552Z
28432026-04-01T02:09:55.553Zrunning 5 tests
28442026-04-01T02:09:55.553Ztest test_an ... ignored
28452026-04-01T02:09:55.553Ztest test_enable ... ignored
28462026-04-01T02:09:55.553Ztest test_ip_addresses ... ignored
28472026-04-01T02:09:55.553Ztest test_kr ... ignored
28482026-04-01T02:09:55.553Ztest test_mac ... ignored
28492026-04-01T02:09:55.553Z
28502026-04-01T02:09:55.553Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28512026-04-01T02:09:55.553Z
28522026-04-01T02:09:55.553Z Running unittests src/main.rs (target/debug/deps/tfportd-600f512148d84888)
28532026-04-01T02:09:55.556Z
28542026-04-01T02:09:55.556Zrunning 3 tests
28552026-04-01T02:09:55.556Ztest linklocal::test_parse_ipadm ... ok
28562026-04-01T02:09:55.556Ztest tfport::test_parse_tfport ... ok
28572026-04-01T02:09:55.556Ztest config::tests::test_updates ... ok
28582026-04-01T02:09:55.556Z
28592026-04-01T02:09:55.556Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28602026-04-01T02:09:55.556Z
28612026-04-01T02:09:55.556Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
28622026-04-01T02:09:55.559Z
28632026-04-01T02:09:55.559Zrunning 0 tests
28642026-04-01T02:09:55.559Z
28652026-04-01T02:09:55.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28662026-04-01T02:09:55.559Z
28672026-04-01T02:09:55.559Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
28682026-04-01T02:09:55.559Z
28692026-04-01T02:09:55.559Zrunning 0 tests
28702026-04-01T02:09:55.559Z
28712026-04-01T02:09:55.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28722026-04-01T02:09:55.559Z
28732026-04-01T02:09:55.559Z Doc-tests aal
28742026-04-01T02:09:55.679Z
28752026-04-01T02:09:55.679Zrunning 0 tests
28762026-04-01T02:09:55.679Z
28772026-04-01T02:09:55.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28782026-04-01T02:09:55.682Z
28792026-04-01T02:09:55.694Z Doc-tests aal_macros
28802026-04-01T02:09:55.760Z
28812026-04-01T02:09:55.760Zrunning 0 tests
28822026-04-01T02:09:55.760Z
28832026-04-01T02:09:55.760Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28842026-04-01T02:09:55.760Z
28852026-04-01T02:09:55.769Z Doc-tests common
28862026-04-01T02:09:55.996Z
28872026-04-01T02:09:55.996Zrunning 0 tests
28882026-04-01T02:09:55.996Z
28892026-04-01T02:09:55.996Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28902026-04-01T02:09:55.996Z
28912026-04-01T02:09:56.017Z Doc-tests dpd_api
28922026-04-01T02:09:57.168Z
28932026-04-01T02:09:57.168Zrunning 2 tests
28942026-04-01T02:09:57.168Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28952026-04-01T02:09:57.168Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28962026-04-01T02:09:57.168Z
28972026-04-01T02:09:57.168Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-04-01T02:09:57.168Z
28992026-04-01T02:09:57.210Z Doc-tests dpd_client
29002026-04-01T02:09:58.503Z
29012026-04-01T02:09:58.503Zrunning 0 tests
29022026-04-01T02:09:58.503Z
29032026-04-01T02:09:58.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-04-01T02:09:58.503Z
29052026-04-01T02:09:58.550Z Doc-tests dpd_types
29062026-04-01T02:09:58.891Z
29072026-04-01T02:09:58.891Zrunning 0 tests
29082026-04-01T02:09:58.891Z
29092026-04-01T02:09:58.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29102026-04-01T02:09:58.891Z
29112026-04-01T02:09:58.920Z Doc-tests packet
29122026-04-01T02:09:59.030Z
29132026-04-01T02:09:59.030Zrunning 0 tests
29142026-04-01T02:09:59.030Z
29152026-04-01T02:09:59.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29162026-04-01T02:09:59.030Z
29172026-04-01T02:09:59.045Z Doc-tests pcap
29182026-04-01T02:09:59.096Z
29192026-04-01T02:09:59.096Zrunning 0 tests
29202026-04-01T02:09:59.096Z
29212026-04-01T02:09:59.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29222026-04-01T02:09:59.096Z
29232026-04-01T02:09:59.142Z+ for feat in tofino_stub tofino_asic softnpu chaos
29242026-04-01T02:09:59.142Z+ RUST_BACKTRACE=full
29252026-04-01T02:09:59.142Z+ cargo test --features softnpu --no-fail-fast
29262026-04-01T02:09:59.771Z Compiling num-integer v0.1.46
29272026-04-01T02:09:59.775Z Compiling num-complex v0.4.6
29282026-04-01T02:09:59.894Z Compiling bitstruct_derive v0.1.0
29292026-04-01T02:09:59.897Z Compiling tap v1.0.1
29302026-04-01T02:10:00.006Z Compiling wyz v0.5.1
29312026-04-01T02:10:00.140Z Compiling num-iter v0.1.45
29322026-04-01T02:10:00.173Z Compiling num-rational v0.4.2
29332026-04-01T02:10:00.194Z Compiling num-bigint v0.4.6
29342026-04-01T02:10:00.262Z Compiling radium v0.7.0
29352026-04-01T02:10:00.277Z Compiling funty v2.0.0
29362026-04-01T02:10:00.321Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29372026-04-01T02:10:00.371Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29382026-04-01T02:10:00.456Z Compiling num v0.4.3
29392026-04-01T02:10:00.537Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29402026-04-01T02:10:00.571Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29412026-04-01T02:10:00.582Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29422026-04-01T02:10:00.680Z Compiling bitvec v1.0.1
29432026-04-01T02:10:00.704Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29442026-04-01T02:10:00.835Z Compiling typeid v1.0.3
29452026-04-01T02:10:00.877Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29462026-04-01T02:10:00.929Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29472026-04-01T02:10:00.976Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29482026-04-01T02:10:00.998Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29492026-04-01T02:10:01.565Z Compiling ascii v1.1.0
29502026-04-01T02:10:01.795Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29512026-04-01T02:10:01.834Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29522026-04-01T02:10:01.849Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29532026-04-01T02:10:01.899Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29542026-04-01T02:10:02.051Z Compiling erased-serde v0.4.8
29552026-04-01T02:10:02.141Z Compiling bitstruct v0.1.1
29562026-04-01T02:10:02.243Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29572026-04-01T02:10:02.319Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29582026-04-01T02:10:02.349Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29592026-04-01T02:10:02.751Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29602026-04-01T02:10:02.918Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29612026-04-01T02:10:02.938Z Compiling serde_arrays v0.1.0
29622026-04-01T02:10:03.023Z Compiling libloading v0.7.4
29632026-04-01T02:10:03.274Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29642026-04-01T02:10:03.732Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29652026-04-01T02:10:03.848Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29662026-04-01T02:10:03.931Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29672026-04-01T02:10:05.059Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29682026-04-01T02:10:05.789Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29692026-04-01T02:10:11.777Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-04-01T02:10:11.995Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29712026-04-01T02:10:11.995Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29722026-04-01T02:10:12.170Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29732026-04-01T02:10:12.473Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29742026-04-01T02:10:12.717Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29752026-04-01T02:10:14.237Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29762026-04-01T02:10:14.471Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29772026-04-01T02:10:15.486Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29782026-04-01T02:10:20.615Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29792026-04-01T02:10:20.615Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29802026-04-01T02:10:21.912Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29812026-04-01T02:10:22.266Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29822026-04-01T02:10:29.131Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29832026-04-01T02:10:31.318Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29842026-04-01T02:10:35.676Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29852026-04-01T02:11:14.604Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
29862026-04-01T02:11:14.719Z Running unittests src/lib.rs (target/debug/deps/aal-3ed53888b505a2c1)
29872026-04-01T02:11:14.722Z
29882026-04-01T02:11:14.722Zrunning 5 tests
29892026-04-01T02:11:14.725Ztest fuse::tests::chip_revision_a0 ... ok
29902026-04-01T02:11:14.725Ztest fuse::tests::chip_revision_b0 ... ok
29912026-04-01T02:11:14.725Ztest fuse::tests::chip_revision_b1 ... ok
29922026-04-01T02:11:14.725Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29932026-04-01T02:11:14.725Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29942026-04-01T02:11:14.725Z
29952026-04-01T02:11:14.725Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29962026-04-01T02:11:14.725Z
29972026-04-01T02:11:14.725Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29982026-04-01T02:11:14.728Z
29992026-04-01T02:11:14.728Zrunning 0 tests
30002026-04-01T02:11:14.728Z
30012026-04-01T02:11:14.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30022026-04-01T02:11:14.729Z
30032026-04-01T02:11:14.729Z Running unittests src/lib.rs (target/debug/deps/asic-97b9187cd5525f99)
30042026-04-01T02:11:14.732Z
30052026-04-01T02:11:14.732Zrunning 0 tests
30062026-04-01T02:11:14.732Z
30072026-04-01T02:11:14.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30082026-04-01T02:11:14.732Z
30092026-04-01T02:11:14.732Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
30102026-04-01T02:11:14.738Z
30112026-04-01T02:11:14.738Zrunning 10 tests
30122026-04-01T02:11:14.741Ztest nat::tests::test_vni ... ok
30132026-04-01T02:11:14.741Ztest network::tests::test_equal ... ok
30142026-04-01T02:11:14.741Ztest network::tests::test_not_equal ... ok
30152026-04-01T02:11:14.741Ztest network::tests::test_eui64 ... ok
30162026-04-01T02:11:14.741Ztest network::tests::test_into ... ok
30172026-04-01T02:11:14.741Ztest network::tests::test_generate_ipv6_link_local ... ok
30182026-04-01T02:11:14.741Ztest network::tests::test_to_string ... ok
30192026-04-01T02:11:14.741Ztest network::tests::test_parse ... ok
30202026-04-01T02:11:14.741Ztest test_purge ... ok
30212026-04-01T02:11:14.744Ztest illumos::test::address_exists_handles_missing_object ... ok
30222026-04-01T02:11:14.744Z
30232026-04-01T02:11:14.744Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30242026-04-01T02:11:14.744Z
30252026-04-01T02:11:14.747Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f15a4264b6911318)
30262026-04-01T02:11:14.750Z
30272026-04-01T02:11:14.750Zrunning 1 test
30282026-04-01T02:11:16.021Ztest test::test_apis_up_to_date ... ok
30292026-04-01T02:11:16.021Z
30302026-04-01T02:11:16.021Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
30312026-04-01T02:11:16.021Z
30322026-04-01T02:11:16.070Z Running unittests src/main.rs (target/debug/deps/dpd-fedf431837ae075d)
30332026-04-01T02:11:16.076Z
30342026-04-01T02:11:16.076Zrunning 44 tests
30352026-04-01T02:11:16.079Ztest freemap::test_ordering ... ok
30362026-04-01T02:11:16.079Ztest freemap::test_split ... ok
30372026-04-01T02:11:16.079Ztest config::tests::test_updates ... ok
30382026-04-01T02:11:16.079Ztest macaddrs::tests::test_mac_offset ... ok
30392026-04-01T02:11:16.079Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30402026-04-01T02:11:16.079Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30412026-04-01T02:11:16.079Ztest macaddrs::tests::test_parse_port_id ... ok
30422026-04-01T02:11:16.079Ztest mcast::tests::test_canonicalize_sources ... ok
30432026-04-01T02:11:16.082ZApr 01 02:11:14.439Apr 01 02:11:14.439Apr 01 02:11:14.439 DEBGDEBG DEBGcreated new freemapcreated new freemap created new freemap, , , unitunit:unit: :freemap_test freemap_testfreemap_test
30442026-04-01T02:11:16.082Z
30452026-04-01T02:11:16.082Z
30462026-04-01T02:11:16.082ZApr 01 02:11:14.439 DEBG created new freemap, unit: freemap_testApr 01 02:11:14.439
30472026-04-01T02:11:16.082ZApr 01 02:11:14.439 DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :Apr 01 02:11:14.439 unit Apr 01 02:11:14.439:DEBG freemap_testfreemap_testinitted freemap. size: 128
30482026-04-01T02:11:16.082Z,
30492026-04-01T02:11:16.082Zunit: freemap_testApr 01 02:11:14.439Apr 01 02:11:14.439
30502026-04-01T02:11:16.082ZDEBG reset freemapDEBG, unitApr 01 02:11:14.439reset freemap , DEBG:unit reset freemapfreemap_test, :
30512026-04-01T02:11:16.082Z freemap_testunit
30522026-04-01T02:11:16.083Z: freemap_test
30532026-04-01T02:11:16.083ZDEBG initted freemap. size: 128, unit: freemap_test
30542026-04-01T02:11:16.083ZApr 01 02:11:14.439 DEBG reset freemap, unit: freemap_test
30552026-04-01T02:11:16.083ZApr 01 02:11:14.439 DEBG created new freemap, unit: freemap_test
30562026-04-01T02:11:16.083ZApr 01 02:11:14.439 DEBG initted freemap. size: 128, unit: freemap_test
30572026-04-01T02:11:16.083ZApr 01 02:11:14.439 DEBG reset freemap, unit: freemap_test
30582026-04-01T02:11:16.083Ztest freemap::test_free ... ok
30592026-04-01T02:11:16.083Ztest freemap::test_reclaim ... ok
30602026-04-01T02:11:16.083Ztest freemap::test_basic ... ok
30612026-04-01T02:11:16.083Ztest freemap::test_exhaustion ... ok
30622026-04-01T02:11:16.083Ztest freemap::test_span ... ok
30632026-04-01T02:11:16.083Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
30642026-04-01T02:11:16.083Ztest mcast::tests::test_create_port_bitmap_empty ... ok
30652026-04-01T02:11:16.083Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
30662026-04-01T02:11:16.083Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
30672026-04-01T02:11:16.083Ztest mcast::tests::test_concurrent_id_allocation ... ok
30682026-04-01T02:11:16.083Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
30692026-04-01T02:11:16.083Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
30702026-04-01T02:11:16.083Ztest mcast::tests::test_sources_contain_any ... ok
30712026-04-01T02:11:16.083Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
30722026-04-01T02:11:16.083Ztest mcast::validate::tests::test_address_validation_integrated ... ok
30732026-04-01T02:11:16.083Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
30742026-04-01T02:11:16.083Ztest mcast::validate::tests::test_ipv4_validation ... ok
30752026-04-01T02:11:16.083Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
30762026-04-01T02:11:16.083Ztest mcast::validate::tests::test_is_ssm_function ... ok
30772026-04-01T02:11:16.083Ztest mcast::validate::tests::test_ipv6_validation ... ok
30782026-04-01T02:11:16.083Ztest mcast::validate::tests::test_validate_nat_target ... ok
30792026-04-01T02:11:16.083Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
30802026-04-01T02:11:16.083Ztest mcast::validate::tests::test_validate_source_addresses ... ok
30812026-04-01T02:11:16.083Ztest mcast::validate::tests::test_validate_tag ... ok
30822026-04-01T02:11:16.083Ztest nat::test_mapping ... ok
30832026-04-01T02:11:16.083Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
30842026-04-01T02:11:16.083Ztest mcast::validate::tests::test_validate_tag_format ... ok
30852026-04-01T02:11:16.083Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
30862026-04-01T02:11:16.083Ztest port_map::tests::test_backplane_group ... ok
30872026-04-01T02:11:16.083Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
30882026-04-01T02:11:16.083Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
30892026-04-01T02:11:16.083Ztest port_map::tests::test_port_map ... ok
30902026-04-01T02:11:16.083Ztest port_map::tests::dump_map ... ok
30912026-04-01T02:11:16.084Ztest mcast::tests::test_id_range_boundaries ... ok
30922026-04-01T02:11:16.087Ztest api_server::tests::test_build_info ... ok
30932026-04-01T02:11:16.087Ztest port_map::tests::parse_softnpu_revision ... ok
30942026-04-01T02:11:16.087Z
30952026-04-01T02:11:16.087Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30962026-04-01T02:11:16.087Z
30972026-04-01T02:11:16.087Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-78969b4b9f2706ae)
30982026-04-01T02:11:16.090Z
30992026-04-01T02:11:16.090Zrunning 0 tests
31002026-04-01T02:11:16.090Z
31012026-04-01T02:11:16.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31022026-04-01T02:11:16.090Z
31032026-04-01T02:11:16.090Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5793a41a96442897)
31042026-04-01T02:11:16.090Z
31052026-04-01T02:11:16.090Zrunning 0 tests
31062026-04-01T02:11:16.090Z
31072026-04-01T02:11:16.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31082026-04-01T02:11:16.090Z
31092026-04-01T02:11:16.090Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c50f73754133845a)
31102026-04-01T02:11:16.093Z
31112026-04-01T02:11:16.093Zrunning 6 tests
31122026-04-01T02:11:16.093Ztest tests::test_parse_client_port_id ... ok
31132026-04-01T02:11:16.093Ztest tests::test_port_id_cmp ... ok
31142026-04-01T02:11:16.093Ztest tests::test_full_lot_id_neither_present ... ok
31152026-04-01T02:11:16.093Ztest tests::test_full_lot_id_lot_only ... ok
31162026-04-01T02:11:16.093Ztest tests::test_full_lot_id_lotnum_only ... ok
31172026-04-01T02:11:16.093Ztest tests::test_full_lot_id_both_present ... ok
31182026-04-01T02:11:16.093Z
31192026-04-01T02:11:16.093Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-04-01T02:11:16.093Z
31212026-04-01T02:11:16.093Z Running tests/test_all.rs (target/debug/deps/test_all-8d1249b536a6ccce)
31222026-04-01T02:11:16.097Z
31232026-04-01T02:11:16.097Zrunning 0 tests
31242026-04-01T02:11:16.097Z
31252026-04-01T02:11:16.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-04-01T02:11:16.097Z
31272026-04-01T02:11:16.097Z Running unittests src/lib.rs (target/debug/deps/dpd_types-4dbe38fb6218b8c0)
31282026-04-01T02:11:16.097Z
31292026-04-01T02:11:16.097Zrunning 0 tests
31302026-04-01T02:11:16.097Z
31312026-04-01T02:11:16.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31322026-04-01T02:11:16.097Z
31332026-04-01T02:11:16.097Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
31342026-04-01T02:11:16.102Z
31352026-04-01T02:11:16.102Zrunning 12 tests
31362026-04-01T02:11:16.105Ztest icmp::test_v6_checksum ... ok
31372026-04-01T02:11:16.105Ztest icmp::test_v4_checksum ... ok
31382026-04-01T02:11:16.105Ztest lldp::test_lldp_parse ... ok
31392026-04-01T02:11:16.105Ztest ipv6::test_ipv6_parse ... ok
31402026-04-01T02:11:16.105Ztest pbuf::test_byte ... ok
31412026-04-01T02:11:16.105Ztest pbuf::test_nibble ... ok
31422026-04-01T02:11:16.105Ztest pbuf::test_short ... ok
31432026-04-01T02:11:16.105Ztest pbuf::test_twelve ... ok
31442026-04-01T02:11:16.105Ztest pbuf::test_word ... ok
31452026-04-01T02:11:16.105Ztest pbuf::test_overflow ... ok
31462026-04-01T02:11:16.105Ztest tcp::test_checksum_syn_nodata ... ok
31472026-04-01T02:11:16.105Ztest tcp::test_checksum_ack_data ... ok
31482026-04-01T02:11:16.105Z
31492026-04-01T02:11:16.105Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31502026-04-01T02:11:16.105Z
31512026-04-01T02:11:16.105Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
31522026-04-01T02:11:16.108Z
31532026-04-01T02:11:16.108Zrunning 0 tests
31542026-04-01T02:11:16.108Z
31552026-04-01T02:11:16.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31562026-04-01T02:11:16.108Z
31572026-04-01T02:11:16.111Z Running unittests src/main.rs (target/debug/deps/swadm-d8035779cb234895)
31582026-04-01T02:11:16.119Z
31592026-04-01T02:11:16.119Zrunning 5 tests
31602026-04-01T02:11:16.122Ztest switchport::test::test_compute_lanes ... ok
31612026-04-01T02:11:16.125Ztest switchport::test::port_id_ordering ... ok
31622026-04-01T02:11:16.125Ztest link::test_filter ... ok
31632026-04-01T02:11:16.125Z Lane 0 Lane 1 Lane 2 Lane 3
31642026-04-01T02:11:16.125Z Rx Loss-of-lock: Yes Yes Yes Yes
31652026-04-01T02:11:16.125Z Rx Loss-of-signal: Yes Yes Yes Yes
31662026-04-01T02:11:16.125Z Rx CDR Enabled: Yes Yes Yes Yes
31672026-04-01T02:11:16.125Z Tx Enabled: Yes Yes Yes Yes
31682026-04-01T02:11:16.125Z Lane 0 Tx Loss-of-lock: No No No Lane 1No
31692026-04-01T02:11:16.125Z Tx Loss-of-signal: NoLane 2 No Lane 3No
31702026-04-01T02:11:16.125ZNo
31712026-04-01T02:11:16.125Z State: Activated Tx CDR Enabled: No ActivatedNo Activated NoActivated
31722026-04-01T02:11:16.125ZNo Rx Output Enabled: false
31732026-04-01T02:11:16.126Z Tx Adaptive EQ Fault: Nofalse Nofalse false
31742026-04-01T02:11:16.126ZNo No Rx Output Status: valid
31752026-04-01T02:11:16.126Z valid Tx Fault: Yes Yes validYes validYes
31762026-04-01T02:11:16.126Z
31772026-04-01T02:11:16.126Z Rx Loss-of-lock: true true true true
31782026-04-01T02:11:16.126Z Rx Loss-of-signal: false false false false
31792026-04-01T02:11:16.126ZRx Auto-squelch Disable: true true true true
31802026-04-01T02:11:16.126Z Tx Output Enabled: true true true true
31812026-04-01T02:11:16.126Z Tx Output Status: invalid invalid invalid invalid
31822026-04-01T02:11:16.126Z Tx Loss-of-lock: false false false false
31832026-04-01T02:11:16.126Z Tx Loss-of-signal: true true true true
31842026-04-01T02:11:16.126ZTx Auto-squelch Disable: false false false false
31852026-04-01T02:11:16.126Z Tx Adaptive EQ Fail: true true true true
31862026-04-01T02:11:16.126Z Tx Failure: false false false false
31872026-04-01T02:11:16.126Z Tx Force Squelch: true true true true
31882026-04-01T02:11:16.126Z Tx Input Polarity: normal normal normal normal
31892026-04-01T02:11:16.126Ztest switchport::test::test_print_cmis_datapath ... ok
31902026-04-01T02:11:16.126Ztest switchport::test::test_print_sff_datapath ... ok
31912026-04-01T02:11:16.126Z
31922026-04-01T02:11:16.126Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31932026-04-01T02:11:16.126Z
31942026-04-01T02:11:16.129Z Running tests/counters.rs (target/debug/deps/counters-dfc008ae98d231c9)
31952026-04-01T02:11:16.132Z
31962026-04-01T02:11:16.132Zrunning 1 test
31972026-04-01T02:11:16.135Ztest test_p4_counter_list ... ignored
31982026-04-01T02:11:16.135Z
31992026-04-01T02:11:16.135Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-04-01T02:11:16.135Z
32012026-04-01T02:11:16.135Z Running tests/port-link.rs (target/debug/deps/port_link-fa018ac19dad356c)
32022026-04-01T02:11:16.138Z
32032026-04-01T02:11:16.138Zrunning 5 tests
32042026-04-01T02:11:16.141Ztest test_an ... ignored
32052026-04-01T02:11:16.141Ztest test_enable ... ignored
32062026-04-01T02:11:16.141Ztest test_ip_addresses ... ignored
32072026-04-01T02:11:16.141Ztest test_kr ... ignored
32082026-04-01T02:11:16.141Ztest test_mac ... ignored
32092026-04-01T02:11:16.141Z
32102026-04-01T02:11:16.141Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32112026-04-01T02:11:16.141Z
32122026-04-01T02:11:16.141Z Running unittests src/main.rs (target/debug/deps/tfportd-06eb1bfa3680b590)
32132026-04-01T02:11:16.145Z
32142026-04-01T02:11:16.145Zrunning 3 tests
32152026-04-01T02:11:16.145Ztest linklocal::test_parse_ipadm ... ok
32162026-04-01T02:11:16.145Ztest tfport::test_parse_tfport ... ok
32172026-04-01T02:11:16.145Ztest config::tests::test_updates ... ok
32182026-04-01T02:11:16.145Z
32192026-04-01T02:11:16.145Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-04-01T02:11:16.145Z
32212026-04-01T02:11:16.147Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
32222026-04-01T02:11:16.150Z
32232026-04-01T02:11:16.150Zrunning 0 tests
32242026-04-01T02:11:16.150Z
32252026-04-01T02:11:16.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-04-01T02:11:16.150Z
32272026-04-01T02:11:16.153Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
32282026-04-01T02:11:16.156Z
32292026-04-01T02:11:16.156Zrunning 0 tests
32302026-04-01T02:11:16.156Z
32312026-04-01T02:11:16.156Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32322026-04-01T02:11:16.156Z
32332026-04-01T02:11:16.156Z Doc-tests aal
32342026-04-01T02:11:16.286Z
32352026-04-01T02:11:16.286Zrunning 0 tests
32362026-04-01T02:11:16.286Z
32372026-04-01T02:11:16.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-04-01T02:11:16.289Z
32392026-04-01T02:11:16.305Z Doc-tests aal_macros
32402026-04-01T02:11:16.378Z
32412026-04-01T02:11:16.378Zrunning 0 tests
32422026-04-01T02:11:16.378Z
32432026-04-01T02:11:16.379Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32442026-04-01T02:11:16.379Z
32452026-04-01T02:11:16.392Z Doc-tests common
32462026-04-01T02:11:16.631Z
32472026-04-01T02:11:16.631Zrunning 0 tests
32482026-04-01T02:11:16.631Z
32492026-04-01T02:11:16.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-04-01T02:11:16.631Z
32512026-04-01T02:11:16.654Z Doc-tests dpd_api
32522026-04-01T02:11:17.810Z
32532026-04-01T02:11:17.810Zrunning 2 tests
32542026-04-01T02:11:17.811Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
32552026-04-01T02:11:17.811Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
32562026-04-01T02:11:17.811Z
32572026-04-01T02:11:17.811Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32582026-04-01T02:11:17.811Z
32592026-04-01T02:11:17.854Z Doc-tests dpd_client
32602026-04-01T02:11:19.106Z
32612026-04-01T02:11:19.106Zrunning 0 tests
32622026-04-01T02:11:19.106Z
32632026-04-01T02:11:19.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-04-01T02:11:19.106Z
32652026-04-01T02:11:19.153Z Doc-tests dpd_types
32662026-04-01T02:11:19.491Z
32672026-04-01T02:11:19.491Zrunning 0 tests
32682026-04-01T02:11:19.491Z
32692026-04-01T02:11:19.491Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-04-01T02:11:19.491Z
32712026-04-01T02:11:19.523Z Doc-tests packet
32722026-04-01T02:11:19.635Z
32732026-04-01T02:11:19.635Zrunning 0 tests
32742026-04-01T02:11:19.635Z
32752026-04-01T02:11:19.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-04-01T02:11:19.635Z
32772026-04-01T02:11:19.653Z Doc-tests pcap
32782026-04-01T02:11:19.707Z
32792026-04-01T02:11:19.707Zrunning 0 tests
32802026-04-01T02:11:19.707Z
32812026-04-01T02:11:19.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-04-01T02:11:19.707Z
32832026-04-01T02:11:19.759Z+ for feat in tofino_stub tofino_asic softnpu chaos
32842026-04-01T02:11:19.759Z+ RUST_BACKTRACE=full
32852026-04-01T02:11:19.759Z+ cargo test --features chaos --no-fail-fast
32862026-04-01T02:11:20.336Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32872026-04-01T02:11:20.410Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32882026-04-01T02:11:20.418Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32892026-04-01T02:11:28.591Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32902026-04-01T02:11:28.812Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32912026-04-01T02:12:02.635Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.85s
32922026-04-01T02:12:02.749Z Running unittests src/lib.rs (target/debug/deps/aal-7f7282a08dd2b93d)
32932026-04-01T02:12:02.756Z
32942026-04-01T02:12:02.756Zrunning 5 tests
32952026-04-01T02:12:02.759Ztest fuse::tests::chip_revision_a0 ... ok
32962026-04-01T02:12:02.759Ztest fuse::tests::chip_revision_b0 ... ok
32972026-04-01T02:12:02.759Ztest fuse::tests::chip_revision_b1 ... ok
32982026-04-01T02:12:02.759Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32992026-04-01T02:12:02.759Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33002026-04-01T02:12:02.759Z
33012026-04-01T02:12:02.759Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-04-01T02:12:02.759Z
33032026-04-01T02:12:02.759Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33042026-04-01T02:12:02.762Z
33052026-04-01T02:12:02.762Zrunning 0 tests
33062026-04-01T02:12:02.763Z
33072026-04-01T02:12:02.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-04-01T02:12:02.766Z
33092026-04-01T02:12:02.766Z Running unittests src/lib.rs (target/debug/deps/asic-78fa8cae4944cf91)
33102026-04-01T02:12:02.769Z
33112026-04-01T02:12:02.769Zrunning 0 tests
33122026-04-01T02:12:02.769Z
33132026-04-01T02:12:02.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-04-01T02:12:02.772Z
33152026-04-01T02:12:02.772Z Running unittests src/lib.rs (target/debug/deps/common-1646855101939c8e)
33162026-04-01T02:12:02.775Z
33172026-04-01T02:12:02.775Zrunning 10 tests
33182026-04-01T02:12:02.778Ztest nat::tests::test_vni ... ok
33192026-04-01T02:12:02.778Ztest network::tests::test_equal ... ok
33202026-04-01T02:12:02.778Ztest network::tests::test_eui64 ... ok
33212026-04-01T02:12:02.778Ztest network::tests::test_generate_ipv6_link_local ... ok
33222026-04-01T02:12:02.778Ztest network::tests::test_into ... ok
33232026-04-01T02:12:02.778Ztest network::tests::test_not_equal ... ok
33242026-04-01T02:12:02.781Ztest network::tests::test_to_string ... ok
33252026-04-01T02:12:02.781Ztest network::tests::test_parse ... ok
33262026-04-01T02:12:02.781Ztest test_purge ... ok
33272026-04-01T02:12:02.784Ztest illumos::test::address_exists_handles_missing_object ... ok
33282026-04-01T02:12:02.784Z
33292026-04-01T02:12:02.784Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33302026-04-01T02:12:02.784Z
33312026-04-01T02:12:02.787Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f19d6adc8bec1336)
33322026-04-01T02:12:02.808Z
33332026-04-01T02:12:02.808Zrunning 1 test
33342026-04-01T02:12:04.167Ztest test::test_apis_up_to_date ... ok
33352026-04-01T02:12:04.167Z
33362026-04-01T02:12:04.167Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
33372026-04-01T02:12:04.167Z
33382026-04-01T02:12:04.219Z Running unittests src/main.rs (target/debug/deps/dpd-42727efc6de07eb1)
33392026-04-01T02:12:04.225Z
33402026-04-01T02:12:04.225Zrunning 44 tests
33412026-04-01T02:12:04.228Ztest freemap::test_ordering ... ok
33422026-04-01T02:12:04.228Ztest freemap::test_split ... ok
33432026-04-01T02:12:04.228Ztest config::tests::test_updates ... ok
33442026-04-01T02:12:04.228Ztest macaddrs::tests::test_mac_offset ... ok
33452026-04-01T02:12:04.228Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33462026-04-01T02:12:04.228Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33472026-04-01T02:12:04.228Ztest macaddrs::tests::test_parse_port_id ... ok
33482026-04-01T02:12:04.228Ztest mcast::tests::test_canonicalize_sources ... ok
33492026-04-01T02:12:04.231ZApr 01 02:12:02.588 DEBG created new freemapApr 01 02:12:02.588 DEBG created new freemapApr 01 02:12:02.588, unitDEBG: created new freemap, , unitunit:: freemap_testfreemap_testfreemap_test
33502026-04-01T02:12:04.231Z
33512026-04-01T02:12:04.231Z
33522026-04-01T02:12:04.231ZApr 01 02:12:02.588Apr 01 02:12:02.588 DEBGDEBGApr 01 02:12:02.588 initted freemap. size: 128 DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, , :unitunit ::freemap_test
33532026-04-01T02:12:04.231Z freemap_testfreemap_test
33542026-04-01T02:12:04.231Z
33552026-04-01T02:12:04.231ZApr 01 02:12:02.588 Apr 01 02:12:02.588Apr 01 02:12:02.588 DEBGDEBGDEBG reset freemap , reset freemapunitreset freemap, :unit :freemap_test
33562026-04-01T02:12:04.231Zfreemap_testApr 01 02:12:02.588, unit
33572026-04-01T02:12:04.231Z: freemap_testDEBG
33582026-04-01T02:12:04.231Z created new freemap, unit: freemap_test
33592026-04-01T02:12:04.231ZApr 01 02:12:02.588 DEBG initted freemap. size: 128, unit: freemap_test
33602026-04-01T02:12:04.231ZApr 01 02:12:02.588 DEBG reset freemap, unit: freemap_test
33612026-04-01T02:12:04.231ZApr 01 02:12:02.588 DEBG created new freemap, unit: freemap_test
33622026-04-01T02:12:04.232ZApr 01 02:12:02.588 DEBG initted freemap. size: 128, unit: freemap_test
33632026-04-01T02:12:04.232ZApr 01 02:12:02.588 DEBG reset freemap, unit: freemap_test
33642026-04-01T02:12:04.232Ztest mcast::tests::test_concurrent_id_allocation ... ok
33652026-04-01T02:12:04.232Ztest freemap::test_reclaim ... ok
33662026-04-01T02:12:04.232Ztest freemap::test_free ... ok
33672026-04-01T02:12:04.232Ztest freemap::test_basic ... ok
33682026-04-01T02:12:04.232Ztest freemap::test_exhaustion ... ok
33692026-04-01T02:12:04.232Ztest freemap::test_span ... ok
33702026-04-01T02:12:04.232Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
33712026-04-01T02:12:04.232Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
33722026-04-01T02:12:04.232Ztest mcast::tests::test_create_port_bitmap_empty ... ok
33732026-04-01T02:12:04.232Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
33742026-04-01T02:12:04.232Ztest mcast::tests::test_sources_contain_any ... ok
33752026-04-01T02:12:04.232Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
33762026-04-01T02:12:04.232Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
33772026-04-01T02:12:04.232Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
33782026-04-01T02:12:04.232Ztest mcast::validate::tests::test_address_validation_integrated ... ok
33792026-04-01T02:12:04.232Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
33802026-04-01T02:12:04.232Ztest mcast::validate::tests::test_ipv4_validation ... ok
33812026-04-01T02:12:04.232Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
33822026-04-01T02:12:04.232Ztest mcast::validate::tests::test_ipv6_validation ... ok
33832026-04-01T02:12:04.232Ztest mcast::validate::tests::test_is_ssm_function ... ok
33842026-04-01T02:12:04.232Ztest mcast::validate::tests::test_validate_nat_target ... ok
33852026-04-01T02:12:04.232Ztest mcast::validate::tests::test_validate_source_addresses ... ok
33862026-04-01T02:12:04.232Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
33872026-04-01T02:12:04.232Ztest mcast::validate::tests::test_validate_tag ... ok
33882026-04-01T02:12:04.232Ztest nat::test_mapping ... ok
33892026-04-01T02:12:04.232Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
33902026-04-01T02:12:04.232Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
33912026-04-01T02:12:04.232Ztest mcast::validate::tests::test_validate_tag_format ... ok
33922026-04-01T02:12:04.232Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
33932026-04-01T02:12:04.232Ztest port_map::tests::test_backplane_group ... ok
33942026-04-01T02:12:04.232Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
33952026-04-01T02:12:04.232Ztest port_map::tests::dump_map ... ok
33962026-04-01T02:12:04.232Ztest port_map::tests::test_port_map ... ok
33972026-04-01T02:12:04.232Ztest api_server::tests::test_build_info ... ok
33982026-04-01T02:12:04.232Ztest mcast::tests::test_id_range_boundaries ... ok
33992026-04-01T02:12:04.232Ztest port_map::tests::parse_softnpu_revision ... ok
34002026-04-01T02:12:04.232Z
34012026-04-01T02:12:04.233Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34022026-04-01T02:12:04.233Z
34032026-04-01T02:12:04.236Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-76b51be6bc113a87)
34042026-04-01T02:12:04.239Z
34052026-04-01T02:12:04.239Zrunning 0 tests
34062026-04-01T02:12:04.239Z
34072026-04-01T02:12:04.239Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34082026-04-01T02:12:04.239Z
34092026-04-01T02:12:04.239Z Running unittests src/lib.rs (target/debug/deps/dpd_api-f3eedff91cf40d03)
34102026-04-01T02:12:04.242Z
34112026-04-01T02:12:04.242Zrunning 0 tests
34122026-04-01T02:12:04.242Z
34132026-04-01T02:12:04.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34142026-04-01T02:12:04.246Z
34152026-04-01T02:12:04.246Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b850408151c47559)
34162026-04-01T02:12:04.251Z
34172026-04-01T02:12:04.251Zrunning 6 tests
34182026-04-01T02:12:04.255Ztest tests::test_full_lot_id_lotnum_only ... ok
34192026-04-01T02:12:04.255Ztest tests::test_full_lot_id_lot_only ... ok
34202026-04-01T02:12:04.255Ztest tests::test_full_lot_id_both_present ... ok
34212026-04-01T02:12:04.258Ztest tests::test_full_lot_id_neither_present ... ok
34222026-04-01T02:12:04.258Ztest tests::test_port_id_cmp ... ok
34232026-04-01T02:12:04.258Ztest tests::test_parse_client_port_id ... ok
34242026-04-01T02:12:04.258Z
34252026-04-01T02:12:04.258Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34262026-04-01T02:12:04.258Z
34272026-04-01T02:12:04.258Z Running tests/test_all.rs (target/debug/deps/test_all-b2d3f109be6237b3)
34282026-04-01T02:12:04.261Z
34292026-04-01T02:12:04.261Zrunning 6 tests
34302026-04-01T02:12:07.270Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34312026-04-01T02:12:07.273Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34322026-04-01T02:12:07.273Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34332026-04-01T02:12:07.279Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34342026-04-01T02:12:07.605Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34352026-04-01T02:12:12.461Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... FAILED
34362026-04-01T02:12:12.461Z
34372026-04-01T02:12:12.461Zfailures:
34382026-04-01T02:12:12.461Z
34392026-04-01T02:12:12.461Z---- chaos_tests::port_settings::test_port_settings_txn_sweep stdout ----
34402026-04-01T02:12:12.461Zwriting dpd stdout to /tmp/txn-sweep-dpd.stdout
34412026-04-01T02:12:12.461Zwriting dpd stderr to /tmp/txn-sweep-dpd.stderr
34422026-04-01T02:12:12.461ZApr 01 02:12:05.625 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
34432026-04-01T02:12:12.461ZApr 01 02:12:05.628 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b2c5b68-4ef8-4b24-bd30-fac448ddf1cd", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
34442026-04-01T02:12:12.461Zcurrent/target: Diff < left / right > :
34452026-04-01T02:12:12.461Z PortSettings {
34462026-04-01T02:12:12.461Z< links: {},
34472026-04-01T02:12:12.461Z> links: {
34482026-04-01T02:12:12.461Z> "0": LinkSettings {
34492026-04-01T02:12:12.461Z> addrs: [
34502026-04-01T02:12:12.461Z> 106.85.90.188,
34512026-04-01T02:12:12.461Z> 111.183.197.95,
34522026-04-01T02:12:12.461Z> 129.107.34.188,
34532026-04-01T02:12:12.461Z> 246.251.12.132,
34542026-04-01T02:12:12.461Z> 2a14:8feb:95ec:7169:ba1b:c753:50f2:1d90,
34552026-04-01T02:12:12.461Z> 6a52:e0ec:62b:27ea:307f:14f2:de64:a9fb,
34562026-04-01T02:12:12.461Z> 8449:d4c5:933e:2c3e:bcb2:9440:9e67:fa96,
34572026-04-01T02:12:12.461Z> 9114:21c2:9695:c71a:c04:66ca:6b3e:1474,
34582026-04-01T02:12:12.461Z> 916d:7944:1aaa:71ac:8dae:8f00:a1f:5b64,
34592026-04-01T02:12:12.461Z> e08e:f34e:1b63:9b93:fe9d:fead:af72:7879,
34602026-04-01T02:12:12.462Z> ],
34612026-04-01T02:12:12.462Z> params: LinkCreate {
34622026-04-01T02:12:12.462Z> autoneg: true,
34632026-04-01T02:12:12.462Z> fec: Some(
34642026-04-01T02:12:12.462Z> None,
34652026-04-01T02:12:12.462Z> ),
34662026-04-01T02:12:12.462Z> kr: false,
34672026-04-01T02:12:12.462Z> lane: Some(
34682026-04-01T02:12:12.462Z> LinkId(
34692026-04-01T02:12:12.462Z> 0,
34702026-04-01T02:12:12.462Z> ),
34712026-04-01T02:12:12.462Z> ),
34722026-04-01T02:12:12.462Z> speed: Speed100G,
34732026-04-01T02:12:12.462Z> tx_eq: None,
34742026-04-01T02:12:12.462Z> },
34752026-04-01T02:12:12.462Z> },
34762026-04-01T02:12:12.462Z> },
34772026-04-01T02:12:12.462Z }
34782026-04-01T02:12:12.462ZApr 01 02:12:05.629 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
34792026-04-01T02:12:12.462ZApr 01 02:12:05.630 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "0ad2f302-e459-4ccf-aa22-483c16e837b1", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
34802026-04-01T02:12:12.467ZApr 01 02:12:05.630 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
34812026-04-01T02:12:12.467Zoperation failed, settings remained as expectedApr 01 02:12:05.631 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "18a619a1-c3b9-448a-90a6-d358a4cf06a0", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
34822026-04-01T02:12:12.467ZApr 01 02:12:05.631 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
34832026-04-01T02:12:12.467Zcurrent/target: Diff < left / right > :
34842026-04-01T02:12:12.467Z PortSettings {
34852026-04-01T02:12:12.467Z< links: {},
34862026-04-01T02:12:12.467Z> links: {
34872026-04-01T02:12:12.467Z> "0": LinkSettings {
34882026-04-01T02:12:12.467Z> addrs: [
34892026-04-01T02:12:12.467Z> 6.47.65.211,
34902026-04-01T02:12:12.467Z> 60.65.111.129,
34912026-04-01T02:12:12.467Z> 102.175.218.213,
34922026-04-01T02:12:12.467Z> 110.145.92.255,
34932026-04-01T02:12:12.467Z> ],
34942026-04-01T02:12:12.467Z> params: LinkCreate {
34952026-04-01T02:12:12.467Z> autoneg: true,
34962026-04-01T02:12:12.467Z> fec: Some(
34972026-04-01T02:12:12.467Z> None,
34982026-04-01T02:12:12.467Z> ),
34992026-04-01T02:12:12.467Z> kr: true,
35002026-04-01T02:12:12.467Z> lane: Some(
35012026-04-01T02:12:12.467Z> LinkId(
35022026-04-01T02:12:12.467Z> 0,
35032026-04-01T02:12:12.467Z> ),
35042026-04-01T02:12:12.467Z> ),
35052026-04-01T02:12:12.467Z> speed: Speed100G,
35062026-04-01T02:12:12.467Z> tx_eq: None,
35072026-04-01T02:12:12.467Z> },
35082026-04-01T02:12:12.467Z> },
35092026-04-01T02:12:12.467Z> },
35102026-04-01T02:12:12.467Z }
35112026-04-01T02:12:12.467ZApr 01 02:12:05.631 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d5478e40-4a68-465e-9575-5719480b0bc7", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35122026-04-01T02:12:12.467ZApr 01 02:12:05.631 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
35132026-04-01T02:12:12.467ZApr 01 02:12:05.632 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6231ba8f-8169-4a25-976e-0fdd2037e311", "content-length": "183", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35142026-04-01T02:12:12.467ZApr 01 02:12:05.632 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
35152026-04-01T02:12:12.467Zoperation succeeded, settings changed as expectedApr 01 02:12:05.633 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2020ee78-86d0-4c0b-8abf-62156c5d1a50", "content-length": "183", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35162026-04-01T02:12:12.467ZApr 01 02:12:05.633 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
35172026-04-01T02:12:12.467Zcurrent/target: Diff < left / right > :
35182026-04-01T02:12:12.468Z PortSettings {
35192026-04-01T02:12:12.468Z< links: {
35202026-04-01T02:12:12.468Z< "0": LinkSettings {
35212026-04-01T02:12:12.468Z< addrs: [
35222026-04-01T02:12:12.468Z< 6.47.65.211,
35232026-04-01T02:12:12.468Z< 60.65.111.129,
35242026-04-01T02:12:12.468Z< 102.175.218.213,
35252026-04-01T02:12:12.468Z< 110.145.92.255,
35262026-04-01T02:12:12.468Z< ],
35272026-04-01T02:12:12.468Z< params: LinkCreate {
35282026-04-01T02:12:12.468Z< autoneg: true,
35292026-04-01T02:12:12.468Z< fec: Some(
35302026-04-01T02:12:12.468Z< None,
35312026-04-01T02:12:12.468Z< ),
35322026-04-01T02:12:12.468Z< kr: true,
35332026-04-01T02:12:12.468Z< lane: Some(
35342026-04-01T02:12:12.468Z< LinkId(
35352026-04-01T02:12:12.468Z< 0,
35362026-04-01T02:12:12.468Z< ),
35372026-04-01T02:12:12.468Z< ),
35382026-04-01T02:12:12.468Z< speed: Speed100G,
35392026-04-01T02:12:12.468Z< tx_eq: None,
35402026-04-01T02:12:12.468Z< },
35412026-04-01T02:12:12.468Z< },
35422026-04-01T02:12:12.468Z< },
35432026-04-01T02:12:12.468Z> links: {},
35442026-04-01T02:12:12.468Z }
35452026-04-01T02:12:12.468ZApr 01 02:12:05.633 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3521483e-f6d8-4f32-8644-86011b22ec1b", "content-length": "183", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35462026-04-01T02:12:12.468ZApr 01 02:12:05.633 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
35472026-04-01T02:12:12.468ZApr 01 02:12:05.634 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ebeb2c8f-2521-4432-9bc5-9674aebf3da2", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35482026-04-01T02:12:12.468ZApr 01 02:12:05.634 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
35492026-04-01T02:12:12.468Zoperation succeeded, settings changed as expectedApr 01 02:12:05.634 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "26dec5e8-df22-4175-8035-de9300af7f8d", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35502026-04-01T02:12:12.468ZApr 01 02:12:05.634 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
35512026-04-01T02:12:12.468ZApr 01 02:12:05.635 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e0c3ee7b-75dd-4154-acc9-aa1f0ac2e47b", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35522026-04-01T02:12:12.468Zcurrent/target: Diff < left / right > :
35532026-04-01T02:12:12.468Z PortSettings {
35542026-04-01T02:12:12.468Z< links: {},
35552026-04-01T02:12:12.468Z> links: {
35562026-04-01T02:12:12.468Z> "0": LinkSettings {
35572026-04-01T02:12:12.469Z> addrs: [
35582026-04-01T02:12:12.469Z> 30.128.231.235,
35592026-04-01T02:12:12.469Z> 97.47.196.23,
35602026-04-01T02:12:12.469Z> 107.5.168.1,
35612026-04-01T02:12:12.469Z> 115.61.159.243,
35622026-04-01T02:12:12.469Z> 134.2.213.213,
35632026-04-01T02:12:12.469Z> 136.7.24.213,
35642026-04-01T02:12:12.469Z> 137.214.216.137,
35652026-04-01T02:12:12.469Z> 165.180.203.17,
35662026-04-01T02:12:12.469Z> 206.169.222.168,
35672026-04-01T02:12:12.469Z> 2463:652c:bf6f:91b8:147f:2662:41c0:7c4,
35682026-04-01T02:12:12.469Z> 859e:ec94:6d42:bbdf:1881:d5ad:d208:cd25,
35692026-04-01T02:12:12.469Z> ],
35702026-04-01T02:12:12.469Z> params: LinkCreate {
35712026-04-01T02:12:12.469Z> autoneg: false,
35722026-04-01T02:12:12.469Z> fec: Some(
35732026-04-01T02:12:12.469Z> None,
35742026-04-01T02:12:12.469Z> ),
35752026-04-01T02:12:12.469Z> kr: false,
35762026-04-01T02:12:12.469Z> lane: Some(
35772026-04-01T02:12:12.469Z> LinkId(
35782026-04-01T02:12:12.469Z> 0,
35792026-04-01T02:12:12.469Z> ),
35802026-04-01T02:12:12.473Z> ),
35812026-04-01T02:12:12.473Z> speed: Speed100G,
35822026-04-01T02:12:12.473Z> tx_eq: None,
35832026-04-01T02:12:12.473Z> },
35842026-04-01T02:12:12.473Z> },
35852026-04-01T02:12:12.473Z> },
35862026-04-01T02:12:12.473Z }
35872026-04-01T02:12:12.473ZApr 01 02:12:05.635 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
35882026-04-01T02:12:12.473ZApr 01 02:12:05.636 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "3400e09a-87da-49cb-99b8-df8b13151998", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35892026-04-01T02:12:12.473ZApr 01 02:12:05.636 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
35902026-04-01T02:12:12.473ZApr 01 02:12:05.636 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ddee8275-f9f3-4b48-849f-d2525fd19917", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
35912026-04-01T02:12:12.473Zcurrent/target: Diff < left / right > :
35922026-04-01T02:12:12.473Z PortSettings {
35932026-04-01T02:12:12.473Z< links: {},
35942026-04-01T02:12:12.473Z> links: {
35952026-04-01T02:12:12.473Z> "0": LinkSettings {
35962026-04-01T02:12:12.473Z> addrs: [
35972026-04-01T02:12:12.473Z> 156.19.133.95,
35982026-04-01T02:12:12.473Z> 203.21.11.65,
35992026-04-01T02:12:12.473Z> 244.106.8.36,
36002026-04-01T02:12:12.473Z> e5c:9434:250d:eded:4569:168:fcf2:8834,
36012026-04-01T02:12:12.473Z> 289c:8869:c2f3:1976:9993:5f25:5eb9:c16,
36022026-04-01T02:12:12.473Z> 38dc:daa9:b94a:299f:7ecf:d51d:e99d:9c42,
36032026-04-01T02:12:12.473Z> 3b55:885b:8307:1c4b:9ff3:e19c:f892:be27,
36042026-04-01T02:12:12.473Z> 41ea:6daa:7eaf:aa87:5bdc:ee8d:71f:474d,
36052026-04-01T02:12:12.473Z> 6685:e0e1:e9a:b352:50d5:c973:e811:eb14,
36062026-04-01T02:12:12.473Z> 81e8:54c3:564d:7870:cde9:6a7d:254b:18d0,
36072026-04-01T02:12:12.473Z> 86b9:bab5:e1ce:3d2e:6032:9c3c:af37:6f6f,
36082026-04-01T02:12:12.473Z> b023:cb4d:9426:a215:d6fd:cf72:1e21:a78e,
36092026-04-01T02:12:12.473Z> b194:5f4b:885d:3782:cba:4a71:252a:7602,
36102026-04-01T02:12:12.473Z> b46f:8020:37f7:170d:383c:c30:fd7c:dd4f,
36112026-04-01T02:12:12.474Z> c565:f2e3:3ef1:cde:9f67:a92e:90:f1a0,
36122026-04-01T02:12:12.474Z> d1b5:4bd6:fb06:1e13:587a:5745:a2a8:2029,
36132026-04-01T02:12:12.474Z> ec32:66cd:59f9:e844:bbbd:4a99:4668:4d6a,
36142026-04-01T02:12:12.474Z> ],
36152026-04-01T02:12:12.474Z> params: LinkCreate {
36162026-04-01T02:12:12.474Z> autoneg: false,
36172026-04-01T02:12:12.474Z> fec: Some(
36182026-04-01T02:12:12.474Z> None,
36192026-04-01T02:12:12.474Z> ),
36202026-04-01T02:12:12.474Z> kr: true,
36212026-04-01T02:12:12.474Z> lane: Some(
36222026-04-01T02:12:12.474Z> LinkId(
36232026-04-01T02:12:12.474Z> 0,
36242026-04-01T02:12:12.474Z> ),
36252026-04-01T02:12:12.474Z> ),
36262026-04-01T02:12:12.474Z> speed: Speed100G,
36272026-04-01T02:12:12.474Z> tx_eq: None,
36282026-04-01T02:12:12.474Z> },
36292026-04-01T02:12:12.474Z> },
36302026-04-01T02:12:12.474Z> },
36312026-04-01T02:12:12.474Z }
36322026-04-01T02:12:12.474ZApr 01 02:12:05.636 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
36332026-04-01T02:12:12.474ZApr 01 02:12:05.637 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "58fa0d76-0c99-4157-9066-b52c2de1d8eb", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36342026-04-01T02:12:12.474ZApr 01 02:12:05.637 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
36352026-04-01T02:12:12.474ZApr 01 02:12:05.637 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1777ffa0-9df7-40da-873d-93821ac0f499", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36362026-04-01T02:12:12.474Zoperation failed, settings remained as expectedApr 01 02:12:05.637 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
36372026-04-01T02:12:12.474ZApr 01 02:12:05.638 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f210dcf-b16f-4883-bc56-9d178717bd35", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36382026-04-01T02:12:12.474Zcurrent/target: Diff < left / right > :
36392026-04-01T02:12:12.474Z PortSettings {
36402026-04-01T02:12:12.474Z< links: {},
36412026-04-01T02:12:12.474Z> links: {
36422026-04-01T02:12:12.474Z> "0": LinkSettings {
36432026-04-01T02:12:12.474Z> addrs: [
36442026-04-01T02:12:12.474Z> 19.224.230.254,
36452026-04-01T02:12:12.474Z> 21.174.62.73,
36462026-04-01T02:12:12.474Z> 45.181.115.139,
36472026-04-01T02:12:12.474Z> 135.207.176.177,
36482026-04-01T02:12:12.474Z> 50:1541:5a22:fa15:9aea:11bb:e2fd:9e64,
36492026-04-01T02:12:12.474Z> 16b6:2a01:4689:4d2e:a513:8420:be4b:abdc,
36502026-04-01T02:12:12.474Z> 280a:21d3:93ca:466:de7d:2e9d:802b:284e,
36512026-04-01T02:12:12.475Z> 295e:1c32:43d:437b:95ec:bc00:bcbe:1611,
36522026-04-01T02:12:12.475Z> 6279:45fd:becb:7826:e9f3:86c3:aedb:bd88,
36532026-04-01T02:12:12.475Z> 7383:7938:5d23:a0bb:e02b:b63b:c1e4:a6a5,
36542026-04-01T02:12:12.475Z> 99d1:af61:4379:c48d:32c3:5ed9:3306:2c0f,
36552026-04-01T02:12:12.475Z> b947:d22d:68af:3e9e:1cc6:659b:da7a:52fc,
36562026-04-01T02:12:12.475Z> e6e8:6981:7080:45d5:1dd7:c144:39c6:4962,
36572026-04-01T02:12:12.475Z> ],
36582026-04-01T02:12:12.475Z> params: LinkCreate {
36592026-04-01T02:12:12.475Z> autoneg: true,
36602026-04-01T02:12:12.475Z> fec: Some(
36612026-04-01T02:12:12.475Z> None,
36622026-04-01T02:12:12.475Z> ),
36632026-04-01T02:12:12.475Z> kr: false,
36642026-04-01T02:12:12.475Z> lane: Some(
36652026-04-01T02:12:12.475Z> LinkId(
36662026-04-01T02:12:12.475Z> 0,
36672026-04-01T02:12:12.475Z> ),
36682026-04-01T02:12:12.475Z> ),
36692026-04-01T02:12:12.475Z> speed: Speed100G,
36702026-04-01T02:12:12.475Z> tx_eq: None,
36712026-04-01T02:12:12.475Z> },
36722026-04-01T02:12:12.475Z> },
36732026-04-01T02:12:12.475Z> },
36742026-04-01T02:12:12.475Z }
36752026-04-01T02:12:12.475ZApr 01 02:12:05.638 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
36762026-04-01T02:12:12.475ZApr 01 02:12:05.639 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5959bfa3-00b2-4e5f-80ad-5f142074b68f", "content-length": "560", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36772026-04-01T02:12:12.475ZApr 01 02:12:05.639 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
36782026-04-01T02:12:12.475ZApr 01 02:12:05.639 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "69374793-f4cc-4f66-90a4-15369bf4b93a", "content-length": "560", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36792026-04-01T02:12:12.475Zoperation succeeded, settings changed as expectedApr 01 02:12:05.639 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
36802026-04-01T02:12:12.479ZApr 01 02:12:05.640 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2382a720-df0e-439d-ad5a-c502735ef500", "content-length": "560", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
36812026-04-01T02:12:12.479Zcurrent/target: Diff < left / right > :
36822026-04-01T02:12:12.479Z PortSettings {
36832026-04-01T02:12:12.479Z links: {
36842026-04-01T02:12:12.479Z "0": LinkSettings {
36852026-04-01T02:12:12.479Z addrs: [
36862026-04-01T02:12:12.479Z< 19.224.230.254,
36872026-04-01T02:12:12.479Z< 21.174.62.73,
36882026-04-01T02:12:12.479Z< 45.181.115.139,
36892026-04-01T02:12:12.479Z< 135.207.176.177,
36902026-04-01T02:12:12.479Z< 50:1541:5a22:fa15:9aea:11bb:e2fd:9e64,
36912026-04-01T02:12:12.479Z< 16b6:2a01:4689:4d2e:a513:8420:be4b:abdc,
36922026-04-01T02:12:12.479Z< 280a:21d3:93ca:466:de7d:2e9d:802b:284e,
36932026-04-01T02:12:12.479Z< 295e:1c32:43d:437b:95ec:bc00:bcbe:1611,
36942026-04-01T02:12:12.479Z< 6279:45fd:becb:7826:e9f3:86c3:aedb:bd88,
36952026-04-01T02:12:12.479Z< 7383:7938:5d23:a0bb:e02b:b63b:c1e4:a6a5,
36962026-04-01T02:12:12.479Z< 99d1:af61:4379:c48d:32c3:5ed9:3306:2c0f,
36972026-04-01T02:12:12.479Z< b947:d22d:68af:3e9e:1cc6:659b:da7a:52fc,
36982026-04-01T02:12:12.479Z< e6e8:6981:7080:45d5:1dd7:c144:39c6:4962,
36992026-04-01T02:12:12.479Z> 2.79.241.208,
37002026-04-01T02:12:12.479Z> 60.138.154.111,
37012026-04-01T02:12:12.479Z> 66.16.157.209,
37022026-04-01T02:12:12.479Z> 101.227.150.217,
37032026-04-01T02:12:12.479Z> 153.4.7.45,
37042026-04-01T02:12:12.479Z> 224.161.144.35,
37052026-04-01T02:12:12.479Z> 1baa:9fa3:112c:77eb:dc13:dec6:7260:db8e,
37062026-04-01T02:12:12.479Z> 3bed:94e3:b5e7:56c2:124:eda8:40af:f643,
37072026-04-01T02:12:12.480Z> 651f:451f:4961:b2d6:1590:5423:a0d6:6acc,
37082026-04-01T02:12:12.480Z> 9718:f76e:812:8d93:4add:c30c:e3b:a2a5,
37092026-04-01T02:12:12.480Z> cb43:b457:736f:240b:6e14:ec7e:43c4:15a5,
37102026-04-01T02:12:12.480Z> d89c:9d2d:83e5:986f:f18c:f004:6c3d:4134,
37112026-04-01T02:12:12.480Z> e3e2:37c2:561c:213d:260c:259e:c031:657a,
37122026-04-01T02:12:12.480Z> f1b7:4750:e579:ca8b:1bbe:3b9d:c127:a21e,
37132026-04-01T02:12:12.480Z> f39f:5d6a:c103:c5fe:1eb0:80bc:5e07:bf23,
37142026-04-01T02:12:12.480Z ],
37152026-04-01T02:12:12.480Z params: LinkCreate {
37162026-04-01T02:12:12.480Z autoneg: true,
37172026-04-01T02:12:12.480Z fec: Some(
37182026-04-01T02:12:12.480Z None,
37192026-04-01T02:12:12.480Z ),
37202026-04-01T02:12:12.480Z< kr: false,
37212026-04-01T02:12:12.480Z> kr: true,
37222026-04-01T02:12:12.480Z lane: Some(
37232026-04-01T02:12:12.480Z LinkId(
37242026-04-01T02:12:12.480Z 0,
37252026-04-01T02:12:12.480Z ),
37262026-04-01T02:12:12.480Z ),
37272026-04-01T02:12:12.480Z speed: Speed100G,
37282026-04-01T02:12:12.480Z tx_eq: None,
37292026-04-01T02:12:12.480Z },
37302026-04-01T02:12:12.480Z },
37312026-04-01T02:12:12.480Z },
37322026-04-01T02:12:12.480Z }
37332026-04-01T02:12:12.480ZApr 01 02:12:05.640 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
37342026-04-01T02:12:12.480ZApr 01 02:12:05.641 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "84622eef-af59-45e6-bd72-faafe3fac2fa", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
37352026-04-01T02:12:12.480ZApr 01 02:12:05.641 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
37362026-04-01T02:12:12.480ZApr 01 02:12:05.641 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "299ca1db-0960-4fad-89fb-f38a89bad81c", "content-length": "575", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
37372026-04-01T02:12:12.480Zcurrent/target: Diff < left / right > :
37382026-04-01T02:12:12.480Z PortSettings {
37392026-04-01T02:12:12.480Z links: {
37402026-04-01T02:12:12.480Z "0": LinkSettings {
37412026-04-01T02:12:12.480Z addrs: [
37422026-04-01T02:12:12.480Z< 2.79.241.208,
37432026-04-01T02:12:12.480Z< 19.224.230.254,
37442026-04-01T02:12:12.480Z< 21.174.62.73,
37452026-04-01T02:12:12.480Z< 45.181.115.139,
37462026-04-01T02:12:12.480Z< 135.207.176.177,
37472026-04-01T02:12:12.481Z< 50:1541:5a22:fa15:9aea:11bb:e2fd:9e64,
37482026-04-01T02:12:12.481Z< 16b6:2a01:4689:4d2e:a513:8420:be4b:abdc,
37492026-04-01T02:12:12.481Z< 280a:21d3:93ca:466:de7d:2e9d:802b:284e,
37502026-04-01T02:12:12.481Z< 295e:1c32:43d:437b:95ec:bc00:bcbe:1611,
37512026-04-01T02:12:12.481Z< 6279:45fd:becb:7826:e9f3:86c3:aedb:bd88,
37522026-04-01T02:12:12.481Z< 7383:7938:5d23:a0bb:e02b:b63b:c1e4:a6a5,
37532026-04-01T02:12:12.481Z< 99d1:af61:4379:c48d:32c3:5ed9:3306:2c0f,
37542026-04-01T02:12:12.481Z< b947:d22d:68af:3e9e:1cc6:659b:da7a:52fc,
37552026-04-01T02:12:12.481Z< e6e8:6981:7080:45d5:1dd7:c144:39c6:4962,
37562026-04-01T02:12:12.481Z> 30.127.165.94,
37572026-04-01T02:12:12.481Z> 126.22.226.133,
37582026-04-01T02:12:12.481Z> 188.130.172.98,
37592026-04-01T02:12:12.481Z ],
37602026-04-01T02:12:12.481Z params: LinkCreate {
37612026-04-01T02:12:12.481Z< autoneg: true,
37622026-04-01T02:12:12.481Z> autoneg: false,
37632026-04-01T02:12:12.481Z fec: Some(
37642026-04-01T02:12:12.481Z None,
37652026-04-01T02:12:12.481Z ),
37662026-04-01T02:12:12.481Z< kr: false,
37672026-04-01T02:12:12.481Z> kr: true,
37682026-04-01T02:12:12.481Z lane: Some(
37692026-04-01T02:12:12.481Z LinkId(
37702026-04-01T02:12:12.481Z 0,
37712026-04-01T02:12:12.481Z ),
37722026-04-01T02:12:12.481Z ),
37732026-04-01T02:12:12.481Z speed: Speed100G,
37742026-04-01T02:12:12.481Z tx_eq: None,
37752026-04-01T02:12:12.481Z },
37762026-04-01T02:12:12.481Z },
37772026-04-01T02:12:12.481Z },
37782026-04-01T02:12:12.481Z }
37792026-04-01T02:12:12.481ZApr 01 02:12:05.641 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
37802026-04-01T02:12:12.485ZApr 01 02:12:05.642 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "42bb8458-86f8-4d00-8a14-8f13fffb6d0b", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
37812026-04-01T02:12:12.485ZApr 01 02:12:05.642 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
37822026-04-01T02:12:12.485ZApr 01 02:12:05.642 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d58a259d-3700-4988-a16f-094d01aea845", "content-length": "577", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
37832026-04-01T02:12:12.485Zcurrent/target: Diff < left / right > :
37842026-04-01T02:12:12.485Z PortSettings {
37852026-04-01T02:12:12.485Z links: {
37862026-04-01T02:12:12.485Z "0": LinkSettings {
37872026-04-01T02:12:12.485Z addrs: [
37882026-04-01T02:12:12.485Z< 2.79.241.208,
37892026-04-01T02:12:12.485Z< 19.224.230.254,
37902026-04-01T02:12:12.485Z< 45.181.115.139,
37912026-04-01T02:12:12.485Z< 126.22.226.133,
37922026-04-01T02:12:12.485Z< 135.207.176.177,
37932026-04-01T02:12:12.485Z< 50:1541:5a22:fa15:9aea:11bb:e2fd:9e64,
37942026-04-01T02:12:12.485Z< 16b6:2a01:4689:4d2e:a513:8420:be4b:abdc,
37952026-04-01T02:12:12.485Z< 280a:21d3:93ca:466:de7d:2e9d:802b:284e,
37962026-04-01T02:12:12.485Z< 295e:1c32:43d:437b:95ec:bc00:bcbe:1611,
37972026-04-01T02:12:12.485Z< 6279:45fd:becb:7826:e9f3:86c3:aedb:bd88,
37982026-04-01T02:12:12.485Z< 7383:7938:5d23:a0bb:e02b:b63b:c1e4:a6a5,
37992026-04-01T02:12:12.485Z< 99d1:af61:4379:c48d:32c3:5ed9:3306:2c0f,
38002026-04-01T02:12:12.485Z< b947:d22d:68af:3e9e:1cc6:659b:da7a:52fc,
38012026-04-01T02:12:12.485Z< e6e8:6981:7080:45d5:1dd7:c144:39c6:4962,
38022026-04-01T02:12:12.485Z> 217.61.65.62,
38032026-04-01T02:12:12.485Z> 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
38042026-04-01T02:12:12.485Z> ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
38052026-04-01T02:12:12.485Z> e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
38062026-04-01T02:12:12.486Z> eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
38072026-04-01T02:12:12.486Z> f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
38082026-04-01T02:12:12.486Z ],
38092026-04-01T02:12:12.486Z params: LinkCreate {
38102026-04-01T02:12:12.486Z autoneg: true,
38112026-04-01T02:12:12.486Z fec: Some(
38122026-04-01T02:12:12.486Z None,
38132026-04-01T02:12:12.486Z ),
38142026-04-01T02:12:12.486Z< kr: false,
38152026-04-01T02:12:12.486Z> kr: true,
38162026-04-01T02:12:12.486Z lane: Some(
38172026-04-01T02:12:12.486Z LinkId(
38182026-04-01T02:12:12.486Z 0,
38192026-04-01T02:12:12.486Z ),
38202026-04-01T02:12:12.486Z ),
38212026-04-01T02:12:12.486Z speed: Speed100G,
38222026-04-01T02:12:12.486Z tx_eq: None,
38232026-04-01T02:12:12.486Z },
38242026-04-01T02:12:12.486Z },
38252026-04-01T02:12:12.486Z },
38262026-04-01T02:12:12.486Z }
38272026-04-01T02:12:12.486ZApr 01 02:12:05.643 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
38282026-04-01T02:12:12.486ZApr 01 02:12:05.643 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "20b2c295-ec74-4a5d-95f7-c600a6ce5621", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38292026-04-01T02:12:12.486ZApr 01 02:12:05.643 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
38302026-04-01T02:12:12.486ZApr 01 02:12:05.644 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c99d3b2a-fc3e-44bc-9846-5e7ebf84decc", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38312026-04-01T02:12:12.486Zoperation succeeded, settings changed as expectedApr 01 02:12:05.644 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
38322026-04-01T02:12:12.486ZApr 01 02:12:05.644 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "94f5d898-ef10-4db6-ad1a-d257aa983c7c", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38332026-04-01T02:12:12.486Zcurrent/target: Diff < left / right > :
38342026-04-01T02:12:12.486Z PortSettings {
38352026-04-01T02:12:12.486Z links: {
38362026-04-01T02:12:12.486Z "0": LinkSettings {
38372026-04-01T02:12:12.486Z addrs: [
38382026-04-01T02:12:12.486Z< 217.61.65.62,
38392026-04-01T02:12:12.486Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
38402026-04-01T02:12:12.486Z< ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
38412026-04-01T02:12:12.486Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
38422026-04-01T02:12:12.486Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
38432026-04-01T02:12:12.486Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
38442026-04-01T02:12:12.486Z> 14.103.220.98,
38452026-04-01T02:12:12.487Z> 120.150.18.57,
38462026-04-01T02:12:12.487Z> 164.15.18.48,
38472026-04-01T02:12:12.487Z> 172.225.59.181,
38482026-04-01T02:12:12.487Z> 251.247.25.10,
38492026-04-01T02:12:12.487Z> 7d8b:dead:e677:2329:ca1f:128a:88de:d5c0,
38502026-04-01T02:12:12.487Z> 8501:31a7:e858:9f79:8941:bb07:79aa:9db0,
38512026-04-01T02:12:12.487Z> 984e:80ef:c4b9:c267:bf0c:e71f:41e0:4e63,
38522026-04-01T02:12:12.487Z> a4e6:3290:ba03:e83b:5c67:b921:8f8:7467,
38532026-04-01T02:12:12.487Z> b7aa:cf69:cd69:4087:d923:1ed:2b9a:bb6f,
38542026-04-01T02:12:12.487Z> c591:ac2:4c88:cf46:9a5b:b51e:aa2b:a1ad,
38552026-04-01T02:12:12.487Z ],
38562026-04-01T02:12:12.487Z params: LinkCreate {
38572026-04-01T02:12:12.487Z autoneg: true,
38582026-04-01T02:12:12.487Z fec: Some(
38592026-04-01T02:12:12.487Z None,
38602026-04-01T02:12:12.487Z ),
38612026-04-01T02:12:12.487Z< kr: true,
38622026-04-01T02:12:12.487Z> kr: false,
38632026-04-01T02:12:12.487Z lane: Some(
38642026-04-01T02:12:12.487Z LinkId(
38652026-04-01T02:12:12.487Z 0,
38662026-04-01T02:12:12.487Z ),
38672026-04-01T02:12:12.487Z ),
38682026-04-01T02:12:12.487Z speed: Speed100G,
38692026-04-01T02:12:12.487Z tx_eq: None,
38702026-04-01T02:12:12.487Z },
38712026-04-01T02:12:12.487Z },
38722026-04-01T02:12:12.487Z },
38732026-04-01T02:12:12.487Z }
38742026-04-01T02:12:12.487ZApr 01 02:12:05.644 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
38752026-04-01T02:12:12.487ZApr 01 02:12:05.645 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "5b927eed-3d81-4f71-a924-d6368b786476", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38762026-04-01T02:12:12.487ZApr 01 02:12:05.645 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
38772026-04-01T02:12:12.487ZApr 01 02:12:05.645 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "953cb303-f773-4cfa-9deb-86c9a43ead6c", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38782026-04-01T02:12:12.487Zoperation failed, settings remained as expectedApr 01 02:12:05.645 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
38792026-04-01T02:12:12.487ZApr 01 02:12:05.646 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5d4b3544-645b-4907-8b31-a3bb559a531f", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
38802026-04-01T02:12:12.491Zcurrent/target: Diff < left / right > :
38812026-04-01T02:12:12.491Z PortSettings {
38822026-04-01T02:12:12.491Z links: {
38832026-04-01T02:12:12.491Z "0": LinkSettings {
38842026-04-01T02:12:12.491Z addrs: [
38852026-04-01T02:12:12.491Z< 217.61.65.62,
38862026-04-01T02:12:12.491Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
38872026-04-01T02:12:12.491Z< ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
38882026-04-01T02:12:12.491Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
38892026-04-01T02:12:12.491Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
38902026-04-01T02:12:12.491Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
38912026-04-01T02:12:12.491Z> 30.1.67.104,
38922026-04-01T02:12:12.491Z> 50.21.47.248,
38932026-04-01T02:12:12.491Z> 58.66.13.93,
38942026-04-01T02:12:12.491Z> 70.102.81.77,
38952026-04-01T02:12:12.491Z> 81.57.217.90,
38962026-04-01T02:12:12.491Z> 85.85.59.187,
38972026-04-01T02:12:12.491Z> 108.76.214.56,
38982026-04-01T02:12:12.491Z> 136.85.147.187,
38992026-04-01T02:12:12.491Z> 150.118.122.88,
39002026-04-01T02:12:12.491Z> 159.137.81.219,
39012026-04-01T02:12:12.491Z> 203.77.165.164,
39022026-04-01T02:12:12.492Z> 207.177.182.8,
39032026-04-01T02:12:12.492Z> 207.210.154.235,
39042026-04-01T02:12:12.492Z> 221.103.93.142,
39052026-04-01T02:12:12.492Z> 297e:13e3:5967:dea0:f5b9:6077:b530:76f,
39062026-04-01T02:12:12.492Z> 4d29:2c4d:73bd:a734:8fe4:1eb7:a6c1:1cfd,
39072026-04-01T02:12:12.492Z> 67d5:68e2:6bb9:9e16:630e:5dda:6703:fa12,
39082026-04-01T02:12:12.492Z> a9fd:4385:e035:2c14:3eaf:c4b3:df06:f24f,
39092026-04-01T02:12:12.492Z> efca:9548:c957:d8d3:7b17:1d9d:901:4f69,
39102026-04-01T02:12:12.492Z ],
39112026-04-01T02:12:12.492Z params: LinkCreate {
39122026-04-01T02:12:12.492Z< autoneg: true,
39132026-04-01T02:12:12.492Z> autoneg: false,
39142026-04-01T02:12:12.492Z fec: Some(
39152026-04-01T02:12:12.492Z None,
39162026-04-01T02:12:12.492Z ),
39172026-04-01T02:12:12.492Z< kr: true,
39182026-04-01T02:12:12.492Z> kr: false,
39192026-04-01T02:12:12.492Z lane: Some(
39202026-04-01T02:12:12.492Z LinkId(
39212026-04-01T02:12:12.492Z 0,
39222026-04-01T02:12:12.492Z ),
39232026-04-01T02:12:12.492Z ),
39242026-04-01T02:12:12.492Z speed: Speed100G,
39252026-04-01T02:12:12.492Z tx_eq: None,
39262026-04-01T02:12:12.492Z },
39272026-04-01T02:12:12.492Z },
39282026-04-01T02:12:12.492Z },
39292026-04-01T02:12:12.492Z }
39302026-04-01T02:12:12.492ZApr 01 02:12:05.646 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
39312026-04-01T02:12:12.492ZApr 01 02:12:05.646 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "d1567c74-4694-4fba-bcef-db68ac5ba765", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
39322026-04-01T02:12:12.492ZApr 01 02:12:05.646 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
39332026-04-01T02:12:12.492ZApr 01 02:12:05.647 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "10ee1201-50a0-4991-a990-b055f871ce1a", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
39342026-04-01T02:12:12.492Zoperation failed, settings remained as expectedApr 01 02:12:05.647 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
39352026-04-01T02:12:12.492ZApr 01 02:12:05.647 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c2658ace-6341-43a3-957d-e8f0ae923b60", "content-length": "341", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
39362026-04-01T02:12:12.492Zcurrent/target: Diff < left / right > :
39372026-04-01T02:12:12.492Z PortSettings {
39382026-04-01T02:12:12.492Z links: {
39392026-04-01T02:12:12.492Z "0": LinkSettings {
39402026-04-01T02:12:12.492Z addrs: [
39412026-04-01T02:12:12.492Z< 217.61.65.62,
39422026-04-01T02:12:12.493Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
39432026-04-01T02:12:12.493Z< ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
39442026-04-01T02:12:12.493Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
39452026-04-01T02:12:12.493Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
39462026-04-01T02:12:12.493Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
39472026-04-01T02:12:12.493Z> 81.66.111.68,
39482026-04-01T02:12:12.493Z> 123.199.134.122,
39492026-04-01T02:12:12.493Z> 123.250.196.165,
39502026-04-01T02:12:12.493Z> fd7:3535:d446:645c:d0f9:85ef:1bbe:4f0,
39512026-04-01T02:12:12.493Z> 26f7:9303:67c4:dc28:b297:3de6:7347:ec83,
39522026-04-01T02:12:12.493Z> 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
39532026-04-01T02:12:12.493Z> 5da6:68c7:6246:968b:19c2:c987:b440:302e,
39542026-04-01T02:12:12.493Z> 68c3:8a46:a94d:15bd:1ebd:6f00:df7:963b,
39552026-04-01T02:12:12.493Z> 9966:21a7:bdb:618b:12ca:6c61:5c01:86a5,
39562026-04-01T02:12:12.493Z> a845:1dae:a68:1089:5abc:f41b:9895:203f,
39572026-04-01T02:12:12.493Z> c8d9:cce1:bc4c:1a45:5fbd:ae76:1a66:39b0,
39582026-04-01T02:12:12.493Z> e347:9b1d:925c:4e5d:abb0:8b55:65a8:930f,
39592026-04-01T02:12:12.493Z> ead9:70d5:8be7:2885:6628:94f:8e6f:92b3,
39602026-04-01T02:12:12.493Z> f96d:796b:1fc:7104:23c6:b31a:5197:d5aa,
39612026-04-01T02:12:12.493Z ],
39622026-04-01T02:12:12.493Z params: LinkCreate {
39632026-04-01T02:12:12.493Z autoneg: true,
39642026-04-01T02:12:12.493Z fec: Some(
39652026-04-01T02:12:12.493Z None,
39662026-04-01T02:12:12.493Z ),
39672026-04-01T02:12:12.493Z< kr: true,
39682026-04-01T02:12:12.493Z> kr: false,
39692026-04-01T02:12:12.493Z lane: Some(
39702026-04-01T02:12:12.493Z LinkId(
39712026-04-01T02:12:12.493Z 0,
39722026-04-01T02:12:12.493Z ),
39732026-04-01T02:12:12.493Z ),
39742026-04-01T02:12:12.493Z speed: Speed100G,
39752026-04-01T02:12:12.493Z tx_eq: None,
39762026-04-01T02:12:12.493Z },
39772026-04-01T02:12:12.493Z },
39782026-04-01T02:12:12.493Z },
39792026-04-01T02:12:12.493Z }
39802026-04-01T02:12:12.497ZApr 01 02:12:05.648 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
39812026-04-01T02:12:12.497ZApr 01 02:12:05.648 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "c58f977b-66a6-4a9d-a423-4c5eef36f5f0", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
39822026-04-01T02:12:12.497ZApr 01 02:12:05.649 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
39832026-04-01T02:12:12.497ZApr 01 02:12:05.649 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6c9f8c18-109e-4566-83e6-69d900172b20", "content-length": "401", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
39842026-04-01T02:12:12.497Zcurrent/target: Diff < left / right > :
39852026-04-01T02:12:12.497Z PortSettings {
39862026-04-01T02:12:12.497Z links: {
39872026-04-01T02:12:12.497Z "0": LinkSettings {
39882026-04-01T02:12:12.497Z addrs: [
39892026-04-01T02:12:12.497Z< 123.199.134.122,
39902026-04-01T02:12:12.497Z< 217.61.65.62,
39912026-04-01T02:12:12.498Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
39922026-04-01T02:12:12.498Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
39932026-04-01T02:12:12.498Z< ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
39942026-04-01T02:12:12.498Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
39952026-04-01T02:12:12.498Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
39962026-04-01T02:12:12.498Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
39972026-04-01T02:12:12.498Z> 33.56.141.206,
39982026-04-01T02:12:12.498Z> 51.216.216.120,
39992026-04-01T02:12:12.498Z> 146.38.179.231,
40002026-04-01T02:12:12.498Z> 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
40012026-04-01T02:12:12.498Z> 353f:9e8e:efa6:8aaa:fa40:c9ce:5f73:f90d,
40022026-04-01T02:12:12.498Z> 405d:6bf5:81cb:6ad5:254d:14cd:cc24:24c6,
40032026-04-01T02:12:12.498Z> 47d4:bce9:a960:242:8883:6853:3ccb:e29,
40042026-04-01T02:12:12.498Z> 9a1d:10d9:28cb:51fc:8e52:4dd4:9f75:eb11,
40052026-04-01T02:12:12.498Z> b185:f079:3dba:8f68:abd5:5efc:58b:fd2a,
40062026-04-01T02:12:12.498Z> bc2e:701:487a:6ae0:142a:4a09:478d:6a17,
40072026-04-01T02:12:12.498Z> c166:b901:e969:c5dc:d19:a81f:b475:1088,
40082026-04-01T02:12:12.498Z> c640:f680:55c1:e549:d212:8011:986e:25f7,
40092026-04-01T02:12:12.498Z> e4e4:8e8b:86bb:6d95:e47f:1cc1:9820:2ec9,
40102026-04-01T02:12:12.498Z> e6eb:8815:1279:abe0:5e1e:7941:d798:38b3,
40112026-04-01T02:12:12.498Z> fb9d:2357:238c:f23f:c3c1:961c:f3bb:2448,
40122026-04-01T02:12:12.498Z> fd77:5eca:8e43:d86c:3379:8d9:353f:90b6,
40132026-04-01T02:12:12.498Z ],
40142026-04-01T02:12:12.498Z params: LinkCreate {
40152026-04-01T02:12:12.498Z autoneg: true,
40162026-04-01T02:12:12.498Z fec: Some(
40172026-04-01T02:12:12.498Z None,
40182026-04-01T02:12:12.498Z ),
40192026-04-01T02:12:12.498Z< kr: true,
40202026-04-01T02:12:12.498Z> kr: false,
40212026-04-01T02:12:12.498Z lane: Some(
40222026-04-01T02:12:12.498Z LinkId(
40232026-04-01T02:12:12.498Z 0,
40242026-04-01T02:12:12.498Z ),
40252026-04-01T02:12:12.498Z ),
40262026-04-01T02:12:12.498Z speed: Speed100G,
40272026-04-01T02:12:12.498Z tx_eq: None,
40282026-04-01T02:12:12.498Z },
40292026-04-01T02:12:12.498Z },
40302026-04-01T02:12:12.498Z },
40312026-04-01T02:12:12.499Z }
40322026-04-01T02:12:12.499ZApr 01 02:12:05.649 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
40332026-04-01T02:12:12.499ZApr 01 02:12:05.650 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "ab996c9b-1657-4214-99e1-72150125cf31", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
40342026-04-01T02:12:12.499ZApr 01 02:12:05.650 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
40352026-04-01T02:12:12.499ZApr 01 02:12:05.650 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b80426e5-0264-4189-88d6-c849c1234954", "content-length": "465", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
40362026-04-01T02:12:12.499Zcurrent/target: Diff < left / right > :
40372026-04-01T02:12:12.499Z PortSettings {
40382026-04-01T02:12:12.499Z< links: {
40392026-04-01T02:12:12.499Z< "0": LinkSettings {
40402026-04-01T02:12:12.499Z< addrs: [
40412026-04-01T02:12:12.499Z< 217.61.65.62,
40422026-04-01T02:12:12.499Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
40432026-04-01T02:12:12.499Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
40442026-04-01T02:12:12.499Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
40452026-04-01T02:12:12.499Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
40462026-04-01T02:12:12.499Z< ba39:66b2:3f51:bc1c:da86:3d86:ca25:fb6f,
40472026-04-01T02:12:12.499Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
40482026-04-01T02:12:12.499Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
40492026-04-01T02:12:12.499Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
40502026-04-01T02:12:12.499Z< ],
40512026-04-01T02:12:12.499Z< params: LinkCreate {
40522026-04-01T02:12:12.499Z< autoneg: true,
40532026-04-01T02:12:12.499Z< fec: Some(
40542026-04-01T02:12:12.499Z< None,
40552026-04-01T02:12:12.499Z< ),
40562026-04-01T02:12:12.499Z< kr: true,
40572026-04-01T02:12:12.499Z< lane: Some(
40582026-04-01T02:12:12.499Z< LinkId(
40592026-04-01T02:12:12.499Z< 0,
40602026-04-01T02:12:12.499Z< ),
40612026-04-01T02:12:12.499Z< ),
40622026-04-01T02:12:12.499Z< speed: Speed100G,
40632026-04-01T02:12:12.499Z< tx_eq: None,
40642026-04-01T02:12:12.499Z< },
40652026-04-01T02:12:12.499Z< },
40662026-04-01T02:12:12.499Z< },
40672026-04-01T02:12:12.499Z> links: {},
40682026-04-01T02:12:12.499Z }
40692026-04-01T02:12:12.499ZApr 01 02:12:05.650 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
40702026-04-01T02:12:12.500ZApr 01 02:12:05.651 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "986d10a2-5b00-43c5-8cb6-334fac345b23", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
40712026-04-01T02:12:12.500ZApr 01 02:12:05.651 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
40722026-04-01T02:12:12.500ZApr 01 02:12:05.651 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "33800731-79a6-4449-a132-0ce7a57b77a7", "content-length": "423", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
40732026-04-01T02:12:12.500Zcurrent/target: Diff < left / right > :
40742026-04-01T02:12:12.500Z PortSettings {
40752026-04-01T02:12:12.500Z links: {
40762026-04-01T02:12:12.500Z "0": LinkSettings {
40772026-04-01T02:12:12.500Z addrs: [
40782026-04-01T02:12:12.500Z< 217.61.65.62,
40792026-04-01T02:12:12.500Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
40802026-04-01T02:12:12.503Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
40812026-04-01T02:12:12.504Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
40822026-04-01T02:12:12.504Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
40832026-04-01T02:12:12.504Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
40842026-04-01T02:12:12.504Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
40852026-04-01T02:12:12.504Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
40862026-04-01T02:12:12.504Z> 14.39.74.134,
40872026-04-01T02:12:12.504Z> 28.108.10.175,
40882026-04-01T02:12:12.504Z> 141.8.236.24,
40892026-04-01T02:12:12.504Z> 188.122.97.35,
40902026-04-01T02:12:12.504Z> 225.96.112.167,
40912026-04-01T02:12:12.504Z> 2e:b925:ee42:f163:5c4c:ccaf:4e2:8014,
40922026-04-01T02:12:12.504Z> 290:7d45:a75f:2d08:7053:6942:4512:c81,
40932026-04-01T02:12:12.504Z> 2d96:8ae0:9ee6:9ee4:fb40:299c:707c:e7c2,
40942026-04-01T02:12:12.504Z> 5548:cda7:19f0:e3b4:960f:23d6:6c31:f5b3,
40952026-04-01T02:12:12.504Z> 59ee:53b9:43cd:cb86:35a:a7b3:91e7:f3f8,
40962026-04-01T02:12:12.504Z> 6ac9:76a4:a1d2:aa89:9100:5231:f4e1:613d,
40972026-04-01T02:12:12.504Z> 83be:94a9:d0d9:7724:fbb5:6ce2:50d:6f7b,
40982026-04-01T02:12:12.504Z> aaef:ecea:77b1:e8b3:a06e:9662:ff56:7102,
40992026-04-01T02:12:12.504Z> c223:a405:a1c1:436c:1907:2f93:7454:7acf,
41002026-04-01T02:12:12.504Z> fa66:667e:6246:d6dc:d13d:9fe6:58ee:7666,
41012026-04-01T02:12:12.504Z ],
41022026-04-01T02:12:12.504Z params: LinkCreate {
41032026-04-01T02:12:12.504Z< autoneg: true,
41042026-04-01T02:12:12.504Z> autoneg: false,
41052026-04-01T02:12:12.504Z fec: Some(
41062026-04-01T02:12:12.504Z None,
41072026-04-01T02:12:12.504Z ),
41082026-04-01T02:12:12.504Z kr: true,
41092026-04-01T02:12:12.504Z lane: Some(
41102026-04-01T02:12:12.504Z LinkId(
41112026-04-01T02:12:12.504Z 0,
41122026-04-01T02:12:12.504Z ),
41132026-04-01T02:12:12.504Z ),
41142026-04-01T02:12:12.504Z speed: Speed100G,
41152026-04-01T02:12:12.504Z tx_eq: None,
41162026-04-01T02:12:12.504Z },
41172026-04-01T02:12:12.504Z },
41182026-04-01T02:12:12.504Z },
41192026-04-01T02:12:12.504Z }
41202026-04-01T02:12:12.505ZApr 01 02:12:05.652 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
41212026-04-01T02:12:12.505ZApr 01 02:12:05.652 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "48f39ab2-6784-4b6d-9251-83918578b53b", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
41222026-04-01T02:12:12.505ZApr 01 02:12:05.652 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
41232026-04-01T02:12:12.505ZApr 01 02:12:05.653 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d3aefad5-18ef-4c98-bb52-1aab7419527d", "content-length": "438", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
41242026-04-01T02:12:12.505Zcurrent/target: Diff < left / right > :
41252026-04-01T02:12:12.505Z PortSettings {
41262026-04-01T02:12:12.505Z< links: {
41272026-04-01T02:12:12.505Z< "0": LinkSettings {
41282026-04-01T02:12:12.505Z< addrs: [
41292026-04-01T02:12:12.505Z< 14.39.74.134,
41302026-04-01T02:12:12.505Z< 217.61.65.62,
41312026-04-01T02:12:12.505Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
41322026-04-01T02:12:12.505Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
41332026-04-01T02:12:12.505Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
41342026-04-01T02:12:12.505Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
41352026-04-01T02:12:12.505Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
41362026-04-01T02:12:12.505Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
41372026-04-01T02:12:12.505Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
41382026-04-01T02:12:12.505Z< ],
41392026-04-01T02:12:12.505Z< params: LinkCreate {
41402026-04-01T02:12:12.505Z< autoneg: true,
41412026-04-01T02:12:12.505Z< fec: Some(
41422026-04-01T02:12:12.505Z< None,
41432026-04-01T02:12:12.505Z< ),
41442026-04-01T02:12:12.505Z< kr: true,
41452026-04-01T02:12:12.505Z< lane: Some(
41462026-04-01T02:12:12.505Z< LinkId(
41472026-04-01T02:12:12.505Z< 0,
41482026-04-01T02:12:12.505Z< ),
41492026-04-01T02:12:12.505Z< ),
41502026-04-01T02:12:12.505Z< speed: Speed100G,
41512026-04-01T02:12:12.505Z< tx_eq: None,
41522026-04-01T02:12:12.505Z< },
41532026-04-01T02:12:12.505Z< },
41542026-04-01T02:12:12.505Z< },
41552026-04-01T02:12:12.505Z> links: {},
41562026-04-01T02:12:12.505Z }
41572026-04-01T02:12:12.505ZApr 01 02:12:05.653 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
41582026-04-01T02:12:12.505ZApr 01 02:12:05.653 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "bf043a51-2230-4e5f-ba3f-4089f89824be", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
41592026-04-01T02:12:12.506ZApr 01 02:12:05.653 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
41602026-04-01T02:12:12.506ZApr 01 02:12:05.654 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2bf9f82d-dcfc-4caf-9670-c491cedffd3e", "content-length": "438", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
41612026-04-01T02:12:12.506Zoperation failed, settings remained as expectedApr 01 02:12:05.654 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
41622026-04-01T02:12:12.506ZApr 01 02:12:05.654 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f6722395-598a-4d92-aeab-eaf5092d8c36", "content-length": "438", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
41632026-04-01T02:12:12.506Zcurrent/target: Diff < left / right > :
41642026-04-01T02:12:12.506Z PortSettings {
41652026-04-01T02:12:12.506Z links: {
41662026-04-01T02:12:12.506Z "0": LinkSettings {
41672026-04-01T02:12:12.506Z addrs: [
41682026-04-01T02:12:12.506Z< 14.39.74.134,
41692026-04-01T02:12:12.506Z< 217.61.65.62,
41702026-04-01T02:12:12.506Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
41712026-04-01T02:12:12.506Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
41722026-04-01T02:12:12.506Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
41732026-04-01T02:12:12.506Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
41742026-04-01T02:12:12.506Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
41752026-04-01T02:12:12.506Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
41762026-04-01T02:12:12.506Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
41772026-04-01T02:12:12.506Z> 23.141.145.95,
41782026-04-01T02:12:12.506Z> 70.214.216.145,
41792026-04-01T02:12:12.506Z> 212.51.225.48,
41802026-04-01T02:12:12.510Z> 214.142.150.143,
41812026-04-01T02:12:12.510Z> 250.171.104.133,
41822026-04-01T02:12:12.510Z> 253.204.28.128,
41832026-04-01T02:12:12.510Z> 870:6b3f:7fff:9d41:8d42:136e:923a:8072,
41842026-04-01T02:12:12.510Z> 48d3:24ad:c6e6:b9c7:9878:f94b:a67a:e1bd,
41852026-04-01T02:12:12.510Z> 687d:efe0:7352:6e4d:7118:28b8:b14c:efb5,
41862026-04-01T02:12:12.510Z> 7bd4:678e:a0a1:2980:bd6c:3a18:bc44:17e1,
41872026-04-01T02:12:12.510Z> 7bde:dbe1:9065:3a85:abf0:69c8:9fca:117e,
41882026-04-01T02:12:12.510Z> 8e75:88dd:482c:2f66:e61b:814a:7917:8b7d,
41892026-04-01T02:12:12.510Z> b1e0:ef51:9415:d1aa:4740:c507:b702:ec49,
41902026-04-01T02:12:12.510Z> bf60:59ac:c535:b9ce:e9c8:7f80:d9fd:a26b,
41912026-04-01T02:12:12.510Z> c102:9bc:3601:2a98:3673:c6c1:c3cb:926f,
41922026-04-01T02:12:12.510Z> f1b1:6f7e:2a0f:1c26:c003:35b0:e70:5eb1,
41932026-04-01T02:12:12.510Z ],
41942026-04-01T02:12:12.510Z params: LinkCreate {
41952026-04-01T02:12:12.510Z< autoneg: true,
41962026-04-01T02:12:12.510Z> autoneg: false,
41972026-04-01T02:12:12.510Z fec: Some(
41982026-04-01T02:12:12.510Z None,
41992026-04-01T02:12:12.510Z ),
42002026-04-01T02:12:12.510Z kr: true,
42012026-04-01T02:12:12.510Z lane: Some(
42022026-04-01T02:12:12.510Z LinkId(
42032026-04-01T02:12:12.510Z 0,
42042026-04-01T02:12:12.510Z ),
42052026-04-01T02:12:12.510Z ),
42062026-04-01T02:12:12.511Z speed: Speed100G,
42072026-04-01T02:12:12.511Z tx_eq: None,
42082026-04-01T02:12:12.511Z },
42092026-04-01T02:12:12.511Z },
42102026-04-01T02:12:12.511Z },
42112026-04-01T02:12:12.511Z }
42122026-04-01T02:12:12.511ZApr 01 02:12:05.654 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
42132026-04-01T02:12:12.511ZApr 01 02:12:05.655 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "d0f1d304-1f81-452e-aa6b-86e04ee0c6ba", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
42142026-04-01T02:12:12.511ZApr 01 02:12:05.655 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
42152026-04-01T02:12:12.511ZApr 01 02:12:05.655 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "de82cd44-5b3d-40d3-a29f-57d63a58f0a1", "content-length": "438", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
42162026-04-01T02:12:12.511Zoperation failed, settings remained as expectedApr 01 02:12:05.655 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
42172026-04-01T02:12:12.511ZApr 01 02:12:05.656 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0a456a15-64c2-49da-b31d-f183ad49f7bc", "content-length": "438", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
42182026-04-01T02:12:12.511Zcurrent/target: Diff < left / right > :
42192026-04-01T02:12:12.511Z PortSettings {
42202026-04-01T02:12:12.511Z links: {
42212026-04-01T02:12:12.511Z "0": LinkSettings {
42222026-04-01T02:12:12.511Z addrs: [
42232026-04-01T02:12:12.511Z< 14.39.74.134,
42242026-04-01T02:12:12.511Z< 217.61.65.62,
42252026-04-01T02:12:12.511Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
42262026-04-01T02:12:12.511Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
42272026-04-01T02:12:12.511Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
42282026-04-01T02:12:12.511Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
42292026-04-01T02:12:12.511Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
42302026-04-01T02:12:12.511Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
42312026-04-01T02:12:12.511Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
42322026-04-01T02:12:12.511Z> 8.101.202.30,
42332026-04-01T02:12:12.511Z> 15.196.110.168,
42342026-04-01T02:12:12.511Z> 55.141.141.234,
42352026-04-01T02:12:12.511Z> 55.208.234.2,
42362026-04-01T02:12:12.511Z> 70.78.58.66,
42372026-04-01T02:12:12.511Z> 162.7.241.225,
42382026-04-01T02:12:12.511Z> 3353:c25f:a888:c8fa:54c2:ca1:2956:1521,
42392026-04-01T02:12:12.511Z> 3369:f7eb:4b57:9128:3d83:f639:c920:d036,
42402026-04-01T02:12:12.511Z> 43aa:c5a2:b47e:b1af:76ac:998a:4ee0:df51,
42412026-04-01T02:12:12.511Z> 7e47:8eaf:1998:d394:96e1:ef6b:190c:b68a,
42422026-04-01T02:12:12.511Z> 80fe:2442:93d8:2c8c:7d50:c7c5:8f65:a5c9,
42432026-04-01T02:12:12.511Z> b78c:9ec2:c616:2d9f:c007:3080:d9c1:c454,
42442026-04-01T02:12:12.511Z> cb32:7698:f87e:3035:6781:b580:68a6:8a44,
42452026-04-01T02:12:12.512Z> de56:3fc:8a5:4b81:2f95:631e:5f3c:2481,
42462026-04-01T02:12:12.512Z ],
42472026-04-01T02:12:12.512Z params: LinkCreate {
42482026-04-01T02:12:12.512Z autoneg: true,
42492026-04-01T02:12:12.512Z fec: Some(
42502026-04-01T02:12:12.512Z None,
42512026-04-01T02:12:12.512Z ),
42522026-04-01T02:12:12.512Z kr: true,
42532026-04-01T02:12:12.512Z lane: Some(
42542026-04-01T02:12:12.512Z LinkId(
42552026-04-01T02:12:12.512Z 0,
42562026-04-01T02:12:12.512Z ),
42572026-04-01T02:12:12.512Z ),
42582026-04-01T02:12:12.512Z speed: Speed100G,
42592026-04-01T02:12:12.512Z tx_eq: None,
42602026-04-01T02:12:12.512Z },
42612026-04-01T02:12:12.512Z },
42622026-04-01T02:12:12.512Z },
42632026-04-01T02:12:12.512Z }
42642026-04-01T02:12:12.512ZApr 01 02:12:05.656 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
42652026-04-01T02:12:12.512ZApr 01 02:12:05.656 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "0dddadb6-dfa2-4c81-a61a-9a78f1044168", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
42662026-04-01T02:12:12.512ZApr 01 02:12:05.657 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
42672026-04-01T02:12:12.512ZApr 01 02:12:05.657 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c9032b4a-cdd6-4197-bf5b-37a134e669b8", "content-length": "469", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
42682026-04-01T02:12:12.512Zcurrent/target: Diff < left / right > :
42692026-04-01T02:12:12.512Z PortSettings {
42702026-04-01T02:12:12.512Z links: {
42712026-04-01T02:12:12.512Z "0": LinkSettings {
42722026-04-01T02:12:12.512Z addrs: [
42732026-04-01T02:12:12.512Z< 14.39.74.134,
42742026-04-01T02:12:12.512Z< 55.208.234.2,
42752026-04-01T02:12:12.512Z< 162.7.241.225,
42762026-04-01T02:12:12.512Z< 217.61.65.62,
42772026-04-01T02:12:12.512Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
42782026-04-01T02:12:12.512Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
42792026-04-01T02:12:12.512Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
42802026-04-01T02:12:12.516Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
42812026-04-01T02:12:12.516Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
42822026-04-01T02:12:12.516Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
42832026-04-01T02:12:12.516Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
42842026-04-01T02:12:12.516Z> 37.125.169.150,
42852026-04-01T02:12:12.516Z> 42.135.218.133,
42862026-04-01T02:12:12.516Z> 192.147.76.77,
42872026-04-01T02:12:12.516Z> 228.189.255.253,
42882026-04-01T02:12:12.516Z> 243.1.200.8,
42892026-04-01T02:12:12.516Z> 243.111.145.52,
42902026-04-01T02:12:12.516Z> 10bd:f3f5:ffc9:f9a7:67be:eb4:286c:2aa3,
42912026-04-01T02:12:12.516Z> 4d99:11ee:98b9:7f4d:26fb:1d46:c51b:b27a,
42922026-04-01T02:12:12.516Z> 86cb:d49b:1937:bac9:8dc5:8739:34d1:55ac,
42932026-04-01T02:12:12.516Z> 95f2:fe44:2fa3:4d:d4b5:b3ce:8b71:29df,
42942026-04-01T02:12:12.516Z> a229:e762:fb53:f538:c983:aa02:1afb:f8d2,
42952026-04-01T02:12:12.516Z ],
42962026-04-01T02:12:12.517Z params: LinkCreate {
42972026-04-01T02:12:12.517Z autoneg: true,
42982026-04-01T02:12:12.517Z fec: Some(
42992026-04-01T02:12:12.517Z None,
43002026-04-01T02:12:12.517Z ),
43012026-04-01T02:12:12.517Z< kr: true,
43022026-04-01T02:12:12.517Z> kr: false,
43032026-04-01T02:12:12.517Z lane: Some(
43042026-04-01T02:12:12.517Z LinkId(
43052026-04-01T02:12:12.517Z 0,
43062026-04-01T02:12:12.517Z ),
43072026-04-01T02:12:12.517Z ),
43082026-04-01T02:12:12.517Z speed: Speed100G,
43092026-04-01T02:12:12.517Z tx_eq: None,
43102026-04-01T02:12:12.517Z },
43112026-04-01T02:12:12.517Z },
43122026-04-01T02:12:12.517Z },
43132026-04-01T02:12:12.517Z }
43142026-04-01T02:12:12.517ZApr 01 02:12:05.657 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
43152026-04-01T02:12:12.517ZApr 01 02:12:05.657 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "3781028e-b99f-4572-92d2-5fef6a7189ac", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43162026-04-01T02:12:12.517ZApr 01 02:12:05.657 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
43172026-04-01T02:12:12.517ZApr 01 02:12:05.658 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f40ff3cd-1320-456b-957f-b4503bd04b09", "content-length": "469", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43182026-04-01T02:12:12.517Zoperation failed, settings remained as expectedApr 01 02:12:05.658 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
43192026-04-01T02:12:12.517ZApr 01 02:12:05.658 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "513270cc-d5d7-4f8f-bdcc-565338217f47", "content-length": "469", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43202026-04-01T02:12:12.517Zcurrent/target: Diff < left / right > :
43212026-04-01T02:12:12.517Z PortSettings {
43222026-04-01T02:12:12.517Z links: {
43232026-04-01T02:12:12.517Z "0": LinkSettings {
43242026-04-01T02:12:12.517Z addrs: [
43252026-04-01T02:12:12.517Z< 14.39.74.134,
43262026-04-01T02:12:12.517Z< 55.208.234.2,
43272026-04-01T02:12:12.517Z< 162.7.241.225,
43282026-04-01T02:12:12.517Z< 217.61.65.62,
43292026-04-01T02:12:12.517Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
43302026-04-01T02:12:12.517Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
43312026-04-01T02:12:12.517Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
43322026-04-01T02:12:12.517Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
43332026-04-01T02:12:12.517Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
43342026-04-01T02:12:12.517Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
43352026-04-01T02:12:12.518Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
43362026-04-01T02:12:12.518Z> 10.123.68.13,
43372026-04-01T02:12:12.518Z> 11.162.121.34,
43382026-04-01T02:12:12.518Z> 19.96.41.238,
43392026-04-01T02:12:12.518Z> 37.70.200.191,
43402026-04-01T02:12:12.518Z> 78.133.217.37,
43412026-04-01T02:12:12.518Z> 83.67.147.2,
43422026-04-01T02:12:12.518Z> 104.153.26.64,
43432026-04-01T02:12:12.518Z> 136.70.39.243,
43442026-04-01T02:12:12.518Z> 146.17.150.201,
43452026-04-01T02:12:12.518Z> 177.100.0.84,
43462026-04-01T02:12:12.518Z> 205.46.79.239,
43472026-04-01T02:12:12.518Z> 234.213.28.10,
43482026-04-01T02:12:12.518Z> 8e6:a757:a800:3c11:5722:24d3:7c23:ca18,
43492026-04-01T02:12:12.518Z> 2e13:a65f:609:7bff:11b2:58d8:3726:df87,
43502026-04-01T02:12:12.518Z> 43f5:fc32:e49f:6d93:d7f6:6109:dd8a:873,
43512026-04-01T02:12:12.518Z> 5540:93d4:8dfa:d38a:aabb:5e0:9d78:18ff,
43522026-04-01T02:12:12.518Z> 5760:15ba:34a1:75da:5bee:c18d:aa04:6107,
43532026-04-01T02:12:12.518Z> 629e:6f4c:422e:866e:379:4e1:6f85:1d0e,
43542026-04-01T02:12:12.518Z> 62b1:a379:f0bb:98ac:dd12:a8b0:90ec:266,
43552026-04-01T02:12:12.518Z> 6b8f:f9bb:c15e:153:da9e:7a3c:db11:3f80,
43562026-04-01T02:12:12.518Z> 8936:fbe:5be:957c:2143:a8ad:b690:6407,
43572026-04-01T02:12:12.518Z> 9af4:a58f:79b6:82ee:503a:a860:5872:891b,
43582026-04-01T02:12:12.518Z> a472:fbc6:e2b5:857d:cea1:fa9:5850:53a4,
43592026-04-01T02:12:12.518Z> a5eb:e5b2:24f6:7088:d05c:61e0:a707:c8be,
43602026-04-01T02:12:12.518Z> af77:d6d7:a97:8d42:23d4:f7be:8a83:c9fc,
43612026-04-01T02:12:12.518Z> d270:7251:ca10:472c:f0b5:ff3a:7fd2:22b3,
43622026-04-01T02:12:12.518Z ],
43632026-04-01T02:12:12.518Z params: LinkCreate {
43642026-04-01T02:12:12.518Z< autoneg: true,
43652026-04-01T02:12:12.518Z> autoneg: false,
43662026-04-01T02:12:12.518Z fec: Some(
43672026-04-01T02:12:12.518Z None,
43682026-04-01T02:12:12.518Z ),
43692026-04-01T02:12:12.518Z kr: true,
43702026-04-01T02:12:12.518Z lane: Some(
43712026-04-01T02:12:12.518Z LinkId(
43722026-04-01T02:12:12.518Z 0,
43732026-04-01T02:12:12.518Z ),
43742026-04-01T02:12:12.518Z ),
43752026-04-01T02:12:12.519Z speed: Speed100G,
43762026-04-01T02:12:12.519Z tx_eq: None,
43772026-04-01T02:12:12.519Z },
43782026-04-01T02:12:12.519Z },
43792026-04-01T02:12:12.519Z },
43802026-04-01T02:12:12.522Z }
43812026-04-01T02:12:12.522ZApr 01 02:12:05.658 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
43822026-04-01T02:12:12.522ZApr 01 02:12:05.659 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "a5e2e57f-ee6a-4397-8735-dd0237a8da7d", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43832026-04-01T02:12:12.522ZApr 01 02:12:05.659 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
43842026-04-01T02:12:12.522ZApr 01 02:12:05.659 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "05fd152a-560b-4253-9c7a-1010417a061a", "content-length": "469", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43852026-04-01T02:12:12.522Zoperation failed, settings remained as expectedApr 01 02:12:05.659 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
43862026-04-01T02:12:12.523ZApr 01 02:12:05.660 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "19263431-2698-421c-a98c-16efbb4a1302", "content-length": "469", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
43872026-04-01T02:12:12.523Zcurrent/target: Diff < left / right > :
43882026-04-01T02:12:12.523Z PortSettings {
43892026-04-01T02:12:12.523Z links: {
43902026-04-01T02:12:12.523Z "0": LinkSettings {
43912026-04-01T02:12:12.523Z addrs: [
43922026-04-01T02:12:12.523Z< 14.39.74.134,
43932026-04-01T02:12:12.523Z< 55.208.234.2,
43942026-04-01T02:12:12.523Z< 162.7.241.225,
43952026-04-01T02:12:12.523Z< 217.61.65.62,
43962026-04-01T02:12:12.523Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
43972026-04-01T02:12:12.523Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
43982026-04-01T02:12:12.523Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
43992026-04-01T02:12:12.523Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
44002026-04-01T02:12:12.523Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
44012026-04-01T02:12:12.523Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
44022026-04-01T02:12:12.523Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
44032026-04-01T02:12:12.523Z> 32.235.40.233,
44042026-04-01T02:12:12.523Z> 62.84.178.137,
44052026-04-01T02:12:12.523Z> 97.171.104.244,
44062026-04-01T02:12:12.523Z> 106.128.116.216,
44072026-04-01T02:12:12.523Z> 110.74.254.41,
44082026-04-01T02:12:12.523Z> 129.148.255.157,
44092026-04-01T02:12:12.523Z> 152.228.53.241,
44102026-04-01T02:12:12.523Z> 162.84.209.88,
44112026-04-01T02:12:12.523Z> 163.92.224.2,
44122026-04-01T02:12:12.523Z> 173.44.243.28,
44132026-04-01T02:12:12.523Z> 187.192.245.54,
44142026-04-01T02:12:12.523Z> 241.67.116.2,
44152026-04-01T02:12:12.523Z> 479a:c9ee:f63e:698a:e3f2:3ea0:2ce2:97a6,
44162026-04-01T02:12:12.523Z ],
44172026-04-01T02:12:12.523Z params: LinkCreate {
44182026-04-01T02:12:12.523Z autoneg: true,
44192026-04-01T02:12:12.523Z fec: Some(
44202026-04-01T02:12:12.523Z None,
44212026-04-01T02:12:12.523Z ),
44222026-04-01T02:12:12.523Z kr: true,
44232026-04-01T02:12:12.523Z lane: Some(
44242026-04-01T02:12:12.523Z LinkId(
44252026-04-01T02:12:12.523Z 0,
44262026-04-01T02:12:12.524Z ),
44272026-04-01T02:12:12.524Z ),
44282026-04-01T02:12:12.524Z speed: Speed100G,
44292026-04-01T02:12:12.524Z tx_eq: None,
44302026-04-01T02:12:12.524Z },
44312026-04-01T02:12:12.524Z },
44322026-04-01T02:12:12.524Z },
44332026-04-01T02:12:12.524Z }
44342026-04-01T02:12:12.524ZApr 01 02:12:05.660 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
44352026-04-01T02:12:12.524ZApr 01 02:12:05.660 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "b57d5dd6-c6ba-4fc1-a64e-5a705b54a74d", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
44362026-04-01T02:12:12.524ZApr 01 02:12:05.660 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
44372026-04-01T02:12:12.524ZApr 01 02:12:05.661 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7f950ce1-f5ae-431d-81e2-35acc482b657", "content-length": "486", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
44382026-04-01T02:12:12.524Zcurrent/target: Diff < left / right > :
44392026-04-01T02:12:12.524Z PortSettings {
44402026-04-01T02:12:12.524Z links: {
44412026-04-01T02:12:12.524Z "0": LinkSettings {
44422026-04-01T02:12:12.524Z addrs: [
44432026-04-01T02:12:12.524Z< 14.39.74.134,
44442026-04-01T02:12:12.524Z< 55.208.234.2,
44452026-04-01T02:12:12.524Z< 97.171.104.244,
44462026-04-01T02:12:12.524Z< 162.7.241.225,
44472026-04-01T02:12:12.524Z< 217.61.65.62,
44482026-04-01T02:12:12.524Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
44492026-04-01T02:12:12.524Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
44502026-04-01T02:12:12.524Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
44512026-04-01T02:12:12.524Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
44522026-04-01T02:12:12.524Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
44532026-04-01T02:12:12.524Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
44542026-04-01T02:12:12.524Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
44552026-04-01T02:12:12.524Z> 30.78.169.131,
44562026-04-01T02:12:12.524Z> 44.123.221.141,
44572026-04-01T02:12:12.524Z> 48.133.189.134,
44582026-04-01T02:12:12.524Z> 86.119.29.181,
44592026-04-01T02:12:12.524Z> 122.1.235.187,
44602026-04-01T02:12:12.524Z> 123.55.21.159,
44612026-04-01T02:12:12.524Z> 130.105.86.8,
44622026-04-01T02:12:12.524Z> 148.114.175.157,
44632026-04-01T02:12:12.524Z> 168.8.97.85,
44642026-04-01T02:12:12.524Z> 177.222.233.78,
44652026-04-01T02:12:12.524Z> 194.234.245.49,
44662026-04-01T02:12:12.525Z> 217.80.192.62,
44672026-04-01T02:12:12.525Z> 234.47.126.14,
44682026-04-01T02:12:12.525Z> 241.148.143.39,
44692026-04-01T02:12:12.525Z> 699e:a951:eadc:e174:df40:54e1:bacc:3fed,
44702026-04-01T02:12:12.525Z ],
44712026-04-01T02:12:12.525Z params: LinkCreate {
44722026-04-01T02:12:12.525Z autoneg: true,
44732026-04-01T02:12:12.525Z fec: Some(
44742026-04-01T02:12:12.525Z None,
44752026-04-01T02:12:12.525Z ),
44762026-04-01T02:12:12.525Z kr: true,
44772026-04-01T02:12:12.525Z lane: Some(
44782026-04-01T02:12:12.525Z LinkId(
44792026-04-01T02:12:12.525Z 0,
44802026-04-01T02:12:12.529Z ),
44812026-04-01T02:12:12.529Z ),
44822026-04-01T02:12:12.529Z speed: Speed100G,
44832026-04-01T02:12:12.529Z tx_eq: None,
44842026-04-01T02:12:12.529Z },
44852026-04-01T02:12:12.529Z },
44862026-04-01T02:12:12.529Z },
44872026-04-01T02:12:12.529Z }
44882026-04-01T02:12:12.529ZApr 01 02:12:05.661 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
44892026-04-01T02:12:12.529ZApr 01 02:12:05.661 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "2bff9459-ad49-45b2-a5df-bef1384a2407", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
44902026-04-01T02:12:12.529ZApr 01 02:12:05.661 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
44912026-04-01T02:12:12.529ZApr 01 02:12:05.662 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3db42c5f-7c7a-4590-a4ca-d46aed632a91", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
44922026-04-01T02:12:12.529Zcurrent/target: Diff < left / right > :
44932026-04-01T02:12:12.529Z PortSettings {
44942026-04-01T02:12:12.529Z links: {
44952026-04-01T02:12:12.529Z "0": LinkSettings {
44962026-04-01T02:12:12.529Z addrs: [
44972026-04-01T02:12:12.529Z< 14.39.74.134,
44982026-04-01T02:12:12.529Z< 44.123.221.141,
44992026-04-01T02:12:12.529Z< 55.208.234.2,
45002026-04-01T02:12:12.529Z< 97.171.104.244,
45012026-04-01T02:12:12.529Z< 162.7.241.225,
45022026-04-01T02:12:12.529Z< 217.61.65.62,
45032026-04-01T02:12:12.529Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
45042026-04-01T02:12:12.529Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
45052026-04-01T02:12:12.529Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
45062026-04-01T02:12:12.529Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
45072026-04-01T02:12:12.529Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
45082026-04-01T02:12:12.529Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
45092026-04-01T02:12:12.529Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
45102026-04-01T02:12:12.529Z> 24.7.237.244,
45112026-04-01T02:12:12.529Z> 35.247.237.78,
45122026-04-01T02:12:12.529Z> 82.250.10.113,
45132026-04-01T02:12:12.529Z> 122.66.133.207,
45142026-04-01T02:12:12.529Z> 130.40.159.17,
45152026-04-01T02:12:12.529Z> 146.196.138.87,
45162026-04-01T02:12:12.529Z> 160.106.143.162,
45172026-04-01T02:12:12.530Z> 166.165.76.100,
45182026-04-01T02:12:12.530Z> 227.185.232.32,
45192026-04-01T02:12:12.530Z> 246.251.180.235,
45202026-04-01T02:12:12.530Z> 6619:13aa:36e4:53d1:82b3:64e:ebdf:82da,
45212026-04-01T02:12:12.530Z ],
45222026-04-01T02:12:12.530Z params: LinkCreate {
45232026-04-01T02:12:12.530Z< autoneg: true,
45242026-04-01T02:12:12.530Z> autoneg: false,
45252026-04-01T02:12:12.530Z fec: Some(
45262026-04-01T02:12:12.530Z None,
45272026-04-01T02:12:12.530Z ),
45282026-04-01T02:12:12.530Z< kr: true,
45292026-04-01T02:12:12.530Z> kr: false,
45302026-04-01T02:12:12.530Z lane: Some(
45312026-04-01T02:12:12.530Z LinkId(
45322026-04-01T02:12:12.530Z 0,
45332026-04-01T02:12:12.530Z ),
45342026-04-01T02:12:12.530Z ),
45352026-04-01T02:12:12.530Z speed: Speed100G,
45362026-04-01T02:12:12.530Z tx_eq: None,
45372026-04-01T02:12:12.530Z },
45382026-04-01T02:12:12.530Z },
45392026-04-01T02:12:12.530Z },
45402026-04-01T02:12:12.530Z }
45412026-04-01T02:12:12.530ZApr 01 02:12:05.662 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
45422026-04-01T02:12:12.530ZApr 01 02:12:05.662 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "6d76b82a-c0dc-496e-a301-2c81f900c1b0", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45432026-04-01T02:12:12.530ZApr 01 02:12:05.662 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
45442026-04-01T02:12:12.530ZApr 01 02:12:05.663 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "051c48a5-5234-4ddd-8cc2-24423e8343f0", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45452026-04-01T02:12:12.530Zoperation failed, settings remained as expectedApr 01 02:12:05.663 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
45462026-04-01T02:12:12.530ZApr 01 02:12:05.663 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c64e27c0-c721-4ede-9804-7ede26def6ec", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45472026-04-01T02:12:12.530Zcurrent/target: Diff < left / right > :
45482026-04-01T02:12:12.530Z PortSettings {
45492026-04-01T02:12:12.530Z< links: {
45502026-04-01T02:12:12.530Z< "0": LinkSettings {
45512026-04-01T02:12:12.530Z< addrs: [
45522026-04-01T02:12:12.530Z< 14.39.74.134,
45532026-04-01T02:12:12.530Z< 44.123.221.141,
45542026-04-01T02:12:12.530Z< 55.208.234.2,
45552026-04-01T02:12:12.530Z< 97.171.104.244,
45562026-04-01T02:12:12.530Z< 162.7.241.225,
45572026-04-01T02:12:12.531Z< 217.61.65.62,
45582026-04-01T02:12:12.531Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
45592026-04-01T02:12:12.531Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
45602026-04-01T02:12:12.531Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
45612026-04-01T02:12:12.531Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
45622026-04-01T02:12:12.531Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
45632026-04-01T02:12:12.531Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
45642026-04-01T02:12:12.531Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
45652026-04-01T02:12:12.531Z< ],
45662026-04-01T02:12:12.531Z< params: LinkCreate {
45672026-04-01T02:12:12.531Z< autoneg: true,
45682026-04-01T02:12:12.531Z< fec: Some(
45692026-04-01T02:12:12.531Z< None,
45702026-04-01T02:12:12.531Z< ),
45712026-04-01T02:12:12.531Z< kr: true,
45722026-04-01T02:12:12.531Z< lane: Some(
45732026-04-01T02:12:12.531Z< LinkId(
45742026-04-01T02:12:12.531Z< 0,
45752026-04-01T02:12:12.531Z< ),
45762026-04-01T02:12:12.531Z< ),
45772026-04-01T02:12:12.531Z< speed: Speed100G,
45782026-04-01T02:12:12.531Z< tx_eq: None,
45792026-04-01T02:12:12.531Z< },
45802026-04-01T02:12:12.535Z< },
45812026-04-01T02:12:12.535Z< },
45822026-04-01T02:12:12.535Z> links: {},
45832026-04-01T02:12:12.535Z }
45842026-04-01T02:12:12.535ZApr 01 02:12:05.663 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
45852026-04-01T02:12:12.535ZApr 01 02:12:05.663 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "36c9d60d-331e-4c89-bb6c-5bba1600a29b", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45862026-04-01T02:12:12.535ZApr 01 02:12:05.664 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
45872026-04-01T02:12:12.535ZApr 01 02:12:05.664 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "491dc45a-8b05-48d3-8e3e-a7e14feb761e", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45882026-04-01T02:12:12.535Zoperation failed, settings remained as expectedApr 01 02:12:05.664 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
45892026-04-01T02:12:12.535ZApr 01 02:12:05.664 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "97f5b38b-5266-416d-bd51-02b463bb4b54", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
45902026-04-01T02:12:12.535Zcurrent/target: Diff < left / right > :
45912026-04-01T02:12:12.535Z PortSettings {
45922026-04-01T02:12:12.535Z links: {
45932026-04-01T02:12:12.535Z "0": LinkSettings {
45942026-04-01T02:12:12.535Z addrs: [
45952026-04-01T02:12:12.535Z< 14.39.74.134,
45962026-04-01T02:12:12.535Z< 44.123.221.141,
45972026-04-01T02:12:12.535Z< 55.208.234.2,
45982026-04-01T02:12:12.535Z< 97.171.104.244,
45992026-04-01T02:12:12.535Z< 162.7.241.225,
46002026-04-01T02:12:12.535Z< 217.61.65.62,
46012026-04-01T02:12:12.535Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
46022026-04-01T02:12:12.535Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
46032026-04-01T02:12:12.535Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
46042026-04-01T02:12:12.535Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
46052026-04-01T02:12:12.535Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
46062026-04-01T02:12:12.535Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
46072026-04-01T02:12:12.535Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
46082026-04-01T02:12:12.535Z> 220.120.46.19,
46092026-04-01T02:12:12.535Z> 28a9:9439:275e:16f2:d823:6313:df8b:51cc,
46102026-04-01T02:12:12.535Z> 2be9:d30a:8393:5925:a3b7:da69:29e7:cce7,
46112026-04-01T02:12:12.536Z> 4484:1bda:e885:d123:53ee:2960:d70e:4777,
46122026-04-01T02:12:12.536Z> 4856:e857:7e36:86bb:5fcc:175b:42e2:6e82,
46132026-04-01T02:12:12.536Z> 55da:1470:ac45:8a32:efb4:faed:fd74:e0c2,
46142026-04-01T02:12:12.536Z> 9157:9e24:4354:b5fa:73a1:866b:def2:664d,
46152026-04-01T02:12:12.536Z> c693:d84f:5686:1d97:4b85:70b6:b05b:288c,
46162026-04-01T02:12:12.536Z> e575:e18f:dec6:39fa:a0e9:a612:170:13da,
46172026-04-01T02:12:12.536Z> eaca:4ede:f758:f97f:2e5:856b:6890:bedd,
46182026-04-01T02:12:12.536Z> f716:d6b1:7f58:8241:b8b9:9747:b166:8996,
46192026-04-01T02:12:12.536Z ],
46202026-04-01T02:12:12.536Z params: LinkCreate {
46212026-04-01T02:12:12.536Z< autoneg: true,
46222026-04-01T02:12:12.536Z> autoneg: false,
46232026-04-01T02:12:12.536Z fec: Some(
46242026-04-01T02:12:12.536Z None,
46252026-04-01T02:12:12.536Z ),
46262026-04-01T02:12:12.536Z< kr: true,
46272026-04-01T02:12:12.536Z> kr: false,
46282026-04-01T02:12:12.536Z lane: Some(
46292026-04-01T02:12:12.536Z LinkId(
46302026-04-01T02:12:12.536Z 0,
46312026-04-01T02:12:12.536Z ),
46322026-04-01T02:12:12.536Z ),
46332026-04-01T02:12:12.536Z speed: Speed100G,
46342026-04-01T02:12:12.536Z tx_eq: None,
46352026-04-01T02:12:12.536Z },
46362026-04-01T02:12:12.536Z },
46372026-04-01T02:12:12.536Z },
46382026-04-01T02:12:12.536Z }
46392026-04-01T02:12:12.536ZApr 01 02:12:05.664 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
46402026-04-01T02:12:12.536ZApr 01 02:12:05.665 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "f6de6e4a-52a0-4db2-9fa9-2b36a51a1641", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
46412026-04-01T02:12:12.536ZApr 01 02:12:05.665 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
46422026-04-01T02:12:12.536ZApr 01 02:12:05.665 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4b887d6d-7b81-49fb-bed2-5264555c7899", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
46432026-04-01T02:12:12.536Zoperation failed, settings remained as expectedApr 01 02:12:05.665 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
46442026-04-01T02:12:12.536ZApr 01 02:12:05.665 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f69ae9e0-4a48-425b-9392-817d36b10cac", "content-length": "503", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
46452026-04-01T02:12:12.536Zcurrent/target: Diff < left / right > :
46462026-04-01T02:12:12.536Z PortSettings {
46472026-04-01T02:12:12.536Z links: {
46482026-04-01T02:12:12.536Z "0": LinkSettings {
46492026-04-01T02:12:12.536Z addrs: [
46502026-04-01T02:12:12.536Z< 14.39.74.134,
46512026-04-01T02:12:12.537Z< 44.123.221.141,
46522026-04-01T02:12:12.537Z< 55.208.234.2,
46532026-04-01T02:12:12.537Z< 97.171.104.244,
46542026-04-01T02:12:12.537Z< 162.7.241.225,
46552026-04-01T02:12:12.537Z< 217.61.65.62,
46562026-04-01T02:12:12.537Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
46572026-04-01T02:12:12.537Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
46582026-04-01T02:12:12.537Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
46592026-04-01T02:12:12.537Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
46602026-04-01T02:12:12.537Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
46612026-04-01T02:12:12.537Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
46622026-04-01T02:12:12.537Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
46632026-04-01T02:12:12.537Z> 86.73.144.192,
46642026-04-01T02:12:12.537Z> 139.145.9.123,
46652026-04-01T02:12:12.537Z> c07:6469:c84e:e1ff:f5dc:ab52:b644:980c,
46662026-04-01T02:12:12.537Z> 1578:8cd8:cdc0:5194:c8f9:ba59:f6a8:ddae,
46672026-04-01T02:12:12.537Z> 2255:86f5:dd15:ebed:2572:1273:fda3:9244,
46682026-04-01T02:12:12.537Z> 24e4:5e22:52f4:95d0:d341:2294:48ec:9942,
46692026-04-01T02:12:12.537Z> 252f:9b22:d044:cadd:5974:6b1f:94d5:496b,
46702026-04-01T02:12:12.537Z> c6ba:9757:e0ae:fa32:28bf:9834:9222:4004,
46712026-04-01T02:12:12.537Z> e627:76a6:43b4:a2f2:bbb7:b83b:a03:310f,
46722026-04-01T02:12:12.537Z> eca7:32fe:8b0a:ea84:df5e:5cc6:41b:cf4b,
46732026-04-01T02:12:12.537Z> f0c0:ae82:fab3:8901:fb90:491f:eafa:2ba3,
46742026-04-01T02:12:12.537Z> f245:943f:39aa:555f:f262:eb0:ded9:7bec,
46752026-04-01T02:12:12.537Z> fa5e:e84:c942:ec9c:d5db:a76a:c246:cd0f,
46762026-04-01T02:12:12.537Z> fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
46772026-04-01T02:12:12.537Z ],
46782026-04-01T02:12:12.537Z params: LinkCreate {
46792026-04-01T02:12:12.537Z< autoneg: true,
46802026-04-01T02:12:12.541Z> autoneg: false,
46812026-04-01T02:12:12.541Z fec: Some(
46822026-04-01T02:12:12.541Z None,
46832026-04-01T02:12:12.541Z ),
46842026-04-01T02:12:12.541Z< kr: true,
46852026-04-01T02:12:12.541Z> kr: false,
46862026-04-01T02:12:12.541Z lane: Some(
46872026-04-01T02:12:12.541Z LinkId(
46882026-04-01T02:12:12.541Z 0,
46892026-04-01T02:12:12.541Z ),
46902026-04-01T02:12:12.541Z ),
46912026-04-01T02:12:12.541Z speed: Speed100G,
46922026-04-01T02:12:12.541Z tx_eq: None,
46932026-04-01T02:12:12.541Z },
46942026-04-01T02:12:12.541Z },
46952026-04-01T02:12:12.541Z },
46962026-04-01T02:12:12.541Z }
46972026-04-01T02:12:12.541ZApr 01 02:12:05.666 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
46982026-04-01T02:12:12.541ZApr 01 02:12:05.666 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "f53d6529-0c30-4520-84e6-1faaae3f7e8d", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
46992026-04-01T02:12:12.541ZApr 01 02:12:05.666 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
47002026-04-01T02:12:12.541ZApr 01 02:12:05.667 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f8531dd9-04b3-4591-ad8f-36ca90a14c89", "content-length": "510", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
47012026-04-01T02:12:12.542Zcurrent/target: Diff < left / right > :
47022026-04-01T02:12:12.542Z PortSettings {
47032026-04-01T02:12:12.542Z links: {
47042026-04-01T02:12:12.542Z "0": LinkSettings {
47052026-04-01T02:12:12.542Z addrs: [
47062026-04-01T02:12:12.542Z< 14.39.74.134,
47072026-04-01T02:12:12.542Z< 55.208.234.2,
47082026-04-01T02:12:12.542Z< 162.7.241.225,
47092026-04-01T02:12:12.542Z< 217.61.65.62,
47102026-04-01T02:12:12.542Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
47112026-04-01T02:12:12.542Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
47122026-04-01T02:12:12.542Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
47132026-04-01T02:12:12.542Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
47142026-04-01T02:12:12.542Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
47152026-04-01T02:12:12.542Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
47162026-04-01T02:12:12.542Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
47172026-04-01T02:12:12.542Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
47182026-04-01T02:12:12.542Z> 33.83.71.47,
47192026-04-01T02:12:12.542Z> 195.167.86.24,
47202026-04-01T02:12:12.542Z> 218.4.183.248,
47212026-04-01T02:12:12.542Z> 13:1046:5618:73e:77c2:d3ce:514:b2de,
47222026-04-01T02:12:12.542Z> 12e0:4d12:2f3a:3a3:b5af:cd7:ef83:84bf,
47232026-04-01T02:12:12.542Z> 2b41:6419:e991:d8ee:7d62:335a:93c6:3718,
47242026-04-01T02:12:12.542Z> 3f41:b5f7:2343:6865:8217:873b:1540:1484,
47252026-04-01T02:12:12.542Z> 4567:9d6f:9bed:8684:165b:e16a:91ca:25af,
47262026-04-01T02:12:12.542Z> 4bc2:765f:3cef:e961:1a26:ae27:998d:ac2c,
47272026-04-01T02:12:12.542Z> 5c5c:3323:3b24:43ce:de:4566:943e:599b,
47282026-04-01T02:12:12.542Z> 6a39:acf4:c035:5524:1ad2:7a98:e7cc:c6e1,
47292026-04-01T02:12:12.542Z> 6b67:c35c:782f:7e4b:7c5f:86f4:f3a6:6db2,
47302026-04-01T02:12:12.542Z> 7441:69f7:13f4:afea:159d:6d51:558a:ffa0,
47312026-04-01T02:12:12.542Z> ab18:166a:9e98:7769:b27b:be04:e428:20a6,
47322026-04-01T02:12:12.542Z> cf66:6a9:fd71:8a91:b5c0:4b4f:5340:e898,
47332026-04-01T02:12:12.542Z> e140:b88:6933:e880:b24b:c4a0:c980:6e36,
47342026-04-01T02:12:12.542Z> e9ae:df0:8c14:866d:bdd7:2cee:ea21:d94,
47352026-04-01T02:12:12.542Z ],
47362026-04-01T02:12:12.542Z params: LinkCreate {
47372026-04-01T02:12:12.542Z< autoneg: true,
47382026-04-01T02:12:12.542Z> autoneg: false,
47392026-04-01T02:12:12.542Z fec: Some(
47402026-04-01T02:12:12.543Z None,
47412026-04-01T02:12:12.543Z ),
47422026-04-01T02:12:12.543Z< kr: true,
47432026-04-01T02:12:12.543Z> kr: false,
47442026-04-01T02:12:12.543Z lane: Some(
47452026-04-01T02:12:12.543Z LinkId(
47462026-04-01T02:12:12.543Z 0,
47472026-04-01T02:12:12.543Z ),
47482026-04-01T02:12:12.543Z ),
47492026-04-01T02:12:12.543Z speed: Speed100G,
47502026-04-01T02:12:12.543Z tx_eq: None,
47512026-04-01T02:12:12.543Z },
47522026-04-01T02:12:12.543Z },
47532026-04-01T02:12:12.543Z },
47542026-04-01T02:12:12.543Z }
47552026-04-01T02:12:12.543ZApr 01 02:12:05.667 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
47562026-04-01T02:12:12.543ZApr 01 02:12:05.668 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "a1595725-03d1-4e40-bab8-ac4b005265d3", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
47572026-04-01T02:12:12.543ZApr 01 02:12:05.668 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
47582026-04-01T02:12:12.543ZApr 01 02:12:05.668 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "74b7b55d-6fc5-4f5b-b82a-f0546afe807b", "content-length": "509", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
47592026-04-01T02:12:12.543Zcurrent/target: Diff < left / right > :
47602026-04-01T02:12:12.543Z PortSettings {
47612026-04-01T02:12:12.543Z links: {
47622026-04-01T02:12:12.543Z "0": LinkSettings {
47632026-04-01T02:12:12.543Z addrs: [
47642026-04-01T02:12:12.543Z< 33.83.71.47,
47652026-04-01T02:12:12.543Z< 55.208.234.2,
47662026-04-01T02:12:12.543Z< 162.7.241.225,
47672026-04-01T02:12:12.543Z< 217.61.65.62,
47682026-04-01T02:12:12.543Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
47692026-04-01T02:12:12.543Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
47702026-04-01T02:12:12.543Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
47712026-04-01T02:12:12.543Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
47722026-04-01T02:12:12.543Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
47732026-04-01T02:12:12.543Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
47742026-04-01T02:12:12.543Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
47752026-04-01T02:12:12.543Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
47762026-04-01T02:12:12.543Z> 17.9.52.255,
47772026-04-01T02:12:12.543Z> 59.64.122.13,
47782026-04-01T02:12:12.543Z> 63.54.188.161,
47792026-04-01T02:12:12.543Z> 84.43.111.88,
47802026-04-01T02:12:12.547Z> 104.253.141.47,
47812026-04-01T02:12:12.547Z> 144.85.222.66,
47822026-04-01T02:12:12.547Z> 170.27.4.121,
47832026-04-01T02:12:12.547Z> 170.192.152.198,
47842026-04-01T02:12:12.547Z> 173.138.179.171,
47852026-04-01T02:12:12.547Z> 198.195.96.141,
47862026-04-01T02:12:12.547Z> 228.80.226.235,
47872026-04-01T02:12:12.547Z> 673:5856:a628:f1b1:f9f8:9a93:1e78:4101,
47882026-04-01T02:12:12.547Z> 2081:5660:49a7:b4eb:4afe:31f1:2a3c:3b65,
47892026-04-01T02:12:12.547Z> 4244:6307:231a:d6b5:e979:1959:d81:329e,
47902026-04-01T02:12:12.547Z> 438a:3200:26e6:aa4f:7801:a0f7:6619:c635,
47912026-04-01T02:12:12.547Z> 5be6:fa81:5eda:541b:e8b3:e4a3:dd1b:10a3,
47922026-04-01T02:12:12.547Z> 65a7:49a1:279b:209c:30:de8c:4c46:4374,
47932026-04-01T02:12:12.547Z> 7541:c681:6aaa:c8f7:1a16:a3a0:b518:f34a,
47942026-04-01T02:12:12.547Z> 7903:ad60:3d88:27b2:f5f2:bf39:c98f:46a6,
47952026-04-01T02:12:12.548Z> 84e8:ec76:3d78:26cd:81f4:48ef:992e:d792,
47962026-04-01T02:12:12.548Z> 953e:c861:d968:9308:dca0:d890:a0bc:e1f,
47972026-04-01T02:12:12.548Z> ca21:ac59:32a1:4d1d:d293:51d6:bc05:66db,
47982026-04-01T02:12:12.548Z> f506:e9ae:f539:7ecf:6815:e56d:5c75:1fc2,
47992026-04-01T02:12:12.548Z> f8e0:c114:be8c:34c7:6bb0:ce57:813b:b05b,
48002026-04-01T02:12:12.548Z ],
48012026-04-01T02:12:12.548Z params: LinkCreate {
48022026-04-01T02:12:12.548Z autoneg: true,
48032026-04-01T02:12:12.548Z fec: Some(
48042026-04-01T02:12:12.548Z None,
48052026-04-01T02:12:12.548Z ),
48062026-04-01T02:12:12.548Z< kr: true,
48072026-04-01T02:12:12.548Z> kr: false,
48082026-04-01T02:12:12.548Z lane: Some(
48092026-04-01T02:12:12.548Z LinkId(
48102026-04-01T02:12:12.548Z 0,
48112026-04-01T02:12:12.548Z ),
48122026-04-01T02:12:12.548Z ),
48132026-04-01T02:12:12.548Z speed: Speed100G,
48142026-04-01T02:12:12.548Z tx_eq: None,
48152026-04-01T02:12:12.548Z },
48162026-04-01T02:12:12.548Z },
48172026-04-01T02:12:12.548Z },
48182026-04-01T02:12:12.548Z }
48192026-04-01T02:12:12.548ZApr 01 02:12:05.668 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
48202026-04-01T02:12:12.548ZApr 01 02:12:05.669 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "50d504e9-f373-498b-aa45-b79cf186f12e", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
48212026-04-01T02:12:12.548ZApr 01 02:12:05.669 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
48222026-04-01T02:12:12.548ZApr 01 02:12:05.669 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "901cce9f-0965-4dc3-9c18-de00841a4a1d", "content-length": "509", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
48232026-04-01T02:12:12.548Zoperation failed, settings remained as expectedApr 01 02:12:05.669 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
48242026-04-01T02:12:12.548ZApr 01 02:12:05.669 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e035c0f1-b7c7-4b68-84e7-cec1b1cec282", "content-length": "509", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
48252026-04-01T02:12:12.548Zcurrent/target: Diff < left / right > :
48262026-04-01T02:12:12.548Z PortSettings {
48272026-04-01T02:12:12.548Z links: {
48282026-04-01T02:12:12.548Z "0": LinkSettings {
48292026-04-01T02:12:12.548Z addrs: [
48302026-04-01T02:12:12.548Z< 33.83.71.47,
48312026-04-01T02:12:12.548Z< 55.208.234.2,
48322026-04-01T02:12:12.548Z< 162.7.241.225,
48332026-04-01T02:12:12.548Z< 217.61.65.62,
48342026-04-01T02:12:12.549Z< 1890:687c:9ac0:e6d8:3858:931b:62ce:faef,
48352026-04-01T02:12:12.549Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
48362026-04-01T02:12:12.549Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
48372026-04-01T02:12:12.549Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
48382026-04-01T02:12:12.549Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
48392026-04-01T02:12:12.549Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
48402026-04-01T02:12:12.549Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
48412026-04-01T02:12:12.549Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
48422026-04-01T02:12:12.549Z> 6.101.2.136,
48432026-04-01T02:12:12.549Z> 6.246.222.138,
48442026-04-01T02:12:12.549Z> 86.58.176.1,
48452026-04-01T02:12:12.549Z> 177.11.217.230,
48462026-04-01T02:12:12.549Z> 180.122.156.235,
48472026-04-01T02:12:12.549Z> 190.16.222.61,
48482026-04-01T02:12:12.549Z> 213.90.131.62,
48492026-04-01T02:12:12.549Z> 4f90:d015:9435:438e:c7f0:85c5:1b17:e963,
48502026-04-01T02:12:12.549Z> 670c:2579:bdfa:2563:61a0:77fa:e691:7cbc,
48512026-04-01T02:12:12.549Z> c61f:7a00:6564:d548:3cb8:e6e3:1155:4efe,
48522026-04-01T02:12:12.549Z> f9d6:b6a4:e1c8:fbc3:f79b:bf1c:612b:d898,
48532026-04-01T02:12:12.549Z ],
48542026-04-01T02:12:12.549Z params: LinkCreate {
48552026-04-01T02:12:12.549Z autoneg: true,
48562026-04-01T02:12:12.549Z fec: Some(
48572026-04-01T02:12:12.549Z None,
48582026-04-01T02:12:12.549Z ),
48592026-04-01T02:12:12.549Z kr: true,
48602026-04-01T02:12:12.549Z lane: Some(
48612026-04-01T02:12:12.549Z LinkId(
48622026-04-01T02:12:12.549Z 0,
48632026-04-01T02:12:12.549Z ),
48642026-04-01T02:12:12.549Z ),
48652026-04-01T02:12:12.549Z speed: Speed100G,
48662026-04-01T02:12:12.549Z tx_eq: None,
48672026-04-01T02:12:12.549Z },
48682026-04-01T02:12:12.549Z },
48692026-04-01T02:12:12.549Z },
48702026-04-01T02:12:12.549Z }
48712026-04-01T02:12:12.549ZApr 01 02:12:05.669 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
48722026-04-01T02:12:12.549ZApr 01 02:12:05.670 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "8a0df057-e85b-4deb-9919-ed28ec75671e", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
48732026-04-01T02:12:12.549ZApr 01 02:12:05.670 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
48742026-04-01T02:12:12.550ZApr 01 02:12:05.670 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7b9f8cbc-c6d1-4576-b1e6-d6ae5124b0d6", "content-length": "466", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
48752026-04-01T02:12:12.550Zcurrent/target: Diff < left / right > :
48762026-04-01T02:12:12.550Z PortSettings {
48772026-04-01T02:12:12.550Z links: {
48782026-04-01T02:12:12.550Z "0": LinkSettings {
48792026-04-01T02:12:12.550Z addrs: [
48802026-04-01T02:12:12.553Z< 33.83.71.47,
48812026-04-01T02:12:12.554Z< 86.58.176.1,
48822026-04-01T02:12:12.554Z< 162.7.241.225,
48832026-04-01T02:12:12.554Z< 217.61.65.62,
48842026-04-01T02:12:12.554Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
48852026-04-01T02:12:12.554Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
48862026-04-01T02:12:12.554Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
48872026-04-01T02:12:12.554Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
48882026-04-01T02:12:12.554Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
48892026-04-01T02:12:12.554Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
48902026-04-01T02:12:12.554Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
48912026-04-01T02:12:12.554Z> 47.20.153.167,
48922026-04-01T02:12:12.554Z> 99.40.55.8,
48932026-04-01T02:12:12.554Z> 208.238.69.20,
48942026-04-01T02:12:12.554Z> 21fb:b217:edca:26bb:e4c4:66a:ed80:ded6,
48952026-04-01T02:12:12.554Z> 5e3d:2455:ca58:403e:f770:be05:6d3b:7e58,
48962026-04-01T02:12:12.554Z> 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
48972026-04-01T02:12:12.554Z> b083:53f2:96d3:bd68:b0d5:d3ab:604c:23f6,
48982026-04-01T02:12:12.554Z> c247:94d0:ed0:ab24:2c8a:55a2:9bb9:b177,
48992026-04-01T02:12:12.554Z> e7a2:fd43:6f51:4926:a6e5:69e6:7ee4:eb2f,
49002026-04-01T02:12:12.554Z> ec06:5f75:f2:b8e7:4ed7:bc72:751e:7033,
49012026-04-01T02:12:12.554Z ],
49022026-04-01T02:12:12.554Z params: LinkCreate {
49032026-04-01T02:12:12.554Z autoneg: true,
49042026-04-01T02:12:12.554Z fec: Some(
49052026-04-01T02:12:12.554Z None,
49062026-04-01T02:12:12.554Z ),
49072026-04-01T02:12:12.554Z< kr: true,
49082026-04-01T02:12:12.554Z> kr: false,
49092026-04-01T02:12:12.554Z lane: Some(
49102026-04-01T02:12:12.554Z LinkId(
49112026-04-01T02:12:12.554Z 0,
49122026-04-01T02:12:12.554Z ),
49132026-04-01T02:12:12.554Z ),
49142026-04-01T02:12:12.554Z speed: Speed100G,
49152026-04-01T02:12:12.554Z tx_eq: None,
49162026-04-01T02:12:12.554Z },
49172026-04-01T02:12:12.554Z },
49182026-04-01T02:12:12.554Z },
49192026-04-01T02:12:12.555Z }
49202026-04-01T02:12:12.555ZApr 01 02:12:05.671 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
49212026-04-01T02:12:12.555ZApr 01 02:12:05.671 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "557048dc-80bc-4546-9b92-b2abac550e27", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
49222026-04-01T02:12:12.555ZApr 01 02:12:05.671 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
49232026-04-01T02:12:12.555ZApr 01 02:12:05.672 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2ca1aab5-d77c-4b48-9b9d-765e7c9ff45a", "content-length": "463", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
49242026-04-01T02:12:12.555Zcurrent/target: Diff < left / right > :
49252026-04-01T02:12:12.555Z PortSettings {
49262026-04-01T02:12:12.555Z links: {
49272026-04-01T02:12:12.555Z "0": LinkSettings {
49282026-04-01T02:12:12.555Z addrs: [
49292026-04-01T02:12:12.555Z< 217.61.65.62,
49302026-04-01T02:12:12.555Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
49312026-04-01T02:12:12.555Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
49322026-04-01T02:12:12.555Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
49332026-04-01T02:12:12.555Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
49342026-04-01T02:12:12.555Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
49352026-04-01T02:12:12.555Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
49362026-04-01T02:12:12.555Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
49372026-04-01T02:12:12.555Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
49382026-04-01T02:12:12.555Z> 26.179.6.110,
49392026-04-01T02:12:12.555Z> 45.2.117.23,
49402026-04-01T02:12:12.555Z> 51.137.213.89,
49412026-04-01T02:12:12.555Z> 67.163.73.137,
49422026-04-01T02:12:12.555Z> 73.129.27.1,
49432026-04-01T02:12:12.555Z> 90.206.236.153,
49442026-04-01T02:12:12.555Z> 174.191.102.203,
49452026-04-01T02:12:12.555Z> 203.147.89.21,
49462026-04-01T02:12:12.555Z> 204.30.161.160,
49472026-04-01T02:12:12.555Z> 204.130.10.244,
49482026-04-01T02:12:12.555Z> 215.129.218.126,
49492026-04-01T02:12:12.555Z> 245.190.120.27,
49502026-04-01T02:12:12.555Z> 3e13:a4f7:ed63:b40b:2650:294b:92db:c420,
49512026-04-01T02:12:12.555Z> 6337:76f3:4397:cfa3:edb5:9219:bb16:3e49,
49522026-04-01T02:12:12.555Z> 7b12:f228:3ab1:3243:9c32:d359:5978:90d7,
49532026-04-01T02:12:12.555Z> e015:afe1:cc92:ecb6:bfd4:2904:ccdc:4e7d,
49542026-04-01T02:12:12.555Z> f307:3729:6d3e:5945:3347:39a9:e316:8399,
49552026-04-01T02:12:12.555Z> f684:8685:7416:7401:359b:9795:5093:dca,
49562026-04-01T02:12:12.555Z ],
49572026-04-01T02:12:12.555Z params: LinkCreate {
49582026-04-01T02:12:12.555Z autoneg: true,
49592026-04-01T02:12:12.556Z fec: Some(
49602026-04-01T02:12:12.556Z None,
49612026-04-01T02:12:12.556Z ),
49622026-04-01T02:12:12.556Z< kr: true,
49632026-04-01T02:12:12.556Z> kr: false,
49642026-04-01T02:12:12.556Z lane: Some(
49652026-04-01T02:12:12.556Z LinkId(
49662026-04-01T02:12:12.556Z 0,
49672026-04-01T02:12:12.556Z ),
49682026-04-01T02:12:12.556Z ),
49692026-04-01T02:12:12.556Z speed: Speed100G,
49702026-04-01T02:12:12.556Z tx_eq: None,
49712026-04-01T02:12:12.556Z },
49722026-04-01T02:12:12.556Z },
49732026-04-01T02:12:12.556Z },
49742026-04-01T02:12:12.556Z }
49752026-04-01T02:12:12.556ZApr 01 02:12:05.672 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
49762026-04-01T02:12:12.556ZApr 01 02:12:05.672 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "9bb559ef-e1fb-4bb7-9b91-313cfc518cf1", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
49772026-04-01T02:12:12.556ZApr 01 02:12:05.672 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
49782026-04-01T02:12:12.556ZApr 01 02:12:05.672 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a5224b20-0e7a-49be-8aed-9ed10d098539", "content-length": "463", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
49792026-04-01T02:12:12.556Zoperation failed, settings remained as expectedApr 01 02:12:05.673 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
49802026-04-01T02:12:12.560ZApr 01 02:12:05.673 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e5f54709-c96f-449f-a21e-eaa0640e1f0b", "content-length": "463", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
49812026-04-01T02:12:12.560Zcurrent/target: Diff < left / right > :
49822026-04-01T02:12:12.560Z PortSettings {
49832026-04-01T02:12:12.560Z links: {
49842026-04-01T02:12:12.560Z "0": LinkSettings {
49852026-04-01T02:12:12.560Z addrs: [
49862026-04-01T02:12:12.560Z< 217.61.65.62,
49872026-04-01T02:12:12.560Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
49882026-04-01T02:12:12.560Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
49892026-04-01T02:12:12.560Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
49902026-04-01T02:12:12.560Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
49912026-04-01T02:12:12.560Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
49922026-04-01T02:12:12.560Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
49932026-04-01T02:12:12.560Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
49942026-04-01T02:12:12.560Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
49952026-04-01T02:12:12.560Z> 38.207.89.29,
49962026-04-01T02:12:12.560Z> 62.61.30.50,
49972026-04-01T02:12:12.560Z> 75.113.211.91,
49982026-04-01T02:12:12.560Z> 95.116.200.24,
49992026-04-01T02:12:12.560Z> 108.56.145.133,
50002026-04-01T02:12:12.560Z> 122.183.126.85,
50012026-04-01T02:12:12.560Z> 138.225.54.234,
50022026-04-01T02:12:12.560Z> 168.210.30.153,
50032026-04-01T02:12:12.561Z> 188.197.246.69,
50042026-04-01T02:12:12.561Z> 193.171.41.68,
50052026-04-01T02:12:12.561Z> 196.173.109.81,
50062026-04-01T02:12:12.561Z> 198.159.16.108,
50072026-04-01T02:12:12.561Z> 215.95.116.121,
50082026-04-01T02:12:12.561Z> 254.136.37.86,
50092026-04-01T02:12:12.561Z> 2120:b437:fd18:af8f:e06e:2fe7:65f3:f34a,
50102026-04-01T02:12:12.561Z> 2e33:c532:c18d:ee0f:17b9:afe6:45a5:32dc,
50112026-04-01T02:12:12.561Z> 322a:f4f9:595b:60fb:8aaf:d69d:9a5c:1ee5,
50122026-04-01T02:12:12.561Z> 4ff9:8bb1:6976:c63e:d512:d468:76ac:cb53,
50132026-04-01T02:12:12.561Z> 5724:eecd:b9af:2b3d:8e38:81ab:1ffd:695,
50142026-04-01T02:12:12.561Z> 620c:47f:698d:3898:e72b:cdd:c4e8:846e,
50152026-04-01T02:12:12.561Z> 6af3:4590:48a9:51e4:e18b:5621:f3d7:bce7,
50162026-04-01T02:12:12.561Z> 6c08:9474:209:9323:707d:1d9a:2da3:2d28,
50172026-04-01T02:12:12.561Z> 7067:ffd:9c5a:9d74:232e:80a1:3fb6:3d91,
50182026-04-01T02:12:12.561Z> 77ef:3b81:d8db:5a96:b730:8979:dd2f:90a1,
50192026-04-01T02:12:12.561Z> d415:af12:e95d:e6d6:fd45:be72:f5fb:e095,
50202026-04-01T02:12:12.561Z ],
50212026-04-01T02:12:12.561Z params: LinkCreate {
50222026-04-01T02:12:12.561Z< autoneg: true,
50232026-04-01T02:12:12.561Z> autoneg: false,
50242026-04-01T02:12:12.561Z fec: Some(
50252026-04-01T02:12:12.561Z None,
50262026-04-01T02:12:12.561Z ),
50272026-04-01T02:12:12.561Z< kr: true,
50282026-04-01T02:12:12.561Z> kr: false,
50292026-04-01T02:12:12.561Z lane: Some(
50302026-04-01T02:12:12.561Z LinkId(
50312026-04-01T02:12:12.561Z 0,
50322026-04-01T02:12:12.561Z ),
50332026-04-01T02:12:12.561Z ),
50342026-04-01T02:12:12.561Z speed: Speed100G,
50352026-04-01T02:12:12.561Z tx_eq: None,
50362026-04-01T02:12:12.561Z },
50372026-04-01T02:12:12.561Z },
50382026-04-01T02:12:12.561Z },
50392026-04-01T02:12:12.561Z }
50402026-04-01T02:12:12.561ZApr 01 02:12:05.673 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
50412026-04-01T02:12:12.561ZApr 01 02:12:05.674 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "2a1d998b-d8ba-4e83-beff-9b1796c45bd8", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
50422026-04-01T02:12:12.562ZApr 01 02:12:05.674 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
50432026-04-01T02:12:12.562ZApr 01 02:12:05.674 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f5f78c6c-a921-41b0-b65c-c968e6ca6386", "content-length": "478", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
50442026-04-01T02:12:12.562Zcurrent/target: Diff < left / right > :
50452026-04-01T02:12:12.562Z PortSettings {
50462026-04-01T02:12:12.562Z links: {
50472026-04-01T02:12:12.562Z "0": LinkSettings {
50482026-04-01T02:12:12.562Z addrs: [
50492026-04-01T02:12:12.562Z< 38.207.89.29,
50502026-04-01T02:12:12.562Z< 217.61.65.62,
50512026-04-01T02:12:12.562Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
50522026-04-01T02:12:12.562Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
50532026-04-01T02:12:12.562Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
50542026-04-01T02:12:12.562Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
50552026-04-01T02:12:12.562Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
50562026-04-01T02:12:12.562Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
50572026-04-01T02:12:12.562Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
50582026-04-01T02:12:12.562Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
50592026-04-01T02:12:12.562Z> 53.37.248.139,
50602026-04-01T02:12:12.562Z> 83.194.55.120,
50612026-04-01T02:12:12.562Z> 88.144.227.91,
50622026-04-01T02:12:12.562Z> 157.253.39.253,
50632026-04-01T02:12:12.562Z> 214.235.136.188,
50642026-04-01T02:12:12.562Z> 281:bf39:1766:1d18:a46d:141b:dd7a:3573,
50652026-04-01T02:12:12.562Z> 357f:e18:ba77:59b7:d486:471f:e1ad:7841,
50662026-04-01T02:12:12.562Z> 3bbe:b9be:c770:ff50:6b94:132f:d183:9a3,
50672026-04-01T02:12:12.562Z> 4ba5:7ce3:70d:3d58:e1ee:9097:fc2b:86e4,
50682026-04-01T02:12:12.562Z> 505d:3105:317c:9276:a854:5aa:28bc:d48,
50692026-04-01T02:12:12.562Z> 5a52:453b:61f1:1544:9b4a:dce9:2e0:30ce,
50702026-04-01T02:12:12.562Z> 5ad7:75d6:46d7:adf7:2f01:4a78:e6c1:71a9,
50712026-04-01T02:12:12.562Z> 60ba:ae7f:d8f1:ac09:8a07:9289:5158:aa58,
50722026-04-01T02:12:12.562Z> 617a:ad1b:6bd8:897:67d8:379:2cf2:9938,
50732026-04-01T02:12:12.562Z> 6856:28d7:ebe7:fefc:935d:b1a:5dae:c543,
50742026-04-01T02:12:12.562Z> 92ff:b6c4:fa65:8ddc:2713:5fbf:1bd3:5e75,
50752026-04-01T02:12:12.562Z> 9351:79a1:d39e:cbbb:9761:e28:cc34:27a5,
50762026-04-01T02:12:12.562Z> ef9b:4878:4535:7427:e22:8227:d751:7ae5,
50772026-04-01T02:12:12.562Z> f034:99c6:3006:d491:c3e:5b8:5c51:dd20,
50782026-04-01T02:12:12.562Z ],
50792026-04-01T02:12:12.562Z params: LinkCreate {
50802026-04-01T02:12:12.566Z autoneg: true,
50812026-04-01T02:12:12.566Z fec: Some(
50822026-04-01T02:12:12.566Z None,
50832026-04-01T02:12:12.566Z ),
50842026-04-01T02:12:12.566Z< kr: true,
50852026-04-01T02:12:12.566Z> kr: false,
50862026-04-01T02:12:12.566Z lane: Some(
50872026-04-01T02:12:12.566Z LinkId(
50882026-04-01T02:12:12.566Z 0,
50892026-04-01T02:12:12.566Z ),
50902026-04-01T02:12:12.566Z ),
50912026-04-01T02:12:12.566Z speed: Speed100G,
50922026-04-01T02:12:12.566Z tx_eq: None,
50932026-04-01T02:12:12.566Z },
50942026-04-01T02:12:12.566Z },
50952026-04-01T02:12:12.567Z },
50962026-04-01T02:12:12.567Z }
50972026-04-01T02:12:12.567ZApr 01 02:12:05.674 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
50982026-04-01T02:12:12.567ZApr 01 02:12:05.675 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "3f19fc2d-f376-409f-b9c8-797c2041d6b8", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
50992026-04-01T02:12:12.567ZApr 01 02:12:05.675 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
51002026-04-01T02:12:12.567ZApr 01 02:12:05.675 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d5297caa-6288-40f5-8b38-ac68f97d2842", "content-length": "496", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51012026-04-01T02:12:12.567Zcurrent/target: Diff < left / right > :
51022026-04-01T02:12:12.567Z PortSettings {
51032026-04-01T02:12:12.567Z links: {
51042026-04-01T02:12:12.567Z "0": LinkSettings {
51052026-04-01T02:12:12.567Z addrs: [
51062026-04-01T02:12:12.567Z< 38.207.89.29,
51072026-04-01T02:12:12.567Z< 214.235.136.188,
51082026-04-01T02:12:12.567Z< 217.61.65.62,
51092026-04-01T02:12:12.567Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
51102026-04-01T02:12:12.567Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
51112026-04-01T02:12:12.567Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
51122026-04-01T02:12:12.567Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
51132026-04-01T02:12:12.567Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
51142026-04-01T02:12:12.567Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
51152026-04-01T02:12:12.567Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
51162026-04-01T02:12:12.567Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
51172026-04-01T02:12:12.567Z> 48.126.152.242,
51182026-04-01T02:12:12.567Z> 81.52.242.167,
51192026-04-01T02:12:12.567Z> 108.81.202.107,
51202026-04-01T02:12:12.567Z> 123.211.197.100,
51212026-04-01T02:12:12.567Z> 137.163.163.66,
51222026-04-01T02:12:12.567Z> 170.179.236.197,
51232026-04-01T02:12:12.567Z> 222.91.95.221,
51242026-04-01T02:12:12.567Z> 223.203.205.46,
51252026-04-01T02:12:12.567Z> 237.133.225.188,
51262026-04-01T02:12:12.567Z> 5e52:a368:c662:c36b:9cab:a6ea:1d30:bafd,
51272026-04-01T02:12:12.567Z> 7cbe:4428:5dea:df41:c0b7:7948:306c:b8e,
51282026-04-01T02:12:12.567Z> f714:cec1:6b57:ecf6:6392:364e:e855:e07a,
51292026-04-01T02:12:12.567Z ],
51302026-04-01T02:12:12.567Z params: LinkCreate {
51312026-04-01T02:12:12.567Z< autoneg: true,
51322026-04-01T02:12:12.567Z> autoneg: false,
51332026-04-01T02:12:12.567Z fec: Some(
51342026-04-01T02:12:12.567Z None,
51352026-04-01T02:12:12.568Z ),
51362026-04-01T02:12:12.568Z< kr: true,
51372026-04-01T02:12:12.568Z> kr: false,
51382026-04-01T02:12:12.568Z lane: Some(
51392026-04-01T02:12:12.568Z LinkId(
51402026-04-01T02:12:12.568Z 0,
51412026-04-01T02:12:12.568Z ),
51422026-04-01T02:12:12.568Z ),
51432026-04-01T02:12:12.568Z speed: Speed100G,
51442026-04-01T02:12:12.568Z tx_eq: None,
51452026-04-01T02:12:12.568Z },
51462026-04-01T02:12:12.568Z },
51472026-04-01T02:12:12.568Z },
51482026-04-01T02:12:12.568Z }
51492026-04-01T02:12:12.568ZApr 01 02:12:05.675 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
51502026-04-01T02:12:12.568ZApr 01 02:12:05.676 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "5e3194dd-0923-44fb-a1db-1f65f009f248", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51512026-04-01T02:12:12.568ZApr 01 02:12:05.676 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
51522026-04-01T02:12:12.568ZApr 01 02:12:05.676 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d3334bad-bc26-4a9b-b1ba-4df81f6a3ecc", "content-length": "496", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51532026-04-01T02:12:12.568Zoperation failed, settings remained as expectedApr 01 02:12:05.676 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
51542026-04-01T02:12:12.568ZApr 01 02:12:05.676 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "01b4034b-3bbd-4f07-b53f-02bd565d9ac8", "content-length": "496", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51552026-04-01T02:12:12.568Zcurrent/target: Diff < left / right > :
51562026-04-01T02:12:12.568Z PortSettings {
51572026-04-01T02:12:12.568Z links: {
51582026-04-01T02:12:12.568Z "0": LinkSettings {
51592026-04-01T02:12:12.568Z addrs: [
51602026-04-01T02:12:12.568Z< 38.207.89.29,
51612026-04-01T02:12:12.568Z< 214.235.136.188,
51622026-04-01T02:12:12.568Z< 217.61.65.62,
51632026-04-01T02:12:12.568Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
51642026-04-01T02:12:12.568Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
51652026-04-01T02:12:12.568Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
51662026-04-01T02:12:12.568Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
51672026-04-01T02:12:12.568Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
51682026-04-01T02:12:12.568Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
51692026-04-01T02:12:12.568Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
51702026-04-01T02:12:12.568Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
51712026-04-01T02:12:12.568Z> 141.16.171.77,
51722026-04-01T02:12:12.568Z> 1126:270a:e7e1:61:f3a5:e72:928d:ecc0,
51732026-04-01T02:12:12.568Z> 16fb:9ad2:34c:2955:3bc2:7516:4f8b:4e07,
51742026-04-01T02:12:12.568Z> 32c1:7b4e:b998:51e9:be89:9cc9:ff00:bfab,
51752026-04-01T02:12:12.569Z> db7a:b01f:cfb0:2d22:b4f2:3133:b0d2:f4dd,
51762026-04-01T02:12:12.569Z> f9b6:cc00:e6a5:5161:3beb:d59c:8bc5:447e,
51772026-04-01T02:12:12.569Z ],
51782026-04-01T02:12:12.569Z params: LinkCreate {
51792026-04-01T02:12:12.569Z autoneg: true,
51802026-04-01T02:12:12.572Z fec: Some(
51812026-04-01T02:12:12.572Z None,
51822026-04-01T02:12:12.572Z ),
51832026-04-01T02:12:12.572Z kr: true,
51842026-04-01T02:12:12.572Z lane: Some(
51852026-04-01T02:12:12.572Z LinkId(
51862026-04-01T02:12:12.572Z 0,
51872026-04-01T02:12:12.572Z ),
51882026-04-01T02:12:12.573Z ),
51892026-04-01T02:12:12.573Z speed: Speed100G,
51902026-04-01T02:12:12.573Z tx_eq: None,
51912026-04-01T02:12:12.573Z },
51922026-04-01T02:12:12.573Z },
51932026-04-01T02:12:12.573Z },
51942026-04-01T02:12:12.573Z }
51952026-04-01T02:12:12.573ZApr 01 02:12:05.677 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
51962026-04-01T02:12:12.573ZApr 01 02:12:05.677 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "2c99148b-7c21-4e7e-be64-192145b0b91b", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51972026-04-01T02:12:12.573ZApr 01 02:12:05.677 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
51982026-04-01T02:12:12.573ZApr 01 02:12:05.677 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0214c996-5d28-4fa0-854b-e486294f43ed", "content-length": "481", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
51992026-04-01T02:12:12.573Zcurrent/target: Diff < left / right > :
52002026-04-01T02:12:12.573Z PortSettings {
52012026-04-01T02:12:12.573Z links: {
52022026-04-01T02:12:12.573Z "0": LinkSettings {
52032026-04-01T02:12:12.573Z addrs: [
52042026-04-01T02:12:12.573Z< 38.207.89.29,
52052026-04-01T02:12:12.573Z< 214.235.136.188,
52062026-04-01T02:12:12.573Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
52072026-04-01T02:12:12.573Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
52082026-04-01T02:12:12.573Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
52092026-04-01T02:12:12.573Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
52102026-04-01T02:12:12.573Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
52112026-04-01T02:12:12.573Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
52122026-04-01T02:12:12.573Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
52132026-04-01T02:12:12.573Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
52142026-04-01T02:12:12.573Z> 2.127.169.59,
52152026-04-01T02:12:12.573Z> 40.150.166.181,
52162026-04-01T02:12:12.573Z> 83.154.134.252,
52172026-04-01T02:12:12.573Z> 114.106.88.12,
52182026-04-01T02:12:12.573Z> 116.165.247.132,
52192026-04-01T02:12:12.573Z> 123.176.48.252,
52202026-04-01T02:12:12.573Z> 178.46.215.78,
52212026-04-01T02:12:12.573Z> 188.219.63.182,
52222026-04-01T02:12:12.573Z> 197.161.52.129,
52232026-04-01T02:12:12.573Z> 217.190.234.74,
52242026-04-01T02:12:12.573Z> 574e:73e6:1cef:50ac:c100:65ca:32c0:fd,
52252026-04-01T02:12:12.573Z> 7862:3ecd:c1cf:9d56:241f:ef1b:81a6:8639,
52262026-04-01T02:12:12.573Z> 8af3:7ec5:6224:8d77:6884:53e:91e0:487a,
52272026-04-01T02:12:12.574Z> c0d6:f694:60c9:2ec0:8584:3862:7fdb:bee4,
52282026-04-01T02:12:12.574Z ],
52292026-04-01T02:12:12.574Z params: LinkCreate {
52302026-04-01T02:12:12.574Z< autoneg: true,
52312026-04-01T02:12:12.574Z> autoneg: false,
52322026-04-01T02:12:12.574Z fec: Some(
52332026-04-01T02:12:12.574Z None,
52342026-04-01T02:12:12.574Z ),
52352026-04-01T02:12:12.574Z< kr: true,
52362026-04-01T02:12:12.574Z> kr: false,
52372026-04-01T02:12:12.574Z lane: Some(
52382026-04-01T02:12:12.574Z LinkId(
52392026-04-01T02:12:12.574Z 0,
52402026-04-01T02:12:12.574Z ),
52412026-04-01T02:12:12.574Z ),
52422026-04-01T02:12:12.574Z speed: Speed100G,
52432026-04-01T02:12:12.574Z tx_eq: None,
52442026-04-01T02:12:12.574Z },
52452026-04-01T02:12:12.574Z },
52462026-04-01T02:12:12.574Z },
52472026-04-01T02:12:12.574Z }
52482026-04-01T02:12:12.574ZApr 01 02:12:05.678 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
52492026-04-01T02:12:12.574ZApr 01 02:12:05.678 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "36d2f901-cdf9-42fb-9ed2-628e0e81fb73", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
52502026-04-01T02:12:12.574ZApr 01 02:12:05.678 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
52512026-04-01T02:12:12.574ZApr 01 02:12:05.678 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e77888f6-0850-4a34-874e-24b9f16a553b", "content-length": "481", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
52522026-04-01T02:12:12.574Zoperation failed, settings remained as expectedApr 01 02:12:05.678 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
52532026-04-01T02:12:12.574ZApr 01 02:12:05.679 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4df9dbf7-dad5-4990-95d3-85bf27513fcd", "content-length": "481", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
52542026-04-01T02:12:12.574Zcurrent/target: Diff < left / right > :
52552026-04-01T02:12:12.574Z PortSettings {
52562026-04-01T02:12:12.574Z links: {
52572026-04-01T02:12:12.574Z "0": LinkSettings {
52582026-04-01T02:12:12.574Z addrs: [
52592026-04-01T02:12:12.574Z< 38.207.89.29,
52602026-04-01T02:12:12.574Z< 214.235.136.188,
52612026-04-01T02:12:12.574Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
52622026-04-01T02:12:12.574Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
52632026-04-01T02:12:12.574Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
52642026-04-01T02:12:12.574Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
52652026-04-01T02:12:12.574Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
52662026-04-01T02:12:12.574Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
52672026-04-01T02:12:12.575Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
52682026-04-01T02:12:12.575Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
52692026-04-01T02:12:12.575Z> 0.162.164.196,
52702026-04-01T02:12:12.575Z> 6.232.221.176,
52712026-04-01T02:12:12.575Z> 69.134.170.101,
52722026-04-01T02:12:12.575Z> 135.232.14.26,
52732026-04-01T02:12:12.575Z> 190.83.59.147,
52742026-04-01T02:12:12.575Z> 210.2.25.59,
52752026-04-01T02:12:12.575Z> 235.92.180.157,
52762026-04-01T02:12:12.575Z> 1200:ab99:1a96:cdf2:569e:1dc:123d:da7e,
52772026-04-01T02:12:12.575Z> 20e8:c7d2:fe53:456b:6d:a323:777f:ac44,
52782026-04-01T02:12:12.575Z> 43f9:1206:8218:7834:8aba:fdc2:4ab8:246f,
52792026-04-01T02:12:12.575Z> 5140:9c26:744:ab1e:e016:e1ff:4de1:9da8,
52802026-04-01T02:12:12.578Z> 6259:2e4a:9f3:c3ed:54ea:18:6637:84ac,
52812026-04-01T02:12:12.578Z> 8d35:8bb7:d86b:ed92:5bdf:6685:fad2:dc8f,
52822026-04-01T02:12:12.578Z> 9c0d:5894:fe44:1a37:c783:5601:51ea:f503,
52832026-04-01T02:12:12.579Z> b16f:7171:9b81:12d7:f9c4:e322:9dad:3893,
52842026-04-01T02:12:12.579Z> bf1d:7dc2:3751:e8b8:4bf:bf3f:756b:3313,
52852026-04-01T02:12:12.579Z> ee48:670d:bb4b:30:75cf:900c:99b4:2acf,
52862026-04-01T02:12:12.579Z ],
52872026-04-01T02:12:12.579Z params: LinkCreate {
52882026-04-01T02:12:12.579Z< autoneg: true,
52892026-04-01T02:12:12.579Z> autoneg: false,
52902026-04-01T02:12:12.579Z fec: Some(
52912026-04-01T02:12:12.579Z None,
52922026-04-01T02:12:12.579Z ),
52932026-04-01T02:12:12.579Z kr: true,
52942026-04-01T02:12:12.579Z lane: Some(
52952026-04-01T02:12:12.579Z LinkId(
52962026-04-01T02:12:12.579Z 0,
52972026-04-01T02:12:12.579Z ),
52982026-04-01T02:12:12.579Z ),
52992026-04-01T02:12:12.579Z speed: Speed100G,
53002026-04-01T02:12:12.579Z tx_eq: None,
53012026-04-01T02:12:12.579Z },
53022026-04-01T02:12:12.579Z },
53032026-04-01T02:12:12.579Z },
53042026-04-01T02:12:12.579Z }
53052026-04-01T02:12:12.579ZApr 01 02:12:05.679 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
53062026-04-01T02:12:12.579ZApr 01 02:12:05.679 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "bb03c715-df10-4883-89af-0002727fd1e0", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
53072026-04-01T02:12:12.579ZApr 01 02:12:05.680 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
53082026-04-01T02:12:12.579ZApr 01 02:12:05.680 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "16ad427c-782f-4d03-88a6-a735a9f4473b", "content-length": "481", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
53092026-04-01T02:12:12.579Zoperation failed, settings remained as expectedApr 01 02:12:05.680 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
53102026-04-01T02:12:12.579ZApr 01 02:12:05.680 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2fd67f2f-bacd-45af-a34c-3341bd762725", "content-length": "481", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
53112026-04-01T02:12:12.579Zcurrent/target: Diff < left / right > :
53122026-04-01T02:12:12.579Z PortSettings {
53132026-04-01T02:12:12.579Z links: {
53142026-04-01T02:12:12.579Z "0": LinkSettings {
53152026-04-01T02:12:12.579Z addrs: [
53162026-04-01T02:12:12.579Z< 38.207.89.29,
53172026-04-01T02:12:12.579Z< 214.235.136.188,
53182026-04-01T02:12:12.579Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
53192026-04-01T02:12:12.579Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
53202026-04-01T02:12:12.579Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
53212026-04-01T02:12:12.579Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
53222026-04-01T02:12:12.580Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
53232026-04-01T02:12:12.580Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
53242026-04-01T02:12:12.580Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
53252026-04-01T02:12:12.580Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
53262026-04-01T02:12:12.580Z> 47.151.167.157,
53272026-04-01T02:12:12.580Z> 67.99.111.50,
53282026-04-01T02:12:12.580Z> 114.38.155.113,
53292026-04-01T02:12:12.580Z> 117.216.137.238,
53302026-04-01T02:12:12.580Z> 120.135.40.146,
53312026-04-01T02:12:12.580Z> 147.5.117.13,
53322026-04-01T02:12:12.580Z> 167.237.177.204,
53332026-04-01T02:12:12.580Z> 176.253.245.121,
53342026-04-01T02:12:12.580Z> 180.24.163.98,
53352026-04-01T02:12:12.580Z> 181.195.230.212,
53362026-04-01T02:12:12.580Z> 228.197.24.199,
53372026-04-01T02:12:12.580Z> 3789:cc45:43db:da65:f3fc:1314:fd25:272f,
53382026-04-01T02:12:12.580Z> 4672:bb4:ae77:7d91:7238:f5b6:6f29:569c,
53392026-04-01T02:12:12.580Z> 789e:20d4:ef13:f2fe:924f:4547:7a67:536d,
53402026-04-01T02:12:12.580Z> d42b:80f7:537d:2be2:a896:c3c3:e5ff:b2b1,
53412026-04-01T02:12:12.580Z> e9c2:fdfd:aad7:b698:340a:ad3c:517:a5ba,
53422026-04-01T02:12:12.580Z> f005:d70c:6f41:c08e:77d2:69e1:caee:e389,
53432026-04-01T02:12:12.580Z> ff6f:405e:1932:bd61:985c:333b:5b5d:7511,
53442026-04-01T02:12:12.580Z ],
53452026-04-01T02:12:12.580Z params: LinkCreate {
53462026-04-01T02:12:12.580Z autoneg: true,
53472026-04-01T02:12:12.580Z fec: Some(
53482026-04-01T02:12:12.580Z None,
53492026-04-01T02:12:12.580Z ),
53502026-04-01T02:12:12.580Z< kr: true,
53512026-04-01T02:12:12.580Z> kr: false,
53522026-04-01T02:12:12.580Z lane: Some(
53532026-04-01T02:12:12.580Z LinkId(
53542026-04-01T02:12:12.580Z 0,
53552026-04-01T02:12:12.580Z ),
53562026-04-01T02:12:12.580Z ),
53572026-04-01T02:12:12.580Z speed: Speed100G,
53582026-04-01T02:12:12.580Z tx_eq: None,
53592026-04-01T02:12:12.580Z },
53602026-04-01T02:12:12.580Z },
53612026-04-01T02:12:12.580Z },
53622026-04-01T02:12:12.581Z }
53632026-04-01T02:12:12.581ZApr 01 02:12:05.680 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
53642026-04-01T02:12:12.581ZApr 01 02:12:05.681 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "fc95fb91-6319-40ed-b94b-9a86a900c0e8", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
53652026-04-01T02:12:12.581ZApr 01 02:12:05.681 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
53662026-04-01T02:12:12.581ZApr 01 02:12:05.681 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8a7948bd-de73-4021-9218-7fef9f63e1dd", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
53672026-04-01T02:12:12.581Zcurrent/target: Diff < left / right > :
53682026-04-01T02:12:12.581Z PortSettings {
53692026-04-01T02:12:12.581Z links: {
53702026-04-01T02:12:12.581Z "0": LinkSettings {
53712026-04-01T02:12:12.581Z addrs: [
53722026-04-01T02:12:12.581Z< 38.207.89.29,
53732026-04-01T02:12:12.581Z< 176.253.245.121,
53742026-04-01T02:12:12.581Z< 214.235.136.188,
53752026-04-01T02:12:12.581Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
53762026-04-01T02:12:12.581Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
53772026-04-01T02:12:12.581Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
53782026-04-01T02:12:12.581Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
53792026-04-01T02:12:12.581Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
53802026-04-01T02:12:12.585Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
53812026-04-01T02:12:12.585Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
53822026-04-01T02:12:12.585Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
53832026-04-01T02:12:12.585Z> 6.164.109.20,
53842026-04-01T02:12:12.585Z> 11.177.23.246,
53852026-04-01T02:12:12.585Z> 16.75.10.183,
53862026-04-01T02:12:12.585Z> 45.234.133.112,
53872026-04-01T02:12:12.585Z> 71.166.236.9,
53882026-04-01T02:12:12.585Z> 113.255.216.109,
53892026-04-01T02:12:12.585Z> 114.162.90.193,
53902026-04-01T02:12:12.585Z> 196.136.153.252,
53912026-04-01T02:12:12.585Z> 209.120.213.32,
53922026-04-01T02:12:12.585Z> 243.128.178.107,
53932026-04-01T02:12:12.585Z> 247.81.159.43,
53942026-04-01T02:12:12.585Z> 250.171.155.198,
53952026-04-01T02:12:12.585Z> 1f05:8083:eed3:bf9:aa0b:7642:591:7951,
53962026-04-01T02:12:12.585Z> 466a:d504:6922:e1fa:86f8:c6f5:4da3:2925,
53972026-04-01T02:12:12.585Z> 50c0:b490:57ae:85f5:7447:5e9e:b036:c41,
53982026-04-01T02:12:12.585Z> 51f8:bfc6:f68b:cc96:56c:6ea7:df15:9088,
53992026-04-01T02:12:12.585Z> 7a1b:fe0b:8f45:6f54:1acb:74e2:8aae:1cfe,
54002026-04-01T02:12:12.585Z> aa37:6adb:539c:efda:eded:d679:19d6:92ce,
54012026-04-01T02:12:12.585Z> c004:bc4:2b74:d6c:7e40:203b:1f1a:7050,
54022026-04-01T02:12:12.585Z> c8d0:c55b:6952:e237:211a:f5ba:b41a:1a9b,
54032026-04-01T02:12:12.585Z> e936:3552:8aa1:a1ef:3580:883:aa67:b2b1,
54042026-04-01T02:12:12.585Z> fbbe:a246:f1ca:94c8:4397:ee1c:ca86:7154,
54052026-04-01T02:12:12.585Z> fc1a:2f92:6cfc:d8c1:3383:9cb:2511:f43f,
54062026-04-01T02:12:12.585Z ],
54072026-04-01T02:12:12.585Z params: LinkCreate {
54082026-04-01T02:12:12.585Z< autoneg: true,
54092026-04-01T02:12:12.585Z> autoneg: false,
54102026-04-01T02:12:12.585Z fec: Some(
54112026-04-01T02:12:12.585Z None,
54122026-04-01T02:12:12.585Z ),
54132026-04-01T02:12:12.585Z< kr: true,
54142026-04-01T02:12:12.585Z> kr: false,
54152026-04-01T02:12:12.585Z lane: Some(
54162026-04-01T02:12:12.585Z LinkId(
54172026-04-01T02:12:12.585Z 0,
54182026-04-01T02:12:12.586Z ),
54192026-04-01T02:12:12.586Z ),
54202026-04-01T02:12:12.586Z speed: Speed100G,
54212026-04-01T02:12:12.586Z tx_eq: None,
54222026-04-01T02:12:12.586Z },
54232026-04-01T02:12:12.586Z },
54242026-04-01T02:12:12.586Z },
54252026-04-01T02:12:12.586Z }
54262026-04-01T02:12:12.586ZApr 01 02:12:05.682 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
54272026-04-01T02:12:12.586ZApr 01 02:12:05.682 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "944e3c64-9271-44e6-bc04-37ab5e475b6c", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54282026-04-01T02:12:12.586ZApr 01 02:12:05.682 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
54292026-04-01T02:12:12.586ZApr 01 02:12:05.682 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "df765db1-1125-4188-804c-6f86dfeb73d3", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54302026-04-01T02:12:12.586Zoperation failed, settings remained as expectedApr 01 02:12:05.682 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
54312026-04-01T02:12:12.586ZApr 01 02:12:05.683 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2976833a-1b2b-49b9-9c4a-573a41488f5d", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54322026-04-01T02:12:12.586Zcurrent/target: Diff < left / right > :
54332026-04-01T02:12:12.586Z PortSettings {
54342026-04-01T02:12:12.586Z links: {
54352026-04-01T02:12:12.586Z "0": LinkSettings {
54362026-04-01T02:12:12.586Z addrs: [
54372026-04-01T02:12:12.586Z< 38.207.89.29,
54382026-04-01T02:12:12.586Z< 176.253.245.121,
54392026-04-01T02:12:12.586Z< 214.235.136.188,
54402026-04-01T02:12:12.586Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
54412026-04-01T02:12:12.586Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
54422026-04-01T02:12:12.586Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
54432026-04-01T02:12:12.586Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
54442026-04-01T02:12:12.586Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
54452026-04-01T02:12:12.586Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
54462026-04-01T02:12:12.586Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
54472026-04-01T02:12:12.586Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
54482026-04-01T02:12:12.586Z> 204.27.171.6,
54492026-04-01T02:12:12.586Z> 3d43:6b7d:4b27:24ae:192e:8bb:1e78:92bd,
54502026-04-01T02:12:12.586Z> 6088:6235:a939:dc84:e375:e880:30d8:8072,
54512026-04-01T02:12:12.586Z> 79c6:f9bb:e0b6:d32d:c5b:6242:ad91:b5e,
54522026-04-01T02:12:12.586Z> 7a31:a212:f917:3a66:99c4:6106:4b6:a456,
54532026-04-01T02:12:12.586Z> a3df:cde3:9001:d67c:b304:64a9:388d:e661,
54542026-04-01T02:12:12.586Z ],
54552026-04-01T02:12:12.586Z params: LinkCreate {
54562026-04-01T02:12:12.586Z autoneg: true,
54572026-04-01T02:12:12.586Z fec: Some(
54582026-04-01T02:12:12.587Z None,
54592026-04-01T02:12:12.587Z ),
54602026-04-01T02:12:12.587Z kr: true,
54612026-04-01T02:12:12.587Z lane: Some(
54622026-04-01T02:12:12.587Z LinkId(
54632026-04-01T02:12:12.587Z 0,
54642026-04-01T02:12:12.587Z ),
54652026-04-01T02:12:12.587Z ),
54662026-04-01T02:12:12.587Z speed: Speed100G,
54672026-04-01T02:12:12.587Z tx_eq: None,
54682026-04-01T02:12:12.587Z },
54692026-04-01T02:12:12.587Z },
54702026-04-01T02:12:12.587Z },
54712026-04-01T02:12:12.587Z }
54722026-04-01T02:12:12.587ZApr 01 02:12:05.683 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
54732026-04-01T02:12:12.587ZApr 01 02:12:05.683 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c9fe7f27-56b0-465f-b3be-3af448d61f64", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54742026-04-01T02:12:12.587ZApr 01 02:12:05.683 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
54752026-04-01T02:12:12.587ZApr 01 02:12:05.684 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ca3b4206-4021-4575-849a-5b4ad3382ae0", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54762026-04-01T02:12:12.587Zoperation failed, settings remained as expectedApr 01 02:12:05.684 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
54772026-04-01T02:12:12.587ZApr 01 02:12:05.684 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "eed88b43-550b-422f-ac8b-f706390cb0a4", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
54782026-04-01T02:12:12.587Zcurrent/target: Diff < left / right > :
54792026-04-01T02:12:12.587Z PortSettings {
54802026-04-01T02:12:12.591Z links: {
54812026-04-01T02:12:12.591Z "0": LinkSettings {
54822026-04-01T02:12:12.591Z addrs: [
54832026-04-01T02:12:12.591Z< 38.207.89.29,
54842026-04-01T02:12:12.591Z< 176.253.245.121,
54852026-04-01T02:12:12.591Z< 214.235.136.188,
54862026-04-01T02:12:12.591Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
54872026-04-01T02:12:12.591Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
54882026-04-01T02:12:12.591Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
54892026-04-01T02:12:12.591Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
54902026-04-01T02:12:12.591Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
54912026-04-01T02:12:12.591Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
54922026-04-01T02:12:12.591Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
54932026-04-01T02:12:12.591Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
54942026-04-01T02:12:12.591Z> 0.13.219.197,
54952026-04-01T02:12:12.591Z> 35.235.196.69,
54962026-04-01T02:12:12.591Z> 216.176.25.243,
54972026-04-01T02:12:12.591Z> 3075:54c4:48fb:3065:66e9:5301:3483:a4af,
54982026-04-01T02:12:12.591Z> 5a2f:95ee:a7a9:ed91:e33d:d3a0:34b4:dbd6,
54992026-04-01T02:12:12.591Z> 7a60:f04e:1afa:7912:b785:d8f4:10c8:1f6f,
55002026-04-01T02:12:12.591Z> aed6:a843:5efc:5d9d:e302:99dc:f671:90fc,
55012026-04-01T02:12:12.591Z> b165:deca:f6aa:3fe0:5f2:e9bb:605b:8104,
55022026-04-01T02:12:12.591Z> cec0:19a:d409:e798:1b1d:fb:ec5:681d,
55032026-04-01T02:12:12.592Z> d0b1:1fea:9168:163e:f529:430b:5619:b4fb,
55042026-04-01T02:12:12.592Z> db24:4e8a:d0bc:7f49:9c18:3fd7:42c9:c358,
55052026-04-01T02:12:12.592Z ],
55062026-04-01T02:12:12.592Z params: LinkCreate {
55072026-04-01T02:12:12.592Z autoneg: true,
55082026-04-01T02:12:12.592Z fec: Some(
55092026-04-01T02:12:12.592Z None,
55102026-04-01T02:12:12.592Z ),
55112026-04-01T02:12:12.592Z< kr: true,
55122026-04-01T02:12:12.592Z> kr: false,
55132026-04-01T02:12:12.592Z lane: Some(
55142026-04-01T02:12:12.592Z LinkId(
55152026-04-01T02:12:12.592Z 0,
55162026-04-01T02:12:12.592Z ),
55172026-04-01T02:12:12.592Z ),
55182026-04-01T02:12:12.592Z speed: Speed100G,
55192026-04-01T02:12:12.592Z tx_eq: None,
55202026-04-01T02:12:12.592Z },
55212026-04-01T02:12:12.592Z },
55222026-04-01T02:12:12.592Z },
55232026-04-01T02:12:12.592Z }
55242026-04-01T02:12:12.592ZApr 01 02:12:05.684 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
55252026-04-01T02:12:12.592ZApr 01 02:12:05.685 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "e49c3bef-7c39-415b-9631-62ad884d44f0", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55262026-04-01T02:12:12.592ZApr 01 02:12:05.685 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
55272026-04-01T02:12:12.592ZApr 01 02:12:05.685 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "de4c7969-285f-4498-89c0-27964eb595de", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55282026-04-01T02:12:12.592Zoperation failed, settings remained as expectedApr 01 02:12:05.685 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
55292026-04-01T02:12:12.592ZApr 01 02:12:05.685 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "80ca8ae3-04c8-4aa1-984e-cfb5d87a00ba", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55302026-04-01T02:12:12.592Zcurrent/target: Diff < left / right > :
55312026-04-01T02:12:12.592Z PortSettings {
55322026-04-01T02:12:12.592Z< links: {
55332026-04-01T02:12:12.592Z< "0": LinkSettings {
55342026-04-01T02:12:12.592Z< addrs: [
55352026-04-01T02:12:12.592Z< 38.207.89.29,
55362026-04-01T02:12:12.592Z< 176.253.245.121,
55372026-04-01T02:12:12.592Z< 214.235.136.188,
55382026-04-01T02:12:12.592Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
55392026-04-01T02:12:12.592Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
55402026-04-01T02:12:12.592Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
55412026-04-01T02:12:12.592Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
55422026-04-01T02:12:12.592Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
55432026-04-01T02:12:12.593Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
55442026-04-01T02:12:12.593Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
55452026-04-01T02:12:12.593Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
55462026-04-01T02:12:12.593Z< ],
55472026-04-01T02:12:12.593Z< params: LinkCreate {
55482026-04-01T02:12:12.593Z< autoneg: true,
55492026-04-01T02:12:12.593Z< fec: Some(
55502026-04-01T02:12:12.593Z< None,
55512026-04-01T02:12:12.593Z< ),
55522026-04-01T02:12:12.593Z< kr: true,
55532026-04-01T02:12:12.593Z< lane: Some(
55542026-04-01T02:12:12.593Z< LinkId(
55552026-04-01T02:12:12.593Z< 0,
55562026-04-01T02:12:12.593Z< ),
55572026-04-01T02:12:12.593Z< ),
55582026-04-01T02:12:12.593Z< speed: Speed100G,
55592026-04-01T02:12:12.593Z< tx_eq: None,
55602026-04-01T02:12:12.593Z< },
55612026-04-01T02:12:12.593Z< },
55622026-04-01T02:12:12.593Z< },
55632026-04-01T02:12:12.593Z> links: {},
55642026-04-01T02:12:12.593Z }
55652026-04-01T02:12:12.593ZApr 01 02:12:05.685 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
55662026-04-01T02:12:12.593ZApr 01 02:12:05.686 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c12668b4-205c-49f7-a847-4004322e283f", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55672026-04-01T02:12:12.593ZApr 01 02:12:05.686 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
55682026-04-01T02:12:12.593ZApr 01 02:12:05.686 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7f325c97-ca2c-4271-8927-8c6c142273fd", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55692026-04-01T02:12:12.593Zoperation failed, settings remained as expectedApr 01 02:12:05.686 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
55702026-04-01T02:12:12.593ZApr 01 02:12:05.687 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f1594c5f-6d3c-495f-a3d5-5fd50a3debb2", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
55712026-04-01T02:12:12.593Zcurrent/target: Diff < left / right > :
55722026-04-01T02:12:12.593Z PortSettings {
55732026-04-01T02:12:12.593Z links: {
55742026-04-01T02:12:12.593Z "0": LinkSettings {
55752026-04-01T02:12:12.593Z addrs: [
55762026-04-01T02:12:12.593Z< 38.207.89.29,
55772026-04-01T02:12:12.593Z< 176.253.245.121,
55782026-04-01T02:12:12.593Z< 214.235.136.188,
55792026-04-01T02:12:12.593Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
55802026-04-01T02:12:12.597Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
55812026-04-01T02:12:12.597Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
55822026-04-01T02:12:12.597Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
55832026-04-01T02:12:12.597Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
55842026-04-01T02:12:12.597Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
55852026-04-01T02:12:12.598Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
55862026-04-01T02:12:12.598Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
55872026-04-01T02:12:12.598Z> 2.248.224.61,
55882026-04-01T02:12:12.598Z> 18.94.138.29,
55892026-04-01T02:12:12.598Z> 52.12.211.10,
55902026-04-01T02:12:12.598Z> 58.233.217.126,
55912026-04-01T02:12:12.598Z> 93.118.109.234,
55922026-04-01T02:12:12.598Z> 94.46.23.67,
55932026-04-01T02:12:12.598Z> 103.231.211.234,
55942026-04-01T02:12:12.598Z> 109.119.57.192,
55952026-04-01T02:12:12.598Z> 127.59.92.23,
55962026-04-01T02:12:12.598Z> 136.207.197.111,
55972026-04-01T02:12:12.598Z> 157.143.83.140,
55982026-04-01T02:12:12.598Z> 210.208.20.123,
55992026-04-01T02:12:12.598Z> 214.59.108.6,
56002026-04-01T02:12:12.598Z> 247.228.125.175,
56012026-04-01T02:12:12.598Z> 200:deec:6ec5:9971:f1ba:4261:a35f:ed0e,
56022026-04-01T02:12:12.598Z> 10ba:f0fc:ed4a:3c6d:df19:696e:c65a:cfb1,
56032026-04-01T02:12:12.598Z> 34b0:2512:aa03:866f:b071:aa90:dc43:9e51,
56042026-04-01T02:12:12.598Z> 9505:c576:5909:daf3:d7e5:dd2c:40a8:2606,
56052026-04-01T02:12:12.598Z> c1ac:4b2a:20bc:cd52:fd02:18a5:188e:e079,
56062026-04-01T02:12:12.598Z> da1d:4f71:b538:f1fe:e0cb:a14e:25aa:28ed,
56072026-04-01T02:12:12.598Z> deee:442f:c0d0:5dba:6f64:9449:68f5:fbd7,
56082026-04-01T02:12:12.598Z> e31c:8ad9:1dc4:ba86:b5b2:285:c8fe:e8ed,
56092026-04-01T02:12:12.598Z> e5a4:62b:f125:aad4:b63d:405e:c820:64ef,
56102026-04-01T02:12:12.598Z> e6b3:4069:e5b0:400f:7a4c:b977:28f:265a,
56112026-04-01T02:12:12.598Z> f9c3:4fc3:1a15:2d25:6bcd:17a9:c450:5141,
56122026-04-01T02:12:12.598Z ],
56132026-04-01T02:12:12.598Z params: LinkCreate {
56142026-04-01T02:12:12.599Z autoneg: true,
56152026-04-01T02:12:12.599Z fec: Some(
56162026-04-01T02:12:12.599Z None,
56172026-04-01T02:12:12.599Z ),
56182026-04-01T02:12:12.599Z< kr: true,
56192026-04-01T02:12:12.599Z> kr: false,
56202026-04-01T02:12:12.599Z lane: Some(
56212026-04-01T02:12:12.599Z LinkId(
56222026-04-01T02:12:12.599Z 0,
56232026-04-01T02:12:12.599Z ),
56242026-04-01T02:12:12.599Z ),
56252026-04-01T02:12:12.599Z speed: Speed100G,
56262026-04-01T02:12:12.599Z tx_eq: None,
56272026-04-01T02:12:12.599Z },
56282026-04-01T02:12:12.599Z },
56292026-04-01T02:12:12.599Z },
56302026-04-01T02:12:12.599Z }
56312026-04-01T02:12:12.599ZApr 01 02:12:05.687 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
56322026-04-01T02:12:12.599ZApr 01 02:12:05.687 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "405c3227-d987-4165-bbef-ad28acff2159", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
56332026-04-01T02:12:12.599ZApr 01 02:12:05.687 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
56342026-04-01T02:12:12.599ZApr 01 02:12:05.688 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "300e75ab-0428-474c-be2b-29aed3d375e2", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
56352026-04-01T02:12:12.599Zoperation failed, settings remained as expectedApr 01 02:12:05.688 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
56362026-04-01T02:12:12.599ZApr 01 02:12:05.688 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "01e651c7-bdb4-491c-b02c-e5ac87473a5e", "content-length": "499", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
56372026-04-01T02:12:12.599Zcurrent/target: Diff < left / right > :
56382026-04-01T02:12:12.599Z PortSettings {
56392026-04-01T02:12:12.599Z links: {
56402026-04-01T02:12:12.599Z "0": LinkSettings {
56412026-04-01T02:12:12.599Z addrs: [
56422026-04-01T02:12:12.599Z< 38.207.89.29,
56432026-04-01T02:12:12.600Z< 176.253.245.121,
56442026-04-01T02:12:12.600Z< 214.235.136.188,
56452026-04-01T02:12:12.600Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
56462026-04-01T02:12:12.600Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
56472026-04-01T02:12:12.600Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
56482026-04-01T02:12:12.600Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
56492026-04-01T02:12:12.600Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
56502026-04-01T02:12:12.600Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
56512026-04-01T02:12:12.600Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
56522026-04-01T02:12:12.600Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
56532026-04-01T02:12:12.600Z> 4.6.137.210,
56542026-04-01T02:12:12.600Z> 47.16.95.94,
56552026-04-01T02:12:12.600Z> 166.187.61.39,
56562026-04-01T02:12:12.600Z> 179.15.51.104,
56572026-04-01T02:12:12.600Z> 179.253.227.240,
56582026-04-01T02:12:12.600Z> 187.212.205.179,
56592026-04-01T02:12:12.600Z> 217.147.123.211,
56602026-04-01T02:12:12.600Z> 225.134.70.36,
56612026-04-01T02:12:12.600Z> 234.122.63.238,
56622026-04-01T02:12:12.600Z> 235.152.78.12,
56632026-04-01T02:12:12.600Z> 241.146.41.227,
56642026-04-01T02:12:12.600Z> 243.167.127.10,
56652026-04-01T02:12:12.600Z> 252.167.46.219,
56662026-04-01T02:12:12.600Z> 836:33ce:1577:1710:4734:f66c:28e4:fe2,
56672026-04-01T02:12:12.600Z> d4f:f124:12cd:aa33:4f24:6806:47a:8918,
56682026-04-01T02:12:12.600Z> 185b:808e:a02b:c9b0:4d2b:3c96:6c1d:e395,
56692026-04-01T02:12:12.600Z> 2630:3894:f158:7986:7f0:fe44:1dfb:b97e,
56702026-04-01T02:12:12.600Z> 41ff:eddf:2851:9156:1660:a684:6df8:e44a,
56712026-04-01T02:12:12.600Z> 56b4:f265:f93d:9cf1:45e:c12c:7700:4ae9,
56722026-04-01T02:12:12.600Z> 6c85:8682:4fe3:331f:32c3:7a3d:1e50:7639,
56732026-04-01T02:12:12.601Z> 79ed:229:53b4:ee93:1a03:f501:61d5:8531,
56742026-04-01T02:12:12.601Z> 8139:2f24:c522:519c:9b3f:53d6:1bd6:b45e,
56752026-04-01T02:12:12.601Z> 8423:bb05:c0d7:8367:5019:3299:7ab8:8d47,
56762026-04-01T02:12:12.601Z> a18f:59e0:44dd:fef7:45b9:d7af:f234:4b3d,
56772026-04-01T02:12:12.601Z> b9db:1526:367:d284:9eb2:6faf:31f6:7a7e,
56782026-04-01T02:12:12.601Z> bb51:a3b:7de9:7e52:524:9c8d:bb71:5861,
56792026-04-01T02:12:12.601Z> f1b2:ee71:a437:6383:9619:9ba9:1322:1db,
56802026-04-01T02:12:12.605Z ],
56812026-04-01T02:12:12.605Z params: LinkCreate {
56822026-04-01T02:12:12.605Z autoneg: true,
56832026-04-01T02:12:12.605Z fec: Some(
56842026-04-01T02:12:12.605Z None,
56852026-04-01T02:12:12.605Z ),
56862026-04-01T02:12:12.605Z kr: true,
56872026-04-01T02:12:12.605Z lane: Some(
56882026-04-01T02:12:12.605Z LinkId(
56892026-04-01T02:12:12.605Z 0,
56902026-04-01T02:12:12.605Z ),
56912026-04-01T02:12:12.605Z ),
56922026-04-01T02:12:12.605Z speed: Speed100G,
56932026-04-01T02:12:12.606Z tx_eq: None,
56942026-04-01T02:12:12.606Z },
56952026-04-01T02:12:12.606Z },
56962026-04-01T02:12:12.606Z },
56972026-04-01T02:12:12.606Z }
56982026-04-01T02:12:12.606ZApr 01 02:12:05.688 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
56992026-04-01T02:12:12.606ZApr 01 02:12:05.689 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "ff5066b7-4638-4631-902e-a944c3b931c1", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57002026-04-01T02:12:12.606ZApr 01 02:12:05.689 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
57012026-04-01T02:12:12.606ZApr 01 02:12:05.689 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d7ad5f6e-30dc-4713-b965-14c1b7cd4857", "content-length": "517", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57022026-04-01T02:12:12.606Zcurrent/target: Diff < left / right > :
57032026-04-01T02:12:12.606Z PortSettings {
57042026-04-01T02:12:12.606Z< links: {
57052026-04-01T02:12:12.606Z< "0": LinkSettings {
57062026-04-01T02:12:12.606Z< addrs: [
57072026-04-01T02:12:12.606Z< 38.207.89.29,
57082026-04-01T02:12:12.606Z< 176.253.245.121,
57092026-04-01T02:12:12.606Z< 214.235.136.188,
57102026-04-01T02:12:12.606Z< 217.147.123.211,
57112026-04-01T02:12:12.606Z< 399d:3884:8558:cc4e:1770:88bf:9b17:6c89,
57122026-04-01T02:12:12.606Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
57132026-04-01T02:12:12.606Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
57142026-04-01T02:12:12.606Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
57152026-04-01T02:12:12.606Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
57162026-04-01T02:12:12.606Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
57172026-04-01T02:12:12.606Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
57182026-04-01T02:12:12.606Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
57192026-04-01T02:12:12.606Z< ],
57202026-04-01T02:12:12.606Z< params: LinkCreate {
57212026-04-01T02:12:12.606Z< autoneg: true,
57222026-04-01T02:12:12.606Z< fec: Some(
57232026-04-01T02:12:12.607Z< None,
57242026-04-01T02:12:12.607Z< ),
57252026-04-01T02:12:12.607Z< kr: true,
57262026-04-01T02:12:12.607Z< lane: Some(
57272026-04-01T02:12:12.607Z< LinkId(
57282026-04-01T02:12:12.607Z< 0,
57292026-04-01T02:12:12.607Z< ),
57302026-04-01T02:12:12.607Z< ),
57312026-04-01T02:12:12.607Z< speed: Speed100G,
57322026-04-01T02:12:12.607Z< tx_eq: None,
57332026-04-01T02:12:12.607Z< },
57342026-04-01T02:12:12.607Z< },
57352026-04-01T02:12:12.607Z< },
57362026-04-01T02:12:12.607Z> links: {},
57372026-04-01T02:12:12.607Z }
57382026-04-01T02:12:12.607ZApr 01 02:12:05.689 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
57392026-04-01T02:12:12.607ZApr 01 02:12:05.690 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "065fb8bd-0a7f-4347-bbdc-10e2b72dff51", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57402026-04-01T02:12:12.607ZApr 01 02:12:05.690 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
57412026-04-01T02:12:12.607ZApr 01 02:12:05.690 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f7bc279a-934b-4341-b22d-3aeca0b79d47", "content-length": "457", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57422026-04-01T02:12:12.607Zcurrent/target: Diff < left / right > :
57432026-04-01T02:12:12.607Z PortSettings {
57442026-04-01T02:12:12.607Z links: {
57452026-04-01T02:12:12.607Z "0": LinkSettings {
57462026-04-01T02:12:12.607Z addrs: [
57472026-04-01T02:12:12.607Z< 38.207.89.29,
57482026-04-01T02:12:12.607Z< 176.253.245.121,
57492026-04-01T02:12:12.607Z< 214.235.136.188,
57502026-04-01T02:12:12.607Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
57512026-04-01T02:12:12.607Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
57522026-04-01T02:12:12.608Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
57532026-04-01T02:12:12.608Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
57542026-04-01T02:12:12.608Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
57552026-04-01T02:12:12.608Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
57562026-04-01T02:12:12.608Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
57572026-04-01T02:12:12.608Z> 1.184.114.188,
57582026-04-01T02:12:12.608Z> 23.59.239.98,
57592026-04-01T02:12:12.608Z> 30.30.139.71,
57602026-04-01T02:12:12.608Z> 78.90.36.73,
57612026-04-01T02:12:12.608Z> 158.15.110.54,
57622026-04-01T02:12:12.608Z> 238.142.87.129,
57632026-04-01T02:12:12.608Z> 247.35.191.90,
57642026-04-01T02:12:12.608Z> 250.25.126.207,
57652026-04-01T02:12:12.608Z ],
57662026-04-01T02:12:12.608Z params: LinkCreate {
57672026-04-01T02:12:12.608Z< autoneg: true,
57682026-04-01T02:12:12.608Z> autoneg: false,
57692026-04-01T02:12:12.608Z fec: Some(
57702026-04-01T02:12:12.608Z None,
57712026-04-01T02:12:12.608Z ),
57722026-04-01T02:12:12.608Z kr: true,
57732026-04-01T02:12:12.608Z lane: Some(
57742026-04-01T02:12:12.608Z LinkId(
57752026-04-01T02:12:12.608Z 0,
57762026-04-01T02:12:12.608Z ),
57772026-04-01T02:12:12.608Z ),
57782026-04-01T02:12:12.608Z speed: Speed100G,
57792026-04-01T02:12:12.608Z tx_eq: None,
57802026-04-01T02:12:12.613Z },
57812026-04-01T02:12:12.613Z },
57822026-04-01T02:12:12.613Z },
57832026-04-01T02:12:12.613Z }
57842026-04-01T02:12:12.613ZApr 01 02:12:05.690 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
57852026-04-01T02:12:12.613ZApr 01 02:12:05.691 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "38daba0d-6536-42a4-9feb-053bd5229800", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57862026-04-01T02:12:12.613ZApr 01 02:12:05.691 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
57872026-04-01T02:12:12.613ZApr 01 02:12:05.691 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "883bd7df-9a34-4d10-a480-fcbc620fe14c", "content-length": "457", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57882026-04-01T02:12:12.613Zoperation failed, settings remained as expectedApr 01 02:12:05.691 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
57892026-04-01T02:12:12.613ZApr 01 02:12:05.691 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "843d31c9-81db-404e-8c87-6672535d28c4", "content-length": "457", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
57902026-04-01T02:12:12.613Zcurrent/target: Diff < left / right > :
57912026-04-01T02:12:12.613Z PortSettings {
57922026-04-01T02:12:12.613Z< links: {
57932026-04-01T02:12:12.613Z< "0": LinkSettings {
57942026-04-01T02:12:12.613Z< addrs: [
57952026-04-01T02:12:12.613Z< 38.207.89.29,
57962026-04-01T02:12:12.613Z< 176.253.245.121,
57972026-04-01T02:12:12.613Z< 214.235.136.188,
57982026-04-01T02:12:12.613Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
57992026-04-01T02:12:12.613Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
58002026-04-01T02:12:12.613Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
58012026-04-01T02:12:12.613Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
58022026-04-01T02:12:12.613Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
58032026-04-01T02:12:12.613Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
58042026-04-01T02:12:12.613Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
58052026-04-01T02:12:12.613Z< ],
58062026-04-01T02:12:12.614Z< params: LinkCreate {
58072026-04-01T02:12:12.614Z< autoneg: true,
58082026-04-01T02:12:12.614Z< fec: Some(
58092026-04-01T02:12:12.614Z< None,
58102026-04-01T02:12:12.614Z< ),
58112026-04-01T02:12:12.614Z< kr: true,
58122026-04-01T02:12:12.614Z< lane: Some(
58132026-04-01T02:12:12.614Z< LinkId(
58142026-04-01T02:12:12.614Z< 0,
58152026-04-01T02:12:12.614Z< ),
58162026-04-01T02:12:12.614Z< ),
58172026-04-01T02:12:12.614Z< speed: Speed100G,
58182026-04-01T02:12:12.614Z< tx_eq: None,
58192026-04-01T02:12:12.614Z< },
58202026-04-01T02:12:12.614Z< },
58212026-04-01T02:12:12.614Z< },
58222026-04-01T02:12:12.614Z> links: {},
58232026-04-01T02:12:12.614Z }
58242026-04-01T02:12:12.614ZApr 01 02:12:05.692 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
58252026-04-01T02:12:12.614ZApr 01 02:12:05.692 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "6a5f15b7-4185-49e7-a419-577b35325829", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
58262026-04-01T02:12:12.614ZApr 01 02:12:05.692 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
58272026-04-01T02:12:12.614ZApr 01 02:12:05.692 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5b5fc242-5085-4174-91a6-05c9b67628e6", "content-length": "439", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
58282026-04-01T02:12:12.614Zcurrent/target: Diff < left / right > :
58292026-04-01T02:12:12.614Z PortSettings {
58302026-04-01T02:12:12.614Z< links: {
58312026-04-01T02:12:12.614Z< "0": LinkSettings {
58322026-04-01T02:12:12.614Z< addrs: [
58332026-04-01T02:12:12.614Z< 38.207.89.29,
58342026-04-01T02:12:12.614Z< 214.235.136.188,
58352026-04-01T02:12:12.614Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
58362026-04-01T02:12:12.615Z< 7c51:1837:5133:f762:3aaf:ed39:6a1f:f17c,
58372026-04-01T02:12:12.615Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
58382026-04-01T02:12:12.615Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
58392026-04-01T02:12:12.615Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
58402026-04-01T02:12:12.615Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
58412026-04-01T02:12:12.615Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
58422026-04-01T02:12:12.615Z< ],
58432026-04-01T02:12:12.615Z< params: LinkCreate {
58442026-04-01T02:12:12.615Z< autoneg: true,
58452026-04-01T02:12:12.615Z< fec: Some(
58462026-04-01T02:12:12.615Z< None,
58472026-04-01T02:12:12.615Z< ),
58482026-04-01T02:12:12.615Z< kr: true,
58492026-04-01T02:12:12.615Z< lane: Some(
58502026-04-01T02:12:12.615Z< LinkId(
58512026-04-01T02:12:12.615Z< 0,
58522026-04-01T02:12:12.615Z< ),
58532026-04-01T02:12:12.615Z< ),
58542026-04-01T02:12:12.615Z< speed: Speed100G,
58552026-04-01T02:12:12.615Z< tx_eq: None,
58562026-04-01T02:12:12.615Z< },
58572026-04-01T02:12:12.615Z< },
58582026-04-01T02:12:12.615Z< },
58592026-04-01T02:12:12.615Z> links: {},
58602026-04-01T02:12:12.615Z }
58612026-04-01T02:12:12.615ZApr 01 02:12:05.692 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
58622026-04-01T02:12:12.615ZApr 01 02:12:05.693 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "78befc6e-01ae-41ac-9659-8f86e938da73", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
58632026-04-01T02:12:12.615ZApr 01 02:12:05.693 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
58642026-04-01T02:12:12.615ZApr 01 02:12:05.694 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b9de6a56-4214-4db2-805a-89b64d777bf2", "content-length": "379", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
58652026-04-01T02:12:12.615Zcurrent/target: Diff < left / right > :
58662026-04-01T02:12:12.615Z PortSettings {
58672026-04-01T02:12:12.616Z< links: {
58682026-04-01T02:12:12.616Z< "0": LinkSettings {
58692026-04-01T02:12:12.616Z< addrs: [
58702026-04-01T02:12:12.616Z< 38.207.89.29,
58712026-04-01T02:12:12.616Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
58722026-04-01T02:12:12.616Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
58732026-04-01T02:12:12.616Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
58742026-04-01T02:12:12.616Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
58752026-04-01T02:12:12.616Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
58762026-04-01T02:12:12.616Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
58772026-04-01T02:12:12.616Z< ],
58782026-04-01T02:12:12.616Z< params: LinkCreate {
58792026-04-01T02:12:12.616Z< autoneg: true,
58802026-04-01T02:12:12.620Z< fec: Some(
58812026-04-01T02:12:12.620Z< None,
58822026-04-01T02:12:12.620Z< ),
58832026-04-01T02:12:12.620Z< kr: true,
58842026-04-01T02:12:12.620Z< lane: Some(
58852026-04-01T02:12:12.620Z< LinkId(
58862026-04-01T02:12:12.620Z< 0,
58872026-04-01T02:12:12.620Z< ),
58882026-04-01T02:12:12.620Z< ),
58892026-04-01T02:12:12.620Z< speed: Speed100G,
58902026-04-01T02:12:12.620Z< tx_eq: None,
58912026-04-01T02:12:12.620Z< },
58922026-04-01T02:12:12.620Z< },
58932026-04-01T02:12:12.620Z< },
58942026-04-01T02:12:12.620Z> links: {},
58952026-04-01T02:12:12.620Z }
58962026-04-01T02:12:12.620ZApr 01 02:12:05.694 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
58972026-04-01T02:12:12.620ZApr 01 02:12:05.694 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "c7c079b9-46ca-419b-bc10-427c465455ae", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
58982026-04-01T02:12:12.620ZApr 01 02:12:05.694 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
58992026-04-01T02:12:12.620ZApr 01 02:12:05.694 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "dfa81ce9-1b2c-4800-869a-f2957315b6ac", "content-length": "364", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
59002026-04-01T02:12:12.621Zcurrent/target: Diff < left / right > :
59012026-04-01T02:12:12.621Z PortSettings {
59022026-04-01T02:12:12.621Z links: {
59032026-04-01T02:12:12.621Z "0": LinkSettings {
59042026-04-01T02:12:12.621Z addrs: [
59052026-04-01T02:12:12.621Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
59062026-04-01T02:12:12.621Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
59072026-04-01T02:12:12.621Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
59082026-04-01T02:12:12.621Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
59092026-04-01T02:12:12.621Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
59102026-04-01T02:12:12.621Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
59112026-04-01T02:12:12.621Z> 72.211.186.230,
59122026-04-01T02:12:12.621Z> 119.150.83.162,
59132026-04-01T02:12:12.621Z> 132.133.159.42,
59142026-04-01T02:12:12.621Z> 218.129.194.249,
59152026-04-01T02:12:12.621Z> e75:6118:11e9:5cf3:e565:b33f:1ff1:3721,
59162026-04-01T02:12:12.621Z> 41b4:1542:a7e0:74e1:ddf0:c96f:b117:62ba,
59172026-04-01T02:12:12.621Z> 4d34:b63c:a0ec:ec78:c11d:d043:9dea:1cd1,
59182026-04-01T02:12:12.621Z> 6e5c:1c4:bbfe:efcd:182e:f7ad:938c:a9ca,
59192026-04-01T02:12:12.621Z> 70e1:9009:ca4c:ae71:114e:92dd:2690:d660,
59202026-04-01T02:12:12.621Z> 74d5:a3d:dac4:24b9:b439:5654:6b66:a5e2,
59212026-04-01T02:12:12.621Z> 7766:139d:691e:a5a1:3d97:2144:ea5e:3e96,
59222026-04-01T02:12:12.621Z> 7aa0:16d6:fb3a:2f3b:cc5c:f32f:daa9:4351,
59232026-04-01T02:12:12.621Z> 9270:16fb:2138:4541:b03b:63f2:55ed:acce,
59242026-04-01T02:12:12.621Z> 9ac3:4bb0:d7b6:47f2:ce85:1bbc:18e8:f4af,
59252026-04-01T02:12:12.621Z> aaa6:d7ce:fde7:6ba:b26a:e817:693e:48ba,
59262026-04-01T02:12:12.621Z> c985:e8a3:2914:357e:f7dd:604d:71fa:e698,
59272026-04-01T02:12:12.621Z> d583:8c92:6e83:760b:c2a9:f006:b5b9:6d79,
59282026-04-01T02:12:12.621Z> fc9c:762b:dafa:b1b4:e4c3:9c36:25a3:1430,
59292026-04-01T02:12:12.621Z ],
59302026-04-01T02:12:12.622Z params: LinkCreate {
59312026-04-01T02:12:12.622Z< autoneg: true,
59322026-04-01T02:12:12.622Z> autoneg: false,
59332026-04-01T02:12:12.622Z fec: Some(
59342026-04-01T02:12:12.622Z None,
59352026-04-01T02:12:12.622Z ),
59362026-04-01T02:12:12.622Z kr: true,
59372026-04-01T02:12:12.622Z lane: Some(
59382026-04-01T02:12:12.622Z LinkId(
59392026-04-01T02:12:12.622Z 0,
59402026-04-01T02:12:12.622Z ),
59412026-04-01T02:12:12.622Z ),
59422026-04-01T02:12:12.622Z speed: Speed100G,
59432026-04-01T02:12:12.622Z tx_eq: None,
59442026-04-01T02:12:12.622Z },
59452026-04-01T02:12:12.622Z },
59462026-04-01T02:12:12.622Z },
59472026-04-01T02:12:12.622Z }
59482026-04-01T02:12:12.622ZApr 01 02:12:05.695 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
59492026-04-01T02:12:12.622ZApr 01 02:12:05.695 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "14f8af30-8aae-4cec-a684-9115e99878b1", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
59502026-04-01T02:12:12.622ZApr 01 02:12:05.695 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
59512026-04-01T02:12:12.622ZApr 01 02:12:05.696 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8184e557-d96a-430f-9084-20b7c8b30730", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
59522026-04-01T02:12:12.622Zcurrent/target: Diff < left / right > :
59532026-04-01T02:12:12.622Z PortSettings {
59542026-04-01T02:12:12.622Z links: {
59552026-04-01T02:12:12.622Z "0": LinkSettings {
59562026-04-01T02:12:12.622Z addrs: [
59572026-04-01T02:12:12.622Z< 119.150.83.162,
59582026-04-01T02:12:12.622Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
59592026-04-01T02:12:12.622Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
59602026-04-01T02:12:12.623Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
59612026-04-01T02:12:12.623Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
59622026-04-01T02:12:12.623Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
59632026-04-01T02:12:12.623Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
59642026-04-01T02:12:12.623Z> 87.186.203.15,
59652026-04-01T02:12:12.623Z> 249.63.252.89,
59662026-04-01T02:12:12.623Z> 4cc:3598:317c:b69e:d0d8:e3ee:59e6:3993,
59672026-04-01T02:12:12.623Z> dfd:d8eb:2cc0:eae4:1766:77ee:7038:fe67,
59682026-04-01T02:12:12.623Z> 6932:98d9:c104:aa5e:11f1:3f4d:7bbf:eb58,
59692026-04-01T02:12:12.623Z> 81e2:1ce6:4441:7ec2:335d:5111:7543:856,
59702026-04-01T02:12:12.623Z> 8312:bf34:6ddb:194c:7086:b644:1b53:1516,
59712026-04-01T02:12:12.623Z> 8b9b:f630:9b8d:7c02:f73:9d87:6461:7196,
59722026-04-01T02:12:12.623Z> 9ea6:5746:c31c:4b36:5d6:c516:8a08:df54,
59732026-04-01T02:12:12.623Z> a0ef:ed0f:b66a:ced1:b824:8b48:a814:d01,
59742026-04-01T02:12:12.623Z> b0dc:f1b3:152e:7554:99e3:53f1:e408:4c77,
59752026-04-01T02:12:12.623Z> c4d8:4ad2:862d:a5f9:4b6c:b37d:c835:3142,
59762026-04-01T02:12:12.623Z> dc27:66ad:7961:bb48:ada9:4b8:6e17:359f,
59772026-04-01T02:12:12.623Z> dc66:c33f:8119:9039:c83d:51ea:fc52:4ba0,
59782026-04-01T02:12:12.623Z> fcdf:8b59:2945:47cd:12f5:1195:d075:364a,
59792026-04-01T02:12:12.623Z ],
59802026-04-01T02:12:12.627Z params: LinkCreate {
59812026-04-01T02:12:12.627Z autoneg: true,
59822026-04-01T02:12:12.627Z fec: Some(
59832026-04-01T02:12:12.628Z None,
59842026-04-01T02:12:12.628Z ),
59852026-04-01T02:12:12.628Z< kr: true,
59862026-04-01T02:12:12.628Z> kr: false,
59872026-04-01T02:12:12.628Z lane: Some(
59882026-04-01T02:12:12.628Z LinkId(
59892026-04-01T02:12:12.628Z 0,
59902026-04-01T02:12:12.628Z ),
59912026-04-01T02:12:12.628Z ),
59922026-04-01T02:12:12.628Z speed: Speed100G,
59932026-04-01T02:12:12.628Z tx_eq: None,
59942026-04-01T02:12:12.628Z },
59952026-04-01T02:12:12.628Z },
59962026-04-01T02:12:12.628Z },
59972026-04-01T02:12:12.628Z }
59982026-04-01T02:12:12.628ZApr 01 02:12:05.696 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
59992026-04-01T02:12:12.628ZApr 01 02:12:05.696 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "8086fae0-0adc-403a-9d17-d2669f758747", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60002026-04-01T02:12:12.628ZApr 01 02:12:05.696 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60012026-04-01T02:12:12.628ZApr 01 02:12:05.697 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c054948b-7d87-4b5b-85bf-642097930d58", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60022026-04-01T02:12:12.628Zoperation failed, settings remained as expectedApr 01 02:12:05.697 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60032026-04-01T02:12:12.628ZApr 01 02:12:05.697 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "bed4fc67-b667-4389-9ac2-aed7af03d6b2", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60042026-04-01T02:12:12.628Zcurrent/target: Diff < left / right > :
60052026-04-01T02:12:12.628Z PortSettings {
60062026-04-01T02:12:12.628Z links: {
60072026-04-01T02:12:12.628Z "0": LinkSettings {
60082026-04-01T02:12:12.628Z addrs: [
60092026-04-01T02:12:12.628Z< 119.150.83.162,
60102026-04-01T02:12:12.628Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
60112026-04-01T02:12:12.628Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
60122026-04-01T02:12:12.628Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
60132026-04-01T02:12:12.629Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
60142026-04-01T02:12:12.629Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
60152026-04-01T02:12:12.629Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
60162026-04-01T02:12:12.629Z> 41:2e42:f855:fa1b:932f:6a6b:7d31:3f61,
60172026-04-01T02:12:12.629Z> 18f9:515c:2b24:8cf8:202c:18f5:73a2:ac6c,
60182026-04-01T02:12:12.629Z> 53e7:cede:c177:aaa9:1ee7:91b7:155:908c,
60192026-04-01T02:12:12.629Z> 6b35:ea4a:a13e:493d:7f22:4522:4:f836,
60202026-04-01T02:12:12.629Z> b2a0:ce3a:bba0:d949:231a:5466:5f1:dc65,
60212026-04-01T02:12:12.629Z> c5ae:ed57:f38c:e3b5:5d7:bb59:e940:d2ff,
60222026-04-01T02:12:12.629Z ],
60232026-04-01T02:12:12.629Z params: LinkCreate {
60242026-04-01T02:12:12.629Z< autoneg: true,
60252026-04-01T02:12:12.629Z> autoneg: false,
60262026-04-01T02:12:12.629Z fec: Some(
60272026-04-01T02:12:12.629Z None,
60282026-04-01T02:12:12.629Z ),
60292026-04-01T02:12:12.629Z kr: true,
60302026-04-01T02:12:12.629Z lane: Some(
60312026-04-01T02:12:12.629Z LinkId(
60322026-04-01T02:12:12.629Z 0,
60332026-04-01T02:12:12.629Z ),
60342026-04-01T02:12:12.629Z ),
60352026-04-01T02:12:12.629Z speed: Speed100G,
60362026-04-01T02:12:12.629Z tx_eq: None,
60372026-04-01T02:12:12.629Z },
60382026-04-01T02:12:12.629Z },
60392026-04-01T02:12:12.629Z },
60402026-04-01T02:12:12.629Z }
60412026-04-01T02:12:12.629ZApr 01 02:12:05.697 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
60422026-04-01T02:12:12.629ZApr 01 02:12:05.698 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "15accbaf-5c09-4cd1-8f5a-abac5eb5038d", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60432026-04-01T02:12:12.630ZApr 01 02:12:05.698 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60442026-04-01T02:12:12.630ZApr 01 02:12:05.698 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b817060c-c02c-4117-bd00-516bc2092cd8", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60452026-04-01T02:12:12.630Zoperation failed, settings remained as expectedApr 01 02:12:05.698 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60462026-04-01T02:12:12.630ZApr 01 02:12:05.699 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ff803fec-c103-4e9a-a779-ac797f015c45", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60472026-04-01T02:12:12.630Zcurrent/target: Diff < left / right > :
60482026-04-01T02:12:12.630Z PortSettings {
60492026-04-01T02:12:12.630Z links: {
60502026-04-01T02:12:12.630Z "0": LinkSettings {
60512026-04-01T02:12:12.630Z addrs: [
60522026-04-01T02:12:12.630Z< 119.150.83.162,
60532026-04-01T02:12:12.630Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
60542026-04-01T02:12:12.630Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
60552026-04-01T02:12:12.630Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
60562026-04-01T02:12:12.630Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
60572026-04-01T02:12:12.630Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
60582026-04-01T02:12:12.630Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
60592026-04-01T02:12:12.630Z> be4a:74ce:c9a3:b81b:8a51:3717:a8e8:a990,
60602026-04-01T02:12:12.630Z> c5f0:87a3:6de6:eb2d:8fa1:c8a2:bfbf:c2a0,
60612026-04-01T02:12:12.630Z ],
60622026-04-01T02:12:12.630Z params: LinkCreate {
60632026-04-01T02:12:12.630Z< autoneg: true,
60642026-04-01T02:12:12.630Z> autoneg: false,
60652026-04-01T02:12:12.630Z fec: Some(
60662026-04-01T02:12:12.630Z None,
60672026-04-01T02:12:12.630Z ),
60682026-04-01T02:12:12.630Z< kr: true,
60692026-04-01T02:12:12.630Z> kr: false,
60702026-04-01T02:12:12.630Z lane: Some(
60712026-04-01T02:12:12.630Z LinkId(
60722026-04-01T02:12:12.630Z 0,
60732026-04-01T02:12:12.631Z ),
60742026-04-01T02:12:12.631Z ),
60752026-04-01T02:12:12.631Z speed: Speed100G,
60762026-04-01T02:12:12.631Z tx_eq: None,
60772026-04-01T02:12:12.631Z },
60782026-04-01T02:12:12.631Z },
60792026-04-01T02:12:12.631Z },
60802026-04-01T02:12:12.635Z }
60812026-04-01T02:12:12.635ZApr 01 02:12:05.699 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
60822026-04-01T02:12:12.635ZApr 01 02:12:05.699 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "a4a20c35-9467-4cc6-8054-6fdd3ddefe7e", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60832026-04-01T02:12:12.635ZApr 01 02:12:05.699 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60842026-04-01T02:12:12.635ZApr 01 02:12:05.699 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a8ede23a-a358-4b9d-9420-26443289056c", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60852026-04-01T02:12:12.635Zoperation failed, settings remained as expectedApr 01 02:12:05.700 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
60862026-04-01T02:12:12.635ZApr 01 02:12:05.700 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7f6dcf79-b14a-409e-b856-9a96a15901c9", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
60872026-04-01T02:12:12.635Zcurrent/target: Diff < left / right > :
60882026-04-01T02:12:12.635Z PortSettings {
60892026-04-01T02:12:12.635Z links: {
60902026-04-01T02:12:12.635Z "0": LinkSettings {
60912026-04-01T02:12:12.635Z addrs: [
60922026-04-01T02:12:12.635Z< 119.150.83.162,
60932026-04-01T02:12:12.635Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
60942026-04-01T02:12:12.635Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
60952026-04-01T02:12:12.635Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
60962026-04-01T02:12:12.636Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
60972026-04-01T02:12:12.636Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
60982026-04-01T02:12:12.636Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
60992026-04-01T02:12:12.636Z> 16.11.97.48,
61002026-04-01T02:12:12.636Z> 38.31.230.75,
61012026-04-01T02:12:12.636Z> 84.237.235.252,
61022026-04-01T02:12:12.636Z> 91.60.245.253,
61032026-04-01T02:12:12.636Z> 169.6.196.142,
61042026-04-01T02:12:12.636Z> 204.121.151.82,
61052026-04-01T02:12:12.636Z> 238.137.39.36,
61062026-04-01T02:12:12.636Z> 82a1:c43d:479b:ff3d:477d:bcb1:f2a6:ab8b,
61072026-04-01T02:12:12.636Z> e22b:992:7e2:e197:ad9a:1291:3e25:ac49,
61082026-04-01T02:12:12.636Z ],
61092026-04-01T02:12:12.636Z params: LinkCreate {
61102026-04-01T02:12:12.636Z autoneg: true,
61112026-04-01T02:12:12.636Z fec: Some(
61122026-04-01T02:12:12.636Z None,
61132026-04-01T02:12:12.636Z ),
61142026-04-01T02:12:12.636Z< kr: true,
61152026-04-01T02:12:12.636Z> kr: false,
61162026-04-01T02:12:12.636Z lane: Some(
61172026-04-01T02:12:12.636Z LinkId(
61182026-04-01T02:12:12.636Z 0,
61192026-04-01T02:12:12.636Z ),
61202026-04-01T02:12:12.636Z ),
61212026-04-01T02:12:12.636Z speed: Speed100G,
61222026-04-01T02:12:12.636Z tx_eq: None,
61232026-04-01T02:12:12.636Z },
61242026-04-01T02:12:12.636Z },
61252026-04-01T02:12:12.637Z },
61262026-04-01T02:12:12.637Z }
61272026-04-01T02:12:12.637ZApr 01 02:12:05.700 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
61282026-04-01T02:12:12.637ZApr 01 02:12:05.700 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "88c0c624-a10e-4923-aab2-f1f56518432c", "content-length": "130", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
61292026-04-01T02:12:12.637ZApr 01 02:12:05.700 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
61302026-04-01T02:12:12.637ZApr 01 02:12:05.701 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ea35c3db-fbcd-40da-9bbc-df6f210f55c3", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
61312026-04-01T02:12:12.637Zoperation failed, settings remained as expectedApr 01 02:12:05.701 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
61322026-04-01T02:12:12.637ZApr 01 02:12:05.701 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "9b1497ce-362b-4679-b5b9-8bf4d96fc256", "content-length": "381", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
61332026-04-01T02:12:12.637Zcurrent/target: Diff < left / right > :
61342026-04-01T02:12:12.637Z PortSettings {
61352026-04-01T02:12:12.637Z links: {
61362026-04-01T02:12:12.637Z "0": LinkSettings {
61372026-04-01T02:12:12.637Z< addrs: [
61382026-04-01T02:12:12.637Z< 119.150.83.162,
61392026-04-01T02:12:12.637Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
61402026-04-01T02:12:12.637Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
61412026-04-01T02:12:12.637Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
61422026-04-01T02:12:12.637Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
61432026-04-01T02:12:12.637Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
61442026-04-01T02:12:12.637Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
61452026-04-01T02:12:12.637Z< ],
61462026-04-01T02:12:12.637Z> addrs: [],
61472026-04-01T02:12:12.637Z params: LinkCreate {
61482026-04-01T02:12:12.637Z autoneg: true,
61492026-04-01T02:12:12.637Z fec: Some(
61502026-04-01T02:12:12.637Z None,
61512026-04-01T02:12:12.637Z ),
61522026-04-01T02:12:12.637Z kr: true,
61532026-04-01T02:12:12.637Z lane: Some(
61542026-04-01T02:12:12.637Z LinkId(
61552026-04-01T02:12:12.638Z 0,
61562026-04-01T02:12:12.638Z ),
61572026-04-01T02:12:12.638Z ),
61582026-04-01T02:12:12.638Z speed: Speed100G,
61592026-04-01T02:12:12.638Z tx_eq: None,
61602026-04-01T02:12:12.638Z },
61612026-04-01T02:12:12.638Z },
61622026-04-01T02:12:12.638Z },
61632026-04-01T02:12:12.638Z }
61642026-04-01T02:12:12.638ZApr 01 02:12:05.701 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
61652026-04-01T02:12:12.638ZApr 01 02:12:05.702 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "9cbdb79e-7b5d-48f5-96be-878154693800", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
61662026-04-01T02:12:12.638ZApr 01 02:12:05.702 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
61672026-04-01T02:12:12.638ZApr 01 02:12:05.702 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4b32f29d-37bd-4b96-b8a8-1c34d6b2315d", "content-length": "364", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
61682026-04-01T02:12:12.638Zcurrent/target: Diff < left / right > :
61692026-04-01T02:12:12.638Z PortSettings {
61702026-04-01T02:12:12.638Z links: {
61712026-04-01T02:12:12.638Z "0": LinkSettings {
61722026-04-01T02:12:12.638Z addrs: [
61732026-04-01T02:12:12.638Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
61742026-04-01T02:12:12.638Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
61752026-04-01T02:12:12.638Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
61762026-04-01T02:12:12.638Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
61772026-04-01T02:12:12.638Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
61782026-04-01T02:12:12.638Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
61792026-04-01T02:12:12.638Z> 54.52.58.24,
61802026-04-01T02:12:12.643Z> 63.158.246.156,
61812026-04-01T02:12:12.643Z> 83.33.90.170,
61822026-04-01T02:12:12.643Z> 151.180.216.224,
61832026-04-01T02:12:12.643Z> 153.24.209.17,
61842026-04-01T02:12:12.643Z> 168.30.162.137,
61852026-04-01T02:12:12.643Z> 178.61.211.185,
61862026-04-01T02:12:12.643Z> 192.235.162.31,
61872026-04-01T02:12:12.643Z> 202.62.120.164,
61882026-04-01T02:12:12.643Z> 214.215.156.33,
61892026-04-01T02:12:12.643Z> 230.194.155.45,
61902026-04-01T02:12:12.643Z> 238.128.41.115,
61912026-04-01T02:12:12.643Z> 37a9:3567:d66:4e99:ceef:fe46:a1bf:3432,
61922026-04-01T02:12:12.643Z> 536b:4032:3e22:53c1:de86:ceca:c7d7:4011,
61932026-04-01T02:12:12.643Z> 568e:c209:ed29:8b9c:e54a:8f64:30a9:463d,
61942026-04-01T02:12:12.643Z> 6bf8:cc4f:6f7b:abb9:47:4286:8bc6:e038,
61952026-04-01T02:12:12.643Z> 8adf:e184:94e2:7ea5:1eaa:29cb:52fe:4ddf,
61962026-04-01T02:12:12.643Z> 957f:2824:1fe:eb22:3f0a:a8cd:fbe:2d2e,
61972026-04-01T02:12:12.644Z> a361:c4e8:c8b:42a:c78:ff74:5297:3574,
61982026-04-01T02:12:12.644Z> b599:f854:acfe:de9:cfb8:ded9:17e0:3fdc,
61992026-04-01T02:12:12.644Z> bc93:13e4:3b50:b0b3:4f56:99f5:ce89:6725,
62002026-04-01T02:12:12.644Z ],
62012026-04-01T02:12:12.644Z params: LinkCreate {
62022026-04-01T02:12:12.644Z autoneg: true,
62032026-04-01T02:12:12.644Z fec: Some(
62042026-04-01T02:12:12.644Z None,
62052026-04-01T02:12:12.644Z ),
62062026-04-01T02:12:12.644Z< kr: true,
62072026-04-01T02:12:12.644Z> kr: false,
62082026-04-01T02:12:12.644Z lane: Some(
62092026-04-01T02:12:12.644Z LinkId(
62102026-04-01T02:12:12.644Z 0,
62112026-04-01T02:12:12.644Z ),
62122026-04-01T02:12:12.644Z ),
62132026-04-01T02:12:12.644Z speed: Speed100G,
62142026-04-01T02:12:12.644Z tx_eq: None,
62152026-04-01T02:12:12.644Z },
62162026-04-01T02:12:12.644Z },
62172026-04-01T02:12:12.644Z },
62182026-04-01T02:12:12.644Z }
62192026-04-01T02:12:12.644ZApr 01 02:12:05.702 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
62202026-04-01T02:12:12.644ZApr 01 02:12:05.703 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "e9aadc1e-c892-496f-85a1-bf759a6b48c2", "content-length": "138", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
62212026-04-01T02:12:12.644ZApr 01 02:12:05.703 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62222026-04-01T02:12:12.644ZApr 01 02:12:05.703 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "89f681f8-590b-4041-9eed-cb45521850e9", "content-length": "382", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
62232026-04-01T02:12:12.644Zcurrent/target: Diff < left / right > :
62242026-04-01T02:12:12.644Z PortSettings {
62252026-04-01T02:12:12.644Z< links: {
62262026-04-01T02:12:12.644Z< "0": LinkSettings {
62272026-04-01T02:12:12.645Z< addrs: [
62282026-04-01T02:12:12.645Z< 151.180.216.224,
62292026-04-01T02:12:12.645Z< 47d4:bce9:a960:242:8883:6853:3ccb:e29,
62302026-04-01T02:12:12.645Z< 8cf0:e82:115d:8d22:8763:8ba8:a1a5:8b33,
62312026-04-01T02:12:12.645Z< e598:998b:5121:90d8:26b6:cbda:2ad7:9d35,
62322026-04-01T02:12:12.645Z< eda1:6f9b:9b6:2c5d:8b1b:4996:b1b:e082,
62332026-04-01T02:12:12.645Z< f77f:cd43:85f9:6a4c:4dac:ce2c:85ed:87c9,
62342026-04-01T02:12:12.645Z< fb35:e7c0:2504:ed37:d97:e9fd:1ec5:5775,
62352026-04-01T02:12:12.645Z< ],
62362026-04-01T02:12:12.645Z< params: LinkCreate {
62372026-04-01T02:12:12.645Z< autoneg: true,
62382026-04-01T02:12:12.645Z< fec: Some(
62392026-04-01T02:12:12.645Z< None,
62402026-04-01T02:12:12.645Z< ),
62412026-04-01T02:12:12.645Z< kr: true,
62422026-04-01T02:12:12.645Z< lane: Some(
62432026-04-01T02:12:12.645Z< LinkId(
62442026-04-01T02:12:12.645Z< 0,
62452026-04-01T02:12:12.645Z< ),
62462026-04-01T02:12:12.645Z< ),
62472026-04-01T02:12:12.645Z< speed: Speed100G,
62482026-04-01T02:12:12.645Z< tx_eq: None,
62492026-04-01T02:12:12.645Z< },
62502026-04-01T02:12:12.645Z< },
62512026-04-01T02:12:12.645Z< },
62522026-04-01T02:12:12.645Z> links: {},
62532026-04-01T02:12:12.645Z }
62542026-04-01T02:12:12.645ZApr 01 02:12:05.703 TRCE client request, body: Some(Body), uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: POST
62552026-04-01T02:12:12.645ZApr 01 02:12:05.704 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "55ff400d-0b6b-406e-85f3-655f77d4f7fb", "content-length": "12", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
62562026-04-01T02:12:12.646ZApr 01 02:12:05.704 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62572026-04-01T02:12:12.646ZApr 01 02:12:05.704 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6e3594ab-cc8f-4445-864c-2883df4362d8", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
62582026-04-01T02:12:12.646ZApr 01 02:12:05.905 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62592026-04-01T02:12:12.646ZApr 01 02:12:05.905 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6e36da57-7ae5-4669-8247-fac6c82e3042", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:05 GMT"} })
62602026-04-01T02:12:12.646ZApr 01 02:12:06.107 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62612026-04-01T02:12:12.646ZApr 01 02:12:06.108 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5e525d0f-fd95-4da3-a224-1dc4fe01b23d", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:06 GMT"} })
62622026-04-01T02:12:12.646ZApr 01 02:12:06.309 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62632026-04-01T02:12:12.646ZApr 01 02:12:06.310 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3973c40b-1e2a-49ff-994e-1076fe0f396f", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:06 GMT"} })
62642026-04-01T02:12:12.646ZApr 01 02:12:06.511 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62652026-04-01T02:12:12.646ZApr 01 02:12:06.512 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "beb75628-80fb-4e9e-8e5e-1e05460eef87", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:06 GMT"} })
62662026-04-01T02:12:12.646ZApr 01 02:12:06.712 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62672026-04-01T02:12:12.646ZApr 01 02:12:06.712 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ea6c09bb-c992-42d1-bda8-d01b1b07741c", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:06 GMT"} })
62682026-04-01T02:12:12.646ZApr 01 02:12:06.914 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62692026-04-01T02:12:12.646ZApr 01 02:12:06.914 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c1e5dc55-1f3f-4ac4-91e7-3f44c957cfd5", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:06 GMT"} })
62702026-04-01T02:12:12.646ZApr 01 02:12:07.116 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62712026-04-01T02:12:12.646ZApr 01 02:12:07.116 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "99d0466c-91e1-48ef-bcd1-8424d4941135", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:07 GMT"} })
62722026-04-01T02:12:12.646ZApr 01 02:12:07.317 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62732026-04-01T02:12:12.646ZApr 01 02:12:07.318 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ca1fda7e-e403-4fbf-bb87-87ed9d96bb9f", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:07 GMT"} })
62742026-04-01T02:12:12.646ZApr 01 02:12:07.519 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62752026-04-01T02:12:12.646ZApr 01 02:12:07.520 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1d7fdc7c-11e2-4f7c-9974-4aa99c402156", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:07 GMT"} })
62762026-04-01T02:12:12.646ZApr 01 02:12:07.721 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62772026-04-01T02:12:12.646ZApr 01 02:12:07.722 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f929d37-be58-42b0-b54d-3a7adf4af1f6", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:07 GMT"} })
62782026-04-01T02:12:12.646ZApr 01 02:12:07.923 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62792026-04-01T02:12:12.646ZApr 01 02:12:07.924 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a209aec5-40e9-4042-864d-cc54e732739f", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:07 GMT"} })
62802026-04-01T02:12:12.651ZApr 01 02:12:08.125 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62812026-04-01T02:12:12.651ZApr 01 02:12:08.126 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2bff20e1-ada7-43db-a8c7-aad2f0394192", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:08 GMT"} })
62822026-04-01T02:12:12.651ZApr 01 02:12:08.327 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62832026-04-01T02:12:12.651ZApr 01 02:12:08.328 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "60a81eeb-5c4d-416a-ab64-f8f25c76d258", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:08 GMT"} })
62842026-04-01T02:12:12.651ZApr 01 02:12:08.529 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62852026-04-01T02:12:12.651ZApr 01 02:12:08.530 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "52f2b7e0-d6ca-4892-acf2-ba7dabc5a0f1", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:08 GMT"} })
62862026-04-01T02:12:12.651ZApr 01 02:12:08.730 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62872026-04-01T02:12:12.651ZApr 01 02:12:08.730 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2bf972f2-e75f-49a7-8c8f-c621ef9c8a9a", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:08 GMT"} })
62882026-04-01T02:12:12.651ZApr 01 02:12:08.932 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62892026-04-01T02:12:12.651ZApr 01 02:12:08.932 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "709b305d-25c1-4542-b089-44406b68400e", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:08 GMT"} })
62902026-04-01T02:12:12.651ZApr 01 02:12:09.133 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62912026-04-01T02:12:12.651ZApr 01 02:12:09.134 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "468b489d-8ccd-4edf-9ce6-8cce1928df02", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:09 GMT"} })
62922026-04-01T02:12:12.651ZApr 01 02:12:09.335 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62932026-04-01T02:12:12.651ZApr 01 02:12:09.336 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3e743fe0-d17e-407f-8ad8-412e1ccfff90", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:09 GMT"} })
62942026-04-01T02:12:12.652ZApr 01 02:12:09.537 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62952026-04-01T02:12:12.652ZApr 01 02:12:09.538 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4090f680-8d4c-41a4-8ce0-ec402aa0f499", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:09 GMT"} })
62962026-04-01T02:12:12.652ZApr 01 02:12:09.739 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62972026-04-01T02:12:12.652ZApr 01 02:12:09.740 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0b7b2208-bba7-4262-89c5-8eea8b7cdb58", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:09 GMT"} })
62982026-04-01T02:12:12.652ZApr 01 02:12:09.941 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
62992026-04-01T02:12:12.652ZApr 01 02:12:09.942 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "51018c72-12cf-41eb-b6f2-e9ff5d9c0a3f", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:09 GMT"} })
63002026-04-01T02:12:12.652ZApr 01 02:12:10.143 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
63012026-04-01T02:12:12.652ZApr 01 02:12:10.144 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "be896ba6-e47e-4932-b4e8-07d5515dfc97", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:10 GMT"} })
63022026-04-01T02:12:12.652ZApr 01 02:12:10.344 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
63032026-04-01T02:12:12.652ZApr 01 02:12:10.344 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7dbdccf1-4a96-4e8a-b9bb-608877091126", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:10 GMT"} })
63042026-04-01T02:12:12.652ZApr 01 02:12:10.546 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
63052026-04-01T02:12:12.652ZApr 01 02:12:10.546 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b3235a4-2965-4d55-b7e1-d4d01c9ebe67", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:10 GMT"} })
63062026-04-01T02:12:12.652ZApr 01 02:12:10.748 TRCE client request, body: None, uri: http://localhost:9259/port/qsfp0/settings?tag=chaos, method: GET
63072026-04-01T02:12:12.652ZApr 01 02:12:10.748 TRCE client response, result: Ok(Response { url: "http://localhost:9259/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f9c54feb-5425-408f-9485-24663474fa90", "content-length": "119", "date": "Wed, 01 Apr 2026 02:12:10 GMT"} })
63082026-04-01T02:12:12.652ZError: operation failed: desired settings: PortSettings {
63092026-04-01T02:12:12.652Z links: {},
63102026-04-01T02:12:12.652Z}
63112026-04-01T02:12:12.652Zcurrent settings: PortSettings {
63122026-04-01T02:12:12.652Z links: {
63132026-04-01T02:12:12.652Z "0": LinkSettings {
63142026-04-01T02:12:12.652Z addrs: [],
63152026-04-01T02:12:12.652Z params: LinkCreate {
63162026-04-01T02:12:12.652Z autoneg: true,
63172026-04-01T02:12:12.652Z fec: Some(
63182026-04-01T02:12:12.652Z None,
63192026-04-01T02:12:12.652Z ),
63202026-04-01T02:12:12.652Z kr: true,
63212026-04-01T02:12:12.652Z lane: Some(
63222026-04-01T02:12:12.652Z LinkId(
63232026-04-01T02:12:12.652Z 0,
63242026-04-01T02:12:12.653Z ),
63252026-04-01T02:12:12.653Z ),
63262026-04-01T02:12:12.653Z speed: Speed100G,
63272026-04-01T02:12:12.653Z tx_eq: None,
63282026-04-01T02:12:12.653Z },
63292026-04-01T02:12:12.653Z },
63302026-04-01T02:12:12.653Z },
63312026-04-01T02:12:12.653Z}
63322026-04-01T02:12:12.653Z
63332026-04-01T02:12:12.653ZStack backtrace:
63342026-04-01T02:12:12.653Z 0: anyhow::error::<impl anyhow::Error>::msg
63352026-04-01T02:12:12.653Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
63362026-04-01T02:12:12.653Z 1: anyhow::__private::format_err
63372026-04-01T02:12:12.653Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:690:13
63382026-04-01T02:12:12.653Z 2: test_all::chaos_tests::port_settings::retry::retry_op::{{closure}}
63392026-04-01T02:12:12.653Z at ./tests/chaos_tests/port_settings.rs:65:28
63402026-04-01T02:12:12.653Z 3: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}}
63412026-04-01T02:12:12.653Z at ./tests/chaos_tests/port_settings.rs:392:18
63422026-04-01T02:12:12.653Z 4: <core::pin::Pin<P> as core::future::future::Future>::poll
63432026-04-01T02:12:12.653Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
63442026-04-01T02:12:12.653Z 5: <core::pin::Pin<P> as core::future::future::Future>::poll
63452026-04-01T02:12:12.653Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
63462026-04-01T02:12:12.653Z 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
63472026-04-01T02:12:12.653Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
63482026-04-01T02:12:12.653Z 7: tokio::task::coop::with_budget
63492026-04-01T02:12:12.653Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
63502026-04-01T02:12:12.653Z 8: tokio::task::coop::budget
63512026-04-01T02:12:12.653Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
63522026-04-01T02:12:12.653Z 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
63532026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
63542026-04-01T02:12:12.654Z 10: tokio::runtime::scheduler::current_thread::Context::enter
63552026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
63562026-04-01T02:12:12.654Z 11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
63572026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
63582026-04-01T02:12:12.654Z 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
63592026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
63602026-04-01T02:12:12.654Z 13: tokio::runtime::context::scoped::Scoped<T>::set
63612026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
63622026-04-01T02:12:12.654Z 14: tokio::runtime::context::set_scheduler::{{closure}}
63632026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
63642026-04-01T02:12:12.654Z 15: std::thread::local::LocalKey<T>::try_with
63652026-04-01T02:12:12.654Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
63662026-04-01T02:12:12.654Z 16: std::thread::local::LocalKey<T>::with
63672026-04-01T02:12:12.654Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
63682026-04-01T02:12:12.654Z 17: tokio::runtime::context::set_scheduler
63692026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
63702026-04-01T02:12:12.654Z 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter
63712026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
63722026-04-01T02:12:12.654Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
63732026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
63742026-04-01T02:12:12.654Z 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}
63752026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
63762026-04-01T02:12:12.654Z 21: tokio::runtime::context::runtime::enter_runtime
63772026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
63782026-04-01T02:12:12.654Z 22: tokio::runtime::scheduler::current_thread::CurrentThread::block_on
63792026-04-01T02:12:12.654Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
63802026-04-01T02:12:12.658Z 23: tokio::runtime::runtime::Runtime::block_on_inner
63812026-04-01T02:12:12.659Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
63822026-04-01T02:12:12.659Z 24: tokio::runtime::runtime::Runtime::block_on
63832026-04-01T02:12:12.659Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
63842026-04-01T02:12:12.659Z 25: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep
63852026-04-01T02:12:12.659Z at ./tests/chaos_tests/port_settings.rs:414:7
63862026-04-01T02:12:12.659Z 26: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}}
63872026-04-01T02:12:12.659Z at ./tests/chaos_tests/port_settings.rs:353:44
63882026-04-01T02:12:12.659Z 27: core::ops::function::FnOnce::call_once
63892026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
63902026-04-01T02:12:12.659Z 28: core::ops::function::FnOnce::call_once
63912026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
63922026-04-01T02:12:12.659Z 29: test::__rust_begin_short_backtrace
63932026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
63942026-04-01T02:12:12.659Z 30: test::run_test_in_process::{{closure}}
63952026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
63962026-04-01T02:12:12.659Z 31: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
63972026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
63982026-04-01T02:12:12.659Z 32: std::panicking::catch_unwind::do_call
63992026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
64002026-04-01T02:12:12.659Z 33: std::panicking::catch_unwind
64012026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
64022026-04-01T02:12:12.659Z 34: std::panic::catch_unwind
64032026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
64042026-04-01T02:12:12.659Z 35: test::run_test_in_process
64052026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
64062026-04-01T02:12:12.659Z 36: test::run_test::{{closure}}
64072026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
64082026-04-01T02:12:12.659Z 37: test::run_test::{{closure}}
64092026-04-01T02:12:12.659Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
64102026-04-01T02:12:12.660Z 38: std::sys::backtrace::__rust_begin_short_backtrace
64112026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
64122026-04-01T02:12:12.660Z 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
64132026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
64142026-04-01T02:12:12.660Z 40: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
64152026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
64162026-04-01T02:12:12.660Z 41: std::panicking::catch_unwind::do_call
64172026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
64182026-04-01T02:12:12.660Z 42: std::panicking::catch_unwind
64192026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
64202026-04-01T02:12:12.660Z 43: std::panic::catch_unwind
64212026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
64222026-04-01T02:12:12.660Z 44: std::thread::Builder::spawn_unchecked_::{{closure}}
64232026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
64242026-04-01T02:12:12.660Z 45: core::ops::function::FnOnce::call_once{{vtable.shim}}
64252026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
64262026-04-01T02:12:12.660Z 46: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
64272026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
64282026-04-01T02:12:12.660Z 47: std::sys::pal::unix::thread::Thread::new::thread_start
64292026-04-01T02:12:12.660Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
64302026-04-01T02:12:12.660Z 48: _thrp_setup
64312026-04-01T02:12:12.660Z 49: <unknown>
64322026-04-01T02:12:12.660Z
64332026-04-01T02:12:12.660Z
64342026-04-01T02:12:12.660Zfailures:
64352026-04-01T02:12:12.660Z chaos_tests::port_settings::test_port_settings_txn_sweep
64362026-04-01T02:12:12.660Z
64372026-04-01T02:12:12.660Ztest result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.20s
64382026-04-01T02:12:12.660Z
64392026-04-01T02:12:12.660Zerror: test failed, to rerun pass `-p dpd-client --test test_all`
64402026-04-01T02:12:12.661Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c86f55e04de85f5a)
64412026-04-01T02:12:12.661Z
64422026-04-01T02:12:12.661Zrunning 0 tests
64432026-04-01T02:12:12.661Z
64442026-04-01T02:12:12.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64452026-04-01T02:12:12.661Z
64462026-04-01T02:12:12.661Z Running unittests src/lib.rs (target/debug/deps/packet-0771433b0f4c0588)
64472026-04-01T02:12:12.661Z
64482026-04-01T02:12:12.661Zrunning 12 tests
64492026-04-01T02:12:12.661Ztest icmp::test_v6_checksum ... ok
64502026-04-01T02:12:12.661Ztest icmp::test_v4_checksum ... ok
64512026-04-01T02:12:12.661Ztest lldp::test_lldp_parse ... ok
64522026-04-01T02:12:12.661Ztest ipv6::test_ipv6_parse ... ok
64532026-04-01T02:12:12.661Ztest pbuf::test_nibble ... ok
64542026-04-01T02:12:12.661Ztest pbuf::test_byte ... ok
64552026-04-01T02:12:12.661Ztest pbuf::test_short ... ok
64562026-04-01T02:12:12.661Ztest pbuf::test_twelve ... ok
64572026-04-01T02:12:12.661Ztest pbuf::test_word ... ok
64582026-04-01T02:12:12.661Ztest pbuf::test_overflow ... ok
64592026-04-01T02:12:12.661Ztest tcp::test_checksum_syn_nodata ... ok
64602026-04-01T02:12:12.661Ztest tcp::test_checksum_ack_data ... ok
64612026-04-01T02:12:12.661Z
64622026-04-01T02:12:12.661Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64632026-04-01T02:12:12.661Z
64642026-04-01T02:12:12.661Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
64652026-04-01T02:12:12.661Z
64662026-04-01T02:12:12.661Zrunning 0 tests
64672026-04-01T02:12:12.661Z
64682026-04-01T02:12:12.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64692026-04-01T02:12:12.661Z
64702026-04-01T02:12:12.662Z Running unittests src/main.rs (target/debug/deps/swadm-b978cb07bf9568c8)
64712026-04-01T02:12:12.665Z
64722026-04-01T02:12:12.665Zrunning 5 tests
64732026-04-01T02:12:12.665Ztest switchport::test::test_compute_lanes ... ok
64742026-04-01T02:12:12.665Ztest switchport::test::port_id_ordering ... ok
64752026-04-01T02:12:12.665Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2 Lane 2 Lane 3Lane 3
64762026-04-01T02:12:12.665Z
64772026-04-01T02:12:12.665Z Rx Loss-of-lock: Yes State: Activated Yes Activated ActivatedYes ActivatedYes
64782026-04-01T02:12:12.665Z
64792026-04-01T02:12:12.665Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yes false Yes false
64802026-04-01T02:12:12.665ZYes
64812026-04-01T02:12:12.665Z Rx Output Status: valid Rx CDR Enabled: Yesvalid Yesvalid Yesvalid
64822026-04-01T02:12:12.665Z Yes
64832026-04-01T02:12:12.666Z Rx Loss-of-lock: true Tx Enabled: Yes true Yes trueYes trueYes
64842026-04-01T02:12:12.666Z
64852026-04-01T02:12:12.666Z Rx Loss-of-signal: false Tx Loss-of-lock: No false Nofalse No falseNo
64862026-04-01T02:12:12.666Z
64872026-04-01T02:12:12.666ZRx Auto-squelch Disable: true Tx Loss-of-signal: No true No true trueNo
64882026-04-01T02:12:12.666Z No Tx Output Enabled: true
64892026-04-01T02:12:12.666Z true Tx CDR Enabled: No trueNo trueNo
64902026-04-01T02:12:12.666Z No
64912026-04-01T02:12:12.666Z Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid No invalid Noinvalid
64922026-04-01T02:12:12.666ZNo
64932026-04-01T02:12:12.666Z Tx Loss-of-lock: false Tx Fault: Yes falseYes false false
64942026-04-01T02:12:12.666ZYes Tx Loss-of-signal: trueYes
64952026-04-01T02:12:12.666Ztrue true true
64962026-04-01T02:12:12.666ZTx Auto-squelch Disable: false false false false
64972026-04-01T02:12:12.666Z Tx Adaptive EQ Fail: true true true true
64982026-04-01T02:12:12.666Z Tx Failure: false false false false
64992026-04-01T02:12:12.666Z Tx Force Squelch: true true true true
65002026-04-01T02:12:12.666Z Tx Input Polarity: normal normal normal normal
65012026-04-01T02:12:12.666Ztest switchport::test::test_print_sff_datapath ... ok
65022026-04-01T02:12:12.666Ztest switchport::test::test_print_cmis_datapath ... ok
65032026-04-01T02:12:12.666Ztest link::test_filter ... ok
65042026-04-01T02:12:12.666Z
65052026-04-01T02:12:12.666Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65062026-04-01T02:12:12.666Z
65072026-04-01T02:12:12.666Z Running tests/counters.rs (target/debug/deps/counters-3d38866960bc4424)
65082026-04-01T02:12:12.666Z
65092026-04-01T02:12:12.666Zrunning 1 test
65102026-04-01T02:12:12.666Ztest test_p4_counter_list ... ignored
65112026-04-01T02:12:12.666Z
65122026-04-01T02:12:12.666Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
65132026-04-01T02:12:12.666Z
65142026-04-01T02:12:12.670Z Running tests/port-link.rs (target/debug/deps/port_link-a4cae4ff41c3e314)
65152026-04-01T02:12:12.670Z
65162026-04-01T02:12:12.670Zrunning 5 tests
65172026-04-01T02:12:12.670Ztest test_an ... ignored
65182026-04-01T02:12:12.670Ztest test_enable ... ignored
65192026-04-01T02:12:12.670Ztest test_ip_addresses ... ignored
65202026-04-01T02:12:12.670Ztest test_kr ... ignored
65212026-04-01T02:12:12.670Ztest test_mac ... ignored
65222026-04-01T02:12:12.670Z
65232026-04-01T02:12:12.670Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
65242026-04-01T02:12:12.670Z
65252026-04-01T02:12:12.670Z Running unittests src/main.rs (target/debug/deps/tfportd-690e140b96e76dad)
65262026-04-01T02:12:12.673Z
65272026-04-01T02:12:12.673Zrunning 3 tests
65282026-04-01T02:12:12.673Ztest linklocal::test_parse_ipadm ... ok
65292026-04-01T02:12:12.673Ztest tfport::test_parse_tfport ... ok
65302026-04-01T02:12:12.673Ztest config::tests::test_updates ... ok
65312026-04-01T02:12:12.674Z
65322026-04-01T02:12:12.674Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65332026-04-01T02:12:12.674Z
65342026-04-01T02:12:12.674Z Running unittests src/main.rs (target/debug/deps/uplinkd-f4bbad621efe3ee3)
65352026-04-01T02:12:12.676Z
65362026-04-01T02:12:12.677Zrunning 0 tests
65372026-04-01T02:12:12.677Z
65382026-04-01T02:12:12.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65392026-04-01T02:12:12.677Z
65402026-04-01T02:12:12.680Z Running unittests src/main.rs (target/debug/deps/xtask-3dd55c38a6cf659c)
65412026-04-01T02:12:12.683Z
65422026-04-01T02:12:12.683Zrunning 0 tests
65432026-04-01T02:12:12.683Z
65442026-04-01T02:12:12.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65452026-04-01T02:12:12.683Z
65462026-04-01T02:12:12.683Z Doc-tests aal
65472026-04-01T02:12:12.851Z
65482026-04-01T02:12:12.851Zrunning 0 tests
65492026-04-01T02:12:12.851Z
65502026-04-01T02:12:12.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65512026-04-01T02:12:12.854Z
65522026-04-01T02:12:12.868Z Doc-tests aal_macros
65532026-04-01T02:12:12.939Z
65542026-04-01T02:12:12.939Zrunning 0 tests
65552026-04-01T02:12:12.939Z
65562026-04-01T02:12:12.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65572026-04-01T02:12:12.939Z
65582026-04-01T02:12:12.951Z Doc-tests common
65592026-04-01T02:12:13.189Z
65602026-04-01T02:12:13.189Zrunning 0 tests
65612026-04-01T02:12:13.189Z
65622026-04-01T02:12:13.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65632026-04-01T02:12:13.189Z
65642026-04-01T02:12:13.210Z Doc-tests dpd_api
65652026-04-01T02:12:14.434Z
65662026-04-01T02:12:14.434Zrunning 2 tests
65672026-04-01T02:12:14.434Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
65682026-04-01T02:12:14.434Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
65692026-04-01T02:12:14.434Z
65702026-04-01T02:12:14.434Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65712026-04-01T02:12:14.434Z
65722026-04-01T02:12:14.475Z Doc-tests dpd_client
65732026-04-01T02:12:15.871Z
65742026-04-01T02:12:15.871Zrunning 0 tests
65752026-04-01T02:12:15.871Z
65762026-04-01T02:12:15.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65772026-04-01T02:12:15.871Z
65782026-04-01T02:12:15.917Z Doc-tests dpd_types
65792026-04-01T02:12:16.257Z
65802026-04-01T02:12:16.257Zrunning 0 tests
65812026-04-01T02:12:16.257Z
65822026-04-01T02:12:16.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65832026-04-01T02:12:16.257Z
65842026-04-01T02:12:16.287Z Doc-tests packet
65852026-04-01T02:12:16.399Z
65862026-04-01T02:12:16.399Zrunning 0 tests
65872026-04-01T02:12:16.399Z
65882026-04-01T02:12:16.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65892026-04-01T02:12:16.399Z
65902026-04-01T02:12:16.415Z Doc-tests pcap
65912026-04-01T02:12:16.468Z
65922026-04-01T02:12:16.468Zrunning 0 tests
65932026-04-01T02:12:16.468Z
65942026-04-01T02:12:16.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65952026-04-01T02:12:16.468Z
65962026-04-01T02:12:16.480Zerror: 1 target failed:
65972026-04-01T02:12:16.480Z `-p dpd-client --test test_all`
65982026-04-01T02:12:16.516Zprocess exited: duration 627321 ms, exit code 101
 
65992026-04-01T02:12:16.522Zfound 0 output files