01KT68BZM3TX33K9CB2XDDXE43: test

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

Buildomat Job: 01KT68CF6V3T8FEQ82Z2E10MNJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T08:08:45.045Zjob assigned to worker 01KT68CM212MBTQS6D0PJN5N7R [factory aws, i-07772051969112f7e] (queued for 56 s)
 
22026-06-03T08:08:51.412Zstarting task 0: "setup"
32026-06-03T08:08:51.416Z++ uname -s
42026-06-03T08:08:51.419Z+ kern=SunOS
52026-06-03T08:08:51.419Z+ build_user=build
62026-06-03T08:08:51.419Z+ build_uid=12345
72026-06-03T08:08:51.419Z+ work_dir=/work
82026-06-03T08:08:51.419Z+ input_dir=/input
92026-06-03T08:08:51.419Z+ [[ 0 == 12345 ]]
102026-06-03T08:08:51.419Z+ case "$kern" in
112026-06-03T08:08:51.419Z+ groupadd -g 12345 build
122026-06-03T08:08:51.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T08:08:53.427Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T08:08:53.548Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T08:08:53.551Z+ home_fs=zfs
162026-06-03T08:08:53.551Z+ [[ zfs == autofs ]]
172026-06-03T08:08:53.551Z+ mkdir -p /home/build
182026-06-03T08:08:53.551Z+ chown build:build /home/build /work
192026-06-03T08:08:55.554Z+ chmod 0700 /home/build /work
202026-06-03T08:08:55.558Zprocess exited: duration 4145 ms, exit code 0
 
212026-06-03T08:08:55.564Zstarting task 1: "rust-toolchain"
222026-06-03T08:08:55.568Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-03T08:08:55.568Z * rust toolchain channel = "1.90.0"
242026-06-03T08:08:55.568Z * rust toolchain profile = "default"
252026-06-03T08:08:55.569Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-03T08:08:55.569Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-03T08:08:55.569Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-03T08:08:55.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T08:08:55.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-03T08:08:55.628Zinfo: downloading installer
312026-06-03T08:08:56.937Zwarn: It looks like you have an existing rustup settings file at:
322026-06-03T08:08:56.937Zwarn: /home/build/.rustup/settings.toml
332026-06-03T08:08:56.937Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-03T08:08:56.937Zwarn: instead of the one inferred from the default host triple.
352026-06-03T08:08:56.946Zinfo: profile set to default
362026-06-03T08:08:56.946Zinfo: default host triple is x86_64-unknown-illumos
372026-06-03T08:08:56.949Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-03T08:08:57.084Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-03T08:08:57.089Zinfo: downloading 6 components
402026-06-03T08:09:10.880Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-03T08:09:10.880Z
422026-06-03T08:09:10.948Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-03T08:09:10.949Z
442026-06-03T08:09:10.949Z
452026-06-03T08:09:10.949ZRust is installed now. Great!
462026-06-03T08:09:10.949Z
472026-06-03T08:09:10.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-03T08:09:10.949Zenvironment variable. This has not been done automatically.
492026-06-03T08:09:10.949Z
502026-06-03T08:09:10.949ZTo configure your current shell, you need to source
512026-06-03T08:09:10.949Zthe corresponding env file under $HOME/.cargo.
522026-06-03T08:09:10.949Z
532026-06-03T08:09:10.949ZThis is usually done by running one of the following (note the leading DOT):
542026-06-03T08:09:10.949Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-03T08:09:10.949Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-03T08:09:10.949Zsource "~/.cargo/env.nu" # For nushell
572026-06-03T08:09:10.949Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-03T08:09:10.949Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-03T08:09:10.949Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-03T08:09:10.949Zwarn: no default linker (`cc`) was found in your PATH
612026-06-03T08:09:10.949Zwarn: many Rust crates require a system C toolchain to build
622026-06-03T08:09:11.002Z+ rustup --version
632026-06-03T08:09:11.007Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-03T08:09:11.007Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-03T08:09:11.021Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-03T08:09:11.024Z+ cargo --version
672026-06-03T08:09:11.036Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-03T08:09:11.043Z+ rustc --version
692026-06-03T08:09:11.075Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-03T08:09:11.092Zprocess exited: duration 15498 ms, exit code 0
 
712026-06-03T08:09:11.145Zstarting task 2: "authentication"
722026-06-03T08:09:11.174Zprocess exited: duration 33 ms, exit code 0
 
732026-06-03T08:09:11.223Zstarting task 3: "clone repository"
742026-06-03T08:09:11.242Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-03T08:09:11.242Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-03T08:09:11.256ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-03T08:09:12.384Z+ cd /work/oxidecomputer/dendrite
782026-06-03T08:09:12.384Z+ git fetch origin 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
792026-06-03T08:09:12.617ZFrom https://github.com/oxidecomputer/dendrite
802026-06-03T08:09:12.617Z * branch 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f -> FETCH_HEAD
812026-06-03T08:09:12.624Z+ [[ -n renovate/crate-openssl-vulnerability ]]
822026-06-03T08:09:12.626Z++ git branch --show-current
832026-06-03T08:09:12.627Z+ current=main
842026-06-03T08:09:12.627Z+ [[ main != renovate/crate-openssl-vulnerability ]]
852026-06-03T08:09:12.627Z+ git branch -f renovate/crate-openssl-vulnerability 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
862026-06-03T08:09:12.629Z+ git checkout -f renovate/crate-openssl-vulnerability
872026-06-03T08:09:12.647ZSwitched to branch 'renovate/crate-openssl-vulnerability'
882026-06-03T08:09:12.650Z+ git reset --hard 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
892026-06-03T08:09:12.666ZHEAD is now at 5d1436f Update Rust crate openssl to v0.10.80 [SECURITY]
902026-06-03T08:09:12.669Zprocess exited: duration 1461 ms, exit code 0
 
912026-06-03T08:09:12.675Zstarting task 4: "build"
922026-06-03T08:09:12.678Z+ source .github/buildomat/common.sh
932026-06-03T08:09:12.681Z++ TOFINO_STAGES=20
942026-06-03T08:09:12.681Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-03T08:09:12.681Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-03T08:09:12.681Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-03T08:09:12.681Z+++ uname -s
982026-06-03T08:09:12.681Z++ '[' SunOS == SunOS ']'
992026-06-03T08:09:12.681Z++ SERIES=illumos
1002026-06-03T08:09:12.684Z+++ uname -s
1012026-06-03T08:09:12.684Z++ '[' SunOS == SunOS ']'
1022026-06-03T08:09:12.684Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-03T08:09:12.684Z++ rustup show active-toolchain
1042026-06-03T08:09:12.687Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-03T08:09:12.690Z+ source .github/buildomat/illumos.sh
1062026-06-03T08:09:12.690Z++ banner 'sde setup'
1072026-06-03T08:09:12.690Z
1082026-06-03T08:09:12.690Z #### ##### ###### #### ###### ##### # # #####
1092026-06-03T08:09:12.690Z # # # # # # # # # # #
1102026-06-03T08:09:12.690Z #### # # ##### #### ##### # # # # #
1112026-06-03T08:09:12.690Z # # # # # # # # # #####
1122026-06-03T08:09:12.690Z # # # # # # # # # # # #
1132026-06-03T08:09:12.690Z #### ##### ###### #### ###### # #### #
1142026-06-03T08:09:12.690Z
1152026-06-03T08:09:12.690Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-03T08:09:12.690Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-03T08:09:12.693Z++ export PKG=tofino_sde.p5p
1182026-06-03T08:09:12.693Z++ PKG=tofino_sde.p5p
1192026-06-03T08:09:12.693Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-03T08:09:12.696Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-03T08:09:12.699Z Dload Upload Total Spent Left Speed
1222026-06-03T08:09:14.181Z 0 0 0 0 0 0 0 0 0 67 76.03M 67 51.28M 0 0 51.32M 0 00:01 00:01 51.33M 100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M 100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M 100 76.03M 100 76.03M 0 0 51.21M 0 00:01 00:01 51.33M
1232026-06-03T08:09:14.185Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-03T08:09:14.234Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-03T08:09:14.234Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-03T08:09:14.234Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-03T08:09:17.225Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-03T08:09:17.304Z Startup: Caching catalogs ... Done
1292026-06-03T08:09:17.341Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-03T08:09:17.679ZPlanning: Solver setup ... Done
1312026-06-03T08:09:17.701ZPlanning: Running solver ... Done
1322026-06-03T08:09:17.706ZPlanning: Finding local manifests ... Done
1332026-06-03T08:09:17.710ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-03T08:09:17.714ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-03T08:09:17.726ZPlanning: Package planning ... Done
1362026-06-03T08:09:17.729ZPlanning: Merging actions ... Done
1372026-06-03T08:09:17.854ZPlanning: Checking for conflicting actions ... Done
1382026-06-03T08:09:17.857ZPlanning: Consolidating action changes ... Done
1392026-06-03T08:09:18.664ZPlanning: Evaluating mediators ... Done
1402026-06-03T08:09:18.667ZPlanning: Planning completed in 1.32 seconds
1412026-06-03T08:09:18.672Z Packages to install: 1
1422026-06-03T08:09:18.675Z Create boot environment: No
1432026-06-03T08:09:18.675ZCreate backup boot environment: No
1442026-06-03T08:09:18.699Z
1452026-06-03T08:09:18.699ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-03T08:09:18.836ZDownload: Completed 75.30 MB in 0.14 seconds (550M/s)
1472026-06-03T08:09:18.997Z Actions: 1/293 actions (Installing new actions)
1482026-06-03T08:09:19.969Z Actions: Completed 293 actions in 0.98 seconds.
1492026-06-03T08:09:19.972ZFinalize: Updating package state database ... Done
1502026-06-03T08:09:20.014ZFinalize: Updating package cache ... Done
1512026-06-03T08:09:20.036ZFinalize: Updating image state ... Done
1522026-06-03T08:09:22.498ZFinalize: Creating fast lookup database ... Done
1532026-06-03T08:09:22.575ZFinalize: Reading search index ... Done
1542026-06-03T08:09:22.578ZFinalize: Updating search index ... Done
1552026-06-03T08:09:22.829ZFinalize: Updating package cache ... Done
1562026-06-03T08:09:22.927Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-03T08:09:22.927Z++ SDE=/opt/oxide/tofino_sde
1582026-06-03T08:09:22.929Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-03T08:09:22.929Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-03T08:09:22.930Z++ banner packages
1612026-06-03T08:09:22.930Z
1622026-06-03T08:09:22.930Z ##### ## #### # # ## #### ###### ####
1632026-06-03T08:09:22.930Z # # # # # # # # # # # # # #
1642026-06-03T08:09:22.930Z # # # # # #### # # # ##### ####
1652026-06-03T08:09:22.930Z ##### ###### # # # ###### # ### # #
1662026-06-03T08:09:22.930Z # # # # # # # # # # # # # #
1672026-06-03T08:09:22.930Z # # # #### # # # # #### ###### ####
1682026-06-03T08:09:22.930Z
1692026-06-03T08:09:22.930Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-03T08:09:23.192Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-03T08:09:23.194Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-03T08:09:23.481ZPlanning: Solver setup ... Done
1732026-06-03T08:09:23.502ZPlanning: Running solver ... Done
1742026-06-03T08:09:23.508ZPlanning: Consolidating action changes ... Done
1752026-06-03T08:09:23.511ZPlanning: Evaluating mediators ... Done
1762026-06-03T08:09:23.511ZPlanning: Planning completed in 0.32 seconds
1772026-06-03T08:09:23.525ZNo updates necessary for this image.
1782026-06-03T08:09:23.585Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-03T08:09:23.805ZPlanning: Evaluating mediator changes ... Done
1802026-06-03T08:09:23.920ZPlanning: Checking for conflicting actions ... Done
1812026-06-03T08:09:23.924ZPlanning: Consolidating action changes ... Done
1822026-06-03T08:09:24.086ZPlanning: Evaluating mediators ... Done
1832026-06-03T08:09:24.089ZPlanning: Planning completed in 0.28 seconds
1842026-06-03T08:09:24.110Z Mediators to change: 2
1852026-06-03T08:09:24.110Z Create boot environment: No
1862026-06-03T08:09:24.110ZCreate backup boot environment: No
1872026-06-03T08:09:24.181ZFinalize: Updating package state database ... Done
1882026-06-03T08:09:24.181ZFinalize: Updating package cache ... Done
1892026-06-03T08:09:24.194ZFinalize: Updating image state ... Done
1902026-06-03T08:09:26.230ZFinalize: Creating fast lookup database ... Done
1912026-06-03T08:09:26.299ZFinalize: Reading search index ... Done
1922026-06-03T08:09:26.302ZFinalize: Updating search index ... Done
1932026-06-03T08:09:26.384ZFinalize: Updating package cache ... Done
1942026-06-03T08:09:26.457Z++ cargo --version
1952026-06-03T08:09:26.467Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-03T08:09:26.470Z++ rustc --version
1972026-06-03T08:09:26.491Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-03T08:09:26.494Z+ banner copyrights
1992026-06-03T08:09:26.497Z
2002026-06-03T08:09:26.497Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-03T08:09:26.497Z # # # # # # # # # # # # # # # # #
2022026-06-03T08:09:26.497Z # # # # # # # # # # ###### # ####
2032026-06-03T08:09:26.497Z # # # ##### # ##### # # ### # # # #
2042026-06-03T08:09:26.497Z # # # # # # # # # # # # # # # #
2052026-06-03T08:09:26.497Z #### #### # # # # # #### # # # ####
2062026-06-03T08:09:26.497Z
2072026-06-03T08:09:26.497Z+ ./tools/check_copyrights.sh
2082026-06-03T08:09:26.778Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-03T08:09:27.537Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-03T08:09:27.986Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-03T08:09:28.074Zpcap/build.rs: Copyright with wrong year
2122026-06-03T08:09:28.240Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-03T08:09:28.465Z+ banner clippy
2142026-06-03T08:09:28.468Z
2152026-06-03T08:09:28.468Z #### # # ##### ##### # #
2162026-06-03T08:09:28.468Z # # # # # # # # # #
2172026-06-03T08:09:28.468Z # # # # # # # #
2182026-06-03T08:09:28.468Z # # # ##### ##### #
2192026-06-03T08:09:28.468Z # # # # # # #
2202026-06-03T08:09:28.468Z #### ###### # # # #
2212026-06-03T08:09:28.468Z
2222026-06-03T08:09:28.468Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-03T08:09:28.468Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-03T08:09:28.622Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-03T08:09:38.559Z Updating crates.io index
2262026-06-03T08:09:38.563Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-03T08:09:38.861Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-03T08:09:39.648Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-03T08:09:39.977Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-03T08:09:40.258Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-03T08:09:40.730Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-03T08:09:41.676Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-03T08:09:42.166Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-03T08:09:42.569Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-03T08:09:42.883Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-03T08:09:43.643Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-03T08:09:44.064Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-03T08:09:44.616Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-03T08:09:44.940Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-03T08:09:45.402Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-03T08:09:46.050Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-03T08:09:46.391Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-03T08:09:46.647Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-03T08:09:46.981Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-03T08:09:47.776Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-03T08:09:48.117Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-03T08:09:48.380Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-03T08:09:49.864Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-03T08:09:50.737Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-03T08:09:51.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-03T08:09:52.583Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-03T08:09:53.196Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-03T08:09:53.562Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-03T08:09:54.014Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-03T08:09:56.004Z Downloading crates ...
2562026-06-03T08:09:56.069Z Downloaded anstream v1.0.0
2572026-06-03T08:09:56.116Z Downloaded atomic-waker v1.1.2
2582026-06-03T08:09:56.116Z Downloaded argon2 v0.5.3
2592026-06-03T08:09:56.116Z Downloaded arrayref v0.3.9
2602026-06-03T08:09:56.116Z Downloaded anstyle-parse v1.0.0
2612026-06-03T08:09:56.116Z Downloaded async-recursion v1.1.1
2622026-06-03T08:09:56.116Z Downloaded atomicwrites v0.4.4
2632026-06-03T08:09:56.116Z Downloaded cpufeatures v0.2.17
2642026-06-03T08:09:56.116Z Downloaded async-stream-impl v0.3.6
2652026-06-03T08:09:56.116Z Downloaded anstyle v1.0.14
2662026-06-03T08:09:56.116Z Downloaded display-error-chain v0.2.2
2672026-06-03T08:09:56.116Z Downloaded autocfg v1.5.0
2682026-06-03T08:09:56.116Z Downloaded anyhow v1.0.102
2692026-06-03T08:09:56.117Z Downloaded erased-serde v0.3.31
2702026-06-03T08:09:56.117Z Downloaded derive_more v0.99.20
2712026-06-03T08:09:56.117Z Downloaded hubpack_derive v0.1.1
2722026-06-03T08:09:56.159Z Downloaded crypto-common v0.1.6
2732026-06-03T08:09:56.159Z Downloaded dof v0.4.0
2742026-06-03T08:09:56.159Z Downloaded dyn-clone v1.0.20
2752026-06-03T08:09:56.159Z Downloaded embedded-io v0.6.1
2762026-06-03T08:09:56.159Z Downloaded bytecount v0.6.9
2772026-06-03T08:09:56.159Z Downloaded dtrace-parser v0.3.0
2782026-06-03T08:09:56.159Z Downloaded fastrand v2.3.0
2792026-06-03T08:09:56.159Z Downloaded enum-as-inner v0.6.1
2802026-06-03T08:09:56.160Z Downloaded embedded-io v0.4.0
2812026-06-03T08:09:56.160Z Downloaded defmt v0.3.100
2822026-06-03T08:09:56.160Z Downloaded git-stub-vcs v0.1.0
2832026-06-03T08:09:56.160Z Downloaded debug-ignore v1.0.5
2842026-06-03T08:09:56.160Z Downloaded constant_time_eq v0.3.1
2852026-06-03T08:09:56.160Z Downloaded filetime v0.2.26
2862026-06-03T08:09:56.160Z Downloaded dtrace-parser v0.2.0
2872026-06-03T08:09:56.160Z Downloaded either v1.15.0
2882026-06-03T08:09:56.160Z Downloaded ciborium-io v0.2.2
2892026-06-03T08:09:56.160Z Downloaded hex v0.4.3
2902026-06-03T08:09:56.160Z Downloaded darling_macro v0.21.3
2912026-06-03T08:09:56.160Z Downloaded base16ct v0.2.0
2922026-06-03T08:09:56.160Z Downloaded chacha20 v0.9.1
2932026-06-03T08:09:56.160Z Downloaded fnv v1.0.7
2942026-06-03T08:09:56.160Z Downloaded anstyle-query v1.1.4
2952026-06-03T08:09:56.189Z Downloaded drift v0.2.0
2962026-06-03T08:09:56.189Z Downloaded hostname v0.3.1
2972026-06-03T08:09:56.189Z Downloaded foreign-types-macros v0.2.3
2982026-06-03T08:09:56.189Z Downloaded http-body v1.0.1
2992026-06-03T08:09:56.189Z Downloaded indent_write v2.2.0
3002026-06-03T08:09:56.189Z Downloaded colorchoice v1.0.4
3012026-06-03T08:09:56.189Z Downloaded dropshot_endpoint v0.16.7
3022026-06-03T08:09:56.189Z Downloaded generic-array v0.14.7
3032026-06-03T08:09:56.189Z Downloaded hash32 v0.3.1
3042026-06-03T08:09:56.189Z Downloaded foreign-types v0.5.0
3052026-06-03T08:09:56.189Z Downloaded ciborium v0.2.2
3062026-06-03T08:09:56.189Z Downloaded heck v0.4.1
3072026-06-03T08:09:56.189Z Downloaded cipher v0.4.4
3082026-06-03T08:09:56.189Z Downloaded base64ct v1.8.0
3092026-06-03T08:09:56.189Z Downloaded futures-sink v0.3.32
3102026-06-03T08:09:56.189Z Downloaded git-stub v1.0.0
3112026-06-03T08:09:56.189Z Downloaded derive-ex v0.1.8
3122026-06-03T08:09:56.189Z Downloaded foreign-types v0.3.2
3132026-06-03T08:09:56.189Z Downloaded dropshot-api-manager-types v0.7.2
3142026-06-03T08:09:56.205Z Downloaded gethostname v0.5.0
3152026-06-03T08:09:56.206Z Downloaded is-terminal v0.4.16
3162026-06-03T08:09:56.206Z Downloaded cfg_aliases v0.2.1
3172026-06-03T08:09:56.206Z Downloaded ident_case v1.0.1
3182026-06-03T08:09:56.206Z Downloaded futures-task v0.3.32
3192026-06-03T08:09:56.206Z Downloaded inout v0.1.4
3202026-06-03T08:09:56.206Z Downloaded hubpack v0.1.2
3212026-06-03T08:09:56.206Z Downloaded futures-macro v0.3.32
3222026-06-03T08:09:56.206Z Downloaded itoa v1.0.15
3232026-06-03T08:09:56.206Z Downloaded form_urlencoded v1.2.2
3242026-06-03T08:09:56.206Z Downloaded dunce v1.0.5
3252026-06-03T08:09:56.206Z Downloaded lazy_static v1.5.0
3262026-06-03T08:09:56.211Z Downloaded instant v0.1.13
3272026-06-03T08:09:56.211Z Downloaded ciborium-ll v0.2.2
3282026-06-03T08:09:56.211Z Downloaded crossbeam-deque v0.8.6
3292026-06-03T08:09:56.211Z Downloaded idna_adapter v1.2.1
3302026-06-03T08:09:56.211Z Downloaded backoff v0.4.0
3312026-06-03T08:09:56.211Z Downloaded highway v1.3.0
3322026-06-03T08:09:56.211Z Downloaded daft-derive v0.1.5
3332026-06-03T08:09:56.211Z Downloaded foldhash v0.2.0
3342026-06-03T08:09:56.215Z Downloaded find-msvc-tools v0.1.9
3352026-06-03T08:09:56.215Z Downloaded cargo_metadata v0.18.1
3362026-06-03T08:09:56.215Z Downloaded clang-sys v1.8.1
3372026-06-03T08:09:56.219Z Downloaded humantime v2.3.0
3382026-06-03T08:09:56.219Z Downloaded group v0.13.0
3392026-06-03T08:09:56.223Z Downloaded fs-err v3.1.2
3402026-06-03T08:09:56.223Z Downloaded linked-hash-map v0.5.6
3412026-06-03T08:09:56.225Z Downloaded lru-cache v0.1.2
3422026-06-03T08:09:56.225Z Downloaded libscf-sys v1.2.0
3432026-06-03T08:09:56.225Z Downloaded lru-slab v0.1.2
3442026-06-03T08:09:56.228Z Downloaded is_ci v1.2.0
3452026-06-03T08:09:56.231Z Downloaded internet-checksum v0.2.1
3462026-06-03T08:09:56.231Z Downloaded memoffset v0.9.1
3472026-06-03T08:09:56.235Z Downloaded newline-converter v0.3.0
3482026-06-03T08:09:56.235Z Downloaded num v0.4.3
3492026-06-03T08:09:56.235Z Downloaded num-conv v0.2.1
3502026-06-03T08:09:56.239Z Downloaded managed v0.8.0
3512026-06-03T08:09:56.239Z Downloaded num-derive v0.4.2
3522026-06-03T08:09:56.242Z Downloaded http-body-util v0.1.3
3532026-06-03T08:09:56.242Z Downloaded match_cfg v0.1.0
3542026-06-03T08:09:56.245Z Downloaded newtype-uuid-macros v0.1.0
3552026-06-03T08:09:56.245Z Downloaded httpdate v1.0.3
3562026-06-03T08:09:56.248Z Downloaded globset v0.4.16
3572026-06-03T08:09:56.248Z Downloaded ipnetwork v0.21.1
3582026-06-03T08:09:56.253Z Downloaded critical-section v1.2.0
3592026-06-03T08:09:56.256Z Downloaded keccak v0.1.6
3602026-06-03T08:09:56.256Z Downloaded ingot v0.1.1
3612026-06-03T08:09:56.256Z Downloaded libsw v3.5.0
3622026-06-03T08:09:56.259Z Downloaded async-trait v0.1.89
3632026-06-03T08:09:56.262Z Downloaded cexpr v0.6.0
3642026-06-03T08:09:56.262Z Downloaded opaque-debug v0.3.1
3652026-06-03T08:09:56.264Z Downloaded num_enum_derive v0.5.11
3662026-06-03T08:09:56.264Z Downloaded openssl-probe v0.1.6
3672026-06-03T08:09:56.268Z Downloaded console v0.15.11
3682026-06-03T08:09:56.271Z Downloaded ipnet v2.11.0
3692026-06-03T08:09:56.271Z Downloaded colored v3.0.0
3702026-06-03T08:09:56.274Z Downloaded darling v0.21.3
3712026-06-03T08:09:56.277Z Downloaded openssl-macros v0.1.1
3722026-06-03T08:09:56.277Z Downloaded ingot-macros v0.1.1
3732026-06-03T08:09:56.281Z Downloaded jobserver v0.1.34
3742026-06-03T08:09:56.286Z Downloaded num_threads v0.1.7
3752026-06-03T08:09:56.286Z Downloaded olpc-cjson v0.1.4
3762026-06-03T08:09:56.286Z Downloaded httparse v1.10.1
3772026-06-03T08:09:56.291Z Downloaded hmac v0.12.1
3782026-06-03T08:09:56.291Z Downloaded parse-display v0.10.0
3792026-06-03T08:09:56.291Z Downloaded ingot-types v0.1.2
3802026-06-03T08:09:56.294Z Downloaded half v2.7.1
3812026-06-03T08:09:56.294Z Downloaded libsw-core v0.3.2
3822026-06-03T08:09:56.294Z Downloaded bitflags v2.11.1
3832026-06-03T08:09:56.302Z Downloaded percent-encoding v2.3.2
3842026-06-03T08:09:56.315Z Downloaded newtype-uuid v1.3.2
3852026-06-03T08:09:56.315Z Downloaded native-tls v0.2.14
3862026-06-03T08:09:56.315Z Downloaded const_format_proc_macros v0.2.34
3872026-06-03T08:09:56.315Z Downloaded pin-utils v0.1.0
3882026-06-03T08:09:56.315Z Downloaded memmap v0.7.0
3892026-06-03T08:09:56.344Z Downloaded lock_api v0.4.14
3902026-06-03T08:09:56.344Z Downloaded num_enum v0.5.11
3912026-06-03T08:09:56.344Z Downloaded phf_shared v0.12.1
3922026-06-03T08:09:56.344Z Downloaded linear-map v1.2.0
3932026-06-03T08:09:56.345Z Downloaded plain v0.2.3
3942026-06-03T08:09:56.345Z Downloaded futures-channel v0.3.32
3952026-06-03T08:09:56.345Z Downloaded camino v1.2.2
3962026-06-03T08:09:56.345Z Downloaded cookie v0.18.1
3972026-06-03T08:09:56.350Z Downloaded clap_derive v4.6.0
3982026-06-03T08:09:56.350Z Downloaded num-iter v0.1.45
3992026-06-03T08:09:56.350Z Downloaded omicron-workspace-hack v0.1.0
4002026-06-03T08:09:56.350Z Downloaded num_enum_derive v0.7.5
4012026-06-03T08:09:56.350Z Downloaded daft v0.1.5
4022026-06-03T08:09:56.350Z Downloaded pretty-hex v0.4.1
4032026-06-03T08:09:56.350Z Downloaded powerfmt v0.2.0
4042026-06-03T08:09:56.350Z Downloaded potential_utf v0.1.3
4052026-06-03T08:09:56.350Z Downloaded multer v3.1.0
4062026-06-03T08:09:56.350Z Downloaded proc-macro-error-attr v1.0.4
4072026-06-03T08:09:56.350Z Downloaded num_enum v0.7.5
4082026-06-03T08:09:56.350Z Downloaded libloading v0.8.9
4092026-06-03T08:09:56.350Z Downloaded clap v4.6.0
4102026-06-03T08:09:56.358Z Downloaded progenitor-macro v0.13.0
4112026-06-03T08:09:56.363Z Downloaded rand_chacha v0.3.1
4122026-06-03T08:09:56.363Z Downloaded progenitor-macro v0.10.0
4132026-06-03T08:09:56.363Z Downloaded progenitor-client v0.11.1
4142026-06-03T08:09:56.363Z Downloaded progenitor-macro v0.11.1
4152026-06-03T08:09:56.363Z Downloaded crossbeam-utils v0.8.21
4162026-06-03T08:09:56.367Z Downloaded base64 v0.22.1
4172026-06-03T08:09:56.370Z Downloaded const_format v0.2.34
4182026-06-03T08:09:56.374Z Downloaded hyper-tls v0.6.0
4192026-06-03T08:09:56.374Z Downloaded quick-error v1.2.3
4202026-06-03T08:09:56.378Z Downloaded paste v1.0.15
4212026-06-03T08:09:56.379Z Downloaded password-hash v0.5.0
4222026-06-03T08:09:56.382Z Downloaded pest_generator v2.8.2
4232026-06-03T08:09:56.382Z Downloaded ref-cast v1.0.25
4242026-06-03T08:09:56.382Z Downloaded memmap2 v0.9.8
4252026-06-03T08:09:56.387Z Downloaded getrandom v0.3.3
4262026-06-03T08:09:56.395Z Downloaded ref-cast-impl v1.0.25
4272026-06-03T08:09:56.395Z Downloaded rustc_version v0.4.1
4282026-06-03T08:09:56.395Z Downloaded parse-display-derive v0.10.0
4292026-06-03T08:09:56.395Z Downloaded elliptic-curve v0.13.8
4302026-06-03T08:09:56.401Z Downloaded num-complex v0.4.6
4312026-06-03T08:09:56.401Z Downloaded pin-project-lite v0.2.16
4322026-06-03T08:09:56.401Z Downloaded cancel-safe-futures v0.1.5
4332026-06-03T08:09:56.404Z Downloaded icu_properties v2.0.1
4342026-06-03T08:09:56.405Z Downloaded rustc-hash v2.1.1
4352026-06-03T08:09:56.405Z Downloaded ppv-lite86 v0.2.21
4362026-06-03T08:09:56.407Z Downloaded once_cell v1.21.3
4372026-06-03T08:09:56.407Z Downloaded proc-macro-error v1.0.4
4382026-06-03T08:09:56.411Z Downloaded heapless v0.8.0
4392026-06-03T08:09:56.419Z Downloaded icu_normalizer_data v2.0.0
4402026-06-03T08:09:56.419Z Downloaded rustc_version v0.1.7
4412026-06-03T08:09:56.419Z Downloaded getrandom v0.4.2
4422026-06-03T08:09:56.422Z Downloaded proc-macro-crate v1.3.1
4432026-06-03T08:09:56.429Z Downloaded scopeguard v1.2.0
4442026-06-03T08:09:56.429Z Downloaded progenitor v0.11.1
4452026-06-03T08:09:56.434Z Downloaded rand_chacha v0.9.0
4462026-06-03T08:09:56.434Z Downloaded quote v1.0.45
4472026-06-03T08:09:56.434Z Downloaded search_path v0.1.4
4482026-06-03T08:09:56.434Z Downloaded scroll_derive v0.12.1
4492026-06-03T08:09:56.434Z Downloaded crossbeam-channel v0.5.15
4502026-06-03T08:09:56.438Z Downloaded serde-big-array v0.5.1
4512026-06-03T08:09:56.441Z Downloaded secrecy v0.10.3
4522026-06-03T08:09:56.441Z Downloaded scroll_derive v0.13.1
4532026-06-03T08:09:56.441Z Downloaded icu_normalizer v2.0.0
4542026-06-03T08:09:56.445Z Downloaded pest_meta v2.8.2
4552026-06-03T08:09:56.445Z Downloaded rand_xorshift v0.4.0
4562026-06-03T08:09:56.452Z Downloaded rand_core v0.9.3
4572026-06-03T08:09:56.452Z Downloaded rand_core v0.6.4
4582026-06-03T08:09:56.452Z Downloaded pin-project-internal v1.1.10
4592026-06-03T08:09:56.471Z Downloaded pest_derive v2.8.2
4602026-06-03T08:09:56.471Z Downloaded serde_urlencoded v0.7.1
4612026-06-03T08:09:56.471Z Downloaded expectorate v1.2.0
4622026-06-03T08:09:56.471Z Downloaded serde_spanned v0.6.9
4632026-06-03T08:09:56.480Z Downloaded serde_repr v0.1.20
4642026-06-03T08:09:56.480Z Downloaded serde_plain v1.0.2
4652026-06-03T08:09:56.480Z Downloaded progenitor-client v0.13.0
4662026-06-03T08:09:56.480Z Downloaded parking_lot_core v0.9.12
4672026-06-03T08:09:56.480Z Downloaded rustversion v1.0.22
4682026-06-03T08:09:56.480Z Downloaded flate2 v1.1.2
4692026-06-03T08:09:56.480Z Downloaded icu_locale_core v2.0.0
4702026-06-03T08:09:56.480Z Downloaded resolv-conf v0.7.5
4712026-06-03T08:09:56.480Z Downloaded poly1305 v0.8.0
4722026-06-03T08:09:56.480Z Downloaded siphasher v1.0.1
4732026-06-03T08:09:56.485Z Downloaded async-compression v0.4.33
4742026-06-03T08:09:56.485Z Downloaded slog-bunyan v2.5.0
4752026-06-03T08:09:56.485Z Downloaded sigpipe v0.1.3
4762026-06-03T08:09:56.485Z Downloaded jiff-static v0.2.15
4772026-06-03T08:09:56.490Z Downloaded progenitor v0.13.0
4782026-06-03T08:09:56.490Z Downloaded hickory-resolver v0.24.4
4792026-06-03T08:09:56.490Z Downloaded sha1 v0.10.6
4802026-06-03T08:09:56.494Z Downloaded serde_spanned v1.0.4
4812026-06-03T08:09:56.494Z Downloaded scroll v0.12.0
4822026-06-03T08:09:56.494Z Downloaded rusty-fork v0.3.0
4832026-06-03T08:09:56.494Z Downloaded signal-hook-tokio v0.3.1
4842026-06-03T08:09:56.505Z Downloaded papergrid v0.17.0
4852026-06-03T08:09:56.513Z Downloaded schemars_derive v0.8.22
4862026-06-03T08:09:56.513Z Downloaded same-file v1.0.6
4872026-06-03T08:09:56.513Z Downloaded scroll v0.13.0
4882026-06-03T08:09:56.513Z Downloaded strum v0.26.3
4892026-06-03T08:09:56.513Z Downloaded stable_deref_trait v1.2.0
4902026-06-03T08:09:56.513Z Downloaded smawk v0.3.2
4912026-06-03T08:09:56.513Z Downloaded log v0.4.29
4922026-06-03T08:09:56.513Z Downloaded subtle v2.6.1
4932026-06-03T08:09:56.513Z Downloaded semver v1.0.27
4942026-06-03T08:09:56.517Z Downloaded structmeta v0.3.0
4952026-06-03T08:09:56.517Z Downloaded strsim v0.11.1
4962026-06-03T08:09:56.517Z Downloaded phf v0.12.1
4972026-06-03T08:09:56.517Z Downloaded quinn-udp v0.5.14
4982026-06-03T08:09:56.517Z Downloaded papergrid v0.11.0
4992026-06-03T08:09:56.520Z Downloaded pin-project v1.1.10
5002026-06-03T08:09:56.524Z Downloaded swrite v0.1.0
5012026-06-03T08:09:56.527Z Downloaded serde_path_to_error v0.1.20
5022026-06-03T08:09:56.527Z Downloaded sync_wrapper v1.0.2
5032026-06-03T08:09:56.529Z Downloaded tagptr v0.2.0
5042026-06-03T08:09:56.529Z Downloaded terminal_size v0.4.3
5052026-06-03T08:09:56.532Z Downloaded supports-color v3.0.2
5062026-06-03T08:09:56.532Z Downloaded strum v0.27.2
5072026-06-03T08:09:56.537Z Downloaded structmeta-derive v0.3.0
5082026-06-03T08:09:56.537Z Downloaded serde_tokenstream v0.2.3
5092026-06-03T08:09:56.541Z Downloaded miniz_oxide v0.8.9
5102026-06-03T08:09:56.541Z Downloaded icu_collections v2.0.0
5112026-06-03T08:09:56.545Z Downloaded hickory-resolver v0.25.2
5122026-06-03T08:09:56.545Z Downloaded futures v0.3.32
5132026-06-03T08:09:56.549Z Downloaded termtree v0.5.1
5142026-06-03T08:09:56.553Z Downloaded testing_table v0.3.0
5152026-06-03T08:09:56.553Z Downloaded tabwriter v1.4.1
5162026-06-03T08:09:56.559Z Downloaded curl v0.4.49
5172026-06-03T08:09:56.559Z Downloaded progenitor-impl v0.10.0
5182026-06-03T08:09:56.562Z Downloaded thread-id v5.0.0
5192026-06-03T08:09:56.562Z Downloaded thiserror-impl-no-std v2.0.2
5202026-06-03T08:09:56.562Z Downloaded postcard v1.1.3
5212026-06-03T08:09:56.562Z Downloaded tinyvec_macros v0.1.1
5222026-06-03T08:09:56.565Z Downloaded thread-id v4.2.2
5232026-06-03T08:09:56.565Z Downloaded ryu v1.0.20
5242026-06-03T08:09:56.569Z Downloaded smf v0.2.3
5252026-06-03T08:09:56.569Z Downloaded rustls-pemfile v2.2.0
5262026-06-03T08:09:56.572Z Downloaded slog-term v2.9.2
5272026-06-03T08:09:56.572Z Downloaded openssl-sys v0.9.116
5282026-06-03T08:09:56.575Z Downloaded slog-json v2.6.1
5292026-06-03T08:09:56.578Z Downloaded hashbrown v0.16.1
5302026-06-03T08:09:56.581Z Downloaded tabled_derive v0.11.0
5312026-06-03T08:09:56.584Z Downloaded slog-async v2.8.0
5322026-06-03T08:09:56.584Z Downloaded slab v0.4.11
5332026-06-03T08:09:56.586Z Downloaded cc v1.2.58
5342026-06-03T08:09:56.586Z Downloaded signal-hook-registry v1.4.6
5352026-06-03T08:09:56.591Z Downloaded proc-macro2 v1.0.106
5362026-06-03T08:09:56.594Z Downloaded take_mut v0.2.2
5372026-06-03T08:09:56.594Z Downloaded static_assertions v1.1.0
5382026-06-03T08:09:56.594Z Downloaded synstructure v0.13.2
5392026-06-03T08:09:56.594Z Downloaded strum_macros v0.27.2
5402026-06-03T08:09:56.598Z Downloaded toml_datetime v0.6.11
5412026-06-03T08:09:56.598Z Downloaded toml_write v0.1.2
5422026-06-03T08:09:56.598Z Downloaded tower-service v0.3.3
5432026-06-03T08:09:56.601Z Downloaded serde_with_macros v3.14.1
5442026-06-03T08:09:56.601Z Downloaded strum_macros v0.26.4
5452026-06-03T08:09:56.608Z Downloaded hashbrown v0.12.3
5462026-06-03T08:09:56.608Z Downloaded shlex v1.3.0
5472026-06-03T08:09:56.612Z Downloaded tower-layer v0.3.3
5482026-06-03T08:09:56.612Z Downloaded crypto-bigint v0.5.5
5492026-06-03T08:09:56.612Z Downloaded topological-sort v0.2.2
5502026-06-03T08:09:56.612Z Downloaded sha2 v0.10.9
5512026-06-03T08:09:56.616Z Downloaded rustls-pki-types v1.12.0
5522026-06-03T08:09:56.616Z Downloaded serde_derive_internals v0.29.1
5532026-06-03T08:09:56.622Z Downloaded semver v0.1.20
5542026-06-03T08:09:56.622Z Downloaded prettyplease v0.2.37
5552026-06-03T08:09:56.622Z Downloaded thiserror-impl v1.0.69
5562026-06-03T08:09:56.626Z Downloaded thiserror v2.0.18
5572026-06-03T08:09:56.626Z Downloaded thiserror-impl v2.0.18
5582026-06-03T08:09:56.626Z Downloaded indexmap v2.13.0
5592026-06-03T08:09:56.629Z Downloaded typify-macro v0.6.1
5602026-06-03T08:09:56.629Z Downloaded typify-macro v0.4.3
5612026-06-03T08:09:56.629Z Downloaded thiserror-no-std v2.0.2
5622026-06-03T08:09:56.631Z Downloaded tinystr v0.8.1
5632026-06-03T08:09:56.634Z Downloaded thread_local v1.1.9
5642026-06-03T08:09:56.634Z Downloaded smallvec v1.15.1
5652026-06-03T08:09:56.637Z Downloaded unicode-xid v0.2.6
5662026-06-03T08:09:56.637Z Downloaded slog-dtrace v0.3.0
5672026-06-03T08:09:56.640Z Downloaded untrusted v0.7.1
5682026-06-03T08:09:56.640Z Downloaded universal-hash v0.5.1
5692026-06-03T08:09:56.640Z Downloaded unarray v0.1.4
5702026-06-03T08:09:56.640Z Downloaded progenitor-impl v0.11.1
5712026-06-03T08:09:56.643Z Downloaded usdt-attr-macro v0.6.0
5722026-06-03T08:09:56.643Z Downloaded time-macros v0.2.27
5732026-06-03T08:09:56.645Z Downloaded time-core v0.1.8
5742026-06-03T08:09:56.645Z Downloaded minimal-lexical v0.2.1
5752026-06-03T08:09:56.648Z Downloaded tokio-rustls v0.25.0
5762026-06-03T08:09:56.651Z Downloaded tokio-native-tls v0.3.1
5772026-06-03T08:09:56.654Z Downloaded tokio-dtrace v0.1.1
5782026-06-03T08:09:56.654Z Downloaded snafu-derive v0.8.9
5792026-06-03T08:09:56.657Z Downloaded tokio-macros v2.6.0
5802026-06-03T08:09:56.657Z Downloaded spin v0.9.8
5812026-06-03T08:09:56.657Z Downloaded utf8_iter v1.0.4
5822026-06-03T08:09:56.657Z Downloaded usdt v0.6.0
5832026-06-03T08:09:56.661Z Downloaded usdt v0.5.0
5842026-06-03T08:09:56.661Z Downloaded serde_derive v1.0.228
5852026-06-03T08:09:56.663Z Downloaded rayon-core v1.13.0
5862026-06-03T08:09:56.663Z Downloaded serde_core v1.0.228
5872026-06-03T08:09:56.666Z Downloaded waitgroup v0.1.2
5882026-06-03T08:09:56.666Z Downloaded version_check v0.9.5
5892026-06-03T08:09:56.669Z Downloaded usdt-macro v0.5.0
5902026-06-03T08:09:56.669Z Downloaded usdt-attr-macro v0.5.0
5912026-06-03T08:09:56.669Z Downloaded aho-corasick v1.1.3
5922026-06-03T08:09:56.677Z Downloaded wait-timeout v0.2.1
5932026-06-03T08:09:56.677Z Downloaded progenitor-impl v0.13.0
5942026-06-03T08:09:56.680Z Downloaded schemars v0.8.22
5952026-06-03T08:09:56.680Z Downloaded utf8parse v0.2.2
5962026-06-03T08:09:56.683Z Downloaded untrusted v0.9.0
5972026-06-03T08:09:56.683Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5982026-06-03T08:09:56.683Z Downloaded tempfile v3.27.0
5992026-06-03T08:09:56.686Z Downloaded similar v2.7.0
6002026-06-03T08:09:56.689Z Downloaded want v0.3.1
6012026-06-03T08:09:56.689Z Downloaded hyper-util v0.1.20
6022026-06-03T08:09:56.692Z Downloaded toml_writer v1.0.6+spec-1.1.0
6032026-06-03T08:09:56.694Z Downloaded signal-hook v0.3.18
6042026-06-03T08:09:56.694Z Downloaded try-lock v0.2.5
6052026-06-03T08:09:56.697Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6062026-06-03T08:09:56.697Z Downloaded thiserror v1.0.69
6072026-06-03T08:09:56.700Z Downloaded xattr v1.6.1
6082026-06-03T08:09:56.704Z Downloaded tabled_derive v0.7.0
6092026-06-03T08:09:56.704Z Downloaded num-traits v0.2.19
6102026-06-03T08:09:56.706Z Downloaded unicode-linebreak v0.1.5
6112026-06-03T08:09:56.706Z Downloaded tokio-stream v0.1.17
6122026-06-03T08:09:56.709Z Downloaded zerofrom v0.1.6
6132026-06-03T08:09:56.709Z Downloaded yoke-derive v0.8.0
6142026-06-03T08:09:56.709Z Downloaded tokio-rustls v0.26.3
6152026-06-03T08:09:56.712Z Downloaded progenitor v0.10.0
6162026-06-03T08:09:56.712Z Downloaded proc-macro-error2 v2.0.1
6172026-06-03T08:09:56.715Z Downloaded zeroize_derive v1.4.3
6182026-06-03T08:09:56.715Z Downloaded parking_lot v0.12.5
6192026-06-03T08:09:56.717Z Downloaded usdt-impl v0.6.0
6202026-06-03T08:09:56.717Z Downloaded rand v0.8.5
6212026-06-03T08:09:56.720Z Downloaded quinn v0.11.9
6222026-06-03T08:09:56.723Z Downloaded qorb v0.4.1
6232026-06-03T08:09:56.728Z Downloaded toml v0.8.23
6242026-06-03T08:09:56.728Z Downloaded oxnet v0.1.4
6252026-06-03T08:09:56.728Z Downloaded http v1.4.0
6262026-06-03T08:09:56.732Z Downloaded toml_parser v1.1.2+spec-1.1.0
6272026-06-03T08:09:56.732Z Downloaded zone_cfg_derive v0.3.1
6282026-06-03T08:09:56.732Z Downloaded serde_yaml v0.9.34+deprecated
6292026-06-03T08:09:56.735Z Downloaded zone v0.3.1
6302026-06-03T08:09:56.735Z Downloaded zerofrom-derive v0.1.6
6312026-06-03T08:09:56.735Z Downloaded memchr v2.7.5
6322026-06-03T08:09:56.737Z Downloaded crossbeam-epoch v0.9.18
6332026-06-03T08:09:56.741Z Downloaded textwrap v0.16.2
6342026-06-03T08:09:56.741Z Downloaded allocator-api2 v0.2.21
6352026-06-03T08:09:56.743Z Downloaded chacha20poly1305 v0.10.1
6362026-06-03T08:09:56.743Z Downloaded pkg-config v0.3.32
6372026-06-03T08:09:56.746Z Downloaded num-integer v0.1.46
6382026-06-03T08:09:56.746Z Downloaded omicron-zone-package v0.12.2
6392026-06-03T08:09:56.749Z Downloaded indexmap v1.9.3
6402026-06-03T08:09:56.749Z Downloaded vsss-rs v3.3.4
6412026-06-03T08:09:56.751Z Downloaded usdt-macro v0.6.0
6422026-06-03T08:09:56.752Z Downloaded term v1.2.0
6432026-06-03T08:09:56.754Z Downloaded walkdir v2.5.0
6442026-06-03T08:09:56.754Z Downloaded usdt-impl v0.5.0
6452026-06-03T08:09:56.757Z Downloaded socket2 v0.6.0
6462026-06-03T08:09:56.757Z Downloaded icu_provider v2.0.0
6472026-06-03T08:09:56.760Z Downloaded blake2 v0.10.6
6482026-06-03T08:09:56.760Z Downloaded schemars v1.2.0
6492026-06-03T08:09:56.767Z Downloaded ucd-trie v0.1.7
6502026-06-03T08:09:56.769Z Downloaded tinyvec v1.10.0
6512026-06-03T08:09:56.769Z Downloaded whoami v1.6.1
6522026-06-03T08:09:56.772Z Downloaded yoke v0.8.0
6532026-06-03T08:09:56.772Z Downloaded zeroize v1.8.1
6542026-06-03T08:09:56.774Z Downloaded test-strategy v0.4.3
6552026-06-03T08:09:56.774Z Downloaded writeable v0.6.1
6562026-06-03T08:09:56.778Z Downloaded tracing-attributes v0.1.30
6572026-06-03T08:09:56.778Z Downloaded snafu v0.8.9
6582026-06-03T08:09:56.781Z Downloaded toml v0.9.11+spec-1.1.0
6592026-06-03T08:09:56.786Z Downloaded toml v1.0.6+spec-1.1.0
6602026-06-03T08:09:56.788Z Downloaded vergen v8.3.2
6612026-06-03T08:09:56.788Z Downloaded serde v1.0.228
6622026-06-03T08:09:56.789Z Downloaded toml v0.7.8
6632026-06-03T08:09:56.791Z Downloaded tar v0.4.45
6642026-06-03T08:09:56.795Z Downloaded zmij v1.0.17
6652026-06-03T08:09:56.795Z Downloaded slog v2.8.2
6662026-06-03T08:09:56.798Z Downloaded zerovec-derive v0.11.1
6672026-06-03T08:09:56.798Z Downloaded idna v1.1.0
6682026-06-03T08:09:56.798Z Downloaded tracing-core v0.1.34
6692026-06-03T08:09:56.801Z Downloaded hyper v1.8.1
6702026-06-03T08:09:56.804Z Downloaded hashbrown v0.15.5
6712026-06-03T08:09:56.806Z Downloaded unicode-ident v1.0.24
6722026-06-03T08:09:56.809Z Downloaded typify v0.4.3
6732026-06-03T08:09:56.812Z Downloaded schemars v0.9.0
6742026-06-03T08:09:56.816Z Downloaded zerocopy-derive v0.7.35
6752026-06-03T08:09:56.818Z Downloaded nom v7.1.3
6762026-06-03T08:09:56.821Z Downloaded pest v2.8.2
6772026-06-03T08:09:56.826Z Downloaded icu_properties_data v2.0.1
6782026-06-03T08:09:56.829Z Downloaded uuid v1.23.1
6792026-06-03T08:09:56.833Z Downloaded mio v1.0.4
6802026-06-03T08:09:56.841Z Downloaded rand v0.9.2
6812026-06-03T08:09:56.844Z Downloaded libm v0.2.15
6822026-06-03T08:09:56.844Z Downloaded itertools v0.14.0
6832026-06-03T08:09:56.847Z Downloaded dropshot-api-manager v0.7.2
6842026-06-03T08:09:56.849Z Downloaded itertools v0.12.1
6852026-06-03T08:09:56.852Z Downloaded unsafe-libyaml v0.2.11
6862026-06-03T08:09:56.855Z Downloaded iri-string v0.7.8
6872026-06-03T08:09:56.858Z Downloaded clap_builder v4.6.0
6882026-06-03T08:09:56.861Z Downloaded iddqd v0.3.18
6892026-06-03T08:09:56.864Z Downloaded rustls-webpki v0.103.6
6902026-06-03T08:09:56.866Z Downloaded toml_edit v0.19.15
6912026-06-03T08:09:56.874Z Downloaded typify v0.6.1
6922026-06-03T08:09:56.878Z Downloaded typenum v1.18.0
6932026-06-03T08:09:56.882Z Downloaded hkdf v0.12.4
6942026-06-03T08:09:56.882Z Downloaded steno v0.4.1
6952026-06-03T08:09:56.886Z Downloaded futures-util v0.3.32
6962026-06-03T08:09:56.889Z Downloaded litemap v0.8.0
6972026-06-03T08:09:56.889Z Downloaded bytes v1.11.1
6982026-06-03T08:09:56.892Z Downloaded progenitor-client v0.10.0
6992026-06-03T08:09:56.894Z Downloaded proc-macro-error-attr2 v2.0.0
7002026-06-03T08:09:56.894Z Downloaded pem v3.0.5
7012026-06-03T08:09:56.894Z Downloaded oxide-tokio-rt v0.1.2
7022026-06-03T08:09:56.894Z Downloaded owo-colors v4.3.0
7032026-06-03T08:09:56.897Z Downloaded hyper-rustls v0.27.7
7042026-06-03T08:09:56.897Z Downloaded iana-time-zone v0.1.64
7052026-06-03T08:09:56.901Z Downloaded num-rational v0.4.2
7062026-06-03T08:09:56.901Z Downloaded getrandom v0.2.16
7072026-06-03T08:09:56.903Z Downloaded toml_edit v0.22.27
7082026-06-03T08:09:56.903Z Downloaded h2 v0.4.12
7092026-06-03T08:09:56.907Z Downloaded crc32fast v1.5.0
7102026-06-03T08:09:56.909Z Downloaded macaddr v1.0.1
7112026-06-03T08:09:56.909Z Downloaded tracing v0.1.41
7122026-06-03T08:09:56.912Z Downloaded glob v0.3.3
7132026-06-03T08:09:56.912Z Downloaded foldhash v0.1.5
7142026-06-03T08:09:56.915Z Downloaded fs_extra v1.3.0
7152026-06-03T08:09:56.915Z Downloaded mime v0.3.17
7162026-06-03T08:09:56.915Z Downloaded futures-executor v0.3.32
7172026-06-03T08:09:56.917Z Downloaded kstat-rs v0.2.4
7182026-06-03T08:09:56.917Z Downloaded is_terminal_polyfill v1.70.1
7192026-06-03T08:09:56.917Z Downloaded newtype_derive v0.1.6
7202026-06-03T08:09:56.917Z Downloaded darling_core v0.21.3
7212026-06-03T08:09:56.920Z Downloaded compression-codecs v0.4.32
7222026-06-03T08:09:56.923Z Downloaded fixedbitset v0.5.7
7232026-06-03T08:09:56.925Z Downloaded data-encoding v2.9.0
7242026-06-03T08:09:56.926Z Downloaded hostname v0.4.2
7252026-06-03T08:09:56.926Z Downloaded async-stream v0.3.6
7262026-06-03T08:09:56.928Z Downloaded compression-core v0.4.32
7272026-06-03T08:09:56.928Z Downloaded equivalent v1.0.2
7282026-06-03T08:09:56.928Z Downloaded csv-core v0.1.12
7292026-06-03T08:09:56.932Z Downloaded cmake v0.1.54
7302026-06-03T08:09:56.932Z Downloaded futures-io v0.3.32
7312026-06-03T08:09:56.932Z Downloaded futures-core v0.3.32
7322026-06-03T08:09:56.932Z Downloaded foreign-types-shared v0.1.1
7332026-06-03T08:09:56.932Z Downloaded defmt v1.0.1
7342026-06-03T08:09:56.935Z Downloaded derive-where v1.6.0
7352026-06-03T08:09:56.938Z Downloaded defmt-macros v1.0.1
7362026-06-03T08:09:56.941Z Downloaded adler2 v2.0.1
7372026-06-03T08:09:56.941Z Downloaded float-ord v0.3.2
7382026-06-03T08:09:56.941Z Downloaded dropshot_endpoint v0.17.0
7392026-06-03T08:09:56.944Z Downloaded reqwest v0.13.2
7402026-06-03T08:09:56.947Z Downloaded defmt-parser v1.0.0
7412026-06-03T08:09:56.947Z Downloaded cstr-argument v0.1.2
7422026-06-03T08:09:56.947Z Downloaded typed-path v0.9.3
7432026-06-03T08:09:56.951Z Downloaded convert_case v0.4.0
7442026-06-03T08:09:56.953Z Downloaded cfg-if v1.0.3
7452026-06-03T08:09:56.953Z Downloaded camino-tempfile v1.4.1
7462026-06-03T08:09:56.953Z Downloaded bit-vec v0.8.0
7472026-06-03T08:09:56.956Z Downloaded byteorder v1.5.0
7482026-06-03T08:09:56.956Z Downloaded heck v0.5.0
7492026-06-03T08:09:56.956Z Downloaded fixedbitset v0.4.2
7502026-06-03T08:09:56.959Z Downloaded curve25519-dalek-derive v0.1.1
7512026-06-03T08:09:56.959Z Downloaded ff v0.13.1
7522026-06-03T08:09:56.959Z Downloaded displaydoc v0.2.5
7532026-06-03T08:09:56.962Z Downloaded zerocopy-derive v0.8.27
7542026-06-03T08:09:56.964Z Downloaded zerotrie v0.2.2
7552026-06-03T08:09:56.968Z Downloaded bit-set v0.8.0
7562026-06-03T08:09:56.972Z Downloaded clap_lex v1.1.0
7572026-06-03T08:09:56.972Z Downloaded cargo-platform v0.1.9
7582026-06-03T08:09:56.972Z Downloaded blake3 v1.8.2
7592026-06-03T08:09:56.975Z Downloaded portable-atomic v1.11.1
7602026-06-03T08:09:56.979Z Downloaded regex v1.12.3
7612026-06-03T08:09:56.983Z Downloaded reqwest v0.12.23
7622026-06-03T08:09:56.987Z Downloaded git2 v0.19.0
7632026-06-03T08:09:56.991Z Downloaded tower v0.5.2
7642026-06-03T08:09:56.995Z Downloaded goblin v0.8.2
7652026-06-03T08:09:56.999Z Downloaded url v2.5.7
7662026-06-03T08:09:57.002Z Downloaded tower-http v0.6.8
7672026-06-03T08:09:57.005Z Downloaded unicode-segmentation v1.12.0
7682026-06-03T08:09:57.008Z Downloaded serde_json v1.0.149
7692026-06-03T08:09:57.011Z Downloaded rayon v1.11.0
7702026-06-03T08:09:57.016Z Downloaded tough v0.20.0
7712026-06-03T08:09:57.022Z Downloaded proptest v1.8.0
7722026-06-03T08:09:57.029Z Downloaded chrono v0.4.44
7732026-06-03T08:09:57.033Z Downloaded unicode-normalization v0.1.24
7742026-06-03T08:09:57.036Z Downloaded tokio-util v0.7.16
7752026-06-03T08:09:57.038Z Downloaded goblin v0.10.1
7762026-06-03T08:09:57.042Z Downloaded serde_with v3.14.1
7772026-06-03T08:09:57.048Z Downloaded bcs v0.1.6
7782026-06-03T08:09:57.051Z Downloaded aws-lc-rs v1.16.2
7792026-06-03T08:09:57.055Z Downloaded crc8 v0.1.1
7802026-06-03T08:09:57.058Z Downloaded cobs v0.3.0
7812026-06-03T08:09:57.058Z Downloaded dof v0.3.0
7822026-06-03T08:09:57.058Z Downloaded deranged v0.5.3
7832026-06-03T08:09:57.061Z Downloaded block-buffer v0.10.4
7842026-06-03T08:09:57.061Z Downloaded foreign-types-shared v0.3.1
7852026-06-03T08:09:57.061Z Downloaded errno v0.3.14
7862026-06-03T08:09:57.061Z Downloaded crucible-workspace-hack v0.1.0
7872026-06-03T08:09:57.061Z Downloaded bitflags v1.3.2
7882026-06-03T08:09:57.065Z Downloaded arrayvec v0.7.6
7892026-06-03T08:09:57.065Z Downloaded digest v0.10.7
7902026-06-03T08:09:57.068Z Downloaded aead v0.5.2
7912026-06-03T08:09:57.072Z Downloaded bindgen v0.72.1
7922026-06-03T08:09:57.075Z Downloaded quinn-proto v0.11.14
7932026-06-03T08:09:57.079Z Downloaded zerocopy v0.7.35
7942026-06-03T08:09:57.089Z Downloaded zerovec v0.11.4
7952026-06-03T08:09:57.092Z Downloaded tabled v0.15.0
7962026-06-03T08:09:57.103Z Downloaded winnow v0.7.14
7972026-06-03T08:09:57.110Z Downloaded rustls-webpki v0.102.8
7982026-06-03T08:09:57.118Z Downloaded winnow v1.0.3
7992026-06-03T08:09:57.124Z Downloaded tabled v0.20.0
8002026-06-03T08:09:57.134Z Downloaded winnow v0.5.40
8012026-06-03T08:09:57.139Z Downloaded dropshot v0.16.7
8022026-06-03T08:09:57.152Z Downloaded nix v0.30.1
8032026-06-03T08:09:57.167Z Downloaded zerocopy v0.8.27
8042026-06-03T08:09:57.174Z Downloaded moka v0.12.11
8052026-06-03T08:09:57.183Z Downloaded time v0.3.47
8062026-06-03T08:09:57.188Z Downloaded syn v1.0.109
8072026-06-03T08:09:57.195Z Downloaded smoltcp v0.11.0
8082026-06-03T08:09:57.209Z Downloaded hickory-proto v0.24.4
8092026-06-03T08:09:57.213Z Downloaded rustls v0.22.4
8102026-06-03T08:09:57.219Z Downloaded openssl v0.10.80
8112026-06-03T08:09:57.228Z Downloaded dropshot v0.17.0
8122026-06-03T08:09:57.240Z Downloaded curve25519-dalek v4.1.3
8132026-06-03T08:09:57.244Z Downloaded hickory-proto v0.25.2
8142026-06-03T08:09:57.252Z Downloaded bstr v1.12.0
8152026-06-03T08:09:57.257Z Downloaded webpki-roots v1.0.2
8162026-06-03T08:09:57.260Z Downloaded vcpkg v0.2.15
8172026-06-03T08:09:57.286Z Downloaded syn v2.0.117
8182026-06-03T08:09:57.292Z Downloaded openapiv3 v2.2.0
8192026-06-03T08:09:57.300Z Downloaded regress v0.10.5
8202026-06-03T08:09:57.309Z Downloaded unicode-width v0.2.1
8212026-06-03T08:09:57.312Z Downloaded rustls v0.23.32
8222026-06-03T08:09:57.319Z Downloaded rustix v0.38.44
8232026-06-03T08:09:57.328Z Downloaded regex-syntax v0.8.6
8242026-06-03T08:09:57.334Z Downloaded unicode-width v0.1.14
8252026-06-03T08:09:57.358Z Downloaded rustix v1.1.4
8262026-06-03T08:09:57.373Z Downloaded regex-automata v0.4.13
8272026-06-03T08:09:57.384Z Downloaded jiff v0.2.15
8282026-06-03T08:09:57.397Z Downloaded typify-impl v0.6.1
8292026-06-03T08:09:57.410Z Downloaded typify-impl v0.4.3
8302026-06-03T08:09:57.444Z Downloaded petgraph v0.8.2
8312026-06-03T08:09:57.457Z Downloaded libc v0.2.183
8322026-06-03T08:09:57.477Z Downloaded libz-sys v1.1.22
8332026-06-03T08:09:57.491Z Downloaded petgraph v0.6.5
8342026-06-03T08:09:57.501Z Downloaded chrono-tz v0.10.4
8352026-06-03T08:09:57.554Z Downloaded tokio v1.50.0
8362026-06-03T08:09:57.578Z Downloaded csv v1.3.1
8372026-06-03T08:09:57.589Z Downloaded sha3 v0.10.8
8382026-06-03T08:09:57.598Z Downloaded encoding_rs v0.8.35
8392026-06-03T08:09:57.641Z Downloaded ring v0.17.14
8402026-06-03T08:09:57.673Z Downloaded libgit2-sys v0.17.0+1.8.1
8412026-06-03T08:09:57.713Z Downloaded curl-sys v0.4.83+curl-8.15.0
8422026-06-03T08:09:58.216Z Downloaded aws-lc-sys v0.39.1
8432026-06-03T08:09:58.541Z Compiling proc-macro2 v1.0.106
8442026-06-03T08:09:58.541Z Compiling quote v1.0.45
8452026-06-03T08:09:58.541Z Compiling unicode-ident v1.0.24
8462026-06-03T08:09:58.541Z Compiling serde_core v1.0.228
8472026-06-03T08:09:58.544Z Compiling serde v1.0.228
8482026-06-03T08:09:58.544Z Compiling libc v0.2.183
8492026-06-03T08:09:58.544Z Checking cfg-if v1.0.3
8502026-06-03T08:09:58.841Z Compiling zmij v1.0.17
8512026-06-03T08:09:58.861Z Compiling autocfg v1.5.0
8522026-06-03T08:09:59.183Z Compiling memchr v2.7.5
8532026-06-03T08:09:59.254Z Compiling libm v0.2.15
8542026-06-03T08:09:59.576Z Compiling getrandom v0.4.2
8552026-06-03T08:09:59.639Z Checking smallvec v1.15.1
8562026-06-03T08:09:59.649Z Checking itoa v1.0.15
8572026-06-03T08:09:59.670Z Compiling version_check v0.9.5
8582026-06-03T08:09:59.763Z Compiling shlex v1.3.0
8592026-06-03T08:09:59.777Z Compiling thiserror v2.0.18
8602026-06-03T08:09:59.856Z Compiling jobserver v0.1.34
8612026-06-03T08:09:59.929Z Compiling find-msvc-tools v0.1.9
8622026-06-03T08:09:59.946Z Compiling icu_properties_data v2.0.1
8632026-06-03T08:09:59.988Z Compiling syn v2.0.117
8642026-06-03T08:10:00.056Z Compiling icu_normalizer_data v2.0.0
8652026-06-03T08:10:00.169Z Compiling cc v1.2.58
8662026-06-03T08:10:00.218Z Compiling parking_lot_core v0.9.12
8672026-06-03T08:10:00.306Z Checking stable_deref_trait v1.2.0
8682026-06-03T08:10:00.321Z Compiling serde_json v1.0.149
8692026-06-03T08:10:00.498Z Compiling heck v0.5.0
8702026-06-03T08:10:00.572Z Checking writeable v0.6.1
8712026-06-03T08:10:00.637Z Checking litemap v0.8.0
8722026-06-03T08:10:00.701Z Compiling num-traits v0.2.19
8732026-06-03T08:10:00.752Z Checking percent-encoding v2.3.2
8742026-06-03T08:10:00.983Z Checking form_urlencoded v1.2.2
8752026-06-03T08:10:01.110Z Checking utf8_iter v1.0.4
8762026-06-03T08:10:01.114Z Compiling zerocopy v0.8.27
8772026-06-03T08:10:01.223Z Checking pin-project-lite v0.2.16
8782026-06-03T08:10:01.243Z Checking iana-time-zone v0.1.64
8792026-06-03T08:10:01.254Z Compiling rustversion v1.0.22
8802026-06-03T08:10:01.317Z Compiling log v0.4.29
8812026-06-03T08:10:01.414Z Compiling semver v1.0.27
8822026-06-03T08:10:01.526Z Checking socket2 v0.6.0
8832026-06-03T08:10:01.634Z Compiling allocator-api2 v0.2.21
8842026-06-03T08:10:01.702Z Compiling equivalent v1.0.2
8852026-06-03T08:10:01.751Z Compiling foldhash v0.2.0
8862026-06-03T08:10:01.783Z Checking uuid v1.23.1
8872026-06-03T08:10:01.798Z Checking scopeguard v1.2.0
8882026-06-03T08:10:01.904Z Checking lock_api v0.4.14
8892026-06-03T08:10:01.963Z Compiling hashbrown v0.16.1
8902026-06-03T08:10:02.079Z Checking signal-hook-registry v1.4.6
8912026-06-03T08:10:02.107Z Checking mio v1.0.4
8922026-06-03T08:10:02.122Z Checking getrandom v0.2.16
8932026-06-03T08:10:02.136Z Checking dyn-clone v1.0.20
8942026-06-03T08:10:02.161Z Checking parking_lot v0.12.5
8952026-06-03T08:10:02.236Z Compiling schemars v0.8.22
8962026-06-03T08:10:02.250Z Checking bitflags v2.11.1
8972026-06-03T08:10:02.356Z Compiling portable-atomic v1.11.1
8982026-06-03T08:10:02.519Z Checking futures-core v0.3.32
8992026-06-03T08:10:02.552Z Checking critical-section v1.2.0
9002026-06-03T08:10:02.566Z Compiling ring v0.17.14
9012026-06-03T08:10:02.646Z Compiling typenum v1.18.0
9022026-06-03T08:10:02.820Z Compiling indexmap v2.13.0
9032026-06-03T08:10:02.827Z Compiling httparse v1.10.1
9042026-06-03T08:10:02.902Z Compiling synstructure v0.13.2
9052026-06-03T08:10:03.016Z Compiling serde_derive_internals v0.29.1
9062026-06-03T08:10:03.381Z Compiling thiserror v1.0.69
9072026-06-03T08:10:03.549Z Checking futures-sink v0.3.32
9082026-06-03T08:10:03.653Z Compiling regex-syntax v0.8.6
9092026-06-03T08:10:03.657Z Checking once_cell v1.21.3
9102026-06-03T08:10:03.794Z Checking slab v0.4.11
9112026-06-03T08:10:03.849Z Compiling rustix v1.1.4
9122026-06-03T08:10:03.894Z Compiling aho-corasick v1.1.3
9132026-06-03T08:10:03.954Z Checking subtle v2.6.1
9142026-06-03T08:10:04.011Z Compiling ucd-trie v0.1.7
9152026-06-03T08:10:04.112Z Checking futures-channel v0.3.32
9162026-06-03T08:10:04.168Z Compiling serde_derive v1.0.228
9172026-06-03T08:10:04.218Z Compiling zerofrom-derive v0.1.6
9182026-06-03T08:10:04.241Z Compiling yoke-derive v0.8.0
9192026-06-03T08:10:04.304Z Compiling zerovec-derive v0.11.1
9202026-06-03T08:10:05.127Z Compiling displaydoc v0.2.5
9212026-06-03T08:10:05.302Z Compiling thiserror-impl v2.0.18
9222026-06-03T08:10:05.375Z Compiling schemars_derive v0.8.22
9232026-06-03T08:10:05.405Z Compiling tokio-macros v2.6.0
9242026-06-03T08:10:05.441Z Checking zerofrom v0.1.6
9252026-06-03T08:10:05.475Z Compiling zerocopy-derive v0.8.27
9262026-06-03T08:10:05.565Z Checking yoke v0.8.0
9272026-06-03T08:10:05.739Z Checking zerovec v0.11.4
9282026-06-03T08:10:05.794Z Checking zerotrie v0.2.2
9292026-06-03T08:10:06.042Z Compiling futures-macro v0.3.32
9302026-06-03T08:10:06.130Z Compiling zeroize_derive v1.4.3
9312026-06-03T08:10:06.506Z Checking tinystr v0.8.1
9322026-06-03T08:10:06.559Z Checking potential_utf v0.1.3
9332026-06-03T08:10:06.698Z Checking icu_locale_core v2.0.0
9342026-06-03T08:10:06.713Z Checking icu_collections v2.0.0
9352026-06-03T08:10:06.790Z Compiling thiserror-impl v1.0.69
9362026-06-03T08:10:06.815Z Checking zeroize v1.8.1
9372026-06-03T08:10:06.995Z Compiling regex-automata v0.4.13
9382026-06-03T08:10:07.130Z Checking icu_provider v2.0.0
9392026-06-03T08:10:07.186Z Compiling pest v2.8.2
9402026-06-03T08:10:07.268Z Checking bytes v1.11.1
9412026-06-03T08:10:07.372Z Checking icu_normalizer v2.0.0
9422026-06-03T08:10:07.390Z Checking icu_properties v2.0.1
9432026-06-03T08:10:07.485Z Checking chrono v0.4.44
9442026-06-03T08:10:07.718Z Compiling serde_tokenstream v0.2.3
9452026-06-03T08:10:07.948Z Checking tokio v1.50.0
9462026-06-03T08:10:08.079Z Checking rand_core v0.6.4
9472026-06-03T08:10:08.216Z Checking idna_adapter v1.2.1
9482026-06-03T08:10:08.247Z Compiling anyhow v1.0.102
9492026-06-03T08:10:08.262Z Compiling pest_meta v2.8.2
9502026-06-03T08:10:08.340Z Checking idna v1.1.0
9512026-06-03T08:10:08.357Z Checking futures-task v0.3.32
9522026-06-03T08:10:08.426Z Checking futures-io v0.3.32
9532026-06-03T08:10:08.498Z Compiling getrandom v0.3.3
9542026-06-03T08:10:08.542Z Checking futures-util v0.3.32
9552026-06-03T08:10:08.584Z Checking url v2.5.7
9562026-06-03T08:10:08.781Z Compiling regex v1.12.3
9572026-06-03T08:10:08.833Z Compiling pest_generator v2.8.2
9582026-06-03T08:10:09.284Z Compiling tracing-attributes v0.1.30
9592026-06-03T08:10:09.461Z Checking tracing-core v0.1.34
9602026-06-03T08:10:09.565Z Compiling pest_derive v2.8.2
9612026-06-03T08:10:09.581Z Compiling pkg-config v0.3.32
9622026-06-03T08:10:09.651Z Compiling generic-array v0.14.7
9632026-06-03T08:10:09.868Z Checking fnv v1.0.7
9642026-06-03T08:10:09.969Z Checking http v1.4.0
9652026-06-03T08:10:10.081Z Compiling vcpkg v0.2.15
9662026-06-03T08:10:10.427Z Compiling num-conv v0.2.1
9672026-06-03T08:10:10.456Z Compiling time-core v0.1.8
9682026-06-03T08:10:10.485Z Checking tracing v0.1.41
9692026-06-03T08:10:10.534Z Compiling byteorder v1.5.0
9702026-06-03T08:10:10.607Z Compiling time-macros v0.2.27
9712026-06-03T08:10:10.646Z Compiling regress v0.10.5
9722026-06-03T08:10:10.752Z Checking errno v0.3.14
9732026-06-03T08:10:10.873Z Checking ipnet v2.11.0
9742026-06-03T08:10:10.962Z Checking base64 v0.22.1
9752026-06-03T08:10:11.080Z Checking tokio-util v0.7.16
9762026-06-03T08:10:11.094Z Checking crypto-common v0.1.6
9772026-06-03T08:10:11.159Z Compiling scroll_derive v0.13.1
9782026-06-03T08:10:11.217Z Compiling camino v1.2.2
9792026-06-03T08:10:11.606Z Checking http-body v1.0.1
9802026-06-03T08:10:11.624Z Checking atomic-waker v1.1.2
9812026-06-03T08:10:11.639Z Compiling crossbeam-utils v0.8.21
9822026-06-03T08:10:11.725Z Checking ppv-lite86 v0.2.21
9832026-06-03T08:10:11.965Z Compiling slog v2.8.2
9842026-06-03T08:10:11.995Z Compiling paste v1.0.15
9852026-06-03T08:10:12.027Z Checking tower-service v0.3.3
9862026-06-03T08:10:12.055Z Checking tower-layer v0.3.3
9872026-06-03T08:10:12.117Z Checking try-lock v0.2.5
9882026-06-03T08:10:12.212Z Checking h2 v0.4.12
9892026-06-03T08:10:12.227Z Checking want v0.3.1
9902026-06-03T08:10:12.241Z Checking ipnetwork v0.21.1
9912026-06-03T08:10:12.310Z Checking erased-serde v0.3.31
9922026-06-03T08:10:12.346Z Checking rustls-pki-types v1.12.0
9932026-06-03T08:10:12.363Z Checking ryu v1.0.20
9942026-06-03T08:10:12.481Z Checking pin-utils v0.1.0
9952026-06-03T08:10:12.518Z Checking httpdate v1.0.3
9962026-06-03T08:10:12.528Z Checking pretty-hex v0.4.1
9972026-06-03T08:10:12.558Z Compiling async-trait v0.1.89
9982026-06-03T08:10:12.641Z Checking untrusted v0.9.0
9992026-06-03T08:10:12.656Z Compiling scroll v0.13.0
10002026-06-03T08:10:12.919Z Compiling plain v0.2.3
10012026-06-03T08:10:13.019Z Compiling usdt-impl v0.6.0
10022026-06-03T08:10:13.049Z Compiling goblin v0.10.1
10032026-06-03T08:10:13.120Z Checking http-body-util v0.1.3
10042026-06-03T08:10:13.138Z Checking block-buffer v0.10.4
10052026-06-03T08:10:13.253Z Compiling openssl-sys v0.9.116
10062026-06-03T08:10:13.331Z Compiling slog-async v2.8.0
10072026-06-03T08:10:13.440Z Compiling strsim v0.11.1
10082026-06-03T08:10:13.561Z Checking rand_core v0.9.3
10092026-06-03T08:10:13.666Z Checking digest v0.10.7
10102026-06-03T08:10:13.729Z Checking serde_urlencoded v0.7.1
10112026-06-03T08:10:13.733Z Checking oxnet v0.1.4
10122026-06-03T08:10:13.733Z Compiling dtrace-parser v0.3.0
10132026-06-03T08:10:13.864Z Compiling openapiv3 v2.2.0
10142026-06-03T08:10:13.880Z Compiling thread-id v5.0.0
10152026-06-03T08:10:13.963Z Compiling typify-impl v0.4.3
10162026-06-03T08:10:14.009Z Compiling cmake v0.1.54
10172026-06-03T08:10:14.055Z Checking hyper v1.8.1
10182026-06-03T08:10:14.355Z Compiling fs_extra v1.3.0
10192026-06-03T08:10:14.357Z Compiling ident_case v1.0.1
10202026-06-03T08:10:14.494Z Compiling omicron-workspace-hack v0.1.0
10212026-06-03T08:10:14.633Z Compiling dunce v1.0.5
10222026-06-03T08:10:14.646Z Compiling darling_core v0.21.3
10232026-06-03T08:10:14.722Z Compiling aws-lc-sys v0.39.1
10242026-06-03T08:10:14.748Z Checking rand_chacha v0.9.0
10252026-06-03T08:10:14.932Z Compiling daft-derive v0.1.5
10262026-06-03T08:10:14.949Z Checking hyper-util v0.1.20
10272026-06-03T08:10:15.242Z Checking powerfmt v0.2.0
10282026-06-03T08:10:15.379Z Checking rand v0.9.2
10292026-06-03T08:10:15.394Z Checking deranged v0.5.3
10302026-06-03T08:10:15.657Z Compiling unsafe-libyaml v0.2.11
10312026-06-03T08:10:15.828Z Compiling dof v0.4.0
10322026-06-03T08:10:16.186Z Checking cpufeatures v0.2.17
10332026-06-03T08:10:16.462Z Compiling rustls v0.22.4
10342026-06-03T08:10:16.462Z Compiling syn v1.0.109
10352026-06-03T08:10:16.587Z Checking num_threads v0.1.7
10362026-06-03T08:10:16.661Z Compiling serde_yaml v0.9.34+deprecated
10372026-06-03T08:10:16.675Z Checking time v0.3.47
10382026-06-03T08:10:16.736Z Compiling darling_macro v0.21.3
10392026-06-03T08:10:16.807Z Checking sync_wrapper v1.0.2
10402026-06-03T08:10:16.882Z Compiling usdt-attr-macro v0.6.0
10412026-06-03T08:10:16.910Z Compiling usdt-macro v0.6.0
10422026-06-03T08:10:17.285Z Compiling darling v0.21.3
10432026-06-03T08:10:17.351Z Compiling typify-macro v0.4.3
10442026-06-03T08:10:17.717Z Checking encoding_rs v0.8.35
10452026-06-03T08:10:17.734Z Checking mime v0.3.17
10462026-06-03T08:10:17.808Z Compiling aws-lc-rs v1.16.2
10472026-06-03T08:10:17.905Z Checking tower v0.5.2
10482026-06-03T08:10:17.977Z Checking crossbeam-channel v0.5.15
10492026-06-03T08:10:18.111Z Checking futures-executor v0.3.32
10502026-06-03T08:10:18.258Z Compiling structmeta-derive v0.3.0
10512026-06-03T08:10:18.275Z Compiling multer v3.1.0
10522026-06-03T08:10:18.301Z Checking iri-string v0.7.8
10532026-06-03T08:10:18.304Z Checking futures v0.3.32
10542026-06-03T08:10:18.545Z Compiling async-stream-impl v0.3.6
10552026-06-03T08:10:18.639Z Checking thread_local v1.1.9
10562026-06-03T08:10:18.652Z Checking foreign-types-shared v0.1.1
10572026-06-03T08:10:18.734Z Checking untrusted v0.7.1
10582026-06-03T08:10:18.794Z Checking unicode-width v0.2.1
10592026-06-03T08:10:18.841Z Compiling typify v0.4.3
10602026-06-03T08:10:18.856Z Checking fastrand v2.3.0
10612026-06-03T08:10:18.930Z Compiling openssl v0.10.80
10622026-06-03T08:10:19.027Z Checking hex v0.4.3
10632026-06-03T08:10:19.043Z Checking tempfile v3.27.0
10642026-06-03T08:10:19.151Z Checking foreign-types v0.3.2
10652026-06-03T08:10:19.247Z Compiling openssl-macros v0.1.1
10662026-06-03T08:10:19.261Z Compiling strum_macros v0.26.4
10672026-06-03T08:10:19.280Z Compiling structmeta v0.3.0
10682026-06-03T08:10:19.300Z Checking tower-http v0.6.8
10692026-06-03T08:10:19.440Z Checking is-terminal v0.4.16
10702026-06-03T08:10:19.462Z Checking memmap2 v0.9.8
10712026-06-03T08:10:19.537Z Compiling rustls v0.23.32
10722026-06-03T08:10:19.572Z Compiling native-tls v0.2.14
10732026-06-03T08:10:19.629Z Checking match_cfg v0.1.0
10742026-06-03T08:10:19.704Z Checking winnow v0.7.14
10752026-06-03T08:10:19.732Z Checking take_mut v0.2.2
10762026-06-03T08:10:19.757Z Checking term v1.2.0
10772026-06-03T08:10:19.806Z Checking openssl-probe v0.1.6
10782026-06-03T08:10:19.951Z Checking slog-term v2.9.2
10792026-06-03T08:10:20.127Z Checking hostname v0.3.1
10802026-06-03T08:10:20.493Z Checking slog-json v2.6.1
10812026-06-03T08:10:20.645Z Compiling newtype-uuid-macros v0.1.0
10822026-06-03T08:10:20.763Z Compiling ref-cast v1.0.25
10832026-06-03T08:10:20.820Z Checking slog-bunyan v2.5.0
10842026-06-03T08:10:20.933Z Compiling ref-cast-impl v1.0.25
10852026-06-03T08:10:21.061Z Compiling dropshot v0.16.7
10862026-06-03T08:10:21.207Z Compiling derive-ex v0.1.8
10872026-06-03T08:10:21.369Z Checking webpki-roots v1.0.2
10882026-06-03T08:10:21.460Z Compiling dropshot_endpoint v0.16.7
10892026-06-03T08:10:21.519Z Compiling strum_macros v0.27.2
10902026-06-03T08:10:21.835Z Compiling progenitor-impl v0.11.1
10912026-06-03T08:10:22.443Z Checking tokio-native-tls v0.3.1
10922026-06-03T08:10:22.608Z Checking hyper-tls v0.6.0
10932026-06-03T08:10:22.660Z Checking newtype-uuid v1.3.2
10942026-06-03T08:10:22.774Z Compiling either v1.15.0
10952026-06-03T08:10:22.820Z Compiling test-strategy v0.4.3
10962026-06-03T08:10:22.983Z Checking winnow v1.0.3
10972026-06-03T08:10:23.023Z Checking daft v0.1.5
10982026-06-03T08:10:23.082Z Compiling serde_with_macros v3.14.1
10992026-06-03T08:10:23.237Z Checking usdt v0.6.0
11002026-06-03T08:10:23.258Z Checking rustls-webpki v0.102.8
11012026-06-03T08:10:23.269Z Checking toml_parser v1.1.2+spec-1.1.0
11022026-06-03T08:10:23.400Z Checking serde_spanned v1.0.4
11032026-06-03T08:10:23.454Z Checking debug-ignore v1.0.5
11042026-06-03T08:10:23.532Z Checking toml_writer v1.0.6+spec-1.1.0
11052026-06-03T08:10:23.699Z Checking spin v0.9.8
11062026-06-03T08:10:23.860Z Compiling parse-display-derive v0.10.0
11072026-06-03T08:10:23.942Z Compiling progenitor-macro v0.11.1
11082026-06-03T08:10:24.021Z Checking async-stream v0.3.6
11092026-06-03T08:10:24.147Z Checking sha1 v0.10.6
11102026-06-03T08:10:24.163Z Checking rustls-pemfile v2.2.0
11112026-06-03T08:10:24.235Z Checking waitgroup v0.1.2
11122026-06-03T08:10:24.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11132026-06-03T08:10:24.330Z Checking serde_path_to_error v0.1.20
11142026-06-03T08:10:24.340Z Checking hostname v0.4.2
11152026-06-03T08:10:24.588Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11162026-06-03T08:10:24.761Z Checking strum v0.26.3
11172026-06-03T08:10:24.873Z Checking rand_chacha v0.3.1
11182026-06-03T08:10:24.898Z Compiling toml_datetime v0.6.11
11192026-06-03T08:10:24.934Z Checking macaddr v1.0.1
11202026-06-03T08:10:25.021Z Checking tokio-rustls v0.25.0
11212026-06-03T08:10:25.066Z Checking toml_datetime v0.7.5+spec-1.1.0
11222026-06-03T08:10:25.116Z Checking wait-timeout v0.2.1
11232026-06-03T08:10:25.137Z Checking bit-vec v0.8.0
11242026-06-03T08:10:25.241Z Checking lazy_static v1.5.0
11252026-06-03T08:10:25.260Z Checking quick-error v1.2.3
11262026-06-03T08:10:25.272Z Checking toml v0.9.11+spec-1.1.0
11272026-06-03T08:10:25.327Z Checking bit-set v0.8.0
11282026-06-03T08:10:25.355Z Checking rand v0.8.5
11292026-06-03T08:10:25.358Z Checking rusty-fork v0.3.0
11302026-06-03T08:10:25.384Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-06-03T08:10:25.533Z Checking tabwriter v1.4.1
11322026-06-03T08:10:25.550Z Checking rand_xorshift v0.4.0
11332026-06-03T08:10:25.681Z Compiling clap_derive v4.6.0
11342026-06-03T08:10:25.825Z Checking utf8parse v0.2.2
11352026-06-03T08:10:25.845Z Checking colored v3.0.0
11362026-06-03T08:10:25.861Z Checking unarray v0.1.4
11372026-06-03T08:10:25.926Z Checking anstyle-parse v1.0.0
11382026-06-03T08:10:25.961Z Checking proptest v1.8.0
11392026-06-03T08:10:26.022Z Checking strum v0.27.2
11402026-06-03T08:10:26.135Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11412026-06-03T08:10:26.178Z Checking terminal_size v0.4.3
11422026-06-03T08:10:26.535Z Checking colorchoice v1.0.4
11432026-06-03T08:10:26.642Z Checking anstyle-query v1.1.4
11442026-06-03T08:10:26.674Z Checking is_terminal_polyfill v1.70.1
11452026-06-03T08:10:26.737Z Checking anstyle v1.0.14
11462026-06-03T08:10:26.922Z Checking anstream v1.0.0
11472026-06-03T08:10:26.971Z Checking itertools v0.14.0
11482026-06-03T08:10:27.119Z Checking clap_lex v1.1.0
11492026-06-03T08:10:27.610Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11502026-06-03T08:10:27.727Z Checking clap_builder v4.6.0
11512026-06-03T08:10:28.134Z Checking serde_with v3.14.1
11522026-06-03T08:10:28.920Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11532026-06-03T08:10:28.937Z Checking instant v0.1.13
11542026-06-03T08:10:28.952Z Checking clap v4.6.0
11552026-06-03T08:10:29.024Z Checking rustc-hash v2.1.1
11562026-06-03T08:10:29.153Z Checking iddqd v0.3.18
11572026-06-03T08:10:29.199Z Checking backoff v0.4.0
11582026-06-03T08:10:29.367Z Checking parse-display v0.10.0
11592026-06-03T08:10:29.392Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11602026-06-03T08:10:29.494Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11612026-06-03T08:10:30.955Z Compiling num-derive v0.4.2
11622026-06-03T08:10:31.597Z Compiling rustls-webpki v0.103.6
11632026-06-03T08:10:31.930Z Compiling prettyplease v0.2.37
11642026-06-03T08:10:34.039Z Checking serde_spanned v0.6.9
11652026-06-03T08:10:34.166Z Compiling memoffset v0.9.1
11662026-06-03T08:10:34.208Z Compiling cfg_aliases v0.2.1
11672026-06-03T08:10:34.678Z Compiling tokio-rustls v0.26.3
11682026-06-03T08:10:34.871Z Compiling nix v0.30.1
11692026-06-03T08:10:35.329Z Compiling hyper-rustls v0.27.7
11702026-06-03T08:10:35.603Z Compiling reqwest v0.12.23
11712026-06-03T08:10:36.679Z Checking crossbeam-epoch v0.9.18
11722026-06-03T08:10:36.806Z Compiling progenitor-client v0.11.1
11732026-06-03T08:10:37.252Z Compiling winnow v0.5.40
11742026-06-03T08:10:38.410Z Compiling progenitor v0.11.1
11752026-06-03T08:10:38.536Z Compiling toml_edit v0.19.15
11762026-06-03T08:10:39.263Z Compiling num-integer v0.1.46
11772026-06-03T08:10:39.669Z Compiling proc-macro-crate v1.3.1
11782026-06-03T08:10:39.782Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11792026-06-03T08:10:40.000Z Compiling progenitor-client v0.10.0
11802026-06-03T08:10:40.761Z Compiling hubpack_derive v0.1.1
11812026-06-03T08:10:40.866Z Checking toml_write v0.1.2
11822026-06-03T08:10:41.120Z Compiling rayon-core v1.13.0
11832026-06-03T08:10:41.251Z Checking toml_edit v0.22.27
11842026-06-03T08:10:41.266Z Checking hubpack v0.1.2
11852026-06-03T08:10:41.391Z Checking num-iter v0.1.45
11862026-06-03T08:10:41.432Z Checking num-rational v0.4.2
11872026-06-03T08:10:41.770Z Compiling zerocopy-derive v0.7.35
11882026-06-03T08:10:41.835Z Compiling num-complex v0.4.6
11892026-06-03T08:10:42.225Z Checking static_assertions v1.1.0
11902026-06-03T08:10:42.231Z Checking num v0.4.3
11912026-06-03T08:10:42.382Z Checking toml v0.8.23
11922026-06-03T08:10:42.423Z Checking crossbeam-deque v0.8.6
11932026-06-03T08:10:42.612Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11942026-06-03T08:10:42.632Z Checking float-ord v0.3.2
11952026-06-03T08:10:42.711Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11962026-06-03T08:10:42.964Z Compiling proc-macro-error-attr v1.0.4
11972026-06-03T08:10:43.153Z Compiling heapless v0.8.0
11982026-06-03T08:10:43.191Z Checking bytecount v0.6.9
11992026-06-03T08:10:43.270Z Checking libscf-sys v1.2.0
12002026-06-03T08:10:43.295Z Compiling ingot-macros v0.1.1
12012026-06-03T08:10:43.394Z Checking hash32 v0.3.1
12022026-06-03T08:10:43.520Z Compiling proc-macro-error v1.0.4
12032026-06-03T08:10:43.614Z Compiling smoltcp v0.11.0
12042026-06-03T08:10:43.758Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12052026-06-03T08:10:44.276Z Compiling zerocopy v0.7.35
12062026-06-03T08:10:44.422Z Compiling num_enum_derive v0.7.5
12072026-06-03T08:10:44.552Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12082026-06-03T08:10:44.587Z Checking cobs v0.3.0
12092026-06-03T08:10:44.736Z Compiling scroll_derive v0.12.1
12102026-06-03T08:10:44.824Z Compiling foreign-types-macros v0.2.3
12112026-06-03T08:10:44.888Z Compiling usdt-impl v0.5.0
12122026-06-03T08:10:45.112Z Checking bitflags v1.3.2
12132026-06-03T08:10:45.143Z Checking managed v0.8.0
12142026-06-03T08:10:45.190Z Compiling crucible-workspace-hack v0.1.0
12152026-06-03T08:10:45.334Z Checking foreign-types-shared v0.3.1
12162026-06-03T08:10:45.425Z Checking scroll v0.12.0
12172026-06-03T08:10:45.457Z Checking foreign-types v0.5.0
12182026-06-03T08:10:45.462Z Checking num_enum v0.7.5
12192026-06-03T08:10:45.528Z Compiling dof v0.3.0
12202026-06-03T08:10:45.575Z Checking postcard v1.1.3
12212026-06-03T08:10:45.780Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12222026-06-03T08:10:45.869Z Compiling dtrace-parser v0.2.0
12232026-06-03T08:10:45.891Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12242026-06-03T08:10:45.934Z Checking ingot-types v0.1.2
12252026-06-03T08:10:45.963Z Checking camino-tempfile v1.4.1
12262026-06-03T08:10:45.974Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12272026-06-03T08:10:46.125Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12282026-06-03T08:10:46.207Z Checking cstr-argument v0.1.2
12292026-06-03T08:10:46.254Z Checking ingot v0.1.1
12302026-06-03T08:10:46.296Z Compiling thread-id v4.2.2
12312026-06-03T08:10:46.390Z Compiling minimal-lexical v0.2.1
12322026-06-03T08:10:46.408Z Compiling heck v0.4.1
12332026-06-03T08:10:46.541Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-03T08:10:46.633Z Compiling nom v7.1.3
12352026-06-03T08:10:46.654Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12362026-06-03T08:10:46.654Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12372026-06-03T08:10:46.674Z Checking goblin v0.8.2
12382026-06-03T08:10:46.802Z Checking rayon v1.11.0
12392026-06-03T08:10:47.021Z Compiling num_enum_derive v0.5.11
12402026-06-03T08:10:47.358Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-06-03T08:10:47.589Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-06-03T08:10:47.861Z Compiling rustc_version v0.4.1
12432026-06-03T08:10:47.910Z Compiling proc-macro-error-attr2 v2.0.0
12442026-06-03T08:10:48.137Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12452026-06-03T08:10:48.228Z Compiling rustix v0.38.44
12462026-06-03T08:10:48.256Z Checking tinyvec_macros v0.1.1
12472026-06-03T08:10:48.318Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12482026-06-03T08:10:48.335Z Compiling convert_case v0.4.0
12492026-06-03T08:10:48.538Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12502026-06-03T08:10:48.644Z Compiling derive_more v0.99.20
12512026-06-03T08:10:49.054Z Checking tinyvec v1.10.0
12522026-06-03T08:10:49.057Z Compiling proc-macro-error2 v2.0.1
12532026-06-03T08:10:49.058Z Checking num_enum v0.5.11
12542026-06-03T08:10:49.058Z Compiling libz-sys v1.1.22
12552026-06-03T08:10:49.058Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12562026-06-03T08:10:49.067Z Compiling crc32fast v1.5.0
12572026-06-03T08:10:49.309Z Compiling tabled_derive v0.11.0
12582026-06-03T08:10:49.395Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12592026-06-03T08:10:49.572Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-06-03T08:10:49.776Z Compiling usdt-attr-macro v0.5.0
12612026-06-03T08:10:50.028Z Compiling usdt-macro v0.5.0
12622026-06-03T08:10:50.107Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-03T08:10:50.396Z Compiling zone_cfg_derive v0.3.1
12642026-06-03T08:10:50.464Z Checking papergrid v0.17.0
12652026-06-03T08:10:50.509Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12662026-06-03T08:10:50.708Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12672026-06-03T08:10:50.826Z Checking itertools v0.12.1
12682026-06-03T08:10:50.847Z Checking testing_table v0.3.0
12692026-06-03T08:10:50.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12702026-06-03T08:10:50.940Z Checking sigpipe v0.1.3
12712026-06-03T08:10:51.023Z Checking memmap v0.7.0
12722026-06-03T08:10:51.060Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-03T08:10:51.116Z Checking glob v0.3.3
12742026-06-03T08:10:51.158Z Checking adler2 v2.0.1
12752026-06-03T08:10:51.226Z Checking jiff v0.2.15
12762026-06-03T08:10:51.258Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-03T08:10:51.286Z Checking miniz_oxide v0.8.9
12782026-06-03T08:10:51.294Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12792026-06-03T08:10:51.317Z Checking tabled v0.20.0
12802026-06-03T08:10:51.321Z Checking usdt v0.5.0
12812026-06-03T08:10:51.605Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-06-03T08:10:51.675Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-06-03T08:10:51.870Z Checking zone v0.3.1
12842026-06-03T08:10:51.904Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12852026-06-03T08:10:52.031Z Checking smf v0.2.3
12862026-06-03T08:10:52.123Z Checking secrecy v0.10.3
12872026-06-03T08:10:52.200Z Checking bstr v1.12.0
12882026-06-03T08:10:52.247Z Checking whoami v1.6.1
12892026-06-03T08:10:52.264Z Checking flate2 v1.1.2
12902026-06-03T08:10:52.418Z Compiling curve25519-dalek v4.1.3
12912026-06-03T08:10:52.546Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12922026-06-03T08:10:52.561Z Compiling clang-sys v1.8.1
12932026-06-03T08:10:52.565Z Checking hmac v0.12.1
12942026-06-03T08:10:52.707Z Checking inout v0.1.4
12952026-06-03T08:10:52.714Z Checking ff v0.13.1
12962026-06-03T08:10:52.838Z Compiling enum-as-inner v0.6.1
12972026-06-03T08:10:52.861Z Checking data-encoding v2.9.0
12982026-06-03T08:10:52.933Z Compiling semver v0.1.20
12992026-06-03T08:10:53.134Z Compiling rustc_version v0.1.7
13002026-06-03T08:10:53.216Z Checking cipher v0.4.4
13012026-06-03T08:10:53.339Z Checking group v0.13.0
13022026-06-03T08:10:53.387Z Checking hkdf v0.12.4
13032026-06-03T08:10:53.410Z Checking atomicwrites v0.4.4
13042026-06-03T08:10:53.432Z Compiling thiserror-impl-no-std v2.0.2
13052026-06-03T08:10:53.449Z Checking universal-hash v0.5.1
13062026-06-03T08:10:53.518Z Checking crypto-bigint v0.5.5
13072026-06-03T08:10:53.537Z Checking half v2.7.1
13082026-06-03T08:10:53.573Z Compiling curve25519-dalek-derive v0.1.1
13092026-06-03T08:10:53.684Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-06-03T08:10:53.790Z Checking indent_write v2.2.0
13112026-06-03T08:10:53.843Z Checking ciborium-io v0.2.2
13122026-06-03T08:10:53.907Z Checking base64ct v1.8.0
13132026-06-03T08:10:53.927Z Checking opaque-debug v0.3.1
13142026-06-03T08:10:53.941Z Checking base16ct v0.2.0
13152026-06-03T08:10:53.998Z Checking poly1305 v0.8.0
13162026-06-03T08:10:54.474Z Checking ciborium-ll v0.2.2
13172026-06-03T08:10:54.477Z Checking password-hash v0.5.0
13182026-06-03T08:10:54.477Z Checking chacha20 v0.9.1
13192026-06-03T08:10:54.477Z Compiling newtype_derive v0.1.6
13202026-06-03T08:10:54.477Z Checking similar v2.7.0
13212026-06-03T08:10:54.477Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13222026-06-03T08:10:54.494Z Checking blake2 v0.10.6
13232026-06-03T08:10:54.511Z Checking thiserror-no-std v2.0.2
13242026-06-03T08:10:54.532Z Checking elliptic-curve v0.13.8
13252026-06-03T08:10:54.595Z Compiling typify-impl v0.6.1
13262026-06-03T08:10:54.667Z Checking aead v0.5.2
13272026-06-03T08:10:54.703Z Compiling libloading v0.8.9
13282026-06-03T08:10:54.706Z Compiling bindgen v0.72.1
13292026-06-03T08:10:54.782Z Checking keccak v0.1.6
13302026-06-03T08:10:54.805Z Compiling owo-colors v4.3.0
13312026-06-03T08:10:54.897Z Checking compression-core v0.4.32
13322026-06-03T08:10:54.925Z Checking linked-hash-map v0.5.6
13332026-06-03T08:10:54.946Z Checking resolv-conf v0.7.5
13342026-06-03T08:10:55.012Z Checking sha3 v0.10.8
13352026-06-03T08:10:55.027Z Checking compression-codecs v0.4.32
13362026-06-03T08:10:55.031Z Checking vsss-rs v3.3.4
13372026-06-03T08:10:55.093Z Checking lru-cache v0.1.2
13382026-06-03T08:10:55.178Z Checking chacha20poly1305 v0.10.1
13392026-06-03T08:10:55.197Z Checking argon2 v0.5.3
13402026-06-03T08:10:55.229Z Checking ciborium v0.2.2
13412026-06-03T08:10:55.256Z Checking hickory-proto v0.24.4
13422026-06-03T08:10:55.298Z Checking tokio-dtrace v0.1.1
13432026-06-03T08:10:55.500Z Compiling cexpr v0.6.0
13442026-06-03T08:10:55.507Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13452026-06-03T08:10:55.771Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13462026-06-03T08:10:56.008Z Checking serde-big-array v0.5.1
13472026-06-03T08:10:56.034Z Compiling serde_repr v0.1.20
13482026-06-03T08:10:56.116Z Compiling derive-where v1.6.0
13492026-06-03T08:10:56.143Z Checking toml_datetime v1.1.1+spec-1.1.0
13502026-06-03T08:10:56.350Z Compiling dropshot v0.17.0
13512026-06-03T08:10:56.571Z Checking unicode-segmentation v1.12.0
13522026-06-03T08:10:56.630Z Checking same-file v1.0.6
13532026-06-03T08:10:56.647Z Checking siphasher v1.0.1
13542026-06-03T08:10:56.755Z Checking walkdir v2.5.0
13552026-06-03T08:10:56.806Z Checking phf_shared v0.12.1
13562026-06-03T08:10:56.821Z Checking hickory-resolver v0.24.4
13572026-06-03T08:10:56.887Z Checking newline-converter v0.3.0
13582026-06-03T08:10:56.913Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13592026-06-03T08:10:57.013Z Checking toml v1.0.6+spec-1.1.0
13602026-06-03T08:10:57.404Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-06-03T08:10:57.505Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13622026-06-03T08:10:57.606Z Checking oxide-tokio-rt v0.1.2
13632026-06-03T08:10:57.779Z Checking async-compression v0.4.33
13642026-06-03T08:10:58.009Z Checking console v0.15.11
13652026-06-03T08:10:58.434Z Compiling typify-macro v0.6.1
13662026-06-03T08:10:58.440Z Compiling progenitor-impl v0.10.0
13672026-06-03T08:10:58.440Z Checking tokio-stream v0.1.17
13682026-06-03T08:10:58.440Z Compiling dropshot_endpoint v0.17.0
13692026-06-03T08:10:58.654Z Compiling pin-project-internal v1.1.10
13702026-06-03T08:10:58.657Z Compiling slog-dtrace v0.3.0
13712026-06-03T08:10:58.907Z Checking csv-core v0.1.12
13722026-06-03T08:10:59.095Z Checking foldhash v0.1.5
13732026-06-03T08:10:59.139Z Checking swrite v0.1.0
13742026-06-03T08:10:59.238Z Compiling cancel-safe-futures v0.1.5
13752026-06-03T08:10:59.242Z Checking unicode-linebreak v0.1.5
13762026-06-03T08:10:59.466Z Checking smawk v0.3.2
13772026-06-03T08:10:59.507Z Compiling chrono-tz v0.10.4
13782026-06-03T08:10:59.548Z Checking unicode-width v0.1.14
13792026-06-03T08:10:59.598Z Compiling unicode-xid v0.2.6
13802026-06-03T08:10:59.729Z Compiling const_format_proc_macros v0.2.34
13812026-06-03T08:10:59.759Z Checking pin-project v1.1.10
13822026-06-03T08:10:59.773Z Checking textwrap v0.16.2
13832026-06-03T08:10:59.824Z Checking hashbrown v0.15.5
13842026-06-03T08:10:59.859Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13852026-06-03T08:10:59.990Z Checking csv v1.3.1
13862026-06-03T08:11:00.154Z Compiling progenitor-macro v0.10.0
13872026-06-03T08:11:00.356Z Checking qorb v0.4.1
13882026-06-03T08:11:00.372Z Checking expectorate v1.2.0
13892026-06-03T08:11:00.904Z Checking phf v0.12.1
13902026-06-03T08:11:00.907Z Checking unicode-normalization v0.1.24
13912026-06-03T08:11:00.907Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-06-03T08:11:01.162Z Checking libsw-core v0.3.2
13932026-06-03T08:11:01.318Z Compiling libgit2-sys v0.17.0+1.8.1
13942026-06-03T08:11:01.383Z Compiling async-recursion v1.1.1
13952026-06-03T08:11:01.386Z Compiling snafu-derive v0.8.9
13962026-06-03T08:11:01.678Z Compiling cookie v0.18.1
13972026-06-03T08:11:01.804Z Checking highway v1.3.0
13982026-06-03T08:11:02.316Z Compiling moka v0.12.11
13992026-06-03T08:11:02.319Z Checking fixedbitset v0.5.7
14002026-06-03T08:11:02.319Z Checking fixedbitset v0.4.2
14012026-06-03T08:11:02.319Z Checking petgraph v0.6.5
14022026-06-03T08:11:02.319Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14032026-06-03T08:11:02.319Z Checking petgraph v0.8.2
14042026-06-03T08:11:02.363Z Checking libsw v3.5.0
14052026-06-03T08:11:02.548Z Checking olpc-cjson v0.1.4
14062026-06-03T08:11:03.171Z Checking snafu v0.8.9
14072026-06-03T08:11:03.238Z Checking const_format v0.2.34
14082026-06-03T08:11:03.402Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-06-03T08:11:03.558Z Checking papergrid v0.11.0
14102026-06-03T08:11:03.691Z Compiling typify v0.6.1
14112026-06-03T08:11:03.723Z Checking globset v0.4.16
14122026-06-03T08:11:03.785Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14132026-06-03T08:11:03.802Z Checking gethostname v0.5.0
14142026-06-03T08:11:04.060Z Compiling tabled_derive v0.7.0
14152026-06-03T08:11:04.084Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-06-03T08:11:04.275Z Checking reqwest v0.13.2
14172026-06-03T08:11:04.392Z Checking progenitor v0.10.0
14182026-06-03T08:11:04.410Z Checking bcs v0.1.6
14192026-06-03T08:11:04.529Z Checking pem v3.0.5
14202026-06-03T08:11:04.658Z Checking serde_plain v1.0.2
14212026-06-03T08:11:04.708Z Checking tagptr v0.2.0
14222026-06-03T08:11:04.813Z Checking crc8 v0.1.1
14232026-06-03T08:11:04.839Z Checking typed-path v0.9.3
14242026-06-03T08:11:04.877Z Checking linear-map v1.2.0
14252026-06-03T08:11:04.900Z Checking humantime v2.3.0
14262026-06-03T08:11:04.998Z Checking termtree v0.5.1
14272026-06-03T08:11:05.014Z Compiling signal-hook v0.3.18
14282026-06-03T08:11:05.072Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-06-03T08:11:05.137Z Checking tabled v0.15.0
14302026-06-03T08:11:05.394Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-06-03T08:11:05.606Z Checking tough v0.20.0
14322026-06-03T08:11:05.882Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-06-03T08:11:06.043Z Compiling progenitor-impl v0.13.0
14342026-06-03T08:11:06.257Z Checking steno v0.4.1
14352026-06-03T08:11:06.562Z Checking hickory-proto v0.25.2
14362026-06-03T08:11:07.092Z Compiling curl-sys v0.4.83+curl-8.15.0
14372026-06-03T08:11:07.291Z Compiling cargo-platform v0.1.9
14382026-06-03T08:11:07.501Z Compiling vergen v8.3.2
14392026-06-03T08:11:07.535Z Compiling fs-err v3.1.2
14402026-06-03T08:11:07.576Z Compiling cargo_metadata v0.18.1
14412026-06-03T08:11:07.879Z Checking progenitor-client v0.13.0
14422026-06-03T08:11:07.943Z Checking dropshot-api-manager-types v0.7.2
14432026-06-03T08:11:08.100Z Checking sha2 v0.10.9
14442026-06-03T08:11:08.116Z Compiling blake3 v1.8.2
14452026-06-03T08:11:08.176Z Compiling progenitor-macro v0.13.0
14462026-06-03T08:11:08.204Z Checking hickory-resolver v0.25.2
14472026-06-03T08:11:08.786Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14482026-06-03T08:11:08.829Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14492026-06-03T08:11:08.946Z Checking git-stub v1.0.0
14502026-06-03T08:11:08.962Z Checking filetime v0.2.26
14512026-06-03T08:11:09.095Z Compiling curl v0.4.49
14522026-06-03T08:11:09.097Z Checking arrayvec v0.7.6
14532026-06-03T08:11:09.294Z Checking is_ci v1.2.0
14542026-06-03T08:11:09.341Z Checking arrayref v0.3.9
14552026-06-03T08:11:09.396Z Checking xattr v1.6.1
14562026-06-03T08:11:09.416Z Checking constant_time_eq v0.3.1
14572026-06-03T08:11:09.515Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14582026-06-03T08:11:09.530Z Checking tar v0.4.45
14592026-06-03T08:11:09.904Z Checking supports-color v3.0.2
14602026-06-03T08:11:10.434Z Checking git-stub-vcs v0.1.0
14612026-06-03T08:11:10.437Z Checking drift v0.2.0
14622026-06-03T08:11:10.437Z Checking kstat-rs v0.2.4
14632026-06-03T08:11:10.437Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14642026-06-03T08:11:10.437Z Checking topological-sort v0.2.2
14652026-06-03T08:11:10.894Z Checking dropshot-api-manager v0.7.2
14662026-06-03T08:11:10.898Z Checking toml v0.7.8
14672026-06-03T08:11:10.911Z Checking omicron-zone-package v0.12.2
14682026-06-03T08:11:11.219Z Checking signal-hook-tokio v0.3.1
14692026-06-03T08:11:11.380Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14702026-06-03T08:11:11.517Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14712026-06-03T08:11:11.816Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14722026-06-03T08:11:11.830Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14732026-06-03T08:11:12.016Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-06-03T08:11:12.056Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-06-03T08:11:12.327Z Checking internet-checksum v0.2.1
14762026-06-03T08:11:12.384Z Checking progenitor v0.13.0
14772026-06-03T08:11:12.447Z Checking display-error-chain v0.2.2
14782026-06-03T08:11:12.511Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14792026-06-03T08:11:12.567Z Checking search_path v0.1.4
14802026-06-03T08:11:12.575Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-03T08:11:12.724Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14822026-06-03T08:11:12.830Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14832026-06-03T08:11:12.974Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-03T08:11:13.130Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-03T08:11:13.641Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-03T08:11:13.674Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-03T08:11:14.055Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-03T08:11:14.086Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-03T08:11:14.154Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-03T08:11:14.296Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14912026-06-03T08:11:14.442Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-06-03T08:11:14.702Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14932026-06-03T08:11:14.778Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-03T08:11:15.017Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-06-03T08:11:15.247Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-03T08:11:15.300Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14972026-06-03T08:11:17.637Z Compiling git2 v0.19.0
14982026-06-03T08:11:18.368Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14992026-06-03T08:11:18.747Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15002026-06-03T08:11:19.380Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-03T08:11:19.654Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15022026-06-03T08:11:20.048Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15032026-06-03T08:11:20.233Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-06-03T08:11:20.557Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15052026-06-03T08:11:21.073Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15062026-06-03T08:11:21.076Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15072026-06-03T08:11:21.104Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-03T08:11:31.901Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-06-03T08:11:33.142Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-06-03T08:11:37.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
15112026-06-03T08:11:38.301Z+ for feat in tofino_stub tofino_asic softnpu chaos
15122026-06-03T08:11:38.302Z+ cargo clippy --features tofino_asic -- --deny warnings
15132026-06-03T08:11:38.790Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15142026-06-03T08:11:38.794Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15152026-06-03T08:11:38.794Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-06-03T08:11:38.794Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15172026-06-03T08:11:46.136Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15182026-06-03T08:11:46.136Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15192026-06-03T08:11:48.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
15202026-06-03T08:11:48.822Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-06-03T08:11:48.822Z+ cargo clippy --features softnpu -- --deny warnings
15222026-06-03T08:11:49.119Z Downloading crates ...
15232026-06-03T08:11:49.257Z Downloaded ascii v1.1.0
15242026-06-03T08:11:49.264Z Downloaded serde_arrays v0.1.0
15252026-06-03T08:11:49.264Z Downloaded bitstruct_derive v0.1.0
15262026-06-03T08:11:49.269Z Downloaded radium v0.7.0
15272026-06-03T08:11:49.269Z Downloaded typeid v1.0.3
15282026-06-03T08:11:49.269Z Downloaded tap v1.0.1
15292026-06-03T08:11:49.269Z Downloaded erased-serde v0.4.8
15302026-06-03T08:11:49.274Z Downloaded funty v2.0.0
15312026-06-03T08:11:49.274Z Downloaded bitstruct v0.1.1
15322026-06-03T08:11:49.274Z Downloaded wyz v0.5.1
15332026-06-03T08:11:49.277Z Downloaded libloading v0.7.4
15342026-06-03T08:11:49.284Z Downloaded bitvec v1.0.1
15352026-06-03T08:11:49.292Z Downloaded num-bigint v0.4.6
15362026-06-03T08:11:49.412Z Checking num-integer v0.1.46
15372026-06-03T08:11:49.492Z Checking num-complex v0.4.6
15382026-06-03T08:11:49.498Z Compiling radium v0.7.0
15392026-06-03T08:11:49.505Z Checking tap v1.0.1
15402026-06-03T08:11:49.510Z Checking funty v2.0.0
15412026-06-03T08:11:49.516Z Compiling typeid v1.0.3
15422026-06-03T08:11:49.519Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15432026-06-03T08:11:49.528Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15442026-06-03T08:11:49.587Z Checking wyz v0.5.1
15452026-06-03T08:11:49.682Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15462026-06-03T08:11:49.689Z Checking num-bigint v0.4.6
15472026-06-03T08:11:49.722Z Checking num-iter v0.1.45
15482026-06-03T08:11:49.760Z Compiling erased-serde v0.4.8
15492026-06-03T08:11:49.786Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15502026-06-03T08:11:49.803Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-06-03T08:11:49.821Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-06-03T08:11:49.889Z Compiling bitstruct_derive v0.1.0
15532026-06-03T08:11:49.889Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-06-03T08:11:49.915Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-06-03T08:11:49.935Z Checking bitvec v1.0.1
15562026-06-03T08:11:49.939Z Checking ascii v1.1.0
15572026-06-03T08:11:49.942Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15582026-06-03T08:11:49.998Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-06-03T08:11:50.095Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15602026-06-03T08:11:50.110Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-06-03T08:11:50.121Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-06-03T08:11:50.127Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15632026-06-03T08:11:50.414Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-03T08:11:50.443Z Checking serde_arrays v0.1.0
15652026-06-03T08:11:50.505Z Checking num-rational v0.4.2
15662026-06-03T08:11:50.527Z Checking bitstruct v0.1.1
15672026-06-03T08:11:50.537Z Checking libloading v0.7.4
15682026-06-03T08:11:50.548Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15692026-06-03T08:11:50.777Z Checking num v0.4.3
15702026-06-03T08:11:50.842Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15712026-06-03T08:11:51.379Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15722026-06-03T08:11:51.683Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15732026-06-03T08:11:51.694Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15742026-06-03T08:11:51.926Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-03T08:11:52.069Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15762026-06-03T08:11:52.072Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15772026-06-03T08:11:52.530Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-06-03T08:11:52.747Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15792026-06-03T08:11:52.751Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-06-03T08:11:52.751Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15812026-06-03T08:11:52.751Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-06-03T08:11:53.131Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15832026-06-03T08:11:53.544Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15842026-06-03T08:11:54.388Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-06-03T08:11:56.706Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15862026-06-03T08:11:57.059Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15872026-06-03T08:11:57.939Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15882026-06-03T08:11:58.573Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15892026-06-03T08:11:58.693Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15902026-06-03T08:12:05.273Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-06-03T08:12:06.545Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-03T08:12:07.077Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15932026-06-03T08:12:11.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s
15942026-06-03T08:12:11.509Z+ for feat in tofino_stub tofino_asic softnpu chaos
15952026-06-03T08:12:11.509Z+ cargo clippy --features chaos -- --deny warnings
15962026-06-03T08:12:11.998Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15972026-06-03T08:12:12.007Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15982026-06-03T08:12:12.007Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15992026-06-03T08:12:19.239Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16002026-06-03T08:12:19.239Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16012026-06-03T08:12:21.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.19s
16022026-06-03T08:12:21.895Z+ banner fmt
16032026-06-03T08:12:21.911Z
16042026-06-03T08:12:21.912Z ###### # # #####
16052026-06-03T08:12:21.912Z # ## ## #
16062026-06-03T08:12:21.912Z ##### # ## # #
16072026-06-03T08:12:21.912Z # # # #
16082026-06-03T08:12:21.912Z # # # #
16092026-06-03T08:12:21.912Z # # # #
16102026-06-03T08:12:21.912Z
16112026-06-03T08:12:21.912Z+ cargo fmt -- --check
16122026-06-03T08:12:22.335Z+ banner test
16132026-06-03T08:12:22.338Z
16142026-06-03T08:12:22.338Z ##### ###### #### #####
16152026-06-03T08:12:22.338Z # # # #
16162026-06-03T08:12:22.338Z # ##### #### #
16172026-06-03T08:12:22.338Z # # # #
16182026-06-03T08:12:22.338Z # # # # #
16192026-06-03T08:12:22.338Z # ###### #### #
16202026-06-03T08:12:22.338Z
16212026-06-03T08:12:22.338Z+ for feat in tofino_stub tofino_asic softnpu chaos
16222026-06-03T08:12:22.338Z+ RUST_BACKTRACE=full
16232026-06-03T08:12:22.338Z+ cargo test --features tofino_stub --no-fail-fast
16242026-06-03T08:12:23.187Z Compiling unicode-ident v1.0.24
16252026-06-03T08:12:23.187Z Compiling cfg-if v1.0.3
16262026-06-03T08:12:23.288Z Compiling memchr v2.7.5
16272026-06-03T08:12:23.295Z Compiling serde_core v1.0.228
16282026-06-03T08:12:23.306Z Compiling itoa v1.0.15
16292026-06-03T08:12:23.312Z Compiling libc v0.2.183
16302026-06-03T08:12:23.320Z Compiling zmij v1.0.17
16312026-06-03T08:12:23.350Z Compiling libm v0.2.15
16322026-06-03T08:12:23.399Z Compiling proc-macro2 v1.0.106
16332026-06-03T08:12:23.427Z Compiling heck v0.5.0
16342026-06-03T08:12:23.694Z Compiling smallvec v1.15.1
16352026-06-03T08:12:23.809Z Compiling quote v1.0.45
16362026-06-03T08:12:23.833Z Compiling log v0.4.29
16372026-06-03T08:12:23.907Z Compiling equivalent v1.0.2
16382026-06-03T08:12:23.987Z Compiling iana-time-zone v0.1.64
16392026-06-03T08:12:24.001Z Compiling syn v2.0.117
16402026-06-03T08:12:24.015Z Compiling allocator-api2 v0.2.21
16412026-06-03T08:12:24.109Z Compiling foldhash v0.2.0
16422026-06-03T08:12:24.191Z Compiling dyn-clone v1.0.20
16432026-06-03T08:12:24.211Z Compiling stable_deref_trait v1.2.0
16442026-06-03T08:12:24.298Z Compiling hashbrown v0.16.1
16452026-06-03T08:12:24.329Z Compiling pin-project-lite v0.2.16
16462026-06-03T08:12:24.335Z Compiling percent-encoding v2.3.2
16472026-06-03T08:12:24.335Z Compiling writeable v0.6.1
16482026-06-03T08:12:24.428Z Compiling fnv v1.0.7
16492026-06-03T08:12:24.471Z Compiling litemap v0.8.0
16502026-06-03T08:12:24.529Z Compiling icu_properties_data v2.0.1
16512026-06-03T08:12:24.548Z Compiling icu_normalizer_data v2.0.0
16522026-06-03T08:12:24.627Z Compiling regex-syntax v0.8.6
16532026-06-03T08:12:24.644Z Compiling form_urlencoded v1.2.2
16542026-06-03T08:12:24.665Z Compiling utf8_iter v1.0.4
16552026-06-03T08:12:24.687Z Compiling scopeguard v1.2.0
16562026-06-03T08:12:24.799Z Compiling lock_api v0.4.14
16572026-06-03T08:12:24.816Z Compiling num-traits v0.2.19
16582026-06-03T08:12:24.830Z Compiling getrandom v0.4.2
16592026-06-03T08:12:24.875Z Compiling aho-corasick v1.1.3
16602026-06-03T08:12:24.978Z Compiling semver v1.0.27
16612026-06-03T08:12:25.031Z Compiling serde_json v1.0.149
16622026-06-03T08:12:25.114Z Compiling indexmap v2.13.0
16632026-06-03T08:12:25.400Z Compiling byteorder v1.5.0
16642026-06-03T08:12:25.425Z Compiling ucd-trie v0.1.7
16652026-06-03T08:12:25.627Z Compiling futures-core v0.3.32
16662026-06-03T08:12:25.720Z Compiling uuid v1.23.1
16672026-06-03T08:12:25.797Z Compiling time-core v0.1.8
16682026-06-03T08:12:25.960Z Compiling num-conv v0.2.1
16692026-06-03T08:12:25.994Z Compiling ryu v1.0.20
16702026-06-03T08:12:25.994Z Compiling futures-sink v0.3.32
16712026-06-03T08:12:26.095Z Compiling regex-automata v0.4.13
16722026-06-03T08:12:26.114Z Compiling time-macros v0.2.27
16732026-06-03T08:12:26.164Z Compiling pretty-hex v0.4.1
16742026-06-03T08:12:26.319Z Compiling regress v0.10.5
16752026-06-03T08:12:26.333Z Compiling slab v0.4.11
16762026-06-03T08:12:26.830Z Compiling plain v0.2.3
16772026-06-03T08:12:26.830Z Compiling synstructure v0.13.2
16782026-06-03T08:12:26.830Z Compiling serde_derive_internals v0.29.1
16792026-06-03T08:12:26.935Z Compiling strsim v0.11.1
16802026-06-03T08:12:27.319Z Compiling futures-channel v0.3.32
16812026-06-03T08:12:27.344Z Compiling futures-io v0.3.32
16822026-06-03T08:12:27.366Z Compiling futures-task v0.3.32
16832026-06-03T08:12:27.464Z Compiling socket2 v0.6.0
16842026-06-03T08:12:27.538Z Compiling parking_lot_core v0.9.12
16852026-06-03T08:12:27.542Z Compiling signal-hook-registry v1.4.6
16862026-06-03T08:12:27.583Z Compiling thread-id v5.0.0
16872026-06-03T08:12:27.710Z Compiling mio v1.0.4
16882026-06-03T08:12:27.840Z Compiling regex v1.12.3
16892026-06-03T08:12:27.914Z Compiling parking_lot v0.12.5
16902026-06-03T08:12:27.945Z Compiling darling_core v0.21.3
16912026-06-03T08:12:28.015Z Compiling base64 v0.22.1
16922026-06-03T08:12:28.452Z Compiling serde_derive v1.0.228
16932026-06-03T08:12:28.458Z Compiling zerofrom-derive v0.1.6
16942026-06-03T08:12:28.458Z Compiling yoke-derive v0.8.0
16952026-06-03T08:12:28.458Z Compiling zerovec-derive v0.11.1
16962026-06-03T08:12:28.458Z Compiling displaydoc v0.2.5
16972026-06-03T08:12:28.715Z Compiling thiserror-impl v2.0.18
16982026-06-03T08:12:29.140Z Compiling schemars_derive v0.8.22
16992026-06-03T08:12:29.378Z Compiling tokio-macros v2.6.0
17002026-06-03T08:12:29.433Z Compiling zerocopy-derive v0.8.27
17012026-06-03T08:12:29.452Z Compiling zeroize_derive v1.4.3
17022026-06-03T08:12:29.980Z Compiling thiserror v2.0.18
17032026-06-03T08:12:30.069Z Compiling futures-macro v0.3.32
17042026-06-03T08:12:30.092Z Compiling zerofrom v0.1.6
17052026-06-03T08:12:30.143Z Compiling thiserror-impl v1.0.69
17062026-06-03T08:12:30.147Z Compiling tracing-attributes v0.1.30
17072026-06-03T08:12:30.221Z Compiling yoke v0.8.0
17082026-06-03T08:12:30.233Z Compiling pest v2.8.2
17092026-06-03T08:12:30.354Z Compiling scroll_derive v0.13.1
17102026-06-03T08:12:30.415Z Compiling zerovec v0.11.4
17112026-06-03T08:12:30.709Z Compiling zerocopy v0.8.27
17122026-06-03T08:12:30.729Z Compiling serde v1.0.228
17132026-06-03T08:12:31.221Z Compiling bytes v1.11.1
17142026-06-03T08:12:31.253Z Compiling serde_tokenstream v0.2.3
17152026-06-03T08:12:31.281Z Compiling tinystr v0.8.1
17162026-06-03T08:12:31.341Z Compiling potential_utf v0.1.3
17172026-06-03T08:12:31.453Z Compiling zerotrie v0.2.2
17182026-06-03T08:12:31.482Z Compiling icu_locale_core v2.0.0
17192026-06-03T08:12:31.515Z Compiling icu_collections v2.0.0
17202026-06-03T08:12:31.534Z Compiling pest_meta v2.8.2
17212026-06-03T08:12:31.611Z Compiling chrono v0.4.44
17222026-06-03T08:12:31.764Z Compiling http v1.4.0
17232026-06-03T08:12:32.341Z Compiling async-trait v0.1.89
17242026-06-03T08:12:32.348Z Compiling icu_provider v2.0.0
17252026-06-03T08:12:32.348Z Compiling pest_generator v2.8.2
17262026-06-03T08:12:32.360Z Compiling icu_normalizer v2.0.0
17272026-06-03T08:12:32.383Z Compiling icu_properties v2.0.1
17282026-06-03T08:12:32.773Z Compiling schemars v0.8.22
17292026-06-03T08:12:32.889Z Compiling scroll v0.13.0
17302026-06-03T08:12:32.914Z Compiling pest_derive v2.8.2
17312026-06-03T08:12:32.962Z Compiling thiserror v1.0.69
17322026-06-03T08:12:32.999Z Compiling tokio v1.50.0
17332026-06-03T08:12:33.070Z Compiling openapiv3 v2.2.0
17342026-06-03T08:12:33.165Z Compiling goblin v0.10.1
17352026-06-03T08:12:33.179Z Compiling daft-derive v0.1.5
17362026-06-03T08:12:33.482Z Compiling idna_adapter v1.2.1
17372026-06-03T08:12:33.601Z Compiling idna v1.1.0
17382026-06-03T08:12:33.633Z Compiling dtrace-parser v0.3.0
17392026-06-03T08:12:33.920Z Compiling url v2.5.7
17402026-06-03T08:12:33.942Z Compiling typify-impl v0.4.3
17412026-06-03T08:12:34.192Z Compiling darling_macro v0.21.3
17422026-06-03T08:12:34.372Z Compiling serde_yaml v0.9.34+deprecated
17432026-06-03T08:12:34.702Z Compiling http-body v1.0.1
17442026-06-03T08:12:34.790Z Compiling darling v0.21.3
17452026-06-03T08:12:34.824Z Compiling ppv-lite86 v0.2.21
17462026-06-03T08:12:34.863Z Compiling erased-serde v0.3.31
17472026-06-03T08:12:34.874Z Compiling openssl-macros v0.1.1
17482026-06-03T08:12:35.152Z Compiling bitflags v2.11.1
17492026-06-03T08:12:35.358Z Compiling typenum v1.18.0
17502026-06-03T08:12:35.373Z Compiling getrandom v0.2.16
17512026-06-03T08:12:35.562Z Compiling atomic-waker v1.1.2
17522026-06-03T08:12:35.656Z Compiling ipnet v2.11.0
17532026-06-03T08:12:35.899Z Compiling dof v0.4.0
17542026-06-03T08:12:36.010Z Compiling httparse v1.10.1
17552026-06-03T08:12:36.196Z Compiling tower-service v0.3.3
17562026-06-03T08:12:36.299Z Compiling untrusted v0.9.0
17572026-06-03T08:12:36.731Z Compiling tower-layer v0.3.3
17582026-06-03T08:12:37.141Z Compiling usdt-impl v0.6.0
17592026-06-03T08:12:37.141Z Compiling anyhow v1.0.102
17602026-06-03T08:12:37.141Z Compiling try-lock v0.2.5
17612026-06-03T08:12:37.141Z Compiling want v0.3.1
17622026-06-03T08:12:37.144Z Compiling syn v1.0.109
17632026-06-03T08:12:37.144Z Compiling zeroize v1.8.1
17642026-06-03T08:12:37.144Z Compiling pin-utils v0.1.0
17652026-06-03T08:12:37.144Z Compiling httpdate v1.0.3
17662026-06-03T08:12:37.145Z Compiling portable-atomic v1.11.1
17672026-06-03T08:12:37.490Z Compiling async-stream-impl v0.3.6
17682026-06-03T08:12:37.667Z Compiling structmeta-derive v0.3.0
17692026-06-03T08:12:37.972Z Compiling usdt-attr-macro v0.6.0
17702026-06-03T08:12:38.014Z Compiling usdt-macro v0.6.0
17712026-06-03T08:12:38.171Z Compiling critical-section v1.2.0
17722026-06-03T08:12:38.295Z Compiling once_cell v1.21.3
17732026-06-03T08:12:38.651Z Compiling newtype-uuid-macros v0.1.0
17742026-06-03T08:12:38.743Z Compiling structmeta v0.3.0
17752026-06-03T08:12:38.962Z Compiling strum_macros v0.26.4
17762026-06-03T08:12:39.164Z Compiling powerfmt v0.2.0
17772026-06-03T08:12:39.395Z Compiling deranged v0.5.3
17782026-06-03T08:12:39.407Z Compiling num_threads v0.1.7
17792026-06-03T08:12:40.451Z Compiling http-body-util v0.1.3
17802026-06-03T08:12:40.463Z Compiling typify-macro v0.4.3
17812026-06-03T08:12:40.463Z Compiling omicron-workspace-hack v0.1.0
17822026-06-03T08:12:40.463Z Compiling dropshot_endpoint v0.16.7
17832026-06-03T08:12:40.463Z Compiling serde_urlencoded v0.7.1
17842026-06-03T08:12:40.463Z Compiling ref-cast-impl v1.0.25
17852026-06-03T08:12:40.559Z Compiling derive-ex v0.1.8
17862026-06-03T08:12:41.016Z Compiling strum_macros v0.27.2
17872026-06-03T08:12:41.421Z Compiling sync_wrapper v1.0.2
17882026-06-03T08:12:41.421Z Compiling serde_with_macros v3.14.1
17892026-06-03T08:12:41.421Z Compiling subtle v2.6.1
17902026-06-03T08:12:41.427Z Compiling thread_local v1.1.9
17912026-06-03T08:12:41.427Z Compiling iri-string v0.7.8
17922026-06-03T08:12:41.427Z Compiling rand_core v0.6.4
17932026-06-03T08:12:41.611Z Compiling futures-util v0.3.32
17942026-06-03T08:12:41.833Z Compiling match_cfg v0.1.0
17952026-06-03T08:12:41.924Z Compiling take_mut v0.2.2
17962026-06-03T08:12:41.979Z Compiling term v1.2.0
17972026-06-03T08:12:42.245Z Compiling test-strategy v0.4.3
17982026-06-03T08:12:42.661Z Compiling typify v0.4.3
17992026-06-03T08:12:42.665Z Compiling progenitor-impl v0.11.1
18002026-06-03T08:12:42.665Z Compiling parse-display-derive v0.10.0
18012026-06-03T08:12:42.665Z Compiling tracing-core v0.1.34
18022026-06-03T08:12:42.742Z Compiling toml_datetime v0.6.11
18032026-06-03T08:12:42.992Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-06-03T08:12:43.006Z Compiling tracing v0.1.41
18052026-06-03T08:12:43.175Z Compiling camino v1.2.2
18062026-06-03T08:12:43.247Z Compiling cpufeatures v0.2.17
18072026-06-03T08:12:43.488Z Compiling clap_derive v4.6.0
18082026-06-03T08:12:43.644Z Compiling encoding_rs v0.8.35
18092026-06-03T08:12:43.680Z Compiling mime v0.3.17
18102026-06-03T08:12:43.832Z Compiling fastrand v2.3.0
18112026-06-03T08:12:43.977Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18122026-06-03T08:12:44.215Z Compiling unicode-width v0.2.1
18132026-06-03T08:12:44.508Z Compiling generic-array v0.14.7
18142026-06-03T08:12:44.736Z Compiling errno v0.3.14
18152026-06-03T08:12:44.991Z Compiling hex v0.4.3
18162026-06-03T08:12:45.009Z Compiling ipnetwork v0.21.1
18172026-06-03T08:12:45.224Z Compiling crossbeam-utils v0.8.21
18182026-06-03T08:12:45.342Z Compiling winnow v0.7.14
18192026-06-03T08:12:45.871Z Compiling tokio-util v0.7.16
18202026-06-03T08:12:45.874Z Compiling slog v2.8.2
18212026-06-03T08:12:45.874Z Compiling progenitor-macro v0.11.1
18222026-06-03T08:12:45.928Z Compiling rustix v1.1.4
18232026-06-03T08:12:45.961Z Compiling crypto-common v0.1.6
18242026-06-03T08:12:46.109Z Compiling getrandom v0.3.3
18252026-06-03T08:12:46.148Z Compiling h2 v0.4.12
18262026-06-03T08:12:46.174Z Compiling oxnet v0.1.4
18272026-06-03T08:12:46.292Z Compiling rand_core v0.9.3
18282026-06-03T08:12:46.545Z Compiling itertools v0.14.0
18292026-06-03T08:12:46.936Z Compiling winnow v1.0.3
18302026-06-03T08:12:47.211Z Compiling num-derive v0.4.2
18312026-06-03T08:12:47.310Z Compiling toml_parser v1.1.2+spec-1.1.0
18322026-06-03T08:12:47.314Z Compiling serde_spanned v1.0.4
18332026-06-03T08:12:47.612Z Compiling toml_writer v1.0.6+spec-1.1.0
18342026-06-03T08:12:47.814Z Compiling spin v0.9.8
18352026-06-03T08:12:47.837Z Compiling debug-ignore v1.0.5
18362026-06-03T08:12:47.953Z Compiling rand_chacha v0.9.0
18372026-06-03T08:12:48.033Z Compiling rustls-pki-types v1.12.0
18382026-06-03T08:12:48.164Z Compiling quick-error v1.2.3
18392026-06-03T08:12:48.278Z Compiling hyper v1.8.1
18402026-06-03T08:12:48.448Z Compiling rand v0.9.2
18412026-06-03T08:12:48.526Z Compiling tabwriter v1.4.1
18422026-06-03T08:12:48.540Z Compiling async-stream v0.3.6
18432026-06-03T08:12:48.719Z Compiling waitgroup v0.1.2
18442026-06-03T08:12:48.780Z Compiling serde_path_to_error v0.1.20
18452026-06-03T08:12:48.869Z Compiling bit-vec v0.8.0
18462026-06-03T08:12:49.122Z Compiling lazy_static v1.5.0
18472026-06-03T08:12:49.138Z Compiling colored v3.0.0
18482026-06-03T08:12:49.191Z Compiling bit-set v0.8.0
18492026-06-03T08:12:49.286Z Compiling strum v0.26.3
18502026-06-03T08:12:49.312Z Compiling time v0.3.47
18512026-06-03T08:12:49.357Z Compiling hyper-util v0.1.20
18522026-06-03T08:12:49.419Z Compiling ring v0.17.14
18532026-06-03T08:12:49.837Z Compiling toml_datetime v0.7.5+spec-1.1.0
18542026-06-03T08:12:50.029Z Compiling unarray v0.1.4
18552026-06-03T08:12:50.150Z Compiling anstyle v1.0.14
18562026-06-03T08:12:50.265Z Compiling toml v0.9.11+spec-1.1.0
18572026-06-03T08:12:50.393Z Compiling crossbeam-channel v0.5.15
18582026-06-03T08:12:50.868Z Compiling block-buffer v0.10.4
18592026-06-03T08:12:50.880Z Compiling macaddr v1.0.1
18602026-06-03T08:12:51.029Z Compiling utf8parse v0.2.2
18612026-06-03T08:12:51.051Z Compiling digest v0.10.7
18622026-06-03T08:12:51.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18632026-06-03T08:12:51.072Z Compiling ref-cast v1.0.25
18642026-06-03T08:12:51.113Z Compiling is_terminal_polyfill v1.70.1
18652026-06-03T08:12:51.153Z Compiling anstyle-parse v1.0.0
18662026-06-03T08:12:51.177Z Compiling colorchoice v1.0.4
18672026-06-03T08:12:51.209Z Compiling anstyle-query v1.1.4
18682026-06-03T08:12:51.212Z Compiling strum v0.27.2
18692026-06-03T08:12:51.244Z Compiling is-terminal v0.4.16
18702026-06-03T08:12:51.263Z Compiling clap_lex v1.1.0
18712026-06-03T08:12:51.701Z Compiling anstream v1.0.0
18722026-06-03T08:12:51.704Z Compiling slog-term v2.9.2
18732026-06-03T08:12:51.704Z Compiling slog-async v2.8.0
18742026-06-03T08:12:51.704Z Compiling slog-json v2.6.1
18752026-06-03T08:12:51.704Z Compiling hostname v0.3.1
18762026-06-03T08:12:51.704Z Compiling slog-bunyan v2.5.0
18772026-06-03T08:12:51.704Z Compiling tower v0.5.2
18782026-06-03T08:12:51.704Z Compiling futures-executor v0.3.32
18792026-06-03T08:12:51.793Z Compiling instant v0.1.13
18802026-06-03T08:12:51.943Z Compiling futures v0.3.32
18812026-06-03T08:12:52.481Z Compiling tower-http v0.6.8
18822026-06-03T08:12:52.485Z Compiling openssl-sys v0.9.116
18832026-06-03T08:12:52.485Z Compiling memmap2 v0.9.8
18842026-06-03T08:12:52.553Z Compiling aws-lc-sys v0.39.1
18852026-06-03T08:12:53.096Z Compiling untrusted v0.7.1
18862026-06-03T08:12:53.165Z Compiling foreign-types-shared v0.1.1
18872026-06-03T08:12:53.230Z Compiling aws-lc-rs v1.16.2
18882026-06-03T08:12:54.259Z Compiling foreign-types v0.3.2
18892026-06-03T08:12:54.261Z Compiling tempfile v3.27.0
18902026-06-03T08:12:54.261Z Compiling openssl-probe v0.1.6
18912026-06-03T08:12:54.357Z Compiling rustls-webpki v0.103.6
18922026-06-03T08:12:54.500Z Compiling openssl v0.10.80
18932026-06-03T08:12:54.795Z Compiling usdt v0.6.0
18942026-06-03T08:12:55.045Z Compiling rustls v0.23.32
18952026-06-03T08:12:55.086Z Compiling either v1.15.0
18962026-06-03T08:12:55.403Z Compiling webpki-roots v1.0.2
18972026-06-03T08:12:56.111Z Compiling newtype-uuid v1.3.2
18982026-06-03T08:12:56.115Z Compiling daft v0.1.5
18992026-06-03T08:12:56.344Z Compiling rustls-webpki v0.102.8
19002026-06-03T08:12:57.004Z Compiling native-tls v0.2.14
19012026-06-03T08:12:57.284Z Compiling tokio-native-tls v0.3.1
19022026-06-03T08:12:57.469Z Compiling hyper-tls v0.6.0
19032026-06-03T08:12:57.940Z Compiling rustls v0.22.4
19042026-06-03T08:12:58.258Z Compiling tokio-rustls v0.26.3
19052026-06-03T08:12:58.544Z Compiling hyper-rustls v0.27.7
19062026-06-03T08:12:58.811Z Compiling reqwest v0.12.23
19072026-06-03T08:12:58.889Z Compiling sha1 v0.10.6
19082026-06-03T08:12:58.975Z Compiling rustls-pemfile v2.2.0
19092026-06-03T08:12:59.128Z Compiling multer v3.1.0
19102026-06-03T08:12:59.509Z Compiling hostname v0.4.2
19112026-06-03T08:13:00.200Z Compiling tokio-rustls v0.25.0
19122026-06-03T08:13:00.204Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19132026-06-03T08:13:00.381Z Compiling terminal_size v0.4.3
19142026-06-03T08:13:00.400Z Compiling rand_chacha v0.3.1
19152026-06-03T08:13:00.532Z Compiling wait-timeout v0.2.1
19162026-06-03T08:13:01.824Z Compiling rusty-fork v0.3.0
19172026-06-03T08:13:01.824Z Compiling rand v0.8.5
19182026-06-03T08:13:02.720Z Compiling rand_xorshift v0.4.0
19192026-06-03T08:13:03.430Z Compiling hubpack_derive v0.1.1
19202026-06-03T08:13:04.108Z Compiling proptest v1.8.0
19212026-06-03T08:13:04.160Z Compiling clap_builder v4.6.0
19222026-06-03T08:13:04.756Z Compiling dropshot v0.16.7
19232026-06-03T08:13:05.300Z Compiling serde_spanned v0.6.9
19242026-06-03T08:13:05.856Z Compiling clap v4.6.0
19252026-06-03T08:13:05.873Z Compiling prettyplease v0.2.37
19262026-06-03T08:13:06.210Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19272026-06-03T08:13:07.349Z Compiling progenitor-client v0.11.1
19282026-06-03T08:13:07.375Z Compiling progenitor-client v0.10.0
19292026-06-03T08:13:07.689Z Compiling serde_with v3.14.1
19302026-06-03T08:13:08.422Z Compiling progenitor v0.11.1
19312026-06-03T08:13:09.541Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19322026-06-03T08:13:09.656Z Compiling rustc-hash v2.1.1
19332026-06-03T08:13:09.870Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19342026-06-03T08:13:09.884Z Compiling iddqd v0.3.18
19352026-06-03T08:13:10.712Z Compiling backoff v0.4.0
19362026-06-03T08:13:10.786Z Compiling parse-display v0.10.0
19372026-06-03T08:13:10.860Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19382026-06-03T08:13:10.939Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19392026-06-03T08:13:11.041Z Compiling winnow v0.5.40
19402026-06-03T08:13:11.075Z Compiling toml_write v0.1.2
19412026-06-03T08:13:11.223Z Compiling toml_edit v0.22.27
19422026-06-03T08:13:12.704Z Compiling num-integer v0.1.46
19432026-06-03T08:13:12.917Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19442026-06-03T08:13:13.048Z Compiling float-ord v0.3.2
19452026-06-03T08:13:13.399Z Compiling toml v0.8.23
19462026-06-03T08:13:16.402Z Compiling num-iter v0.1.45
19472026-06-03T08:13:16.536Z Compiling num-rational v0.4.2
19482026-06-03T08:13:17.318Z Compiling num-complex v0.4.6
19492026-06-03T08:13:17.984Z Compiling num v0.4.3
19502026-06-03T08:13:19.192Z Compiling toml_edit v0.19.15
19512026-06-03T08:13:20.440Z Compiling proc-macro-crate v1.3.1
19522026-06-03T08:13:21.857Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19532026-06-03T08:13:22.709Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-06-03T08:13:23.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-06-03T08:13:23.955Z Compiling zerocopy-derive v0.7.35
19562026-06-03T08:13:24.050Z Compiling memoffset v0.9.1
19572026-06-03T08:13:24.147Z Compiling libscf-sys v1.2.0
19582026-06-03T08:13:24.328Z Compiling ingot-macros v0.1.1
19592026-06-03T08:13:24.809Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19602026-06-03T08:13:25.157Z Compiling proc-macro-error-attr2 v2.0.0
19612026-06-03T08:13:25.610Z Compiling proc-macro-error2 v2.0.1
19622026-06-03T08:13:25.642Z Compiling nix v0.30.1
19632026-06-03T08:13:26.045Z Compiling scroll_derive v0.12.1
19642026-06-03T08:13:26.544Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-06-03T08:13:26.985Z Compiling tabled_derive v0.11.0
19662026-06-03T08:13:27.209Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19672026-06-03T08:13:29.440Z Compiling zerocopy v0.7.35
19682026-06-03T08:13:29.869Z Compiling num_enum_derive v0.7.5
19692026-06-03T08:13:30.003Z Compiling hubpack v0.1.2
19702026-06-03T08:13:30.087Z Compiling foreign-types-macros v0.2.3
19712026-06-03T08:13:30.582Z Compiling static_assertions v1.1.0
19722026-06-03T08:13:31.024Z Compiling glob v0.3.3
19732026-06-03T08:13:31.095Z Compiling proc-macro-error-attr v1.0.4
19742026-06-03T08:13:31.361Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19752026-06-03T08:13:31.412Z Compiling dtrace-parser v0.2.0
19762026-06-03T08:13:31.645Z Compiling bytecount v0.6.9
19772026-06-03T08:13:31.826Z Compiling proc-macro-error v1.0.4
19782026-06-03T08:13:31.908Z Compiling dof v0.3.0
19792026-06-03T08:13:32.433Z Compiling num_enum_derive v0.5.11
19802026-06-03T08:13:34.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19812026-06-03T08:13:34.075Z Compiling thread-id v4.2.2
19822026-06-03T08:13:34.217Z Compiling usdt-impl v0.5.0
19832026-06-03T08:13:34.782Z Compiling derive_more v0.99.20
19842026-06-03T08:13:35.136Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19852026-06-03T08:13:35.268Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-06-03T08:13:35.889Z Compiling minimal-lexical v0.2.1
19872026-06-03T08:13:35.952Z Compiling usdt-attr-macro v0.5.0
19882026-06-03T08:13:36.231Z Compiling nom v7.1.3
19892026-06-03T08:13:36.251Z Compiling usdt-macro v0.5.0
19902026-06-03T08:13:36.497Z Compiling zone_cfg_derive v0.3.1
19912026-06-03T08:13:36.851Z Compiling papergrid v0.17.0
19922026-06-03T08:13:37.089Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19932026-06-03T08:13:37.102Z Compiling testing_table v0.3.0
19942026-06-03T08:13:37.211Z Compiling rustc_version v0.4.1
19952026-06-03T08:13:37.277Z Compiling crossbeam-epoch v0.9.18
19962026-06-03T08:13:37.503Z Compiling dropshot_endpoint v0.17.0
19972026-06-03T08:13:37.638Z Compiling adler2 v2.0.1
19982026-06-03T08:13:37.711Z Compiling crc32fast v1.5.0
19992026-06-03T08:13:37.726Z Compiling enum-as-inner v0.6.1
20002026-06-03T08:13:37.784Z Compiling tabled v0.20.0
20012026-06-03T08:13:37.898Z Compiling miniz_oxide v0.8.9
20022026-06-03T08:13:38.101Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20032026-06-03T08:13:38.331Z Compiling flate2 v1.1.2
20042026-06-03T08:13:38.615Z Compiling curve25519-dalek v4.1.3
20052026-06-03T08:13:38.778Z Compiling crossbeam-deque v0.8.6
20062026-06-03T08:13:38.913Z Compiling thiserror-impl-no-std v2.0.2
20072026-06-03T08:13:38.978Z Compiling typify-impl v0.6.1
20082026-06-03T08:13:39.008Z Compiling curve25519-dalek-derive v0.1.1
20092026-06-03T08:13:39.223Z Compiling rayon-core v1.13.0
20102026-06-03T08:13:39.711Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-06-03T08:13:39.731Z Compiling clang-sys v1.8.1
20122026-06-03T08:13:39.977Z Compiling compression-core v0.4.32
20132026-06-03T08:13:39.993Z Compiling scroll v0.12.0
20142026-06-03T08:13:40.151Z Compiling compression-codecs v0.4.32
20152026-06-03T08:13:40.274Z Compiling hash32 v0.3.1
20162026-06-03T08:13:40.376Z Compiling toml_datetime v1.1.1+spec-1.1.0
20172026-06-03T08:13:40.430Z Compiling heapless v0.8.0
20182026-06-03T08:13:40.441Z Compiling async-compression v0.4.33
20192026-06-03T08:13:40.478Z Compiling goblin v0.8.2
20202026-06-03T08:13:40.521Z Compiling ingot-types v0.1.2
20212026-06-03T08:13:40.692Z Compiling toml v1.0.6+spec-1.1.0
20222026-06-03T08:13:40.864Z Compiling cobs v0.3.0
20232026-06-03T08:13:40.916Z Compiling libloading v0.8.9
20242026-06-03T08:13:40.919Z Compiling managed v0.8.0
20252026-06-03T08:13:40.992Z Compiling bitflags v1.3.2
20262026-06-03T08:13:41.072Z Compiling foreign-types-shared v0.3.1
20272026-06-03T08:13:41.114Z Compiling smoltcp v0.11.0
20282026-06-03T08:13:41.150Z Compiling foreign-types v0.5.0
20292026-06-03T08:13:41.173Z Compiling postcard v1.1.3
20302026-06-03T08:13:41.235Z Compiling bindgen v0.72.1
20312026-06-03T08:13:41.554Z Compiling dropshot v0.17.0
20322026-06-03T08:13:41.757Z Compiling ingot v0.1.1
20332026-06-03T08:13:42.313Z Compiling cexpr v0.6.0
20342026-06-03T08:13:43.103Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20352026-06-03T08:13:43.353Z Compiling num_enum v0.7.5
20362026-06-03T08:13:43.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20372026-06-03T08:13:43.796Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382026-06-03T08:13:43.926Z Compiling camino-tempfile v1.4.1
20392026-06-03T08:13:44.093Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20402026-06-03T08:13:44.186Z Compiling derive-where v1.6.0
20412026-06-03T08:13:44.237Z Compiling serde_repr v0.1.20
20422026-06-03T08:13:44.405Z Compiling cstr-argument v0.1.2
20432026-06-03T08:13:44.607Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442026-06-03T08:13:44.849Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20452026-06-03T08:13:45.272Z Compiling typify-macro v0.6.1
20462026-06-03T08:13:45.470Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20472026-06-03T08:13:45.671Z Compiling rayon v1.11.0
20482026-06-03T08:13:46.035Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20492026-06-03T08:13:46.167Z Compiling crucible-workspace-hack v0.1.0
20502026-06-03T08:13:46.864Z Compiling memmap v0.7.0
20512026-06-03T08:13:47.051Z Compiling tinyvec_macros v0.1.1
20522026-06-03T08:13:47.088Z Compiling usdt v0.5.0
20532026-06-03T08:13:47.149Z Compiling tinyvec v1.10.0
20542026-06-03T08:13:47.383Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20552026-06-03T08:13:47.411Z Compiling typify v0.6.1
20562026-06-03T08:13:47.721Z Compiling num_enum v0.5.11
20572026-06-03T08:13:48.096Z Compiling pin-project-internal v1.1.10
20582026-06-03T08:13:49.088Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20592026-06-03T08:13:49.151Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20602026-06-03T08:13:49.191Z Compiling progenitor-impl v0.13.0
20612026-06-03T08:13:49.203Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20622026-06-03T08:13:49.446Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20632026-06-03T08:13:49.780Z Compiling rustix v0.38.44
20642026-06-03T08:13:50.056Z Compiling itertools v0.12.1
20652026-06-03T08:13:50.110Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20662026-06-03T08:13:50.229Z Compiling progenitor-impl v0.10.0
20672026-06-03T08:13:50.366Z Compiling sigpipe v0.1.3
20682026-06-03T08:13:50.464Z Compiling jiff v0.2.15
20692026-06-03T08:13:50.670Z Compiling const_format_proc_macros v0.2.34
20702026-06-03T08:13:50.960Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20712026-06-03T08:13:51.227Z Compiling zone v0.3.1
20722026-06-03T08:13:51.274Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-06-03T08:13:52.750Z Compiling progenitor-macro v0.13.0
20742026-06-03T08:13:52.909Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20752026-06-03T08:13:53.008Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20762026-06-03T08:13:53.413Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20772026-06-03T08:13:53.713Z Compiling secrecy v0.10.3
20782026-06-03T08:13:53.801Z Compiling progenitor-macro v0.10.0
20792026-06-03T08:13:53.892Z Compiling smf v0.2.3
20802026-06-03T08:13:54.099Z Compiling async-recursion v1.1.1
20812026-06-03T08:13:54.144Z Compiling snafu-derive v0.8.9
20822026-06-03T08:13:54.325Z Compiling bstr v1.12.0
20832026-06-03T08:13:54.523Z Compiling whoami v1.6.1
20842026-06-03T08:13:54.830Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20852026-06-03T08:13:55.763Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-06-03T08:13:56.178Z Compiling hmac v0.12.1
20872026-06-03T08:13:56.533Z Compiling inout v0.1.4
20882026-06-03T08:13:56.550Z Compiling ff v0.13.1
20892026-06-03T08:13:56.687Z Compiling crc8 v0.1.1
20902026-06-03T08:13:56.699Z Compiling data-encoding v2.9.0
20912026-06-03T08:13:57.146Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-06-03T08:13:57.588Z Compiling group v0.13.0
20932026-06-03T08:13:57.722Z Compiling cipher v0.4.4
20942026-06-03T08:13:58.007Z Compiling hkdf v0.12.4
20952026-06-03T08:13:58.539Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20962026-06-03T08:13:58.554Z Compiling atomicwrites v0.4.4
20972026-06-03T08:13:58.773Z Compiling tokio-dtrace v0.1.1
20982026-06-03T08:13:59.060Z Compiling tabled_derive v0.7.0
20992026-06-03T08:13:59.290Z Compiling reqwest v0.13.2
21002026-06-03T08:13:59.581Z Compiling universal-hash v0.5.1
21012026-06-03T08:13:59.726Z Compiling crypto-bigint v0.5.5
21022026-06-03T08:13:59.766Z Compiling half v2.7.1
21032026-06-03T08:13:59.958Z Compiling opaque-debug v0.3.1
21042026-06-03T08:14:00.033Z Compiling base64ct v1.8.0
21052026-06-03T08:14:00.068Z Compiling base16ct v0.2.0
21062026-06-03T08:14:00.247Z Compiling indent_write v2.2.0
21072026-06-03T08:14:00.345Z Compiling ciborium-io v0.2.2
21082026-06-03T08:14:00.397Z Compiling password-hash v0.5.0
21092026-06-03T08:14:00.455Z Compiling ciborium-ll v0.2.2
21102026-06-03T08:14:00.658Z Compiling progenitor-client v0.13.0
21112026-06-03T08:14:00.856Z Compiling elliptic-curve v0.13.8
21122026-06-03T08:14:00.889Z Compiling poly1305 v0.8.0
21132026-06-03T08:14:01.376Z Compiling oxide-tokio-rt v0.1.2
21142026-06-03T08:14:01.935Z Compiling chacha20 v0.9.1
21152026-06-03T08:14:02.004Z Compiling similar v2.7.0
21162026-06-03T08:14:02.179Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-03T08:14:02.415Z Compiling thiserror-no-std v2.0.2
21182026-06-03T08:14:02.819Z Compiling blake2 v0.10.6
21192026-06-03T08:14:03.306Z Compiling aead v0.5.2
21202026-06-03T08:14:03.645Z Compiling linked-hash-map v0.5.6
21212026-06-03T08:14:03.694Z Compiling resolv-conf v0.7.5
21222026-06-03T08:14:03.723Z Compiling keccak v0.1.6
21232026-06-03T08:14:03.847Z Compiling lru-cache v0.1.2
21242026-06-03T08:14:03.969Z Compiling sha3 v0.10.8
21252026-06-03T08:14:04.093Z Compiling chacha20poly1305 v0.10.1
21262026-06-03T08:14:04.120Z Compiling vsss-rs v3.3.4
21272026-06-03T08:14:04.208Z Compiling argon2 v0.5.3
21282026-06-03T08:14:04.231Z Compiling progenitor v0.13.0
21292026-06-03T08:14:04.379Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-06-03T08:14:04.492Z Compiling ciborium v0.2.2
21312026-06-03T08:14:04.687Z Compiling hickory-proto v0.24.4
21322026-06-03T08:14:05.018Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21332026-06-03T08:14:05.094Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21342026-06-03T08:14:05.442Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21352026-06-03T08:14:05.597Z Compiling serde-big-array v0.5.1
21362026-06-03T08:14:05.750Z Compiling unicode-segmentation v1.12.0
21372026-06-03T08:14:05.774Z Compiling siphasher v1.0.1
21382026-06-03T08:14:05.877Z Compiling same-file v1.0.6
21392026-06-03T08:14:06.380Z Compiling phf_shared v0.12.1
21402026-06-03T08:14:06.385Z Compiling newline-converter v0.3.0
21412026-06-03T08:14:06.385Z Compiling walkdir v2.5.0
21422026-06-03T08:14:06.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21432026-06-03T08:14:06.385Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-06-03T08:14:06.518Z Compiling hickory-resolver v0.24.4
21452026-06-03T08:14:06.687Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-06-03T08:14:07.230Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-06-03T08:14:08.110Z Compiling newtype_derive v0.1.6
21482026-06-03T08:14:08.141Z Compiling owo-colors v4.3.0
21492026-06-03T08:14:08.199Z Compiling tokio-stream v0.1.17
21502026-06-03T08:14:08.531Z Compiling console v0.15.11
21512026-06-03T08:14:08.696Z Compiling csv-core v0.1.12
21522026-06-03T08:14:08.820Z Compiling termtree v0.5.1
21532026-06-03T08:14:08.977Z Compiling unicode-linebreak v0.1.5
21542026-06-03T08:14:09.111Z Compiling smawk v0.3.2
21552026-06-03T08:14:09.147Z Compiling foldhash v0.1.5
21562026-06-03T08:14:09.159Z Compiling swrite v0.1.0
21572026-06-03T08:14:09.197Z Compiling unicode-width v0.1.14
21582026-06-03T08:14:09.263Z Compiling humantime v2.3.0
21592026-06-03T08:14:09.272Z Compiling textwrap v0.16.2
21602026-06-03T08:14:09.485Z Compiling hashbrown v0.15.5
21612026-06-03T08:14:09.553Z Compiling csv v1.3.1
21622026-06-03T08:14:09.606Z Compiling expectorate v1.2.0
21632026-06-03T08:14:09.760Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-06-03T08:14:09.804Z Compiling qorb v0.4.1
21652026-06-03T08:14:10.043Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-06-03T08:14:10.903Z Compiling phf v0.12.1
21672026-06-03T08:14:11.071Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-06-03T08:14:11.839Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-06-03T08:14:12.005Z Compiling pin-project v1.1.10
21702026-06-03T08:14:12.019Z Compiling unicode-normalization v0.1.24
21712026-06-03T08:14:12.122Z Compiling libz-sys v1.1.22
21722026-06-03T08:14:12.477Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-06-03T08:14:13.165Z Compiling libsw-core v0.3.2
21742026-06-03T08:14:13.485Z Compiling highway v1.3.0
21752026-06-03T08:14:13.552Z Compiling fixedbitset v0.4.2
21762026-06-03T08:14:13.761Z Compiling fixedbitset v0.5.7
21772026-06-03T08:14:13.804Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-06-03T08:14:13.891Z Compiling petgraph v0.6.5
21792026-06-03T08:14:13.926Z Compiling progenitor v0.10.0
21802026-06-03T08:14:14.093Z Compiling petgraph v0.8.2
21812026-06-03T08:14:15.414Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-06-03T08:14:15.668Z Compiling libsw v3.5.0
21832026-06-03T08:14:15.853Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-06-03T08:14:16.087Z Compiling olpc-cjson v0.1.4
21852026-06-03T08:14:16.177Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-06-03T08:14:16.265Z Compiling snafu v0.8.9
21872026-06-03T08:14:16.684Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-06-03T08:14:16.892Z Compiling chrono-tz v0.10.4
21892026-06-03T08:14:17.210Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-03T08:14:17.939Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-03T08:14:18.453Z Compiling papergrid v0.11.0
21922026-06-03T08:14:18.465Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-06-03T08:14:18.759Z Compiling globset v0.4.16
21942026-06-03T08:14:19.132Z Compiling const_format v0.2.34
21952026-06-03T08:14:19.477Z Compiling slog-dtrace v0.3.0
21962026-06-03T08:14:19.575Z Compiling cancel-safe-futures v0.1.5
21972026-06-03T08:14:19.621Z Compiling gethostname v0.5.0
21982026-06-03T08:14:19.894Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-06-03T08:14:20.321Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-06-03T08:14:20.917Z Compiling dropshot-api-manager-types v0.7.2
22012026-06-03T08:14:20.987Z Compiling bcs v0.1.6
22022026-06-03T08:14:21.309Z Compiling serde_plain v1.0.2
22032026-06-03T08:14:21.326Z Compiling cargo-platform v0.1.9
22042026-06-03T08:14:21.338Z Compiling pem v3.0.5
22052026-06-03T08:14:21.758Z Compiling tagptr v0.2.0
22062026-06-03T08:14:21.921Z Compiling typed-path v0.9.3
22072026-06-03T08:14:21.968Z Compiling linear-map v1.2.0
22082026-06-03T08:14:22.035Z Compiling moka v0.12.11
22092026-06-03T08:14:22.143Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-06-03T08:14:22.839Z Compiling tough v0.20.0
22112026-06-03T08:14:23.837Z Compiling cargo_metadata v0.18.1
22122026-06-03T08:14:24.935Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-03T08:14:25.250Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-03T08:14:25.280Z Compiling tabled v0.15.0
22152026-06-03T08:14:25.522Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-03T08:14:26.358Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-06-03T08:14:26.611Z Compiling git2 v0.19.0
22182026-06-03T08:14:28.051Z Compiling steno v0.4.1
22192026-06-03T08:14:29.557Z Compiling cookie v0.18.1
22202026-06-03T08:14:29.901Z Compiling hickory-proto v0.25.2
22212026-06-03T08:14:32.447Z Compiling hickory-resolver v0.25.2
22222026-06-03T08:14:32.907Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-03T08:14:34.733Z Compiling vergen v8.3.2
22242026-06-03T08:14:36.076Z Compiling signal-hook v0.3.18
22252026-06-03T08:14:36.614Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22262026-06-03T08:14:36.675Z Compiling mockall_derive v0.13.1
22272026-06-03T08:14:36.921Z Compiling predicates-core v1.0.9
22282026-06-03T08:14:37.136Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22292026-06-03T08:14:37.523Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22302026-06-03T08:14:37.830Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22312026-06-03T08:14:38.442Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22322026-06-03T08:14:38.455Z Compiling sha2 v0.10.9
22332026-06-03T08:14:38.871Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22342026-06-03T08:14:39.506Z Compiling diff v0.1.13
22352026-06-03T08:14:39.753Z Compiling yansi v1.0.1
22362026-06-03T08:14:39.826Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22372026-06-03T08:14:40.081Z Compiling pretty_assertions v1.4.1
22382026-06-03T08:14:40.465Z Compiling predicates-tree v1.0.12
22392026-06-03T08:14:40.747Z Compiling predicates v3.1.3
22402026-06-03T08:14:41.255Z Compiling fs-err v3.1.2
22412026-06-03T08:14:42.138Z Compiling git-stub v1.0.0
22422026-06-03T08:14:42.141Z Compiling filetime v0.2.26
22432026-06-03T08:14:42.355Z Compiling xattr v1.6.1
22442026-06-03T08:14:42.441Z Compiling arrayref v0.3.9
22452026-06-03T08:14:42.534Z Compiling is_ci v1.2.0
22462026-06-03T08:14:42.559Z Compiling downcast v0.11.0
22472026-06-03T08:14:42.703Z Compiling fragile v2.0.1
22482026-06-03T08:14:42.729Z Compiling arrayvec v0.7.6
22492026-06-03T08:14:42.959Z Compiling constant_time_eq v0.3.1
22502026-06-03T08:14:43.029Z Compiling supports-color v3.0.2
22512026-06-03T08:14:43.093Z Compiling blake3 v1.8.2
22522026-06-03T08:14:43.232Z Compiling toml v0.7.8
22532026-06-03T08:14:43.680Z Compiling tar v0.4.45
22542026-06-03T08:14:43.887Z Compiling mockall v0.13.1
22552026-06-03T08:14:43.931Z Compiling git-stub-vcs v0.1.0
22562026-06-03T08:14:44.326Z Compiling curl-sys v0.4.83+curl-8.15.0
22572026-06-03T08:14:44.483Z Compiling signal-hook-tokio v0.3.1
22582026-06-03T08:14:44.873Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22592026-06-03T08:14:45.813Z Compiling drift v0.2.0
22602026-06-03T08:14:46.011Z Compiling kstat-rs v0.2.4
22612026-06-03T08:14:46.346Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22622026-06-03T08:14:46.683Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-06-03T08:14:46.705Z Compiling hex-literal v1.0.0
22642026-06-03T08:14:46.834Z Compiling display-error-chain v0.2.2
22652026-06-03T08:14:46.992Z Compiling topological-sort v0.2.2
22662026-06-03T08:14:47.156Z Compiling omicron-zone-package v0.12.2
22672026-06-03T08:14:47.253Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-06-03T08:14:47.285Z Compiling dropshot-api-manager v0.7.2
22692026-06-03T08:14:48.555Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-06-03T08:14:49.316Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-06-03T08:14:50.003Z Compiling curl v0.4.49
22722026-06-03T08:14:50.040Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22732026-06-03T08:14:50.564Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-06-03T08:14:50.841Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-06-03T08:14:51.096Z Compiling internet-checksum v0.2.1
22762026-06-03T08:14:51.225Z Compiling search_path v0.1.4
22772026-06-03T08:14:51.253Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22782026-06-03T08:14:51.722Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22792026-06-03T08:14:54.855Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22802026-06-03T08:14:55.162Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22812026-06-03T08:15:39.823Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s
22822026-06-03T08:15:39.951Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
22832026-06-03T08:15:39.962Z
22842026-06-03T08:15:39.962Zrunning 5 tests
22852026-06-03T08:15:39.962Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22862026-06-03T08:15:39.962Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22872026-06-03T08:15:39.962Ztest fuse::tests::chip_revision_b0 ... ok
22882026-06-03T08:15:39.962Ztest fuse::tests::chip_revision_b1 ... ok
22892026-06-03T08:15:39.962Ztest fuse::tests::chip_revision_a0 ... ok
22902026-06-03T08:15:39.962Z
22912026-06-03T08:15:39.963Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22922026-06-03T08:15:39.963Z
22932026-06-03T08:15:39.963Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22942026-06-03T08:15:39.963Z
22952026-06-03T08:15:39.963Zrunning 0 tests
22962026-06-03T08:15:39.963Z
22972026-06-03T08:15:39.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22982026-06-03T08:15:39.963Z
22992026-06-03T08:15:39.963Z Running unittests src/lib.rs (target/debug/deps/asic-bc9545618d7e7321)
23002026-06-03T08:15:39.963Z
23012026-06-03T08:15:39.963Zrunning 0 tests
23022026-06-03T08:15:39.963Z
23032026-06-03T08:15:39.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23042026-06-03T08:15:39.964Z
23052026-06-03T08:15:39.964Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
23062026-06-03T08:15:39.970Z
23072026-06-03T08:15:39.970Zrunning 10 tests
23082026-06-03T08:15:39.970Ztest nat::tests::test_vni ... ok
23092026-06-03T08:15:39.971Ztest network::tests::test_equal ... ok
23102026-06-03T08:15:39.971Ztest network::tests::test_into ... ok
23112026-06-03T08:15:39.971Ztest network::tests::test_generate_ipv6_link_local ... ok
23122026-06-03T08:15:39.971Ztest network::tests::test_eui64 ... ok
23132026-06-03T08:15:39.971Ztest network::tests::test_not_equal ... ok
23142026-06-03T08:15:39.971Ztest network::tests::test_to_string ... ok
23152026-06-03T08:15:39.971Ztest network::tests::test_parse ... ok
23162026-06-03T08:15:39.971Ztest test_purge ... ok
23172026-06-03T08:15:39.971Ztest illumos::test::address_exists_handles_missing_object ... ok
23182026-06-03T08:15:39.971Z
23192026-06-03T08:15:39.971Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23202026-06-03T08:15:39.972Z
23212026-06-03T08:15:39.972Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
23222026-06-03T08:15:39.978Z
23232026-06-03T08:15:39.978Zrunning 1 test
23242026-06-03T08:15:39.978Z -------
23252026-06-03T08:15:39.979Z Generating OpenAPI documents from API definitions ...
23262026-06-03T08:15:40.119Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23272026-06-03T08:15:40.183Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23282026-06-03T08:15:41.211Z -------
23292026-06-03T08:15:41.211Z Checking 12 OpenAPI documents...
23302026-06-03T08:15:41.211Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23312026-06-03T08:15:41.211Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23322026-06-03T08:15:41.211Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23332026-06-03T08:15:41.211Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23342026-06-03T08:15:41.215Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23352026-06-03T08:15:41.215Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23362026-06-03T08:15:41.215Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23372026-06-03T08:15:41.215Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23382026-06-03T08:15:41.215Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23392026-06-03T08:15:41.215Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23402026-06-03T08:15:41.215Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23412026-06-03T08:15:41.215Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23422026-06-03T08:15:41.216Z Fresh dpd "latest" symlink
23432026-06-03T08:15:41.216Z -------
23442026-06-03T08:15:41.216Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23452026-06-03T08:15:41.275Ztest test::test_apis_up_to_date ... ok
23462026-06-03T08:15:41.275Z
23472026-06-03T08:15:41.275Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
23482026-06-03T08:15:41.275Z
23492026-06-03T08:15:41.332Z Running unittests src/main.rs (target/debug/deps/dpd-681b102da9d0184d)
23502026-06-03T08:15:41.341Z
23512026-06-03T08:15:41.341Zrunning 19 tests
23522026-06-03T08:15:41.344Ztest freemap::test_ordering ... ok
23532026-06-03T08:15:41.344Ztest config::tests::test_updates ... ok
23542026-06-03T08:15:41.344Ztest freemap::test_split ... ok
23552026-06-03T08:15:41.344Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23562026-06-03T08:15:41.344Ztest macaddrs::tests::test_mac_offset ... ok
23572026-06-03T08:15:41.344Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23582026-06-03T08:15:41.344Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23592026-06-03T08:15:41.344Ztest macaddrs::tests::test_parse_port_id ... ok
23602026-06-03T08:15:41.344Ztest nat::test_mapping ... ok
23612026-06-03T08:15:41.344Ztest port_map::tests::dump_map ... ok
23622026-06-03T08:15:41.344Ztest port_map::tests::test_backplane_group ... ok
23632026-06-03T08:15:41.344Ztest port_map::tests::test_port_map ... ok
23642026-06-03T08:15:41.344ZJun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test
23652026-06-03T08:15:41.344ZJun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test
23662026-06-03T08:15:41.345ZJun 03 08:15:40.265 Jun 03 08:15:40.265DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_testfreemap_test
23672026-06-03T08:15:41.345Z
23682026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test
23692026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test
23702026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test
23712026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test
23722026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test
23732026-06-03T08:15:41.345Ztest freemap::test_free ... ok
23742026-06-03T08:15:41.345Ztest freemap::test_exhaustion ... ok
23752026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test
23762026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test
23772026-06-03T08:15:41.345Ztest freemap::test_basic ... ok
23782026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test
23792026-06-03T08:15:41.345Ztest freemap::test_reclaim ... ok
23802026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG created new freemap, unit: freemap_test
23812026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG initted freemap. size: 128, unit: freemap_test
23822026-06-03T08:15:41.345ZJun 03 08:15:40.265 DEBG reset freemap, unit: freemap_test
23832026-06-03T08:15:41.345Ztest freemap::test_span ... ok
23842026-06-03T08:15:41.345Ztest port_map::tests::parse_softnpu_revision ... ok
23852026-06-03T08:15:41.345Ztest api_server::tests::test_build_info ... ok
23862026-06-03T08:15:41.345Z
23872026-06-03T08:15:41.345Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23882026-06-03T08:15:41.345Z
23892026-06-03T08:15:41.349Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-203ef4c9c79540bf)
23902026-06-03T08:15:41.349Z
23912026-06-03T08:15:41.349Zrunning 0 tests
23922026-06-03T08:15:41.349Z
23932026-06-03T08:15:41.349Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-06-03T08:15:41.349Z
23952026-06-03T08:15:41.349Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
23962026-06-03T08:15:41.353Z
23972026-06-03T08:15:41.353Zrunning 0 tests
23982026-06-03T08:15:41.353Z
23992026-06-03T08:15:41.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-06-03T08:15:41.353Z
24012026-06-03T08:15:41.353Z Running unittests src/lib.rs (target/debug/deps/dpd_client-68be126b27cd5776)
24022026-06-03T08:15:41.353Z
24032026-06-03T08:15:41.353Zrunning 6 tests
24042026-06-03T08:15:41.356Ztest tests::test_full_lot_id_neither_present ... ok
24052026-06-03T08:15:41.357Ztest tests::test_full_lot_id_lot_only ... ok
24062026-06-03T08:15:41.357Ztest tests::test_full_lot_id_both_present ... ok
24072026-06-03T08:15:41.357Ztest tests::test_full_lot_id_lotnum_only ... ok
24082026-06-03T08:15:41.357Ztest tests::test_parse_client_port_id ... ok
24092026-06-03T08:15:41.357Ztest tests::test_port_id_cmp ... ok
24102026-06-03T08:15:41.357Z
24112026-06-03T08:15:41.358Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-06-03T08:15:41.358Z
24132026-06-03T08:15:41.358Z Running tests/test_all.rs (target/debug/deps/test_all-a59dab0867cd329c)
24142026-06-03T08:15:41.358Z
24152026-06-03T08:15:41.358Zrunning 0 tests
24162026-06-03T08:15:41.358Z
24172026-06-03T08:15:41.358Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24182026-06-03T08:15:41.358Z
24192026-06-03T08:15:41.358Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
24202026-06-03T08:15:41.362Z
24212026-06-03T08:15:41.362Zrunning 0 tests
24222026-06-03T08:15:41.362Z
24232026-06-03T08:15:41.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24242026-06-03T08:15:41.362Z
24252026-06-03T08:15:41.362Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
24262026-06-03T08:15:41.362Z
24272026-06-03T08:15:41.362Zrunning 0 tests
24282026-06-03T08:15:41.362Z
24292026-06-03T08:15:41.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24302026-06-03T08:15:41.362Z
24312026-06-03T08:15:41.362Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
24322026-06-03T08:15:41.362Z
24332026-06-03T08:15:41.362Zrunning 12 tests
24342026-06-03T08:15:41.362Ztest icmp::test_v6_checksum ... ok
24352026-06-03T08:15:41.362Ztest lldp::test_lldp_parse ... ok
24362026-06-03T08:15:41.362Ztest ipv6::test_ipv6_parse ... ok
24372026-06-03T08:15:41.362Ztest icmp::test_v4_checksum ... ok
24382026-06-03T08:15:41.362Ztest pbuf::test_byte ... ok
24392026-06-03T08:15:41.362Ztest pbuf::test_nibble ... ok
24402026-06-03T08:15:41.362Ztest pbuf::test_short ... ok
24412026-06-03T08:15:41.362Ztest pbuf::test_overflow ... ok
24422026-06-03T08:15:41.362Ztest pbuf::test_twelve ... ok
24432026-06-03T08:15:41.362Ztest pbuf::test_word ... ok
24442026-06-03T08:15:41.363Ztest tcp::test_checksum_syn_nodata ... ok
24452026-06-03T08:15:41.363Ztest tcp::test_checksum_ack_data ... ok
24462026-06-03T08:15:41.363Z
24472026-06-03T08:15:41.363Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24482026-06-03T08:15:41.363Z
24492026-06-03T08:15:41.367Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
24502026-06-03T08:15:41.367Z
24512026-06-03T08:15:41.367Zrunning 0 tests
24522026-06-03T08:15:41.367Z
24532026-06-03T08:15:41.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24542026-06-03T08:15:41.367Z
24552026-06-03T08:15:41.367Z Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd)
24562026-06-03T08:15:41.367Z
24572026-06-03T08:15:41.367Zrunning 5 tests
24582026-06-03T08:15:41.373Ztest switchport::test::test_compute_lanes ... ok
24592026-06-03T08:15:41.373Ztest switchport::test::port_id_ordering ... ok
24602026-06-03T08:15:41.373Z Lane 0 Lane 1 Lane 2 Lane 3
24612026-06-03T08:15:41.373Z Rx Loss-of-lock: Yes Yes Yes Yes
24622026-06-03T08:15:41.373Z Rx Loss-of-signal: Yes Yes Yes Yes
24632026-06-03T08:15:41.373Z Rx CDR Enabled: Yes Yes Yes Yes
24642026-06-03T08:15:41.373Z Lane 0 Tx Enabled: Yes Yes YesLane 1 Yes
24652026-06-03T08:15:41.373ZLane 2 Tx Loss-of-lock: No Lane 3No
24662026-06-03T08:15:41.373Z No State: ActivatedNo
24672026-06-03T08:15:41.373ZActivated Tx Loss-of-signal: No ActivatedNo Activated
24682026-06-03T08:15:41.373ZNo Rx Output Enabled: falseNo
24692026-06-03T08:15:41.373Z Tx CDR Enabled: No false Nofalse falseNo
24702026-06-03T08:15:41.373Z No Rx Output Status: valid
24712026-06-03T08:15:41.373Z Tx Adaptive EQ Fault: Novalid No valid No validNo
24722026-06-03T08:15:41.373Z
24732026-06-03T08:15:41.373Z Tx Fault: Yes Rx Loss-of-lock: true Yes trueYes Yes
24742026-06-03T08:15:41.373Ztrue true
24752026-06-03T08:15:41.373Z Rx Loss-of-signal: false false false false
24762026-06-03T08:15:41.373ZRx Auto-squelch Disable: true true true true
24772026-06-03T08:15:41.373Z Tx Output Enabled: true true true true
24782026-06-03T08:15:41.373Z Tx Output Status: invalid invalid invalid invalid
24792026-06-03T08:15:41.374Z Tx Loss-of-lock: false false false false
24802026-06-03T08:15:41.374Z Tx Loss-of-signal: true true true true
24812026-06-03T08:15:41.374ZTx Auto-squelch Disable: false false false false
24822026-06-03T08:15:41.374Z Tx Adaptive EQ Fail: true true true true
24832026-06-03T08:15:41.374Z Tx Failure: false false false false
24842026-06-03T08:15:41.374Z Tx Force Squelch: true true true true
24852026-06-03T08:15:41.374Z Tx Input Polarity: normal normal normal normal
24862026-06-03T08:15:41.374Ztest switchport::test::test_print_sff_datapath ... ok
24872026-06-03T08:15:41.374Ztest switchport::test::test_print_cmis_datapath ... ok
24882026-06-03T08:15:41.374Ztest link::test_filter ... ok
24892026-06-03T08:15:41.374Z
24902026-06-03T08:15:41.374Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-06-03T08:15:41.374Z
24922026-06-03T08:15:41.374Z Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4)
24932026-06-03T08:15:41.374Z
24942026-06-03T08:15:41.374Zrunning 1 test
24952026-06-03T08:15:41.374Ztest test_p4_counter_list ... ignored
24962026-06-03T08:15:41.374Z
24972026-06-03T08:15:41.374Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24982026-06-03T08:15:41.374Z
24992026-06-03T08:15:41.374Z Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269)
25002026-06-03T08:15:41.378Z
25012026-06-03T08:15:41.378Zrunning 5 tests
25022026-06-03T08:15:41.378Ztest test_an ... ignored
25032026-06-03T08:15:41.378Ztest test_enable ... ignored
25042026-06-03T08:15:41.378Ztest test_ip_addresses ... ignored
25052026-06-03T08:15:41.378Ztest test_kr ... ignored
25062026-06-03T08:15:41.378Ztest test_mac ... ignored
25072026-06-03T08:15:41.378Z
25082026-06-03T08:15:41.378Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-06-03T08:15:41.378Z
25102026-06-03T08:15:41.378Z Running unittests src/main.rs (target/debug/deps/tfportd-36be26df4695d9c9)
25112026-06-03T08:15:41.378Z
25122026-06-03T08:15:41.378Zrunning 3 tests
25132026-06-03T08:15:41.378Ztest linklocal::test_parse_ipadm ... ok
25142026-06-03T08:15:41.378Ztest tfport::test_parse_tfport ... ok
25152026-06-03T08:15:41.378Ztest config::tests::test_updates ... ok
25162026-06-03T08:15:41.379Z
25172026-06-03T08:15:41.379Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-06-03T08:15:41.379Z
25192026-06-03T08:15:41.379Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
25202026-06-03T08:15:41.382Z
25212026-06-03T08:15:41.383Zrunning 0 tests
25222026-06-03T08:15:41.383Z
25232026-06-03T08:15:41.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-03T08:15:41.383Z
25252026-06-03T08:15:41.383Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
25262026-06-03T08:15:41.383Z
25272026-06-03T08:15:41.383Zrunning 0 tests
25282026-06-03T08:15:41.383Z
25292026-06-03T08:15:41.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-06-03T08:15:41.383Z
25312026-06-03T08:15:41.383Z Doc-tests aal
25322026-06-03T08:15:41.510Z
25332026-06-03T08:15:41.510Zrunning 0 tests
25342026-06-03T08:15:41.510Z
25352026-06-03T08:15:41.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25362026-06-03T08:15:41.510Z
25372026-06-03T08:15:41.526Z Doc-tests aal_macros
25382026-06-03T08:15:41.595Z
25392026-06-03T08:15:41.595Zrunning 0 tests
25402026-06-03T08:15:41.595Z
25412026-06-03T08:15:41.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25422026-06-03T08:15:41.595Z
25432026-06-03T08:15:41.606Z Doc-tests common
25442026-06-03T08:15:41.839Z
25452026-06-03T08:15:41.839Zrunning 0 tests
25462026-06-03T08:15:41.839Z
25472026-06-03T08:15:41.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25482026-06-03T08:15:41.839Z
25492026-06-03T08:15:41.860Z Doc-tests dpd_api
25502026-06-03T08:15:42.604Z
25512026-06-03T08:15:42.604Zrunning 2 tests
25522026-06-03T08:15:42.604Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25532026-06-03T08:15:42.604Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25542026-06-03T08:15:42.604Z
25552026-06-03T08:15:42.604Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-03T08:15:42.604Z
25572026-06-03T08:15:42.634Z Doc-tests dpd_client
25582026-06-03T08:15:43.917Z
25592026-06-03T08:15:43.917Zrunning 0 tests
25602026-06-03T08:15:43.917Z
25612026-06-03T08:15:43.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-03T08:15:43.917Z
25632026-06-03T08:15:43.961Z Doc-tests dpd_types
25642026-06-03T08:15:44.171Z
25652026-06-03T08:15:44.171Zrunning 0 tests
25662026-06-03T08:15:44.171Z
25672026-06-03T08:15:44.171Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-03T08:15:44.171Z
25692026-06-03T08:15:44.198Z Doc-tests dpd_types_versions
25702026-06-03T08:15:45.393Z
25712026-06-03T08:15:45.393Zrunning 1 test
25722026-06-03T08:15:45.393Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25732026-06-03T08:15:45.394Z
25742026-06-03T08:15:45.394Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25752026-06-03T08:15:45.394Z
25762026-06-03T08:15:45.437Z Doc-tests packet
25772026-06-03T08:15:45.546Z
25782026-06-03T08:15:45.546Zrunning 0 tests
25792026-06-03T08:15:45.546Z
25802026-06-03T08:15:45.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25812026-06-03T08:15:45.546Z
25822026-06-03T08:15:45.561Z Doc-tests pcap
25832026-06-03T08:15:45.614Z
25842026-06-03T08:15:45.614Zrunning 0 tests
25852026-06-03T08:15:45.614Z
25862026-06-03T08:15:45.614Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25872026-06-03T08:15:45.614Z
25882026-06-03T08:15:45.679Z+ for feat in tofino_stub tofino_asic softnpu chaos
25892026-06-03T08:15:45.679Z+ RUST_BACKTRACE=full
25902026-06-03T08:15:45.679Z+ cargo test --features tofino_asic --no-fail-fast
25912026-06-03T08:15:46.279Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25922026-06-03T08:15:46.357Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25932026-06-03T08:15:46.363Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25942026-06-03T08:15:46.371Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25952026-06-03T08:15:54.917Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25962026-06-03T08:15:55.037Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25972026-06-03T08:16:35.524Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.80s
25982026-06-03T08:16:35.622Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
25992026-06-03T08:16:35.626Z
26002026-06-03T08:16:35.626Zrunning 5 tests
26012026-06-03T08:16:35.626Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26022026-06-03T08:16:35.626Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26032026-06-03T08:16:35.626Ztest fuse::tests::chip_revision_b0 ... ok
26042026-06-03T08:16:35.626Ztest fuse::tests::chip_revision_b1 ... ok
26052026-06-03T08:16:35.626Ztest fuse::tests::chip_revision_a0 ... ok
26062026-06-03T08:16:35.626Z
26072026-06-03T08:16:35.626Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26082026-06-03T08:16:35.626Z
26092026-06-03T08:16:35.626Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26102026-06-03T08:16:35.629Z
26112026-06-03T08:16:35.630Zrunning 0 tests
26122026-06-03T08:16:35.630Z
26132026-06-03T08:16:35.630Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26142026-06-03T08:16:35.630Z
26152026-06-03T08:16:35.630Z Running unittests src/lib.rs (target/debug/deps/asic-f3ea2d96ea1302b5)
26162026-06-03T08:16:35.728Z
26172026-06-03T08:16:35.728Zrunning 8 tests
26182026-06-03T08:16:35.731Ztest tofino_asic::qsfp::tests::fix_link ... ok
26192026-06-03T08:16:35.731Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26202026-06-03T08:16:35.731Ztest tofino_asic::stats::constants_sanity_check ... ok
26212026-06-03T08:16:35.731Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26222026-06-03T08:16:35.731Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26232026-06-03T08:16:35.731Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26242026-06-03T08:16:35.738Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26252026-06-03T08:16:36.229Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26262026-06-03T08:16:36.229Z
26272026-06-03T08:16:36.229Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26282026-06-03T08:16:36.229Z
26292026-06-03T08:16:36.239Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
26302026-06-03T08:16:36.242Z
26312026-06-03T08:16:36.242Zrunning 10 tests
26322026-06-03T08:16:36.245Ztest nat::tests::test_vni ... ok
26332026-06-03T08:16:36.245Ztest network::tests::test_equal ... ok
26342026-06-03T08:16:36.245Ztest network::tests::test_eui64 ... ok
26352026-06-03T08:16:36.245Ztest network::tests::test_generate_ipv6_link_local ... ok
26362026-06-03T08:16:36.246Ztest network::tests::test_into ... ok
26372026-06-03T08:16:36.246Ztest network::tests::test_not_equal ... ok
26382026-06-03T08:16:36.246Ztest network::tests::test_parse ... ok
26392026-06-03T08:16:36.246Ztest network::tests::test_to_string ... ok
26402026-06-03T08:16:36.246Ztest test_purge ... ok
26412026-06-03T08:16:36.249Ztest illumos::test::address_exists_handles_missing_object ... ok
26422026-06-03T08:16:36.249Z
26432026-06-03T08:16:36.249Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26442026-06-03T08:16:36.249Z
26452026-06-03T08:16:36.249Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
26462026-06-03T08:16:36.252Z
26472026-06-03T08:16:36.252Zrunning 1 test
26482026-06-03T08:16:36.255Z -------
26492026-06-03T08:16:36.255Z Generating OpenAPI documents from API definitions ...
26502026-06-03T08:16:36.398Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26512026-06-03T08:16:36.468Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26522026-06-03T08:16:37.445Z -------
26532026-06-03T08:16:37.445Z Checking 12 OpenAPI documents...
26542026-06-03T08:16:37.445Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26552026-06-03T08:16:37.445Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26562026-06-03T08:16:37.445Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26572026-06-03T08:16:37.445Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26582026-06-03T08:16:37.445Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26592026-06-03T08:16:37.448Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26602026-06-03T08:16:37.448Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26612026-06-03T08:16:37.448Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26622026-06-03T08:16:37.448Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26632026-06-03T08:16:37.448Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26642026-06-03T08:16:37.448Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26652026-06-03T08:16:37.448Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26662026-06-03T08:16:37.448Z Fresh dpd "latest" symlink
26672026-06-03T08:16:37.448Z -------
26682026-06-03T08:16:37.448Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26692026-06-03T08:16:37.509Ztest test::test_apis_up_to_date ... ok
26702026-06-03T08:16:37.509Z
26712026-06-03T08:16:37.509Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26722026-06-03T08:16:37.509Z
26732026-06-03T08:16:37.566Z Running unittests src/main.rs (target/debug/deps/dpd-a9e8b950668bdaf2)
26742026-06-03T08:16:37.631Z
26752026-06-03T08:16:37.631Zrunning 51 tests
26762026-06-03T08:16:37.635Ztest freemap::test_ordering ... ok
26772026-06-03T08:16:37.635Ztest config::tests::test_updates ... ok
26782026-06-03T08:16:37.635Ztest freemap::test_split ... ok
26792026-06-03T08:16:37.635Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26802026-06-03T08:16:37.635Ztest macaddrs::tests::test_mac_offset ... ok
26812026-06-03T08:16:37.635Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26822026-06-03T08:16:37.635Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26832026-06-03T08:16:37.635Ztest macaddrs::tests::test_parse_port_id ... ok
26842026-06-03T08:16:37.635Ztest nat::test_mapping ... ok
26852026-06-03T08:16:37.635Ztest port_map::tests::dump_map ... ok
26862026-06-03T08:16:37.639Ztest port_map::tests::test_backplane_group ... ok
26872026-06-03T08:16:37.639Ztest port_map::tests::test_port_map ... ok
26882026-06-03T08:16:37.639Ztest transceivers::mpn_test::test_mpn_missing ... ok
26892026-06-03T08:16:37.639Ztest transceivers::mpn_test::test_mpn_present ... ok
26902026-06-03T08:16:37.639ZJun 03 08:16:36.558 Jun 03 08:16:36.558DEBG DEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
26912026-06-03T08:16:37.639Z
26922026-06-03T08:16:37.639Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26932026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test
26942026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test
26952026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test
26962026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test
26972026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test
26982026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test
26992026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test
27002026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test
27012026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test
27022026-06-03T08:16:37.639Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27032026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test
27042026-06-03T08:16:37.639Ztest freemap::test_reclaim ... ok
27052026-06-03T08:16:37.639Ztest freemap::test_exhaustion ... ok
27062026-06-03T08:16:37.639Ztest freemap::test_free ... ok
27072026-06-03T08:16:37.639Ztest freemap::test_span ... ok
27082026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG created new freemap, unit: freemap_test
27092026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG initted freemap. size: 128, unit: freemap_test
27102026-06-03T08:16:37.639Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27112026-06-03T08:16:37.639ZJun 03 08:16:36.558 DEBG reset freemap, unit: freemap_test
27122026-06-03T08:16:37.639Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27132026-06-03T08:16:37.639Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27142026-06-03T08:16:37.639Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27152026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27162026-06-03T08:16:37.640Ztest freemap::test_basic ... ok
27172026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27182026-06-03T08:16:37.640Ztest port_map::tests::parse_softnpu_revision ... ok
27192026-06-03T08:16:37.640Ztest api_server::tests::test_build_info ... ok
27202026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27212026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27222026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27232026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27242026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27252026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27262026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27272026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27282026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27292026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27302026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27312026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27322026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27332026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27342026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27352026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27362026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27372026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27382026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27392026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27402026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27412026-06-03T08:16:37.640Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27422026-06-03T08:16:37.640Z
27432026-06-03T08:16:37.640Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27442026-06-03T08:16:37.640Z
27452026-06-03T08:16:37.651Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f33242c36e80d73c)
27462026-06-03T08:16:37.655Z
27472026-06-03T08:16:37.655Zrunning 0 tests
27482026-06-03T08:16:37.655Z
27492026-06-03T08:16:37.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27502026-06-03T08:16:37.655Z
27512026-06-03T08:16:37.655Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
27522026-06-03T08:16:37.659Z
27532026-06-03T08:16:37.659Zrunning 0 tests
27542026-06-03T08:16:37.659Z
27552026-06-03T08:16:37.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27562026-06-03T08:16:37.659Z
27572026-06-03T08:16:37.659Z Running unittests src/lib.rs (target/debug/deps/dpd_client-bfa70fbb977a31aa)
27582026-06-03T08:16:37.659Z
27592026-06-03T08:16:37.659Zrunning 6 tests
27602026-06-03T08:16:37.662Ztest tests::test_parse_client_port_id ... ok
27612026-06-03T08:16:37.662Ztest tests::test_full_lot_id_neither_present ... ok
27622026-06-03T08:16:37.662Ztest tests::test_full_lot_id_lot_only ... ok
27632026-06-03T08:16:37.662Ztest tests::test_full_lot_id_lotnum_only ... ok
27642026-06-03T08:16:37.662Ztest tests::test_port_id_cmp ... ok
27652026-06-03T08:16:37.662Ztest tests::test_full_lot_id_both_present ... ok
27662026-06-03T08:16:37.662Z
27672026-06-03T08:16:37.662Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27682026-06-03T08:16:37.662Z
27692026-06-03T08:16:37.662Z Running tests/test_all.rs (target/debug/deps/test_all-21c97cf8f607473f)
27702026-06-03T08:16:37.662Z
27712026-06-03T08:16:37.662Zrunning 0 tests
27722026-06-03T08:16:37.662Z
27732026-06-03T08:16:37.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27742026-06-03T08:16:37.663Z
27752026-06-03T08:16:37.663Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
27762026-06-03T08:16:37.666Z
27772026-06-03T08:16:37.666Zrunning 0 tests
27782026-06-03T08:16:37.666Z
27792026-06-03T08:16:37.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27802026-06-03T08:16:37.666Z
27812026-06-03T08:16:37.666Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
27822026-06-03T08:16:37.666Z
27832026-06-03T08:16:37.666Zrunning 0 tests
27842026-06-03T08:16:37.666Z
27852026-06-03T08:16:37.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27862026-06-03T08:16:37.666Z
27872026-06-03T08:16:37.666Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
27882026-06-03T08:16:37.669Z
27892026-06-03T08:16:37.669Zrunning 12 tests
27902026-06-03T08:16:37.669Ztest icmp::test_v4_checksum ... ok
27912026-06-03T08:16:37.669Ztest icmp::test_v6_checksum ... ok
27922026-06-03T08:16:37.669Ztest lldp::test_lldp_parse ... ok
27932026-06-03T08:16:37.669Ztest ipv6::test_ipv6_parse ... ok
27942026-06-03T08:16:37.670Ztest pbuf::test_byte ... ok
27952026-06-03T08:16:37.670Ztest pbuf::test_nibble ... ok
27962026-06-03T08:16:37.670Ztest pbuf::test_overflow ... ok
27972026-06-03T08:16:37.670Ztest pbuf::test_short ... ok
27982026-06-03T08:16:37.670Ztest pbuf::test_twelve ... ok
27992026-06-03T08:16:37.670Ztest pbuf::test_word ... ok
28002026-06-03T08:16:37.670Ztest tcp::test_checksum_ack_data ... ok
28012026-06-03T08:16:37.670Ztest tcp::test_checksum_syn_nodata ... ok
28022026-06-03T08:16:37.670Z
28032026-06-03T08:16:37.670Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042026-06-03T08:16:37.670Z
28052026-06-03T08:16:37.670Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
28062026-06-03T08:16:37.670Z
28072026-06-03T08:16:37.670Zrunning 0 tests
28082026-06-03T08:16:37.670Z
28092026-06-03T08:16:37.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28102026-06-03T08:16:37.670Z
28112026-06-03T08:16:37.670Z Running unittests src/main.rs (target/debug/deps/swadm-5906499735e04912)
28122026-06-03T08:16:37.674Z
28132026-06-03T08:16:37.674Zrunning 5 tests
28142026-06-03T08:16:37.674Ztest switchport::test::test_compute_lanes ... ok
28152026-06-03T08:16:37.674Ztest switchport::test::port_id_ordering ... ok
28162026-06-03T08:16:37.674Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
28172026-06-03T08:16:37.674ZLane 2 Rx Loss-of-lock: YesLane 3
28182026-06-03T08:16:37.674ZYes State: Activated Yes ActivatedYes
28192026-06-03T08:16:37.675ZActivated Rx Loss-of-signal: YesActivated
28202026-06-03T08:16:37.675Z Rx Output Enabled: false Yesfalse Yesfalse Yes
28212026-06-03T08:16:37.675Zfalse
28222026-06-03T08:16:37.675Z Rx CDR Enabled: Yes Rx Output Status: valid Yes valid validYes valid
28232026-06-03T08:16:37.675ZYes
28242026-06-03T08:16:37.675Z Rx Loss-of-lock: true Tx Enabled: Yes true Yes true trueYes
28252026-06-03T08:16:37.675Z Yes Rx Loss-of-signal: false
28262026-06-03T08:16:37.675Z Tx Loss-of-lock: Nofalse No false Nofalse
28272026-06-03T08:16:37.675ZNo
28282026-06-03T08:16:37.675Z Tx Loss-of-signal: NoRx Auto-squelch Disable: true Notrue trueNo Notrue
28292026-06-03T08:16:37.675Z
28302026-06-03T08:16:37.675Z Tx CDR Enabled: No Tx Output Enabled: trueNo trueNo trueNo
28312026-06-03T08:16:37.675Z true Tx Adaptive EQ Fault: No
28322026-06-03T08:16:37.675Z No Tx Output Status: invalid Noinvalid No
28332026-06-03T08:16:37.675Zinvalid Tx Fault: Yesinvalid
28342026-06-03T08:16:37.675ZYes Tx Loss-of-lock: falseYes Yesfalse
28352026-06-03T08:16:37.675Z false false
28362026-06-03T08:16:37.675Z Tx Loss-of-signal: true true true true
28372026-06-03T08:16:37.675ZTx Auto-squelch Disable: false false false false
28382026-06-03T08:16:37.675Z Tx Adaptive EQ Fail: true true true true
28392026-06-03T08:16:37.675Z Tx Failure: false false false false
28402026-06-03T08:16:37.675Z Tx Force Squelch: true true true true
28412026-06-03T08:16:37.675Z Tx Input Polarity: normal normal normal normal
28422026-06-03T08:16:37.675Ztest switchport::test::test_print_sff_datapath ... ok
28432026-06-03T08:16:37.675Ztest switchport::test::test_print_cmis_datapath ... ok
28442026-06-03T08:16:37.675Ztest link::test_filter ... ok
28452026-06-03T08:16:37.675Z
28462026-06-03T08:16:37.675Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28472026-06-03T08:16:37.675Z
28482026-06-03T08:16:37.682Z Running tests/counters.rs (target/debug/deps/counters-f71c2a83967c77bb)
28492026-06-03T08:16:37.682Z
28502026-06-03T08:16:37.682Zrunning 1 test
28512026-06-03T08:16:37.682Ztest test_p4_counter_list ... ignored
28522026-06-03T08:16:37.682Z
28532026-06-03T08:16:37.682Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28542026-06-03T08:16:37.682Z
28552026-06-03T08:16:37.682Z Running tests/port-link.rs (target/debug/deps/port_link-a201c2900e42d4f4)
28562026-06-03T08:16:37.682Z
28572026-06-03T08:16:37.682Zrunning 5 tests
28582026-06-03T08:16:37.682Ztest test_an ... ignored
28592026-06-03T08:16:37.682Ztest test_enable ... ignored
28602026-06-03T08:16:37.682Ztest test_ip_addresses ... ignored
28612026-06-03T08:16:37.682Ztest test_kr ... ignored
28622026-06-03T08:16:37.682Ztest test_mac ... ignored
28632026-06-03T08:16:37.682Z
28642026-06-03T08:16:37.682Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28652026-06-03T08:16:37.682Z
28662026-06-03T08:16:37.683Z Running unittests src/main.rs (target/debug/deps/tfportd-15c7a14cdec26709)
28672026-06-03T08:16:37.688Z
28682026-06-03T08:16:37.688Zrunning 3 tests
28692026-06-03T08:16:37.688Ztest linklocal::test_parse_ipadm ... ok
28702026-06-03T08:16:37.688Ztest tfport::test_parse_tfport ... ok
28712026-06-03T08:16:37.688Ztest config::tests::test_updates ... ok
28722026-06-03T08:16:37.688Z
28732026-06-03T08:16:37.688Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28742026-06-03T08:16:37.688Z
28752026-06-03T08:16:37.688Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
28762026-06-03T08:16:37.688Z
28772026-06-03T08:16:37.688Zrunning 0 tests
28782026-06-03T08:16:37.689Z
28792026-06-03T08:16:37.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-03T08:16:37.689Z
28812026-06-03T08:16:37.692Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
28822026-06-03T08:16:37.692Z
28832026-06-03T08:16:37.692Zrunning 0 tests
28842026-06-03T08:16:37.692Z
28852026-06-03T08:16:37.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-06-03T08:16:37.692Z
28872026-06-03T08:16:37.692Z Doc-tests aal
28882026-06-03T08:16:37.805Z
28892026-06-03T08:16:37.805Zrunning 0 tests
28902026-06-03T08:16:37.805Z
28912026-06-03T08:16:37.805Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28922026-06-03T08:16:37.805Z
28932026-06-03T08:16:37.819Z Doc-tests aal_macros
28942026-06-03T08:16:37.886Z
28952026-06-03T08:16:37.886Zrunning 0 tests
28962026-06-03T08:16:37.886Z
28972026-06-03T08:16:37.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-06-03T08:16:37.890Z
28992026-06-03T08:16:37.896Z Doc-tests common
29002026-06-03T08:16:38.126Z
29012026-06-03T08:16:38.126Zrunning 0 tests
29022026-06-03T08:16:38.126Z
29032026-06-03T08:16:38.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-06-03T08:16:38.126Z
29052026-06-03T08:16:38.183Z Doc-tests dpd_api
29062026-06-03T08:16:38.880Z
29072026-06-03T08:16:38.880Zrunning 2 tests
29082026-06-03T08:16:38.880Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29092026-06-03T08:16:38.880Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29102026-06-03T08:16:38.880Z
29112026-06-03T08:16:38.880Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-03T08:16:38.880Z
29132026-06-03T08:16:38.912Z Doc-tests dpd_client
29142026-06-03T08:16:40.193Z
29152026-06-03T08:16:40.193Zrunning 0 tests
29162026-06-03T08:16:40.193Z
29172026-06-03T08:16:40.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-03T08:16:40.193Z
29192026-06-03T08:16:40.239Z Doc-tests dpd_types
29202026-06-03T08:16:40.448Z
29212026-06-03T08:16:40.448Zrunning 0 tests
29222026-06-03T08:16:40.448Z
29232026-06-03T08:16:40.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-03T08:16:40.448Z
29252026-06-03T08:16:40.473Z Doc-tests dpd_types_versions
29262026-06-03T08:16:41.676Z
29272026-06-03T08:16:41.676Zrunning 1 test
29282026-06-03T08:16:41.676Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29292026-06-03T08:16:41.676Z
29302026-06-03T08:16:41.677Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29312026-06-03T08:16:41.677Z
29322026-06-03T08:16:41.720Z Doc-tests packet
29332026-06-03T08:16:41.830Z
29342026-06-03T08:16:41.830Zrunning 0 tests
29352026-06-03T08:16:41.830Z
29362026-06-03T08:16:41.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29372026-06-03T08:16:41.830Z
29382026-06-03T08:16:41.844Z Doc-tests pcap
29392026-06-03T08:16:41.897Z
29402026-06-03T08:16:41.897Zrunning 0 tests
29412026-06-03T08:16:41.897Z
29422026-06-03T08:16:41.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29432026-06-03T08:16:41.897Z
29442026-06-03T08:16:41.943Z+ for feat in tofino_stub tofino_asic softnpu chaos
29452026-06-03T08:16:41.943Z+ RUST_BACKTRACE=full
29462026-06-03T08:16:41.943Z+ cargo test --features softnpu --no-fail-fast
29472026-06-03T08:16:42.589Z Compiling num-integer v0.1.46
29482026-06-03T08:16:42.592Z Compiling num-complex v0.4.6
29492026-06-03T08:16:42.719Z Compiling bitstruct_derive v0.1.0
29502026-06-03T08:16:42.722Z Compiling tap v1.0.1
29512026-06-03T08:16:42.842Z Compiling wyz v0.5.1
29522026-06-03T08:16:42.972Z Compiling num-rational v0.4.2
29532026-06-03T08:16:43.000Z Compiling num-iter v0.1.45
29542026-06-03T08:16:43.022Z Compiling num-bigint v0.4.6
29552026-06-03T08:16:43.115Z Compiling radium v0.7.0
29562026-06-03T08:16:43.126Z Compiling funty v2.0.0
29572026-06-03T08:16:43.170Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29582026-06-03T08:16:43.214Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29592026-06-03T08:16:43.322Z Compiling num v0.4.3
29602026-06-03T08:16:43.398Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29612026-06-03T08:16:43.409Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29622026-06-03T08:16:43.420Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29632026-06-03T08:16:43.492Z Compiling bitvec v1.0.1
29642026-06-03T08:16:43.539Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29652026-06-03T08:16:43.674Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29662026-06-03T08:16:43.714Z Compiling typeid v1.0.3
29672026-06-03T08:16:43.782Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29682026-06-03T08:16:43.797Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29692026-06-03T08:16:43.832Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29702026-06-03T08:16:44.142Z Compiling ascii v1.1.0
29712026-06-03T08:16:44.426Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-06-03T08:16:44.671Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29732026-06-03T08:16:44.714Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29742026-06-03T08:16:44.862Z Compiling erased-serde v0.4.8
29752026-06-03T08:16:44.920Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29762026-06-03T08:16:44.948Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29772026-06-03T08:16:45.157Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29782026-06-03T08:16:45.181Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29792026-06-03T08:16:45.351Z Compiling bitstruct v0.1.1
29802026-06-03T08:16:45.673Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29812026-06-03T08:16:45.754Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-06-03T08:16:45.785Z Compiling serde_arrays v0.1.0
29832026-06-03T08:16:45.797Z Compiling libloading v0.7.4
29842026-06-03T08:16:45.955Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-03T08:16:46.583Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29862026-06-03T08:16:46.839Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29872026-06-03T08:16:46.852Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29882026-06-03T08:16:47.987Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29892026-06-03T08:16:48.838Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29902026-06-03T08:16:54.764Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29912026-06-03T08:16:54.982Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29922026-06-03T08:16:54.982Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29932026-06-03T08:16:55.040Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29942026-06-03T08:16:55.053Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29952026-06-03T08:16:55.589Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29962026-06-03T08:16:56.060Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29972026-06-03T08:16:57.472Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29982026-06-03T08:17:00.151Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29992026-06-03T08:17:01.139Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30002026-06-03T08:17:02.271Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30012026-06-03T08:17:03.390Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30022026-06-03T08:17:03.716Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30032026-06-03T08:17:04.723Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30042026-06-03T08:17:12.323Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30052026-06-03T08:17:14.272Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30062026-06-03T08:17:17.904Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30072026-06-03T08:17:59.099Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30082026-06-03T08:17:59.199Z Running unittests src/lib.rs (target/debug/deps/aal-50210d4c57b7f021)
30092026-06-03T08:17:59.215Z
30102026-06-03T08:17:59.215Zrunning 5 tests
30112026-06-03T08:17:59.215Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30122026-06-03T08:17:59.215Ztest fuse::tests::chip_revision_b0 ... ok
30132026-06-03T08:17:59.215Ztest fuse::tests::chip_revision_a0 ... ok
30142026-06-03T08:17:59.215Ztest fuse::tests::chip_revision_b1 ... ok
30152026-06-03T08:17:59.215Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30162026-06-03T08:17:59.215Z
30172026-06-03T08:17:59.215Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30182026-06-03T08:17:59.215Z
30192026-06-03T08:17:59.215Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30202026-06-03T08:17:59.215Z
30212026-06-03T08:17:59.215Zrunning 0 tests
30222026-06-03T08:17:59.215Z
30232026-06-03T08:17:59.215Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30242026-06-03T08:17:59.215Z
30252026-06-03T08:17:59.215Z Running unittests src/lib.rs (target/debug/deps/asic-9b8066f67d17b1d8)
30262026-06-03T08:17:59.215Z
30272026-06-03T08:17:59.216Zrunning 0 tests
30282026-06-03T08:17:59.216Z
30292026-06-03T08:17:59.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30302026-06-03T08:17:59.216Z
30312026-06-03T08:17:59.216Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
30322026-06-03T08:17:59.216Z
30332026-06-03T08:17:59.216Zrunning 10 tests
30342026-06-03T08:17:59.216Ztest nat::tests::test_vni ... ok
30352026-06-03T08:17:59.216Ztest network::tests::test_equal ... ok
30362026-06-03T08:17:59.216Ztest network::tests::test_eui64 ... ok
30372026-06-03T08:17:59.216Ztest network::tests::test_not_equal ... ok
30382026-06-03T08:17:59.216Ztest network::tests::test_into ... ok
30392026-06-03T08:17:59.216Ztest network::tests::test_generate_ipv6_link_local ... ok
30402026-06-03T08:17:59.216Ztest network::tests::test_parse ... ok
30412026-06-03T08:17:59.216Ztest network::tests::test_to_string ... ok
30422026-06-03T08:17:59.245Ztest test_purge ... ok
30432026-06-03T08:17:59.246Ztest illumos::test::address_exists_handles_missing_object ... ok
30442026-06-03T08:17:59.246Z
30452026-06-03T08:17:59.246Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-06-03T08:17:59.246Z
30472026-06-03T08:17:59.246Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1559be7980dc2d73)
30482026-06-03T08:17:59.246Z
30492026-06-03T08:17:59.246Zrunning 1 test
30502026-06-03T08:17:59.246Z -------
30512026-06-03T08:17:59.246Z Generating OpenAPI documents from API definitions ...
30522026-06-03T08:17:59.369Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30532026-06-03T08:17:59.428Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30542026-06-03T08:18:00.455Z -------
30552026-06-03T08:18:00.455Z Checking 12 OpenAPI documents...
30562026-06-03T08:18:00.455Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30572026-06-03T08:18:00.455Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30582026-06-03T08:18:00.456Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30592026-06-03T08:18:00.456Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30602026-06-03T08:18:00.465Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30612026-06-03T08:18:00.465Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30622026-06-03T08:18:00.465Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30632026-06-03T08:18:00.465Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30642026-06-03T08:18:00.465Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30652026-06-03T08:18:00.466Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30662026-06-03T08:18:00.466Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30672026-06-03T08:18:00.466Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30682026-06-03T08:18:00.466Z Fresh dpd "latest" symlink
30692026-06-03T08:18:00.466Z -------
30702026-06-03T08:18:00.466Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30712026-06-03T08:18:00.521Ztest test::test_apis_up_to_date ... ok
30722026-06-03T08:18:00.521Z
30732026-06-03T08:18:00.521Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
30742026-06-03T08:18:00.521Z
30752026-06-03T08:18:00.577Z Running unittests src/main.rs (target/debug/deps/dpd-c0b9c1f6efb971fc)
30762026-06-03T08:18:00.603Z
30772026-06-03T08:18:00.604Zrunning 19 tests
30782026-06-03T08:18:00.620Ztest freemap::test_ordering ... ok
30792026-06-03T08:18:00.621Ztest config::tests::test_updates ... ok
30802026-06-03T08:18:00.621Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30812026-06-03T08:18:00.621Ztest freemap::test_split ... ok
30822026-06-03T08:18:00.621Ztest macaddrs::tests::test_mac_offset ... ok
30832026-06-03T08:18:00.621Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30842026-06-03T08:18:00.621Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30852026-06-03T08:18:00.621Ztest macaddrs::tests::test_parse_port_id ... ok
30862026-06-03T08:18:00.621Ztest nat::test_mapping ... ok
30872026-06-03T08:18:00.621Ztest port_map::tests::dump_map ... ok
30882026-06-03T08:18:00.621Ztest port_map::tests::test_backplane_group ... ok
30892026-06-03T08:18:00.621Ztest port_map::tests::test_port_map ... ok
30902026-06-03T08:18:00.621ZJun 03 08:17:59.507 DEBG Jun 03 08:17:59.507 DEBGcreated new freemap created new freemap, , unitunit:: freemap_testfreemap_test
30912026-06-03T08:18:00.621Z
30922026-06-03T08:18:00.621ZJun 03 08:17:59.507 Jun 03 08:17:59.507DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
30932026-06-03T08:18:00.621Zfreemap_test
30942026-06-03T08:18:00.622ZJun 03 08:17:59.507 Jun 03 08:17:59.507DEBG DEBGcreated new freemap Jun 03 08:17:59.507, unitDEBG: reset freemapfreemap_testreset freemap, Jun 03 08:17:59.507unit
30952026-06-03T08:18:00.622Z: , DEBGunit :freemap_testcreated new freemap
30962026-06-03T08:18:00.622Zfreemap_test
30972026-06-03T08:18:00.622Z, Jun 03 08:17:59.507unit :DEBG freemap_testinitted freemap. size: 128
30982026-06-03T08:18:00.622Z, unit: freemap_test
30992026-06-03T08:18:00.622ZJun 03 08:17:59.507 DEBGJun 03 08:17:59.507 initted freemap. size: 128DEBG, unitreset freemap:, unitfreemap_test:
31002026-06-03T08:18:00.622Z freemap_test
31012026-06-03T08:18:00.622ZJun 03 08:17:59.507 DEBG reset freemap, unit: freemap_test
31022026-06-03T08:18:00.622Ztest freemap::test_free ... ok
31032026-06-03T08:18:00.622Ztest freemap::test_basic ... ok
31042026-06-03T08:18:00.622Ztest freemap::test_exhaustion ... ok
31052026-06-03T08:18:00.622Ztest freemap::test_reclaim ... ok
31062026-06-03T08:18:00.622ZJun 03 08:17:59.507 DEBG created new freemap, unit: freemap_test
31072026-06-03T08:18:00.622ZJun 03 08:17:59.507 DEBG initted freemap. size: 128, unit: freemap_test
31082026-06-03T08:18:00.622ZJun 03 08:17:59.507 DEBG reset freemap, unit: freemap_test
31092026-06-03T08:18:00.623Ztest freemap::test_span ... ok
31102026-06-03T08:18:00.623Ztest port_map::tests::parse_softnpu_revision ... ok
31112026-06-03T08:18:00.623Ztest api_server::tests::test_build_info ... ok
31122026-06-03T08:18:00.623Z
31132026-06-03T08:18:00.623Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31142026-06-03T08:18:00.623Z
31152026-06-03T08:18:00.623Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-1f7d47aa28aff758)
31162026-06-03T08:18:00.623Z
31172026-06-03T08:18:00.623Zrunning 0 tests
31182026-06-03T08:18:00.623Z
31192026-06-03T08:18:00.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-06-03T08:18:00.623Z
31212026-06-03T08:18:00.623Z Running unittests src/lib.rs (target/debug/deps/dpd_api-eb9f84e061daf544)
31222026-06-03T08:18:00.623Z
31232026-06-03T08:18:00.623Zrunning 0 tests
31242026-06-03T08:18:00.623Z
31252026-06-03T08:18:00.623Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-06-03T08:18:00.623Z
31272026-06-03T08:18:00.623Z Running unittests src/lib.rs (target/debug/deps/dpd_client-88f58d3d5b12b97b)
31282026-06-03T08:18:00.623Z
31292026-06-03T08:18:00.623Zrunning 6 tests
31302026-06-03T08:18:00.623Ztest tests::test_port_id_cmp ... ok
31312026-06-03T08:18:00.623Ztest tests::test_parse_client_port_id ... ok
31322026-06-03T08:18:00.623Ztest tests::test_full_lot_id_neither_present ... ok
31332026-06-03T08:18:00.623Ztest tests::test_full_lot_id_lot_only ... ok
31342026-06-03T08:18:00.623Ztest tests::test_full_lot_id_both_present ... ok
31352026-06-03T08:18:00.623Ztest tests::test_full_lot_id_lotnum_only ... ok
31362026-06-03T08:18:00.623Z
31372026-06-03T08:18:00.623Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31382026-06-03T08:18:00.624Z
31392026-06-03T08:18:00.624Z Running tests/test_all.rs (target/debug/deps/test_all-ec2c30eb506ad765)
31402026-06-03T08:18:00.624Z
31412026-06-03T08:18:00.624Zrunning 0 tests
31422026-06-03T08:18:00.624Z
31432026-06-03T08:18:00.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31442026-06-03T08:18:00.624Z
31452026-06-03T08:18:00.624Z Running unittests src/lib.rs (target/debug/deps/dpd_types-da01ae11583fdb41)
31462026-06-03T08:18:00.624Z
31472026-06-03T08:18:00.624Zrunning 0 tests
31482026-06-03T08:18:00.624Z
31492026-06-03T08:18:00.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31502026-06-03T08:18:00.624Z
31512026-06-03T08:18:00.624Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fc563e1bc9de343d)
31522026-06-03T08:18:00.624Z
31532026-06-03T08:18:00.624Zrunning 0 tests
31542026-06-03T08:18:00.624Z
31552026-06-03T08:18:00.624Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31562026-06-03T08:18:00.624Z
31572026-06-03T08:18:00.624Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
31582026-06-03T08:18:00.624Z
31592026-06-03T08:18:00.624Zrunning 12 tests
31602026-06-03T08:18:00.624Ztest icmp::test_v6_checksum ... ok
31612026-06-03T08:18:00.624Ztest pbuf::test_byte ... ok
31622026-06-03T08:18:00.624Ztest lldp::test_lldp_parse ... ok
31632026-06-03T08:18:00.624Ztest pbuf::test_nibble ... ok
31642026-06-03T08:18:00.624Ztest icmp::test_v4_checksum ... ok
31652026-06-03T08:18:00.624Ztest ipv6::test_ipv6_parse ... ok
31662026-06-03T08:18:00.624Ztest pbuf::test_short ... ok
31672026-06-03T08:18:00.624Ztest pbuf::test_overflow ... ok
31682026-06-03T08:18:00.624Ztest pbuf::test_twelve ... ok
31692026-06-03T08:18:00.624Ztest pbuf::test_word ... ok
31702026-06-03T08:18:00.625Ztest tcp::test_checksum_ack_data ... ok
31712026-06-03T08:18:00.625Ztest tcp::test_checksum_syn_nodata ... ok
31722026-06-03T08:18:00.625Z
31732026-06-03T08:18:00.625Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31742026-06-03T08:18:00.625Z
31752026-06-03T08:18:00.625Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
31762026-06-03T08:18:00.625Z
31772026-06-03T08:18:00.625Zrunning 0 tests
31782026-06-03T08:18:00.634Z
31792026-06-03T08:18:00.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31802026-06-03T08:18:00.634Z
31812026-06-03T08:18:00.634Z Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd)
31822026-06-03T08:18:00.635Z
31832026-06-03T08:18:00.635Zrunning 5 tests
31842026-06-03T08:18:00.635Ztest switchport::test::test_compute_lanes ... ok
31852026-06-03T08:18:00.635Ztest switchport::test::port_id_ordering ... ok
31862026-06-03T08:18:00.635Ztest link::test_filter ... ok
31872026-06-03T08:18:00.635Z Lane 0 Lane 1 Lane 2 Lane 3
31882026-06-03T08:18:00.635Z State: Activated Activated Activated Activated
31892026-06-03T08:18:00.635Z Lane 0 Rx Output Enabled: false false false Lane 1false
31902026-06-03T08:18:00.635Z Rx Output Status: validLane 2 valid Lane 3valid
31912026-06-03T08:18:00.636Z valid Rx Loss-of-lock: Yes
31922026-06-03T08:18:00.636ZYes Rx Loss-of-lock: trueYes trueYes
31932026-06-03T08:18:00.636Ztrue Rx Loss-of-signal: Yes true
31942026-06-03T08:18:00.636ZYes Rx Loss-of-signal: false Yesfalse Yes
31952026-06-03T08:18:00.636Zfalse Rx CDR Enabled: Yes falseYes
31962026-06-03T08:18:00.636Z YesRx Auto-squelch Disable: true Yes
31972026-06-03T08:18:00.636Ztrue Tx Enabled: Yes trueYes true
31982026-06-03T08:18:00.636ZYes Tx Output Enabled: trueYes
31992026-06-03T08:18:00.636Ztrue Tx Loss-of-lock: No true Notrue
32002026-06-03T08:18:00.636ZNo Tx Output Status: invalidNo
32012026-06-03T08:18:00.636Zinvalid Tx Loss-of-signal: No invalid Noinvalid
32022026-06-03T08:18:00.636Z No Tx Loss-of-lock: false Nofalse
32032026-06-03T08:18:00.636Z false Tx CDR Enabled: No false
32042026-06-03T08:18:00.636ZNo Tx Loss-of-signal: true No trueNo
32052026-06-03T08:18:00.636Ztrue Tx Adaptive EQ Fault: Notrue
32062026-06-03T08:18:00.636ZNo Tx Auto-squelch Disable: false No false No
32072026-06-03T08:18:00.637Zfalse Tx Fault: Yes false
32082026-06-03T08:18:00.637ZYes Tx Adaptive EQ Fail: true trueYes trueYes
32092026-06-03T08:18:00.637Z true
32102026-06-03T08:18:00.637Z Tx Failure: false false false false
32112026-06-03T08:18:00.637Z Tx Force Squelch: true true true true
32122026-06-03T08:18:00.637Z Tx Input Polarity: normal normal normal normal
32132026-06-03T08:18:00.637Ztest switchport::test::test_print_cmis_datapath ... ok
32142026-06-03T08:18:00.637Ztest switchport::test::test_print_sff_datapath ... ok
32152026-06-03T08:18:00.637Z
32162026-06-03T08:18:00.637Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32172026-06-03T08:18:00.637Z
32182026-06-03T08:18:00.637Z Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4)
32192026-06-03T08:18:00.669Z
32202026-06-03T08:18:00.669Zrunning 1 test
32212026-06-03T08:18:00.669Ztest test_p4_counter_list ... ignored
32222026-06-03T08:18:00.669Z
32232026-06-03T08:18:00.669Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32242026-06-03T08:18:00.669Z
32252026-06-03T08:18:00.669Z Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269)
32262026-06-03T08:18:00.669Z
32272026-06-03T08:18:00.669Zrunning 5 tests
32282026-06-03T08:18:00.669Ztest test_an ... ignored
32292026-06-03T08:18:00.669Ztest test_enable ... ignored
32302026-06-03T08:18:00.669Ztest test_ip_addresses ... ignored
32312026-06-03T08:18:00.669Ztest test_kr ... ignored
32322026-06-03T08:18:00.669Ztest test_mac ... ignored
32332026-06-03T08:18:00.669Z
32342026-06-03T08:18:00.669Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32352026-06-03T08:18:00.670Z
32362026-06-03T08:18:00.670Z Running unittests src/main.rs (target/debug/deps/tfportd-220c00d1be4e28a3)
32372026-06-03T08:18:00.670Z
32382026-06-03T08:18:00.670Zrunning 3 tests
32392026-06-03T08:18:00.670Ztest linklocal::test_parse_ipadm ... ok
32402026-06-03T08:18:00.670Ztest tfport::test_parse_tfport ... ok
32412026-06-03T08:18:00.670Ztest config::tests::test_updates ... ok
32422026-06-03T08:18:00.670Z
32432026-06-03T08:18:00.670Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32442026-06-03T08:18:00.670Z
32452026-06-03T08:18:00.670Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
32462026-06-03T08:18:00.670Z
32472026-06-03T08:18:00.670Zrunning 0 tests
32482026-06-03T08:18:00.670Z
32492026-06-03T08:18:00.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-06-03T08:18:00.670Z
32512026-06-03T08:18:00.670Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
32522026-06-03T08:18:00.670Z
32532026-06-03T08:18:00.670Zrunning 0 tests
32542026-06-03T08:18:00.670Z
32552026-06-03T08:18:00.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-06-03T08:18:00.670Z
32572026-06-03T08:18:00.670Z Doc-tests aal
32582026-06-03T08:18:00.799Z
32592026-06-03T08:18:00.799Zrunning 0 tests
32602026-06-03T08:18:00.799Z
32612026-06-03T08:18:00.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32622026-06-03T08:18:00.799Z
32632026-06-03T08:18:00.846Z Doc-tests aal_macros
32642026-06-03T08:18:00.883Z
32652026-06-03T08:18:00.883Zrunning 0 tests
32662026-06-03T08:18:00.883Z
32672026-06-03T08:18:00.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32682026-06-03T08:18:00.883Z
32692026-06-03T08:18:00.902Z Doc-tests common
32702026-06-03T08:18:01.130Z
32712026-06-03T08:18:01.130Zrunning 0 tests
32722026-06-03T08:18:01.130Z
32732026-06-03T08:18:01.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32742026-06-03T08:18:01.130Z
32752026-06-03T08:18:01.145Z Doc-tests dpd_api
32762026-06-03T08:18:01.922Z
32772026-06-03T08:18:01.922Zrunning 2 tests
32782026-06-03T08:18:01.922Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32792026-06-03T08:18:01.922Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32802026-06-03T08:18:01.922Z
32812026-06-03T08:18:01.922Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-03T08:18:01.922Z
32832026-06-03T08:18:01.940Z Doc-tests dpd_client
32842026-06-03T08:18:03.234Z
32852026-06-03T08:18:03.234Zrunning 0 tests
32862026-06-03T08:18:03.234Z
32872026-06-03T08:18:03.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-03T08:18:03.235Z
32892026-06-03T08:18:03.265Z Doc-tests dpd_types
32902026-06-03T08:18:03.483Z
32912026-06-03T08:18:03.483Zrunning 0 tests
32922026-06-03T08:18:03.483Z
32932026-06-03T08:18:03.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-03T08:18:03.483Z
32952026-06-03T08:18:03.509Z Doc-tests dpd_types_versions
32962026-06-03T08:18:04.738Z
32972026-06-03T08:18:04.738Zrunning 1 test
32982026-06-03T08:18:04.738Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32992026-06-03T08:18:04.738Z
33002026-06-03T08:18:04.738Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33012026-06-03T08:18:04.738Z
33022026-06-03T08:18:04.784Z Doc-tests packet
33032026-06-03T08:18:04.897Z
33042026-06-03T08:18:04.897Zrunning 0 tests
33052026-06-03T08:18:04.897Z
33062026-06-03T08:18:04.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33072026-06-03T08:18:04.897Z
33082026-06-03T08:18:04.915Z Doc-tests pcap
33092026-06-03T08:18:04.971Z
33102026-06-03T08:18:04.971Zrunning 0 tests
33112026-06-03T08:18:04.971Z
33122026-06-03T08:18:04.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33132026-06-03T08:18:04.971Z
33142026-06-03T08:18:05.025Z+ for feat in tofino_stub tofino_asic softnpu chaos
33152026-06-03T08:18:05.025Z+ RUST_BACKTRACE=full
33162026-06-03T08:18:05.025Z+ cargo test --features chaos --no-fail-fast
33172026-06-03T08:18:05.619Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33182026-06-03T08:18:05.697Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33192026-06-03T08:18:05.706Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33202026-06-03T08:18:14.113Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33212026-06-03T08:18:14.911Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33222026-06-03T08:18:49.710Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.67s
33232026-06-03T08:18:49.836Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
33242026-06-03T08:18:49.841Z
33252026-06-03T08:18:49.841Zrunning 5 tests
33262026-06-03T08:18:49.845Ztest fuse::tests::chip_revision_b0 ... ok
33272026-06-03T08:18:49.846Ztest fuse::tests::chip_revision_b1 ... ok
33282026-06-03T08:18:49.846Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33292026-06-03T08:18:49.846Ztest fuse::tests::chip_revision_a0 ... ok
33302026-06-03T08:18:49.846Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33312026-06-03T08:18:49.846Z
33322026-06-03T08:18:49.846Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-03T08:18:49.846Z
33342026-06-03T08:18:49.846Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33352026-06-03T08:18:49.849Z
33362026-06-03T08:18:49.849Zrunning 0 tests
33372026-06-03T08:18:49.849Z
33382026-06-03T08:18:49.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-03T08:18:49.849Z
33402026-06-03T08:18:49.849Z Running unittests src/lib.rs (target/debug/deps/asic-b00141bc96da3303)
33412026-06-03T08:18:49.854Z
33422026-06-03T08:18:49.854Zrunning 0 tests
33432026-06-03T08:18:49.854Z
33442026-06-03T08:18:49.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-06-03T08:18:49.857Z
33462026-06-03T08:18:49.857Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
33472026-06-03T08:18:49.862Z
33482026-06-03T08:18:49.862Zrunning 10 tests
33492026-06-03T08:18:49.864Ztest network::tests::test_equal ... ok
33502026-06-03T08:18:49.864Ztest network::tests::test_into ... ok
33512026-06-03T08:18:49.865Ztest network::tests::test_eui64 ... ok
33522026-06-03T08:18:49.865Ztest network::tests::test_generate_ipv6_link_local ... ok
33532026-06-03T08:18:49.865Ztest nat::tests::test_vni ... ok
33542026-06-03T08:18:49.865Ztest network::tests::test_not_equal ... ok
33552026-06-03T08:18:49.865Ztest network::tests::test_parse ... ok
33562026-06-03T08:18:49.865Ztest test_purge ... ok
33572026-06-03T08:18:49.865Ztest network::tests::test_to_string ... ok
33582026-06-03T08:18:49.868Ztest illumos::test::address_exists_handles_missing_object ... ok
33592026-06-03T08:18:49.868Z
33602026-06-03T08:18:49.872Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33612026-06-03T08:18:49.872Z
33622026-06-03T08:18:49.872Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
33632026-06-03T08:18:49.897Z
33642026-06-03T08:18:49.897Zrunning 1 test
33652026-06-03T08:18:49.902Z -------
33662026-06-03T08:18:49.905Z Generating OpenAPI documents from API definitions ...
33672026-06-03T08:18:50.066Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33682026-06-03T08:18:50.137Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33692026-06-03T08:18:51.156Z -------
33702026-06-03T08:18:51.156Z Checking 12 OpenAPI documents...
33712026-06-03T08:18:51.156Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33722026-06-03T08:18:51.156Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33732026-06-03T08:18:51.156Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33742026-06-03T08:18:51.156Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33752026-06-03T08:18:51.156Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33762026-06-03T08:18:51.161Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
33772026-06-03T08:18:51.161Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
33782026-06-03T08:18:51.161Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
33792026-06-03T08:18:51.161Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
33802026-06-03T08:18:51.161Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
33812026-06-03T08:18:51.161Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
33822026-06-03T08:18:51.161Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
33832026-06-03T08:18:51.161Z Fresh dpd "latest" symlink
33842026-06-03T08:18:51.161Z -------
33852026-06-03T08:18:51.161Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
33862026-06-03T08:18:51.227Ztest test::test_apis_up_to_date ... ok
33872026-06-03T08:18:51.227Z
33882026-06-03T08:18:51.227Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
33892026-06-03T08:18:51.227Z
33902026-06-03T08:18:51.289Z Running unittests src/main.rs (target/debug/deps/dpd-d4f573301fdabdd0)
33912026-06-03T08:18:51.295Z
33922026-06-03T08:18:51.295Zrunning 19 tests
33932026-06-03T08:18:51.298Ztest freemap::test_ordering ... ok
33942026-06-03T08:18:51.298Ztest config::tests::test_updates ... ok
33952026-06-03T08:18:51.299Ztest freemap::test_split ... ok
33962026-06-03T08:18:51.299Ztest dhcpv6::tests::test_create_duid_bytes ... ok
33972026-06-03T08:18:51.299Ztest macaddrs::tests::test_mac_offset ... ok
33982026-06-03T08:18:51.299Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33992026-06-03T08:18:51.299Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34002026-06-03T08:18:51.302Ztest macaddrs::tests::test_parse_port_id ... ok
34012026-06-03T08:18:51.302Ztest nat::test_mapping ... ok
34022026-06-03T08:18:51.302Ztest port_map::tests::dump_map ... ok
34032026-06-03T08:18:51.302Ztest port_map::tests::test_backplane_group ... ok
34042026-06-03T08:18:51.302ZJun 03 08:18:50.221 DEBG created new freemap, unit: freemap_test
34052026-06-03T08:18:51.302ZJun 03 08:18:50.221Jun 03 08:18:50.221 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
34062026-06-03T08:18:51.302Z
34072026-06-03T08:18:51.302ZJun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
34082026-06-03T08:18:51.302Zfreemap_test
34092026-06-03T08:18:51.302ZJun 03 08:18:50.221 DEBG reset freemap, unit: freemap_test
34102026-06-03T08:18:51.302Ztest port_map::tests::test_port_map ... ok
34112026-06-03T08:18:51.302ZJun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGcreated new freemap created new freemap, unit, :unit :freemap_test freemap_test
34122026-06-03T08:18:51.302Ztest freemap::test_exhaustion ... ok
34132026-06-03T08:18:51.302Z
34142026-06-03T08:18:51.302Ztest freemap::test_basic ... ok
34152026-06-03T08:18:51.302ZJun 03 08:18:50.221 DEBGJun 03 08:18:50.221 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
34162026-06-03T08:18:51.302Z freemap_test
34172026-06-03T08:18:51.303ZJun 03 08:18:50.221 Jun 03 08:18:50.221DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
34182026-06-03T08:18:51.303Zfreemap_test
34192026-06-03T08:18:51.303Ztest freemap::test_reclaim ... ok
34202026-06-03T08:18:51.303Ztest freemap::test_free ... ok
34212026-06-03T08:18:51.303ZJun 03 08:18:50.222 DEBG created new freemap, unit: freemap_test
34222026-06-03T08:18:51.303ZJun 03 08:18:50.222 DEBG initted freemap. size: 128, unit: freemap_test
34232026-06-03T08:18:51.303ZJun 03 08:18:50.222 DEBG reset freemap, unit: freemap_test
34242026-06-03T08:18:51.303Ztest freemap::test_span ... ok
34252026-06-03T08:18:51.303Ztest api_server::tests::test_build_info ... ok
34262026-06-03T08:18:51.303Ztest port_map::tests::parse_softnpu_revision ... ok
34272026-06-03T08:18:51.303Z
34282026-06-03T08:18:51.303Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34292026-06-03T08:18:51.303Z
34302026-06-03T08:18:51.306Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f4dda58fb1a79de7)
34312026-06-03T08:18:51.310Z
34322026-06-03T08:18:51.310Zrunning 0 tests
34332026-06-03T08:18:51.310Z
34342026-06-03T08:18:51.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34352026-06-03T08:18:51.314Z
34362026-06-03T08:18:51.314Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
34372026-06-03T08:18:51.317Z
34382026-06-03T08:18:51.317Zrunning 0 tests
34392026-06-03T08:18:51.317Z
34402026-06-03T08:18:51.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34412026-06-03T08:18:51.317Z
34422026-06-03T08:18:51.317Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b8aafbaf11c1d24d)
34432026-06-03T08:18:51.320Z
34442026-06-03T08:18:51.320Zrunning 6 tests
34452026-06-03T08:18:51.323Ztest tests::test_full_lot_id_lot_only ... ok
34462026-06-03T08:18:51.323Ztest tests::test_full_lot_id_neither_present ... ok
34472026-06-03T08:18:51.323Ztest tests::test_full_lot_id_lotnum_only ... ok
34482026-06-03T08:18:51.323Ztest tests::test_parse_client_port_id ... ok
34492026-06-03T08:18:51.323Ztest tests::test_full_lot_id_both_present ... ok
34502026-06-03T08:18:51.323Ztest tests::test_port_id_cmp ... ok
34512026-06-03T08:18:51.323Z
34522026-06-03T08:18:51.323Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34532026-06-03T08:18:51.323Z
34542026-06-03T08:18:51.323Z Running tests/test_all.rs (target/debug/deps/test_all-abc7cb757e33f44c)
34552026-06-03T08:18:51.326Z
34562026-06-03T08:18:51.326Zrunning 6 tests
34572026-06-03T08:18:54.336Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34582026-06-03T08:18:54.340Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34592026-06-03T08:18:54.340Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34602026-06-03T08:18:54.345Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34612026-06-03T08:18:54.676Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34622026-06-03T08:19:02.533Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... FAILED
34632026-06-03T08:19:02.533Z
34642026-06-03T08:19:02.533Zfailures:
34652026-06-03T08:19:02.539Z
34662026-06-03T08:19:02.539Z---- chaos_tests::port_settings::test_port_settings_txn_sweep stdout ----
34672026-06-03T08:19:02.539Zwriting dpd stdout to /tmp/txn-sweep-dpd.stdout
34682026-06-03T08:19:02.539Zwriting dpd stderr to /tmp/txn-sweep-dpd.stderr
34692026-06-03T08:19:02.539ZJun 03 08:18:53.252 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
34702026-06-03T08:19:02.539ZJun 03 08:18:53.256 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8139a601-8d5d-4cf4-9127-ead14e57fcc1", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
34712026-06-03T08:19:02.539Zcurrent/target: Diff < left / right > :
34722026-06-03T08:19:02.539Z PortSettings {
34732026-06-03T08:19:02.539Z< links: {},
34742026-06-03T08:19:02.539Z> links: {
34752026-06-03T08:19:02.539Z> "0": LinkSettings {
34762026-06-03T08:19:02.539Z> addrs: [
34772026-06-03T08:19:02.539Z> 89.34.200.7,
34782026-06-03T08:19:02.540Z> 163.182.101.53,
34792026-06-03T08:19:02.540Z> 235.64.62.226,
34802026-06-03T08:19:02.540Z> 243.144.130.41,
34812026-06-03T08:19:02.540Z> 3f86:aee9:fb0f:aab8:9081:684a:4eca:76e8,
34822026-06-03T08:19:02.540Z> 52b6:2d93:b957:adf0:e49a:9d67:925b:9d22,
34832026-06-03T08:19:02.540Z> 6dca:ad62:a97:110e:f2d5:af28:108d:5334,
34842026-06-03T08:19:02.540Z> 80c5:e718:6b51:389b:30c3:1fff:25dc:cdd,
34852026-06-03T08:19:02.540Z> 85a1:52d0:7a83:e44e:5cd8:e610:7065:c533,
34862026-06-03T08:19:02.540Z> 922d:977a:417b:6b6f:5e14:2b0f:223d:fba8,
34872026-06-03T08:19:02.540Z> af16:b7a3:86a3:4794:9e7e:d65b:82f3:273b,
34882026-06-03T08:19:02.540Z> ],
34892026-06-03T08:19:02.540Z> params: LinkCreate {
34902026-06-03T08:19:02.540Z> autoneg: true,
34912026-06-03T08:19:02.540Z> fec: Some(
34922026-06-03T08:19:02.540Z> None,
34932026-06-03T08:19:02.540Z> ),
34942026-06-03T08:19:02.540Z> kr: true,
34952026-06-03T08:19:02.540Z> lane: Some(
34962026-06-03T08:19:02.540Z> LinkId(
34972026-06-03T08:19:02.540Z> 0,
34982026-06-03T08:19:02.540Z> ),
34992026-06-03T08:19:02.540Z> ),
35002026-06-03T08:19:02.540Z> speed: Speed100G,
35012026-06-03T08:19:02.540Z> tx_eq: None,
35022026-06-03T08:19:02.540Z> },
35032026-06-03T08:19:02.540Z> },
35042026-06-03T08:19:02.540Z> },
35052026-06-03T08:19:02.540Z }
35062026-06-03T08:19:02.541ZJun 03 08:18:53.257 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
35072026-06-03T08:19:02.541ZJun 03 08:18:53.258 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "126cbacc-83cd-440f-9739-26df40122f40", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
35082026-06-03T08:19:02.541ZJun 03 08:18:53.258 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
35092026-06-03T08:19:02.541ZJun 03 08:18:53.258 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1f17056a-8af0-4d33-993a-f2eb9a0b1ed9", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
35102026-06-03T08:19:02.541Zoperation failed, settings remained as expectedJun 03 08:18:53.258 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
35112026-06-03T08:19:02.541Zcurrent/target: Diff < left / right > :
35122026-06-03T08:19:02.541Z PortSettings {
35132026-06-03T08:19:02.541Z< links: {},
35142026-06-03T08:19:02.541Z> links: {
35152026-06-03T08:19:02.541Z> "0": LinkSettings {
35162026-06-03T08:19:02.541Z> addrs: [
35172026-06-03T08:19:02.541Z> 64.123.117.2,
35182026-06-03T08:19:02.541Z> 76.219.50.22,
35192026-06-03T08:19:02.541Z> 78.35.129.247,
35202026-06-03T08:19:02.541Z> 167.1.158.234,
35212026-06-03T08:19:02.541Z> 182.90.137.203,
35222026-06-03T08:19:02.541Z> 197.158.245.170,
35232026-06-03T08:19:02.541Z> 203.206.140.156,
35242026-06-03T08:19:02.541Z> 210.107.140.198,
35252026-06-03T08:19:02.541Z> 221.150.86.39,
35262026-06-03T08:19:02.541Z> 226.53.60.234,
35272026-06-03T08:19:02.541Z> 227.22.113.66,
35282026-06-03T08:19:02.541Z> 10cf:55f8:4c8:ce34:ff9d:c8f9:9227:6136,
35292026-06-03T08:19:02.541Z> 1a4d:4049:c02b:9fa6:2cd5:3bfa:2f66:258f,
35302026-06-03T08:19:02.541Z> 23ea:2b55:c6ae:53cf:5f99:9d3a:9aa7:b3ba,
35312026-06-03T08:19:02.541Z> 3793:3211:222f:cf54:abe7:ed0:592c:fab8,
35322026-06-03T08:19:02.541Z> 3a63:3b36:6b15:3bdc:706:abc1:5221:3ce8,
35332026-06-03T08:19:02.541Z> 819e:4b09:2fe0:de9f:fcbc:dd90:a821:c2d1,
35342026-06-03T08:19:02.541Z> 9139:4f4c:eedb:b64a:1a2c:9ef6:fea4:7a18,
35352026-06-03T08:19:02.541Z> c9d5:7897:be00:4b9:a84d:97c:2b8b:3a5d,
35362026-06-03T08:19:02.541Z> d188:26cd:df62:927c:52b9:9221:cc3d:2d21,
35372026-06-03T08:19:02.541Z> de8a:a7f3:4e52:b174:5f74:b617:b1e1:88ad,
35382026-06-03T08:19:02.541Z> ],
35392026-06-03T08:19:02.541Z> params: LinkCreate {
35402026-06-03T08:19:02.541Z> autoneg: false,
35412026-06-03T08:19:02.541Z> fec: Some(
35422026-06-03T08:19:02.541Z> None,
35432026-06-03T08:19:02.541Z> ),
35442026-06-03T08:19:02.541Z> kr: true,
35452026-06-03T08:19:02.542Z> lane: Some(
35462026-06-03T08:19:02.542Z> LinkId(
35472026-06-03T08:19:02.542Z> 0,
35482026-06-03T08:19:02.542Z> ),
35492026-06-03T08:19:02.542Z> ),
35502026-06-03T08:19:02.542Z> speed: Speed100G,
35512026-06-03T08:19:02.542Z> tx_eq: None,
35522026-06-03T08:19:02.542Z> },
35532026-06-03T08:19:02.542Z> },
35542026-06-03T08:19:02.542Z> },
35552026-06-03T08:19:02.542Z }
35562026-06-03T08:19:02.542ZJun 03 08:18:53.259 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fccfc8d3-511c-477f-85e1-e1359d637685", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
35572026-06-03T08:19:02.542ZJun 03 08:18:53.259 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
35582026-06-03T08:19:02.542ZJun 03 08:18:53.260 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "4a734bd0-3445-44f6-ad56-9d0a6b6c5da0", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
35592026-06-03T08:19:02.542ZJun 03 08:18:53.260 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
35602026-06-03T08:19:02.542ZJun 03 08:18:53.260 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c12a43f1-b04a-4393-9c81-4f236f66b623", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })operation failed, settings remained as expected
35612026-06-03T08:19:02.542ZJun 03 08:18:53.260 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
35622026-06-03T08:19:02.542ZJun 03 08:18:53.261 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3e9f0326-0461-495c-aaf9-fd15a94632a4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
35632026-06-03T08:19:02.542Zcurrent/target: Diff < left / right > :
35642026-06-03T08:19:02.542Z PortSettings {
35652026-06-03T08:19:02.547Z< links: {},
35662026-06-03T08:19:02.547Z> links: {
35672026-06-03T08:19:02.547Z> "0": LinkSettings {
35682026-06-03T08:19:02.547Z> addrs: [
35692026-06-03T08:19:02.547Z> 15.253.178.96,
35702026-06-03T08:19:02.547Z> 43.106.238.118,
35712026-06-03T08:19:02.547Z> 61.90.146.218,
35722026-06-03T08:19:02.547Z> 99.113.81.13,
35732026-06-03T08:19:02.547Z> 140.136.64.2,
35742026-06-03T08:19:02.547Z> 155.210.24.16,
35752026-06-03T08:19:02.547Z> 172.100.79.236,
35762026-06-03T08:19:02.547Z> 239.170.48.64,
35772026-06-03T08:19:02.547Z> 1a58:316d:c0e3:c8d2:b46f:b73f:13a3:2faf,
35782026-06-03T08:19:02.547Z> 3a96:1a51:578e:5303:a07a:f254:8a6:2c99,
35792026-06-03T08:19:02.547Z> 43f0:8074:4bac:642f:79c1:47b1:488a:56b7,
35802026-06-03T08:19:02.547Z> 6377:1fd2:760d:18c8:94d1:6409:414e:1d3a,
35812026-06-03T08:19:02.547Z> 76bd:7e03:5c7a:a4db:2050:1182:2b4f:999a,
35822026-06-03T08:19:02.547Z> 7fa7:b06c:6f71:77c1:7b4a:e398:15d1:68e3,
35832026-06-03T08:19:02.547Z> 87d4:e336:e6c7:b2ef:f138:9977:37e5:2053,
35842026-06-03T08:19:02.547Z> aea5:b8a8:fc46:6f3d:52e2:99aa:6182:62ff,
35852026-06-03T08:19:02.547Z> ea42:aa64:7c44:8fbd:d5f5:97b:8915:fa57,
35862026-06-03T08:19:02.547Z> ee73:c33c:31b1:baf5:b1bf:8a07:d92:7515,
35872026-06-03T08:19:02.547Z> ],
35882026-06-03T08:19:02.547Z> params: LinkCreate {
35892026-06-03T08:19:02.547Z> autoneg: true,
35902026-06-03T08:19:02.547Z> fec: Some(
35912026-06-03T08:19:02.547Z> None,
35922026-06-03T08:19:02.548Z> ),
35932026-06-03T08:19:02.548Z> kr: false,
35942026-06-03T08:19:02.548Z> lane: Some(
35952026-06-03T08:19:02.548Z> LinkId(
35962026-06-03T08:19:02.548Z> 0,
35972026-06-03T08:19:02.548Z> ),
35982026-06-03T08:19:02.548Z> ),
35992026-06-03T08:19:02.548Z> speed: Speed100G,
36002026-06-03T08:19:02.548Z> tx_eq: None,
36012026-06-03T08:19:02.548Z> },
36022026-06-03T08:19:02.548Z> },
36032026-06-03T08:19:02.548Z> },
36042026-06-03T08:19:02.548Z }
36052026-06-03T08:19:02.548ZJun 03 08:18:53.261 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
36062026-06-03T08:19:02.548ZJun 03 08:18:53.261 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "e5f04df8-e514-4407-a7ca-d4cb6ce4d61d", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36072026-06-03T08:19:02.548ZJun 03 08:18:53.262 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
36082026-06-03T08:19:02.548ZJun 03 08:18:53.262 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "58c8aa52-7017-4c4d-ab42-e68ef3abf4d6", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36092026-06-03T08:19:02.548Zoperation failed, settings remained as expectedJun 03 08:18:53.262 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
36102026-06-03T08:19:02.548ZJun 03 08:18:53.263 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "70947686-e9e8-49bc-a6d4-ab34dbeedd84", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36112026-06-03T08:19:02.548Zcurrent/target: Diff < left / right > :
36122026-06-03T08:19:02.548Z PortSettings {
36132026-06-03T08:19:02.548Z< links: {},
36142026-06-03T08:19:02.548Z> links: {
36152026-06-03T08:19:02.548Z> "0": LinkSettings {
36162026-06-03T08:19:02.548Z> addrs: [
36172026-06-03T08:19:02.548Z> 80.17.153.179,
36182026-06-03T08:19:02.548Z> 82.57.74.70,
36192026-06-03T08:19:02.548Z> 93.70.109.37,
36202026-06-03T08:19:02.548Z> 148.207.177.129,
36212026-06-03T08:19:02.548Z> 169.191.157.248,
36222026-06-03T08:19:02.548Z> 183.34.96.253,
36232026-06-03T08:19:02.548Z> 195.196.131.213,
36242026-06-03T08:19:02.548Z> 9c0:5f8e:4952:60ce:1529:558e:1ad1:f047,
36252026-06-03T08:19:02.548Z> 1bd9:58a9:3969:7ce:37b1:c4fd:6919:b7c7,
36262026-06-03T08:19:02.548Z> 1d05:d94:67e2:13fb:696:48c:8ad1:7530,
36272026-06-03T08:19:02.548Z> 22c1:90c9:1c85:f79d:b8ce:80f9:cc95:6da0,
36282026-06-03T08:19:02.548Z> 39b2:7c28:8011:d16b:614:4824:2bf0:b1e5,
36292026-06-03T08:19:02.548Z> 423b:810b:ed3b:fcb6:a54b:b88e:e8a:6457,
36302026-06-03T08:19:02.548Z> 4f83:6d60:22ad:569c:c063:9afb:e2b3:d577,
36312026-06-03T08:19:02.548Z> 687c:7268:ab57:4fba:9ad:2576:f4fc:5ceb,
36322026-06-03T08:19:02.549Z> adec:f75e:5ae9:536b:76c2:3776:a9e:5a78,
36332026-06-03T08:19:02.549Z> c7b1:8d53:1b0d:9770:fd3b:f174:3deb:722a,
36342026-06-03T08:19:02.549Z> d247:f05c:9edf:3188:9d5f:63e5:ebcd:ed65,
36352026-06-03T08:19:02.549Z> da5f:6f87:eddc:1a3e:9dc3:c978:d001:cf1a,
36362026-06-03T08:19:02.549Z> de3f:49d:24d6:706e:12a2:568e:90b8:9415,
36372026-06-03T08:19:02.549Z> f1df:cfe4:f801:d1d2:cfe2:c63e:631:885c,
36382026-06-03T08:19:02.549Z> ],
36392026-06-03T08:19:02.549Z> params: LinkCreate {
36402026-06-03T08:19:02.549Z> autoneg: false,
36412026-06-03T08:19:02.549Z> fec: Some(
36422026-06-03T08:19:02.549Z> None,
36432026-06-03T08:19:02.549Z> ),
36442026-06-03T08:19:02.549Z> kr: false,
36452026-06-03T08:19:02.549Z> lane: Some(
36462026-06-03T08:19:02.549Z> LinkId(
36472026-06-03T08:19:02.549Z> 0,
36482026-06-03T08:19:02.549Z> ),
36492026-06-03T08:19:02.549Z> ),
36502026-06-03T08:19:02.549Z> speed: Speed100G,
36512026-06-03T08:19:02.549Z> tx_eq: None,
36522026-06-03T08:19:02.549Z> },
36532026-06-03T08:19:02.549Z> },
36542026-06-03T08:19:02.549Z> },
36552026-06-03T08:19:02.549Z }
36562026-06-03T08:19:02.549ZJun 03 08:18:53.263 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
36572026-06-03T08:19:02.549ZJun 03 08:18:53.263 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c3000537-555d-480d-800b-92ed1f3218b4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36582026-06-03T08:19:02.549ZJun 03 08:18:53.263 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
36592026-06-03T08:19:02.549ZJun 03 08:18:53.264 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7339f412-8555-4633-a896-313937bd5c50", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36602026-06-03T08:19:02.549Zoperation failed, settings remained as expectedJun 03 08:18:53.264 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
36612026-06-03T08:19:02.549ZJun 03 08:18:53.264 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f32a912e-90be-4cd4-863e-1a0d66b37c8c", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
36622026-06-03T08:19:02.549Zcurrent/target: Diff < left / right > :
36632026-06-03T08:19:02.549Z PortSettings {
36642026-06-03T08:19:02.549Z< links: {},
36652026-06-03T08:19:02.553Z> links: {
36662026-06-03T08:19:02.553Z> "0": LinkSettings {
36672026-06-03T08:19:02.553Z> addrs: [
36682026-06-03T08:19:02.553Z> 51.38.105.91,
36692026-06-03T08:19:02.553Z> 70.3.213.48,
36702026-06-03T08:19:02.553Z> 98.179.136.8,
36712026-06-03T08:19:02.553Z> 112.10.150.67,
36722026-06-03T08:19:02.553Z> 144.219.59.180,
36732026-06-03T08:19:02.553Z> 209.143.198.10,
36742026-06-03T08:19:02.554Z> 222.196.230.79,
36752026-06-03T08:19:02.554Z> 235.124.101.242,
36762026-06-03T08:19:02.554Z> 247.169.167.66,
36772026-06-03T08:19:02.554Z> 235:a8ce:744c:455c:6454:fc5a:92c1:b0e3,
36782026-06-03T08:19:02.554Z> 49d:7a74:476a:e7ed:2c9d:3812:54a7:3330,
36792026-06-03T08:19:02.554Z> 2093:2a51:1877:455a:bd74:dd85:5c9b:d49c,
36802026-06-03T08:19:02.554Z> 3b41:5b04:b190:8dc0:10ed:f0c6:79d1:4c1a,
36812026-06-03T08:19:02.554Z> 4b04:e384:2fac:5d67:305a:b5ac:5a6d:4a5a,
36822026-06-03T08:19:02.554Z> 54ae:aa8c:6f1:41b6:e94b:96ad:9a97:6db6,
36832026-06-03T08:19:02.554Z> 7c20:e641:267b:d56a:6421:40ec:542f:c610,
36842026-06-03T08:19:02.554Z> ea77:d241:37fe:8c2f:cb2:ceb8:d784:f1fd,
36852026-06-03T08:19:02.554Z> f17a:171:4d22:5e00:afcd:c3f4:5f8d:ec15,
36862026-06-03T08:19:02.554Z> ],
36872026-06-03T08:19:02.554Z> params: LinkCreate {
36882026-06-03T08:19:02.554Z> autoneg: false,
36892026-06-03T08:19:02.554Z> fec: Some(
36902026-06-03T08:19:02.554Z> None,
36912026-06-03T08:19:02.554Z> ),
36922026-06-03T08:19:02.554Z> kr: false,
36932026-06-03T08:19:02.554Z> lane: Some(
36942026-06-03T08:19:02.554Z> LinkId(
36952026-06-03T08:19:02.554Z> 0,
36962026-06-03T08:19:02.554Z> ),
36972026-06-03T08:19:02.554Z> ),
36982026-06-03T08:19:02.554Z> speed: Speed100G,
36992026-06-03T08:19:02.554Z> tx_eq: None,
37002026-06-03T08:19:02.554Z> },
37012026-06-03T08:19:02.554Z> },
37022026-06-03T08:19:02.554Z> },
37032026-06-03T08:19:02.554Z }
37042026-06-03T08:19:02.554ZJun 03 08:18:53.264 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
37052026-06-03T08:19:02.554ZJun 03 08:18:53.265 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "36c8905b-0af6-4d29-ae27-2e710cada0bf", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
37062026-06-03T08:19:02.554ZJun 03 08:18:53.265 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
37072026-06-03T08:19:02.554ZJun 03 08:18:53.266 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "78b0142b-ea99-4562-a197-92069f1975db", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
37082026-06-03T08:19:02.554Zcurrent/target: Diff < left / right > :
37092026-06-03T08:19:02.554Z PortSettings {
37102026-06-03T08:19:02.554Z< links: {},
37112026-06-03T08:19:02.554Z> links: {
37122026-06-03T08:19:02.554Z> "0": LinkSettings {
37132026-06-03T08:19:02.555Z> addrs: [
37142026-06-03T08:19:02.555Z> 5.252.218.46,
37152026-06-03T08:19:02.555Z> 6.128.162.222,
37162026-06-03T08:19:02.555Z> 28.252.99.215,
37172026-06-03T08:19:02.555Z> 73.48.254.253,
37182026-06-03T08:19:02.555Z> 75.32.219.72,
37192026-06-03T08:19:02.555Z> 119.27.231.70,
37202026-06-03T08:19:02.555Z> 143.149.239.107,
37212026-06-03T08:19:02.555Z> 183.125.92.228,
37222026-06-03T08:19:02.555Z> 191.183.40.169,
37232026-06-03T08:19:02.555Z> 206.245.222.169,
37242026-06-03T08:19:02.555Z> 210.207.47.239,
37252026-06-03T08:19:02.555Z> 228.178.3.178,
37262026-06-03T08:19:02.555Z> 240.193.184.99,
37272026-06-03T08:19:02.555Z> 3986:68a4:c670:851:5845:8194:3850:5338,
37282026-06-03T08:19:02.555Z> 39ab:2e84:e8a4:1fb5:144c:8f12:c29c:4f3c,
37292026-06-03T08:19:02.555Z> 5739:7624:8e17:7141:6176:7f4b:c14c:1618,
37302026-06-03T08:19:02.555Z> 74ba:39b2:4d5b:8020:cebe:4312:6bf0:98bf,
37312026-06-03T08:19:02.555Z> 8de6:4fbc:d5e6:271e:26cf:6090:2a18:450b,
37322026-06-03T08:19:02.555Z> a1d3:5542:f530:2787:1e23:6250:b5d9:2b6a,
37332026-06-03T08:19:02.555Z> af6f:fa71:c47:14c9:c9f9:97e9:7d22:4f31,
37342026-06-03T08:19:02.555Z> e6ed:b107:cdf1:adba:fb06:7ccf:a975:5b1c,
37352026-06-03T08:19:02.555Z> ed56:503:fee5:8389:65a2:2d55:26d3:1902,
37362026-06-03T08:19:02.555Z> fe56:b84e:fd16:e5bf:f4d9:80b2:db2c:d5b,
37372026-06-03T08:19:02.555Z> ],
37382026-06-03T08:19:02.555Z> params: LinkCreate {
37392026-06-03T08:19:02.555Z> autoneg: true,
37402026-06-03T08:19:02.555Z> fec: Some(
37412026-06-03T08:19:02.555Z> None,
37422026-06-03T08:19:02.555Z> ),
37432026-06-03T08:19:02.555Z> kr: false,
37442026-06-03T08:19:02.555Z> lane: Some(
37452026-06-03T08:19:02.555Z> LinkId(
37462026-06-03T08:19:02.555Z> 0,
37472026-06-03T08:19:02.555Z> ),
37482026-06-03T08:19:02.555Z> ),
37492026-06-03T08:19:02.555Z> speed: Speed100G,
37502026-06-03T08:19:02.555Z> tx_eq: None,
37512026-06-03T08:19:02.555Z> },
37522026-06-03T08:19:02.556Z> },
37532026-06-03T08:19:02.556Z> },
37542026-06-03T08:19:02.556Z }
37552026-06-03T08:19:02.556ZJun 03 08:18:53.266 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
37562026-06-03T08:19:02.556ZJun 03 08:18:53.267 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c31af69c-5a26-40d9-aa39-944221dcde64", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
37572026-06-03T08:19:02.556ZJun 03 08:18:53.267 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
37582026-06-03T08:19:02.556ZJun 03 08:18:53.267 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "336dfb97-f840-471c-aca5-452fd0306ac0", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
37592026-06-03T08:19:02.556Zoperation failed, settings remained as expectedJun 03 08:18:53.267 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
37602026-06-03T08:19:02.556ZJun 03 08:18:53.268 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0b82c9fa-848e-4201-85b6-43bca70683c2", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
37612026-06-03T08:19:02.556Zcurrent/target: Diff < left / right > :
37622026-06-03T08:19:02.556Z PortSettings {
37632026-06-03T08:19:02.556Z< links: {},
37642026-06-03T08:19:02.556Z> links: {
37652026-06-03T08:19:02.560Z> "0": LinkSettings {
37662026-06-03T08:19:02.560Z> addrs: [
37672026-06-03T08:19:02.560Z> 18.6.50.148,
37682026-06-03T08:19:02.560Z> 112.52.142.92,
37692026-06-03T08:19:02.560Z> 132.150.29.226,
37702026-06-03T08:19:02.560Z> 135.111.40.150,
37712026-06-03T08:19:02.560Z> 138.79.192.169,
37722026-06-03T08:19:02.560Z> 139.22.22.238,
37732026-06-03T08:19:02.560Z> 153.254.226.153,
37742026-06-03T08:19:02.560Z> 167.125.247.125,
37752026-06-03T08:19:02.560Z> 173.204.79.50,
37762026-06-03T08:19:02.560Z> 245.88.144.240,
37772026-06-03T08:19:02.560Z> 255.136.110.251,
37782026-06-03T08:19:02.560Z> 880a:a6d5:b06e:4866:da75:7a02:8775:5832,
37792026-06-03T08:19:02.560Z> ba95:2e13:dfdd:1f5b:43a8:d63f:82e1:20bc,
37802026-06-03T08:19:02.560Z> e0a4:988c:d6ab:dcdc:7cc2:977c:a274:85b4,
37812026-06-03T08:19:02.560Z> ],
37822026-06-03T08:19:02.560Z> params: LinkCreate {
37832026-06-03T08:19:02.560Z> autoneg: false,
37842026-06-03T08:19:02.560Z> fec: Some(
37852026-06-03T08:19:02.560Z> None,
37862026-06-03T08:19:02.560Z> ),
37872026-06-03T08:19:02.560Z> kr: false,
37882026-06-03T08:19:02.560Z> lane: Some(
37892026-06-03T08:19:02.560Z> LinkId(
37902026-06-03T08:19:02.560Z> 0,
37912026-06-03T08:19:02.560Z> ),
37922026-06-03T08:19:02.560Z> ),
37932026-06-03T08:19:02.560Z> speed: Speed100G,
37942026-06-03T08:19:02.560Z> tx_eq: None,
37952026-06-03T08:19:02.561Z> },
37962026-06-03T08:19:02.561Z> },
37972026-06-03T08:19:02.561Z> },
37982026-06-03T08:19:02.561Z }
37992026-06-03T08:19:02.561ZJun 03 08:18:53.268 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
38002026-06-03T08:19:02.561ZJun 03 08:18:53.268 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "789a3eba-7fc3-47b6-b4be-7d4f310e6326", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38012026-06-03T08:19:02.561ZJun 03 08:18:53.268 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
38022026-06-03T08:19:02.561ZJun 03 08:18:53.269 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fe8f4dc1-26d6-458c-8a6d-63e4c11a1d90", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38032026-06-03T08:19:02.561Zcurrent/target: Diff < left / right > :
38042026-06-03T08:19:02.561Z PortSettings {
38052026-06-03T08:19:02.561Z< links: {},
38062026-06-03T08:19:02.561Z> links: {
38072026-06-03T08:19:02.561Z> "0": LinkSettings {
38082026-06-03T08:19:02.561Z> addrs: [
38092026-06-03T08:19:02.561Z> 18.86.185.205,
38102026-06-03T08:19:02.561Z> 158.169.195.119,
38112026-06-03T08:19:02.561Z> 184.228.60.59,
38122026-06-03T08:19:02.561Z> 157:d5e9:e64a:8143:61ab:110c:517b:8df7,
38132026-06-03T08:19:02.561Z> 71a:93cf:be09:950:d96b:d3b9:6285:395d,
38142026-06-03T08:19:02.561Z> 157e:af8a:e638:bf87:69b0:f85b:4f73:6598,
38152026-06-03T08:19:02.561Z> 2002:c301:22a8:487e:5e60:b769:83f0:c729,
38162026-06-03T08:19:02.561Z> 2d18:9247:af:3df9:c5b7:3892:e0a7:7720,
38172026-06-03T08:19:02.561Z> 457a:9ab7:9ff2:176:7777:3cf:4c12:d5b0,
38182026-06-03T08:19:02.561Z> 47bb:de82:ecbe:8042:cf1d:d2a:11ed:e72d,
38192026-06-03T08:19:02.561Z> 6471:63b:5915:3baf:2b6:9c1c:b9f9:c7c6,
38202026-06-03T08:19:02.561Z> 7026:699c:b870:207e:b6e0:2826:5dde:996,
38212026-06-03T08:19:02.561Z> 7b7b:4cd9:8ef1:bb2f:3016:fb42:fb75:e9a9,
38222026-06-03T08:19:02.561Z> 8195:b250:ba01:9e06:8dbb:4e43:6d5b:47b1,
38232026-06-03T08:19:02.561Z> fd0d:60f5:6933:c920:f14f:7d90:e471:b514,
38242026-06-03T08:19:02.561Z> ],
38252026-06-03T08:19:02.561Z> params: LinkCreate {
38262026-06-03T08:19:02.561Z> autoneg: false,
38272026-06-03T08:19:02.561Z> fec: Some(
38282026-06-03T08:19:02.561Z> None,
38292026-06-03T08:19:02.561Z> ),
38302026-06-03T08:19:02.561Z> kr: true,
38312026-06-03T08:19:02.561Z> lane: Some(
38322026-06-03T08:19:02.561Z> LinkId(
38332026-06-03T08:19:02.561Z> 0,
38342026-06-03T08:19:02.561Z> ),
38352026-06-03T08:19:02.562Z> ),
38362026-06-03T08:19:02.562Z> speed: Speed100G,
38372026-06-03T08:19:02.562Z> tx_eq: None,
38382026-06-03T08:19:02.562Z> },
38392026-06-03T08:19:02.562Z> },
38402026-06-03T08:19:02.562Z> },
38412026-06-03T08:19:02.562Z }
38422026-06-03T08:19:02.562ZJun 03 08:18:53.269 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
38432026-06-03T08:19:02.562ZJun 03 08:18:53.269 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c807d815-3856-4ccc-9ca2-4b355eff2dd4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38442026-06-03T08:19:02.562ZJun 03 08:18:53.269 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
38452026-06-03T08:19:02.562ZJun 03 08:18:53.270 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1535cc5e-02cb-4c47-b6f6-f55271344cd7", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38462026-06-03T08:19:02.562Zoperation failed, settings remained as expectedJun 03 08:18:53.270 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
38472026-06-03T08:19:02.562ZJun 03 08:18:53.270 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6059180d-536d-41a8-a37f-b5e2ee91bcd5", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38482026-06-03T08:19:02.562Zcurrent/target: Diff < left / right > :
38492026-06-03T08:19:02.562Z PortSettings {
38502026-06-03T08:19:02.562Z< links: {},
38512026-06-03T08:19:02.562Z> links: {
38522026-06-03T08:19:02.562Z> "0": LinkSettings {
38532026-06-03T08:19:02.562Z> addrs: [
38542026-06-03T08:19:02.562Z> 46.208.14.113,
38552026-06-03T08:19:02.562Z> 8ba:7537:102:f0ff:6e7b:3b50:aef3:f0bd,
38562026-06-03T08:19:02.562Z> 1f59:b8a4:da3a:16ca:de11:6ac6:804:bb65,
38572026-06-03T08:19:02.562Z> 2e87:6a32:c0a1:e2a7:4da1:9c50:72ad:cf35,
38582026-06-03T08:19:02.562Z> 6640:fea9:f4ec:f05a:6d70:b7a4:efb1:bf56,
38592026-06-03T08:19:02.562Z> 85bd:3006:ad39:c9c0:89c6:b68a:6a40:2485,
38602026-06-03T08:19:02.562Z> 8b68:d01c:3a80:752b:97fb:3ad2:298f:8981,
38612026-06-03T08:19:02.562Z> 8ee9:17:65a4:e51f:24f6:6835:f284:1aa4,
38622026-06-03T08:19:02.562Z> aac3:a0f4:253d:1106:bb72:8dd5:e9c9:14e1,
38632026-06-03T08:19:02.562Z> b5fd:85f8:6dfb:5be6:99a0:134e:4786:4003,
38642026-06-03T08:19:02.562Z> c3aa:b5a6:8cd2:c239:550f:4f4e:48ea:6,
38652026-06-03T08:19:02.566Z> c760:9ea4:48d8:33a4:523c:31d5:c28a:205a,
38662026-06-03T08:19:02.566Z> df84:e734:46fd:1dd5:aa96:2ab2:dd30:ef8a,
38672026-06-03T08:19:02.566Z> fb74:37db:e1bf:a9b2:36ff:4107:fe95:c285,
38682026-06-03T08:19:02.567Z> ],
38692026-06-03T08:19:02.567Z> params: LinkCreate {
38702026-06-03T08:19:02.567Z> autoneg: true,
38712026-06-03T08:19:02.567Z> fec: Some(
38722026-06-03T08:19:02.567Z> None,
38732026-06-03T08:19:02.567Z> ),
38742026-06-03T08:19:02.567Z> kr: false,
38752026-06-03T08:19:02.567Z> lane: Some(
38762026-06-03T08:19:02.567Z> LinkId(
38772026-06-03T08:19:02.567Z> 0,
38782026-06-03T08:19:02.567Z> ),
38792026-06-03T08:19:02.567Z> ),
38802026-06-03T08:19:02.567Z> speed: Speed100G,
38812026-06-03T08:19:02.567Z> tx_eq: None,
38822026-06-03T08:19:02.567Z> },
38832026-06-03T08:19:02.567Z> },
38842026-06-03T08:19:02.567Z> },
38852026-06-03T08:19:02.567Z }
38862026-06-03T08:19:02.567ZJun 03 08:18:53.270 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
38872026-06-03T08:19:02.567ZJun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "de5ef411-ebcd-446d-be1e-b66845618228", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38882026-06-03T08:19:02.567ZJun 03 08:18:53.271 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
38892026-06-03T08:19:02.567ZJun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b8cb2c08-b322-4d5a-8552-c58d30c8198d", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38902026-06-03T08:19:02.567Zoperation failed, settings remained as expectedJun 03 08:18:53.271 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
38912026-06-03T08:19:02.567ZJun 03 08:18:53.271 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7c648abd-3413-4911-a7b5-46ed64f5c0ae", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
38922026-06-03T08:19:02.567Zcurrent/target: Diff < left / right > :
38932026-06-03T08:19:02.567Z PortSettings {
38942026-06-03T08:19:02.567Z< links: {},
38952026-06-03T08:19:02.567Z> links: {
38962026-06-03T08:19:02.567Z> "0": LinkSettings {
38972026-06-03T08:19:02.567Z> addrs: [
38982026-06-03T08:19:02.567Z> 23.68.52.88,
38992026-06-03T08:19:02.567Z> 32.75.103.22,
39002026-06-03T08:19:02.567Z> 51.119.239.207,
39012026-06-03T08:19:02.567Z> 67.160.20.34,
39022026-06-03T08:19:02.567Z> 191.130.1.54,
39032026-06-03T08:19:02.567Z> 1204:721e:4cd7:b5ee:8682:219e:935c:cd03,
39042026-06-03T08:19:02.567Z> 1970:bfd0:6909:e49b:b48d:d809:cdfc:b2c3,
39052026-06-03T08:19:02.567Z> 5652:a266:272b:6136:24a8:fed2:3f52:1aca,
39062026-06-03T08:19:02.568Z> 5b41:68de:fbd8:816d:f5c0:7123:c5b2:b463,
39072026-06-03T08:19:02.568Z> a03b:eafd:45bb:e0bf:3729:74d2:8015:1ab4,
39082026-06-03T08:19:02.568Z> d55c:9e18:4473:a6ac:ed6d:4233:6ac8:b75b,
39092026-06-03T08:19:02.568Z> e330:b304:f557:6de6:9955:eae4:e99f:fb20,
39102026-06-03T08:19:02.568Z> fc62:71fa:3cb1:a377:125b:8bd8:3bca:db50,
39112026-06-03T08:19:02.568Z> ],
39122026-06-03T08:19:02.568Z> params: LinkCreate {
39132026-06-03T08:19:02.568Z> autoneg: false,
39142026-06-03T08:19:02.568Z> fec: Some(
39152026-06-03T08:19:02.568Z> None,
39162026-06-03T08:19:02.568Z> ),
39172026-06-03T08:19:02.568Z> kr: true,
39182026-06-03T08:19:02.568Z> lane: Some(
39192026-06-03T08:19:02.568Z> LinkId(
39202026-06-03T08:19:02.568Z> 0,
39212026-06-03T08:19:02.568Z> ),
39222026-06-03T08:19:02.568Z> ),
39232026-06-03T08:19:02.568Z> speed: Speed100G,
39242026-06-03T08:19:02.568Z> tx_eq: None,
39252026-06-03T08:19:02.568Z> },
39262026-06-03T08:19:02.568Z> },
39272026-06-03T08:19:02.568Z> },
39282026-06-03T08:19:02.568Z }
39292026-06-03T08:19:02.568ZJun 03 08:18:53.271 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
39302026-06-03T08:19:02.568ZJun 03 08:18:53.272 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "46e911ea-2ddc-4775-8fa8-421c7a449685", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39312026-06-03T08:19:02.568ZJun 03 08:18:53.272 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
39322026-06-03T08:19:02.568ZJun 03 08:18:53.272 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "91b39a99-8398-430b-812e-8b618247a210", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39332026-06-03T08:19:02.568Zcurrent/target: Diff < left / right > :
39342026-06-03T08:19:02.568Z PortSettings {
39352026-06-03T08:19:02.568Z< links: {},
39362026-06-03T08:19:02.568Z> links: {
39372026-06-03T08:19:02.568Z> "0": LinkSettings {
39382026-06-03T08:19:02.568Z> addrs: [
39392026-06-03T08:19:02.568Z> 185.64.22.103,
39402026-06-03T08:19:02.568Z> cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
39412026-06-03T08:19:02.568Z> ],
39422026-06-03T08:19:02.568Z> params: LinkCreate {
39432026-06-03T08:19:02.568Z> autoneg: true,
39442026-06-03T08:19:02.568Z> fec: Some(
39452026-06-03T08:19:02.569Z> None,
39462026-06-03T08:19:02.569Z> ),
39472026-06-03T08:19:02.569Z> kr: true,
39482026-06-03T08:19:02.569Z> lane: Some(
39492026-06-03T08:19:02.569Z> LinkId(
39502026-06-03T08:19:02.569Z> 0,
39512026-06-03T08:19:02.569Z> ),
39522026-06-03T08:19:02.569Z> ),
39532026-06-03T08:19:02.569Z> speed: Speed100G,
39542026-06-03T08:19:02.569Z> tx_eq: None,
39552026-06-03T08:19:02.569Z> },
39562026-06-03T08:19:02.569Z> },
39572026-06-03T08:19:02.569Z> },
39582026-06-03T08:19:02.569Z }
39592026-06-03T08:19:02.569ZJun 03 08:18:53.272 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
39602026-06-03T08:19:02.569ZJun 03 08:18:53.273 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b28bd13f-1384-4cf9-bea4-3d143c533f03", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39612026-06-03T08:19:02.570ZJun 03 08:18:53.273 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
39622026-06-03T08:19:02.570ZJun 03 08:18:53.273 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a658a5db-c616-4af9-a208-f5cd6a974adf", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39632026-06-03T08:19:02.570Zoperation succeeded, settings changed as expectedJun 03 08:18:53.273 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
39642026-06-03T08:19:02.570ZJun 03 08:18:53.274 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a80ce042-a836-4a6e-8116-12066f2b6d6c", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39652026-06-03T08:19:02.574Zcurrent/target: Diff < left / right > :
39662026-06-03T08:19:02.574Z PortSettings {
39672026-06-03T08:19:02.574Z< links: {
39682026-06-03T08:19:02.574Z< "0": LinkSettings {
39692026-06-03T08:19:02.574Z< addrs: [
39702026-06-03T08:19:02.574Z< 185.64.22.103,
39712026-06-03T08:19:02.574Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
39722026-06-03T08:19:02.574Z< ],
39732026-06-03T08:19:02.574Z< params: LinkCreate {
39742026-06-03T08:19:02.574Z< autoneg: true,
39752026-06-03T08:19:02.574Z< fec: Some(
39762026-06-03T08:19:02.574Z< None,
39772026-06-03T08:19:02.574Z< ),
39782026-06-03T08:19:02.574Z< kr: true,
39792026-06-03T08:19:02.574Z< lane: Some(
39802026-06-03T08:19:02.574Z< LinkId(
39812026-06-03T08:19:02.574Z< 0,
39822026-06-03T08:19:02.574Z< ),
39832026-06-03T08:19:02.575Z< ),
39842026-06-03T08:19:02.575Z< speed: Speed100G,
39852026-06-03T08:19:02.575Z< tx_eq: None,
39862026-06-03T08:19:02.575Z< },
39872026-06-03T08:19:02.575Z< },
39882026-06-03T08:19:02.575Z< },
39892026-06-03T08:19:02.575Z> links: {},
39902026-06-03T08:19:02.575Z }
39912026-06-03T08:19:02.575ZJun 03 08:18:53.274 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
39922026-06-03T08:19:02.575ZJun 03 08:18:53.274 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "8aa6ff6e-9a2e-4595-a677-8a901a772af3", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39932026-06-03T08:19:02.575ZJun 03 08:18:53.274 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
39942026-06-03T08:19:02.575ZJun 03 08:18:53.275 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b4774e9-8b6a-4ee7-b5e2-0d7e209b6dbf", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39952026-06-03T08:19:02.575Zoperation failed, settings remained as expectedJun 03 08:18:53.275 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
39962026-06-03T08:19:02.575ZJun 03 08:18:53.275 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d6a1a29f-7006-48ce-a691-103dbdaf52ee", "content-length": "176", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
39972026-06-03T08:19:02.575Zcurrent/target: Diff < left / right > :
39982026-06-03T08:19:02.575Z PortSettings {
39992026-06-03T08:19:02.575Z links: {
40002026-06-03T08:19:02.575Z "0": LinkSettings {
40012026-06-03T08:19:02.575Z addrs: [
40022026-06-03T08:19:02.575Z< 185.64.22.103,
40032026-06-03T08:19:02.575Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
40042026-06-03T08:19:02.575Z> 34.122.18.112,
40052026-06-03T08:19:02.575Z> 81.171.33.79,
40062026-06-03T08:19:02.575Z> 82.140.159.16,
40072026-06-03T08:19:02.575Z> 91.251.229.227,
40082026-06-03T08:19:02.575Z> 139.9.123.120,
40092026-06-03T08:19:02.575Z> 179.228.14.196,
40102026-06-03T08:19:02.575Z> 195.146.54.237,
40112026-06-03T08:19:02.575Z> 229.209.112.127,
40122026-06-03T08:19:02.575Z> 237.208.193.218,
40132026-06-03T08:19:02.575Z> 243.82.157.169,
40142026-06-03T08:19:02.575Z> 244.158.143.45,
40152026-06-03T08:19:02.575Z> 1fc7:fe7b:99ba:af42:c675:73c4:64d:bfea,
40162026-06-03T08:19:02.575Z> 3e2f:446e:86fc:4974:c41e:f8ab:4cc:ef82,
40172026-06-03T08:19:02.575Z> 40c5:9d90:63b7:e3b3:bb16:a172:ceb8:7d3f,
40182026-06-03T08:19:02.575Z> 6917:7090:d1c8:7799:9f17:4ee0:8531:eb3b,
40192026-06-03T08:19:02.575Z> 742b:26fc:ed4d:905c:2294:28e2:81cc:9e6a,
40202026-06-03T08:19:02.576Z> 7996:4f27:8293:12:3635:5360:a9c8:5d35,
40212026-06-03T08:19:02.576Z> ad6c:5ab3:7737:23ce:49e6:aa2f:e04d:cc92,
40222026-06-03T08:19:02.576Z> e92f:ab44:dd13:edbf:e127:2158:5678:c855,
40232026-06-03T08:19:02.576Z> fa98:a94d:bab7:8dc3:91d6:fff6:d7d8:4a54,
40242026-06-03T08:19:02.576Z ],
40252026-06-03T08:19:02.576Z params: LinkCreate {
40262026-06-03T08:19:02.576Z< autoneg: true,
40272026-06-03T08:19:02.576Z> autoneg: false,
40282026-06-03T08:19:02.576Z fec: Some(
40292026-06-03T08:19:02.576Z None,
40302026-06-03T08:19:02.576Z ),
40312026-06-03T08:19:02.576Z kr: true,
40322026-06-03T08:19:02.576Z lane: Some(
40332026-06-03T08:19:02.576Z LinkId(
40342026-06-03T08:19:02.576Z 0,
40352026-06-03T08:19:02.576Z ),
40362026-06-03T08:19:02.576Z ),
40372026-06-03T08:19:02.576Z speed: Speed100G,
40382026-06-03T08:19:02.576Z tx_eq: None,
40392026-06-03T08:19:02.576Z },
40402026-06-03T08:19:02.576Z },
40412026-06-03T08:19:02.576Z },
40422026-06-03T08:19:02.576Z }
40432026-06-03T08:19:02.576ZJun 03 08:18:53.275 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
40442026-06-03T08:19:02.576ZJun 03 08:18:53.276 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "23abac07-adc7-40e8-99d4-483a587fcd03", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
40452026-06-03T08:19:02.576ZJun 03 08:18:53.276 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
40462026-06-03T08:19:02.576ZJun 03 08:18:53.276 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3956042e-0a93-4cca-bb05-54fb9a0d510a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
40472026-06-03T08:19:02.576Zcurrent/target: Diff < left / right > :
40482026-06-03T08:19:02.576Z PortSettings {
40492026-06-03T08:19:02.576Z links: {
40502026-06-03T08:19:02.576Z "0": LinkSettings {
40512026-06-03T08:19:02.576Z addrs: [
40522026-06-03T08:19:02.576Z< 185.64.22.103,
40532026-06-03T08:19:02.576Z< 229.209.112.127,
40542026-06-03T08:19:02.576Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
40552026-06-03T08:19:02.576Z> 7bed:3e91:5f8f:3d31:bd6b:26b1:19e9:fa89,
40562026-06-03T08:19:02.576Z> a721:232:821f:958a:4441:9b53:c4dd:8592,
40572026-06-03T08:19:02.576Z> b78b:57cb:73d8:321a:fb5d:2ad2:94d8:48b2,
40582026-06-03T08:19:02.577Z ],
40592026-06-03T08:19:02.577Z params: LinkCreate {
40602026-06-03T08:19:02.577Z autoneg: true,
40612026-06-03T08:19:02.577Z fec: Some(
40622026-06-03T08:19:02.577Z None,
40632026-06-03T08:19:02.577Z ),
40642026-06-03T08:19:02.577Z kr: true,
40652026-06-03T08:19:02.580Z lane: Some(
40662026-06-03T08:19:02.580Z LinkId(
40672026-06-03T08:19:02.581Z 0,
40682026-06-03T08:19:02.581Z ),
40692026-06-03T08:19:02.581Z ),
40702026-06-03T08:19:02.581Z speed: Speed100G,
40712026-06-03T08:19:02.581Z tx_eq: None,
40722026-06-03T08:19:02.581Z },
40732026-06-03T08:19:02.581Z },
40742026-06-03T08:19:02.581Z },
40752026-06-03T08:19:02.581Z }
40762026-06-03T08:19:02.581ZJun 03 08:18:53.276 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
40772026-06-03T08:19:02.581ZJun 03 08:18:53.277 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "418dcdad-27a8-4081-b98e-f5c1aa44eae0", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
40782026-06-03T08:19:02.581ZJun 03 08:18:53.277 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
40792026-06-03T08:19:02.581ZJun 03 08:18:53.277 TRCE client responseoperation failed, settings remained as expected, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8d64335a-ba5d-4c40-8127-54e66c21c287", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
40802026-06-03T08:19:02.581ZJun 03 08:18:53.277 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
40812026-06-03T08:19:02.581ZJun 03 08:18:53.278 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8a289e51-8684-452d-be07-d0beb76cb544", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
40822026-06-03T08:19:02.581Zcurrent/target: Diff < left / right > :
40832026-06-03T08:19:02.581Z PortSettings {
40842026-06-03T08:19:02.581Z links: {
40852026-06-03T08:19:02.581Z "0": LinkSettings {
40862026-06-03T08:19:02.581Z addrs: [
40872026-06-03T08:19:02.581Z< 185.64.22.103,
40882026-06-03T08:19:02.581Z< 229.209.112.127,
40892026-06-03T08:19:02.581Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
40902026-06-03T08:19:02.581Z> 121.213.169.236,
40912026-06-03T08:19:02.581Z> d4:fee0:b6f9:15da:ea86:571c:5a72:f0d,
40922026-06-03T08:19:02.581Z> 34e:99a:d605:3a84:1b39:bd73:d879:6f5,
40932026-06-03T08:19:02.581Z ],
40942026-06-03T08:19:02.581Z params: LinkCreate {
40952026-06-03T08:19:02.581Z autoneg: true,
40962026-06-03T08:19:02.581Z fec: Some(
40972026-06-03T08:19:02.581Z None,
40982026-06-03T08:19:02.581Z ),
40992026-06-03T08:19:02.581Z kr: true,
41002026-06-03T08:19:02.581Z lane: Some(
41012026-06-03T08:19:02.581Z LinkId(
41022026-06-03T08:19:02.581Z 0,
41032026-06-03T08:19:02.581Z ),
41042026-06-03T08:19:02.581Z ),
41052026-06-03T08:19:02.581Z speed: Speed100G,
41062026-06-03T08:19:02.582Z tx_eq: None,
41072026-06-03T08:19:02.582Z },
41082026-06-03T08:19:02.582Z },
41092026-06-03T08:19:02.582Z },
41102026-06-03T08:19:02.582Z }
41112026-06-03T08:19:02.582ZJun 03 08:18:53.278 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
41122026-06-03T08:19:02.582ZJun 03 08:18:53.278 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "22d2e971-4d74-4803-914c-5f0aebf4b5c4", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41132026-06-03T08:19:02.582ZJun 03 08:18:53.278 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
41142026-06-03T08:19:02.582ZJun 03 08:18:53.279 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f4498f7b-39e9-4f70-b9af-ee058a5acf6a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41152026-06-03T08:19:02.582Zoperation failed, settings remained as expectedJun 03 08:18:53.279 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
41162026-06-03T08:19:02.582ZJun 03 08:18:53.279 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8b3b6452-31ac-48eb-ac51-5d193e3b9cd5", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41172026-06-03T08:19:02.582Zcurrent/target: Diff < left / right > :
41182026-06-03T08:19:02.582Z PortSettings {
41192026-06-03T08:19:02.582Z links: {
41202026-06-03T08:19:02.582Z "0": LinkSettings {
41212026-06-03T08:19:02.582Z addrs: [
41222026-06-03T08:19:02.582Z< 185.64.22.103,
41232026-06-03T08:19:02.582Z< 229.209.112.127,
41242026-06-03T08:19:02.582Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
41252026-06-03T08:19:02.582Z> 41.102.24.55,
41262026-06-03T08:19:02.582Z> 53.101.60.118,
41272026-06-03T08:19:02.582Z> 64.167.75.229,
41282026-06-03T08:19:02.582Z> 147.29.133.188,
41292026-06-03T08:19:02.582Z> 227.175.246.213,
41302026-06-03T08:19:02.582Z> 244.145.141.214,
41312026-06-03T08:19:02.582Z> 14e0:ab52:b230:9df6:6587:ff2f:bb53:d83d,
41322026-06-03T08:19:02.582Z> 207a:a7f2:e687:d875:a47:dec9:87cd:fad3,
41332026-06-03T08:19:02.582Z> 2430:75e5:94a1:6e34:a50c:d686:17ba:9d24,
41342026-06-03T08:19:02.582Z> 6517:290d:f2b7:cc9f:2873:2020:9484:37f4,
41352026-06-03T08:19:02.582Z> 7092:a223:8fdc:621b:9732:315a:ec68:b0e4,
41362026-06-03T08:19:02.582Z> 7574:efe6:f8fb:4ab6:7216:3ee9:846b:4050,
41372026-06-03T08:19:02.582Z> 842e:7186:48e8:2617:493a:146:9a45:2189,
41382026-06-03T08:19:02.582Z> 8cc4:82f2:b6b5:a226:7249:b506:242:bd97,
41392026-06-03T08:19:02.582Z> c854:c618:e62c:e672:9bcf:8793:4a58:b66d,
41402026-06-03T08:19:02.582Z> e664:409b:e3b6:b9c1:bc34:e2b5:d391:6c41,
41412026-06-03T08:19:02.582Z> f539:298b:ae61:2295:4eba:c8e0:8f75:8bdb,
41422026-06-03T08:19:02.582Z ],
41432026-06-03T08:19:02.582Z params: LinkCreate {
41442026-06-03T08:19:02.583Z< autoneg: true,
41452026-06-03T08:19:02.583Z> autoneg: false,
41462026-06-03T08:19:02.583Z fec: Some(
41472026-06-03T08:19:02.583Z None,
41482026-06-03T08:19:02.583Z ),
41492026-06-03T08:19:02.583Z< kr: true,
41502026-06-03T08:19:02.583Z> kr: false,
41512026-06-03T08:19:02.583Z lane: Some(
41522026-06-03T08:19:02.583Z LinkId(
41532026-06-03T08:19:02.583Z 0,
41542026-06-03T08:19:02.583Z ),
41552026-06-03T08:19:02.583Z ),
41562026-06-03T08:19:02.583Z speed: Speed100G,
41572026-06-03T08:19:02.583Z tx_eq: None,
41582026-06-03T08:19:02.583Z },
41592026-06-03T08:19:02.583Z },
41602026-06-03T08:19:02.583Z },
41612026-06-03T08:19:02.583Z }
41622026-06-03T08:19:02.583ZJun 03 08:18:53.279 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
41632026-06-03T08:19:02.583ZJun 03 08:18:53.280 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "2a40d24c-83f1-4331-bb3a-11b4be524541", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41642026-06-03T08:19:02.583ZJun 03 08:18:53.280 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
41652026-06-03T08:19:02.588ZJun 03 08:18:53.280 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "e36c1239-e3bd-4c5f-a016-60921501f24a", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41662026-06-03T08:19:02.588Zoperation failed, settings remained as expectedJun 03 08:18:53.281 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
41672026-06-03T08:19:02.588ZJun 03 08:18:53.281 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "921d907e-343e-48b0-b8e9-42d3af0eff20", "content-length": "194", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41682026-06-03T08:19:02.588Zcurrent/target: Diff < left / right > :
41692026-06-03T08:19:02.588Z PortSettings {
41702026-06-03T08:19:02.588Z< links: {
41712026-06-03T08:19:02.588Z< "0": LinkSettings {
41722026-06-03T08:19:02.588Z< addrs: [
41732026-06-03T08:19:02.588Z< 185.64.22.103,
41742026-06-03T08:19:02.588Z< 229.209.112.127,
41752026-06-03T08:19:02.588Z< cd59:443b:b3cb:b7b1:ef4a:1fad:22db:5684,
41762026-06-03T08:19:02.588Z< ],
41772026-06-03T08:19:02.589Z< params: LinkCreate {
41782026-06-03T08:19:02.589Z< autoneg: true,
41792026-06-03T08:19:02.589Z< fec: Some(
41802026-06-03T08:19:02.589Z< None,
41812026-06-03T08:19:02.589Z< ),
41822026-06-03T08:19:02.589Z< kr: true,
41832026-06-03T08:19:02.589Z< lane: Some(
41842026-06-03T08:19:02.589Z< LinkId(
41852026-06-03T08:19:02.589Z< 0,
41862026-06-03T08:19:02.589Z< ),
41872026-06-03T08:19:02.589Z< ),
41882026-06-03T08:19:02.589Z< speed: Speed100G,
41892026-06-03T08:19:02.589Z< tx_eq: None,
41902026-06-03T08:19:02.589Z< },
41912026-06-03T08:19:02.589Z< },
41922026-06-03T08:19:02.589Z< },
41932026-06-03T08:19:02.589Z> links: {},
41942026-06-03T08:19:02.589Z }
41952026-06-03T08:19:02.589ZJun 03 08:18:53.281 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
41962026-06-03T08:19:02.589ZJun 03 08:18:53.282 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "785358b2-c7db-4ffb-b1a3-1f43f1f7d463", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41972026-06-03T08:19:02.589ZJun 03 08:18:53.282 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
41982026-06-03T08:19:02.589ZJun 03 08:18:53.282 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ce442720-37cd-4428-9654-8049062278be", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
41992026-06-03T08:19:02.589ZJun 03 08:18:53.483 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42002026-06-03T08:19:02.589ZJun 03 08:18:53.484 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "42014d73-dde0-48fc-b92d-93e4bb785729", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
42012026-06-03T08:19:02.589ZJun 03 08:18:53.685 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42022026-06-03T08:19:02.589ZJun 03 08:18:53.685 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ad2d3240-8d09-4852-b4db-fa7dbea1b246", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
42032026-06-03T08:19:02.589ZJun 03 08:18:53.886 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42042026-06-03T08:19:02.589ZJun 03 08:18:53.887 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f345949a-7101-4dca-9b49-5b954db2258c", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:53 GMT"} })
42052026-06-03T08:19:02.589ZJun 03 08:18:54.088 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42062026-06-03T08:19:02.589ZJun 03 08:18:54.089 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f2c7352a-a9bf-41f0-84ee-67de03aadbf3", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} })
42072026-06-03T08:19:02.589ZJun 03 08:18:54.290 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42082026-06-03T08:19:02.589ZJun 03 08:18:54.290 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1afb8dd7-28a8-4c0d-8d9c-b2dddfb851df", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} })
42092026-06-03T08:19:02.589ZJun 03 08:18:54.492 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42102026-06-03T08:19:02.589ZJun 03 08:18:54.492 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6c0700b6-6b3a-4a9d-8242-c9fc7219090e", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} })
42112026-06-03T08:19:02.589ZJun 03 08:18:54.693 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42122026-06-03T08:19:02.589ZJun 03 08:18:54.694 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b331ea53-6104-4d2e-82da-c6daf4e0348d", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} })
42132026-06-03T08:19:02.589ZJun 03 08:18:54.895 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42142026-06-03T08:19:02.590ZJun 03 08:18:54.896 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4d4a4a2e-447e-4f42-b455-f2cdfc9d26c7", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:54 GMT"} })
42152026-06-03T08:19:02.590ZJun 03 08:18:55.097 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42162026-06-03T08:19:02.590ZJun 03 08:18:55.097 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cbb75796-15af-4b61-84a0-cbbf06e56b3c", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} })
42172026-06-03T08:19:02.590ZJun 03 08:18:55.299 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42182026-06-03T08:19:02.590ZJun 03 08:18:55.299 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0fca1a5a-bc6e-469c-81d8-5f6f95f46343", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} })
42192026-06-03T08:19:02.590ZJun 03 08:18:55.500 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42202026-06-03T08:19:02.590ZJun 03 08:18:55.501 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "962c75c9-386c-411a-a7b3-e5eea7109ab3", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} })
42212026-06-03T08:19:02.590ZJun 03 08:18:55.702 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42222026-06-03T08:19:02.590ZJun 03 08:18:55.703 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "034a377b-1ef7-4711-93b7-1152f88fb45b", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} })
42232026-06-03T08:19:02.590ZJun 03 08:18:55.904 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42242026-06-03T08:19:02.590ZJun 03 08:18:55.904 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ac874f7c-a66f-4bd8-9d24-dd5f46ebd9f4", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:55 GMT"} })
42252026-06-03T08:19:02.590ZJun 03 08:18:56.106 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42262026-06-03T08:19:02.590ZJun 03 08:18:56.106 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cf66d5a4-da9f-4684-bb6a-42c29401abf1", "content-length": "119", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
42272026-06-03T08:19:02.590ZJun 03 08:18:56.307 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42282026-06-03T08:19:02.590Zoperation succeeded, settings changed as expectedJun 03 08:18:56.308 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "226af463-1f74-40a7-89ac-c2a7e02d0081", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
42292026-06-03T08:19:02.590ZJun 03 08:18:56.308 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42302026-06-03T08:19:02.590ZJun 03 08:18:56.308 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "baf2416f-9ba9-40d1-95da-ff9d63d589a9", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
42312026-06-03T08:19:02.590Zcurrent/target: Diff < left / right > :
42322026-06-03T08:19:02.590Z PortSettings {
42332026-06-03T08:19:02.590Z< links: {},
42342026-06-03T08:19:02.590Z> links: {
42352026-06-03T08:19:02.590Z> "0": LinkSettings {
42362026-06-03T08:19:02.590Z> addrs: [
42372026-06-03T08:19:02.590Z> 35.107.80.140,
42382026-06-03T08:19:02.590Z> 89.71.247.43,
42392026-06-03T08:19:02.590Z> 95.213.35.51,
42402026-06-03T08:19:02.590Z> 147.66.200.146,
42412026-06-03T08:19:02.590Z> 155.40.34.141,
42422026-06-03T08:19:02.590Z> 156.108.55.73,
42432026-06-03T08:19:02.590Z> 175.56.17.6,
42442026-06-03T08:19:02.590Z> 196.101.225.155,
42452026-06-03T08:19:02.590Z> 201.171.3.238,
42462026-06-03T08:19:02.590Z> 206.24.170.100,
42472026-06-03T08:19:02.590Z> 214.3.88.76,
42482026-06-03T08:19:02.590Z> 221.42.99.247,
42492026-06-03T08:19:02.590Z> 237.169.216.143,
42502026-06-03T08:19:02.590Z> 3a62:6635:45d3:baa8:fe18:cd2e:a887:c09c,
42512026-06-03T08:19:02.590Z> 4c86:7e7f:7b48:96d6:ede0:f518:a34d:633,
42522026-06-03T08:19:02.590Z> 588c:77e0:a364:e158:632f:ba70:d975:10a7,
42532026-06-03T08:19:02.591Z> ca9f:22e1:7f4a:ea82:40be:cc3b:9a33:55ad,
42542026-06-03T08:19:02.591Z> de8e:2765:fb1b:d57d:11f9:ad18:bb3f:8325,
42552026-06-03T08:19:02.591Z> ],
42562026-06-03T08:19:02.591Z> params: LinkCreate {
42572026-06-03T08:19:02.591Z> autoneg: true,
42582026-06-03T08:19:02.591Z> fec: Some(
42592026-06-03T08:19:02.591Z> None,
42602026-06-03T08:19:02.591Z> ),
42612026-06-03T08:19:02.591Z> kr: true,
42622026-06-03T08:19:02.591Z> lane: Some(
42632026-06-03T08:19:02.591Z> LinkId(
42642026-06-03T08:19:02.591Z> 0,
42652026-06-03T08:19:02.595Z> ),
42662026-06-03T08:19:02.595Z> ),
42672026-06-03T08:19:02.595Z> speed: Speed100G,
42682026-06-03T08:19:02.595Z> tx_eq: None,
42692026-06-03T08:19:02.595Z> },
42702026-06-03T08:19:02.595Z> },
42712026-06-03T08:19:02.595Z> },
42722026-06-03T08:19:02.595Z }
42732026-06-03T08:19:02.595ZJun 03 08:18:56.309 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
42742026-06-03T08:19:02.595ZJun 03 08:18:56.310 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "4b851533-b568-44d8-8601-15df446ddf57", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
42752026-06-03T08:19:02.595ZJun 03 08:18:56.310 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
42762026-06-03T08:19:02.595ZJun 03 08:18:56.310 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "92ea5e9a-ce1e-4481-bfc2-4e6a71248c57", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
42772026-06-03T08:19:02.595Zcurrent/target: Diff < left / right > :
42782026-06-03T08:19:02.595Z PortSettings {
42792026-06-03T08:19:02.595Z< links: {},
42802026-06-03T08:19:02.595Z> links: {
42812026-06-03T08:19:02.595Z> "0": LinkSettings {
42822026-06-03T08:19:02.595Z> addrs: [
42832026-06-03T08:19:02.595Z> 29.52.144.240,
42842026-06-03T08:19:02.595Z> 34.45.25.220,
42852026-06-03T08:19:02.595Z> 201.181.2.79,
42862026-06-03T08:19:02.595Z> 236.107.72.100,
42872026-06-03T08:19:02.595Z> c6a:63ed:8ff4:d685:b4a7:9089:d80:ebcb,
42882026-06-03T08:19:02.595Z> 2ebb:486c:5aa7:2849:3c38:f94b:c643:da4e,
42892026-06-03T08:19:02.596Z> 4317:6600:edf1:f917:9267:a1fa:218c:7159,
42902026-06-03T08:19:02.596Z> 4ee9:cfda:4cf:9975:57a5:9fc9:81ff:70a2,
42912026-06-03T08:19:02.596Z> 819a:e28d:1ecc:8740:2fd1:9a52:ee7d:7c75,
42922026-06-03T08:19:02.596Z> b3c3:a7a3:accc:53a8:6c93:6113:196d:f767,
42932026-06-03T08:19:02.596Z> c90e:a11d:212:bbc3:910c:d06c:b43f:1de,
42942026-06-03T08:19:02.596Z> ca0a:8390:fe8c:b133:7c74:c213:1cff:d916,
42952026-06-03T08:19:02.596Z> ec89:29bc:6fbb:2fe7:4aca:db49:8bb0:a3d1,
42962026-06-03T08:19:02.596Z> fd7d:f96e:ce3e:4aca:66f2:f54e:3adb:1b16,
42972026-06-03T08:19:02.596Z> ],
42982026-06-03T08:19:02.596Z> params: LinkCreate {
42992026-06-03T08:19:02.596Z> autoneg: false,
43002026-06-03T08:19:02.596Z> fec: Some(
43012026-06-03T08:19:02.596Z> None,
43022026-06-03T08:19:02.596Z> ),
43032026-06-03T08:19:02.596Z> kr: false,
43042026-06-03T08:19:02.596Z> lane: Some(
43052026-06-03T08:19:02.596Z> LinkId(
43062026-06-03T08:19:02.596Z> 0,
43072026-06-03T08:19:02.596Z> ),
43082026-06-03T08:19:02.596Z> ),
43092026-06-03T08:19:02.596Z> speed: Speed100G,
43102026-06-03T08:19:02.596Z> tx_eq: None,
43112026-06-03T08:19:02.596Z> },
43122026-06-03T08:19:02.596Z> },
43132026-06-03T08:19:02.596Z> },
43142026-06-03T08:19:02.596Z }
43152026-06-03T08:19:02.596ZJun 03 08:18:56.310 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
43162026-06-03T08:19:02.596ZJun 03 08:18:56.311 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "d2179671-0622-491e-80b3-0568673499ee", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
43172026-06-03T08:19:02.596ZJun 03 08:18:56.311 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
43182026-06-03T08:19:02.596ZJun 03 08:18:56.311 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fe4dcd81-2bc6-460d-ba09-9bc8622e8ce5", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
43192026-06-03T08:19:02.596Zoperation failed, settings remained as expectedJun 03 08:18:56.312 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
43202026-06-03T08:19:02.596ZJun 03 08:18:56.312 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "71cf6ed0-6ab2-43cf-a3e7-072afb781d47", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
43212026-06-03T08:19:02.596Zcurrent/target: Diff < left / right > :
43222026-06-03T08:19:02.596Z PortSettings {
43232026-06-03T08:19:02.596Z< links: {},
43242026-06-03T08:19:02.596Z> links: {
43252026-06-03T08:19:02.596Z> "0": LinkSettings {
43262026-06-03T08:19:02.596Z> addrs: [
43272026-06-03T08:19:02.596Z> 13.144.255.134,
43282026-06-03T08:19:02.597Z> 48.226.159.85,
43292026-06-03T08:19:02.597Z> 61.123.227.148,
43302026-06-03T08:19:02.597Z> 91.54.28.84,
43312026-06-03T08:19:02.597Z> 97.187.40.165,
43322026-06-03T08:19:02.597Z> 123.134.181.110,
43332026-06-03T08:19:02.597Z> 135.72.98.4,
43342026-06-03T08:19:02.597Z> 148.212.117.168,
43352026-06-03T08:19:02.597Z> 168.96.205.23,
43362026-06-03T08:19:02.597Z> 184.159.205.145,
43372026-06-03T08:19:02.597Z> 199.107.42.22,
43382026-06-03T08:19:02.597Z> 202.109.85.183,
43392026-06-03T08:19:02.597Z> 216.126.96.56,
43402026-06-03T08:19:02.597Z> 247.254.16.108,
43412026-06-03T08:19:02.597Z> 10df:b5b0:8e1f:ff3e:75f:8437:f05:716b,
43422026-06-03T08:19:02.597Z> 229a:2bda:a412:b05d:6355:fa50:c232:93d0,
43432026-06-03T08:19:02.597Z> 3b4e:f71:7bed:5b85:dc92:1267:d75f:d0b2,
43442026-06-03T08:19:02.597Z> ],
43452026-06-03T08:19:02.597Z> params: LinkCreate {
43462026-06-03T08:19:02.597Z> autoneg: false,
43472026-06-03T08:19:02.597Z> fec: Some(
43482026-06-03T08:19:02.597Z> None,
43492026-06-03T08:19:02.597Z> ),
43502026-06-03T08:19:02.597Z> kr: false,
43512026-06-03T08:19:02.597Z> lane: Some(
43522026-06-03T08:19:02.597Z> LinkId(
43532026-06-03T08:19:02.597Z> 0,
43542026-06-03T08:19:02.597Z> ),
43552026-06-03T08:19:02.597Z> ),
43562026-06-03T08:19:02.597Z> speed: Speed100G,
43572026-06-03T08:19:02.597Z> tx_eq: None,
43582026-06-03T08:19:02.597Z> },
43592026-06-03T08:19:02.597Z> },
43602026-06-03T08:19:02.597Z> },
43612026-06-03T08:19:02.597Z }
43622026-06-03T08:19:02.597ZJun 03 08:18:56.312 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
43632026-06-03T08:19:02.597ZJun 03 08:18:56.313 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "2b5fa91c-ec06-44ec-b874-c6dd0c4eeae9", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
43642026-06-03T08:19:02.597ZJun 03 08:18:56.313 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
43652026-06-03T08:19:02.602ZJun 03 08:18:56.313 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "41e20f62-679d-44af-9c9c-32a20ca03c27", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
43662026-06-03T08:19:02.602Zcurrent/target: Diff < left / right > :
43672026-06-03T08:19:02.602Z PortSettings {
43682026-06-03T08:19:02.602Z< links: {},
43692026-06-03T08:19:02.602Z> links: {
43702026-06-03T08:19:02.602Z> "0": LinkSettings {
43712026-06-03T08:19:02.602Z> addrs: [
43722026-06-03T08:19:02.602Z> 132.153.219.82,
43732026-06-03T08:19:02.602Z> 20ed:6fd1:b682:622e:82d5:e75d:a177:5671,
43742026-06-03T08:19:02.602Z> 2a09:a92b:eb66:da1a:9f9:c66d:a254:dccd,
43752026-06-03T08:19:02.602Z> 38dc:c17a:7104:564:6cc9:1b2c:d3e1:1232,
43762026-06-03T08:19:02.602Z> 74a6:9439:1b0:93ae:15b8:133f:337e:ea18,
43772026-06-03T08:19:02.602Z> 7f4c:c0ff:318a:8029:dc72:8b22:7288:4519,
43782026-06-03T08:19:02.602Z> a15d:f2c7:1f6c:5d5c:c44a:b8f2:6d7c:7ea0,
43792026-06-03T08:19:02.602Z> a3bc:fb72:ed45:daee:b9b1:5c45:2abb:62c6,
43802026-06-03T08:19:02.602Z> cab4:e6a6:9643:7904:6cd2:f0ec:956d:afc1,
43812026-06-03T08:19:02.602Z> d023:382f:debf:be6b:696d:6744:11eb:9ca7,
43822026-06-03T08:19:02.602Z> e07b:ca95:9417:8492:efd8:9663:c634:e5a3,
43832026-06-03T08:19:02.602Z> ],
43842026-06-03T08:19:02.602Z> params: LinkCreate {
43852026-06-03T08:19:02.602Z> autoneg: true,
43862026-06-03T08:19:02.602Z> fec: Some(
43872026-06-03T08:19:02.602Z> None,
43882026-06-03T08:19:02.602Z> ),
43892026-06-03T08:19:02.602Z> kr: true,
43902026-06-03T08:19:02.602Z> lane: Some(
43912026-06-03T08:19:02.602Z> LinkId(
43922026-06-03T08:19:02.602Z> 0,
43932026-06-03T08:19:02.602Z> ),
43942026-06-03T08:19:02.602Z> ),
43952026-06-03T08:19:02.602Z> speed: Speed100G,
43962026-06-03T08:19:02.602Z> tx_eq: None,
43972026-06-03T08:19:02.602Z> },
43982026-06-03T08:19:02.602Z> },
43992026-06-03T08:19:02.603Z> },
44002026-06-03T08:19:02.603Z }
44012026-06-03T08:19:02.603ZJun 03 08:18:56.313 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
44022026-06-03T08:19:02.603ZJun 03 08:18:56.314 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "69c00f11-3ba7-4764-8f4f-b221df298737", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44032026-06-03T08:19:02.603ZJun 03 08:18:56.314 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
44042026-06-03T08:19:02.603ZJun 03 08:18:56.314 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ff8cf813-72fd-499e-bd3f-0c60cc7d4388", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44052026-06-03T08:19:02.603Zcurrent/target: Diff < left / right > :
44062026-06-03T08:19:02.603Z PortSettings {
44072026-06-03T08:19:02.603Z< links: {},
44082026-06-03T08:19:02.603Z> links: {
44092026-06-03T08:19:02.603Z> "0": LinkSettings {
44102026-06-03T08:19:02.603Z> addrs: [
44112026-06-03T08:19:02.603Z> 99.128.167.160,
44122026-06-03T08:19:02.603Z> 28f3:ea31:868f:a725:b55f:ec20:9ab2:2452,
44132026-06-03T08:19:02.603Z> ],
44142026-06-03T08:19:02.603Z> params: LinkCreate {
44152026-06-03T08:19:02.603Z> autoneg: false,
44162026-06-03T08:19:02.603Z> fec: Some(
44172026-06-03T08:19:02.603Z> None,
44182026-06-03T08:19:02.603Z> ),
44192026-06-03T08:19:02.603Z> kr: true,
44202026-06-03T08:19:02.603Z> lane: Some(
44212026-06-03T08:19:02.603Z> LinkId(
44222026-06-03T08:19:02.603Z> 0,
44232026-06-03T08:19:02.603Z> ),
44242026-06-03T08:19:02.603Z> ),
44252026-06-03T08:19:02.603Z> speed: Speed100G,
44262026-06-03T08:19:02.603Z> tx_eq: None,
44272026-06-03T08:19:02.603Z> },
44282026-06-03T08:19:02.603Z> },
44292026-06-03T08:19:02.603Z> },
44302026-06-03T08:19:02.603Z }
44312026-06-03T08:19:02.603ZJun 03 08:18:56.314 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
44322026-06-03T08:19:02.603ZJun 03 08:18:56.315 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "c53e4211-3e65-422d-b26d-1d0e1d8a5565", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44332026-06-03T08:19:02.603ZJun 03 08:18:56.315 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
44342026-06-03T08:19:02.603ZJun 03 08:18:56.315 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "2d64d889-6086-4fc2-8d29-873d554e3ce4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44352026-06-03T08:19:02.603Zcurrent/target: Diff < left / right > :
44362026-06-03T08:19:02.603Z PortSettings {
44372026-06-03T08:19:02.604Z< links: {},
44382026-06-03T08:19:02.604Z> links: {
44392026-06-03T08:19:02.604Z> "0": LinkSettings {
44402026-06-03T08:19:02.604Z> addrs: [
44412026-06-03T08:19:02.604Z> 52.240.228.135,
44422026-06-03T08:19:02.604Z> 172.48.134.150,
44432026-06-03T08:19:02.604Z> 193.80.175.253,
44442026-06-03T08:19:02.604Z> 195.109.76.115,
44452026-06-03T08:19:02.604Z> 216.64.59.185,
44462026-06-03T08:19:02.604Z> 220.42.149.240,
44472026-06-03T08:19:02.604Z> 225.23.164.95,
44482026-06-03T08:19:02.604Z> ab4:d28c:6ae2:ec8c:5d4f:5c7e:971b:2065,
44492026-06-03T08:19:02.604Z> f34:52b4:5aee:5594:275e:2423:aaa2:13f,
44502026-06-03T08:19:02.604Z> 4179:9225:80a2:d576:c839:80af:36ea:3f46,
44512026-06-03T08:19:02.604Z> 4b6f:ad39:5d84:125f:ceca:670b:f34f:dc53,
44522026-06-03T08:19:02.604Z> 4db0:c877:b025:e2b0:fda4:449:b95e:45cd,
44532026-06-03T08:19:02.604Z> 67c1:3886:50dd:e4ba:f671:9aa9:14d5:8b49,
44542026-06-03T08:19:02.604Z> 7ee5:2fe6:8351:69d9:1140:3fc7:c064:3505,
44552026-06-03T08:19:02.604Z> 8b5d:3eb3:dc32:918e:63a3:bc03:581d:1cab,
44562026-06-03T08:19:02.604Z> 9b9b:6453:1768:eeb:c3e:a190:679e:7e60,
44572026-06-03T08:19:02.604Z> b4ea:946:2b:4600:6b13:f475:e28d:acfa,
44582026-06-03T08:19:02.604Z> cfa5:448c:6866:d4a9:b659:ba87:65a9:606c,
44592026-06-03T08:19:02.604Z> d80c:f2d3:e93d:9e55:404a:a116:cb10:5d27,
44602026-06-03T08:19:02.604Z> ],
44612026-06-03T08:19:02.604Z> params: LinkCreate {
44622026-06-03T08:19:02.604Z> autoneg: true,
44632026-06-03T08:19:02.604Z> fec: Some(
44642026-06-03T08:19:02.604Z> None,
44652026-06-03T08:19:02.608Z> ),
44662026-06-03T08:19:02.608Z> kr: true,
44672026-06-03T08:19:02.608Z> lane: Some(
44682026-06-03T08:19:02.608Z> LinkId(
44692026-06-03T08:19:02.608Z> 0,
44702026-06-03T08:19:02.608Z> ),
44712026-06-03T08:19:02.608Z> ),
44722026-06-03T08:19:02.608Z> speed: Speed100G,
44732026-06-03T08:19:02.608Z> tx_eq: None,
44742026-06-03T08:19:02.608Z> },
44752026-06-03T08:19:02.608Z> },
44762026-06-03T08:19:02.608Z> },
44772026-06-03T08:19:02.608Z }
44782026-06-03T08:19:02.608ZJun 03 08:18:56.315 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
44792026-06-03T08:19:02.608ZJun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "bad27b7f-90ef-45d7-a763-810c5d43f1fc", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44802026-06-03T08:19:02.609ZJun 03 08:18:56.316 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
44812026-06-03T08:19:02.609ZJun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "72c92ada-f141-42ce-a674-e66ac9aa94a3", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44822026-06-03T08:19:02.609Zoperation failed, settings remained as expectedJun 03 08:18:56.316 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
44832026-06-03T08:19:02.609ZJun 03 08:18:56.316 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "7ba24b0e-9b29-44c6-ab1e-d7e45a7bde99", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
44842026-06-03T08:19:02.609Zcurrent/target: Diff < left / right > :
44852026-06-03T08:19:02.609Z PortSettings {
44862026-06-03T08:19:02.609Z< links: {},
44872026-06-03T08:19:02.609Z> links: {
44882026-06-03T08:19:02.609Z> "0": LinkSettings {
44892026-06-03T08:19:02.609Z> addrs: [
44902026-06-03T08:19:02.609Z> 154.206.152.78,
44912026-06-03T08:19:02.609Z> 239.131.67.149,
44922026-06-03T08:19:02.609Z> 1368:6438:19ed:f3c5:d25f:ba3d:5270:cf6d,
44932026-06-03T08:19:02.609Z> 2403:85aa:b7ef:3567:e6de:b5ae:c4bb:fbf6,
44942026-06-03T08:19:02.609Z> 3f67:edd8:e2b6:174c:e064:48d3:19ba:f76a,
44952026-06-03T08:19:02.609Z> 774e:5d90:6c50:2aaa:317c:fe87:7ec3:aca3,
44962026-06-03T08:19:02.609Z> ],
44972026-06-03T08:19:02.609Z> params: LinkCreate {
44982026-06-03T08:19:02.609Z> autoneg: true,
44992026-06-03T08:19:02.609Z> fec: Some(
45002026-06-03T08:19:02.609Z> None,
45012026-06-03T08:19:02.609Z> ),
45022026-06-03T08:19:02.609Z> kr: true,
45032026-06-03T08:19:02.609Z> lane: Some(
45042026-06-03T08:19:02.609Z> LinkId(
45052026-06-03T08:19:02.609Z> 0,
45062026-06-03T08:19:02.609Z> ),
45072026-06-03T08:19:02.609Z> ),
45082026-06-03T08:19:02.609Z> speed: Speed100G,
45092026-06-03T08:19:02.609Z> tx_eq: None,
45102026-06-03T08:19:02.609Z> },
45112026-06-03T08:19:02.609Z> },
45122026-06-03T08:19:02.609Z> },
45132026-06-03T08:19:02.609Z }
45142026-06-03T08:19:02.609ZJun 03 08:18:56.317 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
45152026-06-03T08:19:02.609ZJun 03 08:18:56.317 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "550383da-e9d2-4fe1-8b4f-07cb2c304ba6", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
45162026-06-03T08:19:02.609ZJun 03 08:18:56.317 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
45172026-06-03T08:19:02.609ZJun 03 08:18:56.317 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5c1dfaa7-163d-4f71-927d-071a0bd244a7", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
45182026-06-03T08:19:02.610Zcurrent/target: Diff < left / right > :
45192026-06-03T08:19:02.610Z PortSettings {
45202026-06-03T08:19:02.610Z< links: {},
45212026-06-03T08:19:02.610Z> links: {
45222026-06-03T08:19:02.610Z> "0": LinkSettings {
45232026-06-03T08:19:02.610Z> addrs: [
45242026-06-03T08:19:02.610Z> 3.215.55.209,
45252026-06-03T08:19:02.610Z> 20.5.12.150,
45262026-06-03T08:19:02.610Z> 126.62.241.18,
45272026-06-03T08:19:02.610Z> 140.149.80.172,
45282026-06-03T08:19:02.610Z> 158.98.172.131,
45292026-06-03T08:19:02.610Z> 816:7d64:61e8:456e:17d2:f574:87d:3468,
45302026-06-03T08:19:02.610Z> 107e:ad25:d62e:6110:ec33:56ab:5802:c7dd,
45312026-06-03T08:19:02.610Z> 1c51:7a02:2593:5cb8:e6d4:ca81:831:2481,
45322026-06-03T08:19:02.610Z> 4fed:4a19:cc88:c73f:f824:9d53:5793:dd37,
45332026-06-03T08:19:02.610Z> 5385:384:b31b:cca0:7afd:c63:e07c:cbb8,
45342026-06-03T08:19:02.610Z> 7d49:c80b:e3e7:26be:a215:7afd:cb3d:acaa,
45352026-06-03T08:19:02.610Z> 7d4b:4a1a:67c6:4414:ccbd:9d31:b5a4:612e,
45362026-06-03T08:19:02.610Z> 836d:dc9c:679f:5207:2eee:f49a:5259:274f,
45372026-06-03T08:19:02.610Z> 92ea:8a55:2266:535a:9612:f05e:8633:35d8,
45382026-06-03T08:19:02.610Z> a936:42dd:1a55:4741:ae0b:74b5:3a75:8bb4,
45392026-06-03T08:19:02.610Z> aeea:c860:bdd9:6276:23cb:b83d:cba0:62d8,
45402026-06-03T08:19:02.610Z> bbab:4aa6:a811:a0c7:2345:cc69:6049:fecf,
45412026-06-03T08:19:02.610Z> bf9d:55be:f269:360f:f3ee:c57:52a:e681,
45422026-06-03T08:19:02.610Z> ee74:4f65:b384:d9be:908:11d7:6f8b:2430,
45432026-06-03T08:19:02.610Z> ],
45442026-06-03T08:19:02.610Z> params: LinkCreate {
45452026-06-03T08:19:02.610Z> autoneg: true,
45462026-06-03T08:19:02.610Z> fec: Some(
45472026-06-03T08:19:02.610Z> None,
45482026-06-03T08:19:02.610Z> ),
45492026-06-03T08:19:02.610Z> kr: true,
45502026-06-03T08:19:02.610Z> lane: Some(
45512026-06-03T08:19:02.610Z> LinkId(
45522026-06-03T08:19:02.610Z> 0,
45532026-06-03T08:19:02.611Z> ),
45542026-06-03T08:19:02.611Z> ),
45552026-06-03T08:19:02.611Z> speed: Speed100G,
45562026-06-03T08:19:02.611Z> tx_eq: None,
45572026-06-03T08:19:02.611Z> },
45582026-06-03T08:19:02.611Z> },
45592026-06-03T08:19:02.611Z> },
45602026-06-03T08:19:02.611Z }
45612026-06-03T08:19:02.611ZJun 03 08:18:56.317 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
45622026-06-03T08:19:02.611ZJun 03 08:18:56.318 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "bc8834e9-4604-4ddb-8f5f-78b2585886d4", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
45632026-06-03T08:19:02.611ZJun 03 08:18:56.318 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
45642026-06-03T08:19:02.611ZJun 03 08:18:56.318 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "921615ef-e1e5-4c8d-a826-9f8fb806bd96", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
45652026-06-03T08:19:02.615Zcurrent/target: Diff < left / right > :
45662026-06-03T08:19:02.615Z PortSettings {
45672026-06-03T08:19:02.615Z< links: {},
45682026-06-03T08:19:02.615Z> links: {
45692026-06-03T08:19:02.615Z> "0": LinkSettings {
45702026-06-03T08:19:02.615Z> addrs: [
45712026-06-03T08:19:02.615Z> 10.148.231.158,
45722026-06-03T08:19:02.615Z> 78.25.123.252,
45732026-06-03T08:19:02.615Z> 164.118.89.118,
45742026-06-03T08:19:02.615Z> 209.125.190.51,
45752026-06-03T08:19:02.615Z> 222.220.164.14,
45762026-06-03T08:19:02.615Z> 234.109.90.180,
45772026-06-03T08:19:02.615Z> 237.73.113.145,
45782026-06-03T08:19:02.615Z> 14e9:c8a4:86e5:df44:8896:320c:830a:8f34,
45792026-06-03T08:19:02.615Z> 28e5:55d1:3ac9:a317:1bf6:5be5:f003:bdcc,
45802026-06-03T08:19:02.615Z> 4e2d:c9d3:abb2:2656:8b4f:a9c8:6bd0:cca9,
45812026-06-03T08:19:02.615Z> 50aa:514a:fbbc:a2d1:439d:494c:d61e:2703,
45822026-06-03T08:19:02.616Z> 541a:ffb:88a7:4b1e:8e4b:2d09:7967:ace7,
45832026-06-03T08:19:02.616Z> 8d91:79aa:3501:a420:f41:6aa:ad2a:59df,
45842026-06-03T08:19:02.616Z> 8fd5:18a0:9715:c263:1e1f:21b9:e06d:d494,
45852026-06-03T08:19:02.616Z> 94f7:658c:e1d4:e007:a0ea:ea34:948f:3b09,
45862026-06-03T08:19:02.616Z> 9628:bb26:ab32:53e1:c1b:1471:a4f5:21ac,
45872026-06-03T08:19:02.616Z> a285:a345:77c2:af1a:e713:96e:f7d1:c49c,
45882026-06-03T08:19:02.616Z> bfe9:65ee:124e:f663:44dc:279:3f96:953e,
45892026-06-03T08:19:02.616Z> ef90:b2ed:d1b0:1ab5:3f2c:a511:d7e0:cc7f,
45902026-06-03T08:19:02.616Z> faac:e942:c5b7:f402:664e:35a5:baa9:2128,
45912026-06-03T08:19:02.616Z> fe28:3fac:6156:dfef:a212:4b3e:d873:c226,
45922026-06-03T08:19:02.616Z> ],
45932026-06-03T08:19:02.616Z> params: LinkCreate {
45942026-06-03T08:19:02.616Z> autoneg: true,
45952026-06-03T08:19:02.616Z> fec: Some(
45962026-06-03T08:19:02.616Z> None,
45972026-06-03T08:19:02.616Z> ),
45982026-06-03T08:19:02.616Z> kr: false,
45992026-06-03T08:19:02.616Z> lane: Some(
46002026-06-03T08:19:02.616Z> LinkId(
46012026-06-03T08:19:02.616Z> 0,
46022026-06-03T08:19:02.616Z> ),
46032026-06-03T08:19:02.616Z> ),
46042026-06-03T08:19:02.616Z> speed: Speed100G,
46052026-06-03T08:19:02.616Z> tx_eq: None,
46062026-06-03T08:19:02.616Z> },
46072026-06-03T08:19:02.616Z> },
46082026-06-03T08:19:02.616Z> },
46092026-06-03T08:19:02.616Z }
46102026-06-03T08:19:02.616ZJun 03 08:18:56.319 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
46112026-06-03T08:19:02.616ZJun 03 08:18:56.319 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "e3bff788-ab46-4652-9fa0-58551ab67c58", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46122026-06-03T08:19:02.616ZJun 03 08:18:56.319 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
46132026-06-03T08:19:02.616ZJun 03 08:18:56.319 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f898e9e4-74ca-4834-97d3-6bdbd745a4d3", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46142026-06-03T08:19:02.616Zcurrent/target: Diff < left / right > :
46152026-06-03T08:19:02.616Z PortSettings {
46162026-06-03T08:19:02.616Z< links: {},
46172026-06-03T08:19:02.616Z> links: {
46182026-06-03T08:19:02.617Z> "0": LinkSettings {
46192026-06-03T08:19:02.617Z> addrs: [
46202026-06-03T08:19:02.617Z> 5.137.118.156,
46212026-06-03T08:19:02.617Z> 3709:30f1:78a1:67e6:8d84:15c4:9fba:3596,
46222026-06-03T08:19:02.617Z> 5740:e17d:738a:f832:f54b:4080:cdc0:eec4,
46232026-06-03T08:19:02.617Z> 79a5:35a:2aaf:c725:823a:6283:7831:bddd,
46242026-06-03T08:19:02.617Z> 805e:f25a:6034:6f19:ba88:24ad:d7d:2eed,
46252026-06-03T08:19:02.617Z> 9382:b571:22ab:a9fa:3a33:ab7b:cdd5:eea9,
46262026-06-03T08:19:02.617Z> c285:6523:1cc7:4ace:a8e:795c:251:e543,
46272026-06-03T08:19:02.617Z> c3b4:f18:b866:97be:8692:8e2a:9062:8baa,
46282026-06-03T08:19:02.617Z> ee50:8a56:ca34:4920:7e42:2076:28ee:801f,
46292026-06-03T08:19:02.617Z> f5c8:6aa6:6474:1c80:1cf3:3a63:47b4:7e86,
46302026-06-03T08:19:02.617Z> ],
46312026-06-03T08:19:02.617Z> params: LinkCreate {
46322026-06-03T08:19:02.617Z> autoneg: true,
46332026-06-03T08:19:02.617Z> fec: Some(
46342026-06-03T08:19:02.617Z> None,
46352026-06-03T08:19:02.617Z> ),
46362026-06-03T08:19:02.617Z> kr: false,
46372026-06-03T08:19:02.617Z> lane: Some(
46382026-06-03T08:19:02.617Z> LinkId(
46392026-06-03T08:19:02.617Z> 0,
46402026-06-03T08:19:02.617Z> ),
46412026-06-03T08:19:02.617Z> ),
46422026-06-03T08:19:02.617Z> speed: Speed100G,
46432026-06-03T08:19:02.617Z> tx_eq: None,
46442026-06-03T08:19:02.617Z> },
46452026-06-03T08:19:02.617Z> },
46462026-06-03T08:19:02.617Z> },
46472026-06-03T08:19:02.617Z }
46482026-06-03T08:19:02.617ZJun 03 08:18:56.319 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
46492026-06-03T08:19:02.617ZJun 03 08:18:56.320 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "f5952ed5-8603-4558-95b3-26b892e0f110", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46502026-06-03T08:19:02.617ZJun 03 08:18:56.320 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
46512026-06-03T08:19:02.617ZJun 03 08:18:56.320 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a3eb3c47-3c9b-4ec9-bf76-b9c4ffdfef44", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46522026-06-03T08:19:02.617Zcurrent/target: Diff < left / right > :
46532026-06-03T08:19:02.617Z PortSettings {
46542026-06-03T08:19:02.617Z< links: {},
46552026-06-03T08:19:02.617Z> links: {
46562026-06-03T08:19:02.618Z> "0": LinkSettings {
46572026-06-03T08:19:02.618Z> addrs: [
46582026-06-03T08:19:02.618Z> 4.7.227.178,
46592026-06-03T08:19:02.618Z> 96.215.73.0,
46602026-06-03T08:19:02.618Z> 220.209.184.7,
46612026-06-03T08:19:02.618Z> 233.122.1.96,
46622026-06-03T08:19:02.618Z> 240.18.240.161,
46632026-06-03T08:19:02.618Z> ],
46642026-06-03T08:19:02.618Z> params: LinkCreate {
46652026-06-03T08:19:02.626Z> autoneg: true,
46662026-06-03T08:19:02.626Z> fec: Some(
46672026-06-03T08:19:02.626Z> None,
46682026-06-03T08:19:02.626Z> ),
46692026-06-03T08:19:02.626Z> kr: false,
46702026-06-03T08:19:02.626Z> lane: Some(
46712026-06-03T08:19:02.626Z> LinkId(
46722026-06-03T08:19:02.626Z> 0,
46732026-06-03T08:19:02.626Z> ),
46742026-06-03T08:19:02.626Z> ),
46752026-06-03T08:19:02.626Z> speed: Speed100G,
46762026-06-03T08:19:02.626Z> tx_eq: None,
46772026-06-03T08:19:02.626Z> },
46782026-06-03T08:19:02.626Z> },
46792026-06-03T08:19:02.626Z> },
46802026-06-03T08:19:02.626Z }
46812026-06-03T08:19:02.626ZJun 03 08:18:56.320 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
46822026-06-03T08:19:02.626ZJun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "723ab1e1-5cdc-4cdd-a68f-bd6620595f70", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46832026-06-03T08:19:02.626ZJun 03 08:18:56.321 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
46842026-06-03T08:19:02.626ZJun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6c69734c-79c4-4d1c-ae4d-e6f15325a5a2", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46852026-06-03T08:19:02.626Zoperation failed, settings remained as expectedJun 03 08:18:56.321 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
46862026-06-03T08:19:02.626ZJun 03 08:18:56.321 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "be04114c-a102-464f-8262-e368dd14abe0", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
46872026-06-03T08:19:02.626Zcurrent/target: Diff < left / right > :
46882026-06-03T08:19:02.626Z PortSettings {
46892026-06-03T08:19:02.626Z< links: {},
46902026-06-03T08:19:02.626Z> links: {
46912026-06-03T08:19:02.626Z> "0": LinkSettings {
46922026-06-03T08:19:02.626Z> addrs: [
46932026-06-03T08:19:02.626Z> 17.82.8.59,
46942026-06-03T08:19:02.626Z> 20.172.97.202,
46952026-06-03T08:19:02.626Z> 43.145.241.155,
46962026-06-03T08:19:02.626Z> 46.117.173.214,
46972026-06-03T08:19:02.626Z> 52.112.35.102,
46982026-06-03T08:19:02.626Z> 98.131.37.155,
46992026-06-03T08:19:02.626Z> 121.142.168.105,
47002026-06-03T08:19:02.627Z> 3801:b661:b716:1330:fedc:5eeb:cb4a:9f35,
47012026-06-03T08:19:02.627Z> 4154:f183:e18a:395:c47e:e65e:a88:f8b6,
47022026-06-03T08:19:02.627Z> 8ee9:9890:d894:ded6:6e46:3b2:2d22:4270,
47032026-06-03T08:19:02.627Z> 9476:1e4:2a5b:1845:bc7a:9de4:f2e6:32df,
47042026-06-03T08:19:02.627Z> caea:81e:4238:3e31:e5fd:76af:9c1a:493b,
47052026-06-03T08:19:02.627Z> ],
47062026-06-03T08:19:02.627Z> params: LinkCreate {
47072026-06-03T08:19:02.627Z> autoneg: true,
47082026-06-03T08:19:02.627Z> fec: Some(
47092026-06-03T08:19:02.627Z> None,
47102026-06-03T08:19:02.627Z> ),
47112026-06-03T08:19:02.627Z> kr: true,
47122026-06-03T08:19:02.627Z> lane: Some(
47132026-06-03T08:19:02.627Z> LinkId(
47142026-06-03T08:19:02.627Z> 0,
47152026-06-03T08:19:02.627Z> ),
47162026-06-03T08:19:02.627Z> ),
47172026-06-03T08:19:02.627Z> speed: Speed100G,
47182026-06-03T08:19:02.627Z> tx_eq: None,
47192026-06-03T08:19:02.627Z> },
47202026-06-03T08:19:02.627Z> },
47212026-06-03T08:19:02.627Z> },
47222026-06-03T08:19:02.627Z }
47232026-06-03T08:19:02.627ZJun 03 08:18:56.322 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
47242026-06-03T08:19:02.627ZJun 03 08:18:56.322 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "3a5eef73-d00d-4357-bad7-3ed68d0eaed5", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
47252026-06-03T08:19:02.627ZJun 03 08:18:56.322 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
47262026-06-03T08:19:02.627ZJun 03 08:18:56.322 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "8c7ae45f-03a7-4425-b0b7-5c48a1fb6666", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
47272026-06-03T08:19:02.627Zoperation failed, settings remained as expectedJun 03 08:18:56.322 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
47282026-06-03T08:19:02.627ZJun 03 08:18:56.323 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "cb3a1277-e328-42d3-a971-eb21f732dcf4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
47292026-06-03T08:19:02.627Zcurrent/target: Diff < left / right > :
47302026-06-03T08:19:02.627Z PortSettings {
47312026-06-03T08:19:02.627Z< links: {},
47322026-06-03T08:19:02.627Z> links: {
47332026-06-03T08:19:02.627Z> "0": LinkSettings {
47342026-06-03T08:19:02.627Z> addrs: [
47352026-06-03T08:19:02.628Z> 56.213.168.166,
47362026-06-03T08:19:02.628Z> 62.171.129.149,
47372026-06-03T08:19:02.628Z> 113.230.43.53,
47382026-06-03T08:19:02.628Z> 130.43.106.66,
47392026-06-03T08:19:02.628Z> 134.40.171.6,
47402026-06-03T08:19:02.628Z> 160.133.90.239,
47412026-06-03T08:19:02.628Z> 173.38.132.94,
47422026-06-03T08:19:02.628Z> 189.14.241.203,
47432026-06-03T08:19:02.628Z> 230.7.237.44,
47442026-06-03T08:19:02.628Z> 235.58.195.189,
47452026-06-03T08:19:02.628Z> 253.69.143.53,
47462026-06-03T08:19:02.628Z> 575:c81e:a581:c1bc:b004:b531:4925:6d26,
47472026-06-03T08:19:02.628Z> 4e92:e4e0:de39:319d:8893:5c49:d90b:321,
47482026-06-03T08:19:02.628Z> 5246:622d:6ce1:b673:b3a4:7ed0:b9c6:6962,
47492026-06-03T08:19:02.628Z> 63a9:d289:d315:7910:c562:5f34:6aea:1568,
47502026-06-03T08:19:02.628Z> 6fd8:9d2:cb0:e558:77f1:1239:97fe:7e56,
47512026-06-03T08:19:02.628Z> 7bda:5601:577b:3dcd:811a:6dac:934d:481a,
47522026-06-03T08:19:02.628Z> e4f2:7c2b:d789:6127:8113:d0bc:115f:c0d7,
47532026-06-03T08:19:02.628Z> ea7b:9866:8a5d:b90:ea62:c961:f6e7:c34b,
47542026-06-03T08:19:02.628Z> ],
47552026-06-03T08:19:02.628Z> params: LinkCreate {
47562026-06-03T08:19:02.628Z> autoneg: true,
47572026-06-03T08:19:02.628Z> fec: Some(
47582026-06-03T08:19:02.628Z> None,
47592026-06-03T08:19:02.628Z> ),
47602026-06-03T08:19:02.628Z> kr: false,
47612026-06-03T08:19:02.628Z> lane: Some(
47622026-06-03T08:19:02.628Z> LinkId(
47632026-06-03T08:19:02.628Z> 0,
47642026-06-03T08:19:02.628Z> ),
47652026-06-03T08:19:02.633Z> ),
47662026-06-03T08:19:02.633Z> speed: Speed100G,
47672026-06-03T08:19:02.633Z> tx_eq: None,
47682026-06-03T08:19:02.633Z> },
47692026-06-03T08:19:02.633Z> },
47702026-06-03T08:19:02.633Z> },
47712026-06-03T08:19:02.633Z }
47722026-06-03T08:19:02.633ZJun 03 08:18:56.323 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
47732026-06-03T08:19:02.633ZJun 03 08:18:56.323 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "5aaf8994-beac-41c4-936d-b56638bc09e0", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
47742026-06-03T08:19:02.633ZJun 03 08:18:56.323 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
47752026-06-03T08:19:02.633ZJun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "79692c6b-258c-4f72-b486-07499ac5e80f", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
47762026-06-03T08:19:02.633Zcurrent/target: Diff < left / right > :
47772026-06-03T08:19:02.633Z PortSettings {
47782026-06-03T08:19:02.633Z< links: {},
47792026-06-03T08:19:02.633Z> links: {
47802026-06-03T08:19:02.633Z> "0": LinkSettings {
47812026-06-03T08:19:02.633Z> addrs: [
47822026-06-03T08:19:02.633Z> 54.206.92.144,
47832026-06-03T08:19:02.633Z> 86.93.41.224,
47842026-06-03T08:19:02.633Z> 103.188.88.140,
47852026-06-03T08:19:02.633Z> 167.219.240.101,
47862026-06-03T08:19:02.634Z> 178.244.69.252,
47872026-06-03T08:19:02.634Z> 252.190.108.29,
47882026-06-03T08:19:02.634Z> 1884:47ee:5e90:d5b4:3b1d:5d1c:7746:6009,
47892026-06-03T08:19:02.634Z> 7249:95d7:b3cd:f492:1b2f:adea:2eca:38c3,
47902026-06-03T08:19:02.634Z> ],
47912026-06-03T08:19:02.634Z> params: LinkCreate {
47922026-06-03T08:19:02.634Z> autoneg: true,
47932026-06-03T08:19:02.634Z> fec: Some(
47942026-06-03T08:19:02.634Z> None,
47952026-06-03T08:19:02.634Z> ),
47962026-06-03T08:19:02.634Z> kr: true,
47972026-06-03T08:19:02.634Z> lane: Some(
47982026-06-03T08:19:02.634Z> LinkId(
47992026-06-03T08:19:02.634Z> 0,
48002026-06-03T08:19:02.634Z> ),
48012026-06-03T08:19:02.634Z> ),
48022026-06-03T08:19:02.634Z> speed: Speed100G,
48032026-06-03T08:19:02.634Z> tx_eq: None,
48042026-06-03T08:19:02.634Z> },
48052026-06-03T08:19:02.634Z> },
48062026-06-03T08:19:02.634Z> },
48072026-06-03T08:19:02.634Z }
48082026-06-03T08:19:02.634ZJun 03 08:18:56.324 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
48092026-06-03T08:19:02.634ZJun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "4be65d46-31f4-4935-8d2f-935ff1f045fa", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48102026-06-03T08:19:02.634ZJun 03 08:18:56.324 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48112026-06-03T08:19:02.634ZJun 03 08:18:56.324 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "31c3ac68-5722-429a-ae6d-a361ce3062a4", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48122026-06-03T08:19:02.634Zoperation failed, settings remained as expectedJun 03 08:18:56.324 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48132026-06-03T08:19:02.634ZJun 03 08:18:56.325 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "919fb0f5-2c60-447f-872d-338ff4da06ff", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48142026-06-03T08:19:02.634Zcurrent/target: Diff < left / right > :
48152026-06-03T08:19:02.634Z PortSettings {
48162026-06-03T08:19:02.634Z< links: {},
48172026-06-03T08:19:02.634Z> links: {
48182026-06-03T08:19:02.634Z> "0": LinkSettings {
48192026-06-03T08:19:02.634Z> addrs: [
48202026-06-03T08:19:02.634Z> 26.114.163.176,
48212026-06-03T08:19:02.634Z> 31.249.70.1,
48222026-06-03T08:19:02.634Z> 40.255.175.150,
48232026-06-03T08:19:02.634Z> 79.133.116.33,
48242026-06-03T08:19:02.635Z> 91.212.245.173,
48252026-06-03T08:19:02.635Z> 113.230.97.107,
48262026-06-03T08:19:02.635Z> 215.237.132.54,
48272026-06-03T08:19:02.635Z> ],
48282026-06-03T08:19:02.635Z> params: LinkCreate {
48292026-06-03T08:19:02.635Z> autoneg: true,
48302026-06-03T08:19:02.635Z> fec: Some(
48312026-06-03T08:19:02.635Z> None,
48322026-06-03T08:19:02.635Z> ),
48332026-06-03T08:19:02.635Z> kr: true,
48342026-06-03T08:19:02.635Z> lane: Some(
48352026-06-03T08:19:02.635Z> LinkId(
48362026-06-03T08:19:02.635Z> 0,
48372026-06-03T08:19:02.635Z> ),
48382026-06-03T08:19:02.635Z> ),
48392026-06-03T08:19:02.635Z> speed: Speed100G,
48402026-06-03T08:19:02.635Z> tx_eq: None,
48412026-06-03T08:19:02.635Z> },
48422026-06-03T08:19:02.635Z> },
48432026-06-03T08:19:02.635Z> },
48442026-06-03T08:19:02.635Z }
48452026-06-03T08:19:02.635ZJun 03 08:18:56.325 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
48462026-06-03T08:19:02.635ZJun 03 08:18:56.325 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "cfe0fe28-dd82-4207-9ef3-52eafc475529", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48472026-06-03T08:19:02.635ZJun 03 08:18:56.325 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48482026-06-03T08:19:02.635ZJun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "03fe230c-df3f-4c7f-846a-a2159a66ee9a", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48492026-06-03T08:19:02.635Zoperation failed, settings remained as expectedJun 03 08:18:56.326 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48502026-06-03T08:19:02.635ZJun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "f8ccb5ac-41ea-4351-b719-91ec9b9fb595", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48512026-06-03T08:19:02.635Zcurrent/target: Diff < left / right > :
48522026-06-03T08:19:02.635Z PortSettings {
48532026-06-03T08:19:02.635Z< links: {},
48542026-06-03T08:19:02.635Z> links: {
48552026-06-03T08:19:02.635Z> "0": LinkSettings {
48562026-06-03T08:19:02.635Z> addrs: [
48572026-06-03T08:19:02.635Z> 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
48582026-06-03T08:19:02.635Z> 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
48592026-06-03T08:19:02.636Z> e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
48602026-06-03T08:19:02.636Z> ],
48612026-06-03T08:19:02.636Z> params: LinkCreate {
48622026-06-03T08:19:02.636Z> autoneg: false,
48632026-06-03T08:19:02.636Z> fec: Some(
48642026-06-03T08:19:02.636Z> None,
48652026-06-03T08:19:02.640Z> ),
48662026-06-03T08:19:02.641Z> kr: false,
48672026-06-03T08:19:02.641Z> lane: Some(
48682026-06-03T08:19:02.641Z> LinkId(
48692026-06-03T08:19:02.641Z> 0,
48702026-06-03T08:19:02.641Z> ),
48712026-06-03T08:19:02.641Z> ),
48722026-06-03T08:19:02.641Z> speed: Speed100G,
48732026-06-03T08:19:02.641Z> tx_eq: None,
48742026-06-03T08:19:02.641Z> },
48752026-06-03T08:19:02.641Z> },
48762026-06-03T08:19:02.641Z> },
48772026-06-03T08:19:02.641Z }
48782026-06-03T08:19:02.641ZJun 03 08:18:56.326 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
48792026-06-03T08:19:02.641ZJun 03 08:18:56.326 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "6bfe680d-fa50-47b9-9307-21ae5f564b9f", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48802026-06-03T08:19:02.641ZJun 03 08:18:56.326 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48812026-06-03T08:19:02.641ZJun 03 08:18:56.327 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c65b6c9f-8213-4c66-84ca-c095d1441984", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48822026-06-03T08:19:02.641Zoperation succeeded, settings changed as expectedJun 03 08:18:56.327 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
48832026-06-03T08:19:02.641ZJun 03 08:18:56.327 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c35ed955-ed26-49c9-a280-5668cb2fb7f6", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
48842026-06-03T08:19:02.641Zcurrent/target: Diff < left / right > :
48852026-06-03T08:19:02.641Z PortSettings {
48862026-06-03T08:19:02.641Z links: {
48872026-06-03T08:19:02.641Z "0": LinkSettings {
48882026-06-03T08:19:02.641Z addrs: [
48892026-06-03T08:19:02.641Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
48902026-06-03T08:19:02.641Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
48912026-06-03T08:19:02.641Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
48922026-06-03T08:19:02.641Z> 47.115.114.146,
48932026-06-03T08:19:02.641Z> 78.116.72.51,
48942026-06-03T08:19:02.641Z> 103.191.232.170,
48952026-06-03T08:19:02.641Z> 120.104.59.74,
48962026-06-03T08:19:02.641Z> 142.74.231.154,
48972026-06-03T08:19:02.641Z> 19c9:87ad:abde:7138:1e5:548f:2549:3ad1,
48982026-06-03T08:19:02.641Z> 344e:907d:187d:ea2b:872e:bb92:19d3:17c4,
48992026-06-03T08:19:02.641Z> 3925:115c:401d:9686:6ffa:7951:f18d:ed0f,
49002026-06-03T08:19:02.641Z> 3d34:871c:790b:3a83:f155:bc7b:ce3e:1b3f,
49012026-06-03T08:19:02.641Z> 4210:c251:91e7:a690:67f8:c164:f496:faa1,
49022026-06-03T08:19:02.641Z> 5ccc:98da:4897:2c9:7610:8374:8192:784a,
49032026-06-03T08:19:02.642Z> 711a:c7c:bd7d:b94a:a003:685f:2d7c:be3a,
49042026-06-03T08:19:02.642Z> 83f7:23f8:b4f5:cde9:8d68:eff0:c109:ddc8,
49052026-06-03T08:19:02.642Z> add1:b592:453a:7ca5:eadb:5805:ea21:8ef,
49062026-06-03T08:19:02.642Z> b300:692f:a780:39cb:51ac:6e63:d6df:cd8b,
49072026-06-03T08:19:02.642Z> c4b9:dafe:1487:e627:1bcd:7e62:bec3:7776,
49082026-06-03T08:19:02.642Z ],
49092026-06-03T08:19:02.642Z params: LinkCreate {
49102026-06-03T08:19:02.642Z autoneg: false,
49112026-06-03T08:19:02.642Z fec: Some(
49122026-06-03T08:19:02.642Z None,
49132026-06-03T08:19:02.642Z ),
49142026-06-03T08:19:02.642Z< kr: false,
49152026-06-03T08:19:02.642Z> kr: true,
49162026-06-03T08:19:02.642Z lane: Some(
49172026-06-03T08:19:02.642Z LinkId(
49182026-06-03T08:19:02.642Z 0,
49192026-06-03T08:19:02.642Z ),
49202026-06-03T08:19:02.642Z ),
49212026-06-03T08:19:02.642Z speed: Speed100G,
49222026-06-03T08:19:02.642Z tx_eq: None,
49232026-06-03T08:19:02.642Z },
49242026-06-03T08:19:02.642Z },
49252026-06-03T08:19:02.642Z },
49262026-06-03T08:19:02.642Z }
49272026-06-03T08:19:02.642ZJun 03 08:18:56.327 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
49282026-06-03T08:19:02.642ZJun 03 08:18:56.328 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "7b6a3873-8c98-4645-8831-f70893d5cbed", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49292026-06-03T08:19:02.642ZJun 03 08:18:56.328 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
49302026-06-03T08:19:02.642ZJun 03 08:18:56.328 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "70dba867-0526-42b6-9eea-2663f0cf7f3b", "content-length": "262", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49312026-06-03T08:19:02.642Zcurrent/target: Diff < left / right > :
49322026-06-03T08:19:02.642Z PortSettings {
49332026-06-03T08:19:02.642Z links: {
49342026-06-03T08:19:02.642Z "0": LinkSettings {
49352026-06-03T08:19:02.642Z< addrs: [
49362026-06-03T08:19:02.642Z< 103.191.232.170,
49372026-06-03T08:19:02.643Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
49382026-06-03T08:19:02.643Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
49392026-06-03T08:19:02.643Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
49402026-06-03T08:19:02.643Z< ],
49412026-06-03T08:19:02.643Z> addrs: [],
49422026-06-03T08:19:02.643Z params: LinkCreate {
49432026-06-03T08:19:02.643Z< autoneg: false,
49442026-06-03T08:19:02.643Z> autoneg: true,
49452026-06-03T08:19:02.643Z fec: Some(
49462026-06-03T08:19:02.643Z None,
49472026-06-03T08:19:02.643Z ),
49482026-06-03T08:19:02.643Z< kr: false,
49492026-06-03T08:19:02.643Z> kr: true,
49502026-06-03T08:19:02.643Z lane: Some(
49512026-06-03T08:19:02.643Z LinkId(
49522026-06-03T08:19:02.643Z 0,
49532026-06-03T08:19:02.643Z ),
49542026-06-03T08:19:02.643Z ),
49552026-06-03T08:19:02.643Z speed: Speed100G,
49562026-06-03T08:19:02.643Z tx_eq: None,
49572026-06-03T08:19:02.643Z },
49582026-06-03T08:19:02.643Z },
49592026-06-03T08:19:02.643Z },
49602026-06-03T08:19:02.643Z }
49612026-06-03T08:19:02.643ZJun 03 08:18:56.328 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
49622026-06-03T08:19:02.643ZJun 03 08:18:56.329 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "d9a3dbca-fcbe-43dd-8621-4bd03581a121", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49632026-06-03T08:19:02.643ZJun 03 08:18:56.329 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
49642026-06-03T08:19:02.643ZJun 03 08:18:56.329 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "841bdca8-c792-4914-8461-26c9ca4be90d", "content-length": "244", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49652026-06-03T08:19:02.647Zcurrent/target: Diff < left / right > :
49662026-06-03T08:19:02.647Z PortSettings {
49672026-06-03T08:19:02.647Z links: {
49682026-06-03T08:19:02.647Z "0": LinkSettings {
49692026-06-03T08:19:02.647Z addrs: [
49702026-06-03T08:19:02.647Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
49712026-06-03T08:19:02.647Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
49722026-06-03T08:19:02.648Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
49732026-06-03T08:19:02.648Z> 2810:5d81:6fc2:41:117e:c6d:45bb:e82,
49742026-06-03T08:19:02.648Z> 5128:9583:466d:fbfa:ec32:f741:44d:e782,
49752026-06-03T08:19:02.648Z> da01:6a15:c0e:e9a1:41b4:f87c:f482:44bd,
49762026-06-03T08:19:02.648Z ],
49772026-06-03T08:19:02.648Z params: LinkCreate {
49782026-06-03T08:19:02.648Z< autoneg: false,
49792026-06-03T08:19:02.648Z> autoneg: true,
49802026-06-03T08:19:02.648Z fec: Some(
49812026-06-03T08:19:02.648Z None,
49822026-06-03T08:19:02.648Z ),
49832026-06-03T08:19:02.648Z kr: false,
49842026-06-03T08:19:02.648Z lane: Some(
49852026-06-03T08:19:02.648Z LinkId(
49862026-06-03T08:19:02.648Z 0,
49872026-06-03T08:19:02.648Z ),
49882026-06-03T08:19:02.648Z ),
49892026-06-03T08:19:02.648Z speed: Speed100G,
49902026-06-03T08:19:02.648Z tx_eq: None,
49912026-06-03T08:19:02.648Z },
49922026-06-03T08:19:02.648Z },
49932026-06-03T08:19:02.648Z },
49942026-06-03T08:19:02.648Z }
49952026-06-03T08:19:02.648ZJun 03 08:18:56.329 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
49962026-06-03T08:19:02.648ZJun 03 08:18:56.330 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "5e947322-3946-4515-a01e-4ec2c2fc7a5e", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49972026-06-03T08:19:02.648ZJun 03 08:18:56.330 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
49982026-06-03T08:19:02.648ZJun 03 08:18:56.330 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c65f08dd-de03-4a25-b710-e3c6f977c913", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
49992026-06-03T08:19:02.648Zcurrent/target: Diff < left / right > :
50002026-06-03T08:19:02.648Z PortSettings {
50012026-06-03T08:19:02.648Z links: {
50022026-06-03T08:19:02.648Z "0": LinkSettings {
50032026-06-03T08:19:02.648Z addrs: [
50042026-06-03T08:19:02.648Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
50052026-06-03T08:19:02.648Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
50062026-06-03T08:19:02.648Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
50072026-06-03T08:19:02.648Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
50082026-06-03T08:19:02.648Z> 9.103.203.145,
50092026-06-03T08:19:02.649Z> 46.236.23.71,
50102026-06-03T08:19:02.649Z> 71.237.134.105,
50112026-06-03T08:19:02.649Z> 94.23.85.50,
50122026-06-03T08:19:02.649Z> 97.112.209.32,
50132026-06-03T08:19:02.649Z> 152.21.144.34,
50142026-06-03T08:19:02.649Z> 158.5.226.199,
50152026-06-03T08:19:02.649Z> 184.12.126.138,
50162026-06-03T08:19:02.649Z> 252.165.244.46,
50172026-06-03T08:19:02.649Z> 261:fbda:df07:acf6:3820:6520:612c:5103,
50182026-06-03T08:19:02.649Z> 1c91:3a08:2fcd:1f3b:86e6:c2af:1937:a2b1,
50192026-06-03T08:19:02.649Z> 22a4:e413:92af:997e:2896:755a:97ed:835e,
50202026-06-03T08:19:02.649Z> 3217:d738:a3d9:1333:92ab:1643:1ccf:2422,
50212026-06-03T08:19:02.649Z> 3ec8:a76c:f96a:781d:cd84:dcb7:e515:2fc4,
50222026-06-03T08:19:02.649Z> 4338:a28a:6ed2:816a:ba4d:e2b5:57b2:1ce,
50232026-06-03T08:19:02.649Z> 95a5:9a1b:5666:6da8:abf7:84b2:edfd:55bb,
50242026-06-03T08:19:02.650Z> be23:e42c:7fe6:447:2c3c:ce3c:fed9:9b8f,
50252026-06-03T08:19:02.650Z> c910:f153:f954:c0cc:7f65:c2d2:92cc:ba34,
50262026-06-03T08:19:02.650Z> d381:8189:9cf9:ec5a:6a3:e598:bc62:2c6b,
50272026-06-03T08:19:02.650Z> d5a5:4182:ef61:6479:ee14:e99d:578b:84e4,
50282026-06-03T08:19:02.650Z> db7d:a261:590c:766d:bbff:8049:f403:6593,
50292026-06-03T08:19:02.650Z> dbae:9343:4fa0:37ce:8ea1:1b6f:bc2e:afb3,
50302026-06-03T08:19:02.650Z ],
50312026-06-03T08:19:02.650Z params: LinkCreate {
50322026-06-03T08:19:02.650Z< autoneg: false,
50332026-06-03T08:19:02.650Z> autoneg: true,
50342026-06-03T08:19:02.650Z fec: Some(
50352026-06-03T08:19:02.650Z None,
50362026-06-03T08:19:02.650Z ),
50372026-06-03T08:19:02.650Z kr: false,
50382026-06-03T08:19:02.650Z lane: Some(
50392026-06-03T08:19:02.650Z LinkId(
50402026-06-03T08:19:02.650Z 0,
50412026-06-03T08:19:02.650Z ),
50422026-06-03T08:19:02.650Z ),
50432026-06-03T08:19:02.650Z speed: Speed100G,
50442026-06-03T08:19:02.650Z tx_eq: None,
50452026-06-03T08:19:02.650Z },
50462026-06-03T08:19:02.650Z },
50472026-06-03T08:19:02.650Z },
50482026-06-03T08:19:02.650Z }
50492026-06-03T08:19:02.650ZJun 03 08:18:56.330 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
50502026-06-03T08:19:02.650ZJun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "9a59f432-96fd-46e0-aa1a-74d67de4fca9", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
50512026-06-03T08:19:02.650ZJun 03 08:18:56.331 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
50522026-06-03T08:19:02.650ZJun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "50ec9732-b994-4c5b-94e7-654fd5f2468e", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
50532026-06-03T08:19:02.650Zoperation failed, settings remained as expectedJun 03 08:18:56.331 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
50542026-06-03T08:19:02.650ZJun 03 08:18:56.331 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "08d7b0c4-347e-4e50-bea9-eb853a9c1a6e", "content-length": "285", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
50552026-06-03T08:19:02.650Zcurrent/target: Diff < left / right > :
50562026-06-03T08:19:02.650Z PortSettings {
50572026-06-03T08:19:02.650Z links: {
50582026-06-03T08:19:02.650Z "0": LinkSettings {
50592026-06-03T08:19:02.650Z addrs: [
50602026-06-03T08:19:02.651Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
50612026-06-03T08:19:02.651Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
50622026-06-03T08:19:02.651Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
50632026-06-03T08:19:02.651Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
50642026-06-03T08:19:02.651Z> 66.196.254.93,
50652026-06-03T08:19:02.655Z> 183:15fc:3de6:ded6:bea:92ab:e230:68b3,
50662026-06-03T08:19:02.655Z> 3cd:7d62:d35e:c27d:eb5f:ad20:579b:4a91,
50672026-06-03T08:19:02.655Z> 817:1731:fb1:fad1:5fd6:8fd4:f6da:46ee,
50682026-06-03T08:19:02.655Z> 2111:d395:4c44:2021:a05b:5d3f:f85c:c443,
50692026-06-03T08:19:02.655Z> 32ae:c55:edf9:6ce0:7690:25f4:94fd:1db4,
50702026-06-03T08:19:02.655Z> 703f:5966:ce64:ac91:56f5:b268:a3c9:60e1,
50712026-06-03T08:19:02.655Z> 9662:d631:3a67:20a5:1fd6:7143:1ed9:93db,
50722026-06-03T08:19:02.655Z> 99f6:d03:2384:8e63:5e99:bebf:9769:f07c,
50732026-06-03T08:19:02.655Z> b4bc:d272:d7:bd79:3f60:91c8:caf7:4656,
50742026-06-03T08:19:02.655Z> d115:1880:ebe7:274e:a5cf:cfb2:4256:6a47,
50752026-06-03T08:19:02.655Z> d3d0:1f98:3a93:75a:38ec:81d5:5609:3d2a,
50762026-06-03T08:19:02.655Z> d8fe:b493:97f8:1364:52f8:b6a5:b570:1dd0,
50772026-06-03T08:19:02.655Z> dec9:231d:1cbf:7b04:b26a:c2e5:2ec6:b62a,
50782026-06-03T08:19:02.655Z> f74f:9170:564b:f793:2fca:a3fc:cf75:aee2,
50792026-06-03T08:19:02.656Z ],
50802026-06-03T08:19:02.656Z params: LinkCreate {
50812026-06-03T08:19:02.656Z autoneg: false,
50822026-06-03T08:19:02.656Z fec: Some(
50832026-06-03T08:19:02.656Z None,
50842026-06-03T08:19:02.656Z ),
50852026-06-03T08:19:02.656Z< kr: false,
50862026-06-03T08:19:02.656Z> kr: true,
50872026-06-03T08:19:02.656Z lane: Some(
50882026-06-03T08:19:02.656Z LinkId(
50892026-06-03T08:19:02.656Z 0,
50902026-06-03T08:19:02.656Z ),
50912026-06-03T08:19:02.656Z ),
50922026-06-03T08:19:02.656Z speed: Speed100G,
50932026-06-03T08:19:02.656Z tx_eq: None,
50942026-06-03T08:19:02.656Z },
50952026-06-03T08:19:02.656Z },
50962026-06-03T08:19:02.656Z },
50972026-06-03T08:19:02.656Z }
50982026-06-03T08:19:02.656ZJun 03 08:18:56.332 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
50992026-06-03T08:19:02.656ZJun 03 08:18:56.332 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "d6305465-13c6-44f0-8f9c-b58f0adafe00", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
51002026-06-03T08:19:02.656ZJun 03 08:18:56.332 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
51012026-06-03T08:19:02.656ZJun 03 08:18:56.333 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "800e0767-f1a5-40a9-8ebc-e45b8abba004", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
51022026-06-03T08:19:02.656Zcurrent/target: Diff < left / right > :
51032026-06-03T08:19:02.656Z PortSettings {
51042026-06-03T08:19:02.656Z links: {
51052026-06-03T08:19:02.656Z "0": LinkSettings {
51062026-06-03T08:19:02.656Z addrs: [
51072026-06-03T08:19:02.656Z< 66.196.254.93,
51082026-06-03T08:19:02.656Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
51092026-06-03T08:19:02.656Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
51102026-06-03T08:19:02.657Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
51112026-06-03T08:19:02.657Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
51122026-06-03T08:19:02.657Z> 14.171.225.178,
51132026-06-03T08:19:02.657Z> 88.85.140.169,
51142026-06-03T08:19:02.657Z> 89.194.99.34,
51152026-06-03T08:19:02.657Z> 91.234.130.56,
51162026-06-03T08:19:02.657Z> 101.60.125.183,
51172026-06-03T08:19:02.657Z> 140.242.158.143,
51182026-06-03T08:19:02.657Z> 164.228.251.135,
51192026-06-03T08:19:02.657Z> 168.186.207.191,
51202026-06-03T08:19:02.657Z> 185.253.238.35,
51212026-06-03T08:19:02.657Z> 234.35.164.29,
51222026-06-03T08:19:02.657Z> 244.99.159.183,
51232026-06-03T08:19:02.657Z> 252.104.123.143,
51242026-06-03T08:19:02.657Z> 253.155.141.169,
51252026-06-03T08:19:02.657Z> 15fa:d701:d7b8:b2af:5197:c41d:ff9c:9976,
51262026-06-03T08:19:02.657Z> 3efe:76b7:cd8f:acf6:802f:5edc:ddaf:ad7a,
51272026-06-03T08:19:02.657Z> 672c:7f20:ce87:e998:5b57:bb04:9fca:4f73,
51282026-06-03T08:19:02.657Z> 80e0:aa5e:b8f9:ba:59e2:958f:99c8:9c56,
51292026-06-03T08:19:02.657Z ],
51302026-06-03T08:19:02.657Z params: LinkCreate {
51312026-06-03T08:19:02.657Z< autoneg: false,
51322026-06-03T08:19:02.657Z> autoneg: true,
51332026-06-03T08:19:02.657Z fec: Some(
51342026-06-03T08:19:02.657Z None,
51352026-06-03T08:19:02.657Z ),
51362026-06-03T08:19:02.657Z< kr: false,
51372026-06-03T08:19:02.657Z> kr: true,
51382026-06-03T08:19:02.657Z lane: Some(
51392026-06-03T08:19:02.657Z LinkId(
51402026-06-03T08:19:02.657Z 0,
51412026-06-03T08:19:02.657Z ),
51422026-06-03T08:19:02.657Z ),
51432026-06-03T08:19:02.657Z speed: Speed100G,
51442026-06-03T08:19:02.657Z tx_eq: None,
51452026-06-03T08:19:02.657Z },
51462026-06-03T08:19:02.657Z },
51472026-06-03T08:19:02.657Z },
51482026-06-03T08:19:02.658Z }
51492026-06-03T08:19:02.658ZJun 03 08:18:56.333 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
51502026-06-03T08:19:02.658ZJun 03 08:18:56.333 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "9bc1bb8a-f2ff-4376-887c-8bc78798ea8e", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
51512026-06-03T08:19:02.658ZJun 03 08:18:56.333 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
51522026-06-03T08:19:02.658ZJun 03 08:18:56.334 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b614b32f-f304-4144-98df-c80b43235932", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
51532026-06-03T08:19:02.658Zoperation failed, settings remained as expectedJun 03 08:18:56.334 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
51542026-06-03T08:19:02.658ZJun 03 08:18:56.334 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3fe6bcaa-cfc0-4032-84b7-be1ffe3065df", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
51552026-06-03T08:19:02.658Zcurrent/target: Diff < left / right > :
51562026-06-03T08:19:02.658Z PortSettings {
51572026-06-03T08:19:02.658Z links: {
51582026-06-03T08:19:02.658Z "0": LinkSettings {
51592026-06-03T08:19:02.658Z addrs: [
51602026-06-03T08:19:02.658Z< 66.196.254.93,
51612026-06-03T08:19:02.658Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
51622026-06-03T08:19:02.658Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
51632026-06-03T08:19:02.658Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
51642026-06-03T08:19:02.658Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
51652026-06-03T08:19:02.662Z> 27.106.87.130,
51662026-06-03T08:19:02.663Z> 49.79.18.86,
51672026-06-03T08:19:02.663Z> 61.12.236.158,
51682026-06-03T08:19:02.663Z> 83.117.129.166,
51692026-06-03T08:19:02.663Z> 131.225.4.53,
51702026-06-03T08:19:02.663Z> 181.102.153.241,
51712026-06-03T08:19:02.663Z> 242.10.130.147,
51722026-06-03T08:19:02.663Z> 4e2:c536:2109:68ee:ec71:182e:908d:3949,
51732026-06-03T08:19:02.663Z> e00:1695:df52:80cb:1f9e:c3c9:cf82:361b,
51742026-06-03T08:19:02.663Z> 6f6f:6cfd:2054:9c04:abb7:bdb7:480b:f66,
51752026-06-03T08:19:02.663Z> 958c:9704:e0a7:989:7dd1:7c6a:2adf:4f06,
51762026-06-03T08:19:02.663Z> d33f:b0ad:d9f3:a084:51ef:6b16:6fe1:de4d,
51772026-06-03T08:19:02.663Z> ee2f:c4c6:e54d:b130:f3ca:81cf:b9ff:8ee5,
51782026-06-03T08:19:02.663Z> fe83:758:e791:eb9e:1bfb:8836:39fa:5da,
51792026-06-03T08:19:02.663Z ],
51802026-06-03T08:19:02.663Z params: LinkCreate {
51812026-06-03T08:19:02.663Z< autoneg: false,
51822026-06-03T08:19:02.663Z> autoneg: true,
51832026-06-03T08:19:02.663Z fec: Some(
51842026-06-03T08:19:02.663Z None,
51852026-06-03T08:19:02.663Z ),
51862026-06-03T08:19:02.663Z< kr: false,
51872026-06-03T08:19:02.663Z> kr: true,
51882026-06-03T08:19:02.663Z lane: Some(
51892026-06-03T08:19:02.663Z LinkId(
51902026-06-03T08:19:02.663Z 0,
51912026-06-03T08:19:02.663Z ),
51922026-06-03T08:19:02.663Z ),
51932026-06-03T08:19:02.663Z speed: Speed100G,
51942026-06-03T08:19:02.663Z tx_eq: None,
51952026-06-03T08:19:02.663Z },
51962026-06-03T08:19:02.663Z },
51972026-06-03T08:19:02.663Z },
51982026-06-03T08:19:02.663Z }
51992026-06-03T08:19:02.663ZJun 03 08:18:56.334 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
52002026-06-03T08:19:02.663ZJun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "8e474c63-5599-4d9e-bf47-914616f422cd", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52012026-06-03T08:19:02.663ZJun 03 08:18:56.335 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
52022026-06-03T08:19:02.664ZJun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c5d8f381-4890-46e9-ad53-31f2c37d2fad", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52032026-06-03T08:19:02.664Zoperation failed, settings remained as expectedJun 03 08:18:56.335 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
52042026-06-03T08:19:02.664ZJun 03 08:18:56.335 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "c67ff555-e49b-4db8-9e70-9dcb1fef47d2", "content-length": "301", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52052026-06-03T08:19:02.664Zcurrent/target: Diff < left / right > :
52062026-06-03T08:19:02.664Z PortSettings {
52072026-06-03T08:19:02.664Z< links: {
52082026-06-03T08:19:02.664Z< "0": LinkSettings {
52092026-06-03T08:19:02.664Z< addrs: [
52102026-06-03T08:19:02.664Z< 66.196.254.93,
52112026-06-03T08:19:02.664Z< 3df7:8c64:5d07:8e81:6f8a:be39:dcbc:7f3,
52122026-06-03T08:19:02.664Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
52132026-06-03T08:19:02.664Z< 9978:11af:fa93:dcd4:1121:b627:40e1:bb30,
52142026-06-03T08:19:02.664Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
52152026-06-03T08:19:02.664Z< ],
52162026-06-03T08:19:02.664Z< params: LinkCreate {
52172026-06-03T08:19:02.664Z< autoneg: false,
52182026-06-03T08:19:02.664Z< fec: Some(
52192026-06-03T08:19:02.664Z< None,
52202026-06-03T08:19:02.664Z< ),
52212026-06-03T08:19:02.664Z< kr: false,
52222026-06-03T08:19:02.664Z< lane: Some(
52232026-06-03T08:19:02.664Z< LinkId(
52242026-06-03T08:19:02.664Z< 0,
52252026-06-03T08:19:02.664Z< ),
52262026-06-03T08:19:02.664Z< ),
52272026-06-03T08:19:02.664Z< speed: Speed100G,
52282026-06-03T08:19:02.664Z< tx_eq: None,
52292026-06-03T08:19:02.664Z< },
52302026-06-03T08:19:02.664Z< },
52312026-06-03T08:19:02.664Z< },
52322026-06-03T08:19:02.664Z> links: {},
52332026-06-03T08:19:02.664Z }
52342026-06-03T08:19:02.664ZJun 03 08:18:56.335 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
52352026-06-03T08:19:02.664ZJun 03 08:18:56.336 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "307f2832-416e-4f47-9cd1-e1a3ef9f59bc", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52362026-06-03T08:19:02.664ZJun 03 08:18:56.336 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
52372026-06-03T08:19:02.664ZJun 03 08:18:56.336 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4f546485-4029-435b-bb04-e4c46335fc0a", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52382026-06-03T08:19:02.664Zcurrent/target: Diff < left / right > :
52392026-06-03T08:19:02.664Z PortSettings {
52402026-06-03T08:19:02.665Z< links: {
52412026-06-03T08:19:02.665Z< "0": LinkSettings {
52422026-06-03T08:19:02.665Z< addrs: [
52432026-06-03T08:19:02.665Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
52442026-06-03T08:19:02.665Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
52452026-06-03T08:19:02.665Z< ],
52462026-06-03T08:19:02.665Z< params: LinkCreate {
52472026-06-03T08:19:02.665Z< autoneg: false,
52482026-06-03T08:19:02.665Z< fec: Some(
52492026-06-03T08:19:02.665Z< None,
52502026-06-03T08:19:02.665Z< ),
52512026-06-03T08:19:02.665Z< kr: false,
52522026-06-03T08:19:02.665Z< lane: Some(
52532026-06-03T08:19:02.665Z< LinkId(
52542026-06-03T08:19:02.665Z< 0,
52552026-06-03T08:19:02.665Z< ),
52562026-06-03T08:19:02.665Z< ),
52572026-06-03T08:19:02.665Z< speed: Speed100G,
52582026-06-03T08:19:02.665Z< tx_eq: None,
52592026-06-03T08:19:02.665Z< },
52602026-06-03T08:19:02.665Z< },
52612026-06-03T08:19:02.665Z< },
52622026-06-03T08:19:02.665Z> links: {},
52632026-06-03T08:19:02.665Z }
52642026-06-03T08:19:02.665ZJun 03 08:18:56.336 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
52652026-06-03T08:19:02.669ZJun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "7603accf-936f-444d-95b1-47511a0f3696", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52662026-06-03T08:19:02.669ZJun 03 08:18:56.337 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
52672026-06-03T08:19:02.669ZJun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fc91a253-9d0c-4cde-b1a8-dcb02c84f1b1", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52682026-06-03T08:19:02.669Zoperation failed, settings remained as expectedJun 03 08:18:56.337 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
52692026-06-03T08:19:02.669ZJun 03 08:18:56.337 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a7b35da9-022d-46ba-98bf-58c56320a8ec", "content-length": "202", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
52702026-06-03T08:19:02.669Zcurrent/target: Diff < left / right > :
52712026-06-03T08:19:02.669Z PortSettings {
52722026-06-03T08:19:02.669Z links: {
52732026-06-03T08:19:02.669Z "0": LinkSettings {
52742026-06-03T08:19:02.669Z addrs: [
52752026-06-03T08:19:02.669Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
52762026-06-03T08:19:02.669Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
52772026-06-03T08:19:02.669Z> 18.66.240.33,
52782026-06-03T08:19:02.669Z> 22.180.30.90,
52792026-06-03T08:19:02.669Z> 78.14.69.158,
52802026-06-03T08:19:02.669Z> 219.73.202.87,
52812026-06-03T08:19:02.670Z> 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16,
52822026-06-03T08:19:02.670Z> 91b7:8794:7f68:4094:69df:28a2:ccc7:3949,
52832026-06-03T08:19:02.670Z> bb8d:458b:89b7:1e:6b46:5421:5c0c:f0b5,
52842026-06-03T08:19:02.670Z> e899:bf99:75a2:f49c:1a96:be89:484f:d28e,
52852026-06-03T08:19:02.670Z ],
52862026-06-03T08:19:02.670Z params: LinkCreate {
52872026-06-03T08:19:02.670Z autoneg: false,
52882026-06-03T08:19:02.670Z fec: Some(
52892026-06-03T08:19:02.670Z None,
52902026-06-03T08:19:02.670Z ),
52912026-06-03T08:19:02.670Z< kr: false,
52922026-06-03T08:19:02.670Z> kr: true,
52932026-06-03T08:19:02.670Z lane: Some(
52942026-06-03T08:19:02.670Z LinkId(
52952026-06-03T08:19:02.670Z 0,
52962026-06-03T08:19:02.670Z ),
52972026-06-03T08:19:02.670Z ),
52982026-06-03T08:19:02.670Z speed: Speed100G,
52992026-06-03T08:19:02.670Z tx_eq: None,
53002026-06-03T08:19:02.670Z },
53012026-06-03T08:19:02.670Z },
53022026-06-03T08:19:02.670Z },
53032026-06-03T08:19:02.670Z }
53042026-06-03T08:19:02.670ZJun 03 08:18:56.337 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
53052026-06-03T08:19:02.670ZJun 03 08:18:56.338 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 500, headers: {"content-type": "application/json", "x-request-id": "b029599f-7fd1-41f0-afa7-c6000e1f6c64", "content-length": "138", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53062026-06-03T08:19:02.670ZJun 03 08:18:56.338 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53072026-06-03T08:19:02.670ZJun 03 08:18:56.338 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3155d28d-fcfe-432d-a7e4-072f8d781662", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53082026-06-03T08:19:02.670Zcurrent/target: Diff < left / right > :
53092026-06-03T08:19:02.670Z PortSettings {
53102026-06-03T08:19:02.670Z links: {
53112026-06-03T08:19:02.670Z "0": LinkSettings {
53122026-06-03T08:19:02.670Z addrs: [
53132026-06-03T08:19:02.670Z< 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16,
53142026-06-03T08:19:02.670Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
53152026-06-03T08:19:02.670Z< 91b7:8794:7f68:4094:69df:28a2:ccc7:3949,
53162026-06-03T08:19:02.670Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
53172026-06-03T08:19:02.671Z> 30.126.64.99,
53182026-06-03T08:19:02.671Z> 56.123.206.211,
53192026-06-03T08:19:02.671Z> 97.69.204.139,
53202026-06-03T08:19:02.671Z> 105.239.169.16,
53212026-06-03T08:19:02.671Z> 161.125.91.60,
53222026-06-03T08:19:02.671Z> 199.235.221.94,
53232026-06-03T08:19:02.671Z> 212.246.150.114,
53242026-06-03T08:19:02.671Z> 239.14.198.3,
53252026-06-03T08:19:02.671Z> 66e:d642:103:e8a5:51e4:f845:89bc:dfb9,
53262026-06-03T08:19:02.671Z> 4a6c:eeb3:2c90:6320:914c:30de:6b2e:a1ca,
53272026-06-03T08:19:02.671Z> bb2d:f149:b07f:bc0:9948:7d3d:fa08:a110,
53282026-06-03T08:19:02.671Z> cd5d:855:9479:9b18:65e7:b2bd:72cb:3c19,
53292026-06-03T08:19:02.671Z> e4f5:27f8:d68:cdf8:b2c9:75a6:6353:2b16,
53302026-06-03T08:19:02.671Z> f9d6:1b89:c3b7:59c3:8470:718e:ad7b:2e5c,
53312026-06-03T08:19:02.671Z ],
53322026-06-03T08:19:02.671Z params: LinkCreate {
53332026-06-03T08:19:02.671Z< autoneg: false,
53342026-06-03T08:19:02.671Z> autoneg: true,
53352026-06-03T08:19:02.671Z fec: Some(
53362026-06-03T08:19:02.671Z None,
53372026-06-03T08:19:02.671Z ),
53382026-06-03T08:19:02.671Z< kr: false,
53392026-06-03T08:19:02.671Z> kr: true,
53402026-06-03T08:19:02.671Z lane: Some(
53412026-06-03T08:19:02.671Z LinkId(
53422026-06-03T08:19:02.671Z 0,
53432026-06-03T08:19:02.671Z ),
53442026-06-03T08:19:02.671Z ),
53452026-06-03T08:19:02.671Z speed: Speed100G,
53462026-06-03T08:19:02.671Z tx_eq: None,
53472026-06-03T08:19:02.671Z },
53482026-06-03T08:19:02.671Z },
53492026-06-03T08:19:02.671Z },
53502026-06-03T08:19:02.671Z }
53512026-06-03T08:19:02.671ZJun 03 08:18:56.338 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
53522026-06-03T08:19:02.671ZJun 03 08:18:56.339 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 418, headers: {"content-type": "application/json", "x-request-id": "c95b2f43-3366-4811-92c3-c523344a30a9", "content-length": "130", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53532026-06-03T08:19:02.671ZJun 03 08:18:56.339 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53542026-06-03T08:19:02.671ZJun 03 08:18:56.339 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b4412910-4991-42ee-9192-c053319c7282", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53552026-06-03T08:19:02.672Zoperation failed, settings remained as expectedJun 03 08:18:56.339 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53562026-06-03T08:19:02.672ZJun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b56f9d0c-a8e3-4de7-a942-8af16af813df", "content-length": "286", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53572026-06-03T08:19:02.672Zcurrent/target: Diff < left / right > :
53582026-06-03T08:19:02.672Z PortSettings {
53592026-06-03T08:19:02.672Z< links: {
53602026-06-03T08:19:02.672Z< "0": LinkSettings {
53612026-06-03T08:19:02.672Z< addrs: [
53622026-06-03T08:19:02.672Z< 23ae:5393:27e9:ae08:ae6a:b8c2:37e1:5a16,
53632026-06-03T08:19:02.672Z< 5128:9583:466d:fbfa:ec32:f741:44d:e782,
53642026-06-03T08:19:02.672Z< 91b7:8794:7f68:4094:69df:28a2:ccc7:3949,
53652026-06-03T08:19:02.678Z< e966:728e:a2b7:6cf1:4fea:504c:20e9:b78,
53662026-06-03T08:19:02.678Z< ],
53672026-06-03T08:19:02.678Z< params: LinkCreate {
53682026-06-03T08:19:02.678Z< autoneg: false,
53692026-06-03T08:19:02.678Z< fec: Some(
53702026-06-03T08:19:02.678Z< None,
53712026-06-03T08:19:02.678Z< ),
53722026-06-03T08:19:02.678Z< kr: false,
53732026-06-03T08:19:02.678Z< lane: Some(
53742026-06-03T08:19:02.678Z< LinkId(
53752026-06-03T08:19:02.678Z< 0,
53762026-06-03T08:19:02.678Z< ),
53772026-06-03T08:19:02.678Z< ),
53782026-06-03T08:19:02.678Z< speed: Speed100G,
53792026-06-03T08:19:02.678Z< tx_eq: None,
53802026-06-03T08:19:02.678Z< },
53812026-06-03T08:19:02.678Z< },
53822026-06-03T08:19:02.678Z< },
53832026-06-03T08:19:02.678Z> links: {},
53842026-06-03T08:19:02.678Z }
53852026-06-03T08:19:02.678ZJun 03 08:18:56.340 TRCE client request, body: Some(Body), uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: POST
53862026-06-03T08:19:02.678ZJun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "057c8829-1f18-431e-ab17-ec7e5f318c36", "content-length": "12", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53872026-06-03T08:19:02.678ZJun 03 08:18:56.340 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53882026-06-03T08:19:02.678ZJun 03 08:18:56.340 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "59cf4f4f-bb49-473b-abb1-103b2631b4db", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53892026-06-03T08:19:02.678ZJun 03 08:18:56.541 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53902026-06-03T08:19:02.679ZJun 03 08:18:56.542 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "9c2c9178-f922-47b8-b189-9e7799704bb4", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53912026-06-03T08:19:02.679ZJun 03 08:18:56.743 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53922026-06-03T08:19:02.679ZJun 03 08:18:56.744 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "4594a032-1486-443c-9a72-62c123176e4e", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53932026-06-03T08:19:02.679ZJun 03 08:18:56.945 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53942026-06-03T08:19:02.679ZJun 03 08:18:56.945 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "524ff22d-de91-41f2-a44e-247fd2579016", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:56 GMT"} })
53952026-06-03T08:19:02.679ZJun 03 08:18:57.147 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53962026-06-03T08:19:02.679ZJun 03 08:18:57.147 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "0bb09da8-6581-4b9c-812f-b132be0cdcc3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} })
53972026-06-03T08:19:02.679ZJun 03 08:18:57.348 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
53982026-06-03T08:19:02.679ZJun 03 08:18:57.349 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "d50c971a-4657-4cfd-a1c4-471ba82855f3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} })
53992026-06-03T08:19:02.679ZJun 03 08:18:57.550 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54002026-06-03T08:19:02.679ZJun 03 08:18:57.551 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1660aae1-7378-4f9f-991b-ef49ad21d3a3", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} })
54012026-06-03T08:19:02.679ZJun 03 08:18:57.752 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54022026-06-03T08:19:02.679ZJun 03 08:18:57.752 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "556a5b86-63d4-41ac-b84e-375fc4889368", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} })
54032026-06-03T08:19:02.679ZJun 03 08:18:57.954 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54042026-06-03T08:19:02.679ZJun 03 08:18:57.954 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "dd48f1a8-54ff-492e-ae4d-7cfb3796dc23", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:57 GMT"} })
54052026-06-03T08:19:02.679ZJun 03 08:18:58.155 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54062026-06-03T08:19:02.679ZJun 03 08:18:58.156 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "ed6be9fb-5dd0-4c01-a98b-46979a0a23ec", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} })
54072026-06-03T08:19:02.679ZJun 03 08:18:58.357 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54082026-06-03T08:19:02.679ZJun 03 08:18:58.358 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "dfad27b4-3283-461f-9748-2d60e8fd33ac", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} })
54092026-06-03T08:19:02.679ZJun 03 08:18:58.559 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54102026-06-03T08:19:02.679ZJun 03 08:18:58.559 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "5ee7529e-598f-4507-8ac4-8882c7fb6f92", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} })
54112026-06-03T08:19:02.679ZJun 03 08:18:58.761 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54122026-06-03T08:19:02.679ZJun 03 08:18:58.761 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "af043dd4-79d3-4752-9e3e-c83bb2503344", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} })
54132026-06-03T08:19:02.679ZJun 03 08:18:58.962 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54142026-06-03T08:19:02.679ZJun 03 08:18:58.963 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "1a62c0f6-3e08-4ad8-aac8-3cb29fb13951", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:58 GMT"} })
54152026-06-03T08:19:02.679ZJun 03 08:18:59.164 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54162026-06-03T08:19:02.679ZJun 03 08:18:59.165 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "450e9cd3-7770-425a-8ea5-871b12c4153a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} })
54172026-06-03T08:19:02.679ZJun 03 08:18:59.365 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54182026-06-03T08:19:02.679ZJun 03 08:18:59.365 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "711d2840-2980-4ff5-a829-0c364ae29acf", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} })
54192026-06-03T08:19:02.679ZJun 03 08:18:59.566 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54202026-06-03T08:19:02.679ZJun 03 08:18:59.567 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "bac514ac-e1cc-4a53-992b-8717021080d6", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} })
54212026-06-03T08:19:02.679ZJun 03 08:18:59.768 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54222026-06-03T08:19:02.679ZJun 03 08:18:59.769 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "b02073ee-0120-432c-9b87-a89c63993ac2", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} })
54232026-06-03T08:19:02.679ZJun 03 08:18:59.970 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54242026-06-03T08:19:02.679ZJun 03 08:18:59.970 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "73a3154d-d8fa-42c3-a1d2-cc5a1a437adf", "content-length": "121", "date": "Wed, 03 Jun 2026 08:18:59 GMT"} })
54252026-06-03T08:19:02.679ZJun 03 08:19:00.171 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54262026-06-03T08:19:02.679ZJun 03 08:19:00.172 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "9b32d47c-c576-408e-a807-8194b9ed4eca", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} })
54272026-06-03T08:19:02.679ZJun 03 08:19:00.373 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54282026-06-03T08:19:02.680ZJun 03 08:19:00.374 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "3659df4d-6925-4105-bd57-3ed22666c394", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} })
54292026-06-03T08:19:02.680ZJun 03 08:19:00.575 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54302026-06-03T08:19:02.680ZJun 03 08:19:00.576 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "a63b6f22-3d40-4599-a51a-77ab122ac1d6", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} })
54312026-06-03T08:19:02.680ZJun 03 08:19:00.777 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54322026-06-03T08:19:02.680ZJun 03 08:19:00.777 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "fcaa582e-b6d2-4e0d-b6dd-0ffef995874a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} })
54332026-06-03T08:19:02.680ZJun 03 08:19:00.978 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54342026-06-03T08:19:02.680ZJun 03 08:19:00.979 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "eaa67ba6-4b27-41ac-bf05-0b81afee73fb", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:00 GMT"} })
54352026-06-03T08:19:02.680ZJun 03 08:19:01.180 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54362026-06-03T08:19:02.680ZJun 03 08:19:01.181 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "512508be-964f-41d7-829d-c96a6fddb699", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:01 GMT"} })
54372026-06-03T08:19:02.680ZJun 03 08:19:01.382 TRCE client request, body: None, uri: http://localhost:9587/port/qsfp0/settings?tag=chaos, method: GET
54382026-06-03T08:19:02.680ZJun 03 08:19:01.382 TRCE client response, result: Ok(Response { url: "http://localhost:9587/port/qsfp0/settings?tag=chaos", status: 200, headers: {"content-type": "application/json", "x-request-id": "31770ddf-ff55-42ad-9073-91b3b13fa41a", "content-length": "121", "date": "Wed, 03 Jun 2026 08:19:01 GMT"} })
54392026-06-03T08:19:02.680ZError: operation failed: desired settings: PortSettings {
54402026-06-03T08:19:02.680Z links: {},
54412026-06-03T08:19:02.680Z}
54422026-06-03T08:19:02.680Zcurrent settings: PortSettings {
54432026-06-03T08:19:02.680Z links: {
54442026-06-03T08:19:02.680Z "0": LinkSettings {
54452026-06-03T08:19:02.680Z addrs: [],
54462026-06-03T08:19:02.680Z params: LinkCreate {
54472026-06-03T08:19:02.680Z autoneg: false,
54482026-06-03T08:19:02.680Z fec: Some(
54492026-06-03T08:19:02.680Z None,
54502026-06-03T08:19:02.680Z ),
54512026-06-03T08:19:02.680Z kr: false,
54522026-06-03T08:19:02.680Z lane: Some(
54532026-06-03T08:19:02.680Z LinkId(
54542026-06-03T08:19:02.680Z 0,
54552026-06-03T08:19:02.680Z ),
54562026-06-03T08:19:02.680Z ),
54572026-06-03T08:19:02.680Z speed: Speed100G,
54582026-06-03T08:19:02.680Z tx_eq: None,
54592026-06-03T08:19:02.680Z },
54602026-06-03T08:19:02.680Z },
54612026-06-03T08:19:02.680Z },
54622026-06-03T08:19:02.680Z}
54632026-06-03T08:19:02.680Z
54642026-06-03T08:19:02.680ZStack backtrace:
54652026-06-03T08:19:02.685Z 0: anyhow::error::<impl anyhow::Error>::msg
54662026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
54672026-06-03T08:19:02.685Z 1: anyhow::__private::format_err
54682026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:690:13
54692026-06-03T08:19:02.685Z 2: test_all::chaos_tests::port_settings::retry::retry_op::{{closure}}
54702026-06-03T08:19:02.685Z at ./tests/chaos_tests/port_settings.rs:65:28
54712026-06-03T08:19:02.685Z 3: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}}
54722026-06-03T08:19:02.685Z at ./tests/chaos_tests/port_settings.rs:392:18
54732026-06-03T08:19:02.685Z 4: <core::pin::Pin<P> as core::future::future::Future>::poll
54742026-06-03T08:19:02.685Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
54752026-06-03T08:19:02.685Z 5: <core::pin::Pin<P> as core::future::future::Future>::poll
54762026-06-03T08:19:02.685Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/future/future.rs:133:9
54772026-06-03T08:19:02.685Z 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
54782026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
54792026-06-03T08:19:02.685Z 7: tokio::task::coop::with_budget
54802026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
54812026-06-03T08:19:02.685Z 8: tokio::task::coop::budget
54822026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
54832026-06-03T08:19:02.685Z 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
54842026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
54852026-06-03T08:19:02.685Z 10: tokio::runtime::scheduler::current_thread::Context::enter
54862026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
54872026-06-03T08:19:02.685Z 11: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
54882026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
54892026-06-03T08:19:02.685Z 12: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
54902026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
54912026-06-03T08:19:02.685Z 13: tokio::runtime::context::scoped::Scoped<T>::set
54922026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
54932026-06-03T08:19:02.685Z 14: tokio::runtime::context::set_scheduler::{{closure}}
54942026-06-03T08:19:02.685Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
54952026-06-03T08:19:02.686Z 15: std::thread::local::LocalKey<T>::try_with
54962026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:315:12
54972026-06-03T08:19:02.686Z 16: std::thread::local::LocalKey<T>::with
54982026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/local.rs:279:20
54992026-06-03T08:19:02.686Z 17: tokio::runtime::context::set_scheduler
55002026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
55012026-06-03T08:19:02.686Z 18: tokio::runtime::scheduler::current_thread::CoreGuard::enter
55022026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
55032026-06-03T08:19:02.686Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
55042026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
55052026-06-03T08:19:02.686Z 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}
55062026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
55072026-06-03T08:19:02.686Z 21: tokio::runtime::context::runtime::enter_runtime
55082026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
55092026-06-03T08:19:02.686Z 22: tokio::runtime::scheduler::current_thread::CurrentThread::block_on
55102026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
55112026-06-03T08:19:02.686Z 23: tokio::runtime::runtime::Runtime::block_on_inner
55122026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
55132026-06-03T08:19:02.686Z 24: tokio::runtime::runtime::Runtime::block_on
55142026-06-03T08:19:02.686Z at /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
55152026-06-03T08:19:02.686Z 25: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep
55162026-06-03T08:19:02.686Z at ./tests/chaos_tests/port_settings.rs:414:7
55172026-06-03T08:19:02.686Z 26: test_all::chaos_tests::port_settings::test_port_settings_txn_sweep::{{closure}}
55182026-06-03T08:19:02.686Z at ./tests/chaos_tests/port_settings.rs:353:44
55192026-06-03T08:19:02.686Z 27: core::ops::function::FnOnce::call_once
55202026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
55212026-06-03T08:19:02.686Z 28: core::ops::function::FnOnce::call_once
55222026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
55232026-06-03T08:19:02.686Z 29: test::__rust_begin_short_backtrace
55242026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
55252026-06-03T08:19:02.686Z 30: test::run_test_in_process::{{closure}}
55262026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
55272026-06-03T08:19:02.686Z 31: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
55282026-06-03T08:19:02.686Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
55292026-06-03T08:19:02.686Z 32: std::panicking::catch_unwind::do_call
55302026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
55312026-06-03T08:19:02.687Z 33: std::panicking::catch_unwind
55322026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
55332026-06-03T08:19:02.687Z 34: std::panic::catch_unwind
55342026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
55352026-06-03T08:19:02.687Z 35: test::run_test_in_process
55362026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
55372026-06-03T08:19:02.687Z 36: test::run_test::{{closure}}
55382026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
55392026-06-03T08:19:02.687Z 37: test::run_test::{{closure}}
55402026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
55412026-06-03T08:19:02.687Z 38: std::sys::backtrace::__rust_begin_short_backtrace
55422026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
55432026-06-03T08:19:02.687Z 39: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}
55442026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
55452026-06-03T08:19:02.687Z 40: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
55462026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
55472026-06-03T08:19:02.687Z 41: std::panicking::catch_unwind::do_call
55482026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
55492026-06-03T08:19:02.687Z 42: std::panicking::catch_unwind
55502026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
55512026-06-03T08:19:02.687Z 43: std::panic::catch_unwind
55522026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
55532026-06-03T08:19:02.687Z 44: std::thread::Builder::spawn_unchecked_::{{closure}}
55542026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
55552026-06-03T08:19:02.687Z 45: core::ops::function::FnOnce::call_once{{vtable.shim}}
55562026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
55572026-06-03T08:19:02.687Z 46: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
55582026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
55592026-06-03T08:19:02.687Z 47: std::sys::pal::unix::thread::Thread::new::thread_start
55602026-06-03T08:19:02.687Z at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
55612026-06-03T08:19:02.687Z 48: _thrp_setup
55622026-06-03T08:19:02.687Z 49: <unknown>
55632026-06-03T08:19:02.687Z
55642026-06-03T08:19:02.687Z
55652026-06-03T08:19:02.691Zfailures:
55662026-06-03T08:19:02.691Z chaos_tests::port_settings::test_port_settings_txn_sweep
55672026-06-03T08:19:02.691Z
55682026-06-03T08:19:02.691Ztest result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.21s
55692026-06-03T08:19:02.691Z
55702026-06-03T08:19:02.691Zerror: test failed, to rerun pass `-p dpd-client --test test_all`
55712026-06-03T08:19:02.691Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
55722026-06-03T08:19:02.691Z
55732026-06-03T08:19:02.691Zrunning 0 tests
55742026-06-03T08:19:02.691Z
55752026-06-03T08:19:02.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55762026-06-03T08:19:02.691Z
55772026-06-03T08:19:02.691Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
55782026-06-03T08:19:02.692Z
55792026-06-03T08:19:02.692Zrunning 0 tests
55802026-06-03T08:19:02.692Z
55812026-06-03T08:19:02.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
55822026-06-03T08:19:02.692Z
55832026-06-03T08:19:02.692Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
55842026-06-03T08:19:02.692Z
55852026-06-03T08:19:02.692Zrunning 12 tests
55862026-06-03T08:19:02.692Ztest icmp::test_v6_checksum ... ok
55872026-06-03T08:19:02.692Ztest icmp::test_v4_checksum ... ok
55882026-06-03T08:19:02.692Ztest lldp::test_lldp_parse ... ok
55892026-06-03T08:19:02.692Ztest ipv6::test_ipv6_parse ... ok
55902026-06-03T08:19:02.693Ztest pbuf::test_byte ... ok
55912026-06-03T08:19:02.693Ztest pbuf::test_nibble ... ok
55922026-06-03T08:19:02.693Ztest pbuf::test_overflow ... ok
55932026-06-03T08:19:02.693Ztest pbuf::test_short ... ok
55942026-06-03T08:19:02.693Ztest pbuf::test_twelve ... ok
55952026-06-03T08:19:02.693Ztest pbuf::test_word ... ok
55962026-06-03T08:19:02.693Ztest tcp::test_checksum_ack_data ... ok
55972026-06-03T08:19:02.693Ztest tcp::test_checksum_syn_nodata ... ok
55982026-06-03T08:19:02.693Z
55992026-06-03T08:19:02.693Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56002026-06-03T08:19:02.693Z
56012026-06-03T08:19:02.693Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
56022026-06-03T08:19:02.693Z
56032026-06-03T08:19:02.693Zrunning 0 tests
56042026-06-03T08:19:02.693Z
56052026-06-03T08:19:02.693Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56062026-06-03T08:19:02.693Z
56072026-06-03T08:19:02.693Z Running unittests src/main.rs (target/debug/deps/swadm-523734224cfb17a3)
56082026-06-03T08:19:02.697Z
56092026-06-03T08:19:02.697Zrunning 5 tests
56102026-06-03T08:19:02.697Ztest switchport::test::test_compute_lanes ... ok
56112026-06-03T08:19:02.697Ztest switchport::test::port_id_ordering ... ok
56122026-06-03T08:19:02.697Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
56132026-06-03T08:19:02.697ZLane 1 Rx Loss-of-lock: Yes Lane 2Yes Lane 3Yes
56142026-06-03T08:19:02.697Z Yes State: Activated
56152026-06-03T08:19:02.697Z Rx Loss-of-signal: Yes Activated YesActivated Activated
56162026-06-03T08:19:02.697ZYes Yes Rx Output Enabled: false
56172026-06-03T08:19:02.697Z Rx CDR Enabled: Yesfalse falseYes falseYes
56182026-06-03T08:19:02.697Z Rx Output Status: validYes
56192026-06-03T08:19:02.697Zvalid Tx Enabled: Yes valid Yesvalid
56202026-06-03T08:19:02.697Z Rx Loss-of-lock: trueYes trueYes
56212026-06-03T08:19:02.697Ztrue Tx Loss-of-lock: No true
56222026-06-03T08:19:02.697ZNo Rx Loss-of-signal: falseNo falseNo
56232026-06-03T08:19:02.697Zfalse Tx Loss-of-signal: No false
56242026-06-03T08:19:02.698ZNo Rx Auto-squelch Disable: trueNo Notrue
56252026-06-03T08:19:02.698Z true Tx CDR Enabled: No true
56262026-06-03T08:19:02.698ZNo Tx Output Enabled: true No No
56272026-06-03T08:19:02.698Ztrue Tx Adaptive EQ Fault: Notrue Notrue
56282026-06-03T08:19:02.698Z Tx Output Status: invalidNo Noinvalid
56292026-06-03T08:19:02.698Z invalid Tx Fault: Yesinvalid
56302026-06-03T08:19:02.698Z Tx Loss-of-lock: falseYes false Yesfalse Yesfalse
56312026-06-03T08:19:02.698Z
56322026-06-03T08:19:02.698Z Tx Loss-of-signal: true true true true
56332026-06-03T08:19:02.698ZTx Auto-squelch Disable: false false false false
56342026-06-03T08:19:02.698Z Tx Adaptive EQ Fail: true true true true
56352026-06-03T08:19:02.698Z Tx Failure: false false false false
56362026-06-03T08:19:02.698Z Tx Force Squelch: true true true true
56372026-06-03T08:19:02.698Z Tx Input Polarity: normal normal normal normal
56382026-06-03T08:19:02.698Ztest switchport::test::test_print_sff_datapath ... ok
56392026-06-03T08:19:02.698Ztest switchport::test::test_print_cmis_datapath ... ok
56402026-06-03T08:19:02.698Ztest link::test_filter ... ok
56412026-06-03T08:19:02.698Z
56422026-06-03T08:19:02.698Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56432026-06-03T08:19:02.698Z
56442026-06-03T08:19:02.698Z Running tests/counters.rs (target/debug/deps/counters-58cdf1b475db8346)
56452026-06-03T08:19:02.698Z
56462026-06-03T08:19:02.698Zrunning 1 test
56472026-06-03T08:19:02.698Ztest test_p4_counter_list ... ignored
56482026-06-03T08:19:02.698Z
56492026-06-03T08:19:02.698Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
56502026-06-03T08:19:02.698Z
56512026-06-03T08:19:02.703Z Running tests/port-link.rs (target/debug/deps/port_link-fc67d14bf2bd65d6)
56522026-06-03T08:19:02.703Z
56532026-06-03T08:19:02.703Zrunning 5 tests
56542026-06-03T08:19:02.703Ztest test_an ... ignored
56552026-06-03T08:19:02.703Ztest test_enable ... ignored
56562026-06-03T08:19:02.703Ztest test_ip_addresses ... ignored
56572026-06-03T08:19:02.703Ztest test_kr ... ignored
56582026-06-03T08:19:02.703Ztest test_mac ... ignored
56592026-06-03T08:19:02.703Z
56602026-06-03T08:19:02.703Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
56612026-06-03T08:19:02.703Z
56622026-06-03T08:19:02.703Z Running unittests src/main.rs (target/debug/deps/tfportd-1b1ba079089fa41e)
56632026-06-03T08:19:02.706Z
56642026-06-03T08:19:02.706Zrunning 3 tests
56652026-06-03T08:19:02.706Ztest linklocal::test_parse_ipadm ... ok
56662026-06-03T08:19:02.706Ztest tfport::test_parse_tfport ... ok
56672026-06-03T08:19:02.707Ztest config::tests::test_updates ... ok
56682026-06-03T08:19:02.707Z
56692026-06-03T08:19:02.707Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56702026-06-03T08:19:02.707Z
56712026-06-03T08:19:02.707Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
56722026-06-03T08:19:02.715Z
56732026-06-03T08:19:02.716Zrunning 0 tests
56742026-06-03T08:19:02.716Z
56752026-06-03T08:19:02.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56762026-06-03T08:19:02.719Z
56772026-06-03T08:19:02.719Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
56782026-06-03T08:19:02.719Z
56792026-06-03T08:19:02.719Zrunning 0 tests
56802026-06-03T08:19:02.719Z
56812026-06-03T08:19:02.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56822026-06-03T08:19:02.719Z
56832026-06-03T08:19:02.719Z Doc-tests aal
56842026-06-03T08:19:02.889Z
56852026-06-03T08:19:02.889Zrunning 0 tests
56862026-06-03T08:19:02.889Z
56872026-06-03T08:19:02.892Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56882026-06-03T08:19:02.892Z
56892026-06-03T08:19:02.908Z Doc-tests aal_macros
56902026-06-03T08:19:02.982Z
56912026-06-03T08:19:02.982Zrunning 0 tests
56922026-06-03T08:19:02.983Z
56932026-06-03T08:19:02.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
56942026-06-03T08:19:02.983Z
56952026-06-03T08:19:02.995Z Doc-tests common
56962026-06-03T08:19:03.235Z
56972026-06-03T08:19:03.235Zrunning 0 tests
56982026-06-03T08:19:03.235Z
56992026-06-03T08:19:03.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57002026-06-03T08:19:03.235Z
57012026-06-03T08:19:03.256Z Doc-tests dpd_api
57022026-06-03T08:19:04.094Z
57032026-06-03T08:19:04.094Zrunning 2 tests
57042026-06-03T08:19:04.094Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
57052026-06-03T08:19:04.094Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
57062026-06-03T08:19:04.094Z
57072026-06-03T08:19:04.094Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
57082026-06-03T08:19:04.094Z
57092026-06-03T08:19:04.126Z Doc-tests dpd_client
57102026-06-03T08:19:05.419Z
57112026-06-03T08:19:05.419Zrunning 0 tests
57122026-06-03T08:19:05.419Z
57132026-06-03T08:19:05.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57142026-06-03T08:19:05.419Z
57152026-06-03T08:19:05.469Z Doc-tests dpd_types
57162026-06-03T08:19:05.679Z
57172026-06-03T08:19:05.679Zrunning 0 tests
57182026-06-03T08:19:05.679Z
57192026-06-03T08:19:05.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57202026-06-03T08:19:05.679Z
57212026-06-03T08:19:05.707Z Doc-tests dpd_types_versions
57222026-06-03T08:19:06.945Z
57232026-06-03T08:19:06.945Zrunning 1 test
57242026-06-03T08:19:06.945Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
57252026-06-03T08:19:06.945Z
57262026-06-03T08:19:07.013Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
57272026-06-03T08:19:07.013Z
57282026-06-03T08:19:07.026Z Doc-tests packet
57292026-06-03T08:19:07.088Z
57302026-06-03T08:19:07.089Zrunning 0 tests
57312026-06-03T08:19:07.089Z
57322026-06-03T08:19:07.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57332026-06-03T08:19:07.089Z
57342026-06-03T08:19:07.107Z Doc-tests pcap
57352026-06-03T08:19:07.160Z
57362026-06-03T08:19:07.160Zrunning 0 tests
57372026-06-03T08:19:07.160Z
57382026-06-03T08:19:07.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
57392026-06-03T08:19:07.160Z
57402026-06-03T08:19:07.172Zerror: 1 target failed:
57412026-06-03T08:19:07.172Z `-p dpd-client --test test_all`
57422026-06-03T08:19:07.209Zprocess exited: duration 594528 ms, exit code 101
 
57432026-06-03T08:19:07.217Zfound 0 output files