01KT88KSQ77P100G48KSE4PNSS: test

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

Buildomat Job: 01KT88MMGNNM30H2QZRM5C1R3Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T02:51:32.160Zjob assigned to worker 01KT88MSHK2BZ2HMBG49921ZAF [factory aws, i-05fbebba293680548] (queued for 47 s)
 
22026-06-04T02:51:38.283Zstarting task 0: "setup"
32026-06-04T02:51:38.288Z++ uname -s
42026-06-04T02:51:38.295Z+ kern=SunOS
52026-06-04T02:51:38.295Z+ build_user=build
62026-06-04T02:51:38.295Z+ build_uid=12345
72026-06-04T02:51:38.295Z+ work_dir=/work
82026-06-04T02:51:38.295Z+ input_dir=/input
92026-06-04T02:51:38.295Z+ [[ 0 == 12345 ]]
102026-06-04T02:51:38.295Z+ case "$kern" in
112026-06-04T02:51:38.295Z+ groupadd -g 12345 build
122026-06-04T02:51:38.299Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T02:51:40.297Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T02:51:40.399Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T02:51:40.407Z+ home_fs=zfs
162026-06-04T02:51:40.408Z+ [[ zfs == autofs ]]
172026-06-04T02:51:40.408Z+ mkdir -p /home/build
182026-06-04T02:51:40.408Z+ chown build:build /home/build /work
192026-06-04T02:51:42.403Z+ chmod 0700 /home/build /work
202026-06-04T02:51:42.407Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-04T02:51:42.420Zstarting task 1: "rust-toolchain"
222026-06-04T02:51:42.426Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-04T02:51:42.426Z * rust toolchain channel = "1.90.0"
242026-06-04T02:51:42.426Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-04T02:51:42.426Z * rust toolchain profile = "default"
262026-06-04T02:51:42.426Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T02:51:42.426Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T02:51:42.426Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T02:51:42.430Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T02:51:42.501Zinfo: downloading installer
312026-06-04T02:51:43.771Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T02:51:43.771Zwarn: /home/build/.rustup/settings.toml
332026-06-04T02:51:43.771Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T02:51:43.771Zwarn: instead of the one inferred from the default host triple.
352026-06-04T02:51:43.781Zinfo: profile set to default
362026-06-04T02:51:43.781Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T02:51:43.784Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T02:51:43.942Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T02:51:43.945Zinfo: downloading 6 components
402026-06-04T02:51:57.847Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-04T02:51:57.847Z
422026-06-04T02:51:57.877Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T02:51:57.878Z
442026-06-04T02:51:57.878Z
452026-06-04T02:51:57.878ZRust is installed now. Great!
462026-06-04T02:51:57.878Z
472026-06-04T02:51:57.878ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T02:51:57.881Zenvironment variable. This has not been done automatically.
492026-06-04T02:51:57.881Z
502026-06-04T02:51:57.881ZTo configure your current shell, you need to source
512026-06-04T02:51:57.881Zthe corresponding env file under $HOME/.cargo.
522026-06-04T02:51:57.881Z
532026-06-04T02:51:57.881ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T02:51:57.881Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T02:51:57.881Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T02:51:57.881Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T02:51:57.881Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T02:51:57.882Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T02:51:57.882Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T02:51:57.882Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T02:51:57.882Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T02:51:57.955Z+ rustup --version
632026-06-04T02:51:57.964Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T02:51:57.968Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T02:51:57.987Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T02:51:58.401Z+ cargo --version
672026-06-04T02:51:58.404Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T02:51:58.404Z+ rustc --version
692026-06-04T02:51:58.404Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T02:51:58.404Zprocess exited: duration 15609 ms, exit code 0
 
712026-06-04T02:51:58.411Zstarting task 2: "authentication"
722026-06-04T02:51:58.430Zprocess exited: duration 18 ms, exit code 0
 
732026-06-04T02:51:58.439Zstarting task 3: "clone repository"
742026-06-04T02:51:58.442Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T02:51:58.442Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T02:51:58.479ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T02:51:59.531Z+ cd /work/oxidecomputer/dendrite
782026-06-04T02:51:59.531Z+ git fetch origin 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
792026-06-04T02:51:59.771ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T02:51:59.772Z * branch 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f -> FETCH_HEAD
812026-06-04T02:51:59.792Z+ [[ -n renovate/crate-openssl-vulnerability ]]
822026-06-04T02:51:59.792Z++ git branch --show-current
832026-06-04T02:51:59.792Z+ current=main
842026-06-04T02:51:59.793Z+ [[ main != renovate/crate-openssl-vulnerability ]]
852026-06-04T02:51:59.793Z+ git branch -f renovate/crate-openssl-vulnerability 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
862026-06-04T02:51:59.817Z+ git checkout -f renovate/crate-openssl-vulnerability
872026-06-04T02:51:59.817ZSwitched to branch 'renovate/crate-openssl-vulnerability'
882026-06-04T02:51:59.817Z+ git reset --hard 5d1436f1599349ed8ad0fde8ab89a66bebf5de6f
892026-06-04T02:51:59.830ZHEAD is now at 5d1436f Update Rust crate openssl to v0.10.80 [SECURITY]
902026-06-04T02:51:59.830Zprocess exited: duration 1379 ms, exit code 0
 
912026-06-04T02:51:59.859Zstarting task 4: "build"
922026-06-04T02:51:59.862Z+ source .github/buildomat/common.sh
932026-06-04T02:51:59.862Z++ TOFINO_STAGES=20
942026-06-04T02:51:59.863Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T02:51:59.863Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T02:51:59.863Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T02:51:59.863Z+++ uname -s
982026-06-04T02:51:59.865Z++ '[' SunOS == SunOS ']'
992026-06-04T02:51:59.866Z++ SERIES=illumos
1002026-06-04T02:51:59.866Z+++ uname -s
1012026-06-04T02:51:59.866Z++ '[' SunOS == SunOS ']'
1022026-06-04T02:51:59.866Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T02:51:59.866Z++ rustup show active-toolchain
1042026-06-04T02:51:59.869Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T02:51:59.872Z+ source .github/buildomat/illumos.sh
1062026-06-04T02:51:59.872Z++ banner 'sde setup'
1072026-06-04T02:51:59.872Z
1082026-06-04T02:51:59.872Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T02:51:59.872Z # # # # # # # # # # #
1102026-06-04T02:51:59.872Z #### # # ##### #### ##### # # # # #
1112026-06-04T02:51:59.872Z # # # # # # # # # #####
1122026-06-04T02:51:59.872Z # # # # # # # # # # # #
1132026-06-04T02:51:59.872Z #### ##### ###### #### ###### # #### #
1142026-06-04T02:51:59.872Z
1152026-06-04T02:51:59.872Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T02:51:59.873Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T02:51:59.873Z++ export PKG=tofino_sde.p5p
1182026-06-04T02:51:59.873Z++ PKG=tofino_sde.p5p
1192026-06-04T02:51:59.873Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T02:51:59.878Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T02:51:59.881Z Dload Upload Total Spent Left Speed
1222026-06-04T02:52:00.903Z 0 0 0 0 0 0 0 0 0 95 76.03M 95 72.86M 0 0 72.91M 0 00:01 00:01 72.93M 100 76.03M 100 76.03M 0 0 74.25M 0 00:01 00:01 72.93M 100 76.03M 100 76.03M 0 0 74.24M 0 00:01 00:01 72.93M 100 76.03M 100 76.03M 0 0 74.24M 0 00:01 00:01 72.93M
1232026-06-04T02:52:00.906Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T02:52:00.953Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T02:52:00.953Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T02:52:00.953Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T02:52:01.941Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T02:52:02.147Z Startup: Caching catalogs ... Done
1292026-06-04T02:52:02.185Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T02:52:02.516ZPlanning: Solver setup ... Done
1312026-06-04T02:52:02.569ZPlanning: Running solver ... Done
1322026-06-04T02:52:02.569ZPlanning: Finding local manifests ... Done
1332026-06-04T02:52:02.569ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T02:52:02.569ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T02:52:02.574ZPlanning: Package planning ... Done
1362026-06-04T02:52:02.574ZPlanning: Merging actions ... Done
1372026-06-04T02:52:02.689ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T02:52:02.692ZPlanning: Consolidating action changes ... Done
1392026-06-04T02:52:03.524ZPlanning: Evaluating mediators ... Done
1402026-06-04T02:52:03.530ZPlanning: Planning completed in 1.32 seconds
1412026-06-04T02:52:03.530Z Packages to install: 1
1422026-06-04T02:52:03.530Z Create boot environment: No
1432026-06-04T02:52:03.530ZCreate backup boot environment: No
1442026-06-04T02:52:03.537Z
1452026-06-04T02:52:03.537ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T02:52:03.677ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1472026-06-04T02:52:03.849Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T02:52:04.808Z Actions: Completed 293 actions in 0.97 seconds.
1492026-06-04T02:52:04.811ZFinalize: Updating package state database ... Done
1502026-06-04T02:52:04.853ZFinalize: Updating package cache ... Done
1512026-06-04T02:52:04.872ZFinalize: Updating image state ... Done
1522026-06-04T02:52:07.294ZFinalize: Creating fast lookup database ... Done
1532026-06-04T02:52:07.364ZFinalize: Reading search index ... Done
1542026-06-04T02:52:07.367ZFinalize: Updating search index ... Done
1552026-06-04T02:52:07.659ZFinalize: Updating package cache ... Done
1562026-06-04T02:52:08.161Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T02:52:08.161Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T02:52:08.161Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T02:52:08.161Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T02:52:08.161Z++ banner packages
1612026-06-04T02:52:08.164Z
1622026-06-04T02:52:08.164Z ##### ## #### # # ## #### ###### ####
1632026-06-04T02:52:08.164Z # # # # # # # # # # # # # #
1642026-06-04T02:52:08.164Z # # # # # #### # # # ##### ####
1652026-06-04T02:52:08.164Z ##### ###### # # # ###### # ### # #
1662026-06-04T02:52:08.164Z # # # # # # # # # # # # # #
1672026-06-04T02:52:08.164Z # # # #### # # # # #### ###### ####
1682026-06-04T02:52:08.164Z
1692026-06-04T02:52:08.164Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T02:52:08.164Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T02:52:08.164Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T02:52:08.302ZPlanning: Solver setup ... Done
1732026-06-04T02:52:08.323ZPlanning: Running solver ... Done
1742026-06-04T02:52:08.329ZPlanning: Consolidating action changes ... Done
1752026-06-04T02:52:08.333ZPlanning: Evaluating mediators ... Done
1762026-06-04T02:52:08.333ZPlanning: Planning completed in 0.31 seconds
1772026-06-04T02:52:08.345ZNo updates necessary for this image.
1782026-06-04T02:52:08.406Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T02:52:08.621ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T02:52:08.739ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T02:52:08.742ZPlanning: Consolidating action changes ... Done
1822026-06-04T02:52:08.904ZPlanning: Evaluating mediators ... Done
1832026-06-04T02:52:08.907ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T02:52:08.928Z Mediators to change: 2
1852026-06-04T02:52:08.928Z Create boot environment: No
1862026-06-04T02:52:08.932ZCreate backup boot environment: No
1872026-06-04T02:52:08.997ZFinalize: Updating package state database ... Done
1882026-06-04T02:52:08.997ZFinalize: Updating package cache ... Done
1892026-06-04T02:52:09.008ZFinalize: Updating image state ... Done
1902026-06-04T02:52:37.514ZFinalize: Creating fast lookup database ... Done
1912026-06-04T02:52:39.281ZFinalize: Reading search index ... Done
1922026-06-04T02:52:39.281ZFinalize: Updating search index ... Done
1932026-06-04T02:52:39.281ZFinalize: Updating package cache ... Done
1942026-06-04T02:52:39.281Z++ cargo --version
1952026-06-04T02:52:39.281Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T02:52:39.281Z++ rustc --version
1972026-06-04T02:52:39.281Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T02:52:39.281Z+ banner copyrights
1992026-06-04T02:52:39.281Z
2002026-06-04T02:52:39.281Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T02:52:39.281Z # # # # # # # # # # # # # # # # #
2022026-06-04T02:52:39.281Z # # # # # # # # # # ###### # ####
2032026-06-04T02:52:39.281Z # # # ##### # ##### # # ### # # # #
2042026-06-04T02:52:39.281Z # # # # # # # # # # # # # # # #
2052026-06-04T02:52:39.281Z #### #### # # # # # #### # # # ####
2062026-06-04T02:52:39.282Z
2072026-06-04T02:52:39.282Z+ ./tools/check_copyrights.sh
2082026-06-04T02:52:39.282Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T02:52:39.282Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T02:52:39.282Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T02:52:39.282Zpcap/build.rs: Copyright with wrong year
2122026-06-04T02:52:39.282Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T02:52:40.200Z+ banner clippy
2142026-06-04T02:52:40.756Z
2152026-06-04T02:52:40.756Z #### # # ##### ##### # #
2162026-06-04T02:52:40.756Z # # # # # # # # # #
2172026-06-04T02:52:40.756Z # # # # # # # #
2182026-06-04T02:52:40.756Z # # # ##### ##### #
2192026-06-04T02:52:40.756Z # # # # # # #
2202026-06-04T02:52:40.756Z #### ###### # # # #
2212026-06-04T02:52:40.756Z
2222026-06-04T02:52:40.756Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T02:52:40.756Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T02:52:40.756Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T02:52:40.756Z Updating crates.io index
2262026-06-04T02:52:40.756Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T02:52:40.756Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T02:52:40.756Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T02:52:40.756Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T02:52:40.757Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T02:52:40.757Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T02:52:40.758Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T02:52:40.758Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T02:52:40.758Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T02:52:40.758Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T02:52:40.758Z Downloading crates ...
2562026-06-04T02:52:40.758Z Downloaded atomicwrites v0.4.4
2572026-06-04T02:52:40.758Z Downloaded clap v4.6.0
2582026-06-04T02:52:40.758Z Downloaded async-stream v0.3.6
2592026-06-04T02:52:40.758Z Downloaded crypto-common v0.1.6
2602026-06-04T02:52:40.758Z Downloaded const_format_proc_macros v0.2.34
2612026-06-04T02:52:40.758Z Downloaded cancel-safe-futures v0.1.5
2622026-06-04T02:52:40.758Z Downloaded crossbeam-utils v0.8.21
2632026-06-04T02:52:40.758Z Downloaded cipher v0.4.4
2642026-06-04T02:52:40.758Z Downloaded bitflags v1.3.2
2652026-06-04T02:52:40.758Z Downloaded chacha20poly1305 v0.10.1
2662026-06-04T02:52:40.758Z Downloaded async-trait v0.1.89
2672026-06-04T02:52:40.758Z Downloaded futures-task v0.3.32
2682026-06-04T02:52:40.758Z Downloaded base64 v0.22.1
2692026-06-04T02:52:40.758Z Downloaded foreign-types-shared v0.3.1
2702026-06-04T02:52:40.758Z Downloaded arrayvec v0.7.6
2712026-06-04T02:52:40.758Z Downloaded anstyle-parse v1.0.0
2722026-06-04T02:52:40.758Z Downloaded group v0.13.0
2732026-06-04T02:52:40.758Z Downloaded futures-sink v0.3.32
2742026-06-04T02:52:40.758Z Downloaded allocator-api2 v0.2.21
2752026-06-04T02:52:40.758Z Downloaded adler2 v2.0.1
2762026-06-04T02:52:40.758Z Downloaded hash32 v0.3.1
2772026-06-04T02:52:40.758Z Downloaded hostname v0.4.2
2782026-06-04T02:52:40.759Z Downloaded futures-io v0.3.32
2792026-06-04T02:52:40.759Z Downloaded icu_normalizer v2.0.0
2802026-06-04T02:52:40.759Z Downloaded bytes v1.11.1
2812026-06-04T02:52:40.759Z Downloaded displaydoc v0.2.5
2822026-06-04T02:52:40.759Z Downloaded futures-channel v0.3.32
2832026-06-04T02:52:40.759Z Downloaded dropshot-api-manager v0.7.2
2842026-06-04T02:52:40.759Z Downloaded bytecount v0.6.9
2852026-06-04T02:52:40.759Z Downloaded heck v0.5.0
2862026-06-04T02:52:40.759Z Downloaded digest v0.10.7
2872026-06-04T02:52:40.759Z Downloaded colorchoice v1.0.4
2882026-06-04T02:52:40.759Z Downloaded highway v1.3.0
2892026-06-04T02:52:40.759Z Downloaded fs-err v3.1.2
2902026-06-04T02:52:40.759Z Downloaded cargo-platform v0.1.9
2912026-06-04T02:52:40.759Z Downloaded getrandom v0.2.16
2922026-06-04T02:52:40.759Z Downloaded getrandom v0.3.3
2932026-06-04T02:52:40.759Z Downloaded hex v0.4.3
2942026-06-04T02:52:40.759Z Downloaded enum-as-inner v0.6.1
2952026-06-04T02:52:40.759Z Downloaded futures-macro v0.3.32
2962026-06-04T02:52:40.759Z Downloaded foreign-types v0.5.0
2972026-06-04T02:52:40.759Z Downloaded heapless v0.8.0
2982026-06-04T02:52:40.759Z Downloaded cexpr v0.6.0
2992026-06-04T02:52:40.759Z Downloaded base64ct v1.8.0
3002026-06-04T02:52:40.759Z Downloaded git-stub v1.0.0
3012026-06-04T02:52:40.760Z Downloaded cpufeatures v0.2.17
3022026-06-04T02:52:40.760Z Downloaded defmt-macros v1.0.1
3032026-06-04T02:52:40.760Z Downloaded daft v0.1.5
3042026-06-04T02:52:40.760Z Downloaded camino v1.2.2
3052026-06-04T02:52:40.760Z Downloaded hyper-tls v0.6.0
3062026-06-04T02:52:40.760Z Downloaded is_terminal_polyfill v1.70.1
3072026-06-04T02:52:40.760Z Downloaded httpdate v1.0.3
3082026-06-04T02:52:40.760Z Downloaded dunce v1.0.5
3092026-06-04T02:52:40.760Z Downloaded indent_write v2.2.0
3102026-06-04T02:52:40.760Z Downloaded crossbeam-epoch v0.9.18
3112026-06-04T02:52:40.760Z Downloaded bcs v0.1.6
3122026-06-04T02:52:40.760Z Downloaded cc v1.2.58
3132026-06-04T02:52:40.760Z Downloaded internet-checksum v0.2.1
3142026-06-04T02:52:40.952Z Downloaded hubpack_derive v0.1.1
3152026-06-04T02:52:40.952Z Downloaded dropshot-api-manager-types v0.7.2
3162026-06-04T02:52:40.953Z Downloaded hubpack v0.1.2
3172026-06-04T02:52:40.953Z Downloaded dtrace-parser v0.2.0
3182026-06-04T02:52:40.953Z Downloaded dof v0.4.0
3192026-06-04T02:52:40.953Z Downloaded form_urlencoded v1.2.2
3202026-06-04T02:52:40.953Z Downloaded async-stream-impl v0.3.6
3212026-06-04T02:52:40.953Z Downloaded errno v0.3.14
3222026-06-04T02:52:40.953Z Downloaded dof v0.3.0
3232026-06-04T02:52:40.953Z Downloaded lazy_static v1.5.0
3242026-06-04T02:52:40.953Z Downloaded foreign-types-macros v0.2.3
3252026-06-04T02:52:40.953Z Downloaded hostname v0.3.1
3262026-06-04T02:52:40.953Z Downloaded iana-time-zone v0.1.64
3272026-06-04T02:52:40.953Z Downloaded humantime v2.3.0
3282026-06-04T02:52:40.953Z Downloaded clap_lex v1.1.0
3292026-06-04T02:52:40.953Z Downloaded globset v0.4.16
3302026-06-04T02:52:40.953Z Downloaded foreign-types v0.3.2
3312026-06-04T02:52:40.953Z Downloaded lru-cache v0.1.2
3322026-06-04T02:52:40.953Z Downloaded half v2.7.1
3332026-06-04T02:52:40.953Z Downloaded crossbeam-channel v0.5.15
3342026-06-04T02:52:40.953Z Downloaded generic-array v0.14.7
3352026-06-04T02:52:40.953Z Downloaded embedded-io v0.4.0
3362026-06-04T02:52:40.953Z Downloaded chacha20 v0.9.1
3372026-06-04T02:52:40.953Z Downloaded managed v0.8.0
3382026-06-04T02:52:40.953Z Downloaded mime v0.3.17
3392026-06-04T02:52:40.953Z Downloaded jobserver v0.1.34
3402026-06-04T02:52:40.953Z Downloaded libloading v0.8.9
3412026-06-04T02:52:40.953Z Downloaded match_cfg v0.1.0
3422026-06-04T02:52:40.954Z Downloaded http-body v1.0.1
3432026-06-04T02:52:40.954Z Downloaded lock_api v0.4.14
3442026-06-04T02:52:40.954Z Downloaded critical-section v1.2.0
3452026-06-04T02:52:40.954Z Downloaded clap_derive v4.6.0
3462026-06-04T02:52:40.954Z Downloaded ingot v0.1.1
3472026-06-04T02:52:40.954Z Downloaded newtype-uuid-macros v0.1.0
3482026-06-04T02:52:40.954Z Downloaded convert_case v0.4.0
3492026-06-04T02:52:40.954Z Downloaded icu_normalizer_data v2.0.0
3502026-06-04T02:52:40.954Z Downloaded block-buffer v0.10.4
3512026-06-04T02:52:40.954Z Downloaded is_ci v1.2.0
3522026-06-04T02:52:40.954Z Downloaded dyn-clone v1.0.20
3532026-06-04T02:52:40.954Z Downloaded num-conv v0.2.1
3542026-06-04T02:52:40.954Z Downloaded jiff-static v0.2.15
3552026-06-04T02:52:40.954Z Downloaded opaque-debug v0.3.1
3562026-06-04T02:52:40.954Z Downloaded keccak v0.1.6
3572026-06-04T02:52:40.954Z Downloaded either v1.15.0
3582026-06-04T02:52:40.954Z Downloaded ipnet v2.11.0
3592026-06-04T02:52:40.954Z Downloaded crc32fast v1.5.0
3602026-06-04T02:52:40.954Z Downloaded openssl-macros v0.1.1
3612026-06-04T02:52:40.954Z Downloaded fs_extra v1.3.0
3622026-06-04T02:52:40.954Z Downloaded hyper-util v0.1.20
3632026-06-04T02:52:40.954Z Downloaded num v0.4.3
3642026-06-04T02:52:40.954Z Downloaded newtype_derive v0.1.6
3652026-06-04T02:52:40.954Z Downloaded fixedbitset v0.5.7
3662026-06-04T02:52:40.954Z Downloaded daft-derive v0.1.5
3672026-06-04T02:52:40.954Z Downloaded atomic-waker v1.1.2
3682026-06-04T02:52:40.954Z Downloaded ff v0.13.1
3692026-06-04T02:52:40.954Z Downloaded bit-set v0.8.0
3702026-06-04T02:52:40.955Z Downloaded idna_adapter v1.2.1
3712026-06-04T02:52:40.955Z Downloaded find-msvc-tools v0.1.9
3722026-06-04T02:52:40.955Z Downloaded derive-where v1.6.0
3732026-06-04T02:52:40.955Z Downloaded crossbeam-deque v0.8.6
3742026-06-04T02:52:40.955Z Downloaded olpc-cjson v0.1.4
3752026-06-04T02:52:40.955Z Downloaded openssl-probe v0.1.6
3762026-06-04T02:52:40.955Z Downloaded defmt v0.3.100
3772026-06-04T02:52:40.955Z Downloaded async-recursion v1.1.1
3782026-06-04T02:52:40.955Z Downloaded phf_shared v0.12.1
3792026-06-04T02:52:40.955Z Downloaded num-derive v0.4.2
3802026-06-04T02:52:40.955Z Downloaded litemap v0.8.0
3812026-06-04T02:52:40.955Z Downloaded memoffset v0.9.1
3822026-06-04T02:52:40.955Z Downloaded memmap v0.7.0
3832026-06-04T02:52:40.955Z Downloaded hmac v0.12.1
3842026-06-04T02:52:40.955Z Downloaded elliptic-curve v0.13.8
3852026-06-04T02:52:40.955Z Downloaded indexmap v1.9.3
3862026-06-04T02:52:40.955Z Downloaded httparse v1.10.1
3872026-06-04T02:52:40.955Z Downloaded drift v0.2.0
3882026-06-04T02:52:40.955Z Downloaded potential_utf v0.1.3
3892026-06-04T02:52:40.955Z Downloaded percent-encoding v2.3.2
3902026-06-04T02:52:40.955Z Downloaded dropshot_endpoint v0.16.7
3912026-06-04T02:52:40.955Z Downloaded defmt v1.0.1
3922026-06-04T02:52:40.955Z Downloaded blake2 v0.10.6
3932026-06-04T02:52:40.955Z Downloaded omicron-workspace-hack v0.1.0
3942026-06-04T02:52:40.955Z Downloaded libscf-sys v1.2.0
3952026-06-04T02:52:40.955Z Downloaded byteorder v1.5.0
3962026-06-04T02:52:40.955Z Downloaded newtype-uuid v1.3.2
3972026-06-04T02:52:40.956Z Downloaded lru-slab v0.1.2
3982026-06-04T02:52:40.956Z Downloaded kstat-rs v0.2.4
3992026-06-04T02:52:40.956Z Downloaded ingot-types v0.1.2
4002026-06-04T02:52:40.956Z Downloaded curl v0.4.49
4012026-06-04T02:52:40.956Z Downloaded ingot-macros v0.1.1
4022026-06-04T02:52:40.956Z Downloaded macaddr v1.0.1
4032026-06-04T02:52:40.956Z Downloaded pkg-config v0.3.32
4042026-06-04T02:52:40.956Z Downloaded derive_more v0.99.20
4052026-06-04T02:52:40.956Z Downloaded quick-error v1.2.3
4062026-06-04T02:52:40.956Z Downloaded pest_generator v2.8.2
4072026-06-04T02:52:40.956Z Downloaded progenitor-macro v0.13.0
4082026-06-04T02:52:40.956Z Downloaded autocfg v1.5.0
4092026-06-04T02:52:40.956Z Downloaded parse-display v0.10.0
4102026-06-04T02:52:40.956Z Downloaded num-rational v0.4.2
4112026-06-04T02:52:40.956Z Downloaded progenitor-macro v0.10.0
4122026-06-04T02:52:40.956Z Downloaded powerfmt v0.2.0
4132026-06-04T02:52:40.956Z Downloaded rand_chacha v0.3.1
4142026-06-04T02:52:41.688Z Downloaded progenitor-client v0.11.1
4152026-06-04T02:52:41.688Z Downloaded pin-utils v0.1.0
4162026-06-04T02:52:41.688Z Downloaded pin-project-lite v0.2.16
4172026-06-04T02:52:41.688Z Downloaded pem v3.0.5
4182026-06-04T02:52:41.688Z Downloaded parse-display-derive v0.10.0
4192026-06-04T02:52:41.688Z Downloaded proc-macro-crate v1.3.1
4202026-06-04T02:52:41.688Z Downloaded memchr v2.7.5
4212026-06-04T02:52:41.688Z Downloaded phf v0.12.1
4222026-06-04T02:52:41.688Z Downloaded libsw-core v0.3.2
4232026-06-04T02:52:41.688Z Downloaded oxide-tokio-rt v0.1.2
4242026-06-04T02:52:41.688Z Downloaded num_enum v0.7.5
4252026-06-04T02:52:41.688Z Downloaded proc-macro-error2 v2.0.1
4262026-06-04T02:52:41.688Z Downloaded owo-colors v4.3.0
4272026-06-04T02:52:41.688Z Downloaded ref-cast v1.0.25
4282026-06-04T02:52:41.688Z Downloaded rustc_version v0.1.7
4292026-06-04T02:52:41.688Z Downloaded oxnet v0.1.4
4302026-06-04T02:52:41.688Z Downloaded openssl-sys v0.9.116
4312026-06-04T02:52:41.688Z Downloaded progenitor-client v0.13.0
4322026-06-04T02:52:41.688Z Downloaded progenitor v0.11.1
4332026-06-04T02:52:41.688Z Downloaded proc-macro-error-attr v1.0.4
4342026-06-04T02:52:41.688Z Downloaded proc-macro-error-attr2 v2.0.0
4352026-06-04T02:52:41.688Z Downloaded once_cell v1.21.3
4362026-06-04T02:52:41.688Z Downloaded rustc_version v0.4.1
4372026-06-04T02:52:41.688Z Downloaded linked-hash-map v0.5.6
4382026-06-04T02:52:41.688Z Downloaded hashbrown v0.15.5
4392026-06-04T02:52:41.689Z Downloaded paste v1.0.15
4402026-06-04T02:52:41.689Z Downloaded hkdf v0.12.4
4412026-06-04T02:52:41.689Z Downloaded omicron-zone-package v0.12.2
4422026-06-04T02:52:41.689Z Downloaded hashbrown v0.12.3
4432026-06-04T02:52:41.689Z Downloaded pretty-hex v0.4.1
4442026-06-04T02:52:41.689Z Downloaded http v1.4.0
4452026-06-04T02:52:41.689Z Downloaded rand_chacha v0.9.0
4462026-06-04T02:52:41.689Z Downloaded darling v0.21.3
4472026-06-04T02:52:41.689Z Downloaded hickory-resolver v0.24.4
4482026-06-04T02:52:41.689Z Downloaded progenitor-client v0.10.0
4492026-06-04T02:52:41.689Z Downloaded progenitor v0.13.0
4502026-06-04T02:52:41.689Z Downloaded plain v0.2.3
4512026-06-04T02:52:41.689Z Downloaded num-complex v0.4.6
4522026-06-04T02:52:41.689Z Downloaded quinn-udp v0.5.14
4532026-06-04T02:52:41.689Z Downloaded flate2 v1.1.2
4542026-06-04T02:52:41.689Z Downloaded num-integer v0.1.46
4552026-06-04T02:52:41.689Z Downloaded icu_locale_core v2.0.0
4562026-06-04T02:52:41.689Z Downloaded scopeguard v1.2.0
4572026-06-04T02:52:41.689Z Downloaded same-file v1.0.6
4582026-06-04T02:52:41.689Z Downloaded num_enum v0.5.11
4592026-06-04T02:52:41.689Z Downloaded scroll v0.13.0
4602026-06-04T02:52:41.689Z Downloaded quote v1.0.45
4612026-06-04T02:52:41.689Z Downloaded rustc-hash v2.1.1
4622026-06-04T02:52:41.689Z Downloaded linear-map v1.2.0
4632026-06-04T02:52:41.689Z Downloaded log v0.4.29
4642026-06-04T02:52:41.689Z Downloaded serde_plain v1.0.2
4652026-06-04T02:52:41.689Z Downloaded serde-big-array v0.5.1
4662026-06-04T02:52:41.689Z Downloaded secrecy v0.10.3
4672026-06-04T02:52:41.689Z Downloaded semver v0.1.20
4682026-06-04T02:52:41.689Z Downloaded num_threads v0.1.7
4692026-06-04T02:52:41.689Z Downloaded num_enum_derive v0.7.5
4702026-06-04T02:52:41.689Z Downloaded poly1305 v0.8.0
4712026-06-04T02:52:41.689Z Downloaded parking_lot_core v0.9.12
4722026-06-04T02:52:41.689Z Downloaded serde_spanned v1.0.4
4732026-06-04T02:52:41.690Z Downloaded native-tls v0.2.14
4742026-06-04T02:52:41.690Z Downloaded const_format v0.2.34
4752026-06-04T02:52:41.690Z Downloaded serde_spanned v0.6.9
4762026-06-04T02:52:41.690Z Downloaded serde_tokenstream v0.2.3
4772026-06-04T02:52:41.690Z Downloaded scroll_derive v0.13.1
4782026-06-04T02:52:41.690Z Downloaded parking_lot v0.12.5
4792026-06-04T02:52:41.690Z Downloaded sha1 v0.10.6
4802026-06-04T02:52:41.690Z Downloaded minimal-lexical v0.2.1
4812026-06-04T02:52:41.690Z Downloaded sigpipe v0.1.3
4822026-06-04T02:52:41.690Z Downloaded pest_derive v2.8.2
4832026-06-04T02:52:41.690Z Downloaded smawk v0.3.2
4842026-06-04T02:52:41.690Z Downloaded multer v3.1.0
4852026-06-04T02:52:41.690Z Downloaded expectorate v1.2.0
4862026-06-04T02:52:41.690Z Downloaded serde_path_to_error v0.1.20
4872026-06-04T02:52:41.690Z Downloaded progenitor-impl v0.10.0
4882026-06-04T02:52:41.690Z Downloaded semver v1.0.27
4892026-06-04T02:52:41.690Z Downloaded goblin v0.8.2
4902026-06-04T02:52:41.690Z Downloaded rustversion v1.0.22
4912026-06-04T02:52:41.690Z Downloaded structmeta v0.3.0
4922026-06-04T02:52:41.690Z Downloaded search_path v0.1.4
4932026-06-04T02:52:41.690Z Downloaded strsim v0.11.1
4942026-06-04T02:52:41.690Z Downloaded tagptr v0.2.0
4952026-06-04T02:52:41.690Z Downloaded siphasher v1.0.1
4962026-06-04T02:52:41.690Z Downloaded papergrid v0.11.0
4972026-06-04T02:52:41.690Z Downloaded memmap2 v0.9.8
4982026-06-04T02:52:41.690Z Downloaded ref-cast-impl v1.0.25
4992026-06-04T02:52:41.690Z Downloaded resolv-conf v0.7.5
5002026-06-04T02:52:41.690Z Downloaded rusty-fork v0.3.0
5012026-06-04T02:52:41.690Z Downloaded rand_core v0.6.4
5022026-06-04T02:52:41.690Z Downloaded subtle v2.6.1
5032026-06-04T02:52:41.691Z Downloaded tabled_derive v0.7.0
5042026-06-04T02:52:41.691Z Downloaded rustls-pemfile v2.2.0
5052026-06-04T02:52:41.691Z Downloaded scroll_derive v0.12.1
5062026-06-04T02:52:41.691Z Downloaded pest_meta v2.8.2
5072026-06-04T02:52:41.691Z Downloaded crypto-bigint v0.5.5
5082026-06-04T02:52:41.691Z Downloaded sync_wrapper v1.0.2
5092026-06-04T02:52:41.691Z Downloaded slab v0.4.11
5102026-06-04T02:52:41.691Z Downloaded shlex v1.3.0
5112026-06-04T02:52:41.691Z Downloaded ryu v1.0.20
5122026-06-04T02:52:41.691Z Downloaded proc-macro-error v1.0.4
5132026-06-04T02:52:41.691Z Downloaded prettyplease v0.2.37
5142026-06-04T02:52:41.906Z Downloaded termtree v0.5.1
5152026-06-04T02:52:41.906Z Downloaded swrite v0.1.0
5162026-06-04T02:52:41.906Z Downloaded slog-bunyan v2.5.0
5172026-06-04T02:52:41.906Z Downloaded sha2 v0.10.9
5182026-06-04T02:52:41.906Z Downloaded take_mut v0.2.2
5192026-06-04T02:52:41.906Z Downloaded signal-hook-registry v1.4.6
5202026-06-04T02:52:41.906Z Downloaded postcard v1.1.3
5212026-06-04T02:52:41.906Z Downloaded schemars_derive v0.8.22
5222026-06-04T02:52:41.906Z Downloaded rand v0.8.5
5232026-06-04T02:52:41.906Z Downloaded ciborium v0.2.2
5242026-06-04T02:52:41.906Z Downloaded pin-project-internal v1.1.10
5252026-06-04T02:52:41.906Z Downloaded snafu-derive v0.8.9
5262026-06-04T02:52:41.906Z Downloaded indexmap v2.13.0
5272026-06-04T02:52:41.907Z Downloaded testing_table v0.3.0
5282026-06-04T02:52:41.907Z Downloaded structmeta-derive v0.3.0
5292026-06-04T02:52:41.907Z Downloaded progenitor v0.10.0
5302026-06-04T02:52:41.907Z Downloaded strum v0.26.3
5312026-06-04T02:52:41.907Z Downloaded progenitor-impl v0.13.0
5322026-06-04T02:52:41.907Z Downloaded bitflags v2.11.1
5332026-06-04T02:52:41.907Z Downloaded slog-async v2.8.0
5342026-06-04T02:52:41.907Z Downloaded mio v1.0.4
5352026-06-04T02:52:41.907Z Downloaded num-iter v0.1.45
5362026-06-04T02:52:41.907Z Downloaded progenitor-macro v0.11.1
5372026-06-04T02:52:41.907Z Downloaded dropshot_endpoint v0.17.0
5382026-06-04T02:52:41.907Z Downloaded slog-json v2.6.1
5392026-06-04T02:52:41.907Z Downloaded git2 v0.19.0
5402026-06-04T02:52:41.907Z Downloaded terminal_size v0.4.3
5412026-06-04T02:52:41.907Z Downloaded thread-id v5.0.0
5422026-06-04T02:52:41.907Z Downloaded proc-macro2 v1.0.106
5432026-06-04T02:52:41.907Z Downloaded static_assertions v1.1.0
5442026-06-04T02:52:41.907Z Downloaded serde_derive_internals v0.29.1
5452026-06-04T02:52:41.907Z Downloaded thread-id v4.2.2
5462026-06-04T02:52:41.907Z Downloaded newline-converter v0.3.0
5472026-06-04T02:52:41.907Z Downloaded tinyvec_macros v0.1.1
5482026-06-04T02:52:41.907Z Downloaded time-core v0.1.8
5492026-06-04T02:52:41.907Z Downloaded slog-term v2.9.2
5502026-06-04T02:52:41.907Z Downloaded synstructure v0.13.2
5512026-06-04T02:52:41.907Z Downloaded tabled_derive v0.11.0
5522026-06-04T02:52:41.907Z Downloaded slog-dtrace v0.3.0
5532026-06-04T02:52:41.908Z Downloaded topological-sort v0.2.2
5542026-06-04T02:52:41.908Z Downloaded pin-project v1.1.10
5552026-06-04T02:52:41.908Z Downloaded scroll v0.12.0
5562026-06-04T02:52:41.908Z Downloaded num-traits v0.2.19
5572026-06-04T02:52:41.908Z Downloaded signal-hook-tokio v0.3.1
5582026-06-04T02:52:41.908Z Downloaded itoa v1.0.15
5592026-06-04T02:52:41.908Z Downloaded is-terminal v0.4.16
5602026-06-04T02:52:41.908Z Downloaded toml_datetime v0.6.11
5612026-06-04T02:52:41.908Z Downloaded rand_core v0.9.3
5622026-06-04T02:52:41.908Z Downloaded rustls-pki-types v1.12.0
5632026-06-04T02:52:41.908Z Downloaded tokio-native-tls v0.3.1
5642026-06-04T02:52:41.908Z Downloaded thiserror v2.0.18
5652026-06-04T02:52:41.908Z Downloaded spin v0.9.8
5662026-06-04T02:52:41.908Z Downloaded iddqd v0.3.18
5672026-06-04T02:52:41.908Z Downloaded typify-macro v0.4.3
5682026-06-04T02:52:41.908Z Downloaded thiserror-impl v1.0.69
5692026-06-04T02:52:41.908Z Downloaded serde_yaml v0.9.34+deprecated
5702026-06-04T02:52:41.908Z Downloaded thiserror-no-std v2.0.2
5712026-06-04T02:52:41.908Z Downloaded tower-service v0.3.3
5722026-06-04T02:52:41.908Z Downloaded toml_write v0.1.2
5732026-06-04T02:52:41.908Z Downloaded chrono v0.4.44
5742026-06-04T02:52:41.908Z Downloaded unarray v0.1.4
5752026-06-04T02:52:41.908Z Downloaded schemars v1.2.0
5762026-06-04T02:52:41.908Z Downloaded signal-hook v0.3.18
5772026-06-04T02:52:41.908Z Downloaded progenitor-impl v0.11.1
5782026-06-04T02:52:41.908Z Downloaded password-hash v0.5.0
5792026-06-04T02:52:41.908Z Downloaded quinn v0.11.9
5802026-06-04T02:52:41.908Z Downloaded universal-hash v0.5.1
5812026-06-04T02:52:41.908Z Downloaded tinystr v0.8.1
5822026-06-04T02:52:41.908Z Downloaded thiserror v1.0.69
5832026-06-04T02:52:41.909Z Downloaded unicode-linebreak v0.1.5
5842026-06-04T02:52:41.909Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5852026-06-04T02:52:41.909Z Downloaded libm v0.2.15
5862026-06-04T02:52:41.909Z Downloaded thiserror-impl v2.0.18
5872026-06-04T02:52:41.909Z Downloaded term v1.2.0
5882026-06-04T02:52:41.909Z Downloaded smallvec v1.15.1
5892026-06-04T02:52:41.909Z Downloaded rustls-webpki v0.103.6
5902026-06-04T02:52:41.909Z Downloaded utf8parse v0.2.2
5912026-06-04T02:52:41.909Z Downloaded toml_writer v1.0.6+spec-1.1.0
5922026-06-04T02:52:41.909Z Downloaded strum_macros v0.26.4
5932026-06-04T02:52:41.909Z Downloaded untrusted v0.7.1
5942026-06-04T02:52:41.909Z Downloaded qorb v0.4.1
5952026-06-04T02:52:41.909Z Downloaded thread_local v1.1.9
5962026-06-04T02:52:41.909Z Downloaded usdt v0.5.0
5972026-06-04T02:52:41.909Z Downloaded itertools v0.12.1
5982026-06-04T02:52:41.909Z Downloaded waitgroup v0.1.2
5992026-06-04T02:52:41.909Z Downloaded try-lock v0.2.5
6002026-06-04T02:52:41.909Z Downloaded serde v1.0.228
6012026-06-04T02:52:41.909Z Downloaded usdt v0.6.0
6022026-06-04T02:52:41.909Z Downloaded tabwriter v1.4.1
6032026-06-04T02:52:41.909Z Downloaded version_check v0.9.5
6042026-06-04T02:52:41.909Z Downloaded usdt-macro v0.6.0
6052026-06-04T02:52:41.909Z Downloaded tempfile v3.27.0
6062026-06-04T02:52:41.909Z Downloaded similar v2.7.0
6072026-06-04T02:52:41.909Z Downloaded futures-util v0.3.32
6082026-06-04T02:52:41.909Z Downloaded yoke-derive v0.8.0
6092026-06-04T02:52:41.919Z Downloaded test-strategy v0.4.3
6102026-06-04T02:52:41.919Z Downloaded want v0.3.1
6112026-06-04T02:52:41.919Z Downloaded slog v2.8.2
6122026-06-04T02:52:41.919Z Downloaded toml v0.8.23
6132026-06-04T02:52:41.919Z Downloaded papergrid v0.17.0
6142026-06-04T02:52:42.072Z Downloaded icu_properties v2.0.1
6152026-06-04T02:52:42.072Z Downloaded tokio-macros v2.6.0
6162026-06-04T02:52:42.072Z Downloaded textwrap v0.16.2
6172026-06-04T02:52:42.072Z Downloaded rand v0.9.2
6182026-06-04T02:52:42.072Z Downloaded serde_repr v0.1.20
6192026-06-04T02:52:42.072Z Downloaded h2 v0.4.12
6202026-06-04T02:52:42.072Z Downloaded serde_with_macros v3.14.1
6212026-06-04T02:52:42.072Z Downloaded zerofrom-derive v0.1.6
6222026-06-04T02:52:42.072Z Downloaded serde_core v1.0.228
6232026-06-04T02:52:42.072Z Downloaded schemars v0.8.22
6242026-06-04T02:52:42.072Z Downloaded xattr v1.6.1
6252026-06-04T02:52:42.072Z Downloaded toml_parser v1.1.2+spec-1.1.0
6262026-06-04T02:52:42.072Z Downloaded typify-macro v0.6.1
6272026-06-04T02:52:42.072Z Downloaded tokio-stream v0.1.17
6282026-06-04T02:52:42.072Z Downloaded tokio-rustls v0.25.0
6292026-06-04T02:52:42.072Z Downloaded zeroize_derive v1.4.3
6302026-06-04T02:52:42.072Z Downloaded zone_cfg_derive v0.3.1
6312026-06-04T02:52:42.072Z Downloaded zone v0.3.1
6322026-06-04T02:52:42.081Z Downloaded tar v0.4.45
6332026-06-04T02:52:42.081Z Downloaded usdt-macro v0.5.0
6342026-06-04T02:52:42.081Z Downloaded usdt-impl v0.5.0
6352026-06-04T02:52:42.081Z Downloaded tinyvec v1.10.0
6362026-06-04T02:52:42.081Z Downloaded nom v7.1.3
6372026-06-04T02:52:42.081Z Downloaded vsss-rs v3.3.4
6382026-06-04T02:52:42.081Z Downloaded itertools v0.14.0
6392026-06-04T02:52:42.081Z Downloaded toml v0.9.11+spec-1.1.0
6402026-06-04T02:52:42.081Z Downloaded schemars v0.9.0
6412026-06-04T02:52:42.081Z Downloaded tracing-attributes v0.1.30
6422026-06-04T02:52:42.081Z Downloaded zmij v1.0.17
6432026-06-04T02:52:42.081Z Downloaded socket2 v0.6.0
6442026-06-04T02:52:42.081Z Downloaded toml v0.7.8
6452026-06-04T02:52:42.081Z Downloaded zerofrom v0.1.6
6462026-06-04T02:52:42.081Z Downloaded stable_deref_trait v1.2.0
6472026-06-04T02:52:42.081Z Downloaded iri-string v0.7.8
6482026-06-04T02:52:42.081Z Downloaded yoke v0.8.0
6492026-06-04T02:52:42.081Z Downloaded idna v1.1.0
6502026-06-04T02:52:42.081Z Downloaded hyper v1.8.1
6512026-06-04T02:52:42.081Z Downloaded zerovec-derive v0.11.1
6522026-06-04T02:52:42.081Z Downloaded vergen v8.3.2
6532026-06-04T02:52:42.081Z Downloaded typify v0.6.1
6542026-06-04T02:52:42.082Z Downloaded snafu v0.8.9
6552026-06-04T02:52:42.082Z Downloaded zeroize v1.8.1
6562026-06-04T02:52:42.082Z Downloaded pest v2.8.2
6572026-06-04T02:52:42.082Z Downloaded typify v0.4.3
6582026-06-04T02:52:42.082Z Downloaded supports-color v3.0.2
6592026-06-04T02:52:42.082Z Downloaded toml v1.0.6+spec-1.1.0
6602026-06-04T02:52:42.082Z Downloaded writeable v0.6.1
6612026-06-04T02:52:42.082Z Downloaded unsafe-libyaml v0.2.11
6622026-06-04T02:52:42.082Z Downloaded serde_derive v1.0.228
6632026-06-04T02:52:42.082Z Downloaded unicode-ident v1.0.24
6642026-06-04T02:52:42.082Z Downloaded toml_edit v0.22.27
6652026-06-04T02:52:42.082Z Downloaded tower-layer v0.3.3
6662026-06-04T02:52:42.082Z Downloaded smf v0.2.3
6672026-06-04T02:52:42.082Z Downloaded aws-lc-rs v1.16.2
6682026-06-04T02:52:42.082Z Downloaded zerocopy-derive v0.7.35
6692026-06-04T02:52:42.082Z Downloaded icu_properties_data v2.0.1
6702026-06-04T02:52:42.082Z Downloaded rayon-core v1.13.0
6712026-06-04T02:52:42.082Z Downloaded aho-corasick v1.1.3
6722026-06-04T02:52:42.082Z Downloaded unicode-xid v0.2.6
6732026-06-04T02:52:42.082Z Downloaded walkdir v2.5.0
6742026-06-04T02:52:42.082Z Downloaded strum_macros v0.27.2
6752026-06-04T02:52:42.082Z Downloaded cfg-if v1.0.3
6762026-06-04T02:52:42.083Z Downloaded clap_builder v4.6.0
6772026-06-04T02:52:42.083Z Downloaded base16ct v0.2.0
6782026-06-04T02:52:42.083Z Downloaded clang-sys v1.8.1
6792026-06-04T02:52:42.083Z Downloaded deranged v0.5.3
6802026-06-04T02:52:42.083Z Downloaded fixedbitset v0.4.2
6812026-06-04T02:52:42.083Z Downloaded foldhash v0.2.0
6822026-06-04T02:52:42.083Z Downloaded display-error-chain v0.2.2
6832026-06-04T02:52:42.083Z Downloaded usdt-attr-macro v0.6.0
6842026-06-04T02:52:42.083Z Downloaded futures v0.3.32
6852026-06-04T02:52:42.083Z Downloaded num_enum_derive v0.5.11
6862026-06-04T02:52:42.083Z Downloaded backoff v0.4.0
6872026-06-04T02:52:42.083Z Downloaded tracing v0.1.41
6882026-06-04T02:52:42.083Z Downloaded tokio-rustls v0.26.3
6892026-06-04T02:52:42.083Z Downloaded icu_collections v2.0.0
6902026-06-04T02:52:42.083Z Downloaded foldhash v0.1.5
6912026-06-04T02:52:42.083Z Downloaded hyper-rustls v0.27.7
6922026-06-04T02:52:42.083Z Downloaded tracing-core v0.1.34
6932026-06-04T02:52:42.083Z Downloaded tokio-dtrace v0.1.1
6942026-06-04T02:52:42.083Z Downloaded goblin v0.10.1
6952026-06-04T02:52:42.083Z Downloaded time-macros v0.2.27
6962026-06-04T02:52:42.083Z Downloaded git-stub-vcs v0.1.0
6972026-06-04T02:52:42.083Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6982026-06-04T02:52:42.083Z Downloaded data-encoding v2.9.0
6992026-06-04T02:52:42.083Z Downloaded cstr-argument v0.1.2
7002026-06-04T02:52:42.083Z Downloaded futures-executor v0.3.32
7012026-06-04T02:52:42.084Z Downloaded compression-codecs v0.4.32
7022026-06-04T02:52:42.084Z Downloaded inout v0.1.4
7032026-06-04T02:52:42.084Z Downloaded icu_provider v2.0.0
7042026-06-04T02:52:42.084Z Downloaded usdt-attr-macro v0.5.0
7052026-06-04T02:52:42.084Z Downloaded fnv v1.0.7
7062026-06-04T02:52:42.084Z Downloaded colored v3.0.0
7072026-06-04T02:52:42.084Z Downloaded cargo_metadata v0.18.1
7082026-06-04T02:52:42.084Z Downloaded constant_time_eq v0.3.1
7092026-06-04T02:52:42.084Z Downloaded arrayref v0.3.9
7102026-06-04T02:52:42.084Z Downloaded typed-path v0.9.3
7112026-06-04T02:52:42.084Z Downloaded serde_urlencoded v0.7.1
7122026-06-04T02:52:42.084Z Downloaded portable-atomic v1.11.1
7132026-06-04T02:52:42.084Z Downloaded zerotrie v0.2.2
7142026-06-04T02:52:42.204Z Downloaded reqwest v0.12.23
7152026-06-04T02:52:42.204Z Downloaded unicode-segmentation v1.12.0
7162026-06-04T02:52:42.204Z Downloaded miniz_oxide v0.8.9
7172026-06-04T02:52:42.204Z Downloaded libsw v3.5.0
7182026-06-04T02:52:42.204Z Downloaded serde_json v1.0.149
7192026-06-04T02:52:42.204Z Downloaded untrusted v0.9.0
7202026-06-04T02:52:42.204Z Downloaded reqwest v0.13.2
7212026-06-04T02:52:42.205Z Downloaded url v2.5.7
7222026-06-04T02:52:42.205Z Downloaded regex v1.12.3
7232026-06-04T02:52:42.205Z Downloaded ident_case v1.0.1
7242026-06-04T02:52:42.205Z Downloaded foreign-types-shared v0.1.1
7252026-06-04T02:52:42.205Z Downloaded async-compression v0.4.33
7262026-06-04T02:52:42.205Z Downloaded instant v0.1.13
7272026-06-04T02:52:42.205Z Downloaded aead v0.5.2
7282026-06-04T02:52:42.205Z Downloaded float-ord v0.3.2
7292026-06-04T02:52:42.205Z Downloaded cobs v0.3.0
7302026-06-04T02:52:42.205Z Downloaded filetime v0.2.26
7312026-06-04T02:52:42.205Z Downloaded zerocopy-derive v0.8.27
7322026-06-04T02:52:42.205Z Downloaded steno v0.4.1
7332026-06-04T02:52:42.205Z Downloaded hickory-resolver v0.25.2
7342026-06-04T02:52:42.205Z Downloaded erased-serde v0.3.31
7352026-06-04T02:52:42.205Z Downloaded glob v0.3.3
7362026-06-04T02:52:42.205Z Downloaded dtrace-parser v0.3.0
7372026-06-04T02:52:42.205Z Downloaded camino-tempfile v1.4.1
7382026-06-04T02:52:42.205Z Downloaded cookie v0.18.1
7392026-06-04T02:52:42.205Z Downloaded ucd-trie v0.1.7
7402026-06-04T02:52:42.205Z Downloaded cmake v0.1.54
7412026-06-04T02:52:42.205Z Downloaded ciborium-io v0.2.2
7422026-06-04T02:52:42.205Z Downloaded anstyle v1.0.14
7432026-06-04T02:52:42.205Z Downloaded derive-ex v0.1.8
7442026-06-04T02:52:42.205Z Downloaded defmt-parser v1.0.0
7452026-06-04T02:52:42.205Z Downloaded getrandom v0.4.2
7462026-06-04T02:52:42.206Z Downloaded ciborium-ll v0.2.2
7472026-06-04T02:52:42.206Z Downloaded cfg_aliases v0.2.1
7482026-06-04T02:52:42.206Z Downloaded curve25519-dalek-derive v0.1.1
7492026-06-04T02:52:42.206Z Downloaded console v0.15.11
7502026-06-04T02:52:42.206Z Downloaded crucible-workspace-hack v0.1.0
7512026-06-04T02:52:42.206Z Downloaded crc8 v0.1.1
7522026-06-04T02:52:42.206Z Downloaded bit-vec v0.8.0
7532026-06-04T02:52:42.206Z Downloaded anstyle-query v1.1.4
7542026-06-04T02:52:42.206Z Downloaded anstream v1.0.0
7552026-06-04T02:52:42.206Z Downloaded darling_macro v0.21.3
7562026-06-04T02:52:42.206Z Downloaded darling_core v0.21.3
7572026-06-04T02:52:42.206Z Downloaded blake3 v1.8.2
7582026-06-04T02:52:42.206Z Downloaded compression-core v0.4.32
7592026-06-04T02:52:42.206Z Downloaded anyhow v1.0.102
7602026-06-04T02:52:42.206Z Downloaded http-body-util v0.1.3
7612026-06-04T02:52:42.206Z Downloaded heck v0.4.1
7622026-06-04T02:52:42.206Z Downloaded futures-core v0.3.32
7632026-06-04T02:52:42.206Z Downloaded csv-core v0.1.12
7642026-06-04T02:52:42.206Z Downloaded gethostname v0.5.0
7652026-06-04T02:52:42.206Z Downloaded equivalent v1.0.2
7662026-06-04T02:52:42.206Z Downloaded embedded-io v0.6.1
7672026-06-04T02:52:42.206Z Downloaded argon2 v0.5.3
7682026-06-04T02:52:42.206Z Downloaded fastrand v2.3.0
7692026-06-04T02:52:42.206Z Downloaded bindgen v0.72.1
7702026-06-04T02:52:42.206Z Downloaded rayon v1.11.0
7712026-06-04T02:52:42.206Z Downloaded uuid v1.23.1
7722026-06-04T02:52:42.206Z Downloaded toml_edit v0.19.15
7732026-06-04T02:52:42.206Z Downloaded usdt-impl v0.6.0
7742026-06-04T02:52:42.207Z Downloaded typenum v1.18.0
7752026-06-04T02:52:42.207Z Downloaded tough v0.20.0
7762026-06-04T02:52:42.207Z Downloaded tokio-util v0.7.16
7772026-06-04T02:52:42.207Z Downloaded serde_with v3.14.1
7782026-06-04T02:52:42.207Z Downloaded rand_xorshift v0.4.0
7792026-06-04T02:52:42.207Z Downloaded winnow v0.7.14
7802026-06-04T02:52:42.207Z Downloaded curve25519-dalek v4.1.3
7812026-06-04T02:52:42.207Z Downloaded hashbrown v0.16.1
7822026-06-04T02:52:42.207Z Downloaded tower v0.5.2
7832026-06-04T02:52:42.207Z Downloaded tower-http v0.6.8
7842026-06-04T02:52:42.207Z Downloaded bstr v1.12.0
7852026-06-04T02:52:42.207Z Downloaded quinn-proto v0.11.14
7862026-06-04T02:52:42.207Z Downloaded dropshot v0.16.7
7872026-06-04T02:52:42.207Z Downloaded webpki-roots v1.0.2
7882026-06-04T02:52:42.207Z Downloaded rustls-webpki v0.102.8
7892026-06-04T02:52:42.207Z Downloaded zerocopy v0.7.35
7902026-06-04T02:52:42.207Z Downloaded proptest v1.8.0
7912026-06-04T02:52:42.207Z Downloaded rustix v0.38.44
7922026-06-04T02:52:42.207Z Downloaded zerovec v0.11.4
7932026-06-04T02:52:42.207Z Downloaded rustls v0.23.32
7942026-06-04T02:52:42.207Z Downloaded tabled v0.20.0
7952026-06-04T02:52:42.207Z Downloaded openssl v0.10.80
7962026-06-04T02:52:42.207Z Downloaded syn v1.0.109
7972026-06-04T02:52:42.207Z Downloaded winnow v1.0.3
7982026-06-04T02:52:42.207Z Downloaded winnow v0.5.40
7992026-06-04T02:52:42.207Z Downloaded time v0.3.47
8002026-06-04T02:52:42.208Z Downloaded tabled v0.15.0
8012026-06-04T02:52:42.208Z Downloaded hickory-proto v0.24.4
8022026-06-04T02:52:42.208Z Downloaded nix v0.30.1
8032026-06-04T02:52:42.208Z Downloaded rustls v0.22.4
8042026-06-04T02:52:42.208Z Downloaded syn v2.0.117
8052026-06-04T02:52:42.208Z Downloaded unicode-width v0.2.1
8062026-06-04T02:52:42.208Z Downloaded dropshot v0.17.0
8072026-06-04T02:52:42.208Z Downloaded zerocopy v0.8.27
8082026-06-04T02:52:42.208Z Downloaded smoltcp v0.11.0
8092026-06-04T02:52:42.208Z Downloaded regress v0.10.5
8102026-06-04T02:52:42.208Z Downloaded regex-syntax v0.8.6
8112026-06-04T02:52:42.208Z Downloaded vcpkg v0.2.15
8122026-06-04T02:52:42.208Z Downloaded typify-impl v0.4.3
8132026-06-04T02:52:42.208Z Downloaded rustix v1.1.4
8142026-06-04T02:52:42.605Z Downloaded openapiv3 v2.2.0
8152026-06-04T02:52:42.605Z Downloaded unicode-width v0.1.14
8162026-06-04T02:52:42.605Z Downloaded hickory-proto v0.25.2
8172026-06-04T02:52:42.605Z Downloaded typify-impl v0.6.1
8182026-06-04T02:52:42.605Z Downloaded debug-ignore v1.0.5
8192026-06-04T02:52:42.605Z Downloaded jiff v0.2.15
8202026-06-04T02:52:42.605Z Downloaded strum v0.27.2
8212026-06-04T02:52:42.605Z Downloaded moka v0.12.11
8222026-06-04T02:52:42.605Z Downloaded regex-automata v0.4.13
8232026-06-04T02:52:42.605Z Downloaded petgraph v0.6.5
8242026-06-04T02:52:42.605Z Downloaded unicode-normalization v0.1.24
8252026-06-04T02:52:42.605Z Downloaded libz-sys v1.1.22
8262026-06-04T02:52:42.605Z Downloaded csv v1.3.1
8272026-06-04T02:52:42.606Z Downloaded chrono-tz v0.10.4
8282026-06-04T02:52:42.606Z Downloaded libc v0.2.183
8292026-06-04T02:52:42.606Z Downloaded encoding_rs v0.8.35
8302026-06-04T02:52:42.606Z Downloaded sha3 v0.10.8
8312026-06-04T02:52:42.606Z Downloaded tokio v1.50.0
8322026-06-04T02:52:42.606Z Downloaded thiserror-impl-no-std v2.0.2
8332026-06-04T02:52:42.606Z Downloaded petgraph v0.8.2
8342026-06-04T02:52:42.606Z Downloaded ring v0.17.14
8352026-06-04T02:52:42.606Z Downloaded wait-timeout v0.2.1
8362026-06-04T02:52:42.606Z Downloaded curl-sys v0.4.83+curl-8.15.0
8372026-06-04T02:52:42.606Z Downloaded utf8_iter v1.0.4
8382026-06-04T02:52:42.606Z Downloaded ipnetwork v0.21.1
8392026-06-04T02:52:42.606Z Downloaded libgit2-sys v0.17.0+1.8.1
8402026-06-04T02:52:42.606Z Downloaded whoami v1.6.1
8412026-06-04T02:52:42.606Z Downloaded ppv-lite86 v0.2.21
8422026-06-04T02:52:42.606Z Downloaded aws-lc-sys v0.39.1
8432026-06-04T02:52:42.606Z Compiling proc-macro2 v1.0.106
8442026-06-04T02:52:42.606Z Compiling quote v1.0.45
8452026-06-04T02:52:42.606Z Compiling unicode-ident v1.0.24
8462026-06-04T02:52:42.606Z Compiling serde_core v1.0.228
8472026-06-04T02:52:42.606Z Compiling serde v1.0.228
8482026-06-04T02:52:42.606Z Compiling libc v0.2.183
8492026-06-04T02:52:42.606Z Checking cfg-if v1.0.3
8502026-06-04T02:52:42.606Z Compiling zmij v1.0.17
8512026-06-04T02:52:42.606Z Compiling autocfg v1.5.0
8522026-06-04T02:52:42.606Z Compiling memchr v2.7.5
8532026-06-04T02:52:42.606Z Compiling libm v0.2.15
8542026-06-04T02:52:42.606Z Compiling getrandom v0.4.2
8552026-06-04T02:52:42.606Z Checking smallvec v1.15.1
8562026-06-04T02:52:42.606Z Compiling version_check v0.9.5
8572026-06-04T02:52:42.606Z Checking itoa v1.0.15
8582026-06-04T02:52:42.606Z Compiling thiserror v2.0.18
8592026-06-04T02:52:42.606Z Compiling shlex v1.3.0
8602026-06-04T02:52:42.606Z Compiling jobserver v0.1.34
8612026-06-04T02:52:42.607Z Compiling find-msvc-tools v0.1.9
8622026-06-04T02:52:42.607Z Compiling icu_normalizer_data v2.0.0
8632026-06-04T02:52:42.607Z Compiling syn v2.0.117
8642026-06-04T02:52:42.660Z Compiling icu_properties_data v2.0.1
8652026-06-04T02:52:42.660Z Compiling cc v1.2.58
8662026-06-04T02:52:42.660Z Compiling parking_lot_core v0.9.12
8672026-06-04T02:52:42.660Z Checking stable_deref_trait v1.2.0
8682026-06-04T02:52:42.660Z Compiling serde_json v1.0.149
8692026-06-04T02:52:42.660Z Compiling heck v0.5.0
8702026-06-04T02:52:42.994Z Checking litemap v0.8.0
8712026-06-04T02:52:43.005Z Checking writeable v0.6.1
8722026-06-04T02:52:43.005Z Compiling num-traits v0.2.19
8732026-06-04T02:52:43.005Z Checking percent-encoding v2.3.2
8742026-06-04T02:52:43.377Z Checking form_urlencoded v1.2.2
8752026-06-04T02:52:43.401Z Checking utf8_iter v1.0.4
8762026-06-04T02:52:43.401Z Compiling zerocopy v0.8.27
8772026-06-04T02:52:43.412Z Checking pin-project-lite v0.2.16
8782026-06-04T02:52:43.485Z Checking iana-time-zone v0.1.64
8792026-06-04T02:52:43.539Z Compiling rustversion v1.0.22
8802026-06-04T02:52:43.629Z Compiling log v0.4.29
8812026-06-04T02:52:43.638Z Compiling semver v1.0.27
8822026-06-04T02:52:43.689Z Checking socket2 v0.6.0
8832026-06-04T02:52:43.880Z Compiling allocator-api2 v0.2.21
8842026-06-04T02:52:43.906Z Compiling equivalent v1.0.2
8852026-06-04T02:52:43.915Z Compiling foldhash v0.2.0
8862026-06-04T02:52:43.931Z Checking uuid v1.23.1
8872026-06-04T02:52:43.944Z Checking scopeguard v1.2.0
8882026-06-04T02:52:44.376Z Compiling hashbrown v0.16.1
8892026-06-04T02:52:44.420Z Checking lock_api v0.4.14
8902026-06-04T02:52:44.420Z Checking signal-hook-registry v1.4.6
8912026-06-04T02:52:44.420Z Checking getrandom v0.2.16
8922026-06-04T02:52:44.420Z Checking mio v1.0.4
8932026-06-04T02:52:44.420Z Checking dyn-clone v1.0.20
8942026-06-04T02:52:44.420Z Checking parking_lot v0.12.5
8952026-06-04T02:52:44.420Z Compiling schemars v0.8.22
8962026-06-04T02:52:44.442Z Checking bitflags v2.11.1
8972026-06-04T02:52:44.789Z Compiling portable-atomic v1.11.1
8982026-06-04T02:52:44.873Z Checking futures-core v0.3.32
8992026-06-04T02:52:44.873Z Checking critical-section v1.2.0
9002026-06-04T02:52:44.873Z Compiling ring v0.17.14
9012026-06-04T02:52:44.873Z Compiling typenum v1.18.0
9022026-06-04T02:52:45.811Z Compiling indexmap v2.13.0
9032026-06-04T02:52:45.858Z Compiling httparse v1.10.1
9042026-06-04T02:52:45.859Z Compiling synstructure v0.13.2
9052026-06-04T02:52:45.859Z Compiling serde_derive_internals v0.29.1
9062026-06-04T02:52:45.859Z Checking once_cell v1.21.3
9072026-06-04T02:52:45.859Z Compiling thiserror v1.0.69
9082026-06-04T02:52:45.859Z Checking futures-sink v0.3.32
9092026-06-04T02:52:45.859Z Compiling regex-syntax v0.8.6
9102026-06-04T02:52:46.912Z Compiling rustix v1.1.4
9112026-06-04T02:52:47.133Z Checking slab v0.4.11
9122026-06-04T02:52:47.133Z Compiling aho-corasick v1.1.3
9132026-06-04T02:52:47.133Z Checking subtle v2.6.1
9142026-06-04T02:52:47.133Z Compiling ucd-trie v0.1.7
9152026-06-04T02:52:47.133Z Checking futures-channel v0.3.32
9162026-06-04T02:52:47.133Z Checking rand_core v0.6.4
9172026-06-04T02:52:47.133Z Compiling serde_derive v1.0.228
9182026-06-04T02:52:47.133Z Compiling zerofrom-derive v0.1.6
9192026-06-04T02:52:47.133Z Compiling yoke-derive v0.8.0
9202026-06-04T02:52:47.133Z Compiling zerovec-derive v0.11.1
9212026-06-04T02:52:47.133Z Compiling displaydoc v0.2.5
9222026-06-04T02:52:47.669Z Compiling thiserror-impl v2.0.18
9232026-06-04T02:52:47.701Z Compiling schemars_derive v0.8.22
9242026-06-04T02:52:47.701Z Compiling tokio-macros v2.6.0
9252026-06-04T02:52:47.701Z Checking zerofrom v0.1.6
9262026-06-04T02:52:47.701Z Compiling zerocopy-derive v0.8.27
9272026-06-04T02:52:47.726Z Checking yoke v0.8.0
9282026-06-04T02:52:47.879Z Compiling futures-macro v0.3.32
9292026-06-04T02:52:47.936Z Checking zerovec v0.11.4
9302026-06-04T02:52:48.779Z Checking zerotrie v0.2.2
9312026-06-04T02:52:48.834Z Compiling zeroize_derive v1.4.3
9322026-06-04T02:52:48.834Z Checking tinystr v0.8.1
9332026-06-04T02:52:48.834Z Checking potential_utf v0.1.3
9342026-06-04T02:52:48.834Z Checking icu_collections v2.0.0
9352026-06-04T02:52:48.834Z Checking icu_locale_core v2.0.0
9362026-06-04T02:52:48.853Z Compiling thiserror-impl v1.0.69
9372026-06-04T02:52:48.853Z Compiling regex-automata v0.4.13
9382026-06-04T02:52:49.271Z Checking zeroize v1.8.1
9392026-06-04T02:52:49.293Z Checking icu_provider v2.0.0
9402026-06-04T02:52:49.323Z Compiling pest v2.8.2
9412026-06-04T02:52:49.475Z Checking bytes v1.11.1
9422026-06-04T02:52:49.490Z Checking icu_normalizer v2.0.0
9432026-06-04T02:52:49.561Z Checking icu_properties v2.0.1
9442026-06-04T02:52:49.631Z Checking chrono v0.4.44
9452026-06-04T02:52:49.833Z Compiling serde_tokenstream v0.2.3
9462026-06-04T02:52:49.945Z Checking tokio v1.50.0
9472026-06-04T02:52:50.175Z Compiling anyhow v1.0.102
9482026-06-04T02:52:50.339Z Checking idna_adapter v1.2.1
9492026-06-04T02:52:50.370Z Compiling pest_meta v2.8.2
9502026-06-04T02:52:50.412Z Checking futures-task v0.3.32
9512026-06-04T02:52:50.464Z Checking idna v1.1.0
9522026-06-04T02:52:50.500Z Compiling regex v1.12.3
9532026-06-04T02:52:50.548Z Checking futures-io v0.3.32
9542026-06-04T02:52:50.660Z Checking futures-util v0.3.32
9552026-06-04T02:52:50.704Z Checking url v2.5.7
9562026-06-04T02:52:50.741Z Compiling getrandom v0.3.3
9572026-06-04T02:52:53.073Z Compiling tracing-attributes v0.1.30
9582026-06-04T02:52:53.148Z Compiling pest_generator v2.8.2
9592026-06-04T02:52:53.148Z Checking tracing-core v0.1.34
9602026-06-04T02:52:53.148Z Compiling pkg-config v0.3.32
9612026-06-04T02:52:53.148Z Compiling generic-array v0.14.7
9622026-06-04T02:52:53.149Z Checking fnv v1.0.7
9632026-06-04T02:52:53.149Z Compiling pest_derive v2.8.2
9642026-06-04T02:52:53.149Z Checking http v1.4.0
9652026-06-04T02:52:53.149Z Checking tracing v0.1.41
9662026-06-04T02:52:53.149Z Compiling vcpkg v0.2.15
9672026-06-04T02:52:53.149Z Compiling byteorder v1.5.0
9682026-06-04T02:52:53.149Z Compiling num-conv v0.2.1
9692026-06-04T02:52:53.149Z Compiling time-core v0.1.8
9702026-06-04T02:52:53.149Z Compiling regress v0.10.5
9712026-06-04T02:52:53.149Z Compiling time-macros v0.2.27
9722026-06-04T02:52:53.149Z Checking errno v0.3.14
9732026-06-04T02:52:53.149Z Checking base64 v0.22.1
9742026-06-04T02:52:53.191Z Checking ipnet v2.11.0
9752026-06-04T02:52:54.451Z Checking crypto-common v0.1.6
9762026-06-04T02:52:54.531Z Checking tokio-util v0.7.16
9772026-06-04T02:52:54.531Z Compiling scroll_derive v0.13.1
9782026-06-04T02:52:54.531Z Compiling camino v1.2.2
9792026-06-04T02:52:54.531Z Checking http-body v1.0.1
9802026-06-04T02:52:54.531Z Checking atomic-waker v1.1.2
9812026-06-04T02:52:54.531Z Compiling crossbeam-utils v0.8.21
9822026-06-04T02:52:54.531Z Checking ppv-lite86 v0.2.21
9832026-06-04T02:52:54.531Z Compiling slog v2.8.2
9842026-06-04T02:52:54.531Z Compiling paste v1.0.15
9852026-06-04T02:52:54.531Z Checking try-lock v0.2.5
9862026-06-04T02:52:54.532Z Checking tower-layer v0.3.3
9872026-06-04T02:52:54.532Z Checking tower-service v0.3.3
9882026-06-04T02:52:54.532Z Checking want v0.3.1
9892026-06-04T02:52:54.532Z Checking h2 v0.4.12
9902026-06-04T02:52:54.532Z Checking ipnetwork v0.21.1
9912026-06-04T02:52:54.532Z Checking erased-serde v0.3.31
9922026-06-04T02:52:54.532Z Checking rustls-pki-types v1.12.0
9932026-06-04T02:52:54.532Z Checking ryu v1.0.20
9942026-06-04T02:52:54.795Z Checking pretty-hex v0.4.1
9952026-06-04T02:52:54.950Z Checking httpdate v1.0.3
9962026-06-04T02:52:54.950Z Checking pin-utils v0.1.0
9972026-06-04T02:52:54.950Z Compiling async-trait v0.1.89
9982026-06-04T02:52:54.950Z Checking untrusted v0.9.0
9992026-06-04T02:52:54.950Z Compiling scroll v0.13.0
10002026-06-04T02:52:55.028Z Checking plain v0.2.3
10012026-06-04T02:52:55.080Z Compiling usdt-impl v0.6.0
10022026-06-04T02:52:55.638Z Checking http-body-util v0.1.3
10032026-06-04T02:52:55.663Z Checking block-buffer v0.10.4
10042026-06-04T02:52:55.663Z Compiling goblin v0.10.1
10052026-06-04T02:52:55.663Z Compiling openssl-sys v0.9.116
10062026-06-04T02:52:55.663Z Compiling slog-async v2.8.0
10072026-06-04T02:52:55.663Z Compiling strsim v0.11.1
10082026-06-04T02:52:55.663Z Checking rand_core v0.9.3
10092026-06-04T02:52:55.708Z Checking digest v0.10.7
10102026-06-04T02:52:55.767Z Checking serde_urlencoded v0.7.1
10112026-06-04T02:52:55.784Z Checking oxnet v0.1.4
10122026-06-04T02:52:55.793Z Compiling dtrace-parser v0.3.0
10132026-06-04T02:52:55.873Z Compiling openapiv3 v2.2.0
10142026-06-04T02:52:55.878Z Compiling thread-id v5.0.0
10152026-06-04T02:52:55.960Z Compiling typify-impl v0.4.3
10162026-06-04T02:52:56.500Z Compiling cmake v0.1.54
10172026-06-04T02:52:56.547Z Checking hyper v1.8.1
10182026-06-04T02:52:56.547Z Compiling omicron-workspace-hack v0.1.0
10192026-06-04T02:52:56.547Z Compiling fs_extra v1.3.0
10202026-06-04T02:52:56.597Z Compiling ident_case v1.0.1
10212026-06-04T02:52:58.534Z Compiling dunce v1.0.5
10222026-06-04T02:52:58.540Z Compiling darling_core v0.21.3
10232026-06-04T02:52:58.540Z Checking rand_chacha v0.9.0
10242026-06-04T02:52:58.540Z Compiling aws-lc-sys v0.39.1
10252026-06-04T02:52:58.540Z Compiling daft-derive v0.1.5
10262026-06-04T02:52:58.540Z Checking hyper-util v0.1.20
10272026-06-04T02:52:58.540Z Checking powerfmt v0.2.0
10282026-06-04T02:52:58.540Z Checking rand v0.9.2
10292026-06-04T02:52:58.540Z Checking deranged v0.5.3
10302026-06-04T02:52:58.540Z Checking cpufeatures v0.2.17
10312026-06-04T02:52:58.540Z Compiling dof v0.4.0
10322026-06-04T02:52:58.540Z Compiling rustls v0.22.4
10332026-06-04T02:52:58.540Z Compiling syn v1.0.109
10342026-06-04T02:52:58.540Z Checking num_threads v0.1.7
10352026-06-04T02:52:58.540Z Compiling unsafe-libyaml v0.2.11
10362026-06-04T02:53:00.042Z Checking time v0.3.47
10372026-06-04T02:53:00.680Z Compiling darling_macro v0.21.3
10382026-06-04T02:53:00.680Z Compiling serde_yaml v0.9.34+deprecated
10392026-06-04T02:53:00.680Z Checking sync_wrapper v1.0.2
10402026-06-04T02:53:00.680Z Compiling usdt-attr-macro v0.6.0
10412026-06-04T02:53:00.680Z Compiling usdt-macro v0.6.0
10422026-06-04T02:53:00.680Z Compiling darling v0.21.3
10432026-06-04T02:53:00.680Z Compiling typify-macro v0.4.3
10442026-06-04T02:53:00.680Z Checking encoding_rs v0.8.35
10452026-06-04T02:53:00.681Z Compiling aws-lc-rs v1.16.2
10462026-06-04T02:53:00.681Z Checking mime v0.3.17
10472026-06-04T02:53:00.681Z Checking tower v0.5.2
10482026-06-04T02:53:00.757Z Checking crossbeam-channel v0.5.15
10492026-06-04T02:53:00.757Z Checking futures-executor v0.3.32
10502026-06-04T02:53:00.757Z Compiling structmeta-derive v0.3.0
10512026-06-04T02:53:00.757Z Compiling multer v3.1.0
10522026-06-04T02:53:00.758Z Checking iri-string v0.7.8
10532026-06-04T02:53:00.758Z Checking futures v0.3.32
10542026-06-04T02:53:00.758Z Compiling async-stream-impl v0.3.6
10552026-06-04T02:53:00.758Z Checking thread_local v1.1.9
10562026-06-04T02:53:01.016Z Compiling openssl v0.10.80
10572026-06-04T02:53:01.062Z Checking hex v0.4.3
10582026-06-04T02:53:01.062Z Compiling typify v0.4.3
10592026-06-04T02:53:01.062Z Checking fastrand v2.3.0
10602026-06-04T02:53:01.095Z Checking foreign-types-shared v0.1.1
10612026-06-04T02:53:01.095Z Checking untrusted v0.7.1
10622026-06-04T02:53:01.138Z Checking unicode-width v0.2.1
10632026-06-04T02:53:02.009Z Checking tempfile v3.27.0
10642026-06-04T02:53:02.063Z Checking foreign-types v0.3.2
10652026-06-04T02:53:02.063Z Compiling structmeta v0.3.0
10662026-06-04T02:53:02.063Z Compiling strum_macros v0.26.4
10672026-06-04T02:53:02.063Z Compiling openssl-macros v0.1.1
10682026-06-04T02:53:02.063Z Checking tower-http v0.6.8
10692026-06-04T02:53:02.063Z Checking is-terminal v0.4.16
10702026-06-04T02:53:02.063Z Checking memmap2 v0.9.8
10712026-06-04T02:53:02.063Z Checking winnow v0.7.14
10722026-06-04T02:53:02.064Z Compiling rustls v0.23.32
10732026-06-04T02:53:02.064Z Checking openssl-probe v0.1.6
10742026-06-04T02:53:02.064Z Compiling native-tls v0.2.14
10752026-06-04T02:53:02.064Z Checking term v1.2.0
10762026-06-04T02:53:02.064Z Checking take_mut v0.2.2
10772026-06-04T02:53:02.260Z Checking match_cfg v0.1.0
10782026-06-04T02:53:02.324Z Checking hostname v0.3.1
10792026-06-04T02:53:02.324Z Checking slog-term v2.9.2
10802026-06-04T02:53:02.814Z Checking slog-json v2.6.1
10812026-06-04T02:53:02.862Z Compiling newtype-uuid-macros v0.1.0
10822026-06-04T02:53:02.867Z Compiling ref-cast v1.0.25
10832026-06-04T02:53:02.940Z Checking slog-bunyan v2.5.0
10842026-06-04T02:53:03.015Z Compiling ref-cast-impl v1.0.25
10852026-06-04T02:53:04.593Z Compiling dropshot v0.16.7
10862026-06-04T02:53:04.710Z Compiling derive-ex v0.1.8
10872026-06-04T02:53:04.710Z Checking webpki-roots v1.0.2
10882026-06-04T02:53:04.710Z Compiling dropshot_endpoint v0.16.7
10892026-06-04T02:53:04.710Z Compiling strum_macros v0.27.2
10902026-06-04T02:53:04.710Z Compiling progenitor-impl v0.11.1
10912026-06-04T02:53:04.710Z Checking tokio-native-tls v0.3.1
10922026-06-04T02:53:04.763Z Checking hyper-tls v0.6.0
10932026-06-04T02:53:04.763Z Checking newtype-uuid v1.3.2
10942026-06-04T02:53:06.061Z Checking winnow v1.0.3
10952026-06-04T02:53:06.672Z Compiling test-strategy v0.4.3
10962026-06-04T02:53:06.673Z Checking either v1.15.0
10972026-06-04T02:53:06.673Z Checking toml_parser v1.1.2+spec-1.1.0
10982026-06-04T02:53:06.673Z Checking daft v0.1.5
10992026-06-04T02:53:06.673Z Compiling serde_with_macros v3.14.1
11002026-06-04T02:53:06.673Z Checking usdt v0.6.0
11012026-06-04T02:53:06.673Z Checking rustls-webpki v0.102.8
11022026-06-04T02:53:06.673Z Checking serde_spanned v1.0.4
11032026-06-04T02:53:06.673Z Checking toml_writer v1.0.6+spec-1.1.0
11042026-06-04T02:53:06.673Z Checking debug-ignore v1.0.5
11052026-06-04T02:53:06.673Z Checking spin v0.9.8
11062026-06-04T02:53:06.673Z Compiling parse-display-derive v0.10.0
11072026-06-04T02:53:06.673Z Compiling progenitor-macro v0.11.1
11082026-06-04T02:53:06.760Z Checking async-stream v0.3.6
11092026-06-04T02:53:06.760Z Checking sha1 v0.10.6
11102026-06-04T02:53:06.760Z Checking rustls-pemfile v2.2.0
11112026-06-04T02:53:06.761Z Checking waitgroup v0.1.2
11122026-06-04T02:53:06.761Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11132026-06-04T02:53:06.761Z Checking serde_path_to_error v0.1.20
11142026-06-04T02:53:06.761Z Checking hostname v0.4.2
11152026-06-04T02:53:06.932Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11162026-06-04T02:53:07.000Z Checking strum v0.26.3
11172026-06-04T02:53:07.022Z Checking rand_chacha v0.3.1
11182026-06-04T02:53:07.811Z Compiling toml_datetime v0.6.11
11192026-06-04T02:53:07.854Z Checking macaddr v1.0.1
11202026-06-04T02:53:07.854Z Checking toml_datetime v0.7.5+spec-1.1.0
11212026-06-04T02:53:07.854Z Checking wait-timeout v0.2.1
11222026-06-04T02:53:07.854Z Checking tokio-rustls v0.25.0
11232026-06-04T02:53:07.854Z Checking lazy_static v1.5.0
11242026-06-04T02:53:07.854Z Checking bit-vec v0.8.0
11252026-06-04T02:53:07.854Z Checking quick-error v1.2.3
11262026-06-04T02:53:07.854Z Checking toml v0.9.11+spec-1.1.0
11272026-06-04T02:53:07.854Z Checking rand v0.8.5
11282026-06-04T02:53:07.854Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11292026-06-04T02:53:07.854Z Checking rusty-fork v0.3.0
11302026-06-04T02:53:07.854Z Checking bit-set v0.8.0
11312026-06-04T02:53:07.854Z Checking tabwriter v1.4.1
11322026-06-04T02:53:07.854Z Checking rand_xorshift v0.4.0
11332026-06-04T02:53:07.883Z Compiling clap_derive v4.6.0
11342026-06-04T02:53:08.039Z Checking utf8parse v0.2.2
11352026-06-04T02:53:08.108Z Checking unarray v0.1.4
11362026-06-04T02:53:08.108Z Checking colored v3.0.0
11372026-06-04T02:53:08.108Z Checking anstyle-parse v1.0.0
11382026-06-04T02:53:08.108Z Checking proptest v1.8.0
11392026-06-04T02:53:08.144Z Checking strum v0.27.2
11402026-06-04T02:53:08.249Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11412026-06-04T02:53:08.263Z Checking terminal_size v0.4.3
11422026-06-04T02:53:08.974Z Checking anstyle v1.0.14
11432026-06-04T02:53:09.011Z Checking is_terminal_polyfill v1.70.1
11442026-06-04T02:53:09.011Z Checking colorchoice v1.0.4
11452026-06-04T02:53:09.011Z Checking anstyle-query v1.1.4
11462026-06-04T02:53:09.012Z Checking anstream v1.0.0
11472026-06-04T02:53:09.369Z Checking itertools v0.14.0
11482026-06-04T02:53:09.385Z Checking clap_lex v1.1.0
11492026-06-04T02:53:09.812Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11502026-06-04T02:53:10.204Z Checking clap_builder v4.6.0
11512026-06-04T02:53:10.273Z Checking serde_with v3.14.1
11522026-06-04T02:53:11.101Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11532026-06-04T02:53:11.140Z Checking instant v0.1.13
11542026-06-04T02:53:11.146Z Checking clap v4.6.0
11552026-06-04T02:53:11.166Z Checking rustc-hash v2.1.1
11562026-06-04T02:53:11.767Z Checking iddqd v0.3.18
11572026-06-04T02:53:11.821Z Checking backoff v0.4.0
11582026-06-04T02:53:11.821Z Checking parse-display v0.10.0
11592026-06-04T02:53:11.821Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11602026-06-04T02:53:11.821Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11612026-06-04T02:53:13.854Z Compiling num-derive v0.4.2
11622026-06-04T02:53:14.767Z Compiling rustls-webpki v0.103.6
11632026-06-04T02:53:14.813Z Compiling prettyplease v0.2.37
11642026-06-04T02:53:16.198Z Checking serde_spanned v0.6.9
11652026-06-04T02:53:16.348Z Compiling memoffset v0.9.1
11662026-06-04T02:53:16.360Z Compiling cfg_aliases v0.2.1
11672026-06-04T02:53:18.873Z Compiling tokio-rustls v0.26.3
11682026-06-04T02:53:18.934Z Compiling nix v0.30.1
11692026-06-04T02:53:18.935Z Compiling hyper-rustls v0.27.7
11702026-06-04T02:53:18.935Z Compiling reqwest v0.12.23
11712026-06-04T02:53:18.935Z Checking crossbeam-epoch v0.9.18
11722026-06-04T02:53:19.024Z Compiling progenitor-client v0.11.1
11732026-06-04T02:53:20.691Z Compiling winnow v0.5.40
11742026-06-04T02:53:21.530Z Compiling toml_edit v0.19.15
11752026-06-04T02:53:21.531Z Compiling progenitor v0.11.1
11762026-06-04T02:53:21.604Z Compiling num-integer v0.1.46
11772026-06-04T02:53:21.983Z Compiling proc-macro-crate v1.3.1
11782026-06-04T02:53:22.790Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11792026-06-04T02:53:22.790Z Compiling progenitor-client v0.10.0
11802026-06-04T02:53:22.883Z Compiling hubpack_derive v0.1.1
11812026-06-04T02:53:23.217Z Compiling rayon-core v1.13.0
11822026-06-04T02:53:23.254Z Checking toml_write v0.1.2
11832026-06-04T02:53:23.384Z Checking toml_edit v0.22.27
11842026-06-04T02:53:23.457Z Checking hubpack v0.1.2
11852026-06-04T02:53:23.503Z Checking num-rational v0.4.2
11862026-06-04T02:53:23.797Z Checking num-iter v0.1.45
11872026-06-04T02:53:24.902Z Compiling zerocopy-derive v0.7.35
11882026-06-04T02:53:24.966Z Compiling num-complex v0.4.6
11892026-06-04T02:53:24.966Z Checking static_assertions v1.1.0
11902026-06-04T02:53:24.966Z Checking num v0.4.3
11912026-06-04T02:53:24.966Z Checking toml v0.8.23
11922026-06-04T02:53:24.966Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11932026-06-04T02:53:24.966Z Checking crossbeam-deque v0.8.6
11942026-06-04T02:53:24.966Z Checking float-ord v0.3.2
11952026-06-04T02:53:24.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11962026-06-04T02:53:25.985Z Compiling proc-macro-error-attr v1.0.4
11972026-06-04T02:53:26.023Z Compiling heapless v0.8.0
11982026-06-04T02:53:26.023Z Checking bytecount v0.6.9
11992026-06-04T02:53:26.023Z Checking libscf-sys v1.2.0
12002026-06-04T02:53:26.023Z Compiling ingot-macros v0.1.1
12012026-06-04T02:53:26.023Z Checking hash32 v0.3.1
12022026-06-04T02:53:26.023Z Compiling proc-macro-error v1.0.4
12032026-06-04T02:53:26.023Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12042026-06-04T02:53:26.023Z Compiling smoltcp v0.11.0
12052026-06-04T02:53:26.568Z Compiling zerocopy v0.7.35
12062026-06-04T02:53:26.612Z Compiling num_enum_derive v0.7.5
12072026-06-04T02:53:26.874Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12082026-06-04T02:53:26.910Z Checking cobs v0.3.0
12092026-06-04T02:53:27.536Z Compiling scroll_derive v0.12.1
12102026-06-04T02:53:27.583Z Compiling foreign-types-macros v0.2.3
12112026-06-04T02:53:27.583Z Compiling usdt-impl v0.5.0
12122026-06-04T02:53:27.583Z Compiling crucible-workspace-hack v0.1.0
12132026-06-04T02:53:27.583Z Checking foreign-types-shared v0.3.1
12142026-06-04T02:53:27.583Z Checking bitflags v1.3.2
12152026-06-04T02:53:27.583Z Checking managed v0.8.0
12162026-06-04T02:53:27.619Z Checking num_enum v0.7.5
12172026-06-04T02:53:27.619Z Checking postcard v1.1.3
12182026-06-04T02:53:27.850Z Checking foreign-types v0.5.0
12192026-06-04T02:53:27.923Z Compiling dof v0.3.0
12202026-06-04T02:53:27.923Z Checking scroll v0.12.0
12212026-06-04T02:53:27.981Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12222026-06-04T02:53:28.035Z Compiling dtrace-parser v0.2.0
12232026-06-04T02:53:28.064Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12242026-06-04T02:53:28.295Z Checking camino-tempfile v1.4.1
12252026-06-04T02:53:28.309Z Checking ingot-types v0.1.2
12262026-06-04T02:53:28.309Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12272026-06-04T02:53:28.309Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12282026-06-04T02:53:28.420Z Checking cstr-argument v0.1.2
12292026-06-04T02:53:28.436Z Checking ingot v0.1.1
12302026-06-04T02:53:28.473Z Compiling thread-id v4.2.2
12312026-06-04T02:53:28.522Z Compiling minimal-lexical v0.2.1
12322026-06-04T02:53:28.615Z Compiling heck v0.4.1
12332026-06-04T02:53:28.763Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12342026-06-04T02:53:28.806Z Compiling nom v7.1.3
12352026-06-04T02:53:28.806Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12362026-06-04T02:53:28.806Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12372026-06-04T02:53:28.816Z Checking goblin v0.8.2
12382026-06-04T02:53:28.895Z Checking rayon v1.11.0
12392026-06-04T02:53:29.081Z Compiling num_enum_derive v0.5.11
12402026-06-04T02:53:29.492Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12412026-06-04T02:53:29.693Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12422026-06-04T02:53:29.930Z Compiling rustc_version v0.4.1
12432026-06-04T02:53:29.944Z Compiling proc-macro-error-attr2 v2.0.0
12442026-06-04T02:53:30.205Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12452026-06-04T02:53:30.281Z Compiling rustix v0.38.44
12462026-06-04T02:53:30.349Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12472026-06-04T02:53:30.364Z Compiling convert_case v0.4.0
12482026-06-04T02:53:30.467Z Checking tinyvec_macros v0.1.1
12492026-06-04T02:53:30.525Z Checking tinyvec v1.10.0
12502026-06-04T02:53:30.672Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12512026-06-04T02:53:30.678Z Compiling derive_more v0.99.20
12522026-06-04T02:53:30.802Z Compiling proc-macro-error2 v2.0.1
12532026-06-04T02:53:30.847Z Checking num_enum v0.5.11
12542026-06-04T02:53:30.957Z Compiling libz-sys v1.1.22
12552026-06-04T02:53:30.995Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12562026-06-04T02:53:31.139Z Compiling crc32fast v1.5.0
12572026-06-04T02:53:31.422Z Compiling tabled_derive v0.11.0
12582026-06-04T02:53:31.454Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12592026-06-04T02:53:31.510Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-06-04T02:53:32.095Z Compiling usdt-macro v0.5.0
12612026-06-04T02:53:32.157Z Compiling usdt-attr-macro v0.5.0
12622026-06-04T02:53:32.330Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-04T02:53:32.431Z Compiling zone_cfg_derive v0.3.1
12642026-06-04T02:53:32.497Z Checking papergrid v0.17.0
12652026-06-04T02:53:32.581Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12662026-06-04T02:53:32.905Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12672026-06-04T02:53:32.932Z Checking itertools v0.12.1
12682026-06-04T02:53:32.989Z Checking testing_table v0.3.0
12692026-06-04T02:53:33.062Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12702026-06-04T02:53:33.066Z Checking memmap v0.7.0
12712026-06-04T02:53:33.147Z Checking sigpipe v0.1.3
12722026-06-04T02:53:33.189Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12732026-06-04T02:53:33.209Z Checking glob v0.3.3
12742026-06-04T02:53:33.295Z Checking jiff v0.2.15
12752026-06-04T02:53:33.301Z Checking adler2 v2.0.1
12762026-06-04T02:53:33.307Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-04T02:53:33.418Z Checking miniz_oxide v0.8.9
12782026-06-04T02:53:33.422Z Checking tabled v0.20.0
12792026-06-04T02:53:33.456Z Checking usdt v0.5.0
12802026-06-04T02:53:33.485Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-06-04T02:53:33.590Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12822026-06-04T02:53:33.741Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-06-04T02:53:33.945Z Checking zone v0.3.1
12842026-06-04T02:53:33.950Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12852026-06-04T02:53:34.039Z Checking smf v0.2.3
12862026-06-04T02:53:34.152Z Checking secrecy v0.10.3
12872026-06-04T02:53:34.212Z Checking bstr v1.12.0
12882026-06-04T02:53:34.266Z Checking whoami v1.6.1
12892026-06-04T02:53:34.281Z Checking flate2 v1.1.2
12902026-06-04T02:53:34.447Z Compiling curve25519-dalek v4.1.3
12912026-06-04T02:53:34.501Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12922026-06-04T02:53:34.572Z Checking hmac v0.12.1
12932026-06-04T02:53:34.577Z Compiling clang-sys v1.8.1
12942026-06-04T02:53:34.723Z Checking inout v0.1.4
12952026-06-04T02:53:34.743Z Checking ff v0.13.1
12962026-06-04T02:53:34.864Z Compiling enum-as-inner v0.6.1
12972026-06-04T02:53:34.874Z Compiling semver v0.1.20
12982026-06-04T02:53:34.943Z Checking data-encoding v2.9.0
12992026-06-04T02:53:35.093Z Compiling rustc_version v0.1.7
13002026-06-04T02:53:36.327Z Checking group v0.13.0
13012026-06-04T02:53:36.410Z Checking cipher v0.4.4
13022026-06-04T02:53:36.411Z Checking hkdf v0.12.4
13032026-06-04T02:53:36.411Z Checking atomicwrites v0.4.4
13042026-06-04T02:53:36.411Z Compiling thiserror-impl-no-std v2.0.2
13052026-06-04T02:53:36.411Z Checking universal-hash v0.5.1
13062026-06-04T02:53:36.411Z Checking crypto-bigint v0.5.5
13072026-06-04T02:53:36.411Z Checking half v2.7.1
13082026-06-04T02:53:36.411Z Compiling curve25519-dalek-derive v0.1.1
13092026-06-04T02:53:36.411Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13102026-06-04T02:53:36.411Z Checking base64ct v1.8.0
13112026-06-04T02:53:36.411Z Checking base16ct v0.2.0
13122026-06-04T02:53:36.411Z Checking ciborium-io v0.2.2
13132026-06-04T02:53:36.411Z Checking opaque-debug v0.3.1
13142026-06-04T02:53:36.411Z Checking indent_write v2.2.0
13152026-06-04T02:53:36.411Z Checking password-hash v0.5.0
13162026-06-04T02:53:36.411Z Checking poly1305 v0.8.0
13172026-06-04T02:53:36.411Z Checking ciborium-ll v0.2.2
13182026-06-04T02:53:36.411Z Checking chacha20 v0.9.1
13192026-06-04T02:53:36.411Z Compiling newtype_derive v0.1.6
13202026-06-04T02:53:36.411Z Checking similar v2.7.0
13212026-06-04T02:53:37.261Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13222026-06-04T02:53:37.297Z Checking thiserror-no-std v2.0.2
13232026-06-04T02:53:37.297Z Checking blake2 v0.10.6
13242026-06-04T02:53:37.297Z Checking elliptic-curve v0.13.8
13252026-06-04T02:53:37.297Z Compiling typify-impl v0.6.1
13262026-06-04T02:53:37.297Z Checking aead v0.5.2
13272026-06-04T02:53:37.297Z Compiling libloading v0.8.9
13282026-06-04T02:53:37.297Z Checking resolv-conf v0.7.5
13292026-06-04T02:53:37.297Z Compiling owo-colors v4.3.0
13302026-06-04T02:53:37.298Z Checking linked-hash-map v0.5.6
13312026-06-04T02:53:37.298Z Checking compression-core v0.4.32
13322026-06-04T02:53:37.298Z Checking keccak v0.1.6
13332026-06-04T02:53:37.298Z Compiling bindgen v0.72.1
13342026-06-04T02:53:37.298Z Checking vsss-rs v3.3.4
13352026-06-04T02:53:37.298Z Checking compression-codecs v0.4.32
13362026-06-04T02:53:37.298Z Checking sha3 v0.10.8
13372026-06-04T02:53:37.298Z Checking lru-cache v0.1.2
13382026-06-04T02:53:37.298Z Checking chacha20poly1305 v0.10.1
13392026-06-04T02:53:37.321Z Checking argon2 v0.5.3
13402026-06-04T02:53:37.321Z Checking ciborium v0.2.2
13412026-06-04T02:53:37.635Z Checking hickory-proto v0.24.4
13422026-06-04T02:53:37.807Z Checking tokio-dtrace v0.1.1
13432026-06-04T02:53:37.807Z Compiling cexpr v0.6.0
13442026-06-04T02:53:37.807Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13452026-06-04T02:53:37.857Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13462026-06-04T02:53:38.452Z Checking serde-big-array v0.5.1
13472026-06-04T02:53:38.511Z Compiling derive-where v1.6.0
13482026-06-04T02:53:38.511Z Compiling serde_repr v0.1.20
13492026-06-04T02:53:38.511Z Checking toml_datetime v1.1.1+spec-1.1.0
13502026-06-04T02:53:38.511Z Compiling dropshot v0.17.0
13512026-06-04T02:53:38.625Z Checking siphasher v1.0.1
13522026-06-04T02:53:38.780Z Checking unicode-segmentation v1.12.0
13532026-06-04T02:53:38.815Z Checking same-file v1.0.6
13542026-06-04T02:53:38.815Z Checking phf_shared v0.12.1
13552026-06-04T02:53:38.815Z Checking walkdir v2.5.0
13562026-06-04T02:53:38.839Z Checking hickory-resolver v0.24.4
13572026-06-04T02:53:38.861Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13582026-06-04T02:53:39.031Z Checking newline-converter v0.3.0
13592026-06-04T02:53:39.061Z Checking toml v1.0.6+spec-1.1.0
13602026-06-04T02:53:40.657Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-06-04T02:53:41.282Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13622026-06-04T02:53:41.282Z Checking oxide-tokio-rt v0.1.2
13632026-06-04T02:53:41.282Z Checking async-compression v0.4.33
13642026-06-04T02:53:41.282Z Compiling typify-macro v0.6.1
13652026-06-04T02:53:41.282Z Checking console v0.15.11
13662026-06-04T02:53:41.282Z Compiling progenitor-impl v0.10.0
13672026-06-04T02:53:41.282Z Checking tokio-stream v0.1.17
13682026-06-04T02:53:41.282Z Compiling dropshot_endpoint v0.17.0
13692026-06-04T02:53:41.282Z Compiling pin-project-internal v1.1.10
13702026-06-04T02:53:41.282Z Compiling slog-dtrace v0.3.0
13712026-06-04T02:53:41.333Z Checking csv-core v0.1.12
13722026-06-04T02:53:41.333Z Compiling cancel-safe-futures v0.1.5
13732026-06-04T02:53:41.333Z Checking swrite v0.1.0
13742026-06-04T02:53:41.333Z Checking smawk v0.3.2
13752026-06-04T02:53:41.360Z Compiling chrono-tz v0.10.4
13762026-06-04T02:53:41.360Z Checking unicode-width v0.1.14
13772026-06-04T02:53:41.567Z Compiling unicode-xid v0.2.6
13782026-06-04T02:53:41.616Z Checking unicode-linebreak v0.1.5
13792026-06-04T02:53:41.637Z Checking foldhash v0.1.5
13802026-06-04T02:53:41.730Z Checking pin-project v1.1.10
13812026-06-04T02:53:41.738Z Compiling const_format_proc_macros v0.2.34
13822026-06-04T02:53:41.756Z Checking hashbrown v0.15.5
13832026-06-04T02:53:41.769Z Checking csv v1.3.1
13842026-06-04T02:53:41.782Z Checking textwrap v0.16.2
13852026-06-04T02:53:42.328Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13862026-06-04T02:53:42.359Z Compiling progenitor-macro v0.10.0
13872026-06-04T02:53:42.359Z Checking qorb v0.4.1
13882026-06-04T02:53:42.359Z Checking expectorate v1.2.0
13892026-06-04T02:53:42.359Z Checking phf v0.12.1
13902026-06-04T02:53:42.468Z Checking unicode-normalization v0.1.24
13912026-06-04T02:53:42.484Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13922026-06-04T02:53:43.692Z Checking libsw-core v0.3.2
13932026-06-04T02:53:43.729Z Compiling libgit2-sys v0.17.0+1.8.1
13942026-06-04T02:53:43.729Z Compiling async-recursion v1.1.1
13952026-06-04T02:53:43.752Z Compiling snafu-derive v0.8.9
13962026-06-04T02:53:43.752Z Compiling cookie v0.18.1
13972026-06-04T02:53:43.752Z Compiling moka v0.12.11
13982026-06-04T02:53:44.634Z Checking fixedbitset v0.5.7
13992026-06-04T02:53:44.670Z Checking fixedbitset v0.4.2
14002026-06-04T02:53:44.670Z Checking highway v1.3.0
14012026-06-04T02:53:44.670Z Checking petgraph v0.6.5
14022026-06-04T02:53:44.670Z Checking petgraph v0.8.2
14032026-06-04T02:53:44.670Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14042026-06-04T02:53:44.670Z Checking libsw v3.5.0
14052026-06-04T02:53:44.670Z Checking olpc-cjson v0.1.4
14062026-06-04T02:53:44.948Z Checking const_format v0.2.34
14072026-06-04T02:53:45.160Z Checking snafu v0.8.9
14082026-06-04T02:53:45.203Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14092026-06-04T02:53:45.531Z Checking papergrid v0.11.0
14102026-06-04T02:53:45.554Z Compiling typify v0.6.1
14112026-06-04T02:53:45.554Z Checking globset v0.4.16
14122026-06-04T02:53:45.554Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14132026-06-04T02:53:45.596Z Checking gethostname v0.5.0
14142026-06-04T02:53:45.850Z Compiling tabled_derive v0.7.0
14152026-06-04T02:53:45.935Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14162026-06-04T02:53:46.133Z Checking reqwest v0.13.2
14172026-06-04T02:53:46.356Z Checking bcs v0.1.6
14182026-06-04T02:53:46.383Z Checking progenitor v0.10.0
14192026-06-04T02:53:46.505Z Checking pem v3.0.5
14202026-06-04T02:53:46.519Z Checking serde_plain v1.0.2
14212026-06-04T02:53:46.636Z Compiling signal-hook v0.3.18
14222026-06-04T02:53:46.663Z Checking crc8 v0.1.1
14232026-06-04T02:53:46.666Z Checking typed-path v0.9.3
14242026-06-04T02:53:46.763Z Checking tagptr v0.2.0
14252026-06-04T02:53:46.802Z Checking termtree v0.5.1
14262026-06-04T02:53:46.835Z Checking humantime v2.3.0
14272026-06-04T02:53:46.904Z Checking linear-map v1.2.0
14282026-06-04T02:53:47.016Z Checking tabled v0.15.0
14292026-06-04T02:53:47.072Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14302026-06-04T02:53:47.302Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-06-04T02:53:47.467Z Checking tough v0.20.0
14322026-06-04T02:53:47.566Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-06-04T02:53:47.727Z Compiling progenitor-impl v0.13.0
14342026-06-04T02:53:48.147Z Checking steno v0.4.1
14352026-06-04T02:53:48.534Z Checking hickory-proto v0.25.2
14362026-06-04T02:53:49.065Z Compiling curl-sys v0.4.83+curl-8.15.0
14372026-06-04T02:53:49.134Z Compiling cargo-platform v0.1.9
14382026-06-04T02:53:49.364Z Compiling vergen v8.3.2
14392026-06-04T02:53:49.372Z Compiling fs-err v3.1.2
14402026-06-04T02:53:49.403Z Compiling cargo_metadata v0.18.1
14412026-06-04T02:53:49.614Z Checking progenitor-client v0.13.0
14422026-06-04T02:53:50.018Z Checking dropshot-api-manager-types v0.7.2
14432026-06-04T02:53:50.044Z Compiling progenitor-macro v0.13.0
14442026-06-04T02:53:50.044Z Checking sha2 v0.10.9
14452026-06-04T02:53:50.044Z Compiling blake3 v1.8.2
14462026-06-04T02:53:50.407Z Checking hickory-resolver v0.25.2
14472026-06-04T02:53:50.650Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14482026-06-04T02:53:50.663Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14492026-06-04T02:53:50.884Z Checking git-stub v1.0.0
14502026-06-04T02:53:51.145Z Checking filetime v0.2.26
14512026-06-04T02:53:51.186Z Checking is_ci v1.2.0
14522026-06-04T02:53:51.186Z Checking arrayvec v0.7.6
14532026-06-04T02:53:51.186Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14542026-06-04T02:53:51.248Z Compiling curl v0.4.49
14552026-06-04T02:53:51.274Z Checking xattr v1.6.1
14562026-06-04T02:53:51.466Z Checking constant_time_eq v0.3.1
14572026-06-04T02:53:51.516Z Checking arrayref v0.3.9
14582026-06-04T02:53:51.648Z Checking tar v0.4.45
14592026-06-04T02:53:51.803Z Checking supports-color v3.0.2
14602026-06-04T02:53:51.882Z Checking git-stub-vcs v0.1.0
14612026-06-04T02:53:52.199Z Checking drift v0.2.0
14622026-06-04T02:53:52.229Z Checking kstat-rs v0.2.4
14632026-06-04T02:53:52.229Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14642026-06-04T02:53:52.259Z Checking topological-sort v0.2.2
14652026-06-04T02:53:52.367Z Checking dropshot-api-manager v0.7.2
14662026-06-04T02:53:52.397Z Checking toml v0.7.8
14672026-06-04T02:53:52.708Z Checking omicron-zone-package v0.12.2
14682026-06-04T02:53:53.113Z Checking signal-hook-tokio v0.3.1
14692026-06-04T02:53:53.291Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14702026-06-04T02:53:53.338Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14712026-06-04T02:53:53.642Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-04T02:53:53.756Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-04T02:53:53.909Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14742026-06-04T02:53:53.988Z Checking progenitor v0.13.0
14752026-06-04T02:53:54.110Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14762026-06-04T02:53:54.110Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14772026-06-04T02:53:54.173Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-06-04T02:53:54.313Z Checking internet-checksum v0.2.1
14792026-06-04T02:53:54.432Z Checking display-error-chain v0.2.2
14802026-06-04T02:53:54.565Z Checking search_path v0.1.4
14812026-06-04T02:53:54.581Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-04T02:53:54.709Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14832026-06-04T02:53:54.841Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-04T02:53:54.879Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14852026-06-04T02:53:55.246Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-04T02:53:55.317Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-04T02:53:55.680Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-04T02:53:55.798Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-04T02:53:55.821Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-04T02:53:56.135Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14912026-06-04T02:53:56.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14922026-06-04T02:53:56.330Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-04T02:53:56.483Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-04T02:53:56.505Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14952026-06-04T02:53:56.900Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-04T02:53:57.028Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14972026-06-04T02:53:59.624Z Compiling git2 v0.19.0
14982026-06-04T02:54:00.203Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14992026-06-04T02:54:00.553Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15002026-06-04T02:54:01.211Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-04T02:54:01.452Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15022026-06-04T02:54:01.913Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-04T02:54:02.036Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15042026-06-04T02:54:02.192Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15052026-06-04T02:54:03.534Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15062026-06-04T02:54:03.568Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15072026-06-04T02:54:03.568Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-04T02:54:14.700Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15092026-06-04T02:54:14.846Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-06-04T02:54:19.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15112026-06-04T02:54:19.966Z+ for feat in tofino_stub tofino_asic softnpu chaos
15122026-06-04T02:54:19.966Z+ cargo clippy --features tofino_asic -- --deny warnings
15132026-06-04T02:54:20.380Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15142026-06-04T02:54:20.399Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15152026-06-04T02:54:20.462Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-06-04T02:54:20.892Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15172026-06-04T02:54:27.555Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15182026-06-04T02:54:27.555Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15192026-06-04T02:54:30.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.14s
15202026-06-04T02:54:30.509Z+ for feat in tofino_stub tofino_asic softnpu chaos
15212026-06-04T02:54:30.509Z+ cargo clippy --features softnpu -- --deny warnings
15222026-06-04T02:54:30.534Z Downloading crates ...
15232026-06-04T02:54:30.731Z Downloaded bitstruct_derive v0.1.0
15242026-06-04T02:54:30.746Z Downloaded tap v1.0.1
15252026-06-04T02:54:30.746Z Downloaded funty v2.0.0
15262026-06-04T02:54:30.746Z Downloaded serde_arrays v0.1.0
15272026-06-04T02:54:30.746Z Downloaded bitstruct v0.1.1
15282026-06-04T02:54:30.746Z Downloaded typeid v1.0.3
15292026-06-04T02:54:30.746Z Downloaded erased-serde v0.4.8
15302026-06-04T02:54:30.746Z Downloaded wyz v0.5.1
15312026-06-04T02:54:30.746Z Downloaded num-bigint v0.4.6
15322026-06-04T02:54:30.746Z Downloaded libloading v0.7.4
15332026-06-04T02:54:30.746Z Downloaded ascii v1.1.0
15342026-06-04T02:54:30.747Z Downloaded radium v0.7.0
15352026-06-04T02:54:30.747Z Downloaded bitvec v1.0.1
15362026-06-04T02:54:30.805Z Checking num-integer v0.1.46
15372026-06-04T02:54:30.882Z Checking num-complex v0.4.6
15382026-06-04T02:54:30.893Z Compiling radium v0.7.0
15392026-06-04T02:54:30.898Z Checking tap v1.0.1
15402026-06-04T02:54:30.904Z Checking funty v2.0.0
15412026-06-04T02:54:30.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15422026-06-04T02:54:30.914Z Compiling typeid v1.0.3
15432026-06-04T02:54:30.923Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15442026-06-04T02:54:30.993Z Checking wyz v0.5.1
15452026-06-04T02:54:31.077Z Checking num-bigint v0.4.6
15462026-06-04T02:54:31.083Z Checking num-iter v0.1.45
15472026-06-04T02:54:31.125Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15482026-06-04T02:54:31.140Z Compiling erased-serde v0.4.8
15492026-06-04T02:54:31.212Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15502026-06-04T02:54:31.259Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-06-04T02:54:31.265Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-06-04T02:54:31.295Z Compiling bitstruct_derive v0.1.0
15532026-06-04T02:54:31.333Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-06-04T02:54:31.343Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-06-04T02:54:31.350Z Checking bitvec v1.0.1
15562026-06-04T02:54:31.353Z Checking ascii v1.1.0
15572026-06-04T02:54:31.365Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15582026-06-04T02:54:31.423Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15592026-06-04T02:54:31.522Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15602026-06-04T02:54:31.531Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-06-04T02:54:31.540Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15622026-06-04T02:54:31.549Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-06-04T02:54:31.812Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-04T02:54:31.880Z Checking serde_arrays v0.1.0
15652026-06-04T02:54:31.947Z Checking bitstruct v0.1.1
15662026-06-04T02:54:31.950Z Checking num-rational v0.4.2
15672026-06-04T02:54:31.950Z Checking libloading v0.7.4
15682026-06-04T02:54:31.970Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15692026-06-04T02:54:33.305Z Checking num v0.4.3
15702026-06-04T02:54:33.367Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15712026-06-04T02:54:33.367Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15722026-06-04T02:54:33.367Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15732026-06-04T02:54:33.367Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15742026-06-04T02:54:33.384Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-04T02:54:34.331Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15762026-06-04T02:54:34.332Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15772026-06-04T02:54:34.375Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-06-04T02:54:34.376Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15792026-06-04T02:54:34.376Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-06-04T02:54:34.376Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15812026-06-04T02:54:34.376Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-06-04T02:54:34.595Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15832026-06-04T02:54:35.218Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15842026-06-04T02:54:35.833Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-06-04T02:54:38.943Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15862026-06-04T02:54:39.203Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15872026-06-04T02:54:39.294Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15882026-06-04T02:54:40.040Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15892026-06-04T02:54:40.157Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15902026-06-04T02:54:47.210Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15912026-06-04T02:54:48.131Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-06-04T02:54:48.430Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15932026-06-04T02:54:52.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.47s
15942026-06-04T02:54:53.148Z+ for feat in tofino_stub tofino_asic softnpu chaos
15952026-06-04T02:54:53.148Z+ cargo clippy --features chaos -- --deny warnings
15962026-06-04T02:54:53.345Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15972026-06-04T02:54:53.348Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15982026-06-04T02:54:53.348Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15992026-06-04T02:55:00.571Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16002026-06-04T02:55:00.575Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16012026-06-04T02:55:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
16022026-06-04T02:55:03.497Z+ banner fmt
16032026-06-04T02:55:03.497Z
16042026-06-04T02:55:03.497Z ###### # # #####
16052026-06-04T02:55:03.497Z # ## ## #
16062026-06-04T02:55:03.497Z ##### # ## # #
16072026-06-04T02:55:03.497Z # # # #
16082026-06-04T02:55:03.497Z # # # #
16092026-06-04T02:55:03.497Z # # # #
16102026-06-04T02:55:03.497Z
16112026-06-04T02:55:03.497Z+ cargo fmt -- --check
16122026-06-04T02:55:04.350Z+ banner test
16132026-06-04T02:55:04.380Z
16142026-06-04T02:55:04.380Z ##### ###### #### #####
16152026-06-04T02:55:04.380Z # # # #
16162026-06-04T02:55:04.380Z # ##### #### #
16172026-06-04T02:55:04.380Z # # # #
16182026-06-04T02:55:04.381Z # # # # #
16192026-06-04T02:55:04.381Z # ###### #### #
16202026-06-04T02:55:04.381Z
16212026-06-04T02:55:04.381Z+ for feat in tofino_stub tofino_asic softnpu chaos
16222026-06-04T02:55:04.381Z+ RUST_BACKTRACE=full
16232026-06-04T02:55:04.381Z+ cargo test --features tofino_stub --no-fail-fast
16242026-06-04T02:55:04.722Z Compiling unicode-ident v1.0.24
16252026-06-04T02:55:04.778Z Compiling cfg-if v1.0.3
16262026-06-04T02:55:04.778Z Compiling memchr v2.7.5
16272026-06-04T02:55:04.778Z Compiling serde_core v1.0.228
16282026-06-04T02:55:04.778Z Compiling itoa v1.0.15
16292026-06-04T02:55:04.778Z Compiling libc v0.2.183
16302026-06-04T02:55:04.778Z Compiling zmij v1.0.17
16312026-06-04T02:55:04.778Z Compiling libm v0.2.15
16322026-06-04T02:55:04.778Z Compiling proc-macro2 v1.0.106
16332026-06-04T02:55:04.778Z Compiling heck v0.5.0
16342026-06-04T02:55:05.018Z Compiling log v0.4.29
16352026-06-04T02:55:05.091Z Compiling quote v1.0.45
16362026-06-04T02:55:05.102Z Compiling smallvec v1.15.1
16372026-06-04T02:55:05.643Z Compiling equivalent v1.0.2
16382026-06-04T02:55:05.649Z Compiling iana-time-zone v0.1.64
16392026-06-04T02:55:05.649Z Compiling syn v2.0.117
16402026-06-04T02:55:05.649Z Compiling allocator-api2 v0.2.21
16412026-06-04T02:55:05.649Z Compiling foldhash v0.2.0
16422026-06-04T02:55:05.649Z Compiling dyn-clone v1.0.20
16432026-06-04T02:55:05.649Z Compiling stable_deref_trait v1.2.0
16442026-06-04T02:55:05.649Z Compiling pin-project-lite v0.2.16
16452026-06-04T02:55:05.649Z Compiling hashbrown v0.16.1
16462026-06-04T02:55:05.649Z Compiling percent-encoding v2.3.2
16472026-06-04T02:55:05.649Z Compiling fnv v1.0.7
16482026-06-04T02:55:05.677Z Compiling writeable v0.6.1
16492026-06-04T02:55:05.755Z Compiling litemap v0.8.0
16502026-06-04T02:55:05.759Z Compiling icu_properties_data v2.0.1
16512026-06-04T02:55:05.810Z Compiling icu_normalizer_data v2.0.0
16522026-06-04T02:55:05.876Z Compiling regex-syntax v0.8.6
16532026-06-04T02:55:05.891Z Compiling form_urlencoded v1.2.2
16542026-06-04T02:55:05.943Z Compiling utf8_iter v1.0.4
16552026-06-04T02:55:05.955Z Compiling scopeguard v1.2.0
16562026-06-04T02:55:06.144Z Compiling lock_api v0.4.14
16572026-06-04T02:55:06.159Z Compiling num-traits v0.2.19
16582026-06-04T02:55:06.159Z Compiling getrandom v0.4.2
16592026-06-04T02:55:06.648Z Compiling aho-corasick v1.1.3
16602026-06-04T02:55:06.681Z Compiling semver v1.0.27
16612026-06-04T02:55:06.681Z Compiling serde_json v1.0.149
16622026-06-04T02:55:06.681Z Compiling indexmap v2.13.0
16632026-06-04T02:55:06.681Z Compiling ucd-trie v0.1.7
16642026-06-04T02:55:06.708Z Compiling byteorder v1.5.0
16652026-06-04T02:55:06.921Z Compiling futures-core v0.3.32
16662026-06-04T02:55:06.939Z Compiling uuid v1.23.1
16672026-06-04T02:55:07.081Z Compiling time-core v0.1.8
16682026-06-04T02:55:07.236Z Compiling num-conv v0.2.1
16692026-06-04T02:55:07.255Z Compiling futures-sink v0.3.32
16702026-06-04T02:55:07.714Z Compiling ryu v1.0.20
16712026-06-04T02:55:07.736Z Compiling regex-automata v0.4.13
16722026-06-04T02:55:07.736Z Compiling time-macros v0.2.27
16732026-06-04T02:55:07.736Z Compiling pretty-hex v0.4.1
16742026-06-04T02:55:07.736Z Compiling regress v0.10.5
16752026-06-04T02:55:07.736Z Compiling slab v0.4.11
16762026-06-04T02:55:08.007Z Compiling plain v0.2.3
16772026-06-04T02:55:08.033Z Compiling strsim v0.11.1
16782026-06-04T02:55:08.448Z Compiling synstructure v0.13.2
16792026-06-04T02:55:08.461Z Compiling serde_derive_internals v0.29.1
16802026-06-04T02:55:08.461Z Compiling futures-channel v0.3.32
16812026-06-04T02:55:08.641Z Compiling futures-io v0.3.32
16822026-06-04T02:55:08.646Z Compiling futures-task v0.3.32
16832026-06-04T02:55:08.646Z Compiling socket2 v0.6.0
16842026-06-04T02:55:08.918Z Compiling parking_lot_core v0.9.12
16852026-06-04T02:55:08.926Z Compiling signal-hook-registry v1.4.6
16862026-06-04T02:55:09.054Z Compiling parking_lot v0.12.5
16872026-06-04T02:55:09.068Z Compiling regex v1.12.3
16882026-06-04T02:55:09.081Z Compiling thread-id v5.0.0
16892026-06-04T02:55:09.238Z Compiling mio v1.0.4
16902026-06-04T02:55:09.258Z Compiling darling_core v0.21.3
16912026-06-04T02:55:09.258Z Compiling base64 v0.22.1
16922026-06-04T02:55:09.413Z Compiling serde_derive v1.0.228
16932026-06-04T02:55:09.447Z Compiling zerofrom-derive v0.1.6
16942026-06-04T02:55:09.652Z Compiling yoke-derive v0.8.0
16952026-06-04T02:55:09.660Z Compiling zerovec-derive v0.11.1
16962026-06-04T02:55:09.664Z Compiling displaydoc v0.2.5
16972026-06-04T02:55:09.961Z Compiling thiserror-impl v2.0.18
16982026-06-04T02:55:10.638Z Compiling schemars_derive v0.8.22
16992026-06-04T02:55:10.646Z Compiling tokio-macros v2.6.0
17002026-06-04T02:55:10.682Z Compiling zerocopy-derive v0.8.27
17012026-06-04T02:55:10.721Z Compiling zeroize_derive v1.4.3
17022026-06-04T02:55:11.294Z Compiling thiserror v2.0.18
17032026-06-04T02:55:11.346Z Compiling futures-macro v0.3.32
17042026-06-04T02:55:11.640Z Compiling zerofrom v0.1.6
17052026-06-04T02:55:11.652Z Compiling thiserror-impl v1.0.69
17062026-06-04T02:55:11.652Z Compiling tracing-attributes v0.1.30
17072026-06-04T02:55:11.653Z Compiling yoke v0.8.0
17082026-06-04T02:55:11.653Z Compiling pest v2.8.2
17092026-06-04T02:55:11.722Z Compiling zerovec v0.11.4
17102026-06-04T02:55:11.735Z Compiling zerotrie v0.2.2
17112026-06-04T02:55:12.070Z Compiling zerocopy v0.8.27
17122026-06-04T02:55:12.088Z Compiling scroll_derive v0.13.1
17132026-06-04T02:55:12.275Z Compiling async-trait v0.1.89
17142026-06-04T02:55:12.280Z Compiling serde v1.0.228
17152026-06-04T02:55:12.737Z Compiling bytes v1.11.1
17162026-06-04T02:55:12.749Z Compiling serde_tokenstream v0.2.3
17172026-06-04T02:55:12.750Z Compiling tinystr v0.8.1
17182026-06-04T02:55:12.919Z Compiling icu_locale_core v2.0.0
17192026-06-04T02:55:12.942Z Compiling potential_utf v0.1.3
17202026-06-04T02:55:12.955Z Compiling pest_meta v2.8.2
17212026-06-04T02:55:13.009Z Compiling chrono v0.4.44
17222026-06-04T02:55:13.111Z Compiling icu_collections v2.0.0
17232026-06-04T02:55:13.124Z Compiling http v1.4.0
17242026-06-04T02:55:13.519Z Compiling icu_provider v2.0.0
17252026-06-04T02:55:13.630Z Compiling pest_generator v2.8.2
17262026-06-04T02:55:13.787Z Compiling icu_normalizer v2.0.0
17272026-06-04T02:55:13.840Z Compiling icu_properties v2.0.1
17282026-06-04T02:55:13.852Z Compiling scroll v0.13.0
17292026-06-04T02:55:14.530Z Compiling schemars v0.8.22
17302026-06-04T02:55:14.553Z Compiling goblin v0.10.1
17312026-06-04T02:55:14.553Z Compiling thiserror v1.0.69
17322026-06-04T02:55:14.553Z Compiling pest_derive v2.8.2
17332026-06-04T02:55:14.553Z Compiling tokio v1.50.0
17342026-06-04T02:55:14.553Z Compiling openapiv3 v2.2.0
17352026-06-04T02:55:14.553Z Compiling daft-derive v0.1.5
17362026-06-04T02:55:14.837Z Compiling idna_adapter v1.2.1
17372026-06-04T02:55:14.861Z Compiling dtrace-parser v0.3.0
17382026-06-04T02:55:15.042Z Compiling idna v1.1.0
17392026-06-04T02:55:15.526Z Compiling typify-impl v0.4.3
17402026-06-04T02:55:15.541Z Compiling url v2.5.7
17412026-06-04T02:55:15.541Z Compiling darling_macro v0.21.3
17422026-06-04T02:55:15.769Z Compiling serde_yaml v0.9.34+deprecated
17432026-06-04T02:55:15.769Z Compiling http-body v1.0.1
17442026-06-04T02:55:16.013Z Compiling darling v0.21.3
17452026-06-04T02:55:16.027Z Compiling ppv-lite86 v0.2.21
17462026-06-04T02:55:16.050Z Compiling erased-serde v0.3.31
17472026-06-04T02:55:16.196Z Compiling openssl-macros v0.1.1
17482026-06-04T02:55:16.429Z Compiling bitflags v2.11.1
17492026-06-04T02:55:16.620Z Compiling typenum v1.18.0
17502026-06-04T02:55:16.638Z Compiling getrandom v0.2.16
17512026-06-04T02:55:16.850Z Compiling ipnet v2.11.0
17522026-06-04T02:55:17.038Z Compiling dof v0.4.0
17532026-06-04T02:55:17.076Z Compiling atomic-waker v1.1.2
17542026-06-04T02:55:17.390Z Compiling httparse v1.10.1
17552026-06-04T02:55:17.523Z Compiling usdt-impl v0.6.0
17562026-06-04T02:55:17.710Z Compiling tower-layer v0.3.3
17572026-06-04T02:55:17.884Z Compiling tower-service v0.3.3
17582026-06-04T02:55:17.988Z Compiling untrusted v0.9.0
17592026-06-04T02:55:18.104Z Compiling anyhow v1.0.102
17602026-06-04T02:55:18.122Z Compiling try-lock v0.2.5
17612026-06-04T02:55:18.156Z Compiling syn v1.0.109
17622026-06-04T02:55:18.305Z Compiling want v0.3.1
17632026-06-04T02:55:18.314Z Compiling zeroize v1.8.1
17642026-06-04T02:55:18.314Z Compiling pin-utils v0.1.0
17652026-06-04T02:55:18.379Z Compiling httpdate v1.0.3
17662026-06-04T02:55:18.768Z Compiling portable-atomic v1.11.1
17672026-06-04T02:55:18.868Z Compiling structmeta-derive v0.3.0
17682026-06-04T02:55:18.988Z Compiling async-stream-impl v0.3.6
17692026-06-04T02:55:19.001Z Compiling usdt-attr-macro v0.6.0
17702026-06-04T02:55:19.333Z Compiling usdt-macro v0.6.0
17712026-06-04T02:55:19.643Z Compiling critical-section v1.2.0
17722026-06-04T02:55:19.758Z Compiling once_cell v1.21.3
17732026-06-04T02:55:19.896Z Compiling structmeta v0.3.0
17742026-06-04T02:55:20.103Z Compiling newtype-uuid-macros v0.1.0
17752026-06-04T02:55:20.172Z Compiling strum_macros v0.26.4
17762026-06-04T02:55:20.238Z Compiling powerfmt v0.2.0
17772026-06-04T02:55:20.455Z Compiling deranged v0.5.3
17782026-06-04T02:55:20.714Z Compiling num_threads v0.1.7
17792026-06-04T02:55:21.435Z Compiling http-body-util v0.1.3
17802026-06-04T02:55:21.567Z Compiling omicron-workspace-hack v0.1.0
17812026-06-04T02:55:21.569Z Compiling typify-macro v0.4.3
17822026-06-04T02:55:21.590Z Compiling dropshot_endpoint v0.16.7
17832026-06-04T02:55:21.626Z Compiling serde_urlencoded v0.7.1
17842026-06-04T02:55:21.639Z Compiling ref-cast-impl v1.0.25
17852026-06-04T02:55:21.743Z Compiling derive-ex v0.1.8
17862026-06-04T02:55:21.849Z Compiling strum_macros v0.27.2
17872026-06-04T02:55:21.881Z Compiling sync_wrapper v1.0.2
17882026-06-04T02:55:22.027Z Compiling serde_with_macros v3.14.1
17892026-06-04T02:55:22.251Z Compiling subtle v2.6.1
17902026-06-04T02:55:22.271Z Compiling thread_local v1.1.9
17912026-06-04T02:55:22.542Z Compiling iri-string v0.7.8
17922026-06-04T02:55:22.861Z Compiling rand_core v0.6.4
17932026-06-04T02:55:23.102Z Compiling futures-util v0.3.32
17942026-06-04T02:55:23.189Z Compiling match_cfg v0.1.0
17952026-06-04T02:55:23.276Z Compiling take_mut v0.2.2
17962026-06-04T02:55:23.323Z Compiling term v1.2.0
17972026-06-04T02:55:23.377Z Compiling test-strategy v0.4.3
17982026-06-04T02:55:23.681Z Compiling typify v0.4.3
17992026-06-04T02:55:23.721Z Compiling parse-display-derive v0.10.0
18002026-06-04T02:55:23.774Z Compiling progenitor-impl v0.11.1
18012026-06-04T02:55:23.904Z Compiling tracing-core v0.1.34
18022026-06-04T02:55:24.045Z Compiling toml_datetime v0.6.11
18032026-06-04T02:55:24.176Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18042026-06-04T02:55:24.320Z Compiling tracing v0.1.41
18052026-06-04T02:55:24.504Z Compiling camino v1.2.2
18062026-06-04T02:55:24.662Z Compiling cpufeatures v0.2.17
18072026-06-04T02:55:24.738Z Compiling clap_derive v4.6.0
18082026-06-04T02:55:24.901Z Compiling encoding_rs v0.8.35
18092026-06-04T02:55:24.915Z Compiling fastrand v2.3.0
18102026-06-04T02:55:25.070Z Compiling mime v0.3.17
18112026-06-04T02:55:25.324Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18122026-06-04T02:55:25.568Z Compiling unicode-width v0.2.1
18132026-06-04T02:55:25.816Z Compiling generic-array v0.14.7
18142026-06-04T02:55:26.294Z Compiling errno v0.3.14
18152026-06-04T02:55:26.366Z Compiling hex v0.4.3
18162026-06-04T02:55:26.454Z Compiling ipnetwork v0.21.1
18172026-06-04T02:55:26.561Z Compiling crossbeam-utils v0.8.21
18182026-06-04T02:55:26.708Z Compiling winnow v0.7.14
18192026-06-04T02:55:26.892Z Compiling tokio-util v0.7.16
18202026-06-04T02:55:26.908Z Compiling slog v2.8.2
18212026-06-04T02:55:27.251Z Compiling rustix v1.1.4
18222026-06-04T02:55:27.361Z Compiling crypto-common v0.1.6
18232026-06-04T02:55:27.410Z Compiling progenitor-macro v0.11.1
18242026-06-04T02:55:27.500Z Compiling getrandom v0.3.3
18252026-06-04T02:55:27.541Z Compiling h2 v0.4.12
18262026-06-04T02:55:27.616Z Compiling oxnet v0.1.4
18272026-06-04T02:55:27.686Z Compiling rand_core v0.9.3
18282026-06-04T02:55:27.917Z Compiling itertools v0.14.0
18292026-06-04T02:55:28.358Z Compiling winnow v1.0.3
18302026-06-04T02:55:28.512Z Compiling num-derive v0.4.2
18312026-06-04T02:55:28.591Z Compiling serde_spanned v1.0.4
18322026-06-04T02:55:28.714Z Compiling toml_parser v1.1.2+spec-1.1.0
18332026-06-04T02:55:28.750Z Compiling debug-ignore v1.0.5
18342026-06-04T02:55:28.979Z Compiling toml_writer v1.0.6+spec-1.1.0
18352026-06-04T02:55:29.196Z Compiling spin v0.9.8
18362026-06-04T02:55:29.321Z Compiling rand_chacha v0.9.0
18372026-06-04T02:55:29.426Z Compiling rustls-pki-types v1.12.0
18382026-06-04T02:55:29.429Z Compiling quick-error v1.2.3
18392026-06-04T02:55:29.547Z Compiling rand v0.9.2
18402026-06-04T02:55:29.823Z Compiling hyper v1.8.1
18412026-06-04T02:55:29.827Z Compiling tabwriter v1.4.1
18422026-06-04T02:55:29.917Z Compiling async-stream v0.3.6
18432026-06-04T02:55:30.086Z Compiling waitgroup v0.1.2
18442026-06-04T02:55:30.098Z Compiling serde_path_to_error v0.1.20
18452026-06-04T02:55:30.169Z Compiling colored v3.0.0
18462026-06-04T02:55:30.326Z Compiling lazy_static v1.5.0
18472026-06-04T02:55:30.433Z Compiling bit-vec v0.8.0
18482026-06-04T02:55:30.464Z Compiling strum v0.26.3
18492026-06-04T02:55:30.553Z Compiling time v0.3.47
18502026-06-04T02:55:30.593Z Compiling ring v0.17.14
18512026-06-04T02:55:30.681Z Compiling bit-set v0.8.0
18522026-06-04T02:55:30.843Z Compiling toml_datetime v0.7.5+spec-1.1.0
18532026-06-04T02:55:31.051Z Compiling hyper-util v0.1.20
18542026-06-04T02:55:31.296Z Compiling unarray v0.1.4
18552026-06-04T02:55:31.415Z Compiling anstyle v1.0.14
18562026-06-04T02:55:31.617Z Compiling toml v0.9.11+spec-1.1.0
18572026-06-04T02:55:31.651Z Compiling crossbeam-channel v0.5.15
18582026-06-04T02:55:32.158Z Compiling block-buffer v0.10.4
18592026-06-04T02:55:32.170Z Compiling macaddr v1.0.1
18602026-06-04T02:55:32.256Z Compiling utf8parse v0.2.2
18612026-06-04T02:55:32.375Z Compiling anstyle-parse v1.0.0
18622026-06-04T02:55:32.378Z Compiling digest v0.10.7
18632026-06-04T02:55:32.410Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18642026-06-04T02:55:32.505Z Compiling ref-cast v1.0.25
18652026-06-04T02:55:32.585Z Compiling colorchoice v1.0.4
18662026-06-04T02:55:32.598Z Compiling is_terminal_polyfill v1.70.1
18672026-06-04T02:55:32.600Z Compiling anstyle-query v1.1.4
18682026-06-04T02:55:32.619Z Compiling strum v0.27.2
18692026-06-04T02:55:32.672Z Compiling is-terminal v0.4.16
18702026-06-04T02:55:32.690Z Compiling anstream v1.0.0
18712026-06-04T02:55:32.703Z Compiling clap_lex v1.1.0
18722026-06-04T02:55:32.716Z Compiling slog-async v2.8.0
18732026-06-04T02:55:32.741Z Compiling slog-term v2.9.2
18742026-06-04T02:55:32.754Z Compiling slog-json v2.6.1
18752026-06-04T02:55:32.874Z Compiling hostname v0.3.1
18762026-06-04T02:55:32.989Z Compiling slog-bunyan v2.5.0
18772026-06-04T02:55:33.017Z Compiling tower v0.5.2
18782026-06-04T02:55:33.028Z Compiling futures-executor v0.3.32
18792026-06-04T02:55:33.135Z Compiling instant v0.1.13
18802026-06-04T02:55:33.309Z Compiling futures v0.3.32
18812026-06-04T02:55:33.418Z Compiling tower-http v0.6.8
18822026-06-04T02:55:33.441Z Compiling openssl-sys v0.9.116
18832026-06-04T02:55:33.635Z Compiling memmap2 v0.9.8
18842026-06-04T02:55:33.900Z Compiling aws-lc-sys v0.39.1
18852026-06-04T02:55:34.450Z Compiling foreign-types-shared v0.1.1
18862026-06-04T02:55:34.490Z Compiling untrusted v0.7.1
18872026-06-04T02:55:34.595Z Compiling aws-lc-rs v1.16.2
18882026-06-04T02:55:34.615Z Compiling foreign-types v0.3.2
18892026-06-04T02:55:34.803Z Compiling tempfile v3.27.0
18902026-06-04T02:55:35.316Z Compiling openssl-probe v0.1.6
18912026-06-04T02:55:35.723Z Compiling rustls-webpki v0.103.6
18922026-06-04T02:55:35.986Z Compiling openssl v0.10.80
18932026-06-04T02:55:36.182Z Compiling usdt v0.6.0
18942026-06-04T02:55:36.368Z Compiling rustls v0.23.32
18952026-06-04T02:55:36.481Z Compiling either v1.15.0
18962026-06-04T02:55:36.872Z Compiling webpki-roots v1.0.2
18972026-06-04T02:55:37.142Z Compiling newtype-uuid v1.3.2
18982026-06-04T02:55:37.513Z Compiling daft v0.1.5
18992026-06-04T02:55:37.790Z Compiling rustls-webpki v0.102.8
19002026-06-04T02:55:38.441Z Compiling native-tls v0.2.14
19012026-06-04T02:55:38.684Z Compiling tokio-native-tls v0.3.1
19022026-06-04T02:55:38.863Z Compiling hyper-tls v0.6.0
19032026-06-04T02:55:39.349Z Compiling tokio-rustls v0.26.3
19042026-06-04T02:55:39.394Z Compiling rustls v0.22.4
19052026-06-04T02:55:39.614Z Compiling hyper-rustls v0.27.7
19062026-06-04T02:55:39.912Z Compiling reqwest v0.12.23
19072026-06-04T02:55:40.301Z Compiling sha1 v0.10.6
19082026-06-04T02:55:40.358Z Compiling rustls-pemfile v2.2.0
19092026-06-04T02:55:40.539Z Compiling multer v3.1.0
19102026-06-04T02:55:41.009Z Compiling hostname v0.4.2
19112026-06-04T02:55:41.217Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19122026-06-04T02:55:41.246Z Compiling tokio-rustls v0.25.0
19132026-06-04T02:55:41.820Z Compiling terminal_size v0.4.3
19142026-06-04T02:55:41.832Z Compiling rand_chacha v0.3.1
19152026-06-04T02:55:41.970Z Compiling wait-timeout v0.2.1
19162026-06-04T02:55:42.762Z Compiling rusty-fork v0.3.0
19172026-06-04T02:55:42.864Z Compiling rand v0.8.5
19182026-06-04T02:55:44.119Z Compiling rand_xorshift v0.4.0
19192026-06-04T02:55:44.546Z Compiling hubpack_derive v0.1.1
19202026-06-04T02:55:45.352Z Compiling proptest v1.8.0
19212026-06-04T02:55:45.379Z Compiling clap_builder v4.6.0
19222026-06-04T02:55:45.462Z Compiling dropshot v0.16.7
19232026-06-04T02:55:46.775Z Compiling serde_spanned v0.6.9
19242026-06-04T02:55:47.107Z Compiling clap v4.6.0
19252026-06-04T02:55:47.421Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19262026-06-04T02:55:47.565Z Compiling prettyplease v0.2.37
19272026-06-04T02:55:48.853Z Compiling progenitor-client v0.11.1
19282026-06-04T02:55:48.978Z Compiling progenitor-client v0.10.0
19292026-06-04T02:55:49.168Z Compiling serde_with v3.14.1
19302026-06-04T02:55:49.816Z Compiling progenitor v0.11.1
19312026-06-04T02:55:50.872Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19322026-06-04T02:55:50.959Z Compiling rustc-hash v2.1.1
19332026-06-04T02:55:51.091Z Compiling iddqd v0.3.18
19342026-06-04T02:55:51.259Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19352026-06-04T02:55:52.270Z Compiling backoff v0.4.0
19362026-06-04T02:55:52.305Z Compiling parse-display v0.10.0
19372026-06-04T02:55:52.341Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19382026-06-04T02:55:52.438Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19392026-06-04T02:55:52.569Z Compiling winnow v0.5.40
19402026-06-04T02:55:52.581Z Compiling toml_write v0.1.2
19412026-06-04T02:55:52.783Z Compiling toml_edit v0.22.27
19422026-06-04T02:55:54.127Z Compiling num-integer v0.1.46
19432026-06-04T02:55:54.214Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19442026-06-04T02:55:54.540Z Compiling float-ord v0.3.2
19452026-06-04T02:55:54.718Z Compiling toml v0.8.23
19462026-06-04T02:55:57.960Z Compiling num-iter v0.1.45
19472026-06-04T02:55:58.089Z Compiling num-rational v0.4.2
19482026-06-04T02:55:58.740Z Compiling num-complex v0.4.6
19492026-06-04T02:55:59.434Z Compiling num v0.4.3
19502026-06-04T02:56:00.268Z Compiling toml_edit v0.19.15
19512026-06-04T02:56:01.561Z Compiling proc-macro-crate v1.3.1
19522026-06-04T02:56:03.257Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19532026-06-04T02:56:04.588Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-06-04T02:56:05.153Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19552026-06-04T02:56:05.400Z Compiling zerocopy-derive v0.7.35
19562026-06-04T02:56:05.569Z Compiling memoffset v0.9.1
19572026-06-04T02:56:05.667Z Compiling libscf-sys v1.2.0
19582026-06-04T02:56:05.863Z Compiling ingot-macros v0.1.1
19592026-06-04T02:56:06.539Z Compiling proc-macro-error-attr2 v2.0.0
19602026-06-04T02:56:06.758Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-06-04T02:56:07.002Z Compiling proc-macro-error2 v2.0.1
19622026-06-04T02:56:07.189Z Compiling nix v0.30.1
19632026-06-04T02:56:07.541Z Compiling scroll_derive v0.12.1
19642026-06-04T02:56:08.467Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-06-04T02:56:08.654Z Compiling tabled_derive v0.11.0
19662026-06-04T02:56:09.172Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19672026-06-04T02:56:11.070Z Compiling zerocopy v0.7.35
19682026-06-04T02:56:11.540Z Compiling num_enum_derive v0.7.5
19692026-06-04T02:56:11.682Z Compiling hubpack v0.1.2
19702026-06-04T02:56:11.819Z Compiling foreign-types-macros v0.2.3
19712026-06-04T02:56:12.197Z Compiling static_assertions v1.1.0
19722026-06-04T02:56:12.626Z Compiling glob v0.3.3
19732026-06-04T02:56:12.683Z Compiling proc-macro-error-attr v1.0.4
19742026-06-04T02:56:12.864Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19752026-06-04T02:56:13.049Z Compiling dtrace-parser v0.2.0
19762026-06-04T02:56:13.252Z Compiling bytecount v0.6.9
19772026-06-04T02:56:13.401Z Compiling proc-macro-error v1.0.4
19782026-06-04T02:56:13.413Z Compiling dof v0.3.0
19792026-06-04T02:56:13.984Z Compiling num_enum_derive v0.5.11
19802026-06-04T02:56:15.511Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19812026-06-04T02:56:15.640Z Compiling thread-id v4.2.2
19822026-06-04T02:56:15.817Z Compiling usdt-impl v0.5.0
19832026-06-04T02:56:16.430Z Compiling derive_more v0.99.20
19842026-06-04T02:56:16.814Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19852026-06-04T02:56:16.890Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-06-04T02:56:17.447Z Compiling minimal-lexical v0.2.1
19872026-06-04T02:56:17.720Z Compiling nom v7.1.3
19882026-06-04T02:56:17.735Z Compiling usdt-macro v0.5.0
19892026-06-04T02:56:17.810Z Compiling usdt-attr-macro v0.5.0
19902026-06-04T02:56:18.068Z Compiling zone_cfg_derive v0.3.1
19912026-06-04T02:56:18.526Z Compiling papergrid v0.17.0
19922026-06-04T02:56:18.667Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19932026-06-04T02:56:18.755Z Compiling testing_table v0.3.0
19942026-06-04T02:56:18.774Z Compiling rustc_version v0.4.1
19952026-06-04T02:56:18.932Z Compiling crossbeam-epoch v0.9.18
19962026-06-04T02:56:19.058Z Compiling dropshot_endpoint v0.17.0
19972026-06-04T02:56:19.090Z Compiling adler2 v2.0.1
19982026-06-04T02:56:19.237Z Compiling miniz_oxide v0.8.9
19992026-06-04T02:56:19.280Z Compiling crc32fast v1.5.0
20002026-06-04T02:56:19.283Z Compiling enum-as-inner v0.6.1
20012026-06-04T02:56:19.489Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20022026-06-04T02:56:19.524Z Compiling tabled v0.20.0
20032026-06-04T02:56:19.908Z Compiling flate2 v1.1.2
20042026-06-04T02:56:19.941Z Compiling curve25519-dalek v4.1.3
20052026-06-04T02:56:20.456Z Compiling crossbeam-deque v0.8.6
20062026-06-04T02:56:20.464Z Compiling thiserror-impl-no-std v2.0.2
20072026-06-04T02:56:20.567Z Compiling typify-impl v0.6.1
20082026-06-04T02:56:20.626Z Compiling curve25519-dalek-derive v0.1.1
20092026-06-04T02:56:20.761Z Compiling rayon-core v1.13.0
20102026-06-04T02:56:21.145Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-06-04T02:56:21.425Z Compiling clang-sys v1.8.1
20122026-06-04T02:56:21.531Z Compiling compression-core v0.4.32
20132026-06-04T02:56:21.655Z Compiling compression-codecs v0.4.32
20142026-06-04T02:56:21.705Z Compiling scroll v0.12.0
20152026-06-04T02:56:21.939Z Compiling hash32 v0.3.1
20162026-06-04T02:56:21.983Z Compiling toml_datetime v1.1.1+spec-1.1.0
20172026-06-04T02:56:22.078Z Compiling heapless v0.8.0
20182026-06-04T02:56:22.106Z Compiling goblin v0.8.2
20192026-06-04T02:56:22.133Z Compiling async-compression v0.4.33
20202026-06-04T02:56:22.310Z Compiling toml v1.0.6+spec-1.1.0
20212026-06-04T02:56:22.403Z Compiling ingot-types v0.1.2
20222026-06-04T02:56:22.523Z Compiling cobs v0.3.0
20232026-06-04T02:56:22.563Z Compiling libloading v0.8.9
20242026-06-04T02:56:22.621Z Compiling bitflags v1.3.2
20252026-06-04T02:56:22.707Z Compiling managed v0.8.0
20262026-06-04T02:56:22.729Z Compiling foreign-types-shared v0.3.1
20272026-06-04T02:56:22.765Z Compiling bindgen v0.72.1
20282026-06-04T02:56:22.783Z Compiling ingot v0.1.1
20292026-06-04T02:56:22.830Z Compiling foreign-types v0.5.0
20302026-06-04T02:56:22.918Z Compiling smoltcp v0.11.0
20312026-06-04T02:56:22.937Z Compiling postcard v1.1.3
20322026-06-04T02:56:23.290Z Compiling dropshot v0.17.0
20332026-06-04T02:56:24.332Z Compiling cexpr v0.6.0
20342026-06-04T02:56:24.360Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20352026-06-04T02:56:24.916Z Compiling num_enum v0.7.5
20362026-06-04T02:56:25.008Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20372026-06-04T02:56:25.415Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20382026-06-04T02:56:25.451Z Compiling camino-tempfile v1.4.1
20392026-06-04T02:56:25.724Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20402026-06-04T02:56:25.749Z Compiling serde_repr v0.1.20
20412026-06-04T02:56:25.761Z Compiling derive-where v1.6.0
20422026-06-04T02:56:26.043Z Compiling cstr-argument v0.1.2
20432026-06-04T02:56:26.267Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442026-06-04T02:56:26.404Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20452026-06-04T02:56:26.951Z Compiling typify-macro v0.6.1
20462026-06-04T02:56:27.413Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20472026-06-04T02:56:27.617Z Compiling rayon v1.11.0
20482026-06-04T02:56:27.646Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20492026-06-04T02:56:27.778Z Compiling crucible-workspace-hack v0.1.0
20502026-06-04T02:56:28.584Z Compiling memmap v0.7.0
20512026-06-04T02:56:28.705Z Compiling tinyvec_macros v0.1.1
20522026-06-04T02:56:28.718Z Compiling usdt v0.5.0
20532026-06-04T02:56:28.780Z Compiling tinyvec v1.10.0
20542026-06-04T02:56:29.001Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20552026-06-04T02:56:29.096Z Compiling typify v0.6.1
20562026-06-04T02:56:29.383Z Compiling num_enum v0.5.11
20572026-06-04T02:56:29.744Z Compiling pin-project-internal v1.1.10
20582026-06-04T02:56:30.871Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20592026-06-04T02:56:30.909Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20602026-06-04T02:56:30.978Z Compiling progenitor-impl v0.13.0
20612026-06-04T02:56:31.026Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20622026-06-04T02:56:31.220Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20632026-06-04T02:56:31.332Z Compiling rustix v0.38.44
20642026-06-04T02:56:31.863Z Compiling itertools v0.12.1
20652026-06-04T02:56:31.884Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20662026-06-04T02:56:32.022Z Compiling progenitor-impl v0.10.0
20672026-06-04T02:56:32.206Z Compiling sigpipe v0.1.3
20682026-06-04T02:56:32.243Z Compiling jiff v0.2.15
20692026-06-04T02:56:32.303Z Compiling const_format_proc_macros v0.2.34
20702026-06-04T02:56:32.854Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20712026-06-04T02:56:33.110Z Compiling zone v0.3.1
20722026-06-04T02:56:33.121Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20732026-06-04T02:56:34.159Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20742026-06-04T02:56:34.509Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20752026-06-04T02:56:34.667Z Compiling progenitor-macro v0.13.0
20762026-06-04T02:56:35.099Z Compiling secrecy v0.10.3
20772026-06-04T02:56:35.274Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20782026-06-04T02:56:35.546Z Compiling progenitor-macro v0.10.0
20792026-06-04T02:56:35.625Z Compiling smf v0.2.3
20802026-06-04T02:56:35.904Z Compiling async-recursion v1.1.1
20812026-06-04T02:56:36.012Z Compiling snafu-derive v0.8.9
20822026-06-04T02:56:36.154Z Compiling bstr v1.12.0
20832026-06-04T02:56:36.310Z Compiling whoami v1.6.1
20842026-06-04T02:56:36.679Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20852026-06-04T02:56:37.617Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-06-04T02:56:37.973Z Compiling hmac v0.12.1
20872026-06-04T02:56:38.338Z Compiling inout v0.1.4
20882026-06-04T02:56:38.350Z Compiling ff v0.13.1
20892026-06-04T02:56:38.490Z Compiling crc8 v0.1.1
20902026-06-04T02:56:38.502Z Compiling data-encoding v2.9.0
20912026-06-04T02:56:38.933Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-06-04T02:56:39.082Z Compiling cipher v0.4.4
20932026-06-04T02:56:39.319Z Compiling group v0.13.0
20942026-06-04T02:56:39.463Z Compiling hkdf v0.12.4
20952026-06-04T02:56:40.147Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20962026-06-04T02:56:40.281Z Compiling atomicwrites v0.4.4
20972026-06-04T02:56:40.497Z Compiling tokio-dtrace v0.1.1
20982026-06-04T02:56:40.785Z Compiling tabled_derive v0.7.0
20992026-06-04T02:56:41.110Z Compiling reqwest v0.13.2
21002026-06-04T02:56:41.331Z Compiling universal-hash v0.5.1
21012026-06-04T02:56:41.480Z Compiling crypto-bigint v0.5.5
21022026-06-04T02:56:41.671Z Compiling half v2.7.1
21032026-06-04T02:56:41.864Z Compiling base16ct v0.2.0
21042026-06-04T02:56:41.984Z Compiling indent_write v2.2.0
21052026-06-04T02:56:42.039Z Compiling opaque-debug v0.3.1
21062026-06-04T02:56:42.121Z Compiling base64ct v1.8.0
21072026-06-04T02:56:42.135Z Compiling ciborium-io v0.2.2
21082026-06-04T02:56:42.243Z Compiling ciborium-ll v0.2.2
21092026-06-04T02:56:42.446Z Compiling password-hash v0.5.0
21102026-06-04T02:56:42.485Z Compiling progenitor-client v0.13.0
21112026-06-04T02:56:42.619Z Compiling elliptic-curve v0.13.8
21122026-06-04T02:56:42.707Z Compiling poly1305 v0.8.0
21132026-06-04T02:56:43.289Z Compiling oxide-tokio-rt v0.1.2
21142026-06-04T02:56:43.769Z Compiling chacha20 v0.9.1
21152026-06-04T02:56:43.868Z Compiling similar v2.7.0
21162026-06-04T02:56:44.007Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21172026-06-04T02:56:44.314Z Compiling thiserror-no-std v2.0.2
21182026-06-04T02:56:44.660Z Compiling blake2 v0.10.6
21192026-06-04T02:56:45.139Z Compiling aead v0.5.2
21202026-06-04T02:56:45.446Z Compiling linked-hash-map v0.5.6
21212026-06-04T02:56:45.462Z Compiling keccak v0.1.6
21222026-06-04T02:56:45.474Z Compiling resolv-conf v0.7.5
21232026-06-04T02:56:45.844Z Compiling lru-cache v0.1.2
21242026-06-04T02:56:45.922Z Compiling sha3 v0.10.8
21252026-06-04T02:56:45.964Z Compiling chacha20poly1305 v0.10.1
21262026-06-04T02:56:45.977Z Compiling vsss-rs v3.3.4
21272026-06-04T02:56:46.019Z Compiling argon2 v0.5.3
21282026-06-04T02:56:46.102Z Compiling progenitor v0.13.0
21292026-06-04T02:56:46.298Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-06-04T02:56:46.428Z Compiling ciborium v0.2.2
21312026-06-04T02:56:46.550Z Compiling hickory-proto v0.24.4
21322026-06-04T02:56:46.897Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21332026-06-04T02:56:46.913Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21342026-06-04T02:56:47.379Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21352026-06-04T02:56:47.434Z Compiling serde-big-array v0.5.1
21362026-06-04T02:56:47.509Z Compiling same-file v1.0.6
21372026-06-04T02:56:47.590Z Compiling unicode-segmentation v1.12.0
21382026-06-04T02:56:47.787Z Compiling siphasher v1.0.1
21392026-06-04T02:56:47.913Z Compiling newline-converter v0.3.0
21402026-06-04T02:56:47.972Z Compiling phf_shared v0.12.1
21412026-06-04T02:56:48.087Z Compiling walkdir v2.5.0
21422026-06-04T02:56:48.127Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21432026-06-04T02:56:48.150Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21442026-06-04T02:56:48.439Z Compiling hickory-resolver v0.24.4
21452026-06-04T02:56:48.489Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-06-04T02:56:49.095Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-06-04T02:56:49.945Z Compiling newtype_derive v0.1.6
21482026-06-04T02:56:50.005Z Compiling owo-colors v4.3.0
21492026-06-04T02:56:50.029Z Compiling tokio-stream v0.1.17
21502026-06-04T02:56:50.389Z Compiling console v0.15.11
21512026-06-04T02:56:50.556Z Compiling csv-core v0.1.12
21522026-06-04T02:56:50.669Z Compiling smawk v0.3.2
21532026-06-04T02:56:50.820Z Compiling foldhash v0.1.5
21542026-06-04T02:56:51.024Z Compiling humantime v2.3.0
21552026-06-04T02:56:51.047Z Compiling swrite v0.1.0
21562026-06-04T02:56:51.071Z Compiling unicode-width v0.1.14
21572026-06-04T02:56:51.083Z Compiling termtree v0.5.1
21582026-06-04T02:56:51.162Z Compiling unicode-linebreak v0.1.5
21592026-06-04T02:56:51.360Z Compiling hashbrown v0.15.5
21602026-06-04T02:56:51.418Z Compiling textwrap v0.16.2
21612026-06-04T02:56:51.431Z Compiling csv v1.3.1
21622026-06-04T02:56:51.463Z Compiling expectorate v1.2.0
21632026-06-04T02:56:51.609Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-06-04T02:56:51.925Z Compiling qorb v0.4.1
21652026-06-04T02:56:51.960Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-06-04T02:56:52.896Z Compiling phf v0.12.1
21672026-06-04T02:56:53.067Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-06-04T02:56:53.780Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-06-04T02:56:53.848Z Compiling pin-project v1.1.10
21702026-06-04T02:56:53.963Z Compiling unicode-normalization v0.1.24
21712026-06-04T02:56:54.129Z Compiling libz-sys v1.1.22
21722026-06-04T02:56:54.316Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-06-04T02:56:55.019Z Compiling libsw-core v0.3.2
21742026-06-04T02:56:55.382Z Compiling fixedbitset v0.4.2
21752026-06-04T02:56:55.486Z Compiling highway v1.3.0
21762026-06-04T02:56:55.622Z Compiling fixedbitset v0.5.7
21772026-06-04T02:56:55.633Z Compiling progenitor v0.10.0
21782026-06-04T02:56:55.801Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-06-04T02:56:55.890Z Compiling petgraph v0.8.2
21802026-06-04T02:56:55.972Z Compiling petgraph v0.6.5
21812026-06-04T02:56:57.583Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-06-04T02:56:57.750Z Compiling libsw v3.5.0
21832026-06-04T02:56:57.860Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-06-04T02:56:58.076Z Compiling olpc-cjson v0.1.4
21852026-06-04T02:56:58.093Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-06-04T02:56:58.255Z Compiling snafu v0.8.9
21872026-06-04T02:56:58.654Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-06-04T02:56:58.863Z Compiling chrono-tz v0.10.4
21892026-06-04T02:56:59.168Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-04T02:56:59.842Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-04T02:57:00.344Z Compiling papergrid v0.11.0
21922026-06-04T02:57:00.415Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-06-04T02:57:00.718Z Compiling globset v0.4.16
21942026-06-04T02:57:01.281Z Compiling const_format v0.2.34
21952026-06-04T02:57:01.581Z Compiling slog-dtrace v0.3.0
21962026-06-04T02:57:01.593Z Compiling cancel-safe-futures v0.1.5
21972026-06-04T02:57:01.630Z Compiling gethostname v0.5.0
21982026-06-04T02:57:01.930Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-06-04T02:57:02.398Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-06-04T02:57:03.004Z Compiling dropshot-api-manager-types v0.7.2
22012026-06-04T02:57:03.037Z Compiling bcs v0.1.6
22022026-06-04T02:57:03.372Z Compiling cargo-platform v0.1.9
22032026-06-04T02:57:03.392Z Compiling serde_plain v1.0.2
22042026-06-04T02:57:03.404Z Compiling pem v3.0.5
22052026-06-04T02:57:03.620Z Compiling linear-map v1.2.0
22062026-06-04T02:57:03.801Z Compiling typed-path v0.9.3
22072026-06-04T02:57:03.875Z Compiling tagptr v0.2.0
22082026-06-04T02:57:04.236Z Compiling moka v0.12.11
22092026-06-04T02:57:05.032Z Compiling tough v0.20.0
22102026-06-04T02:57:05.242Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22112026-06-04T02:57:05.917Z Compiling cargo_metadata v0.18.1
22122026-06-04T02:57:06.628Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-04T02:57:07.168Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-04T02:57:07.446Z Compiling tabled v0.15.0
22152026-06-04T02:57:07.534Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T02:57:09.296Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-06-04T02:57:09.296Z Compiling git2 v0.19.0
22182026-06-04T02:57:10.165Z Compiling steno v0.4.1
22192026-06-04T02:57:11.960Z Compiling cookie v0.18.1
22202026-06-04T02:57:12.124Z Compiling hickory-proto v0.25.2
22212026-06-04T02:57:14.231Z Compiling hickory-resolver v0.25.2
22222026-06-04T02:57:14.270Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22232026-06-04T02:57:16.213Z Compiling vergen v8.3.2
22242026-06-04T02:57:18.056Z Compiling signal-hook v0.3.18
22252026-06-04T02:57:18.865Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22262026-06-04T02:57:19.164Z Compiling predicates-core v1.0.9
22272026-06-04T02:57:19.376Z Compiling mockall_derive v0.13.1
22282026-06-04T02:57:19.767Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22292026-06-04T02:57:19.779Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22302026-06-04T02:57:20.099Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22312026-06-04T02:57:20.151Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22322026-06-04T02:57:21.073Z Compiling sha2 v0.10.9
22332026-06-04T02:57:21.531Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22342026-06-04T02:57:21.558Z Compiling diff v0.1.13
22352026-06-04T02:57:22.012Z Compiling yansi v1.0.1
22362026-06-04T02:57:22.148Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22372026-06-04T02:57:22.263Z Compiling pretty_assertions v1.4.1
22382026-06-04T02:57:23.259Z Compiling fs-err v3.1.2
22392026-06-04T02:57:23.577Z Compiling predicates-tree v1.0.12
22402026-06-04T02:57:23.716Z Compiling predicates v3.1.3
22412026-06-04T02:57:24.339Z Compiling git-stub v1.0.0
22422026-06-04T02:57:24.633Z Compiling filetime v0.2.26
22432026-06-04T02:57:24.656Z Compiling constant_time_eq v0.3.1
22442026-06-04T02:57:24.782Z Compiling arrayvec v0.7.6
22452026-06-04T02:57:24.833Z Compiling arrayref v0.3.9
22462026-06-04T02:57:24.921Z Compiling fragile v2.0.1
22472026-06-04T02:57:24.998Z Compiling xattr v1.6.1
22482026-06-04T02:57:25.117Z Compiling is_ci v1.2.0
22492026-06-04T02:57:25.190Z Compiling downcast v0.11.0
22502026-06-04T02:57:25.233Z Compiling supports-color v3.0.2
22512026-06-04T02:57:25.275Z Compiling tar v0.4.45
22522026-06-04T02:57:25.346Z Compiling mockall v0.13.1
22532026-06-04T02:57:25.430Z Compiling blake3 v1.8.2
22542026-06-04T02:57:25.542Z Compiling git-stub-vcs v0.1.0
22552026-06-04T02:57:25.935Z Compiling toml v0.7.8
22562026-06-04T02:57:26.336Z Compiling curl-sys v0.4.83+curl-8.15.0
22572026-06-04T02:57:26.491Z Compiling signal-hook-tokio v0.3.1
22582026-06-04T02:57:26.831Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22592026-06-04T02:57:27.779Z Compiling drift v0.2.0
22602026-06-04T02:57:28.472Z Compiling kstat-rs v0.2.4
22612026-06-04T02:57:28.668Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22622026-06-04T02:57:28.718Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-06-04T02:57:28.796Z Compiling display-error-chain v0.2.2
22642026-06-04T02:57:28.948Z Compiling hex-literal v1.0.0
22652026-06-04T02:57:29.075Z Compiling topological-sort v0.2.2
22662026-06-04T02:57:29.233Z Compiling omicron-zone-package v0.12.2
22672026-06-04T02:57:29.269Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-06-04T02:57:29.579Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22692026-06-04T02:57:30.830Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-06-04T02:57:31.374Z Compiling dropshot-api-manager v0.7.2
22712026-06-04T02:57:32.114Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-06-04T02:57:32.177Z Compiling curl v0.4.49
22732026-06-04T02:57:32.308Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-06-04T02:57:32.584Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-06-04T02:57:32.840Z Compiling search_path v0.1.4
22762026-06-04T02:57:33.018Z Compiling internet-checksum v0.2.1
22772026-06-04T02:57:33.171Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22782026-06-04T02:57:33.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22792026-06-04T02:57:36.751Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22802026-06-04T02:57:38.495Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-06-04T02:58:22.748Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
22822026-06-04T02:58:22.872Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
22832026-06-04T02:58:22.875Z
22842026-06-04T02:58:22.875Zrunning 5 tests
22852026-06-04T02:58:22.878Ztest fuse::tests::chip_revision_b0 ... ok
22862026-06-04T02:58:22.878Ztest fuse::tests::chip_revision_b1 ... ok
22872026-06-04T02:58:22.878Ztest fuse::tests::chip_revision_a0 ... ok
22882026-06-04T02:58:22.878Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22892026-06-04T02:58:22.878Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22902026-06-04T02:58:22.878Z
22912026-06-04T02:58:22.878Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22922026-06-04T02:58:22.878Z
22932026-06-04T02:58:22.878Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22942026-06-04T02:58:22.880Z
22952026-06-04T02:58:22.880Zrunning 0 tests
22962026-06-04T02:58:22.881Z
22972026-06-04T02:58:22.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22982026-06-04T02:58:22.881Z
22992026-06-04T02:58:22.883Z Running unittests src/lib.rs (target/debug/deps/asic-bc9545618d7e7321)
23002026-06-04T02:58:22.883Z
23012026-06-04T02:58:22.883Zrunning 0 tests
23022026-06-04T02:58:22.883Z
23032026-06-04T02:58:22.883Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23042026-06-04T02:58:22.883Z
23052026-06-04T02:58:22.883Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
23062026-06-04T02:58:22.886Z
23072026-06-04T02:58:22.886Zrunning 10 tests
23082026-06-04T02:58:22.886Ztest network::tests::test_equal ... ok
23092026-06-04T02:58:22.886Ztest network::tests::test_eui64 ... ok
23102026-06-04T02:58:22.886Ztest nat::tests::test_vni ... ok
23112026-06-04T02:58:22.886Ztest network::tests::test_into ... ok
23122026-06-04T02:58:22.886Ztest network::tests::test_generate_ipv6_link_local ... ok
23132026-06-04T02:58:22.886Ztest network::tests::test_not_equal ... ok
23142026-06-04T02:58:22.886Ztest network::tests::test_parse ... ok
23152026-06-04T02:58:22.886Ztest network::tests::test_to_string ... ok
23162026-06-04T02:58:22.886Ztest test_purge ... ok
23172026-06-04T02:58:22.889Ztest illumos::test::address_exists_handles_missing_object ... ok
23182026-06-04T02:58:22.889Z
23192026-06-04T02:58:22.889Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23202026-06-04T02:58:22.889Z
23212026-06-04T02:58:22.892Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
23222026-06-04T02:58:22.896Z
23232026-06-04T02:58:22.896Zrunning 1 test
23242026-06-04T02:58:22.899Z -------
23252026-06-04T02:58:22.899Z Generating OpenAPI documents from API definitions ...
23262026-06-04T02:58:23.037Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23272026-06-04T02:58:23.106Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23282026-06-04T02:58:24.081Z -------
23292026-06-04T02:58:24.081Z Checking 12 OpenAPI documents...
23302026-06-04T02:58:24.081Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23312026-06-04T02:58:24.081Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23322026-06-04T02:58:24.081Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23332026-06-04T02:58:24.085Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23342026-06-04T02:58:24.085Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23352026-06-04T02:58:24.085Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23362026-06-04T02:58:24.085Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23372026-06-04T02:58:24.085Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23382026-06-04T02:58:24.085Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23392026-06-04T02:58:24.085Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23402026-06-04T02:58:24.085Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23412026-06-04T02:58:24.085Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23422026-06-04T02:58:24.085Z Fresh dpd "latest" symlink
23432026-06-04T02:58:24.085Z -------
23442026-06-04T02:58:24.085Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23452026-06-04T02:58:24.143Ztest test::test_apis_up_to_date ... ok
23462026-06-04T02:58:24.143Z
23472026-06-04T02:58:24.143Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23482026-06-04T02:58:24.143Z
23492026-06-04T02:58:24.194Z Running unittests src/main.rs (target/debug/deps/dpd-681b102da9d0184d)
23502026-06-04T02:58:24.200Z
23512026-06-04T02:58:24.200Zrunning 19 tests
23522026-06-04T02:58:24.203Ztest freemap::test_ordering ... ok
23532026-06-04T02:58:24.203Ztest config::tests::test_updates ... ok
23542026-06-04T02:58:24.203Ztest freemap::test_split ... ok
23552026-06-04T02:58:24.203Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23562026-06-04T02:58:24.203Ztest macaddrs::tests::test_mac_offset ... ok
23572026-06-04T02:58:24.206Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23582026-06-04T02:58:24.206Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23592026-06-04T02:58:24.206Ztest macaddrs::tests::test_parse_port_id ... ok
23602026-06-04T02:58:24.206Ztest nat::test_mapping ... ok
23612026-06-04T02:58:24.206Ztest port_map::tests::dump_map ... ok
23622026-06-04T02:58:24.206Ztest port_map::tests::test_backplane_group ... ok
23632026-06-04T02:58:24.206ZJun 04 02:58:23.367Jun 04 02:58:23.367 DEBGDEBG created new freemapcreated new freemapJun 04 02:58:23.367, unitDEBG: created new freemapfreemap_test, unit
23642026-06-04T02:58:24.206Z: freemap_test
23652026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG Jun 04 02:58:23.367initted freemap. size: 128 , DEBGunit :initted freemap. size: 128 , freemap_testunit
23662026-06-04T02:58:24.206Z: freemap_test
23672026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG reset freemapJun 04 02:58:23.367, unitDEBG: reset freemapfreemap_test,
23682026-06-04T02:58:24.206Zunit: freemap_test
23692026-06-04T02:58:24.206Z, unit: freemap_test
23702026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG initted freemap. size: 128, unit: freemap_test
23712026-06-04T02:58:24.206Ztest port_map::tests::test_port_map ... ok
23722026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG reset freemap, unit: freemap_test
23732026-06-04T02:58:24.206Ztest freemap::test_exhaustion ... ok
23742026-06-04T02:58:24.206Ztest freemap::test_basic ... ok
23752026-06-04T02:58:24.206Ztest freemap::test_free ... ok
23762026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG created new freemap, unit: freemap_test
23772026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG initted freemap. size: 128, unit: freemap_test
23782026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG reset freemap, unit: freemap_test
23792026-06-04T02:58:24.206Ztest freemap::test_reclaim ... ok
23802026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG created new freemap, unit: freemap_test
23812026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG initted freemap. size: 128, unit: freemap_test
23822026-06-04T02:58:24.206ZJun 04 02:58:23.367 DEBG reset freemap, unit: freemap_test
23832026-06-04T02:58:24.206Ztest freemap::test_span ... ok
23842026-06-04T02:58:24.206Ztest port_map::tests::parse_softnpu_revision ... ok
23852026-06-04T02:58:24.206Ztest api_server::tests::test_build_info ... ok
23862026-06-04T02:58:24.206Z
23872026-06-04T02:58:24.206Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23882026-06-04T02:58:24.206Z
23892026-06-04T02:58:24.210Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-203ef4c9c79540bf)
23902026-06-04T02:58:24.210Z
23912026-06-04T02:58:24.210Zrunning 0 tests
23922026-06-04T02:58:24.210Z
23932026-06-04T02:58:24.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23942026-06-04T02:58:24.210Z
23952026-06-04T02:58:24.210Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
23962026-06-04T02:58:24.213Z
23972026-06-04T02:58:24.213Zrunning 0 tests
23982026-06-04T02:58:24.213Z
23992026-06-04T02:58:24.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-06-04T02:58:24.213Z
24012026-06-04T02:58:24.213Z Running unittests src/lib.rs (target/debug/deps/dpd_client-68be126b27cd5776)
24022026-06-04T02:58:24.216Z
24032026-06-04T02:58:24.216Zrunning 6 tests
24042026-06-04T02:58:24.216Ztest tests::test_port_id_cmp ... ok
24052026-06-04T02:58:24.216Ztest tests::test_parse_client_port_id ... ok
24062026-06-04T02:58:24.216Ztest tests::test_full_lot_id_neither_present ... ok
24072026-06-04T02:58:24.216Ztest tests::test_full_lot_id_both_present ... ok
24082026-06-04T02:58:24.216Ztest tests::test_full_lot_id_lot_only ... ok
24092026-06-04T02:58:24.216Ztest tests::test_full_lot_id_lotnum_only ... ok
24102026-06-04T02:58:24.216Z
24112026-06-04T02:58:24.216Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24122026-06-04T02:58:24.216Z
24132026-06-04T02:58:24.216Z Running tests/test_all.rs (target/debug/deps/test_all-a59dab0867cd329c)
24142026-06-04T02:58:24.219Z
24152026-06-04T02:58:24.219Zrunning 0 tests
24162026-06-04T02:58:24.219Z
24172026-06-04T02:58:24.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24182026-06-04T02:58:24.219Z
24192026-06-04T02:58:24.219Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
24202026-06-04T02:58:24.219Z
24212026-06-04T02:58:24.219Zrunning 0 tests
24222026-06-04T02:58:24.219Z
24232026-06-04T02:58:24.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24242026-06-04T02:58:24.219Z
24252026-06-04T02:58:24.219Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
24262026-06-04T02:58:24.222Z
24272026-06-04T02:58:24.222Zrunning 0 tests
24282026-06-04T02:58:24.222Z
24292026-06-04T02:58:24.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24302026-06-04T02:58:24.222Z
24312026-06-04T02:58:24.222Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
24322026-06-04T02:58:24.222Z
24332026-06-04T02:58:24.222Zrunning 12 tests
24342026-06-04T02:58:24.225Ztest icmp::test_v6_checksum ... ok
24352026-06-04T02:58:24.225Ztest icmp::test_v4_checksum ... ok
24362026-06-04T02:58:24.225Ztest lldp::test_lldp_parse ... ok
24372026-06-04T02:58:24.225Ztest ipv6::test_ipv6_parse ... ok
24382026-06-04T02:58:24.225Ztest pbuf::test_byte ... ok
24392026-06-04T02:58:24.225Ztest pbuf::test_nibble ... ok
24402026-06-04T02:58:24.225Ztest pbuf::test_overflow ... ok
24412026-06-04T02:58:24.225Ztest pbuf::test_short ... ok
24422026-06-04T02:58:24.225Ztest pbuf::test_twelve ... ok
24432026-06-04T02:58:24.225Ztest pbuf::test_word ... ok
24442026-06-04T02:58:24.225Ztest tcp::test_checksum_ack_data ... ok
24452026-06-04T02:58:24.225Ztest tcp::test_checksum_syn_nodata ... ok
24462026-06-04T02:58:24.226Z
24472026-06-04T02:58:24.226Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24482026-06-04T02:58:24.226Z
24492026-06-04T02:58:24.226Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
24502026-06-04T02:58:24.226Z
24512026-06-04T02:58:24.226Zrunning 0 tests
24522026-06-04T02:58:24.226Z
24532026-06-04T02:58:24.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24542026-06-04T02:58:24.226Z
24552026-06-04T02:58:24.226Z Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd)
24562026-06-04T02:58:24.229Z
24572026-06-04T02:58:24.229Zrunning 5 tests
24582026-06-04T02:58:24.229Ztest switchport::test::test_compute_lanes ... ok
24592026-06-04T02:58:24.229Ztest switchport::test::port_id_ordering ... ok
24602026-06-04T02:58:24.229Z Lane 0 Lane 1 Lane 2 Lane 3
24612026-06-04T02:58:24.229Z Rx Loss-of-lock: Yes Yes Yes Yes
24622026-06-04T02:58:24.229Z Lane 0 Rx Loss-of-signal: Yes Yes YesLane 1 Yes
24632026-06-04T02:58:24.229ZLane 2 Rx CDR Enabled: YesLane 3
24642026-06-04T02:58:24.229ZYes Yes State: ActivatedYes
24652026-06-04T02:58:24.229ZActivated Tx Enabled: Yes Activated YesActivated
24662026-06-04T02:58:24.229ZYes Rx Output Enabled: falseYes
24672026-06-04T02:58:24.229Z Tx Loss-of-lock: No falseNo Nofalse No
24682026-06-04T02:58:24.229Zfalse
24692026-06-04T02:58:24.229Z Tx Loss-of-signal: No Rx Output Status: valid No valid Novalid Novalid
24702026-06-04T02:58:24.229Z
24712026-06-04T02:58:24.229Z Tx CDR Enabled: No Rx Loss-of-lock: true Notrue Notrue Notrue
24722026-06-04T02:58:24.229Z
24732026-06-04T02:58:24.229Z Tx Adaptive EQ Fault: No Rx Loss-of-signal: false Nofalse No false Nofalse
24742026-06-04T02:58:24.229Z
24752026-06-04T02:58:24.229Z Tx Fault: YesRx Auto-squelch Disable: true Yes trueYes Yestrue
24762026-06-04T02:58:24.229Ztrue
24772026-06-04T02:58:24.229Z Tx Output Enabled: true true true true
24782026-06-04T02:58:24.229Z Tx Output Status: invalid invalid invalid invalid
24792026-06-04T02:58:24.229Z Tx Loss-of-lock: false false false false
24802026-06-04T02:58:24.229Z Tx Loss-of-signal: true true true true
24812026-06-04T02:58:24.230ZTx Auto-squelch Disable: false false false false
24822026-06-04T02:58:24.230Z Tx Adaptive EQ Fail: true true true true
24832026-06-04T02:58:24.230Z Tx Failure: false false false false
24842026-06-04T02:58:24.230Z Tx Force Squelch: true true true true
24852026-06-04T02:58:24.230Z Tx Input Polarity: normal normal normal normal
24862026-06-04T02:58:24.230Ztest switchport::test::test_print_sff_datapath ... ok
24872026-06-04T02:58:24.230Ztest switchport::test::test_print_cmis_datapath ... ok
24882026-06-04T02:58:24.230Ztest link::test_filter ... ok
24892026-06-04T02:58:24.230Z
24902026-06-04T02:58:24.230Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-06-04T02:58:24.230Z
24922026-06-04T02:58:24.233Z Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4)
24932026-06-04T02:58:24.233Z
24942026-06-04T02:58:24.233Zrunning 1 test
24952026-06-04T02:58:24.233Ztest test_p4_counter_list ... ignored
24962026-06-04T02:58:24.233Z
24972026-06-04T02:58:24.233Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24982026-06-04T02:58:24.233Z
24992026-06-04T02:58:24.233Z Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269)
25002026-06-04T02:58:24.233Z
25012026-06-04T02:58:24.233Zrunning 5 tests
25022026-06-04T02:58:24.233Ztest test_an ... ignored
25032026-06-04T02:58:24.233Ztest test_enable ... ignored
25042026-06-04T02:58:24.233Ztest test_ip_addresses ... ignored
25052026-06-04T02:58:24.233Ztest test_kr ... ignored
25062026-06-04T02:58:24.233Ztest test_mac ... ignored
25072026-06-04T02:58:24.233Z
25082026-06-04T02:58:24.233Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-06-04T02:58:24.233Z
25102026-06-04T02:58:24.233Z Running unittests src/main.rs (target/debug/deps/tfportd-36be26df4695d9c9)
25112026-06-04T02:58:24.237Z
25122026-06-04T02:58:24.237Zrunning 3 tests
25132026-06-04T02:58:24.240Ztest linklocal::test_parse_ipadm ... ok
25142026-06-04T02:58:24.240Ztest tfport::test_parse_tfport ... ok
25152026-06-04T02:58:24.240Ztest config::tests::test_updates ... ok
25162026-06-04T02:58:24.240Z
25172026-06-04T02:58:24.240Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25182026-06-04T02:58:24.240Z
25192026-06-04T02:58:24.240Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
25202026-06-04T02:58:24.243Z
25212026-06-04T02:58:24.243Zrunning 0 tests
25222026-06-04T02:58:24.243Z
25232026-06-04T02:58:24.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-04T02:58:24.243Z
25252026-06-04T02:58:24.243Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
25262026-06-04T02:58:24.243Z
25272026-06-04T02:58:24.243Zrunning 0 tests
25282026-06-04T02:58:24.243Z
25292026-06-04T02:58:24.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-06-04T02:58:24.244Z
25312026-06-04T02:58:24.244Z Doc-tests aal
25322026-06-04T02:58:24.366Z
25332026-06-04T02:58:24.366Zrunning 0 tests
25342026-06-04T02:58:24.366Z
25352026-06-04T02:58:24.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25362026-06-04T02:58:24.367Z
25372026-06-04T02:58:24.381Z Doc-tests aal_macros
25382026-06-04T02:58:24.448Z
25392026-06-04T02:58:24.448Zrunning 0 tests
25402026-06-04T02:58:24.448Z
25412026-06-04T02:58:24.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25422026-06-04T02:58:24.448Z
25432026-06-04T02:58:24.456Z Doc-tests common
25442026-06-04T02:58:24.683Z
25452026-06-04T02:58:24.683Zrunning 0 tests
25462026-06-04T02:58:24.683Z
25472026-06-04T02:58:24.683Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25482026-06-04T02:58:24.683Z
25492026-06-04T02:58:24.702Z Doc-tests dpd_api
25502026-06-04T02:58:25.423Z
25512026-06-04T02:58:25.423Zrunning 2 tests
25522026-06-04T02:58:25.423Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25532026-06-04T02:58:25.423Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25542026-06-04T02:58:25.423Z
25552026-06-04T02:58:25.423Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-04T02:58:25.423Z
25572026-06-04T02:58:25.450Z Doc-tests dpd_client
25582026-06-04T02:58:26.735Z
25592026-06-04T02:58:26.735Zrunning 0 tests
25602026-06-04T02:58:26.735Z
25612026-06-04T02:58:26.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-04T02:58:26.735Z
25632026-06-04T02:58:26.776Z Doc-tests dpd_types
25642026-06-04T02:58:26.983Z
25652026-06-04T02:58:26.983Zrunning 0 tests
25662026-06-04T02:58:26.983Z
25672026-06-04T02:58:26.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-04T02:58:26.983Z
25692026-06-04T02:58:27.005Z Doc-tests dpd_types_versions
25702026-06-04T02:58:28.207Z
25712026-06-04T02:58:28.207Zrunning 1 test
25722026-06-04T02:58:28.207Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25732026-06-04T02:58:28.207Z
25742026-06-04T02:58:28.207Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25752026-06-04T02:58:28.207Z
25762026-06-04T02:58:28.246Z Doc-tests packet
25772026-06-04T02:58:28.355Z
25782026-06-04T02:58:28.355Zrunning 0 tests
25792026-06-04T02:58:28.355Z
25802026-06-04T02:58:28.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25812026-06-04T02:58:28.355Z
25822026-06-04T02:58:28.368Z Doc-tests pcap
25832026-06-04T02:58:28.421Z
25842026-06-04T02:58:28.421Zrunning 0 tests
25852026-06-04T02:58:28.421Z
25862026-06-04T02:58:28.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25872026-06-04T02:58:28.421Z
25882026-06-04T02:58:28.487Z+ for feat in tofino_stub tofino_asic softnpu chaos
25892026-06-04T02:58:28.487Z+ RUST_BACKTRACE=full
25902026-06-04T02:58:28.487Z+ cargo test --features tofino_asic --no-fail-fast
25912026-06-04T02:58:29.085Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25922026-06-04T02:58:29.161Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25932026-06-04T02:58:29.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25942026-06-04T02:58:29.175Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25952026-06-04T02:58:37.612Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25962026-06-04T02:58:38.680Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25972026-06-04T02:59:17.687Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.18s
25982026-06-04T02:59:17.800Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
25992026-06-04T02:59:17.806Z
26002026-06-04T02:59:17.806Zrunning 5 tests
26012026-06-04T02:59:17.806Ztest fuse::tests::chip_revision_a0 ... ok
26022026-06-04T02:59:17.806Ztest fuse::tests::chip_revision_b1 ... ok
26032026-06-04T02:59:17.807Ztest fuse::tests::chip_revision_b0 ... ok
26042026-06-04T02:59:17.807Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26052026-06-04T02:59:17.807Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26062026-06-04T02:59:17.807Z
26072026-06-04T02:59:17.807Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26082026-06-04T02:59:17.807Z
26092026-06-04T02:59:17.807Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26102026-06-04T02:59:17.815Z
26112026-06-04T02:59:17.815Zrunning 0 tests
26122026-06-04T02:59:17.815Z
26132026-06-04T02:59:17.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26142026-06-04T02:59:17.815Z
26152026-06-04T02:59:17.815Z Running unittests src/lib.rs (target/debug/deps/asic-f3ea2d96ea1302b5)
26162026-06-04T02:59:17.912Z
26172026-06-04T02:59:17.912Zrunning 8 tests
26182026-06-04T02:59:17.917Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26192026-06-04T02:59:17.917Ztest tofino_asic::qsfp::tests::fix_link ... ok
26202026-06-04T02:59:17.918Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26212026-06-04T02:59:17.918Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26222026-06-04T02:59:17.918Ztest tofino_asic::stats::constants_sanity_check ... ok
26232026-06-04T02:59:17.918Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26242026-06-04T02:59:17.925Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26252026-06-04T02:59:18.412Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26262026-06-04T02:59:18.412Z
26272026-06-04T02:59:18.412Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26282026-06-04T02:59:18.412Z
26292026-06-04T02:59:18.435Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
26302026-06-04T02:59:18.442Z
26312026-06-04T02:59:18.442Zrunning 10 tests
26322026-06-04T02:59:18.442Ztest network::tests::test_equal ... ok
26332026-06-04T02:59:18.442Ztest nat::tests::test_vni ... ok
26342026-06-04T02:59:18.442Ztest network::tests::test_eui64 ... ok
26352026-06-04T02:59:18.442Ztest network::tests::test_generate_ipv6_link_local ... ok
26362026-06-04T02:59:18.442Ztest network::tests::test_into ... ok
26372026-06-04T02:59:18.442Ztest network::tests::test_not_equal ... ok
26382026-06-04T02:59:18.442Ztest network::tests::test_to_string ... ok
26392026-06-04T02:59:18.442Ztest network::tests::test_parse ... ok
26402026-06-04T02:59:18.442Ztest test_purge ... ok
26412026-06-04T02:59:18.442Ztest illumos::test::address_exists_handles_missing_object ... ok
26422026-06-04T02:59:18.442Z
26432026-06-04T02:59:18.443Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26442026-06-04T02:59:18.443Z
26452026-06-04T02:59:18.443Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
26462026-06-04T02:59:18.443Z
26472026-06-04T02:59:18.443Zrunning 1 test
26482026-06-04T02:59:18.443Z -------
26492026-06-04T02:59:18.443Z Generating OpenAPI documents from API definitions ...
26502026-06-04T02:59:18.585Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26512026-06-04T02:59:18.653Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26522026-06-04T02:59:19.619Z -------
26532026-06-04T02:59:19.619Z Checking 12 OpenAPI documents...
26542026-06-04T02:59:19.619Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26552026-06-04T02:59:19.619Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26562026-06-04T02:59:19.619Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26572026-06-04T02:59:19.619Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26582026-06-04T02:59:19.619Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26592026-06-04T02:59:19.619Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26602026-06-04T02:59:19.627Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26612026-06-04T02:59:19.627Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26622026-06-04T02:59:19.628Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26632026-06-04T02:59:19.628Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26642026-06-04T02:59:19.628Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26652026-06-04T02:59:19.628Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26662026-06-04T02:59:19.628Z Fresh dpd "latest" symlink
26672026-06-04T02:59:19.628Z -------
26682026-06-04T02:59:19.628Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26692026-06-04T02:59:19.673Ztest test::test_apis_up_to_date ... ok
26702026-06-04T02:59:19.673Z
26712026-06-04T02:59:19.673Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.24s
26722026-06-04T02:59:19.673Z
26732026-06-04T02:59:19.732Z Running unittests src/main.rs (target/debug/deps/dpd-a9e8b950668bdaf2)
26742026-06-04T02:59:19.800Z
26752026-06-04T02:59:19.800Zrunning 51 tests
26762026-06-04T02:59:19.817Ztest freemap::test_ordering ... ok
26772026-06-04T02:59:19.817Ztest config::tests::test_updates ... ok
26782026-06-04T02:59:19.817Ztest freemap::test_split ... ok
26792026-06-04T02:59:19.817Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26802026-06-04T02:59:19.817Ztest macaddrs::tests::test_mac_offset ... ok
26812026-06-04T02:59:19.817Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26822026-06-04T02:59:19.817Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26832026-06-04T02:59:19.817Ztest macaddrs::tests::test_parse_port_id ... ok
26842026-06-04T02:59:19.817Ztest nat::test_mapping ... ok
26852026-06-04T02:59:19.818Ztest port_map::tests::dump_map ... ok
26862026-06-04T02:59:19.822Ztest port_map::tests::test_backplane_group ... ok
26872026-06-04T02:59:19.822Ztest port_map::tests::test_port_map ... ok
26882026-06-04T02:59:19.822Ztest transceivers::mpn_test::test_mpn_missing ... ok
26892026-06-04T02:59:19.822Ztest transceivers::mpn_test::test_mpn_present ... ok
26902026-06-04T02:59:19.822Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26912026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG created new freemap, unit: freemap_test
26922026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG initted freemap. size: 128, unit: freemap_test
26932026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG reset freemap, unit: freemap_test
26942026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG created new freemap, unitJun 04 02:59:18.967: DEBGfreemap_test
26952026-06-04T02:59:19.822Zcreated new freemap, unit: freemap_testJun 04 02:59:18.967
26962026-06-04T02:59:19.822ZDEBG initted freemap. size: 128, unit: freemap_testJun 04 02:59:18.967
26972026-06-04T02:59:19.822Z DEBG initted freemap. size: 128, Jun 04 02:59:18.967unit :DEBG freemap_testreset freemap
26982026-06-04T02:59:19.822Z, unit: freemap_test
26992026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG reset freemap, unit: freemap_test
27002026-06-04T02:59:19.822Ztest freemap::test_exhaustion ... ok
27012026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG created new freemap, unit: freemap_test
27022026-06-04T02:59:19.822ZJun 04 02:59:18.967 DEBG initted freemap. size: 128, unit: freemap_test
27032026-06-04T02:59:19.823ZJun 04 02:59:18.967 DEBG reset freemap, unit: freemap_test
27042026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27052026-06-04T02:59:19.823Ztest freemap::test_free ... ok
27062026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27072026-06-04T02:59:19.823ZJun 04 02:59:18.967 DEBG created new freemap, unit: freemap_test
27082026-06-04T02:59:19.823Ztest freemap::test_basic ... ok
27092026-06-04T02:59:19.823ZJun 04 02:59:18.967 DEBG initted freemap. size: 128, unit: freemap_test
27102026-06-04T02:59:19.823ZJun 04 02:59:18.967 DEBG reset freemap, unit: freemap_test
27112026-06-04T02:59:19.823Ztest freemap::test_span ... ok
27122026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27132026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27142026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27152026-06-04T02:59:19.823Ztest freemap::test_reclaim ... ok
27162026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27172026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27182026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27192026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27202026-06-04T02:59:19.823Ztest port_map::tests::parse_softnpu_revision ... ok
27212026-06-04T02:59:19.823Ztest api_server::tests::test_build_info ... ok
27222026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27232026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27242026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27252026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27262026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27272026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27282026-06-04T02:59:19.823Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27292026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27302026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27312026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27322026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27332026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27342026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27352026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27362026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27372026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27382026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27392026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27402026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27412026-06-04T02:59:19.824Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27422026-06-04T02:59:19.824Z
27432026-06-04T02:59:19.824Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27442026-06-04T02:59:19.824Z
27452026-06-04T02:59:19.824Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f33242c36e80d73c)
27462026-06-04T02:59:19.830Z
27472026-06-04T02:59:19.830Zrunning 0 tests
27482026-06-04T02:59:19.830Z
27492026-06-04T02:59:19.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27502026-06-04T02:59:19.830Z
27512026-06-04T02:59:19.830Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
27522026-06-04T02:59:19.830Z
27532026-06-04T02:59:19.830Zrunning 0 tests
27542026-06-04T02:59:19.830Z
27552026-06-04T02:59:19.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27562026-06-04T02:59:19.830Z
27572026-06-04T02:59:19.830Z Running unittests src/lib.rs (target/debug/deps/dpd_client-bfa70fbb977a31aa)
27582026-06-04T02:59:19.830Z
27592026-06-04T02:59:19.830Zrunning 6 tests
27602026-06-04T02:59:19.830Ztest tests::test_full_lot_id_neither_present ... ok
27612026-06-04T02:59:19.830Ztest tests::test_full_lot_id_lot_only ... ok
27622026-06-04T02:59:19.830Ztest tests::test_full_lot_id_both_present ... ok
27632026-06-04T02:59:19.830Ztest tests::test_full_lot_id_lotnum_only ... ok
27642026-06-04T02:59:19.830Ztest tests::test_parse_client_port_id ... ok
27652026-06-04T02:59:19.830Ztest tests::test_port_id_cmp ... ok
27662026-06-04T02:59:19.830Z
27672026-06-04T02:59:19.831Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27682026-06-04T02:59:19.831Z
27692026-06-04T02:59:19.831Z Running tests/test_all.rs (target/debug/deps/test_all-21c97cf8f607473f)
27702026-06-04T02:59:19.834Z
27712026-06-04T02:59:19.834Zrunning 0 tests
27722026-06-04T02:59:19.834Z
27732026-06-04T02:59:19.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27742026-06-04T02:59:19.834Z
27752026-06-04T02:59:19.834Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
27762026-06-04T02:59:19.834Z
27772026-06-04T02:59:19.834Zrunning 0 tests
27782026-06-04T02:59:19.834Z
27792026-06-04T02:59:19.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27802026-06-04T02:59:19.834Z
27812026-06-04T02:59:19.834Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
27822026-06-04T02:59:19.834Z
27832026-06-04T02:59:19.834Zrunning 0 tests
27842026-06-04T02:59:19.834Z
27852026-06-04T02:59:19.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27862026-06-04T02:59:19.835Z
27872026-06-04T02:59:19.835Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
27882026-06-04T02:59:19.838Z
27892026-06-04T02:59:19.838Zrunning 12 tests
27902026-06-04T02:59:19.839Ztest icmp::test_v6_checksum ... ok
27912026-06-04T02:59:19.839Ztest icmp::test_v4_checksum ... ok
27922026-06-04T02:59:19.839Ztest ipv6::test_ipv6_parse ... ok
27932026-06-04T02:59:19.839Ztest lldp::test_lldp_parse ... ok
27942026-06-04T02:59:19.839Ztest pbuf::test_byte ... ok
27952026-06-04T02:59:19.839Ztest pbuf::test_nibble ... ok
27962026-06-04T02:59:19.839Ztest pbuf::test_short ... ok
27972026-06-04T02:59:19.839Ztest pbuf::test_twelve ... ok
27982026-06-04T02:59:19.839Ztest pbuf::test_word ... ok
27992026-06-04T02:59:19.839Ztest pbuf::test_overflow ... ok
28002026-06-04T02:59:19.839Ztest tcp::test_checksum_syn_nodata ... ok
28012026-06-04T02:59:19.839Ztest tcp::test_checksum_ack_data ... ok
28022026-06-04T02:59:19.839Z
28032026-06-04T02:59:19.839Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28042026-06-04T02:59:19.839Z
28052026-06-04T02:59:19.839Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
28062026-06-04T02:59:19.839Z
28072026-06-04T02:59:19.839Zrunning 0 tests
28082026-06-04T02:59:19.839Z
28092026-06-04T02:59:19.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28102026-06-04T02:59:19.839Z
28112026-06-04T02:59:19.839Z Running unittests src/main.rs (target/debug/deps/swadm-5906499735e04912)
28122026-06-04T02:59:19.844Z
28132026-06-04T02:59:19.844Zrunning 5 tests
28142026-06-04T02:59:19.844Ztest switchport::test::test_compute_lanes ... ok
28152026-06-04T02:59:19.844Ztest switchport::test::port_id_ordering ... ok
28162026-06-04T02:59:19.844Z Lane 0 Lane 1 Lane 2 Lane 3
28172026-06-04T02:59:19.844Z Lane 0 Rx Loss-of-lock: Yes Yes Lane 1Yes Lane 2Yes
28182026-06-04T02:59:19.844ZLane 3 Rx Loss-of-signal: Yes
28192026-06-04T02:59:19.844Z State: ActivatedYes ActivatedYes Yes
28202026-06-04T02:59:19.844ZActivated Rx CDR Enabled: YesActivated
28212026-06-04T02:59:19.844ZYes Rx Output Enabled: false Yesfalse Yes
28222026-06-04T02:59:19.844Zfalse Tx Enabled: Yesfalse
28232026-06-04T02:59:19.844ZYes Rx Output Status: validYes valid Yes
28242026-06-04T02:59:19.844Zvalid Tx Loss-of-lock: No valid
28252026-06-04T02:59:19.844ZNo Rx Loss-of-lock: true trueNo trueNo
28262026-06-04T02:59:19.844Z true
28272026-06-04T02:59:19.844Z Tx Loss-of-signal: No Rx Loss-of-signal: false Nofalse Nofalse No
28282026-06-04T02:59:19.844Zfalse
28292026-06-04T02:59:19.844Z Tx CDR Enabled: NoRx Auto-squelch Disable: true trueNo trueNo trueNo
28302026-06-04T02:59:19.844Z
28312026-06-04T02:59:19.844Z Tx Adaptive EQ Fault: No Tx Output Enabled: true trueNo true Notrue
28322026-06-04T02:59:19.845ZNo
28332026-06-04T02:59:19.845Z Tx Output Status: invalid Tx Fault: Yes invalid Yes Yesinvalid Yesinvalid
28342026-06-04T02:59:19.845Z
28352026-06-04T02:59:19.845Z Tx Loss-of-lock: false false false false
28362026-06-04T02:59:19.845Z Tx Loss-of-signal: true true true true
28372026-06-04T02:59:19.845ZTx Auto-squelch Disable: false false false false
28382026-06-04T02:59:19.845Z Tx Adaptive EQ Fail: true true true true
28392026-06-04T02:59:19.845Z Tx Failure: false false false false
28402026-06-04T02:59:19.845Z Tx Force Squelch: true true true true
28412026-06-04T02:59:19.845Z Tx Input Polarity: normal normal normal normal
28422026-06-04T02:59:19.845Ztest switchport::test::test_print_sff_datapath ... ok
28432026-06-04T02:59:19.845Ztest switchport::test::test_print_cmis_datapath ... ok
28442026-06-04T02:59:19.845Ztest link::test_filter ... ok
28452026-06-04T02:59:19.845Z
28462026-06-04T02:59:19.845Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28472026-06-04T02:59:19.845Z
28482026-06-04T02:59:19.851Z Running tests/counters.rs (target/debug/deps/counters-f71c2a83967c77bb)
28492026-06-04T02:59:19.851Z
28502026-06-04T02:59:19.851Zrunning 1 test
28512026-06-04T02:59:19.851Ztest test_p4_counter_list ... ignored
28522026-06-04T02:59:19.851Z
28532026-06-04T02:59:19.852Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28542026-06-04T02:59:19.852Z
28552026-06-04T02:59:19.852Z Running tests/port-link.rs (target/debug/deps/port_link-a201c2900e42d4f4)
28562026-06-04T02:59:19.852Z
28572026-06-04T02:59:19.852Zrunning 5 tests
28582026-06-04T02:59:19.852Ztest test_an ... ignored
28592026-06-04T02:59:19.852Ztest test_enable ... ignored
28602026-06-04T02:59:19.852Ztest test_ip_addresses ... ignored
28612026-06-04T02:59:19.852Ztest test_kr ... ignored
28622026-06-04T02:59:19.852Ztest test_mac ... ignored
28632026-06-04T02:59:19.852Z
28642026-06-04T02:59:19.852Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28652026-06-04T02:59:19.852Z
28662026-06-04T02:59:19.852Z Running unittests src/main.rs (target/debug/deps/tfportd-15c7a14cdec26709)
28672026-06-04T02:59:19.857Z
28682026-06-04T02:59:19.857Zrunning 3 tests
28692026-06-04T02:59:19.857Ztest linklocal::test_parse_ipadm ... ok
28702026-06-04T02:59:19.857Ztest tfport::test_parse_tfport ... ok
28712026-06-04T02:59:19.857Ztest config::tests::test_updates ... ok
28722026-06-04T02:59:19.857Z
28732026-06-04T02:59:19.857Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28742026-06-04T02:59:19.857Z
28752026-06-04T02:59:19.857Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
28762026-06-04T02:59:19.857Z
28772026-06-04T02:59:19.857Zrunning 0 tests
28782026-06-04T02:59:19.857Z
28792026-06-04T02:59:19.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-04T02:59:19.858Z
28812026-06-04T02:59:19.858Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
28822026-06-04T02:59:19.858Z
28832026-06-04T02:59:19.858Zrunning 0 tests
28842026-06-04T02:59:19.858Z
28852026-06-04T02:59:19.858Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-06-04T02:59:19.858Z
28872026-06-04T02:59:19.858Z Doc-tests aal
28882026-06-04T02:59:19.983Z
28892026-06-04T02:59:19.983Zrunning 0 tests
28902026-06-04T02:59:19.983Z
28912026-06-04T02:59:19.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28922026-06-04T02:59:19.983Z
28932026-06-04T02:59:19.989Z Doc-tests aal_macros
28942026-06-04T02:59:20.056Z
28952026-06-04T02:59:20.056Zrunning 0 tests
28962026-06-04T02:59:20.056Z
28972026-06-04T02:59:20.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28982026-06-04T02:59:20.057Z
28992026-06-04T02:59:20.066Z Doc-tests common
29002026-06-04T02:59:21.106Z
29012026-06-04T02:59:21.106Zrunning 0 tests
29022026-06-04T02:59:21.106Z
29032026-06-04T02:59:21.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29042026-06-04T02:59:21.107Z
29052026-06-04T02:59:21.130Z Doc-tests dpd_api
29062026-06-04T02:59:21.130Z
29072026-06-04T02:59:21.130Zrunning 2 tests
29082026-06-04T02:59:21.130Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29092026-06-04T02:59:21.130Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29102026-06-04T02:59:21.130Z
29112026-06-04T02:59:21.130Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-04T02:59:21.130Z
29132026-06-04T02:59:21.130Z Doc-tests dpd_client
29142026-06-04T02:59:22.355Z
29152026-06-04T02:59:22.355Zrunning 0 tests
29162026-06-04T02:59:22.355Z
29172026-06-04T02:59:22.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-04T02:59:22.355Z
29192026-06-04T02:59:22.401Z Doc-tests dpd_types
29202026-06-04T02:59:22.610Z
29212026-06-04T02:59:22.610Zrunning 0 tests
29222026-06-04T02:59:22.610Z
29232026-06-04T02:59:22.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-04T02:59:22.610Z
29252026-06-04T02:59:22.635Z Doc-tests dpd_types_versions
29262026-06-04T02:59:23.842Z
29272026-06-04T02:59:23.842Zrunning 1 test
29282026-06-04T02:59:23.842Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29292026-06-04T02:59:23.843Z
29302026-06-04T02:59:23.843Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29312026-06-04T02:59:23.843Z
29322026-06-04T02:59:23.885Z Doc-tests packet
29332026-06-04T02:59:23.995Z
29342026-06-04T02:59:23.995Zrunning 0 tests
29352026-06-04T02:59:23.995Z
29362026-06-04T02:59:23.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29372026-06-04T02:59:23.995Z
29382026-06-04T02:59:24.010Z Doc-tests pcap
29392026-06-04T02:59:24.063Z
29402026-06-04T02:59:24.063Zrunning 0 tests
29412026-06-04T02:59:24.063Z
29422026-06-04T02:59:24.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29432026-06-04T02:59:24.063Z
29442026-06-04T02:59:24.110Z+ for feat in tofino_stub tofino_asic softnpu chaos
29452026-06-04T02:59:24.110Z+ RUST_BACKTRACE=full
29462026-06-04T02:59:24.110Z+ cargo test --features softnpu --no-fail-fast
29472026-06-04T02:59:24.755Z Compiling num-integer v0.1.46
29482026-06-04T02:59:24.841Z Compiling num-complex v0.4.6
29492026-06-04T02:59:24.890Z Compiling bitstruct_derive v0.1.0
29502026-06-04T02:59:24.892Z Compiling tap v1.0.1
29512026-06-04T02:59:25.017Z Compiling wyz v0.5.1
29522026-06-04T02:59:25.138Z Compiling num-rational v0.4.2
29532026-06-04T02:59:25.179Z Compiling num-iter v0.1.45
29542026-06-04T02:59:25.192Z Compiling num-bigint v0.4.6
29552026-06-04T02:59:25.284Z Compiling radium v0.7.0
29562026-06-04T02:59:25.303Z Compiling funty v2.0.0
29572026-06-04T02:59:25.369Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29582026-06-04T02:59:25.386Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29592026-06-04T02:59:25.491Z Compiling num v0.4.3
29602026-06-04T02:59:25.571Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29612026-06-04T02:59:25.581Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29622026-06-04T02:59:25.618Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29632026-06-04T02:59:25.664Z Compiling bitvec v1.0.1
29642026-06-04T02:59:25.716Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29652026-06-04T02:59:25.854Z Compiling typeid v1.0.3
29662026-06-04T02:59:25.893Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29672026-06-04T02:59:25.969Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29682026-06-04T02:59:25.978Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29692026-06-04T02:59:26.018Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29702026-06-04T02:59:26.329Z Compiling ascii v1.1.0
29712026-06-04T02:59:26.579Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-06-04T02:59:26.878Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29732026-06-04T02:59:26.941Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29742026-06-04T02:59:27.032Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29752026-06-04T02:59:27.110Z Compiling erased-serde v0.4.8
29762026-06-04T02:59:27.152Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29772026-06-04T02:59:27.273Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29782026-06-04T02:59:27.357Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29792026-06-04T02:59:27.604Z Compiling bitstruct v0.1.1
29802026-06-04T02:59:27.931Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29812026-06-04T02:59:27.965Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-06-04T02:59:27.981Z Compiling serde_arrays v0.1.0
29832026-06-04T02:59:27.991Z Compiling libloading v0.7.4
29842026-06-04T02:59:28.203Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T02:59:28.239Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29862026-06-04T02:59:28.775Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-06-04T02:59:29.008Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29882026-06-04T02:59:30.213Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29892026-06-04T02:59:30.987Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29902026-06-04T02:59:36.998Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29912026-06-04T02:59:37.217Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29922026-06-04T02:59:37.220Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29932026-06-04T02:59:37.275Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29942026-06-04T02:59:37.287Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29952026-06-04T02:59:37.858Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29962026-06-04T02:59:38.303Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29972026-06-04T02:59:39.710Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29982026-06-04T02:59:42.316Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29992026-06-04T02:59:42.792Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30002026-06-04T02:59:44.303Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30012026-06-04T02:59:45.677Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30022026-06-04T02:59:45.922Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30032026-06-04T02:59:46.367Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30042026-06-04T02:59:54.619Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30052026-06-04T02:59:57.110Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30062026-06-04T02:59:59.673Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30072026-06-04T03:00:41.694Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30082026-06-04T03:00:41.810Z Running unittests src/lib.rs (target/debug/deps/aal-50210d4c57b7f021)
30092026-06-04T03:00:41.813Z
30102026-06-04T03:00:41.814Zrunning 5 tests
30112026-06-04T03:00:41.814Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30122026-06-04T03:00:41.814Ztest fuse::tests::chip_revision_b0 ... ok
30132026-06-04T03:00:41.814Ztest fuse::tests::chip_revision_b1 ... ok
30142026-06-04T03:00:41.814Ztest fuse::tests::chip_revision_a0 ... ok
30152026-06-04T03:00:41.814Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30162026-06-04T03:00:41.814Z
30172026-06-04T03:00:41.814Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30182026-06-04T03:00:41.814Z
30192026-06-04T03:00:41.814Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30202026-06-04T03:00:41.818Z
30212026-06-04T03:00:41.818Zrunning 0 tests
30222026-06-04T03:00:41.818Z
30232026-06-04T03:00:41.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30242026-06-04T03:00:41.818Z
30252026-06-04T03:00:41.818Z Running unittests src/lib.rs (target/debug/deps/asic-9b8066f67d17b1d8)
30262026-06-04T03:00:41.821Z
30272026-06-04T03:00:41.821Zrunning 0 tests
30282026-06-04T03:00:41.821Z
30292026-06-04T03:00:41.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30302026-06-04T03:00:41.821Z
30312026-06-04T03:00:41.821Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
30322026-06-04T03:00:41.821Z
30332026-06-04T03:00:41.821Zrunning 10 tests
30342026-06-04T03:00:41.825Ztest nat::tests::test_vni ... ok
30352026-06-04T03:00:41.825Ztest network::tests::test_equal ... ok
30362026-06-04T03:00:41.825Ztest network::tests::test_eui64 ... ok
30372026-06-04T03:00:41.825Ztest network::tests::test_into ... ok
30382026-06-04T03:00:41.825Ztest network::tests::test_generate_ipv6_link_local ... ok
30392026-06-04T03:00:41.826Ztest network::tests::test_not_equal ... ok
30402026-06-04T03:00:41.826Ztest network::tests::test_parse ... ok
30412026-06-04T03:00:41.826Ztest network::tests::test_to_string ... ok
30422026-06-04T03:00:41.826Ztest test_purge ... ok
30432026-06-04T03:00:41.826Ztest illumos::test::address_exists_handles_missing_object ... ok
30442026-06-04T03:00:41.826Z
30452026-06-04T03:00:41.826Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-06-04T03:00:41.826Z
30472026-06-04T03:00:41.826Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1559be7980dc2d73)
30482026-06-04T03:00:41.829Z
30492026-06-04T03:00:41.829Zrunning 1 test
30502026-06-04T03:00:41.833Z -------
30512026-06-04T03:00:41.834Z Generating OpenAPI documents from API definitions ...
30522026-06-04T03:00:41.974Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30532026-06-04T03:00:42.043Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30542026-06-04T03:00:43.045Z -------
30552026-06-04T03:00:43.045Z Checking 12 OpenAPI documents...
30562026-06-04T03:00:43.046Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30572026-06-04T03:00:43.046Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30582026-06-04T03:00:43.046Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30592026-06-04T03:00:43.049Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30602026-06-04T03:00:43.049Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30612026-06-04T03:00:43.049Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30622026-06-04T03:00:43.049Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30632026-06-04T03:00:43.049Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30642026-06-04T03:00:43.049Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30652026-06-04T03:00:43.049Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30662026-06-04T03:00:43.049Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30672026-06-04T03:00:43.049Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30682026-06-04T03:00:43.049Z Fresh dpd "latest" symlink
30692026-06-04T03:00:43.049Z -------
30702026-06-04T03:00:43.049Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30712026-06-04T03:00:43.111Ztest test::test_apis_up_to_date ... ok
30722026-06-04T03:00:43.111Z
30732026-06-04T03:00:43.111Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
30742026-06-04T03:00:43.111Z
30752026-06-04T03:00:43.171Z Running unittests src/main.rs (target/debug/deps/dpd-c0b9c1f6efb971fc)
30762026-06-04T03:00:43.177Z
30772026-06-04T03:00:43.177Zrunning 19 tests
30782026-06-04T03:00:43.182Ztest freemap::test_ordering ... ok
30792026-06-04T03:00:43.182Ztest config::tests::test_updates ... ok
30802026-06-04T03:00:43.182Ztest freemap::test_split ... ok
30812026-06-04T03:00:43.182Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30822026-06-04T03:00:43.182Ztest macaddrs::tests::test_mac_offset ... ok
30832026-06-04T03:00:43.182Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30842026-06-04T03:00:43.182Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30852026-06-04T03:00:43.182Ztest nat::test_mapping ... ok
30862026-06-04T03:00:43.182Ztest macaddrs::tests::test_parse_port_id ... ok
30872026-06-04T03:00:43.182Ztest port_map::tests::dump_map ... ok
30882026-06-04T03:00:43.185Ztest port_map::tests::test_backplane_group ... ok
30892026-06-04T03:00:43.185Ztest port_map::tests::test_port_map ... ok
30902026-06-04T03:00:43.186ZJun 04 03:00:42.343Jun 04 03:00:42.343 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
30912026-06-04T03:00:43.186Z
30922026-06-04T03:00:43.186ZJun 04 03:00:42.343 Jun 04 03:00:42.343DEBG Jun 04 03:00:42.343 DEBG initted freemap. size: 128, unit:created new freemap freemap_test
30932026-06-04T03:00:43.186Z, unit: freemap_testJun 04 03:00:42.343
30942026-06-04T03:00:43.186ZDEBG reset freemap, unit: freemap_test
30952026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG initted freemap. size: 128, unit: freemap_test
30962026-06-04T03:00:43.186ZDEBG Jun 04 03:00:42.343initted freemap. size: 128 DEBG , reset freemapunit, :unit :freemap_test
30972026-06-04T03:00:43.186Zfreemap_test
30982026-06-04T03:00:43.186ZJun 04 03:00:42.343Jun 04 03:00:42.343 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test
30992026-06-04T03:00:43.186Z
31002026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG initted freemap. size: 128, unit: freemap_test
31012026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG reset freemap, unit: freemap_test
31022026-06-04T03:00:43.186Ztest freemap::test_basic ... ok
31032026-06-04T03:00:43.186Ztest freemap::test_free ... ok
31042026-06-04T03:00:43.186Ztest freemap::test_reclaim ... ok
31052026-06-04T03:00:43.186Ztest freemap::test_exhaustion ... ok
31062026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG created new freemap, unit: freemap_test
31072026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG initted freemap. size: 128, unit: freemap_test
31082026-06-04T03:00:43.186ZJun 04 03:00:42.343 DEBG reset freemap, unit: freemap_test
31092026-06-04T03:00:43.186Ztest freemap::test_span ... ok
31102026-06-04T03:00:43.186Ztest port_map::tests::parse_softnpu_revision ... ok
31112026-06-04T03:00:43.186Ztest api_server::tests::test_build_info ... ok
31122026-06-04T03:00:43.186Z
31132026-06-04T03:00:43.186Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31142026-06-04T03:00:43.186Z
31152026-06-04T03:00:43.187Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-1f7d47aa28aff758)
31162026-06-04T03:00:43.190Z
31172026-06-04T03:00:43.190Zrunning 0 tests
31182026-06-04T03:00:43.190Z
31192026-06-04T03:00:43.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31202026-06-04T03:00:43.190Z
31212026-06-04T03:00:43.190Z Running unittests src/lib.rs (target/debug/deps/dpd_api-eb9f84e061daf544)
31222026-06-04T03:00:43.190Z
31232026-06-04T03:00:43.190Zrunning 0 tests
31242026-06-04T03:00:43.190Z
31252026-06-04T03:00:43.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-06-04T03:00:43.190Z
31272026-06-04T03:00:43.190Z Running unittests src/lib.rs (target/debug/deps/dpd_client-88f58d3d5b12b97b)
31282026-06-04T03:00:43.193Z
31292026-06-04T03:00:43.193Zrunning 6 tests
31302026-06-04T03:00:43.194Ztest tests::test_parse_client_port_id ... ok
31312026-06-04T03:00:43.194Ztest tests::test_full_lot_id_both_present ... ok
31322026-06-04T03:00:43.194Ztest tests::test_full_lot_id_lotnum_only ... ok
31332026-06-04T03:00:43.194Ztest tests::test_full_lot_id_lot_only ... ok
31342026-06-04T03:00:43.194Ztest tests::test_full_lot_id_neither_present ... ok
31352026-06-04T03:00:43.194Ztest tests::test_port_id_cmp ... ok
31362026-06-04T03:00:43.194Z
31372026-06-04T03:00:43.194Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31382026-06-04T03:00:43.194Z
31392026-06-04T03:00:43.194Z Running tests/test_all.rs (target/debug/deps/test_all-ec2c30eb506ad765)
31402026-06-04T03:00:43.194Z
31412026-06-04T03:00:43.194Zrunning 0 tests
31422026-06-04T03:00:43.194Z
31432026-06-04T03:00:43.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31442026-06-04T03:00:43.194Z
31452026-06-04T03:00:43.194Z Running unittests src/lib.rs (target/debug/deps/dpd_types-da01ae11583fdb41)
31462026-06-04T03:00:43.197Z
31472026-06-04T03:00:43.197Zrunning 0 tests
31482026-06-04T03:00:43.197Z
31492026-06-04T03:00:43.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31502026-06-04T03:00:43.197Z
31512026-06-04T03:00:43.197Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fc563e1bc9de343d)
31522026-06-04T03:00:43.201Z
31532026-06-04T03:00:43.201Zrunning 0 tests
31542026-06-04T03:00:43.201Z
31552026-06-04T03:00:43.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31562026-06-04T03:00:43.201Z
31572026-06-04T03:00:43.201Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
31582026-06-04T03:00:43.201Z
31592026-06-04T03:00:43.201Zrunning 12 tests
31602026-06-04T03:00:43.204Ztest icmp::test_v6_checksum ... ok
31612026-06-04T03:00:43.204Ztest icmp::test_v4_checksum ... ok
31622026-06-04T03:00:43.204Ztest ipv6::test_ipv6_parse ... ok
31632026-06-04T03:00:43.205Ztest lldp::test_lldp_parse ... ok
31642026-06-04T03:00:43.205Ztest pbuf::test_byte ... ok
31652026-06-04T03:00:43.205Ztest pbuf::test_nibble ... ok
31662026-06-04T03:00:43.205Ztest pbuf::test_overflow ... ok
31672026-06-04T03:00:43.205Ztest pbuf::test_short ... ok
31682026-06-04T03:00:43.205Ztest pbuf::test_twelve ... ok
31692026-06-04T03:00:43.205Ztest pbuf::test_word ... ok
31702026-06-04T03:00:43.205Ztest tcp::test_checksum_syn_nodata ... ok
31712026-06-04T03:00:43.205Ztest tcp::test_checksum_ack_data ... ok
31722026-06-04T03:00:43.205Z
31732026-06-04T03:00:43.205Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31742026-06-04T03:00:43.205Z
31752026-06-04T03:00:43.205Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
31762026-06-04T03:00:43.205Z
31772026-06-04T03:00:43.205Zrunning 0 tests
31782026-06-04T03:00:43.205Z
31792026-06-04T03:00:43.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31802026-06-04T03:00:43.205Z
31812026-06-04T03:00:43.205Z Running unittests src/main.rs (target/debug/deps/swadm-02a6ee1f1d675fbd)
31822026-06-04T03:00:43.211Z
31832026-06-04T03:00:43.211Zrunning 5 tests
31842026-06-04T03:00:43.216Ztest switchport::test::test_compute_lanes ... ok
31852026-06-04T03:00:43.219Ztest link::test_filter ... ok
31862026-06-04T03:00:43.219Ztest switchport::test::port_id_ordering ... ok
31872026-06-04T03:00:43.219Z Lane 0 Lane 0 Lane 1 Lane 2Lane 1 Lane 3Lane 2
31882026-06-04T03:00:43.219Z Lane 3 Rx Loss-of-lock: Yes Yes Yes Yes
31892026-06-04T03:00:43.219Z Rx Loss-of-signal: Yes Yes Yes Yes
31902026-06-04T03:00:43.219Z Rx CDR Enabled: Yes Yes Yes Yes
31912026-06-04T03:00:43.219Z Tx Enabled: Yes Yes Yes Yes
31922026-06-04T03:00:43.219Z Tx Loss-of-lock: No No No No
31932026-06-04T03:00:43.219Z
31942026-06-04T03:00:43.219Z Tx Loss-of-signal: No No State: Activated NoActivated No
31952026-06-04T03:00:43.219ZActivated Tx CDR Enabled: NoActivated
31962026-06-04T03:00:43.219ZNo Rx Output Enabled: false falseNo falseNo
31972026-06-04T03:00:43.219Zfalse
31982026-06-04T03:00:43.219Z Tx Adaptive EQ Fault: No Rx Output Status: valid Novalid Novalid No
31992026-06-04T03:00:43.219Zvalid Tx Fault: Yes
32002026-06-04T03:00:43.219Z Rx Loss-of-lock: true Yes Yestrue Yes
32012026-06-04T03:00:43.219Ztrue true
32022026-06-04T03:00:43.220Z Rx Loss-of-signal: false false false false
32032026-06-04T03:00:43.220ZRx Auto-squelch Disable: true true true true
32042026-06-04T03:00:43.220Z Tx Output Enabled: true true true true
32052026-06-04T03:00:43.220Z Tx Output Status: invalid invalid invalid invalid
32062026-06-04T03:00:43.220Z Tx Loss-of-lock: false false false false
32072026-06-04T03:00:43.220Z Tx Loss-of-signal: true true true true
32082026-06-04T03:00:43.220ZTx Auto-squelch Disable: false false false false
32092026-06-04T03:00:43.220Z Tx Adaptive EQ Fail: true true true true
32102026-06-04T03:00:43.220Z Tx Failure: false false false false
32112026-06-04T03:00:43.220Z Tx Force Squelch: true true true true
32122026-06-04T03:00:43.220Z Tx Input Polarity: normal normal normal normal
32132026-06-04T03:00:43.220Ztest switchport::test::test_print_cmis_datapath ... ok
32142026-06-04T03:00:43.220Ztest switchport::test::test_print_sff_datapath ... ok
32152026-06-04T03:00:43.220Z
32162026-06-04T03:00:43.220Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32172026-06-04T03:00:43.220Z
32182026-06-04T03:00:43.223Z Running tests/counters.rs (target/debug/deps/counters-1942952c40c68ba4)
32192026-06-04T03:00:43.226Z
32202026-06-04T03:00:43.226Zrunning 1 test
32212026-06-04T03:00:43.226Ztest test_p4_counter_list ... ignored
32222026-06-04T03:00:43.229Z
32232026-06-04T03:00:43.229Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32242026-06-04T03:00:43.229Z
32252026-06-04T03:00:43.229Z Running tests/port-link.rs (target/debug/deps/port_link-b33ef8e1283c7269)
32262026-06-04T03:00:43.232Z
32272026-06-04T03:00:43.232Zrunning 5 tests
32282026-06-04T03:00:43.235Ztest test_an ... ignored
32292026-06-04T03:00:43.235Ztest test_enable ... ignored
32302026-06-04T03:00:43.235Ztest test_ip_addresses ... ignored
32312026-06-04T03:00:43.235Ztest test_kr ... ignored
32322026-06-04T03:00:43.235Ztest test_mac ... ignored
32332026-06-04T03:00:43.235Z
32342026-06-04T03:00:43.235Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32352026-06-04T03:00:43.235Z
32362026-06-04T03:00:43.235Z Running unittests src/main.rs (target/debug/deps/tfportd-220c00d1be4e28a3)
32372026-06-04T03:00:43.238Z
32382026-06-04T03:00:43.238Zrunning 3 tests
32392026-06-04T03:00:43.238Ztest linklocal::test_parse_ipadm ... ok
32402026-06-04T03:00:43.238Ztest tfport::test_parse_tfport ... ok
32412026-06-04T03:00:43.241Ztest config::tests::test_updates ... ok
32422026-06-04T03:00:43.241Z
32432026-06-04T03:00:43.241Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32442026-06-04T03:00:43.241Z
32452026-06-04T03:00:43.241Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
32462026-06-04T03:00:43.241Z
32472026-06-04T03:00:43.241Zrunning 0 tests
32482026-06-04T03:00:43.241Z
32492026-06-04T03:00:43.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-06-04T03:00:43.241Z
32512026-06-04T03:00:43.242Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
32522026-06-04T03:00:43.245Z
32532026-06-04T03:00:43.245Zrunning 0 tests
32542026-06-04T03:00:43.245Z
32552026-06-04T03:00:43.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-06-04T03:00:43.245Z
32572026-06-04T03:00:43.245Z Doc-tests aal
32582026-06-04T03:00:43.367Z
32592026-06-04T03:00:43.367Zrunning 0 tests
32602026-06-04T03:00:43.367Z
32612026-06-04T03:00:43.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32622026-06-04T03:00:43.367Z
32632026-06-04T03:00:43.385Z Doc-tests aal_macros
32642026-06-04T03:00:43.457Z
32652026-06-04T03:00:43.457Zrunning 0 tests
32662026-06-04T03:00:43.457Z
32672026-06-04T03:00:43.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32682026-06-04T03:00:43.457Z
32692026-06-04T03:00:43.469Z Doc-tests common
32702026-06-04T03:00:43.701Z
32712026-06-04T03:00:43.701Zrunning 0 tests
32722026-06-04T03:00:43.701Z
32732026-06-04T03:00:43.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32742026-06-04T03:00:43.701Z
32752026-06-04T03:00:43.726Z Doc-tests dpd_api
32762026-06-04T03:00:44.471Z
32772026-06-04T03:00:44.472Zrunning 2 tests
32782026-06-04T03:00:44.472Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32792026-06-04T03:00:44.472Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32802026-06-04T03:00:44.472Z
32812026-06-04T03:00:44.472Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-04T03:00:44.472Z
32832026-06-04T03:00:44.505Z Doc-tests dpd_client
32842026-06-04T03:00:45.788Z
32852026-06-04T03:00:45.788Zrunning 0 tests
32862026-06-04T03:00:45.789Z
32872026-06-04T03:00:45.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-04T03:00:45.789Z
32892026-06-04T03:00:45.835Z Doc-tests dpd_types
32902026-06-04T03:00:46.049Z
32912026-06-04T03:00:46.050Zrunning 0 tests
32922026-06-04T03:00:46.050Z
32932026-06-04T03:00:46.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-04T03:00:46.050Z
32952026-06-04T03:00:46.076Z Doc-tests dpd_types_versions
32962026-06-04T03:00:47.279Z
32972026-06-04T03:00:47.279Zrunning 1 test
32982026-06-04T03:00:47.279Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32992026-06-04T03:00:47.279Z
33002026-06-04T03:00:47.279Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33012026-06-04T03:00:47.279Z
33022026-06-04T03:00:47.326Z Doc-tests packet
33032026-06-04T03:00:47.443Z
33042026-06-04T03:00:47.443Zrunning 0 tests
33052026-06-04T03:00:47.443Z
33062026-06-04T03:00:47.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33072026-06-04T03:00:47.444Z
33082026-06-04T03:00:47.456Z Doc-tests pcap
33092026-06-04T03:00:47.509Z
33102026-06-04T03:00:47.509Zrunning 0 tests
33112026-06-04T03:00:47.509Z
33122026-06-04T03:00:47.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33132026-06-04T03:00:47.509Z
33142026-06-04T03:00:47.564Z+ for feat in tofino_stub tofino_asic softnpu chaos
33152026-06-04T03:00:47.564Z+ RUST_BACKTRACE=full
33162026-06-04T03:00:47.564Z+ cargo test --features chaos --no-fail-fast
33172026-06-04T03:00:48.150Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33182026-06-04T03:00:48.228Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33192026-06-04T03:00:48.236Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33202026-06-04T03:00:56.896Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33212026-06-04T03:00:56.901Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33222026-06-04T03:01:32.165Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.59s
33232026-06-04T03:01:32.287Z Running unittests src/lib.rs (target/debug/deps/aal-6f16c627575a1759)
33242026-06-04T03:01:32.292Z
33252026-06-04T03:01:32.292Zrunning 5 tests
33262026-06-04T03:01:32.295Ztest fuse::tests::chip_revision_a0 ... ok
33272026-06-04T03:01:32.295Ztest fuse::tests::chip_revision_b1 ... ok
33282026-06-04T03:01:32.295Ztest fuse::tests::chip_revision_b0 ... ok
33292026-06-04T03:01:32.295Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33302026-06-04T03:01:32.295Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33312026-06-04T03:01:32.295Z
33322026-06-04T03:01:32.295Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-04T03:01:32.295Z
33342026-06-04T03:01:32.295Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33352026-06-04T03:01:32.298Z
33362026-06-04T03:01:32.298Zrunning 0 tests
33372026-06-04T03:01:32.298Z
33382026-06-04T03:01:32.298Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-04T03:01:32.298Z
33402026-06-04T03:01:32.301Z Running unittests src/lib.rs (target/debug/deps/asic-b00141bc96da3303)
33412026-06-04T03:01:32.304Z
33422026-06-04T03:01:32.304Zrunning 0 tests
33432026-06-04T03:01:32.304Z
33442026-06-04T03:01:32.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-06-04T03:01:32.304Z
33462026-06-04T03:01:32.304Z Running unittests src/lib.rs (target/debug/deps/common-5ec6577430e0ade9)
33472026-06-04T03:01:32.310Z
33482026-06-04T03:01:32.310Zrunning 10 tests
33492026-06-04T03:01:32.313Ztest nat::tests::test_vni ... ok
33502026-06-04T03:01:32.313Ztest network::tests::test_equal ... ok
33512026-06-04T03:01:32.313Ztest network::tests::test_eui64 ... ok
33522026-06-04T03:01:32.313Ztest network::tests::test_generate_ipv6_link_local ... ok
33532026-06-04T03:01:32.313Ztest network::tests::test_into ... ok
33542026-06-04T03:01:32.313Ztest network::tests::test_parse ... ok
33552026-06-04T03:01:32.313Ztest network::tests::test_not_equal ... ok
33562026-06-04T03:01:32.313Ztest network::tests::test_to_string ... ok
33572026-06-04T03:01:32.316Ztest test_purge ... ok
33582026-06-04T03:01:32.319Ztest illumos::test::address_exists_handles_missing_object ... ok
33592026-06-04T03:01:32.319Z
33602026-06-04T03:01:32.319Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33612026-06-04T03:01:32.319Z
33622026-06-04T03:01:32.319Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-b7623fe2e4df73f3)
33632026-06-04T03:01:32.344Z
33642026-06-04T03:01:32.344Zrunning 1 test
33652026-06-04T03:01:32.349Z -------
33662026-06-04T03:01:32.352Z Generating OpenAPI documents from API definitions ...
33672026-06-04T03:01:32.510Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33682026-06-04T03:01:32.581Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33692026-06-04T03:01:33.592Z -------
33702026-06-04T03:01:33.593Z Checking 12 OpenAPI documents...
33712026-06-04T03:01:33.593Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33722026-06-04T03:01:33.593Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33732026-06-04T03:01:33.593Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33742026-06-04T03:01:33.597Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33752026-06-04T03:01:33.597Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33762026-06-04T03:01:33.597Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
33772026-06-04T03:01:33.597Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
33782026-06-04T03:01:33.597Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
33792026-06-04T03:01:33.597Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
33802026-06-04T03:01:33.597Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
33812026-06-04T03:01:33.597Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
33822026-06-04T03:01:33.597Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
33832026-06-04T03:01:33.597Z Fresh dpd "latest" symlink
33842026-06-04T03:01:33.597Z -------
33852026-06-04T03:01:33.597Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
33862026-06-04T03:01:33.656Ztest test::test_apis_up_to_date ... ok
33872026-06-04T03:01:33.656Z
33882026-06-04T03:01:33.660Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
33892026-06-04T03:01:33.660Z
33902026-06-04T03:01:33.716Z Running unittests src/main.rs (target/debug/deps/dpd-d4f573301fdabdd0)
33912026-06-04T03:01:33.722Z
33922026-06-04T03:01:33.722Zrunning 19 tests
33932026-06-04T03:01:33.725Ztest freemap::test_ordering ... ok
33942026-06-04T03:01:33.725Ztest config::tests::test_updates ... ok
33952026-06-04T03:01:33.725Ztest freemap::test_split ... ok
33962026-06-04T03:01:33.725Ztest dhcpv6::tests::test_create_duid_bytes ... ok
33972026-06-04T03:01:33.725Ztest macaddrs::tests::test_mac_offset ... ok
33982026-06-04T03:01:33.725Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33992026-06-04T03:01:33.729Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34002026-06-04T03:01:33.729Ztest macaddrs::tests::test_parse_port_id ... ok
34012026-06-04T03:01:33.729Ztest nat::test_mapping ... ok
34022026-06-04T03:01:33.729Ztest port_map::tests::dump_map ... ok
34032026-06-04T03:01:33.729Ztest port_map::tests::test_backplane_group ... ok
34042026-06-04T03:01:33.730Ztest port_map::tests::test_port_map ... ok
34052026-06-04T03:01:33.730ZJun 04 03:01:32.888Jun 04 03:01:32.888 DEBGDEBG created new freemapcreated new freemap, unit:, unitfreemap_test:
34062026-06-04T03:01:33.730Zfreemap_test
34072026-06-04T03:01:33.730ZJun 04 03:01:32.888Jun 04 03:01:32.888 DEBGDEBG initted freemap. size: 128initted freemap. size: 128Jun 04 03:01:32.888, , unitunit: DEBGfreemap_test
34082026-06-04T03:01:33.730Z:Jun 04 03:01:32.888 created new freemap , DEBGfreemap_test unit
34092026-06-04T03:01:33.730Z:Jun 04 03:01:32.888created new freemap freemap_test, DEBG
34102026-06-04T03:01:33.730Zunit :reset freemap Jun 04 03:01:32.888, unitJun 04 03:01:32.888:freemap_test DEBG
34112026-06-04T03:01:33.730Z DEBG reset freemapfreemap_testinitted freemap. size: 128,
34122026-06-04T03:01:33.730Z, unitunit:Jun 04 03:01:32.888 :freemap_test DEBGfreemap_test
34132026-06-04T03:01:33.730Z
34142026-06-04T03:01:33.730Z initted freemap. size: 128, unit:Jun 04 03:01:32.888 freemap_testDEBG
34152026-06-04T03:01:33.730Z reset freemap, unit: Jun 04 03:01:32.888freemap_test
34162026-06-04T03:01:33.730ZDEBG reset freemap, unit: freemap_test
34172026-06-04T03:01:33.730Ztest freemap::test_free ... ok
34182026-06-04T03:01:33.730Ztest freemap::test_exhaustion ... ok
34192026-06-04T03:01:33.730Ztest freemap::test_basic ... ok
34202026-06-04T03:01:33.731Ztest freemap::test_reclaim ... ok
34212026-06-04T03:01:33.731ZJun 04 03:01:32.888 DEBG created new freemap, unit: freemap_test
34222026-06-04T03:01:33.731ZJun 04 03:01:32.888 DEBG initted freemap. size: 128, unit: freemap_test
34232026-06-04T03:01:33.731ZJun 04 03:01:32.888 DEBG reset freemap, unit: freemap_test
34242026-06-04T03:01:33.731Ztest freemap::test_span ... ok
34252026-06-04T03:01:33.731Ztest port_map::tests::parse_softnpu_revision ... ok
34262026-06-04T03:01:33.731Ztest api_server::tests::test_build_info ... ok
34272026-06-04T03:01:33.731Z
34282026-06-04T03:01:33.731Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34292026-06-04T03:01:33.731Z
34302026-06-04T03:01:33.735Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-f4dda58fb1a79de7)
34312026-06-04T03:01:33.738Z
34322026-06-04T03:01:33.738Zrunning 0 tests
34332026-06-04T03:01:33.738Z
34342026-06-04T03:01:33.738Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34352026-06-04T03:01:33.738Z
34362026-06-04T03:01:33.738Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2f6e76c72a67aab7)
34372026-06-04T03:01:33.742Z
34382026-06-04T03:01:33.742Zrunning 0 tests
34392026-06-04T03:01:33.742Z
34402026-06-04T03:01:33.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34412026-06-04T03:01:33.742Z
34422026-06-04T03:01:33.742Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b8aafbaf11c1d24d)
34432026-06-04T03:01:33.746Z
34442026-06-04T03:01:33.747Zrunning 6 tests
34452026-06-04T03:01:33.750Ztest tests::test_full_lot_id_lot_only ... ok
34462026-06-04T03:01:33.750Ztest tests::test_full_lot_id_both_present ... ok
34472026-06-04T03:01:33.750Ztest tests::test_full_lot_id_neither_present ... ok
34482026-06-04T03:01:33.750Ztest tests::test_full_lot_id_lotnum_only ... ok
34492026-06-04T03:01:33.751Ztest tests::test_parse_client_port_id ... ok
34502026-06-04T03:01:33.751Ztest tests::test_port_id_cmp ... ok
34512026-06-04T03:01:33.751Z
34522026-06-04T03:01:33.751Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34532026-06-04T03:01:33.751Z
34542026-06-04T03:01:33.751Z Running tests/test_all.rs (target/debug/deps/test_all-abc7cb757e33f44c)
34552026-06-04T03:01:33.755Z
34562026-06-04T03:01:33.755Zrunning 6 tests
34572026-06-04T03:01:36.761Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34582026-06-04T03:01:36.764Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34592026-06-04T03:01:36.765Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34602026-06-04T03:01:36.769Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34612026-06-04T03:01:37.100Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34622026-06-04T03:01:39.061Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34632026-06-04T03:01:39.061Z
34642026-06-04T03:01:39.061Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.31s
34652026-06-04T03:01:39.061Z
34662026-06-04T03:01:39.067Z Running unittests src/lib.rs (target/debug/deps/dpd_types-952e9bfc33b8cd5f)
34672026-06-04T03:01:39.072Z
34682026-06-04T03:01:39.072Zrunning 0 tests
34692026-06-04T03:01:39.072Z
34702026-06-04T03:01:39.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34712026-06-04T03:01:39.075Z
34722026-06-04T03:01:39.075Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c5d8c753fb8bd843)
34732026-06-04T03:01:39.078Z
34742026-06-04T03:01:39.078Zrunning 0 tests
34752026-06-04T03:01:39.078Z
34762026-06-04T03:01:39.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34772026-06-04T03:01:39.078Z
34782026-06-04T03:01:39.078Z Running unittests src/lib.rs (target/debug/deps/packet-88907ccd6a758076)
34792026-06-04T03:01:39.084Z
34802026-06-04T03:01:39.084Zrunning 12 tests
34812026-06-04T03:01:39.088Ztest lldp::test_lldp_parse ... ok
34822026-06-04T03:01:39.088Ztest icmp::test_v6_checksum ... ok
34832026-06-04T03:01:39.088Ztest icmp::test_v4_checksum ... ok
34842026-06-04T03:01:39.088Ztest ipv6::test_ipv6_parse ... ok
34852026-06-04T03:01:39.088Ztest pbuf::test_byte ... ok
34862026-06-04T03:01:39.088Ztest pbuf::test_nibble ... ok
34872026-06-04T03:01:39.088Ztest pbuf::test_short ... ok
34882026-06-04T03:01:39.088Ztest pbuf::test_twelve ... ok
34892026-06-04T03:01:39.088Ztest pbuf::test_word ... ok
34902026-06-04T03:01:39.088Ztest pbuf::test_overflow ... ok
34912026-06-04T03:01:39.088Ztest tcp::test_checksum_ack_data ... ok
34922026-06-04T03:01:39.088Ztest tcp::test_checksum_syn_nodata ... ok
34932026-06-04T03:01:39.088Z
34942026-06-04T03:01:39.088Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34952026-06-04T03:01:39.088Z
34962026-06-04T03:01:39.088Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
34972026-06-04T03:01:39.091Z
34982026-06-04T03:01:39.091Zrunning 0 tests
34992026-06-04T03:01:39.091Z
35002026-06-04T03:01:39.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35012026-06-04T03:01:39.091Z
35022026-06-04T03:01:39.094Z Running unittests src/main.rs (target/debug/deps/swadm-523734224cfb17a3)
35032026-06-04T03:01:39.100Z
35042026-06-04T03:01:39.100Zrunning 5 tests
35052026-06-04T03:01:39.103Ztest switchport::test::test_compute_lanes ... ok
35062026-06-04T03:01:39.106Ztest switchport::test::port_id_ordering ... ok
35072026-06-04T03:01:39.106Ztest link::test_filter ... ok
35082026-06-04T03:01:39.106Z Lane 0 Lane 1 Lane 2 Lane 3
35092026-06-04T03:01:39.107Z State: Activated Activated Activated Activated
35102026-06-04T03:01:39.107Z Rx Output Enabled: false false false false
35112026-06-04T03:01:39.107Z Lane 0 Rx Output Status: valid valid validLane 1 valid
35122026-06-04T03:01:39.107ZLane 2 Rx Loss-of-lock: true Lane 3true
35132026-06-04T03:01:39.107Ztrue true Rx Loss-of-lock: Yes
35142026-06-04T03:01:39.107Z Rx Loss-of-signal: false Yes falseYes falseYes
35152026-06-04T03:01:39.107Zfalse
35162026-06-04T03:01:39.107Z Rx Loss-of-signal: Yes Rx Auto-squelch Disable: true Yes trueYes Yestrue
35172026-06-04T03:01:39.107Z true Rx CDR Enabled: Yes
35182026-06-04T03:01:39.107Z Tx Output Enabled: true Yes true Yes trueYes
35192026-06-04T03:01:39.107Ztrue
35202026-06-04T03:01:39.107Z Tx Enabled: Yes Tx Output Status: invalid Yes invalid Yesinvalid Yes
35212026-06-04T03:01:39.107Zinvalid
35222026-06-04T03:01:39.107Z Tx Loss-of-lock: No Tx Loss-of-lock: false No false Nofalse No
35232026-06-04T03:01:39.107Zfalse
35242026-06-04T03:01:39.107Z Tx Loss-of-signal: No Tx Loss-of-signal: trueNo true Notrue Notrue
35252026-06-04T03:01:39.107Z
35262026-06-04T03:01:39.107ZTx Auto-squelch Disable: false Tx CDR Enabled: No false No false Nofalse
35272026-06-04T03:01:39.107ZNo
35282026-06-04T03:01:39.107Z Tx Adaptive EQ Fail: true Tx Adaptive EQ Fault: No true No trueNo true
35292026-06-04T03:01:39.107ZNo
35302026-06-04T03:01:39.107Z Tx Failure: false Tx Fault: Yes falseYes falseYes falseYes
35312026-06-04T03:01:39.107Z
35322026-06-04T03:01:39.107Z Tx Force Squelch: true true true true
35332026-06-04T03:01:39.107Z Tx Input Polarity: normal normal normal normal
35342026-06-04T03:01:39.107Ztest switchport::test::test_print_cmis_datapath ... ok
35352026-06-04T03:01:39.107Ztest switchport::test::test_print_sff_datapath ... ok
35362026-06-04T03:01:39.107Z
35372026-06-04T03:01:39.107Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35382026-06-04T03:01:39.107Z
35392026-06-04T03:01:39.107Z Running tests/counters.rs (target/debug/deps/counters-58cdf1b475db8346)
35402026-06-04T03:01:39.111Z
35412026-06-04T03:01:39.111Zrunning 1 test
35422026-06-04T03:01:39.111Ztest test_p4_counter_list ... ignored
35432026-06-04T03:01:39.111Z
35442026-06-04T03:01:39.111Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35452026-06-04T03:01:39.111Z
35462026-06-04T03:01:39.111Z Running tests/port-link.rs (target/debug/deps/port_link-fc67d14bf2bd65d6)
35472026-06-04T03:01:39.115Z
35482026-06-04T03:01:39.115Zrunning 5 tests
35492026-06-04T03:01:39.119Ztest test_an ... ignored
35502026-06-04T03:01:39.119Ztest test_enable ... ignored
35512026-06-04T03:01:39.119Ztest test_ip_addresses ... ignored
35522026-06-04T03:01:39.119Ztest test_kr ... ignored
35532026-06-04T03:01:39.119Ztest test_mac ... ignored
35542026-06-04T03:01:39.119Z
35552026-06-04T03:01:39.119Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35562026-06-04T03:01:39.119Z
35572026-06-04T03:01:39.119Z Running unittests src/main.rs (target/debug/deps/tfportd-1b1ba079089fa41e)
35582026-06-04T03:01:39.123Z
35592026-06-04T03:01:39.123Zrunning 3 tests
35602026-06-04T03:01:39.123Ztest linklocal::test_parse_ipadm ... ok
35612026-06-04T03:01:39.123Ztest tfport::test_parse_tfport ... ok
35622026-06-04T03:01:39.123Ztest config::tests::test_updates ... ok
35632026-06-04T03:01:39.123Z
35642026-06-04T03:01:39.124Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35652026-06-04T03:01:39.124Z
35662026-06-04T03:01:39.124Z Running unittests src/main.rs (target/debug/deps/uplinkd-dd605cf9ef8283de)
35672026-06-04T03:01:39.127Z
35682026-06-04T03:01:39.127Zrunning 0 tests
35692026-06-04T03:01:39.127Z
35702026-06-04T03:01:39.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-06-04T03:01:39.128Z
35722026-06-04T03:01:39.128Z Running unittests src/main.rs (target/debug/deps/xtask-5a115af34ee053c0)
35732026-06-04T03:01:39.131Z
35742026-06-04T03:01:39.131Zrunning 0 tests
35752026-06-04T03:01:39.131Z
35762026-06-04T03:01:39.131Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-06-04T03:01:39.131Z
35782026-06-04T03:01:39.133Z Doc-tests aal
35792026-06-04T03:01:39.302Z
35802026-06-04T03:01:39.302Zrunning 0 tests
35812026-06-04T03:01:39.302Z
35822026-06-04T03:01:39.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35832026-06-04T03:01:39.305Z
35842026-06-04T03:01:39.319Z Doc-tests aal_macros
35852026-06-04T03:01:39.392Z
35862026-06-04T03:01:39.392Zrunning 0 tests
35872026-06-04T03:01:39.392Z
35882026-06-04T03:01:39.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35892026-06-04T03:01:39.392Z
35902026-06-04T03:01:39.403Z Doc-tests common
35912026-06-04T03:01:39.638Z
35922026-06-04T03:01:39.638Zrunning 0 tests
35932026-06-04T03:01:39.638Z
35942026-06-04T03:01:39.638Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35952026-06-04T03:01:39.638Z
35962026-06-04T03:01:39.659Z Doc-tests dpd_api
35972026-06-04T03:01:40.487Z
35982026-06-04T03:01:40.487Zrunning 2 tests
35992026-06-04T03:01:40.487Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36002026-06-04T03:01:40.487Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36012026-06-04T03:01:40.487Z
36022026-06-04T03:01:40.487Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-04T03:01:40.487Z
36042026-06-04T03:01:40.519Z Doc-tests dpd_client
36052026-06-04T03:01:41.808Z
36062026-06-04T03:01:41.808Zrunning 0 tests
36072026-06-04T03:01:41.808Z
36082026-06-04T03:01:41.808Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-04T03:01:41.808Z
36102026-06-04T03:01:41.857Z Doc-tests dpd_types
36112026-06-04T03:01:42.067Z
36122026-06-04T03:01:42.067Zrunning 0 tests
36132026-06-04T03:01:42.067Z
36142026-06-04T03:01:42.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-04T03:01:42.067Z
36162026-06-04T03:01:42.093Z Doc-tests dpd_types_versions
36172026-06-04T03:01:43.302Z
36182026-06-04T03:01:43.302Zrunning 1 test
36192026-06-04T03:01:43.302Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36202026-06-04T03:01:43.302Z
36212026-06-04T03:01:43.306Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36222026-06-04T03:01:43.306Z
36232026-06-04T03:01:43.348Z Doc-tests packet
36242026-06-04T03:01:43.460Z
36252026-06-04T03:01:43.460Zrunning 0 tests
36262026-06-04T03:01:43.460Z
36272026-06-04T03:01:43.460Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36282026-06-04T03:01:43.460Z
36292026-06-04T03:01:43.475Z Doc-tests pcap
36302026-06-04T03:01:43.529Z
36312026-06-04T03:01:43.529Zrunning 0 tests
36322026-06-04T03:01:43.529Z
36332026-06-04T03:01:43.529Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36342026-06-04T03:01:43.529Z
36352026-06-04T03:01:43.579Zprocess exited: duration 583718 ms, exit code 0
 
36362026-06-04T03:01:43.586Zfound 0 output files