01KT62SK53ZDPP1J2QJNEGXVM5: test

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

Buildomat Job: 01KT62T3C4DGMQB9H344RVKESX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T06:31:20.458Zjob assigned to worker 01KT62THA7RSP78NDKMQ0NC5Z6 [factory aws, i-0ef9299bc1bf9034f] (queued for 57 s)
 
22026-06-03T06:31:27.396Zstarting task 0: "setup"
32026-06-03T06:31:27.401Z++ uname -s
42026-06-03T06:31:27.404Z+ kern=SunOS
52026-06-03T06:31:27.404Z+ build_user=build
62026-06-03T06:31:27.404Z+ build_uid=12345
72026-06-03T06:31:27.404Z+ work_dir=/work
82026-06-03T06:31:27.404Z+ input_dir=/input
92026-06-03T06:31:27.404Z+ [[ 0 == 12345 ]]
102026-06-03T06:31:27.404Z+ case "$kern" in
112026-06-03T06:31:27.404Z+ groupadd -g 12345 build
122026-06-03T06:31:27.404Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T06:31:29.410Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T06:31:29.512Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T06:31:29.515Z+ home_fs=zfs
162026-06-03T06:31:29.515Z+ [[ zfs == autofs ]]
172026-06-03T06:31:29.515Z+ mkdir -p /home/build
182026-06-03T06:31:29.515Z+ chown build:build /home/build /work
192026-06-03T06:31:31.534Z+ chmod 0700 /home/build /work
202026-06-03T06:31:31.539Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-03T06:31:31.548Zstarting task 1: "rust-toolchain"
222026-06-03T06:31:31.552Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-03T06:31:31.552Z * rust toolchain channel = "1.90.0"
242026-06-03T06:31:31.552Z * rust toolchain profile = "default"
252026-06-03T06:31:31.552Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-03T06:31:31.552Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-03T06:31:31.552Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-03T06:31:31.552Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T06:31:31.552Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-03T06:31:31.624Zinfo: downloading installer
312026-06-03T06:31:33.017Zwarn: It looks like you have an existing installation of Rust at:
322026-06-03T06:31:33.017Zwarn: /opt/ooce/bin
332026-06-03T06:31:33.017Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-03T06:31:33.017Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-03T06:31:33.017Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-03T06:31:33.017Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-03T06:31:33.017Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-03T06:31:33.017Zerror: cannot install while Rust is installed
392026-06-03T06:31:33.018Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-03T06:31:33.018Zwarn: It looks like you have an existing rustup settings file at:
412026-06-03T06:31:33.018Zwarn: /home/build/.rustup/settings.toml
422026-06-03T06:31:33.018Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-03T06:31:33.018Zwarn: instead of the one inferred from the default host triple.
442026-06-03T06:31:33.053Zinfo: profile set to default
452026-06-03T06:31:33.053Zinfo: default host triple is x86_64-unknown-illumos
462026-06-03T06:31:33.056Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-06-03T06:31:33.198Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-06-03T06:31:33.201Zinfo: downloading 6 components
492026-06-03T06:31:47.733Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-06-03T06:31:47.733Z
512026-06-03T06:31:47.762Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-06-03T06:31:47.762Z
532026-06-03T06:31:47.765Z
542026-06-03T06:31:47.765ZRust is installed now. Great!
552026-06-03T06:31:47.765Z
562026-06-03T06:31:47.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-03T06:31:47.765Zenvironment variable. This has not been done automatically.
582026-06-03T06:31:47.765Z
592026-06-03T06:31:47.765ZTo configure your current shell, you need to source
602026-06-03T06:31:47.765Zthe corresponding env file under $HOME/.cargo.
612026-06-03T06:31:47.765Z
622026-06-03T06:31:47.765ZThis is usually done by running one of the following (note the leading DOT):
632026-06-03T06:31:47.765Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-03T06:31:47.765Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-03T06:31:47.765Zsource "~/.cargo/env.nu" # For nushell
662026-06-03T06:31:47.765Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-03T06:31:47.765Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-03T06:31:47.765Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-03T06:31:47.765Zwarn: no default linker (`cc`) was found in your PATH
702026-06-03T06:31:47.765Zwarn: many Rust crates require a system C toolchain to build
712026-06-03T06:31:47.854Z+ rustup --version
722026-06-03T06:31:47.862Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-03T06:31:47.878Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-03T06:31:47.885Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-06-03T06:31:47.888Z+ cargo --version
762026-06-03T06:31:47.899Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-06-03T06:31:47.902Z+ rustc --version
782026-06-03T06:31:47.922Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-06-03T06:31:47.924Zprocess exited: duration 16376 ms, exit code 0
 
802026-06-03T06:31:47.930Zstarting task 2: "authentication"
812026-06-03T06:31:47.947Zprocess exited: duration 15 ms, exit code 0
 
822026-06-03T06:31:47.954Zstarting task 3: "clone repository"
832026-06-03T06:31:47.957Z+ mkdir -p /work/oxidecomputer/dendrite
842026-06-03T06:31:47.960Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
852026-06-03T06:31:48.118ZCloning into '/work/oxidecomputer/dendrite'...
862026-06-03T06:31:49.512Z+ cd /work/oxidecomputer/dendrite
872026-06-03T06:31:49.512Z+ git fetch origin 4637c96699e12dca8fdb331696299e26e9fbb785
882026-06-03T06:31:49.740ZFrom https://github.com/oxidecomputer/dendrite
892026-06-03T06:31:49.740Z * branch 4637c96699e12dca8fdb331696299e26e9fbb785 -> FETCH_HEAD
902026-06-03T06:31:49.750Z+ [[ -n dependabot/cargo/openssl-0.10.78 ]]
912026-06-03T06:31:49.750Z++ git branch --show-current
922026-06-03T06:31:49.750Z+ current=main
932026-06-03T06:31:49.750Z+ [[ main != dependabot/cargo/openssl-0.10.78 ]]
942026-06-03T06:31:49.750Z+ git branch -f dependabot/cargo/openssl-0.10.78 4637c96699e12dca8fdb331696299e26e9fbb785
952026-06-03T06:31:49.750Z+ git checkout -f dependabot/cargo/openssl-0.10.78
962026-06-03T06:31:49.759ZSwitched to branch 'dependabot/cargo/openssl-0.10.78'
972026-06-03T06:31:49.768Z+ git reset --hard 4637c96699e12dca8fdb331696299e26e9fbb785
982026-06-03T06:31:49.778ZHEAD is now at 4637c96 Bump openssl from 0.10.76 to 0.10.78
992026-06-03T06:31:49.778Zprocess exited: duration 1813 ms, exit code 0
 
1002026-06-03T06:31:49.790Zstarting task 4: "build"
1012026-06-03T06:31:49.794Z+ source .github/buildomat/common.sh
1022026-06-03T06:31:49.794Z++ TOFINO_STAGES=20
1032026-06-03T06:31:49.794Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
1042026-06-03T06:31:49.794Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1052026-06-03T06:31:49.795Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
1062026-06-03T06:31:49.795Z+++ uname -s
1072026-06-03T06:31:49.809Z++ '[' SunOS == SunOS ']'
1082026-06-03T06:31:49.809Z++ SERIES=illumos
1092026-06-03T06:31:49.809Z+++ uname -s
1102026-06-03T06:31:49.809Z++ '[' SunOS == SunOS ']'
1112026-06-03T06:31:49.809Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1122026-06-03T06:31:49.809Z++ rustup show active-toolchain
1132026-06-03T06:31:49.809Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1142026-06-03T06:31:49.809Z+ source .github/buildomat/illumos.sh
1152026-06-03T06:31:49.809Z++ banner 'sde setup'
1162026-06-03T06:31:49.816Z
1172026-06-03T06:31:49.816Z #### ##### ###### #### ###### ##### # # #####
1182026-06-03T06:31:49.816Z # # # # # # # # # # #
1192026-06-03T06:31:49.816Z #### # # ##### #### ##### # # # # #
1202026-06-03T06:31:49.816Z # # # # # # # # # #####
1212026-06-03T06:31:49.816Z # # # # # # # # # # # #
1222026-06-03T06:31:49.816Z #### ##### ###### #### ###### # #### #
1232026-06-03T06:31:49.816Z
1242026-06-03T06:31:49.816Z++ export PKG=tofino_sde.p5p
1252026-06-03T06:31:49.816Z++ PKG=tofino_sde.p5p
1262026-06-03T06:31:49.816Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1272026-06-03T06:31:49.816Z % Total % Received % Xferd Average Speed Time Time Time Current
1282026-06-03T06:31:49.816Z Dload Upload Total Spent Left Speed
1292026-06-03T06:31:50.797Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 76.93M 0 0 100 76.03M 100 76.03M 0 0 76.93M 0 0 100 76.03M 100 76.03M 0 0 76.93M 0 0
1302026-06-03T06:31:50.800Z+++ digest -a sha256 tofino_sde.p5p
1312026-06-03T06:31:50.846Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1322026-06-03T06:31:50.849Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1332026-06-03T06:31:50.849Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1342026-06-03T06:31:59.360Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-06-03T06:32:07.019Z Startup: Caching catalogs ... Done
1362026-06-03T06:32:07.213Z Startup: Refreshing catalog 'oxide' ... Done
1372026-06-03T06:32:16.426ZPlanning: Solver setup ... Done
1382026-06-03T06:32:16.465ZPlanning: Running solver ... Done
1392026-06-03T06:32:16.597ZPlanning: Finding local manifests ... Done
1402026-06-03T06:32:16.600ZPlanning: Fetching manifests: 1/1 100% complete
1412026-06-03T06:32:16.603ZPlanning: Fetching manifests: 1/1 100% complete
1422026-06-03T06:32:16.616ZPlanning: Package planning ... Done
1432026-06-03T06:32:16.619ZPlanning: Merging actions ... Done
1442026-06-03T06:32:16.739ZPlanning: Checking for conflicting actions ... Done
1452026-06-03T06:32:16.742ZPlanning: Consolidating action changes ... Done
1462026-06-03T06:32:19.122ZPlanning: Evaluating mediators ... Done
1472026-06-03T06:32:19.125ZPlanning: Planning completed in 11.91 seconds
1482026-06-03T06:32:19.391Z Packages to install: 1
1492026-06-03T06:32:19.391Z Create boot environment: No
1502026-06-03T06:32:19.391ZCreate backup boot environment: No
1512026-06-03T06:32:19.458Z
1522026-06-03T06:32:19.458ZDownload: 0/242 items 0.0/75.3MB 0% complete
1532026-06-03T06:32:19.598ZDownload: Completed 75.30 MB in 0.14 seconds (536M/s)
1542026-06-03T06:32:19.717Z Actions: 1/293 actions (Installing new actions)
1552026-06-03T06:32:20.699Z Actions: Completed 293 actions in 0.98 seconds.
1562026-06-03T06:32:20.702Z Done
1572026-06-03T06:32:20.741Z Done
1582026-06-03T06:32:21.437Z Done
1592026-06-03T06:32:25.249Z Done
1602026-06-03T06:32:25.320Z Done
1612026-06-03T06:32:25.323Z Done
1622026-06-03T06:32:25.387Z Done
1632026-06-03T06:32:26.056Z++ export SDE=/opt/oxide/tofino_sde
1642026-06-03T06:32:26.056Z++ SDE=/opt/oxide/tofino_sde
1652026-06-03T06:32:26.056Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1662026-06-03T06:32:26.056Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1672026-06-03T06:32:26.056Z++ banner packages
1682026-06-03T06:32:26.059Z
1692026-06-03T06:32:26.059Z ##### ## #### # # ## #### ###### ####
1702026-06-03T06:32:26.059Z # # # # # # # # # # # # # #
1712026-06-03T06:32:26.059Z # # # # # #### # # # ##### ####
1722026-06-03T06:32:26.059Z ##### ###### # # # ###### # ### # #
1732026-06-03T06:32:26.059Z # # # # # # # # # # # # # #
1742026-06-03T06:32:26.059Z # # # #### # # # # #### ###### ####
1752026-06-03T06:32:26.059Z
1762026-06-03T06:32:26.059Z++ pfexec pkg install clang-15 pcap
1772026-06-03T06:32:26.459Z Startup: Refreshing catalog 'helios-dev' ... Done
1782026-06-03T06:32:26.461Z Startup: Refreshing catalog 'oxide' ... Done
1792026-06-03T06:32:33.749ZPlanning: Solver setup ... Done
1802026-06-03T06:32:33.782ZPlanning: Running solver ... Done
1812026-06-03T06:32:33.932ZPlanning: Finding local manifests ... Done
1822026-06-03T06:32:33.936ZPlanning: Fetching manifests: 0/2 0% complete
1832026-06-03T06:32:34.136ZPlanning: Fetching manifests: 2/2 100% complete
1842026-06-03T06:32:34.166ZPlanning: Package planning ... Done
1852026-06-03T06:32:34.191ZPlanning: Merging actions ... Done
1862026-06-03T06:32:34.298ZPlanning: Checking for conflicting actions ... Done
1872026-06-03T06:32:34.304ZPlanning: Consolidating action changes ... Done
1882026-06-03T06:32:34.465ZPlanning: Evaluating mediators ... Done
1892026-06-03T06:32:34.470ZPlanning: Planning completed in 8.01 seconds
1902026-06-03T06:32:34.477Z Packages to install: 2
1912026-06-03T06:32:34.477Z Mediators to change: 2
1922026-06-03T06:32:34.481Z Services to change: 1
1932026-06-03T06:32:34.481Z Create boot environment: No
1942026-06-03T06:32:34.481ZCreate backup boot environment: No
1952026-06-03T06:32:34.509Z
1962026-06-03T06:32:34.509ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1972026-06-03T06:32:39.512ZDownload: 1095/3076 items 113.6/211.3MB 53% complete (23.3M/s)
1982026-06-03T06:32:44.835ZDownload: 3061/3076 items 207.8/211.3MB 98% complete (21.2M/s)
1992026-06-03T06:32:46.035ZDownload: Completed 211.31 MB in 11.52 seconds (18.3M/s)
2002026-06-03T06:32:46.357Z Actions: 1/3418 actions (Installing new actions)
2012026-06-03T06:32:49.648Z Actions: Completed 3418 actions in 3.28 seconds.
2022026-06-03T06:32:50.170Z Done
2032026-06-03T06:32:50.170Z Done
2042026-06-03T06:32:50.912Z Done
2052026-06-03T06:32:53.793Z Done
2062026-06-03T06:32:53.866Z Done
2072026-06-03T06:32:53.869Z Done
2082026-06-03T06:32:54.168Z Done
2092026-06-03T06:32:54.303Z++ pfexec pkg set-mediator -V 15 clang llvm
2102026-06-03T06:32:54.494ZPlanning: Evaluating mediator changes ... Done
2112026-06-03T06:32:54.599ZPlanning: Checking for conflicting actions ... Done
2122026-06-03T06:32:54.603ZPlanning: Consolidating action changes ... Done
2132026-06-03T06:32:54.756ZPlanning: Evaluating mediators ... Done
2142026-06-03T06:32:54.759ZPlanning: Planning completed in 0.26 seconds
2152026-06-03T06:32:54.777Z Mediators to change: 2
2162026-06-03T06:32:54.780Z Create boot environment: No
2172026-06-03T06:32:54.780ZCreate backup boot environment: No
2182026-06-03T06:32:54.832Z Done
2192026-06-03T06:32:54.833Z Done
2202026-06-03T06:32:55.463Z Done
2212026-06-03T06:32:57.885Z Done
2222026-06-03T06:32:57.956Z Done
2232026-06-03T06:32:57.961Z Done
2242026-06-03T06:32:58.091Z Done
2252026-06-03T06:32:58.164Z++ cargo --version
2262026-06-03T06:32:58.172Zcargo 1.90.0 (840b83a10 2025-07-30)
2272026-06-03T06:32:58.176Z++ rustc --version
2282026-06-03T06:32:58.196Zrustc 1.90.0 (1159e78c4 2025-09-14)
2292026-06-03T06:32:58.199Z+ banner copyrights
2302026-06-03T06:32:58.199Z
2312026-06-03T06:32:58.199Z #### #### ##### # # ##### # #### # # ##### ####
2322026-06-03T06:32:58.199Z # # # # # # # # # # # # # # # # #
2332026-06-03T06:32:58.199Z # # # # # # # # # # ###### # ####
2342026-06-03T06:32:58.199Z # # # ##### # ##### # # ### # # # #
2352026-06-03T06:32:58.199Z # # # # # # # # # # # # # # # #
2362026-06-03T06:32:58.199Z #### #### # # # # # #### # # # ####
2372026-06-03T06:32:58.199Z
2382026-06-03T06:32:58.203Z+ ./tools/check_copyrights.sh
2392026-06-03T06:32:58.478Zcommon/src/illumos.rs: Copyright with wrong year
2402026-06-03T06:32:59.285Zpacket/src/eth.rs: Copyright with wrong year
2412026-06-03T06:32:59.754Z+ banner clippy
2422026-06-03T06:32:59.757Z
2432026-06-03T06:32:59.757Z #### # # ##### ##### # #
2442026-06-03T06:32:59.757Z # # # # # # # # # #
2452026-06-03T06:32:59.757Z # # # # # # # #
2462026-06-03T06:32:59.757Z # # # ##### ##### #
2472026-06-03T06:32:59.757Z # # # # # # #
2482026-06-03T06:32:59.757Z #### ###### # # # #
2492026-06-03T06:32:59.757Z
2502026-06-03T06:32:59.758Z+ for feat in tofino_stub tofino_asic softnpu chaos
2512026-06-03T06:32:59.758Z+ cargo clippy --features tofino_stub -- --deny warnings
2522026-06-03T06:32:59.919Z Updating git repository `https://github.com/oxidecomputer/omicron`
2532026-06-03T06:33:09.672Z Updating crates.io index
2542026-06-03T06:33:09.676Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-06-03T06:33:09.943Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562026-06-03T06:33:10.644Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2572026-06-03T06:33:10.905Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582026-06-03T06:33:11.160Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-03T06:33:11.606Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602026-06-03T06:33:12.650Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-06-03T06:33:12.979Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-06-03T06:33:13.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632026-06-03T06:33:13.587Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2642026-06-03T06:33:13.877Z Updating git repository `https://github.com/oxidecomputer/p4`
2652026-06-03T06:33:14.554Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662026-06-03T06:33:14.807Z Updating git repository `https://github.com/oxidecomputer/lldp`
2672026-06-03T06:33:15.220Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-06-03T06:33:15.708Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-06-03T06:33:15.993Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2702026-06-03T06:33:16.299Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-06-03T06:33:16.560Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722026-06-03T06:33:17.008Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2732026-06-03T06:33:17.452Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2742026-06-03T06:33:17.713Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2752026-06-03T06:33:18.078Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-06-03T06:33:19.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772026-06-03T06:33:20.261Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782026-06-03T06:33:21.537Z Updating git repository `https://github.com/oxidecomputer/opte`
2792026-06-03T06:33:22.184Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802026-06-03T06:33:22.411Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812026-06-03T06:33:22.683Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2822026-06-03T06:33:24.143Z Downloading crates ...
2832026-06-03T06:33:24.201Z Downloaded adler2 v2.0.1
2842026-06-03T06:33:24.204Z Downloaded base16ct v0.2.0
2852026-06-03T06:33:24.211Z Downloaded block-buffer v0.10.4
2862026-06-03T06:33:24.215Z Downloaded bit-vec v0.8.0
2872026-06-03T06:33:24.216Z Downloaded arrayvec v0.7.6
2882026-06-03T06:33:24.219Z Downloaded cobs v0.3.0
2892026-06-03T06:33:24.219Z Downloaded curve25519-dalek-derive v0.1.1
2902026-06-03T06:33:24.222Z Downloaded clap_lex v1.1.0
2912026-06-03T06:33:24.222Z Downloaded bitflags v2.9.4
2922026-06-03T06:33:24.227Z Downloaded derive-ex v0.1.8
2932026-06-03T06:33:24.230Z Downloaded critical-section v1.2.0
2942026-06-03T06:33:24.230Z Downloaded constant_time_eq v0.3.1
2952026-06-03T06:33:24.230Z Downloaded cexpr v0.6.0
2962026-06-03T06:33:24.233Z Downloaded bitflags v1.3.2
2972026-06-03T06:33:24.236Z Downloaded display-error-chain v0.2.2
2982026-06-03T06:33:24.242Z Downloaded cstr-argument v0.1.2
2992026-06-03T06:33:24.245Z Downloaded displaydoc v0.2.5
3002026-06-03T06:33:24.251Z Downloaded elliptic-curve v0.13.8
3012026-06-03T06:33:24.255Z Downloaded http-body v1.0.1
3022026-06-03T06:33:24.258Z Downloaded dof v0.4.0
3032026-06-03T06:33:24.258Z Downloaded hostname v0.4.2
3042026-06-03T06:33:24.262Z Downloaded foreign-types-shared v0.3.1
3052026-06-03T06:33:24.262Z Downloaded blake2 v0.10.6
3062026-06-03T06:33:24.268Z Downloaded foreign-types-shared v0.1.1
3072026-06-03T06:33:24.272Z Downloaded anstyle-query v1.1.4
3082026-06-03T06:33:24.272Z Downloaded generic-array v0.14.7
3092026-06-03T06:33:24.272Z Downloaded bit-set v0.8.0
3102026-06-03T06:33:24.275Z Downloaded hostname v0.3.1
3112026-06-03T06:33:24.275Z Downloaded futures-core v0.3.32
3122026-06-03T06:33:24.278Z Downloaded dunce v1.0.5
3132026-06-03T06:33:24.278Z Downloaded dtrace-parser v0.2.0
3142026-06-03T06:33:24.294Z Downloaded defmt v0.3.100
3152026-06-03T06:33:24.294Z Downloaded gethostname v0.5.0
3162026-06-03T06:33:24.294Z Downloaded foreign-types-macros v0.2.3
3172026-06-03T06:33:24.294Z Downloaded errno v0.3.14
3182026-06-03T06:33:24.294Z Downloaded cfg-if v1.0.3
3192026-06-03T06:33:24.294Z Downloaded http v1.4.0
3202026-06-03T06:33:24.298Z Downloaded idna_adapter v1.2.1
3212026-06-03T06:33:24.298Z Downloaded crucible-workspace-hack v0.1.0
3222026-06-03T06:33:24.298Z Downloaded heck v0.5.0
3232026-06-03T06:33:24.298Z Downloaded hubpack v0.1.2
3242026-06-03T06:33:24.298Z Downloaded async-recursion v1.1.1
3252026-06-03T06:33:24.302Z Downloaded hyper-tls v0.6.0
3262026-06-03T06:33:24.305Z Downloaded convert_case v0.4.0
3272026-06-03T06:33:24.305Z Downloaded console v0.15.11
3282026-06-03T06:33:24.308Z Downloaded git-stub v1.0.0
3292026-06-03T06:33:24.313Z Downloaded futures-sink v0.3.32
3302026-06-03T06:33:24.313Z Downloaded colorchoice v1.0.4
3312026-06-03T06:33:24.316Z Downloaded camino-tempfile v1.4.1
3322026-06-03T06:33:24.316Z Downloaded float-ord v0.3.2
3332026-06-03T06:33:24.319Z Downloaded fixedbitset v0.4.2
3342026-06-03T06:33:24.319Z Downloaded atomic-waker v1.1.2
3352026-06-03T06:33:24.322Z Downloaded debug-ignore v1.0.5
3362026-06-03T06:33:24.322Z Downloaded futures-io v0.3.32
3372026-06-03T06:33:24.325Z Downloaded ciborium-io v0.2.2
3382026-06-03T06:33:24.325Z Downloaded defmt-parser v1.0.0
3392026-06-03T06:33:24.328Z Downloaded arrayref v0.3.9
3402026-06-03T06:33:24.328Z Downloaded async-stream-impl v0.3.6
3412026-06-03T06:33:24.331Z Downloaded either v1.15.0
3422026-06-03T06:33:24.334Z Downloaded atomicwrites v0.4.4
3432026-06-03T06:33:24.334Z Downloaded aead v0.5.2
3442026-06-03T06:33:24.337Z Downloaded fs-err v3.1.2
3452026-06-03T06:33:24.337Z Downloaded drift v0.1.3
3462026-06-03T06:33:24.341Z Downloaded darling_macro v0.21.3
3472026-06-03T06:33:24.343Z Downloaded foldhash v0.1.5
3482026-06-03T06:33:24.348Z Downloaded indent_write v2.2.0
3492026-06-03T06:33:24.348Z Downloaded glob v0.3.3
3502026-06-03T06:33:24.351Z Downloaded find-msvc-tools v0.1.9
3512026-06-03T06:33:24.351Z Downloaded instant v0.1.13
3522026-06-03T06:33:24.351Z Downloaded inout v0.1.4
3532026-06-03T06:33:24.355Z Downloaded defmt-macros v1.0.1
3542026-06-03T06:33:24.358Z Downloaded lazy_static v1.5.0
3552026-06-03T06:33:24.358Z Downloaded csv-core v0.1.12
3562026-06-03T06:33:24.361Z Downloaded cmake v0.1.54
3572026-06-03T06:33:24.365Z Downloaded ciborium-ll v0.2.2
3582026-06-03T06:33:24.365Z Downloaded macaddr v1.0.1
3592026-06-03T06:33:24.368Z Downloaded base64ct v1.8.0
3602026-06-03T06:33:24.368Z Downloaded linked-hash-map v0.5.6
3612026-06-03T06:33:24.373Z Downloaded ident_case v1.0.1
3622026-06-03T06:33:24.373Z Downloaded fs_extra v1.3.0
3632026-06-03T06:33:24.376Z Downloaded keccak v0.1.6
3642026-06-03T06:33:24.376Z Downloaded libscf-sys v1.1.0
3652026-06-03T06:33:24.376Z Downloaded fixedbitset v0.5.7
3662026-06-03T06:33:24.381Z Downloaded match_cfg v0.1.0
3672026-06-03T06:33:24.381Z Downloaded managed v0.8.0
3682026-06-03T06:33:24.384Z Downloaded memmap v0.7.0
3692026-06-03T06:33:24.384Z Downloaded group v0.13.0
3702026-06-03T06:33:24.384Z Downloaded lru-slab v0.1.2
3712026-06-03T06:33:24.387Z Downloaded data-encoding v2.9.0
3722026-06-03T06:33:24.387Z Downloaded lru-cache v0.1.2
3732026-06-03T06:33:24.390Z Downloaded mime v0.3.17
3742026-06-03T06:33:24.390Z Downloaded cargo_metadata v0.18.1
3752026-06-03T06:33:24.393Z Downloaded anstyle v1.0.14
3762026-06-03T06:33:24.395Z Downloaded const_format_proc_macros v0.2.34
3772026-06-03T06:33:24.395Z Downloaded hyper-rustls v0.27.7
3782026-06-03T06:33:24.398Z Downloaded futures-channel v0.3.32
3792026-06-03T06:33:24.401Z Downloaded ff v0.13.1
3802026-06-03T06:33:24.401Z Downloaded cipher v0.4.4
3812026-06-03T06:33:24.404Z Downloaded memoffset v0.9.1
3822026-06-03T06:33:24.407Z Downloaded newtype_derive v0.1.6
3832026-06-03T06:33:24.407Z Downloaded newtype-uuid-macros v0.1.0
3842026-06-03T06:33:24.410Z Downloaded anstream v1.0.0
3852026-06-03T06:33:24.410Z Downloaded libloading v0.8.9
3862026-06-03T06:33:24.413Z Downloaded ingot v0.1.1
3872026-06-03T06:33:24.416Z Downloaded num-conv v0.2.1
3882026-06-03T06:33:24.416Z Downloaded num v0.4.3
3892026-06-03T06:33:24.419Z Downloaded num-derive v0.3.3
3902026-06-03T06:33:24.419Z Downloaded openssl-macros v0.1.1
3912026-06-03T06:33:24.422Z Downloaded num-derive v0.4.2
3922026-06-03T06:33:24.422Z Downloaded ciborium v0.2.2
3932026-06-03T06:33:24.425Z Downloaded bcs v0.1.6
3942026-06-03T06:33:24.428Z Downloaded iana-time-zone v0.1.64
3952026-06-03T06:33:24.430Z Downloaded crossbeam-epoch v0.9.18
3962026-06-03T06:33:24.430Z Downloaded cookie v0.18.1
3972026-06-03T06:33:24.433Z Downloaded linear-map v1.2.0
3982026-06-03T06:33:24.436Z Downloaded num_threads v0.1.7
3992026-06-03T06:33:24.436Z Downloaded num_enum_derive v0.5.11
4002026-06-03T06:33:24.440Z Downloaded ingot-macros v0.1.1
4012026-06-03T06:33:24.441Z Downloaded opaque-debug v0.3.1
4022026-06-03T06:33:24.443Z Downloaded omicron-workspace-hack v0.1.0
4032026-06-03T06:33:24.444Z Downloaded jobserver v0.1.34
4042026-06-03T06:33:24.444Z Downloaded hmac v0.12.1
4052026-06-03T06:33:24.448Z Downloaded async-trait v0.1.89
4062026-06-03T06:33:24.451Z Downloaded openssl-probe v0.1.6
4072026-06-03T06:33:24.451Z Downloaded percent-encoding v2.3.2
4082026-06-03T06:33:24.451Z Downloaded httparse v1.10.1
4092026-06-03T06:33:24.454Z Downloaded highway v1.3.0
4102026-06-03T06:33:24.454Z Downloaded getrandom v0.2.16
4112026-06-03T06:33:24.458Z Downloaded crossbeam-utils v0.8.21
4122026-06-03T06:33:24.461Z Downloaded clap_derive v4.6.0
4132026-06-03T06:33:24.461Z Downloaded ingot-types v0.1.2
4142026-06-03T06:33:24.464Z Downloaded anyhow v1.0.102
4152026-06-03T06:33:24.467Z Downloaded newtype-uuid v1.3.2
4162026-06-03T06:33:24.467Z Downloaded native-tls v0.2.14
4172026-06-03T06:33:24.471Z Downloaded parse-display v0.10.0
4182026-06-03T06:33:24.471Z Downloaded pin-utils v0.1.0
4192026-06-03T06:33:24.476Z Downloaded byteorder v1.5.0
4202026-06-03T06:33:24.476Z Downloaded plain v0.2.3
4212026-06-03T06:33:24.479Z Downloaded num-integer v0.1.46
4222026-06-03T06:33:24.479Z Downloaded ipnetwork v0.21.1
4232026-06-03T06:33:24.479Z Downloaded crossbeam-deque v0.8.6
4242026-06-03T06:33:24.482Z Downloaded num-complex v0.4.6
4252026-06-03T06:33:24.482Z Downloaded powerfmt v0.2.0
4262026-06-03T06:33:24.484Z Downloaded phf_shared v0.12.1
4272026-06-03T06:33:24.484Z Downloaded proc-macro-error-attr v1.0.4
4282026-06-03T06:33:24.487Z Downloaded pretty-hex v0.4.1
4292026-06-03T06:33:24.487Z Downloaded potential_utf v0.1.3
4302026-06-03T06:33:24.490Z Downloaded icu_provider v2.0.0
4312026-06-03T06:33:24.490Z Downloaded multer v3.1.0
4322026-06-03T06:33:24.493Z Downloaded proc-macro-crate v1.3.1
4332026-06-03T06:33:24.496Z Downloaded num_enum_derive v0.7.5
4342026-06-03T06:33:24.496Z Downloaded getrandom v0.3.3
4352026-06-03T06:33:24.499Z Downloaded futures v0.3.32
4362026-06-03T06:33:24.502Z Downloaded olpc-cjson v0.1.4
4372026-06-03T06:33:24.505Z Downloaded progenitor-client v0.11.1
4382026-06-03T06:33:24.505Z Downloaded proc-macro-error-attr2 v2.0.0
4392026-06-03T06:33:24.505Z Downloaded progenitor-client v0.10.0
4402026-06-03T06:33:24.508Z Downloaded progenitor-macro v0.10.0
4412026-06-03T06:33:24.508Z Downloaded quick-error v1.2.3
4422026-06-03T06:33:24.512Z Downloaded progenitor-macro v0.13.0
4432026-06-03T06:33:24.512Z Downloaded litemap v0.8.0
4442026-06-03T06:33:24.514Z Downloaded dropshot_endpoint v0.16.7
4452026-06-03T06:33:24.518Z Downloaded progenitor-macro v0.11.1
4462026-06-03T06:33:24.518Z Downloaded libsw v3.5.0
4472026-06-03T06:33:24.521Z Downloaded num_enum v0.5.11
4482026-06-03T06:33:24.521Z Downloaded pem v3.0.5
4492026-06-03T06:33:24.524Z Downloaded rand_chacha v0.3.1
4502026-06-03T06:33:24.524Z Downloaded ref-cast-impl v1.0.25
4512026-06-03T06:33:24.527Z Downloaded rand_xorshift v0.4.0
4522026-06-03T06:33:24.527Z Downloaded ref-cast v1.0.25
4532026-06-03T06:33:24.530Z Downloaded paste v1.0.15
4542026-06-03T06:33:24.533Z Downloaded crc32fast v1.5.0
4552026-06-03T06:33:24.533Z Downloaded heapless v0.8.0
4562026-06-03T06:33:24.535Z Downloaded oxide-tokio-rt v0.1.2
4572026-06-03T06:33:24.538Z Downloaded defmt v1.0.1
4582026-06-03T06:33:24.541Z Downloaded derive_more v0.99.20
4592026-06-03T06:33:24.544Z Downloaded rustc_version v0.4.1
4602026-06-03T06:33:24.544Z Downloaded clap v4.6.0
4612026-06-03T06:33:24.550Z Downloaded pin-project-lite v0.2.16
4622026-06-03T06:33:24.556Z Downloaded pin-project-internal v1.1.10
4632026-06-03T06:33:24.559Z Downloaded ppv-lite86 v0.2.21
4642026-06-03T06:33:24.559Z Downloaded phf v0.12.1
4652026-06-03T06:33:24.559Z Downloaded same-file v1.0.6
4662026-06-03T06:33:24.559Z Downloaded rustc_version v0.1.7
4672026-06-03T06:33:24.562Z Downloaded chacha20poly1305 v0.10.1
4682026-06-03T06:33:24.562Z Downloaded rustc-hash v2.1.1
4692026-06-03T06:33:24.565Z Downloaded proc-macro-error v1.0.4
4702026-06-03T06:33:24.569Z Downloaded proc-macro-error2 v2.0.1
4712026-06-03T06:33:24.569Z Downloaded flate2 v1.1.2
4722026-06-03T06:33:24.572Z Downloaded icu_properties v2.0.1
4732026-06-03T06:33:24.575Z Downloaded scroll_derive v0.12.1
4742026-06-03T06:33:24.575Z Downloaded progenitor-client v0.13.0
4752026-06-03T06:33:24.578Z Downloaded omicron-zone-package v0.12.2
4762026-06-03T06:33:24.578Z Downloaded progenitor v0.13.0
4772026-06-03T06:33:24.581Z Downloaded num_enum v0.7.5
4782026-06-03T06:33:24.583Z Downloaded pest_generator v2.8.2
4792026-06-03T06:33:24.584Z Downloaded indexmap v1.9.3
4802026-06-03T06:33:24.586Z Downloaded derive-where v1.6.0
4812026-06-03T06:33:24.589Z Downloaded pest_derive v2.8.2
4822026-06-03T06:33:24.592Z Downloaded rand_chacha v0.9.0
4832026-06-03T06:33:24.592Z Downloaded quote v1.0.45
4842026-06-03T06:33:24.595Z Downloaded semver v0.1.20
4852026-06-03T06:33:24.595Z Downloaded secrecy v0.10.3
4862026-06-03T06:33:24.598Z Downloaded scroll_derive v0.13.1
4872026-06-03T06:33:24.598Z Downloaded search_path v0.1.4
4882026-06-03T06:33:24.602Z Downloaded serde_spanned v0.6.9
4892026-06-03T06:33:24.602Z Downloaded rand_core v0.9.3
4902026-06-03T06:33:24.605Z Downloaded serde-big-array v0.5.1
4912026-06-03T06:33:24.605Z Downloaded memmap2 v0.9.8
4922026-06-03T06:33:24.605Z Downloaded serde_repr v0.1.20
4932026-06-03T06:33:24.608Z Downloaded resolv-conf v0.7.5
4942026-06-03T06:33:24.608Z Downloaded icu_normalizer_data v2.0.0
4952026-06-03T06:33:24.611Z Downloaded serde_spanned v1.0.4
4962026-06-03T06:33:24.611Z Downloaded darling_core v0.21.3
4972026-06-03T06:33:24.614Z Downloaded parking_lot_core v0.9.12
4982026-06-03T06:33:24.617Z Downloaded scopeguard v1.2.0
4992026-06-03T06:33:24.617Z Downloaded pest_meta v2.8.2
5002026-06-03T06:33:24.620Z Downloaded poly1305 v0.8.0
5012026-06-03T06:33:24.623Z Downloaded clang-sys v1.8.1
5022026-06-03T06:33:24.623Z Downloaded postcard v1.1.3
5032026-06-03T06:33:24.626Z Downloaded serde_plain v1.0.2
5042026-06-03T06:33:24.626Z Downloaded pkg-config v0.3.32
5052026-06-03T06:33:24.629Z Downloaded siphasher v1.0.1
5062026-06-03T06:33:24.629Z Downloaded sha1 v0.10.6
5072026-06-03T06:33:24.633Z Downloaded smawk v0.3.2
5082026-06-03T06:33:24.633Z Downloaded cc v1.2.58
5092026-06-03T06:33:24.636Z Downloaded allocator-api2 v0.2.21
5102026-06-03T06:33:24.636Z Downloaded rustls-pemfile v2.2.0
5112026-06-03T06:33:24.639Z Downloaded icu_locale_core v2.0.0
5122026-06-03T06:33:24.642Z Downloaded bytes v1.11.1
5132026-06-03T06:33:24.645Z Downloaded sigpipe v0.1.3
5142026-06-03T06:33:24.645Z Downloaded num-traits v0.2.19
5152026-06-03T06:33:24.648Z Downloaded progenitor v0.11.1
5162026-06-03T06:33:24.648Z Downloaded signal-hook-tokio v0.3.1
5172026-06-03T06:33:24.648Z Downloaded scroll v0.12.0
5182026-06-03T06:33:24.652Z Downloaded progenitor v0.10.0
5192026-06-03T06:33:24.652Z Downloaded strum v0.27.2
5202026-06-03T06:33:24.655Z Downloaded strum v0.26.3
5212026-06-03T06:33:24.655Z Downloaded scroll v0.13.0
5222026-06-03T06:33:24.655Z Downloaded rustversion v1.0.22
5232026-06-03T06:33:24.658Z Downloaded stable_deref_trait v1.2.0
5242026-06-03T06:33:24.658Z Downloaded strsim v0.11.1
5252026-06-03T06:33:24.658Z Downloaded hickory-resolver v0.25.2
5262026-06-03T06:33:24.661Z Downloaded structmeta-derive v0.3.0
5272026-06-03T06:33:24.665Z Downloaded quinn-udp v0.5.14
5282026-06-03T06:33:24.665Z Downloaded miniz_oxide v0.8.9
5292026-06-03T06:33:24.668Z Downloaded papergrid v0.11.0
5302026-06-03T06:33:24.671Z Downloaded serde_path_to_error v0.1.20
5312026-06-03T06:33:24.671Z Downloaded once_cell v1.21.3
5322026-06-03T06:33:24.674Z Downloaded sync_wrapper v1.0.2
5332026-06-03T06:33:24.674Z Downloaded supports-color v3.0.2
5342026-06-03T06:33:24.674Z Downloaded rusty-fork v0.3.0
5352026-06-03T06:33:24.677Z Downloaded hashbrown v0.12.3
5362026-06-03T06:33:24.680Z Downloaded serde_derive_internals v0.29.1
5372026-06-03T06:33:24.680Z Downloaded semver v1.0.27
5382026-06-03T06:33:24.683Z Downloaded swrite v0.1.0
5392026-06-03T06:33:24.683Z Downloaded crypto-bigint v0.5.5
5402026-06-03T06:33:24.685Z Downloaded tabwriter v1.4.1
5412026-06-03T06:33:24.688Z Downloaded tabled_derive v0.7.0
5422026-06-03T06:33:24.688Z Downloaded shlex v1.3.0
5432026-06-03T06:33:24.688Z Downloaded const_format v0.2.34
5442026-06-03T06:33:24.692Z Downloaded signal-hook-registry v1.4.6
5452026-06-03T06:33:24.695Z Downloaded tabled_derive v0.11.0
5462026-06-03T06:33:24.695Z Downloaded slog-async v2.8.0
5472026-06-03T06:33:24.695Z Downloaded pin-project v1.1.10
5482026-06-03T06:33:24.702Z Downloaded termtree v0.5.1
5492026-06-03T06:33:24.705Z Downloaded dropshot-api-manager v0.5.2
5502026-06-03T06:33:24.707Z Downloaded openssl-sys v0.9.114
5512026-06-03T06:33:24.710Z Downloaded slog-term v2.9.2
5522026-06-03T06:33:24.713Z Downloaded thiserror-impl-no-std v2.0.2
5532026-06-03T06:33:24.713Z Downloaded slog-bunyan v2.5.0
5542026-06-03T06:33:24.716Z Downloaded slab v0.4.11
5552026-06-03T06:33:24.716Z Downloaded thread-id v4.2.2
5562026-06-03T06:33:24.716Z Downloaded testing_table v0.3.0
5572026-06-03T06:33:24.719Z Downloaded slog-json v2.6.1
5582026-06-03T06:33:24.719Z Downloaded time-core v0.1.8
5592026-06-03T06:33:24.722Z Downloaded slog-dtrace v0.3.0
5602026-06-03T06:33:24.722Z Downloaded progenitor-impl v0.13.0
5612026-06-03T06:33:24.725Z Downloaded progenitor-impl v0.10.0
5622026-06-03T06:33:24.728Z Downloaded progenitor-impl v0.11.1
5632026-06-03T06:33:24.728Z Downloaded static_assertions v1.1.0
5642026-06-03T06:33:24.731Z Downloaded thread-id v5.0.0
5652026-06-03T06:33:24.731Z Downloaded sha2 v0.10.9
5662026-06-03T06:33:24.734Z Downloaded memchr v2.7.5
5672026-06-03T06:33:24.738Z Downloaded strum_macros v0.26.4
5682026-06-03T06:33:24.738Z Downloaded terminal_size v0.4.3
5692026-06-03T06:33:24.741Z Downloaded take_mut v0.2.2
5702026-06-03T06:33:24.741Z Downloaded strum_macros v0.27.2
5712026-06-03T06:33:24.741Z Downloaded smf v0.2.3
5722026-06-03T06:33:24.744Z Downloaded tinyvec_macros v0.1.1
5732026-06-03T06:33:24.744Z Downloaded serde_urlencoded v0.7.1
5742026-06-03T06:33:24.744Z Downloaded serde_tokenstream v0.2.3
5752026-06-03T06:33:24.747Z Downloaded schemars_derive v0.8.22
5762026-06-03T06:33:24.747Z Downloaded rand_core v0.6.4
5772026-06-03T06:33:24.750Z Downloaded parking_lot v0.12.5
5782026-06-03T06:33:24.750Z Downloaded jiff-static v0.2.15
5792026-06-03T06:33:24.753Z Downloaded structmeta v0.3.0
5802026-06-03T06:33:24.753Z Downloaded expectorate v1.2.0
5812026-06-03T06:33:24.756Z Downloaded log v0.4.29
5822026-06-03T06:33:24.760Z Downloaded icu_collections v2.0.0
5832026-06-03T06:33:24.763Z Downloaded topological-sort v0.2.2
5842026-06-03T06:33:24.763Z Downloaded synstructure v0.13.2
5852026-06-03T06:33:24.763Z Downloaded crossbeam-channel v0.5.15
5862026-06-03T06:33:24.766Z Downloaded prettyplease v0.2.37
5872026-06-03T06:33:24.768Z Downloaded tagptr v0.2.0
5882026-06-03T06:33:24.771Z Downloaded indexmap v2.13.0
5892026-06-03T06:33:24.774Z Downloaded tower-service v0.3.3
5902026-06-03T06:33:24.774Z Downloaded tower-layer v0.3.3
5912026-06-03T06:33:24.774Z Downloaded try-lock v0.2.5
5922026-06-03T06:33:24.777Z Downloaded hyper-util v0.1.19
5932026-06-03T06:33:24.780Z Downloaded hickory-resolver v0.24.4
5942026-06-03T06:33:24.783Z Downloaded spin v0.9.8
5952026-06-03T06:33:24.786Z Downloaded snafu-derive v0.8.9
5962026-06-03T06:33:24.786Z Downloaded thiserror v2.0.18
5972026-06-03T06:33:24.789Z Downloaded thiserror-no-std v2.0.2
5982026-06-03T06:33:24.793Z Downloaded thiserror-impl v2.0.18
5992026-06-03T06:33:24.793Z Downloaded thiserror-impl v1.0.69
6002026-06-03T06:33:24.796Z Downloaded typify-macro v0.6.1
6012026-06-03T06:33:24.796Z Downloaded serde_with_macros v3.14.1
6022026-06-03T06:33:24.796Z Downloaded thiserror v1.0.69
6032026-06-03T06:33:24.799Z Downloaded subtle v2.6.1
6042026-06-03T06:33:24.802Z Downloaded serde_derive v1.0.228
6052026-06-03T06:33:24.802Z Downloaded unarray v0.1.4
6062026-06-03T06:33:24.805Z Downloaded proc-macro2 v1.0.106
6072026-06-03T06:33:24.805Z Downloaded curl v0.4.49
6082026-06-03T06:33:24.808Z Downloaded toml_write v0.1.2
6092026-06-03T06:33:24.808Z Downloaded unicode-linebreak v0.1.5
6102026-06-03T06:33:24.811Z Downloaded untrusted v0.7.1
6112026-06-03T06:33:24.811Z Downloaded papergrid v0.17.0
6122026-06-03T06:33:24.815Z Downloaded tokio-native-tls v0.3.1
6132026-06-03T06:33:24.815Z Downloaded rayon-core v1.13.0
6142026-06-03T06:33:24.818Z Downloaded signal-hook v0.3.18
6152026-06-03T06:33:24.818Z Downloaded schemars v0.8.22
6162026-06-03T06:33:24.824Z Downloaded usdt-attr-macro v0.6.0
6172026-06-03T06:33:24.827Z Downloaded usdt-attr-macro v0.5.0
6182026-06-03T06:33:24.827Z Downloaded usdt-macro v0.5.0
6192026-06-03T06:33:24.827Z Downloaded usdt v0.6.0
6202026-06-03T06:33:24.827Z Downloaded usdt v0.5.0
6212026-06-03T06:33:24.832Z Downloaded untrusted v0.9.0
6222026-06-03T06:33:24.832Z Downloaded version_check v0.9.5
6232026-06-03T06:33:24.832Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6242026-06-03T06:33:24.836Z Downloaded tokio-rustls v0.25.0
6252026-06-03T06:33:24.836Z Downloaded tokio-macros v2.6.0
6262026-06-03T06:33:24.836Z Downloaded want v0.3.1
6272026-06-03T06:33:24.836Z Downloaded waitgroup v0.1.2
6282026-06-03T06:33:24.836Z Downloaded toml_writer v1.0.6+spec-1.1.0
6292026-06-03T06:33:24.836Z Downloaded utf8_iter v1.0.4
6302026-06-03T06:33:24.839Z Downloaded usdt-macro v0.6.0
6312026-06-03T06:33:24.839Z Downloaded similar v2.7.0
6322026-06-03T06:33:24.842Z Downloaded minimal-lexical v0.2.1
6332026-06-03T06:33:24.845Z Downloaded tokio-dtrace v0.1.1
6342026-06-03T06:33:24.845Z Downloaded serde_core v1.0.228
6352026-06-03T06:33:24.849Z Downloaded smallvec v1.15.1
6362026-06-03T06:33:24.849Z Downloaded slog v2.8.2
6372026-06-03T06:33:24.852Z Downloaded term v1.2.0
6382026-06-03T06:33:24.852Z Downloaded tinystr v0.8.1
6392026-06-03T06:33:24.852Z Downloaded yoke-derive v0.8.0
6402026-06-03T06:33:24.856Z Downloaded time-macros v0.2.27
6412026-06-03T06:33:24.856Z Downloaded hashbrown v0.15.5
6422026-06-03T06:33:24.858Z Downloaded qorb v0.4.1
6432026-06-03T06:33:24.861Z Downloaded tempfile v3.23.0
6442026-06-03T06:33:24.864Z Downloaded serde_yaml v0.9.34+deprecated
6452026-06-03T06:33:24.864Z Downloaded rand v0.8.5
6462026-06-03T06:33:24.867Z Downloaded xattr v1.6.1
6472026-06-03T06:33:24.867Z Downloaded toml_datetime v0.6.11
6482026-06-03T06:33:24.869Z Downloaded half v2.7.1
6492026-06-03T06:33:24.870Z Downloaded typify-macro v0.4.3
6502026-06-03T06:33:24.870Z Downloaded thread_local v1.1.9
6512026-06-03T06:33:24.873Z Downloaded rustls-pki-types v1.12.0
6522026-06-03T06:33:24.876Z Downloaded socket2 v0.6.0
6532026-06-03T06:33:24.876Z Downloaded unicode-xid v0.2.6
6542026-06-03T06:33:24.876Z Downloaded socket2 v0.5.10
6552026-06-03T06:33:24.879Z Downloaded h2 v0.4.12
6562026-06-03T06:33:24.882Z Downloaded zeroize_derive v1.4.3
6572026-06-03T06:33:24.882Z Downloaded zone v0.3.1
6582026-06-03T06:33:24.882Z Downloaded zerofrom-derive v0.1.6
6592026-06-03T06:33:24.882Z Downloaded universal-hash v0.5.1
6602026-06-03T06:33:24.885Z Downloaded tokio-stream v0.1.17
6612026-06-03T06:33:24.885Z Downloaded tokio-rustls v0.26.3
6622026-06-03T06:33:24.890Z Downloaded zerofrom v0.1.6
6632026-06-03T06:33:24.890Z Downloaded mio v1.0.4
6642026-06-03T06:33:24.896Z Downloaded zone_cfg_derive v0.3.1
6652026-06-03T06:33:24.896Z Downloaded password-hash v0.5.0
6662026-06-03T06:33:24.896Z Downloaded parse-display-derive v0.10.0
6672026-06-03T06:33:24.896Z Downloaded icu_normalizer v2.0.0
6682026-06-03T06:33:24.899Z Downloaded oxnet v0.1.4
6692026-06-03T06:33:24.899Z Downloaded owo-colors v4.3.0
6702026-06-03T06:33:24.899Z Downloaded num-rational v0.4.2
6712026-06-03T06:33:24.899Z Downloaded wait-timeout v0.2.1
6722026-06-03T06:33:24.899Z Downloaded base64 v0.22.1
6732026-06-03T06:33:24.902Z Downloaded writeable v0.6.1
6742026-06-03T06:33:24.902Z Downloaded utf8parse v0.2.2
6752026-06-03T06:33:24.905Z Downloaded whoami v1.6.1
6762026-06-03T06:33:24.905Z Downloaded usdt-impl v0.5.0
6772026-06-03T06:33:24.905Z Downloaded walkdir v2.5.0
6782026-06-03T06:33:24.909Z Downloaded usdt-impl v0.6.0
6792026-06-03T06:33:24.909Z Downloaded test-strategy v0.4.3
6802026-06-03T06:33:24.913Z Downloaded toml_parser v1.0.6+spec-1.1.0
6812026-06-03T06:33:24.913Z Downloaded schemars v1.2.0
6822026-06-03T06:33:24.918Z Downloaded quinn v0.11.9
6832026-06-03T06:33:24.925Z Downloaded schemars v0.9.0
6842026-06-03T06:33:24.928Z Downloaded tracing-attributes v0.1.30
6852026-06-03T06:33:24.931Z Downloaded nom v7.1.3
6862026-06-03T06:33:24.934Z Downloaded textwrap v0.16.2
6872026-06-03T06:33:24.935Z Downloaded cancel-safe-futures v0.1.5
6882026-06-03T06:33:24.938Z Downloaded colored v3.0.0
6892026-06-03T06:33:24.938Z Downloaded camino v1.2.2
6902026-06-03T06:33:24.938Z Downloaded rustls-webpki v0.103.6
6912026-06-03T06:33:24.941Z Downloaded ucd-trie v0.1.7
6922026-06-03T06:33:24.941Z Downloaded darling v0.21.3
6932026-06-03T06:33:24.944Z Downloaded toml v0.7.8
6942026-06-03T06:33:24.947Z Downloaded zeroize v1.8.1
6952026-06-03T06:33:24.947Z Downloaded tinyvec v1.10.0
6962026-06-03T06:33:24.947Z Downloaded blake3 v1.8.2
6972026-06-03T06:33:24.951Z Downloaded serde v1.0.228
6982026-06-03T06:33:24.954Z Downloaded itertools v0.12.1
6992026-06-03T06:33:24.957Z Downloaded zmij v1.0.17
7002026-06-03T06:33:24.959Z Downloaded vsss-rs v3.3.4
7012026-06-03T06:33:24.959Z Downloaded zerovec-derive v0.11.1
7022026-06-03T06:33:24.963Z Downloaded tracing-core v0.1.34
7032026-06-03T06:33:24.963Z Downloaded toml v0.9.11+spec-1.1.0
7042026-06-03T06:33:24.967Z Downloaded vergen v8.3.2
7052026-06-03T06:33:24.967Z Downloaded toml v0.8.23
7062026-06-03T06:33:24.970Z Downloaded iri-string v0.7.8
7072026-06-03T06:33:24.972Z Downloaded rand v0.9.2
7082026-06-03T06:33:24.974Z Downloaded idna v1.1.0
7092026-06-03T06:33:24.974Z Downloaded iddqd v0.3.17
7102026-06-03T06:33:24.978Z Downloaded hyper v1.8.1
7112026-06-03T06:33:24.982Z Downloaded yoke v0.8.0
7122026-06-03T06:33:24.985Z Downloaded unsafe-libyaml v0.2.11
7132026-06-03T06:33:24.985Z Downloaded hkdf v0.12.4
7142026-06-03T06:33:24.988Z Downloaded unicode-ident v1.0.24
7152026-06-03T06:33:24.988Z Downloaded typify v0.4.3
7162026-06-03T06:33:24.991Z Downloaded zerocopy-derive v0.7.35
7172026-06-03T06:33:24.994Z Downloaded snafu v0.8.9
7182026-06-03T06:33:24.997Z Downloaded clap_builder v4.6.0
7192026-06-03T06:33:25.000Z Downloaded typify v0.6.1
7202026-06-03T06:33:25.002Z Downloaded futures-util v0.3.32
7212026-06-03T06:33:25.007Z Downloaded uuid v1.20.0
7222026-06-03T06:33:25.010Z Downloaded pest v2.8.2
7232026-06-03T06:33:25.012Z Downloaded hashbrown v0.16.1
7242026-06-03T06:33:25.014Z Downloaded ryu v1.0.20
7252026-06-03T06:33:25.017Z Downloaded num-iter v0.1.45
7262026-06-03T06:33:25.017Z Downloaded lock_api v0.4.14
7272026-06-03T06:33:25.022Z Downloaded libsw-core v0.3.2
7282026-06-03T06:33:25.022Z Downloaded ipnet v2.11.0
7292026-06-03T06:33:25.022Z Downloaded internet-checksum v0.2.1
7302026-06-03T06:33:25.022Z Downloaded newline-converter v0.3.0
7312026-06-03T06:33:25.028Z Downloaded backoff v0.4.0
7322026-06-03T06:33:25.028Z Downloaded deranged v0.5.3
7332026-06-03T06:33:25.028Z Downloaded toml_edit v0.19.15
7342026-06-03T06:33:25.032Z Downloaded typenum v1.18.0
7352026-06-03T06:33:25.035Z Downloaded itertools v0.14.0
7362026-06-03T06:33:25.038Z Downloaded toml_edit v0.22.27
7372026-06-03T06:33:25.041Z Downloaded aho-corasick v1.1.3
7382026-06-03T06:33:25.043Z Downloaded tar v0.4.45
7392026-06-03T06:33:25.046Z Downloaded daft-derive v0.1.4
7402026-06-03T06:33:25.049Z Downloaded icu_properties_data v2.0.1
7412026-06-03T06:33:25.052Z Downloaded git2 v0.19.0
7422026-06-03T06:33:25.056Z Downloaded tracing v0.1.41
7432026-06-03T06:33:25.058Z Downloaded daft v0.1.4
7442026-06-03T06:33:25.061Z Downloaded bytecount v0.6.9
7452026-06-03T06:33:25.061Z Downloaded anstyle-parse v1.0.0
7462026-06-03T06:33:25.061Z Downloaded humantime v2.3.0
7472026-06-03T06:33:25.064Z Downloaded globset v0.4.16
7482026-06-03T06:33:25.064Z Downloaded zerotrie v0.2.2
7492026-06-03T06:33:25.068Z Downloaded steno v0.4.1
7502026-06-03T06:33:25.068Z Downloaded libm v0.2.15
7512026-06-03T06:33:25.074Z Downloaded git-stub-vcs v0.1.0
7522026-06-03T06:33:25.076Z Downloaded embedded-io v0.4.0
7532026-06-03T06:33:25.076Z Downloaded digest v0.10.7
7542026-06-03T06:33:25.076Z Downloaded http-body-util v0.1.3
7552026-06-03T06:33:25.079Z Downloaded hex v0.4.3
7562026-06-03T06:33:25.079Z Downloaded futures-executor v0.3.32
7572026-06-03T06:33:25.079Z Downloaded filetime v0.2.26
7582026-06-03T06:33:25.079Z Downloaded erased-serde v0.3.31
7592026-06-03T06:33:25.082Z Downloaded chacha20 v0.9.1
7602026-06-03T06:33:25.082Z Downloaded kstat-rs v0.2.4
7612026-06-03T06:33:25.084Z Downloaded itoa v1.0.15
7622026-06-03T06:33:25.084Z Downloaded is_terminal_polyfill v1.70.1
7632026-06-03T06:33:25.085Z Downloaded goblin v0.8.2
7642026-06-03T06:33:25.087Z Downloaded is_ci v1.2.0
7652026-06-03T06:33:25.088Z Downloaded is-terminal v0.4.16
7662026-06-03T06:33:25.091Z Downloaded argon2 v0.5.3
7672026-06-03T06:33:25.091Z Downloaded enum-as-inner v0.6.1
7682026-06-03T06:33:25.091Z Downloaded hubpack_derive v0.1.1
7692026-06-03T06:33:25.091Z Downloaded url v2.5.7
7702026-06-03T06:33:25.093Z Downloaded hash32 v0.3.1
7712026-06-03T06:33:25.093Z Downloaded futures-macro v0.3.32
7722026-06-03T06:33:25.093Z Downloaded embedded-io v0.6.1
7732026-06-03T06:33:25.097Z Downloaded dtrace-parser v0.3.0
7742026-06-03T06:33:25.097Z Downloaded autocfg v1.5.0
7752026-06-03T06:33:25.097Z Downloaded httpdate v1.0.3
7762026-06-03T06:33:25.097Z Downloaded fnv v1.0.7
7772026-06-03T06:33:25.097Z Downloaded dyn-clone v1.0.20
7782026-06-03T06:33:25.100Z Downloaded crc8 v0.1.1
7792026-06-03T06:33:25.100Z Downloaded async-stream v0.3.6
7802026-06-03T06:33:25.101Z Downloaded foreign-types v0.3.2
7812026-06-03T06:33:25.101Z Downloaded fastrand v2.3.0
7822026-06-03T06:33:25.113Z Downloaded dropshot-api-manager-types v0.5.2
7832026-06-03T06:33:25.113Z Downloaded crypto-common v0.1.6
7842026-06-03T06:33:25.113Z Downloaded cpufeatures v0.2.17
7852026-06-03T06:33:25.113Z Downloaded cfg_aliases v0.2.1
7862026-06-03T06:33:25.113Z Downloaded cargo-platform v0.1.9
7872026-06-03T06:33:25.113Z Downloaded heck v0.4.1
7882026-06-03T06:33:25.113Z Downloaded futures-task v0.3.32
7892026-06-03T06:33:25.113Z Downloaded form_urlencoded v1.2.2
7902026-06-03T06:33:25.113Z Downloaded foreign-types v0.5.0
7912026-06-03T06:33:25.113Z Downloaded foldhash v0.2.0
7922026-06-03T06:33:25.113Z Downloaded equivalent v1.0.2
7932026-06-03T06:33:25.113Z Downloaded dof v0.3.0
7942026-06-03T06:33:25.113Z Downloaded serde_json v1.0.149
7952026-06-03T06:33:25.116Z Downloaded regex v1.12.3
7962026-06-03T06:33:25.116Z Downloaded reqwest v0.12.23
7972026-06-03T06:33:25.119Z Downloaded zerocopy-derive v0.8.27
7982026-06-03T06:33:25.122Z Downloaded unicode-segmentation v1.12.0
7992026-06-03T06:33:25.125Z Downloaded reqwest v0.13.2
8002026-06-03T06:33:25.129Z Downloaded typed-path v0.9.3
8012026-06-03T06:33:25.134Z Downloaded tokio-util v0.7.16
8022026-06-03T06:33:25.140Z Downloaded unicode-normalization v0.1.24
8032026-06-03T06:33:25.144Z Downloaded rayon v1.11.0
8042026-06-03T06:33:25.147Z Downloaded tower v0.5.2
8052026-06-03T06:33:25.167Z Downloaded portable-atomic v1.11.1
8062026-06-03T06:33:25.171Z Downloaded aws-lc-rs v1.16.2
8072026-06-03T06:33:25.178Z Downloaded tower-http v0.6.8
8082026-06-03T06:33:25.181Z Downloaded tough v0.20.0
8092026-06-03T06:33:25.186Z Downloaded chrono v0.4.44
8102026-06-03T06:33:25.201Z Downloaded proptest v1.8.0
8112026-06-03T06:33:25.208Z Downloaded rustls-webpki v0.102.8
8122026-06-03T06:33:25.216Z Downloaded goblin v0.10.1
8132026-06-03T06:33:25.222Z Downloaded moka v0.12.11
8142026-06-03T06:33:25.228Z Downloaded zerocopy v0.7.35
8152026-06-03T06:33:25.236Z Downloaded zerovec v0.11.4
8162026-06-03T06:33:25.239Z Downloaded bindgen v0.72.1
8172026-06-03T06:33:25.247Z Downloaded serde_with v3.14.1
8182026-06-03T06:33:25.252Z Downloaded quinn-proto v0.11.14
8192026-06-03T06:33:25.256Z Downloaded winnow v0.5.40
8202026-06-03T06:33:25.261Z Downloaded tabled v0.15.0
8212026-06-03T06:33:25.269Z Downloaded winnow v0.7.14
8222026-06-03T06:33:25.273Z Downloaded curve25519-dalek v4.1.3
8232026-06-03T06:33:25.280Z Downloaded time v0.3.47
8242026-06-03T06:33:25.286Z Downloaded tabled v0.20.0
8252026-06-03T06:33:25.298Z Downloaded openssl v0.10.78
8262026-06-03T06:33:25.309Z Downloaded vcpkg v0.2.15
8272026-06-03T06:33:25.330Z Downloaded syn v1.0.109
8282026-06-03T06:33:25.336Z Downloaded dropshot v0.16.7
8292026-06-03T06:33:25.347Z Downloaded syn v2.0.117
8302026-06-03T06:33:25.353Z Downloaded smoltcp v0.11.0
8312026-06-03T06:33:25.359Z Downloaded zerocopy v0.8.27
8322026-06-03T06:33:25.371Z Downloaded bstr v1.12.0
8332026-06-03T06:33:25.375Z Downloaded openapiv3 v2.2.0
8342026-06-03T06:33:25.381Z Downloaded hickory-proto v0.24.4
8352026-06-03T06:33:25.388Z Downloaded regress v0.10.5
8362026-06-03T06:33:25.393Z Downloaded rustls v0.23.32
8372026-06-03T06:33:25.402Z Downloaded rustix v0.38.44
8382026-06-03T06:33:25.412Z Downloaded hickory-proto v0.25.2
8392026-06-03T06:33:25.422Z Downloaded regex-syntax v0.8.6
8402026-06-03T06:33:25.425Z Downloaded rustix v1.1.2
8412026-06-03T06:33:25.435Z Downloaded nix v0.30.1
8422026-06-03T06:33:25.441Z Downloaded webpki-roots v1.0.2
8432026-06-03T06:33:25.445Z Downloaded unicode-width v0.2.1
8442026-06-03T06:33:25.448Z Downloaded unicode-width v0.1.14
8452026-06-03T06:33:25.451Z Downloaded rustls v0.22.4
8462026-06-03T06:33:25.456Z Downloaded typify-impl v0.6.1
8472026-06-03T06:33:25.463Z Downloaded typify-impl v0.4.3
8482026-06-03T06:33:25.513Z Downloaded libc v0.2.183
8492026-06-03T06:33:25.538Z Downloaded sha3 v0.10.8
8502026-06-03T06:33:25.580Z Downloaded regex-automata v0.4.13
8512026-06-03T06:33:25.588Z Downloaded encoding_rs v0.8.35
8522026-06-03T06:33:25.601Z Downloaded jiff v0.2.15
8532026-06-03T06:33:25.610Z Downloaded petgraph v0.6.5
8542026-06-03T06:33:25.627Z Downloaded libgit2-sys v0.17.0+1.8.1
8552026-06-03T06:33:25.670Z Downloaded chrono-tz v0.10.4
8562026-06-03T06:33:25.679Z Downloaded petgraph v0.8.2
8572026-06-03T06:33:25.696Z Downloaded libz-sys v1.1.22
8582026-06-03T06:33:25.709Z Downloaded csv v1.3.1
8592026-06-03T06:33:25.718Z Downloaded tokio v1.49.0
8602026-06-03T06:33:25.830Z Downloaded ring v0.17.14
8612026-06-03T06:33:25.866Z Downloaded curl-sys v0.4.83+curl-8.15.0
8622026-06-03T06:33:26.347Z Downloaded aws-lc-sys v0.39.1
8632026-06-03T06:33:26.652Z Compiling proc-macro2 v1.0.106
8642026-06-03T06:33:26.652Z Compiling quote v1.0.45
8652026-06-03T06:33:26.652Z Compiling unicode-ident v1.0.24
8662026-06-03T06:33:26.655Z Compiling serde_core v1.0.228
8672026-06-03T06:33:26.655Z Compiling serde v1.0.228
8682026-06-03T06:33:26.655Z Compiling libc v0.2.183
8692026-06-03T06:33:26.655Z Checking cfg-if v1.0.3
8702026-06-03T06:33:26.915Z Compiling zmij v1.0.17
8712026-06-03T06:33:26.963Z Compiling autocfg v1.5.0
8722026-06-03T06:33:27.283Z Compiling memchr v2.7.5
8732026-06-03T06:33:27.757Z Compiling getrandom v0.3.3
8742026-06-03T06:33:27.917Z Compiling libm v0.2.15
8752026-06-03T06:33:28.198Z Compiling shlex v1.3.0
8762026-06-03T06:33:28.323Z Checking itoa v1.0.15
8772026-06-03T06:33:28.403Z Checking smallvec v1.15.1
8782026-06-03T06:33:28.415Z Compiling jobserver v0.1.34
8792026-06-03T06:33:28.430Z Compiling thiserror v2.0.18
8802026-06-03T06:33:28.468Z Compiling version_check v0.9.5
8812026-06-03T06:33:28.510Z Compiling find-msvc-tools v0.1.9
8822026-06-03T06:33:28.590Z Compiling icu_normalizer_data v2.0.0
8832026-06-03T06:33:28.757Z Compiling cc v1.2.58
8842026-06-03T06:33:28.772Z Compiling icu_properties_data v2.0.1
8852026-06-03T06:33:28.861Z Compiling parking_lot_core v0.9.12
8862026-06-03T06:33:28.979Z Compiling syn v2.0.117
8872026-06-03T06:33:29.002Z Checking stable_deref_trait v1.2.0
8882026-06-03T06:33:29.033Z Compiling serde_json v1.0.149
8892026-06-03T06:33:29.256Z Compiling heck v0.5.0
8902026-06-03T06:33:29.341Z Checking litemap v0.8.0
8912026-06-03T06:33:29.407Z Checking writeable v0.6.1
8922026-06-03T06:33:29.436Z Compiling num-traits v0.2.19
8932026-06-03T06:33:29.469Z Checking percent-encoding v2.3.2
8942026-06-03T06:33:29.690Z Checking form_urlencoded v1.2.2
8952026-06-03T06:33:29.722Z Checking utf8_iter v1.0.4
8962026-06-03T06:33:29.818Z Compiling zerocopy v0.8.27
8972026-06-03T06:33:29.835Z Checking pin-project-lite v0.2.16
8982026-06-03T06:33:29.946Z Checking iana-time-zone v0.1.64
8992026-06-03T06:33:29.984Z Compiling rustversion v1.0.22
9002026-06-03T06:33:30.053Z Compiling log v0.4.29
9012026-06-03T06:33:30.070Z Compiling equivalent v1.0.2
9022026-06-03T06:33:30.159Z Compiling allocator-api2 v0.2.21
9032026-06-03T06:33:30.231Z Compiling foldhash v0.2.0
9042026-06-03T06:33:30.264Z Compiling semver v1.0.27
9052026-06-03T06:33:30.277Z Checking socket2 v0.6.0
9062026-06-03T06:33:30.424Z Checking uuid v1.20.0
9072026-06-03T06:33:30.479Z Compiling hashbrown v0.16.1
9082026-06-03T06:33:30.516Z Checking scopeguard v1.2.0
9092026-06-03T06:33:30.622Z Checking lock_api v0.4.14
9102026-06-03T06:33:30.776Z Checking getrandom v0.2.16
9112026-06-03T06:33:30.789Z Checking signal-hook-registry v1.4.6
9122026-06-03T06:33:30.804Z Checking mio v1.0.4
9132026-06-03T06:33:30.826Z Compiling schemars v0.8.22
9142026-06-03T06:33:30.906Z Checking parking_lot v0.12.5
9152026-06-03T06:33:30.921Z Checking dyn-clone v1.0.20
9162026-06-03T06:33:30.939Z Compiling portable-atomic v1.11.1
9172026-06-03T06:33:31.098Z Checking critical-section v1.2.0
9182026-06-03T06:33:31.192Z Checking futures-core v0.3.32
9192026-06-03T06:33:31.247Z Compiling ring v0.17.14
9202026-06-03T06:33:31.310Z Compiling typenum v1.18.0
9212026-06-03T06:33:31.393Z Compiling indexmap v2.13.0
9222026-06-03T06:33:31.601Z Compiling thiserror v1.0.69
9232026-06-03T06:33:31.839Z Compiling synstructure v0.13.2
9242026-06-03T06:33:31.900Z Compiling serde_derive_internals v0.29.1
9252026-06-03T06:33:31.938Z Checking once_cell v1.21.3
9262026-06-03T06:33:32.030Z Compiling regex-syntax v0.8.6
9272026-06-03T06:33:32.105Z Compiling httparse v1.10.1
9282026-06-03T06:33:32.331Z Checking futures-sink v0.3.32
9292026-06-03T06:33:32.358Z Compiling rustix v1.1.2
9302026-06-03T06:33:32.492Z Compiling aho-corasick v1.1.3
9312026-06-03T06:33:32.545Z Checking slab v0.4.11
9322026-06-03T06:33:32.561Z Checking subtle v2.6.1
9332026-06-03T06:33:32.613Z Compiling anyhow v1.0.102
9342026-06-03T06:33:32.696Z Compiling ucd-trie v0.1.7
9352026-06-03T06:33:32.700Z Checking futures-channel v0.3.32
9362026-06-03T06:33:32.928Z Checking rand_core v0.6.4
9372026-06-03T06:33:32.956Z Checking futures-io v0.3.32
9382026-06-03T06:33:33.004Z Compiling serde_derive v1.0.228
9392026-06-03T06:33:33.093Z Compiling zerofrom-derive v0.1.6
9402026-06-03T06:33:33.116Z Compiling yoke-derive v0.8.0
9412026-06-03T06:33:33.194Z Compiling zerovec-derive v0.11.1
9422026-06-03T06:33:33.487Z Compiling displaydoc v0.2.5
9432026-06-03T06:33:33.918Z Compiling thiserror-impl v2.0.18
9442026-06-03T06:33:34.113Z Compiling schemars_derive v0.8.22
9452026-06-03T06:33:34.129Z Compiling tokio-macros v2.6.0
9462026-06-03T06:33:34.212Z Compiling zerocopy-derive v0.8.27
9472026-06-03T06:33:34.260Z Compiling futures-macro v0.3.32
9482026-06-03T06:33:34.263Z Checking zerofrom v0.1.6
9492026-06-03T06:33:34.393Z Checking yoke v0.8.0
9502026-06-03T06:33:34.584Z Checking zerovec v0.11.4
9512026-06-03T06:33:34.848Z Checking zerotrie v0.2.2
9522026-06-03T06:33:35.051Z Compiling zeroize_derive v1.4.3
9532026-06-03T06:33:35.081Z Compiling thiserror-impl v1.0.69
9542026-06-03T06:33:35.264Z Compiling regex-automata v0.4.13
9552026-06-03T06:33:35.281Z Checking tinystr v0.8.1
9562026-06-03T06:33:35.304Z Checking potential_utf v0.1.3
9572026-06-03T06:33:35.432Z Checking icu_collections v2.0.0
9582026-06-03T06:33:35.454Z Checking icu_locale_core v2.0.0
9592026-06-03T06:33:35.717Z Checking zeroize v1.8.1
9602026-06-03T06:33:35.874Z Compiling pest v2.8.2
9612026-06-03T06:33:35.906Z Checking icu_provider v2.0.0
9622026-06-03T06:33:36.031Z Checking bytes v1.11.1
9632026-06-03T06:33:36.145Z Checking icu_normalizer v2.0.0
9642026-06-03T06:33:36.181Z Checking icu_properties v2.0.1
9652026-06-03T06:33:36.445Z Checking chrono v0.4.44
9662026-06-03T06:33:36.461Z Compiling serde_tokenstream v0.2.3
9672026-06-03T06:33:36.699Z Checking tokio v1.49.0
9682026-06-03T06:33:36.733Z Checking bitflags v2.9.4
9692026-06-03T06:33:36.897Z Compiling regex v1.12.3
9702026-06-03T06:33:36.970Z Checking idna_adapter v1.2.1
9712026-06-03T06:33:37.069Z Compiling pest_meta v2.8.2
9722026-06-03T06:33:37.094Z Checking idna v1.1.0
9732026-06-03T06:33:37.277Z Checking futures-task v0.3.32
9742026-06-03T06:33:37.294Z Compiling pkg-config v0.3.32
9752026-06-03T06:33:37.325Z Checking url v2.5.7
9762026-06-03T06:33:37.412Z Checking futures-util v0.3.32
9772026-06-03T06:33:37.745Z Compiling pest_generator v2.8.2
9782026-06-03T06:33:37.837Z Compiling tracing-attributes v0.1.30
9792026-06-03T06:33:37.998Z Checking tracing-core v0.1.34
9802026-06-03T06:33:38.329Z Compiling generic-array v0.14.7
9812026-06-03T06:33:38.407Z Compiling fnv v1.0.7
9822026-06-03T06:33:38.421Z Compiling vcpkg v0.2.15
9832026-06-03T06:33:38.440Z Compiling pest_derive v2.8.2
9842026-06-03T06:33:38.666Z Compiling http v1.4.0
9852026-06-03T06:33:38.997Z Compiling regress v0.10.5
9862026-06-03T06:33:39.085Z Checking tracing v0.1.41
9872026-06-03T06:33:39.149Z Compiling time-core v0.1.8
9882026-06-03T06:33:39.265Z Compiling num-conv v0.2.1
9892026-06-03T06:33:39.304Z Compiling byteorder v1.5.0
9902026-06-03T06:33:39.419Z Compiling time-macros v0.2.27
9912026-06-03T06:33:39.435Z Checking errno v0.3.14
9922026-06-03T06:33:39.523Z Checking base64 v0.22.1
9932026-06-03T06:33:39.553Z Checking ipnet v2.11.0
9942026-06-03T06:33:39.774Z Compiling scroll_derive v0.13.1
9952026-06-03T06:33:39.877Z Checking crypto-common v0.1.6
9962026-06-03T06:33:39.895Z Checking tokio-util v0.7.16
9972026-06-03T06:33:39.999Z Compiling camino v1.2.2
9982026-06-03T06:33:40.418Z Checking http-body v1.0.1
9992026-06-03T06:33:40.434Z Checking ppv-lite86 v0.2.21
10002026-06-03T06:33:40.555Z Checking atomic-waker v1.1.2
10012026-06-03T06:33:40.581Z Compiling crossbeam-utils v0.8.21
10022026-06-03T06:33:40.598Z Compiling syn v1.0.109
10032026-06-03T06:33:40.653Z Compiling slog v2.8.2
10042026-06-03T06:33:40.727Z Compiling paste v1.0.15
10052026-06-03T06:33:40.830Z Checking tower-service v0.3.3
10062026-06-03T06:33:40.875Z Checking try-lock v0.2.5
10072026-06-03T06:33:40.907Z Checking tower-layer v0.3.3
10082026-06-03T06:33:40.969Z Checking h2 v0.4.12
10092026-06-03T06:33:40.984Z Checking ipnetwork v0.21.1
10102026-06-03T06:33:40.989Z Checking want v0.3.1
10112026-06-03T06:33:41.052Z Checking erased-serde v0.3.31
10122026-06-03T06:33:41.068Z Checking rustls-pki-types v1.12.0
10132026-06-03T06:33:41.190Z Checking pin-utils v0.1.0
10142026-06-03T06:33:41.225Z Checking httpdate v1.0.3
10152026-06-03T06:33:41.261Z Checking ryu v1.0.20
10162026-06-03T06:33:41.279Z Checking pretty-hex v0.4.1
10172026-06-03T06:33:41.371Z Compiling async-trait v0.1.89
10182026-06-03T06:33:41.392Z Checking socket2 v0.5.10
10192026-06-03T06:33:41.395Z Checking untrusted v0.9.0
10202026-06-03T06:33:41.628Z Compiling scroll v0.13.0
10212026-06-03T06:33:41.676Z Compiling openssl-sys v0.9.114
10222026-06-03T06:33:41.692Z Compiling plain v0.2.3
10232026-06-03T06:33:41.803Z Compiling usdt-impl v0.6.0
10242026-06-03T06:33:41.821Z Compiling strsim v0.11.1
10252026-06-03T06:33:41.995Z Compiling goblin v0.10.1
10262026-06-03T06:33:42.070Z Checking http-body-util v0.1.3
10272026-06-03T06:33:42.111Z Checking block-buffer v0.10.4
10282026-06-03T06:33:42.249Z Compiling openapiv3 v2.2.0
10292026-06-03T06:33:42.280Z Checking rand_core v0.9.3
10302026-06-03T06:33:42.323Z Compiling slog-async v2.8.0
10312026-06-03T06:33:42.585Z Checking digest v0.10.7
10322026-06-03T06:33:42.668Z Checking serde_urlencoded v0.7.1
10332026-06-03T06:33:42.775Z Checking oxnet v0.1.4
10342026-06-03T06:33:42.792Z Checking hyper v1.8.1
10352026-06-03T06:33:42.869Z Compiling typify-impl v0.4.3
10362026-06-03T06:33:43.050Z Compiling dtrace-parser v0.3.0
10372026-06-03T06:33:43.683Z Compiling cmake v0.1.54
10382026-06-03T06:33:43.683Z Compiling thread-id v5.0.0
10392026-06-03T06:33:43.714Z Checking hyper-util v0.1.19
10402026-06-03T06:33:43.757Z Compiling ident_case v1.0.1
10412026-06-03T06:33:43.785Z Compiling dunce v1.0.5
10422026-06-03T06:33:43.803Z Compiling omicron-workspace-hack v0.1.0
10432026-06-03T06:33:43.877Z Compiling fs_extra v1.3.0
10442026-06-03T06:33:43.893Z Compiling darling_core v0.21.3
10452026-06-03T06:33:44.032Z Checking rand_chacha v0.9.0
10462026-06-03T06:33:44.051Z Compiling daft-derive v0.1.4
10472026-06-03T06:33:44.133Z Compiling aws-lc-sys v0.39.1
10482026-06-03T06:33:44.215Z Checking rand v0.9.2
10492026-06-03T06:33:44.664Z Compiling unsafe-libyaml v0.2.11
10502026-06-03T06:33:44.767Z Compiling dof v0.4.0
10512026-06-03T06:33:44.784Z Checking powerfmt v0.2.0
10522026-06-03T06:33:44.893Z Checking sync_wrapper v1.0.2
10532026-06-03T06:33:44.934Z Checking deranged v0.5.3
10542026-06-03T06:33:45.517Z Compiling serde_yaml v0.9.34+deprecated
10552026-06-03T06:33:45.663Z Checking num_threads v0.1.7
10562026-06-03T06:33:45.752Z Compiling rustls v0.22.4
10572026-06-03T06:33:45.831Z Compiling usdt-macro v0.6.0
10582026-06-03T06:33:45.848Z Compiling usdt-attr-macro v0.6.0
10592026-06-03T06:33:45.954Z Compiling darling_macro v0.21.3
10602026-06-03T06:33:45.970Z Checking cpufeatures v0.2.17
10612026-06-03T06:33:46.040Z Compiling aws-lc-rs v1.16.2
10622026-06-03T06:33:46.055Z Checking time v0.3.47
10632026-06-03T06:33:46.288Z Compiling typify-macro v0.4.3
10642026-06-03T06:33:46.496Z Compiling darling v0.21.3
10652026-06-03T06:33:46.581Z Checking tower v0.5.2
10662026-06-03T06:33:46.741Z Compiling structmeta-derive v0.3.0
10672026-06-03T06:33:46.954Z Checking encoding_rs v0.8.35
10682026-06-03T06:33:47.113Z Checking mime v0.3.17
10692026-06-03T06:33:47.177Z Checking iri-string v0.7.8
10702026-06-03T06:33:47.279Z Checking crossbeam-channel v0.5.15
10712026-06-03T06:33:47.599Z Checking futures-executor v0.3.32
10722026-06-03T06:33:47.696Z Compiling multer v3.1.0
10732026-06-03T06:33:47.742Z Checking foreign-types-shared v0.1.1
10742026-06-03T06:33:47.758Z Compiling structmeta v0.3.0
10752026-06-03T06:33:47.761Z Compiling typify v0.4.3
10762026-06-03T06:33:47.825Z Checking hex v0.4.3
10772026-06-03T06:33:47.861Z Checking fastrand v2.3.0
10782026-06-03T06:33:47.878Z Checking unicode-width v0.2.1
10792026-06-03T06:33:47.910Z Compiling openssl v0.10.78
10802026-06-03T06:33:47.926Z Checking untrusted v0.7.1
10812026-06-03T06:33:48.016Z Checking foreign-types v0.3.2
10822026-06-03T06:33:48.058Z Checking tempfile v3.23.0
10832026-06-03T06:33:48.073Z Checking futures v0.3.32
10842026-06-03T06:33:48.111Z Compiling openssl-macros v0.1.1
10852026-06-03T06:33:48.150Z Compiling async-stream-impl v0.3.6
10862026-06-03T06:33:48.179Z Compiling strum_macros v0.26.4
10872026-06-03T06:33:48.199Z Checking tower-http v0.6.8
10882026-06-03T06:33:48.251Z Checking thread_local v1.1.9
10892026-06-03T06:33:48.321Z Compiling rustls v0.23.32
10902026-06-03T06:33:48.407Z Compiling native-tls v0.2.14
10912026-06-03T06:33:48.551Z Checking openssl-probe v0.1.6
10922026-06-03T06:33:48.693Z Compiling newtype-uuid-macros v0.1.0
10932026-06-03T06:33:48.756Z Compiling dropshot v0.16.7
10942026-06-03T06:33:48.919Z Checking is-terminal v0.4.16
10952026-06-03T06:33:48.936Z Checking memmap2 v0.9.8
10962026-06-03T06:33:48.981Z Checking term v1.2.0
10972026-06-03T06:33:49.005Z Checking take_mut v0.2.2
10982026-06-03T06:33:49.095Z Checking winnow v0.7.14
10992026-06-03T06:33:49.115Z Checking match_cfg v0.1.0
11002026-06-03T06:33:49.181Z Compiling ref-cast v1.0.25
11012026-06-03T06:33:49.201Z Checking slog-term v2.9.2
11022026-06-03T06:33:49.458Z Checking hostname v0.3.1
11032026-06-03T06:33:49.588Z Checking slog-json v2.6.1
11042026-06-03T06:33:49.634Z Compiling dropshot_endpoint v0.16.7
11052026-06-03T06:33:49.649Z Compiling ref-cast-impl v1.0.25
11062026-06-03T06:33:49.732Z Checking slog-bunyan v2.5.0
11072026-06-03T06:33:49.774Z Compiling derive-ex v0.1.8
11082026-06-03T06:33:50.071Z Checking webpki-roots v1.0.2
11092026-06-03T06:33:50.193Z Compiling strum_macros v0.27.2
11102026-06-03T06:33:50.336Z Compiling progenitor-impl v0.11.1
11112026-06-03T06:33:50.574Z Checking newtype-uuid v1.3.2
11122026-06-03T06:33:50.763Z Checking either v1.15.0
11132026-06-03T06:33:50.858Z Checking tokio-native-tls v0.3.1
11142026-06-03T06:33:51.012Z Checking hyper-tls v0.6.0
11152026-06-03T06:33:51.147Z Checking daft v0.1.4
11162026-06-03T06:33:51.181Z Compiling serde_with_macros v3.14.1
11172026-06-03T06:33:51.283Z Compiling test-strategy v0.4.3
11182026-06-03T06:33:51.484Z Checking rustls-webpki v0.102.8
11192026-06-03T06:33:51.641Z Checking debug-ignore v1.0.5
11202026-06-03T06:33:51.743Z Checking toml_parser v1.0.6+spec-1.1.0
11212026-06-03T06:33:52.068Z Compiling parse-display-derive v0.10.0
11222026-06-03T06:33:52.327Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11232026-06-03T06:33:52.373Z Compiling progenitor-macro v0.11.1
11242026-06-03T06:33:52.508Z Checking usdt v0.6.0
11252026-06-03T06:33:52.604Z Checking toml_datetime v0.7.5+spec-1.1.0
11262026-06-03T06:33:52.668Z Checking serde_spanned v1.0.4
11272026-06-03T06:33:52.768Z Checking spin v0.9.8
11282026-06-03T06:33:52.800Z Checking toml_writer v1.0.6+spec-1.1.0
11292026-06-03T06:33:52.983Z Checking toml v0.9.11+spec-1.1.0
11302026-06-03T06:33:53.139Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11312026-06-03T06:33:53.226Z Checking strum v0.26.3
11322026-06-03T06:33:53.284Z Checking tokio-rustls v0.25.0
11332026-06-03T06:33:53.337Z Checking async-stream v0.3.6
11342026-06-03T06:33:53.451Z Checking sha1 v0.10.6
11352026-06-03T06:33:53.468Z Checking rustls-pemfile v2.2.0
11362026-06-03T06:33:53.484Z Checking rand_chacha v0.3.1
11372026-06-03T06:33:53.568Z Checking waitgroup v0.1.2
11382026-06-03T06:33:53.605Z Compiling toml_datetime v0.6.11
11392026-06-03T06:33:53.621Z Checking macaddr v1.0.1
11402026-06-03T06:33:53.624Z Checking serde_path_to_error v0.1.20
11412026-06-03T06:33:53.660Z Checking wait-timeout v0.2.1
11422026-06-03T06:33:53.676Z Checking hostname v0.4.2
11432026-06-03T06:33:53.679Z Checking lazy_static v1.5.0
11442026-06-03T06:33:53.777Z Checking quick-error v1.2.3
11452026-06-03T06:33:53.792Z Checking bit-vec v0.8.0
11462026-06-03T06:33:53.795Z Checking rand v0.8.5
11472026-06-03T06:33:53.841Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11482026-06-03T06:33:53.886Z Checking rusty-fork v0.3.0
11492026-06-03T06:33:53.986Z Checking bit-set v0.8.0
11502026-06-03T06:33:54.132Z Checking tabwriter v1.4.1
11512026-06-03T06:33:54.161Z Checking rand_xorshift v0.4.0
11522026-06-03T06:33:54.278Z Compiling clap_derive v4.6.0
11532026-06-03T06:33:54.310Z Checking utf8parse v0.2.2
11542026-06-03T06:33:54.340Z Checking colored v3.0.0
11552026-06-03T06:33:54.380Z Checking unarray v0.1.4
11562026-06-03T06:33:54.477Z Checking anstyle-parse v1.0.0
11572026-06-03T06:33:54.492Z Checking proptest v1.8.0
11582026-06-03T06:33:54.541Z Checking strum v0.27.2
11592026-06-03T06:33:54.647Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11602026-06-03T06:33:54.726Z Checking terminal_size v0.4.3
11612026-06-03T06:33:55.112Z Checking anstyle v1.0.14
11622026-06-03T06:33:55.143Z Checking is_terminal_polyfill v1.70.1
11632026-06-03T06:33:55.231Z Checking colorchoice v1.0.4
11642026-06-03T06:33:55.275Z Checking anstyle-query v1.1.4
11652026-06-03T06:33:55.367Z Checking anstream v1.0.0
11662026-06-03T06:33:55.529Z Checking itertools v0.14.0
11672026-06-03T06:33:55.920Z Checking clap_lex v1.1.0
11682026-06-03T06:33:56.083Z Checking clap_builder v4.6.0
11692026-06-03T06:33:56.097Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11702026-06-03T06:33:56.531Z Checking serde_with v3.14.1
11712026-06-03T06:33:57.183Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11722026-06-03T06:33:57.294Z Checking clap v4.6.0
11732026-06-03T06:33:57.310Z Checking instant v0.1.13
11742026-06-03T06:33:57.413Z Checking rustc-hash v2.1.1
11752026-06-03T06:33:57.529Z Checking backoff v0.4.0
11762026-06-03T06:33:57.532Z Checking iddqd v0.3.17
11772026-06-03T06:33:57.712Z Checking parse-display v0.10.0
11782026-06-03T06:33:57.853Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11792026-06-03T06:33:57.858Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11802026-06-03T06:33:59.796Z Compiling rustls-webpki v0.103.6
11812026-06-03T06:34:00.217Z Compiling prettyplease v0.2.37
11822026-06-03T06:34:02.516Z Checking serde_spanned v0.6.9
11832026-06-03T06:34:02.623Z Compiling memoffset v0.9.1
11842026-06-03T06:34:02.869Z Compiling tokio-rustls v0.26.3
11852026-06-03T06:34:02.914Z Compiling cfg_aliases v0.2.1
11862026-06-03T06:34:03.003Z Compiling nix v0.30.1
11872026-06-03T06:34:03.729Z Compiling hyper-rustls v0.27.7
11882026-06-03T06:34:03.746Z Checking crossbeam-epoch v0.9.18
11892026-06-03T06:34:03.973Z Compiling reqwest v0.12.23
11902026-06-03T06:34:04.127Z Compiling winnow v0.5.40
11912026-06-03T06:34:05.139Z Compiling progenitor-client v0.11.1
11922026-06-03T06:34:05.388Z Compiling toml_edit v0.19.15
11932026-06-03T06:34:06.601Z Compiling proc-macro-crate v1.3.1
11942026-06-03T06:34:06.891Z Compiling progenitor v0.11.1
11952026-06-03T06:34:07.528Z Compiling num-integer v0.1.46
11962026-06-03T06:34:07.814Z Compiling rayon-core v1.13.0
11972026-06-03T06:34:08.088Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11982026-06-03T06:34:08.162Z Compiling progenitor-client v0.10.0
11992026-06-03T06:34:08.810Z Compiling hubpack_derive v0.1.1
12002026-06-03T06:34:09.059Z Compiling zerocopy-derive v0.7.35
12012026-06-03T06:34:09.244Z Checking toml_write v0.1.2
12022026-06-03T06:34:09.416Z Checking toml_edit v0.22.27
12032026-06-03T06:34:09.516Z Checking hubpack v0.1.2
12042026-06-03T06:34:09.678Z Checking num-rational v0.4.2
12052026-06-03T06:34:09.772Z Checking num-iter v0.1.45
12062026-06-03T06:34:09.896Z Checking crossbeam-deque v0.8.6
12072026-06-03T06:34:10.065Z Compiling num-complex v0.4.6
12082026-06-03T06:34:10.142Z Checking static_assertions v1.1.0
12092026-06-03T06:34:10.218Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12102026-06-03T06:34:10.435Z Checking num v0.4.3
12112026-06-03T06:34:10.470Z Checking toml v0.8.23
12122026-06-03T06:34:10.599Z Compiling proc-macro-error-attr v1.0.4
12132026-06-03T06:34:10.781Z Compiling float-ord v0.3.2
12142026-06-03T06:34:10.822Z Compiling heapless v0.8.0
12152026-06-03T06:34:10.838Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12162026-06-03T06:34:11.055Z Compiling ingot-macros v0.1.1
12172026-06-03T06:34:11.268Z Checking hash32 v0.3.1
12182026-06-03T06:34:11.295Z Compiling proc-macro-error v1.0.4
12192026-06-03T06:34:11.394Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12202026-06-03T06:34:11.523Z Checking bytecount v0.6.9
12212026-06-03T06:34:11.568Z Compiling smoltcp v0.11.0
12222026-06-03T06:34:12.009Z Compiling zerocopy v0.7.35
12232026-06-03T06:34:12.228Z Compiling num_enum_derive v0.7.5
12242026-06-03T06:34:12.550Z Compiling num-derive v0.3.3
12252026-06-03T06:34:12.841Z Checking cobs v0.3.0
12262026-06-03T06:34:12.961Z Compiling scroll_derive v0.12.1
12272026-06-03T06:34:12.985Z Compiling foreign-types-macros v0.2.3
12282026-06-03T06:34:13.036Z Compiling usdt-impl v0.5.0
12292026-06-03T06:34:13.264Z Checking foreign-types-shared v0.3.1
12302026-06-03T06:34:13.290Z Checking bitflags v1.3.2
12312026-06-03T06:34:13.357Z Compiling crucible-workspace-hack v0.1.0
12322026-06-03T06:34:13.371Z Checking managed v0.8.0
12332026-06-03T06:34:13.478Z Checking libscf-sys v1.1.0
12342026-06-03T06:34:13.613Z Checking num_enum v0.7.5
12352026-06-03T06:34:13.646Z Checking foreign-types v0.5.0
12362026-06-03T06:34:13.685Z Checking ingot-types v0.1.2
12372026-06-03T06:34:13.701Z Checking postcard v1.1.3
12382026-06-03T06:34:13.704Z Checking scroll v0.12.0
12392026-06-03T06:34:13.731Z Compiling dof v0.3.0
12402026-06-03T06:34:14.009Z Compiling dtrace-parser v0.2.0
12412026-06-03T06:34:14.025Z Checking ingot v0.1.1
12422026-06-03T06:34:14.040Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12432026-06-03T06:34:14.082Z Checking camino-tempfile v1.4.1
12442026-06-03T06:34:14.086Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-06-03T06:34:14.240Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12462026-06-03T06:34:14.448Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-06-03T06:34:14.576Z Checking cstr-argument v0.1.2
12482026-06-03T06:34:14.592Z Compiling thread-id v4.2.2
12492026-06-03T06:34:14.616Z Compiling heck v0.4.1
12502026-06-03T06:34:14.677Z Compiling minimal-lexical v0.2.1
12512026-06-03T06:34:14.707Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12522026-06-03T06:34:14.771Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12532026-06-03T06:34:14.809Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12542026-06-03T06:34:14.871Z Compiling nom v7.1.3
12552026-06-03T06:34:14.886Z Checking goblin v0.8.2
12562026-06-03T06:34:14.911Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12572026-06-03T06:34:15.020Z Checking rayon v1.11.0
12582026-06-03T06:34:15.209Z Compiling num_enum_derive v0.5.11
12592026-06-03T06:34:15.305Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12602026-06-03T06:34:15.593Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12612026-06-03T06:34:16.048Z Compiling rustc_version v0.4.1
12622026-06-03T06:34:16.127Z Compiling convert_case v0.4.0
12632026-06-03T06:34:16.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12642026-06-03T06:34:16.321Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-06-03T06:34:16.340Z Checking tinyvec_macros v0.1.1
12662026-06-03T06:34:16.394Z Compiling rustix v0.38.44
12672026-06-03T06:34:16.425Z Checking tinyvec v1.10.0
12682026-06-03T06:34:16.442Z Compiling derive_more v0.99.20
12692026-06-03T06:34:16.562Z Checking num_enum v0.5.11
12702026-06-03T06:34:16.733Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12712026-06-03T06:34:16.841Z Compiling libz-sys v1.1.22
12722026-06-03T06:34:16.961Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12732026-06-03T06:34:17.049Z Compiling proc-macro-error-attr2 v2.0.0
12742026-06-03T06:34:17.322Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12752026-06-03T06:34:17.432Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12762026-06-03T06:34:17.457Z Compiling proc-macro-error2 v2.0.1
12772026-06-03T06:34:17.723Z Compiling usdt-macro v0.5.0
12782026-06-03T06:34:17.894Z Compiling usdt-attr-macro v0.5.0
12792026-06-03T06:34:17.933Z Compiling zone_cfg_derive v0.3.1
12802026-06-03T06:34:18.245Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12812026-06-03T06:34:18.355Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12822026-06-03T06:34:18.420Z Checking itertools v0.12.1
12832026-06-03T06:34:18.435Z Compiling num-derive v0.4.2
12842026-06-03T06:34:18.640Z Checking memmap v0.7.0
12852026-06-03T06:34:18.654Z Checking sigpipe v0.1.3
12862026-06-03T06:34:18.676Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12872026-06-03T06:34:18.736Z Checking glob v0.3.3
12882026-06-03T06:34:18.774Z Checking jiff v0.2.15
12892026-06-03T06:34:18.921Z Checking usdt v0.5.0
12902026-06-03T06:34:18.935Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-06-03T06:34:19.039Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-06-03T06:34:19.082Z Compiling tabled_derive v0.11.0
12932026-06-03T06:34:19.240Z Checking papergrid v0.17.0
12942026-06-03T06:34:19.256Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12952026-06-03T06:34:19.371Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-06-03T06:34:19.422Z Checking zone v0.3.1
12972026-06-03T06:34:19.519Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-06-03T06:34:19.590Z Checking testing_table v0.3.0
12992026-06-03T06:34:19.686Z Checking smf v0.2.3
13002026-06-03T06:34:19.759Z Checking secrecy v0.10.3
13012026-06-03T06:34:19.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13022026-06-03T06:34:19.910Z Checking bstr v1.12.0
13032026-06-03T06:34:19.989Z Checking whoami v1.6.1
13042026-06-03T06:34:20.158Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13052026-06-03T06:34:20.161Z Compiling curve25519-dalek v4.1.3
13062026-06-03T06:34:20.161Z Checking tabled v0.20.0
13072026-06-03T06:34:20.235Z Checking hmac v0.12.1
13082026-06-03T06:34:20.331Z Compiling clang-sys v1.8.1
13092026-06-03T06:34:20.380Z Checking inout v0.1.4
13102026-06-03T06:34:20.443Z Checking ff v0.13.1
13112026-06-03T06:34:20.517Z Compiling enum-as-inner v0.6.1
13122026-06-03T06:34:20.570Z Compiling semver v0.1.20
13132026-06-03T06:34:20.706Z Checking data-encoding v2.9.0
13142026-06-03T06:34:20.823Z Compiling rustc_version v0.1.7
13152026-06-03T06:34:21.017Z Checking group v0.13.0
13162026-06-03T06:34:21.046Z Checking cipher v0.4.4
13172026-06-03T06:34:21.091Z Checking hkdf v0.12.4
13182026-06-03T06:34:21.121Z Checking atomicwrites v0.4.4
13192026-06-03T06:34:21.151Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13202026-06-03T06:34:21.222Z Compiling thiserror-impl-no-std v2.0.2
13212026-06-03T06:34:21.241Z Checking universal-hash v0.5.1
13222026-06-03T06:34:21.259Z Checking crypto-bigint v0.5.5
13232026-06-03T06:34:21.262Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-06-03T06:34:21.365Z Checking half v2.7.1
13252026-06-03T06:34:21.498Z Compiling curve25519-dalek-derive v0.1.1
13262026-06-03T06:34:21.612Z Checking ciborium-io v0.2.2
13272026-06-03T06:34:21.708Z Checking base16ct v0.2.0
13282026-06-03T06:34:21.835Z Checking indent_write v2.2.0
13292026-06-03T06:34:21.970Z Checking opaque-debug v0.3.1
13302026-06-03T06:34:22.046Z Checking base64ct v1.8.0
13312026-06-03T06:34:22.198Z Checking poly1305 v0.8.0
13322026-06-03T06:34:22.266Z Checking elliptic-curve v0.13.8
13332026-06-03T06:34:22.279Z Checking password-hash v0.5.0
13342026-06-03T06:34:22.283Z Checking thiserror-no-std v2.0.2
13352026-06-03T06:34:22.369Z Checking ciborium-ll v0.2.2
13362026-06-03T06:34:22.420Z Checking chacha20 v0.9.1
13372026-06-03T06:34:22.500Z Compiling newtype_derive v0.1.6
13382026-06-03T06:34:22.517Z Checking similar v2.7.0
13392026-06-03T06:34:22.533Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13402026-06-03T06:34:22.548Z Checking blake2 v0.10.6
13412026-06-03T06:34:22.605Z Compiling typify-impl v0.6.1
13422026-06-03T06:34:22.723Z Checking aead v0.5.2
13432026-06-03T06:34:22.759Z Compiling libloading v0.8.9
13442026-06-03T06:34:22.762Z Checking linked-hash-map v0.5.6
13452026-06-03T06:34:22.791Z Checking resolv-conf v0.7.5
13462026-06-03T06:34:22.836Z Compiling owo-colors v4.3.0
13472026-06-03T06:34:22.856Z Compiling bindgen v0.72.1
13482026-06-03T06:34:22.926Z Checking keccak v0.1.6
13492026-06-03T06:34:22.961Z Checking lru-cache v0.1.2
13502026-06-03T06:34:23.128Z Checking chacha20poly1305 v0.10.1
13512026-06-03T06:34:23.144Z Checking sha3 v0.10.8
13522026-06-03T06:34:23.213Z Checking vsss-rs v3.3.4
13532026-06-03T06:34:23.251Z Checking argon2 v0.5.3
13542026-06-03T06:34:23.282Z Checking ciborium v0.2.2
13552026-06-03T06:34:23.317Z Checking hickory-proto v0.24.4
13562026-06-03T06:34:23.337Z Checking tokio-dtrace v0.1.1
13572026-06-03T06:34:23.514Z Compiling cexpr v0.6.0
13582026-06-03T06:34:23.538Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13592026-06-03T06:34:23.819Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13602026-06-03T06:34:24.052Z Checking serde-big-array v0.5.1
13612026-06-03T06:34:24.084Z Compiling serde_repr v0.1.20
13622026-06-03T06:34:24.190Z Compiling derive-where v1.6.0
13632026-06-03T06:34:24.279Z Checking unicode-segmentation v1.12.0
13642026-06-03T06:34:24.572Z Checking same-file v1.0.6
13652026-06-03T06:34:24.594Z Checking siphasher v1.0.1
13662026-06-03T06:34:24.645Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13672026-06-03T06:34:24.694Z Checking walkdir v2.5.0
13682026-06-03T06:34:24.757Z Checking phf_shared v0.12.1
13692026-06-03T06:34:24.824Z Checking hickory-resolver v0.24.4
13702026-06-03T06:34:24.858Z Checking newline-converter v0.3.0
13712026-06-03T06:34:24.971Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13722026-06-03T06:34:25.412Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13732026-06-03T06:34:25.474Z Checking oxide-tokio-rt v0.1.2
13742026-06-03T06:34:25.692Z Checking console v0.15.11
13752026-06-03T06:34:25.871Z Compiling progenitor-impl v0.10.0
13762026-06-03T06:34:25.965Z Checking tokio-stream v0.1.17
13772026-06-03T06:34:25.991Z Compiling typify-macro v0.6.1
13782026-06-03T06:34:26.213Z Compiling pin-project-internal v1.1.10
13792026-06-03T06:34:26.230Z Compiling slog-dtrace v0.3.0
13802026-06-03T06:34:26.338Z Checking csv-core v0.1.12
13812026-06-03T06:34:26.470Z Compiling cancel-safe-futures v0.1.5
13822026-06-03T06:34:26.518Z Compiling unicode-xid v0.2.6
13832026-06-03T06:34:26.645Z Compiling chrono-tz v0.10.4
13842026-06-03T06:34:26.719Z Checking smawk v0.3.2
13852026-06-03T06:34:26.824Z Checking swrite v0.1.0
13862026-06-03T06:34:26.855Z Checking unicode-width v0.1.14
13872026-06-03T06:34:26.871Z Checking foldhash v0.1.5
13882026-06-03T06:34:26.918Z Checking unicode-linebreak v0.1.5
13892026-06-03T06:34:27.009Z Checking hashbrown v0.15.5
13902026-06-03T06:34:27.128Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13912026-06-03T06:34:27.145Z Checking textwrap v0.16.2
13922026-06-03T06:34:27.288Z Checking pin-project v1.1.10
13932026-06-03T06:34:27.386Z Compiling const_format_proc_macros v0.2.34
13942026-06-03T06:34:27.402Z Checking csv v1.3.1
13952026-06-03T06:34:27.484Z Checking qorb v0.4.1
13962026-06-03T06:34:27.537Z Checking expectorate v1.2.0
13972026-06-03T06:34:27.669Z Checking phf v0.12.1
13982026-06-03T06:34:27.763Z Checking unicode-normalization v0.1.24
13992026-06-03T06:34:27.819Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-06-03T06:34:27.923Z Compiling progenitor-macro v0.10.0
14012026-06-03T06:34:28.227Z Checking libsw-core v0.3.2
14022026-06-03T06:34:28.356Z Compiling libgit2-sys v0.17.0+1.8.1
14032026-06-03T06:34:28.378Z Compiling snafu-derive v0.8.9
14042026-06-03T06:34:28.505Z Compiling async-recursion v1.1.1
14052026-06-03T06:34:28.592Z Compiling cookie v0.18.1
14062026-06-03T06:34:28.788Z Checking fixedbitset v0.5.7
14072026-06-03T06:34:28.831Z Checking fixedbitset v0.4.2
14082026-06-03T06:34:28.990Z Compiling moka v0.12.11
14092026-06-03T06:34:29.082Z Checking highway v1.3.0
14102026-06-03T06:34:29.189Z Checking petgraph v0.6.5
14112026-06-03T06:34:29.252Z Checking petgraph v0.8.2
14122026-06-03T06:34:29.490Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14132026-06-03T06:34:29.655Z Checking libsw v3.5.0
14142026-06-03T06:34:29.833Z Checking olpc-cjson v0.1.4
14152026-06-03T06:34:29.975Z Checking const_format v0.2.34
14162026-06-03T06:34:30.083Z Checking snafu v0.8.9
14172026-06-03T06:34:30.225Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-06-03T06:34:30.408Z Compiling typify v0.6.1
14192026-06-03T06:34:30.536Z Checking papergrid v0.11.0
14202026-06-03T06:34:30.554Z Checking globset v0.4.16
14212026-06-03T06:34:30.608Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14222026-06-03T06:34:30.733Z Checking gethostname v0.5.0
14232026-06-03T06:34:30.828Z Compiling tabled_derive v0.7.0
14242026-06-03T06:34:30.902Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-03T06:34:31.130Z Checking reqwest v0.13.2
14262026-06-03T06:34:31.224Z Checking bcs v0.1.6
14272026-06-03T06:34:31.668Z Checking pem v3.0.5
14282026-06-03T06:34:31.686Z Checking serde_plain v1.0.2
14292026-06-03T06:34:31.747Z Checking linear-map v1.2.0
14302026-06-03T06:34:31.827Z Checking typed-path v0.9.3
14312026-06-03T06:34:31.827Z Compiling signal-hook v0.3.18
14322026-06-03T06:34:31.914Z Checking humantime v2.3.0
14332026-06-03T06:34:32.045Z Checking crc8 v0.1.1
14342026-06-03T06:34:32.060Z Checking progenitor v0.10.0
14352026-06-03T06:34:32.096Z Checking termtree v0.5.1
14362026-06-03T06:34:32.143Z Checking tagptr v0.2.0
14372026-06-03T06:34:32.200Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14382026-06-03T06:34:32.255Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14392026-06-03T06:34:32.295Z Checking tabled v0.15.0
14402026-06-03T06:34:32.585Z Checking tough v0.20.0
14412026-06-03T06:34:32.892Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14422026-06-03T06:34:33.098Z Compiling progenitor-impl v0.13.0
14432026-06-03T06:34:33.431Z Checking steno v0.4.1
14442026-06-03T06:34:33.741Z Checking hickory-proto v0.25.2
14452026-06-03T06:34:34.330Z Checking dropshot-api-manager-types v0.5.2
14462026-06-03T06:34:34.401Z Compiling curl-sys v0.4.83+curl-8.15.0
14472026-06-03T06:34:34.495Z Compiling cargo-platform v0.1.9
14482026-06-03T06:34:34.511Z Compiling vergen v8.3.2
14492026-06-03T06:34:34.560Z Compiling fs-err v3.1.2
14502026-06-03T06:34:34.732Z Compiling crc32fast v1.5.0
14512026-06-03T06:34:34.771Z Compiling cargo_metadata v0.18.1
14522026-06-03T06:34:35.077Z Checking progenitor-client v0.13.0
14532026-06-03T06:34:35.093Z Checking sha2 v0.10.9
14542026-06-03T06:34:35.176Z Compiling progenitor-macro v0.13.0
14552026-06-03T06:34:35.297Z Compiling blake3 v1.8.2
14562026-06-03T06:34:35.321Z Checking hickory-resolver v0.25.2
14572026-06-03T06:34:35.461Z Checking adler2 v2.0.1
14582026-06-03T06:34:35.699Z Checking miniz_oxide v0.8.9
14592026-06-03T06:34:36.094Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14602026-06-03T06:34:36.133Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14612026-06-03T06:34:36.205Z Checking git-stub v1.0.0
14622026-06-03T06:34:36.252Z Checking filetime v0.2.26
14632026-06-03T06:34:36.360Z Checking constant_time_eq v0.3.1
14642026-06-03T06:34:36.390Z Checking arrayref v0.3.9
14652026-06-03T06:34:36.456Z Compiling curl v0.4.49
14662026-06-03T06:34:36.472Z Checking xattr v1.6.1
14672026-06-03T06:34:36.604Z Checking arrayvec v0.7.6
14682026-06-03T06:34:36.708Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14692026-06-03T06:34:36.793Z Checking is_ci v1.2.0
14702026-06-03T06:34:36.899Z Checking supports-color v3.0.2
14712026-06-03T06:34:37.050Z Checking tar v0.4.45
14722026-06-03T06:34:37.230Z Checking git-stub-vcs v0.1.0
14732026-06-03T06:34:37.471Z Checking flate2 v1.1.2
14742026-06-03T06:34:37.549Z Checking drift v0.1.3
14752026-06-03T06:34:37.606Z Checking kstat-rs v0.2.4
14762026-06-03T06:34:37.704Z Checking toml v0.7.8
14772026-06-03T06:34:37.755Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14782026-06-03T06:34:37.791Z Checking topological-sort v0.2.2
14792026-06-03T06:34:37.811Z Checking dropshot-api-manager v0.5.2
14802026-06-03T06:34:38.003Z Checking omicron-zone-package v0.12.2
14812026-06-03T06:34:38.364Z Checking signal-hook-tokio v0.3.1
14822026-06-03T06:34:38.494Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14832026-06-03T06:34:38.693Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14842026-06-03T06:34:38.884Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14852026-06-03T06:34:38.901Z Checking display-error-chain v0.2.2
14862026-06-03T06:34:39.020Z Checking internet-checksum v0.2.1
14872026-06-03T06:34:39.035Z Checking search_path v0.1.4
14882026-06-03T06:34:39.082Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14892026-06-03T06:34:39.168Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-03T06:34:39.349Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-03T06:34:39.475Z Checking progenitor v0.13.0
14922026-06-03T06:34:39.552Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14932026-06-03T06:34:39.600Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14942026-06-03T06:34:39.715Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-06-03T06:34:40.123Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-03T06:34:40.400Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-03T06:34:40.787Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-03T06:34:40.915Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-03T06:34:41.227Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15002026-06-03T06:34:41.293Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-03T06:34:41.320Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-03T06:34:41.529Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15032026-06-03T06:34:41.626Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-06-03T06:34:41.829Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-03T06:34:41.943Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15062026-06-03T06:34:41.975Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-06-03T06:34:42.437Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-03T06:34:42.473Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15092026-06-03T06:34:43.312Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15102026-06-03T06:34:44.510Z Compiling git2 v0.19.0
15112026-06-03T06:34:46.509Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-06-03T06:34:46.610Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15132026-06-03T06:34:46.874Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15142026-06-03T06:34:47.340Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15152026-06-03T06:34:47.562Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15162026-06-03T06:34:47.690Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15172026-06-03T06:34:47.817Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15182026-06-03T06:34:48.226Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15192026-06-03T06:34:58.814Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-06-03T06:35:00.078Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15212026-06-03T06:35:04.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
15222026-06-03T06:35:05.133Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-06-03T06:35:05.133Z+ cargo clippy --features tofino_asic -- --deny warnings
15242026-06-03T06:35:05.605Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15252026-06-03T06:35:05.609Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15262026-06-03T06:35:05.679Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15272026-06-03T06:35:05.682Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15282026-06-03T06:35:12.768Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-06-03T06:35:12.769Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15302026-06-03T06:35:15.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
15312026-06-03T06:35:15.434Z+ for feat in tofino_stub tofino_asic softnpu chaos
15322026-06-03T06:35:15.434Z+ cargo clippy --features softnpu -- --deny warnings
15332026-06-03T06:35:15.724Z Downloading crates ...
15342026-06-03T06:35:15.851Z Downloaded bitstruct v0.1.1
15352026-06-03T06:35:15.854Z Downloaded erased-serde v0.4.8
15362026-06-03T06:35:15.858Z Downloaded funty v2.0.0
15372026-06-03T06:35:15.861Z Downloaded serde_arrays v0.1.0
15382026-06-03T06:35:15.861Z Downloaded typeid v1.0.3
15392026-06-03T06:35:15.863Z Downloaded bitstruct_derive v0.1.0
15402026-06-03T06:35:15.863Z Downloaded tap v1.0.1
15412026-06-03T06:35:15.866Z Downloaded radium v0.7.0
15422026-06-03T06:35:15.866Z Downloaded libloading v0.7.4
15432026-06-03T06:35:15.869Z Downloaded ascii v1.1.0
15442026-06-03T06:35:15.872Z Downloaded wyz v0.5.1
15452026-06-03T06:35:15.880Z Downloaded num-bigint v0.4.6
15462026-06-03T06:35:15.886Z Downloaded bitvec v1.0.1
15472026-06-03T06:35:16.008Z Checking num-integer v0.1.46
15482026-06-03T06:35:16.083Z Checking num-complex v0.4.6
15492026-06-03T06:35:16.093Z Compiling radium v0.7.0
15502026-06-03T06:35:16.100Z Checking tap v1.0.1
15512026-06-03T06:35:16.148Z Checking funty v2.0.0
15522026-06-03T06:35:16.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15532026-06-03T06:35:16.148Z Compiling typeid v1.0.3
15542026-06-03T06:35:16.148Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-06-03T06:35:16.182Z Checking wyz v0.5.1
15562026-06-03T06:35:16.274Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-06-03T06:35:16.284Z Checking num-bigint v0.4.6
15582026-06-03T06:35:16.314Z Checking num-iter v0.1.45
15592026-06-03T06:35:16.362Z Compiling erased-serde v0.4.8
15602026-06-03T06:35:16.377Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-06-03T06:35:16.398Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-06-03T06:35:16.416Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-06-03T06:35:16.476Z Compiling bitstruct_derive v0.1.0
15642026-06-03T06:35:16.490Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-06-03T06:35:16.510Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-03T06:35:16.522Z Checking bitvec v1.0.1
15672026-06-03T06:35:16.530Z Checking ascii v1.1.0
15682026-06-03T06:35:16.539Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15692026-06-03T06:35:16.599Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-03T06:35:16.694Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15712026-06-03T06:35:16.697Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-03T06:35:16.711Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15732026-06-03T06:35:16.714Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15742026-06-03T06:35:17.004Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15752026-06-03T06:35:17.007Z Checking serde_arrays v0.1.0
15762026-06-03T06:35:17.095Z Checking num-rational v0.4.2
15772026-06-03T06:35:17.110Z Checking libloading v0.7.4
15782026-06-03T06:35:17.118Z Checking bitstruct v0.1.1
15792026-06-03T06:35:17.127Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15802026-06-03T06:35:17.358Z Checking num v0.4.3
15812026-06-03T06:35:17.424Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-06-03T06:35:17.948Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15832026-06-03T06:35:18.251Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15842026-06-03T06:35:18.253Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15852026-06-03T06:35:18.444Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-06-03T06:35:18.677Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-03T06:35:18.680Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-06-03T06:35:19.141Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-06-03T06:35:19.356Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15902026-06-03T06:35:19.356Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15912026-06-03T06:35:19.361Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15922026-06-03T06:35:19.361Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-03T06:35:19.736Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15942026-06-03T06:35:20.146Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15952026-06-03T06:35:20.981Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-03T06:35:20.992Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15972026-06-03T06:35:24.207Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15982026-06-03T06:35:25.159Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15992026-06-03T06:35:25.276Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16002026-06-03T06:35:31.629Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16012026-06-03T06:35:32.901Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-03T06:35:33.454Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-06-03T06:35:37.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.14s
16042026-06-03T06:35:37.765Z+ for feat in tofino_stub tofino_asic softnpu chaos
16052026-06-03T06:35:37.765Z+ cargo clippy --features chaos -- --deny warnings
16062026-06-03T06:35:38.242Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16072026-06-03T06:35:38.245Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16082026-06-03T06:35:38.245Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16092026-06-03T06:35:45.304Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16102026-06-03T06:35:45.304Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16112026-06-03T06:35:47.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
16122026-06-03T06:35:47.899Z+ banner fmt
16132026-06-03T06:35:47.902Z
16142026-06-03T06:35:47.902Z ###### # # #####
16152026-06-03T06:35:47.902Z # ## ## #
16162026-06-03T06:35:47.902Z ##### # ## # #
16172026-06-03T06:35:47.902Z # # # #
16182026-06-03T06:35:47.903Z # # # #
16192026-06-03T06:35:47.903Z # # # #
16202026-06-03T06:35:47.903Z
16212026-06-03T06:35:47.903Z+ cargo fmt -- --check
16222026-06-03T06:35:48.345Z+ banner test
16232026-06-03T06:35:48.349Z
16242026-06-03T06:35:48.349Z ##### ###### #### #####
16252026-06-03T06:35:48.349Z # # # #
16262026-06-03T06:35:48.349Z # ##### #### #
16272026-06-03T06:35:48.349Z # # # #
16282026-06-03T06:35:48.350Z # # # # #
16292026-06-03T06:35:48.350Z # ###### #### #
16302026-06-03T06:35:48.350Z
16312026-06-03T06:35:48.350Z+ for feat in tofino_stub tofino_asic softnpu chaos
16322026-06-03T06:35:48.350Z+ RUST_BACKTRACE=full
16332026-06-03T06:35:48.350Z+ cargo test --features tofino_stub --no-fail-fast
16342026-06-03T06:35:49.160Z Compiling unicode-ident v1.0.24
16352026-06-03T06:35:49.160Z Compiling cfg-if v1.0.3
16362026-06-03T06:35:49.163Z Compiling memchr v2.7.5
16372026-06-03T06:35:49.267Z Compiling serde_core v1.0.228
16382026-06-03T06:35:49.275Z Compiling itoa v1.0.15
16392026-06-03T06:35:49.278Z Compiling libc v0.2.183
16402026-06-03T06:35:49.290Z Compiling zmij v1.0.17
16412026-06-03T06:35:49.318Z Compiling libm v0.2.15
16422026-06-03T06:35:49.369Z Compiling proc-macro2 v1.0.106
16432026-06-03T06:35:49.395Z Compiling heck v0.5.0
16442026-06-03T06:35:49.653Z Compiling log v0.4.29
16452026-06-03T06:35:49.765Z Compiling quote v1.0.45
16462026-06-03T06:35:49.793Z Compiling equivalent v1.0.2
16472026-06-03T06:35:49.838Z Compiling smallvec v1.15.1
16482026-06-03T06:35:49.881Z Compiling allocator-api2 v0.2.21
16492026-06-03T06:35:49.907Z Compiling iana-time-zone v0.1.64
16502026-06-03T06:35:50.049Z Compiling syn v2.0.117
16512026-06-03T06:35:50.063Z Compiling foldhash v0.2.0
16522026-06-03T06:35:50.074Z Compiling dyn-clone v1.0.20
16532026-06-03T06:35:50.195Z Compiling hashbrown v0.16.1
16542026-06-03T06:35:50.207Z Compiling stable_deref_trait v1.2.0
16552026-06-03T06:35:50.217Z Compiling pin-project-lite v0.2.16
16562026-06-03T06:35:50.283Z Compiling fnv v1.0.7
16572026-06-03T06:35:50.286Z Compiling percent-encoding v2.3.2
16582026-06-03T06:35:50.313Z Compiling writeable v0.6.1
16592026-06-03T06:35:50.381Z Compiling litemap v0.8.0
16602026-06-03T06:35:50.424Z Compiling regex-syntax v0.8.6
16612026-06-03T06:35:50.491Z Compiling icu_normalizer_data v2.0.0
16622026-06-03T06:35:50.571Z Compiling icu_properties_data v2.0.1
16632026-06-03T06:35:50.598Z Compiling form_urlencoded v1.2.2
16642026-06-03T06:35:50.612Z Compiling utf8_iter v1.0.4
16652026-06-03T06:35:50.705Z Compiling scopeguard v1.2.0
16662026-06-03T06:35:50.758Z Compiling num-traits v0.2.19
16672026-06-03T06:35:50.769Z Compiling getrandom v0.3.3
16682026-06-03T06:35:50.783Z Compiling aho-corasick v1.1.3
16692026-06-03T06:35:50.812Z Compiling lock_api v0.4.14
16702026-06-03T06:35:50.942Z Compiling semver v1.0.27
16712026-06-03T06:35:51.036Z Compiling serde_json v1.0.149
16722026-06-03T06:35:51.039Z Compiling indexmap v2.13.0
16732026-06-03T06:35:51.332Z Compiling byteorder v1.5.0
16742026-06-03T06:35:51.356Z Compiling ucd-trie v0.1.7
16752026-06-03T06:35:51.554Z Compiling uuid v1.20.0
16762026-06-03T06:35:51.644Z Compiling futures-core v0.3.32
16772026-06-03T06:35:51.931Z Compiling regex-automata v0.4.13
16782026-06-03T06:35:51.950Z Compiling time-core v0.1.8
16792026-06-03T06:35:51.968Z Compiling num-conv v0.2.1
16802026-06-03T06:35:51.981Z Compiling futures-sink v0.3.32
16812026-06-03T06:35:52.084Z Compiling ryu v1.0.20
16822026-06-03T06:35:52.098Z Compiling regress v0.10.5
16832026-06-03T06:35:52.119Z Compiling time-macros v0.2.27
16842026-06-03T06:35:52.275Z Compiling pretty-hex v0.4.1
16852026-06-03T06:35:52.416Z Compiling slab v0.4.11
16862026-06-03T06:35:52.598Z Compiling strsim v0.11.1
16872026-06-03T06:35:52.801Z Compiling synstructure v0.13.2
16882026-06-03T06:35:52.815Z Compiling serde_derive_internals v0.29.1
16892026-06-03T06:35:53.007Z Compiling plain v0.2.3
16902026-06-03T06:35:53.154Z Compiling futures-channel v0.3.32
16912026-06-03T06:35:53.264Z Compiling syn v1.0.109
16922026-06-03T06:35:53.267Z Compiling futures-io v0.3.32
16932026-06-03T06:35:53.324Z Compiling futures-task v0.3.32
16942026-06-03T06:35:53.386Z Compiling socket2 v0.6.0
16952026-06-03T06:35:53.504Z Compiling parking_lot_core v0.9.12
16962026-06-03T06:35:53.602Z Compiling signal-hook-registry v1.4.6
16972026-06-03T06:35:53.805Z Compiling regex v1.12.3
16982026-06-03T06:35:53.838Z Compiling parking_lot v0.12.5
16992026-06-03T06:35:53.860Z Compiling mio v1.0.4
17002026-06-03T06:35:54.027Z Compiling thread-id v5.0.0
17012026-06-03T06:35:54.104Z Compiling serde_derive v1.0.228
17022026-06-03T06:35:54.113Z Compiling zerofrom-derive v0.1.6
17032026-06-03T06:35:54.246Z Compiling yoke-derive v0.8.0
17042026-06-03T06:35:54.270Z Compiling zerovec-derive v0.11.1
17052026-06-03T06:35:54.374Z Compiling displaydoc v0.2.5
17062026-06-03T06:35:54.542Z Compiling thiserror-impl v2.0.18
17072026-06-03T06:35:55.145Z Compiling schemars_derive v0.8.22
17082026-06-03T06:35:55.296Z Compiling tokio-macros v2.6.0
17092026-06-03T06:35:55.337Z Compiling zerocopy-derive v0.8.27
17102026-06-03T06:35:55.383Z Compiling zeroize_derive v1.4.3
17112026-06-03T06:35:55.823Z Compiling thiserror v2.0.18
17122026-06-03T06:35:55.938Z Compiling futures-macro v0.3.32
17132026-06-03T06:35:55.978Z Compiling zerofrom v0.1.6
17142026-06-03T06:35:56.056Z Compiling thiserror-impl v1.0.69
17152026-06-03T06:35:56.060Z Compiling tracing-attributes v0.1.30
17162026-06-03T06:35:56.108Z Compiling yoke v0.8.0
17172026-06-03T06:35:56.299Z Compiling zerovec v0.11.4
17182026-06-03T06:35:56.349Z Compiling zerotrie v0.2.2
17192026-06-03T06:35:56.598Z Compiling zerocopy v0.8.27
17202026-06-03T06:35:56.633Z Compiling pest v2.8.2
17212026-06-03T06:35:56.656Z Compiling scroll_derive v0.13.1
17222026-06-03T06:35:56.737Z Compiling serde v1.0.228
17232026-06-03T06:35:57.189Z Compiling tinystr v0.8.1
17242026-06-03T06:35:57.232Z Compiling bytes v1.11.1
17252026-06-03T06:35:57.255Z Compiling serde_tokenstream v0.2.3
17262026-06-03T06:35:57.292Z Compiling potential_utf v0.1.3
17272026-06-03T06:35:57.303Z Compiling icu_locale_core v2.0.0
17282026-06-03T06:35:57.352Z Compiling chrono v0.4.44
17292026-06-03T06:35:57.460Z Compiling icu_collections v2.0.0
17302026-06-03T06:35:57.540Z Compiling async-trait v0.1.89
17312026-06-03T06:35:57.883Z Compiling icu_provider v2.0.0
17322026-06-03T06:35:57.921Z Compiling http v1.4.0
17332026-06-03T06:35:57.959Z Compiling pest_meta v2.8.2
17342026-06-03T06:35:58.187Z Compiling icu_normalizer v2.0.0
17352026-06-03T06:35:58.228Z Compiling icu_properties v2.0.1
17362026-06-03T06:35:58.240Z Compiling scroll v0.13.0
17372026-06-03T06:35:58.506Z Compiling schemars v0.8.22
17382026-06-03T06:35:58.593Z Compiling pest_generator v2.8.2
17392026-06-03T06:35:58.788Z Compiling thiserror v1.0.69
17402026-06-03T06:35:58.896Z Compiling goblin v0.10.1
17412026-06-03T06:35:58.956Z Compiling tokio v1.49.0
17422026-06-03T06:35:59.025Z Compiling openapiv3 v2.2.0
17432026-06-03T06:35:59.235Z Compiling idna_adapter v1.2.1
17442026-06-03T06:35:59.310Z Compiling pest_derive v2.8.2
17452026-06-03T06:35:59.389Z Compiling idna v1.1.0
17462026-06-03T06:35:59.555Z Compiling daft-derive v0.1.4
17472026-06-03T06:35:59.645Z Compiling darling_core v0.21.3
17482026-06-03T06:35:59.670Z Compiling url v2.5.7
17492026-06-03T06:35:59.881Z Compiling dtrace-parser v0.3.0
17502026-06-03T06:36:00.511Z Compiling typify-impl v0.4.3
17512026-06-03T06:36:00.645Z Compiling serde_yaml v0.9.34+deprecated
17522026-06-03T06:36:01.604Z Compiling dof v0.4.0
17532026-06-03T06:36:01.654Z Compiling ppv-lite86 v0.2.21
17542026-06-03T06:36:01.728Z Compiling darling_macro v0.21.3
17552026-06-03T06:36:01.829Z Compiling bitflags v2.9.4
17562026-06-03T06:36:01.881Z Compiling openssl-macros v0.1.1
17572026-06-03T06:36:01.979Z Compiling getrandom v0.2.16
17582026-06-03T06:36:02.071Z Compiling usdt-impl v0.6.0
17592026-06-03T06:36:02.169Z Compiling base64 v0.22.1
17602026-06-03T06:36:02.324Z Compiling darling v0.21.3
17612026-06-03T06:36:02.363Z Compiling http-body v1.0.1
17622026-06-03T06:36:02.409Z Compiling erased-serde v0.3.31
17632026-06-03T06:36:02.505Z Compiling typenum v1.18.0
17642026-06-03T06:36:02.521Z Compiling portable-atomic v1.11.1
17652026-06-03T06:36:02.723Z Compiling atomic-waker v1.1.2
17662026-06-03T06:36:02.772Z Compiling ipnet v2.11.0
17672026-06-03T06:36:02.840Z Compiling anyhow v1.0.102
17682026-06-03T06:36:02.907Z Compiling httparse v1.10.1
17692026-06-03T06:36:03.027Z Compiling critical-section v1.2.0
17702026-06-03T06:36:03.099Z Compiling untrusted v0.9.0
17712026-06-03T06:36:03.175Z Compiling tower-layer v0.3.3
17722026-06-03T06:36:03.228Z Compiling tower-service v0.3.3
17732026-06-03T06:36:03.231Z Compiling once_cell v1.21.3
17742026-06-03T06:36:03.331Z Compiling zeroize v1.8.1
17752026-06-03T06:36:03.354Z Compiling try-lock v0.2.5
17762026-06-03T06:36:03.516Z Compiling want v0.3.1
17772026-06-03T06:36:03.625Z Compiling usdt-attr-macro v0.6.0
17782026-06-03T06:36:03.687Z Compiling usdt-macro v0.6.0
17792026-06-03T06:36:03.699Z Compiling httpdate v1.0.3
17802026-06-03T06:36:03.765Z Compiling pin-utils v0.1.0
17812026-06-03T06:36:03.949Z Compiling structmeta-derive v0.3.0
17822026-06-03T06:36:04.554Z Compiling newtype-uuid-macros v0.1.0
17832026-06-03T06:36:04.700Z Compiling strum_macros v0.26.4
17842026-06-03T06:36:05.047Z Compiling structmeta v0.3.0
17852026-06-03T06:36:05.252Z Compiling async-stream-impl v0.3.6
17862026-06-03T06:36:05.362Z Compiling powerfmt v0.2.0
17872026-06-03T06:36:05.431Z Compiling num_threads v0.1.7
17882026-06-03T06:36:05.532Z Compiling deranged v0.5.3
17892026-06-03T06:36:05.586Z Compiling omicron-workspace-hack v0.1.0
17902026-06-03T06:36:05.662Z Compiling dropshot_endpoint v0.16.7
17912026-06-03T06:36:05.717Z Compiling http-body-util v0.1.3
17922026-06-03T06:36:05.748Z Compiling ref-cast-impl v1.0.25
17932026-06-03T06:36:05.964Z Compiling derive-ex v0.1.8
17942026-06-03T06:36:06.124Z Compiling serde_urlencoded v0.7.1
17952026-06-03T06:36:06.365Z Compiling strum_macros v0.27.2
17962026-06-03T06:36:06.479Z Compiling sync_wrapper v1.0.2
17972026-06-03T06:36:06.585Z Compiling serde_with_macros v3.14.1
17982026-06-03T06:36:06.598Z Compiling subtle v2.6.1
17992026-06-03T06:36:06.712Z Compiling typify-macro v0.4.3
18002026-06-03T06:36:06.748Z Compiling iri-string v0.7.8
18012026-06-03T06:36:07.166Z Compiling rand_core v0.6.4
18022026-06-03T06:36:07.295Z Compiling futures-util v0.3.32
18032026-06-03T06:36:07.395Z Compiling thread_local v1.1.9
18042026-06-03T06:36:07.547Z Compiling test-strategy v0.4.3
18052026-06-03T06:36:07.726Z Compiling match_cfg v0.1.0
18062026-06-03T06:36:07.801Z Compiling parse-display-derive v0.10.0
18072026-06-03T06:36:08.110Z Compiling tracing-core v0.1.34
18082026-06-03T06:36:08.271Z Compiling toml_datetime v0.6.11
18092026-06-03T06:36:08.367Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18102026-06-03T06:36:08.553Z Compiling term v1.2.0
18112026-06-03T06:36:08.651Z Compiling take_mut v0.2.2
18122026-06-03T06:36:08.764Z Compiling tracing v0.1.41
18132026-06-03T06:36:08.859Z Compiling typify v0.4.3
18142026-06-03T06:36:08.950Z Compiling progenitor-impl v0.11.1
18152026-06-03T06:36:08.993Z Compiling clap_derive v4.6.0
18162026-06-03T06:36:09.149Z Compiling camino v1.2.2
18172026-06-03T06:36:09.459Z Compiling fastrand v2.3.0
18182026-06-03T06:36:09.571Z Compiling cpufeatures v0.2.17
18192026-06-03T06:36:09.617Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18202026-06-03T06:36:09.706Z Compiling encoding_rs v0.8.35
18212026-06-03T06:36:09.740Z Compiling unicode-width v0.2.1
18222026-06-03T06:36:09.779Z Compiling mime v0.3.17
18232026-06-03T06:36:10.199Z Compiling errno v0.3.14
18242026-06-03T06:36:10.287Z Compiling generic-array v0.14.7
18252026-06-03T06:36:10.782Z Compiling hex v0.4.3
18262026-06-03T06:36:10.877Z Compiling ipnetwork v0.21.1
18272026-06-03T06:36:11.046Z Compiling crossbeam-utils v0.8.21
18282026-06-03T06:36:11.283Z Compiling rustix v1.1.2
18292026-06-03T06:36:11.320Z Compiling slog v2.8.2
18302026-06-03T06:36:11.376Z Compiling tokio-util v0.7.16
18312026-06-03T06:36:11.431Z Compiling winnow v0.7.14
18322026-06-03T06:36:11.646Z Compiling crypto-common v0.1.6
18332026-06-03T06:36:11.725Z Compiling rand_core v0.9.3
18342026-06-03T06:36:11.782Z Compiling oxnet v0.1.4
18352026-06-03T06:36:11.945Z Compiling h2 v0.4.12
18362026-06-03T06:36:12.078Z Compiling itertools v0.14.0
18372026-06-03T06:36:12.395Z Compiling progenitor-macro v0.11.1
18382026-06-03T06:36:12.498Z Compiling rand_chacha v0.9.0
18392026-06-03T06:36:12.540Z Compiling socket2 v0.5.10
18402026-06-03T06:36:12.983Z Compiling rand v0.9.2
18412026-06-03T06:36:13.016Z Compiling rustls-pki-types v1.12.0
18422026-06-03T06:36:13.543Z Compiling spin v0.9.8
18432026-06-03T06:36:13.596Z Compiling quick-error v1.2.3
18442026-06-03T06:36:13.712Z Compiling debug-ignore v1.0.5
18452026-06-03T06:36:13.774Z Compiling toml_parser v1.0.6+spec-1.1.0
18462026-06-03T06:36:13.778Z Compiling tabwriter v1.4.1
18472026-06-03T06:36:13.822Z Compiling serde_spanned v1.0.4
18482026-06-03T06:36:13.983Z Compiling toml_datetime v0.7.5+spec-1.1.0
18492026-06-03T06:36:14.024Z Compiling colored v3.0.0
18502026-06-03T06:36:14.299Z Compiling hyper v1.8.1
18512026-06-03T06:36:14.486Z Compiling bit-vec v0.8.0
18522026-06-03T06:36:14.597Z Compiling lazy_static v1.5.0
18532026-06-03T06:36:14.706Z Compiling toml_writer v1.0.6+spec-1.1.0
18542026-06-03T06:36:14.718Z Compiling bit-set v0.8.0
18552026-06-03T06:36:14.729Z Compiling time v0.3.47
18562026-06-03T06:36:14.882Z Compiling toml v0.9.11+spec-1.1.0
18572026-06-03T06:36:14.904Z Compiling strum v0.26.3
18582026-06-03T06:36:14.920Z Compiling async-stream v0.3.6
18592026-06-03T06:36:15.035Z Compiling ring v0.17.14
18602026-06-03T06:36:15.093Z Compiling waitgroup v0.1.2
18612026-06-03T06:36:15.182Z Compiling serde_path_to_error v0.1.20
18622026-06-03T06:36:15.239Z Compiling anstyle v1.0.14
18632026-06-03T06:36:15.466Z Compiling hyper-util v0.1.19
18642026-06-03T06:36:15.495Z Compiling unarray v0.1.4
18652026-06-03T06:36:15.610Z Compiling crossbeam-channel v0.5.15
18662026-06-03T06:36:15.826Z Compiling block-buffer v0.10.4
18672026-06-03T06:36:15.985Z Compiling macaddr v1.0.1
18682026-06-03T06:36:16.040Z Compiling utf8parse v0.2.2
18692026-06-03T06:36:16.084Z Compiling digest v0.10.7
18702026-06-03T06:36:16.157Z Compiling anstyle-parse v1.0.0
18712026-06-03T06:36:16.298Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18722026-06-03T06:36:16.348Z Compiling ref-cast v1.0.25
18732026-06-03T06:36:16.408Z Compiling anstyle-query v1.1.4
18742026-06-03T06:36:16.438Z Compiling colorchoice v1.0.4
18752026-06-03T06:36:16.450Z Compiling is_terminal_polyfill v1.70.1
18762026-06-03T06:36:16.454Z Compiling strum v0.27.2
18772026-06-03T06:36:16.480Z Compiling is-terminal v0.4.16
18782026-06-03T06:36:16.542Z Compiling anstream v1.0.0
18792026-06-03T06:36:16.589Z Compiling clap_lex v1.1.0
18802026-06-03T06:36:16.738Z Compiling slog-term v2.9.2
18812026-06-03T06:36:16.838Z Compiling slog-async v2.8.0
18822026-06-03T06:36:16.895Z Compiling slog-json v2.6.1
18832026-06-03T06:36:17.056Z Compiling tower v0.5.2
18842026-06-03T06:36:17.096Z Compiling hostname v0.3.1
18852026-06-03T06:36:17.241Z Compiling slog-bunyan v2.5.0
18862026-06-03T06:36:17.511Z Compiling tower-http v0.6.8
18872026-06-03T06:36:17.544Z Compiling futures-executor v0.3.32
18882026-06-03T06:36:17.614Z Compiling instant v0.1.13
18892026-06-03T06:36:17.727Z Compiling futures v0.3.32
18902026-06-03T06:36:17.814Z Compiling openssl-sys v0.9.114
18912026-06-03T06:36:17.992Z Compiling aws-lc-sys v0.39.1
18922026-06-03T06:36:18.561Z Compiling memmap2 v0.9.8
18932026-06-03T06:36:18.656Z Compiling untrusted v0.7.1
18942026-06-03T06:36:18.668Z Compiling foreign-types-shared v0.1.1
18952026-06-03T06:36:18.756Z Compiling aws-lc-rs v1.16.2
18962026-06-03T06:36:18.769Z Compiling foreign-types v0.3.2
18972026-06-03T06:36:18.835Z Compiling tempfile v3.23.0
18982026-06-03T06:36:19.262Z Compiling openssl-probe v0.1.6
18992026-06-03T06:36:19.585Z Compiling openssl v0.10.78
19002026-06-03T06:36:19.744Z Compiling rustls-webpki v0.103.6
19012026-06-03T06:36:20.248Z Compiling rustls v0.23.32
19022026-06-03T06:36:20.761Z Compiling either v1.15.0
19032026-06-03T06:36:20.773Z Compiling usdt v0.6.0
19042026-06-03T06:36:20.875Z Compiling webpki-roots v1.0.2
19052026-06-03T06:36:21.000Z Compiling newtype-uuid v1.3.2
19062026-06-03T06:36:21.960Z Compiling native-tls v0.2.14
19072026-06-03T06:36:22.279Z Compiling tokio-native-tls v0.3.1
19082026-06-03T06:36:22.458Z Compiling hyper-tls v0.6.0
19092026-06-03T06:36:22.589Z Compiling daft v0.1.4
19102026-06-03T06:36:22.871Z Compiling rustls-webpki v0.102.8
19112026-06-03T06:36:23.318Z Compiling tokio-rustls v0.26.3
19122026-06-03T06:36:23.461Z Compiling rustls v0.22.4
19132026-06-03T06:36:23.595Z Compiling hyper-rustls v0.27.7
19142026-06-03T06:36:23.942Z Compiling reqwest v0.12.23
19152026-06-03T06:36:25.457Z Compiling tokio-rustls v0.25.0
19162026-06-03T06:36:25.811Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19172026-06-03T06:36:26.018Z Compiling sha1 v0.10.6
19182026-06-03T06:36:26.262Z Compiling multer v3.1.0
19192026-06-03T06:36:26.381Z Compiling rustls-pemfile v2.2.0
19202026-06-03T06:36:26.578Z Compiling terminal_size v0.4.3
19212026-06-03T06:36:26.728Z Compiling rand_chacha v0.3.1
19222026-06-03T06:36:26.883Z Compiling hostname v0.4.2
19232026-06-03T06:36:27.013Z Compiling wait-timeout v0.2.1
19242026-06-03T06:36:27.397Z Compiling rusty-fork v0.3.0
19252026-06-03T06:36:27.459Z Compiling dropshot v0.16.7
19262026-06-03T06:36:27.477Z Compiling rand v0.8.5
19272026-06-03T06:36:28.152Z Compiling rand_xorshift v0.4.0
19282026-06-03T06:36:29.055Z Compiling proptest v1.8.0
19292026-06-03T06:36:29.812Z Compiling clap_builder v4.6.0
19302026-06-03T06:36:30.528Z Compiling hubpack_derive v0.1.1
19312026-06-03T06:36:31.091Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19322026-06-03T06:36:31.651Z Compiling clap v4.6.0
19332026-06-03T06:36:32.447Z Compiling serde_spanned v0.6.9
19342026-06-03T06:36:32.600Z Compiling winnow v0.5.40
19352026-06-03T06:36:33.244Z Compiling progenitor-client v0.11.1
19362026-06-03T06:36:33.319Z Compiling progenitor-client v0.10.0
19372026-06-03T06:36:33.449Z Compiling prettyplease v0.2.37
19382026-06-03T06:36:33.508Z Compiling serde_with v3.14.1
19392026-06-03T06:36:33.764Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-06-03T06:36:34.112Z Compiling rustc-hash v2.1.1
19412026-06-03T06:36:34.380Z Compiling progenitor v0.11.1
19422026-06-03T06:36:34.481Z Compiling iddqd v0.3.17
19432026-06-03T06:36:34.497Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19442026-06-03T06:36:35.136Z Compiling backoff v0.4.0
19452026-06-03T06:36:35.345Z Compiling parse-display v0.10.0
19462026-06-03T06:36:35.530Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19472026-06-03T06:36:35.616Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19482026-06-03T06:36:37.328Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19492026-06-03T06:36:37.481Z Compiling num-derive v0.3.3
19502026-06-03T06:36:37.920Z Compiling toml_write v0.1.2
19512026-06-03T06:36:38.719Z Compiling toml_edit v0.22.27
19522026-06-03T06:36:40.441Z Compiling toml_edit v0.19.15
19532026-06-03T06:36:40.881Z Compiling num-integer v0.1.46
19542026-06-03T06:36:41.044Z Compiling float-ord v0.3.2
19552026-06-03T06:36:41.209Z Compiling toml v0.8.23
19562026-06-03T06:36:41.613Z Compiling proc-macro-crate v1.3.1
19572026-06-03T06:36:43.134Z Compiling num-rational v0.4.2
19582026-06-03T06:36:43.790Z Compiling num-iter v0.1.45
19592026-06-03T06:36:43.943Z Compiling num-complex v0.4.6
19602026-06-03T06:36:44.989Z Compiling num v0.4.3
19612026-06-03T06:36:47.982Z Compiling zerocopy-derive v0.7.35
19622026-06-03T06:36:48.406Z Compiling ingot-macros v0.1.1
19632026-06-03T06:36:48.820Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-06-03T06:36:48.874Z Compiling scroll_derive v0.12.1
19652026-06-03T06:36:49.525Z Compiling zerocopy v0.7.35
19662026-06-03T06:36:50.050Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19672026-06-03T06:36:50.127Z Compiling num_enum_derive v0.7.5
19682026-06-03T06:36:50.613Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-03T06:36:51.229Z Compiling memoffset v0.9.1
19702026-06-03T06:36:51.458Z Compiling foreign-types-macros v0.2.3
19712026-06-03T06:36:52.245Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-06-03T06:36:53.432Z Compiling nix v0.30.1
19732026-06-03T06:36:53.959Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19742026-06-03T06:36:54.090Z Compiling libscf-sys v1.1.0
19752026-06-03T06:36:54.570Z Compiling proc-macro-error-attr2 v2.0.0
19762026-06-03T06:36:54.729Z Compiling glob v0.3.3
19772026-06-03T06:36:54.780Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19782026-06-03T06:36:54.883Z Compiling proc-macro-error-attr v1.0.4
19792026-06-03T06:36:55.009Z Compiling proc-macro-error2 v2.0.1
19802026-06-03T06:36:55.281Z Compiling dtrace-parser v0.2.0
19812026-06-03T06:36:55.293Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19822026-06-03T06:36:55.314Z Compiling tabled_derive v0.11.0
19832026-06-03T06:36:55.325Z Compiling proc-macro-error v1.0.4
19842026-06-03T06:36:55.714Z Compiling dof v0.3.0
19852026-06-03T06:36:55.802Z Compiling num_enum_derive v0.5.11
19862026-06-03T06:36:56.071Z Compiling hubpack v0.1.2
19872026-06-03T06:36:56.238Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19882026-06-03T06:36:56.302Z Compiling thread-id v4.2.2
19892026-06-03T06:36:56.538Z Compiling static_assertions v1.1.0
19902026-06-03T06:36:56.689Z Compiling usdt-impl v0.5.0
19912026-06-03T06:36:57.481Z Compiling derive_more v0.99.20
19922026-06-03T06:36:58.887Z Compiling minimal-lexical v0.2.1
19932026-06-03T06:36:58.972Z Compiling bytecount v0.6.9
19942026-06-03T06:36:59.167Z Compiling nom v7.1.3
19952026-06-03T06:36:59.921Z Compiling usdt-attr-macro v0.5.0
19962026-06-03T06:37:00.173Z Compiling usdt-macro v0.5.0
19972026-06-03T06:37:00.648Z Compiling zone_cfg_derive v0.3.1
19982026-06-03T06:37:00.759Z Compiling num-derive v0.4.2
19992026-06-03T06:37:00.962Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20002026-06-03T06:37:01.061Z Compiling rustc_version v0.4.1
20012026-06-03T06:37:01.355Z Compiling crossbeam-epoch v0.9.18
20022026-06-03T06:37:01.355Z Compiling papergrid v0.17.0
20032026-06-03T06:37:01.717Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20042026-06-03T06:37:01.746Z Compiling testing_table v0.3.0
20052026-06-03T06:37:01.910Z Compiling enum-as-inner v0.6.1
20062026-06-03T06:37:01.914Z Compiling curve25519-dalek v4.1.3
20072026-06-03T06:37:02.180Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-06-03T06:37:02.453Z Compiling tabled v0.20.0
20092026-06-03T06:37:02.502Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20102026-06-03T06:37:02.764Z Compiling crossbeam-deque v0.8.6
20112026-06-03T06:37:02.976Z Compiling typify-impl v0.6.1
20122026-06-03T06:37:02.994Z Compiling thiserror-impl-no-std v2.0.2
20132026-06-03T06:37:03.155Z Compiling curve25519-dalek-derive v0.1.1
20142026-06-03T06:37:03.687Z Compiling rayon-core v1.13.0
20152026-06-03T06:37:03.875Z Compiling clang-sys v1.8.1
20162026-06-03T06:37:04.211Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20172026-06-03T06:37:04.225Z Compiling scroll v0.12.0
20182026-06-03T06:37:04.452Z Compiling hash32 v0.3.1
20192026-06-03T06:37:04.503Z Compiling goblin v0.8.2
20202026-06-03T06:37:04.619Z Compiling heapless v0.8.0
20212026-06-03T06:37:04.632Z Compiling ingot-types v0.1.2
20222026-06-03T06:37:05.024Z Compiling cobs v0.3.0
20232026-06-03T06:37:05.055Z Compiling libloading v0.8.9
20242026-06-03T06:37:05.085Z Compiling foreign-types-shared v0.3.1
20252026-06-03T06:37:05.189Z Compiling bitflags v1.3.2
20262026-06-03T06:37:05.230Z Compiling managed v0.8.0
20272026-06-03T06:37:05.272Z Compiling bindgen v0.72.1
20282026-06-03T06:37:05.299Z Compiling foreign-types v0.5.0
20292026-06-03T06:37:05.343Z Compiling postcard v1.1.3
20302026-06-03T06:37:05.454Z Compiling smoltcp v0.11.0
20312026-06-03T06:37:05.515Z Compiling ingot v0.1.1
20322026-06-03T06:37:05.688Z Compiling cexpr v0.6.0
20332026-06-03T06:37:06.226Z Compiling num_enum v0.7.5
20342026-06-03T06:37:06.352Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20352026-06-03T06:37:06.477Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20362026-06-03T06:37:06.535Z Compiling camino-tempfile v1.4.1
20372026-06-03T06:37:06.804Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20382026-06-03T06:37:07.046Z Compiling serde_repr v0.1.20
20392026-06-03T06:37:07.110Z Compiling derive-where v1.6.0
20402026-06-03T06:37:07.437Z Compiling cstr-argument v0.1.2
20412026-06-03T06:37:07.660Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-06-03T06:37:07.929Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-06-03T06:37:08.545Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20442026-06-03T06:37:08.752Z Compiling rayon v1.11.0
20452026-06-03T06:37:09.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20462026-06-03T06:37:09.296Z Compiling crucible-workspace-hack v0.1.0
20472026-06-03T06:37:09.309Z Compiling typify-macro v0.6.1
20482026-06-03T06:37:09.812Z Compiling memmap v0.7.0
20492026-06-03T06:37:10.073Z Compiling tinyvec_macros v0.1.1
20502026-06-03T06:37:10.144Z Compiling tinyvec v1.10.0
20512026-06-03T06:37:10.194Z Compiling usdt v0.5.0
20522026-06-03T06:37:10.277Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-06-03T06:37:10.473Z Compiling num_enum v0.5.11
20542026-06-03T06:37:10.919Z Compiling pin-project-internal v1.1.10
20552026-06-03T06:37:11.378Z Compiling typify v0.6.1
20562026-06-03T06:37:11.486Z Compiling progenitor-impl v0.13.0
20572026-06-03T06:37:12.026Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-06-03T06:37:12.134Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20592026-06-03T06:37:12.416Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20602026-06-03T06:37:12.483Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20612026-06-03T06:37:12.649Z Compiling rustix v0.38.44
20622026-06-03T06:37:12.940Z Compiling itertools v0.12.1
20632026-06-03T06:37:13.158Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20642026-06-03T06:37:13.190Z Compiling progenitor-impl v0.10.0
20652026-06-03T06:37:13.562Z Compiling sigpipe v0.1.3
20662026-06-03T06:37:13.574Z Compiling jiff v0.2.15
20672026-06-03T06:37:13.660Z Compiling const_format_proc_macros v0.2.34
20682026-06-03T06:37:14.698Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20692026-06-03T06:37:14.734Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-06-03T06:37:14.735Z Compiling zone v0.3.1
20712026-06-03T06:37:14.884Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20722026-06-03T06:37:14.954Z Compiling progenitor-macro v0.13.0
20732026-06-03T06:37:15.049Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20742026-06-03T06:37:15.700Z Compiling secrecy v0.10.3
20752026-06-03T06:37:15.708Z Compiling smf v0.2.3
20762026-06-03T06:37:15.834Z Compiling async-recursion v1.1.1
20772026-06-03T06:37:16.091Z Compiling snafu-derive v0.8.9
20782026-06-03T06:37:16.398Z Compiling bstr v1.12.0
20792026-06-03T06:37:16.491Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-06-03T06:37:16.623Z Compiling progenitor-macro v0.10.0
20812026-06-03T06:37:16.751Z Compiling whoami v1.6.1
20822026-06-03T06:37:17.084Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20832026-06-03T06:37:18.694Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20842026-06-03T06:37:18.807Z Compiling hmac v0.12.1
20852026-06-03T06:37:19.294Z Compiling inout v0.1.4
20862026-06-03T06:37:19.418Z Compiling ff v0.13.1
20872026-06-03T06:37:19.421Z Compiling crc8 v0.1.1
20882026-06-03T06:37:19.553Z Compiling data-encoding v2.9.0
20892026-06-03T06:37:19.564Z Compiling group v0.13.0
20902026-06-03T06:37:19.685Z Compiling cipher v0.4.4
20912026-06-03T06:37:19.946Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20922026-06-03T06:37:20.415Z Compiling hkdf v0.12.4
20932026-06-03T06:37:20.418Z Compiling atomicwrites v0.4.4
20942026-06-03T06:37:20.598Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20952026-06-03T06:37:20.631Z Compiling tokio-dtrace v0.1.1
20962026-06-03T06:37:20.696Z Compiling tabled_derive v0.7.0
20972026-06-03T06:37:21.482Z Compiling reqwest v0.13.2
20982026-06-03T06:37:21.755Z Compiling universal-hash v0.5.1
20992026-06-03T06:37:21.767Z Compiling crypto-bigint v0.5.5
21002026-06-03T06:37:21.812Z Compiling dropshot-api-manager-types v0.5.2
21012026-06-03T06:37:21.894Z Compiling half v2.7.1
21022026-06-03T06:37:22.190Z Compiling opaque-debug v0.3.1
21032026-06-03T06:37:22.281Z Compiling base16ct v0.2.0
21042026-06-03T06:37:22.454Z Compiling base64ct v1.8.0
21052026-06-03T06:37:22.466Z Compiling indent_write v2.2.0
21062026-06-03T06:37:22.536Z Compiling ciborium-io v0.2.2
21072026-06-03T06:37:22.606Z Compiling progenitor-client v0.13.0
21082026-06-03T06:37:22.640Z Compiling ciborium-ll v0.2.2
21092026-06-03T06:37:22.760Z Compiling password-hash v0.5.0
21102026-06-03T06:37:22.873Z Compiling elliptic-curve v0.13.8
21112026-06-03T06:37:22.899Z Compiling poly1305 v0.8.0
21122026-06-03T06:37:23.502Z Compiling oxide-tokio-rt v0.1.2
21132026-06-03T06:37:23.717Z Compiling chacha20 v0.9.1
21142026-06-03T06:37:23.729Z Compiling similar v2.7.0
21152026-06-03T06:37:23.762Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-06-03T06:37:24.197Z Compiling thiserror-no-std v2.0.2
21172026-06-03T06:37:24.981Z Compiling blake2 v0.10.6
21182026-06-03T06:37:25.230Z Compiling aead v0.5.2
21192026-06-03T06:37:25.411Z Compiling keccak v0.1.6
21202026-06-03T06:37:25.459Z Compiling linked-hash-map v0.5.6
21212026-06-03T06:37:25.678Z Compiling resolv-conf v0.7.5
21222026-06-03T06:37:25.726Z Compiling lru-cache v0.1.2
21232026-06-03T06:37:25.806Z Compiling sha3 v0.10.8
21242026-06-03T06:37:25.850Z Compiling chacha20poly1305 v0.10.1
21252026-06-03T06:37:26.037Z Compiling argon2 v0.5.3
21262026-06-03T06:37:26.040Z Compiling vsss-rs v3.3.4
21272026-06-03T06:37:26.123Z Compiling progenitor v0.13.0
21282026-06-03T06:37:26.212Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21292026-06-03T06:37:26.568Z Compiling ciborium v0.2.2
21302026-06-03T06:37:26.756Z Compiling hickory-proto v0.24.4
21312026-06-03T06:37:27.308Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21322026-06-03T06:37:27.423Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21332026-06-03T06:37:27.736Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21342026-06-03T06:37:27.922Z Compiling serde-big-array v0.5.1
21352026-06-03T06:37:28.073Z Compiling siphasher v1.0.1
21362026-06-03T06:37:28.338Z Compiling same-file v1.0.6
21372026-06-03T06:37:28.480Z Compiling unicode-segmentation v1.12.0
21382026-06-03T06:37:28.484Z Compiling walkdir v2.5.0
21392026-06-03T06:37:28.653Z Compiling hickory-resolver v0.24.4
21402026-06-03T06:37:28.673Z Compiling phf_shared v0.12.1
21412026-06-03T06:37:28.854Z Compiling newline-converter v0.3.0
21422026-06-03T06:37:28.866Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21432026-06-03T06:37:28.893Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21442026-06-03T06:37:29.628Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21452026-06-03T06:37:29.882Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-06-03T06:37:30.155Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
21472026-06-03T06:37:30.708Z Compiling newtype_derive v0.1.6
21482026-06-03T06:37:30.798Z Compiling owo-colors v4.3.0
21492026-06-03T06:37:30.810Z Compiling tokio-stream v0.1.17
21502026-06-03T06:37:31.226Z Compiling console v0.15.11
21512026-06-03T06:37:31.264Z Compiling csv-core v0.1.12
21522026-06-03T06:37:31.405Z Compiling smawk v0.3.2
21532026-06-03T06:37:31.540Z Compiling foldhash v0.1.5
21542026-06-03T06:37:31.553Z Compiling termtree v0.5.1
21552026-06-03T06:37:31.568Z Compiling humantime v2.3.0
21562026-06-03T06:37:31.668Z Compiling unicode-width v0.1.14
21572026-06-03T06:37:31.850Z Compiling unicode-linebreak v0.1.5
21582026-06-03T06:37:31.895Z Compiling swrite v0.1.0
21592026-06-03T06:37:31.998Z Compiling hashbrown v0.15.5
21602026-06-03T06:37:32.080Z Compiling textwrap v0.16.2
21612026-06-03T06:37:32.237Z Compiling expectorate v1.2.0
21622026-06-03T06:37:32.287Z Compiling csv v1.3.1
21632026-06-03T06:37:32.476Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21642026-06-03T06:37:32.548Z Compiling qorb v0.4.1
21652026-06-03T06:37:32.856Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-06-03T06:37:34.420Z Compiling phf v0.12.1
21672026-06-03T06:37:34.471Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21682026-06-03T06:37:34.732Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21692026-06-03T06:37:34.919Z Compiling pin-project v1.1.10
21702026-06-03T06:37:35.044Z Compiling unicode-normalization v0.1.24
21712026-06-03T06:37:35.237Z Compiling libz-sys v1.1.22
21722026-06-03T06:37:35.373Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-06-03T06:37:36.194Z Compiling libsw-core v0.3.2
21742026-06-03T06:37:36.481Z Compiling highway v1.3.0
21752026-06-03T06:37:36.641Z Compiling fixedbitset v0.5.7
21762026-06-03T06:37:36.777Z Compiling fixedbitset v0.4.2
21772026-06-03T06:37:36.880Z Compiling petgraph v0.8.2
21782026-06-03T06:37:36.983Z Compiling progenitor v0.10.0
21792026-06-03T06:37:37.048Z Compiling petgraph v0.6.5
21802026-06-03T06:37:37.137Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21812026-06-03T06:37:38.224Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-06-03T06:37:38.568Z Compiling libsw v3.5.0
21832026-06-03T06:37:38.755Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-06-03T06:37:39.121Z Compiling olpc-cjson v0.1.4
21852026-06-03T06:37:39.240Z Compiling libgit2-sys v0.17.0+1.8.1
21862026-06-03T06:37:39.304Z Compiling snafu v0.8.9
21872026-06-03T06:37:39.703Z Compiling chrono-tz v0.10.4
21882026-06-03T06:37:40.063Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-06-03T06:37:40.265Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-03T06:37:40.334Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-03T06:37:41.321Z Compiling papergrid v0.11.0
21922026-06-03T06:37:41.374Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-06-03T06:37:41.665Z Compiling globset v0.4.16
21942026-06-03T06:37:41.886Z Compiling const_format v0.2.34
21952026-06-03T06:37:42.226Z Compiling slog-dtrace v0.3.0
21962026-06-03T06:37:42.384Z Compiling cancel-safe-futures v0.1.5
21972026-06-03T06:37:42.428Z Compiling gethostname v0.5.0
21982026-06-03T06:37:42.578Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21992026-06-03T06:37:43.072Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22002026-06-03T06:37:43.666Z Compiling pem v3.0.5
22012026-06-03T06:37:43.681Z Compiling bcs v0.1.6
22022026-06-03T06:37:44.016Z Compiling serde_plain v1.0.2
22032026-06-03T06:37:44.052Z Compiling cargo-platform v0.1.9
22042026-06-03T06:37:44.314Z Compiling linear-map v1.2.0
22052026-06-03T06:37:44.403Z Compiling tagptr v0.2.0
22062026-06-03T06:37:44.467Z Compiling typed-path v0.9.3
22072026-06-03T06:37:45.311Z Compiling moka v0.12.11
22082026-06-03T06:37:45.791Z Compiling tough v0.20.0
22092026-06-03T06:37:45.809Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-06-03T06:37:46.933Z Compiling cargo_metadata v0.18.1
22112026-06-03T06:37:47.526Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-03T06:37:47.836Z Compiling tabled v0.15.0
22132026-06-03T06:37:48.065Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-06-03T06:37:48.212Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-03T06:37:48.539Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-03T06:37:48.746Z Compiling git2 v0.19.0
22172026-06-03T06:37:50.456Z Compiling steno v0.4.1
22182026-06-03T06:37:51.415Z Compiling hickory-proto v0.25.2
22192026-06-03T06:37:51.454Z Compiling cookie v0.18.1
22202026-06-03T06:37:53.364Z Compiling hickory-resolver v0.25.2
22212026-06-03T06:37:54.282Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-06-03T06:37:55.583Z Compiling vergen v8.3.2
22232026-06-03T06:37:56.916Z Compiling signal-hook v0.3.18
22242026-06-03T06:37:58.176Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22252026-06-03T06:37:58.218Z Compiling mockall_derive v0.13.1
22262026-06-03T06:37:58.458Z Compiling predicates-core v1.0.9
22272026-06-03T06:37:59.088Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22282026-06-03T06:37:59.195Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22292026-06-03T06:37:59.227Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22302026-06-03T06:38:00.439Z Compiling sha2 v0.10.9
22312026-06-03T06:38:00.721Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22322026-06-03T06:38:00.733Z Compiling adler2 v2.0.1
22332026-06-03T06:38:00.848Z Compiling diff v0.1.13
22342026-06-03T06:38:01.017Z Compiling yansi v1.0.1
22352026-06-03T06:38:01.232Z Compiling miniz_oxide v0.8.9
22362026-06-03T06:38:01.349Z Compiling pretty_assertions v1.4.1
22372026-06-03T06:38:01.628Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-06-03T06:38:01.920Z Compiling predicates-tree v1.0.12
22392026-06-03T06:38:03.194Z Compiling predicates v3.1.3
22402026-06-03T06:38:03.198Z Compiling fs-err v3.1.2
22412026-06-03T06:38:03.198Z Compiling crc32fast v1.5.0
22422026-06-03T06:38:03.532Z Compiling git-stub v1.0.0
22432026-06-03T06:38:03.838Z Compiling filetime v0.2.26
22442026-06-03T06:38:04.030Z Compiling fragile v2.0.1
22452026-06-03T06:38:04.350Z Compiling xattr v1.6.1
22462026-06-03T06:38:04.545Z Compiling constant_time_eq v0.3.1
22472026-06-03T06:38:04.679Z Compiling is_ci v1.2.0
22482026-06-03T06:38:04.823Z Compiling arrayvec v0.7.6
22492026-06-03T06:38:05.041Z Compiling downcast v0.11.0
22502026-06-03T06:38:05.166Z Compiling arrayref v0.3.9
22512026-06-03T06:38:05.207Z Compiling mockall v0.13.1
22522026-06-03T06:38:05.251Z Compiling blake3 v1.8.2
22532026-06-03T06:38:05.830Z Compiling supports-color v3.0.2
22542026-06-03T06:38:06.031Z Compiling toml v0.7.8
22552026-06-03T06:38:06.549Z Compiling tar v0.4.45
22562026-06-03T06:38:06.590Z Compiling git-stub-vcs v0.1.0
22572026-06-03T06:38:06.714Z Compiling curl-sys v0.4.83+curl-8.15.0
22582026-06-03T06:38:07.514Z Compiling signal-hook-tokio v0.3.1
22592026-06-03T06:38:07.533Z Compiling flate2 v1.1.2
22602026-06-03T06:38:07.533Z Compiling drift v0.1.3
22612026-06-03T06:38:07.533Z Compiling kstat-rs v0.2.4
22622026-06-03T06:38:07.536Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22632026-06-03T06:38:07.578Z Compiling topological-sort v0.2.2
22642026-06-03T06:38:07.731Z Compiling display-error-chain v0.2.2
22652026-06-03T06:38:07.759Z Compiling hex-literal v1.0.0
22662026-06-03T06:38:07.877Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22672026-06-03T06:38:07.882Z Compiling dropshot-api-manager v0.5.2
22682026-06-03T06:38:07.956Z Compiling omicron-zone-package v0.12.2
22692026-06-03T06:38:08.803Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22702026-06-03T06:38:10.178Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-06-03T06:38:10.879Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-06-03T06:38:10.891Z Compiling curl v0.4.49
22732026-06-03T06:38:11.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22742026-06-03T06:38:11.497Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22752026-06-03T06:38:11.720Z Compiling internet-checksum v0.2.1
22762026-06-03T06:38:11.745Z Compiling search_path v0.1.4
22772026-06-03T06:38:11.873Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22782026-06-03T06:38:12.156Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22792026-06-03T06:38:12.627Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22802026-06-03T06:38:14.077Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22812026-06-03T06:38:16.449Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22822026-06-03T06:38:59.307Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 10s
22832026-06-03T06:38:59.425Z Running unittests src/lib.rs (target/debug/deps/aal-bb0d274b37eb3adf)
22842026-06-03T06:38:59.428Z
22852026-06-03T06:38:59.428Zrunning 5 tests
22862026-06-03T06:38:59.431Ztest fuse::tests::chip_revision_a0 ... ok
22872026-06-03T06:38:59.431Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22882026-06-03T06:38:59.431Ztest fuse::tests::chip_revision_b0 ... ok
22892026-06-03T06:38:59.431Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22902026-06-03T06:38:59.431Ztest fuse::tests::chip_revision_b1 ... ok
22912026-06-03T06:38:59.431Z
22922026-06-03T06:38:59.431Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-06-03T06:38:59.431Z
22942026-06-03T06:38:59.431Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22952026-06-03T06:38:59.434Z
22962026-06-03T06:38:59.434Zrunning 0 tests
22972026-06-03T06:38:59.434Z
22982026-06-03T06:38:59.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22992026-06-03T06:38:59.434Z
23002026-06-03T06:38:59.434Z Running unittests src/lib.rs (target/debug/deps/asic-75c43a2d50fa4365)
23012026-06-03T06:38:59.437Z
23022026-06-03T06:38:59.437Zrunning 0 tests
23032026-06-03T06:38:59.437Z
23042026-06-03T06:38:59.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23052026-06-03T06:38:59.437Z
23062026-06-03T06:38:59.438Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
23072026-06-03T06:38:59.438Z
23082026-06-03T06:38:59.438Zrunning 10 tests
23092026-06-03T06:38:59.438Ztest network::tests::test_equal ... ok
23102026-06-03T06:38:59.438Ztest network::tests::test_eui64 ... ok
23112026-06-03T06:38:59.438Ztest nat::tests::test_vni ... ok
23122026-06-03T06:38:59.438Ztest network::tests::test_generate_ipv6_link_local ... ok
23132026-06-03T06:38:59.438Ztest network::tests::test_into ... ok
23142026-06-03T06:38:59.438Ztest network::tests::test_not_equal ... ok
23152026-06-03T06:38:59.438Ztest network::tests::test_to_string ... ok
23162026-06-03T06:38:59.438Ztest network::tests::test_parse ... ok
23172026-06-03T06:38:59.441Ztest test_purge ... ok
23182026-06-03T06:38:59.444Ztest illumos::test::address_exists_handles_missing_object ... ok
23192026-06-03T06:38:59.444Z
23202026-06-03T06:38:59.444Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23212026-06-03T06:38:59.444Z
23222026-06-03T06:38:59.444Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-095dba8bc1eb5cbb)
23232026-06-03T06:38:59.447Z
23242026-06-03T06:38:59.447Zrunning 1 test
23252026-06-03T06:39:00.726Ztest test::test_apis_up_to_date ... ok
23262026-06-03T06:39:00.726Z
23272026-06-03T06:39:00.726Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23282026-06-03T06:39:00.727Z
23292026-06-03T06:39:00.777Z Running unittests src/main.rs (target/debug/deps/dpd-ff89aef5c2b3ad23)
23302026-06-03T06:39:00.782Z
23312026-06-03T06:39:00.782Zrunning 18 tests
23322026-06-03T06:39:00.786Ztest freemap::test_ordering ... ok
23332026-06-03T06:39:00.786Ztest freemap::test_split ... ok
23342026-06-03T06:39:00.786Ztest config::tests::test_updates ... ok
23352026-06-03T06:39:00.786Ztest macaddrs::tests::test_mac_offset ... ok
23362026-06-03T06:39:00.786Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23372026-06-03T06:39:00.786Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23382026-06-03T06:39:00.786Ztest nat::test_mapping ... ok
23392026-06-03T06:39:00.786Ztest macaddrs::tests::test_parse_port_id ... ok
23402026-06-03T06:39:00.786Ztest port_map::tests::dump_map ... ok
23412026-06-03T06:39:00.786Ztest port_map::tests::test_backplane_group ... ok
23422026-06-03T06:39:00.789Ztest port_map::tests::test_port_map ... ok
23432026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBG Jun 03 06:38:59.032created new freemap DEBG, unitcreated new freemap: , freemap_testunit:
23442026-06-03T06:39:00.789Zfreemap_test
23452026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBGJun 03 06:38:59.032 Jun 03 06:38:59.032 DEBGDEBGcreated new freemap , initted freemap. size: 128unit, initted freemap. size: 128:unit, : unit freemap_test:freemap_test
23462026-06-03T06:39:00.789Z
23472026-06-03T06:39:00.789Zfreemap_test
23482026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBGJun 03 06:38:59.032Jun 03 06:38:59.032 DEBGDEBG reset freemap , initted freemap. size: 128reset freemap, unit, unit:: unit :freemap_test
23492026-06-03T06:39:00.789Zfreemap_testfreemap_test
23502026-06-03T06:39:00.789Z
23512026-06-03T06:39:00.789ZJun 03 06:38:59.032 Jun 03 06:38:59.032DEBG reset freemapDEBG, unitcreated new freemap: freemap_test,
23522026-06-03T06:39:00.789Zunit: freemap_test
23532026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBG initted freemap. size: 128, unit: freemap_test
23542026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBG reset freemap, unit: freemap_test
23552026-06-03T06:39:00.789ZJun 03 06:38:59.032 DEBG created new freemap, unit: freemap_test
23562026-06-03T06:39:00.789ZJun 03 06:38:59.033 DEBG initted freemap. size: 128, unit: freemap_test
23572026-06-03T06:39:00.789ZJun 03 06:38:59.033 DEBG reset freemap, unit: freemap_test
23582026-06-03T06:39:00.789Ztest freemap::test_basic ... ok
23592026-06-03T06:39:00.789Ztest freemap::test_free ... ok
23602026-06-03T06:39:00.789Ztest freemap::test_exhaustion ... ok
23612026-06-03T06:39:00.789Ztest freemap::test_reclaim ... ok
23622026-06-03T06:39:00.789Ztest freemap::test_span ... ok
23632026-06-03T06:39:00.789Ztest port_map::tests::parse_softnpu_revision ... ok
23642026-06-03T06:39:00.790Ztest api_server::tests::test_build_info ... ok
23652026-06-03T06:39:00.790Z
23662026-06-03T06:39:00.790Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23672026-06-03T06:39:00.790Z
23682026-06-03T06:39:00.793Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-868774b3a0d78188)
23692026-06-03T06:39:00.793Z
23702026-06-03T06:39:00.793Zrunning 0 tests
23712026-06-03T06:39:00.793Z
23722026-06-03T06:39:00.793Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23732026-06-03T06:39:00.793Z
23742026-06-03T06:39:00.793Z Running unittests src/lib.rs (target/debug/deps/dpd_api-70db824ee43220bd)
23752026-06-03T06:39:00.796Z
23762026-06-03T06:39:00.796Zrunning 0 tests
23772026-06-03T06:39:00.796Z
23782026-06-03T06:39:00.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23792026-06-03T06:39:00.796Z
23802026-06-03T06:39:00.796Z Running unittests src/lib.rs (target/debug/deps/dpd_client-0868b7def8077752)
23812026-06-03T06:39:00.796Z
23822026-06-03T06:39:00.796Zrunning 6 tests
23832026-06-03T06:39:00.799Ztest tests::test_full_lot_id_neither_present ... ok
23842026-06-03T06:39:00.799Ztest tests::test_full_lot_id_lotnum_only ... ok
23852026-06-03T06:39:00.799Ztest tests::test_parse_client_port_id ... ok
23862026-06-03T06:39:00.799Ztest tests::test_port_id_cmp ... ok
23872026-06-03T06:39:00.799Ztest tests::test_full_lot_id_lot_only ... ok
23882026-06-03T06:39:00.799Ztest tests::test_full_lot_id_both_present ... ok
23892026-06-03T06:39:00.799Z
23902026-06-03T06:39:00.799Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23912026-06-03T06:39:00.799Z
23922026-06-03T06:39:00.799Z Running tests/test_all.rs (target/debug/deps/test_all-e44e24de4e4cdb83)
23932026-06-03T06:39:00.799Z
23942026-06-03T06:39:00.799Zrunning 0 tests
23952026-06-03T06:39:00.799Z
23962026-06-03T06:39:00.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23972026-06-03T06:39:00.799Z
23982026-06-03T06:39:00.799Z Running unittests src/lib.rs (target/debug/deps/dpd_types-677e99367aae900f)
23992026-06-03T06:39:00.803Z
24002026-06-03T06:39:00.803Zrunning 0 tests
24012026-06-03T06:39:00.803Z
24022026-06-03T06:39:00.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24032026-06-03T06:39:00.803Z
24042026-06-03T06:39:00.803Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
24052026-06-03T06:39:00.803Z
24062026-06-03T06:39:00.803Zrunning 12 tests
24072026-06-03T06:39:00.803Ztest icmp::test_v4_checksum ... ok
24082026-06-03T06:39:00.803Ztest icmp::test_v6_checksum ... ok
24092026-06-03T06:39:00.803Ztest lldp::test_lldp_parse ... ok
24102026-06-03T06:39:00.803Ztest pbuf::test_nibble ... ok
24112026-06-03T06:39:00.803Ztest ipv6::test_ipv6_parse ... ok
24122026-06-03T06:39:00.803Ztest pbuf::test_byte ... ok
24132026-06-03T06:39:00.804Ztest pbuf::test_short ... ok
24142026-06-03T06:39:00.804Ztest pbuf::test_overflow ... ok
24152026-06-03T06:39:00.804Ztest pbuf::test_twelve ... ok
24162026-06-03T06:39:00.804Ztest pbuf::test_word ... ok
24172026-06-03T06:39:00.804Ztest tcp::test_checksum_syn_nodata ... ok
24182026-06-03T06:39:00.804Ztest tcp::test_checksum_ack_data ... ok
24192026-06-03T06:39:00.804Z
24202026-06-03T06:39:00.804Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-06-03T06:39:00.804Z
24222026-06-03T06:39:00.804Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
24232026-06-03T06:39:00.807Z
24242026-06-03T06:39:00.807Zrunning 0 tests
24252026-06-03T06:39:00.807Z
24262026-06-03T06:39:00.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-06-03T06:39:00.807Z
24282026-06-03T06:39:00.807Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
24292026-06-03T06:39:00.807Z
24302026-06-03T06:39:00.807Zrunning 5 tests
24312026-06-03T06:39:00.810Ztest switchport::test::test_compute_lanes ... ok
24322026-06-03T06:39:00.810Ztest switchport::test::port_id_ordering ... ok
24332026-06-03T06:39:00.810Z Lane 0 Lane 1 Lane 2 Lane 3
24342026-06-03T06:39:00.810Z Rx Loss-of-lock: Yes Yes Yes Yes
24352026-06-03T06:39:00.810Z Rx Loss-of-signal: Yes Yes Yes Yes
24362026-06-03T06:39:00.810Z Rx CDR Enabled: Yes Yes Yes Yes
24372026-06-03T06:39:00.810Z Tx Enabled: Yes Yes Yes Yes
24382026-06-03T06:39:00.810Z Tx Loss-of-lock: No Lane 0 No NoLane 1 No
24392026-06-03T06:39:00.810ZLane 2 Tx Loss-of-signal: No Lane 3No
24402026-06-03T06:39:00.810ZNo State: ActivatedNo
24412026-06-03T06:39:00.810ZActivated Tx CDR Enabled: No Activated Activated
24422026-06-03T06:39:00.810ZNo Rx Output Enabled: false No falseNo
24432026-06-03T06:39:00.810Z Tx Adaptive EQ Fault: Nofalse falseNo
24442026-06-03T06:39:00.811Z Rx Output Status: valid No validNo
24452026-06-03T06:39:00.811Zvalid Tx Fault: Yes validYes
24462026-06-03T06:39:00.811Z Rx Loss-of-lock: trueYes Yestrue
24472026-06-03T06:39:00.811Z true true
24482026-06-03T06:39:00.811Z Rx Loss-of-signal: false false false false
24492026-06-03T06:39:00.811ZRx Auto-squelch Disable: true true true true
24502026-06-03T06:39:00.811Z Tx Output Enabled: true true true true
24512026-06-03T06:39:00.811Z Tx Output Status: invalid invalid invalid invalid
24522026-06-03T06:39:00.811Z Tx Loss-of-lock: false false false false
24532026-06-03T06:39:00.811Z Tx Loss-of-signal: true true true true
24542026-06-03T06:39:00.811ZTx Auto-squelch Disable: false false false false
24552026-06-03T06:39:00.811Z Tx Adaptive EQ Fail: true true true true
24562026-06-03T06:39:00.811Z Tx Failure: false false false false
24572026-06-03T06:39:00.811Z Tx Force Squelch: true true true true
24582026-06-03T06:39:00.811Z Tx Input Polarity: normal normal normal normal
24592026-06-03T06:39:00.811Ztest switchport::test::test_print_sff_datapath ... ok
24602026-06-03T06:39:00.811Ztest switchport::test::test_print_cmis_datapath ... ok
24612026-06-03T06:39:00.811Ztest link::test_filter ... ok
24622026-06-03T06:39:00.811Z
24632026-06-03T06:39:00.811Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24642026-06-03T06:39:00.811Z
24652026-06-03T06:39:00.811Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
24662026-06-03T06:39:00.814Z
24672026-06-03T06:39:00.814Zrunning 1 test
24682026-06-03T06:39:00.814Ztest test_p4_counter_list ... ignored
24692026-06-03T06:39:00.814Z
24702026-06-03T06:39:00.814Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24712026-06-03T06:39:00.814Z
24722026-06-03T06:39:00.814Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
24732026-06-03T06:39:00.814Z
24742026-06-03T06:39:00.814Zrunning 5 tests
24752026-06-03T06:39:00.814Ztest test_an ... ignored
24762026-06-03T06:39:00.814Ztest test_enable ... ignored
24772026-06-03T06:39:00.814Ztest test_ip_addresses ... ignored
24782026-06-03T06:39:00.814Ztest test_kr ... ignored
24792026-06-03T06:39:00.814Ztest test_mac ... ignored
24802026-06-03T06:39:00.815Z
24812026-06-03T06:39:00.815Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24822026-06-03T06:39:00.815Z
24832026-06-03T06:39:00.815Z Running unittests src/main.rs (target/debug/deps/tfportd-99fe1124d9848704)
24842026-06-03T06:39:00.818Z
24852026-06-03T06:39:00.818Zrunning 3 tests
24862026-06-03T06:39:00.818Ztest linklocal::test_parse_ipadm ... ok
24872026-06-03T06:39:00.818Ztest tfport::test_parse_tfport ... ok
24882026-06-03T06:39:00.818Ztest config::tests::test_updates ... ok
24892026-06-03T06:39:00.818Z
24902026-06-03T06:39:00.818Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24912026-06-03T06:39:00.818Z
24922026-06-03T06:39:00.821Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
24932026-06-03T06:39:00.821Z
24942026-06-03T06:39:00.821Zrunning 0 tests
24952026-06-03T06:39:00.821Z
24962026-06-03T06:39:00.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24972026-06-03T06:39:00.821Z
24982026-06-03T06:39:00.821Z Running unittests src/main.rs (target/debug/deps/xtask-b23a3a2fb4e1743d)
24992026-06-03T06:39:00.824Z
25002026-06-03T06:39:00.824Zrunning 0 tests
25012026-06-03T06:39:00.824Z
25022026-06-03T06:39:00.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25032026-06-03T06:39:00.824Z
25042026-06-03T06:39:00.824Z Doc-tests aal
25052026-06-03T06:39:00.944Z
25062026-06-03T06:39:00.944Zrunning 0 tests
25072026-06-03T06:39:00.944Z
25082026-06-03T06:39:00.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-06-03T06:39:00.948Z
25102026-06-03T06:39:00.960Z Doc-tests aal_macros
25112026-06-03T06:39:01.026Z
25122026-06-03T06:39:01.026Zrunning 0 tests
25132026-06-03T06:39:01.026Z
25142026-06-03T06:39:01.026Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25152026-06-03T06:39:01.026Z
25162026-06-03T06:39:01.035Z Doc-tests common
25172026-06-03T06:39:01.259Z
25182026-06-03T06:39:01.259Zrunning 0 tests
25192026-06-03T06:39:01.259Z
25202026-06-03T06:39:01.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-06-03T06:39:01.259Z
25222026-06-03T06:39:01.279Z Doc-tests dpd_api
25232026-06-03T06:39:02.439Z
25242026-06-03T06:39:02.439Zrunning 2 tests
25252026-06-03T06:39:02.442Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
25262026-06-03T06:39:02.443Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
25272026-06-03T06:39:02.443Z
25282026-06-03T06:39:02.443Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25292026-06-03T06:39:02.443Z
25302026-06-03T06:39:02.477Z Doc-tests dpd_client
25312026-06-03T06:39:03.753Z
25322026-06-03T06:39:03.753Zrunning 0 tests
25332026-06-03T06:39:03.753Z
25342026-06-03T06:39:03.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-06-03T06:39:03.753Z
25362026-06-03T06:39:03.795Z Doc-tests dpd_types
25372026-06-03T06:39:04.135Z
25382026-06-03T06:39:04.135Zrunning 0 tests
25392026-06-03T06:39:04.135Z
25402026-06-03T06:39:04.135Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-03T06:39:04.135Z
25422026-06-03T06:39:04.165Z Doc-tests packet
25432026-06-03T06:39:04.276Z
25442026-06-03T06:39:04.276Zrunning 0 tests
25452026-06-03T06:39:04.276Z
25462026-06-03T06:39:04.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25472026-06-03T06:39:04.276Z
25482026-06-03T06:39:04.292Z Doc-tests pcap
25492026-06-03T06:39:04.343Z
25502026-06-03T06:39:04.343Zrunning 0 tests
25512026-06-03T06:39:04.343Z
25522026-06-03T06:39:04.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25532026-06-03T06:39:04.343Z
25542026-06-03T06:39:04.407Z+ for feat in tofino_stub tofino_asic softnpu chaos
25552026-06-03T06:39:04.407Z+ RUST_BACKTRACE=full
25562026-06-03T06:39:04.407Z+ cargo test --features tofino_asic --no-fail-fast
25572026-06-03T06:39:04.984Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25582026-06-03T06:39:05.061Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25592026-06-03T06:39:05.067Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25602026-06-03T06:39:05.074Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25612026-06-03T06:39:13.713Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25622026-06-03T06:39:13.724Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25632026-06-03T06:39:52.131Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.70s
25642026-06-03T06:39:52.239Z Running unittests src/lib.rs (target/debug/deps/aal-bb0d274b37eb3adf)
25652026-06-03T06:39:52.242Z
25662026-06-03T06:39:52.242Zrunning 5 tests
25672026-06-03T06:39:52.242Ztest fuse::tests::chip_revision_b1 ... ok
25682026-06-03T06:39:52.242Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25692026-06-03T06:39:52.242Ztest fuse::tests::chip_revision_b0 ... ok
25702026-06-03T06:39:52.242Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25712026-06-03T06:39:52.242Ztest fuse::tests::chip_revision_a0 ... ok
25722026-06-03T06:39:52.242Z
25732026-06-03T06:39:52.242Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-03T06:39:52.242Z
25752026-06-03T06:39:52.245Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25762026-06-03T06:39:52.246Z
25772026-06-03T06:39:52.246Zrunning 0 tests
25782026-06-03T06:39:52.246Z
25792026-06-03T06:39:52.246Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-06-03T06:39:52.246Z
25812026-06-03T06:39:52.246Z Running unittests src/lib.rs (target/debug/deps/asic-e0fa82d765b0f996)
25822026-06-03T06:39:52.329Z
25832026-06-03T06:39:52.329Zrunning 8 tests
25842026-06-03T06:39:52.332Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25852026-06-03T06:39:52.332Ztest tofino_asic::qsfp::tests::fix_link ... ok
25862026-06-03T06:39:52.332Ztest tofino_asic::stats::constants_sanity_check ... ok
25872026-06-03T06:39:52.332Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25882026-06-03T06:39:52.332Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25892026-06-03T06:39:52.332Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25902026-06-03T06:39:52.339Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25912026-06-03T06:39:52.831Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25922026-06-03T06:39:52.831Z
25932026-06-03T06:39:52.831Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25942026-06-03T06:39:52.831Z
25952026-06-03T06:39:52.840Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
25962026-06-03T06:39:52.844Z
25972026-06-03T06:39:52.844Zrunning 10 tests
25982026-06-03T06:39:52.844Ztest nat::tests::test_vni ... ok
25992026-06-03T06:39:52.844Ztest network::tests::test_equal ... ok
26002026-06-03T06:39:52.844Ztest network::tests::test_eui64 ... ok
26012026-06-03T06:39:52.844Ztest network::tests::test_into ... ok
26022026-06-03T06:39:52.844Ztest network::tests::test_generate_ipv6_link_local ... ok
26032026-06-03T06:39:52.844Ztest network::tests::test_not_equal ... ok
26042026-06-03T06:39:52.844Ztest network::tests::test_to_string ... ok
26052026-06-03T06:39:52.844Ztest network::tests::test_parse ... ok
26062026-06-03T06:39:52.844Ztest test_purge ... ok
26072026-06-03T06:39:52.848Ztest illumos::test::address_exists_handles_missing_object ... ok
26082026-06-03T06:39:52.848Z
26092026-06-03T06:39:52.848Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26102026-06-03T06:39:52.848Z
26112026-06-03T06:39:52.848Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-095dba8bc1eb5cbb)
26122026-06-03T06:39:52.851Z
26132026-06-03T06:39:52.851Zrunning 1 test
26142026-06-03T06:39:54.076Ztest test::test_apis_up_to_date ... ok
26152026-06-03T06:39:54.077Z
26162026-06-03T06:39:54.077Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
26172026-06-03T06:39:54.077Z
26182026-06-03T06:39:54.129Z Running unittests src/main.rs (target/debug/deps/dpd-ae3a65cf092a8346)
26192026-06-03T06:39:54.195Z
26202026-06-03T06:39:54.195Zrunning 50 tests
26212026-06-03T06:39:54.199Ztest freemap::test_ordering ... ok
26222026-06-03T06:39:54.199Ztest freemap::test_split ... ok
26232026-06-03T06:39:54.199Ztest config::tests::test_updates ... ok
26242026-06-03T06:39:54.199Ztest macaddrs::tests::test_mac_offset ... ok
26252026-06-03T06:39:54.199Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26262026-06-03T06:39:54.199Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26272026-06-03T06:39:54.199Ztest nat::test_mapping ... ok
26282026-06-03T06:39:54.199Ztest macaddrs::tests::test_parse_port_id ... ok
26292026-06-03T06:39:54.199Ztest port_map::tests::dump_map ... ok
26302026-06-03T06:39:54.199Ztest port_map::tests::test_backplane_group ... ok
26312026-06-03T06:39:54.199Ztest port_map::tests::test_port_map ... ok
26322026-06-03T06:39:54.199Ztest transceivers::mpn_test::test_mpn_missing ... ok
26332026-06-03T06:39:54.204Ztest transceivers::mpn_test::test_mpn_present ... ok
26342026-06-03T06:39:54.204Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26352026-06-03T06:39:54.204Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26362026-06-03T06:39:54.204Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26372026-06-03T06:39:54.204Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26382026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG created new freemapJun 03 06:39:52.441 DEBG created new freemap, unit: freemap_test,
26392026-06-03T06:39:54.204Zunit: freemap_test
26402026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG initted freemap. size: 128, unit: freemap_test
26412026-06-03T06:39:54.204ZJun 03 06:39:52.441Jun 03 06:39:52.441 DEBGDEBG reset freemapinitted freemap. size: 128, unit, :unit :freemap_test
26422026-06-03T06:39:54.204Zfreemap_test
26432026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG reset freemap, unit: Jun 03 06:39:52.441freemap_test
26442026-06-03T06:39:54.204ZDEBG created new freemap, unit: freemap_test
26452026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG initted freemap. size: 128, unit: freemap_test
26462026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG reset freemap, unit: freemap_test
26472026-06-03T06:39:54.204ZJun 03 06:39:52.441 DEBG created new freemap, unit: freemap_test
26482026-06-03T06:39:54.204ZJun 03 06:39:52.441 Jun 03 06:39:52.442DEBG DEBGcreated new freemap initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
26492026-06-03T06:39:54.204Z
26502026-06-03T06:39:54.204Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26512026-06-03T06:39:54.204ZJun 03 06:39:52.442 DEBG Jun 03 06:39:52.442reset freemap , DEBGunit :initted freemap. size: 128 , unit: freemap_test
26522026-06-03T06:39:54.204Zfreemap_test
26532026-06-03T06:39:54.205ZJun 03 06:39:52.442 DEBG reset freemap, unit: freemap_test
26542026-06-03T06:39:54.205Ztest freemap::test_exhaustion ... ok
26552026-06-03T06:39:54.205Ztest freemap::test_basic ... ok
26562026-06-03T06:39:54.205Ztest freemap::test_reclaim ... ok
26572026-06-03T06:39:54.205Ztest freemap::test_span ... ok
26582026-06-03T06:39:54.205Ztest freemap::test_free ... ok
26592026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26602026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26612026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26622026-06-03T06:39:54.205Ztest port_map::tests::parse_softnpu_revision ... ok
26632026-06-03T06:39:54.205Ztest api_server::tests::test_build_info ... ok
26642026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26652026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26662026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26672026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26682026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26692026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26702026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26712026-06-03T06:39:54.205Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26722026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26732026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26742026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26752026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26762026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26772026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26782026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26792026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26802026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26812026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26822026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26832026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26842026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26852026-06-03T06:39:54.206Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26862026-06-03T06:39:54.206Z
26872026-06-03T06:39:54.206Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26882026-06-03T06:39:54.206Z
26892026-06-03T06:39:54.217Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-86c6eb2daacb3139)
26902026-06-03T06:39:54.221Z
26912026-06-03T06:39:54.221Zrunning 0 tests
26922026-06-03T06:39:54.221Z
26932026-06-03T06:39:54.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26942026-06-03T06:39:54.221Z
26952026-06-03T06:39:54.221Z Running unittests src/lib.rs (target/debug/deps/dpd_api-70db824ee43220bd)
26962026-06-03T06:39:54.221Z
26972026-06-03T06:39:54.221Zrunning 0 tests
26982026-06-03T06:39:54.221Z
26992026-06-03T06:39:54.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27002026-06-03T06:39:54.222Z
27012026-06-03T06:39:54.222Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7cf5f17a589af3a3)
27022026-06-03T06:39:54.225Z
27032026-06-03T06:39:54.225Zrunning 6 tests
27042026-06-03T06:39:54.225Ztest tests::test_full_lot_id_neither_present ... ok
27052026-06-03T06:39:54.225Ztest tests::test_full_lot_id_lotnum_only ... ok
27062026-06-03T06:39:54.225Ztest tests::test_full_lot_id_both_present ... ok
27072026-06-03T06:39:54.225Ztest tests::test_full_lot_id_lot_only ... ok
27082026-06-03T06:39:54.225Ztest tests::test_port_id_cmp ... ok
27092026-06-03T06:39:54.225Ztest tests::test_parse_client_port_id ... ok
27102026-06-03T06:39:54.225Z
27112026-06-03T06:39:54.225Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27122026-06-03T06:39:54.225Z
27132026-06-03T06:39:54.225Z Running tests/test_all.rs (target/debug/deps/test_all-1d75c6490abf889b)
27142026-06-03T06:39:54.228Z
27152026-06-03T06:39:54.229Zrunning 0 tests
27162026-06-03T06:39:54.229Z
27172026-06-03T06:39:54.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27182026-06-03T06:39:54.229Z
27192026-06-03T06:39:54.229Z Running unittests src/lib.rs (target/debug/deps/dpd_types-677e99367aae900f)
27202026-06-03T06:39:54.229Z
27212026-06-03T06:39:54.229Zrunning 0 tests
27222026-06-03T06:39:54.229Z
27232026-06-03T06:39:54.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27242026-06-03T06:39:54.229Z
27252026-06-03T06:39:54.229Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
27262026-06-03T06:39:54.240Z
27272026-06-03T06:39:54.240Zrunning 12 tests
27282026-06-03T06:39:54.240Ztest icmp::test_v6_checksum ... ok
27292026-06-03T06:39:54.240Ztest lldp::test_lldp_parse ... ok
27302026-06-03T06:39:54.240Ztest icmp::test_v4_checksum ... ok
27312026-06-03T06:39:54.240Ztest ipv6::test_ipv6_parse ... ok
27322026-06-03T06:39:54.240Ztest pbuf::test_byte ... ok
27332026-06-03T06:39:54.240Ztest pbuf::test_nibble ... ok
27342026-06-03T06:39:54.240Ztest pbuf::test_short ... ok
27352026-06-03T06:39:54.240Ztest pbuf::test_overflow ... ok
27362026-06-03T06:39:54.240Ztest pbuf::test_twelve ... ok
27372026-06-03T06:39:54.240Ztest pbuf::test_word ... ok
27382026-06-03T06:39:54.240Ztest tcp::test_checksum_ack_data ... ok
27392026-06-03T06:39:54.240Ztest tcp::test_checksum_syn_nodata ... ok
27402026-06-03T06:39:54.240Z
27412026-06-03T06:39:54.240Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27422026-06-03T06:39:54.241Z
27432026-06-03T06:39:54.241Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
27442026-06-03T06:39:54.241Z
27452026-06-03T06:39:54.241Zrunning 0 tests
27462026-06-03T06:39:54.241Z
27472026-06-03T06:39:54.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482026-06-03T06:39:54.241Z
27492026-06-03T06:39:54.241Z Running unittests src/main.rs (target/debug/deps/swadm-520862971dd4ee37)
27502026-06-03T06:39:54.245Z
27512026-06-03T06:39:54.245Zrunning 5 tests
27522026-06-03T06:39:54.245Ztest switchport::test::test_compute_lanes ... ok
27532026-06-03T06:39:54.245Ztest switchport::test::port_id_ordering ... ok
27542026-06-03T06:39:54.245Z Lane 0 Lane 1 Lane 2 Lane 3
27552026-06-03T06:39:54.245Z Rx Loss-of-lock: Yes Yes Yes Yes
27562026-06-03T06:39:54.245Z Rx Loss-of-signal: Yes Yes Yes Yes
27572026-06-03T06:39:54.245Z Rx CDR Enabled: Yes Yes Yes Yes
27582026-06-03T06:39:54.245Z Tx Enabled: Yes Yes Yes Yes
27592026-06-03T06:39:54.245Z Tx Loss-of-lock: No No No No
27602026-06-03T06:39:54.245Z Tx Loss-of-signal: No No No No
27612026-06-03T06:39:54.245Z Tx CDR Enabled: No Lane 0No No No
27622026-06-03T06:39:54.245ZLane 1 Tx Adaptive EQ Fault: No Lane 2No Lane 3
27632026-06-03T06:39:54.245ZNo No State: Activated
27642026-06-03T06:39:54.246Z Tx Fault: YesActivated YesActivated ActivatedYes
27652026-06-03T06:39:54.246Z Rx Output Enabled: falseYes
27662026-06-03T06:39:54.246Z false false false
27672026-06-03T06:39:54.246Z Rx Output Status: valid valid valid valid
27682026-06-03T06:39:54.246Z Rx Loss-of-lock: true true true true
27692026-06-03T06:39:54.246Z Rx Loss-of-signal: false false false false
27702026-06-03T06:39:54.246ZRx Auto-squelch Disable: true true true true
27712026-06-03T06:39:54.246Z Tx Output Enabled: true true true true
27722026-06-03T06:39:54.246Z Tx Output Status: invalid invalid invalid invalid
27732026-06-03T06:39:54.246Z Tx Loss-of-lock: false false false false
27742026-06-03T06:39:54.246Z Tx Loss-of-signal: true true true true
27752026-06-03T06:39:54.246ZTx Auto-squelch Disable: false false false false
27762026-06-03T06:39:54.246Z Tx Adaptive EQ Fail: true true true true
27772026-06-03T06:39:54.246Z Tx Failure: false false false false
27782026-06-03T06:39:54.246Z Tx Force Squelch: true true true true
27792026-06-03T06:39:54.246Z Tx Input Polarity: normal normal normal normal
27802026-06-03T06:39:54.246Ztest switchport::test::test_print_sff_datapath ... ok
27812026-06-03T06:39:54.246Ztest switchport::test::test_print_cmis_datapath ... ok
27822026-06-03T06:39:54.246Ztest link::test_filter ... ok
27832026-06-03T06:39:54.246Z
27842026-06-03T06:39:54.246Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-06-03T06:39:54.246Z
27862026-06-03T06:39:54.246Z Running tests/counters.rs (target/debug/deps/counters-12223fda8f22af34)
27872026-06-03T06:39:54.246Z
27882026-06-03T06:39:54.246Zrunning 1 test
27892026-06-03T06:39:54.246Ztest test_p4_counter_list ... ignored
27902026-06-03T06:39:54.246Z
27912026-06-03T06:39:54.246Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922026-06-03T06:39:54.246Z
27932026-06-03T06:39:54.246Z Running tests/port-link.rs (target/debug/deps/port_link-ab27c4cf4b6b317d)
27942026-06-03T06:39:54.247Z
27952026-06-03T06:39:54.247Zrunning 5 tests
27962026-06-03T06:39:54.247Ztest test_an ... ignored
27972026-06-03T06:39:54.247Ztest test_enable ... ignored
27982026-06-03T06:39:54.247Ztest test_ip_addresses ... ignored
27992026-06-03T06:39:54.247Ztest test_kr ... ignored
28002026-06-03T06:39:54.247Ztest test_mac ... ignored
28012026-06-03T06:39:54.247Z
28022026-06-03T06:39:54.247Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28032026-06-03T06:39:54.247Z
28042026-06-03T06:39:54.247Z Running unittests src/main.rs (target/debug/deps/tfportd-b75d1c8cae536a0f)
28052026-06-03T06:39:54.247Z
28062026-06-03T06:39:54.247Zrunning 3 tests
28072026-06-03T06:39:54.251Ztest linklocal::test_parse_ipadm ... ok
28082026-06-03T06:39:54.251Ztest tfport::test_parse_tfport ... ok
28092026-06-03T06:39:54.251Ztest config::tests::test_updates ... ok
28102026-06-03T06:39:54.252Z
28112026-06-03T06:39:54.252Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-03T06:39:54.252Z
28132026-06-03T06:39:54.252Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
28142026-06-03T06:39:54.252Z
28152026-06-03T06:39:54.252Zrunning 0 tests
28162026-06-03T06:39:54.252Z
28172026-06-03T06:39:54.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-06-03T06:39:54.252Z
28192026-06-03T06:39:54.252Z Running unittests src/main.rs (target/debug/deps/xtask-b23a3a2fb4e1743d)
28202026-06-03T06:39:54.252Z
28212026-06-03T06:39:54.252Zrunning 0 tests
28222026-06-03T06:39:54.252Z
28232026-06-03T06:39:54.252Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28242026-06-03T06:39:54.252Z
28252026-06-03T06:39:54.252Z Doc-tests aal
28262026-06-03T06:39:54.369Z
28272026-06-03T06:39:54.369Zrunning 0 tests
28282026-06-03T06:39:54.370Z
28292026-06-03T06:39:54.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-06-03T06:39:54.370Z
28312026-06-03T06:39:54.379Z Doc-tests aal_macros
28322026-06-03T06:39:54.444Z
28332026-06-03T06:39:54.444Zrunning 0 tests
28342026-06-03T06:39:54.444Z
28352026-06-03T06:39:54.444Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-03T06:39:54.444Z
28372026-06-03T06:39:54.452Z Doc-tests common
28382026-06-03T06:39:54.673Z
28392026-06-03T06:39:54.673Zrunning 0 tests
28402026-06-03T06:39:54.673Z
28412026-06-03T06:39:54.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-06-03T06:39:54.673Z
28432026-06-03T06:39:54.692Z Doc-tests dpd_api
28442026-06-03T06:39:55.801Z
28452026-06-03T06:39:55.801Zrunning 2 tests
28462026-06-03T06:39:55.801Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
28472026-06-03T06:39:55.801Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
28482026-06-03T06:39:55.801Z
28492026-06-03T06:39:55.801Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28502026-06-03T06:39:55.801Z
28512026-06-03T06:39:55.841Z Doc-tests dpd_client
28522026-06-03T06:39:57.088Z
28532026-06-03T06:39:57.088Zrunning 0 tests
28542026-06-03T06:39:57.088Z
28552026-06-03T06:39:57.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28562026-06-03T06:39:57.088Z
28572026-06-03T06:39:57.133Z Doc-tests dpd_types
28582026-06-03T06:39:57.464Z
28592026-06-03T06:39:57.465Zrunning 0 tests
28602026-06-03T06:39:57.465Z
28612026-06-03T06:39:57.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28622026-06-03T06:39:57.465Z
28632026-06-03T06:39:57.494Z Doc-tests packet
28642026-06-03T06:39:57.601Z
28652026-06-03T06:39:57.602Zrunning 0 tests
28662026-06-03T06:39:57.602Z
28672026-06-03T06:39:57.602Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28682026-06-03T06:39:57.602Z
28692026-06-03T06:39:57.616Z Doc-tests pcap
28702026-06-03T06:39:57.666Z
28712026-06-03T06:39:57.666Zrunning 0 tests
28722026-06-03T06:39:57.666Z
28732026-06-03T06:39:57.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28742026-06-03T06:39:57.666Z
28752026-06-03T06:39:57.709Z+ for feat in tofino_stub tofino_asic softnpu chaos
28762026-06-03T06:39:57.709Z+ RUST_BACKTRACE=full
28772026-06-03T06:39:57.709Z+ cargo test --features softnpu --no-fail-fast
28782026-06-03T06:39:58.334Z Compiling num-integer v0.1.46
28792026-06-03T06:39:58.414Z Compiling num-complex v0.4.6
28802026-06-03T06:39:58.456Z Compiling bitstruct_derive v0.1.0
28812026-06-03T06:39:58.460Z Compiling tap v1.0.1
28822026-06-03T06:39:58.569Z Compiling wyz v0.5.1
28832026-06-03T06:39:58.696Z Compiling num-iter v0.1.45
28842026-06-03T06:39:58.733Z Compiling num-rational v0.4.2
28852026-06-03T06:39:58.750Z Compiling num-bigint v0.4.6
28862026-06-03T06:39:58.831Z Compiling radium v0.7.0
28872026-06-03T06:39:58.862Z Compiling funty v2.0.0
28882026-06-03T06:39:58.875Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28892026-06-03T06:39:58.958Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28902026-06-03T06:39:59.048Z Compiling num v0.4.3
28912026-06-03T06:39:59.127Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28922026-06-03T06:39:59.143Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-06-03T06:39:59.162Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28942026-06-03T06:39:59.235Z Compiling bitvec v1.0.1
28952026-06-03T06:39:59.271Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28962026-06-03T06:39:59.409Z Compiling typeid v1.0.3
28972026-06-03T06:39:59.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28982026-06-03T06:39:59.518Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28992026-06-03T06:39:59.528Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29002026-06-03T06:39:59.557Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29012026-06-03T06:39:59.859Z Compiling ascii v1.1.0
29022026-06-03T06:40:00.347Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29032026-06-03T06:40:00.352Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29042026-06-03T06:40:00.392Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29052026-06-03T06:40:00.443Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29062026-06-03T06:40:00.587Z Compiling erased-serde v0.4.8
29072026-06-03T06:40:00.679Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29082026-06-03T06:40:00.792Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29092026-06-03T06:40:00.857Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29102026-06-03T06:40:01.070Z Compiling bitstruct v0.1.1
29112026-06-03T06:40:01.400Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29122026-06-03T06:40:01.442Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29132026-06-03T06:40:01.469Z Compiling serde_arrays v0.1.0
29142026-06-03T06:40:01.481Z Compiling libloading v0.7.4
29152026-06-03T06:40:01.673Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29162026-06-03T06:40:02.265Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29172026-06-03T06:40:02.512Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29182026-06-03T06:40:02.538Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29192026-06-03T06:40:03.650Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-06-03T06:40:04.501Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29212026-06-03T06:40:10.293Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-06-03T06:40:10.510Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29232026-06-03T06:40:10.513Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29242026-06-03T06:40:10.576Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29252026-06-03T06:40:10.588Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29262026-06-03T06:40:11.124Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29272026-06-03T06:40:12.214Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29282026-06-03T06:40:12.680Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29292026-06-03T06:40:13.022Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29302026-06-03T06:40:19.026Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29312026-06-03T06:40:19.182Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29322026-06-03T06:40:19.601Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29332026-06-03T06:40:19.923Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29342026-06-03T06:40:27.301Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29352026-06-03T06:40:29.714Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29362026-06-03T06:40:34.298Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29372026-06-03T06:41:10.594Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
29382026-06-03T06:41:10.706Z Running unittests src/lib.rs (target/debug/deps/aal-3a10a60a39266c48)
29392026-06-03T06:41:10.709Z
29402026-06-03T06:41:10.709Zrunning 5 tests
29412026-06-03T06:41:10.710Ztest fuse::tests::chip_revision_b1 ... ok
29422026-06-03T06:41:10.710Ztest fuse::tests::chip_revision_b0 ... ok
29432026-06-03T06:41:10.710Ztest fuse::tests::chip_revision_a0 ... ok
29442026-06-03T06:41:10.710Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29452026-06-03T06:41:10.710Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29462026-06-03T06:41:10.710Z
29472026-06-03T06:41:10.710Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29482026-06-03T06:41:10.710Z
29492026-06-03T06:41:10.713Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29502026-06-03T06:41:10.716Z
29512026-06-03T06:41:10.716Zrunning 0 tests
29522026-06-03T06:41:10.716Z
29532026-06-03T06:41:10.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29542026-06-03T06:41:10.716Z
29552026-06-03T06:41:10.716Z Running unittests src/lib.rs (target/debug/deps/asic-469c75e2d8101133)
29562026-06-03T06:41:10.719Z
29572026-06-03T06:41:10.719Zrunning 0 tests
29582026-06-03T06:41:10.719Z
29592026-06-03T06:41:10.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29602026-06-03T06:41:10.719Z
29612026-06-03T06:41:10.720Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
29622026-06-03T06:41:10.723Z
29632026-06-03T06:41:10.723Zrunning 10 tests
29642026-06-03T06:41:10.726Ztest network::tests::test_equal ... ok
29652026-06-03T06:41:10.726Ztest nat::tests::test_vni ... ok
29662026-06-03T06:41:10.729Ztest network::tests::test_eui64 ... ok
29672026-06-03T06:41:10.729Ztest network::tests::test_generate_ipv6_link_local ... ok
29682026-06-03T06:41:10.729Ztest network::tests::test_into ... ok
29692026-06-03T06:41:10.729Ztest network::tests::test_not_equal ... ok
29702026-06-03T06:41:10.729Ztest network::tests::test_parse ... ok
29712026-06-03T06:41:10.729Ztest network::tests::test_to_string ... ok
29722026-06-03T06:41:10.729Ztest test_purge ... ok
29732026-06-03T06:41:10.732Ztest illumos::test::address_exists_handles_missing_object ... ok
29742026-06-03T06:41:10.732Z
29752026-06-03T06:41:10.732Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
29762026-06-03T06:41:10.732Z
29772026-06-03T06:41:10.732Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-cc9d2a4688343f78)
29782026-06-03T06:41:10.737Z
29792026-06-03T06:41:10.737Zrunning 1 test
29802026-06-03T06:41:12.026Ztest test::test_apis_up_to_date ... ok
29812026-06-03T06:41:12.026Z
29822026-06-03T06:41:12.026Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
29832026-06-03T06:41:12.026Z
29842026-06-03T06:41:12.080Z Running unittests src/main.rs (target/debug/deps/dpd-e28db177c825e08b)
29852026-06-03T06:41:12.085Z
29862026-06-03T06:41:12.085Zrunning 18 tests
29872026-06-03T06:41:12.090Ztest freemap::test_ordering ... ok
29882026-06-03T06:41:12.090Ztest freemap::test_split ... ok
29892026-06-03T06:41:12.090Ztest config::tests::test_updates ... ok
29902026-06-03T06:41:12.090Ztest macaddrs::tests::test_mac_offset ... ok
29912026-06-03T06:41:12.090Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29922026-06-03T06:41:12.090Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29932026-06-03T06:41:12.090Ztest macaddrs::tests::test_parse_port_id ... ok
29942026-06-03T06:41:12.090Ztest nat::test_mapping ... ok
29952026-06-03T06:41:12.090Ztest port_map::tests::dump_map ... ok
29962026-06-03T06:41:12.090Ztest port_map::tests::test_backplane_group ... ok
29972026-06-03T06:41:12.090Ztest port_map::tests::test_port_map ... ok
29982026-06-03T06:41:12.090ZJun 03 06:41:10.324 DEBG created new freemap, unit: Jun 03 06:41:10.324freemap_test
29992026-06-03T06:41:12.090ZDEBG created new freemap, Jun 03 06:41:10.324unit :DEBG freemap_testinitted freemap. size: 128
30002026-06-03T06:41:12.090Z, unit: freemap_test
30012026-06-03T06:41:12.090ZJun 03 06:41:10.324 DEBGJun 03 06:41:10.324 initted freemap. size: 128DEBG, unitreset freemap:, unitfreemap_test:
30022026-06-03T06:41:12.090Z freemap_test
30032026-06-03T06:41:12.090ZJun 03 06:41:10.324 DEBG reset freemap, unit: freemap_test
30042026-06-03T06:41:12.090ZJun 03 06:41:10.324 DEBG created new freemap, unit: freemap_test
30052026-06-03T06:41:12.090ZJun 03 06:41:10.325 DEBG initted freemap. size: 128, unit: freemap_test
30062026-06-03T06:41:12.093ZJun 03 06:41:10.325 DEBG reset freemap, unit: freemap_test
30072026-06-03T06:41:12.093Ztest freemap::test_free ... ok
30082026-06-03T06:41:12.093ZJun 03 06:41:10.325 DEBG created new freemap, unit: freemap_test
30092026-06-03T06:41:12.093Ztest freemap::test_exhaustion ... ok
30102026-06-03T06:41:12.093ZJun 03 06:41:10.325 DEBG initted freemap. size: 128, unit: freemap_test
30112026-06-03T06:41:12.094ZJun 03 06:41:10.325 DEBG reset freemap, unit: freemap_test
30122026-06-03T06:41:12.094Ztest freemap::test_reclaim ... ok
30132026-06-03T06:41:12.094Ztest freemap::test_span ... ok
30142026-06-03T06:41:12.094ZJun 03 06:41:10.325 DEBG created new freemap, unit: freemap_test
30152026-06-03T06:41:12.094ZJun 03 06:41:10.325 DEBG initted freemap. size: 128, unit: freemap_test
30162026-06-03T06:41:12.094ZJun 03 06:41:10.325 DEBG reset freemap, unit: freemap_test
30172026-06-03T06:41:12.094Ztest freemap::test_basic ... ok
30182026-06-03T06:41:12.094Ztest port_map::tests::parse_softnpu_revision ... ok
30192026-06-03T06:41:12.094Ztest api_server::tests::test_build_info ... ok
30202026-06-03T06:41:12.094Z
30212026-06-03T06:41:12.094Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30222026-06-03T06:41:12.094Z
30232026-06-03T06:41:12.094Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-897302493dacb31b)
30242026-06-03T06:41:12.097Z
30252026-06-03T06:41:12.097Zrunning 0 tests
30262026-06-03T06:41:12.097Z
30272026-06-03T06:41:12.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30282026-06-03T06:41:12.097Z
30292026-06-03T06:41:12.097Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d2c6cf7686e6802e)
30302026-06-03T06:41:12.097Z
30312026-06-03T06:41:12.097Zrunning 0 tests
30322026-06-03T06:41:12.097Z
30332026-06-03T06:41:12.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30342026-06-03T06:41:12.098Z
30352026-06-03T06:41:12.098Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e9cf2b4231b05ceb)
30362026-06-03T06:41:12.101Z
30372026-06-03T06:41:12.101Zrunning 6 tests
30382026-06-03T06:41:12.101Ztest tests::test_parse_client_port_id ... ok
30392026-06-03T06:41:12.101Ztest tests::test_full_lot_id_lot_only ... ok
30402026-06-03T06:41:12.101Ztest tests::test_full_lot_id_lotnum_only ... ok
30412026-06-03T06:41:12.101Ztest tests::test_full_lot_id_neither_present ... ok
30422026-06-03T06:41:12.101Ztest tests::test_full_lot_id_both_present ... ok
30432026-06-03T06:41:12.101Ztest tests::test_port_id_cmp ... ok
30442026-06-03T06:41:12.101Z
30452026-06-03T06:41:12.101Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30462026-06-03T06:41:12.101Z
30472026-06-03T06:41:12.101Z Running tests/test_all.rs (target/debug/deps/test_all-e7c6ea2d06589009)
30482026-06-03T06:41:12.104Z
30492026-06-03T06:41:12.104Zrunning 0 tests
30502026-06-03T06:41:12.104Z
30512026-06-03T06:41:12.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30522026-06-03T06:41:12.104Z
30532026-06-03T06:41:12.104Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e2ed18c3ecfe9370)
30542026-06-03T06:41:12.104Z
30552026-06-03T06:41:12.104Zrunning 0 tests
30562026-06-03T06:41:12.104Z
30572026-06-03T06:41:12.104Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30582026-06-03T06:41:12.104Z
30592026-06-03T06:41:12.104Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
30602026-06-03T06:41:12.109Z
30612026-06-03T06:41:12.109Zrunning 12 tests
30622026-06-03T06:41:12.112Ztest icmp::test_v6_checksum ... ok
30632026-06-03T06:41:12.112Ztest icmp::test_v4_checksum ... ok
30642026-06-03T06:41:12.112Ztest pbuf::test_byte ... ok
30652026-06-03T06:41:12.112Ztest ipv6::test_ipv6_parse ... ok
30662026-06-03T06:41:12.112Ztest pbuf::test_nibble ... ok
30672026-06-03T06:41:12.112Ztest lldp::test_lldp_parse ... ok
30682026-06-03T06:41:12.112Ztest pbuf::test_short ... ok
30692026-06-03T06:41:12.112Ztest pbuf::test_twelve ... ok
30702026-06-03T06:41:12.112Ztest pbuf::test_word ... ok
30712026-06-03T06:41:12.113Ztest pbuf::test_overflow ... ok
30722026-06-03T06:41:12.113Ztest tcp::test_checksum_syn_nodata ... ok
30732026-06-03T06:41:12.113Ztest tcp::test_checksum_ack_data ... ok
30742026-06-03T06:41:12.113Z
30752026-06-03T06:41:12.113Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30762026-06-03T06:41:12.113Z
30772026-06-03T06:41:12.113Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
30782026-06-03T06:41:12.116Z
30792026-06-03T06:41:12.116Zrunning 0 tests
30802026-06-03T06:41:12.116Z
30812026-06-03T06:41:12.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30822026-06-03T06:41:12.116Z
30832026-06-03T06:41:12.119Z Running unittests src/main.rs (target/debug/deps/swadm-c6214b109d025d2b)
30842026-06-03T06:41:12.126Z
30852026-06-03T06:41:12.127Zrunning 5 tests
30862026-06-03T06:41:12.130Ztest switchport::test::test_compute_lanes ... ok
30872026-06-03T06:41:12.133Ztest link::test_filter ... ok
30882026-06-03T06:41:12.133Ztest switchport::test::port_id_ordering ... ok
30892026-06-03T06:41:12.136Z Lane 0 Lane 1 Lane 2 Lane 3
30902026-06-03T06:41:12.136Z Rx Loss-of-lock: Yes Yes Yes Yes
30912026-06-03T06:41:12.137Z Rx Loss-of-signal: Yes Yes Yes Yes
30922026-06-03T06:41:12.137Z Rx CDR Enabled: Yes Yes Yes Yes
30932026-06-03T06:41:12.137Z Lane 0 Tx Enabled: Yes Yes Lane 1Yes YesLane 2
30942026-06-03T06:41:12.137Z Tx Loss-of-lock: No Lane 3
30952026-06-03T06:41:12.137ZNo No State: Activated No
30962026-06-03T06:41:12.137ZActivated Activated Tx Loss-of-signal: No ActivatedNo
30972026-06-03T06:41:12.137Z No Rx Output Enabled: false No
30982026-06-03T06:41:12.137Zfalse Tx CDR Enabled: No Nofalse falseNo
30992026-06-03T06:41:12.137Z No Rx Output Status: valid
31002026-06-03T06:41:12.137Z Tx Adaptive EQ Fault: Novalid validNo valid
31012026-06-03T06:41:12.137ZNo No Rx Loss-of-lock: true
31022026-06-03T06:41:12.137Z Tx Fault: Yestrue Yestrue trueYes
31032026-06-03T06:41:12.137Z Yes Rx Loss-of-signal: false
31042026-06-03T06:41:12.137Z false false false
31052026-06-03T06:41:12.137ZRx Auto-squelch Disable: true true true true
31062026-06-03T06:41:12.137Z Tx Output Enabled: true true true true
31072026-06-03T06:41:12.137Z Tx Output Status: invalid invalid invalid invalid
31082026-06-03T06:41:12.137Z Tx Loss-of-lock: false false false false
31092026-06-03T06:41:12.137Z Tx Loss-of-signal: true true true true
31102026-06-03T06:41:12.137ZTx Auto-squelch Disable: false false false false
31112026-06-03T06:41:12.137Z Tx Adaptive EQ Fail: true true true true
31122026-06-03T06:41:12.137Z Tx Failure: false false false false
31132026-06-03T06:41:12.137Z Tx Force Squelch: true true true true
31142026-06-03T06:41:12.137Z Tx Input Polarity: normal normal normal normal
31152026-06-03T06:41:12.137Ztest switchport::test::test_print_sff_datapath ... ok
31162026-06-03T06:41:12.137Ztest switchport::test::test_print_cmis_datapath ... ok
31172026-06-03T06:41:12.137Z
31182026-06-03T06:41:12.137Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31192026-06-03T06:41:12.137Z
31202026-06-03T06:41:12.137Z Running tests/counters.rs (target/debug/deps/counters-e5ca64e15507c2db)
31212026-06-03T06:41:12.141Z
31222026-06-03T06:41:12.141Zrunning 1 test
31232026-06-03T06:41:12.144Ztest test_p4_counter_list ... ignored
31242026-06-03T06:41:12.144Z
31252026-06-03T06:41:12.144Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31262026-06-03T06:41:12.144Z
31272026-06-03T06:41:12.144Z Running tests/port-link.rs (target/debug/deps/port_link-e1c598ca80fca086)
31282026-06-03T06:41:12.147Z
31292026-06-03T06:41:12.147Zrunning 5 tests
31302026-06-03T06:41:12.150Ztest test_an ... ignored
31312026-06-03T06:41:12.150Ztest test_enable ... ignored
31322026-06-03T06:41:12.150Ztest test_ip_addresses ... ignored
31332026-06-03T06:41:12.150Ztest test_kr ... ignored
31342026-06-03T06:41:12.150Ztest test_mac ... ignored
31352026-06-03T06:41:12.150Z
31362026-06-03T06:41:12.150Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-06-03T06:41:12.150Z
31382026-06-03T06:41:12.151Z Running unittests src/main.rs (target/debug/deps/tfportd-0d97b8166b174711)
31392026-06-03T06:41:12.154Z
31402026-06-03T06:41:12.154Zrunning 3 tests
31412026-06-03T06:41:12.154Ztest linklocal::test_parse_ipadm ... ok
31422026-06-03T06:41:12.154Ztest tfport::test_parse_tfport ... ok
31432026-06-03T06:41:12.154Ztest config::tests::test_updates ... ok
31442026-06-03T06:41:12.154Z
31452026-06-03T06:41:12.154Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-06-03T06:41:12.154Z
31472026-06-03T06:41:12.157Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
31482026-06-03T06:41:12.160Z
31492026-06-03T06:41:12.160Zrunning 0 tests
31502026-06-03T06:41:12.160Z
31512026-06-03T06:41:12.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-03T06:41:12.160Z
31532026-06-03T06:41:12.160Z Running unittests src/main.rs (target/debug/deps/xtask-b23a3a2fb4e1743d)
31542026-06-03T06:41:12.163Z
31552026-06-03T06:41:12.163Zrunning 0 tests
31562026-06-03T06:41:12.163Z
31572026-06-03T06:41:12.163Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-06-03T06:41:12.163Z
31592026-06-03T06:41:12.166Z Doc-tests aal
31602026-06-03T06:41:12.290Z
31612026-06-03T06:41:12.290Zrunning 0 tests
31622026-06-03T06:41:12.290Z
31632026-06-03T06:41:12.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-06-03T06:41:12.377Z
31652026-06-03T06:41:12.377Z Doc-tests aal_macros
31662026-06-03T06:41:12.382Z
31672026-06-03T06:41:12.382Zrunning 0 tests
31682026-06-03T06:41:12.382Z
31692026-06-03T06:41:12.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-03T06:41:12.382Z
31712026-06-03T06:41:12.389Z Doc-tests common
31722026-06-03T06:41:12.619Z
31732026-06-03T06:41:12.619Zrunning 0 tests
31742026-06-03T06:41:12.619Z
31752026-06-03T06:41:12.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-03T06:41:12.619Z
31772026-06-03T06:41:12.640Z Doc-tests dpd_api
31782026-06-03T06:41:13.802Z
31792026-06-03T06:41:13.802Zrunning 2 tests
31802026-06-03T06:41:13.802Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
31812026-06-03T06:41:13.810Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
31822026-06-03T06:41:13.810Z
31832026-06-03T06:41:13.810Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-06-03T06:41:13.810Z
31852026-06-03T06:41:13.843Z Doc-tests dpd_client
31862026-06-03T06:41:15.120Z
31872026-06-03T06:41:15.120Zrunning 0 tests
31882026-06-03T06:41:15.120Z
31892026-06-03T06:41:15.120Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31902026-06-03T06:41:15.120Z
31912026-06-03T06:41:15.165Z Doc-tests dpd_types
31922026-06-03T06:41:15.504Z
31932026-06-03T06:41:15.504Zrunning 0 tests
31942026-06-03T06:41:15.504Z
31952026-06-03T06:41:15.505Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31962026-06-03T06:41:15.505Z
31972026-06-03T06:41:15.537Z Doc-tests packet
31982026-06-03T06:41:15.647Z
31992026-06-03T06:41:15.647Zrunning 0 tests
32002026-06-03T06:41:15.647Z
32012026-06-03T06:41:15.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32022026-06-03T06:41:15.647Z
32032026-06-03T06:41:15.664Z Doc-tests pcap
32042026-06-03T06:41:15.716Z
32052026-06-03T06:41:15.716Zrunning 0 tests
32062026-06-03T06:41:15.716Z
32072026-06-03T06:41:15.716Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32082026-06-03T06:41:15.716Z
32092026-06-03T06:41:15.765Z+ for feat in tofino_stub tofino_asic softnpu chaos
32102026-06-03T06:41:15.765Z+ RUST_BACKTRACE=full
32112026-06-03T06:41:15.765Z+ cargo test --features chaos --no-fail-fast
32122026-06-03T06:41:16.341Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32132026-06-03T06:41:16.416Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32142026-06-03T06:41:16.424Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32152026-06-03T06:41:24.642Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32162026-06-03T06:41:24.807Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32172026-06-03T06:41:58.418Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.63s
32182026-06-03T06:41:58.532Z Running unittests src/lib.rs (target/debug/deps/aal-bb0d274b37eb3adf)
32192026-06-03T06:41:58.538Z
32202026-06-03T06:41:58.538Zrunning 5 tests
32212026-06-03T06:41:58.541Ztest fuse::tests::chip_revision_b1 ... ok
32222026-06-03T06:41:58.541Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32232026-06-03T06:41:58.541Ztest fuse::tests::chip_revision_b0 ... ok
32242026-06-03T06:41:58.541Ztest fuse::tests::chip_revision_a0 ... ok
32252026-06-03T06:41:58.541Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32262026-06-03T06:41:58.541Z
32272026-06-03T06:41:58.542Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32282026-06-03T06:41:58.542Z
32292026-06-03T06:41:58.542Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32302026-06-03T06:41:58.545Z
32312026-06-03T06:41:58.545Zrunning 0 tests
32322026-06-03T06:41:58.545Z
32332026-06-03T06:41:58.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32342026-06-03T06:41:58.545Z
32352026-06-03T06:41:58.545Z Running unittests src/lib.rs (target/debug/deps/asic-1f9129cad826ffa8)
32362026-06-03T06:41:58.549Z
32372026-06-03T06:41:58.549Zrunning 0 tests
32382026-06-03T06:41:58.549Z
32392026-06-03T06:41:58.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32402026-06-03T06:41:58.552Z
32412026-06-03T06:41:58.552Z Running unittests src/lib.rs (target/debug/deps/common-75dfaeb64ae9aefe)
32422026-06-03T06:41:58.555Z
32432026-06-03T06:41:58.555Zrunning 10 tests
32442026-06-03T06:41:58.558Ztest network::tests::test_equal ... ok
32452026-06-03T06:41:58.559Ztest nat::tests::test_vni ... ok
32462026-06-03T06:41:58.559Ztest network::tests::test_eui64 ... ok
32472026-06-03T06:41:58.559Ztest network::tests::test_generate_ipv6_link_local ... ok
32482026-06-03T06:41:58.559Ztest network::tests::test_into ... ok
32492026-06-03T06:41:58.559Ztest network::tests::test_not_equal ... ok
32502026-06-03T06:41:58.559Ztest network::tests::test_to_string ... ok
32512026-06-03T06:41:58.561Ztest network::tests::test_parse ... ok
32522026-06-03T06:41:58.561Ztest test_purge ... ok
32532026-06-03T06:41:58.564Ztest illumos::test::address_exists_handles_missing_object ... ok
32542026-06-03T06:41:58.564Z
32552026-06-03T06:41:58.564Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32562026-06-03T06:41:58.564Z
32572026-06-03T06:41:58.564Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-095dba8bc1eb5cbb)
32582026-06-03T06:41:58.586Z
32592026-06-03T06:41:58.586Zrunning 1 test
32602026-06-03T06:41:59.866Ztest test::test_apis_up_to_date ... ok
32612026-06-03T06:41:59.866Z
32622026-06-03T06:41:59.866Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
32632026-06-03T06:41:59.866Z
32642026-06-03T06:41:59.920Z Running unittests src/main.rs (target/debug/deps/dpd-98b8adaebb49850a)
32652026-06-03T06:41:59.926Z
32662026-06-03T06:41:59.926Zrunning 18 tests
32672026-06-03T06:41:59.929Ztest freemap::test_ordering ... ok
32682026-06-03T06:41:59.929Ztest freemap::test_split ... ok
32692026-06-03T06:41:59.929Ztest config::tests::test_updates ... ok
32702026-06-03T06:41:59.929Ztest macaddrs::tests::test_mac_offset ... ok
32712026-06-03T06:41:59.929Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32722026-06-03T06:41:59.929Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32732026-06-03T06:41:59.929Ztest macaddrs::tests::test_parse_port_id ... ok
32742026-06-03T06:41:59.929Ztest nat::test_mapping ... ok
32752026-06-03T06:41:59.929Ztest port_map::tests::dump_map ... ok
32762026-06-03T06:41:59.929Ztest port_map::tests::test_backplane_group ... ok
32772026-06-03T06:41:59.929Ztest port_map::tests::test_port_map ... ok
32782026-06-03T06:41:59.932ZJun 03 06:41:58.160Jun 03 06:41:58.160 DEBGDEBG created new freemapcreated new freemap, unit: freemap_test,
32792026-06-03T06:41:59.932Zunit: freemap_test
32802026-06-03T06:41:59.932ZJun 03 06:41:58.160 DEBG initted freemap. size: 128, unit: Jun 03 06:41:58.160freemap_test
32812026-06-03T06:41:59.932ZDEBG created new freemapJun 03 06:41:58.160, unitDEBGJun 03 06:41:58.160 : reset freemapDEBG , freemap_testunitinitted freemap. size: 128:
32822026-06-03T06:41:59.932Z , freemap_testunit
32832026-06-03T06:41:59.932Z: freemap_test
32842026-06-03T06:41:59.932ZJun 03 06:41:58.160 DEBG initted freemap. size: 128Jun 03 06:41:58.160, unitDEBG: reset freemapfreemap_test,
32852026-06-03T06:41:59.932Zunit: freemap_testJun 03 06:41:58.160
32862026-06-03T06:41:59.932Z DEBG reset freemap, unit: freemap_test
32872026-06-03T06:41:59.932ZJun 03 06:41:58.160 DEBG created new freemap, unit: freemap_test
32882026-06-03T06:41:59.932ZJun 03 06:41:58.160 DEBG initted freemap. size: 128, unit: freemap_test
32892026-06-03T06:41:59.932Ztest freemap::test_free ... ok
32902026-06-03T06:41:59.932Ztest freemap::test_exhaustion ... ok
32912026-06-03T06:41:59.932ZJun 03 06:41:58.160 DEBG reset freemap, unit: freemap_test
32922026-06-03T06:41:59.932Ztest freemap::test_basic ... ok
32932026-06-03T06:41:59.933ZJun 03 06:41:58.160 DEBG created new freemap, unit: freemap_test
32942026-06-03T06:41:59.933ZJun 03 06:41:58.161 DEBG initted freemap. size: 128, unit: freemap_test
32952026-06-03T06:41:59.933Ztest freemap::test_span ... ok
32962026-06-03T06:41:59.933ZJun 03 06:41:58.161 DEBG reset freemap, unit: freemap_test
32972026-06-03T06:41:59.933Ztest freemap::test_reclaim ... ok
32982026-06-03T06:41:59.933Ztest port_map::tests::parse_softnpu_revision ... ok
32992026-06-03T06:41:59.933Ztest api_server::tests::test_build_info ... ok
33002026-06-03T06:41:59.933Z
33012026-06-03T06:41:59.933Ztest result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33022026-06-03T06:41:59.933Z
33032026-06-03T06:41:59.937Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0a5cdcbb036dd29b)
33042026-06-03T06:41:59.940Z
33052026-06-03T06:41:59.940Zrunning 0 tests
33062026-06-03T06:41:59.940Z
33072026-06-03T06:41:59.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-06-03T06:41:59.940Z
33092026-06-03T06:41:59.940Z Running unittests src/lib.rs (target/debug/deps/dpd_api-70db824ee43220bd)
33102026-06-03T06:41:59.944Z
33112026-06-03T06:41:59.944Zrunning 0 tests
33122026-06-03T06:41:59.944Z
33132026-06-03T06:41:59.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-03T06:41:59.947Z
33152026-06-03T06:41:59.947Z Running unittests src/lib.rs (target/debug/deps/dpd_client-78de4887b18ed2e7)
33162026-06-03T06:41:59.953Z
33172026-06-03T06:41:59.953Zrunning 6 tests
33182026-06-03T06:41:59.957Ztest tests::test_full_lot_id_neither_present ... ok
33192026-06-03T06:41:59.957Ztest tests::test_full_lot_id_both_present ... ok
33202026-06-03T06:41:59.957Ztest tests::test_full_lot_id_lot_only ... ok
33212026-06-03T06:41:59.957Ztest tests::test_full_lot_id_lotnum_only ... ok
33222026-06-03T06:41:59.960Ztest tests::test_port_id_cmp ... ok
33232026-06-03T06:41:59.960Ztest tests::test_parse_client_port_id ... ok
33242026-06-03T06:41:59.960Z
33252026-06-03T06:41:59.961Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-06-03T06:41:59.961Z
33272026-06-03T06:41:59.961Z Running tests/test_all.rs (target/debug/deps/test_all-2b61a242e3423b0c)
33282026-06-03T06:41:59.964Z
33292026-06-03T06:41:59.964Zrunning 6 tests
33302026-06-03T06:42:02.972Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33312026-06-03T06:42:02.975Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33322026-06-03T06:42:02.975Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33332026-06-03T06:42:02.981Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33342026-06-03T06:42:03.312Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33352026-06-03T06:42:04.206Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33362026-06-03T06:42:04.206Z
33372026-06-03T06:42:04.206Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.24s
33382026-06-03T06:42:04.206Z
33392026-06-03T06:42:04.212Z Running unittests src/lib.rs (target/debug/deps/dpd_types-677e99367aae900f)
33402026-06-03T06:42:04.217Z
33412026-06-03T06:42:04.217Zrunning 0 tests
33422026-06-03T06:42:04.220Z
33432026-06-03T06:42:04.220Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33442026-06-03T06:42:04.220Z
33452026-06-03T06:42:04.220Z Running unittests src/lib.rs (target/debug/deps/packet-f49eaf85aaeda3e3)
33462026-06-03T06:42:04.224Z
33472026-06-03T06:42:04.224Zrunning 12 tests
33482026-06-03T06:42:04.227Ztest icmp::test_v4_checksum ... ok
33492026-06-03T06:42:04.227Ztest icmp::test_v6_checksum ... ok
33502026-06-03T06:42:04.227Ztest ipv6::test_ipv6_parse ... ok
33512026-06-03T06:42:04.227Ztest pbuf::test_byte ... ok
33522026-06-03T06:42:04.227Ztest lldp::test_lldp_parse ... ok
33532026-06-03T06:42:04.227Ztest pbuf::test_nibble ... ok
33542026-06-03T06:42:04.227Ztest pbuf::test_short ... ok
33552026-06-03T06:42:04.227Ztest pbuf::test_twelve ... ok
33562026-06-03T06:42:04.227Ztest pbuf::test_word ... ok
33572026-06-03T06:42:04.227Ztest pbuf::test_overflow ... ok
33582026-06-03T06:42:04.227Ztest tcp::test_checksum_syn_nodata ... ok
33592026-06-03T06:42:04.228Ztest tcp::test_checksum_ack_data ... ok
33602026-06-03T06:42:04.228Z
33612026-06-03T06:42:04.228Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33622026-06-03T06:42:04.228Z
33632026-06-03T06:42:04.228Z Running unittests src/lib.rs (target/debug/deps/pcap-e686db3859420275)
33642026-06-03T06:42:04.231Z
33652026-06-03T06:42:04.231Zrunning 0 tests
33662026-06-03T06:42:04.231Z
33672026-06-03T06:42:04.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33682026-06-03T06:42:04.231Z
33692026-06-03T06:42:04.234Z Running unittests src/main.rs (target/debug/deps/swadm-2ba98d749d0a06fb)
33702026-06-03T06:42:04.234Z
33712026-06-03T06:42:04.235Zrunning 5 tests
33722026-06-03T06:42:04.235Ztest switchport::test::test_compute_lanes ... ok
33732026-06-03T06:42:04.238Ztest switchport::test::port_id_ordering ... ok
33742026-06-03T06:42:04.238Z Lane 0 Lane 1 Lane 2 Lane 3
33752026-06-03T06:42:04.238Z Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 YesLane 2
33762026-06-03T06:42:04.238Z Lane 3 Rx Loss-of-signal: Yes
33772026-06-03T06:42:04.238Z Yes State: ActivatedYes Yes
33782026-06-03T06:42:04.238ZActivated Rx CDR Enabled: Yes Activated YesActivated
33792026-06-03T06:42:04.238Z Rx Output Enabled: falseYes Yesfalse
33802026-06-03T06:42:04.238Z Tx Enabled: Yesfalse Yesfalse
33812026-06-03T06:42:04.238Z Rx Output Status: valid Yesvalid Yes
33822026-06-03T06:42:04.239Zvalid Tx Loss-of-lock: No valid
33832026-06-03T06:42:04.239ZNo Rx Loss-of-lock: true trueNo trueNo
33842026-06-03T06:42:04.239Ztrue
33852026-06-03T06:42:04.239Z Tx Loss-of-signal: No Rx Loss-of-signal: false No falseNo Nofalse
33862026-06-03T06:42:04.239Z false Tx CDR Enabled: No
33872026-06-03T06:42:04.239Z Rx Auto-squelch Disable: trueNo true No Notrue
33882026-06-03T06:42:04.239Ztrue
33892026-06-03T06:42:04.239Z Tx Adaptive EQ Fault: No Tx Output Enabled: trueNo Notrue No
33902026-06-03T06:42:04.239Ztrue Tx Fault: Yestrue
33912026-06-03T06:42:04.239ZYes Tx Output Status: invalid Yesinvalid Yes
33922026-06-03T06:42:04.239Zinvalid invalid
33932026-06-03T06:42:04.239Z Tx Loss-of-lock: false false false false
33942026-06-03T06:42:04.239Z Tx Loss-of-signal: true true true true
33952026-06-03T06:42:04.240ZTx Auto-squelch Disable: false false false false
33962026-06-03T06:42:04.240Z Tx Adaptive EQ Fail: true true true true
33972026-06-03T06:42:04.240Z Tx Failure: false false false false
33982026-06-03T06:42:04.240Z Tx Force Squelch: true true true true
33992026-06-03T06:42:04.240Z Tx Input Polarity: normal normal normal normal
34002026-06-03T06:42:04.240Ztest switchport::test::test_print_sff_datapath ... ok
34012026-06-03T06:42:04.240Ztest switchport::test::test_print_cmis_datapath ... ok
34022026-06-03T06:42:04.240Ztest link::test_filter ... ok
34032026-06-03T06:42:04.240Z
34042026-06-03T06:42:04.240Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34052026-06-03T06:42:04.240Z
34062026-06-03T06:42:04.240Z Running tests/counters.rs (target/debug/deps/counters-9829e695a9264972)
34072026-06-03T06:42:04.244Z
34082026-06-03T06:42:04.244Zrunning 1 test
34092026-06-03T06:42:04.244Ztest test_p4_counter_list ... ignored
34102026-06-03T06:42:04.244Z
34112026-06-03T06:42:04.244Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34122026-06-03T06:42:04.244Z
34132026-06-03T06:42:04.244Z Running tests/port-link.rs (target/debug/deps/port_link-0e1965947f5236f3)
34142026-06-03T06:42:04.247Z
34152026-06-03T06:42:04.247Zrunning 5 tests
34162026-06-03T06:42:04.247Ztest test_an ... ignored
34172026-06-03T06:42:04.248Ztest test_enable ... ignored
34182026-06-03T06:42:04.248Ztest test_ip_addresses ... ignored
34192026-06-03T06:42:04.248Ztest test_kr ... ignored
34202026-06-03T06:42:04.248Ztest test_mac ... ignored
34212026-06-03T06:42:04.248Z
34222026-06-03T06:42:04.248Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34232026-06-03T06:42:04.248Z
34242026-06-03T06:42:04.248Z Running unittests src/main.rs (target/debug/deps/tfportd-21af028a554b74c7)
34252026-06-03T06:42:04.251Z
34262026-06-03T06:42:04.251Zrunning 3 tests
34272026-06-03T06:42:04.251Ztest linklocal::test_parse_ipadm ... ok
34282026-06-03T06:42:04.251Ztest tfport::test_parse_tfport ... ok
34292026-06-03T06:42:04.251Ztest config::tests::test_updates ... ok
34302026-06-03T06:42:04.251Z
34312026-06-03T06:42:04.251Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34322026-06-03T06:42:04.251Z
34332026-06-03T06:42:04.255Z Running unittests src/main.rs (target/debug/deps/uplinkd-f927168ab4b408fd)
34342026-06-03T06:42:04.258Z
34352026-06-03T06:42:04.258Zrunning 0 tests
34362026-06-03T06:42:04.258Z
34372026-06-03T06:42:04.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34382026-06-03T06:42:04.258Z
34392026-06-03T06:42:04.258Z Running unittests src/main.rs (target/debug/deps/xtask-b23a3a2fb4e1743d)
34402026-06-03T06:42:04.261Z
34412026-06-03T06:42:04.261Zrunning 0 tests
34422026-06-03T06:42:04.261Z
34432026-06-03T06:42:04.261Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34442026-06-03T06:42:04.262Z
34452026-06-03T06:42:04.267Z Doc-tests aal
34462026-06-03T06:42:04.427Z
34472026-06-03T06:42:04.427Zrunning 0 tests
34482026-06-03T06:42:04.427Z
34492026-06-03T06:42:04.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34502026-06-03T06:42:04.431Z
34512026-06-03T06:42:04.448Z Doc-tests aal_macros
34522026-06-03T06:42:04.515Z
34532026-06-03T06:42:04.515Zrunning 0 tests
34542026-06-03T06:42:04.515Z
34552026-06-03T06:42:04.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-06-03T06:42:04.515Z
34572026-06-03T06:42:04.527Z Doc-tests common
34582026-06-03T06:42:04.759Z
34592026-06-03T06:42:04.759Zrunning 0 tests
34602026-06-03T06:42:04.759Z
34612026-06-03T06:42:04.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34622026-06-03T06:42:04.759Z
34632026-06-03T06:42:04.781Z Doc-tests dpd_api
34642026-06-03T06:42:05.999Z
34652026-06-03T06:42:05.999Zrunning 2 tests
34662026-06-03T06:42:05.999Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 103) ... ignored
34672026-06-03T06:42:05.999Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 109) ... ignored
34682026-06-03T06:42:05.999Z
34692026-06-03T06:42:05.999Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34702026-06-03T06:42:05.999Z
34712026-06-03T06:42:06.041Z Doc-tests dpd_client
34722026-06-03T06:42:07.315Z
34732026-06-03T06:42:07.315Zrunning 0 tests
34742026-06-03T06:42:07.315Z
34752026-06-03T06:42:07.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34762026-06-03T06:42:07.315Z
34772026-06-03T06:42:07.362Z Doc-tests dpd_types
34782026-06-03T06:42:07.699Z
34792026-06-03T06:42:07.699Zrunning 0 tests
34802026-06-03T06:42:07.699Z
34812026-06-03T06:42:07.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34822026-06-03T06:42:07.700Z
34832026-06-03T06:42:07.731Z Doc-tests packet
34842026-06-03T06:42:07.844Z
34852026-06-03T06:42:07.844Zrunning 0 tests
34862026-06-03T06:42:07.844Z
34872026-06-03T06:42:07.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34882026-06-03T06:42:07.844Z
34892026-06-03T06:42:07.862Z Doc-tests pcap
34902026-06-03T06:42:07.918Z
34912026-06-03T06:42:07.918Zrunning 0 tests
34922026-06-03T06:42:07.918Z
34932026-06-03T06:42:07.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34942026-06-03T06:42:07.918Z
34952026-06-03T06:42:07.970Zprocess exited: duration 618127 ms, exit code 0
 
34962026-06-03T06:42:07.976Zfound 0 output files