01KJHJMW956MGEWMEFXTYYQ313: test

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

Buildomat Job: 01KJHJN7Q9FVNSP0775P6F05K8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-28T07:34:01.595Zjob assigned to worker 01KJHJN8M98SDGN3XVP0K2V4YT [factory gimlet-EVT22200007-propolis, EVT22200007/59730] (queued for 36 s)
 
22026-02-28T07:34:10.157Zstarting task 0: "setup"
32026-02-28T07:34:10.181Z++ uname -s
42026-02-28T07:34:10.181Z+ kern=SunOS
52026-02-28T07:34:10.181Z+ build_user=build
62026-02-28T07:34:10.181Z+ build_uid=12345
72026-02-28T07:34:10.181Z+ work_dir=/work
82026-02-28T07:34:10.181Z+ input_dir=/input
92026-02-28T07:34:10.181Z+ [[ 0 == 12345 ]]
102026-02-28T07:34:10.181Z+ case "$kern" in
112026-02-28T07:34:10.181Z+ groupadd -g 12345 build
122026-02-28T07:34:10.182Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-28T07:34:12.184Z+ zfs create -o mountpoint=/work rpool/work
142026-02-28T07:34:12.226Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-28T07:34:12.251Z+ home_fs=zfs
162026-02-28T07:34:12.251Z+ [[ zfs == autofs ]]
172026-02-28T07:34:12.251Z+ mkdir -p /home/build
182026-02-28T07:34:12.251Z+ chown build:build /home/build /work
192026-02-28T07:34:14.238Z+ chmod 0700 /home/build /work
202026-02-28T07:34:14.262Zprocess exited: duration 4088 ms, exit code 0
 
212026-02-28T07:34:14.311Zstarting task 1: "rust-toolchain"
222026-02-28T07:34:14.335Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-02-28T07:34:14.335Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-02-28T07:34:14.335Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-02-28T07:34:14.335Z * rust toolchain channel = "1.90.0"
262026-02-28T07:34:14.335Z * rust toolchain profile = "default"
272026-02-28T07:34:14.335Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-28T07:34:14.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-28T07:34:14.336Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-28T07:34:14.477Zinfo: downloading installer
312026-02-28T07:34:14.976Zwarn: It looks like you have an existing installation of Rust at:
322026-02-28T07:34:14.976Zwarn: /opt/ooce/bin
332026-02-28T07:34:14.976Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-28T07:34:14.977Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-28T07:34:14.977Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-28T07:34:14.977Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-28T07:34:14.977Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-28T07:34:14.977Zerror: cannot install while Rust is installed
392026-02-28T07:34:14.977Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-28T07:34:15.001Zinfo: profile set to 'default'
412026-02-28T07:34:15.001Zinfo: default host triple is x86_64-unknown-illumos
422026-02-28T07:34:15.001Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-28T07:34:15.110Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-28T07:34:15.110Zinfo: downloading component 'cargo'
452026-02-28T07:34:15.302Zinfo: downloading component 'clippy'
462026-02-28T07:34:15.374Zinfo: downloading component 'rust-docs'
472026-02-28T07:34:15.627Zinfo: downloading component 'rust-std'
482026-02-28T07:34:15.926Zinfo: downloading component 'rustc'
492026-02-28T07:34:17.969Zinfo: downloading component 'rustfmt'
502026-02-28T07:34:18.032Zinfo: installing component 'cargo'
512026-02-28T07:34:19.281Zinfo: installing component 'clippy'
522026-02-28T07:34:19.760Zinfo: installing component 'rust-docs'
532026-02-28T07:34:22.919Zinfo: installing component 'rust-std'
542026-02-28T07:34:25.188Zinfo: installing component 'rustc'
552026-02-28T07:34:33.327Zinfo: installing component 'rustfmt'
562026-02-28T07:34:33.714Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-28T07:34:33.714Z
582026-02-28T07:34:33.880Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-28T07:34:33.880Z
602026-02-28T07:34:33.880Z
612026-02-28T07:34:33.880ZRust is installed now. Great!
622026-02-28T07:34:33.880Z
632026-02-28T07:34:33.880ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-28T07:34:33.880Zenvironment variable. This has not been done automatically.
652026-02-28T07:34:33.880Z
662026-02-28T07:34:33.880ZTo configure your current shell, you need to source
672026-02-28T07:34:33.880Zthe corresponding env file under $HOME/.cargo.
682026-02-28T07:34:33.880Z
692026-02-28T07:34:33.880ZThis is usually done by running one of the following (note the leading DOT):
702026-02-28T07:34:33.880Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-28T07:34:33.880Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-28T07:34:33.880Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-28T07:34:33.978Z+ rustup --version
742026-02-28T07:34:34.003Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-28T07:34:34.003Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-28T07:34:34.090Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-28T07:34:34.114Z+ cargo --version
782026-02-28T07:34:34.179Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-28T07:34:34.203Z+ rustc --version
802026-02-28T07:34:34.277Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-28T07:34:34.302Zprocess exited: duration 19971 ms, exit code 0
 
822026-02-28T07:34:34.351Zstarting task 2: "authentication"
832026-02-28T07:34:34.407Zprocess exited: duration 55 ms, exit code 0
 
842026-02-28T07:34:34.456Zstarting task 3: "clone repository"
852026-02-28T07:34:34.481Z+ mkdir -p /work/oxidecomputer/dendrite
862026-02-28T07:34:34.481Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
872026-02-28T07:34:34.505ZCloning into '/work/oxidecomputer/dendrite'...
882026-02-28T07:34:35.924Z+ cd /work/oxidecomputer/dendrite
892026-02-28T07:34:35.924Z+ git fetch origin 5a4f56eede22d9a4484b6b28864306b1e4759f37
902026-02-28T07:34:36.268ZFrom https://github.com/oxidecomputer/dendrite
912026-02-28T07:34:36.268Z * branch 5a4f56eede22d9a4484b6b28864306b1e4759f37 -> FETCH_HEAD
922026-02-28T07:34:36.292Z+ [[ -n zl/fix-mcast-empty-transition ]]
932026-02-28T07:34:36.292Z++ git branch --show-current
942026-02-28T07:34:36.293Z+ current=main
952026-02-28T07:34:36.293Z+ [[ main != zl/fix-mcast-empty-transition ]]
962026-02-28T07:34:36.293Z+ git branch -f zl/fix-mcast-empty-transition 5a4f56eede22d9a4484b6b28864306b1e4759f37
972026-02-28T07:34:36.293Z+ git checkout -f zl/fix-mcast-empty-transition
982026-02-28T07:34:36.334ZSwitched to branch 'zl/fix-mcast-empty-transition'
992026-02-28T07:34:36.359Z+ git reset --hard 5a4f56eede22d9a4484b6b28864306b1e4759f37
1002026-02-28T07:34:36.385ZHEAD is now at 5a4f56e [fix] remove ASIC ports before replication cleanup on empty transition
1012026-02-28T07:34:36.409Zprocess exited: duration 1930 ms, exit code 0
 
1022026-02-28T07:34:36.461Zstarting task 4: "build"
1032026-02-28T07:34:36.488Z+ source .github/buildomat/common.sh
1042026-02-28T07:34:36.488Z++ TOFINO_STAGES=20
1052026-02-28T07:34:36.488Z++ SDE_COMMIT=53519b8cf74fe832cc7838ea92683564ce4026f2
1062026-02-28T07:34:36.488Z++ SDE_PKG_SHA256=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1072026-02-28T07:34:36.488Z++ SDE_DEB_SHA256=90a18b65a6c65f4d15d5f75a00e42ae55a27ffaff2066061aa95feefbe85e163
1082026-02-28T07:34:36.488Z+++ uname -s
1092026-02-28T07:34:36.488Z++ '[' SunOS == SunOS ']'
1102026-02-28T07:34:36.488Z++ SERIES=illumos
1112026-02-28T07:34:36.488Z+++ uname -s
1122026-02-28T07:34:36.488Z++ '[' SunOS == SunOS ']'
1132026-02-28T07:34:36.488Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2
1142026-02-28T07:34:36.488Z++ rustup show active-toolchain
1152026-02-28T07:34:36.539Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1162026-02-28T07:34:36.564Z+ source .github/buildomat/illumos.sh
1172026-02-28T07:34:36.564Z++ banner 'sde setup'
1182026-02-28T07:34:36.564Z
1192026-02-28T07:34:36.564Z #### ##### ###### #### ###### ##### # # #####
1202026-02-28T07:34:36.564Z # # # # # # # # # # #
1212026-02-28T07:34:36.564Z #### # # ##### #### ##### # # # # #
1222026-02-28T07:34:36.564Z # # # # # # # # # #####
1232026-02-28T07:34:36.564Z # # # # # # # # # # # #
1242026-02-28T07:34:36.564Z #### ##### ###### #### ###### # #### #
1252026-02-28T07:34:36.564Z
1262026-02-28T07:34:36.565Z++ export PKG=tofino_sde.p5p
1272026-02-28T07:34:36.565Z++ PKG=tofino_sde.p5p
1282026-02-28T07:34:36.565Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/53519b8cf74fe832cc7838ea92683564ce4026f2/tofino_sde.p5p
1292026-02-28T07:34:36.565Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-02-28T07:34:36.565Z Dload Upload Total Spent Left Speed
1312026-02-28T07:34:40.488Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 76.0M 0 65536 0 0 199k 0 0:06:29 --:--:-- 0:06:29 200k 26 76.0M 26 20.1M 0 0 15.3M 0 0:00:04 0:00:01 0:00:03 15.3M 54 76.0M 54 41.2M 0 0 17.8M 0 0:00:04 0:00:02 0:00:02 17.8M 82 76.0M 82 62.6M 0 0 18.9M 0 0:00:04 0:00:03 0:00:01 18.9M 100 76.0M 100 76.0M 0 0 19.3M 0 0:00:03 0:00:03 --:--:-- 19.3M
1322026-02-28T07:34:40.513Z+++ digest -a sha256 tofino_sde.p5p
1332026-02-28T07:34:40.563Z++ SDE_CALC=ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0
1342026-02-28T07:34:40.563Z++ '[' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 '!=' ed783a1e7c8d59c392e8cc89114fb0d495b5475373b762068a719e0fb215f5a0 ']'
1352026-02-28T07:34:40.563Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1362026-02-28T07:34:54.607Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-02-28T07:35:07.449Z Startup: Caching catalogs ... Done
1382026-02-28T07:35:07.664Z Startup: Refreshing catalog 'oxide' ... Done
1392026-02-28T07:35:40.577ZPlanning: Solver setup ... Done
1402026-02-28T07:35:40.768ZPlanning: Running solver ... Done
1412026-02-28T07:35:40.917ZPlanning: Finding local manifests ... Done
1422026-02-28T07:35:40.941ZPlanning: Fetching manifests: 1/1 100% complete
1432026-02-28T07:35:40.941ZPlanning: Fetching manifests: 1/1 100% complete
1442026-02-28T07:35:40.965ZPlanning: Package planning ... Done
1452026-02-28T07:35:40.965ZPlanning: Merging actions ... Done
1462026-02-28T07:35:41.120ZPlanning: Checking for conflicting actions ... Done
1472026-02-28T07:35:41.145ZPlanning: Consolidating action changes ... Done
1482026-02-28T07:35:41.759ZPlanning: Evaluating mediators ... Done
1492026-02-28T07:35:41.783ZPlanning: Planning completed in 34.09 seconds
1502026-02-28T07:35:41.783Z Packages to install: 1
1512026-02-28T07:35:41.783Z Create boot environment: No
1522026-02-28T07:35:41.783ZCreate backup boot environment: No
1532026-02-28T07:35:41.824Z
1542026-02-28T07:35:41.824ZDownload: 0/242 items 0.0/75.3MB 0% complete
1552026-02-28T07:35:42.123ZDownload: Completed 75.30 MB in 0.30 seconds (251M/s)
1562026-02-28T07:35:42.276Z Actions: 1/293 actions (Installing new actions)
1572026-02-28T07:35:44.023Z Actions: Completed 293 actions in 1.75 seconds.
1582026-02-28T07:35:44.048Z Done
1592026-02-28T07:35:44.096Z Done
1602026-02-28T07:35:45.491Z Done
1612026-02-28T07:35:50.352Z Done
1622026-02-28T07:35:50.443Z Done
1632026-02-28T07:35:50.443Z Done
1642026-02-28T07:35:50.513Z Done
1652026-02-28T07:35:51.122Z++ export SDE=/opt/oxide/tofino_sde
1662026-02-28T07:35:51.122Z++ SDE=/opt/oxide/tofino_sde
1672026-02-28T07:35:51.122Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1682026-02-28T07:35:51.122Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1692026-02-28T07:35:51.122Z++ banner packages
1702026-02-28T07:35:51.147Z
1712026-02-28T07:35:51.147Z ##### ## #### # # ## #### ###### ####
1722026-02-28T07:35:51.147Z # # # # # # # # # # # # # #
1732026-02-28T07:35:51.147Z # # # # # #### # # # ##### ####
1742026-02-28T07:35:51.147Z ##### ###### # # # ###### # ### # #
1752026-02-28T07:35:51.147Z # # # # # # # # # # # # # #
1762026-02-28T07:35:51.147Z # # # #### # # # # #### ###### ####
1772026-02-28T07:35:51.147Z
1782026-02-28T07:35:51.147Z++ pfexec pkg install clang-15 pcap
1792026-02-28T07:35:51.959Z Startup: Refreshing catalog 'helios-dev' ... Done
1802026-02-28T07:35:51.984Z Startup: Refreshing catalog 'oxide' ... Done
1812026-02-28T07:36:20.475ZPlanning: Solver setup ... Done
1822026-02-28T07:36:20.669ZPlanning: Running solver ... Done
1832026-02-28T07:36:20.841ZPlanning: Finding local manifests ... Done
1842026-02-28T07:36:20.867ZPlanning: Fetching manifests: 0/2 0% complete
1852026-02-28T07:36:21.914ZPlanning: Fetching manifests: 2/2 100% complete
1862026-02-28T07:36:21.971ZPlanning: Package planning ... Done
1872026-02-28T07:36:22.030ZPlanning: Merging actions ... Done
1882026-02-28T07:36:22.234ZPlanning: Checking for conflicting actions ... Done
1892026-02-28T07:36:22.259ZPlanning: Consolidating action changes ... Done
1902026-02-28T07:36:22.610ZPlanning: Evaluating mediators ... Done
1912026-02-28T07:36:22.634ZPlanning: Planning completed in 30.66 seconds
1922026-02-28T07:36:22.634Z Packages to install: 2
1932026-02-28T07:36:22.634Z Mediators to change: 2
1942026-02-28T07:36:22.634Z Services to change: 1
1952026-02-28T07:36:22.634Z Create boot environment: No
1962026-02-28T07:36:22.634ZCreate backup boot environment: No
1972026-02-28T07:36:22.686Z
1982026-02-28T07:36:22.686ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1992026-02-28T07:36:27.686ZDownload: 1191/3076 items 107.3/211.3MB 50% complete (21.8M/s)
2002026-02-28T07:36:32.698ZDownload: 3034/3076 items 198.1/211.3MB 93% complete (19.9M/s)
2012026-02-28T07:36:34.423ZDownload: Completed 211.31 MB in 11.74 seconds (18.0M/s)
2022026-02-28T07:36:34.654Z Actions: 1/3418 actions (Installing new actions)
2032026-02-28T07:36:39.653Z Actions: 2816/3418 actions (Installing new actions)
2042026-02-28T07:36:40.023Z Actions: Completed 3418 actions in 5.37 seconds.
2052026-02-28T07:36:40.935Z Done
2062026-02-28T07:36:40.935Z Done
2072026-02-28T07:36:42.260Z Done
2082026-02-28T07:36:47.225Z Done
2092026-02-28T07:36:47.323Z Done
2102026-02-28T07:36:47.347Z Done
2112026-02-28T07:36:47.462Z Done
2122026-02-28T07:36:47.616Z++ pfexec pkg set-mediator -V 15 clang llvm
2132026-02-28T07:36:48.022ZPlanning: Evaluating mediator changes ... Done
2142026-02-28T07:36:48.224ZPlanning: Checking for conflicting actions ... Done
2152026-02-28T07:36:48.249ZPlanning: Consolidating action changes ... Done
2162026-02-28T07:36:48.557ZPlanning: Evaluating mediators ... Done
2172026-02-28T07:36:48.581ZPlanning: Planning completed in 0.54 seconds
2182026-02-28T07:36:48.605Z Mediators to change: 2
2192026-02-28T07:36:48.605Z Create boot environment: No
2202026-02-28T07:36:48.605ZCreate backup boot environment: No
2212026-02-28T07:36:48.654Z Done
2222026-02-28T07:36:48.654Z Done
2232026-02-28T07:36:49.606Z Done
2242026-02-28T07:36:54.380Z Done
2252026-02-28T07:36:54.477Z Done
2262026-02-28T07:36:54.477Z Done
2272026-02-28T07:36:54.534Z Done
2282026-02-28T07:36:54.618Z++ cargo --version
2292026-02-28T07:36:54.695Zcargo 1.90.0 (840b83a10 2025-07-30)
2302026-02-28T07:36:54.719Z++ rustc --version
2312026-02-28T07:36:54.792Zrustc 1.90.0 (1159e78c4 2025-09-14)
2322026-02-28T07:36:54.816Z+ banner copyrights
2332026-02-28T07:36:54.817Z
2342026-02-28T07:36:54.817Z #### #### ##### # # ##### # #### # # ##### ####
2352026-02-28T07:36:54.817Z # # # # # # # # # # # # # # # # #
2362026-02-28T07:36:54.817Z # # # # # # # # # # ###### # ####
2372026-02-28T07:36:54.817Z # # # ##### # ##### # # ### # # # #
2382026-02-28T07:36:54.817Z # # # # # # # # # # # # # # # #
2392026-02-28T07:36:54.817Z #### #### # # # # # #### # # # ####
2402026-02-28T07:36:54.817Z
2412026-02-28T07:36:54.817Z+ ./tools/check_copyrights.sh
2422026-02-28T07:36:54.882Zasic/build.rs: Copyright with wrong year
2432026-02-28T07:36:55.244Zasic/src/tofino_stub/table.rs: Copyright with wrong year
2442026-02-28T07:36:56.011Zdpd/p4/port_bitmap_check.p4: Copyright with wrong year
2452026-02-28T07:36:57.675Z+ banner clippy
2462026-02-28T07:36:57.700Z
2472026-02-28T07:36:57.700Z #### # # ##### ##### # #
2482026-02-28T07:36:57.700Z # # # # # # # # # #
2492026-02-28T07:36:57.700Z # # # # # # # #
2502026-02-28T07:36:57.700Z # # # ##### ##### #
2512026-02-28T07:36:57.700Z # # # # # # #
2522026-02-28T07:36:57.700Z #### ###### # # # #
2532026-02-28T07:36:57.700Z
2542026-02-28T07:36:57.700Z+ for feat in tofino_stub tofino_asic softnpu chaos
2552026-02-28T07:36:57.700Z+ cargo clippy --features tofino_stub -- --deny warnings
2562026-02-28T07:36:58.065Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-02-28T07:37:19.351Z Updating crates.io index
2582026-02-28T07:37:19.395Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-02-28T07:37:19.952Z Updating git repository `https://github.com/oxidecomputer/propolis`
2602026-02-28T07:37:21.990Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2612026-02-28T07:37:22.663Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622026-02-28T07:37:23.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-02-28T07:37:24.363Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642026-02-28T07:37:24.907Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652026-02-28T07:37:25.666Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-02-28T07:37:26.439Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2672026-02-28T07:37:27.035Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2682026-02-28T07:37:27.661Z Updating git repository `https://github.com/oxidecomputer/p4`
2692026-02-28T07:37:28.668Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2702026-02-28T07:37:29.191Z Updating git repository `https://github.com/oxidecomputer/lldp`
2712026-02-28T07:37:29.862Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-02-28T07:37:31.308Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-02-28T07:37:31.828Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2742026-02-28T07:37:32.371Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-02-28T07:37:33.094Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762026-02-28T07:37:34.135Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-02-28T07:37:34.721Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-02-28T07:37:35.376Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-02-28T07:37:36.081Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2802026-02-28T07:37:37.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812026-02-28T07:37:38.571Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822026-02-28T07:37:41.968Z Updating git repository `https://github.com/oxidecomputer/opte`
2832026-02-28T07:37:43.477Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842026-02-28T07:37:43.955Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852026-02-28T07:37:44.592Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862026-02-28T07:37:46.172Z Downloading crates ...
2872026-02-28T07:37:46.271Z Downloaded atomic-waker v1.1.2
2882026-02-28T07:37:46.295Z Downloaded defmt v1.0.1
2892026-02-28T07:37:46.295Z Downloaded dof v0.4.0
2902026-02-28T07:37:46.319Z Downloaded hmac v0.12.1
2912026-02-28T07:37:46.348Z Downloaded hickory-proto v0.25.2
2922026-02-28T07:37:46.391Z Downloaded itoa v1.0.15
2932026-02-28T07:37:46.415Z Downloaded mime v0.3.17
2942026-02-28T07:37:46.439Z Downloaded macaddr v1.0.1
2952026-02-28T07:37:46.465Z Downloaded proc-macro-error-attr2 v2.0.0
2962026-02-28T07:37:46.491Z Downloaded rand_chacha v0.3.1
2972026-02-28T07:37:46.517Z Downloaded serde_urlencoded v0.7.1
2982026-02-28T07:37:46.518Z Downloaded serde_spanned v0.6.9
2992026-02-28T07:37:46.542Z Downloaded scroll_derive v0.12.1
3002026-02-28T07:37:46.579Z Downloaded thread-id v4.2.2
3012026-02-28T07:37:46.604Z Downloaded tower-layer v0.3.3
3022026-02-28T07:37:46.630Z Downloaded utf8_iter v1.0.4
3032026-02-28T07:37:46.656Z Downloaded wait-timeout v0.2.1
3042026-02-28T07:37:46.656Z Downloaded zone_cfg_derive v0.3.1
3052026-02-28T07:37:46.681Z Downloaded zmij v1.0.17
3062026-02-28T07:37:46.681Z Downloaded zerovec-derive v0.11.1
3072026-02-28T07:37:46.705Z Downloaded zerotrie v0.2.2
3082026-02-28T07:37:46.730Z Downloaded zerocopy-derive v0.8.27
3092026-02-28T07:37:46.730Z Downloaded unicode-segmentation v1.12.0
3102026-02-28T07:37:46.754Z Downloaded tough v0.20.0
3112026-02-28T07:37:46.779Z Downloaded zerovec v0.11.4
3122026-02-28T07:37:46.779Z Downloaded zerocopy v0.7.35
3132026-02-28T07:37:46.804Z Downloaded syn v1.0.109
3142026-02-28T07:37:46.829Z Downloaded tabled v0.20.0
3152026-02-28T07:37:46.853Z Downloaded winnow v0.7.14
3162026-02-28T07:37:46.877Z Downloaded vcpkg v0.2.15
3172026-02-28T07:37:46.902Z Downloaded unicode-width v0.2.1
3182026-02-28T07:37:46.926Z Downloaded unicode-width v0.1.14
3192026-02-28T07:37:46.926Z Downloaded zerocopy v0.8.27
3202026-02-28T07:37:46.950Z Downloaded rustix v0.38.44
3212026-02-28T07:37:46.974Z Downloaded webpki-roots v1.0.2
3222026-02-28T07:37:46.999Z Downloaded hickory-proto v0.24.4
3232026-02-28T07:37:46.999Z Downloaded rustix v1.1.2
3242026-02-28T07:37:47.027Z Downloaded smoltcp v0.11.0
3252026-02-28T07:37:47.051Z Downloaded rustls v0.23.32
3262026-02-28T07:37:47.076Z Downloaded regress v0.10.5
3272026-02-28T07:37:47.076Z Downloaded regex-syntax v0.8.6
3282026-02-28T07:37:47.076Z Downloaded syn v2.0.117
3292026-02-28T07:37:47.101Z Downloaded rustls v0.22.4
3302026-02-28T07:37:47.125Z Downloaded typify-impl v0.6.1
3312026-02-28T07:37:47.149Z Downloaded typify-impl v0.4.3
3322026-02-28T07:37:47.149Z Downloaded regex-automata v0.4.13
3332026-02-28T07:37:47.174Z Downloaded jiff v0.2.15
3342026-02-28T07:37:47.198Z Downloaded chrono-tz v0.10.4
3352026-02-28T07:37:47.222Z Downloaded openapiv3 v2.2.0
3362026-02-28T07:37:47.222Z Downloaded petgraph v0.6.5
3372026-02-28T07:37:47.246Z Downloaded petgraph v0.8.2
3382026-02-28T07:37:47.270Z Downloaded csv v1.3.1
3392026-02-28T07:37:47.294Z Downloaded libc v0.2.176
3402026-02-28T07:37:47.318Z Downloaded nix v0.30.1
3412026-02-28T07:37:47.343Z Downloaded winnow v0.5.40
3422026-02-28T07:37:47.343Z Downloaded libz-sys v1.1.22
3432026-02-28T07:37:47.367Z Downloaded tabled v0.15.0
3442026-02-28T07:37:47.400Z Downloaded quinn-proto v0.11.13
3452026-02-28T07:37:47.400Z Downloaded moka v0.12.11
3462026-02-28T07:37:47.400Z Downloaded goblin v0.10.1
3472026-02-28T07:37:47.400Z Downloaded unicode-normalization v0.1.24
3482026-02-28T07:37:47.400Z Downloaded tower-http v0.6.8
3492026-02-28T07:37:47.426Z Downloaded tokio-util v0.7.16
3502026-02-28T07:37:47.426Z Downloaded sha3 v0.10.8
3512026-02-28T07:37:47.426Z Downloaded tokio v1.49.0
3522026-02-28T07:37:47.470Z Downloaded serde_with v3.14.1
3532026-02-28T07:37:47.494Z Downloaded proptest v1.8.0
3542026-02-28T07:37:47.518Z Downloaded portable-atomic v1.11.1
3552026-02-28T07:37:47.518Z Downloaded openssl v0.10.73
3562026-02-28T07:37:47.542Z Downloaded dropshot v0.16.7
3572026-02-28T07:37:47.567Z Downloaded url v2.5.7
3582026-02-28T07:37:47.567Z Downloaded time v0.3.44
3592026-02-28T07:37:47.567Z Downloaded rayon v1.11.0
3602026-02-28T07:37:47.567Z Downloaded tower v0.5.2
3612026-02-28T07:37:47.591Z Downloaded serde_json v1.0.149
3622026-02-28T07:37:47.591Z Downloaded rustls-webpki v0.102.8
3632026-02-28T07:37:47.615Z Downloaded pest v2.8.2
3642026-02-28T07:37:47.615Z Downloaded h2 v0.4.12
3652026-02-28T07:37:47.615Z Downloaded goblin v0.8.2
3662026-02-28T07:37:47.640Z Downloaded git2 v0.19.0
3672026-02-28T07:37:47.640Z Downloaded zerocopy-derive v0.7.35
3682026-02-28T07:37:47.664Z Downloaded uuid v1.20.0
3692026-02-28T07:37:47.664Z Downloaded typed-path v0.9.3
3702026-02-28T07:37:47.664Z Downloaded hkdf v0.12.4
3712026-02-28T07:37:47.664Z Downloaded zeroize v1.8.1
3722026-02-28T07:37:47.664Z Downloaded yoke v0.8.0
3732026-02-28T07:37:47.664Z Downloaded encoding_rs v0.8.35
3742026-02-28T07:37:47.689Z Downloaded writeable v0.6.1
3752026-02-28T07:37:47.689Z Downloaded want v0.3.1
3762026-02-28T07:37:47.689Z Downloaded walkdir v2.5.0
3772026-02-28T07:37:47.689Z Downloaded vsss-rs v3.3.4
3782026-02-28T07:37:47.689Z Downloaded vergen v8.3.2
3792026-02-28T07:37:47.689Z Downloaded unsafe-libyaml v0.2.11
3802026-02-28T07:37:47.713Z Downloaded unicode-ident v1.0.24
3812026-02-28T07:37:47.713Z Downloaded ucd-trie v0.1.7
3822026-02-28T07:37:47.713Z Downloaded typify v0.6.1
3832026-02-28T07:37:47.713Z Downloaded typenum v1.18.0
3842026-02-28T07:37:47.713Z Downloaded ring v0.17.14
3852026-02-28T07:37:47.751Z Downloaded tracing-core v0.1.34
3862026-02-28T07:37:47.776Z Downloaded tracing v0.1.41
3872026-02-28T07:37:47.776Z Downloaded toml_edit v0.19.15
3882026-02-28T07:37:47.776Z Downloaded reqwest v0.13.2
3892026-02-28T07:37:47.800Z Downloaded reqwest v0.12.23
3902026-02-28T07:37:47.800Z Downloaded icu_properties_data v2.0.1
3912026-02-28T07:37:47.800Z Downloaded curl-sys v0.4.83+curl-8.15.0
3922026-02-28T07:37:47.859Z Downloaded hyper v1.8.1
3932026-02-28T07:37:47.883Z Downloaded zone v0.3.1
3942026-02-28T07:37:47.883Z Downloaded libgit2-sys v0.17.0+1.8.1
3952026-02-28T07:37:47.924Z Downloaded zeroize_derive v1.4.3
3962026-02-28T07:37:47.948Z Downloaded zerofrom-derive v0.1.6
3972026-02-28T07:37:47.948Z Downloaded zerofrom v0.1.6
3982026-02-28T07:37:47.948Z Downloaded yoke-derive v0.8.0
3992026-02-28T07:37:47.948Z Downloaded xattr v1.6.1
4002026-02-28T07:37:47.948Z Downloaded whoami v1.6.1
4012026-02-28T07:37:47.948Z Downloaded waitgroup v0.1.2
4022026-02-28T07:37:47.948Z Downloaded usdt-impl v0.6.0
4032026-02-28T07:37:47.948Z Downloaded usdt-impl v0.5.0
4042026-02-28T07:37:47.948Z Downloaded typify v0.4.3
4052026-02-28T07:37:47.948Z Downloaded toml_edit v0.22.27
4062026-02-28T07:37:47.948Z Downloaded toml v0.9.11+spec-1.1.0
4072026-02-28T07:37:47.948Z Downloaded toml v0.7.8
4082026-02-28T07:37:47.973Z Downloaded tinyvec v1.10.0
4092026-02-28T07:37:47.973Z Downloaded steno v0.4.1
4102026-02-28T07:37:47.973Z Downloaded regex v1.12.3
4112026-02-28T07:37:47.973Z Downloaded rand v0.9.2
4122026-02-28T07:37:47.973Z Downloaded idna v1.1.0
4132026-02-28T07:37:47.973Z Downloaded iddqd v0.3.17
4142026-02-28T07:37:47.997Z Downloaded hashbrown v0.16.1
4152026-02-28T07:37:47.998Z Downloaded chrono v0.4.43
4162026-02-28T07:37:47.998Z Downloaded version_check v0.9.5
4172026-02-28T07:37:47.998Z Downloaded utf8parse v0.2.2
4182026-02-28T07:37:47.998Z Downloaded usdt-macro v0.6.0
4192026-02-28T07:37:47.998Z Downloaded usdt-macro v0.5.0
4202026-02-28T07:37:47.998Z Downloaded untrusted v0.7.1
4212026-02-28T07:37:47.998Z Downloaded universal-hash v0.5.1
4222026-02-28T07:37:47.998Z Downloaded unicode-linebreak v0.1.5
4232026-02-28T07:37:47.998Z Downloaded unarray v0.1.4
4242026-02-28T07:37:48.022Z Downloaded typify-macro v0.6.1
4252026-02-28T07:37:48.022Z Downloaded typify-macro v0.4.3
4262026-02-28T07:37:48.022Z Downloaded tracing-attributes v0.1.30
4272026-02-28T07:37:48.022Z Downloaded toml_parser v1.0.6+spec-1.1.0
4282026-02-28T07:37:48.022Z Downloaded toml v0.8.23
4292026-02-28T07:37:48.022Z Downloaded tokio-stream v0.1.17
4302026-02-28T07:37:48.022Z Downloaded tokio-rustls v0.26.3
4312026-02-28T07:37:48.022Z Downloaded tokio-rustls v0.25.0
4322026-02-28T07:37:48.022Z Downloaded tokio-native-tls v0.3.1
4332026-02-28T07:37:48.022Z Downloaded tokio-macros v2.6.0
4342026-02-28T07:37:48.022Z Downloaded tinystr v0.8.1
4352026-02-28T07:37:48.022Z Downloaded time-macros v0.2.24
4362026-02-28T07:37:48.047Z Downloaded thread_local v1.1.9
4372026-02-28T07:37:48.047Z Downloaded textwrap v0.16.2
4382026-02-28T07:37:48.047Z Downloaded test-strategy v0.4.3
4392026-02-28T07:37:48.047Z Downloaded tempfile v3.23.0
4402026-02-28T07:37:48.047Z Downloaded tar v0.4.44
4412026-02-28T07:37:48.047Z Downloaded snafu v0.8.9
4422026-02-28T07:37:48.071Z Downloaded slog v2.8.2
4432026-02-28T07:37:48.071Z Downloaded schemars v0.9.0
4442026-02-28T07:37:48.071Z Downloaded schemars v0.8.22
4452026-02-28T07:37:48.096Z Downloaded rand v0.8.5
4462026-02-28T07:37:48.096Z Downloaded quinn v0.11.9
4472026-02-28T07:37:48.096Z Downloaded qorb v0.4.1
4482026-02-28T07:37:48.096Z Downloaded hashbrown v0.15.5
4492026-02-28T07:37:48.120Z Downloaded futures-util v0.3.31
4502026-02-28T07:37:48.120Z Downloaded curve25519-dalek v4.1.3
4512026-02-28T07:37:48.120Z Downloaded bindgen v0.72.1
4522026-02-28T07:37:48.144Z Downloaded usdt-attr-macro v0.6.0
4532026-02-28T07:37:48.144Z Downloaded usdt-attr-macro v0.5.0
4542026-02-28T07:37:48.144Z Downloaded usdt v0.6.0
4552026-02-28T07:37:48.144Z Downloaded usdt v0.5.0
4562026-02-28T07:37:48.144Z Downloaded untrusted v0.9.0
4572026-02-28T07:37:48.144Z Downloaded unicode-xid v0.2.6
4582026-02-28T07:37:48.144Z Downloaded try-lock v0.2.5
4592026-02-28T07:37:48.144Z Downloaded tower-service v0.3.3
4602026-02-28T07:37:48.145Z Downloaded toml_writer v1.0.6+spec-1.1.0
4612026-02-28T07:37:48.145Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4622026-02-28T07:37:48.145Z Downloaded tokio-dtrace v0.1.1
4632026-02-28T07:37:48.145Z Downloaded tinyvec_macros v0.1.1
4642026-02-28T07:37:48.145Z Downloaded time-core v0.1.6
4652026-02-28T07:37:48.145Z Downloaded thread-id v5.0.0
4662026-02-28T07:37:48.145Z Downloaded thiserror-impl v2.0.18
4672026-02-28T07:37:48.145Z Downloaded term v1.2.0
4682026-02-28T07:37:48.169Z Downloaded strum_macros v0.27.2
4692026-02-28T07:37:48.169Z Downloaded socket2 v0.6.0
4702026-02-28T07:37:48.169Z Downloaded similar v2.7.0
4712026-02-28T07:37:48.169Z Downloaded serde_yaml v0.9.34+deprecated
4722026-02-28T07:37:48.169Z Downloaded serde_core v1.0.228
4732026-02-28T07:37:48.169Z Downloaded serde v1.0.228
4742026-02-28T07:37:48.169Z Downloaded schemars v1.2.0
4752026-02-28T07:37:48.194Z Downloaded rustls-webpki v0.103.6
4762026-02-28T07:37:48.194Z Downloaded prettyplease v0.2.37
4772026-02-28T07:37:48.194Z Downloaded topological-sort v0.2.2
4782026-02-28T07:37:48.194Z Downloaded toml_write v0.1.2
4792026-02-28T07:37:48.194Z Downloaded toml_datetime v0.6.11
4802026-02-28T07:37:48.194Z Downloaded thiserror-no-std v2.0.2
4812026-02-28T07:37:48.194Z Downloaded thiserror-impl-no-std v2.0.2
4822026-02-28T07:37:48.219Z Downloaded thiserror-impl v1.0.69
4832026-02-28T07:37:48.219Z Downloaded thiserror v2.0.18
4842026-02-28T07:37:48.219Z Downloaded thiserror v1.0.69
4852026-02-28T07:37:48.219Z Downloaded termtree v0.5.1
4862026-02-28T07:37:48.219Z Downloaded take_mut v0.2.2
4872026-02-28T07:37:48.219Z Downloaded tagptr v0.2.0
4882026-02-28T07:37:48.219Z Downloaded synstructure v0.13.2
4892026-02-28T07:37:48.219Z Downloaded sync_wrapper v1.0.2
4902026-02-28T07:37:48.219Z Downloaded swrite v0.1.0
4912026-02-28T07:37:48.219Z Downloaded supports-color v3.0.2
4922026-02-28T07:37:48.219Z Downloaded subtle v2.6.1
4932026-02-28T07:37:48.219Z Downloaded strum_macros v0.26.4
4942026-02-28T07:37:48.219Z Downloaded strum v0.27.2
4952026-02-28T07:37:48.243Z Downloaded strum v0.26.3
4962026-02-28T07:37:48.243Z Downloaded structmeta-derive v0.3.0
4972026-02-28T07:37:48.243Z Downloaded structmeta v0.3.0
4982026-02-28T07:37:48.243Z Downloaded strsim v0.11.1
4992026-02-28T07:37:48.243Z Downloaded static_assertions v1.1.0
5002026-02-28T07:37:48.243Z Downloaded stable_deref_trait v1.2.0
5012026-02-28T07:37:48.243Z Downloaded spin v0.9.8
5022026-02-28T07:37:48.243Z Downloaded smallvec v1.15.1
5032026-02-28T07:37:48.243Z Downloaded slab v0.4.11
5042026-02-28T07:37:48.244Z Downloaded signal-hook-registry v1.4.6
5052026-02-28T07:37:48.244Z Downloaded signal-hook v0.3.18
5062026-02-28T07:37:48.244Z Downloaded shlex v1.3.0
5072026-02-28T07:37:48.268Z Downloaded sha2 v0.10.9
5082026-02-28T07:37:48.268Z Downloaded serde_with_macros v3.14.1
5092026-02-28T07:37:48.268Z Downloaded serde_derive v1.0.228
5102026-02-28T07:37:48.268Z Downloaded scroll v0.12.0
5112026-02-28T07:37:48.268Z Downloaded rayon-core v1.13.0
5122026-02-28T07:37:48.268Z Downloaded pin-project v1.1.10
5132026-02-28T07:37:48.293Z Downloaded papergrid v0.11.0
5142026-02-28T07:37:48.293Z Downloaded openssl-sys v0.9.109
5152026-02-28T07:37:48.293Z Downloaded nom v7.1.3
5162026-02-28T07:37:48.293Z Downloaded mio v1.0.4
5172026-02-28T07:37:48.293Z Downloaded minimal-lexical v0.2.1
5182026-02-28T07:37:48.317Z Downloaded memchr v2.7.5
5192026-02-28T07:37:48.317Z Downloaded libm v0.2.15
5202026-02-28T07:37:48.317Z Downloaded indexmap v2.13.0
5212026-02-28T07:37:48.317Z Downloaded hyper-util v0.1.19
5222026-02-28T07:37:48.342Z Downloaded http v1.4.0
5232026-02-28T07:37:48.342Z Downloaded hickory-resolver v0.25.2
5242026-02-28T07:37:48.342Z Downloaded hashbrown v0.12.3
5252026-02-28T07:37:48.342Z Downloaded flate2 v1.1.2
5262026-02-28T07:37:48.342Z Downloaded aws-lc-rs v1.14.0
5272026-02-28T07:37:48.366Z Downloaded testing_table v0.3.0
5282026-02-28T07:37:48.366Z Downloaded terminal_size v0.4.3
5292026-02-28T07:37:48.366Z Downloaded tabwriter v1.4.1
5302026-02-28T07:37:48.366Z Downloaded tabled_derive v0.11.0
5312026-02-28T07:37:48.366Z Downloaded tabled_derive v0.7.0
5322026-02-28T07:37:48.366Z Downloaded snafu-derive v0.8.9
5332026-02-28T07:37:48.366Z Downloaded smf v0.2.3
5342026-02-28T07:37:48.366Z Downloaded smawk v0.3.2
5352026-02-28T07:37:48.366Z Downloaded slog-term v2.9.2
5362026-02-28T07:37:48.366Z Downloaded slog-json v2.6.1
5372026-02-28T07:37:48.366Z Downloaded slog-dtrace v0.3.0
5382026-02-28T07:37:48.366Z Downloaded slog-bunyan v2.5.0
5392026-02-28T07:37:48.366Z Downloaded slog-async v2.8.0
5402026-02-28T07:37:48.366Z Downloaded siphasher v1.0.1
5412026-02-28T07:37:48.366Z Downloaded sigpipe v0.1.3
5422026-02-28T07:37:48.367Z Downloaded signal-hook-tokio v0.3.1
5432026-02-28T07:37:48.391Z Downloaded sha1 v0.10.6
5442026-02-28T07:37:48.391Z Downloaded serde_tokenstream v0.2.3
5452026-02-28T07:37:48.391Z Downloaded serde_path_to_error v0.1.20
5462026-02-28T07:37:48.391Z Downloaded serde_derive_internals v0.29.1
5472026-02-28T07:37:48.391Z Downloaded semver v1.0.27
5482026-02-28T07:37:48.391Z Downloaded semver v0.1.20
5492026-02-28T07:37:48.391Z Downloaded scroll v0.13.0
5502026-02-28T07:37:48.391Z Downloaded schemars_derive v0.8.22
5512026-02-28T07:37:48.391Z Downloaded ryu v1.0.20
5522026-02-28T07:37:48.391Z Downloaded rustls-pki-types v1.12.0
5532026-02-28T07:37:48.391Z Downloaded rand_chacha v0.9.0
5542026-02-28T07:37:48.391Z Downloaded quote v1.0.44
5552026-02-28T07:37:48.391Z Downloaded quinn-udp v0.5.14
5562026-02-28T07:37:48.416Z Downloaded papergrid v0.17.0
5572026-02-28T07:37:48.416Z Downloaded icu_normalizer v2.0.0
5582026-02-28T07:37:48.416Z Downloaded hickory-resolver v0.24.4
5592026-02-28T07:37:48.416Z Downloaded scopeguard v1.2.0
5602026-02-28T07:37:48.416Z Downloaded rustversion v1.0.22
5612026-02-28T07:37:48.416Z Downloaded rustc_version v0.4.1
5622026-02-28T07:37:48.416Z Downloaded progenitor-impl v0.13.0
5632026-02-28T07:37:48.416Z Downloaded proc-macro2 v1.0.106
5642026-02-28T07:37:48.441Z Downloaded postcard v1.1.3
5652026-02-28T07:37:48.441Z Downloaded miniz_oxide v0.8.9
5662026-02-28T07:37:48.441Z Downloaded itertools v0.12.1
5672026-02-28T07:37:48.441Z Downloaded serde_repr v0.1.20
5682026-02-28T07:37:48.441Z Downloaded serde_plain v1.0.2
5692026-02-28T07:37:48.441Z Downloaded serde-big-array v0.5.1
5702026-02-28T07:37:48.441Z Downloaded secrecy v0.10.3
5712026-02-28T07:37:48.441Z Downloaded search_path v0.1.4
5722026-02-28T07:37:48.466Z Downloaded scroll_derive v0.13.1
5732026-02-28T07:37:48.466Z Downloaded rusty-fork v0.3.0
5742026-02-28T07:37:48.466Z Downloaded rustls-pemfile v2.2.0
5752026-02-28T07:37:48.466Z Downloaded resolv-conf v0.7.5
5762026-02-28T07:37:48.466Z Downloaded rand_core v0.9.3
5772026-02-28T07:37:48.466Z Downloaded rand_core v0.6.4
5782026-02-28T07:37:48.466Z Downloaded progenitor-impl v0.11.1
5792026-02-28T07:37:48.466Z Downloaded progenitor-impl v0.10.0
5802026-02-28T07:37:48.466Z Downloaded progenitor v0.11.1
5812026-02-28T07:37:48.466Z Downloaded pkg-config v0.3.32
5822026-02-28T07:37:48.466Z Downloaded pin-project-lite v0.2.16
5832026-02-28T07:37:48.466Z Downloaded phf v0.12.1
5842026-02-28T07:37:48.466Z Downloaded pest_meta v2.8.2
5852026-02-28T07:37:48.491Z Downloaded pest_derive v2.8.2
5862026-02-28T07:37:48.491Z Downloaded parking_lot_core v0.9.11
5872026-02-28T07:37:48.491Z Downloaded parking_lot v0.12.4
5882026-02-28T07:37:48.491Z Downloaded owo-colors v4.2.2
5892026-02-28T07:37:48.491Z Downloaded num-traits v0.2.19
5902026-02-28T07:37:48.491Z Downloaded iri-string v0.7.8
5912026-02-28T07:37:48.491Z Downloaded icu_normalizer_data v2.0.0
5922026-02-28T07:37:48.491Z Downloaded icu_locale_core v2.0.0
5932026-02-28T07:37:48.516Z Downloaded icu_collections v2.0.0
5942026-02-28T07:37:48.516Z Downloaded iana-time-zone v0.1.64
5952026-02-28T07:37:48.516Z Downloaded heapless v0.8.0
5962026-02-28T07:37:48.516Z Downloaded serde_spanned v1.0.4
5972026-02-28T07:37:48.516Z Downloaded same-file v1.0.6
5982026-02-28T07:37:48.516Z Downloaded rustc_version v0.1.7
5992026-02-28T07:37:48.516Z Downloaded rustc-hash v2.1.1
6002026-02-28T07:37:48.516Z Downloaded ref-cast-impl v1.0.25
6012026-02-28T07:37:48.516Z Downloaded ref-cast v1.0.25
6022026-02-28T07:37:48.540Z Downloaded rand_xorshift v0.4.0
6032026-02-28T07:37:48.540Z Downloaded progenitor-macro v0.13.0
6042026-02-28T07:37:48.541Z Downloaded progenitor-macro v0.11.1
6052026-02-28T07:37:48.541Z Downloaded progenitor-macro v0.10.0
6062026-02-28T07:37:48.541Z Downloaded progenitor-client v0.13.0
6072026-02-28T07:37:48.541Z Downloaded progenitor v0.13.0
6082026-02-28T07:37:48.541Z Downloaded progenitor v0.10.0
6092026-02-28T07:37:48.541Z Downloaded proc-macro-error2 v2.0.1
6102026-02-28T07:37:48.541Z Downloaded proc-macro-error-attr v1.0.4
6112026-02-28T07:37:48.541Z Downloaded proc-macro-error v1.0.4
6122026-02-28T07:37:48.541Z Downloaded ppv-lite86 v0.2.21
6132026-02-28T07:37:48.541Z Downloaded poly1305 v0.8.0
6142026-02-28T07:37:48.541Z Downloaded pin-project-internal v1.1.10
6152026-02-28T07:37:48.541Z Downloaded pest_generator v2.8.2
6162026-02-28T07:37:48.541Z Downloaded percent-encoding v2.3.2
6172026-02-28T07:37:48.541Z Downloaded pem v3.0.5
6182026-02-28T07:37:48.566Z Downloaded paste v1.0.15
6192026-02-28T07:37:48.566Z Downloaded password-hash v0.5.0
6202026-02-28T07:37:48.566Z Downloaded parse-display-derive v0.10.0
6212026-02-28T07:37:48.566Z Downloaded oxnet v0.1.4
6222026-02-28T07:37:48.566Z Downloaded oxide-tokio-rt v0.1.2
6232026-02-28T07:37:48.566Z Downloaded once_cell v1.21.3
6242026-02-28T07:37:48.566Z Downloaded num_enum_derive v0.7.5
6252026-02-28T07:37:48.566Z Downloaded num_enum v0.7.5
6262026-02-28T07:37:48.566Z Downloaded num-rational v0.4.2
6272026-02-28T07:37:48.591Z Downloaded num-complex v0.4.6
6282026-02-28T07:37:48.591Z Downloaded native-tls v0.2.14
6292026-02-28T07:37:48.591Z Downloaded multer v3.1.0
6302026-02-28T07:37:48.591Z Downloaded jiff-static v0.2.15
6312026-02-28T07:37:48.591Z Downloaded indexmap v1.9.3
6322026-02-28T07:37:48.591Z Downloaded icu_properties v2.0.1
6332026-02-28T07:37:48.591Z Downloaded getrandom v0.3.3
6342026-02-28T07:37:48.591Z Downloaded quick-error v1.2.3
6352026-02-28T07:37:48.591Z Downloaded progenitor-client v0.11.1
6362026-02-28T07:37:48.591Z Downloaded progenitor-client v0.10.0
6372026-02-28T07:37:48.591Z Downloaded proc-macro-crate v1.3.1
6382026-02-28T07:37:48.591Z Downloaded pretty-hex v0.4.1
6392026-02-28T07:37:48.591Z Downloaded powerfmt v0.2.0
6402026-02-28T07:37:48.615Z Downloaded potential_utf v0.1.3
6412026-02-28T07:37:48.615Z Downloaded plain v0.2.3
6422026-02-28T07:37:48.615Z Downloaded pin-utils v0.1.0
6432026-02-28T07:37:48.615Z Downloaded phf_shared v0.12.1
6442026-02-28T07:37:48.615Z Downloaded openssl-probe v0.1.6
6452026-02-28T07:37:48.615Z Downloaded omicron-zone-package v0.12.2
6462026-02-28T07:37:48.615Z Downloaded olpc-cjson v0.1.4
6472026-02-28T07:37:48.615Z Downloaded num_enum_derive v0.5.11
6482026-02-28T07:37:48.615Z Downloaded num_enum v0.5.11
6492026-02-28T07:37:48.615Z Downloaded num-integer v0.1.46
6502026-02-28T07:37:48.615Z Downloaded num-derive v0.3.3
6512026-02-28T07:37:48.615Z Downloaded newtype-uuid-macros v0.1.0
6522026-02-28T07:37:48.615Z Downloaded newtype-uuid v1.3.2
6532026-02-28T07:37:48.616Z Downloaded newline-converter v0.3.0
6542026-02-28T07:37:48.616Z Downloaded memmap2 v0.9.8
6552026-02-28T07:37:48.640Z Downloaded log v0.4.29
6562026-02-28T07:37:48.640Z Downloaded icu_provider v2.0.0
6572026-02-28T07:37:48.640Z Downloaded half v2.7.1
6582026-02-28T07:37:48.640Z Downloaded futures v0.3.31
6592026-02-28T07:37:48.640Z Downloaded expectorate v1.2.0
6602026-02-28T07:37:48.640Z Downloaded parse-display v0.10.0
6612026-02-28T07:37:48.640Z Downloaded openssl-macros v0.1.1
6622026-02-28T07:37:48.641Z Downloaded opaque-debug v0.3.1
6632026-02-28T07:37:48.641Z Downloaded omicron-workspace-hack v0.1.0
6642026-02-28T07:37:48.641Z Downloaded num_threads v0.1.7
6652026-02-28T07:37:48.641Z Downloaded num-iter v0.1.45
6662026-02-28T07:37:48.641Z Downloaded num-derive v0.4.2
6672026-02-28T07:37:48.641Z Downloaded num-conv v0.1.0
6682026-02-28T07:37:48.665Z Downloaded num v0.4.3
6692026-02-28T07:37:48.665Z Downloaded newtype_derive v0.1.6
6702026-02-28T07:37:48.665Z Downloaded lock_api v0.4.13
6712026-02-28T07:37:48.665Z Downloaded litemap v0.8.0
6722026-02-28T07:37:48.665Z Downloaded linear-map v1.2.0
6732026-02-28T07:37:48.665Z Downloaded libsw-core v0.3.2
6742026-02-28T07:37:48.665Z Downloaded libsw v3.5.0
6752026-02-28T07:37:48.665Z Downloaded libloading v0.8.9
6762026-02-28T07:37:48.665Z Downloaded lazy_static v1.5.0
6772026-02-28T07:37:48.665Z Downloaded keccak v0.1.5
6782026-02-28T07:37:48.665Z Downloaded jobserver v0.1.34
6792026-02-28T07:37:48.665Z Downloaded itertools v0.14.0
6802026-02-28T07:37:48.690Z Downloaded hyper-rustls v0.27.7
6812026-02-28T07:37:48.690Z Downloaded httparse v1.10.1
6822026-02-28T07:37:48.690Z Downloaded fs_extra v1.3.0
6832026-02-28T07:37:48.690Z Downloaded crypto-bigint v0.5.5
6842026-02-28T07:37:48.690Z Downloaded base64 v0.22.1
6852026-02-28T07:37:48.690Z Downloaded lru-slab v0.1.2
6862026-02-28T07:37:48.690Z Downloaded lru-cache v0.1.2
6872026-02-28T07:37:48.690Z Downloaded linked-hash-map v0.5.6
6882026-02-28T07:37:48.690Z Downloaded libscf-sys v1.1.0
6892026-02-28T07:37:48.714Z Downloaded kstat-rs v0.2.4
6902026-02-28T07:37:48.714Z Downloaded is-terminal v0.4.16
6912026-02-28T07:37:48.714Z Downloaded ipnet v2.11.0
6922026-02-28T07:37:48.715Z Downloaded ingot-types v0.1.2
6932026-02-28T07:37:48.715Z Downloaded ingot-macros v0.1.1
6942026-02-28T07:37:48.715Z Downloaded humantime v2.3.0
6952026-02-28T07:37:48.715Z Downloaded heck v0.4.1
6962026-02-28T07:37:48.715Z Downloaded group v0.13.0
6972026-02-28T07:37:48.715Z Downloaded globset v0.4.16
6982026-02-28T07:37:48.715Z Downloaded glob v0.3.3
6992026-02-28T07:37:48.715Z Downloaded dropshot_endpoint v0.16.7
7002026-02-28T07:37:48.739Z Downloaded dropshot-api-manager v0.2.2
7012026-02-28T07:37:48.739Z Downloaded drift v0.1.0
7022026-02-28T07:37:48.739Z Downloaded dof v0.3.0
7032026-02-28T07:37:48.739Z Downloaded displaydoc v0.2.5
7042026-02-28T07:37:48.739Z Downloaded derive_more v0.99.20
7052026-02-28T07:37:48.739Z Downloaded derive-where v1.6.0
7062026-02-28T07:37:48.739Z Downloaded crc32fast v1.5.0
7072026-02-28T07:37:48.739Z Downloaded clap_builder v4.5.50
7082026-02-28T07:37:48.763Z Downloaded clap v4.5.50
7092026-02-28T07:37:48.764Z Downloaded bcs v0.1.6
7102026-02-28T07:37:48.764Z Downloaded async-trait v0.1.89
7112026-02-28T07:37:48.764Z Downloaded memoffset v0.9.1
7122026-02-28T07:37:48.764Z Downloaded memmap v0.7.0
7132026-02-28T07:37:48.764Z Downloaded match_cfg v0.1.0
7142026-02-28T07:37:48.764Z Downloaded managed v0.8.0
7152026-02-28T07:37:48.764Z Downloaded is_terminal_polyfill v1.70.1
7162026-02-28T07:37:48.764Z Downloaded is_ci v1.2.0
7172026-02-28T07:37:48.764Z Downloaded ipnetwork v0.21.1
7182026-02-28T07:37:48.789Z Downloaded internet-checksum v0.2.1
7192026-02-28T07:37:48.789Z Downloaded instant v0.1.13
7202026-02-28T07:37:48.789Z Downloaded ingot v0.1.1
7212026-02-28T07:37:48.789Z Downloaded idna_adapter v1.2.1
7222026-02-28T07:37:48.789Z Downloaded httpdate v1.0.3
7232026-02-28T07:37:48.789Z Downloaded http-body-util v0.1.3
7242026-02-28T07:37:48.789Z Downloaded highway v1.3.0
7252026-02-28T07:37:48.789Z Downloaded hex v0.4.3
7262026-02-28T07:37:48.789Z Downloaded heck v0.5.0
7272026-02-28T07:37:48.789Z Downloaded getrandom v0.2.16
7282026-02-28T07:37:48.789Z Downloaded generic-array v0.14.7
7292026-02-28T07:37:48.789Z Downloaded fixedbitset v0.5.7
7302026-02-28T07:37:48.789Z Downloaded find-msvc-tools v0.1.2
7312026-02-28T07:37:48.814Z Downloaded ff v0.13.1
7322026-02-28T07:37:48.814Z Downloaded equivalent v1.0.2
7332026-02-28T07:37:48.814Z Downloaded display-error-chain v0.2.2
7342026-02-28T07:37:48.814Z Downloaded defmt v0.3.100
7352026-02-28T07:37:48.814Z Downloaded curl v0.4.49
7362026-02-28T07:37:48.814Z Downloaded csv-core v0.1.12
7372026-02-28T07:37:48.814Z Downloaded crossbeam-channel v0.5.15
7382026-02-28T07:37:48.814Z Downloaded const_format v0.2.34
7392026-02-28T07:37:48.814Z Downloaded cipher v0.4.4
7402026-02-28T07:37:48.814Z Downloaded bitflags v2.9.4
7412026-02-28T07:37:48.838Z Downloaded base64ct v1.8.0
7422026-02-28T07:37:48.838Z Downloaded autocfg v1.5.0
7432026-02-28T07:37:48.839Z Downloaded inout v0.1.4
7442026-02-28T07:37:48.839Z Downloaded indent_write v2.2.0
7452026-02-28T07:37:48.839Z Downloaded ident_case v1.0.1
7462026-02-28T07:37:48.839Z Downloaded hyper-tls v0.6.0
7472026-02-28T07:37:48.839Z Downloaded hubpack_derive v0.1.1
7482026-02-28T07:37:48.839Z Downloaded hubpack v0.1.2
7492026-02-28T07:37:48.839Z Downloaded http-body v1.0.1
7502026-02-28T07:37:48.839Z Downloaded hostname v0.4.2
7512026-02-28T07:37:48.839Z Downloaded hostname v0.3.1
7522026-02-28T07:37:48.839Z Downloaded hash32 v0.3.1
7532026-02-28T07:37:48.839Z Downloaded gethostname v0.5.0
7542026-02-28T07:37:48.839Z Downloaded futures-macro v0.3.31
7552026-02-28T07:37:48.839Z Downloaded futures-io v0.3.31
7562026-02-28T07:37:48.863Z Downloaded futures-executor v0.3.31
7572026-02-28T07:37:48.863Z Downloaded futures-core v0.3.32
7582026-02-28T07:37:48.863Z Downloaded futures-channel v0.3.31
7592026-02-28T07:37:48.864Z Downloaded fs-err v3.1.2
7602026-02-28T07:37:48.864Z Downloaded form_urlencoded v1.2.2
7612026-02-28T07:37:48.864Z Downloaded foreign-types-shared v0.3.1
7622026-02-28T07:37:48.864Z Downloaded foreign-types-shared v0.1.1
7632026-02-28T07:37:48.864Z Downloaded foreign-types-macros v0.2.3
7642026-02-28T07:37:48.864Z Downloaded foreign-types v0.5.0
7652026-02-28T07:37:48.864Z Downloaded foreign-types v0.3.2
7662026-02-28T07:37:48.864Z Downloaded foldhash v0.2.0
7672026-02-28T07:37:48.864Z Downloaded foldhash v0.1.5
7682026-02-28T07:37:48.864Z Downloaded fnv v1.0.7
7692026-02-28T07:37:48.864Z Downloaded float-ord v0.3.2
7702026-02-28T07:37:48.864Z Downloaded fixedbitset v0.4.2
7712026-02-28T07:37:48.864Z Downloaded filetime v0.2.26
7722026-02-28T07:37:48.864Z Downloaded fastrand v2.3.0
7732026-02-28T07:37:48.864Z Downloaded errno v0.3.14
7742026-02-28T07:37:48.864Z Downloaded erased-serde v0.3.31
7752026-02-28T07:37:48.888Z Downloaded enum-as-inner v0.6.1
7762026-02-28T07:37:48.889Z Downloaded embedded-io v0.6.1
7772026-02-28T07:37:48.889Z Downloaded embedded-io v0.4.0
7782026-02-28T07:37:48.889Z Downloaded dunce v1.0.5
7792026-02-28T07:37:48.889Z Downloaded dropshot-api-manager-types v0.2.2
7802026-02-28T07:37:48.889Z Downloaded digest v0.10.7
7812026-02-28T07:37:48.889Z Downloaded defmt-macros v1.0.1
7822026-02-28T07:37:48.889Z Downloaded data-encoding v2.9.0
7832026-02-28T07:37:48.889Z Downloaded darling v0.21.3
7842026-02-28T07:37:48.889Z Downloaded daft-derive v0.1.4
7852026-02-28T07:37:48.889Z Downloaded daft v0.1.4
7862026-02-28T07:37:48.913Z Downloaded crossbeam-utils v0.8.21
7872026-02-28T07:37:48.913Z Downloaded crossbeam-epoch v0.9.18
7882026-02-28T07:37:48.913Z Downloaded crossbeam-deque v0.8.6
7892026-02-28T07:37:48.913Z Downloaded critical-section v1.2.0
7902026-02-28T07:37:48.913Z Downloaded crc8 v0.1.1
7912026-02-28T07:37:48.913Z Downloaded cpufeatures v0.2.17
7922026-02-28T07:37:48.913Z Downloaded convert_case v0.4.0
7932026-02-28T07:37:48.913Z Downloaded constant_time_eq v0.3.1
7942026-02-28T07:37:48.913Z Downloaded console v0.15.11
7952026-02-28T07:37:48.914Z Downloaded colored v3.0.0
7962026-02-28T07:37:48.914Z Downloaded colorchoice v1.0.4
7972026-02-28T07:37:48.914Z Downloaded cobs v0.3.0
7982026-02-28T07:37:48.914Z Downloaded cmake v0.1.54
7992026-02-28T07:37:48.914Z Downloaded clap_derive v4.5.49
8002026-02-28T07:37:48.914Z Downloaded ciborium-io v0.2.2
8012026-02-28T07:37:48.938Z Downloaded ciborium v0.2.2
8022026-02-28T07:37:48.938Z Downloaded chacha20poly1305 v0.10.1
8032026-02-28T07:37:48.938Z Downloaded chacha20 v0.9.1
8042026-02-28T07:37:48.938Z Downloaded bstr v1.12.0
8052026-02-28T07:37:48.938Z Downloaded blake2 v0.10.6
8062026-02-28T07:37:48.938Z Downloaded bitflags v1.3.2
8072026-02-28T07:37:48.938Z Downloaded bit-vec v0.8.0
8082026-02-28T07:37:48.938Z Downloaded bit-set v0.8.0
8092026-02-28T07:37:48.938Z Downloaded base16ct v0.2.0
8102026-02-28T07:37:48.938Z Downloaded atomicwrites v0.4.4
8112026-02-28T07:37:48.962Z Downloaded futures-task v0.3.31
8122026-02-28T07:37:48.962Z Downloaded futures-sink v0.3.31
8132026-02-28T07:37:48.962Z Downloaded elliptic-curve v0.13.8
8142026-02-28T07:37:48.962Z Downloaded either v1.15.0
8152026-02-28T07:37:48.962Z Downloaded dyn-clone v1.0.20
8162026-02-28T07:37:48.962Z Downloaded dtrace-parser v0.3.0
8172026-02-28T07:37:48.962Z Downloaded dtrace-parser v0.2.0
8182026-02-28T07:37:48.962Z Downloaded derive-ex v0.1.8
8192026-02-28T07:37:48.962Z Downloaded deranged v0.5.3
8202026-02-28T07:37:48.962Z Downloaded defmt-parser v1.0.0
8212026-02-28T07:37:48.963Z Downloaded debug-ignore v1.0.5
8222026-02-28T07:37:48.963Z Downloaded darling_macro v0.21.3
8232026-02-28T07:37:48.963Z Downloaded curve25519-dalek-derive v0.1.1
8242026-02-28T07:37:48.963Z Downloaded crypto-common v0.1.6
8252026-02-28T07:37:48.987Z Downloaded crucible-workspace-hack v0.1.0
8262026-02-28T07:37:48.987Z Downloaded cookie v0.18.1
8272026-02-28T07:37:48.987Z Downloaded clap_lex v0.7.5
8282026-02-28T07:37:48.987Z Downloaded clang-sys v1.8.1
8292026-02-28T07:37:48.987Z Downloaded ciborium-ll v0.2.2
8302026-02-28T07:37:48.987Z Downloaded cfg_aliases v0.2.1
8312026-02-28T07:37:48.987Z Downloaded cfg-if v1.0.3
8322026-02-28T07:37:48.987Z Downloaded cc v1.2.38
8332026-02-28T07:37:48.987Z Downloaded cancel-safe-futures v0.1.5
8342026-02-28T07:37:48.987Z Downloaded camino v1.2.2
8352026-02-28T07:37:48.987Z Downloaded bytes v1.11.1
8362026-02-28T07:37:48.987Z Downloaded blake3 v1.8.2
8372026-02-28T07:37:49.012Z Downloaded arrayref v0.3.9
8382026-02-28T07:37:49.012Z Downloaded anyhow v1.0.100
8392026-02-28T07:37:49.012Z Downloaded anstyle-query v1.1.4
8402026-02-28T07:37:49.012Z Downloaded anstream v0.6.20
8412026-02-28T07:37:49.012Z Downloaded cexpr v0.6.0
8422026-02-28T07:37:49.012Z Downloaded cargo-platform v0.1.9
8432026-02-28T07:37:49.012Z Downloaded byteorder v1.5.0
8442026-02-28T07:37:49.012Z Downloaded block-buffer v0.10.4
8452026-02-28T07:37:49.012Z Downloaded async-stream-impl v0.3.6
8462026-02-28T07:37:49.012Z Downloaded argon2 v0.5.3
8472026-02-28T07:37:49.012Z Downloaded aho-corasick v1.1.3
8482026-02-28T07:37:49.037Z Downloaded cargo_metadata v0.18.1
8492026-02-28T07:37:49.037Z Downloaded camino-tempfile v1.4.1
8502026-02-28T07:37:49.037Z Downloaded anstyle-parse v0.2.7
8512026-02-28T07:37:49.037Z Downloaded allocator-api2 v0.2.21
8522026-02-28T07:37:49.037Z Downloaded adler2 v2.0.1
8532026-02-28T07:37:49.037Z Downloaded darling_core v0.21.3
8542026-02-28T07:37:49.037Z Downloaded cstr-argument v0.1.2
8552026-02-28T07:37:49.037Z Downloaded aws-lc-sys v0.31.0
8562026-02-28T07:37:49.273Z Downloaded const_format_proc_macros v0.2.34
8572026-02-28T07:37:49.297Z Downloaded bytecount v0.6.9
8582026-02-28T07:37:49.297Z Downloaded backoff v0.4.0
8592026-02-28T07:37:49.297Z Downloaded async-stream v0.3.6
8602026-02-28T07:37:49.297Z Downloaded async-recursion v1.1.1
8612026-02-28T07:37:49.297Z Downloaded arrayvec v0.7.6
8622026-02-28T07:37:49.297Z Downloaded anstyle v1.0.11
8632026-02-28T07:37:49.297Z Downloaded aead v0.5.2
8642026-02-28T07:37:49.833Z Compiling proc-macro2 v1.0.106
8652026-02-28T07:37:49.857Z Compiling quote v1.0.44
8662026-02-28T07:37:49.857Z Compiling unicode-ident v1.0.24
8672026-02-28T07:37:49.857Z Compiling serde_core v1.0.228
8682026-02-28T07:37:49.857Z Compiling serde v1.0.228
8692026-02-28T07:37:49.857Z Compiling libc v0.2.176
8702026-02-28T07:37:49.857Z Compiling autocfg v1.5.0
8712026-02-28T07:37:50.390Z Checking cfg-if v1.0.3
8722026-02-28T07:37:50.578Z Compiling memchr v2.7.5
8732026-02-28T07:37:51.002Z Compiling zmij v1.0.17
8742026-02-28T07:37:51.060Z Compiling getrandom v0.3.3
8752026-02-28T07:37:51.551Z Compiling libm v0.2.15
8762026-02-28T07:37:51.866Z Checking smallvec v1.15.1
8772026-02-28T07:37:51.943Z Checking itoa v1.0.15
8782026-02-28T07:37:52.114Z Compiling shlex v1.3.0
8792026-02-28T07:37:52.159Z Compiling jobserver v0.1.34
8802026-02-28T07:37:52.190Z Compiling find-msvc-tools v0.1.2
8812026-02-28T07:37:52.219Z Compiling version_check v0.9.5
8822026-02-28T07:37:52.561Z Compiling cc v1.2.38
8832026-02-28T07:37:52.643Z Compiling icu_properties_data v2.0.1
8842026-02-28T07:37:52.758Z Compiling icu_normalizer_data v2.0.0
8852026-02-28T07:37:52.812Z Compiling thiserror v2.0.18
8862026-02-28T07:37:52.839Z Compiling syn v2.0.117
8872026-02-28T07:37:53.045Z Compiling lock_api v0.4.13
8882026-02-28T07:37:53.112Z Compiling parking_lot_core v0.9.11
8892026-02-28T07:37:53.190Z Checking stable_deref_trait v1.2.0
8902026-02-28T07:37:53.364Z Compiling serde_json v1.0.149
8912026-02-28T07:37:53.797Z Compiling log v0.4.29
8922026-02-28T07:37:54.010Z Compiling heck v0.5.0
8932026-02-28T07:37:54.124Z Checking litemap v0.8.0
8942026-02-28T07:37:54.313Z Checking writeable v0.6.1
8952026-02-28T07:37:54.338Z Compiling num-traits v0.2.19
8962026-02-28T07:37:54.402Z Checking percent-encoding v2.3.2
8972026-02-28T07:37:54.806Z Checking form_urlencoded v1.2.2
8982026-02-28T07:37:54.944Z Checking utf8_iter v1.0.4
8992026-02-28T07:37:55.041Z Compiling zerocopy v0.8.27
9002026-02-28T07:37:55.175Z Checking pin-project-lite v0.2.16
9012026-02-28T07:37:55.222Z Checking iana-time-zone v0.1.64
9022026-02-28T07:37:55.296Z Compiling rustversion v1.0.22
9032026-02-28T07:37:55.386Z Compiling regex-syntax v0.8.6
9042026-02-28T07:37:55.410Z Compiling allocator-api2 v0.2.21
9052026-02-28T07:37:55.805Z Compiling foldhash v0.2.0
9062026-02-28T07:37:55.914Z Compiling equivalent v1.0.2
9072026-02-28T07:37:56.044Z Compiling semver v1.0.27
9082026-02-28T07:37:56.044Z Checking socket2 v0.6.0
9092026-02-28T07:37:56.151Z Compiling hashbrown v0.16.1
9102026-02-28T07:37:56.497Z Compiling aho-corasick v1.1.3
9112026-02-28T07:37:56.599Z Checking uuid v1.20.0
9122026-02-28T07:37:56.911Z Checking scopeguard v1.2.0
9132026-02-28T07:37:57.240Z Checking getrandom v0.2.16
9142026-02-28T07:37:57.301Z Checking signal-hook-registry v1.4.6
9152026-02-28T07:37:57.409Z Checking mio v1.0.4
9162026-02-28T07:37:57.467Z Compiling schemars v0.8.22
9172026-02-28T07:37:57.494Z Checking dyn-clone v1.0.20
9182026-02-28T07:37:57.494Z Checking parking_lot v0.12.4
9192026-02-28T07:37:57.667Z Compiling portable-atomic v1.11.1
9202026-02-28T07:37:58.230Z Checking critical-section v1.2.0
9212026-02-28T07:37:58.261Z Compiling bitflags v2.9.4
9222026-02-28T07:37:58.343Z Compiling regex-automata v0.4.13
9232026-02-28T07:37:58.405Z Checking futures-core v0.3.32
9242026-02-28T07:37:58.642Z Compiling ring v0.17.14
9252026-02-28T07:37:59.420Z Compiling synstructure v0.13.2
9262026-02-28T07:37:59.498Z Compiling serde_derive_internals v0.29.1
9272026-02-28T07:37:59.753Z Checking once_cell v1.21.3
9282026-02-28T07:37:59.783Z Compiling typenum v1.18.0
9292026-02-28T07:38:00.402Z Compiling indexmap v2.13.0
9302026-02-28T07:38:00.827Z Compiling thiserror v1.0.69
9312026-02-28T07:38:01.094Z Compiling httparse v1.10.1
9322026-02-28T07:38:01.452Z Checking futures-sink v0.3.31
9332026-02-28T07:38:01.648Z Checking slab v0.4.11
9342026-02-28T07:38:01.711Z Compiling rustix v1.1.2
9352026-02-28T07:38:01.767Z Compiling either v1.15.0
9362026-02-28T07:38:01.843Z Checking subtle v2.6.1
9372026-02-28T07:38:01.871Z Compiling anyhow v1.0.100
9382026-02-28T07:38:01.938Z Compiling ucd-trie v0.1.7
9392026-02-28T07:38:02.142Z Compiling regex v1.12.3
9402026-02-28T07:38:02.174Z Checking futures-channel v0.3.31
9412026-02-28T07:38:02.458Z Compiling serde_derive v1.0.228
9422026-02-28T07:38:02.484Z Compiling zerofrom-derive v0.1.6
9432026-02-28T07:38:02.558Z Compiling yoke-derive v0.8.0
9442026-02-28T07:38:02.691Z Compiling zerovec-derive v0.11.1
9452026-02-28T07:38:03.014Z Compiling displaydoc v0.2.5
9462026-02-28T07:38:03.583Z Compiling thiserror-impl v2.0.18
9472026-02-28T07:38:04.158Z Compiling schemars_derive v0.8.22
9482026-02-28T07:38:04.283Z Compiling tokio-macros v2.6.0
9492026-02-28T07:38:04.527Z Compiling zerocopy-derive v0.8.27
9502026-02-28T07:38:04.599Z Compiling futures-macro v0.3.31
9512026-02-28T07:38:04.746Z Compiling zeroize_derive v1.4.3
9522026-02-28T07:38:04.939Z Checking zerofrom v0.1.6
9532026-02-28T07:38:05.178Z Checking yoke v0.8.0
9542026-02-28T07:38:05.467Z Checking zerovec v0.11.4
9552026-02-28T07:38:05.601Z Checking zerotrie v0.2.2
9562026-02-28T07:38:05.893Z Checking zeroize v1.8.1
9572026-02-28T07:38:06.073Z Compiling thiserror-impl v1.0.69
9582026-02-28T07:38:06.156Z Compiling pest v2.8.2
9592026-02-28T07:38:06.215Z Checking rand_core v0.6.4
9602026-02-28T07:38:06.437Z Checking pin-utils v0.1.0
9612026-02-28T07:38:06.511Z Checking futures-task v0.3.31
9622026-02-28T07:38:06.539Z Checking futures-io v0.3.31
9632026-02-28T07:38:06.564Z Compiling pkg-config v0.3.32
9642026-02-28T07:38:06.730Z Compiling tracing-attributes v0.1.30
9652026-02-28T07:38:06.755Z Checking futures-util v0.3.31
9662026-02-28T07:38:06.979Z Checking tinystr v0.8.1
9672026-02-28T07:38:07.320Z Checking icu_locale_core v2.0.0
9682026-02-28T07:38:07.494Z Checking potential_utf v0.1.3
9692026-02-28T07:38:07.732Z Checking icu_collections v2.0.0
9702026-02-28T07:38:08.257Z Checking tracing-core v0.1.34
9712026-02-28T07:38:08.320Z Checking icu_provider v2.0.0
9722026-02-28T07:38:08.640Z Checking bytes v1.11.1
9732026-02-28T07:38:08.713Z Checking chrono v0.4.43
9742026-02-28T07:38:08.762Z Checking icu_normalizer v2.0.0
9752026-02-28T07:38:08.872Z Checking icu_properties v2.0.1
9762026-02-28T07:38:09.309Z Compiling serde_tokenstream v0.2.3
9772026-02-28T07:38:09.497Z Checking tokio v1.49.0
9782026-02-28T07:38:09.828Z Compiling pest_meta v2.8.2
9792026-02-28T07:38:09.905Z Checking tracing v0.1.41
9802026-02-28T07:38:10.192Z Compiling generic-array v0.14.7
9812026-02-28T07:38:10.496Z Compiling vcpkg v0.2.15
9822026-02-28T07:38:10.523Z Compiling fnv v1.0.7
9832026-02-28T07:38:10.608Z Checking idna_adapter v1.2.1
9842026-02-28T07:38:10.777Z Compiling http v1.4.0
9852026-02-28T07:38:10.819Z Checking idna v1.1.0
9862026-02-28T07:38:11.245Z Checking url v2.5.7
9872026-02-28T07:38:11.612Z Compiling pest_generator v2.8.2
9882026-02-28T07:38:12.011Z Compiling rustc-hash v2.1.1
9892026-02-28T07:38:12.207Z Compiling prettyplease v0.2.37
9902026-02-28T07:38:12.603Z Compiling regress v0.10.5
9912026-02-28T07:38:12.743Z Compiling time-core v0.1.6
9922026-02-28T07:38:12.859Z Compiling pest_derive v2.8.2
9932026-02-28T07:38:12.888Z Compiling num-conv v0.1.0
9942026-02-28T07:38:13.028Z Compiling byteorder v1.5.0
9952026-02-28T07:38:13.167Z Compiling time-macros v0.2.24
9962026-02-28T07:38:13.448Z Compiling glob v0.3.3
9972026-02-28T07:38:13.611Z Compiling minimal-lexical v0.2.1
9982026-02-28T07:38:13.897Z Checking errno v0.3.14
9992026-02-28T07:38:14.041Z Compiling nom v7.1.3
10002026-02-28T07:38:14.102Z Compiling clang-sys v1.8.1
10012026-02-28T07:38:14.821Z Checking ipnet v2.11.0
10022026-02-28T07:38:15.244Z Checking base64 v0.22.1
10032026-02-28T07:38:15.277Z Checking crypto-common v0.1.6
10042026-02-28T07:38:15.498Z Compiling scroll_derive v0.13.1
10052026-02-28T07:38:15.739Z Compiling libloading v0.8.9
10062026-02-28T07:38:16.069Z Checking tokio-util v0.7.16
10072026-02-28T07:38:16.097Z Compiling bindgen v0.72.1
10082026-02-28T07:38:16.678Z Compiling cexpr v0.6.0
10092026-02-28T07:38:17.067Z Checking http-body v1.0.1
10102026-02-28T07:38:17.096Z Checking ppv-lite86 v0.2.21
10112026-02-28T07:38:17.328Z Compiling itertools v0.12.1
10122026-02-28T07:38:17.432Z Checking atomic-waker v1.1.2
10132026-02-28T07:38:17.584Z Compiling syn v1.0.109
10142026-02-28T07:38:17.760Z Compiling crossbeam-utils v0.8.21
10152026-02-28T07:38:17.925Z Compiling slog v2.8.2
10162026-02-28T07:38:17.954Z Checking tower-service v0.3.3
10172026-02-28T07:38:18.096Z Checking tower-layer v0.3.3
10182026-02-28T07:38:18.153Z Checking try-lock v0.2.5
10192026-02-28T07:38:18.215Z Compiling camino v1.2.2
10202026-02-28T07:38:18.276Z Compiling paste v1.0.15
10212026-02-28T07:38:18.338Z Checking want v0.3.1
10222026-02-28T07:38:18.409Z Checking h2 v0.4.12
10232026-02-28T07:38:18.533Z Checking ipnetwork v0.21.1
10242026-02-28T07:38:18.771Z Checking erased-serde v0.3.31
10252026-02-28T07:38:18.822Z Checking rustls-pki-types v1.12.0
10262026-02-28T07:38:18.932Z Checking httpdate v1.0.3
10272026-02-28T07:38:18.979Z Checking pretty-hex v0.4.1
10282026-02-28T07:38:19.141Z Checking ryu v1.0.20
10292026-02-28T07:38:19.228Z Compiling async-trait v0.1.89
10302026-02-28T07:38:19.382Z Checking untrusted v0.9.0
10312026-02-28T07:38:19.667Z Compiling scroll v0.13.0
10322026-02-28T07:38:20.066Z Compiling openssl-sys v0.9.109
10332026-02-28T07:38:20.203Z Compiling plain v0.2.3
10342026-02-28T07:38:20.518Z Compiling usdt-impl v0.6.0
10352026-02-28T07:38:20.863Z Compiling strsim v0.11.1
10362026-02-28T07:38:21.058Z Compiling goblin v0.10.1
10372026-02-28T07:38:21.094Z Checking http-body-util v0.1.3
10382026-02-28T07:38:21.395Z Checking block-buffer v0.10.4
10392026-02-28T07:38:21.485Z Compiling openapiv3 v2.2.0
10402026-02-28T07:38:21.567Z Checking rand_core v0.9.3
10412026-02-28T07:38:21.852Z Compiling slog-async v2.8.0
10422026-02-28T07:38:22.045Z Checking hyper v1.8.1
10432026-02-28T07:38:23.738Z Checking hyper-util v0.1.19
10442026-02-28T07:38:23.988Z Checking digest v0.10.7
10452026-02-28T07:38:24.206Z Checking serde_urlencoded v0.7.1
10462026-02-28T07:38:24.332Z Checking oxnet v0.1.4
10472026-02-28T07:38:24.514Z Compiling typify-impl v0.4.3
10482026-02-28T07:38:24.596Z Compiling dtrace-parser v0.3.0
10492026-02-28T07:38:24.733Z Compiling cmake v0.1.54
10502026-02-28T07:38:24.805Z Compiling thread-id v5.0.0
10512026-02-28T07:38:24.940Z Compiling omicron-workspace-hack v0.1.0
10522026-02-28T07:38:25.225Z Compiling fs_extra v1.3.0
10532026-02-28T07:38:25.390Z Compiling ident_case v1.0.1
10542026-02-28T07:38:25.571Z Compiling dunce v1.0.5
10552026-02-28T07:38:25.671Z Compiling darling_core v0.21.3
10562026-02-28T07:38:25.744Z Checking rand_chacha v0.9.0
10572026-02-28T07:38:25.893Z Compiling daft-derive v0.1.4
10582026-02-28T07:38:25.918Z Checking powerfmt v0.2.0
10592026-02-28T07:38:26.056Z Checking rand v0.9.2
10602026-02-28T07:38:26.197Z Compiling unsafe-libyaml v0.2.11
10612026-02-28T07:38:26.948Z Compiling dof v0.4.0
10622026-02-28T07:38:27.126Z Checking deranged v0.5.3
10632026-02-28T07:38:27.319Z Compiling serde_yaml v0.9.34+deprecated
10642026-02-28T07:38:27.531Z Checking sync_wrapper v1.0.2
10652026-02-28T07:38:28.990Z Compiling aws-lc-rs v1.14.0
10662026-02-28T07:38:29.062Z Compiling rustls v0.22.4
10672026-02-28T07:38:29.378Z Checking num_threads v0.1.7
10682026-02-28T07:38:29.404Z Checking cpufeatures v0.2.17
10692026-02-28T07:38:29.508Z Compiling usdt-attr-macro v0.6.0
10702026-02-28T07:38:29.559Z Compiling usdt-macro v0.6.0
10712026-02-28T07:38:29.730Z Checking time v0.3.44
10722026-02-28T07:38:30.004Z Compiling aws-lc-sys v0.31.0
10732026-02-28T07:38:30.041Z Checking tower v0.5.2
10742026-02-28T07:38:30.267Z Compiling darling_macro v0.21.3
10752026-02-28T07:38:30.897Z Compiling structmeta-derive v0.3.0
10762026-02-28T07:38:31.087Z Compiling darling v0.21.3
10772026-02-28T07:38:31.205Z Checking encoding_rs v0.8.35
10782026-02-28T07:38:31.693Z Checking iri-string v0.7.8
10792026-02-28T07:38:31.922Z Checking mime v0.3.17
10802026-02-28T07:38:32.120Z Compiling typify-macro v0.4.3
10812026-02-28T07:38:32.232Z Checking crossbeam-channel v0.5.15
10822026-02-28T07:38:32.436Z Checking futures-executor v0.3.31
10832026-02-28T07:38:32.666Z Compiling multer v3.1.0
10842026-02-28T07:38:32.767Z Compiling structmeta v0.3.0
10852026-02-28T07:38:32.842Z Checking foreign-types-shared v0.1.1
10862026-02-28T07:38:32.965Z Checking untrusted v0.7.1
10872026-02-28T07:38:32.994Z Checking unicode-width v0.2.1
10882026-02-28T07:38:33.024Z Compiling openssl v0.10.73
10892026-02-28T07:38:33.158Z Checking foreign-types v0.3.2
10902026-02-28T07:38:33.208Z Checking futures v0.3.31
10912026-02-28T07:38:33.266Z Compiling openssl-macros v0.1.1
10922026-02-28T07:38:33.335Z Compiling async-stream-impl v0.3.6
10932026-02-28T07:38:33.462Z Compiling strum_macros v0.26.4
10942026-02-28T07:38:33.534Z Checking thread_local v1.1.9
10952026-02-28T07:38:33.855Z Checking tower-http v0.6.8
10962026-02-28T07:38:34.162Z Compiling native-tls v0.2.14
10972026-02-28T07:38:34.195Z Checking openssl-probe v0.1.6
10982026-02-28T07:38:34.347Z Compiling rustls v0.23.32
10992026-02-28T07:38:34.372Z Checking fastrand v2.3.0
11002026-02-28T07:38:34.775Z Checking tempfile v3.23.0
11012026-02-28T07:38:35.040Z Compiling typify v0.4.3
11022026-02-28T07:38:35.118Z Compiling newtype-uuid-macros v0.1.0
11032026-02-28T07:38:35.181Z Compiling dropshot v0.16.7
11042026-02-28T07:38:35.205Z Checking memmap2 v0.9.8
11052026-02-28T07:38:35.229Z Checking is-terminal v0.4.16
11062026-02-28T07:38:35.347Z Checking take_mut v0.2.2
11072026-02-28T07:38:35.470Z Compiling ref-cast v1.0.25
11082026-02-28T07:38:35.498Z Checking winnow v0.7.14
11092026-02-28T07:38:35.526Z Checking term v1.2.0
11102026-02-28T07:38:35.904Z Checking match_cfg v0.1.0
11112026-02-28T07:38:35.981Z Checking hex v0.4.3
11122026-02-28T07:38:36.007Z Checking hostname v0.3.1
11132026-02-28T07:38:36.242Z Checking slog-term v2.9.2
11142026-02-28T07:38:36.492Z Checking slog-json v2.6.1
11152026-02-28T07:38:36.749Z Compiling dropshot_endpoint v0.16.7
11162026-02-28T07:38:36.775Z Compiling ref-cast-impl v1.0.25
11172026-02-28T07:38:36.800Z Checking slog-bunyan v2.5.0
11182026-02-28T07:38:36.980Z Compiling derive-ex v0.1.8
11192026-02-28T07:38:37.514Z Checking webpki-roots v1.0.2
11202026-02-28T07:38:37.722Z Compiling strum_macros v0.27.2
11212026-02-28T07:38:37.940Z Compiling progenitor-impl v0.11.1
11222026-02-28T07:38:38.187Z Checking newtype-uuid v1.3.2
11232026-02-28T07:38:38.510Z Checking daft v0.1.4
11242026-02-28T07:38:38.921Z Compiling serde_with_macros v3.14.1
11252026-02-28T07:38:39.150Z Checking tokio-native-tls v0.3.1
11262026-02-28T07:38:39.383Z Checking hyper-tls v0.6.0
11272026-02-28T07:38:40.095Z Compiling test-strategy v0.4.3
11282026-02-28T07:38:40.389Z Checking rustls-webpki v0.102.8
11292026-02-28T07:38:40.634Z Checking debug-ignore v1.0.5
11302026-02-28T07:38:40.799Z Checking toml_parser v1.0.6+spec-1.1.0
11312026-02-28T07:38:41.277Z Compiling parse-display-derive v0.10.0
11322026-02-28T07:38:41.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11332026-02-28T07:38:42.266Z Checking serde_spanned v1.0.4
11342026-02-28T07:38:42.488Z Checking toml_datetime v0.7.5+spec-1.1.0
11352026-02-28T07:38:42.520Z Compiling progenitor-macro v0.11.1
11362026-02-28T07:38:42.674Z Checking toml_writer v1.0.6+spec-1.1.0
11372026-02-28T07:38:42.854Z Checking spin v0.9.8
11382026-02-28T07:38:42.937Z Checking usdt v0.6.0
11392026-02-28T07:38:42.990Z Checking toml v0.9.11+spec-1.1.0
11402026-02-28T07:38:43.297Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11412026-02-28T07:38:43.439Z Checking strum v0.26.3
11422026-02-28T07:38:43.606Z Checking async-stream v0.3.6
11432026-02-28T07:38:43.802Z Checking sha1 v0.10.6
11442026-02-28T07:38:43.964Z Checking rustls-pemfile v2.2.0
11452026-02-28T07:38:44.007Z Checking tokio-rustls v0.25.0
11462026-02-28T07:38:44.079Z Checking rand_chacha v0.3.1
11472026-02-28T07:38:44.200Z Checking waitgroup v0.1.2
11482026-02-28T07:38:44.227Z Compiling toml_datetime v0.6.11
11492026-02-28T07:38:44.253Z Checking macaddr v1.0.1
11502026-02-28T07:38:44.359Z Checking serde_path_to_error v0.1.20
11512026-02-28T07:38:44.386Z Checking wait-timeout v0.2.1
11522026-02-28T07:38:44.450Z Checking hostname v0.4.2
11532026-02-28T07:38:44.609Z Checking bit-vec v0.8.0
11542026-02-28T07:38:44.676Z Checking quick-error v1.2.3
11552026-02-28T07:38:44.769Z Checking lazy_static v1.5.0
11562026-02-28T07:38:44.858Z Checking rusty-fork v0.3.0
11572026-02-28T07:38:44.938Z Checking rand v0.8.5
11582026-02-28T07:38:45.003Z Checking bit-set v0.8.0
11592026-02-28T07:38:45.027Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11602026-02-28T07:38:45.250Z Checking tabwriter v1.4.1
11612026-02-28T07:38:45.284Z Checking rand_xorshift v0.4.0
11622026-02-28T07:38:45.501Z Compiling clap_derive v4.5.49
11632026-02-28T07:38:45.727Z Checking unarray v0.1.4
11642026-02-28T07:38:45.824Z Checking utf8parse v0.2.2
11652026-02-28T07:38:45.896Z Checking colored v3.0.0
11662026-02-28T07:38:45.925Z Checking proptest v1.8.0
11672026-02-28T07:38:45.987Z Checking anstyle-parse v0.2.7
11682026-02-28T07:38:46.249Z Checking strum v0.27.2
11692026-02-28T07:38:46.428Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11702026-02-28T07:38:46.456Z Checking terminal_size v0.4.3
11712026-02-28T07:38:47.182Z Checking is_terminal_polyfill v1.70.1
11722026-02-28T07:38:47.317Z Checking anstyle-query v1.1.4
11732026-02-28T07:38:47.363Z Checking anstyle v1.0.11
11742026-02-28T07:38:47.464Z Checking colorchoice v1.0.4
11752026-02-28T07:38:47.699Z Checking anstream v0.6.20
11762026-02-28T07:38:48.016Z Checking itertools v0.14.0
11772026-02-28T07:38:48.067Z Checking clap_lex v0.7.5
11782026-02-28T07:38:48.976Z Checking clap_builder v4.5.50
11792026-02-28T07:38:49.548Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11802026-02-28T07:38:50.288Z Checking serde_with v3.14.1
11812026-02-28T07:38:51.652Z Checking clap v4.5.50
11822026-02-28T07:38:51.803Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11832026-02-28T07:38:51.999Z Checking instant v0.1.13
11842026-02-28T07:38:52.494Z Checking iddqd v0.3.17
11852026-02-28T07:38:52.613Z Checking backoff v0.4.0
11862026-02-28T07:38:52.892Z Checking parse-display v0.10.0
11872026-02-28T07:38:53.115Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11882026-02-28T07:38:53.282Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11892026-02-28T07:38:56.816Z Compiling rustls-webpki v0.103.6
11902026-02-28T07:39:02.127Z Checking serde_spanned v0.6.9
11912026-02-28T07:39:02.332Z Compiling memoffset v0.9.1
11922026-02-28T07:39:02.677Z Compiling cfg_aliases v0.2.1
11932026-02-28T07:39:02.792Z Compiling nix v0.30.1
11942026-02-28T07:39:03.690Z Compiling tokio-rustls v0.26.3
11952026-02-28T07:39:04.760Z Compiling hyper-rustls v0.27.7
11962026-02-28T07:39:04.787Z Compiling winnow v0.5.40
11972026-02-28T07:39:05.240Z Compiling reqwest v0.12.23
11982026-02-28T07:39:07.403Z Compiling toml_edit v0.19.15
11992026-02-28T07:39:07.616Z Compiling progenitor-client v0.11.1
12002026-02-28T07:39:09.753Z Compiling proc-macro-crate v1.3.1
12012026-02-28T07:39:10.377Z Compiling progenitor v0.11.1
12022026-02-28T07:39:12.054Z Checking crossbeam-epoch v0.9.18
12032026-02-28T07:39:12.081Z Compiling num-integer v0.1.46
12042026-02-28T07:39:12.885Z Compiling progenitor-client v0.10.0
12052026-02-28T07:39:13.135Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12062026-02-28T07:39:14.349Z Compiling hubpack_derive v0.1.1
12072026-02-28T07:39:15.181Z Compiling zerocopy-derive v0.7.35
12082026-02-28T07:39:15.432Z Checking toml_write v0.1.2
12092026-02-28T07:39:16.166Z Checking toml_edit v0.22.27
12102026-02-28T07:39:16.579Z Checking hubpack v0.1.2
12112026-02-28T07:39:16.617Z Checking num-iter v0.1.45
12122026-02-28T07:39:16.673Z Checking num-rational v0.4.2
12132026-02-28T07:39:17.157Z Compiling num-complex v0.4.6
12142026-02-28T07:39:17.234Z Checking static_assertions v1.1.0
12152026-02-28T07:39:17.352Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12162026-02-28T07:39:17.960Z Compiling rayon-core v1.13.0
12172026-02-28T07:39:18.052Z Checking num v0.4.3
12182026-02-28T07:39:18.371Z Compiling proc-macro-error-attr v1.0.4
12192026-02-28T07:39:18.396Z Compiling float-ord v0.3.2
12202026-02-28T07:39:18.468Z Checking toml v0.8.23
12212026-02-28T07:39:18.728Z Compiling heapless v0.8.0
12222026-02-28T07:39:18.834Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12232026-02-28T07:39:19.105Z Checking crossbeam-deque v0.8.6
12242026-02-28T07:39:19.412Z Compiling ingot-macros v0.1.1
12252026-02-28T07:39:19.470Z Checking hash32 v0.3.1
12262026-02-28T07:39:19.712Z Compiling proc-macro-error v1.0.4
12272026-02-28T07:39:20.037Z Checking bytecount v0.6.9
12282026-02-28T07:39:20.092Z Compiling smoltcp v0.11.0
12292026-02-28T07:39:20.208Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12302026-02-28T07:39:21.292Z Compiling zerocopy v0.7.35
12312026-02-28T07:39:21.320Z Compiling num_enum_derive v0.7.5
12322026-02-28T07:39:22.435Z Compiling num-derive v0.3.3
12332026-02-28T07:39:22.944Z Checking cobs v0.3.0
12342026-02-28T07:39:23.132Z Compiling foreign-types-macros v0.2.3
12352026-02-28T07:39:23.208Z Compiling scroll_derive v0.12.1
12362026-02-28T07:39:23.484Z Compiling usdt-impl v0.5.0
12372026-02-28T07:39:23.868Z Compiling crucible-workspace-hack v0.1.0
12382026-02-28T07:39:23.894Z Checking foreign-types-shared v0.3.1
12392026-02-28T07:39:24.040Z Checking managed v0.8.0
12402026-02-28T07:39:24.066Z Checking bitflags v1.3.2
12412026-02-28T07:39:24.179Z Checking foreign-types v0.5.0
12422026-02-28T07:39:24.207Z Checking libscf-sys v1.1.0
12432026-02-28T07:39:24.311Z Checking postcard v1.1.3
12442026-02-28T07:39:24.351Z Checking ingot-types v0.1.2
12452026-02-28T07:39:24.429Z Checking scroll v0.12.0
12462026-02-28T07:39:24.460Z Checking num_enum v0.7.5
12472026-02-28T07:39:24.486Z Compiling dof v0.3.0
12482026-02-28T07:39:25.089Z Checking ingot v0.1.1
12492026-02-28T07:39:25.115Z Compiling dtrace-parser v0.2.0
12502026-02-28T07:39:25.180Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12512026-02-28T07:39:25.205Z Checking camino-tempfile v1.4.1
12522026-02-28T07:39:25.262Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-02-28T07:39:25.494Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12542026-02-28T07:39:25.889Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12552026-02-28T07:39:26.019Z Checking cstr-argument v0.1.2
12562026-02-28T07:39:26.090Z Compiling thread-id v4.2.2
12572026-02-28T07:39:26.219Z Compiling heck v0.4.1
12582026-02-28T07:39:26.247Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12592026-02-28T07:39:26.447Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12602026-02-28T07:39:26.558Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12612026-02-28T07:39:26.585Z Checking goblin v0.8.2
12622026-02-28T07:39:26.623Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12632026-02-28T07:39:26.983Z Compiling num_enum_derive v0.5.11
12642026-02-28T07:39:27.008Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-02-28T07:39:27.391Z Compiling rustc_version v0.4.1
12662026-02-28T07:39:27.863Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12672026-02-28T07:39:27.896Z Compiling convert_case v0.4.0
12682026-02-28T07:39:27.973Z Checking tinyvec_macros v0.1.1
12692026-02-28T07:39:28.091Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12702026-02-28T07:39:28.326Z Checking tinyvec v1.10.0
12712026-02-28T07:39:28.491Z Compiling derive_more v0.99.20
12722026-02-28T07:39:28.784Z Checking num_enum v0.5.11
12732026-02-28T07:39:28.894Z Compiling libz-sys v1.1.22
12742026-02-28T07:39:28.943Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12752026-02-28T07:39:28.970Z Compiling proc-macro-error-attr2 v2.0.0
12762026-02-28T07:39:29.600Z Compiling rustix v0.38.44
12772026-02-28T07:39:29.729Z Compiling proc-macro-error2 v2.0.1
12782026-02-28T07:39:29.925Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12792026-02-28T07:39:29.949Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-02-28T07:39:30.219Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12812026-02-28T07:39:30.493Z Compiling usdt-attr-macro v0.5.0
12822026-02-28T07:39:30.709Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-02-28T07:39:31.574Z Compiling usdt-macro v0.5.0
12842026-02-28T07:39:31.613Z Compiling zone_cfg_derive v0.3.1
12852026-02-28T07:39:31.676Z Checking rayon v1.11.0
12862026-02-28T07:39:31.792Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12872026-02-28T07:39:32.681Z Compiling num-derive v0.4.2
12882026-02-28T07:39:32.755Z Checking sigpipe v0.1.3
12892026-02-28T07:39:32.908Z Checking memmap v0.7.0
12902026-02-28T07:39:32.993Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12912026-02-28T07:39:33.168Z Checking jiff v0.2.15
12922026-02-28T07:39:33.758Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-02-28T07:39:33.800Z Checking usdt v0.5.0
12942026-02-28T07:39:34.072Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12952026-02-28T07:39:34.251Z Checking zone v0.3.1
12962026-02-28T07:39:34.336Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12972026-02-28T07:39:34.402Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12982026-02-28T07:39:34.893Z Compiling tabled_derive v0.11.0
12992026-02-28T07:39:34.961Z Checking papergrid v0.17.0
13002026-02-28T07:39:34.986Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13012026-02-28T07:39:35.469Z Checking testing_table v0.3.0
13022026-02-28T07:39:35.607Z Checking smf v0.2.3
13032026-02-28T07:39:35.996Z Checking secrecy v0.10.3
13042026-02-28T07:39:36.028Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-02-28T07:39:36.113Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13062026-02-28T07:39:36.195Z Checking bstr v1.12.0
13072026-02-28T07:39:36.382Z Checking whoami v1.6.1
13082026-02-28T07:39:36.411Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13092026-02-28T07:39:36.577Z Compiling curve25519-dalek v4.1.3
13102026-02-28T07:39:36.675Z Checking hmac v0.12.1
13112026-02-28T07:39:36.862Z Checking tabled v0.20.0
13122026-02-28T07:39:36.891Z Checking inout v0.1.4
13132026-02-28T07:39:36.915Z Checking ff v0.13.1
13142026-02-28T07:39:37.005Z Compiling enum-as-inner v0.6.1
13152026-02-28T07:39:37.105Z Checking data-encoding v2.9.0
13162026-02-28T07:39:37.132Z Compiling semver v0.1.20
13172026-02-28T07:39:37.599Z Compiling rustc_version v0.1.7
13182026-02-28T07:39:37.629Z Checking group v0.13.0
13192026-02-28T07:39:37.802Z Checking cipher v0.4.4
13202026-02-28T07:39:37.934Z Checking hkdf v0.12.4
13212026-02-28T07:39:37.978Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13222026-02-28T07:39:38.151Z Compiling thiserror-impl-no-std v2.0.2
13232026-02-28T07:39:38.181Z Checking universal-hash v0.5.1
13242026-02-28T07:39:38.206Z Checking crypto-bigint v0.5.5
13252026-02-28T07:39:38.262Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13262026-02-28T07:39:38.383Z Checking half v2.7.1
13272026-02-28T07:39:38.522Z Compiling curve25519-dalek-derive v0.1.1
13282026-02-28T07:39:38.839Z Checking ciborium-io v0.2.2
13292026-02-28T07:39:38.979Z Checking base64ct v1.8.0
13302026-02-28T07:39:39.395Z Checking indent_write v2.2.0
13312026-02-28T07:39:39.613Z Checking opaque-debug v0.3.1
13322026-02-28T07:39:39.657Z Checking base16ct v0.2.0
13332026-02-28T07:39:39.724Z Checking poly1305 v0.8.0
13342026-02-28T07:39:40.073Z Checking thiserror-no-std v2.0.2
13352026-02-28T07:39:40.140Z Checking password-hash v0.5.0
13362026-02-28T07:39:40.207Z Checking ciborium-ll v0.2.2
13372026-02-28T07:39:41.369Z Checking elliptic-curve v0.13.8
13382026-02-28T07:39:41.393Z Checking chacha20 v0.9.1
13392026-02-28T07:39:41.393Z Compiling newtype_derive v0.1.6
13402026-02-28T07:39:41.393Z Checking similar v2.7.0
13412026-02-28T07:39:41.393Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13422026-02-28T07:39:41.393Z Checking atomicwrites v0.4.4
13432026-02-28T07:39:41.393Z Checking blake2 v0.10.6
13442026-02-28T07:39:41.393Z Compiling typify-impl v0.6.1
13452026-02-28T07:39:41.393Z Checking aead v0.5.2
13462026-02-28T07:39:41.393Z Checking linked-hash-map v0.5.6
13472026-02-28T07:39:41.393Z Checking keccak v0.1.5
13482026-02-28T07:39:41.393Z Checking resolv-conf v0.7.5
13492026-02-28T07:39:41.418Z Compiling owo-colors v4.2.2
13502026-02-28T07:39:41.418Z Checking chacha20poly1305 v0.10.1
13512026-02-28T07:39:41.533Z Checking lru-cache v0.1.2
13522026-02-28T07:39:41.570Z Checking sha3 v0.10.8
13532026-02-28T07:39:41.608Z Checking argon2 v0.5.3
13542026-02-28T07:39:41.703Z Checking vsss-rs v3.3.4
13552026-02-28T07:39:41.822Z Checking ciborium v0.2.2
13562026-02-28T07:39:41.906Z Checking hickory-proto v0.24.4
13572026-02-28T07:39:41.970Z Checking tokio-dtrace v0.1.1
13582026-02-28T07:39:42.022Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-02-28T07:39:42.145Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-02-28T07:39:42.246Z Checking serde-big-array v0.5.1
13612026-02-28T07:39:42.466Z Compiling derive-where v1.6.0
13622026-02-28T07:39:42.514Z Compiling serde_repr v0.1.20
13632026-02-28T07:39:42.542Z Checking unicode-segmentation v1.12.0
13642026-02-28T07:39:42.670Z Checking same-file v1.0.6
13652026-02-28T07:39:42.861Z Checking siphasher v1.0.1
13662026-02-28T07:39:43.107Z Checking newline-converter v0.3.0
13672026-02-28T07:39:43.143Z Checking phf_shared v0.12.1
13682026-02-28T07:39:43.276Z Checking walkdir v2.5.0
13692026-02-28T07:39:43.386Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13702026-02-28T07:39:43.410Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13712026-02-28T07:39:43.559Z Checking oxide-tokio-rt v0.1.2
13722026-02-28T07:39:43.762Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13732026-02-28T07:39:44.323Z Compiling progenitor-impl v0.10.0
13742026-02-28T07:39:44.849Z Checking console v0.15.11
13752026-02-28T07:39:44.964Z Checking hickory-resolver v0.24.4
13762026-02-28T07:39:45.339Z Checking tokio-stream v0.1.17
13772026-02-28T07:39:45.452Z Compiling pin-project-internal v1.1.10
13782026-02-28T07:39:45.853Z Compiling slog-dtrace v0.3.0
13792026-02-28T07:39:46.014Z Checking csv-core v0.1.12
13802026-02-28T07:39:46.154Z Checking unicode-width v0.1.14
13812026-02-28T07:39:46.179Z Checking unicode-linebreak v0.1.5
13822026-02-28T07:39:46.327Z Compiling cancel-safe-futures v0.1.5
13832026-02-28T07:39:46.540Z Checking foldhash v0.1.5
13842026-02-28T07:39:46.585Z Checking smawk v0.3.2
13852026-02-28T07:39:46.674Z Compiling chrono-tz v0.10.4
13862026-02-28T07:39:46.765Z Compiling unicode-xid v0.2.6
13872026-02-28T07:39:46.793Z Checking swrite v0.1.0
13882026-02-28T07:39:46.929Z Checking textwrap v0.16.2
13892026-02-28T07:39:46.957Z Compiling const_format_proc_macros v0.2.34
13902026-02-28T07:39:47.021Z Checking hashbrown v0.15.5
13912026-02-28T07:39:47.305Z Checking pin-project v1.1.10
13922026-02-28T07:39:47.369Z Checking csv v1.3.1
13932026-02-28T07:39:47.532Z Checking qorb v0.4.1
13942026-02-28T07:39:47.787Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13952026-02-28T07:39:47.938Z Checking expectorate v1.2.0
13962026-02-28T07:39:48.085Z Checking phf v0.12.1
13972026-02-28T07:39:48.156Z Checking unicode-normalization v0.1.24
13982026-02-28T07:39:48.345Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13992026-02-28T07:39:48.404Z Compiling typify-macro v0.6.1
14002026-02-28T07:39:48.606Z Compiling progenitor-macro v0.10.0
14012026-02-28T07:39:48.923Z Checking libsw-core v0.3.2
14022026-02-28T07:39:49.154Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-02-28T07:39:49.179Z Compiling async-recursion v1.1.1
14042026-02-28T07:39:49.270Z Compiling snafu-derive v0.8.9
14052026-02-28T07:39:49.858Z Compiling cookie v0.18.1
14062026-02-28T07:39:50.035Z Compiling moka v0.12.11
14072026-02-28T07:39:50.344Z Checking fixedbitset v0.5.7
14082026-02-28T07:39:50.391Z Checking fixedbitset v0.4.2
14092026-02-28T07:39:50.568Z Checking highway v1.3.0
14102026-02-28T07:39:50.615Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-02-28T07:39:50.657Z Checking petgraph v0.6.5
14122026-02-28T07:39:50.704Z Checking petgraph v0.8.2
14132026-02-28T07:39:51.209Z Compiling typify v0.6.1
14142026-02-28T07:39:51.353Z Checking libsw v3.5.0
14152026-02-28T07:39:51.633Z Checking olpc-cjson v0.1.4
14162026-02-28T07:39:51.858Z Checking const_format v0.2.34
14172026-02-28T07:39:52.647Z Checking snafu v0.8.9
14182026-02-28T07:39:53.060Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-02-28T07:39:53.459Z Checking papergrid v0.11.0
14202026-02-28T07:39:53.538Z Checking globset v0.4.16
14212026-02-28T07:39:53.667Z Checking gethostname v0.5.0
14222026-02-28T07:39:53.761Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14232026-02-28T07:39:53.991Z Compiling tabled_derive v0.7.0
14242026-02-28T07:39:54.017Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-02-28T07:39:54.706Z Checking reqwest v0.13.2
14262026-02-28T07:39:54.736Z Checking bcs v0.1.6
14272026-02-28T07:39:55.174Z Checking pem v3.0.5
14282026-02-28T07:39:55.418Z Checking serde_plain v1.0.2
14292026-02-28T07:39:55.630Z Checking linear-map v1.2.0
14302026-02-28T07:39:55.658Z Checking termtree v0.5.1
14312026-02-28T07:39:55.738Z Checking crc8 v0.1.1
14322026-02-28T07:39:55.875Z Compiling signal-hook v0.3.18
14332026-02-28T07:39:55.901Z Checking tagptr v0.2.0
14342026-02-28T07:39:55.934Z Checking typed-path v0.9.3
14352026-02-28T07:39:56.266Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-02-28T07:39:57.478Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-02-28T07:39:57.503Z Checking progenitor v0.10.0
14382026-02-28T07:39:57.672Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-02-28T07:39:57.734Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14402026-02-28T07:39:58.449Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-02-28T07:39:58.697Z Checking tough v0.20.0
14422026-02-28T07:39:59.266Z Checking tabled v0.15.0
14432026-02-28T07:39:59.662Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-02-28T07:39:59.956Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-02-28T07:39:59.996Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-02-28T07:40:00.439Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-02-28T07:40:00.602Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-02-28T07:40:00.689Z Checking steno v0.4.1
14492026-02-28T07:40:00.716Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-02-28T07:40:00.956Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-02-28T07:40:01.580Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14522026-02-28T07:40:01.694Z Compiling progenitor-impl v0.13.0
14532026-02-28T07:40:02.042Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-02-28T07:40:02.378Z Checking hickory-proto v0.25.2
14552026-02-28T07:40:02.476Z Checking dropshot-api-manager-types v0.2.2
14562026-02-28T07:40:02.607Z Compiling cargo-platform v0.1.9
14572026-02-28T07:40:02.635Z Compiling curl-sys v0.4.83+curl-8.15.0
14582026-02-28T07:40:02.744Z Compiling vergen v8.3.2
14592026-02-28T07:40:02.978Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14602026-02-28T07:40:03.061Z Compiling crc32fast v1.5.0
14612026-02-28T07:40:03.085Z Checking humantime v2.3.0
14622026-02-28T07:40:03.350Z Compiling cargo_metadata v0.18.1
14632026-02-28T07:40:03.404Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14642026-02-28T07:40:03.609Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14652026-02-28T07:40:05.527Z Checking hickory-resolver v0.25.2
14662026-02-28T07:40:05.572Z Checking progenitor-client v0.13.0
14672026-02-28T07:40:05.655Z Checking sha2 v0.10.9
14682026-02-28T07:40:05.944Z Compiling blake3 v1.8.2
14692026-02-28T07:40:05.974Z Compiling fs-err v3.1.2
14702026-02-28T07:40:06.214Z Checking adler2 v2.0.1
14712026-02-28T07:40:06.243Z Compiling progenitor-macro v0.13.0
14722026-02-28T07:40:06.405Z Checking miniz_oxide v0.8.9
14732026-02-28T07:40:06.670Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-02-28T07:40:07.131Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14752026-02-28T07:40:07.172Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14762026-02-28T07:40:07.459Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14772026-02-28T07:40:07.499Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14782026-02-28T07:40:09.261Z Checking filetime v0.2.26
14792026-02-28T07:40:09.491Z Checking is_ci v1.2.0
14802026-02-28T07:40:09.517Z Checking constant_time_eq v0.3.1
14812026-02-28T07:40:09.686Z Checking xattr v1.6.1
14822026-02-28T07:40:09.720Z Compiling curl v0.4.49
14832026-02-28T07:40:09.899Z Checking arrayref v0.3.9
14842026-02-28T07:40:10.010Z Checking arrayvec v0.7.6
14852026-02-28T07:40:10.082Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14862026-02-28T07:40:10.486Z Checking tar v0.4.44
14872026-02-28T07:40:10.742Z Checking toml v0.7.8
14882026-02-28T07:40:10.884Z Checking supports-color v3.0.2
14892026-02-28T07:40:11.416Z Checking flate2 v1.1.2
14902026-02-28T07:40:11.895Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-02-28T07:40:11.946Z Checking drift v0.1.0
14922026-02-28T07:40:11.974Z Checking kstat-rs v0.2.4
14932026-02-28T07:40:12.214Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14942026-02-28T07:40:12.326Z Checking topological-sort v0.2.2
14952026-02-28T07:40:12.411Z Checking dropshot-api-manager v0.2.2
14962026-02-28T07:40:12.564Z Checking omicron-zone-package v0.12.2
14972026-02-28T07:40:12.861Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-02-28T07:40:13.574Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-02-28T07:40:14.943Z Checking signal-hook-tokio v0.3.1
15002026-02-28T07:40:15.008Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15012026-02-28T07:40:15.141Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15022026-02-28T07:40:15.175Z Checking progenitor v0.13.0
15032026-02-28T07:40:15.362Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-02-28T07:40:15.389Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15052026-02-28T07:40:15.663Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15062026-02-28T07:40:15.982Z Checking display-error-chain v0.2.2
15072026-02-28T07:40:16.017Z Checking search_path v0.1.4
15082026-02-28T07:40:16.186Z Checking internet-checksum v0.2.1
15092026-02-28T07:40:16.249Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15102026-02-28T07:40:16.379Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15112026-02-28T07:40:16.447Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15122026-02-28T07:40:18.491Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15132026-02-28T07:40:18.703Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15142026-02-28T07:40:20.775Z Compiling git2 v0.19.0
15152026-02-28T07:40:25.780Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-02-28T07:40:31.013Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15172026-02-28T07:40:40.333Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-02-28T07:40:42.978Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-02-28T07:40:52.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 55s
15202026-02-28T07:40:53.312Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-02-28T07:40:53.312Z+ cargo clippy --features tofino_asic -- --deny warnings
15222026-02-28T07:40:54.374Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15232026-02-28T07:40:54.374Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15242026-02-28T07:40:54.410Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15252026-02-28T07:40:54.434Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15262026-02-28T07:41:09.034Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15272026-02-28T07:41:09.034Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15282026-02-28T07:41:14.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.64s
15292026-02-28T07:41:14.298Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-02-28T07:41:14.298Z+ cargo clippy --features softnpu -- --deny warnings
15312026-02-28T07:41:14.987Z Downloading crates ...
15322026-02-28T07:41:15.225Z Downloaded ascii v1.1.0
15332026-02-28T07:41:15.249Z Downloaded typeid v1.0.3
15342026-02-28T07:41:15.249Z Downloaded wyz v0.5.1
15352026-02-28T07:41:15.249Z Downloaded erased-serde v0.4.8
15362026-02-28T07:41:15.249Z Downloaded radium v0.7.0
15372026-02-28T07:41:15.249Z Downloaded libloading v0.7.4
15382026-02-28T07:41:15.249Z Downloaded funty v2.0.0
15392026-02-28T07:41:15.249Z Downloaded bitstruct_derive v0.1.0
15402026-02-28T07:41:15.249Z Downloaded tap v1.0.1
15412026-02-28T07:41:15.249Z Downloaded num-bigint v0.4.6
15422026-02-28T07:41:15.274Z Downloaded bitvec v1.0.1
15432026-02-28T07:41:15.274Z Downloaded serde_arrays v0.1.0
15442026-02-28T07:41:15.274Z Downloaded bitstruct v0.1.1
15452026-02-28T07:41:15.513Z Checking num-integer v0.1.46
15462026-02-28T07:41:15.539Z Checking num-complex v0.4.6
15472026-02-28T07:41:15.564Z Compiling radium v0.7.0
15482026-02-28T07:41:15.589Z Checking tap v1.0.1
15492026-02-28T07:41:15.613Z Checking funty v2.0.0
15502026-02-28T07:41:15.637Z Compiling typeid v1.0.3
15512026-02-28T07:41:15.637Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15522026-02-28T07:41:15.661Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-02-28T07:41:15.748Z Checking wyz v0.5.1
15542026-02-28T07:41:15.925Z Checking num-bigint v0.4.6
15552026-02-28T07:41:15.950Z Checking num-iter v0.1.45
15562026-02-28T07:41:15.982Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-02-28T07:41:16.072Z Compiling erased-serde v0.4.8
15582026-02-28T07:41:16.167Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-02-28T07:41:16.263Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-02-28T07:41:16.287Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-02-28T07:41:16.287Z Compiling bitstruct_derive v0.1.0
15622026-02-28T07:41:16.313Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-02-28T07:41:16.343Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-02-28T07:41:16.367Z Checking bitvec v1.0.1
15652026-02-28T07:41:16.485Z Checking ascii v1.1.0
15662026-02-28T07:41:16.509Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-02-28T07:41:16.533Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15682026-02-28T07:41:16.692Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15692026-02-28T07:41:16.717Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-02-28T07:41:16.787Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15712026-02-28T07:41:16.828Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-02-28T07:41:17.341Z Checking bitstruct v0.1.1
15732026-02-28T07:41:17.369Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-02-28T07:41:17.396Z Checking serde_arrays v0.1.0
15752026-02-28T07:41:17.468Z Checking libloading v0.7.4
15762026-02-28T07:41:17.548Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15772026-02-28T07:41:17.737Z Checking num-rational v0.4.2
15782026-02-28T07:41:18.284Z Checking num v0.4.3
15792026-02-28T07:41:18.389Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-02-28T07:41:19.296Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15812026-02-28T07:41:19.861Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15822026-02-28T07:41:19.885Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15832026-02-28T07:41:20.188Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-02-28T07:41:20.915Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-02-28T07:41:20.939Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-02-28T07:41:21.745Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-02-28T07:41:22.046Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15882026-02-28T07:41:22.047Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15892026-02-28T07:41:22.070Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-02-28T07:41:22.182Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-02-28T07:41:22.736Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15922026-02-28T07:41:23.704Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15932026-02-28T07:41:25.173Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15942026-02-28T07:41:25.428Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-02-28T07:41:31.160Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15962026-02-28T07:41:34.375Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15972026-02-28T07:41:34.566Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15982026-02-28T07:41:50.173Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-02-28T07:41:52.966Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-02-28T07:41:53.916Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16012026-02-28T07:42:03.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.56s
16022026-02-28T07:42:03.212Z+ for feat in tofino_stub tofino_asic softnpu chaos
16032026-02-28T07:42:03.212Z+ cargo clippy --features chaos -- --deny warnings
16042026-02-28T07:42:04.256Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16052026-02-28T07:42:04.280Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16062026-02-28T07:42:04.280Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16072026-02-28T07:42:19.363Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16082026-02-28T07:42:19.363Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16092026-02-28T07:42:24.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.38s
16102026-02-28T07:42:24.965Z+ banner fmt
16112026-02-28T07:42:24.990Z
16122026-02-28T07:42:24.990Z ###### # # #####
16132026-02-28T07:42:24.990Z # ## ## #
16142026-02-28T07:42:24.990Z ##### # ## # #
16152026-02-28T07:42:24.990Z # # # #
16162026-02-28T07:42:24.990Z # # # #
16172026-02-28T07:42:24.990Z # # # #
16182026-02-28T07:42:24.990Z
16192026-02-28T07:42:24.990Z+ cargo fmt -- --check
16202026-02-28T07:42:26.026Z+ banner test
16212026-02-28T07:42:26.050Z
16222026-02-28T07:42:26.050Z ##### ###### #### #####
16232026-02-28T07:42:26.050Z # # # #
16242026-02-28T07:42:26.050Z # ##### #### #
16252026-02-28T07:42:26.050Z # # # #
16262026-02-28T07:42:26.050Z # # # # #
16272026-02-28T07:42:26.051Z # ###### #### #
16282026-02-28T07:42:26.051Z
16292026-02-28T07:42:26.051Z+ for feat in tofino_stub tofino_asic softnpu chaos
16302026-02-28T07:42:26.051Z+ RUST_BACKTRACE=full
16312026-02-28T07:42:26.051Z+ cargo test --features tofino_stub --no-fail-fast
16322026-02-28T07:42:27.934Z Compiling unicode-ident v1.0.24
16332026-02-28T07:42:27.934Z Compiling cfg-if v1.0.3
16342026-02-28T07:42:27.958Z Compiling memchr v2.7.5
16352026-02-28T07:42:27.958Z Compiling serde_core v1.0.228
16362026-02-28T07:42:28.029Z Compiling itoa v1.0.15
16372026-02-28T07:42:28.029Z Compiling libc v0.2.176
16382026-02-28T07:42:28.072Z Compiling zmij v1.0.17
16392026-02-28T07:42:28.098Z Compiling log v0.4.29
16402026-02-28T07:42:28.166Z Compiling proc-macro2 v1.0.106
16412026-02-28T07:42:28.254Z Compiling libm v0.2.15
16422026-02-28T07:42:28.443Z Compiling heck v0.5.0
16432026-02-28T07:42:28.906Z Compiling quote v1.0.44
16442026-02-28T07:42:29.169Z Compiling equivalent v1.0.2
16452026-02-28T07:42:29.206Z Compiling smallvec v1.15.1
16462026-02-28T07:42:29.292Z Compiling syn v2.0.117
16472026-02-28T07:42:29.316Z Compiling allocator-api2 v0.2.21
16482026-02-28T07:42:29.481Z Compiling iana-time-zone v0.1.64
16492026-02-28T07:42:29.525Z Compiling foldhash v0.2.0
16502026-02-28T07:42:29.605Z Compiling dyn-clone v1.0.20
16512026-02-28T07:42:29.906Z Compiling hashbrown v0.16.1
16522026-02-28T07:42:29.935Z Compiling regex-syntax v0.8.6
16532026-02-28T07:42:29.966Z Compiling aho-corasick v1.1.3
16542026-02-28T07:42:29.966Z Compiling stable_deref_trait v1.2.0
16552026-02-28T07:42:30.112Z Compiling pin-project-lite v0.2.16
16562026-02-28T07:42:30.270Z Compiling fnv v1.0.7
16572026-02-28T07:42:30.410Z Compiling percent-encoding v2.3.2
16582026-02-28T07:42:30.593Z Compiling litemap v0.8.0
16592026-02-28T07:42:30.800Z Compiling writeable v0.6.1
16602026-02-28T07:42:30.982Z Compiling icu_properties_data v2.0.1
16612026-02-28T07:42:31.050Z Compiling icu_normalizer_data v2.0.0
16622026-02-28T07:42:31.168Z Compiling form_urlencoded v1.2.2
16632026-02-28T07:42:31.216Z Compiling utf8_iter v1.0.4
16642026-02-28T07:42:31.350Z Compiling scopeguard v1.2.0
16652026-02-28T07:42:31.458Z Compiling num-traits v0.2.19
16662026-02-28T07:42:31.485Z Compiling getrandom v0.3.3
16672026-02-28T07:42:31.527Z Compiling lock_api v0.4.13
16682026-02-28T07:42:31.793Z Compiling semver v1.0.27
16692026-02-28T07:42:31.920Z Compiling serde_json v1.0.149
16702026-02-28T07:42:31.976Z Compiling indexmap v2.13.0
16712026-02-28T07:42:32.593Z Compiling ucd-trie v0.1.7
16722026-02-28T07:42:32.923Z Compiling regex-automata v0.4.13
16732026-02-28T07:42:32.955Z Compiling byteorder v1.5.0
16742026-02-28T07:42:33.089Z Compiling uuid v1.20.0
16752026-02-28T07:42:33.272Z Compiling futures-core v0.3.32
16762026-02-28T07:42:33.519Z Compiling num-conv v0.1.0
16772026-02-28T07:42:33.670Z Compiling time-core v0.1.6
16782026-02-28T07:42:33.840Z Compiling ryu v1.0.20
16792026-02-28T07:42:33.896Z Compiling futures-sink v0.3.31
16802026-02-28T07:42:33.927Z Compiling time-macros v0.2.24
16812026-02-28T07:42:34.067Z Compiling regress v0.10.5
16822026-02-28T07:42:34.164Z Compiling glob v0.3.3
16832026-02-28T07:42:35.057Z Compiling minimal-lexical v0.2.1
16842026-02-28T07:42:35.190Z Compiling pretty-hex v0.4.1
16852026-02-28T07:42:35.441Z Compiling synstructure v0.13.2
16862026-02-28T07:42:35.576Z Compiling serde_derive_internals v0.29.1
16872026-02-28T07:42:35.652Z Compiling slab v0.4.11
16882026-02-28T07:42:35.695Z Compiling nom v7.1.3
16892026-02-28T07:42:35.981Z Compiling clang-sys v1.8.1
16902026-02-28T07:42:36.005Z Compiling strsim v0.11.1
16912026-02-28T07:42:36.469Z Compiling regex v1.12.3
16922026-02-28T07:42:36.598Z Compiling prettyplease v0.2.37
16932026-02-28T07:42:37.050Z Compiling plain v0.2.3
16942026-02-28T07:42:37.171Z Compiling libloading v0.8.9
16952026-02-28T07:42:37.366Z Compiling bindgen v0.72.1
16962026-02-28T07:42:37.394Z Compiling futures-channel v0.3.31
16972026-02-28T07:42:37.500Z Compiling pin-utils v0.1.0
16982026-02-28T07:42:37.613Z Compiling syn v1.0.109
16992026-02-28T07:42:37.770Z Compiling futures-io v0.3.31
17002026-02-28T07:42:38.021Z Compiling futures-task v0.3.31
17012026-02-28T07:42:38.258Z Compiling serde_derive v1.0.228
17022026-02-28T07:42:38.294Z Compiling zerofrom-derive v0.1.6
17032026-02-28T07:42:38.427Z Compiling yoke-derive v0.8.0
17042026-02-28T07:42:38.451Z Compiling zerovec-derive v0.11.1
17052026-02-28T07:42:39.319Z Compiling displaydoc v0.2.5
17062026-02-28T07:42:40.342Z Compiling thiserror-impl v2.0.18
17072026-02-28T07:42:40.409Z Compiling schemars_derive v0.8.22
17082026-02-28T07:42:40.781Z Compiling tokio-macros v2.6.0
17092026-02-28T07:42:40.806Z Compiling zerocopy-derive v0.8.27
17102026-02-28T07:42:41.504Z Compiling zeroize_derive v1.4.3
17112026-02-28T07:42:41.860Z Compiling futures-macro v0.3.31
17122026-02-28T07:42:42.641Z Compiling zerofrom v0.1.6
17132026-02-28T07:42:42.666Z Compiling thiserror v2.0.18
17142026-02-28T07:42:42.690Z Compiling thiserror-impl v1.0.69
17152026-02-28T07:42:42.830Z Compiling yoke v0.8.0
17162026-02-28T07:42:42.871Z Compiling tracing-attributes v0.1.30
17172026-02-28T07:42:42.953Z Compiling zerocopy v0.8.27
17182026-02-28T07:42:43.165Z Compiling zerovec v0.11.4
17192026-02-28T07:42:43.284Z Compiling zerotrie v0.2.2
17202026-02-28T07:42:43.389Z Compiling serde v1.0.228
17212026-02-28T07:42:44.354Z Compiling bytes v1.11.1
17222026-02-28T07:42:44.472Z Compiling serde_tokenstream v0.2.3
17232026-02-28T07:42:44.927Z Compiling tinystr v0.8.1
17242026-02-28T07:42:44.952Z Compiling potential_utf v0.1.3
17252026-02-28T07:42:44.977Z Compiling chrono v0.4.43
17262026-02-28T07:42:45.048Z Compiling pest v2.8.2
17272026-02-28T07:42:45.174Z Compiling cexpr v0.6.0
17282026-02-28T07:42:45.236Z Compiling icu_locale_core v2.0.0
17292026-02-28T07:42:45.261Z Compiling icu_collections v2.0.0
17302026-02-28T07:42:45.744Z Compiling http v1.4.0
17312026-02-28T07:42:46.194Z Compiling scroll_derive v0.13.1
17322026-02-28T07:42:46.301Z Compiling icu_provider v2.0.0
17332026-02-28T07:42:46.538Z Compiling async-trait v0.1.89
17342026-02-28T07:42:46.860Z Compiling icu_properties v2.0.1
17352026-02-28T07:42:47.019Z Compiling icu_normalizer v2.0.0
17362026-02-28T07:42:47.509Z Compiling pest_meta v2.8.2
17372026-02-28T07:42:47.624Z Compiling schemars v0.8.22
17382026-02-28T07:42:48.062Z Compiling scroll v0.13.0
17392026-02-28T07:42:48.163Z Compiling thiserror v1.0.69
17402026-02-28T07:42:48.268Z Compiling socket2 v0.6.0
17412026-02-28T07:42:48.536Z Compiling goblin v0.10.1
17422026-02-28T07:42:49.105Z Compiling idna_adapter v1.2.1
17432026-02-28T07:42:49.130Z Compiling pest_generator v2.8.2
17442026-02-28T07:42:49.298Z Compiling idna v1.1.0
17452026-02-28T07:42:49.336Z Compiling parking_lot_core v0.9.11
17462026-02-28T07:42:49.945Z Compiling url v2.5.7
17472026-02-28T07:42:50.070Z Compiling parking_lot v0.12.4
17482026-02-28T07:42:50.452Z Compiling signal-hook-registry v1.4.6
17492026-02-28T07:42:50.482Z Compiling pest_derive v2.8.2
17502026-02-28T07:42:50.706Z Compiling mio v1.0.4
17512026-02-28T07:42:50.854Z Compiling thread-id v5.0.0
17522026-02-28T07:42:50.993Z Compiling openapiv3 v2.2.0
17532026-02-28T07:42:51.314Z Compiling dtrace-parser v0.3.0
17542026-02-28T07:42:51.395Z Compiling tokio v1.49.0
17552026-02-28T07:42:51.629Z Compiling daft-derive v0.1.4
17562026-02-28T07:42:51.714Z Compiling darling_core v0.21.3
17572026-02-28T07:42:53.078Z Compiling typify-impl v0.4.3
17582026-02-28T07:42:53.888Z Compiling serde_yaml v0.9.34+deprecated
17592026-02-28T07:42:55.819Z Compiling aws-lc-sys v0.31.0
17602026-02-28T07:42:56.064Z Compiling dof v0.4.0
17612026-02-28T07:42:56.394Z Compiling darling_macro v0.21.3
17622026-02-28T07:42:56.426Z Compiling ppv-lite86 v0.2.21
17632026-02-28T07:42:56.734Z Compiling openssl-macros v0.1.1
17642026-02-28T07:42:57.168Z Compiling usdt-impl v0.6.0
17652026-02-28T07:42:57.432Z Compiling darling v0.21.3
17662026-02-28T07:42:57.576Z Compiling getrandom v0.2.16
17672026-02-28T07:42:57.602Z Compiling base64 v0.22.1
17682026-02-28T07:42:57.896Z Compiling http-body v1.0.1
17692026-02-28T07:42:58.141Z Compiling bitflags v2.9.4
17702026-02-28T07:42:58.224Z Compiling erased-serde v0.3.31
17712026-02-28T07:42:58.403Z Compiling typenum v1.18.0
17722026-02-28T07:42:58.512Z Compiling ipnet v2.11.0
17732026-02-28T07:42:58.570Z Compiling atomic-waker v1.1.2
17742026-02-28T07:42:58.642Z Compiling usdt-macro v0.6.0
17752026-02-28T07:42:58.771Z Compiling usdt-attr-macro v0.6.0
17762026-02-28T07:42:59.397Z Compiling anyhow v1.0.100
17772026-02-28T07:42:59.424Z Compiling httparse v1.10.1
17782026-02-28T07:42:59.507Z Compiling portable-atomic v1.11.1
17792026-02-28T07:43:00.037Z Compiling untrusted v0.9.0
17802026-02-28T07:43:00.243Z Compiling tower-layer v0.3.3
17812026-02-28T07:43:00.268Z Compiling tower-service v0.3.3
17822026-02-28T07:43:00.425Z Compiling zeroize v1.8.1
17832026-02-28T07:43:00.614Z Compiling critical-section v1.2.0
17842026-02-28T07:43:00.790Z Compiling try-lock v0.2.5
17852026-02-28T07:43:00.815Z Compiling once_cell v1.21.3
17862026-02-28T07:43:00.960Z Compiling want v0.3.1
17872026-02-28T07:43:01.244Z Compiling httpdate v1.0.3
17882026-02-28T07:43:01.535Z Compiling structmeta-derive v0.3.0
17892026-02-28T07:43:01.648Z Compiling newtype-uuid-macros v0.1.0
17902026-02-28T07:43:02.862Z Compiling strum_macros v0.26.4
17912026-02-28T07:43:03.451Z Compiling structmeta v0.3.0
17922026-02-28T07:43:03.954Z Compiling async-stream-impl v0.3.6
17932026-02-28T07:43:04.198Z Compiling powerfmt v0.2.0
17942026-02-28T07:43:04.554Z Compiling deranged v0.5.3
17952026-02-28T07:43:05.091Z Compiling num_threads v0.1.7
17962026-02-28T07:43:05.118Z Compiling omicron-workspace-hack v0.1.0
17972026-02-28T07:43:05.143Z Compiling dropshot_endpoint v0.16.7
17982026-02-28T07:43:05.230Z Compiling http-body-util v0.1.3
17992026-02-28T07:43:05.254Z Compiling ref-cast-impl v1.0.25
18002026-02-28T07:43:05.648Z Compiling derive-ex v0.1.8
18012026-02-28T07:43:05.914Z Compiling typify-macro v0.4.3
18022026-02-28T07:43:06.300Z Compiling serde_urlencoded v0.7.1
18032026-02-28T07:43:06.324Z Compiling strum_macros v0.27.2
18042026-02-28T07:43:06.812Z Compiling sync_wrapper v1.0.2
18052026-02-28T07:43:06.985Z Compiling serde_with_macros v3.14.1
18062026-02-28T07:43:07.647Z Compiling subtle v2.6.1
18072026-02-28T07:43:07.947Z Compiling iri-string v0.7.8
18082026-02-28T07:43:08.749Z Compiling rand_core v0.6.4
18092026-02-28T07:43:08.773Z Compiling test-strategy v0.4.3
18102026-02-28T07:43:09.072Z Compiling futures-util v0.3.31
18112026-02-28T07:43:09.156Z Compiling thread_local v1.1.9
18122026-02-28T07:43:09.559Z Compiling typify v0.4.3
18132026-02-28T07:43:09.769Z Compiling progenitor-impl v0.11.1
18142026-02-28T07:43:10.006Z Compiling match_cfg v0.1.0
18152026-02-28T07:43:10.118Z Compiling parse-display-derive v0.10.0
18162026-02-28T07:43:10.492Z Compiling tracing-core v0.1.34
18172026-02-28T07:43:11.331Z Compiling toml_datetime v0.6.11
18182026-02-28T07:43:11.433Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18192026-02-28T07:43:11.640Z Compiling term v1.2.0
18202026-02-28T07:43:11.817Z Compiling take_mut v0.2.2
18212026-02-28T07:43:11.982Z Compiling tracing v0.1.41
18222026-02-28T07:43:12.709Z Compiling clap_derive v4.5.49
18232026-02-28T07:43:13.210Z Compiling cpufeatures v0.2.17
18242026-02-28T07:43:13.327Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18252026-02-28T07:43:13.808Z Compiling encoding_rs v0.8.35
18262026-02-28T07:43:13.842Z Compiling unicode-width v0.2.1
18272026-02-28T07:43:13.866Z Compiling fastrand v2.3.0
18282026-02-28T07:43:14.045Z Compiling mime v0.3.17
18292026-02-28T07:43:14.576Z Compiling camino v1.2.2
18302026-02-28T07:43:15.378Z Compiling generic-array v0.14.7
18312026-02-28T07:43:16.415Z Compiling errno v0.3.14
18322026-02-28T07:43:16.644Z Compiling progenitor-macro v0.11.1
18332026-02-28T07:43:17.002Z Compiling ipnetwork v0.21.1
18342026-02-28T07:43:17.027Z Compiling crossbeam-utils v0.8.21
18352026-02-28T07:43:17.402Z Compiling slog v2.8.2
18362026-02-28T07:43:17.846Z Compiling tokio-util v0.7.16
18372026-02-28T07:43:17.872Z Compiling winnow v0.7.14
18382026-02-28T07:43:18.058Z Compiling hex v0.4.3
18392026-02-28T07:43:18.183Z Compiling rustix v1.1.2
18402026-02-28T07:43:18.700Z Compiling crypto-common v0.1.6
18412026-02-28T07:43:18.898Z Compiling rand_core v0.9.3
18422026-02-28T07:43:19.259Z Compiling h2 v0.4.12
18432026-02-28T07:43:19.284Z Compiling oxnet v0.1.4
18442026-02-28T07:43:20.090Z Compiling itertools v0.14.0
18452026-02-28T07:43:20.799Z Compiling rand_chacha v0.9.0
18462026-02-28T07:43:21.786Z Compiling rand v0.9.2
18472026-02-28T07:43:22.560Z Compiling rustls-pki-types v1.12.0
18482026-02-28T07:43:22.914Z Compiling spin v0.9.8
18492026-02-28T07:43:23.274Z Compiling hyper v1.8.1
18502026-02-28T07:43:23.467Z Compiling debug-ignore v1.0.5
18512026-02-28T07:43:23.651Z Compiling quick-error v1.2.3
18522026-02-28T07:43:23.846Z Compiling toml_parser v1.0.6+spec-1.1.0
18532026-02-28T07:43:24.925Z Compiling tabwriter v1.4.1
18542026-02-28T07:43:25.282Z Compiling toml_datetime v0.7.5+spec-1.1.0
18552026-02-28T07:43:25.333Z Compiling serde_spanned v1.0.4
18562026-02-28T07:43:25.389Z Compiling toml_writer v1.0.6+spec-1.1.0
18572026-02-28T07:43:25.610Z Compiling hyper-util v0.1.19
18582026-02-28T07:43:25.845Z Compiling colored v3.0.0
18592026-02-28T07:43:25.882Z Compiling bit-vec v0.8.0
18602026-02-28T07:43:26.062Z Compiling lazy_static v1.5.0
18612026-02-28T07:43:26.313Z Compiling bit-set v0.8.0
18622026-02-28T07:43:26.496Z Compiling toml v0.9.11+spec-1.1.0
18632026-02-28T07:43:26.521Z Compiling time v0.3.44
18642026-02-28T07:43:26.548Z Compiling strum v0.26.3
18652026-02-28T07:43:26.596Z Compiling async-stream v0.3.6
18662026-02-28T07:43:26.770Z Compiling ring v0.17.14
18672026-02-28T07:43:26.820Z Compiling waitgroup v0.1.2
18682026-02-28T07:43:26.898Z Compiling serde_path_to_error v0.1.20
18692026-02-28T07:43:26.943Z Compiling unarray v0.1.4
18702026-02-28T07:43:27.054Z Compiling anstyle v1.0.11
18712026-02-28T07:43:27.136Z Compiling crossbeam-channel v0.5.15
18722026-02-28T07:43:27.482Z Compiling block-buffer v0.10.4
18732026-02-28T07:43:27.606Z Compiling macaddr v1.0.1
18742026-02-28T07:43:27.731Z Compiling utf8parse v0.2.2
18752026-02-28T07:43:27.909Z Compiling anstyle-parse v0.2.7
18762026-02-28T07:43:28.004Z Compiling digest v0.10.7
18772026-02-28T07:43:28.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18782026-02-28T07:43:28.385Z Compiling ref-cast v1.0.25
18792026-02-28T07:43:28.483Z Compiling is_terminal_polyfill v1.70.1
18802026-02-28T07:43:28.554Z Compiling colorchoice v1.0.4
18812026-02-28T07:43:28.637Z Compiling anstyle-query v1.1.4
18822026-02-28T07:43:28.665Z Compiling strum v0.27.2
18832026-02-28T07:43:28.741Z Compiling is-terminal v0.4.16
18842026-02-28T07:43:28.808Z Compiling anstream v0.6.20
18852026-02-28T07:43:29.204Z Compiling clap_lex v0.7.5
18862026-02-28T07:43:29.468Z Compiling slog-term v2.9.2
18872026-02-28T07:43:29.724Z Compiling slog-json v2.6.1
18882026-02-28T07:43:29.789Z Compiling slog-async v2.8.0
18892026-02-28T07:43:29.918Z Compiling tower v0.5.2
18902026-02-28T07:43:30.060Z Compiling hostname v0.3.1
18912026-02-28T07:43:30.796Z Compiling tower-http v0.6.8
18922026-02-28T07:43:30.841Z Compiling slog-bunyan v2.5.0
18932026-02-28T07:43:31.426Z Compiling futures-executor v0.3.31
18942026-02-28T07:43:31.588Z Compiling instant v0.1.13
18952026-02-28T07:43:31.745Z Compiling futures v0.3.31
18962026-02-28T07:43:31.864Z Compiling openssl-sys v0.9.109
18972026-02-28T07:43:33.161Z Compiling memmap2 v0.9.8
18982026-02-28T07:43:33.424Z Compiling untrusted v0.7.1
18992026-02-28T07:43:33.477Z Compiling foreign-types-shared v0.1.1
19002026-02-28T07:43:33.619Z Compiling foreign-types v0.3.2
19012026-02-28T07:43:34.316Z Compiling openssl-probe v0.1.6
19022026-02-28T07:43:34.845Z Compiling openssl v0.10.73
19032026-02-28T07:43:34.985Z Compiling tempfile v3.23.0
19042026-02-28T07:43:35.775Z Compiling webpki-roots v1.0.2
19052026-02-28T07:43:36.911Z Compiling either v1.15.0
19062026-02-28T07:43:37.296Z Compiling usdt v0.6.0
19072026-02-28T07:43:37.781Z Compiling newtype-uuid v1.3.2
19082026-02-28T07:43:39.466Z Compiling daft v0.1.4
19092026-02-28T07:43:39.735Z Compiling native-tls v0.2.14
19102026-02-28T07:43:40.299Z Compiling tokio-native-tls v0.3.1
19112026-02-28T07:43:40.578Z Compiling hyper-tls v0.6.0
19122026-02-28T07:43:41.196Z Compiling rustls-webpki v0.102.8
19132026-02-28T07:43:42.838Z Compiling rustls v0.22.4
19142026-02-28T07:43:44.512Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19152026-02-28T07:43:46.073Z Compiling sha1 v0.10.6
19162026-02-28T07:43:46.157Z Compiling rustls-pemfile v2.2.0
19172026-02-28T07:43:46.463Z Compiling multer v3.1.0
19182026-02-28T07:43:46.491Z Compiling terminal_size v0.4.3
19192026-02-28T07:43:46.724Z Compiling tokio-rustls v0.25.0
19202026-02-28T07:43:47.389Z Compiling rand_chacha v0.3.1
19212026-02-28T07:43:48.030Z Compiling wait-timeout v0.2.1
19222026-02-28T07:43:48.055Z Compiling hostname v0.4.2
19232026-02-28T07:43:48.558Z Compiling rusty-fork v0.3.0
19242026-02-28T07:43:49.232Z Compiling dropshot v0.16.7
19252026-02-28T07:43:50.296Z Compiling rand v0.8.5
19262026-02-28T07:43:50.349Z Compiling rustls-webpki v0.103.6
19272026-02-28T07:43:51.673Z Compiling rand_xorshift v0.4.0
19282026-02-28T07:43:52.149Z Compiling proptest v1.8.0
19292026-02-28T07:43:52.175Z Compiling rustls v0.23.32
19302026-02-28T07:43:54.639Z Compiling clap_builder v4.5.50
19312026-02-28T07:43:55.654Z Compiling aws-lc-rs v1.14.0
19322026-02-28T07:43:56.716Z Compiling hubpack_derive v0.1.1
19332026-02-28T07:43:58.418Z Compiling clap v4.5.50
19342026-02-28T07:43:58.623Z Compiling tokio-rustls v0.26.3
19352026-02-28T07:43:59.065Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19362026-02-28T07:44:00.975Z Compiling serde_spanned v0.6.9
19372026-02-28T07:44:01.215Z Compiling winnow v0.5.40
19382026-02-28T07:44:01.979Z Compiling hyper-rustls v0.27.7
19392026-02-28T07:44:02.472Z Compiling serde_with v3.14.1
19402026-02-28T07:44:02.966Z Compiling reqwest v0.12.23
19412026-02-28T07:44:03.062Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19422026-02-28T07:44:04.132Z Compiling rustc-hash v2.1.1
19432026-02-28T07:44:04.336Z Compiling iddqd v0.3.17
19442026-02-28T07:44:05.634Z Compiling backoff v0.4.0
19452026-02-28T07:44:06.052Z Compiling parse-display v0.10.0
19462026-02-28T07:44:06.241Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-02-28T07:44:06.543Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-02-28T07:44:09.909Z Compiling progenitor-client v0.11.1
19492026-02-28T07:44:11.155Z Compiling progenitor-client v0.10.0
19502026-02-28T07:44:11.659Z Compiling progenitor v0.11.1
19512026-02-28T07:44:11.870Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-02-28T07:44:11.913Z Compiling num-derive v0.3.3
19532026-02-28T07:44:14.563Z Compiling toml_write v0.1.2
19542026-02-28T07:44:14.931Z Compiling toml_edit v0.22.27
19552026-02-28T07:44:17.480Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-02-28T07:44:17.816Z Compiling toml_edit v0.19.15
19572026-02-28T07:44:18.854Z Compiling num-integer v0.1.46
19582026-02-28T07:44:19.332Z Compiling float-ord v0.3.2
19592026-02-28T07:44:19.882Z Compiling toml v0.8.23
19602026-02-28T07:44:20.516Z Compiling proc-macro-crate v1.3.1
19612026-02-28T07:44:23.866Z Compiling num-iter v0.1.45
19622026-02-28T07:44:24.070Z Compiling num-rational v0.4.2
19632026-02-28T07:44:25.763Z Compiling num-complex v0.4.6
19642026-02-28T07:44:27.652Z Compiling num v0.4.3
19652026-02-28T07:44:34.525Z Compiling zerocopy-derive v0.7.35
19662026-02-28T07:44:35.496Z Compiling ingot-macros v0.1.1
19672026-02-28T07:44:35.814Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-02-28T07:44:36.168Z Compiling scroll_derive v0.12.1
19692026-02-28T07:44:36.789Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19702026-02-28T07:44:37.404Z Compiling zerocopy v0.7.35
19712026-02-28T07:44:37.682Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-02-28T07:44:38.698Z Compiling num_enum_derive v0.7.5
19732026-02-28T07:44:40.677Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-02-28T07:44:40.784Z Compiling memoffset v0.9.1
19752026-02-28T07:44:41.682Z Compiling foreign-types-macros v0.2.3
19762026-02-28T07:44:43.972Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-02-28T07:44:44.949Z Compiling nix v0.30.1
19782026-02-28T07:44:46.313Z Compiling libscf-sys v1.1.0
19792026-02-28T07:44:47.213Z Compiling proc-macro-error-attr2 v2.0.0
19802026-02-28T07:44:47.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19812026-02-28T07:44:47.705Z Compiling proc-macro-error-attr v1.0.4
19822026-02-28T07:44:47.931Z Compiling proc-macro-error2 v2.0.1
19832026-02-28T07:44:48.463Z Compiling dtrace-parser v0.2.0
19842026-02-28T07:44:48.499Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19852026-02-28T07:44:48.660Z Compiling proc-macro-error v1.0.4
19862026-02-28T07:44:48.918Z Compiling tabled_derive v0.11.0
19872026-02-28T07:44:49.275Z Compiling dof v0.3.0
19882026-02-28T07:44:49.377Z Compiling num_enum_derive v0.5.11
19892026-02-28T07:44:50.037Z Compiling hubpack v0.1.2
19902026-02-28T07:44:50.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19912026-02-28T07:44:50.591Z Compiling thread-id v4.2.2
19922026-02-28T07:44:51.310Z Compiling static_assertions v1.1.0
19932026-02-28T07:44:51.369Z Compiling usdt-impl v0.5.0
19942026-02-28T07:44:53.331Z Compiling derive_more v0.99.20
19952026-02-28T07:44:56.171Z Compiling bytecount v0.6.9
19962026-02-28T07:44:56.812Z Compiling usdt-attr-macro v0.5.0
19972026-02-28T07:44:56.939Z Compiling usdt-macro v0.5.0
19982026-02-28T07:44:58.565Z Compiling zone_cfg_derive v0.3.1
19992026-02-28T07:44:58.565Z Compiling num-derive v0.4.2
20002026-02-28T07:44:58.676Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20012026-02-28T07:44:59.269Z Compiling rustc_version v0.4.1
20022026-02-28T07:44:59.985Z Compiling papergrid v0.17.0
20032026-02-28T07:45:00.010Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20042026-02-28T07:45:00.492Z Compiling crossbeam-epoch v0.9.18
20052026-02-28T07:45:01.104Z Compiling testing_table v0.3.0
20062026-02-28T07:45:01.184Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-02-28T07:45:01.385Z Compiling enum-as-inner v0.6.1
20082026-02-28T07:45:01.462Z Compiling curve25519-dalek v4.1.3
20092026-02-28T07:45:01.723Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20102026-02-28T07:45:01.982Z Compiling tabled v0.20.0
20112026-02-28T07:45:02.046Z Compiling typify-impl v0.6.1
20122026-02-28T07:45:02.343Z Compiling thiserror-impl-no-std v2.0.2
20132026-02-28T07:45:04.100Z Compiling curve25519-dalek-derive v0.1.1
20142026-02-28T07:45:04.291Z Compiling crossbeam-deque v0.8.6
20152026-02-28T07:45:04.468Z Compiling scroll v0.12.0
20162026-02-28T07:45:05.073Z Compiling hash32 v0.3.1
20172026-02-28T07:45:05.229Z Compiling goblin v0.8.2
20182026-02-28T07:45:05.362Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20192026-02-28T07:45:05.445Z Compiling heapless v0.8.0
20202026-02-28T07:45:05.495Z Compiling rayon-core v1.13.0
20212026-02-28T07:45:06.413Z Compiling ingot-types v0.1.2
20222026-02-28T07:45:07.228Z Compiling cobs v0.3.0
20232026-02-28T07:45:07.384Z Compiling bitflags v1.3.2
20242026-02-28T07:45:07.537Z Compiling foreign-types-shared v0.3.1
20252026-02-28T07:45:07.581Z Compiling managed v0.8.0
20262026-02-28T07:45:07.651Z Compiling postcard v1.1.3
20272026-02-28T07:45:07.710Z Compiling foreign-types v0.5.0
20282026-02-28T07:45:07.905Z Compiling ingot v0.1.1
20292026-02-28T07:45:08.012Z Compiling smoltcp v0.11.0
20302026-02-28T07:45:08.317Z Compiling num_enum v0.7.5
20312026-02-28T07:45:08.516Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20322026-02-28T07:45:08.734Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332026-02-28T07:45:08.831Z Compiling camino-tempfile v1.4.1
20342026-02-28T07:45:09.266Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20352026-02-28T07:45:09.290Z Compiling serde_repr v0.1.20
20362026-02-28T07:45:09.315Z Compiling derive-where v1.6.0
20372026-02-28T07:45:10.063Z Compiling cstr-argument v0.1.2
20382026-02-28T07:45:11.472Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20392026-02-28T07:45:12.164Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402026-02-28T07:45:13.338Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20412026-02-28T07:45:13.688Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20422026-02-28T07:45:13.897Z Compiling crucible-workspace-hack v0.1.0
20432026-02-28T07:45:14.695Z Compiling memmap v0.7.0
20442026-02-28T07:45:14.890Z Compiling tinyvec_macros v0.1.1
20452026-02-28T07:45:15.076Z Compiling tinyvec v1.10.0
20462026-02-28T07:45:15.272Z Compiling usdt v0.5.0
20472026-02-28T07:45:15.328Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20482026-02-28T07:45:15.494Z Compiling typify-macro v0.6.1
20492026-02-28T07:45:15.798Z Compiling num_enum v0.5.11
20502026-02-28T07:45:16.229Z Compiling pin-project-internal v1.1.10
20512026-02-28T07:45:18.821Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20522026-02-28T07:45:18.845Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-02-28T07:45:19.379Z Compiling typify v0.6.1
20542026-02-28T07:45:19.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20552026-02-28T07:45:19.613Z Compiling progenitor-impl v0.13.0
20562026-02-28T07:45:19.775Z Compiling rayon v1.11.0
20572026-02-28T07:45:20.421Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20582026-02-28T07:45:20.856Z Compiling itertools v0.12.1
20592026-02-28T07:45:21.235Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20602026-02-28T07:45:21.402Z Compiling progenitor-impl v0.10.0
20612026-02-28T07:45:21.963Z Compiling sigpipe v0.1.3
20622026-02-28T07:45:22.101Z Compiling jiff v0.2.15
20632026-02-28T07:45:22.275Z Compiling const_format_proc_macros v0.2.34
20642026-02-28T07:45:23.359Z Compiling zone v0.3.1
20652026-02-28T07:45:23.411Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20662026-02-28T07:45:23.608Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20672026-02-28T07:45:24.770Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20682026-02-28T07:45:25.713Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20692026-02-28T07:45:26.198Z Compiling rustix v0.38.44
20702026-02-28T07:45:26.802Z Compiling secrecy v0.10.3
20712026-02-28T07:45:26.830Z Compiling progenitor-macro v0.13.0
20722026-02-28T07:45:27.064Z Compiling smf v0.2.3
20732026-02-28T07:45:27.555Z Compiling snafu-derive v0.8.9
20742026-02-28T07:45:28.049Z Compiling async-recursion v1.1.1
20752026-02-28T07:45:28.266Z Compiling bstr v1.12.0
20762026-02-28T07:45:28.290Z Compiling whoami v1.6.1
20772026-02-28T07:45:28.625Z Compiling progenitor-macro v0.10.0
20782026-02-28T07:45:28.911Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20792026-02-28T07:45:30.227Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-02-28T07:45:33.370Z Compiling hmac v0.12.1
20812026-02-28T07:45:33.911Z Compiling inout v0.1.4
20822026-02-28T07:45:34.110Z Compiling ff v0.13.1
20832026-02-28T07:45:34.186Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-02-28T07:45:34.357Z Compiling data-encoding v2.9.0
20852026-02-28T07:45:34.868Z Compiling crc8 v0.1.1
20862026-02-28T07:45:35.063Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20872026-02-28T07:45:35.224Z Compiling group v0.13.0
20882026-02-28T07:45:35.428Z Compiling cipher v0.4.4
20892026-02-28T07:45:36.222Z Compiling hkdf v0.12.4
20902026-02-28T07:45:36.250Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20912026-02-28T07:45:37.345Z Compiling tokio-dtrace v0.1.1
20922026-02-28T07:45:37.891Z Compiling tabled_derive v0.7.0
20932026-02-28T07:45:39.011Z Compiling reqwest v0.13.2
20942026-02-28T07:45:39.778Z Compiling universal-hash v0.5.1
20952026-02-28T07:45:39.857Z Compiling crypto-bigint v0.5.5
20962026-02-28T07:45:39.998Z Compiling dropshot-api-manager-types v0.2.2
20972026-02-28T07:45:40.022Z Compiling half v2.7.1
20982026-02-28T07:45:40.172Z Compiling base16ct v0.2.0
20992026-02-28T07:45:40.444Z Compiling base64ct v1.8.0
21002026-02-28T07:45:40.664Z Compiling indent_write v2.2.0
21012026-02-28T07:45:40.921Z Compiling opaque-debug v0.3.1
21022026-02-28T07:45:41.047Z Compiling ciborium-io v0.2.2
21032026-02-28T07:45:41.071Z Compiling poly1305 v0.8.0
21042026-02-28T07:45:41.214Z Compiling ciborium-ll v0.2.2
21052026-02-28T07:45:41.286Z Compiling progenitor-client v0.13.0
21062026-02-28T07:45:41.648Z Compiling password-hash v0.5.0
21072026-02-28T07:45:42.476Z Compiling elliptic-curve v0.13.8
21082026-02-28T07:45:43.059Z Compiling oxide-tokio-rt v0.1.2
21092026-02-28T07:45:43.284Z Compiling chacha20 v0.9.1
21102026-02-28T07:45:43.409Z Compiling similar v2.7.0
21112026-02-28T07:45:43.715Z Compiling atomicwrites v0.4.4
21122026-02-28T07:45:43.773Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21132026-02-28T07:45:44.778Z Compiling thiserror-no-std v2.0.2
21142026-02-28T07:45:46.288Z Compiling blake2 v0.10.6
21152026-02-28T07:45:46.940Z Compiling aead v0.5.2
21162026-02-28T07:45:47.115Z Compiling resolv-conf v0.7.5
21172026-02-28T07:45:47.140Z Compiling linked-hash-map v0.5.6
21182026-02-28T07:45:47.547Z Compiling keccak v0.1.5
21192026-02-28T07:45:47.916Z Compiling sha3 v0.10.8
21202026-02-28T07:45:48.085Z Compiling lru-cache v0.1.2
21212026-02-28T07:45:48.314Z Compiling chacha20poly1305 v0.10.1
21222026-02-28T07:45:48.349Z Compiling argon2 v0.5.3
21232026-02-28T07:45:48.544Z Compiling vsss-rs v3.3.4
21242026-02-28T07:45:48.859Z Compiling progenitor v0.13.0
21252026-02-28T07:45:49.088Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21262026-02-28T07:45:49.790Z Compiling ciborium v0.2.2
21272026-02-28T07:45:49.912Z Compiling hickory-proto v0.24.4
21282026-02-28T07:45:51.643Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21292026-02-28T07:45:52.108Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21302026-02-28T07:45:52.394Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21312026-02-28T07:45:52.758Z Compiling serde-big-array v0.5.1
21322026-02-28T07:45:52.935Z Compiling siphasher v1.0.1
21332026-02-28T07:45:53.672Z Compiling unicode-segmentation v1.12.0
21342026-02-28T07:45:53.800Z Compiling same-file v1.0.6
21352026-02-28T07:45:54.077Z Compiling walkdir v2.5.0
21362026-02-28T07:45:54.346Z Compiling newline-converter v0.3.0
21372026-02-28T07:45:54.373Z Compiling hickory-resolver v0.24.4
21382026-02-28T07:45:54.510Z Compiling phf_shared v0.12.1
21392026-02-28T07:45:54.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21402026-02-28T07:45:54.774Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21412026-02-28T07:45:55.186Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-02-28T07:45:57.467Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-02-28T07:45:57.938Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21442026-02-28T07:45:58.692Z Compiling newtype_derive v0.1.6
21452026-02-28T07:45:58.838Z Compiling owo-colors v4.2.2
21462026-02-28T07:45:59.222Z Compiling tokio-stream v0.1.17
21472026-02-28T07:45:59.913Z Compiling console v0.15.11
21482026-02-28T07:46:00.223Z Compiling csv-core v0.1.12
21492026-02-28T07:46:00.460Z Compiling unicode-width v0.1.14
21502026-02-28T07:46:00.908Z Compiling swrite v0.1.0
21512026-02-28T07:46:01.010Z Compiling foldhash v0.1.5
21522026-02-28T07:46:01.083Z Compiling termtree v0.5.1
21532026-02-28T07:46:01.218Z Compiling unicode-linebreak v0.1.5
21542026-02-28T07:46:01.246Z Compiling smawk v0.3.2
21552026-02-28T07:46:01.294Z Compiling hashbrown v0.15.5
21562026-02-28T07:46:01.491Z Compiling csv v1.3.1
21572026-02-28T07:46:01.527Z Compiling expectorate v1.2.0
21582026-02-28T07:46:01.746Z Compiling textwrap v0.16.2
21592026-02-28T07:46:01.799Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-02-28T07:46:02.449Z Compiling qorb v0.4.1
21612026-02-28T07:46:04.342Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21622026-02-28T07:46:06.318Z Compiling phf v0.12.1
21632026-02-28T07:46:06.486Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21642026-02-28T07:46:06.777Z Compiling pin-project v1.1.10
21652026-02-28T07:46:06.957Z Compiling unicode-normalization v0.1.24
21662026-02-28T07:46:07.050Z Compiling libz-sys v1.1.22
21672026-02-28T07:46:07.249Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21682026-02-28T07:46:09.221Z Compiling libsw-core v0.3.2
21692026-02-28T07:46:09.263Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21702026-02-28T07:46:09.590Z Compiling fixedbitset v0.4.2
21712026-02-28T07:46:10.053Z Compiling highway v1.3.0
21722026-02-28T07:46:10.086Z Compiling fixedbitset v0.5.7
21732026-02-28T07:46:11.082Z Compiling progenitor v0.10.0
21742026-02-28T07:46:11.327Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21752026-02-28T07:46:11.351Z Compiling petgraph v0.8.2
21762026-02-28T07:46:12.381Z Compiling petgraph v0.6.5
21772026-02-28T07:46:13.630Z Compiling libsw v3.5.0
21782026-02-28T07:46:14.247Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-02-28T07:46:15.202Z Compiling olpc-cjson v0.1.4
21802026-02-28T07:46:15.498Z Compiling libgit2-sys v0.17.0+1.8.1
21812026-02-28T07:46:15.528Z Compiling snafu v0.8.9
21822026-02-28T07:46:15.896Z Compiling chrono-tz v0.10.4
21832026-02-28T07:46:16.046Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-02-28T07:46:16.703Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-02-28T07:46:16.982Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-02-28T07:46:17.710Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-02-28T07:46:19.234Z Compiling papergrid v0.11.0
21882026-02-28T07:46:20.171Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-02-28T07:46:20.617Z Compiling globset v0.4.16
21902026-02-28T07:46:22.272Z Compiling gethostname v0.5.0
21912026-02-28T07:46:22.364Z Compiling const_format v0.2.34
21922026-02-28T07:46:22.526Z Compiling slog-dtrace v0.3.0
21932026-02-28T07:46:23.028Z Compiling cancel-safe-futures v0.1.5
21942026-02-28T07:46:23.612Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21952026-02-28T07:46:25.082Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-02-28T07:46:25.815Z Compiling pem v3.0.5
21972026-02-28T07:46:25.841Z Compiling bcs v0.1.6
21982026-02-28T07:46:26.221Z Compiling serde_plain v1.0.2
21992026-02-28T07:46:26.479Z Compiling cargo-platform v0.1.9
22002026-02-28T07:46:26.582Z Compiling tagptr v0.2.0
22012026-02-28T07:46:26.607Z Compiling linear-map v1.2.0
22022026-02-28T07:46:26.883Z Compiling typed-path v0.9.3
22032026-02-28T07:46:29.302Z Compiling tough v0.20.0
22042026-02-28T07:46:31.455Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22052026-02-28T07:46:31.635Z Compiling cargo_metadata v0.18.1
22062026-02-28T07:46:33.753Z Compiling moka v0.12.11
22072026-02-28T07:46:34.236Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-02-28T07:46:35.189Z Compiling tabled v0.15.0
22092026-02-28T07:46:35.506Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-02-28T07:46:35.629Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-02-28T07:46:36.366Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-02-28T07:46:36.676Z Compiling git2 v0.19.0
22132026-02-28T07:46:36.875Z Compiling steno v0.4.1
22142026-02-28T07:46:42.685Z Compiling cookie v0.18.1
22152026-02-28T07:46:43.211Z Compiling hickory-proto v0.25.2
22162026-02-28T07:46:45.261Z Compiling humantime v2.3.0
22172026-02-28T07:46:46.827Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-02-28T07:46:47.664Z Compiling hickory-resolver v0.25.2
22192026-02-28T07:46:52.750Z Compiling vergen v8.3.2
22202026-02-28T07:46:54.840Z Compiling signal-hook v0.3.18
22212026-02-28T07:46:56.660Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22222026-02-28T07:46:56.949Z Compiling predicates-core v1.0.9
22232026-02-28T07:46:57.292Z Compiling mockall_derive v0.13.1
22242026-02-28T07:46:58.015Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22252026-02-28T07:46:58.331Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-02-28T07:46:59.071Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22272026-02-28T07:47:00.286Z Compiling sha2 v0.10.9
22282026-02-28T07:47:01.087Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22292026-02-28T07:47:01.275Z Compiling diff v0.1.13
22302026-02-28T07:47:02.073Z Compiling adler2 v2.0.1
22312026-02-28T07:47:02.338Z Compiling yansi v1.0.1
22322026-02-28T07:47:02.469Z Compiling miniz_oxide v0.8.9
22332026-02-28T07:47:02.886Z Compiling pretty_assertions v1.4.1
22342026-02-28T07:47:03.424Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22352026-02-28T07:47:05.825Z Compiling crc32fast v1.5.0
22362026-02-28T07:47:06.267Z Compiling predicates v3.1.3
22372026-02-28T07:47:06.818Z Compiling predicates-tree v1.0.12
22382026-02-28T07:47:08.266Z Compiling filetime v0.2.26
22392026-02-28T07:47:08.659Z Compiling arrayref v0.3.9
22402026-02-28T07:47:08.822Z Compiling constant_time_eq v0.3.1
22412026-02-28T07:47:09.057Z Compiling is_ci v1.2.0
22422026-02-28T07:47:09.372Z Compiling downcast v0.11.0
22432026-02-28T07:47:09.721Z Compiling xattr v1.6.1
22442026-02-28T07:47:09.881Z Compiling arrayvec v0.7.6
22452026-02-28T07:47:10.049Z Compiling fragile v2.0.1
22462026-02-28T07:47:10.300Z Compiling blake3 v1.8.2
22472026-02-28T07:47:10.619Z Compiling toml v0.7.8
22482026-02-28T07:47:12.011Z Compiling mockall v0.13.1
22492026-02-28T07:47:12.323Z Compiling tar v0.4.44
22502026-02-28T07:47:13.914Z Compiling supports-color v3.0.2
22512026-02-28T07:47:14.260Z Compiling signal-hook-tokio v0.3.1
22522026-02-28T07:47:14.397Z Compiling curl-sys v0.4.83+curl-8.15.0
22532026-02-28T07:47:14.455Z Compiling flate2 v1.1.2
22542026-02-28T07:47:14.488Z Compiling fs-err v3.1.2
22552026-02-28T07:47:15.003Z Compiling drift v0.1.0
22562026-02-28T07:47:15.173Z Compiling kstat-rs v0.2.4
22572026-02-28T07:47:15.273Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22582026-02-28T07:47:15.377Z Compiling hex-literal v1.0.0
22592026-02-28T07:47:15.569Z Compiling display-error-chain v0.2.2
22602026-02-28T07:47:15.752Z Compiling topological-sort v0.2.2
22612026-02-28T07:47:15.926Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-02-28T07:47:15.950Z Compiling curl v0.4.49
22632026-02-28T07:47:16.011Z Compiling omicron-zone-package v0.12.2
22642026-02-28T07:47:17.744Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22652026-02-28T07:47:19.747Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22662026-02-28T07:47:20.708Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22672026-02-28T07:47:21.571Z Compiling dropshot-api-manager v0.2.2
22682026-02-28T07:47:21.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22692026-02-28T07:47:23.277Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22702026-02-28T07:47:23.691Z Compiling internet-checksum v0.2.1
22712026-02-28T07:47:23.718Z Compiling search_path v0.1.4
22722026-02-28T07:47:23.943Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22732026-02-28T07:47:24.439Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-02-28T07:47:24.588Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22752026-02-28T07:47:26.779Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22762026-02-28T07:47:30.723Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22772026-02-28T07:48:57.869Z Finished `test` profile [unoptimized + debuginfo] target(s) in 6m 31s
22782026-02-28T07:48:58.012Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
22792026-02-28T07:48:58.037Z
22802026-02-28T07:48:58.037Zrunning 0 tests
22812026-02-28T07:48:58.037Z
22822026-02-28T07:48:58.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22832026-02-28T07:48:58.037Z
22842026-02-28T07:48:58.037Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
22852026-02-28T07:48:58.037Z
22862026-02-28T07:48:58.037Zrunning 0 tests
22872026-02-28T07:48:58.037Z
22882026-02-28T07:48:58.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22892026-02-28T07:48:58.037Z
22902026-02-28T07:48:58.037Z Running unittests src/lib.rs (target/debug/deps/asic-090ce526d74dc060)
22912026-02-28T07:48:58.037Z
22922026-02-28T07:48:58.037Zrunning 0 tests
22932026-02-28T07:48:58.037Z
22942026-02-28T07:48:58.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22952026-02-28T07:48:58.037Z
22962026-02-28T07:48:58.037Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
22972026-02-28T07:48:58.037Z
22982026-02-28T07:48:58.037Zrunning 10 tests
22992026-02-28T07:48:58.062Ztest network::tests::test_equal ... ok
23002026-02-28T07:48:58.062Ztest nat::tests::test_vni ... ok
23012026-02-28T07:48:58.062Ztest network::tests::test_eui64 ... ok
23022026-02-28T07:48:58.062Ztest network::tests::test_into ... ok
23032026-02-28T07:48:58.062Ztest network::tests::test_not_equal ... ok
23042026-02-28T07:48:58.062Ztest network::tests::test_generate_ipv6_link_local ... ok
23052026-02-28T07:48:58.062Ztest network::tests::test_parse ... ok
23062026-02-28T07:48:58.062Ztest network::tests::test_to_string ... ok
23072026-02-28T07:48:58.062Ztest test_purge ... ok
23082026-02-28T07:48:58.062Ztest illumos::test::address_exists_handles_missing_object ... ok
23092026-02-28T07:48:58.062Z
23102026-02-28T07:48:58.062Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23112026-02-28T07:48:58.062Z
23122026-02-28T07:48:58.062Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f934e88ff9c83d1e)
23132026-02-28T07:48:58.062Z
23142026-02-28T07:48:58.062Zrunning 1 test
23152026-02-28T07:49:03.129Ztest test::test_apis_up_to_date ... ok
23162026-02-28T07:49:03.130Z
23172026-02-28T07:49:03.130Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.07s
23182026-02-28T07:49:03.130Z
23192026-02-28T07:49:03.178Z Running unittests src/main.rs (target/debug/deps/dpd-280bc1cdda144320)
23202026-02-28T07:49:03.203Z
23212026-02-28T07:49:03.203Zrunning 18 tests
23222026-02-28T07:49:03.203Ztest freemap::test_ordering ... ok
23232026-02-28T07:49:03.203Ztest config::tests::test_updates ... ok
23242026-02-28T07:49:03.203Ztest freemap::test_split ... ok
23252026-02-28T07:49:03.203Ztest macaddrs::tests::test_mac_offset ... ok
23262026-02-28T07:49:03.203Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23272026-02-28T07:49:03.203Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23282026-02-28T07:49:03.203Ztest macaddrs::tests::test_parse_port_id ... ok
23292026-02-28T07:49:03.203Ztest nat::test_mapping ... ok
23302026-02-28T07:49:03.203Ztest port_map::tests::dump_map ... ok
23312026-02-28T07:49:03.203Ztest port_map::tests::test_backplane_group ... ok
23322026-02-28T07:49:03.203Ztest port_map::tests::test_port_map ... ok
23332026-02-28T07:49:03.203ZFeb 28 07:49:02.354 DEBG created new freemap, unit: freemap_test
23342026-02-28T07:49:03.203ZFeb 28 07:49:02.354 DEBG initted freemap. size: 128, unit: freemap_test
23352026-02-28T07:49:03.203ZFeb 28 07:49:02.354 DEBG reset freemap, unit: freemap_test
23362026-02-28T07:49:03.228Ztest freemap::test_basic ... ok
23372026-02-28T07:49:03.228Ztest api_server::tests::test_build_info ... ok
23382026-02-28T07:49:03.228ZFeb 28 07:49:02.355 DEBG created new freemap, unit: freemap_test
23392026-02-28T07:49:03.228ZFeb 28 07:49:02.355 DEBG created new freemap, unit: freemap_test
23402026-02-28T07:49:03.228ZFeb 28 07:49:02.355 DEBG initted freemap. size: 128, unit: freemap_test
23412026-02-28T07:49:03.228ZFeb 28 07:49:02.355 DEBG created new freemap, unit: freemap_test
23422026-02-28T07:49:03.228ZFeb 28 07:49:02.356 DEBG initted freemap. size: 128Feb 28 07:49:02.355 DEBG initted freemap. size: 128, unit: freemap_test
23432026-02-28T07:49:03.228Z, unit: freemap_test
23442026-02-28T07:49:03.228ZFeb 28 07:49:02.356 DEBG reset freemap, unit: freemap_test
23452026-02-28T07:49:03.228Ztest freemap::test_reclaim ... ok
23462026-02-28T07:49:03.228ZFeb 28 07:49:02.356 DEBG reset freemap, unit: freemap_test
23472026-02-28T07:49:03.228ZFeb 28 07:49:02.355 DEBG reset freemap, unit: freemap_test
23482026-02-28T07:49:03.228ZFeb 28 07:49:02.356 DEBG created new freemap, unit: freemap_test
23492026-02-28T07:49:03.228ZFeb 28 07:49:02.357 DEBG initted freemap. size: 128, unit: freemap_test
23502026-02-28T07:49:03.228ZFeb 28 07:49:02.357 DEBG reset freemap, unit: freemap_test
23512026-02-28T07:49:03.228Ztest freemap::test_free ... ok
23522026-02-28T07:49:03.228Ztest freemap::test_exhaustion ... ok
23532026-02-28T07:49:03.228Ztest freemap::test_span ... ok
23542026-02-28T07:49:03.228Ztest port_map::tests::parse_softnpu_revision ... ok
23552026-02-28T07:49:03.228Z
23562026-02-28T07:49:03.228Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
23572026-02-28T07:49:03.228Z
23582026-02-28T07:49:03.228Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-ac73f4e974888291)
23592026-02-28T07:49:03.228Z
23602026-02-28T07:49:03.228Zrunning 0 tests
23612026-02-28T07:49:03.228Z
23622026-02-28T07:49:03.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23632026-02-28T07:49:03.228Z
23642026-02-28T07:49:03.228Z Running unittests src/lib.rs (target/debug/deps/dpd_api-40ec880ffc22b401)
23652026-02-28T07:49:03.228Z
23662026-02-28T07:49:03.228Zrunning 0 tests
23672026-02-28T07:49:03.228Z
23682026-02-28T07:49:03.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23692026-02-28T07:49:03.228Z
23702026-02-28T07:49:03.228Z Running unittests src/lib.rs (target/debug/deps/dpd_client-783e8337752377fc)
23712026-02-28T07:49:03.229Z
23722026-02-28T07:49:03.229Zrunning 2 tests
23732026-02-28T07:49:03.256Ztest tests::test_parse_client_port_id ... ok
23742026-02-28T07:49:03.256Ztest tests::test_port_id_cmp ... ok
23752026-02-28T07:49:03.256Z
23762026-02-28T07:49:03.256Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23772026-02-28T07:49:03.256Z
23782026-02-28T07:49:03.256Z Running tests/test_all.rs (target/debug/deps/test_all-7c494b4619ddd53c)
23792026-02-28T07:49:03.256Z
23802026-02-28T07:49:03.256Zrunning 0 tests
23812026-02-28T07:49:03.256Z
23822026-02-28T07:49:03.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23832026-02-28T07:49:03.256Z
23842026-02-28T07:49:03.256Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
23852026-02-28T07:49:03.256Z
23862026-02-28T07:49:03.256Zrunning 0 tests
23872026-02-28T07:49:03.256Z
23882026-02-28T07:49:03.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23892026-02-28T07:49:03.256Z
23902026-02-28T07:49:03.256Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
23912026-02-28T07:49:03.256Z
23922026-02-28T07:49:03.257Zrunning 12 tests
23932026-02-28T07:49:03.257Ztest icmp::test_v4_checksum ... ok
23942026-02-28T07:49:03.257Ztest icmp::test_v6_checksum ... ok
23952026-02-28T07:49:03.257Ztest ipv6::test_ipv6_parse ... ok
23962026-02-28T07:49:03.257Ztest lldp::test_lldp_parse ... ok
23972026-02-28T07:49:03.257Ztest pbuf::test_byte ... ok
23982026-02-28T07:49:03.257Ztest pbuf::test_nibble ... ok
23992026-02-28T07:49:03.257Ztest pbuf::test_overflow ... ok
24002026-02-28T07:49:03.257Ztest pbuf::test_short ... ok
24012026-02-28T07:49:03.257Ztest pbuf::test_twelve ... ok
24022026-02-28T07:49:03.257Ztest pbuf::test_word ... ok
24032026-02-28T07:49:03.257Ztest tcp::test_checksum_ack_data ... ok
24042026-02-28T07:49:03.257Ztest tcp::test_checksum_syn_nodata ... ok
24052026-02-28T07:49:03.257Z
24062026-02-28T07:49:03.257Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24072026-02-28T07:49:03.257Z
24082026-02-28T07:49:03.257Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
24092026-02-28T07:49:03.257Z
24102026-02-28T07:49:03.257Zrunning 0 tests
24112026-02-28T07:49:03.257Z
24122026-02-28T07:49:03.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24132026-02-28T07:49:03.257Z
24142026-02-28T07:49:03.257Z Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa)
24152026-02-28T07:49:03.282Z
24162026-02-28T07:49:03.282Zrunning 4 tests
24172026-02-28T07:49:03.282Ztest switchport::test::test_compute_lanes ... ok
24182026-02-28T07:49:03.282Ztest switchport::test::port_id_ordering ... ok
24192026-02-28T07:49:03.282Z Lane 0 Lane 1 Lane 2 Lane 3
24202026-02-28T07:49:03.282Z Rx Loss-of-lock: Yes Yes Yes Yes
24212026-02-28T07:49:03.282Z Rx Loss-of-signal: Yes Yes Yes Yes
24222026-02-28T07:49:03.282Z Rx CDR Enabled: Yes Yes Yes Yes
24232026-02-28T07:49:03.282Z Tx Enabled: Yes Yes Yes Yes
24242026-02-28T07:49:03.282Z Tx Loss-of-lock: No No No No
24252026-02-28T07:49:03.282Z Tx Loss-of-signal: No No No No
24262026-02-28T07:49:03.282Z Tx CDR Enabled: No No No No
24272026-02-28T07:49:03.282Z Tx Adaptive EQ Fault: No No No No
24282026-02-28T07:49:03.283Z Tx Fault: Yes Yes Yes Yes
24292026-02-28T07:49:03.283Z Lane 0 Lane 1 Lane 2 Lane 3
24302026-02-28T07:49:03.283Z State: Activated Activated Activated Activated
24312026-02-28T07:49:03.283Z Rx Output Enabled: false false false false
24322026-02-28T07:49:03.283Z Rx Output Status: valid valid valid valid
24332026-02-28T07:49:03.283Z Rx Loss-of-lock: true true true true
24342026-02-28T07:49:03.283Z Rx Loss-of-signal: false false false false
24352026-02-28T07:49:03.283ZRx Auto-squelch Disable: true true true true
24362026-02-28T07:49:03.283Z Tx Output Enabled: true true true true
24372026-02-28T07:49:03.283Z Tx Output Status: invalid invalid invalid invalid
24382026-02-28T07:49:03.283Z Tx Loss-of-lock: false false false false
24392026-02-28T07:49:03.283Z Tx Loss-of-signal: true true true true
24402026-02-28T07:49:03.283ZTx Auto-squelch Disable: false false false false
24412026-02-28T07:49:03.283Z Tx Adaptive EQ Fail: true true true true
24422026-02-28T07:49:03.283Z Tx Failure: false false false false
24432026-02-28T07:49:03.283Z Tx Force Squelch: true true true true
24442026-02-28T07:49:03.283Z Tx Input Polarity: normal normal test switchport::test::test_print_sff_datapath ... oknormal normal
24452026-02-28T07:49:03.283Z
24462026-02-28T07:49:03.283Ztest switchport::test::test_print_cmis_datapath ... ok
24472026-02-28T07:49:03.283Z
24482026-02-28T07:49:03.283Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24492026-02-28T07:49:03.283Z
24502026-02-28T07:49:03.283Z Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209)
24512026-02-28T07:49:03.283Z
24522026-02-28T07:49:03.283Zrunning 1 test
24532026-02-28T07:49:03.283Ztest test_p4_counter_list ... ignored
24542026-02-28T07:49:03.283Z
24552026-02-28T07:49:03.283Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-02-28T07:49:03.283Z
24572026-02-28T07:49:03.283Z Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45)
24582026-02-28T07:49:03.283Z
24592026-02-28T07:49:03.283Zrunning 5 tests
24602026-02-28T07:49:03.283Ztest test_an ... ignored
24612026-02-28T07:49:03.283Ztest test_enable ... ignored
24622026-02-28T07:49:03.283Ztest test_ip_addresses ... ignored
24632026-02-28T07:49:03.283Ztest test_kr ... ignored
24642026-02-28T07:49:03.283Ztest test_mac ... ignored
24652026-02-28T07:49:03.283Z
24662026-02-28T07:49:03.283Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24672026-02-28T07:49:03.284Z
24682026-02-28T07:49:03.284Z Running unittests src/main.rs (target/debug/deps/tfportd-d8339ce5e5f99bed)
24692026-02-28T07:49:03.284Z
24702026-02-28T07:49:03.284Zrunning 3 tests
24712026-02-28T07:49:03.284Ztest linklocal::test_parse_ipadm ... ok
24722026-02-28T07:49:03.284Ztest config::tests::test_updates ... ok
24732026-02-28T07:49:03.284Ztest tfport::test_parse_tfport ... ok
24742026-02-28T07:49:03.284Z
24752026-02-28T07:49:03.284Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24762026-02-28T07:49:03.284Z
24772026-02-28T07:49:03.309Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
24782026-02-28T07:49:03.309Z
24792026-02-28T07:49:03.309Zrunning 0 tests
24802026-02-28T07:49:03.309Z
24812026-02-28T07:49:03.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24822026-02-28T07:49:03.309Z
24832026-02-28T07:49:03.309Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
24842026-02-28T07:49:03.309Z
24852026-02-28T07:49:03.309Zrunning 0 tests
24862026-02-28T07:49:03.309Z
24872026-02-28T07:49:03.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-02-28T07:49:03.309Z
24892026-02-28T07:49:03.309Z Doc-tests aal
24902026-02-28T07:49:03.484Z
24912026-02-28T07:49:03.484Zrunning 0 tests
24922026-02-28T07:49:03.484Z
24932026-02-28T07:49:03.484Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-02-28T07:49:03.484Z
24952026-02-28T07:49:03.509Z Doc-tests aal_macros
24962026-02-28T07:49:03.647Z
24972026-02-28T07:49:03.647Zrunning 0 tests
24982026-02-28T07:49:03.647Z
24992026-02-28T07:49:03.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-02-28T07:49:03.647Z
25012026-02-28T07:49:03.672Z Doc-tests common
25022026-02-28T07:49:04.100Z
25032026-02-28T07:49:04.100Zrunning 0 tests
25042026-02-28T07:49:04.100Z
25052026-02-28T07:49:04.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25062026-02-28T07:49:04.101Z
25072026-02-28T07:49:04.137Z Doc-tests dpd_api
25082026-02-28T07:49:06.097Z
25092026-02-28T07:49:06.097Zrunning 2 tests
25102026-02-28T07:49:06.097Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored
25112026-02-28T07:49:06.097Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored
25122026-02-28T07:49:06.097Z
25132026-02-28T07:49:06.097Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25142026-02-28T07:49:06.097Z
25152026-02-28T07:49:06.151Z Doc-tests dpd_client
25162026-02-28T07:49:08.470Z
25172026-02-28T07:49:08.470Zrunning 0 tests
25182026-02-28T07:49:08.470Z
25192026-02-28T07:49:08.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-02-28T07:49:08.470Z
25212026-02-28T07:49:08.534Z Doc-tests dpd_types
25222026-02-28T07:49:09.143Z
25232026-02-28T07:49:09.143Zrunning 0 tests
25242026-02-28T07:49:09.143Z
25252026-02-28T07:49:09.143Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-02-28T07:49:09.143Z
25272026-02-28T07:49:09.184Z Doc-tests packet
25282026-02-28T07:49:09.375Z
25292026-02-28T07:49:09.375Zrunning 0 tests
25302026-02-28T07:49:09.375Z
25312026-02-28T07:49:09.375Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-02-28T07:49:09.375Z
25332026-02-28T07:49:09.399Z Doc-tests pcap
25342026-02-28T07:49:09.490Z
25352026-02-28T07:49:09.490Zrunning 0 tests
25362026-02-28T07:49:09.490Z
25372026-02-28T07:49:09.490Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-02-28T07:49:09.490Z
25392026-02-28T07:49:09.585Z+ for feat in tofino_stub tofino_asic softnpu chaos
25402026-02-28T07:49:09.585Z+ RUST_BACKTRACE=full
25412026-02-28T07:49:09.585Z+ cargo test --features tofino_asic --no-fail-fast
25422026-02-28T07:49:10.864Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25432026-02-28T07:49:10.891Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25442026-02-28T07:49:10.915Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25452026-02-28T07:49:10.940Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25462026-02-28T07:49:28.918Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25472026-02-28T07:49:29.387Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25482026-02-28T07:50:41.970Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 32s
25492026-02-28T07:50:42.099Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
25502026-02-28T07:50:42.124Z
25512026-02-28T07:50:42.124Zrunning 0 tests
25522026-02-28T07:50:42.124Z
25532026-02-28T07:50:42.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25542026-02-28T07:50:42.124Z
25552026-02-28T07:50:42.124Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
25562026-02-28T07:50:42.124Z
25572026-02-28T07:50:42.124Zrunning 0 tests
25582026-02-28T07:50:42.124Z
25592026-02-28T07:50:42.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25602026-02-28T07:50:42.124Z
25612026-02-28T07:50:42.124Z Running unittests src/lib.rs (target/debug/deps/asic-c9157751faf81ae7)
25622026-02-28T07:50:42.269Z
25632026-02-28T07:50:42.269Zrunning 8 tests
25642026-02-28T07:50:42.293Ztest tofino_asic::qsfp::tests::fix_link ... ok
25652026-02-28T07:50:42.293Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25662026-02-28T07:50:42.293Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25672026-02-28T07:50:42.293Ztest tofino_asic::stats::constants_sanity_check ... ok
25682026-02-28T07:50:42.293Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25692026-02-28T07:50:42.293Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25702026-02-28T07:50:42.294Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25712026-02-28T07:50:42.774Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25722026-02-28T07:50:42.774Z
25732026-02-28T07:50:42.774Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
25742026-02-28T07:50:42.774Z
25752026-02-28T07:50:42.799Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
25762026-02-28T07:50:42.799Z
25772026-02-28T07:50:42.799Zrunning 10 tests
25782026-02-28T07:50:42.799Ztest network::tests::test_equal ... ok
25792026-02-28T07:50:42.799Ztest nat::tests::test_vni ... ok
25802026-02-28T07:50:42.799Ztest network::tests::test_generate_ipv6_link_local ... ok
25812026-02-28T07:50:42.799Ztest network::tests::test_eui64 ... ok
25822026-02-28T07:50:42.799Ztest network::tests::test_not_equal ... ok
25832026-02-28T07:50:42.799Ztest network::tests::test_into ... ok
25842026-02-28T07:50:42.799Ztest network::tests::test_to_string ... ok
25852026-02-28T07:50:42.799Ztest network::tests::test_parse ... ok
25862026-02-28T07:50:42.799Ztest test_purge ... ok
25872026-02-28T07:50:42.824Ztest illumos::test::address_exists_handles_missing_object ... ok
25882026-02-28T07:50:42.824Z
25892026-02-28T07:50:42.824Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25902026-02-28T07:50:42.824Z
25912026-02-28T07:50:42.824Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f934e88ff9c83d1e)
25922026-02-28T07:50:42.824Z
25932026-02-28T07:50:42.824Zrunning 1 test
25942026-02-28T07:50:47.931Ztest test::test_apis_up_to_date ... ok
25952026-02-28T07:50:47.931Z
25962026-02-28T07:50:47.931Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.12s
25972026-02-28T07:50:47.931Z
25982026-02-28T07:50:47.979Z Running unittests src/main.rs (target/debug/deps/dpd-cae0c1c221af5402)
25992026-02-28T07:50:48.094Z
26002026-02-28T07:50:48.094Zrunning 46 tests
26012026-02-28T07:50:48.141Ztest freemap::test_ordering ... ok
26022026-02-28T07:50:48.141Ztest freemap::test_split ... ok
26032026-02-28T07:50:48.141Ztest config::tests::test_updates ... ok
26042026-02-28T07:50:48.141Ztest macaddrs::tests::test_mac_offset ... ok
26052026-02-28T07:50:48.141Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26062026-02-28T07:50:48.141Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26072026-02-28T07:50:48.141Ztest macaddrs::tests::test_parse_port_id ... ok
26082026-02-28T07:50:48.141Ztest nat::test_mapping ... ok
26092026-02-28T07:50:48.141Ztest port_map::tests::dump_map ... ok
26102026-02-28T07:50:48.141Ztest port_map::tests::test_backplane_group ... ok
26112026-02-28T07:50:48.141Ztest port_map::tests::test_port_map ... ok
26122026-02-28T07:50:48.141Ztest transceivers::mpn_test::test_mpn_missing ... ok
26132026-02-28T07:50:48.142Ztest transceivers::mpn_test::test_mpn_present ... ok
26142026-02-28T07:50:48.142Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26152026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26162026-02-28T07:50:48.142ZFeb 28 07:50:47.259 DEBG created new freemap, unit: freemap_test
26172026-02-28T07:50:48.142ZFeb 28 07:50:47.259 DEBG initted freemap. size: 128, unit: freemap_test
26182026-02-28T07:50:48.142ZFeb 28 07:50:47.259 DEBG reset freemap, unit: freemap_test
26192026-02-28T07:50:48.142ZFeb 28 07:50:47.259 DEBG created new freemap, unit: freemap_test
26202026-02-28T07:50:48.142ZFeb 28 07:50:47.260 DEBG initted freemap. size: 128, unit: freemap_test
26212026-02-28T07:50:48.142Ztest freemap::test_span ... ok
26222026-02-28T07:50:48.142ZFeb 28 07:50:47.260 DEBG reset freemap, unit: freemap_test
26232026-02-28T07:50:48.142Ztest freemap::test_free ... ok
26242026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26252026-02-28T07:50:48.142ZFeb 28 07:50:47.260 DEBG created new freemap, unit: freemap_test
26262026-02-28T07:50:48.142ZFeb 28 07:50:47.260 DEBG created new freemap, unit: freemap_test
26272026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG initted freemap. size: 128, unit: freemap_test
26282026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG reset freemap, unit: freemap_test
26292026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26302026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG initted freemap. size: 128, unit: freemap_test
26312026-02-28T07:50:48.142Ztest freemap::test_basic ... ok
26322026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG reset freemapFeb 28 07:50:47.261, unitDEBG: created new freemapfreemap_test, unit
26332026-02-28T07:50:48.142Z: freemap_test
26342026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG initted freemap. size: 128, unit: freemap_test
26352026-02-28T07:50:48.142ZFeb 28 07:50:47.261 DEBG reset freemap, unit: freemap_test
26362026-02-28T07:50:48.142Ztest freemap::test_reclaim ... ok
26372026-02-28T07:50:48.142Ztest freemap::test_exhaustion ... ok
26382026-02-28T07:50:48.142Ztest port_map::tests::parse_softnpu_revision ... ok
26392026-02-28T07:50:48.142Ztest api_server::tests::test_build_info ... ok
26402026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26412026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26422026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26432026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26442026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26452026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26462026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26472026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26482026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26492026-02-28T07:50:48.142Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26502026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26512026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26522026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26532026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26542026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26552026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26562026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26572026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26582026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26592026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26602026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26612026-02-28T07:50:48.143Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26622026-02-28T07:50:48.143Z
26632026-02-28T07:50:48.143Ztest result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
26642026-02-28T07:50:48.143Z
26652026-02-28T07:50:48.168Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-578836cc12431d3f)
26662026-02-28T07:50:48.168Z
26672026-02-28T07:50:48.168Zrunning 0 tests
26682026-02-28T07:50:48.168Z
26692026-02-28T07:50:48.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26702026-02-28T07:50:48.168Z
26712026-02-28T07:50:48.168Z Running unittests src/lib.rs (target/debug/deps/dpd_api-40ec880ffc22b401)
26722026-02-28T07:50:48.168Z
26732026-02-28T07:50:48.168Zrunning 0 tests
26742026-02-28T07:50:48.168Z
26752026-02-28T07:50:48.168Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26762026-02-28T07:50:48.168Z
26772026-02-28T07:50:48.168Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1f82f05aa123eb1c)
26782026-02-28T07:50:48.168Z
26792026-02-28T07:50:48.168Zrunning 2 tests
26802026-02-28T07:50:48.168Ztest tests::test_parse_client_port_id ... ok
26812026-02-28T07:50:48.168Ztest tests::test_port_id_cmp ... ok
26822026-02-28T07:50:48.168Z
26832026-02-28T07:50:48.168Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26842026-02-28T07:50:48.168Z
26852026-02-28T07:50:48.168Z Running tests/test_all.rs (target/debug/deps/test_all-d4f17a48a2dde3de)
26862026-02-28T07:50:48.169Z
26872026-02-28T07:50:48.169Zrunning 0 tests
26882026-02-28T07:50:48.169Z
26892026-02-28T07:50:48.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26902026-02-28T07:50:48.169Z
26912026-02-28T07:50:48.169Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
26922026-02-28T07:50:48.169Z
26932026-02-28T07:50:48.169Zrunning 0 tests
26942026-02-28T07:50:48.169Z
26952026-02-28T07:50:48.169Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26962026-02-28T07:50:48.169Z
26972026-02-28T07:50:48.169Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
26982026-02-28T07:50:48.169Z
26992026-02-28T07:50:48.169Zrunning 12 tests
27002026-02-28T07:50:48.169Ztest ipv6::test_ipv6_parse ... ok
27012026-02-28T07:50:48.169Ztest lldp::test_lldp_parse ... ok
27022026-02-28T07:50:48.169Ztest icmp::test_v4_checksum ... ok
27032026-02-28T07:50:48.169Ztest pbuf::test_byte ... ok
27042026-02-28T07:50:48.169Ztest icmp::test_v6_checksum ... ok
27052026-02-28T07:50:48.169Ztest pbuf::test_nibble ... ok
27062026-02-28T07:50:48.169Ztest pbuf::test_overflow ... ok
27072026-02-28T07:50:48.169Ztest pbuf::test_short ... ok
27082026-02-28T07:50:48.169Ztest pbuf::test_twelve ... ok
27092026-02-28T07:50:48.169Ztest pbuf::test_word ... ok
27102026-02-28T07:50:48.169Ztest tcp::test_checksum_syn_nodata ... ok
27112026-02-28T07:50:48.169Ztest tcp::test_checksum_ack_data ... ok
27122026-02-28T07:50:48.169Z
27132026-02-28T07:50:48.169Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27142026-02-28T07:50:48.169Z
27152026-02-28T07:50:48.169Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
27162026-02-28T07:50:48.194Z
27172026-02-28T07:50:48.194Zrunning 0 tests
27182026-02-28T07:50:48.194Z
27192026-02-28T07:50:48.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27202026-02-28T07:50:48.195Z
27212026-02-28T07:50:48.195Z Running unittests src/main.rs (target/debug/deps/swadm-f57ffb4a28531277)
27222026-02-28T07:50:48.195Z
27232026-02-28T07:50:48.195Zrunning 4 tests
27242026-02-28T07:50:48.195Ztest switchport::test::test_compute_lanes ... ok
27252026-02-28T07:50:48.195Ztest switchport::test::port_id_ordering ... ok
27262026-02-28T07:50:48.195Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
27272026-02-28T07:50:48.195Z Rx Loss-of-lock: Yes Yes Yes Yes
27282026-02-28T07:50:48.195Z Rx Loss-of-signal: Yes Yes Yes Yes
27292026-02-28T07:50:48.195Z Rx CDR Enabled: Yes Yes Yes Yes
27302026-02-28T07:50:48.195Z Tx Enabled: Yes Yes Yes Yes
27312026-02-28T07:50:48.195Z Tx Loss-of-lock: No No No No
27322026-02-28T07:50:48.195Z Tx Loss-of-signal: No No No No
27332026-02-28T07:50:48.195Z Tx CDR Enabled: No No No No
27342026-02-28T07:50:48.195Z Tx Adaptive EQ Fault: No No No No
27352026-02-28T07:50:48.195Z Tx Fault: Yes Yes Yes Yes
27362026-02-28T07:50:48.195ZLane 1 Lane 2 Lane 3
27372026-02-28T07:50:48.195Z State: Activated Activated Activated Activated
27382026-02-28T07:50:48.195Z Rx Output Enabled: false false false false
27392026-02-28T07:50:48.195Z Rx Output Status: valid valid valid valid
27402026-02-28T07:50:48.195Z Rx Loss-of-lock: true true true true
27412026-02-28T07:50:48.195Z Rx Loss-of-signal: false false false false
27422026-02-28T07:50:48.195ZRx Auto-squelch Disable: true true true true
27432026-02-28T07:50:48.195Z Tx Output Enabled: true true true true
27442026-02-28T07:50:48.195Z Tx Output Status: invalid invalid invalid invalid
27452026-02-28T07:50:48.195Z Tx Loss-of-lock: false false false false
27462026-02-28T07:50:48.195Z Tx Loss-of-signal: true true true true
27472026-02-28T07:50:48.195ZTx Auto-squelch Disable: false false false false
27482026-02-28T07:50:48.195Z Tx Adaptive EQ Fail: true true true true
27492026-02-28T07:50:48.195Z Tx Failure: false false false false
27502026-02-28T07:50:48.195Z Tx Force Squelch: true true true true
27512026-02-28T07:50:48.195Z Tx Input Polarity: normal normal normal normal
27522026-02-28T07:50:48.195Ztest switchport::test::test_print_sff_datapath ... ok
27532026-02-28T07:50:48.195Ztest switchport::test::test_print_cmis_datapath ... ok
27542026-02-28T07:50:48.195Z
27552026-02-28T07:50:48.195Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27562026-02-28T07:50:48.195Z
27572026-02-28T07:50:48.195Z Running tests/counters.rs (target/debug/deps/counters-28ea2e8a5e3ec089)
27582026-02-28T07:50:48.196Z
27592026-02-28T07:50:48.196Zrunning 1 test
27602026-02-28T07:50:48.196Ztest test_p4_counter_list ... ignored
27612026-02-28T07:50:48.196Z
27622026-02-28T07:50:48.196Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27632026-02-28T07:50:48.196Z
27642026-02-28T07:50:48.196Z Running tests/port-link.rs (target/debug/deps/port_link-cbb066236a2e083c)
27652026-02-28T07:50:48.196Z
27662026-02-28T07:50:48.196Zrunning 5 tests
27672026-02-28T07:50:48.196Ztest test_an ... ignored
27682026-02-28T07:50:48.196Ztest test_enable ... ignored
27692026-02-28T07:50:48.196Ztest test_ip_addresses ... ignored
27702026-02-28T07:50:48.196Ztest test_kr ... ignored
27712026-02-28T07:50:48.196Ztest test_mac ... ignored
27722026-02-28T07:50:48.196Z
27732026-02-28T07:50:48.196Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27742026-02-28T07:50:48.196Z
27752026-02-28T07:50:48.196Z Running unittests src/main.rs (target/debug/deps/tfportd-4547df1998859628)
27762026-02-28T07:50:48.196Z
27772026-02-28T07:50:48.196Zrunning 3 tests
27782026-02-28T07:50:48.221Ztest linklocal::test_parse_ipadm ... ok
27792026-02-28T07:50:48.221Ztest config::tests::test_updates ... ok
27802026-02-28T07:50:48.221Ztest tfport::test_parse_tfport ... ok
27812026-02-28T07:50:48.221Z
27822026-02-28T07:50:48.221Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27832026-02-28T07:50:48.221Z
27842026-02-28T07:50:48.221Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
27852026-02-28T07:50:48.221Z
27862026-02-28T07:50:48.221Zrunning 0 tests
27872026-02-28T07:50:48.221Z
27882026-02-28T07:50:48.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27892026-02-28T07:50:48.221Z
27902026-02-28T07:50:48.221Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
27912026-02-28T07:50:48.221Z
27922026-02-28T07:50:48.221Zrunning 0 tests
27932026-02-28T07:50:48.221Z
27942026-02-28T07:50:48.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27952026-02-28T07:50:48.221Z
27962026-02-28T07:50:48.222Z Doc-tests aal
27972026-02-28T07:50:48.382Z
27982026-02-28T07:50:48.382Zrunning 0 tests
27992026-02-28T07:50:48.382Z
28002026-02-28T07:50:48.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28012026-02-28T07:50:48.382Z
28022026-02-28T07:50:48.407Z Doc-tests aal_macros
28032026-02-28T07:50:48.534Z
28042026-02-28T07:50:48.534Zrunning 0 tests
28052026-02-28T07:50:48.534Z
28062026-02-28T07:50:48.534Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-02-28T07:50:48.534Z
28082026-02-28T07:50:48.559Z Doc-tests common
28092026-02-28T07:50:48.995Z
28102026-02-28T07:50:48.995Zrunning 0 tests
28112026-02-28T07:50:48.995Z
28122026-02-28T07:50:48.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28132026-02-28T07:50:48.995Z
28142026-02-28T07:50:49.027Z Doc-tests dpd_api
28152026-02-28T07:50:50.975Z
28162026-02-28T07:50:50.975Zrunning 2 tests
28172026-02-28T07:50:50.975Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored
28182026-02-28T07:50:50.975Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored
28192026-02-28T07:50:50.975Z
28202026-02-28T07:50:50.975Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28212026-02-28T07:50:50.975Z
28222026-02-28T07:50:51.032Z Doc-tests dpd_client
28232026-02-28T07:50:53.396Z
28242026-02-28T07:50:53.396Zrunning 0 tests
28252026-02-28T07:50:53.396Z
28262026-02-28T07:50:53.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28272026-02-28T07:50:53.396Z
28282026-02-28T07:50:53.457Z Doc-tests dpd_types
28292026-02-28T07:50:54.100Z
28302026-02-28T07:50:54.100Zrunning 0 tests
28312026-02-28T07:50:54.100Z
28322026-02-28T07:50:54.100Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-02-28T07:50:54.100Z
28342026-02-28T07:50:54.144Z Doc-tests packet
28352026-02-28T07:50:54.345Z
28362026-02-28T07:50:54.345Zrunning 0 tests
28372026-02-28T07:50:54.345Z
28382026-02-28T07:50:54.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28392026-02-28T07:50:54.345Z
28402026-02-28T07:50:54.371Z Doc-tests pcap
28412026-02-28T07:50:54.471Z
28422026-02-28T07:50:54.472Zrunning 0 tests
28432026-02-28T07:50:54.472Z
28442026-02-28T07:50:54.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28452026-02-28T07:50:54.472Z
28462026-02-28T07:50:54.543Z+ for feat in tofino_stub tofino_asic softnpu chaos
28472026-02-28T07:50:54.543Z+ RUST_BACKTRACE=full
28482026-02-28T07:50:54.543Z+ cargo test --features softnpu --no-fail-fast
28492026-02-28T07:50:55.945Z Compiling num-integer v0.1.46
28502026-02-28T07:50:55.969Z Compiling num-complex v0.4.6
28512026-02-28T07:50:56.082Z Compiling bitstruct_derive v0.1.0
28522026-02-28T07:50:56.106Z Compiling tap v1.0.1
28532026-02-28T07:50:56.298Z Compiling wyz v0.5.1
28542026-02-28T07:50:56.564Z Compiling num-iter v0.1.45
28552026-02-28T07:50:56.652Z Compiling num-rational v0.4.2
28562026-02-28T07:50:56.677Z Compiling num-bigint v0.4.6
28572026-02-28T07:50:56.908Z Compiling radium v0.7.0
28582026-02-28T07:50:56.934Z Compiling funty v2.0.0
28592026-02-28T07:50:56.961Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28602026-02-28T07:50:57.043Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28612026-02-28T07:50:57.278Z Compiling num v0.4.3
28622026-02-28T07:50:57.324Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28632026-02-28T07:50:57.363Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28642026-02-28T07:50:57.415Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28652026-02-28T07:50:57.549Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28662026-02-28T07:50:57.797Z Compiling bitvec v1.0.1
28672026-02-28T07:50:57.821Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28682026-02-28T07:50:57.846Z Compiling typeid v1.0.3
28692026-02-28T07:50:58.020Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28702026-02-28T07:50:58.045Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28712026-02-28T07:50:58.333Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28722026-02-28T07:50:58.434Z Compiling ascii v1.1.0
28732026-02-28T07:50:58.621Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28742026-02-28T07:50:59.408Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28752026-02-28T07:50:59.580Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28762026-02-28T07:50:59.665Z Compiling erased-serde v0.4.8
28772026-02-28T07:51:00.428Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28782026-02-28T07:51:00.465Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
28792026-02-28T07:51:00.662Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28802026-02-28T07:51:00.825Z Compiling bitstruct v0.1.1
28812026-02-28T07:51:01.001Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28822026-02-28T07:51:01.194Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
28832026-02-28T07:51:01.377Z Compiling serde_arrays v0.1.0
28842026-02-28T07:51:01.569Z Compiling libloading v0.7.4
28852026-02-28T07:51:01.947Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
28862026-02-28T07:51:02.016Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
28872026-02-28T07:51:02.334Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
28882026-02-28T07:51:03.179Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28892026-02-28T07:51:03.899Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28902026-02-28T07:51:06.507Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28912026-02-28T07:51:07.963Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
28922026-02-28T07:51:16.608Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28932026-02-28T07:51:16.963Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28942026-02-28T07:51:17.048Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
28952026-02-28T07:51:18.008Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
28962026-02-28T07:51:18.851Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28972026-02-28T07:51:21.795Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
28982026-02-28T07:51:22.697Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28992026-02-28T07:51:28.268Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29002026-02-28T07:51:30.176Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29012026-02-28T07:51:34.761Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29022026-02-28T07:51:36.050Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29032026-02-28T07:51:40.491Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29042026-02-28T07:51:40.993Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29052026-02-28T07:51:53.071Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29062026-02-28T07:51:58.346Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29072026-02-28T07:52:05.507Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29082026-02-28T07:53:19.002Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 24s
29092026-02-28T07:53:19.141Z Running unittests src/lib.rs (target/debug/deps/aal-bb60838731184978)
29102026-02-28T07:53:19.166Z
29112026-02-28T07:53:19.166Zrunning 0 tests
29122026-02-28T07:53:19.166Z
29132026-02-28T07:53:19.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29142026-02-28T07:53:19.166Z
29152026-02-28T07:53:19.166Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
29162026-02-28T07:53:19.166Z
29172026-02-28T07:53:19.166Zrunning 0 tests
29182026-02-28T07:53:19.167Z
29192026-02-28T07:53:19.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29202026-02-28T07:53:19.167Z
29212026-02-28T07:53:19.167Z Running unittests src/lib.rs (target/debug/deps/asic-d4b0202a2b9db103)
29222026-02-28T07:53:19.167Z
29232026-02-28T07:53:19.167Zrunning 0 tests
29242026-02-28T07:53:19.167Z
29252026-02-28T07:53:19.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29262026-02-28T07:53:19.167Z
29272026-02-28T07:53:19.167Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
29282026-02-28T07:53:19.167Z
29292026-02-28T07:53:19.167Zrunning 10 tests
29302026-02-28T07:53:19.167Ztest network::tests::test_equal ... ok
29312026-02-28T07:53:19.167Ztest nat::tests::test_vni ... ok
29322026-02-28T07:53:19.167Ztest network::tests::test_eui64 ... ok
29332026-02-28T07:53:19.167Ztest network::tests::test_generate_ipv6_link_local ... ok
29342026-02-28T07:53:19.167Ztest network::tests::test_into ... ok
29352026-02-28T07:53:19.167Ztest network::tests::test_not_equal ... ok
29362026-02-28T07:53:19.167Ztest network::tests::test_to_string ... ok
29372026-02-28T07:53:19.167Ztest network::tests::test_parse ... ok
29382026-02-28T07:53:19.167Ztest test_purge ... ok
29392026-02-28T07:53:19.192Ztest illumos::test::address_exists_handles_missing_object ... ok
29402026-02-28T07:53:19.192Z
29412026-02-28T07:53:19.192Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29422026-02-28T07:53:19.192Z
29432026-02-28T07:53:19.192Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-5f176f4013e63762)
29442026-02-28T07:53:19.192Z
29452026-02-28T07:53:19.192Zrunning 1 test
29462026-02-28T07:53:24.684Ztest test::test_apis_up_to_date ... ok
29472026-02-28T07:53:24.684Z
29482026-02-28T07:53:24.684Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.51s
29492026-02-28T07:53:24.684Z
29502026-02-28T07:53:24.733Z Running unittests src/main.rs (target/debug/deps/dpd-6e8ed735f97822ab)
29512026-02-28T07:53:24.757Z
29522026-02-28T07:53:24.757Zrunning 18 tests
29532026-02-28T07:53:24.757Ztest freemap::test_ordering ... ok
29542026-02-28T07:53:24.757Ztest freemap::test_split ... ok
29552026-02-28T07:53:24.757Ztest config::tests::test_updates ... ok
29562026-02-28T07:53:24.757Ztest macaddrs::tests::test_mac_offset ... ok
29572026-02-28T07:53:24.757Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29582026-02-28T07:53:24.757Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29592026-02-28T07:53:24.757Ztest macaddrs::tests::test_parse_port_id ... ok
29602026-02-28T07:53:24.757Ztest nat::test_mapping ... ok
29612026-02-28T07:53:24.757Ztest port_map::tests::dump_map ... ok
29622026-02-28T07:53:24.757Ztest port_map::tests::test_backplane_group ... ok
29632026-02-28T07:53:24.758Ztest port_map::tests::test_port_map ... ok
29642026-02-28T07:53:24.782ZFeb 28 07:53:23.912 DEBG created new freemap, unit: freemap_test
29652026-02-28T07:53:24.783ZFeb 28 07:53:23.912 DEBG initted freemap. size: 128, unit: freemap_test
29662026-02-28T07:53:24.783ZFeb 28 07:53:23.912 DEBG reset freemap, unit: freemap_test
29672026-02-28T07:53:24.783ZFeb 28 07:53:23.913 DEBG created new freemap, unit: freemap_test
29682026-02-28T07:53:24.783ZFeb 28 07:53:23.913 DEBG initted freemap. size: 128, unit: freemap_test
29692026-02-28T07:53:24.783ZFeb 28 07:53:23.913 DEBG reset freemap, unit: freemap_test
29702026-02-28T07:53:24.783Ztest freemap::test_exhaustion ... ok
29712026-02-28T07:53:24.783Ztest freemap::test_reclaim ... ok
29722026-02-28T07:53:24.783ZFeb 28 07:53:23.914 DEBG created new freemap, unit: freemap_test
29732026-02-28T07:53:24.783ZFeb 28 07:53:23.914 DEBG initted freemap. size: 128, unit: freemap_test
29742026-02-28T07:53:24.783ZFeb 28 07:53:23.914 DEBG reset freemap, unit: freemap_test
29752026-02-28T07:53:24.783Ztest freemap::test_basic ... ok
29762026-02-28T07:53:24.783ZFeb 28 07:53:23.915 DEBG created new freemap, unit: freemap_test
29772026-02-28T07:53:24.783ZFeb 28 07:53:23.915 DEBG initted freemap. size: 128, unit: freemap_test
29782026-02-28T07:53:24.783ZFeb 28 07:53:23.915 DEBG reset freemap, unit: freemap_test
29792026-02-28T07:53:24.783Ztest freemap::test_free ... ok
29802026-02-28T07:53:24.783Ztest port_map::tests::parse_softnpu_revision ... ok
29812026-02-28T07:53:24.783Ztest api_server::tests::test_build_info ... ok
29822026-02-28T07:53:24.783ZFeb 28 07:53:23.917 DEBG created new freemap, unit: freemap_test
29832026-02-28T07:53:24.783ZFeb 28 07:53:23.917 DEBG initted freemap. size: 128, unit: freemap_test
29842026-02-28T07:53:24.783ZFeb 28 07:53:23.917 DEBG reset freemap, unit: freemap_test
29852026-02-28T07:53:24.783Ztest freemap::test_span ... ok
29862026-02-28T07:53:24.783Z
29872026-02-28T07:53:24.783Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
29882026-02-28T07:53:24.783Z
29892026-02-28T07:53:24.783Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a6b4ecf9e209c054)
29902026-02-28T07:53:24.783Z
29912026-02-28T07:53:24.783Zrunning 0 tests
29922026-02-28T07:53:24.783Z
29932026-02-28T07:53:24.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29942026-02-28T07:53:24.783Z
29952026-02-28T07:53:24.783Z Running unittests src/lib.rs (target/debug/deps/dpd_api-81b58f70b8869089)
29962026-02-28T07:53:24.783Z
29972026-02-28T07:53:24.783Zrunning 0 tests
29982026-02-28T07:53:24.783Z
29992026-02-28T07:53:24.783Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30002026-02-28T07:53:24.783Z
30012026-02-28T07:53:24.783Z Running unittests src/lib.rs (target/debug/deps/dpd_client-4e5a9c26eb54e72c)
30022026-02-28T07:53:24.808Z
30032026-02-28T07:53:24.808Zrunning 2 tests
30042026-02-28T07:53:24.808Ztest tests::test_parse_client_port_id ... ok
30052026-02-28T07:53:24.808Ztest tests::test_port_id_cmp ... ok
30062026-02-28T07:53:24.809Z
30072026-02-28T07:53:24.809Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30082026-02-28T07:53:24.809Z
30092026-02-28T07:53:24.809Z Running tests/test_all.rs (target/debug/deps/test_all-df1a5522a16b1c83)
30102026-02-28T07:53:24.809Z
30112026-02-28T07:53:24.809Zrunning 0 tests
30122026-02-28T07:53:24.809Z
30132026-02-28T07:53:24.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30142026-02-28T07:53:24.809Z
30152026-02-28T07:53:24.809Z Running unittests src/lib.rs (target/debug/deps/dpd_types-721067c811af9dbe)
30162026-02-28T07:53:24.809Z
30172026-02-28T07:53:24.809Zrunning 0 tests
30182026-02-28T07:53:24.809Z
30192026-02-28T07:53:24.809Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30202026-02-28T07:53:24.809Z
30212026-02-28T07:53:24.809Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
30222026-02-28T07:53:24.809Z
30232026-02-28T07:53:24.809Zrunning 12 tests
30242026-02-28T07:53:24.809Ztest icmp::test_v6_checksum ... ok
30252026-02-28T07:53:24.809Ztest icmp::test_v4_checksum ... ok
30262026-02-28T07:53:24.809Ztest ipv6::test_ipv6_parse ... ok
30272026-02-28T07:53:24.809Ztest lldp::test_lldp_parse ... ok
30282026-02-28T07:53:24.809Ztest pbuf::test_nibble ... ok
30292026-02-28T07:53:24.809Ztest pbuf::test_byte ... ok
30302026-02-28T07:53:24.809Ztest pbuf::test_short ... ok
30312026-02-28T07:53:24.809Ztest pbuf::test_overflow ... ok
30322026-02-28T07:53:24.809Ztest pbuf::test_word ... ok
30332026-02-28T07:53:24.809Ztest pbuf::test_twelve ... ok
30342026-02-28T07:53:24.809Ztest tcp::test_checksum_syn_nodata ... ok
30352026-02-28T07:53:24.809Ztest tcp::test_checksum_ack_data ... ok
30362026-02-28T07:53:24.809Z
30372026-02-28T07:53:24.809Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30382026-02-28T07:53:24.809Z
30392026-02-28T07:53:24.809Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
30402026-02-28T07:53:24.834Z
30412026-02-28T07:53:24.834Zrunning 0 tests
30422026-02-28T07:53:24.834Z
30432026-02-28T07:53:24.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-02-28T07:53:24.834Z
30452026-02-28T07:53:24.834Z Running unittests src/main.rs (target/debug/deps/swadm-dc8bae0a7bccd5fa)
30462026-02-28T07:53:24.834Z
30472026-02-28T07:53:24.834Zrunning 4 tests
30482026-02-28T07:53:24.859Ztest switchport::test::test_compute_lanes ... ok
30492026-02-28T07:53:24.859Ztest switchport::test::port_id_ordering ... ok
30502026-02-28T07:53:24.859Z Lane 0 Lane 1 Lane 2 Lane 3
30512026-02-28T07:53:24.859Z State: Activated Lane 0Activated Lane 1 ActivatedLane 2 Activated
30522026-02-28T07:53:24.859ZLane 3 Rx Output Enabled: false
30532026-02-28T07:53:24.859Zfalse Rx Loss-of-lock: Yes false Yesfalse
30542026-02-28T07:53:24.859Z Yes Rx Output Status: validYes
30552026-02-28T07:53:24.859Zvalid Rx Loss-of-signal: Yes Yesvalid valid
30562026-02-28T07:53:24.860ZYes Rx Loss-of-lock: true Yes
30572026-02-28T07:53:24.860Ztrue true Rx CDR Enabled: Yes trueYes
30582026-02-28T07:53:24.860ZYes Rx Loss-of-signal: false false Yes
30592026-02-28T07:53:24.860Zfalse Tx Enabled: Yes false
30602026-02-28T07:53:24.860ZYes Rx Auto-squelch Disable: trueYes trueYes
30612026-02-28T07:53:24.860Z true Tx Loss-of-lock: No trueNo
30622026-02-28T07:53:24.860Z Tx Output Enabled: true Notrue Notrue
30632026-02-28T07:53:24.860Z Tx Loss-of-signal: No true
30642026-02-28T07:53:24.860ZNo Tx Output Status: invalid No invalid No
30652026-02-28T07:53:24.860Zinvalid Tx CDR Enabled: No invalid
30662026-02-28T07:53:24.860ZNo Tx Loss-of-lock: false No false No
30672026-02-28T07:53:24.860Zfalse false
30682026-02-28T07:53:24.860Z Tx Adaptive EQ Fault: No Tx Loss-of-signal: true Notrue true true
30692026-02-28T07:53:24.860ZNo Tx Auto-squelch Disable: falseNo
30702026-02-28T07:53:24.860Z Tx Fault: Yes falseYes Yes Yes
30712026-02-28T07:53:24.860Zfalse false
30722026-02-28T07:53:24.860Z Tx Adaptive EQ Fail: true true true true
30732026-02-28T07:53:24.860Z Tx Failure: false false false false
30742026-02-28T07:53:24.860Z Tx Force Squelch: true true true true
30752026-02-28T07:53:24.860Z Tx Input Polarity: normal normal normal normal
30762026-02-28T07:53:24.860Ztest switchport::test::test_print_cmis_datapath ... ok
30772026-02-28T07:53:24.860Ztest switchport::test::test_print_sff_datapath ... ok
30782026-02-28T07:53:24.860Z
30792026-02-28T07:53:24.860Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
30802026-02-28T07:53:24.860Z
30812026-02-28T07:53:24.860Z Running tests/counters.rs (target/debug/deps/counters-dff1b28bb7af2209)
30822026-02-28T07:53:24.885Z
30832026-02-28T07:53:24.885Zrunning 1 test
30842026-02-28T07:53:24.885Ztest test_p4_counter_list ... ignored
30852026-02-28T07:53:24.885Z
30862026-02-28T07:53:24.885Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
30872026-02-28T07:53:24.885Z
30882026-02-28T07:53:24.885Z Running tests/port-link.rs (target/debug/deps/port_link-18725f4bb4f64d45)
30892026-02-28T07:53:24.885Z
30902026-02-28T07:53:24.885Zrunning 5 tests
30912026-02-28T07:53:24.885Ztest test_an ... ignored
30922026-02-28T07:53:24.885Ztest test_enable ... ignored
30932026-02-28T07:53:24.885Ztest test_ip_addresses ... ignored
30942026-02-28T07:53:24.885Ztest test_kr ... ignored
30952026-02-28T07:53:24.885Ztest test_mac ... ignored
30962026-02-28T07:53:24.885Z
30972026-02-28T07:53:24.885Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
30982026-02-28T07:53:24.885Z
30992026-02-28T07:53:24.885Z Running unittests src/main.rs (target/debug/deps/tfportd-56f1f12626b36e8c)
31002026-02-28T07:53:24.910Z
31012026-02-28T07:53:24.910Zrunning 3 tests
31022026-02-28T07:53:24.910Ztest linklocal::test_parse_ipadm ... ok
31032026-02-28T07:53:24.910Ztest tfport::test_parse_tfport ... ok
31042026-02-28T07:53:24.910Ztest config::tests::test_updates ... ok
31052026-02-28T07:53:24.910Z
31062026-02-28T07:53:24.910Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31072026-02-28T07:53:24.910Z
31082026-02-28T07:53:24.910Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
31092026-02-28T07:53:24.910Z
31102026-02-28T07:53:24.910Zrunning 0 tests
31112026-02-28T07:53:24.910Z
31122026-02-28T07:53:24.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31132026-02-28T07:53:24.910Z
31142026-02-28T07:53:24.910Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
31152026-02-28T07:53:24.910Z
31162026-02-28T07:53:24.910Zrunning 0 tests
31172026-02-28T07:53:24.910Z
31182026-02-28T07:53:24.911Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31192026-02-28T07:53:24.911Z
31202026-02-28T07:53:24.911Z Doc-tests aal
31212026-02-28T07:53:25.107Z
31222026-02-28T07:53:25.107Zrunning 0 tests
31232026-02-28T07:53:25.107Z
31242026-02-28T07:53:25.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31252026-02-28T07:53:25.107Z
31262026-02-28T07:53:25.134Z Doc-tests aal_macros
31272026-02-28T07:53:25.270Z
31282026-02-28T07:53:25.270Zrunning 0 tests
31292026-02-28T07:53:25.270Z
31302026-02-28T07:53:25.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31312026-02-28T07:53:25.270Z
31322026-02-28T07:53:25.295Z Doc-tests common
31332026-02-28T07:53:25.727Z
31342026-02-28T07:53:25.727Zrunning 0 tests
31352026-02-28T07:53:25.727Z
31362026-02-28T07:53:25.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-02-28T07:53:25.727Z
31382026-02-28T07:53:25.761Z Doc-tests dpd_api
31392026-02-28T07:53:27.750Z
31402026-02-28T07:53:27.750Zrunning 2 tests
31412026-02-28T07:53:27.750Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored
31422026-02-28T07:53:27.750Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored
31432026-02-28T07:53:27.750Z
31442026-02-28T07:53:27.750Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-02-28T07:53:27.750Z
31462026-02-28T07:53:27.809Z Doc-tests dpd_client
31472026-02-28T07:53:30.199Z
31482026-02-28T07:53:30.199Zrunning 0 tests
31492026-02-28T07:53:30.199Z
31502026-02-28T07:53:30.199Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31512026-02-28T07:53:30.199Z
31522026-02-28T07:53:30.267Z Doc-tests dpd_types
31532026-02-28T07:53:30.870Z
31542026-02-28T07:53:30.870Zrunning 0 tests
31552026-02-28T07:53:30.870Z
31562026-02-28T07:53:30.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-02-28T07:53:30.870Z
31582026-02-28T07:53:30.914Z Doc-tests packet
31592026-02-28T07:53:31.106Z
31602026-02-28T07:53:31.106Zrunning 0 tests
31612026-02-28T07:53:31.106Z
31622026-02-28T07:53:31.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-02-28T07:53:31.106Z
31642026-02-28T07:53:31.134Z Doc-tests pcap
31652026-02-28T07:53:31.225Z
31662026-02-28T07:53:31.225Zrunning 0 tests
31672026-02-28T07:53:31.225Z
31682026-02-28T07:53:31.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31692026-02-28T07:53:31.225Z
31702026-02-28T07:53:31.299Z+ for feat in tofino_stub tofino_asic softnpu chaos
31712026-02-28T07:53:31.299Z+ RUST_BACKTRACE=full
31722026-02-28T07:53:31.299Z+ cargo test --features chaos --no-fail-fast
31732026-02-28T07:53:32.523Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
31742026-02-28T07:53:32.552Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
31752026-02-28T07:53:32.578Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
31762026-02-28T07:53:49.231Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
31772026-02-28T07:53:50.133Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
31782026-02-28T07:54:52.986Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 21s
31792026-02-28T07:54:53.114Z Running unittests src/lib.rs (target/debug/deps/aal-0d7e926d17acc60d)
31802026-02-28T07:54:53.140Z
31812026-02-28T07:54:53.140Zrunning 0 tests
31822026-02-28T07:54:53.140Z
31832026-02-28T07:54:53.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-02-28T07:54:53.141Z
31852026-02-28T07:54:53.141Z Running unittests src/lib.rs (target/debug/deps/aal_macros-bdcf6b8a30835ab8)
31862026-02-28T07:54:53.141Z
31872026-02-28T07:54:53.141Zrunning 0 tests
31882026-02-28T07:54:53.141Z
31892026-02-28T07:54:53.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31902026-02-28T07:54:53.141Z
31912026-02-28T07:54:53.141Z Running unittests src/lib.rs (target/debug/deps/asic-e66111ad91c1e177)
31922026-02-28T07:54:53.141Z
31932026-02-28T07:54:53.141Zrunning 0 tests
31942026-02-28T07:54:53.141Z
31952026-02-28T07:54:53.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31962026-02-28T07:54:53.141Z
31972026-02-28T07:54:53.141Z Running unittests src/lib.rs (target/debug/deps/common-ffa1a33260d567e8)
31982026-02-28T07:54:53.141Z
31992026-02-28T07:54:53.141Zrunning 10 tests
32002026-02-28T07:54:53.165Ztest network::tests::test_eui64 ... ok
32012026-02-28T07:54:53.166Ztest nat::tests::test_vni ... ok
32022026-02-28T07:54:53.166Ztest network::tests::test_generate_ipv6_link_local ... ok
32032026-02-28T07:54:53.166Ztest network::tests::test_equal ... ok
32042026-02-28T07:54:53.166Ztest network::tests::test_into ... ok
32052026-02-28T07:54:53.166Ztest network::tests::test_not_equal ... ok
32062026-02-28T07:54:53.166Ztest network::tests::test_to_string ... ok
32072026-02-28T07:54:53.166Ztest network::tests::test_parse ... ok
32082026-02-28T07:54:53.166Ztest test_purge ... ok
32092026-02-28T07:54:53.166Ztest illumos::test::address_exists_handles_missing_object ... ok
32102026-02-28T07:54:53.166Z
32112026-02-28T07:54:53.166Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32122026-02-28T07:54:53.166Z
32132026-02-28T07:54:53.166Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f934e88ff9c83d1e)
32142026-02-28T07:54:53.190Z
32152026-02-28T07:54:53.190Zrunning 1 test
32162026-02-28T07:54:58.183Ztest test::test_apis_up_to_date ... ok
32172026-02-28T07:54:58.183Z
32182026-02-28T07:54:58.183Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.00s
32192026-02-28T07:54:58.183Z
32202026-02-28T07:54:58.231Z Running unittests src/main.rs (target/debug/deps/dpd-0a50a62cadc51b1e)
32212026-02-28T07:54:58.256Z
32222026-02-28T07:54:58.256Zrunning 18 tests
32232026-02-28T07:54:58.256Ztest freemap::test_ordering ... ok
32242026-02-28T07:54:58.256Ztest freemap::test_split ... ok
32252026-02-28T07:54:58.256Ztest config::tests::test_updates ... ok
32262026-02-28T07:54:58.256Ztest macaddrs::tests::test_mac_offset ... ok
32272026-02-28T07:54:58.256Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32282026-02-28T07:54:58.256Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32292026-02-28T07:54:58.256Ztest nat::test_mapping ... ok
32302026-02-28T07:54:58.256Ztest macaddrs::tests::test_parse_port_id ... ok
32312026-02-28T07:54:58.256Ztest port_map::tests::dump_map ... ok
32322026-02-28T07:54:58.256Ztest port_map::tests::test_backplane_group ... ok
32332026-02-28T07:54:58.256Ztest port_map::tests::test_port_map ... ok
32342026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG created new freemap, unit: freemap_test
32352026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG initted freemap. size: 128, unit: freemap_test
32362026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG reset freemap, unit: freemap_test
32372026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG created new freemap, unit: freemap_test
32382026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG initted freemap. size: 128, unit: freemap_test
32392026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG reset freemap, unit: freemap_test
32402026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG created new freemap, unit: freemap_test
32412026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG initted freemap. size: 128, unit: freemap_test
32422026-02-28T07:54:58.256ZFeb 28 07:54:57.409 DEBG reset freemap, unit: freemap_test
32432026-02-28T07:54:58.256Ztest freemap::test_basic ... ok
32442026-02-28T07:54:58.256Ztest freemap::test_span ... ok
32452026-02-28T07:54:58.256Ztest freemap::test_free ... ok
32462026-02-28T07:54:58.256ZFeb 28 07:54:57.410 DEBG created new freemap, unit: freemap_test
32472026-02-28T07:54:58.256ZFeb 28 07:54:57.410 DEBG initted freemap. size: 128, unit: freemap_test
32482026-02-28T07:54:58.256ZFeb 28 07:54:57.410 DEBG reset freemap, unit: freemap_test
32492026-02-28T07:54:58.256Ztest freemap::test_exhaustion ... ok
32502026-02-28T07:54:58.256Ztest port_map::tests::parse_softnpu_revision ... ok
32512026-02-28T07:54:58.256Ztest api_server::tests::test_build_info ... ok
32522026-02-28T07:54:58.282ZFeb 28 07:54:57.411 DEBG created new freemap, unit: freemap_test
32532026-02-28T07:54:58.282ZFeb 28 07:54:57.412 DEBG initted freemap. size: 128, unit: freemap_test
32542026-02-28T07:54:58.283ZFeb 28 07:54:57.412 DEBG reset freemap, unit: freemap_test
32552026-02-28T07:54:58.283Ztest freemap::test_reclaim ... ok
32562026-02-28T07:54:58.283Z
32572026-02-28T07:54:58.283Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
32582026-02-28T07:54:58.283Z
32592026-02-28T07:54:58.283Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d6343b02a2aaedc5)
32602026-02-28T07:54:58.283Z
32612026-02-28T07:54:58.283Zrunning 0 tests
32622026-02-28T07:54:58.283Z
32632026-02-28T07:54:58.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32642026-02-28T07:54:58.283Z
32652026-02-28T07:54:58.283Z Running unittests src/lib.rs (target/debug/deps/dpd_api-40ec880ffc22b401)
32662026-02-28T07:54:58.283Z
32672026-02-28T07:54:58.283Zrunning 0 tests
32682026-02-28T07:54:58.283Z
32692026-02-28T07:54:58.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-02-28T07:54:58.283Z
32712026-02-28T07:54:58.283Z Running unittests src/lib.rs (target/debug/deps/dpd_client-58b34ae871a4f802)
32722026-02-28T07:54:58.309Z
32732026-02-28T07:54:58.309Zrunning 2 tests
32742026-02-28T07:54:58.309Ztest tests::test_parse_client_port_id ... ok
32752026-02-28T07:54:58.309Ztest tests::test_port_id_cmp ... ok
32762026-02-28T07:54:58.309Z
32772026-02-28T07:54:58.309Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32782026-02-28T07:54:58.309Z
32792026-02-28T07:54:58.309Z Running tests/test_all.rs (target/debug/deps/test_all-8e988050e94e30f9)
32802026-02-28T07:54:58.309Z
32812026-02-28T07:54:58.309Zrunning 6 tests
32822026-02-28T07:55:01.314Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
32832026-02-28T07:55:01.338Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
32842026-02-28T07:55:01.338Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
32852026-02-28T07:55:01.338Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
32862026-02-28T07:55:01.727Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
32872026-02-28T07:55:05.455Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
32882026-02-28T07:55:05.455Z
32892026-02-28T07:55:05.455Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.16s
32902026-02-28T07:55:05.455Z
32912026-02-28T07:55:05.479Z Running unittests src/lib.rs (target/debug/deps/dpd_types-b423f5940a7ecd65)
32922026-02-28T07:55:05.479Z
32932026-02-28T07:55:05.479Zrunning 0 tests
32942026-02-28T07:55:05.479Z
32952026-02-28T07:55:05.479Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32962026-02-28T07:55:05.479Z
32972026-02-28T07:55:05.526Z Running unittests src/lib.rs (target/debug/deps/packet-3ce7e5a470f5b752)
32982026-02-28T07:55:05.526Z
32992026-02-28T07:55:05.526Zrunning 12 tests
33002026-02-28T07:55:05.526Ztest icmp::test_v4_checksum ... ok
33012026-02-28T07:55:05.526Ztest icmp::test_v6_checksum ... ok
33022026-02-28T07:55:05.526Ztest ipv6::test_ipv6_parse ... ok
33032026-02-28T07:55:05.526Ztest lldp::test_lldp_parse ... ok
33042026-02-28T07:55:05.526Ztest pbuf::test_byte ... ok
33052026-02-28T07:55:05.526Ztest pbuf::test_nibble ... ok
33062026-02-28T07:55:05.526Ztest pbuf::test_short ... ok
33072026-02-28T07:55:05.526Ztest pbuf::test_twelve ... ok
33082026-02-28T07:55:05.526Ztest pbuf::test_word ... ok
33092026-02-28T07:55:05.526Ztest pbuf::test_overflow ... ok
33102026-02-28T07:55:05.526Ztest tcp::test_checksum_ack_data ... ok
33112026-02-28T07:55:05.526Ztest tcp::test_checksum_syn_nodata ... ok
33122026-02-28T07:55:05.526Z
33132026-02-28T07:55:05.526Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-02-28T07:55:05.526Z
33152026-02-28T07:55:05.526Z Running unittests src/lib.rs (target/debug/deps/pcap-edecb82d6c9dac2e)
33162026-02-28T07:55:05.526Z
33172026-02-28T07:55:05.526Zrunning 0 tests
33182026-02-28T07:55:05.526Z
33192026-02-28T07:55:05.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-02-28T07:55:05.526Z
33212026-02-28T07:55:05.526Z Running unittests src/main.rs (target/debug/deps/swadm-2133c2de568e9037)
33222026-02-28T07:55:05.526Z
33232026-02-28T07:55:05.526Zrunning 4 tests
33242026-02-28T07:55:05.526Ztest switchport::test::test_compute_lanes ... ok
33252026-02-28T07:55:05.526Ztest switchport::test::port_id_ordering ... ok
33262026-02-28T07:55:05.526Z Lane 0 Lane 1 Lane 2 Lane 3
33272026-02-28T07:55:05.526Z Rx Loss-of-lock: Yes Yes Yes Yes
33282026-02-28T07:55:05.526Z Rx Loss-of-signal: Yes Yes Yes Yes
33292026-02-28T07:55:05.526Z Rx CDR Enabled: Yes Yes Yes Yes
33302026-02-28T07:55:05.526Z Tx Enabled: Yes Yes Yes Yes
33312026-02-28T07:55:05.526Z Tx Loss-of-lock: No No No No
33322026-02-28T07:55:05.526Z Tx Loss-of-signal: No No No No
33332026-02-28T07:55:05.526Z Tx CDR Enabled: No No No No
33342026-02-28T07:55:05.526Z Tx Adaptive EQ Fault: No No No No
33352026-02-28T07:55:05.527Z Tx Fault: Yes Yes Yes Yes
33362026-02-28T07:55:05.527Z Lane 0 Lane 1 Lane 2 Lane 3
33372026-02-28T07:55:05.527Z State: Activated Activated Activated Activated
33382026-02-28T07:55:05.527Z Rx Output Enabled: false false false false
33392026-02-28T07:55:05.527Z Rx Output Status: valid valid valid valid
33402026-02-28T07:55:05.527Z Rx Loss-of-lock: true true true true
33412026-02-28T07:55:05.527Z Rx Loss-of-signal: false false false false
33422026-02-28T07:55:05.527ZRx Auto-squelch Disable: true true true true
33432026-02-28T07:55:05.527Z Tx Output Enabled: true true true true
33442026-02-28T07:55:05.527Z Tx Output Status: invalid invalid invalid invalid
33452026-02-28T07:55:05.527Z Tx Loss-of-lock: false false false false
33462026-02-28T07:55:05.527Z Tx Loss-of-signal: true true true true
33472026-02-28T07:55:05.527ZTx Auto-squelch Disable: false false false false
33482026-02-28T07:55:05.527Z Tx Adaptive EQ Fail: true true true true
33492026-02-28T07:55:05.527Z Tx Failure: false false false false
33502026-02-28T07:55:05.527Z Tx Force Squelch: true true true true
33512026-02-28T07:55:05.527Z Tx Input Polarity: normal normal normal normal
33522026-02-28T07:55:05.527Ztest switchport::test::test_print_sff_datapath ... ok
33532026-02-28T07:55:05.527Ztest switchport::test::test_print_cmis_datapath ... ok
33542026-02-28T07:55:05.527Z
33552026-02-28T07:55:05.527Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33562026-02-28T07:55:05.527Z
33572026-02-28T07:55:05.527Z Running tests/counters.rs (target/debug/deps/counters-3bafc2b63c4bdc8e)
33582026-02-28T07:55:05.552Z
33592026-02-28T07:55:05.552Zrunning 1 test
33602026-02-28T07:55:05.552Ztest test_p4_counter_list ... ignored
33612026-02-28T07:55:05.552Z
33622026-02-28T07:55:05.552Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33632026-02-28T07:55:05.552Z
33642026-02-28T07:55:05.552Z Running tests/port-link.rs (target/debug/deps/port_link-4679af1143aba65a)
33652026-02-28T07:55:05.552Z
33662026-02-28T07:55:05.552Zrunning 5 tests
33672026-02-28T07:55:05.552Ztest test_an ... ignored
33682026-02-28T07:55:05.552Ztest test_enable ... ignored
33692026-02-28T07:55:05.552Ztest test_ip_addresses ... ignored
33702026-02-28T07:55:05.552Ztest test_kr ... ignored
33712026-02-28T07:55:05.552Ztest test_mac ... ignored
33722026-02-28T07:55:05.552Z
33732026-02-28T07:55:05.552Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
33742026-02-28T07:55:05.552Z
33752026-02-28T07:55:05.552Z Running unittests src/main.rs (target/debug/deps/tfportd-7f8f73efad231ae6)
33762026-02-28T07:55:05.552Z
33772026-02-28T07:55:05.552Zrunning 3 tests
33782026-02-28T07:55:05.552Ztest linklocal::test_parse_ipadm ... ok
33792026-02-28T07:55:05.552Ztest config::tests::test_updates ... ok
33802026-02-28T07:55:05.552Ztest tfport::test_parse_tfport ... ok
33812026-02-28T07:55:05.552Z
33822026-02-28T07:55:05.552Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33832026-02-28T07:55:05.552Z
33842026-02-28T07:55:05.552Z Running unittests src/main.rs (target/debug/deps/uplinkd-0c16b7fe274bf291)
33852026-02-28T07:55:05.552Z
33862026-02-28T07:55:05.552Zrunning 0 tests
33872026-02-28T07:55:05.552Z
33882026-02-28T07:55:05.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33892026-02-28T07:55:05.552Z
33902026-02-28T07:55:05.552Z Running unittests src/main.rs (target/debug/deps/xtask-753d2217eb420d49)
33912026-02-28T07:55:05.553Z
33922026-02-28T07:55:05.553Zrunning 0 tests
33932026-02-28T07:55:05.553Z
33942026-02-28T07:55:05.553Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33952026-02-28T07:55:05.553Z
33962026-02-28T07:55:05.553Z Doc-tests aal
33972026-02-28T07:55:05.726Z
33982026-02-28T07:55:05.727Zrunning 0 tests
33992026-02-28T07:55:05.727Z
34002026-02-28T07:55:05.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34012026-02-28T07:55:05.727Z
34022026-02-28T07:55:05.753Z Doc-tests aal_macros
34032026-02-28T07:55:05.879Z
34042026-02-28T07:55:05.879Zrunning 0 tests
34052026-02-28T07:55:05.879Z
34062026-02-28T07:55:05.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34072026-02-28T07:55:05.879Z
34082026-02-28T07:55:05.903Z Doc-tests common
34092026-02-28T07:55:06.322Z
34102026-02-28T07:55:06.322Zrunning 0 tests
34112026-02-28T07:55:06.322Z
34122026-02-28T07:55:06.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34132026-02-28T07:55:06.322Z
34142026-02-28T07:55:06.355Z Doc-tests dpd_api
34152026-02-28T07:55:08.362Z
34162026-02-28T07:55:08.362Zrunning 2 tests
34172026-02-28T07:55:08.362Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 98) ... ignored
34182026-02-28T07:55:08.362Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 104) ... ignored
34192026-02-28T07:55:08.362Z
34202026-02-28T07:55:08.362Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34212026-02-28T07:55:08.362Z
34222026-02-28T07:55:08.425Z Doc-tests dpd_client
34232026-02-28T07:55:10.785Z
34242026-02-28T07:55:10.785Zrunning 0 tests
34252026-02-28T07:55:10.785Z
34262026-02-28T07:55:10.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34272026-02-28T07:55:10.785Z
34282026-02-28T07:55:10.856Z Doc-tests dpd_types
34292026-02-28T07:55:11.453Z
34302026-02-28T07:55:11.453Zrunning 0 tests
34312026-02-28T07:55:11.453Z
34322026-02-28T07:55:11.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34332026-02-28T07:55:11.453Z
34342026-02-28T07:55:11.500Z Doc-tests packet
34352026-02-28T07:55:11.701Z
34362026-02-28T07:55:11.701Zrunning 0 tests
34372026-02-28T07:55:11.701Z
34382026-02-28T07:55:11.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34392026-02-28T07:55:11.701Z
34402026-02-28T07:55:11.727Z Doc-tests pcap
34412026-02-28T07:55:11.822Z
34422026-02-28T07:55:11.822Zrunning 0 tests
34432026-02-28T07:55:11.822Z
34442026-02-28T07:55:11.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34452026-02-28T07:55:11.822Z
34462026-02-28T07:55:11.900Zprocess exited: duration 1235452 ms, exit code 0
 
34472026-02-28T07:55:11.950Zfound 0 output files