01KQY8AP87W8CZM4TRHE2Q04XE: test

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

Buildomat Job: 01KQY8AYVWHGHTYYM2M9ENJ0C0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T09:02:37.519Zjob assigned to worker 01KQY8B48TN8WK7DR1FRTBRT68 [factory aws, i-0dc41ac4d8fc8021f] (queued for 57 s)
 
22026-05-06T09:02:43.942Zstarting task 0: "setup"
32026-05-06T09:02:43.949Z++ uname -s
42026-05-06T09:02:43.952Z+ kern=SunOS
52026-05-06T09:02:43.952Z+ build_user=build
62026-05-06T09:02:43.952Z+ build_uid=12345
72026-05-06T09:02:43.952Z+ work_dir=/work
82026-05-06T09:02:43.952Z+ input_dir=/input
92026-05-06T09:02:43.952Z+ [[ 0 == 12345 ]]
102026-05-06T09:02:43.952Z+ case "$kern" in
112026-05-06T09:02:43.952Z+ groupadd -g 12345 build
122026-05-06T09:02:43.954Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T09:02:45.961Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T09:02:46.074Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T09:02:46.076Z+ home_fs=zfs
162026-05-06T09:02:46.077Z+ [[ zfs == autofs ]]
172026-05-06T09:02:46.077Z+ mkdir -p /home/build
182026-05-06T09:02:46.077Z+ chown build:build /home/build /work
192026-05-06T09:02:47.078Z+ chmod 0700 /home/build /work
202026-05-06T09:02:47.081Zprocess exited: duration 3137 ms, exit code 0
 
212026-05-06T09:02:47.087Zstarting task 1: "rust-toolchain"
222026-05-06T09:02:47.091Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-06T09:02:47.091Z * rust toolchain channel = "1.90.0"
242026-05-06T09:02:47.091Z * rust toolchain profile = "default"
252026-05-06T09:02:47.091Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T09:02:47.091Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T09:02:47.091Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T09:02:47.094Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T09:02:47.094Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-06T09:02:47.212Zinfo: downloading installer
312026-05-06T09:02:48.569Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T09:02:48.569Zwarn: /opt/ooce/bin
332026-05-06T09:02:48.570Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T09:02:48.570Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T09:02:48.570Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T09:02:48.570Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T09:02:48.570Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T09:02:48.570Zerror: cannot install while Rust is installed
392026-05-06T09:02:48.570Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T09:02:48.570Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T09:02:48.570Zwarn: /home/build/.rustup/settings.toml
422026-05-06T09:02:48.570Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T09:02:48.570Zwarn: instead of the one inferred from the default host triple.
442026-05-06T09:02:48.582Zinfo: profile set to default
452026-05-06T09:02:48.582Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T09:02:48.585Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-06T09:02:48.720Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-06T09:02:48.723Zinfo: downloading 6 components
492026-05-06T09:03:02.632Z
502026-05-06T09:03:02.632Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-05-06T09:03:02.660Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-06T09:03:02.660Z
532026-05-06T09:03:02.660Z
542026-05-06T09:03:02.660ZRust is installed now. Great!
552026-05-06T09:03:02.660Z
562026-05-06T09:03:02.663ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T09:03:02.663Zenvironment variable. This has not been done automatically.
582026-05-06T09:03:02.663Z
592026-05-06T09:03:02.663ZTo configure your current shell, you need to source
602026-05-06T09:03:02.663Zthe corresponding env file under $HOME/.cargo.
612026-05-06T09:03:02.663Z
622026-05-06T09:03:02.663ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T09:03:02.663Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T09:03:02.663Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T09:03:02.664Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T09:03:02.664Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T09:03:02.664Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T09:03:02.664Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T09:03:02.664Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T09:03:02.664Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T09:03:02.754Z+ rustup --version
722026-05-06T09:03:02.763Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T09:03:02.766Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T09:03:02.785Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-06T09:03:02.788Z+ cargo --version
762026-05-06T09:03:02.800Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-06T09:03:02.803Z+ rustc --version
782026-05-06T09:03:02.823Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-06T09:03:02.826Zprocess exited: duration 15736 ms, exit code 0
 
802026-05-06T09:03:02.832Zstarting task 2: "authentication"
812026-05-06T09:03:02.848Zprocess exited: duration 15 ms, exit code 0
 
822026-05-06T09:03:02.854Zstarting task 3: "clone repository"
832026-05-06T09:03:02.857Z+ mkdir -p /work/oxidecomputer/dendrite
842026-05-06T09:03:02.859Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-05-06T09:03:02.891ZCloning into '/work/oxidecomputer/dendrite'...
862026-05-06T09:03:04.092Z+ cd /work/oxidecomputer/dendrite
872026-05-06T09:03:04.095Z+ git fetch origin edf0edb977b3d7c4f4b08985f8f900a61e88322c
882026-05-06T09:03:04.337ZFrom https://github.com/oxidecomputer/dendrite
892026-05-06T09:03:04.337Z * branch edf0edb977b3d7c4f4b08985f8f900a61e88322c -> FETCH_HEAD
902026-05-06T09:03:04.341Z+ [[ -n multicast-e2e ]]
912026-05-06T09:03:04.344Z++ git branch --show-current
922026-05-06T09:03:04.344Z+ current=main
932026-05-06T09:03:04.344Z+ [[ main != multicast-e2e ]]
942026-05-06T09:03:04.344Z+ git branch -f multicast-e2e edf0edb977b3d7c4f4b08985f8f900a61e88322c
952026-05-06T09:03:04.347Z+ git checkout -f multicast-e2e
962026-05-06T09:03:04.364ZSwitched to branch 'multicast-e2e'
972026-05-06T09:03:04.367Z+ git reset --hard edf0edb977b3d7c4f4b08985f8f900a61e88322c
982026-05-06T09:03:04.381ZHEAD is now at edf0edb merge main
992026-05-06T09:03:04.384Zprocess exited: duration 1527 ms, exit code 0
 
1002026-05-06T09:03:04.391Zstarting task 4: "build"
1012026-05-06T09:03:04.395Z+ source .github/buildomat/common.sh
1022026-05-06T09:03:04.397Z++ TOFINO_STAGES=20
1032026-05-06T09:03:04.398Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-05-06T09:03:04.398Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-05-06T09:03:04.398Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-05-06T09:03:04.398Z+++ uname -s
1072026-05-06T09:03:04.398Z++ '[' SunOS == SunOS ']'
1082026-05-06T09:03:04.398Z++ SERIES=illumos
1092026-05-06T09:03:04.398Z+++ uname -s
1102026-05-06T09:03:04.401Z++ '[' SunOS == SunOS ']'
1112026-05-06T09:03:04.401Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-05-06T09:03:04.401Z++ rustup show active-toolchain
1132026-05-06T09:03:04.403Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-05-06T09:03:04.406Z+ source .github/buildomat/illumos.sh
1152026-05-06T09:03:04.406Z++ banner 'sde setup'
1162026-05-06T09:03:04.406Z
1172026-05-06T09:03:04.406Z #### ##### ###### #### ###### ##### # # #####
1182026-05-06T09:03:04.406Z # # # # # # # # # # #
1192026-05-06T09:03:04.406Z #### # # ##### #### ##### # # # # #
1202026-05-06T09:03:04.406Z # # # # # # # # # #####
1212026-05-06T09:03:04.406Z # # # # # # # # # # # #
1222026-05-06T09:03:04.406Z #### ##### ###### #### ###### # #### #
1232026-05-06T09:03:04.406Z
1242026-05-06T09:03:04.406Z++ export PKG=tofino_sde.p5p
1252026-05-06T09:03:04.406Z++ PKG=tofino_sde.p5p
1262026-05-06T09:03:04.406Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-05-06T09:03:04.412Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-05-06T09:03:04.412Z Dload Upload Total Spent Left Speed
1292026-05-06T09:03:05.641Z 0 0 0 0 0 0 0 0 0 68 76.03M 68 52.22M 0 0 52.26M 0 00:01 00:01 52.27M 100 76.03M 100 76.03M 0 0 61.85M 0 00:01 00:01 52.27M 100 76.03M 100 76.03M 0 0 61.85M 0 00:01 00:01 52.27M 100 76.03M 100 76.03M 0 0 61.84M 0 00:01 00:01 52.27M
1302026-05-06T09:03:05.646Z+++ digest -a sha256 tofino_sde.p5p
1312026-05-06T09:03:05.692Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-05-06T09:03:05.695Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-05-06T09:03:05.695Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-05-06T09:03:16.334Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-06T09:03:24.010Z Startup: Caching catalogs ... Done
1362026-05-06T09:03:24.198Z Startup: Refreshing catalog 'oxide' ... Done
1372026-05-06T09:03:33.549ZPlanning: Solver setup ... Done
1382026-05-06T09:03:33.589ZPlanning: Running solver ... Done
1392026-05-06T09:03:33.724ZPlanning: Finding local manifests ... Done
1402026-05-06T09:03:33.727ZPlanning: Fetching manifests: 1/1 100% complete
1412026-05-06T09:03:33.730ZPlanning: Fetching manifests: 1/1 100% complete
1422026-05-06T09:03:33.744ZPlanning: Package planning ... Done
1432026-05-06T09:03:33.747ZPlanning: Merging actions ... Done
1442026-05-06T09:03:33.836ZPlanning: Checking for conflicting actions ... Done
1452026-05-06T09:03:33.838ZPlanning: Consolidating action changes ... Done
1462026-05-06T09:03:34.615ZPlanning: Evaluating mediators ... Done
1472026-05-06T09:03:34.618ZPlanning: Planning completed in 10.41 seconds
1482026-05-06T09:03:34.622Z Packages to install: 1
1492026-05-06T09:03:34.622Z Create boot environment: No
1502026-05-06T09:03:34.622ZCreate backup boot environment: No
1512026-05-06T09:03:34.660Z
1522026-05-06T09:03:34.660ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-05-06T09:03:34.802ZDownload: Completed 75.30 MB in 0.14 seconds (530M/s)
1542026-05-06T09:03:34.991Z Actions: 1/293 actions (Installing new actions)
1552026-05-06T09:03:35.971Z Actions: Completed 293 actions in 0.98 seconds.
1562026-05-06T09:03:35.974Z Done
1572026-05-06T09:03:36.014Z Done
1582026-05-06T09:03:36.700Z Done
1592026-05-06T09:03:40.058Z Done
1602026-05-06T09:03:40.135Z Done
1612026-05-06T09:03:40.138Z Done
1622026-05-06T09:03:40.208Z Done
1632026-05-06T09:03:40.889Z++ export SDE=/opt/oxide/tofino_sde
1642026-05-06T09:03:40.889Z++ SDE=/opt/oxide/tofino_sde
1652026-05-06T09:03:40.889Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-05-06T09:03:40.889Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-05-06T09:03:40.889Z++ banner packages
1682026-05-06T09:03:40.892Z
1692026-05-06T09:03:40.892Z ##### ## #### # # ## #### ###### ####
1702026-05-06T09:03:40.892Z # # # # # # # # # # # # # #
1712026-05-06T09:03:40.892Z # # # # # #### # # # ##### ####
1722026-05-06T09:03:40.892Z ##### ###### # # # ###### # ### # #
1732026-05-06T09:03:40.892Z # # # # # # # # # # # # # #
1742026-05-06T09:03:40.892Z # # # #### # # # # #### ###### ####
1752026-05-06T09:03:40.892Z
1762026-05-06T09:03:40.892Z++ pfexec pkg install clang-15 pcap
1772026-05-06T09:03:41.318Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-05-06T09:03:41.321Z Startup: Refreshing catalog 'oxide' ... Done
1792026-05-06T09:03:48.558ZPlanning: Solver setup ... Done
1802026-05-06T09:03:48.599ZPlanning: Running solver ... Done
1812026-05-06T09:03:48.741ZPlanning: Finding local manifests ... Done
1822026-05-06T09:03:48.744ZPlanning: Fetching manifests: 0/2 0% complete
1832026-05-06T09:03:48.933ZPlanning: Fetching manifests: 2/2 100% complete
1842026-05-06T09:03:48.964ZPlanning: Package planning ... Done
1852026-05-06T09:03:48.990ZPlanning: Merging actions ... Done
1862026-05-06T09:03:49.097ZPlanning: Checking for conflicting actions ... Done
1872026-05-06T09:03:49.104ZPlanning: Consolidating action changes ... Done
1882026-05-06T09:03:49.266ZPlanning: Evaluating mediators ... Done
1892026-05-06T09:03:49.270ZPlanning: Planning completed in 7.95 seconds
1902026-05-06T09:03:49.278Z Packages to install: 2
1912026-05-06T09:03:49.278Z Mediators to change: 2
1922026-05-06T09:03:49.278Z Services to change: 1
1932026-05-06T09:03:49.278Z Create boot environment: No
1942026-05-06T09:03:49.280ZCreate backup boot environment: No
1952026-05-06T09:03:49.310Z
1962026-05-06T09:03:49.310ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-05-06T09:03:54.363ZDownload: 3029/3076 items 200.2/211.3MB 94% complete (41.2M/s)
1982026-05-06T09:03:56.208ZDownload: Completed 211.31 MB in 6.90 seconds (30.6M/s)
1992026-05-06T09:03:57.928Z Actions: 1/3418 actions (Installing new actions)
2002026-05-06T09:04:01.034Z Actions: Completed 3418 actions in 3.11 seconds.
2012026-05-06T09:04:01.572Z Done
2022026-05-06T09:04:01.572Z Done
2032026-05-06T09:04:02.311Z Done
2042026-05-06T09:04:05.171Z Done
2052026-05-06T09:04:05.249Z Done
2062026-05-06T09:04:05.252Z Done
2072026-05-06T09:04:05.622Z Done
2082026-05-06T09:04:05.762Z++ pfexec pkg set-mediator -V 15 clang llvm
2092026-05-06T09:04:05.955ZPlanning: Evaluating mediator changes ... Done
2102026-05-06T09:04:06.063ZPlanning: Checking for conflicting actions ... Done
2112026-05-06T09:04:06.066ZPlanning: Consolidating action changes ... Done
2122026-05-06T09:04:06.225ZPlanning: Evaluating mediators ... Done
2132026-05-06T09:04:06.228ZPlanning: Planning completed in 0.27 seconds
2142026-05-06T09:04:06.246Z Mediators to change: 2
2152026-05-06T09:04:06.246Z Create boot environment: No
2162026-05-06T09:04:06.246ZCreate backup boot environment: No
2172026-05-06T09:04:06.304Z Done
2182026-05-06T09:04:06.304Z Done
2192026-05-06T09:04:06.920Z Done
2202026-05-06T09:04:09.396Z Done
2212026-05-06T09:04:09.473Z Done
2222026-05-06T09:04:09.474Z Done
2232026-05-06T09:04:09.637Z Done
2242026-05-06T09:04:09.713Z++ cargo --version
2252026-05-06T09:04:09.722Zcargo 1.90.0 (840b83a10 2025-07-30)
2262026-05-06T09:04:09.725Z++ rustc --version
2272026-05-06T09:04:09.746Zrustc 1.90.0 (1159e78c4 2025-09-14)
2282026-05-06T09:04:09.748Z+ banner copyrights
2292026-05-06T09:04:09.751Z
2302026-05-06T09:04:09.751Z #### #### ##### # # ##### # #### # # ##### ####
2312026-05-06T09:04:09.751Z # # # # # # # # # # # # # # # # #
2322026-05-06T09:04:09.751Z # # # # # # # # # # ###### # ####
2332026-05-06T09:04:09.751Z # # # ##### # ##### # # ### # # # #
2342026-05-06T09:04:09.751Z # # # # # # # # # # # # # # # #
2352026-05-06T09:04:09.751Z #### #### # # # # # #### # # # ####
2362026-05-06T09:04:09.751Z
2372026-05-06T09:04:09.751Z+ ./tools/check_copyrights.sh
2382026-05-06T09:04:10.414Zdpd/p4/headers.p4: Copyright with wrong year
2392026-05-06T09:04:11.297Z+ banner clippy
2402026-05-06T09:04:11.300Z
2412026-05-06T09:04:11.300Z #### # # ##### ##### # #
2422026-05-06T09:04:11.300Z # # # # # # # # # #
2432026-05-06T09:04:11.300Z # # # # # # # #
2442026-05-06T09:04:11.300Z # # # ##### ##### #
2452026-05-06T09:04:11.300Z # # # # # # #
2462026-05-06T09:04:11.300Z #### ###### # # # #
2472026-05-06T09:04:11.300Z
2482026-05-06T09:04:11.300Z+ for feat in tofino_stub tofino_asic softnpu chaos
2492026-05-06T09:04:11.300Z+ cargo clippy --features tofino_stub -- --deny warnings
2502026-05-06T09:04:11.451Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-05-06T09:04:21.160Z Updating crates.io index
2522026-05-06T09:04:21.192Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-05-06T09:04:21.424Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542026-05-06T09:04:22.168Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2552026-05-06T09:04:22.499Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-05-06T09:04:22.734Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-06T09:04:23.597Z Updating git repository `https://github.com/oxidecomputer/ispf`
2582026-05-06T09:04:23.863Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592026-05-06T09:04:24.191Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-05-06T09:04:24.611Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-05-06T09:04:24.957Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-05-06T09:04:25.232Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2632026-05-06T09:04:25.484Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2642026-05-06T09:04:25.803Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-05-06T09:04:26.500Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-05-06T09:04:26.757Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-05-06T09:04:27.104Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-05-06T09:04:27.876Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-06T09:04:28.144Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-05-06T09:04:28.410Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-05-06T09:04:28.711Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-05-06T09:04:29.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732026-05-06T09:04:29.548Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742026-05-06T09:04:30.028Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2752026-05-06T09:04:30.298Z Updating git repository `https://github.com/oxidecomputer/omicron`
2762026-05-06T09:04:32.549Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-06T09:04:33.203Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782026-05-06T09:04:33.810Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792026-05-06T09:04:35.136Z Updating git repository `https://github.com/oxidecomputer/opte`
2802026-05-06T09:04:35.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812026-05-06T09:04:36.079Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822026-05-06T09:04:36.385Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2832026-05-06T09:04:36.815Z Updating git repository `https://github.com/oxidecomputer/opte`
2842026-05-06T09:04:37.297Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2852026-05-06T09:04:38.881Z Downloading crates ...
2862026-05-06T09:04:38.937Z Downloaded adler2 v2.0.1
2872026-05-06T09:04:38.940Z Downloaded bit-vec v0.8.0
2882026-05-06T09:04:38.943Z Downloaded constant_time_eq v0.3.1
2892026-05-06T09:04:38.945Z Downloaded bcs v0.1.6
2902026-05-06T09:04:38.948Z Downloaded colorchoice v1.0.4
2912026-05-06T09:04:38.951Z Downloaded cargo_metadata v0.18.1
2922026-05-06T09:04:38.953Z Downloaded cancel-safe-futures v0.1.5
2932026-05-06T09:04:38.956Z Downloaded cargo-platform v0.1.9
2942026-05-06T09:04:38.956Z Downloaded byteorder v1.5.0
2952026-05-06T09:04:38.959Z Downloaded defmt v0.3.100
2962026-05-06T09:04:38.964Z Downloaded ff v0.13.1
2972026-05-06T09:04:38.964Z Downloaded camino-tempfile v1.4.1
2982026-05-06T09:04:38.964Z Downloaded crc32fast v1.5.0
2992026-05-06T09:04:38.967Z Downloaded generic-array v0.14.7
3002026-05-06T09:04:38.970Z Downloaded dtrace-parser v0.2.0
3012026-05-06T09:04:38.973Z Downloaded foreign-types-shared v0.1.1
3022026-05-06T09:04:38.973Z Downloaded dunce v1.0.5
3032026-05-06T09:04:38.975Z Downloaded ciborium-io v0.2.2
3042026-05-06T09:04:38.978Z Downloaded async-stream v0.3.6
3052026-05-06T09:04:38.980Z Downloaded ciborium-ll v0.2.2
3062026-05-06T09:04:38.980Z Downloaded embedded-io v0.6.1
3072026-05-06T09:04:38.983Z Downloaded dropshot_endpoint v0.16.7
3082026-05-06T09:04:38.986Z Downloaded git-stub v1.0.0
3092026-05-06T09:04:38.988Z Downloaded crc8 v0.1.1
3102026-05-06T09:04:38.991Z Downloaded cpufeatures v0.2.17
3112026-05-06T09:04:38.991Z Downloaded cobs v0.3.0
3122026-05-06T09:04:38.994Z Downloaded fixedbitset v0.4.2
3132026-05-06T09:04:38.996Z Downloaded derive-ex v0.1.8
3142026-05-06T09:04:38.999Z Downloaded fixedbitset v0.5.7
3152026-05-06T09:04:38.999Z Downloaded fnv v1.0.7
3162026-05-06T09:04:39.005Z Downloaded arrayref v0.3.9
3172026-05-06T09:04:39.005Z Downloaded heck v0.4.1
3182026-05-06T09:04:39.005Z Downloaded enum-as-inner v0.6.1
3192026-05-06T09:04:39.008Z Downloaded dropshot-api-manager-types v0.5.2
3202026-05-06T09:04:39.011Z Downloaded ciborium v0.2.2
3212026-05-06T09:04:39.011Z Downloaded flate2 v1.1.2
3222026-05-06T09:04:39.014Z Downloaded async-stream-impl v0.3.6
3232026-05-06T09:04:39.017Z Downloaded hyper-tls v0.6.0
3242026-05-06T09:04:39.020Z Downloaded foreign-types-shared v0.3.1
3252026-05-06T09:04:39.022Z Downloaded float-ord v0.3.2
3262026-05-06T09:04:39.022Z Downloaded hash32 v0.3.1
3272026-05-06T09:04:39.025Z Downloaded errno v0.3.14
3282026-05-06T09:04:39.029Z Downloaded atomic-waker v1.1.2
3292026-05-06T09:04:39.029Z Downloaded crossbeam-utils v0.8.21
3302026-05-06T09:04:39.031Z Downloaded globset v0.4.16
3312026-05-06T09:04:39.034Z Downloaded foreign-types-macros v0.2.3
3322026-05-06T09:04:39.034Z Downloaded digest v0.10.7
3332026-05-06T09:04:39.037Z Downloaded hex v0.4.3
3342026-05-06T09:04:39.040Z Downloaded heck v0.5.0
3352026-05-06T09:04:39.040Z Downloaded http-body v1.0.1
3362026-05-06T09:04:39.043Z Downloaded dof v0.4.0
3372026-05-06T09:04:39.043Z Downloaded hostname v0.4.2
3382026-05-06T09:04:39.045Z Downloaded dyn-clone v1.0.20
3392026-05-06T09:04:39.048Z Downloaded foldhash v0.2.0
3402026-05-06T09:04:39.051Z Downloaded defmt-parser v1.0.0
3412026-05-06T09:04:39.051Z Downloaded highway v1.3.0
3422026-05-06T09:04:39.053Z Downloaded derive_more v0.99.20
3432026-05-06T09:04:39.056Z Downloaded hubpack_derive v0.1.1
3442026-05-06T09:04:39.058Z Downloaded is-terminal v0.4.16
3452026-05-06T09:04:39.061Z Downloaded httpdate v1.0.3
3462026-05-06T09:04:39.061Z Downloaded colored v3.0.0
3472026-05-06T09:04:39.064Z Downloaded clap_derive v4.6.0
3482026-05-06T09:04:39.066Z Downloaded ident_case v1.0.1
3492026-05-06T09:04:39.069Z Downloaded hubpack v0.1.2
3502026-05-06T09:04:39.069Z Downloaded futures-task v0.3.32
3512026-05-06T09:04:39.072Z Downloaded indent_write v2.2.0
3522026-05-06T09:04:39.072Z Downloaded idna_adapter v1.2.1
3532026-05-06T09:04:39.074Z Downloaded futures-sink v0.3.32
3542026-05-06T09:04:39.077Z Downloaded internet-checksum v0.2.1
3552026-05-06T09:04:39.077Z Downloaded futures-macro v0.3.32
3562026-05-06T09:04:39.080Z Downloaded futures-io v0.3.32
3572026-05-06T09:04:39.080Z Downloaded filetime v0.2.26
3582026-05-06T09:04:39.082Z Downloaded is_ci v1.2.0
3592026-05-06T09:04:39.085Z Downloaded is_terminal_polyfill v1.70.1
3602026-05-06T09:04:39.085Z Downloaded find-msvc-tools v0.1.9
3612026-05-06T09:04:39.088Z Downloaded instant v0.1.13
3622026-05-06T09:04:39.090Z Downloaded inout v0.1.4
3632026-05-06T09:04:39.090Z Downloaded foldhash v0.1.5
3642026-05-06T09:04:39.093Z Downloaded keccak v0.1.6
3652026-05-06T09:04:39.093Z Downloaded data-encoding v2.9.0
3662026-05-06T09:04:39.096Z Downloaded libscf-sys v1.1.0
3672026-05-06T09:04:39.100Z Downloaded argon2 v0.5.3
3682026-05-06T09:04:39.100Z Downloaded lazy_static v1.5.0
3692026-05-06T09:04:39.102Z Downloaded daft v0.1.4
3702026-05-06T09:04:39.102Z Downloaded kstat-rs v0.2.4
3712026-05-06T09:04:39.105Z Downloaded critical-section v1.2.0
3722026-05-06T09:04:39.105Z Downloaded linked-hash-map v0.5.6
3732026-05-06T09:04:39.108Z Downloaded futures v0.3.32
3742026-05-06T09:04:39.111Z Downloaded cookie v0.18.1
3752026-05-06T09:04:39.114Z Downloaded daft-derive v0.1.4
3762026-05-06T09:04:39.117Z Downloaded memoffset v0.9.1
3772026-05-06T09:04:39.120Z Downloaded memmap v0.7.0
3782026-05-06T09:04:39.120Z Downloaded defmt-macros v1.0.1
3792026-05-06T09:04:39.122Z Downloaded hostname v0.3.1
3802026-05-06T09:04:39.125Z Downloaded displaydoc v0.2.5
3812026-05-06T09:04:39.128Z Downloaded match_cfg v0.1.0
3822026-05-06T09:04:39.128Z Downloaded newline-converter v0.3.0
3832026-05-06T09:04:39.131Z Downloaded humantime v2.3.0
3842026-05-06T09:04:39.133Z Downloaded itoa v1.0.15
3852026-05-06T09:04:39.133Z Downloaded newtype_derive v0.1.6
3862026-05-06T09:04:39.136Z Downloaded newtype-uuid-macros v0.1.0
3872026-05-06T09:04:39.136Z Downloaded num-conv v0.2.1
3882026-05-06T09:04:39.139Z Downloaded num-iter v0.1.45
3892026-05-06T09:04:39.139Z Downloaded num-derive v0.4.2
3902026-05-06T09:04:39.156Z Downloaded ingot-types v0.1.2
3912026-05-06T09:04:39.156Z Downloaded ipnetwork v0.21.1
3922026-05-06T09:04:39.156Z Downloaded hyper-rustls v0.27.7
3932026-05-06T09:04:39.156Z Downloaded hmac v0.12.1
3942026-05-06T09:04:39.156Z Downloaded num v0.4.3
3952026-05-06T09:04:39.156Z Downloaded num_enum_derive v0.5.11
3962026-05-06T09:04:39.156Z Downloaded jobserver v0.1.34
3972026-05-06T09:04:39.156Z Downloaded ingot v0.1.1
3982026-05-06T09:04:39.156Z Downloaded num-derive v0.3.3
3992026-05-06T09:04:39.159Z Downloaded bitflags v2.9.4
4002026-05-06T09:04:39.159Z Downloaded opaque-debug v0.3.1
4012026-05-06T09:04:39.162Z Downloaded cexpr v0.6.0
4022026-05-06T09:04:39.162Z Downloaded anyhow v1.0.102
4032026-05-06T09:04:39.165Z Downloaded openssl-macros v0.1.1
4042026-05-06T09:04:39.167Z Downloaded olpc-cjson v0.1.4
4052026-05-06T09:04:39.167Z Downloaded openssl-probe v0.1.6
4062026-05-06T09:04:39.170Z Downloaded darling v0.23.0
4072026-05-06T09:04:39.173Z Downloaded parse-display v0.10.0
4082026-05-06T09:04:39.175Z Downloaded darling v0.21.3
4092026-05-06T09:04:39.178Z Downloaded lock_api v0.4.14
4102026-05-06T09:04:39.181Z Downloaded mime v0.3.17
4112026-05-06T09:04:39.181Z Downloaded linear-map v1.2.0
4122026-05-06T09:04:39.183Z Downloaded crossbeam-epoch v0.9.18
4132026-05-06T09:04:39.186Z Downloaded omicron-workspace-hack v0.1.0
4142026-05-06T09:04:39.186Z Downloaded libloading v0.8.9
4152026-05-06T09:04:39.189Z Downloaded plain v0.2.3
4162026-05-06T09:04:39.189Z Downloaded pin-utils v0.1.0
4172026-05-06T09:04:39.192Z Downloaded phf_shared v0.12.1
4182026-05-06T09:04:39.192Z Downloaded getrandom v0.2.16
4192026-05-06T09:04:39.194Z Downloaded libsw-core v0.3.2
4202026-05-06T09:04:39.197Z Downloaded proc-macro-crate v1.3.1
4212026-05-06T09:04:39.197Z Downloaded httparse v1.10.1
4222026-05-06T09:04:39.200Z Downloaded deranged v0.5.3
4232026-05-06T09:04:39.202Z Downloaded group v0.13.0
4242026-05-06T09:04:39.202Z Downloaded num_threads v0.1.7
4252026-05-06T09:04:39.205Z Downloaded pretty-hex v0.4.1
4262026-05-06T09:04:39.205Z Downloaded num_enum_derive v0.7.6
4272026-05-06T09:04:39.208Z Downloaded num-rational v0.4.2
4282026-05-06T09:04:39.208Z Downloaded powerfmt v0.2.0
4292026-05-06T09:04:39.211Z Downloaded native-tls v0.2.14
4302026-05-06T09:04:39.214Z Downloaded num_enum v0.5.11
4312026-05-06T09:04:39.217Z Downloaded num_enum v0.7.6
4322026-05-06T09:04:39.219Z Downloaded progenitor-client v0.11.1
4332026-05-06T09:04:39.219Z Downloaded progenitor-client v0.10.0
4342026-05-06T09:04:39.223Z Downloaded proc-macro-error-attr v1.0.4
4352026-05-06T09:04:39.223Z Downloaded progenitor-macro v0.10.0
4362026-05-06T09:04:39.226Z Downloaded proc-macro-error-attr2 v2.0.0
4372026-05-06T09:04:39.226Z Downloaded litemap v0.8.0
4382026-05-06T09:04:39.228Z Downloaded ingot-macros v0.1.1
4392026-05-06T09:04:39.228Z Downloaded getrandom v0.4.2
4402026-05-06T09:04:39.231Z Downloaded quick-error v1.2.3
4412026-05-06T09:04:39.234Z Downloaded progenitor-macro v0.13.0
4422026-05-06T09:04:39.234Z Downloaded potential_utf v0.1.3
4432026-05-06T09:04:39.236Z Downloaded multer v3.1.0
4442026-05-06T09:04:39.239Z Downloaded ipnet v2.11.0
4452026-05-06T09:04:39.239Z Downloaded rand_xorshift v0.4.0
4462026-05-06T09:04:39.241Z Downloaded ref-cast-impl v1.0.25
4472026-05-06T09:04:39.242Z Downloaded progenitor-macro v0.11.1
4482026-05-06T09:04:39.244Z Downloaded ref-cast v1.0.25
4492026-05-06T09:04:39.244Z Downloaded getrandom v0.3.4
4502026-05-06T09:04:39.247Z Downloaded num-integer v0.1.46
4512026-05-06T09:04:39.250Z Downloaded oxnet v0.1.4
4522026-05-06T09:04:39.250Z Downloaded memmap2 v0.9.8
4532026-05-06T09:04:39.252Z Downloaded rand_chacha v0.3.1
4542026-05-06T09:04:39.255Z Downloaded pest_generator v2.8.2
4552026-05-06T09:04:39.255Z Downloaded pkg-config v0.3.32
4562026-05-06T09:04:39.258Z Downloaded paste v1.0.15
4572026-05-06T09:04:39.258Z Downloaded crossbeam-channel v0.5.15
4582026-05-06T09:04:39.261Z Downloaded rustc_version v0.4.1
4592026-05-06T09:04:39.264Z Downloaded rustc_version v0.1.7
4602026-05-06T09:04:39.264Z Downloaded pin-project-lite v0.2.16
4612026-05-06T09:04:39.267Z Downloaded phf v0.12.1
4622026-05-06T09:04:39.269Z Downloaded rustc-hash v2.1.1
4632026-05-06T09:04:39.272Z Downloaded pem v3.0.5
4642026-05-06T09:04:39.272Z Downloaded percent-encoding v2.3.2
4652026-05-06T09:04:39.274Z Downloaded newtype-uuid v1.3.2
4662026-05-06T09:04:39.274Z Downloaded base64 v0.22.1
4672026-05-06T09:04:39.277Z Downloaded password-hash v0.5.0
4682026-05-06T09:04:39.280Z Downloaded parse-display-derive v0.10.0
4692026-05-06T09:04:39.280Z Downloaded oxide-tokio-rt v0.1.4
4702026-05-06T09:04:39.283Z Downloaded icu_provider v2.0.0
4712026-05-06T09:04:39.283Z Downloaded icu_properties v2.0.1
4722026-05-06T09:04:39.285Z Downloaded libsw v3.5.0
4732026-05-06T09:04:39.288Z Downloaded num-complex v0.4.6
4742026-05-06T09:04:39.288Z Downloaded iana-time-zone v0.1.64
4752026-05-06T09:04:39.291Z Downloaded scroll_derive v0.13.1
4762026-05-06T09:04:39.291Z Downloaded scroll_derive v0.12.1
4772026-05-06T09:04:39.293Z Downloaded progenitor v0.11.1
4782026-05-06T09:04:39.293Z Downloaded same-file v1.0.6
4792026-05-06T09:04:39.296Z Downloaded scopeguard v1.2.0
4802026-05-06T09:04:39.296Z Downloaded owo-colors v4.3.0
4812026-05-06T09:04:39.299Z Downloaded once_cell v1.21.3
4822026-05-06T09:04:39.302Z Downloaded progenitor v0.10.0
4832026-05-06T09:04:39.302Z Downloaded proc-macro-error2 v2.0.1
4842026-05-06T09:04:39.304Z Downloaded rand_core v0.6.4
4852026-05-06T09:04:39.304Z Downloaded elliptic-curve v0.13.8
4862026-05-06T09:04:39.307Z Downloaded omicron-zone-package v0.12.2
4872026-05-06T09:04:39.310Z Downloaded serde-big-array v0.5.1
4882026-05-06T09:04:39.313Z Downloaded search_path v0.1.4
4892026-05-06T09:04:39.313Z Downloaded serde_spanned v0.6.9
4902026-05-06T09:04:39.315Z Downloaded quote v1.0.45
4912026-05-06T09:04:39.315Z Downloaded rand_core v0.9.3
4922026-05-06T09:04:39.318Z Downloaded log v0.4.29
4932026-05-06T09:04:39.321Z Downloaded pest_derive v2.8.2
4942026-05-06T09:04:39.321Z Downloaded parking_lot_core v0.9.12
4952026-05-06T09:04:39.324Z Downloaded resolv-conf v0.7.5
4962026-05-06T09:04:39.326Z Downloaded parking_lot v0.12.5
4972026-05-06T09:04:39.326Z Downloaded serde_spanned v1.0.4
4982026-05-06T09:04:39.329Z Downloaded serde_repr v0.1.20
4992026-05-06T09:04:39.329Z Downloaded chacha20poly1305 v0.10.1
5002026-05-06T09:04:39.332Z Downloaded serde_plain v1.0.2
5012026-05-06T09:04:39.332Z Downloaded semver v0.1.20
5022026-05-06T09:04:39.334Z Downloaded sha1 v0.10.6
5032026-05-06T09:04:39.334Z Downloaded pin-project-internal v1.1.10
5042026-05-06T09:04:39.337Z Downloaded pest_meta v2.8.2
5052026-05-06T09:04:39.337Z Downloaded serde_urlencoded v0.7.1
5062026-05-06T09:04:39.340Z Downloaded secrecy v0.10.3
5072026-05-06T09:04:39.340Z Downloaded poly1305 v0.8.0
5082026-05-06T09:04:39.343Z Downloaded darling_core v0.21.3
5092026-05-06T09:04:39.346Z Downloaded rustversion v1.0.22
5102026-05-06T09:04:39.348Z Downloaded sigpipe v0.1.3
5112026-05-06T09:04:39.348Z Downloaded rustls-pemfile v2.2.0
5122026-05-06T09:04:39.351Z Downloaded signal-hook-tokio v0.3.1
5132026-05-06T09:04:39.351Z Downloaded progenitor-client v0.13.0
5142026-05-06T09:04:39.354Z Downloaded icu_normalizer v2.0.0
5152026-05-06T09:04:39.357Z Downloaded ppv-lite86 v0.2.21
5162026-05-06T09:04:39.357Z Downloaded proc-macro-error v1.0.4
5172026-05-06T09:04:39.359Z Downloaded git-stub-vcs v0.1.0
5182026-05-06T09:04:39.359Z Downloaded indexmap v1.9.3
5192026-05-06T09:04:39.362Z Downloaded siphasher v1.0.1
5202026-05-06T09:04:39.365Z Downloaded slog-bunyan v2.5.0
5212026-05-06T09:04:39.365Z Downloaded schemars_derive v0.8.22
5222026-05-06T09:04:39.368Z Downloaded smawk v0.3.2
5232026-05-06T09:04:39.368Z Downloaded strsim v0.11.1
5242026-05-06T09:04:39.368Z Downloaded progenitor v0.13.0
5252026-05-06T09:04:39.371Z Downloaded rusty-fork v0.3.0
5262026-05-06T09:04:39.371Z Downloaded defmt v1.0.1
5272026-05-06T09:04:39.373Z Downloaded base64ct v1.8.0
5282026-05-06T09:04:39.376Z Downloaded stable_deref_trait v1.2.0
5292026-05-06T09:04:39.376Z Downloaded bytes v1.11.1
5302026-05-06T09:04:39.379Z Downloaded darling_core v0.23.0
5312026-05-06T09:04:39.382Z Downloaded papergrid v0.11.0
5322026-05-06T09:04:39.384Z Downloaded allocator-api2 v0.2.21
5332026-05-06T09:04:39.387Z Downloaded rand_core v0.10.1
5342026-05-06T09:04:39.390Z Downloaded macaddr v1.0.1
5352026-05-06T09:04:39.390Z Downloaded strum v0.26.3
5362026-05-06T09:04:39.390Z Downloaded structmeta v0.3.0
5372026-05-06T09:04:39.393Z Downloaded structmeta-derive v0.3.0
5382026-05-06T09:04:39.393Z Downloaded dropshot-api-manager v0.5.2
5392026-05-06T09:04:39.395Z Downloaded papergrid v0.17.0
5402026-05-06T09:04:39.398Z Downloaded serde_path_to_error v0.1.20
5412026-05-06T09:04:39.401Z Downloaded serde_derive_internals v0.29.1
5422026-05-06T09:04:39.401Z Downloaded rand_chacha v0.9.0
5432026-05-06T09:04:39.404Z Downloaded quinn-udp v0.5.14
5442026-05-06T09:04:39.404Z Downloaded crypto-bigint v0.5.5
5452026-05-06T09:04:39.407Z Downloaded sync_wrapper v1.0.2
5462026-05-06T09:04:39.409Z Downloaded subtle v2.6.1
5472026-05-06T09:04:39.409Z Downloaded hickory-resolver v0.24.4
5482026-05-06T09:04:39.412Z Downloaded postcard v1.1.3
5492026-05-06T09:04:39.415Z Downloaded supports-color v3.0.2
5502026-05-06T09:04:39.415Z Downloaded heapless v0.8.0
5512026-05-06T09:04:39.418Z Downloaded strum v0.27.2
5522026-05-06T09:04:39.420Z Downloaded serde_tokenstream v0.2.3
5532026-05-06T09:04:39.420Z Downloaded tabwriter v1.4.1
5542026-05-06T09:04:39.420Z Downloaded termtree v0.5.1
5552026-05-06T09:04:39.423Z Downloaded terminal_size v0.4.3
5562026-05-06T09:04:39.423Z Downloaded pin-project v1.1.10
5572026-05-06T09:04:39.429Z Downloaded tagptr v0.2.0
5582026-05-06T09:04:39.432Z Downloaded testing_table v0.3.0
5592026-05-06T09:04:39.432Z Downloaded take_mut v0.2.2
5602026-05-06T09:04:39.435Z Downloaded proc-macro2 v1.0.106
5612026-05-06T09:04:39.435Z Downloaded slog-dtrace v0.3.0
5622026-05-06T09:04:39.437Z Downloaded jiff-static v0.2.15
5632026-05-06T09:04:39.438Z Downloaded slab v0.4.11
5642026-05-06T09:04:39.440Z Downloaded snafu-derive v0.8.9
5652026-05-06T09:04:39.440Z Downloaded smf v0.2.3
5662026-05-06T09:04:39.443Z Downloaded slog-json v2.6.1
5672026-05-06T09:04:39.443Z Downloaded thread-id v5.0.0
5682026-05-06T09:04:39.443Z Downloaded thread-id v4.2.2
5692026-05-06T09:04:39.446Z Downloaded thiserror-impl-no-std v2.0.2
5702026-05-06T09:04:39.446Z Downloaded expectorate v1.2.0
5712026-05-06T09:04:39.449Z Downloaded scroll v0.12.0
5722026-05-06T09:04:39.449Z Downloaded slog-async v2.8.0
5732026-05-06T09:04:39.451Z Downloaded num-traits v0.2.19
5742026-05-06T09:04:39.451Z Downloaded ryu v1.0.20
5752026-05-06T09:04:39.454Z Downloaded progenitor-impl v0.10.0
5762026-05-06T09:04:39.457Z Downloaded time-core v0.1.8
5772026-05-06T09:04:39.457Z Downloaded static_assertions v1.1.0
5782026-05-06T09:04:39.457Z Downloaded progenitor-impl v0.13.0
5792026-05-06T09:04:39.460Z Downloaded miniz_oxide v0.8.9
5802026-05-06T09:04:39.462Z Downloaded hickory-resolver v0.25.2
5812026-05-06T09:04:39.465Z Downloaded tinyvec_macros v0.1.1
5822026-05-06T09:04:39.465Z Downloaded openssl-sys v0.9.112
5832026-05-06T09:04:39.468Z Downloaded const_format v0.2.34
5842026-05-06T09:04:39.470Z Downloaded sha2 v0.10.9
5852026-05-06T09:04:39.473Z Downloaded serde_with_macros v3.18.0
5862026-05-06T09:04:39.473Z Downloaded tokio-macros v2.7.0
5872026-05-06T09:04:39.476Z Downloaded half v2.7.1
5882026-05-06T09:04:39.476Z Downloaded aho-corasick v1.1.3
5892026-05-06T09:04:39.478Z Downloaded swrite v0.1.0
5902026-05-06T09:04:39.481Z Downloaded signal-hook-registry v1.4.6
5912026-05-06T09:04:39.481Z Downloaded shlex v1.3.0
5922026-05-06T09:04:39.484Z Downloaded icu_normalizer_data v2.0.0
5932026-05-06T09:04:39.484Z Downloaded tabled_derive v0.11.0
5942026-05-06T09:04:39.488Z Downloaded indexmap v2.13.0
5952026-05-06T09:04:39.490Z Downloaded icu_locale_core v2.0.0
5962026-05-06T09:04:39.490Z Downloaded toml_datetime v0.6.11
5972026-05-06T09:04:39.493Z Downloaded synstructure v0.13.2
5982026-05-06T09:04:39.493Z Downloaded topological-sort v0.2.2
5992026-05-06T09:04:39.494Z Downloaded icu_collections v2.0.0
6002026-05-06T09:04:39.497Z Downloaded thiserror v1.0.69
6012026-05-06T09:04:39.507Z Downloaded tower-layer v0.3.3
6022026-05-06T09:04:39.510Z Downloaded thiserror-impl v1.0.69
6032026-05-06T09:04:39.510Z Downloaded thiserror-impl v2.0.18
6042026-05-06T09:04:39.513Z Downloaded thiserror-no-std v2.0.2
6052026-05-06T09:04:39.516Z Downloaded typify-macro v0.4.3
6062026-05-06T09:04:39.516Z Downloaded thiserror v2.0.18
6072026-05-06T09:04:39.519Z Downloaded thread_local v1.1.9
6082026-05-06T09:04:39.522Z Downloaded spin v0.9.8
6092026-05-06T09:04:39.524Z Downloaded progenitor-impl v0.11.1
6102026-05-06T09:04:39.524Z Downloaded time-macros v0.2.27
6112026-05-06T09:04:39.527Z Downloaded smallvec v1.15.1
6122026-05-06T09:04:39.530Z Downloaded typify-macro v0.6.1
6132026-05-06T09:04:39.530Z Downloaded unicode-linebreak v0.1.5
6142026-05-06T09:04:39.530Z Downloaded unarray v0.1.4
6152026-05-06T09:04:39.533Z Downloaded try-lock v0.2.5
6162026-05-06T09:04:39.533Z Downloaded tokio-dtrace v0.1.1
6172026-05-06T09:04:39.533Z Downloaded cc v1.2.58
6182026-05-06T09:04:39.535Z Downloaded tokio-rustls v0.25.0
6192026-05-06T09:04:39.538Z Downloaded tokio-native-tls v0.3.1
6202026-05-06T09:04:39.538Z Downloaded strum_macros v0.26.4
6212026-05-06T09:04:39.541Z Downloaded strum_macros v0.27.2
6222026-05-06T09:04:39.541Z Downloaded serde_yaml v0.9.34+deprecated
6232026-05-06T09:04:39.544Z Downloaded usdt v0.5.0
6242026-05-06T09:04:39.546Z Downloaded universal-hash v0.5.1
6252026-05-06T09:04:39.546Z Downloaded usdt-attr-macro v0.6.0
6262026-05-06T09:04:39.546Z Downloaded usdt-macro v0.6.0
6272026-05-06T09:04:39.549Z Downloaded usdt-attr-macro v0.5.0
6282026-05-06T09:04:39.549Z Downloaded usdt v0.6.0
6292026-05-06T09:04:39.549Z Downloaded usdt-macro v0.5.0
6302026-05-06T09:04:39.549Z Downloaded untrusted v0.9.0
6312026-05-06T09:04:39.552Z Downloaded untrusted v0.7.1
6322026-05-06T09:04:39.552Z Downloaded utf8_iter v1.0.4
6332026-05-06T09:04:39.554Z Downloaded unicode-xid v0.2.6
6342026-05-06T09:04:39.555Z Downloaded serde_core v1.0.228
6352026-05-06T09:04:39.557Z Downloaded signal-hook v0.3.18
6362026-05-06T09:04:39.560Z Downloaded hyper-util v0.1.19
6372026-05-06T09:04:39.563Z Downloaded tempfile v3.23.0
6382026-05-06T09:04:39.565Z Downloaded hashbrown v0.12.3
6392026-05-06T09:04:39.568Z Downloaded want v0.3.1
6402026-05-06T09:04:39.568Z Downloaded toml_writer v1.0.6+spec-1.1.0
6412026-05-06T09:04:39.568Z Downloaded toml_write v0.1.2
6422026-05-06T09:04:39.571Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6432026-05-06T09:04:39.571Z Downloaded similar v2.7.0
6442026-05-06T09:04:39.574Z Downloaded waitgroup v0.1.2
6452026-05-06T09:04:39.574Z Downloaded wait-timeout v0.2.1
6462026-05-06T09:04:39.576Z Downloaded version_check v0.9.5
6472026-05-06T09:04:39.576Z Downloaded memchr v2.7.5
6482026-05-06T09:04:39.579Z Downloaded socket2 v0.6.3
6492026-05-06T09:04:39.581Z Downloaded tower-service v0.3.3
6502026-05-06T09:04:39.581Z Downloaded slog v2.8.2
6512026-05-06T09:04:39.584Z Downloaded xattr v1.6.1
6522026-05-06T09:04:39.584Z Downloaded schemars v0.8.22
6532026-05-06T09:04:39.590Z Downloaded schemars v0.9.0
6542026-05-06T09:04:39.597Z Downloaded rayon-core v1.13.0
6552026-05-06T09:04:39.600Z Downloaded zerofrom-derive v0.1.6
6562026-05-06T09:04:39.602Z Downloaded yoke-derive v0.8.0
6572026-05-06T09:04:39.602Z Downloaded zerofrom v0.1.6
6582026-05-06T09:04:39.602Z Downloaded rand v0.8.5
6592026-05-06T09:04:39.606Z Downloaded tinystr v0.8.1
6602026-05-06T09:04:39.609Z Downloaded tokio-rustls v0.26.3
6612026-05-06T09:04:39.609Z Downloaded serde_derive v1.0.228
6622026-05-06T09:04:39.612Z Downloaded quinn v0.11.9
6632026-05-06T09:04:39.612Z Downloaded tokio-stream v0.1.17
6642026-05-06T09:04:39.614Z Downloaded zone_cfg_derive v0.3.1
6652026-05-06T09:04:39.617Z Downloaded utf8parse v0.2.2
6662026-05-06T09:04:39.617Z Downloaded usdt-impl v0.6.0
6672026-05-06T09:04:39.617Z Downloaded usdt-impl v0.5.0
6682026-05-06T09:04:39.620Z Downloaded zone v0.3.1
6692026-05-06T09:04:39.620Z Downloaded zeroize_derive v1.4.3
6702026-05-06T09:04:39.620Z Downloaded qorb v0.4.1
6712026-05-06T09:04:39.623Z Downloaded slog-term v2.9.2
6722026-05-06T09:04:39.625Z Downloaded rustls-pki-types v1.12.0
6732026-05-06T09:04:39.628Z Downloaded prettyplease v0.2.37
6742026-05-06T09:04:39.628Z Downloaded walkdir v2.5.0
6752026-05-06T09:04:39.631Z Downloaded toml_parser v1.0.6+spec-1.1.0
6762026-05-06T09:04:39.631Z Downloaded toml v0.8.23
6772026-05-06T09:04:39.634Z Downloaded nom v7.1.3
6782026-05-06T09:04:39.636Z Downloaded socket2 v0.5.10
6792026-05-06T09:04:39.636Z Downloaded textwrap v0.16.2
6802026-05-06T09:04:39.639Z Downloaded tracing-attributes v0.1.30
6812026-05-06T09:04:39.642Z Downloaded mio v1.2.0
6822026-05-06T09:04:39.644Z Downloaded yoke v0.8.0
6832026-05-06T09:04:39.644Z Downloaded whoami v1.6.1
6842026-05-06T09:04:39.647Z Downloaded vsss-rs v3.3.4
6852026-05-06T09:04:39.647Z Downloaded hashbrown v0.16.1
6862026-05-06T09:04:39.650Z Downloaded snafu v0.8.9
6872026-05-06T09:04:39.653Z Downloaded test-strategy v0.4.3
6882026-05-06T09:04:39.656Z Downloaded writeable v0.6.1
6892026-05-06T09:04:39.658Z Downloaded ucd-trie v0.1.7
6902026-05-06T09:04:39.658Z Downloaded tinyvec v1.10.0
6912026-05-06T09:04:39.662Z Downloaded schemars v1.2.0
6922026-05-06T09:04:39.668Z Downloaded zeroize v1.8.1
6932026-05-06T09:04:39.671Z Downloaded toml v0.9.11+spec-1.1.0
6942026-05-06T09:04:39.674Z Downloaded vergen v8.3.2
6952026-05-06T09:04:39.674Z Downloaded rand v0.9.2
6962026-05-06T09:04:39.676Z Downloaded zmij v1.0.17
6972026-05-06T09:04:39.679Z Downloaded toml v0.7.8
6982026-05-06T09:04:39.682Z Downloaded tar v0.4.45
6992026-05-06T09:04:39.682Z Downloaded iri-string v0.7.8
7002026-05-06T09:04:39.685Z Downloaded hashbrown v0.15.5
7012026-05-06T09:04:39.689Z Downloaded steno v0.4.1
7022026-05-06T09:04:39.692Z Downloaded hyper v1.8.1
7032026-05-06T09:04:39.695Z Downloaded term v1.2.0
7042026-05-06T09:04:39.698Z Downloaded iddqd v0.3.17
7052026-05-06T09:04:39.702Z Downloaded unicode-ident v1.0.24
7062026-05-06T09:04:39.704Z Downloaded rustls-webpki v0.103.6
7072026-05-06T09:04:39.707Z Downloaded typify v0.6.1
7082026-05-06T09:04:39.707Z Downloaded minimal-lexical v0.2.1
7092026-05-06T09:04:39.710Z Downloaded http v1.4.0
7102026-05-06T09:04:39.713Z Downloaded serde v1.0.228
7112026-05-06T09:04:39.716Z Downloaded pest v2.8.2
7122026-05-06T09:04:39.718Z Downloaded zerocopy-derive v0.7.35
7132026-05-06T09:04:39.721Z Downloaded unsafe-libyaml v0.2.11
7142026-05-06T09:04:39.723Z Downloaded rand v0.10.1
7152026-05-06T09:04:39.726Z Downloaded zerovec-derive v0.11.1
7162026-05-06T09:04:39.726Z Downloaded uuid v1.20.0
7172026-05-06T09:04:39.729Z Downloaded icu_properties_data v2.0.1
7182026-05-06T09:04:39.732Z Downloaded idna v1.1.0
7192026-05-06T09:04:39.735Z Downloaded curl v0.4.49
7202026-05-06T09:04:39.737Z Downloaded itertools v0.14.0
7212026-05-06T09:04:39.742Z Downloaded tracing-core v0.1.34
7222026-05-06T09:04:39.744Z Downloaded toml_edit v0.22.27
7232026-05-06T09:04:39.747Z Downloaded libm v0.2.15
7242026-05-06T09:04:39.752Z Downloaded clap_builder v4.6.0
7252026-05-06T09:04:39.756Z Downloaded tabled_derive v0.7.0
7262026-05-06T09:04:39.758Z Downloaded semver v1.0.27
7272026-05-06T09:04:39.759Z Downloaded scroll v0.13.0
7282026-05-06T09:04:39.761Z Downloaded lru-slab v0.1.2
7292026-05-06T09:04:39.761Z Downloaded lru-cache v0.1.2
7302026-05-06T09:04:39.761Z Downloaded futures-executor v0.3.32
7312026-05-06T09:04:39.764Z Downloaded fs_extra v1.3.0
7322026-05-06T09:04:39.764Z Downloaded fs-err v3.1.2
7332026-05-06T09:04:39.764Z Downloaded clap v4.6.0
7342026-05-06T09:04:39.769Z Downloaded h2 v0.4.12
7352026-05-06T09:04:39.773Z Downloaded typenum v1.18.0
7362026-05-06T09:04:39.776Z Downloaded futures-util v0.3.32
7372026-05-06T09:04:39.781Z Downloaded typify v0.4.3
7382026-05-06T09:04:39.784Z Downloaded tracing v0.1.41
7392026-05-06T09:04:39.787Z Downloaded hkdf v0.12.4
7402026-05-06T09:04:39.791Z Downloaded chacha20 v0.10.0
7412026-05-06T09:04:39.791Z Downloaded crossbeam-deque v0.8.6
7422026-05-06T09:04:39.791Z Downloaded managed v0.8.0
7432026-05-06T09:04:39.793Z Downloaded async-trait v0.1.89
7442026-05-06T09:04:39.793Z Downloaded const_format_proc_macros v0.2.34
7452026-05-06T09:04:39.793Z Downloaded url v2.5.7
7462026-05-06T09:04:39.796Z Downloaded clang-sys v1.8.1
7472026-05-06T09:04:39.799Z Downloaded backoff v0.4.0
7482026-05-06T09:04:39.799Z Downloaded blake3 v1.8.2
7492026-05-06T09:04:39.802Z Downloaded async-recursion v1.1.1
7502026-05-06T09:04:39.805Z Downloaded arrayvec v0.7.6
7512026-05-06T09:04:39.807Z Downloaded anstyle-parse v1.0.0
7522026-05-06T09:04:39.807Z Downloaded chacha20 v0.9.1
7532026-05-06T09:04:39.810Z Downloaded http-body-util v0.1.3
7542026-05-06T09:04:39.810Z Downloaded glob v0.3.3
7552026-05-06T09:04:39.810Z Downloaded toml_edit v0.19.15
7562026-05-06T09:04:39.818Z Downloaded regex v1.12.3
7572026-05-06T09:04:39.822Z Downloaded goblin v0.10.1
7582026-05-06T09:04:39.825Z Downloaded zerocopy-derive v0.8.27
7592026-05-06T09:04:39.829Z Downloaded itertools v0.12.1
7602026-05-06T09:04:39.832Z Downloaded zerotrie v0.2.2
7612026-05-06T09:04:39.835Z Downloaded foreign-types v0.3.2
7622026-05-06T09:04:39.835Z Downloaded erased-serde v0.3.31
7632026-05-06T09:04:39.838Z Downloaded clap_lex v1.1.0
7642026-05-06T09:04:39.838Z Downloaded autocfg v1.5.0
7652026-05-06T09:04:39.840Z Downloaded goblin v0.8.2
7662026-05-06T09:04:39.843Z Downloaded anstream v1.0.0
7672026-05-06T09:04:39.843Z Downloaded either v1.15.0
7682026-05-06T09:04:39.846Z Downloaded foreign-types v0.5.0
7692026-05-06T09:04:39.846Z Downloaded gethostname v0.5.0
7702026-05-06T09:04:39.846Z Downloaded futures-core v0.3.32
7712026-05-06T09:04:39.846Z Downloaded convert_case v0.4.0
7722026-05-06T09:04:39.846Z Downloaded cipher v0.4.4
7732026-05-06T09:04:39.849Z Downloaded tower v0.5.2
7742026-05-06T09:04:39.852Z Downloaded reqwest v0.13.2
7752026-05-06T09:04:39.856Z Downloaded typed-path v0.9.3
7762026-05-06T09:04:39.859Z Downloaded git2 v0.19.0
7772026-05-06T09:04:39.864Z Downloaded unicode-segmentation v1.12.0
7782026-05-06T09:04:39.866Z Downloaded tokio-util v0.7.16
7792026-05-06T09:04:39.869Z Downloaded reqwest v0.12.23
7802026-05-06T09:04:39.873Z Downloaded rayon v1.11.0
7812026-05-06T09:04:39.878Z Downloaded serde_json v1.0.149
7822026-05-06T09:04:39.882Z Downloaded derive-where v1.6.0
7832026-05-06T09:04:39.884Z Downloaded aws-lc-rs v1.16.2
7842026-05-06T09:04:39.889Z Downloaded unicode-normalization v0.1.24
7852026-05-06T09:04:39.892Z Downloaded debug-ignore v1.0.5
7862026-05-06T09:04:39.895Z Downloaded darling_macro v0.21.3
7872026-05-06T09:04:39.895Z Downloaded fastrand v2.3.0
7882026-05-06T09:04:39.895Z Downloaded cmake v0.1.54
7892026-05-06T09:04:39.895Z Downloaded curve25519-dalek-derive v0.1.1
7902026-05-06T09:04:39.895Z Downloaded form_urlencoded v1.2.2
7912026-05-06T09:04:39.895Z Downloaded darling_macro v0.23.0
7922026-05-06T09:04:39.895Z Downloaded crypto-common v0.1.6
7932026-05-06T09:04:39.898Z Downloaded crucible-workspace-hack v0.1.0
7942026-05-06T09:04:39.898Z Downloaded tower-http v0.6.8
7952026-05-06T09:04:39.901Z Downloaded proptest v1.8.0
7962026-05-06T09:04:39.905Z Downloaded zerovec v0.11.4
7972026-05-06T09:04:39.908Z Downloaded tough v0.20.0
7982026-05-06T09:04:39.913Z Downloaded cpufeatures v0.3.0
7992026-05-06T09:04:39.916Z Downloaded cfg_aliases v0.2.1
8002026-05-06T09:04:39.916Z Downloaded cfg-if v1.0.3
8012026-05-06T09:04:39.916Z Downloaded atomicwrites v0.4.4
8022026-05-06T09:04:39.916Z Downloaded console v0.15.11
8032026-05-06T09:04:39.919Z Downloaded csv-core v0.1.12
8042026-05-06T09:04:39.919Z Downloaded portable-atomic v1.11.1
8052026-05-06T09:04:39.922Z Downloaded bindgen v0.72.1
8062026-05-06T09:04:39.927Z Downloaded display-error-chain v0.2.2
8072026-05-06T09:04:39.929Z Downloaded futures-channel v0.3.32
8082026-05-06T09:04:39.929Z Downloaded equivalent v1.0.2
8092026-05-06T09:04:39.929Z Downloaded dtrace-parser v0.3.0
8102026-05-06T09:04:39.932Z Downloaded dof v0.3.0
8112026-05-06T09:04:39.932Z Downloaded bit-set v0.8.0
8122026-05-06T09:04:39.932Z Downloaded drift v0.1.3
8132026-05-06T09:04:39.936Z Downloaded block-buffer v0.10.4
8142026-05-06T09:04:39.936Z Downloaded embedded-io v0.4.0
8152026-05-06T09:04:39.938Z Downloaded cstr-argument v0.1.2
8162026-05-06T09:04:39.938Z Downloaded serde_with v3.18.0
8172026-05-06T09:04:39.943Z Downloaded blake2 v0.10.6
8182026-05-06T09:04:39.946Z Downloaded bitflags v1.3.2
8192026-05-06T09:04:39.949Z Downloaded base16ct v0.2.0
8202026-05-06T09:04:39.949Z Downloaded anstyle-query v1.1.4
8212026-05-06T09:04:39.949Z Downloaded anstyle v1.0.14
8222026-05-06T09:04:39.949Z Downloaded camino v1.2.2
8232026-05-06T09:04:39.952Z Downloaded aead v0.5.2
8242026-05-06T09:04:39.952Z Downloaded bytecount v0.6.9
8252026-05-06T09:04:39.955Z Downloaded chrono v0.4.44
8262026-05-06T09:04:39.958Z Downloaded rustls-webpki v0.102.8
8272026-05-06T09:04:39.972Z Downloaded zerocopy v0.7.35
8282026-05-06T09:04:39.985Z Downloaded winnow v0.7.14
8292026-05-06T09:04:39.995Z Downloaded winnow v0.5.40
8302026-05-06T09:04:40.004Z Downloaded tabled v0.15.0
8312026-05-06T09:04:40.012Z Downloaded openssl v0.10.76
8322026-05-06T09:04:40.018Z Downloaded syn v1.0.109
8332026-05-06T09:04:40.023Z Downloaded tabled v0.20.0
8342026-05-06T09:04:40.033Z Downloaded quinn-proto v0.11.14
8352026-05-06T09:04:40.038Z Downloaded winnow v1.0.1
8362026-05-06T09:04:40.044Z Downloaded moka v0.12.11
8372026-05-06T09:04:40.049Z Downloaded curve25519-dalek v4.1.3
8382026-05-06T09:04:40.056Z Downloaded time v0.3.47
8392026-05-06T09:04:40.063Z Downloaded vcpkg v0.2.15
8402026-05-06T09:04:40.086Z Downloaded nix v0.31.2
8412026-05-06T09:04:40.093Z Downloaded unicode-width v0.1.14
8422026-05-06T09:04:40.100Z Downloaded bstr v1.12.0
8432026-05-06T09:04:40.105Z Downloaded hickory-proto v0.24.4
8442026-05-06T09:04:40.114Z Downloaded webpki-roots v1.0.2
8452026-05-06T09:04:40.117Z Downloaded unicode-width v0.2.1
8462026-05-06T09:04:40.120Z Downloaded syn v2.0.117
8472026-05-06T09:04:40.126Z Downloaded openapiv3 v2.2.0
8482026-05-06T09:04:40.133Z Downloaded nix v0.30.1
8492026-05-06T09:04:40.140Z Downloaded smoltcp v0.11.0
8502026-05-06T09:04:40.146Z Downloaded hickory-proto v0.25.2
8512026-05-06T09:04:40.155Z Downloaded zerocopy v0.8.27
8522026-05-06T09:04:40.168Z Downloaded rustls v0.23.32
8532026-05-06T09:04:40.175Z Downloaded rustix v0.38.44
8542026-05-06T09:04:40.187Z Downloaded regress v0.10.5
8552026-05-06T09:04:40.192Z Downloaded typify-impl v0.4.3
8562026-05-06T09:04:40.199Z Downloaded rustix v1.1.2
8572026-05-06T09:04:40.212Z Downloaded rustls v0.22.4
8582026-05-06T09:04:40.219Z Downloaded regex-syntax v0.8.6
8592026-05-06T09:04:40.222Z Downloaded dropshot v0.16.7
8602026-05-06T09:04:40.234Z Downloaded regex-automata v0.4.13
8612026-05-06T09:04:40.249Z Downloaded petgraph v0.6.5
8622026-05-06T09:04:40.259Z Downloaded typify-impl v0.6.1
8632026-05-06T09:04:40.269Z Downloaded petgraph v0.8.2
8642026-05-06T09:04:40.282Z Downloaded sha3 v0.10.8
8652026-05-06T09:04:40.309Z Downloaded encoding_rs v0.8.35
8662026-05-06T09:04:40.337Z Downloaded jiff v0.2.15
8672026-05-06T09:04:40.371Z Downloaded chrono-tz v0.10.4
8682026-05-06T09:04:40.411Z Downloaded libc v0.2.183
8692026-05-06T09:04:40.429Z Downloaded libz-sys v1.1.22
8702026-05-06T09:04:40.440Z Downloaded csv v1.3.1
8712026-05-06T09:04:40.475Z Downloaded tokio v1.52.1
8722026-05-06T09:04:40.619Z Downloaded ring v0.17.14
8732026-05-06T09:04:40.675Z Downloaded libgit2-sys v0.17.0+1.8.1
8742026-05-06T09:04:40.704Z Downloaded curl-sys v0.4.83+curl-8.15.0
8752026-05-06T09:04:41.194Z Downloaded aws-lc-sys v0.39.1
8762026-05-06T09:04:41.498Z Compiling proc-macro2 v1.0.106
8772026-05-06T09:04:41.499Z Compiling quote v1.0.45
8782026-05-06T09:04:41.499Z Compiling unicode-ident v1.0.24
8792026-05-06T09:04:41.501Z Compiling serde_core v1.0.228
8802026-05-06T09:04:41.502Z Compiling serde v1.0.228
8812026-05-06T09:04:41.502Z Compiling libc v0.2.183
8822026-05-06T09:04:41.502Z Checking cfg-if v1.0.3
8832026-05-06T09:04:41.830Z Compiling zmij v1.0.17
8842026-05-06T09:04:41.847Z Compiling autocfg v1.5.0
8852026-05-06T09:04:42.167Z Compiling memchr v2.7.5
8862026-05-06T09:04:42.217Z Compiling getrandom v0.3.4
8872026-05-06T09:04:42.220Z Compiling libm v0.2.15
8882026-05-06T09:04:42.616Z Checking itoa v1.0.15
8892026-05-06T09:04:42.672Z Checking smallvec v1.15.1
8902026-05-06T09:04:42.690Z Compiling shlex v1.3.0
8912026-05-06T09:04:42.735Z Compiling jobserver v0.1.34
8922026-05-06T09:04:42.854Z Compiling thiserror v2.0.18
8932026-05-06T09:04:42.874Z Compiling find-msvc-tools v0.1.9
8942026-05-06T09:04:42.940Z Compiling syn v2.0.117
8952026-05-06T09:04:42.959Z Compiling version_check v0.9.5
8962026-05-06T09:04:42.994Z Compiling icu_properties_data v2.0.1
8972026-05-06T09:04:43.048Z Compiling cc v1.2.58
8982026-05-06T09:04:43.110Z Compiling icu_normalizer_data v2.0.0
8992026-05-06T09:04:43.257Z Compiling parking_lot_core v0.9.12
9002026-05-06T09:04:43.372Z Checking stable_deref_trait v1.2.0
9012026-05-06T09:04:43.390Z Compiling serde_json v1.0.149
9022026-05-06T09:04:43.580Z Compiling heck v0.5.0
9032026-05-06T09:04:43.711Z Checking writeable v0.6.1
9042026-05-06T09:04:43.749Z Checking litemap v0.8.0
9052026-05-06T09:04:43.805Z Compiling num-traits v0.2.19
9062026-05-06T09:04:43.893Z Checking percent-encoding v2.3.2
9072026-05-06T09:04:44.042Z Checking form_urlencoded v1.2.2
9082026-05-06T09:04:44.157Z Checking utf8_iter v1.0.4
9092026-05-06T09:04:44.175Z Compiling zerocopy v0.8.27
9102026-05-06T09:04:44.227Z Checking pin-project-lite v0.2.16
9112026-05-06T09:04:44.246Z Checking iana-time-zone v0.1.64
9122026-05-06T09:04:44.281Z Compiling rustversion v1.0.22
9132026-05-06T09:04:44.300Z Compiling log v0.4.29
9142026-05-06T09:04:44.322Z Compiling allocator-api2 v0.2.21
9152026-05-06T09:04:44.351Z Compiling foldhash v0.2.0
9162026-05-06T09:04:44.477Z Compiling equivalent v1.0.2
9172026-05-06T09:04:44.637Z Compiling semver v1.0.27
9182026-05-06T09:04:44.654Z Checking socket2 v0.6.3
9192026-05-06T09:04:44.722Z Compiling hashbrown v0.16.1
9202026-05-06T09:04:44.740Z Checking uuid v1.20.0
9212026-05-06T09:04:44.789Z Checking scopeguard v1.2.0
9222026-05-06T09:04:44.916Z Checking lock_api v0.4.14
9232026-05-06T09:04:45.034Z Checking getrandom v0.2.16
9242026-05-06T09:04:45.110Z Checking signal-hook-registry v1.4.6
9252026-05-06T09:04:45.128Z Checking mio v1.2.0
9262026-05-06T09:04:45.145Z Checking parking_lot v0.12.5
9272026-05-06T09:04:45.179Z Compiling portable-atomic v1.11.1
9282026-05-06T09:04:45.235Z Checking dyn-clone v1.0.20
9292026-05-06T09:04:45.268Z Compiling schemars v0.8.22
9302026-05-06T09:04:45.407Z Checking critical-section v1.2.0
9312026-05-06T09:04:45.526Z Checking futures-core v0.3.32
9322026-05-06T09:04:45.560Z Compiling ring v0.17.14
9332026-05-06T09:04:45.612Z Compiling typenum v1.18.0
9342026-05-06T09:04:45.729Z Compiling indexmap v2.13.0
9352026-05-06T09:04:45.825Z Compiling synstructure v0.13.2
9362026-05-06T09:04:45.879Z Compiling serde_derive_internals v0.29.1
9372026-05-06T09:04:46.121Z Checking once_cell v1.21.3
9382026-05-06T09:04:46.355Z Compiling thiserror v1.0.69
9392026-05-06T09:04:46.386Z Compiling regex-syntax v0.8.6
9402026-05-06T09:04:46.521Z Compiling httparse v1.10.1
9412026-05-06T09:04:46.742Z Compiling rustix v1.1.2
9422026-05-06T09:04:46.809Z Checking futures-sink v0.3.32
9432026-05-06T09:04:46.914Z Compiling aho-corasick v1.1.3
9442026-05-06T09:04:46.932Z Checking slab v0.4.11
9452026-05-06T09:04:46.996Z Checking subtle v2.6.1
9462026-05-06T09:04:47.034Z Compiling anyhow v1.0.102
9472026-05-06T09:04:47.055Z Compiling serde_derive v1.0.228
9482026-05-06T09:04:47.106Z Compiling zerofrom-derive v0.1.6
9492026-05-06T09:04:47.109Z Compiling yoke-derive v0.8.0
9502026-05-06T09:04:47.149Z Compiling zerovec-derive v0.11.1
9512026-05-06T09:04:47.355Z Compiling displaydoc v0.2.5
9522026-05-06T09:04:48.106Z Compiling thiserror-impl v2.0.18
9532026-05-06T09:04:48.164Z Compiling schemars_derive v0.8.22
9542026-05-06T09:04:48.244Z Compiling tokio-macros v2.7.0
9552026-05-06T09:04:48.342Z Checking zerofrom v0.1.6
9562026-05-06T09:04:48.369Z Compiling zerocopy-derive v0.8.27
9572026-05-06T09:04:48.466Z Checking yoke v0.8.0
9582026-05-06T09:04:48.485Z Compiling futures-macro v0.3.32
9592026-05-06T09:04:48.644Z Checking zerovec v0.11.4
9602026-05-06T09:04:48.954Z Checking zerotrie v0.2.2
9612026-05-06T09:04:49.198Z Compiling zeroize_derive v1.4.3
9622026-05-06T09:04:49.283Z Compiling thiserror-impl v1.0.69
9632026-05-06T09:04:49.350Z Checking tinystr v0.8.1
9642026-05-06T09:04:49.419Z Checking potential_utf v0.1.3
9652026-05-06T09:04:49.588Z Checking icu_locale_core v2.0.0
9662026-05-06T09:04:49.606Z Checking icu_collections v2.0.0
9672026-05-06T09:04:49.728Z Compiling regex-automata v0.4.13
9682026-05-06T09:04:49.913Z Checking zeroize v1.8.1
9692026-05-06T09:04:50.051Z Checking icu_provider v2.0.0
9702026-05-06T09:04:50.070Z Compiling ucd-trie v0.1.7
9712026-05-06T09:04:50.202Z Checking bytes v1.11.1
9722026-05-06T09:04:50.292Z Checking icu_properties v2.0.1
9732026-05-06T09:04:50.311Z Checking icu_normalizer v2.0.0
9742026-05-06T09:04:50.435Z Checking chrono v0.4.44
9752026-05-06T09:04:50.465Z Compiling serde_tokenstream v0.2.3
9762026-05-06T09:04:50.621Z Checking bitflags v2.9.4
9772026-05-06T09:04:50.642Z Checking tokio v1.52.1
9782026-05-06T09:04:50.795Z Compiling pest v2.8.2
9792026-05-06T09:04:50.972Z Checking futures-channel v0.3.32
9802026-05-06T09:04:51.122Z Checking idna_adapter v1.2.1
9812026-05-06T09:04:51.187Z Checking rand_core v0.6.4
9822026-05-06T09:04:51.249Z Checking idna v1.1.0
9832026-05-06T09:04:51.288Z Checking futures-io v0.3.32
9842026-05-06T09:04:51.355Z Checking futures-task v0.3.32
9852026-05-06T09:04:51.406Z Compiling regex v1.12.3
9862026-05-06T09:04:51.493Z Checking url v2.5.7
9872026-05-06T09:04:51.512Z Checking futures-util v0.3.32
9882026-05-06T09:04:51.804Z Compiling pkg-config v0.3.32
9892026-05-06T09:04:52.025Z Compiling pest_meta v2.8.2
9902026-05-06T09:04:52.028Z Compiling tracing-attributes v0.1.30
9912026-05-06T09:04:52.257Z Checking tracing-core v0.1.34
9922026-05-06T09:04:52.274Z Compiling generic-array v0.14.7
9932026-05-06T09:04:52.554Z Checking fnv v1.0.7
9942026-05-06T09:04:52.573Z Compiling pest_generator v2.8.2
9952026-05-06T09:04:52.627Z Compiling vcpkg v0.2.15
9962026-05-06T09:04:52.865Z Compiling http v1.4.0
9972026-05-06T09:04:53.241Z Checking tracing v0.1.41
9982026-05-06T09:04:53.320Z Compiling pest_derive v2.8.2
9992026-05-06T09:04:53.378Z Compiling regress v0.10.5
10002026-05-06T09:04:53.397Z Compiling byteorder v1.5.0
10012026-05-06T09:04:53.421Z Compiling time-core v0.1.8
10022026-05-06T09:04:53.520Z Compiling num-conv v0.2.1
10032026-05-06T09:04:53.623Z Checking errno v0.3.14
10042026-05-06T09:04:53.679Z Compiling time-macros v0.2.27
10052026-05-06T09:04:53.747Z Checking ipnet v2.11.0
10062026-05-06T09:04:53.811Z Checking base64 v0.22.1
10072026-05-06T09:04:53.830Z Checking tokio-util v0.7.16
10082026-05-06T09:04:54.046Z Compiling scroll_derive v0.13.1
10092026-05-06T09:04:54.128Z Checking crypto-common v0.1.6
10102026-05-06T09:04:54.256Z Compiling camino v1.2.2
10112026-05-06T09:04:54.564Z Checking http-body v1.0.1
10122026-05-06T09:04:54.686Z Compiling crossbeam-utils v0.8.21
10132026-05-06T09:04:54.704Z Compiling syn v1.0.109
10142026-05-06T09:04:54.769Z Checking atomic-waker v1.1.2
10152026-05-06T09:04:54.876Z Compiling slog v2.8.2
10162026-05-06T09:04:54.920Z Checking tower-layer v0.3.3
10172026-05-06T09:04:55.019Z Compiling strsim v0.11.1
10182026-05-06T09:04:55.054Z Checking tower-service v0.3.3
10192026-05-06T09:04:55.077Z Checking try-lock v0.2.5
10202026-05-06T09:04:55.096Z Compiling paste v1.0.15
10212026-05-06T09:04:55.157Z Checking h2 v0.4.12
10222026-05-06T09:04:55.182Z Checking want v0.3.1
10232026-05-06T09:04:55.200Z Checking ipnetwork v0.21.1
10242026-05-06T09:04:55.308Z Checking ppv-lite86 v0.2.21
10252026-05-06T09:04:55.325Z Checking erased-serde v0.3.31
10262026-05-06T09:04:55.415Z Checking rustls-pki-types v1.12.0
10272026-05-06T09:04:55.442Z Checking httpdate v1.0.3
10282026-05-06T09:04:55.460Z Checking ryu v1.0.20
10292026-05-06T09:04:55.594Z Checking pretty-hex v0.4.1
10302026-05-06T09:04:55.613Z Checking pin-utils v0.1.0
10312026-05-06T09:04:55.703Z Compiling async-trait v0.1.89
10322026-05-06T09:04:55.706Z Checking socket2 v0.5.10
10332026-05-06T09:04:55.886Z Checking untrusted v0.9.0
10342026-05-06T09:04:55.930Z Compiling ident_case v1.0.1
10352026-05-06T09:04:55.955Z Compiling scroll v0.13.0
10362026-05-06T09:04:56.014Z Compiling openssl-sys v0.9.112
10372026-05-06T09:04:56.053Z Checking plain v0.2.3
10382026-05-06T09:04:56.161Z Compiling usdt-impl v0.6.0
10392026-05-06T09:04:56.231Z Compiling goblin v0.10.1
10402026-05-06T09:04:56.249Z Checking http-body-util v0.1.3
10412026-05-06T09:04:56.437Z Checking block-buffer v0.10.4
10422026-05-06T09:04:56.467Z Compiling openapiv3 v2.2.0
10432026-05-06T09:04:56.579Z Compiling slog-async v2.8.0
10442026-05-06T09:04:56.944Z Checking digest v0.10.7
10452026-05-06T09:04:56.992Z Checking hyper v1.8.1
10462026-05-06T09:04:57.012Z Checking serde_urlencoded v0.7.1
10472026-05-06T09:04:57.139Z Checking oxnet v0.1.4
10482026-05-06T09:04:57.226Z Compiling typify-impl v0.4.3
10492026-05-06T09:04:57.380Z Compiling dtrace-parser v0.3.0
10502026-05-06T09:04:57.860Z Checking hyper-util v0.1.19
10512026-05-06T09:04:57.879Z Compiling cmake v0.1.54
10522026-05-06T09:04:57.997Z Compiling thread-id v5.0.0
10532026-05-06T09:04:58.000Z Compiling dunce v1.0.5
10542026-05-06T09:04:58.067Z Compiling omicron-workspace-hack v0.1.0
10552026-05-06T09:04:58.099Z Compiling fs_extra v1.3.0
10562026-05-06T09:04:58.117Z Compiling daft-derive v0.1.4
10572026-05-06T09:04:58.218Z Checking rand_core v0.9.3
10582026-05-06T09:04:58.357Z Compiling aws-lc-sys v0.39.1
10592026-05-06T09:04:58.394Z Compiling unsafe-libyaml v0.2.11
10602026-05-06T09:04:58.419Z Checking powerfmt v0.2.0
10612026-05-06T09:04:58.576Z Checking deranged v0.5.3
10622026-05-06T09:04:58.848Z Checking rand_chacha v0.9.0
10632026-05-06T09:04:58.914Z Compiling dof v0.4.0
10642026-05-06T09:04:59.039Z Compiling serde_yaml v0.9.34+deprecated
10652026-05-06T09:04:59.072Z Checking sync_wrapper v1.0.2
10662026-05-06T09:04:59.300Z Checking num_threads v0.1.7
10672026-05-06T09:04:59.595Z Compiling rustls v0.22.4
10682026-05-06T09:04:59.733Z Compiling aws-lc-rs v1.16.2
10692026-05-06T09:04:59.913Z Checking cpufeatures v0.2.17
10702026-05-06T09:04:59.978Z Compiling usdt-attr-macro v0.6.0
10712026-05-06T09:04:59.996Z Compiling usdt-macro v0.6.0
10722026-05-06T09:05:00.019Z Checking time v0.3.47
10732026-05-06T09:05:00.066Z Checking tower v0.5.2
10742026-05-06T09:05:00.330Z Checking rand v0.9.2
10752026-05-06T09:05:00.601Z Compiling typify-macro v0.4.3
10762026-05-06T09:05:00.801Z Compiling structmeta-derive v0.3.0
10772026-05-06T09:05:00.825Z Checking encoding_rs v0.8.35
10782026-05-06T09:05:00.973Z Checking mime v0.3.17
10792026-05-06T09:05:01.146Z Checking iri-string v0.7.8
10802026-05-06T09:05:01.149Z Checking crossbeam-channel v0.5.15
10812026-05-06T09:05:01.315Z Checking futures-executor v0.3.32
10822026-05-06T09:05:01.465Z Compiling multer v3.1.0
10832026-05-06T09:05:01.489Z Checking hex v0.4.3
10842026-05-06T09:05:01.689Z Checking foreign-types-shared v0.1.1
10852026-05-06T09:05:01.707Z Checking untrusted v0.7.1
10862026-05-06T09:05:01.739Z Compiling openssl v0.10.76
10872026-05-06T09:05:01.775Z Checking fastrand v2.3.0
10882026-05-06T09:05:01.817Z Checking unicode-width v0.2.1
10892026-05-06T09:05:01.820Z Compiling structmeta v0.3.0
10902026-05-06T09:05:01.952Z Checking tempfile v3.23.0
10912026-05-06T09:05:02.029Z Checking foreign-types v0.3.2
10922026-05-06T09:05:02.048Z Checking futures v0.3.32
10932026-05-06T09:05:02.082Z Compiling typify v0.4.3
10942026-05-06T09:05:02.116Z Compiling strum_macros v0.26.4
10952026-05-06T09:05:02.119Z Compiling openssl-macros v0.1.1
10962026-05-06T09:05:02.149Z Compiling async-stream-impl v0.3.6
10972026-05-06T09:05:02.152Z Checking tower-http v0.6.8
10982026-05-06T09:05:02.201Z Checking thread_local v1.1.9
10992026-05-06T09:05:02.316Z Checking openssl-probe v0.1.6
11002026-05-06T09:05:02.421Z Compiling rustls v0.23.32
11012026-05-06T09:05:02.440Z Compiling native-tls v0.2.14
11022026-05-06T09:05:02.716Z Compiling newtype-uuid-macros v0.1.0
11032026-05-06T09:05:02.762Z Compiling dropshot v0.16.7
11042026-05-06T09:05:02.901Z Checking memmap2 v0.9.8
11052026-05-06T09:05:02.921Z Checking is-terminal v0.4.16
11062026-05-06T09:05:02.984Z Checking take_mut v0.2.2
11072026-05-06T09:05:03.012Z Compiling ref-cast v1.0.25
11082026-05-06T09:05:03.061Z Checking match_cfg v0.1.0
11092026-05-06T09:05:03.089Z Checking term v1.2.0
11102026-05-06T09:05:03.134Z Checking hostname v0.3.1
11112026-05-06T09:05:03.309Z Checking slog-term v2.9.2
11122026-05-06T09:05:03.434Z Checking slog-json v2.6.1
11132026-05-06T09:05:03.465Z Compiling darling_core v0.23.0
11142026-05-06T09:05:03.563Z Compiling dropshot_endpoint v0.16.7
11152026-05-06T09:05:03.566Z Compiling ref-cast-impl v1.0.25
11162026-05-06T09:05:03.599Z Checking slog-bunyan v2.5.0
11172026-05-06T09:05:03.684Z Compiling derive-ex v0.1.8
11182026-05-06T09:05:03.940Z Checking webpki-roots v1.0.2
11192026-05-06T09:05:04.061Z Compiling strum_macros v0.27.2
11202026-05-06T09:05:04.249Z Checking winnow v0.7.14
11212026-05-06T09:05:04.809Z Checking tokio-native-tls v0.3.1
11222026-05-06T09:05:05.203Z Checking hyper-tls v0.6.0
11232026-05-06T09:05:05.236Z Compiling test-strategy v0.4.3
11242026-05-06T09:05:05.289Z Compiling progenitor-impl v0.11.1
11252026-05-06T09:05:05.438Z Checking newtype-uuid v1.3.2
11262026-05-06T09:05:05.456Z Compiling either v1.15.0
11272026-05-06T09:05:05.641Z Compiling darling_macro v0.23.0
11282026-05-06T09:05:05.660Z Checking daft v0.1.4
11292026-05-06T09:05:05.943Z Checking rustls-webpki v0.102.8
11302026-05-06T09:05:05.999Z Checking debug-ignore v1.0.5
11312026-05-06T09:05:06.104Z Checking toml_parser v1.0.6+spec-1.1.0
11322026-05-06T09:05:06.204Z Compiling darling v0.23.0
11332026-05-06T09:05:06.289Z Compiling serde_with_macros v3.18.0
11342026-05-06T09:05:06.426Z Compiling parse-display-derive v0.10.0
11352026-05-06T09:05:06.455Z Checking usdt v0.6.0
11362026-05-06T09:05:06.616Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11372026-05-06T09:05:06.659Z Checking serde_spanned v1.0.4
11382026-05-06T09:05:06.794Z Checking toml_datetime v0.7.5+spec-1.1.0
11392026-05-06T09:05:06.995Z Checking toml_writer v1.0.6+spec-1.1.0
11402026-05-06T09:05:07.062Z Checking spin v0.9.8
11412026-05-06T09:05:07.178Z Checking toml v0.9.11+spec-1.1.0
11422026-05-06T09:05:07.356Z Compiling progenitor-macro v0.11.1
11432026-05-06T09:05:07.393Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11442026-05-06T09:05:07.396Z Checking strum v0.26.3
11452026-05-06T09:05:07.519Z Checking async-stream v0.3.6
11462026-05-06T09:05:07.648Z Checking sha1 v0.10.6
11472026-05-06T09:05:07.696Z Checking rustls-pemfile v2.2.0
11482026-05-06T09:05:07.728Z Checking tokio-rustls v0.25.0
11492026-05-06T09:05:07.751Z Checking rand_chacha v0.3.1
11502026-05-06T09:05:07.811Z Checking waitgroup v0.1.2
11512026-05-06T09:05:07.836Z Compiling toml_datetime v0.6.11
11522026-05-06T09:05:07.913Z Checking macaddr v1.0.1
11532026-05-06T09:05:07.931Z Checking serde_path_to_error v0.1.20
11542026-05-06T09:05:07.948Z Checking wait-timeout v0.2.1
11552026-05-06T09:05:07.950Z Checking hostname v0.4.2
11562026-05-06T09:05:08.066Z Checking quick-error v1.2.3
11572026-05-06T09:05:08.083Z Checking lazy_static v1.5.0
11582026-05-06T09:05:08.083Z Checking bit-vec v0.8.0
11592026-05-06T09:05:08.171Z Checking rusty-fork v0.3.0
11602026-05-06T09:05:08.186Z Checking rand v0.8.5
11612026-05-06T09:05:08.189Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11622026-05-06T09:05:08.291Z Checking bit-set v0.8.0
11632026-05-06T09:05:08.436Z Checking tabwriter v1.4.1
11642026-05-06T09:05:08.471Z Checking rand_xorshift v0.4.0
11652026-05-06T09:05:08.602Z Compiling clap_derive v4.6.0
11662026-05-06T09:05:08.688Z Checking utf8parse v0.2.2
11672026-05-06T09:05:08.707Z Checking colored v3.0.0
11682026-05-06T09:05:08.742Z Checking unarray v0.1.4
11692026-05-06T09:05:08.803Z Checking anstyle-parse v1.0.0
11702026-05-06T09:05:08.848Z Checking proptest v1.8.0
11712026-05-06T09:05:08.895Z Checking strum v0.27.2
11722026-05-06T09:05:09.008Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11732026-05-06T09:05:09.064Z Checking terminal_size v0.4.3
11742026-05-06T09:05:09.382Z Checking is_terminal_polyfill v1.70.1
11752026-05-06T09:05:09.477Z Checking colorchoice v1.0.4
11762026-05-06T09:05:09.543Z Checking anstyle v1.0.14
11772026-05-06T09:05:09.603Z Checking anstyle-query v1.1.4
11782026-05-06T09:05:09.734Z Checking anstream v1.0.0
11792026-05-06T09:05:09.911Z Checking itertools v0.14.0
11802026-05-06T09:05:10.232Z Checking clap_lex v1.1.0
11812026-05-06T09:05:10.385Z Checking clap_builder v4.6.0
11822026-05-06T09:05:10.487Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11832026-05-06T09:05:10.940Z Checking serde_with v3.18.0
11842026-05-06T09:05:11.622Z Checking clap v4.6.0
11852026-05-06T09:05:11.708Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11862026-05-06T09:05:11.789Z Checking instant v0.1.13
11872026-05-06T09:05:11.881Z Checking rustc-hash v2.1.1
11882026-05-06T09:05:12.008Z Checking iddqd v0.3.17
11892026-05-06T09:05:12.065Z Checking backoff v0.4.0
11902026-05-06T09:05:12.235Z Checking parse-display v0.10.0
11912026-05-06T09:05:12.377Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11922026-05-06T09:05:12.395Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
11932026-05-06T09:05:13.711Z Compiling cfg_aliases v0.2.1
11942026-05-06T09:05:14.294Z Compiling rustls-webpki v0.103.6
11952026-05-06T09:05:14.929Z Compiling prettyplease v0.2.37
11962026-05-06T09:05:17.025Z Checking serde_spanned v0.6.9
11972026-05-06T09:05:17.157Z Compiling memoffset v0.9.1
11982026-05-06T09:05:17.683Z Compiling tokio-rustls v0.26.3
11992026-05-06T09:05:17.962Z Compiling nix v0.30.1
12002026-05-06T09:05:18.223Z Compiling hyper-rustls v0.27.7
12012026-05-06T09:05:18.351Z Checking crossbeam-epoch v0.9.18
12022026-05-06T09:05:18.440Z Compiling reqwest v0.12.23
12032026-05-06T09:05:18.634Z Compiling winnow v0.5.40
12042026-05-06T09:05:19.616Z Compiling progenitor-client v0.11.1
12052026-05-06T09:05:19.914Z Compiling toml_edit v0.19.15
12062026-05-06T09:05:21.200Z Compiling proc-macro-crate v1.3.1
12072026-05-06T09:05:21.532Z Compiling progenitor v0.11.1
12082026-05-06T09:05:22.103Z Compiling num-integer v0.1.46
12092026-05-06T09:05:22.422Z Compiling rayon-core v1.13.0
12102026-05-06T09:05:22.633Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
12112026-05-06T09:05:22.669Z Compiling progenitor-client v0.10.0
12122026-05-06T09:05:23.507Z Compiling hubpack_derive v0.1.1
12132026-05-06T09:05:23.596Z Compiling darling_core v0.21.3
12142026-05-06T09:05:24.014Z Compiling zerocopy-derive v0.7.35
12152026-05-06T09:05:24.073Z Checking toml_write v0.1.2
12162026-05-06T09:05:24.356Z Checking toml_edit v0.22.27
12172026-05-06T09:05:24.374Z Checking hubpack v0.1.2
12182026-05-06T09:05:24.567Z Checking num-iter v0.1.45
12192026-05-06T09:05:24.689Z Checking num-rational v0.4.2
12202026-05-06T09:05:24.878Z Checking crossbeam-deque v0.8.6
12212026-05-06T09:05:25.113Z Compiling num-complex v0.4.6
12222026-05-06T09:05:25.397Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12232026-05-06T09:05:25.481Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12242026-05-06T09:05:25.499Z Checking static_assertions v1.1.0
12252026-05-06T09:05:25.686Z Compiling darling_macro v0.21.3
12262026-05-06T09:05:25.803Z Checking num v0.4.3
12272026-05-06T09:05:25.827Z Checking toml v0.8.23
12282026-05-06T09:05:26.110Z Compiling proc-macro-error-attr v1.0.4
12292026-05-06T09:05:26.138Z Compiling float-ord v0.3.2
12302026-05-06T09:05:26.233Z Compiling darling v0.21.3
12312026-05-06T09:05:26.289Z Compiling heapless v0.8.0
12322026-05-06T09:05:26.321Z Compiling ingot-macros v0.1.1
12332026-05-06T09:05:26.366Z Checking hash32 v0.3.1
12342026-05-06T09:05:26.393Z Compiling proc-macro-error v1.0.4
12352026-05-06T09:05:26.494Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12362026-05-06T09:05:26.626Z Checking bytecount v0.6.9
12372026-05-06T09:05:26.715Z Compiling smoltcp v0.11.0
12382026-05-06T09:05:27.080Z Compiling zerocopy v0.7.35
12392026-05-06T09:05:27.289Z Compiling num_enum_derive v0.7.6
12402026-05-06T09:05:27.717Z Compiling num-derive v0.3.3
12412026-05-06T09:05:28.036Z Checking cobs v0.3.0
12422026-05-06T09:05:28.188Z Compiling foreign-types-macros v0.2.3
12432026-05-06T09:05:28.207Z Compiling scroll_derive v0.12.1
12442026-05-06T09:05:28.265Z Compiling usdt-impl v0.5.0
12452026-05-06T09:05:28.322Z Compiling crucible-workspace-hack v0.1.0
12462026-05-06T09:05:28.520Z Checking bitflags v1.3.2
12472026-05-06T09:05:28.543Z Compiling getrandom v0.4.2
12482026-05-06T09:05:28.598Z Checking managed v0.8.0
12492026-05-06T09:05:28.616Z Checking rand_core v0.10.1
12502026-05-06T09:05:28.766Z Checking foreign-types-shared v0.3.1
12512026-05-06T09:05:28.809Z Checking libscf-sys v1.1.0
12522026-05-06T09:05:28.869Z Checking foreign-types v0.5.0
12532026-05-06T09:05:28.908Z Checking scroll v0.12.0
12542026-05-06T09:05:28.925Z Checking ingot-types v0.1.2
12552026-05-06T09:05:28.943Z Checking num_enum v0.7.6
12562026-05-06T09:05:28.959Z Checking postcard v1.1.3
12572026-05-06T09:05:28.996Z Compiling dof v0.3.0
12582026-05-06T09:05:29.260Z Compiling dtrace-parser v0.2.0
12592026-05-06T09:05:29.278Z Checking ingot v0.1.1
12602026-05-06T09:05:29.317Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12612026-05-06T09:05:29.352Z Checking camino-tempfile v1.4.1
12622026-05-06T09:05:29.369Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12632026-05-06T09:05:29.534Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12642026-05-06T09:05:29.783Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-05-06T09:05:29.884Z Checking cstr-argument v0.1.2
12662026-05-06T09:05:29.930Z Compiling thread-id v4.2.2
12672026-05-06T09:05:29.948Z Checking cpufeatures v0.3.0
12682026-05-06T09:05:29.988Z Compiling heck v0.4.1
12692026-05-06T09:05:30.008Z Compiling minimal-lexical v0.2.1
12702026-05-06T09:05:30.026Z Checking chacha20 v0.10.0
12712026-05-06T09:05:30.028Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12722026-05-06T09:05:30.189Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12732026-05-06T09:05:30.212Z Compiling nom v7.1.3
12742026-05-06T09:05:30.229Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
12752026-05-06T09:05:30.249Z Checking goblin v0.8.2
12762026-05-06T09:05:30.297Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12772026-05-06T09:05:30.504Z Checking rayon v1.11.0
12782026-05-06T09:05:30.581Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12792026-05-06T09:05:30.653Z Compiling num_enum_derive v0.5.11
12802026-05-06T09:05:31.104Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-05-06T09:05:31.335Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12822026-05-06T09:05:31.507Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-05-06T09:05:31.615Z Compiling rustc_version v0.4.1
12842026-05-06T09:05:31.823Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
12852026-05-06T09:05:31.890Z Compiling rustix v0.38.44
12862026-05-06T09:05:31.908Z Checking tinyvec_macros v0.1.1
12872026-05-06T09:05:31.926Z Compiling convert_case v0.4.0
12882026-05-06T09:05:31.984Z Checking tinyvec v1.10.0
12892026-05-06T09:05:32.240Z Compiling derive_more v0.99.20
12902026-05-06T09:05:32.299Z Checking num_enum v0.5.11
12912026-05-06T09:05:32.357Z Checking rand v0.10.1
12922026-05-06T09:05:32.461Z Compiling libz-sys v1.1.22
12932026-05-06T09:05:32.482Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
12942026-05-06T09:05:32.562Z Compiling proc-macro-error-attr2 v2.0.0
12952026-05-06T09:05:32.735Z Checking winnow v1.0.1
12962026-05-06T09:05:32.835Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12972026-05-06T09:05:32.925Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12982026-05-06T09:05:32.969Z Compiling proc-macro-error2 v2.0.1
12992026-05-06T09:05:33.093Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13002026-05-06T09:05:33.249Z Compiling usdt-attr-macro v0.5.0
13012026-05-06T09:05:33.694Z Compiling usdt-macro v0.5.0
13022026-05-06T09:05:33.712Z Compiling zone_cfg_derive v0.3.1
13032026-05-06T09:05:33.778Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13042026-05-06T09:05:33.956Z Checking itertools v0.12.1
13052026-05-06T09:05:33.979Z Compiling num-derive v0.4.2
13062026-05-06T09:05:34.239Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13072026-05-06T09:05:34.261Z Checking memmap v0.7.0
13082026-05-06T09:05:34.363Z Checking sigpipe v0.1.3
13092026-05-06T09:05:34.363Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-05-06T09:05:34.397Z Checking jiff v0.2.15
13112026-05-06T09:05:34.427Z Checking glob v0.3.3
13122026-05-06T09:05:34.446Z Checking usdt v0.5.0
13132026-05-06T09:05:34.660Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13142026-05-06T09:05:34.664Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13152026-05-06T09:05:34.695Z Compiling tabled_derive v0.11.0
13162026-05-06T09:05:34.864Z Checking papergrid v0.17.0
13172026-05-06T09:05:34.953Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13182026-05-06T09:05:34.990Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13192026-05-06T09:05:35.018Z Checking zone v0.3.1
13202026-05-06T09:05:35.178Z Checking testing_table v0.3.0
13212026-05-06T09:05:35.282Z Checking smf v0.2.3
13222026-05-06T09:05:35.376Z Checking secrecy v0.10.3
13232026-05-06T09:05:35.503Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13242026-05-06T09:05:35.521Z Checking bstr v1.12.0
13252026-05-06T09:05:35.623Z Checking whoami v1.6.1
13262026-05-06T09:05:35.735Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13272026-05-06T09:05:35.797Z Checking tabled v0.20.0
13282026-05-06T09:05:35.853Z Compiling curve25519-dalek v4.1.3
13292026-05-06T09:05:35.871Z Checking hmac v0.12.1
13302026-05-06T09:05:36.009Z Checking inout v0.1.4
13312026-05-06T09:05:36.068Z Compiling clang-sys v1.8.1
13322026-05-06T09:05:36.134Z Checking ff v0.13.1
13332026-05-06T09:05:36.152Z Compiling enum-as-inner v0.6.1
13342026-05-06T09:05:36.265Z Compiling semver v0.1.20
13352026-05-06T09:05:36.435Z Checking data-encoding v2.9.0
13362026-05-06T09:05:36.525Z Compiling rustc_version v0.1.7
13372026-05-06T09:05:36.672Z Checking group v0.13.0
13382026-05-06T09:05:36.701Z Checking cipher v0.4.4
13392026-05-06T09:05:36.738Z Checking hkdf v0.12.4
13402026-05-06T09:05:36.782Z Checking atomicwrites v0.4.4
13412026-05-06T09:05:36.802Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13422026-05-06T09:05:36.845Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13432026-05-06T09:05:36.870Z Compiling nix v0.31.2
13442026-05-06T09:05:36.899Z Compiling thiserror-impl-no-std v2.0.2
13452026-05-06T09:05:36.917Z Checking universal-hash v0.5.1
13462026-05-06T09:05:37.003Z Checking crypto-bigint v0.5.5
13472026-05-06T09:05:37.050Z Checking half v2.7.1
13482026-05-06T09:05:37.259Z Compiling curve25519-dalek-derive v0.1.1
13492026-05-06T09:05:37.301Z Checking base16ct v0.2.0
13502026-05-06T09:05:37.427Z Checking indent_write v2.2.0
13512026-05-06T09:05:37.566Z Checking opaque-debug v0.3.1
13522026-05-06T09:05:37.646Z Checking ciborium-io v0.2.2
13532026-05-06T09:05:37.745Z Checking base64ct v1.8.0
13542026-05-06T09:05:37.798Z Checking ciborium-ll v0.2.2
13552026-05-06T09:05:37.958Z Checking thiserror-no-std v2.0.2
13562026-05-06T09:05:37.976Z Checking poly1305 v0.8.0
13572026-05-06T09:05:37.979Z Checking password-hash v0.5.0
13582026-05-06T09:05:38.026Z Checking elliptic-curve v0.13.8
13592026-05-06T09:05:38.044Z Checking chacha20 v0.9.1
13602026-05-06T09:05:38.060Z Compiling newtype_derive v0.1.6
13612026-05-06T09:05:38.171Z Checking similar v2.7.0
13622026-05-06T09:05:38.198Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13632026-05-06T09:05:38.217Z Checking blake2 v0.10.6
13642026-05-06T09:05:38.234Z Compiling typify-impl v0.6.1
13652026-05-06T09:05:38.264Z Checking aead v0.5.2
13662026-05-06T09:05:38.283Z Compiling libloading v0.8.9
13672026-05-06T09:05:38.400Z Compiling owo-colors v4.3.0
13682026-05-06T09:05:38.429Z Checking resolv-conf v0.7.5
13692026-05-06T09:05:38.447Z Compiling bindgen v0.72.1
13702026-05-06T09:05:38.473Z Checking linked-hash-map v0.5.6
13712026-05-06T09:05:38.491Z Checking keccak v0.1.6
13722026-05-06T09:05:38.592Z Checking vsss-rs v3.3.4
13732026-05-06T09:05:38.611Z Checking argon2 v0.5.3
13742026-05-06T09:05:38.638Z Checking lru-cache v0.1.2
13752026-05-06T09:05:38.656Z Checking sha3 v0.10.8
13762026-05-06T09:05:38.775Z Checking chacha20poly1305 v0.10.1
13772026-05-06T09:05:38.863Z Checking ciborium v0.2.2
13782026-05-06T09:05:38.891Z Checking hickory-proto v0.24.4
13792026-05-06T09:05:38.909Z Checking tokio-dtrace v0.1.1
13802026-05-06T09:05:39.086Z Compiling cexpr v0.6.0
13812026-05-06T09:05:39.213Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13822026-05-06T09:05:39.492Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13832026-05-06T09:05:39.669Z Checking serde-big-array v0.5.1
13842026-05-06T09:05:39.701Z Compiling derive-where v1.6.0
13852026-05-06T09:05:39.734Z Compiling serde_repr v0.1.20
13862026-05-06T09:05:39.811Z Checking siphasher v1.0.1
13872026-05-06T09:05:39.985Z Checking same-file v1.0.6
13882026-05-06T09:05:40.113Z Checking unicode-segmentation v1.12.0
13892026-05-06T09:05:40.306Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13902026-05-06T09:05:40.443Z Checking newline-converter v0.3.0
13912026-05-06T09:05:40.462Z Checking hickory-resolver v0.24.4
13922026-05-06T09:05:40.561Z Checking walkdir v2.5.0
13932026-05-06T09:05:40.736Z Checking phf_shared v0.12.1
13942026-05-06T09:05:40.880Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13952026-05-06T09:05:40.943Z Checking oxide-tokio-rt v0.1.4
13962026-05-06T09:05:41.125Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-05-06T09:05:41.332Z Compiling progenitor-impl v0.10.0
13982026-05-06T09:05:41.673Z Compiling typify-macro v0.6.1
13992026-05-06T09:05:41.755Z Checking console v0.15.11
14002026-05-06T09:05:41.822Z Checking tokio-stream v0.1.17
14012026-05-06T09:05:42.033Z Compiling pin-project-internal v1.1.10
14022026-05-06T09:05:42.117Z Compiling slog-dtrace v0.3.0
14032026-05-06T09:05:42.192Z Checking csv-core v0.1.12
14042026-05-06T09:05:42.353Z Checking foldhash v0.1.5
14052026-05-06T09:05:42.378Z Checking smawk v0.3.2
14062026-05-06T09:05:42.494Z Checking unicode-width v0.1.14
14072026-05-06T09:05:42.515Z Checking unicode-linebreak v0.1.5
14082026-05-06T09:05:42.533Z Checking swrite v0.1.0
14092026-05-06T09:05:42.631Z Compiling chrono-tz v0.10.4
14102026-05-06T09:05:42.733Z Compiling cancel-safe-futures v0.1.5
14112026-05-06T09:05:42.751Z Compiling unicode-xid v0.2.6
14122026-05-06T09:05:42.879Z Checking textwrap v0.16.2
14132026-05-06T09:05:42.897Z Compiling const_format_proc_macros v0.2.34
14142026-05-06T09:05:43.010Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14152026-05-06T09:05:43.105Z Checking hashbrown v0.15.5
14162026-05-06T09:05:43.122Z Checking pin-project v1.1.10
14172026-05-06T09:05:43.177Z Checking csv v1.3.1
14182026-05-06T09:05:43.284Z Checking qorb v0.4.1
14192026-05-06T09:05:43.375Z Compiling progenitor-macro v0.10.0
14202026-05-06T09:05:43.547Z Checking expectorate v1.2.0
14212026-05-06T09:05:43.570Z Checking phf v0.12.1
14222026-05-06T09:05:43.682Z Checking unicode-normalization v0.1.24
14232026-05-06T09:05:43.685Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14242026-05-06T09:05:44.107Z Checking libsw-core v0.3.2
14252026-05-06T09:05:44.199Z Compiling libgit2-sys v0.17.0+1.8.1
14262026-05-06T09:05:44.255Z Compiling snafu-derive v0.8.9
14272026-05-06T09:05:44.274Z Compiling async-recursion v1.1.1
14282026-05-06T09:05:44.438Z Compiling cookie v0.18.1
14292026-05-06T09:05:44.683Z Compiling moka v0.12.11
14302026-05-06T09:05:44.718Z Checking highway v1.3.0
14312026-05-06T09:05:44.809Z Checking fixedbitset v0.4.2
14322026-05-06T09:05:44.906Z Checking fixedbitset v0.5.7
14332026-05-06T09:05:45.002Z Checking petgraph v0.6.5
14342026-05-06T09:05:45.022Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14352026-05-06T09:05:45.107Z Checking petgraph v0.8.2
14362026-05-06T09:05:45.187Z Checking libsw v3.5.0
14372026-05-06T09:05:45.374Z Checking olpc-cjson v0.1.4
14382026-05-06T09:05:46.024Z Checking snafu v0.8.9
14392026-05-06T09:05:46.064Z Checking const_format v0.2.34
14402026-05-06T09:05:46.244Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-05-06T09:05:46.297Z Compiling typify v0.6.1
14422026-05-06T09:05:46.425Z Checking papergrid v0.11.0
14432026-05-06T09:05:46.479Z Checking globset v0.4.16
14442026-05-06T09:05:46.630Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14452026-05-06T09:05:46.648Z Checking gethostname v0.5.0
14462026-05-06T09:05:46.747Z Compiling tabled_derive v0.7.0
14472026-05-06T09:05:46.840Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-05-06T09:05:47.119Z Checking reqwest v0.13.2
14492026-05-06T09:05:47.161Z Checking bcs v0.1.6
14502026-05-06T09:05:47.396Z Checking pem v3.0.5
14512026-05-06T09:05:47.507Z Checking progenitor v0.10.0
14522026-05-06T09:05:47.562Z Checking serde_plain v1.0.2
14532026-05-06T09:05:47.645Z Checking termtree v0.5.1
14542026-05-06T09:05:47.663Z Checking linear-map v1.2.0
14552026-05-06T09:05:47.666Z Checking crc8 v0.1.1
14562026-05-06T09:05:47.710Z Compiling signal-hook v0.3.18
14572026-05-06T09:05:47.779Z Checking humantime v2.3.0
14582026-05-06T09:05:47.781Z Checking tagptr v0.2.0
14592026-05-06T09:05:47.831Z Checking typed-path v0.9.3
14602026-05-06T09:05:47.959Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14612026-05-06T09:05:47.977Z Checking tabled v0.15.0
14622026-05-06T09:05:48.244Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-05-06T09:05:48.543Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14642026-05-06T09:05:48.568Z Checking tough v0.20.0
14652026-05-06T09:05:48.705Z Compiling progenitor-impl v0.13.0
14662026-05-06T09:05:49.089Z Checking steno v0.4.1
14672026-05-06T09:05:49.415Z Checking hickory-proto v0.25.2
14682026-05-06T09:05:49.858Z Checking dropshot-api-manager-types v0.5.2
14692026-05-06T09:05:50.032Z Compiling curl-sys v0.4.83+curl-8.15.0
14702026-05-06T09:05:50.083Z Compiling cargo-platform v0.1.9
14712026-05-06T09:05:50.332Z Compiling vergen v8.3.2
14722026-05-06T09:05:50.379Z Compiling fs-err v3.1.2
14732026-05-06T09:05:50.437Z Compiling crc32fast v1.5.0
14742026-05-06T09:05:50.583Z Compiling cargo_metadata v0.18.1
14752026-05-06T09:05:50.803Z Checking progenitor-client v0.13.0
14762026-05-06T09:05:50.827Z Compiling progenitor-macro v0.13.0
14772026-05-06T09:05:50.923Z Checking sha2 v0.10.9
14782026-05-06T09:05:51.021Z Compiling blake3 v1.8.2
14792026-05-06T09:05:51.044Z Checking hickory-resolver v0.25.2
14802026-05-06T09:05:51.302Z Checking adler2 v2.0.1
14812026-05-06T09:05:51.422Z Checking miniz_oxide v0.8.9
14822026-05-06T09:05:51.826Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14832026-05-06T09:05:51.932Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14842026-05-06T09:05:51.968Z Checking git-stub v1.0.0
14852026-05-06T09:05:52.059Z Checking filetime v0.2.26
14862026-05-06T09:05:52.125Z Compiling curl v0.4.49
14872026-05-06T09:05:52.200Z Checking is_ci v1.2.0
14882026-05-06T09:05:52.306Z Checking arrayvec v0.7.6
14892026-05-06T09:05:52.373Z Checking xattr v1.6.1
14902026-05-06T09:05:52.495Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14912026-05-06T09:05:52.513Z Checking arrayref v0.3.9
14922026-05-06T09:05:52.592Z Checking constant_time_eq v0.3.1
14932026-05-06T09:05:52.751Z Checking tar v0.4.45
14942026-05-06T09:05:53.018Z Checking supports-color v3.0.2
14952026-05-06T09:05:53.132Z Checking git-stub-vcs v0.1.0
14962026-05-06T09:05:53.281Z Checking flate2 v1.1.2
14972026-05-06T09:05:53.324Z Checking drift v0.1.3
14982026-05-06T09:05:53.433Z Checking kstat-rs v0.2.4
14992026-05-06T09:05:53.497Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15002026-05-06T09:05:53.568Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-06T09:05:53.586Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-06T09:05:53.622Z Checking toml v0.7.8
15032026-05-06T09:05:53.806Z Checking topological-sort v0.2.2
15042026-05-06T09:05:53.956Z Checking omicron-zone-package v0.12.2
15052026-05-06T09:05:54.003Z Checking dropshot-api-manager v0.5.2
15062026-05-06T09:05:54.112Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-06T09:05:54.566Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-05-06T09:05:54.699Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-05-06T09:05:54.996Z Checking progenitor v0.13.0
15102026-05-06T09:05:55.032Z Checking signal-hook-tokio v0.3.1
15112026-05-06T09:05:55.127Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15122026-05-06T09:05:55.158Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15132026-05-06T09:05:55.253Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15142026-05-06T09:05:55.303Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-05-06T09:05:55.668Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15162026-05-06T09:05:55.718Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15172026-05-06T09:05:55.737Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-05-06T09:05:55.792Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-05-06T09:05:56.035Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15202026-05-06T09:05:56.233Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15212026-05-06T09:05:56.441Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15222026-05-06T09:05:56.475Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15232026-05-06T09:05:56.599Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-05-06T09:05:56.653Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15252026-05-06T09:05:56.717Z Checking display-error-chain v0.2.2
15262026-05-06T09:05:56.844Z Checking internet-checksum v0.2.1
15272026-05-06T09:05:56.879Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-05-06T09:05:56.970Z Checking search_path v0.1.4
15292026-05-06T09:05:57.113Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15302026-05-06T09:05:57.307Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15312026-05-06T09:05:57.463Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15322026-05-06T09:05:58.024Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15332026-05-06T09:06:00.743Z Compiling git2 v0.19.0
15342026-05-06T09:06:01.047Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15352026-05-06T09:06:01.338Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15362026-05-06T09:06:01.893Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15372026-05-06T09:06:02.562Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15382026-05-06T09:06:02.702Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
15392026-05-06T09:06:02.756Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15402026-05-06T09:06:03.038Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-05-06T09:06:03.143Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15422026-05-06T09:06:13.498Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15432026-05-06T09:06:14.781Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15442026-05-06T09:06:20.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15452026-05-06T09:06:20.426Z+ for feat in tofino_stub tofino_asic softnpu chaos
15462026-05-06T09:06:20.426Z+ cargo clippy --features tofino_asic -- --deny warnings
15472026-05-06T09:06:21.009Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15482026-05-06T09:06:21.013Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15492026-05-06T09:06:21.013Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15502026-05-06T09:06:21.013Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15512026-05-06T09:06:28.236Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15522026-05-06T09:06:28.236Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15532026-05-06T09:06:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.39s
15542026-05-06T09:06:31.034Z+ for feat in tofino_stub tofino_asic softnpu chaos
15552026-05-06T09:06:31.034Z+ cargo clippy --features softnpu -- --deny warnings
15562026-05-06T09:06:31.420Z Downloading crates ...
15572026-05-06T09:06:31.552Z Downloaded ascii v1.1.0
15582026-05-06T09:06:31.560Z Downloaded const-oid v0.9.6
15592026-05-06T09:06:31.563Z Downloaded bitstruct v0.1.1
15602026-05-06T09:06:31.567Z Downloaded funty v2.0.0
15612026-05-06T09:06:31.569Z Downloaded bitstruct_derive v0.1.0
15622026-05-06T09:06:31.569Z Downloaded tap v1.0.1
15632026-05-06T09:06:31.573Z Downloaded radium v0.7.0
15642026-05-06T09:06:31.576Z Downloaded utf-8 v0.7.6
15652026-05-06T09:06:31.576Z Downloaded serde_arrays v0.1.0
15662026-05-06T09:06:31.579Z Downloaded sec1 v0.7.3
15672026-05-06T09:06:31.584Z Downloaded flagset v0.4.7
15682026-05-06T09:06:31.588Z Downloaded signature v2.2.0
15692026-05-06T09:06:31.591Z Downloaded bit_field v0.10.3
15702026-05-06T09:06:31.595Z Downloaded rfc6979 v0.4.0
15712026-05-06T09:06:31.595Z Downloaded primeorder v0.13.6
15722026-05-06T09:06:31.599Z Downloaded pem-rfc7468 v0.7.0
15732026-05-06T09:06:31.599Z Downloaded wyz v0.5.1
15742026-05-06T09:06:31.599Z Downloaded tls_codec_derive v0.4.2
15752026-05-06T09:06:31.599Z Downloaded spki v0.7.3
15762026-05-06T09:06:31.603Z Downloaded env_filter v1.0.1
15772026-05-06T09:06:31.603Z Downloaded libloading v0.7.4
15782026-05-06T09:06:31.606Z Downloaded pkcs8 v0.10.2
15792026-05-06T09:06:31.606Z Downloaded ed25519 v2.2.3
15802026-05-06T09:06:31.606Z Downloaded typeid v1.0.3
15812026-05-06T09:06:31.606Z Downloaded ecdsa v0.16.9
15822026-05-06T09:06:31.606Z Downloaded erased-serde v0.4.8
15832026-05-06T09:06:31.609Z Downloaded env_logger v0.11.10
15842026-05-06T09:06:31.609Z Downloaded tokio-tungstenite v0.21.0
15852026-05-06T09:06:31.612Z Downloaded tls_codec v0.4.2
15862026-05-06T09:06:31.612Z Downloaded der_derive v0.7.3
15872026-05-06T09:06:31.635Z Downloaded tungstenite v0.21.0
15882026-05-06T09:06:31.642Z Downloaded base64 v0.21.7
15892026-05-06T09:06:31.649Z Downloaded ed25519-dalek v2.2.0
15902026-05-06T09:06:31.653Z Downloaded der v0.7.10
15912026-05-06T09:06:31.653Z Downloaded x509-cert v0.2.5
15922026-05-06T09:06:31.657Z Downloaded num-bigint v0.4.6
15932026-05-06T09:06:31.669Z Downloaded salty v0.3.0
15942026-05-06T09:06:31.673Z Downloaded p384 v0.13.1
15952026-05-06T09:06:31.677Z Downloaded bitvec v1.0.1
15962026-05-06T09:06:31.840Z Checking log v0.4.29
15972026-05-06T09:06:31.936Z Checking const-oid v0.9.6
15982026-05-06T09:06:31.948Z Checking serde_with v3.18.0
15992026-05-06T09:06:31.959Z Checking pem-rfc7468 v0.7.0
16002026-05-06T09:06:31.962Z Compiling der_derive v0.7.3
16012026-05-06T09:06:31.962Z Checking flagset v0.4.7
16022026-05-06T09:06:31.987Z Checking num-integer v0.1.46
16032026-05-06T09:06:31.999Z Checking num-complex v0.4.6
16042026-05-06T09:06:32.080Z Checking native-tls v0.2.14
16052026-05-06T09:06:32.091Z Checking rustls v0.23.32
16062026-05-06T09:06:32.100Z Checking goblin v0.10.1
16072026-05-06T09:06:32.198Z Checking typify-impl v0.4.3
16082026-05-06T09:06:32.250Z Checking tokio-native-tls v0.3.1
16092026-05-06T09:06:32.339Z Checking rustls v0.22.4
16102026-05-06T09:06:32.399Z Checking hyper-tls v0.6.0
16112026-05-06T09:06:32.568Z Checking num-bigint v0.4.6
16122026-05-06T09:06:32.586Z Checking digest v0.10.7
16132026-05-06T09:06:32.773Z Checking sha1 v0.10.6
16142026-05-06T09:06:32.897Z Checking der v0.7.10
16152026-05-06T09:06:32.931Z Checking hmac v0.12.1
16162026-05-06T09:06:33.065Z Checking num-iter v0.1.45
16172026-05-06T09:06:33.177Z Checking ff v0.13.1
16182026-05-06T09:06:33.304Z Checking typify v0.4.3
16192026-05-06T09:06:33.304Z Checking base16ct v0.2.0
16202026-05-06T09:06:33.354Z Checking group v0.13.0
16212026-05-06T09:06:33.375Z Checking num-rational v0.4.2
16222026-05-06T09:06:33.400Z Checking progenitor-impl v0.11.1
16232026-05-06T09:06:33.432Z Checking hkdf v0.12.4
16242026-05-06T09:06:33.495Z Checking goblin v0.8.2
16252026-05-06T09:06:33.558Z Checking curve25519-dalek v4.1.3
16262026-05-06T09:06:33.609Z Checking spki v0.7.3
16272026-05-06T09:06:33.655Z Checking num v0.4.3
16282026-05-06T09:06:33.731Z Checking sha3 v0.10.8
16292026-05-06T09:06:33.756Z Checking tokio-rustls v0.25.0
16302026-05-06T09:06:33.769Z Checking pkcs8 v0.10.2
16312026-05-06T09:06:33.918Z Checking sec1 v0.7.3
16322026-05-06T09:06:33.943Z Checking blake2 v0.10.6
16332026-05-06T09:06:33.947Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16342026-05-06T09:06:34.116Z Checking elliptic-curve v0.13.8
16352026-05-06T09:06:34.140Z Checking argon2 v0.5.3
16362026-05-06T09:06:34.151Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-05-06T09:06:34.234Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16382026-05-06T09:06:34.248Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16392026-05-06T09:06:34.397Z Checking tokio-rustls v0.26.3
16402026-05-06T09:06:34.408Z Checking vsss-rs v3.3.4
16412026-05-06T09:06:34.411Z Checking dof v0.4.0
16422026-05-06T09:06:34.431Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16432026-05-06T09:06:34.441Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16442026-05-06T09:06:34.640Z Checking hyper-rustls v0.27.7
16452026-05-06T09:06:34.653Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16462026-05-06T09:06:34.762Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16472026-05-06T09:06:34.810Z Checking usdt-impl v0.6.0
16482026-05-06T09:06:34.836Z Checking reqwest v0.12.23
16492026-05-06T09:06:34.920Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16502026-05-06T09:06:34.932Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16512026-05-06T09:06:34.966Z Checking progenitor-impl v0.10.0
16522026-05-06T09:06:35.076Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16532026-05-06T09:06:35.087Z Checking usdt v0.6.0
16542026-05-06T09:06:35.153Z Compiling nix v0.31.2
16552026-05-06T09:06:35.229Z Checking sha2 v0.10.9
16562026-05-06T09:06:35.250Z Checking dropshot v0.16.7
16572026-05-06T09:06:35.321Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16582026-05-06T09:06:35.481Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16592026-05-06T09:06:35.494Z Checking dof v0.3.0
16602026-05-06T09:06:35.543Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16612026-05-06T09:06:35.566Z Checking progenitor-client v0.10.0
16622026-05-06T09:06:35.765Z Checking progenitor-client v0.11.1
16632026-05-06T09:06:35.777Z Checking usdt-impl v0.5.0
16642026-05-06T09:06:35.789Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16652026-05-06T09:06:35.837Z Checking progenitor v0.10.0
16662026-05-06T09:06:35.969Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16672026-05-06T09:06:35.990Z Checking progenitor v0.11.1
16682026-05-06T09:06:36.002Z Checking signature v2.2.0
16692026-05-06T09:06:36.023Z Checking utf-8 v0.7.6
16702026-05-06T09:06:36.046Z Checking usdt v0.5.0
16712026-05-06T09:06:36.116Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16722026-05-06T09:06:36.127Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16732026-05-06T09:06:36.150Z Checking tungstenite v0.21.0
16742026-05-06T09:06:36.188Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16752026-05-06T09:06:36.203Z Checking tokio-dtrace v0.1.1
16762026-05-06T09:06:36.215Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16772026-05-06T09:06:36.265Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16782026-05-06T09:06:36.370Z Checking oxide-tokio-rt v0.1.4
16792026-05-06T09:06:36.396Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16802026-05-06T09:06:36.460Z Compiling salty v0.3.0
16812026-05-06T09:06:36.526Z Compiling radium v0.7.0
16822026-05-06T09:06:36.549Z Checking tokio-tungstenite v0.21.0
16832026-05-06T09:06:36.584Z Checking qorb v0.4.1
16842026-05-06T09:06:36.739Z Checking rfc6979 v0.4.0
16852026-05-06T09:06:36.823Z Checking base64 v0.21.7
16862026-05-06T09:06:36.837Z Checking tap v1.0.1
16872026-05-06T09:06:36.856Z Checking ecdsa v0.16.9
16882026-05-06T09:06:36.941Z Checking wyz v0.5.1
16892026-05-06T09:06:37.074Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16902026-05-06T09:06:37.115Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16912026-05-06T09:06:37.223Z Checking slog-dtrace v0.3.0
16922026-05-06T09:06:37.428Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16932026-05-06T09:06:37.431Z Checking ed25519 v2.2.3
16942026-05-06T09:06:37.431Z Checking globset v0.4.16
16952026-05-06T09:06:37.463Z Checking primeorder v0.13.6
16962026-05-06T09:06:37.541Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16972026-05-06T09:06:37.602Z Checking reqwest v0.13.2
16982026-05-06T09:06:37.686Z Checking env_filter v1.0.1
16992026-05-06T09:06:37.689Z Checking typify-impl v0.6.1
17002026-05-06T09:06:37.833Z Checking funty v2.0.0
17012026-05-06T09:06:38.132Z Compiling typeid v1.0.3
17022026-05-06T09:06:38.151Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
17032026-05-06T09:06:38.162Z Checking tough v0.20.0
17042026-05-06T09:06:38.386Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17052026-05-06T09:06:38.470Z Checking bitvec v1.0.1
17062026-05-06T09:06:38.491Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17072026-05-06T09:06:38.656Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17082026-05-06T09:06:38.668Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17092026-05-06T09:06:38.705Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17102026-05-06T09:06:38.756Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17112026-05-06T09:06:38.808Z Checking typify v0.6.1
17122026-05-06T09:06:38.873Z Checking env_logger v0.11.10
17132026-05-06T09:06:38.907Z Checking p384 v0.13.1
17142026-05-06T09:06:39.053Z Checking ed25519-dalek v2.2.0
17152026-05-06T09:06:39.246Z Checking x509-cert v0.2.5
17162026-05-06T09:06:39.317Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
17172026-05-06T09:06:39.554Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17182026-05-06T09:06:39.742Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17192026-05-06T09:06:39.861Z Compiling erased-serde v0.4.8
17202026-05-06T09:06:39.905Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17212026-05-06T09:06:39.962Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17222026-05-06T09:06:39.994Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17232026-05-06T09:06:40.039Z Checking progenitor-impl v0.13.0
17242026-05-06T09:06:40.216Z Checking progenitor-client v0.13.0
17252026-05-06T09:06:40.246Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17262026-05-06T09:06:40.261Z Compiling bitstruct_derive v0.1.0
17272026-05-06T09:06:40.293Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17282026-05-06T09:06:40.381Z Checking ascii v1.1.0
17292026-05-06T09:06:40.427Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17302026-05-06T09:06:40.527Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17312026-05-06T09:06:40.566Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17322026-05-06T09:06:40.644Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
17332026-05-06T09:06:40.825Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17342026-05-06T09:06:40.890Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
17352026-05-06T09:06:40.913Z Checking bitstruct v0.1.1
17362026-05-06T09:06:40.925Z Checking progenitor v0.13.0
17372026-05-06T09:06:40.956Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17382026-05-06T09:06:40.967Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17392026-05-06T09:06:40.996Z Checking serde_arrays v0.1.0
17402026-05-06T09:06:41.043Z Checking libloading v0.7.4
17412026-05-06T09:06:41.103Z Checking bit_field v0.10.3
17422026-05-06T09:06:41.132Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17432026-05-06T09:06:41.153Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17442026-05-06T09:06:41.188Z Checking omicron-zone-package v0.12.2
17452026-05-06T09:06:41.234Z Checking dropshot-api-manager v0.5.2
17462026-05-06T09:06:41.532Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17472026-05-06T09:06:42.054Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17482026-05-06T09:06:43.499Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17492026-05-06T09:06:43.499Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17502026-05-06T09:06:43.502Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17512026-05-06T09:06:43.502Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17522026-05-06T09:06:43.897Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17532026-05-06T09:06:44.021Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-05-06T09:06:44.431Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17552026-05-06T09:06:44.533Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-05-06T09:06:45.106Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17572026-05-06T09:06:45.136Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-05-06T09:06:45.201Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-05-06T09:06:45.204Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-05-06T09:06:45.513Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17612026-05-06T09:06:45.516Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17622026-05-06T09:06:45.577Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-05-06T09:06:45.577Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-05-06T09:06:45.691Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17652026-05-06T09:06:45.936Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-05-06T09:06:45.940Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17672026-05-06T09:06:45.940Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17682026-05-06T09:06:46.275Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17692026-05-06T09:06:46.342Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17702026-05-06T09:06:46.361Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17712026-05-06T09:06:46.512Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17722026-05-06T09:06:46.633Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17732026-05-06T09:06:46.698Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17742026-05-06T09:06:46.813Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17752026-05-06T09:06:47.700Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17762026-05-06T09:06:49.014Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17772026-05-06T09:06:50.769Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17782026-05-06T09:06:50.849Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17792026-05-06T09:06:51.020Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17802026-05-06T09:06:51.607Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17812026-05-06T09:06:51.677Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17822026-05-06T09:06:51.982Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17832026-05-06T09:06:52.106Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
17842026-05-06T09:06:52.427Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17852026-05-06T09:06:56.697Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
17862026-05-06T09:06:57.891Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
17872026-05-06T09:07:03.263Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17882026-05-06T09:07:04.560Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17892026-05-06T09:07:05.101Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17902026-05-06T09:07:10.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s
17912026-05-06T09:07:10.221Z+ for feat in tofino_stub tofino_asic softnpu chaos
17922026-05-06T09:07:10.222Z+ cargo clippy --features chaos -- --deny warnings
17932026-05-06T09:07:10.785Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17942026-05-06T09:07:10.788Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17952026-05-06T09:07:10.788Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17962026-05-06T09:07:17.943Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17972026-05-06T09:07:17.943Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17982026-05-06T09:07:20.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
17992026-05-06T09:07:20.603Z+ banner fmt
18002026-05-06T09:07:20.608Z
18012026-05-06T09:07:20.608Z ###### # # #####
18022026-05-06T09:07:20.608Z # ## ## #
18032026-05-06T09:07:20.608Z ##### # ## # #
18042026-05-06T09:07:20.608Z # # # #
18052026-05-06T09:07:20.608Z # # # #
18062026-05-06T09:07:20.608Z # # # #
18072026-05-06T09:07:20.608Z
18082026-05-06T09:07:20.608Z+ cargo fmt -- --check
18092026-05-06T09:07:21.043Z+ banner test
18102026-05-06T09:07:21.047Z
18112026-05-06T09:07:21.047Z ##### ###### #### #####
18122026-05-06T09:07:21.047Z # # # #
18132026-05-06T09:07:21.047Z # ##### #### #
18142026-05-06T09:07:21.047Z # # # #
18152026-05-06T09:07:21.047Z # # # # #
18162026-05-06T09:07:21.047Z # ###### #### #
18172026-05-06T09:07:21.047Z
18182026-05-06T09:07:21.047Z+ for feat in tofino_stub tofino_asic softnpu chaos
18192026-05-06T09:07:21.047Z+ RUST_BACKTRACE=full
18202026-05-06T09:07:21.047Z+ cargo test --features tofino_stub --no-fail-fast
18212026-05-06T09:07:21.987Z Compiling unicode-ident v1.0.24
18222026-05-06T09:07:21.987Z Compiling cfg-if v1.0.3
18232026-05-06T09:07:21.990Z Compiling memchr v2.7.5
18242026-05-06T09:07:21.990Z Compiling serde_core v1.0.228
18252026-05-06T09:07:22.106Z Compiling itoa v1.0.15
18262026-05-06T09:07:22.109Z Compiling libc v0.2.183
18272026-05-06T09:07:22.120Z Compiling zmij v1.0.17
18282026-05-06T09:07:22.194Z Compiling proc-macro2 v1.0.106
18292026-05-06T09:07:22.216Z Compiling libm v0.2.15
18302026-05-06T09:07:22.310Z Compiling heck v0.5.0
18312026-05-06T09:07:22.577Z Compiling quote v1.0.45
18322026-05-06T09:07:22.633Z Compiling equivalent v1.0.2
18332026-05-06T09:07:22.661Z Compiling log v0.4.29
18342026-05-06T09:07:22.727Z Compiling smallvec v1.15.1
18352026-05-06T09:07:22.849Z Compiling syn v2.0.117
18362026-05-06T09:07:22.867Z Compiling iana-time-zone v0.1.64
18372026-05-06T09:07:22.881Z Compiling allocator-api2 v0.2.21
18382026-05-06T09:07:22.914Z Compiling foldhash v0.2.0
18392026-05-06T09:07:23.011Z Compiling dyn-clone v1.0.20
18402026-05-06T09:07:23.093Z Compiling stable_deref_trait v1.2.0
18412026-05-06T09:07:23.140Z Compiling pin-project-lite v0.2.16
18422026-05-06T09:07:23.160Z Compiling hashbrown v0.16.1
18432026-05-06T09:07:23.176Z Compiling percent-encoding v2.3.2
18442026-05-06T09:07:23.202Z Compiling writeable v0.6.1
18452026-05-06T09:07:23.239Z Compiling litemap v0.8.0
18462026-05-06T09:07:23.308Z Compiling regex-syntax v0.8.6
18472026-05-06T09:07:23.378Z Compiling icu_properties_data v2.0.1
18482026-05-06T09:07:23.456Z Compiling icu_normalizer_data v2.0.0
18492026-05-06T09:07:23.509Z Compiling form_urlencoded v1.2.2
18502026-05-06T09:07:23.522Z Compiling utf8_iter v1.0.4
18512026-05-06T09:07:23.539Z Compiling scopeguard v1.2.0
18522026-05-06T09:07:23.650Z Compiling lock_api v0.4.14
18532026-05-06T09:07:23.671Z Compiling num-traits v0.2.19
18542026-05-06T09:07:23.696Z Compiling getrandom v0.3.4
18552026-05-06T09:07:23.746Z Compiling aho-corasick v1.1.3
18562026-05-06T09:07:23.881Z Compiling semver v1.0.27
18572026-05-06T09:07:23.894Z Compiling serde_json v1.0.149
18582026-05-06T09:07:23.957Z Compiling indexmap v2.13.0
18592026-05-06T09:07:24.232Z Compiling fnv v1.0.7
18602026-05-06T09:07:24.278Z Compiling ucd-trie v0.1.7
18612026-05-06T09:07:24.333Z Compiling byteorder v1.5.0
18622026-05-06T09:07:24.564Z Compiling uuid v1.20.0
18632026-05-06T09:07:24.587Z Compiling futures-core v0.3.32
18642026-05-06T09:07:24.834Z Compiling regex-automata v0.4.13
18652026-05-06T09:07:24.930Z Compiling num-conv v0.2.1
18662026-05-06T09:07:24.944Z Compiling time-core v0.1.8
18672026-05-06T09:07:25.001Z Compiling futures-sink v0.3.32
18682026-05-06T09:07:25.097Z Compiling time-macros v0.2.27
18692026-05-06T09:07:25.097Z Compiling strsim v0.11.1
18702026-05-06T09:07:25.123Z Compiling ryu v1.0.20
18712026-05-06T09:07:25.205Z Compiling regress v0.10.5
18722026-05-06T09:07:25.505Z Compiling pretty-hex v0.4.1
18732026-05-06T09:07:25.650Z Compiling synstructure v0.13.2
18742026-05-06T09:07:25.758Z Compiling serde_derive_internals v0.29.1
18752026-05-06T09:07:25.952Z Compiling slab v0.4.11
18762026-05-06T09:07:26.115Z Compiling plain v0.2.3
18772026-05-06T09:07:26.150Z Compiling futures-channel v0.3.32
18782026-05-06T09:07:26.207Z Compiling syn v1.0.109
18792026-05-06T09:07:26.227Z Compiling futures-task v0.3.32
18802026-05-06T09:07:26.274Z Compiling futures-io v0.3.32
18812026-05-06T09:07:26.375Z Compiling socket2 v0.6.3
18822026-05-06T09:07:26.444Z Compiling parking_lot_core v0.9.12
18832026-05-06T09:07:26.505Z Compiling regex v1.12.3
18842026-05-06T09:07:26.746Z Compiling parking_lot v0.12.5
18852026-05-06T09:07:26.818Z Compiling signal-hook-registry v1.4.6
18862026-05-06T09:07:26.832Z Compiling mio v1.2.0
18872026-05-06T09:07:26.875Z Compiling serde_derive v1.0.228
18882026-05-06T09:07:26.976Z Compiling zerofrom-derive v0.1.6
18892026-05-06T09:07:27.149Z Compiling yoke-derive v0.8.0
18902026-05-06T09:07:27.216Z Compiling zerovec-derive v0.11.1
18912026-05-06T09:07:27.349Z Compiling displaydoc v0.2.5
18922026-05-06T09:07:27.407Z Compiling thiserror-impl v2.0.18
18932026-05-06T09:07:28.122Z Compiling schemars_derive v0.8.22
18942026-05-06T09:07:28.222Z Compiling tokio-macros v2.7.0
18952026-05-06T09:07:28.225Z Compiling zerocopy-derive v0.8.27
18962026-05-06T09:07:28.319Z Compiling zeroize_derive v1.4.3
18972026-05-06T09:07:28.664Z Compiling thiserror v2.0.18
18982026-05-06T09:07:28.778Z Compiling futures-macro v0.3.32
18992026-05-06T09:07:28.998Z Compiling zerofrom v0.1.6
19002026-05-06T09:07:29.019Z Compiling thiserror-impl v1.0.69
19012026-05-06T09:07:29.090Z Compiling tracing-attributes v0.1.30
19022026-05-06T09:07:29.134Z Compiling yoke v0.8.0
19032026-05-06T09:07:29.329Z Compiling zerovec v0.11.4
19042026-05-06T09:07:29.343Z Compiling zerotrie v0.2.2
19052026-05-06T09:07:29.486Z Compiling zerocopy v0.8.27
19062026-05-06T09:07:29.554Z Compiling pest v2.8.2
19072026-05-06T09:07:29.554Z Compiling serde v1.0.228
19082026-05-06T09:07:29.698Z Compiling scroll_derive v0.13.1
19092026-05-06T09:07:30.157Z Compiling bytes v1.11.1
19102026-05-06T09:07:30.177Z Compiling serde_tokenstream v0.2.3
19112026-05-06T09:07:30.212Z Compiling tinystr v0.8.1
19122026-05-06T09:07:30.247Z Compiling potential_utf v0.1.3
19132026-05-06T09:07:30.373Z Compiling icu_collections v2.0.0
19142026-05-06T09:07:30.424Z Compiling icu_locale_core v2.0.0
19152026-05-06T09:07:30.424Z Compiling chrono v0.4.44
19162026-05-06T09:07:30.557Z Compiling async-trait v0.1.89
19172026-05-06T09:07:30.806Z Compiling http v1.4.0
19182026-05-06T09:07:30.904Z Compiling pest_meta v2.8.2
19192026-05-06T09:07:30.925Z Compiling icu_provider v2.0.0
19202026-05-06T09:07:31.102Z Compiling scroll v0.13.0
19212026-05-06T09:07:31.249Z Compiling icu_properties v2.0.1
19222026-05-06T09:07:31.292Z Compiling icu_normalizer v2.0.0
19232026-05-06T09:07:31.372Z Compiling thiserror v1.0.69
19242026-05-06T09:07:31.483Z Compiling schemars v0.8.22
19252026-05-06T09:07:31.561Z Compiling pest_generator v2.8.2
19262026-05-06T09:07:31.801Z Compiling goblin v0.10.1
19272026-05-06T09:07:31.913Z Compiling thread-id v5.0.0
19282026-05-06T09:07:32.003Z Compiling tokio v1.52.1
19292026-05-06T09:07:32.062Z Compiling openapiv3 v2.2.0
19302026-05-06T09:07:32.191Z Compiling idna_adapter v1.2.1
19312026-05-06T09:07:32.227Z Compiling pest_derive v2.8.2
19322026-05-06T09:07:32.348Z Compiling idna v1.1.0
19332026-05-06T09:07:32.531Z Compiling daft-derive v0.1.4
19342026-05-06T09:07:32.599Z Compiling bitflags v2.9.4
19352026-05-06T09:07:32.758Z Compiling url v2.5.7
19362026-05-06T09:07:32.796Z Compiling dtrace-parser v0.3.0
19372026-05-06T09:07:32.844Z Compiling typify-impl v0.4.3
19382026-05-06T09:07:33.404Z Compiling serde_yaml v0.9.34+deprecated
19392026-05-06T09:07:33.680Z Compiling openssl-macros v0.1.1
19402026-05-06T09:07:34.184Z Compiling getrandom v0.2.16
19412026-05-06T09:07:34.376Z Compiling base64 v0.22.1
19422026-05-06T09:07:34.514Z Compiling dof v0.4.0
19432026-05-06T09:07:34.703Z Compiling http-body v1.0.1
19442026-05-06T09:07:34.754Z Compiling erased-serde v0.3.31
19452026-05-06T09:07:34.769Z Compiling typenum v1.18.0
19462026-05-06T09:07:34.802Z Compiling portable-atomic v1.11.1
19472026-05-06T09:07:34.866Z Compiling atomic-waker v1.1.2
19482026-05-06T09:07:35.008Z Compiling ipnet v2.11.0
19492026-05-06T09:07:35.268Z Compiling usdt-impl v0.6.0
19502026-05-06T09:07:35.316Z Compiling ppv-lite86 v0.2.21
19512026-05-06T09:07:35.341Z Compiling anyhow v1.0.102
19522026-05-06T09:07:35.564Z Compiling httparse v1.10.1
19532026-05-06T09:07:35.657Z Compiling untrusted v0.9.0
19542026-05-06T09:07:35.703Z Compiling tower-service v0.3.3
19552026-05-06T09:07:35.751Z Compiling critical-section v1.2.0
19562026-05-06T09:07:35.789Z Compiling tower-layer v0.3.3
19572026-05-06T09:07:35.866Z Compiling once_cell v1.21.3
19582026-05-06T09:07:35.891Z Compiling zeroize v1.8.1
19592026-05-06T09:07:36.023Z Compiling try-lock v0.2.5
19602026-05-06T09:07:36.108Z Compiling want v0.3.1
19612026-05-06T09:07:36.282Z Compiling httpdate v1.0.3
19622026-05-06T09:07:36.314Z Compiling pin-utils v0.1.0
19632026-05-06T09:07:36.470Z Compiling structmeta-derive v0.3.0
19642026-05-06T09:07:36.530Z Compiling newtype-uuid-macros v0.1.0
19652026-05-06T09:07:36.630Z Compiling usdt-macro v0.6.0
19662026-05-06T09:07:36.902Z Compiling usdt-attr-macro v0.6.0
19672026-05-06T09:07:37.467Z Compiling strum_macros v0.26.4
19682026-05-06T09:07:37.528Z Compiling structmeta v0.3.0
19692026-05-06T09:07:37.759Z Compiling async-stream-impl v0.3.6
19702026-05-06T09:07:37.980Z Compiling powerfmt v0.2.0
19712026-05-06T09:07:38.194Z Compiling deranged v0.5.3
19722026-05-06T09:07:38.269Z Compiling num_threads v0.1.7
19732026-05-06T09:07:38.412Z Compiling omicron-workspace-hack v0.1.0
19742026-05-06T09:07:38.412Z Compiling dropshot_endpoint v0.16.7
19752026-05-06T09:07:38.502Z Compiling http-body-util v0.1.3
19762026-05-06T09:07:38.534Z Compiling ref-cast-impl v1.0.25
19772026-05-06T09:07:38.549Z Compiling derive-ex v0.1.8
19782026-05-06T09:07:38.908Z Compiling serde_urlencoded v0.7.1
19792026-05-06T09:07:39.039Z Compiling typify-macro v0.4.3
19802026-05-06T09:07:39.107Z Compiling strum_macros v0.27.2
19812026-05-06T09:07:39.146Z Compiling darling_core v0.23.0
19822026-05-06T09:07:39.260Z Compiling sync_wrapper v1.0.2
19832026-05-06T09:07:39.389Z Compiling subtle v2.6.1
19842026-05-06T09:07:39.565Z Compiling iri-string v0.7.8
19852026-05-06T09:07:40.125Z Compiling rand_core v0.6.4
19862026-05-06T09:07:40.139Z Compiling futures-util v0.3.32
19872026-05-06T09:07:40.191Z Compiling test-strategy v0.4.3
19882026-05-06T09:07:40.364Z Compiling thread_local v1.1.9
19892026-05-06T09:07:41.033Z Compiling match_cfg v0.1.0
19902026-05-06T09:07:41.064Z Compiling parse-display-derive v0.10.0
19912026-05-06T09:07:41.117Z Compiling tracing-core v0.1.34
19922026-05-06T09:07:41.139Z Compiling typify v0.4.3
19932026-05-06T09:07:41.242Z Compiling progenitor-impl v0.11.1
19942026-05-06T09:07:41.258Z Compiling toml_datetime v0.6.11
19952026-05-06T09:07:41.341Z Compiling darling_macro v0.23.0
19962026-05-06T09:07:41.403Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19972026-05-06T09:07:41.535Z Compiling term v1.2.0
19982026-05-06T09:07:41.705Z Compiling take_mut v0.2.2
19992026-05-06T09:07:41.823Z Compiling tracing v0.1.41
20002026-05-06T09:07:41.937Z Compiling darling v0.23.0
20012026-05-06T09:07:42.026Z Compiling serde_with_macros v3.18.0
20022026-05-06T09:07:42.305Z Compiling clap_derive v4.6.0
20032026-05-06T09:07:42.357Z Compiling camino v1.2.2
20042026-05-06T09:07:42.712Z Compiling fastrand v2.3.0
20052026-05-06T09:07:42.725Z Compiling cpufeatures v0.2.17
20062026-05-06T09:07:42.736Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20072026-05-06T09:07:42.911Z Compiling encoding_rs v0.8.35
20082026-05-06T09:07:42.966Z Compiling mime v0.3.17
20092026-05-06T09:07:42.985Z Compiling unicode-width v0.2.1
20102026-05-06T09:07:43.274Z Compiling errno v0.3.14
20112026-05-06T09:07:43.298Z Compiling generic-array v0.14.7
20122026-05-06T09:07:43.808Z Compiling hex v0.4.3
20132026-05-06T09:07:44.023Z Compiling ipnetwork v0.21.1
20142026-05-06T09:07:44.152Z Compiling crossbeam-utils v0.8.21
20152026-05-06T09:07:44.480Z Compiling rustix v1.1.2
20162026-05-06T09:07:44.498Z Compiling tokio-util v0.7.16
20172026-05-06T09:07:44.635Z Compiling slog v2.8.2
20182026-05-06T09:07:44.762Z Compiling progenitor-macro v0.11.1
20192026-05-06T09:07:44.828Z Compiling crypto-common v0.1.6
20202026-05-06T09:07:44.857Z Compiling winnow v0.7.14
20212026-05-06T09:07:44.967Z Compiling oxnet v0.1.4
20222026-05-06T09:07:45.053Z Compiling itertools v0.14.0
20232026-05-06T09:07:45.307Z Compiling h2 v0.4.12
20242026-05-06T09:07:45.756Z Compiling rand_core v0.9.3
20252026-05-06T09:07:45.786Z Compiling socket2 v0.5.10
20262026-05-06T09:07:46.256Z Compiling rustls-pki-types v1.12.0
20272026-05-06T09:07:46.353Z Compiling spin v0.9.8
20282026-05-06T09:07:46.423Z Compiling debug-ignore v1.0.5
20292026-05-06T09:07:46.478Z Compiling quick-error v1.2.3
20302026-05-06T09:07:46.536Z Compiling toml_parser v1.0.6+spec-1.1.0
20312026-05-06T09:07:46.592Z Compiling rand_chacha v0.9.0
20322026-05-06T09:07:46.740Z Compiling tabwriter v1.4.1
20332026-05-06T09:07:46.990Z Compiling toml_datetime v0.7.5+spec-1.1.0
20342026-05-06T09:07:47.081Z Compiling serde_spanned v1.0.4
20352026-05-06T09:07:47.231Z Compiling bit-vec v0.8.0
20362026-05-06T09:07:47.249Z Compiling lazy_static v1.5.0
20372026-05-06T09:07:47.308Z Compiling toml_writer v1.0.6+spec-1.1.0
20382026-05-06T09:07:47.356Z Compiling colored v3.0.0
20392026-05-06T09:07:47.476Z Compiling hyper v1.8.1
20402026-05-06T09:07:47.719Z Compiling toml v0.9.11+spec-1.1.0
20412026-05-06T09:07:47.747Z Compiling bit-set v0.8.0
20422026-05-06T09:07:47.903Z Compiling rand v0.9.2
20432026-05-06T09:07:47.917Z Compiling time v0.3.47
20442026-05-06T09:07:48.311Z Compiling strum v0.26.3
20452026-05-06T09:07:48.427Z Compiling async-stream v0.3.6
20462026-05-06T09:07:48.444Z Compiling ring v0.17.14
20472026-05-06T09:07:48.503Z Compiling waitgroup v0.1.2
20482026-05-06T09:07:48.607Z Compiling hyper-util v0.1.19
20492026-05-06T09:07:48.656Z Compiling serde_path_to_error v0.1.20
20502026-05-06T09:07:49.024Z Compiling unarray v0.1.4
20512026-05-06T09:07:49.106Z Compiling anstyle v1.0.14
20522026-05-06T09:07:49.142Z Compiling crossbeam-channel v0.5.15
20532026-05-06T09:07:49.211Z Compiling block-buffer v0.10.4
20542026-05-06T09:07:49.251Z Compiling macaddr v1.0.1
20552026-05-06T09:07:49.340Z Compiling utf8parse v0.2.2
20562026-05-06T09:07:49.371Z Compiling digest v0.10.7
20572026-05-06T09:07:49.461Z Compiling anstyle-parse v1.0.0
20582026-05-06T09:07:49.609Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20592026-05-06T09:07:49.654Z Compiling ref-cast v1.0.25
20602026-05-06T09:07:49.678Z Compiling anstyle-query v1.1.4
20612026-05-06T09:07:49.692Z Compiling is_terminal_polyfill v1.70.1
20622026-05-06T09:07:49.758Z Compiling colorchoice v1.0.4
20632026-05-06T09:07:49.758Z Compiling strum v0.27.2
20642026-05-06T09:07:49.790Z Compiling is-terminal v0.4.16
20652026-05-06T09:07:49.814Z Compiling clap_lex v1.1.0
20662026-05-06T09:07:49.877Z Compiling anstream v1.0.0
20672026-05-06T09:07:50.066Z Compiling slog-term v2.9.2
20682026-05-06T09:07:50.091Z Compiling slog-async v2.8.0
20692026-05-06T09:07:50.091Z Compiling slog-json v2.6.1
20702026-05-06T09:07:50.209Z Compiling tower v0.5.2
20712026-05-06T09:07:50.306Z Compiling hostname v0.3.1
20722026-05-06T09:07:50.460Z Compiling slog-bunyan v2.5.0
20732026-05-06T09:07:50.710Z Compiling tower-http v0.6.8
20742026-05-06T09:07:50.713Z Compiling futures-executor v0.3.32
20752026-05-06T09:07:50.842Z Compiling instant v0.1.13
20762026-05-06T09:07:50.958Z Compiling futures v0.3.32
20772026-05-06T09:07:51.012Z Compiling openssl-sys v0.9.112
20782026-05-06T09:07:51.185Z Compiling aws-lc-sys v0.39.1
20792026-05-06T09:07:51.703Z Compiling memmap2 v0.9.8
20802026-05-06T09:07:51.854Z Compiling foreign-types-shared v0.1.1
20812026-05-06T09:07:51.886Z Compiling untrusted v0.7.1
20822026-05-06T09:07:51.927Z Compiling foreign-types v0.3.2
20832026-05-06T09:07:52.002Z Compiling aws-lc-rs v1.16.2
20842026-05-06T09:07:52.016Z Compiling tempfile v3.23.0
20852026-05-06T09:07:52.442Z Compiling openssl-probe v0.1.6
20862026-05-06T09:07:52.717Z Compiling openssl v0.10.76
20872026-05-06T09:07:52.979Z Compiling rustls-webpki v0.103.6
20882026-05-06T09:07:53.492Z Compiling rustls v0.23.32
20892026-05-06T09:07:53.859Z Compiling either v1.15.0
20902026-05-06T09:07:54.024Z Compiling usdt v0.6.0
20912026-05-06T09:07:54.076Z Compiling webpki-roots v1.0.2
20922026-05-06T09:07:54.204Z Compiling newtype-uuid v1.3.2
20932026-05-06T09:07:55.009Z Compiling native-tls v0.2.14
20942026-05-06T09:07:55.341Z Compiling tokio-native-tls v0.3.1
20952026-05-06T09:07:55.524Z Compiling hyper-tls v0.6.0
20962026-05-06T09:07:55.770Z Compiling daft v0.1.4
20972026-05-06T09:07:56.068Z Compiling rustls-webpki v0.102.8
20982026-05-06T09:07:56.636Z Compiling tokio-rustls v0.26.3
20992026-05-06T09:07:56.780Z Compiling rustls v0.22.4
21002026-05-06T09:07:56.870Z Compiling hyper-rustls v0.27.7
21012026-05-06T09:07:57.210Z Compiling reqwest v0.12.23
21022026-05-06T09:07:58.618Z Compiling tokio-rustls v0.25.0
21032026-05-06T09:07:58.856Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21042026-05-06T09:07:59.292Z Compiling sha1 v0.10.6
21052026-05-06T09:07:59.541Z Compiling rustls-pemfile v2.2.0
21062026-05-06T09:07:59.778Z Compiling multer v3.1.0
21072026-05-06T09:07:59.796Z Compiling terminal_size v0.4.3
21082026-05-06T09:07:59.973Z Compiling rand_chacha v0.3.1
21092026-05-06T09:08:00.392Z Compiling hostname v0.4.2
21102026-05-06T09:08:00.431Z Compiling wait-timeout v0.2.1
21112026-05-06T09:08:00.770Z Compiling rusty-fork v0.3.0
21122026-05-06T09:08:00.805Z Compiling dropshot v0.16.7
21132026-05-06T09:08:00.841Z Compiling rand v0.8.5
21142026-05-06T09:08:01.494Z Compiling rand_xorshift v0.4.0
21152026-05-06T09:08:02.379Z Compiling proptest v1.8.0
21162026-05-06T09:08:02.966Z Compiling clap_builder v4.6.0
21172026-05-06T09:08:03.708Z Compiling hubpack_derive v0.1.1
21182026-05-06T09:08:04.735Z Compiling clap v4.6.0
21192026-05-06T09:08:04.834Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21202026-05-06T09:08:05.759Z Compiling serde_spanned v0.6.9
21212026-05-06T09:08:05.920Z Compiling winnow v0.5.40
21222026-05-06T09:08:06.625Z Compiling progenitor-client v0.11.1
21232026-05-06T09:08:06.662Z Compiling progenitor-client v0.10.0
21242026-05-06T09:08:06.721Z Compiling prettyplease v0.2.37
21252026-05-06T09:08:06.788Z Compiling serde_with v3.18.0
21262026-05-06T09:08:06.959Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21272026-05-06T09:08:07.378Z Compiling rustc-hash v2.1.1
21282026-05-06T09:08:07.646Z Compiling progenitor v0.11.1
21292026-05-06T09:08:07.719Z Compiling iddqd v0.3.17
21302026-05-06T09:08:07.772Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21312026-05-06T09:08:08.126Z Compiling backoff v0.4.0
21322026-05-06T09:08:08.508Z Compiling parse-display v0.10.0
21332026-05-06T09:08:08.537Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21342026-05-06T09:08:08.763Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
21352026-05-06T09:08:10.657Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21362026-05-06T09:08:10.863Z Compiling num-derive v0.3.3
21372026-05-06T09:08:11.801Z Compiling toml_write v0.1.2
21382026-05-06T09:08:12.273Z Compiling toml_edit v0.22.27
21392026-05-06T09:08:13.978Z Compiling toml_edit v0.19.15
21402026-05-06T09:08:14.325Z Compiling num-integer v0.1.46
21412026-05-06T09:08:14.495Z Compiling float-ord v0.3.2
21422026-05-06T09:08:14.698Z Compiling toml v0.8.23
21432026-05-06T09:08:15.547Z Compiling proc-macro-crate v1.3.1
21442026-05-06T09:08:16.913Z Compiling num-rational v0.4.2
21452026-05-06T09:08:17.151Z Compiling num-iter v0.1.45
21462026-05-06T09:08:17.488Z Compiling num-complex v0.4.6
21472026-05-06T09:08:18.403Z Compiling num v0.4.3
21482026-05-06T09:08:18.945Z Compiling darling_core v0.21.3
21492026-05-06T09:08:21.107Z Compiling darling_macro v0.21.3
21502026-05-06T09:08:21.716Z Compiling darling v0.21.3
21512026-05-06T09:08:21.835Z Compiling zerocopy-derive v0.7.35
21522026-05-06T09:08:22.161Z Compiling ingot-macros v0.1.1
21532026-05-06T09:08:22.319Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21542026-05-06T09:08:22.877Z Compiling scroll_derive v0.12.1
21552026-05-06T09:08:23.202Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21562026-05-06T09:08:23.622Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-05-06T09:08:24.027Z Compiling zerocopy v0.7.35
21582026-05-06T09:08:25.008Z Compiling num_enum_derive v0.7.6
21592026-05-06T09:08:25.336Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-05-06T09:08:25.904Z Compiling memoffset v0.9.1
21612026-05-06T09:08:26.149Z Compiling foreign-types-macros v0.2.3
21622026-05-06T09:08:27.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-05-06T09:08:27.392Z Compiling nix v0.30.1
21642026-05-06T09:08:28.027Z Compiling libscf-sys v1.1.0
21652026-05-06T09:08:28.559Z Compiling proc-macro-error-attr2 v2.0.0
21662026-05-06T09:08:28.664Z Compiling glob v0.3.3
21672026-05-06T09:08:28.721Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21682026-05-06T09:08:28.934Z Compiling proc-macro-error-attr v1.0.4
21692026-05-06T09:08:29.002Z Compiling proc-macro-error2 v2.0.1
21702026-05-06T09:08:29.290Z Compiling dtrace-parser v0.2.0
21712026-05-06T09:08:29.315Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722026-05-06T09:08:29.395Z Compiling proc-macro-error v1.0.4
21732026-05-06T09:08:29.505Z Compiling tabled_derive v0.11.0
21742026-05-06T09:08:29.842Z Compiling dof v0.3.0
21752026-05-06T09:08:29.893Z Compiling num_enum_derive v0.5.11
21762026-05-06T09:08:30.224Z Compiling hubpack v0.1.2
21772026-05-06T09:08:30.330Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21782026-05-06T09:08:30.462Z Compiling thread-id v4.2.2
21792026-05-06T09:08:30.688Z Compiling static_assertions v1.1.0
21802026-05-06T09:08:30.931Z Compiling usdt-impl v0.5.0
21812026-05-06T09:08:31.849Z Compiling derive_more v0.99.20
21822026-05-06T09:08:33.022Z Compiling bytecount v0.6.9
21832026-05-06T09:08:33.081Z Compiling minimal-lexical v0.2.1
21842026-05-06T09:08:33.399Z Compiling nom v7.1.3
21852026-05-06T09:08:34.150Z Compiling usdt-macro v0.5.0
21862026-05-06T09:08:34.298Z Compiling usdt-attr-macro v0.5.0
21872026-05-06T09:08:34.854Z Compiling zone_cfg_derive v0.3.1
21882026-05-06T09:08:34.986Z Compiling num-derive v0.4.2
21892026-05-06T09:08:35.032Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21902026-05-06T09:08:35.180Z Compiling rustc_version v0.4.1
21912026-05-06T09:08:35.486Z Compiling crossbeam-epoch v0.9.18
21922026-05-06T09:08:35.499Z Compiling papergrid v0.17.0
21932026-05-06T09:08:35.543Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21942026-05-06T09:08:35.836Z Compiling testing_table v0.3.0
21952026-05-06T09:08:35.978Z Compiling enum-as-inner v0.6.1
21962026-05-06T09:08:36.012Z Compiling curve25519-dalek v4.1.3
21972026-05-06T09:08:36.251Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21982026-05-06T09:08:36.398Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21992026-05-06T09:08:36.546Z Compiling tabled v0.20.0
22002026-05-06T09:08:36.579Z Compiling crossbeam-deque v0.8.6
22012026-05-06T09:08:36.884Z Compiling typify-impl v0.6.1
22022026-05-06T09:08:37.154Z Compiling thiserror-impl-no-std v2.0.2
22032026-05-06T09:08:37.200Z Compiling curve25519-dalek-derive v0.1.1
22042026-05-06T09:08:37.732Z Compiling rayon-core v1.13.0
22052026-05-06T09:08:37.915Z Compiling clang-sys v1.8.1
22062026-05-06T09:08:38.037Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22072026-05-06T09:08:38.273Z Compiling scroll v0.12.0
22082026-05-06T09:08:38.492Z Compiling hash32 v0.3.1
22092026-05-06T09:08:38.559Z Compiling goblin v0.8.2
22102026-05-06T09:08:38.661Z Compiling heapless v0.8.0
22112026-05-06T09:08:38.674Z Compiling ingot-types v0.1.2
22122026-05-06T09:08:39.068Z Compiling cobs v0.3.0
22132026-05-06T09:08:39.102Z Compiling libloading v0.8.9
22142026-05-06T09:08:39.212Z Compiling managed v0.8.0
22152026-05-06T09:08:39.277Z Compiling bitflags v1.3.2
22162026-05-06T09:08:39.291Z Compiling rand_core v0.10.1
22172026-05-06T09:08:39.321Z Compiling foreign-types-shared v0.3.1
22182026-05-06T09:08:39.361Z Compiling bindgen v0.72.1
22192026-05-06T09:08:39.394Z Compiling smoltcp v0.11.0
22202026-05-06T09:08:39.422Z Compiling foreign-types v0.5.0
22212026-05-06T09:08:39.437Z Compiling postcard v1.1.3
22222026-05-06T09:08:39.508Z Compiling ingot v0.1.1
22232026-05-06T09:08:39.866Z Compiling cexpr v0.6.0
22242026-05-06T09:08:40.403Z Compiling num_enum v0.7.6
22252026-05-06T09:08:40.473Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22262026-05-06T09:08:40.600Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-05-06T09:08:40.728Z Compiling camino-tempfile v1.4.1
22282026-05-06T09:08:41.042Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22292026-05-06T09:08:41.193Z Compiling serde_repr v0.1.20
22302026-05-06T09:08:41.361Z Compiling derive-where v1.6.0
22312026-05-06T09:08:41.365Z Compiling cstr-argument v0.1.2
22322026-05-06T09:08:41.645Z Compiling cpufeatures v0.3.0
22332026-05-06T09:08:41.980Z Compiling chacha20 v0.10.0
22342026-05-06T09:08:42.268Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-05-06T09:08:42.458Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22362026-05-06T09:08:42.725Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
22372026-05-06T09:08:42.990Z Compiling getrandom v0.4.2
22382026-05-06T09:08:43.166Z Compiling typify-macro v0.6.1
22392026-05-06T09:08:43.189Z Compiling rayon v1.11.0
22402026-05-06T09:08:43.626Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22412026-05-06T09:08:43.739Z Compiling crucible-workspace-hack v0.1.0
22422026-05-06T09:08:44.119Z Compiling memmap v0.7.0
22432026-05-06T09:08:44.196Z Compiling tinyvec_macros v0.1.1
22442026-05-06T09:08:44.447Z Compiling tinyvec v1.10.0
22452026-05-06T09:08:44.509Z Compiling usdt v0.5.0
22462026-05-06T09:08:44.694Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22472026-05-06T09:08:44.835Z Compiling rand v0.10.1
22482026-05-06T09:08:45.207Z Compiling num_enum v0.5.11
22492026-05-06T09:08:45.270Z Compiling typify v0.6.1
22502026-05-06T09:08:45.525Z Compiling pin-project-internal v1.1.10
22512026-05-06T09:08:45.774Z Compiling winnow v1.0.1
22522026-05-06T09:08:46.442Z Compiling progenitor-impl v0.13.0
22532026-05-06T09:08:46.478Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22542026-05-06T09:08:46.640Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22552026-05-06T09:08:46.827Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
22562026-05-06T09:08:47.190Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22572026-05-06T09:08:47.193Z Compiling rustix v0.38.44
22582026-05-06T09:08:47.726Z Compiling itertools v0.12.1
22592026-05-06T09:08:47.821Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22602026-05-06T09:08:47.863Z Compiling progenitor-impl v0.10.0
22612026-05-06T09:08:48.033Z Compiling sigpipe v0.1.3
22622026-05-06T09:08:48.273Z Compiling jiff v0.2.15
22632026-05-06T09:08:48.287Z Compiling const_format_proc_macros v0.2.34
22642026-05-06T09:08:48.678Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22652026-05-06T09:08:48.934Z Compiling zone v0.3.1
22662026-05-06T09:08:48.948Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22672026-05-06T09:08:49.772Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
22682026-05-06T09:08:49.939Z Compiling progenitor-macro v0.13.0
22692026-05-06T09:08:49.993Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22702026-05-06T09:08:50.617Z Compiling secrecy v0.10.3
22712026-05-06T09:08:50.632Z Compiling smf v0.2.3
22722026-05-06T09:08:50.789Z Compiling async-recursion v1.1.1
22732026-05-06T09:08:50.889Z Compiling snafu-derive v0.8.9
22742026-05-06T09:08:51.020Z Compiling bstr v1.12.0
22752026-05-06T09:08:51.250Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22762026-05-06T09:08:51.369Z Compiling progenitor-macro v0.10.0
22772026-05-06T09:08:51.646Z Compiling whoami v1.6.1
22782026-05-06T09:08:51.967Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22792026-05-06T09:08:53.440Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22802026-05-06T09:08:53.732Z Compiling hmac v0.12.1
22812026-05-06T09:08:54.053Z Compiling inout v0.1.4
22822026-05-06T09:08:54.169Z Compiling ff v0.13.1
22832026-05-06T09:08:54.216Z Compiling crc8 v0.1.1
22842026-05-06T09:08:54.311Z Compiling data-encoding v2.9.0
22852026-05-06T09:08:54.342Z Compiling group v0.13.0
22862026-05-06T09:08:54.572Z Compiling cipher v0.4.4
22872026-05-06T09:08:55.148Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22882026-05-06T09:08:55.182Z Compiling hkdf v0.12.4
22892026-05-06T09:08:55.216Z Compiling atomicwrites v0.4.4
22902026-05-06T09:08:55.343Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
22912026-05-06T09:08:55.444Z Compiling tokio-dtrace v0.1.1
22922026-05-06T09:08:55.914Z Compiling nix v0.31.2
22932026-05-06T09:08:55.917Z Compiling tabled_derive v0.7.0
22942026-05-06T09:08:56.512Z Compiling reqwest v0.13.2
22952026-05-06T09:08:56.608Z Compiling universal-hash v0.5.1
22962026-05-06T09:08:56.684Z Compiling crypto-bigint v0.5.5
22972026-05-06T09:08:56.751Z Compiling dropshot-api-manager-types v0.5.2
22982026-05-06T09:08:56.851Z Compiling half v2.7.1
22992026-05-06T09:08:57.135Z Compiling base64ct v1.8.0
23002026-05-06T09:08:57.306Z Compiling indent_write v2.2.0
23012026-05-06T09:08:57.450Z Compiling base16ct v0.2.0
23022026-05-06T09:08:57.463Z Compiling ciborium-io v0.2.2
23032026-05-06T09:08:57.570Z Compiling opaque-debug v0.3.1
23042026-05-06T09:08:57.625Z Compiling ciborium-ll v0.2.2
23052026-05-06T09:08:57.655Z Compiling poly1305 v0.8.0
23062026-05-06T09:08:57.682Z Compiling progenitor-client v0.13.0
23072026-05-06T09:08:57.861Z Compiling elliptic-curve v0.13.8
23082026-05-06T09:08:57.985Z Compiling password-hash v0.5.0
23092026-05-06T09:08:58.382Z Compiling oxide-tokio-rt v0.1.4
23102026-05-06T09:08:58.689Z Compiling chacha20 v0.9.1
23112026-05-06T09:08:58.704Z Compiling similar v2.7.0
23122026-05-06T09:08:58.717Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23132026-05-06T09:08:59.141Z Compiling thiserror-no-std v2.0.2
23142026-05-06T09:08:59.982Z Compiling blake2 v0.10.6
23152026-05-06T09:09:00.196Z Compiling aead v0.5.2
23162026-05-06T09:09:00.336Z Compiling resolv-conf v0.7.5
23172026-05-06T09:09:00.459Z Compiling linked-hash-map v0.5.6
23182026-05-06T09:09:00.668Z Compiling keccak v0.1.6
23192026-05-06T09:09:00.682Z Compiling lru-cache v0.1.2
23202026-05-06T09:09:00.813Z Compiling chacha20poly1305 v0.10.1
23212026-05-06T09:09:00.826Z Compiling sha3 v0.10.8
23222026-05-06T09:09:00.947Z Compiling argon2 v0.5.3
23232026-05-06T09:09:00.960Z Compiling vsss-rs v3.3.4
23242026-05-06T09:09:01.170Z Compiling progenitor v0.13.0
23252026-05-06T09:09:01.298Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23262026-05-06T09:09:01.597Z Compiling ciborium v0.2.2
23272026-05-06T09:09:01.728Z Compiling hickory-proto v0.24.4
23282026-05-06T09:09:02.259Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23292026-05-06T09:09:02.463Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23302026-05-06T09:09:03.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23312026-05-06T09:09:03.147Z Compiling serde-big-array v0.5.1
23322026-05-06T09:09:03.160Z Compiling unicode-segmentation v1.12.0
23332026-05-06T09:09:03.304Z Compiling same-file v1.0.6
23342026-05-06T09:09:03.490Z Compiling siphasher v1.0.1
23352026-05-06T09:09:03.668Z Compiling phf_shared v0.12.1
23362026-05-06T09:09:03.746Z Compiling hickory-resolver v0.24.4
23372026-05-06T09:09:03.792Z Compiling newline-converter v0.3.0
23382026-05-06T09:09:03.822Z Compiling walkdir v2.5.0
23392026-05-06T09:09:03.835Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23402026-05-06T09:09:03.847Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23412026-05-06T09:09:04.673Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23422026-05-06T09:09:05.125Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23432026-05-06T09:09:05.407Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
23442026-05-06T09:09:05.853Z Compiling newtype_derive v0.1.6
23452026-05-06T09:09:05.946Z Compiling owo-colors v4.3.0
23462026-05-06T09:09:05.960Z Compiling tokio-stream v0.1.17
23472026-05-06T09:09:06.360Z Compiling console v0.15.11
23482026-05-06T09:09:06.427Z Compiling csv-core v0.1.12
23492026-05-06T09:09:06.573Z Compiling humantime v2.3.0
23502026-05-06T09:09:06.707Z Compiling foldhash v0.1.5
23512026-05-06T09:09:06.720Z Compiling unicode-width v0.1.14
23522026-05-06T09:09:06.754Z Compiling smawk v0.3.2
23532026-05-06T09:09:06.865Z Compiling termtree v0.5.1
23542026-05-06T09:09:06.912Z Compiling unicode-linebreak v0.1.5
23552026-05-06T09:09:07.007Z Compiling swrite v0.1.0
23562026-05-06T09:09:07.107Z Compiling textwrap v0.16.2
23572026-05-06T09:09:07.170Z Compiling hashbrown v0.15.5
23582026-05-06T09:09:07.302Z Compiling expectorate v1.2.0
23592026-05-06T09:09:07.471Z Compiling csv v1.3.1
23602026-05-06T09:09:07.592Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23612026-05-06T09:09:07.658Z Compiling qorb v0.4.1
23622026-05-06T09:09:08.048Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23632026-05-06T09:09:09.427Z Compiling phf v0.12.1
23642026-05-06T09:09:09.640Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23652026-05-06T09:09:09.847Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23662026-05-06T09:09:10.022Z Compiling pin-project v1.1.10
23672026-05-06T09:09:10.141Z Compiling unicode-normalization v0.1.24
23682026-05-06T09:09:10.363Z Compiling libz-sys v1.1.22
23692026-05-06T09:09:10.486Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23702026-05-06T09:09:11.291Z Compiling libsw-core v0.3.2
23712026-05-06T09:09:11.614Z Compiling highway v1.3.0
23722026-05-06T09:09:11.710Z Compiling fixedbitset v0.4.2
23732026-05-06T09:09:11.757Z Compiling fixedbitset v0.5.7
23742026-05-06T09:09:12.083Z Compiling petgraph v0.8.2
23752026-05-06T09:09:12.150Z Compiling petgraph v0.6.5
23762026-05-06T09:09:12.317Z Compiling progenitor v0.10.0
23772026-05-06T09:09:12.490Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23782026-05-06T09:09:13.454Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23792026-05-06T09:09:13.663Z Compiling libsw v3.5.0
23802026-05-06T09:09:13.850Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23812026-05-06T09:09:14.403Z Compiling olpc-cjson v0.1.4
23822026-05-06T09:09:14.440Z Compiling libgit2-sys v0.17.0+1.8.1
23832026-05-06T09:09:14.584Z Compiling snafu v0.8.9
23842026-05-06T09:09:15.034Z Compiling chrono-tz v0.10.4
23852026-05-06T09:09:15.176Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23862026-05-06T09:09:15.269Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23872026-05-06T09:09:15.386Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23882026-05-06T09:09:16.350Z Compiling papergrid v0.11.0
23892026-05-06T09:09:16.685Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23902026-05-06T09:09:16.984Z Compiling globset v0.4.16
23912026-05-06T09:09:17.201Z Compiling const_format v0.2.34
23922026-05-06T09:09:17.516Z Compiling slog-dtrace v0.3.0
23932026-05-06T09:09:17.535Z Compiling cancel-safe-futures v0.1.5
23942026-05-06T09:09:17.549Z Compiling gethostname v0.5.0
23952026-05-06T09:09:17.841Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
23962026-05-06T09:09:18.284Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23972026-05-06T09:09:18.873Z Compiling pem v3.0.5
23982026-05-06T09:09:18.896Z Compiling bcs v0.1.6
23992026-05-06T09:09:19.231Z Compiling serde_plain v1.0.2
24002026-05-06T09:09:19.258Z Compiling cargo-platform v0.1.9
24012026-05-06T09:09:19.272Z Compiling tagptr v0.2.0
24022026-05-06T09:09:19.446Z Compiling typed-path v0.9.3
24032026-05-06T09:09:19.511Z Compiling linear-map v1.2.0
24042026-05-06T09:09:20.433Z Compiling tough v0.20.0
24052026-05-06T09:09:21.570Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24062026-05-06T09:09:22.108Z Compiling cargo_metadata v0.18.1
24072026-05-06T09:09:22.380Z Compiling moka v0.12.11
24082026-05-06T09:09:22.952Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24092026-05-06T09:09:23.238Z Compiling tabled v0.15.0
24102026-05-06T09:09:23.346Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24112026-05-06T09:09:23.450Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24122026-05-06T09:09:23.917Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24132026-05-06T09:09:24.127Z Compiling git2 v0.19.0
24142026-05-06T09:09:25.037Z Compiling steno v0.4.1
24152026-05-06T09:09:26.733Z Compiling hickory-proto v0.25.2
24162026-05-06T09:09:26.798Z Compiling cookie v0.18.1
24172026-05-06T09:09:28.793Z Compiling hickory-resolver v0.25.2
24182026-05-06T09:09:29.698Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24192026-05-06T09:09:31.046Z Compiling vergen v8.3.2
24202026-05-06T09:09:32.291Z Compiling signal-hook v0.3.18
24212026-05-06T09:09:33.429Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24222026-05-06T09:09:33.541Z Compiling predicates-core v1.0.9
24232026-05-06T09:09:33.749Z Compiling mockall_derive v0.13.1
24242026-05-06T09:09:34.158Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24252026-05-06T09:09:34.316Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24262026-05-06T09:09:34.848Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24272026-05-06T09:09:35.690Z Compiling sha2 v0.10.9
24282026-05-06T09:09:35.828Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24292026-05-06T09:09:36.144Z Compiling adler2 v2.0.1
24302026-05-06T09:09:36.241Z Compiling diff v0.1.13
24312026-05-06T09:09:36.302Z Compiling yansi v1.0.1
24322026-05-06T09:09:36.554Z Compiling pretty_assertions v1.4.1
24332026-05-06T09:09:36.594Z Compiling miniz_oxide v0.8.9
24342026-05-06T09:09:36.645Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24352026-05-06T09:09:37.923Z Compiling fs-err v3.1.2
24362026-05-06T09:09:38.247Z Compiling crc32fast v1.5.0
24372026-05-06T09:09:38.462Z Compiling predicates-tree v1.0.12
24382026-05-06T09:09:38.741Z Compiling predicates v3.1.3
24392026-05-06T09:09:39.323Z Compiling git-stub v1.0.0
24402026-05-06T09:09:39.661Z Compiling filetime v0.2.26
24412026-05-06T09:09:39.845Z Compiling is_ci v1.2.0
24422026-05-06T09:09:39.863Z Compiling xattr v1.6.1
24432026-05-06T09:09:40.007Z Compiling arrayref v0.3.9
24442026-05-06T09:09:40.059Z Compiling constant_time_eq v0.3.1
24452026-05-06T09:09:40.096Z Compiling arrayvec v0.7.6
24462026-05-06T09:09:40.189Z Compiling downcast v0.11.0
24472026-05-06T09:09:40.319Z Compiling fragile v2.0.1
24482026-05-06T09:09:40.368Z Compiling blake3 v1.8.2
24492026-05-06T09:09:40.635Z Compiling toml v0.7.8
24502026-05-06T09:09:40.959Z Compiling mockall v0.13.1
24512026-05-06T09:09:41.333Z Compiling tar v0.4.45
24522026-05-06T09:09:41.877Z Compiling supports-color v3.0.2
24532026-05-06T09:09:42.076Z Compiling git-stub-vcs v0.1.0
24542026-05-06T09:09:42.353Z Compiling curl-sys v0.4.83+curl-8.15.0
24552026-05-06T09:09:42.414Z Compiling signal-hook-tokio v0.3.1
24562026-05-06T09:09:42.473Z Compiling flate2 v1.1.2
24572026-05-06T09:09:42.562Z Compiling drift v0.1.3
24582026-05-06T09:09:42.647Z Compiling kstat-rs v0.2.4
24592026-05-06T09:09:42.904Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24602026-05-06T09:09:42.965Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24612026-05-06T09:09:43.231Z Compiling display-error-chain v0.2.2
24622026-05-06T09:09:43.313Z Compiling hex-literal v1.0.0
24632026-05-06T09:09:43.382Z Compiling topological-sort v0.2.2
24642026-05-06T09:09:43.538Z Compiling omicron-zone-package v0.12.2
24652026-05-06T09:09:43.666Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
24662026-05-06T09:09:43.874Z Compiling dropshot-api-manager v0.5.2
24672026-05-06T09:09:45.244Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24682026-05-06T09:09:45.820Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24692026-05-06T09:09:46.440Z Compiling curl v0.4.49
24702026-05-06T09:09:46.579Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24712026-05-06T09:09:46.936Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24722026-05-06T09:09:47.193Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24732026-05-06T09:09:47.260Z Compiling internet-checksum v0.2.1
24742026-05-06T09:09:47.416Z Compiling search_path v0.1.4
24752026-05-06T09:09:47.835Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24762026-05-06T09:09:47.922Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24772026-05-06T09:09:50.080Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24782026-05-06T09:09:51.609Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24792026-05-06T09:10:35.607Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 14s
24802026-05-06T09:10:35.751Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
24812026-05-06T09:10:35.754Z
24822026-05-06T09:10:35.754Zrunning 5 tests
24832026-05-06T09:10:35.757Ztest fuse::tests::chip_revision_b1 ... ok
24842026-05-06T09:10:35.757Ztest fuse::tests::chip_revision_b0 ... ok
24852026-05-06T09:10:35.757Ztest fuse::tests::chip_revision_unknown_device_id ... ok
24862026-05-06T09:10:35.757Ztest fuse::tests::chip_revision_a0 ... ok
24872026-05-06T09:10:35.757Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
24882026-05-06T09:10:35.758Z
24892026-05-06T09:10:35.758Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24902026-05-06T09:10:35.758Z
24912026-05-06T09:10:35.758Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
24922026-05-06T09:10:35.761Z
24932026-05-06T09:10:35.761Zrunning 0 tests
24942026-05-06T09:10:35.761Z
24952026-05-06T09:10:35.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24962026-05-06T09:10:35.761Z
24972026-05-06T09:10:35.761Z Running unittests src/lib.rs (target/debug/deps/asic-85f67db81f0360e5)
24982026-05-06T09:10:35.761Z
24992026-05-06T09:10:35.761Zrunning 0 tests
25002026-05-06T09:10:35.761Z
25012026-05-06T09:10:35.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25022026-05-06T09:10:35.761Z
25032026-05-06T09:10:35.764Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
25042026-05-06T09:10:35.764Z
25052026-05-06T09:10:35.765Zrunning 10 tests
25062026-05-06T09:10:35.765Ztest network::tests::test_equal ... ok
25072026-05-06T09:10:35.765Ztest nat::tests::test_vni ... ok
25082026-05-06T09:10:35.765Ztest network::tests::test_generate_ipv6_link_local ... ok
25092026-05-06T09:10:35.765Ztest network::tests::test_eui64 ... ok
25102026-05-06T09:10:35.765Ztest network::tests::test_into ... ok
25112026-05-06T09:10:35.765Ztest network::tests::test_not_equal ... ok
25122026-05-06T09:10:35.765Ztest network::tests::test_parse ... ok
25132026-05-06T09:10:35.765Ztest network::tests::test_to_string ... ok
25142026-05-06T09:10:35.765Ztest test_purge ... ok
25152026-05-06T09:10:35.768Ztest illumos::test::address_exists_handles_missing_object ... ok
25162026-05-06T09:10:35.768Z
25172026-05-06T09:10:35.768Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-05-06T09:10:35.768Z
25192026-05-06T09:10:35.771Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
25202026-05-06T09:10:35.774Z
25212026-05-06T09:10:35.774Zrunning 1 test
25222026-05-06T09:10:37.051Ztest test::test_apis_up_to_date ... ok
25232026-05-06T09:10:37.051Z
25242026-05-06T09:10:37.051Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
25252026-05-06T09:10:37.051Z
25262026-05-06T09:10:37.098Z Running unittests src/main.rs (target/debug/deps/dpd-088c1902cc41514b)
25272026-05-06T09:10:37.104Z
25282026-05-06T09:10:37.104Zrunning 44 tests
25292026-05-06T09:10:37.107Ztest freemap::test_ordering ... ok
25302026-05-06T09:10:37.108Ztest freemap::test_split ... ok
25312026-05-06T09:10:37.108Ztest config::tests::test_updates ... ok
25322026-05-06T09:10:37.108Ztest macaddrs::tests::test_mac_offset ... ok
25332026-05-06T09:10:37.108Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25342026-05-06T09:10:37.108Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25352026-05-06T09:10:37.108Ztest macaddrs::tests::test_parse_port_id ... ok
25362026-05-06T09:10:37.108Ztest mcast::tests::test_canonicalize_sources ... ok
25372026-05-06T09:10:37.111ZMay 06 09:10:36.000May 06 09:10:36.000 DEBG DEBG created new freemapcreated new freemap, unit, :unit :freemap_test freemap_test
25382026-05-06T09:10:37.111Z
25392026-05-06T09:10:37.111ZMay 06 09:10:36.000 DEBG initted freemap. size: 128, unitMay 06 09:10:36.000: DEBGfreemap_test
25402026-05-06T09:10:37.111Zinitted freemap. size: 128, unit: May 06 09:10:36.000freemap_test
25412026-05-06T09:10:37.111ZDEBG reset freemap, unitMay 06 09:10:36.000: DEBGfreemap_test
25422026-05-06T09:10:37.111Zreset freemap, unit: freemap_test
25432026-05-06T09:10:37.111Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25442026-05-06T09:10:37.111Ztest freemap::test_exhaustion ... ok
25452026-05-06T09:10:37.111ZMay 06 09:10:36.000 DEBG created new freemap, unit: freemap_test
25462026-05-06T09:10:37.111ZMay 06 09:10:36.000 DEBG initted freemap. size: 128, unit: freemap_test
25472026-05-06T09:10:37.111Ztest freemap::test_basic ... ok
25482026-05-06T09:10:37.111ZMay 06 09:10:36.000 DEBG reset freemap, unit: freemap_test
25492026-05-06T09:10:37.111Ztest freemap::test_reclaim ... ok
25502026-05-06T09:10:37.111Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25512026-05-06T09:10:37.111ZMay 06 09:10:36.001 DEBG created new freemap, unit: freemap_test
25522026-05-06T09:10:37.111Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25532026-05-06T09:10:37.112ZMay 06 09:10:36.001 DEBG initted freemap. size: 128, unit: freemap_test
25542026-05-06T09:10:37.112ZMay 06 09:10:36.001 DEBG reset freemap, unit: freemap_test
25552026-05-06T09:10:37.112Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25562026-05-06T09:10:37.112Ztest freemap::test_free ... ok
25572026-05-06T09:10:37.112Ztest mcast::tests::test_concurrent_id_allocation ... ok
25582026-05-06T09:10:37.112Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
25592026-05-06T09:10:37.112Ztest mcast::tests::test_sources_contain_any ... ok
25602026-05-06T09:10:37.112Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
25612026-05-06T09:10:37.112Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
25622026-05-06T09:10:37.112Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
25632026-05-06T09:10:37.112Ztest mcast::validate::tests::test_address_validation_integrated ... ok
25642026-05-06T09:10:37.112Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
25652026-05-06T09:10:37.112Ztest mcast::validate::tests::test_ipv4_validation ... ok
25662026-05-06T09:10:37.112Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
25672026-05-06T09:10:37.112ZMay 06 09:10:36.001 DEBG created new freemap, unit: freemap_test
25682026-05-06T09:10:37.112ZMay 06 09:10:36.001 DEBG initted freemap. size: 128, unit: freemap_test
25692026-05-06T09:10:37.112Ztest mcast::validate::tests::test_is_ssm_function ... ok
25702026-05-06T09:10:37.112Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
25712026-05-06T09:10:37.112ZMay 06 09:10:36.001 DEBG reset freemap, unit: freemap_test
25722026-05-06T09:10:37.112Ztest mcast::validate::tests::test_ipv6_validation ... ok
25732026-05-06T09:10:37.112Ztest mcast::validate::tests::test_validate_nat_target ... ok
25742026-05-06T09:10:37.112Ztest freemap::test_span ... ok
25752026-05-06T09:10:37.112Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
25762026-05-06T09:10:37.112Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
25772026-05-06T09:10:37.112Ztest mcast::validate::tests::test_validate_source_addresses ... ok
25782026-05-06T09:10:37.113Ztest mcast::validate::tests::test_validate_tag ... ok
25792026-05-06T09:10:37.113Ztest nat::test_mapping ... ok
25802026-05-06T09:10:37.113Ztest port_map::tests::test_backplane_group ... ok
25812026-05-06T09:10:37.113Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
25822026-05-06T09:10:37.113Ztest mcast::validate::tests::test_validate_tag_format ... ok
25832026-05-06T09:10:37.113Ztest port_map::tests::test_port_map ... ok
25842026-05-06T09:10:37.113Ztest port_map::tests::dump_map ... ok
25852026-05-06T09:10:37.116Ztest mcast::tests::test_id_range_boundaries ... ok
25862026-05-06T09:10:37.116Ztest api_server::tests::test_build_info ... ok
25872026-05-06T09:10:37.116Ztest port_map::tests::parse_softnpu_revision ... ok
25882026-05-06T09:10:37.116Z
25892026-05-06T09:10:37.116Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
25902026-05-06T09:10:37.116Z
25912026-05-06T09:10:37.116Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-dfc0267647e6a8b3)
25922026-05-06T09:10:37.119Z
25932026-05-06T09:10:37.119Zrunning 0 tests
25942026-05-06T09:10:37.119Z
25952026-05-06T09:10:37.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25962026-05-06T09:10:37.119Z
25972026-05-06T09:10:37.119Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
25982026-05-06T09:10:37.122Z
25992026-05-06T09:10:37.122Zrunning 0 tests
26002026-05-06T09:10:37.122Z
26012026-05-06T09:10:37.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26022026-05-06T09:10:37.122Z
26032026-05-06T09:10:37.122Z Running unittests src/lib.rs (target/debug/deps/dpd_client-adf621ecb5cfd7a0)
26042026-05-06T09:10:37.122Z
26052026-05-06T09:10:37.122Zrunning 6 tests
26062026-05-06T09:10:37.125Ztest tests::test_parse_client_port_id ... ok
26072026-05-06T09:10:37.125Ztest tests::test_port_id_cmp ... ok
26082026-05-06T09:10:37.125Ztest tests::test_full_lot_id_neither_present ... ok
26092026-05-06T09:10:37.125Ztest tests::test_full_lot_id_both_present ... ok
26102026-05-06T09:10:37.126Ztest tests::test_full_lot_id_lotnum_only ... ok
26112026-05-06T09:10:37.126Ztest tests::test_full_lot_id_lot_only ... ok
26122026-05-06T09:10:37.126Z
26132026-05-06T09:10:37.126Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26142026-05-06T09:10:37.126Z
26152026-05-06T09:10:37.126Z Running tests/test_all.rs (target/debug/deps/test_all-96457284324bcf73)
26162026-05-06T09:10:37.126Z
26172026-05-06T09:10:37.126Zrunning 0 tests
26182026-05-06T09:10:37.126Z
26192026-05-06T09:10:37.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26202026-05-06T09:10:37.126Z
26212026-05-06T09:10:37.126Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
26222026-05-06T09:10:37.129Z
26232026-05-06T09:10:37.129Zrunning 0 tests
26242026-05-06T09:10:37.129Z
26252026-05-06T09:10:37.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26262026-05-06T09:10:37.129Z
26272026-05-06T09:10:37.129Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
26282026-05-06T09:10:37.129Z
26292026-05-06T09:10:37.129Zrunning 12 tests
26302026-05-06T09:10:37.132Ztest icmp::test_v6_checksum ... ok
26312026-05-06T09:10:37.132Ztest lldp::test_lldp_parse ... ok
26322026-05-06T09:10:37.132Ztest icmp::test_v4_checksum ... ok
26332026-05-06T09:10:37.132Ztest ipv6::test_ipv6_parse ... ok
26342026-05-06T09:10:37.132Ztest pbuf::test_byte ... ok
26352026-05-06T09:10:37.132Ztest pbuf::test_nibble ... ok
26362026-05-06T09:10:37.132Ztest pbuf::test_short ... ok
26372026-05-06T09:10:37.132Ztest pbuf::test_overflow ... ok
26382026-05-06T09:10:37.132Ztest pbuf::test_twelve ... ok
26392026-05-06T09:10:37.132Ztest pbuf::test_word ... ok
26402026-05-06T09:10:37.132Ztest tcp::test_checksum_syn_nodata ... ok
26412026-05-06T09:10:37.132Ztest tcp::test_checksum_ack_data ... ok
26422026-05-06T09:10:37.132Z
26432026-05-06T09:10:37.133Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26442026-05-06T09:10:37.133Z
26452026-05-06T09:10:37.133Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
26462026-05-06T09:10:37.133Z
26472026-05-06T09:10:37.133Zrunning 0 tests
26482026-05-06T09:10:37.133Z
26492026-05-06T09:10:37.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26502026-05-06T09:10:37.133Z
26512026-05-06T09:10:37.133Z Running unittests src/main.rs (target/debug/deps/swadm-0f63254137f4b163)
26522026-05-06T09:10:37.136Z
26532026-05-06T09:10:37.136Zrunning 5 tests
26542026-05-06T09:10:37.136Ztest switchport::test::test_compute_lanes ... ok
26552026-05-06T09:10:37.136Ztest switchport::test::port_id_ordering ... ok
26562026-05-06T09:10:37.136Z Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1
26572026-05-06T09:10:37.136Z Lane 2 State: Activated ActivatedLane 3
26582026-05-06T09:10:37.136ZActivated Activated Rx Loss-of-lock: Yes
26592026-05-06T09:10:37.136Z Yes Rx Output Enabled: false falseYes Yesfalse
26602026-05-06T09:10:37.136Z false Rx Loss-of-signal: Yes
26612026-05-06T09:10:37.136Z Rx Output Status: validYes validYes Yesvalid
26622026-05-06T09:10:37.136Z valid
26632026-05-06T09:10:37.136Z Rx CDR Enabled: Yes Rx Loss-of-lock: trueYes Yestrue Yes
26642026-05-06T09:10:37.136Ztrue true Tx Enabled: Yes
26652026-05-06T09:10:37.136Z Yes Rx Loss-of-signal: false Yes falseYes
26662026-05-06T09:10:37.136Zfalse Tx Loss-of-lock: Nofalse
26672026-05-06T09:10:37.136Z NoRx Auto-squelch Disable: true No true No
26682026-05-06T09:10:37.136Ztrue true Tx Loss-of-signal: No
26692026-05-06T09:10:37.136Z No Tx Output Enabled: true Notrue No
26702026-05-06T09:10:37.136Ztrue Tx CDR Enabled: No true
26712026-05-06T09:10:37.136ZNo Tx Output Status: invalid Noinvalid No
26722026-05-06T09:10:37.136Zinvalid Tx Adaptive EQ Fault: No invalid
26732026-05-06T09:10:37.136ZNo Tx Loss-of-lock: falseNo Nofalse
26742026-05-06T09:10:37.137Z Tx Fault: Yesfalse Yesfalse
26752026-05-06T09:10:37.137ZYes Yes Tx Loss-of-signal: true
26762026-05-06T09:10:37.137Z true true true
26772026-05-06T09:10:37.137ZTx Auto-squelch Disable: false false false false
26782026-05-06T09:10:37.137Z Tx Adaptive EQ Fail: true true true true
26792026-05-06T09:10:37.137Z Tx Failure: false false false false
26802026-05-06T09:10:37.137Z Tx Force Squelch: true true true true
26812026-05-06T09:10:37.137Z Tx Input Polarity: normal normal normal normal
26822026-05-06T09:10:37.137Ztest switchport::test::test_print_sff_datapath ... ok
26832026-05-06T09:10:37.137Ztest switchport::test::test_print_cmis_datapath ... ok
26842026-05-06T09:10:37.137Ztest link::test_filter ... ok
26852026-05-06T09:10:37.137Z
26862026-05-06T09:10:37.137Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-05-06T09:10:37.137Z
26882026-05-06T09:10:37.140Z Running tests/counters.rs (target/debug/deps/counters-2207d407621fd777)
26892026-05-06T09:10:37.140Z
26902026-05-06T09:10:37.140Zrunning 1 test
26912026-05-06T09:10:37.140Ztest test_p4_counter_list ... ignored
26922026-05-06T09:10:37.140Z
26932026-05-06T09:10:37.140Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26942026-05-06T09:10:37.140Z
26952026-05-06T09:10:37.140Z Running tests/port-link.rs (target/debug/deps/port_link-c8f63c576c6cd269)
26962026-05-06T09:10:37.140Z
26972026-05-06T09:10:37.140Zrunning 5 tests
26982026-05-06T09:10:37.140Ztest test_an ... ignored
26992026-05-06T09:10:37.140Ztest test_enable ... ignored
27002026-05-06T09:10:37.140Ztest test_ip_addresses ... ignored
27012026-05-06T09:10:37.140Ztest test_kr ... ignored
27022026-05-06T09:10:37.140Ztest test_mac ... ignored
27032026-05-06T09:10:37.140Z
27042026-05-06T09:10:37.140Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27052026-05-06T09:10:37.140Z
27062026-05-06T09:10:37.140Z Running unittests src/main.rs (target/debug/deps/tfportd-6cbf066774a24566)
27072026-05-06T09:10:37.144Z
27082026-05-06T09:10:37.144Zrunning 3 tests
27092026-05-06T09:10:37.147Ztest linklocal::test_parse_ipadm ... ok
27102026-05-06T09:10:37.147Ztest tfport::test_parse_tfport ... ok
27112026-05-06T09:10:37.147Ztest config::tests::test_updates ... ok
27122026-05-06T09:10:37.147Z
27132026-05-06T09:10:37.147Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27142026-05-06T09:10:37.147Z
27152026-05-06T09:10:37.147Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
27162026-05-06T09:10:37.147Z
27172026-05-06T09:10:37.147Zrunning 0 tests
27182026-05-06T09:10:37.147Z
27192026-05-06T09:10:37.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27202026-05-06T09:10:37.147Z
27212026-05-06T09:10:37.147Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
27222026-05-06T09:10:37.151Z
27232026-05-06T09:10:37.151Zrunning 0 tests
27242026-05-06T09:10:37.151Z
27252026-05-06T09:10:37.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27262026-05-06T09:10:37.151Z
27272026-05-06T09:10:37.151Z Doc-tests aal
27282026-05-06T09:10:37.277Z
27292026-05-06T09:10:37.277Zrunning 0 tests
27302026-05-06T09:10:37.277Z
27312026-05-06T09:10:37.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27322026-05-06T09:10:37.281Z
27332026-05-06T09:10:37.294Z Doc-tests aal_macros
27342026-05-06T09:10:37.362Z
27352026-05-06T09:10:37.362Zrunning 0 tests
27362026-05-06T09:10:37.362Z
27372026-05-06T09:10:37.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27382026-05-06T09:10:37.362Z
27392026-05-06T09:10:37.373Z Doc-tests common
27402026-05-06T09:10:37.603Z
27412026-05-06T09:10:37.603Zrunning 0 tests
27422026-05-06T09:10:37.603Z
27432026-05-06T09:10:37.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27442026-05-06T09:10:37.603Z
27452026-05-06T09:10:37.623Z Doc-tests dpd_api
27462026-05-06T09:10:38.790Z
27472026-05-06T09:10:38.790Zrunning 2 tests
27482026-05-06T09:10:38.790Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
27492026-05-06T09:10:38.790Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
27502026-05-06T09:10:38.791Z
27512026-05-06T09:10:38.791Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
27522026-05-06T09:10:38.791Z
27532026-05-06T09:10:38.831Z Doc-tests dpd_client
27542026-05-06T09:10:40.127Z
27552026-05-06T09:10:40.127Zrunning 0 tests
27562026-05-06T09:10:40.127Z
27572026-05-06T09:10:40.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27582026-05-06T09:10:40.127Z
27592026-05-06T09:10:40.172Z Doc-tests dpd_types
27602026-05-06T09:10:40.516Z
27612026-05-06T09:10:40.516Zrunning 0 tests
27622026-05-06T09:10:40.516Z
27632026-05-06T09:10:40.516Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-05-06T09:10:40.516Z
27652026-05-06T09:10:40.549Z Doc-tests packet
27662026-05-06T09:10:40.661Z
27672026-05-06T09:10:40.661Zrunning 0 tests
27682026-05-06T09:10:40.661Z
27692026-05-06T09:10:40.661Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-05-06T09:10:40.661Z
27712026-05-06T09:10:40.678Z Doc-tests pcap
27722026-05-06T09:10:40.734Z
27732026-05-06T09:10:40.734Zrunning 0 tests
27742026-05-06T09:10:40.734Z
27752026-05-06T09:10:40.737Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-05-06T09:10:40.737Z
27772026-05-06T09:10:40.809Z+ for feat in tofino_stub tofino_asic softnpu chaos
27782026-05-06T09:10:40.809Z+ RUST_BACKTRACE=full
27792026-05-06T09:10:40.809Z+ cargo test --features tofino_asic --no-fail-fast
27802026-05-06T09:10:41.513Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
27812026-05-06T09:10:41.600Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
27822026-05-06T09:10:41.607Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
27832026-05-06T09:10:41.616Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
27842026-05-06T09:10:50.099Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
27852026-05-06T09:10:51.334Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
27862026-05-06T09:11:29.436Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.60s
27872026-05-06T09:11:29.555Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
27882026-05-06T09:11:29.558Z
27892026-05-06T09:11:29.558Zrunning 5 tests
27902026-05-06T09:11:29.561Ztest fuse::tests::chip_revision_b0 ... ok
27912026-05-06T09:11:29.561Ztest fuse::tests::chip_revision_a0 ... ok
27922026-05-06T09:11:29.561Ztest fuse::tests::chip_revision_b1 ... ok
27932026-05-06T09:11:29.561Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
27942026-05-06T09:11:29.561Ztest fuse::tests::chip_revision_unknown_device_id ... ok
27952026-05-06T09:11:29.561Z
27962026-05-06T09:11:29.561Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27972026-05-06T09:11:29.561Z
27982026-05-06T09:11:29.561Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
27992026-05-06T09:11:29.564Z
28002026-05-06T09:11:29.564Zrunning 0 tests
28012026-05-06T09:11:29.564Z
28022026-05-06T09:11:29.564Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-05-06T09:11:29.564Z
28042026-05-06T09:11:29.564Z Running unittests src/lib.rs (target/debug/deps/asic-eeb7997b87de422e)
28052026-05-06T09:11:29.647Z
28062026-05-06T09:11:29.647Zrunning 8 tests
28072026-05-06T09:11:29.650Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28082026-05-06T09:11:29.650Ztest tofino_asic::qsfp::tests::fix_link ... ok
28092026-05-06T09:11:29.650Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28102026-05-06T09:11:29.650Ztest tofino_asic::stats::constants_sanity_check ... ok
28112026-05-06T09:11:29.650Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28122026-05-06T09:11:29.650Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28132026-05-06T09:11:29.658Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28142026-05-06T09:11:30.149Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28152026-05-06T09:11:30.150Z
28162026-05-06T09:11:30.150Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28172026-05-06T09:11:30.150Z
28182026-05-06T09:11:30.160Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
28192026-05-06T09:11:30.163Z
28202026-05-06T09:11:30.163Zrunning 10 tests
28212026-05-06T09:11:30.166Ztest network::tests::test_equal ... ok
28222026-05-06T09:11:30.166Ztest nat::tests::test_vni ... ok
28232026-05-06T09:11:30.166Ztest network::tests::test_eui64 ... ok
28242026-05-06T09:11:30.166Ztest network::tests::test_into ... ok
28252026-05-06T09:11:30.166Ztest network::tests::test_generate_ipv6_link_local ... ok
28262026-05-06T09:11:30.166Ztest network::tests::test_not_equal ... ok
28272026-05-06T09:11:30.166Ztest network::tests::test_to_string ... ok
28282026-05-06T09:11:30.166Ztest network::tests::test_parse ... ok
28292026-05-06T09:11:30.166Ztest test_purge ... ok
28302026-05-06T09:11:30.169Ztest illumos::test::address_exists_handles_missing_object ... ok
28312026-05-06T09:11:30.169Z
28322026-05-06T09:11:30.169Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28332026-05-06T09:11:30.169Z
28342026-05-06T09:11:30.169Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
28352026-05-06T09:11:30.172Z
28362026-05-06T09:11:30.172Zrunning 1 test
28372026-05-06T09:11:31.469Ztest test::test_apis_up_to_date ... ok
28382026-05-06T09:11:31.469Z
28392026-05-06T09:11:31.469Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
28402026-05-06T09:11:31.469Z
28412026-05-06T09:11:31.520Z Running unittests src/main.rs (target/debug/deps/dpd-b7eadfe383357f60)
28422026-05-06T09:11:31.585Z
28432026-05-06T09:11:31.585Zrunning 76 tests
28442026-05-06T09:11:31.588Ztest freemap::test_ordering ... ok
28452026-05-06T09:11:31.588Ztest freemap::test_split ... ok
28462026-05-06T09:11:31.588Ztest config::tests::test_updates ... ok
28472026-05-06T09:11:31.588Ztest macaddrs::tests::test_mac_offset ... ok
28482026-05-06T09:11:31.588Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
28492026-05-06T09:11:31.588Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
28502026-05-06T09:11:31.588Ztest macaddrs::tests::test_parse_port_id ... ok
28512026-05-06T09:11:31.588Ztest mcast::tests::test_canonicalize_sources ... ok
28522026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG May 06 09:11:30.473 DEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
28532026-05-06T09:11:31.591Z
28542026-05-06T09:11:31.591ZMay 06 09:11:30.473 May 06 09:11:30.473DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
28552026-05-06T09:11:31.591Zfreemap_test
28562026-05-06T09:11:31.591ZMay 06 09:11:30.473May 06 09:11:30.473May 06 09:11:30.473 DEBGDEBG DEBGreset freemapcreated new freemap, unit, :reset freemap , unitunit:: freemap_testfreemap_test
28572026-05-06T09:11:31.591Zfreemap_test
28582026-05-06T09:11:31.591Z
28592026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG initted freemap. size: 128, unit: freemap_test
28602026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG reset freemap, unit: freemap_test
28612026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG created new freemap, unit: freemap_test
28622026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG initted freemap. size: 128, unit: freemap_test
28632026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG reset freemap, unit: freemap_test
28642026-05-06T09:11:31.591ZMay 06 09:11:30.473 DEBG created new freemap, unit: freemap_test
28652026-05-06T09:11:31.591ZMay 06 09:11:30.474 DEBG initted freemap. size: 128, unit: freemap_test
28662026-05-06T09:11:31.591ZMay 06 09:11:30.474 DEBG reset freemap, unit: freemap_test
28672026-05-06T09:11:31.591Ztest freemap::test_exhaustion ... ok
28682026-05-06T09:11:31.591Ztest freemap::test_basic ... ok
28692026-05-06T09:11:31.591Ztest freemap::test_free ... ok
28702026-05-06T09:11:31.591Ztest freemap::test_reclaim ... ok
28712026-05-06T09:11:31.591Ztest freemap::test_span ... ok
28722026-05-06T09:11:31.591Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
28732026-05-06T09:11:31.591Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
28742026-05-06T09:11:31.591Ztest mcast::tests::test_create_port_bitmap_empty ... ok
28752026-05-06T09:11:31.591Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
28762026-05-06T09:11:31.591Ztest mcast::tests::test_concurrent_id_allocation ... ok
28772026-05-06T09:11:31.592Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
28782026-05-06T09:11:31.592Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
28792026-05-06T09:11:31.592Ztest mcast::tests::test_sources_contain_any ... ok
28802026-05-06T09:11:31.592Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
28812026-05-06T09:11:31.592Ztest mcast::validate::tests::test_address_validation_integrated ... ok
28822026-05-06T09:11:31.592Ztest api_server::tests::test_build_info ... ok
28832026-05-06T09:11:31.592Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
28842026-05-06T09:11:31.592Ztest mcast::validate::tests::test_ipv4_validation ... ok
28852026-05-06T09:11:31.592Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
28862026-05-06T09:11:31.592Ztest mcast::validate::tests::test_is_ssm_function ... ok
28872026-05-06T09:11:31.595Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
28882026-05-06T09:11:31.595Ztest mcast::validate::tests::test_validate_nat_target ... ok
28892026-05-06T09:11:31.595Ztest mcast::validate::tests::test_ipv6_validation ... ok
28902026-05-06T09:11:31.595Ztest mcast::validate::tests::test_validate_source_addresses ... ok
28912026-05-06T09:11:31.595Ztest mcast::validate::tests::test_validate_tag ... ok
28922026-05-06T09:11:31.595Ztest nat::test_mapping ... ok
28932026-05-06T09:11:31.595Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
28942026-05-06T09:11:31.595Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
28952026-05-06T09:11:31.595Ztest port_map::tests::test_backplane_group ... ok
28962026-05-06T09:11:31.595Ztest mcast::validate::tests::test_validate_tag_format ... ok
28972026-05-06T09:11:31.595Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
28982026-05-06T09:11:31.595Ztest transceivers::mpn_test::test_mpn_missing ... ok
28992026-05-06T09:11:31.595Ztest port_map::tests::test_port_map ... ok
29002026-05-06T09:11:31.595Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29012026-05-06T09:11:31.595Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
29022026-05-06T09:11:31.595Ztest transceivers::mpn_test::test_mpn_present ... ok
29032026-05-06T09:11:31.595Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
29042026-05-06T09:11:31.595Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
29052026-05-06T09:11:31.595Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
29062026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
29072026-05-06T09:11:31.596Ztest port_map::tests::dump_map ... ok
29082026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29092026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29102026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29112026-05-06T09:11:31.596Ztest mcast::tests::test_id_range_boundaries ... ok
29122026-05-06T09:11:31.596Ztest port_map::tests::parse_softnpu_revision ... ok
29132026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29142026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29152026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29162026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
29172026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
29182026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29192026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
29202026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
29212026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
29222026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
29232026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
29242026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
29252026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
29262026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
29272026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
29282026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
29292026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
29302026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
29312026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
29322026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
29332026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
29342026-05-06T09:11:31.596Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
29352026-05-06T09:11:31.596Z
29362026-05-06T09:11:31.596Ztest result: ok. 76 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29372026-05-06T09:11:31.596Z
29382026-05-06T09:11:31.607Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f909ca19a157c9d4)
29392026-05-06T09:11:31.609Z
29402026-05-06T09:11:31.609Zrunning 0 tests
29412026-05-06T09:11:31.609Z
29422026-05-06T09:11:31.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29432026-05-06T09:11:31.609Z
29442026-05-06T09:11:31.609Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
29452026-05-06T09:11:31.612Z
29462026-05-06T09:11:31.612Zrunning 0 tests
29472026-05-06T09:11:31.613Z
29482026-05-06T09:11:31.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29492026-05-06T09:11:31.613Z
29502026-05-06T09:11:31.613Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e9393b527b626f4c)
29512026-05-06T09:11:31.615Z
29522026-05-06T09:11:31.615Zrunning 6 tests
29532026-05-06T09:11:31.615Ztest tests::test_parse_client_port_id ... ok
29542026-05-06T09:11:31.615Ztest tests::test_full_lot_id_neither_present ... ok
29552026-05-06T09:11:31.615Ztest tests::test_port_id_cmp ... ok
29562026-05-06T09:11:31.615Ztest tests::test_full_lot_id_lotnum_only ... ok
29572026-05-06T09:11:31.615Ztest tests::test_full_lot_id_lot_only ... ok
29582026-05-06T09:11:31.615Ztest tests::test_full_lot_id_both_present ... ok
29592026-05-06T09:11:31.616Z
29602026-05-06T09:11:31.616Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29612026-05-06T09:11:31.616Z
29622026-05-06T09:11:31.616Z Running tests/test_all.rs (target/debug/deps/test_all-d894aad466b653ad)
29632026-05-06T09:11:31.616Z
29642026-05-06T09:11:31.616Zrunning 0 tests
29652026-05-06T09:11:31.616Z
29662026-05-06T09:11:31.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29672026-05-06T09:11:31.616Z
29682026-05-06T09:11:31.619Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
29692026-05-06T09:11:31.619Z
29702026-05-06T09:11:31.619Zrunning 0 tests
29712026-05-06T09:11:31.619Z
29722026-05-06T09:11:31.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29732026-05-06T09:11:31.619Z
29742026-05-06T09:11:31.619Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
29752026-05-06T09:11:31.622Z
29762026-05-06T09:11:31.622Zrunning 12 tests
29772026-05-06T09:11:31.622Ztest icmp::test_v6_checksum ... ok
29782026-05-06T09:11:31.622Ztest icmp::test_v4_checksum ... ok
29792026-05-06T09:11:31.622Ztest lldp::test_lldp_parse ... ok
29802026-05-06T09:11:31.622Ztest pbuf::test_byte ... ok
29812026-05-06T09:11:31.622Ztest ipv6::test_ipv6_parse ... ok
29822026-05-06T09:11:31.622Ztest pbuf::test_nibble ... ok
29832026-05-06T09:11:31.622Ztest pbuf::test_short ... ok
29842026-05-06T09:11:31.622Ztest pbuf::test_twelve ... ok
29852026-05-06T09:11:31.622Ztest pbuf::test_overflow ... ok
29862026-05-06T09:11:31.622Ztest pbuf::test_word ... ok
29872026-05-06T09:11:31.622Ztest tcp::test_checksum_ack_data ... ok
29882026-05-06T09:11:31.622Ztest tcp::test_checksum_syn_nodata ... ok
29892026-05-06T09:11:31.622Z
29902026-05-06T09:11:31.622Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29912026-05-06T09:11:31.622Z
29922026-05-06T09:11:31.622Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
29932026-05-06T09:11:31.622Z
29942026-05-06T09:11:31.622Zrunning 0 tests
29952026-05-06T09:11:31.622Z
29962026-05-06T09:11:31.622Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29972026-05-06T09:11:31.623Z
29982026-05-06T09:11:31.626Z Running unittests src/main.rs (target/debug/deps/swadm-01a81578c0ae6556)
29992026-05-06T09:11:31.626Z
30002026-05-06T09:11:31.626Zrunning 5 tests
30012026-05-06T09:11:31.626Ztest switchport::test::test_compute_lanes ... ok
30022026-05-06T09:11:31.626Ztest switchport::test::port_id_ordering ... ok
30032026-05-06T09:11:31.626Z Lane 0 Lane 1 Lane 2 Lane 3
30042026-05-06T09:11:31.626Z Rx Loss-of-lock: Yes Yes Yes Yes
30052026-05-06T09:11:31.626Z Lane 0 Rx Loss-of-signal: Yes Yes Lane 1Yes Lane 2Yes
30062026-05-06T09:11:31.626ZLane 3 Rx CDR Enabled: Yes
30072026-05-06T09:11:31.626Z Yes State: Activated YesActivated YesActivated
30082026-05-06T09:11:31.626Z Activated Tx Enabled: Yes
30092026-05-06T09:11:31.626Z Rx Output Enabled: false Yes false Yes falseYes
30102026-05-06T09:11:31.626Z false Tx Loss-of-lock: No
30112026-05-06T09:11:31.626Z Rx Output Status: validNo Novalid Novalid
30122026-05-06T09:11:31.626Z valid
30132026-05-06T09:11:31.626Z Tx Loss-of-signal: No Rx Loss-of-lock: true No true No true Notrue
30142026-05-06T09:11:31.626Z
30152026-05-06T09:11:31.626Z Tx CDR Enabled: No Rx Loss-of-signal: false Nofalse No falseNo
30162026-05-06T09:11:31.626Zfalse Tx Adaptive EQ Fault: No
30172026-05-06T09:11:31.626Z Rx Auto-squelch Disable: trueNo trueNo trueNo
30182026-05-06T09:11:31.626Ztrue
30192026-05-06T09:11:31.626Z Tx Fault: Yes Tx Output Enabled: true Yestrue Yestrue Yestrue
30202026-05-06T09:11:31.626Z
30212026-05-06T09:11:31.626Z Tx Output Status: invalid invalid invalid invalid
30222026-05-06T09:11:31.626Z Tx Loss-of-lock: false false false false
30232026-05-06T09:11:31.626Z Tx Loss-of-signal: true true true true
30242026-05-06T09:11:31.626ZTx Auto-squelch Disable: false false false false
30252026-05-06T09:11:31.626Z Tx Adaptive EQ Fail: true true true true
30262026-05-06T09:11:31.626Z Tx Failure: false false false false
30272026-05-06T09:11:31.626Z Tx Force Squelch: true true true true
30282026-05-06T09:11:31.626Z Tx Input Polarity: normal normal normal normal
30292026-05-06T09:11:31.626Ztest switchport::test::test_print_sff_datapath ... ok
30302026-05-06T09:11:31.626Ztest switchport::test::test_print_cmis_datapath ... ok
30312026-05-06T09:11:31.630Ztest link::test_filter ... ok
30322026-05-06T09:11:31.630Z
30332026-05-06T09:11:31.630Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30342026-05-06T09:11:31.630Z
30352026-05-06T09:11:31.630Z Running tests/counters.rs (target/debug/deps/counters-eae51d15bd30c249)
30362026-05-06T09:11:31.630Z
30372026-05-06T09:11:31.630Zrunning 1 test
30382026-05-06T09:11:31.630Ztest test_p4_counter_list ... ignored
30392026-05-06T09:11:31.630Z
30402026-05-06T09:11:31.630Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
30412026-05-06T09:11:31.630Z
30422026-05-06T09:11:31.630Z Running tests/port-link.rs (target/debug/deps/port_link-36f1796e9d7e85a5)
30432026-05-06T09:11:31.630Z
30442026-05-06T09:11:31.630Zrunning 5 tests
30452026-05-06T09:11:31.630Ztest test_an ... ignored
30462026-05-06T09:11:31.630Ztest test_enable ... ignored
30472026-05-06T09:11:31.630Ztest test_ip_addresses ... ignored
30482026-05-06T09:11:31.630Ztest test_kr ... ignored
30492026-05-06T09:11:31.633Ztest test_mac ... ignored
30502026-05-06T09:11:31.633Z
30512026-05-06T09:11:31.633Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-05-06T09:11:31.633Z
30532026-05-06T09:11:31.633Z Running unittests src/main.rs (target/debug/deps/tfportd-f00244a04ff3de28)
30542026-05-06T09:11:31.636Z
30552026-05-06T09:11:31.636Zrunning 3 tests
30562026-05-06T09:11:31.636Ztest linklocal::test_parse_ipadm ... ok
30572026-05-06T09:11:31.636Ztest tfport::test_parse_tfport ... ok
30582026-05-06T09:11:31.636Ztest config::tests::test_updates ... ok
30592026-05-06T09:11:31.636Z
30602026-05-06T09:11:31.636Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30612026-05-06T09:11:31.636Z
30622026-05-06T09:11:31.636Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
30632026-05-06T09:11:31.639Z
30642026-05-06T09:11:31.639Zrunning 0 tests
30652026-05-06T09:11:31.639Z
30662026-05-06T09:11:31.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30672026-05-06T09:11:31.639Z
30682026-05-06T09:11:31.639Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
30692026-05-06T09:11:31.639Z
30702026-05-06T09:11:31.639Zrunning 0 tests
30712026-05-06T09:11:31.639Z
30722026-05-06T09:11:31.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30732026-05-06T09:11:31.639Z
30742026-05-06T09:11:31.642Z Doc-tests aal
30752026-05-06T09:11:31.763Z
30762026-05-06T09:11:31.763Zrunning 0 tests
30772026-05-06T09:11:31.763Z
30782026-05-06T09:11:31.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30792026-05-06T09:11:31.763Z
30802026-05-06T09:11:31.782Z Doc-tests aal_macros
30812026-05-06T09:11:31.853Z
30822026-05-06T09:11:31.853Zrunning 0 tests
30832026-05-06T09:11:31.853Z
30842026-05-06T09:11:31.853Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30852026-05-06T09:11:31.853Z
30862026-05-06T09:11:31.866Z Doc-tests common
30872026-05-06T09:11:32.102Z
30882026-05-06T09:11:32.102Zrunning 0 tests
30892026-05-06T09:11:32.102Z
30902026-05-06T09:11:32.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30912026-05-06T09:11:32.102Z
30922026-05-06T09:11:32.126Z Doc-tests dpd_api
30932026-05-06T09:11:33.300Z
30942026-05-06T09:11:33.300Zrunning 2 tests
30952026-05-06T09:11:33.300Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
30962026-05-06T09:11:33.300Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
30972026-05-06T09:11:33.301Z
30982026-05-06T09:11:33.301Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
30992026-05-06T09:11:33.301Z
31002026-05-06T09:11:33.347Z Doc-tests dpd_client
31012026-05-06T09:11:34.648Z
31022026-05-06T09:11:34.648Zrunning 0 tests
31032026-05-06T09:11:34.648Z
31042026-05-06T09:11:34.648Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31052026-05-06T09:11:34.648Z
31062026-05-06T09:11:34.696Z Doc-tests dpd_types
31072026-05-06T09:11:35.038Z
31082026-05-06T09:11:35.038Zrunning 0 tests
31092026-05-06T09:11:35.038Z
31102026-05-06T09:11:35.038Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31112026-05-06T09:11:35.038Z
31122026-05-06T09:11:35.072Z Doc-tests packet
31132026-05-06T09:11:35.188Z
31142026-05-06T09:11:35.188Zrunning 0 tests
31152026-05-06T09:11:35.188Z
31162026-05-06T09:11:35.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31172026-05-06T09:11:35.188Z
31182026-05-06T09:11:35.237Z Doc-tests pcap
31192026-05-06T09:11:35.262Z
31202026-05-06T09:11:35.262Zrunning 0 tests
31212026-05-06T09:11:35.262Z
31222026-05-06T09:11:35.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31232026-05-06T09:11:35.262Z
31242026-05-06T09:11:35.317Z+ for feat in tofino_stub tofino_asic softnpu chaos
31252026-05-06T09:11:35.317Z+ RUST_BACKTRACE=full
31262026-05-06T09:11:35.317Z+ cargo test --features softnpu --no-fail-fast
31272026-05-06T09:11:36.204Z Compiling goblin v0.10.1
31282026-05-06T09:11:36.204Z Compiling typify-impl v0.4.3
31292026-05-06T09:11:36.324Z Compiling log v0.4.29
31302026-05-06T09:11:36.334Z Compiling const-oid v0.9.6
31312026-05-06T09:11:36.376Z Compiling der_derive v0.7.3
31322026-05-06T09:11:36.379Z Compiling serde_with v3.18.0
31332026-05-06T09:11:36.529Z Compiling rustls v0.23.32
31342026-05-06T09:11:36.556Z Compiling native-tls v0.2.14
31352026-05-06T09:11:37.088Z Compiling digest v0.10.7
31362026-05-06T09:11:37.327Z Compiling tokio-native-tls v0.3.1
31372026-05-06T09:11:37.341Z Compiling sha1 v0.10.6
31382026-05-06T09:11:37.511Z Compiling hyper-tls v0.6.0
31392026-05-06T09:11:37.599Z Compiling rustls v0.22.4
31402026-05-06T09:11:41.056Z Compiling dof v0.4.0
31412026-05-06T09:11:41.594Z Compiling usdt-impl v0.6.0
31422026-05-06T09:11:42.203Z Compiling tokio-rustls v0.26.3
31432026-05-06T09:11:42.336Z Compiling usdt-macro v0.6.0
31442026-05-06T09:11:42.462Z Compiling typify-macro v0.4.3
31452026-05-06T09:11:42.489Z Compiling usdt-attr-macro v0.6.0
31462026-05-06T09:11:42.752Z Compiling hyper-rustls v0.27.7
31472026-05-06T09:11:42.986Z Compiling reqwest v0.12.23
31482026-05-06T09:11:43.088Z Compiling tokio-rustls v0.25.0
31492026-05-06T09:11:44.085Z Compiling usdt v0.6.0
31502026-05-06T09:11:44.089Z Compiling dropshot v0.16.7
31512026-05-06T09:11:44.502Z Compiling progenitor-client v0.11.1
31522026-05-06T09:11:44.644Z Compiling typify v0.4.3
31532026-05-06T09:11:44.759Z Compiling progenitor-impl v0.11.1
31542026-05-06T09:11:46.865Z Compiling progenitor-client v0.10.0
31552026-05-06T09:11:48.276Z Compiling progenitor-macro v0.11.1
31562026-05-06T09:11:48.948Z Compiling num-integer v0.1.46
31572026-05-06T09:11:49.279Z Compiling num-rational v0.4.2
31582026-05-06T09:11:49.439Z Compiling num-iter v0.1.45
31592026-05-06T09:11:49.452Z Compiling num-complex v0.4.6
31602026-05-06T09:11:49.577Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31612026-05-06T09:11:49.826Z Compiling num v0.4.3
31622026-05-06T09:11:49.850Z Compiling num-bigint v0.4.6
31632026-05-06T09:11:50.055Z Compiling pem-rfc7468 v0.7.0
31642026-05-06T09:11:50.413Z Compiling flagset v0.4.7
31652026-05-06T09:11:50.567Z Compiling der v0.7.10
31662026-05-06T09:11:50.583Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31672026-05-06T09:11:51.219Z Compiling progenitor-impl v0.10.0
31682026-05-06T09:11:51.692Z Compiling spki v0.7.3
31692026-05-06T09:11:51.928Z Compiling pkcs8 v0.10.2
31702026-05-06T09:11:51.957Z Compiling hmac v0.12.1
31712026-05-06T09:11:52.048Z Compiling ff v0.13.1
31722026-05-06T09:11:52.116Z Compiling base16ct v0.2.0
31732026-05-06T09:11:52.128Z Compiling hkdf v0.12.4
31742026-05-06T09:11:52.206Z Compiling group v0.13.0
31752026-05-06T09:11:52.226Z Compiling goblin v0.8.2
31762026-05-06T09:11:52.293Z Compiling sec1 v0.7.3
31772026-05-06T09:11:52.327Z Compiling curve25519-dalek v4.1.3
31782026-05-06T09:11:52.577Z Compiling elliptic-curve v0.13.8
31792026-05-06T09:11:52.652Z Compiling sha3 v0.10.8
31802026-05-06T09:11:52.965Z Compiling blake2 v0.10.6
31812026-05-06T09:11:53.482Z Compiling argon2 v0.5.3
31822026-05-06T09:11:53.545Z Compiling progenitor v0.11.1
31832026-05-06T09:11:53.674Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
31842026-05-06T09:11:54.033Z Compiling vsss-rs v3.3.4
31852026-05-06T09:11:54.242Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
31862026-05-06T09:11:54.774Z Compiling progenitor-macro v0.10.0
31872026-05-06T09:11:54.965Z Compiling dof v0.3.0
31882026-05-06T09:11:55.334Z Compiling usdt-impl v0.5.0
31892026-05-06T09:11:55.715Z Compiling usdt v0.5.0
31902026-05-06T09:11:55.863Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31912026-05-06T09:11:56.028Z Compiling typify-impl v0.6.1
31922026-05-06T09:11:56.189Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31932026-05-06T09:11:56.796Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
31942026-05-06T09:11:57.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-05-06T09:11:57.809Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31962026-05-06T09:11:58.181Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31972026-05-06T09:11:58.299Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
31982026-05-06T09:12:00.652Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
31992026-05-06T09:12:01.256Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32002026-05-06T09:12:01.617Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32012026-05-06T09:12:01.854Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32022026-05-06T09:12:01.891Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32032026-05-06T09:12:02.245Z Compiling typify-macro v0.6.1
32042026-05-06T09:12:02.408Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32052026-05-06T09:12:02.590Z Compiling nix v0.31.2
32062026-05-06T09:12:03.092Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32072026-05-06T09:12:03.357Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32082026-05-06T09:12:04.752Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32092026-05-06T09:12:05.778Z Compiling progenitor v0.10.0
32102026-05-06T09:12:05.953Z Compiling bindgen v0.72.1
32112026-05-06T09:12:06.533Z Compiling typify v0.6.1
32122026-05-06T09:12:06.564Z Compiling sha2 v0.10.9
32132026-05-06T09:12:07.009Z Compiling progenitor-impl v0.13.0
32142026-05-06T09:12:07.298Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32152026-05-06T09:12:07.736Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32162026-05-06T09:12:07.755Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32172026-05-06T09:12:08.581Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32182026-05-06T09:12:08.946Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32192026-05-06T09:12:10.308Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32202026-05-06T09:12:10.574Z Compiling progenitor-macro v0.13.0
32212026-05-06T09:12:11.031Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32222026-05-06T09:12:11.064Z Compiling signature v2.2.0
32232026-05-06T09:12:11.241Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758)
32242026-05-06T09:12:11.267Z Compiling utf-8 v0.7.6
32252026-05-06T09:12:11.482Z Compiling tungstenite v0.21.0
32262026-05-06T09:12:11.534Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32272026-05-06T09:12:12.442Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32282026-05-06T09:12:12.457Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32292026-05-06T09:12:13.804Z Compiling bitstruct_derive v0.1.0
32302026-05-06T09:12:14.685Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32312026-05-06T09:12:15.479Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32322026-05-06T09:12:15.760Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32332026-05-06T09:12:15.888Z Compiling tokio-tungstenite v0.21.0
32342026-05-06T09:12:16.055Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
32352026-05-06T09:12:16.194Z Compiling tokio-dtrace v0.1.1
32362026-05-06T09:12:16.246Z Compiling rfc6979 v0.4.0
32372026-05-06T09:12:16.507Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
32382026-05-06T09:12:16.777Z Compiling reqwest v0.13.2
32392026-05-06T09:12:17.125Z Compiling base64 v0.21.7
32402026-05-06T09:12:17.282Z Compiling tap v1.0.1
32412026-05-06T09:12:17.426Z Compiling wyz v0.5.1
32422026-05-06T09:12:17.482Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
32432026-05-06T09:12:19.186Z Compiling progenitor-client v0.13.0
32442026-05-06T09:12:19.292Z Compiling oxide-tokio-rt v0.1.4
32452026-05-06T09:12:19.514Z Compiling ecdsa v0.16.9
32462026-05-06T09:12:19.900Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32472026-05-06T09:12:19.914Z Compiling ed25519 v2.2.3
32482026-05-06T09:12:19.943Z Compiling salty v0.3.0
32492026-05-06T09:12:19.968Z Compiling radium v0.7.0
32502026-05-06T09:12:20.053Z Compiling primeorder v0.13.6
32512026-05-06T09:12:20.184Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-05-06T09:12:20.211Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32532026-05-06T09:12:20.225Z Compiling env_filter v1.0.1
32542026-05-06T09:12:20.396Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32552026-05-06T09:12:20.595Z Compiling funty v2.0.0
32562026-05-06T09:12:20.642Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32572026-05-06T09:12:21.274Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32582026-05-06T09:12:21.852Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32592026-05-06T09:12:21.944Z Compiling bitvec v1.0.1
32602026-05-06T09:12:22.055Z Compiling progenitor v0.13.0
32612026-05-06T09:12:22.224Z Compiling env_logger v0.11.10
32622026-05-06T09:12:22.310Z Compiling p384 v0.13.1
32632026-05-06T09:12:22.357Z Compiling ed25519-dalek v2.2.0
32642026-05-06T09:12:22.765Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32652026-05-06T09:12:23.212Z Compiling x509-cert v0.2.5
32662026-05-06T09:12:23.418Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32672026-05-06T09:12:23.452Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32682026-05-06T09:12:23.654Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32692026-05-06T09:12:23.669Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
32702026-05-06T09:12:23.936Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32712026-05-06T09:12:24.479Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
32722026-05-06T09:12:24.616Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32732026-05-06T09:12:24.747Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32742026-05-06T09:12:24.892Z Compiling typeid v1.0.3
32752026-05-06T09:12:25.055Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32762026-05-06T09:12:25.330Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32772026-05-06T09:12:25.352Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32782026-05-06T09:12:25.425Z Compiling ascii v1.1.0
32792026-05-06T09:12:25.542Z Compiling qorb v0.4.1
32802026-05-06T09:12:25.545Z Compiling erased-serde v0.4.8
32812026-05-06T09:12:25.700Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32822026-05-06T09:12:25.722Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32832026-05-06T09:12:26.055Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32842026-05-06T09:12:26.846Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#7cce2d3a)
32852026-05-06T09:12:27.119Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32862026-05-06T09:12:27.411Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32872026-05-06T09:12:27.542Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
32882026-05-06T09:12:27.698Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#04fb133a)
32892026-05-06T09:12:27.808Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32902026-05-06T09:12:28.525Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5)
32912026-05-06T09:12:29.462Z Compiling bitstruct v0.1.1
32922026-05-06T09:12:29.584Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
32932026-05-06T09:12:30.834Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32942026-05-06T09:12:31.169Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
32952026-05-06T09:12:31.344Z Compiling serde_arrays v0.1.0
32962026-05-06T09:12:31.487Z Compiling libloading v0.7.4
32972026-05-06T09:12:31.656Z Compiling bit_field v0.10.3
32982026-05-06T09:12:31.736Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32992026-05-06T09:12:31.829Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#784de5e4)
33002026-05-06T09:12:33.889Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33012026-05-06T09:12:34.022Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33022026-05-06T09:12:35.220Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33032026-05-06T09:12:35.235Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33042026-05-06T09:12:36.165Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33052026-05-06T09:12:36.237Z Compiling globset v0.4.16
33062026-05-06T09:12:36.490Z Compiling slog-dtrace v0.3.0
33072026-05-06T09:12:37.736Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33082026-05-06T09:12:38.247Z Compiling tough v0.20.0
33092026-05-06T09:12:38.614Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33102026-05-06T09:12:38.906Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33112026-05-06T09:12:40.149Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33122026-05-06T09:12:42.190Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33132026-05-06T09:12:42.508Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33142026-05-06T09:12:42.915Z Compiling git2 v0.19.0
33152026-05-06T09:12:45.946Z Compiling vergen v8.3.2
33162026-05-06T09:12:46.706Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33172026-05-06T09:12:51.012Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33182026-05-06T09:12:52.106Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33192026-05-06T09:12:52.148Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33202026-05-06T09:12:52.291Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33212026-05-06T09:12:53.648Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
33222026-05-06T09:12:54.492Z Compiling omicron-zone-package v0.12.2
33232026-05-06T09:12:56.368Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33242026-05-06T09:12:57.403Z Compiling dropshot-api-manager v0.5.2
33252026-05-06T09:12:58.867Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
33262026-05-06T09:13:02.327Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33272026-05-06T09:13:03.622Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33282026-05-06T09:13:04.565Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33292026-05-06T09:13:05.104Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
33302026-05-06T09:13:05.242Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
33312026-05-06T09:13:09.157Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33322026-05-06T09:13:12.432Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
33332026-05-06T09:13:14.663Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33342026-05-06T09:14:01.990Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 26s
33352026-05-06T09:14:02.139Z Running unittests src/lib.rs (target/debug/deps/aal-1ee116bb07a2e49c)
33362026-05-06T09:14:02.145Z
33372026-05-06T09:14:02.145Zrunning 5 tests
33382026-05-06T09:14:02.148Ztest fuse::tests::chip_revision_a0 ... ok
33392026-05-06T09:14:02.148Ztest fuse::tests::chip_revision_b0 ... ok
33402026-05-06T09:14:02.148Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33412026-05-06T09:14:02.148Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33422026-05-06T09:14:02.148Ztest fuse::tests::chip_revision_b1 ... ok
33432026-05-06T09:14:02.148Z
33442026-05-06T09:14:02.148Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-05-06T09:14:02.148Z
33462026-05-06T09:14:02.148Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33472026-05-06T09:14:02.151Z
33482026-05-06T09:14:02.151Zrunning 0 tests
33492026-05-06T09:14:02.151Z
33502026-05-06T09:14:02.154Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33512026-05-06T09:14:02.154Z
33522026-05-06T09:14:02.154Z Running unittests src/lib.rs (target/debug/deps/asic-43f031afdb52f4a7)
33532026-05-06T09:14:02.178Z
33542026-05-06T09:14:02.178Zrunning 14 tests
33552026-05-06T09:14:02.182Ztest softnpu::mcast::tests::group_lifecycle ... ok
33562026-05-06T09:14:02.185Ztest softnpu::mcast::tests::groups_are_independent ... ok
33572026-05-06T09:14:02.185Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
33582026-05-06T09:14:02.185Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
33592026-05-06T09:14:02.185Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
33602026-05-06T09:14:02.185Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
33612026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
33622026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
33632026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_ignores_ports_above_127 ... ok
33642026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
33652026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
33662026-05-06T09:14:02.185Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
33672026-05-06T09:14:02.185Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
33682026-05-06T09:14:02.185Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
33692026-05-06T09:14:02.185Z
33702026-05-06T09:14:02.185Ztest result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-05-06T09:14:02.185Z
33722026-05-06T09:14:02.185Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
33732026-05-06T09:14:02.191Z
33742026-05-06T09:14:02.191Zrunning 10 tests
33752026-05-06T09:14:02.194Ztest nat::tests::test_vni ... ok
33762026-05-06T09:14:02.194Ztest network::tests::test_equal ... ok
33772026-05-06T09:14:02.194Ztest network::tests::test_eui64 ... ok
33782026-05-06T09:14:02.194Ztest network::tests::test_into ... ok
33792026-05-06T09:14:02.194Ztest network::tests::test_generate_ipv6_link_local ... ok
33802026-05-06T09:14:02.194Ztest network::tests::test_not_equal ... ok
33812026-05-06T09:14:02.194Ztest network::tests::test_parse ... ok
33822026-05-06T09:14:02.194Ztest network::tests::test_to_string ... ok
33832026-05-06T09:14:02.194Ztest test_purge ... ok
33842026-05-06T09:14:02.197Ztest illumos::test::address_exists_handles_missing_object ... ok
33852026-05-06T09:14:02.197Z
33862026-05-06T09:14:02.200Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33872026-05-06T09:14:02.200Z
33882026-05-06T09:14:02.200Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6d5b75396600f571)
33892026-05-06T09:14:02.219Z
33902026-05-06T09:14:02.219Zrunning 1 test
33912026-05-06T09:14:03.523Ztest test::test_apis_up_to_date ... ok
33922026-05-06T09:14:03.523Z
33932026-05-06T09:14:03.523Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
33942026-05-06T09:14:03.523Z
33952026-05-06T09:14:03.576Z Running unittests src/main.rs (target/debug/deps/dpd-0b4b2d167a9c595d)
33962026-05-06T09:14:03.582Z
33972026-05-06T09:14:03.582Zrunning 44 tests
33982026-05-06T09:14:03.585Ztest freemap::test_ordering ... ok
33992026-05-06T09:14:03.585Ztest freemap::test_split ... ok
34002026-05-06T09:14:03.585Ztest config::tests::test_updates ... ok
34012026-05-06T09:14:03.585Ztest macaddrs::tests::test_mac_offset ... ok
34022026-05-06T09:14:03.585Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34032026-05-06T09:14:03.585Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34042026-05-06T09:14:03.585Ztest macaddrs::tests::test_parse_port_id ... ok
34052026-05-06T09:14:03.585Ztest mcast::tests::test_canonicalize_sources ... ok
34062026-05-06T09:14:03.589ZMay 06 09:14:02.447May 06 09:14:02.447May 06 09:14:02.447 DEBGDEBG DEBG created new freemapcreated new freemap, unit: freemap_testcreated new freemap, , unitunit:: freemap_testfreemap_testMay 06 09:14:02.448 DEBG created new freemap
34072026-05-06T09:14:03.589Z
34082026-05-06T09:14:03.589Z,
34092026-05-06T09:14:03.589Zunit: freemap_test
34102026-05-06T09:14:03.589ZMay 06 09:14:02.448 DEBG initted freemap. size: 128, unitMay 06 09:14:02.448: DEBGfreemap_test
34112026-05-06T09:14:03.589Zinitted freemap. size: 128, May 06 09:14:02.448May 06 09:14:02.448 May 06 09:14:02.448 DEBGunit :DEBG DEBG initted freemap. size: 128freemap_test reset freemap,
34122026-05-06T09:14:03.589Zinitted freemap. size: 128unit, , unit::unit : freemap_test
34132026-05-06T09:14:03.589Zfreemap_testfreemap_testMay 06 09:14:02.448
34142026-05-06T09:14:03.589Z
34152026-05-06T09:14:03.590Z DEBG reset freemap, unitMay 06 09:14:02.448May 06 09:14:02.448:May 06 09:14:02.448 freemap_testDEBG
34162026-05-06T09:14:03.590Z DEBGreset freemap , unitDEBGcreated new freemap: , reset freemapfreemap_testunit,
34172026-05-06T09:14:03.590Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
34182026-05-06T09:14:03.590Zunit:: freemap_testfreemap_test
34192026-05-06T09:14:03.590Z
34202026-05-06T09:14:03.590ZMay 06 09:14:02.448 DEBG initted freemap. size: 128, unit: freemap_test
34212026-05-06T09:14:03.590ZMay 06 09:14:02.448 DEBG reset freemap, unit: freemap_test
34222026-05-06T09:14:03.590Ztest freemap::test_basic ... ok
34232026-05-06T09:14:03.590Ztest freemap::test_span ... ok
34242026-05-06T09:14:03.590Ztest freemap::test_exhaustion ... ok
34252026-05-06T09:14:03.590Ztest freemap::test_reclaim ... ok
34262026-05-06T09:14:03.590Ztest freemap::test_free ... ok
34272026-05-06T09:14:03.590Ztest mcast::tests::test_concurrent_id_allocation ... ok
34282026-05-06T09:14:03.590Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
34292026-05-06T09:14:03.590Ztest mcast::tests::test_create_port_bitmap_empty ... ok
34302026-05-06T09:14:03.590Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
34312026-05-06T09:14:03.590Ztest mcast::tests::test_sources_contain_any ... ok
34322026-05-06T09:14:03.590Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
34332026-05-06T09:14:03.590Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
34342026-05-06T09:14:03.590Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
34352026-05-06T09:14:03.590Ztest mcast::validate::tests::test_address_validation_integrated ... ok
34362026-05-06T09:14:03.590Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
34372026-05-06T09:14:03.590Ztest mcast::validate::tests::test_ipv4_validation ... ok
34382026-05-06T09:14:03.590Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
34392026-05-06T09:14:03.590Ztest mcast::validate::tests::test_is_ssm_function ... ok
34402026-05-06T09:14:03.590Ztest mcast::validate::tests::test_ipv6_validation ... ok
34412026-05-06T09:14:03.590Ztest mcast::validate::tests::test_validate_nat_target ... ok
34422026-05-06T09:14:03.590Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
34432026-05-06T09:14:03.590Ztest mcast::validate::tests::test_validate_source_addresses ... ok
34442026-05-06T09:14:03.590Ztest mcast::validate::tests::test_validate_tag ... ok
34452026-05-06T09:14:03.590Ztest nat::test_mapping ... ok
34462026-05-06T09:14:03.590Ztest mcast::validate::tests::test_validate_tag_format ... ok
34472026-05-06T09:14:03.590Ztest port_map::tests::test_backplane_group ... ok
34482026-05-06T09:14:03.590Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
34492026-05-06T09:14:03.590Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
34502026-05-06T09:14:03.590Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
34512026-05-06T09:14:03.590Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
34522026-05-06T09:14:03.590Ztest port_map::tests::test_port_map ... ok
34532026-05-06T09:14:03.591Ztest port_map::tests::dump_map ... ok
34542026-05-06T09:14:03.591Ztest api_server::tests::test_build_info ... ok
34552026-05-06T09:14:03.591Ztest mcast::tests::test_id_range_boundaries ... ok
34562026-05-06T09:14:03.591Ztest port_map::tests::parse_softnpu_revision ... ok
34572026-05-06T09:14:03.591Z
34582026-05-06T09:14:03.591Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34592026-05-06T09:14:03.591Z
34602026-05-06T09:14:03.594Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-bce8b33c24e7c442)
34612026-05-06T09:14:03.597Z
34622026-05-06T09:14:03.597Zrunning 0 tests
34632026-05-06T09:14:03.597Z
34642026-05-06T09:14:03.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34652026-05-06T09:14:03.597Z
34662026-05-06T09:14:03.600Z Running unittests src/lib.rs (target/debug/deps/dpd_api-255a28e21c9a14a4)
34672026-05-06T09:14:03.603Z
34682026-05-06T09:14:03.603Zrunning 0 tests
34692026-05-06T09:14:03.603Z
34702026-05-06T09:14:03.603Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34712026-05-06T09:14:03.603Z
34722026-05-06T09:14:03.603Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6f967ef2def66842)
34732026-05-06T09:14:03.611Z
34742026-05-06T09:14:03.611Zrunning 6 tests
34752026-05-06T09:14:03.615Ztest tests::test_full_lot_id_both_present ... ok
34762026-05-06T09:14:03.615Ztest tests::test_full_lot_id_lot_only ... ok
34772026-05-06T09:14:03.615Ztest tests::test_full_lot_id_neither_present ... ok
34782026-05-06T09:14:03.615Ztest tests::test_full_lot_id_lotnum_only ... ok
34792026-05-06T09:14:03.615Ztest tests::test_port_id_cmp ... ok
34802026-05-06T09:14:03.618Ztest tests::test_parse_client_port_id ... ok
34812026-05-06T09:14:03.618Z
34822026-05-06T09:14:03.618Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34832026-05-06T09:14:03.618Z
34842026-05-06T09:14:03.618Z Running tests/test_all.rs (target/debug/deps/test_all-c227fd1edf68735b)
34852026-05-06T09:14:03.618Z
34862026-05-06T09:14:03.618Zrunning 0 tests
34872026-05-06T09:14:03.618Z
34882026-05-06T09:14:03.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34892026-05-06T09:14:03.618Z
34902026-05-06T09:14:03.618Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e12a2058d38656f0)
34912026-05-06T09:14:03.622Z
34922026-05-06T09:14:03.622Zrunning 0 tests
34932026-05-06T09:14:03.625Z
34942026-05-06T09:14:03.625Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34952026-05-06T09:14:03.625Z
34962026-05-06T09:14:03.625Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
34972026-05-06T09:14:03.630Z
34982026-05-06T09:14:03.630Zrunning 12 tests
34992026-05-06T09:14:03.632Ztest icmp::test_v6_checksum ... ok
35002026-05-06T09:14:03.632Ztest icmp::test_v4_checksum ... ok
35012026-05-06T09:14:03.632Ztest ipv6::test_ipv6_parse ... ok
35022026-05-06T09:14:03.632Ztest lldp::test_lldp_parse ... ok
35032026-05-06T09:14:03.632Ztest pbuf::test_byte ... ok
35042026-05-06T09:14:03.632Ztest pbuf::test_nibble ... ok
35052026-05-06T09:14:03.633Ztest pbuf::test_short ... ok
35062026-05-06T09:14:03.633Ztest pbuf::test_twelve ... ok
35072026-05-06T09:14:03.633Ztest pbuf::test_word ... ok
35082026-05-06T09:14:03.633Ztest pbuf::test_overflow ... ok
35092026-05-06T09:14:03.633Ztest tcp::test_checksum_syn_nodata ... ok
35102026-05-06T09:14:03.633Ztest tcp::test_checksum_ack_data ... ok
35112026-05-06T09:14:03.633Z
35122026-05-06T09:14:03.633Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35132026-05-06T09:14:03.633Z
35142026-05-06T09:14:03.633Z Running unittests src/lib.rs (target/debug/deps/pcap-e3f7c60ec2743ad5)
35152026-05-06T09:14:03.636Z
35162026-05-06T09:14:03.636Zrunning 0 tests
35172026-05-06T09:14:03.636Z
35182026-05-06T09:14:03.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35192026-05-06T09:14:03.639Z
35202026-05-06T09:14:03.639Z Running unittests src/main.rs (target/debug/deps/swadm-b71db9d97cfaf17e)
35212026-05-06T09:14:03.642Z
35222026-05-06T09:14:03.643Zrunning 5 tests
35232026-05-06T09:14:03.645Ztest switchport::test::test_compute_lanes ... ok
35242026-05-06T09:14:03.648Ztest switchport::test::port_id_ordering ... ok
35252026-05-06T09:14:03.648Ztest link::test_filter ... ok
35262026-05-06T09:14:03.648Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3
35272026-05-06T09:14:03.648ZLane 1 Rx Loss-of-lock: Yes YesLane 2 Lane 3Yes
35282026-05-06T09:14:03.649ZYes
35292026-05-06T09:14:03.649Z State: Activated Rx Loss-of-signal: YesActivated YesActivated YesActivated
35302026-05-06T09:14:03.649ZYes
35312026-05-06T09:14:03.649Z Rx Output Enabled: false Rx CDR Enabled: Yes false Yesfalse Yesfalse
35322026-05-06T09:14:03.649Z Rx Output Status: validYes
35332026-05-06T09:14:03.649Zvalid Tx Enabled: Yes valid Yesvalid
35342026-05-06T09:14:03.649ZYes Rx Loss-of-lock: trueYes
35352026-05-06T09:14:03.649Ztrue Tx Loss-of-lock: No trueNo true
35362026-05-06T09:14:03.649ZNo No Rx Loss-of-signal: false
35372026-05-06T09:14:03.649Zfalse Tx Loss-of-signal: Nofalse Nofalse
35382026-05-06T09:14:03.649Z NoRx Auto-squelch Disable: true No
35392026-05-06T09:14:03.649Ztrue Tx CDR Enabled: No true Notrue
35402026-05-06T09:14:03.649Z Tx Output Enabled: trueNo No
35412026-05-06T09:14:03.649Ztrue Tx Adaptive EQ Fault: No trueNo trueNo
35422026-05-06T09:14:03.649Z No Tx Output Status: invalid
35432026-05-06T09:14:03.649Z Tx Fault: Yes invalid Yesinvalid Yes invalidYes
35442026-05-06T09:14:03.649Z
35452026-05-06T09:14:03.649Z Tx Loss-of-lock: false false false false
35462026-05-06T09:14:03.649Z Tx Loss-of-signal: true true true true
35472026-05-06T09:14:03.649ZTx Auto-squelch Disable: false false false false
35482026-05-06T09:14:03.650Z Tx Adaptive EQ Fail: true true true true
35492026-05-06T09:14:03.650Z Tx Failure: false false false false
35502026-05-06T09:14:03.650Z Tx Force Squelch: true true true true
35512026-05-06T09:14:03.650Z Tx Input Polarity: normal normal normal normal
35522026-05-06T09:14:03.650Ztest switchport::test::test_print_cmis_datapath ... ok
35532026-05-06T09:14:03.650Ztest switchport::test::test_print_sff_datapath ... ok
35542026-05-06T09:14:03.650Z
35552026-05-06T09:14:03.650Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35562026-05-06T09:14:03.650Z
35572026-05-06T09:14:03.653Z Running tests/counters.rs (target/debug/deps/counters-65648c91701032e7)
35582026-05-06T09:14:03.656Z
35592026-05-06T09:14:03.656Zrunning 1 test
35602026-05-06T09:14:03.656Ztest test_p4_counter_list ... ignored
35612026-05-06T09:14:03.656Z
35622026-05-06T09:14:03.656Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35632026-05-06T09:14:03.656Z
35642026-05-06T09:14:03.656Z Running tests/port-link.rs (target/debug/deps/port_link-208d7a2e0061da87)
35652026-05-06T09:14:03.661Z
35662026-05-06T09:14:03.661Zrunning 5 tests
35672026-05-06T09:14:03.664Ztest test_an ... ignored
35682026-05-06T09:14:03.664Ztest test_enable ... ignored
35692026-05-06T09:14:03.664Ztest test_ip_addresses ... ignored
35702026-05-06T09:14:03.664Ztest test_kr ... ignored
35712026-05-06T09:14:03.664Ztest test_mac ... ignored
35722026-05-06T09:14:03.664Z
35732026-05-06T09:14:03.664Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35742026-05-06T09:14:03.664Z
35752026-05-06T09:14:03.664Z Running unittests src/main.rs (target/debug/deps/tfportd-c1c543c4a39bd708)
35762026-05-06T09:14:03.685Z
35772026-05-06T09:14:03.685Zrunning 3 tests
35782026-05-06T09:14:03.688Ztest linklocal::test_parse_ipadm ... ok
35792026-05-06T09:14:03.688Ztest tfport::test_parse_tfport ... ok
35802026-05-06T09:14:03.688Ztest config::tests::test_updates ... ok
35812026-05-06T09:14:03.688Z
35822026-05-06T09:14:03.688Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35832026-05-06T09:14:03.688Z
35842026-05-06T09:14:03.691Z Running unittests src/main.rs (target/debug/deps/uplinkd-7d3262723a540427)
35852026-05-06T09:14:03.694Z
35862026-05-06T09:14:03.694Zrunning 0 tests
35872026-05-06T09:14:03.694Z
35882026-05-06T09:14:03.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35892026-05-06T09:14:03.694Z
35902026-05-06T09:14:03.696Z Running unittests src/main.rs (target/debug/deps/xtask-73d3a7120595e126)
35912026-05-06T09:14:03.699Z
35922026-05-06T09:14:03.699Zrunning 0 tests
35932026-05-06T09:14:03.699Z
35942026-05-06T09:14:03.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35952026-05-06T09:14:03.699Z
35962026-05-06T09:14:03.702Z Doc-tests aal
35972026-05-06T09:14:03.894Z
35982026-05-06T09:14:03.894Zrunning 0 tests
35992026-05-06T09:14:03.894Z
36002026-05-06T09:14:03.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36012026-05-06T09:14:03.897Z
36022026-05-06T09:14:03.914Z Doc-tests aal_macros
36032026-05-06T09:14:03.990Z
36042026-05-06T09:14:03.990Zrunning 0 tests
36052026-05-06T09:14:03.990Z
36062026-05-06T09:14:03.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-05-06T09:14:03.990Z
36082026-05-06T09:14:04.005Z Doc-tests common
36092026-05-06T09:14:04.249Z
36102026-05-06T09:14:04.249Zrunning 0 tests
36112026-05-06T09:14:04.249Z
36122026-05-06T09:14:04.249Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36132026-05-06T09:14:04.249Z
36142026-05-06T09:14:04.273Z Doc-tests dpd_api
36152026-05-06T09:14:05.573Z
36162026-05-06T09:14:05.573Zrunning 2 tests
36172026-05-06T09:14:05.573Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
36182026-05-06T09:14:05.573Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
36192026-05-06T09:14:05.573Z
36202026-05-06T09:14:05.573Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-05-06T09:14:05.573Z
36222026-05-06T09:14:05.619Z Doc-tests dpd_client
36232026-05-06T09:14:07.041Z
36242026-05-06T09:14:07.042Zrunning 0 tests
36252026-05-06T09:14:07.042Z
36262026-05-06T09:14:07.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-05-06T09:14:07.042Z
36282026-05-06T09:14:07.092Z Doc-tests dpd_types
36292026-05-06T09:14:07.441Z
36302026-05-06T09:14:07.441Zrunning 0 tests
36312026-05-06T09:14:07.441Z
36322026-05-06T09:14:07.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36332026-05-06T09:14:07.441Z
36342026-05-06T09:14:07.474Z Doc-tests packet
36352026-05-06T09:14:07.588Z
36362026-05-06T09:14:07.588Zrunning 0 tests
36372026-05-06T09:14:07.588Z
36382026-05-06T09:14:07.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36392026-05-06T09:14:07.588Z
36402026-05-06T09:14:07.607Z Doc-tests pcap
36412026-05-06T09:14:07.664Z
36422026-05-06T09:14:07.664Zrunning 0 tests
36432026-05-06T09:14:07.664Z
36442026-05-06T09:14:07.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36452026-05-06T09:14:07.664Z
36462026-05-06T09:14:07.733Z+ for feat in tofino_stub tofino_asic softnpu chaos
36472026-05-06T09:14:07.733Z+ RUST_BACKTRACE=full
36482026-05-06T09:14:07.733Z+ cargo test --features chaos --no-fail-fast
36492026-05-06T09:14:08.440Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
36502026-05-06T09:14:08.528Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
36512026-05-06T09:14:08.538Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
36522026-05-06T09:14:08.544Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
36532026-05-06T09:14:17.121Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
36542026-05-06T09:14:17.192Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
36552026-05-06T09:14:51.669Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.91s
36562026-05-06T09:14:51.810Z Running unittests src/lib.rs (target/debug/deps/aal-57c7e2ed35c07c3f)
36572026-05-06T09:14:51.816Z
36582026-05-06T09:14:51.816Zrunning 5 tests
36592026-05-06T09:14:51.819Ztest fuse::tests::chip_revision_b1 ... ok
36602026-05-06T09:14:51.819Ztest fuse::tests::chip_revision_b0 ... ok
36612026-05-06T09:14:51.819Ztest fuse::tests::chip_revision_a0 ... ok
36622026-05-06T09:14:51.819Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
36632026-05-06T09:14:51.819Ztest fuse::tests::chip_revision_unknown_device_id ... ok
36642026-05-06T09:14:51.819Z
36652026-05-06T09:14:51.819Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36662026-05-06T09:14:51.819Z
36672026-05-06T09:14:51.819Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
36682026-05-06T09:14:51.822Z
36692026-05-06T09:14:51.823Zrunning 0 tests
36702026-05-06T09:14:51.823Z
36712026-05-06T09:14:51.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36722026-05-06T09:14:51.823Z
36732026-05-06T09:14:51.825Z Running unittests src/lib.rs (target/debug/deps/asic-216f4a04022aa8e4)
36742026-05-06T09:14:51.828Z
36752026-05-06T09:14:51.828Zrunning 0 tests
36762026-05-06T09:14:51.828Z
36772026-05-06T09:14:51.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36782026-05-06T09:14:51.828Z
36792026-05-06T09:14:51.828Z Running unittests src/lib.rs (target/debug/deps/common-f3d8a3c4f906c8b1)
36802026-05-06T09:14:51.834Z
36812026-05-06T09:14:51.834Zrunning 10 tests
36822026-05-06T09:14:51.837Ztest nat::tests::test_vni ... ok
36832026-05-06T09:14:51.837Ztest network::tests::test_equal ... ok
36842026-05-06T09:14:51.837Ztest network::tests::test_eui64 ... ok
36852026-05-06T09:14:51.837Ztest network::tests::test_into ... ok
36862026-05-06T09:14:51.837Ztest network::tests::test_generate_ipv6_link_local ... ok
36872026-05-06T09:14:51.837Ztest network::tests::test_not_equal ... ok
36882026-05-06T09:14:51.840Ztest network::tests::test_parse ... ok
36892026-05-06T09:14:51.840Ztest network::tests::test_to_string ... ok
36902026-05-06T09:14:51.840Ztest test_purge ... ok
36912026-05-06T09:14:51.843Ztest illumos::test::address_exists_handles_missing_object ... ok
36922026-05-06T09:14:51.843Z
36932026-05-06T09:14:51.843Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36942026-05-06T09:14:51.843Z
36952026-05-06T09:14:51.843Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b6e2be1e9bb8a375)
36962026-05-06T09:14:51.865Z
36972026-05-06T09:14:51.865Zrunning 1 test
36982026-05-06T09:14:53.193Ztest test::test_apis_up_to_date ... ok
36992026-05-06T09:14:53.193Z
37002026-05-06T09:14:53.193Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
37012026-05-06T09:14:53.193Z
37022026-05-06T09:14:53.246Z Running unittests src/main.rs (target/debug/deps/dpd-9c64d7998c2e5684)
37032026-05-06T09:14:53.252Z
37042026-05-06T09:14:53.252Zrunning 44 tests
37052026-05-06T09:14:53.255Ztest freemap::test_ordering ... ok
37062026-05-06T09:14:53.255Ztest freemap::test_split ... ok
37072026-05-06T09:14:53.255Ztest config::tests::test_updates ... ok
37082026-05-06T09:14:53.255Ztest macaddrs::tests::test_mac_offset ... ok
37092026-05-06T09:14:53.255Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
37102026-05-06T09:14:53.255Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
37112026-05-06T09:14:53.255Ztest macaddrs::tests::test_parse_port_id ... ok
37122026-05-06T09:14:53.255Ztest mcast::tests::test_canonicalize_sources ... ok
37132026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG created new freemap, unit: freemap_test
37142026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG initted freemap. size: 128, unit: freemap_test
37152026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG reset freemap, unit: freemap_test
37162026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG created new freemap, unit: freemap_test
37172026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG initted freemap. size: 128, unit: freemap_test
37182026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG reset freemap, unit: freemap_test
37192026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG created new freemap, unit: freemap_test
37202026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG initted freemap. size: 128, unit: freemap_test
37212026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG reset freemap, unit: freemap_test
37222026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG created new freemap, unit: freemap_test
37232026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG initted freemap. size: 128, unit: freemap_test
37242026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG reset freemap, unit: freemap_test
37252026-05-06T09:14:53.259Ztest freemap::test_reclaim ... ok
37262026-05-06T09:14:53.259Ztest freemap::test_basic ... ok
37272026-05-06T09:14:53.259Ztest freemap::test_exhaustion ... ok
37282026-05-06T09:14:53.259Ztest freemap::test_free ... ok
37292026-05-06T09:14:53.259Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
37302026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG created new freemap, unit: freemap_test
37312026-05-06T09:14:53.259Ztest mcast::tests::test_create_port_bitmap_empty ... ok
37322026-05-06T09:14:53.259ZMay 06 09:14:52.110 DEBG initted freemap. size: 128, unit: freemap_test
37332026-05-06T09:14:53.259ZMay 06 09:14:52.111 DEBG reset freemap, unit: freemap_test
37342026-05-06T09:14:53.259Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
37352026-05-06T09:14:53.260Ztest mcast::tests::test_concurrent_id_allocation ... ok
37362026-05-06T09:14:53.260Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
37372026-05-06T09:14:53.260Ztest freemap::test_span ... ok
37382026-05-06T09:14:53.260Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
37392026-05-06T09:14:53.260Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
37402026-05-06T09:14:53.260Ztest mcast::tests::test_sources_contain_any ... ok
37412026-05-06T09:14:53.260Ztest mcast::validate::tests::test_address_validation_integrated ... ok
37422026-05-06T09:14:53.260Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
37432026-05-06T09:14:53.260Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
37442026-05-06T09:14:53.260Ztest mcast::validate::tests::test_ipv4_validation ... ok
37452026-05-06T09:14:53.260Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
37462026-05-06T09:14:53.260Ztest mcast::validate::tests::test_ipv6_validation ... ok
37472026-05-06T09:14:53.260Ztest mcast::validate::tests::test_is_ssm_function ... ok
37482026-05-06T09:14:53.260Ztest mcast::validate::tests::test_validate_nat_target ... ok
37492026-05-06T09:14:53.260Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
37502026-05-06T09:14:53.260Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
37512026-05-06T09:14:53.260Ztest mcast::validate::tests::test_validate_source_addresses ... ok
37522026-05-06T09:14:53.260Ztest mcast::validate::tests::test_validate_tag ... ok
37532026-05-06T09:14:53.260Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
37542026-05-06T09:14:53.260Ztest nat::test_mapping ... ok
37552026-05-06T09:14:53.260Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
37562026-05-06T09:14:53.260Ztest port_map::tests::test_backplane_group ... ok
37572026-05-06T09:14:53.260Ztest mcast::validate::tests::test_validate_tag_format ... ok
37582026-05-06T09:14:53.260Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
37592026-05-06T09:14:53.260Ztest port_map::tests::test_port_map ... ok
37602026-05-06T09:14:53.260Ztest port_map::tests::dump_map ... ok
37612026-05-06T09:14:53.260Ztest api_server::tests::test_build_info ... ok
37622026-05-06T09:14:53.260Ztest mcast::tests::test_id_range_boundaries ... ok
37632026-05-06T09:14:53.265Ztest port_map::tests::parse_softnpu_revision ... ok
37642026-05-06T09:14:53.265Z
37652026-05-06T09:14:53.265Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
37662026-05-06T09:14:53.265Z
37672026-05-06T09:14:53.265Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-042968661fa4bc73)
37682026-05-06T09:14:53.267Z
37692026-05-06T09:14:53.267Zrunning 0 tests
37702026-05-06T09:14:53.268Z
37712026-05-06T09:14:53.268Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37722026-05-06T09:14:53.268Z
37732026-05-06T09:14:53.268Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a1eccfc28e903b82)
37742026-05-06T09:14:53.270Z
37752026-05-06T09:14:53.270Zrunning 0 tests
37762026-05-06T09:14:53.270Z
37772026-05-06T09:14:53.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37782026-05-06T09:14:53.270Z
37792026-05-06T09:14:53.273Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f0c1c759badea7d2)
37802026-05-06T09:14:53.279Z
37812026-05-06T09:14:53.279Zrunning 6 tests
37822026-05-06T09:14:53.282Ztest tests::test_full_lot_id_neither_present ... ok
37832026-05-06T09:14:53.282Ztest tests::test_full_lot_id_lotnum_only ... ok
37842026-05-06T09:14:53.282Ztest tests::test_full_lot_id_both_present ... ok
37852026-05-06T09:14:53.282Ztest tests::test_full_lot_id_lot_only ... ok
37862026-05-06T09:14:53.285Ztest tests::test_port_id_cmp ... ok
37872026-05-06T09:14:53.285Ztest tests::test_parse_client_port_id ... ok
37882026-05-06T09:14:53.285Z
37892026-05-06T09:14:53.285Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37902026-05-06T09:14:53.285Z
37912026-05-06T09:14:53.285Z Running tests/test_all.rs (target/debug/deps/test_all-0a532b594b88c792)
37922026-05-06T09:14:53.288Z
37932026-05-06T09:14:53.288Zrunning 6 tests
37942026-05-06T09:14:56.298Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
37952026-05-06T09:14:56.301Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
37962026-05-06T09:14:56.301Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
37972026-05-06T09:14:56.307Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
37982026-05-06T09:14:56.637Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
37992026-05-06T09:14:57.660Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
38002026-05-06T09:14:57.660Z
38012026-05-06T09:14:57.660Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s
38022026-05-06T09:14:57.660Z
38032026-05-06T09:14:57.666Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a7e1486df4bb877a)
38042026-05-06T09:14:57.672Z
38052026-05-06T09:14:57.672Zrunning 0 tests
38062026-05-06T09:14:57.675Z
38072026-05-06T09:14:57.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38082026-05-06T09:14:57.675Z
38092026-05-06T09:14:57.675Z Running unittests src/lib.rs (target/debug/deps/packet-4a95a41ba0218512)
38102026-05-06T09:14:57.679Z
38112026-05-06T09:14:57.679Zrunning 12 tests
38122026-05-06T09:14:57.682Ztest icmp::test_v6_checksum ... ok
38132026-05-06T09:14:57.682Ztest icmp::test_v4_checksum ... ok
38142026-05-06T09:14:57.682Ztest lldp::test_lldp_parse ... ok
38152026-05-06T09:14:57.682Ztest ipv6::test_ipv6_parse ... ok
38162026-05-06T09:14:57.682Ztest pbuf::test_byte ... ok
38172026-05-06T09:14:57.682Ztest pbuf::test_nibble ... ok
38182026-05-06T09:14:57.682Ztest pbuf::test_short ... ok
38192026-05-06T09:14:57.682Ztest pbuf::test_twelve ... ok
38202026-05-06T09:14:57.682Ztest pbuf::test_word ... ok
38212026-05-06T09:14:57.683Ztest pbuf::test_overflow ... ok
38222026-05-06T09:14:57.683Ztest tcp::test_checksum_syn_nodata ... ok
38232026-05-06T09:14:57.683Ztest tcp::test_checksum_ack_data ... ok
38242026-05-06T09:14:57.683Z
38252026-05-06T09:14:57.683Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38262026-05-06T09:14:57.683Z
38272026-05-06T09:14:57.683Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
38282026-05-06T09:14:57.686Z
38292026-05-06T09:14:57.686Zrunning 0 tests
38302026-05-06T09:14:57.686Z
38312026-05-06T09:14:57.686Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38322026-05-06T09:14:57.686Z
38332026-05-06T09:14:57.686Z Running unittests src/main.rs (target/debug/deps/swadm-2f8d8f468b814c2d)
38342026-05-06T09:14:57.694Z
38352026-05-06T09:14:57.694Zrunning 5 tests
38362026-05-06T09:14:57.698Ztest switchport::test::test_compute_lanes ... ok
38372026-05-06T09:14:57.701Ztest switchport::test::port_id_ordering ... ok
38382026-05-06T09:14:57.701Ztest link::test_filter ... ok
38392026-05-06T09:14:57.701Z Lane 0 Lane 1 Lane 2 Lane 3
38402026-05-06T09:14:57.701Z Lane 0 State: Activated Lane 1Activated Lane 2Activated ActivatedLane 3
38412026-05-06T09:14:57.701Z
38422026-05-06T09:14:57.701Z Rx Output Enabled: false false Rx Loss-of-lock: Yes false Yesfalse
38432026-05-06T09:14:57.701ZYes Rx Output Status: validYes
38442026-05-06T09:14:57.701Zvalid Rx Loss-of-signal: Yes valid validYes
38452026-05-06T09:14:57.701Z Rx Loss-of-lock: trueYes true Yes
38462026-05-06T09:14:57.701Ztrue true Rx CDR Enabled: Yes
38472026-05-06T09:14:57.701Z Yes Rx Loss-of-signal: false Yes false Yes
38482026-05-06T09:14:57.701Zfalse Tx Enabled: Yesfalse
38492026-05-06T09:14:57.701ZYes Rx Auto-squelch Disable: true Yestrue Yestrue
38502026-05-06T09:14:57.701Z true
38512026-05-06T09:14:57.701Z Tx Loss-of-lock: No Tx Output Enabled: true No true Notrue true
38522026-05-06T09:14:57.701ZNo
38532026-05-06T09:14:57.701Z Tx Output Status: invalid Tx Loss-of-signal: Noinvalid invalidNo invalid
38542026-05-06T09:14:57.701ZNo Tx Loss-of-lock: falseNo
38552026-05-06T09:14:57.701Zfalse false Tx CDR Enabled: No false
38562026-05-06T09:14:57.701ZNo Tx Loss-of-signal: true Notrue Notrue
38572026-05-06T09:14:57.702Z true Tx Adaptive EQ Fault: No
38582026-05-06T09:14:57.702Z NoTx Auto-squelch Disable: false Nofalse No
38592026-05-06T09:14:57.702Zfalse Tx Fault: Yesfalse
38602026-05-06T09:14:57.702ZYes Tx Adaptive EQ Fail: true Yestrue Yes
38612026-05-06T09:14:57.702Ztrue true
38622026-05-06T09:14:57.702Z Tx Failure: false false false false
38632026-05-06T09:14:57.702Z Tx Force Squelch: true true true true
38642026-05-06T09:14:57.702Z Tx Input Polarity: normal normal normal normal
38652026-05-06T09:14:57.702Ztest switchport::test::test_print_cmis_datapath ... ok
38662026-05-06T09:14:57.702Ztest switchport::test::test_print_sff_datapath ... ok
38672026-05-06T09:14:57.702Z
38682026-05-06T09:14:57.702Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38692026-05-06T09:14:57.702Z
38702026-05-06T09:14:57.705Z Running tests/counters.rs (target/debug/deps/counters-c81ad2a512bf7a1e)
38712026-05-06T09:14:57.705Z
38722026-05-06T09:14:57.705Zrunning 1 test
38732026-05-06T09:14:57.705Ztest test_p4_counter_list ... ignored
38742026-05-06T09:14:57.705Z
38752026-05-06T09:14:57.705Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
38762026-05-06T09:14:57.705Z
38772026-05-06T09:14:57.705Z Running tests/port-link.rs (target/debug/deps/port_link-bae0a4bbb20f2e34)
38782026-05-06T09:14:57.708Z
38792026-05-06T09:14:57.708Zrunning 5 tests
38802026-05-06T09:14:57.708Ztest test_an ... ignored
38812026-05-06T09:14:57.708Ztest test_enable ... ignored
38822026-05-06T09:14:57.708Ztest test_ip_addresses ... ignored
38832026-05-06T09:14:57.708Ztest test_kr ... ignored
38842026-05-06T09:14:57.708Ztest test_mac ... ignored
38852026-05-06T09:14:57.708Z
38862026-05-06T09:14:57.708Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
38872026-05-06T09:14:57.708Z
38882026-05-06T09:14:57.708Z Running unittests src/main.rs (target/debug/deps/tfportd-d1a1473cae24d14d)
38892026-05-06T09:14:57.711Z
38902026-05-06T09:14:57.711Zrunning 3 tests
38912026-05-06T09:14:57.714Ztest linklocal::test_parse_ipadm ... ok
38922026-05-06T09:14:57.714Ztest tfport::test_parse_tfport ... ok
38932026-05-06T09:14:57.714Ztest config::tests::test_updates ... ok
38942026-05-06T09:14:57.714Z
38952026-05-06T09:14:57.714Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38962026-05-06T09:14:57.714Z
38972026-05-06T09:14:57.714Z Running unittests src/main.rs (target/debug/deps/uplinkd-ec2f60824b215aa9)
38982026-05-06T09:14:57.718Z
38992026-05-06T09:14:57.718Zrunning 0 tests
39002026-05-06T09:14:57.718Z
39012026-05-06T09:14:57.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39022026-05-06T09:14:57.721Z
39032026-05-06T09:14:57.721Z Running unittests src/main.rs (target/debug/deps/xtask-64a690c77857a17f)
39042026-05-06T09:14:57.724Z
39052026-05-06T09:14:57.724Zrunning 0 tests
39062026-05-06T09:14:57.724Z
39072026-05-06T09:14:57.724Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39082026-05-06T09:14:57.724Z
39092026-05-06T09:14:57.727Z Doc-tests aal
39102026-05-06T09:14:57.915Z
39112026-05-06T09:14:57.915Zrunning 0 tests
39122026-05-06T09:14:57.915Z
39132026-05-06T09:14:57.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39142026-05-06T09:14:57.918Z
39152026-05-06T09:14:57.932Z Doc-tests aal_macros
39162026-05-06T09:14:58.007Z
39172026-05-06T09:14:58.007Zrunning 0 tests
39182026-05-06T09:14:58.007Z
39192026-05-06T09:14:58.007Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39202026-05-06T09:14:58.007Z
39212026-05-06T09:14:58.019Z Doc-tests common
39222026-05-06T09:14:58.263Z
39232026-05-06T09:14:58.263Zrunning 0 tests
39242026-05-06T09:14:58.263Z
39252026-05-06T09:14:58.263Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39262026-05-06T09:14:58.263Z
39272026-05-06T09:14:58.285Z Doc-tests dpd_api
39282026-05-06T09:14:59.572Z
39292026-05-06T09:14:59.572Zrunning 2 tests
39302026-05-06T09:14:59.572Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
39312026-05-06T09:14:59.572Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
39322026-05-06T09:14:59.572Z
39332026-05-06T09:14:59.572Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
39342026-05-06T09:14:59.572Z
39352026-05-06T09:14:59.614Z Doc-tests dpd_client
39362026-05-06T09:15:00.973Z
39372026-05-06T09:15:00.973Zrunning 0 tests
39382026-05-06T09:15:00.973Z
39392026-05-06T09:15:00.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39402026-05-06T09:15:00.973Z
39412026-05-06T09:15:01.020Z Doc-tests dpd_types
39422026-05-06T09:15:01.366Z
39432026-05-06T09:15:01.366Zrunning 0 tests
39442026-05-06T09:15:01.366Z
39452026-05-06T09:15:01.366Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39462026-05-06T09:15:01.366Z
39472026-05-06T09:15:01.396Z Doc-tests packet
39482026-05-06T09:15:01.508Z
39492026-05-06T09:15:01.508Zrunning 0 tests
39502026-05-06T09:15:01.508Z
39512026-05-06T09:15:01.508Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39522026-05-06T09:15:01.509Z
39532026-05-06T09:15:01.525Z Doc-tests pcap
39542026-05-06T09:15:01.580Z
39552026-05-06T09:15:01.580Zrunning 0 tests
39562026-05-06T09:15:01.580Z
39572026-05-06T09:15:01.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39582026-05-06T09:15:01.580Z
39592026-05-06T09:15:01.641Zprocess exited: duration 717143 ms, exit code 0
 
39602026-05-06T09:15:01.647Zfound 0 output files