01KWNEHVB0XSQ6B00W468V2BCR: test

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

Buildomat Job: 01KWNEJ5FYQZA8AZ1DG008QVWF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T02:16:40.834Zjob assigned to worker 01KWNEJ96Z7V3NGT755GQ4Z5KN [factory aws, i-000e26e3bb00b851e] (queued for 54 s)
 
22026-07-04T02:16:47.294Zstarting task 0: "setup"
32026-07-04T02:16:47.298Z++ uname -s
42026-07-04T02:16:47.301Z+ kern=SunOS
52026-07-04T02:16:47.301Z+ build_user=build
62026-07-04T02:16:47.301Z+ build_uid=12345
72026-07-04T02:16:47.301Z+ work_dir=/work
82026-07-04T02:16:47.301Z+ input_dir=/input
92026-07-04T02:16:47.301Z+ [[ 0 == 12345 ]]
102026-07-04T02:16:47.301Z+ case "$kern" in
112026-07-04T02:16:47.301Z+ groupadd -g 12345 build
122026-07-04T02:16:47.304Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T02:16:49.308Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T02:16:49.405Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T02:16:49.408Z+ home_fs=zfs
162026-07-04T02:16:49.408Z+ [[ zfs == autofs ]]
172026-07-04T02:16:49.408Z+ mkdir -p /home/build
182026-07-04T02:16:49.408Z+ chown build:build /home/build /work
192026-07-04T02:16:51.410Z+ chmod 0700 /home/build /work
202026-07-04T02:16:51.414Zprocess exited: duration 4120 ms, exit code 0
 
212026-07-04T02:16:51.420Zstarting task 1: "rust-toolchain"
222026-07-04T02:16:51.425Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-04T02:16:51.425Z * rust toolchain channel = "1.90.0"
242026-07-04T02:16:51.425Z * rust toolchain profile = "default"
252026-07-04T02:16:51.425Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-04T02:16:51.425Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-04T02:16:51.425Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T02:16:51.428Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T02:16:51.428Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-04T02:16:51.508Zinfo: downloading installer
312026-07-04T02:16:53.333Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T02:16:53.333Zwarn: /home/build/.rustup/settings.toml
332026-07-04T02:16:53.333Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T02:16:53.333Zwarn: instead of the one inferred from the default host triple.
352026-07-04T02:16:53.346Zinfo: profile set to default
362026-07-04T02:16:53.346Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T02:16:53.349Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-04T02:16:53.500Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-04T02:16:53.500Zinfo: downloading 6 components
402026-07-04T02:17:08.649Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-04T02:17:08.649Z
422026-07-04T02:17:08.677Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-04T02:17:08.678Z
442026-07-04T02:17:08.678Z
452026-07-04T02:17:08.678ZRust is installed now. Great!
462026-07-04T02:17:08.678Z
472026-07-04T02:17:08.678ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T02:17:08.678Zenvironment variable. This has not been done automatically.
492026-07-04T02:17:08.678Z
502026-07-04T02:17:08.678ZTo configure your current shell, you need to source
512026-07-04T02:17:08.678Zthe corresponding env file under $HOME/.cargo.
522026-07-04T02:17:08.678Z
532026-07-04T02:17:08.678ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T02:17:08.681Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T02:17:08.681Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T02:17:08.681Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T02:17:08.681Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T02:17:08.682Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T02:17:08.682Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T02:17:08.682Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T02:17:08.682Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T02:17:08.771Z+ rustup --version
632026-07-04T02:17:08.780Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T02:17:08.783Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T02:17:08.802Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-04T02:17:08.806Z+ cargo --version
672026-07-04T02:17:08.817Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-04T02:17:08.821Z+ rustc --version
692026-07-04T02:17:08.840Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-04T02:17:08.843Zprocess exited: duration 17421 ms, exit code 0
 
712026-07-04T02:17:08.849Zstarting task 2: "authentication"
722026-07-04T02:17:08.866Zprocess exited: duration 16 ms, exit code 0
 
732026-07-04T02:17:08.873Zstarting task 3: "clone repository"
742026-07-04T02:17:08.876Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-04T02:17:08.879Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-04T02:17:08.908ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-04T02:17:09.444Z+ cd /work/oxidecomputer/dendrite
782026-07-04T02:17:09.444Z+ git fetch origin ab6c1a4326abbcb9f98a459ae74da4995e6b41af
792026-07-04T02:17:09.662ZFrom https://github.com/oxidecomputer/dendrite
802026-07-04T02:17:09.662Z * branch ab6c1a4326abbcb9f98a459ae74da4995e6b41af -> FETCH_HEAD
812026-07-04T02:17:09.667Z+ [[ -n multicast-e2e ]]
822026-07-04T02:17:09.670Z++ git branch --show-current
832026-07-04T02:17:09.670Z+ current=main
842026-07-04T02:17:09.670Z+ [[ main != multicast-e2e ]]
852026-07-04T02:17:09.670Z+ git branch -f multicast-e2e ab6c1a4326abbcb9f98a459ae74da4995e6b41af
862026-07-04T02:17:09.674Z+ git checkout -f multicast-e2e
872026-07-04T02:17:09.690ZSwitched to branch 'multicast-e2e'
882026-07-04T02:17:09.693Z+ git reset --hard ab6c1a4326abbcb9f98a459ae74da4995e6b41af
892026-07-04T02:17:09.709ZHEAD is now at ab6c1a4 [p4, sidecar] attribute egress mcast counters by geneve validity
902026-07-04T02:17:09.712Zprocess exited: duration 836 ms, exit code 0
 
912026-07-04T02:17:09.718Zstarting task 4: "build"
922026-07-04T02:17:09.721Z+ source .github/buildomat/common.sh
932026-07-04T02:17:09.721Z++ TOFINO_STAGES=20
942026-07-04T02:17:09.724Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-07-04T02:17:09.724Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-07-04T02:17:09.724Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-07-04T02:17:09.724Z+++ uname -s
982026-07-04T02:17:09.724Z++ '[' SunOS == SunOS ']'
992026-07-04T02:17:09.724Z++ SERIES=illumos
1002026-07-04T02:17:09.724Z+++ uname -s
1012026-07-04T02:17:09.727Z++ '[' SunOS == SunOS ']'
1022026-07-04T02:17:09.727Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-07-04T02:17:09.727Z++ rustup show active-toolchain
1042026-07-04T02:17:09.730Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-07-04T02:17:09.733Z+ source .github/buildomat/illumos.sh
1062026-07-04T02:17:09.733Z++ banner 'sde setup'
1072026-07-04T02:17:09.733Z
1082026-07-04T02:17:09.733Z #### ##### ###### #### ###### ##### # # #####
1092026-07-04T02:17:09.733Z # # # # # # # # # # #
1102026-07-04T02:17:09.733Z #### # # ##### #### ##### # # # # #
1112026-07-04T02:17:09.733Z # # # # # # # # # #####
1122026-07-04T02:17:09.733Z # # # # # # # # # # # #
1132026-07-04T02:17:09.733Z #### ##### ###### #### ###### # #### #
1142026-07-04T02:17:09.733Z
1152026-07-04T02:17:09.733Z++ export PKG_SUCCESS_ON_NOP=1
1162026-07-04T02:17:09.733Z++ PKG_SUCCESS_ON_NOP=1
1172026-07-04T02:17:09.733Z++ export PKG=tofino_sde.p5p
1182026-07-04T02:17:09.733Z++ PKG=tofino_sde.p5p
1192026-07-04T02:17:09.733Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-07-04T02:17:09.738Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-07-04T02:17:09.741Z Dload Upload Total Spent Left Speed
1222026-07-04T02:17:10.651Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 83.36M 0 0 100 76.03M 100 76.03M 0 0 83.36M 0 0 100 76.03M 100 76.03M 0 0 83.35M 0 0
1232026-07-04T02:17:10.655Z+++ digest -a sha256 tofino_sde.p5p
1242026-07-04T02:17:10.702Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-07-04T02:17:10.705Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-07-04T02:17:10.705Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-07-04T02:17:11.710Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-04T02:17:11.922Z Startup: Caching catalogs ... Done
1292026-07-04T02:17:11.965Z Startup: Refreshing catalog 'oxide' ... Done
1302026-07-04T02:17:12.542ZPlanning: Solver setup ... Done
1312026-07-04T02:17:12.571ZPlanning: Running solver ... Done
1322026-07-04T02:17:12.582ZPlanning: Finding local manifests ... Done
1332026-07-04T02:17:12.586ZPlanning: Fetching manifests: 1/1 100% complete
1342026-07-04T02:17:12.589ZPlanning: Fetching manifests: 1/1 100% complete
1352026-07-04T02:17:12.602ZPlanning: Package planning ... Done
1362026-07-04T02:17:12.605ZPlanning: Merging actions ... Done
1372026-07-04T02:17:12.702ZPlanning: Checking for conflicting actions ... Done
1382026-07-04T02:17:12.705ZPlanning: Consolidating action changes ... Done
1392026-07-04T02:17:13.488ZPlanning: Evaluating mediators ... Done
1402026-07-04T02:17:13.491ZPlanning: Planning completed in 1.52 seconds
1412026-07-04T02:17:13.496Z Packages to install: 1
1422026-07-04T02:17:13.496Z Create boot environment: No
1432026-07-04T02:17:13.496ZCreate backup boot environment: No
1442026-07-04T02:17:13.522Z
1452026-07-04T02:17:13.522ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-07-04T02:17:13.657ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1472026-07-04T02:17:13.883Z Actions: 1/293 actions (Installing new actions)
1482026-07-04T02:17:14.849Z Actions: Completed 293 actions in 0.97 seconds.
1492026-07-04T02:17:14.852ZFinalize: Updating package state database ... Done
1502026-07-04T02:17:14.894ZFinalize: Updating package cache ... Done
1512026-07-04T02:17:14.925ZFinalize: Updating image state ... Done
1522026-07-04T02:17:17.405ZFinalize: Creating fast lookup database ... Done
1532026-07-04T02:17:17.480ZFinalize: Reading search index ... Done
1542026-07-04T02:17:17.484ZFinalize: Updating search index ... Done
1552026-07-04T02:17:17.645ZFinalize: Updating package cache ... Done
1562026-07-04T02:17:17.751Z++ export SDE=/opt/oxide/tofino_sde
1572026-07-04T02:17:17.751Z++ SDE=/opt/oxide/tofino_sde
1582026-07-04T02:17:17.754Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-07-04T02:17:17.754Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-07-04T02:17:17.754Z++ banner packages
1612026-07-04T02:17:17.754Z
1622026-07-04T02:17:17.754Z ##### ## #### # # ## #### ###### ####
1632026-07-04T02:17:17.754Z # # # # # # # # # # # # # #
1642026-07-04T02:17:17.754Z # # # # # #### # # # ##### ####
1652026-07-04T02:17:17.754Z ##### ###### # # # ###### # ### # #
1662026-07-04T02:17:17.754Z # # # # # # # # # # # # # #
1672026-07-04T02:17:17.754Z # # # #### # # # # #### ###### ####
1682026-07-04T02:17:17.754Z
1692026-07-04T02:17:17.754Z++ pfexec pkg install clang-15 pcap gcc14
1702026-07-04T02:17:18.016Z Startup: Refreshing catalog 'helios' ... Done
1712026-07-04T02:17:18.019Z Startup: Refreshing catalog 'oxide' ... Done
1722026-07-04T02:17:18.474ZPlanning: Solver setup ... Done
1732026-07-04T02:17:18.504ZPlanning: Running solver ... Done
1742026-07-04T02:17:18.513ZPlanning: Consolidating action changes ... Done
1752026-07-04T02:17:18.513ZPlanning: Evaluating mediators ... Done
1762026-07-04T02:17:18.516ZPlanning: Planning completed in 0.50 seconds
1772026-07-04T02:17:18.531ZNo updates necessary for this image.
1782026-07-04T02:17:18.601Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-07-04T02:17:18.816ZPlanning: Evaluating mediator changes ... Done
1802026-07-04T02:17:18.931ZPlanning: Checking for conflicting actions ... Done
1812026-07-04T02:17:18.934ZPlanning: Consolidating action changes ... Done
1822026-07-04T02:17:19.096ZPlanning: Evaluating mediators ... Done
1832026-07-04T02:17:19.099ZPlanning: Planning completed in 0.28 seconds
1842026-07-04T02:17:19.120Z Mediators to change: 2
1852026-07-04T02:17:19.120Z Create boot environment: No
1862026-07-04T02:17:19.120ZCreate backup boot environment: No
1872026-07-04T02:17:19.162ZFinalize: Updating package state database ... Done
1882026-07-04T02:17:19.162ZFinalize: Updating package cache ... Done
1892026-07-04T02:17:19.178ZFinalize: Updating image state ... Done
1902026-07-04T02:17:21.204ZFinalize: Creating fast lookup database ... Done
1912026-07-04T02:17:21.278ZFinalize: Reading search index ... Done
1922026-07-04T02:17:21.283ZFinalize: Updating search index ... Done
1932026-07-04T02:17:21.344ZFinalize: Updating package cache ... Done
1942026-07-04T02:17:21.415Z++ cargo --version
1952026-07-04T02:17:21.425Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-07-04T02:17:21.427Z++ rustc --version
1972026-07-04T02:17:21.448Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-07-04T02:17:21.451Z+ banner copyrights
1992026-07-04T02:17:21.454Z
2002026-07-04T02:17:21.454Z #### #### ##### # # ##### # #### # # ##### ####
2012026-07-04T02:17:21.454Z # # # # # # # # # # # # # # # # #
2022026-07-04T02:17:21.454Z # # # # # # # # # # ###### # ####
2032026-07-04T02:17:21.454Z # # # ##### # ##### # # ### # # # #
2042026-07-04T02:17:21.454Z # # # # # # # # # # # # # # # #
2052026-07-04T02:17:21.454Z #### #### # # # # # #### # # # ####
2062026-07-04T02:17:21.454Z
2072026-07-04T02:17:21.454Z+ ./tools/check_copyrights.sh
2082026-07-04T02:17:22.492Zdpd/p4/headers.p4: Copyright with wrong year
2092026-07-04T02:17:23.028Zpcap/build.rs: Copyright with wrong year
2102026-07-04T02:17:23.206Ztfportd/src/linklocal.rs: Copyright with wrong year
2112026-07-04T02:17:23.427Z+ banner clippy
2122026-07-04T02:17:23.429Z
2132026-07-04T02:17:23.430Z #### # # ##### ##### # #
2142026-07-04T02:17:23.430Z # # # # # # # # # #
2152026-07-04T02:17:23.430Z # # # # # # # #
2162026-07-04T02:17:23.430Z # # # ##### ##### #
2172026-07-04T02:17:23.430Z # # # # # # #
2182026-07-04T02:17:23.430Z #### ###### # # # #
2192026-07-04T02:17:23.430Z
2202026-07-04T02:17:23.430Z+ for feat in tofino_stub tofino_asic softnpu chaos
2212026-07-04T02:17:23.430Z+ cargo clippy --features tofino_stub -- --deny warnings
2222026-07-04T02:17:23.570Z Updating git repository `https://github.com/oxidecomputer/omicron`
2232026-07-04T02:17:33.245Z Updating crates.io index
2242026-07-04T02:17:33.283Z Updating git repository `https://github.com/illumos/smf-rs`
2252026-07-04T02:17:33.523Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-04T02:17:34.370Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2272026-07-04T02:17:34.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-07-04T02:17:34.900Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2292026-07-04T02:17:36.320Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2302026-07-04T02:17:36.729Z Updating git repository `https://github.com/oxidecomputer/ispf`
2312026-07-04T02:17:36.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2322026-07-04T02:17:37.208Z Updating git repository `https://github.com/oxidecomputer/lldp`
2332026-07-04T02:17:37.621Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-07-04T02:17:37.954Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2352026-07-04T02:17:38.190Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2362026-07-04T02:17:38.515Z Updating git repository `https://github.com/oxidecomputer/vm-attest`
2372026-07-04T02:17:38.744Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-07-04T02:17:39.186Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-07-04T02:17:39.501Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-07-04T02:17:39.837Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-07-04T02:17:40.367Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-04T02:17:40.658Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-04T02:17:41.021Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-04T02:17:41.470Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-07-04T02:17:41.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-07-04T02:17:42.162Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-07-04T02:17:42.535Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
2482026-07-04T02:17:43.241Z Updating git repository `https://github.com/oxidecomputer/omicron`
2492026-07-04T02:17:45.711Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-07-04T02:17:46.167Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-04T02:17:46.749Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-07-04T02:17:48.065Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-07-04T02:17:48.662Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-07-04T02:17:48.887Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-07-04T02:17:49.127Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2562026-07-04T02:17:49.563Z Updating git repository `https://github.com/oxidecomputer/opte`
2572026-07-04T02:17:50.056Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2582026-07-04T02:17:52.257Z Downloading crates ...
2592026-07-04T02:17:52.324Z Downloaded adler2 v2.0.1
2602026-07-04T02:17:52.343Z Downloaded defmt v0.3.100
2612026-07-04T02:17:52.346Z Downloaded darling_macro v0.21.3
2622026-07-04T02:17:52.349Z Downloaded darling_macro v0.23.0
2632026-07-04T02:17:52.352Z Downloaded digest v0.10.7
2642026-07-04T02:17:52.359Z Downloaded async-stream v0.3.6
2652026-07-04T02:17:52.362Z Downloaded block-buffer v0.12.0
2662026-07-04T02:17:52.365Z Downloaded cfg_aliases v0.2.1
2672026-07-04T02:17:52.368Z Downloaded atomic-waker v1.1.2
2682026-07-04T02:17:52.368Z Downloaded anstyle-query v1.1.4
2692026-07-04T02:17:52.371Z Downloaded async-recursion v1.1.1
2702026-07-04T02:17:52.374Z Downloaded futures-sink v0.3.32
2712026-07-04T02:17:52.377Z Downloaded fnv v1.0.7
2722026-07-04T02:17:52.377Z Downloaded futures-io v0.3.32
2732026-07-04T02:17:52.382Z Downloaded heck v0.4.1
2742026-07-04T02:17:52.382Z Downloaded colorchoice v1.0.4
2752026-07-04T02:17:52.385Z Downloaded cargo-platform v0.1.9
2762026-07-04T02:17:52.385Z Downloaded clap_lex v1.1.0
2772026-07-04T02:17:52.388Z Downloaded foreign-types v0.3.2
2782026-07-04T02:17:52.390Z Downloaded hashbrown v0.17.1
2792026-07-04T02:17:52.393Z Downloaded colored v3.1.1
2802026-07-04T02:17:52.396Z Downloaded cmake v0.1.54
2812026-07-04T02:17:52.399Z Downloaded form_urlencoded v1.2.2
2822026-07-04T02:17:52.402Z Downloaded float-ord v0.3.2
2832026-07-04T02:17:52.402Z Downloaded cipher v0.4.4
2842026-07-04T02:17:52.405Z Downloaded foreign-types-shared v0.1.1
2852026-07-04T02:17:52.408Z Downloaded foreign-types-macros v0.2.3
2862026-07-04T02:17:52.408Z Downloaded futures-core v0.3.32
2872026-07-04T02:17:52.411Z Downloaded dof v0.3.0
2882026-07-04T02:17:52.411Z Downloaded dtrace-parser v0.3.0
2892026-07-04T02:17:52.414Z Downloaded base16ct v0.2.0
2902026-07-04T02:17:52.417Z Downloaded dof v0.4.0
2912026-07-04T02:17:52.417Z Downloaded debug-ignore v1.0.5
2922026-07-04T02:17:52.421Z Downloaded digest v0.11.3
2932026-07-04T02:17:52.423Z Downloaded glob v0.3.3
2942026-07-04T02:17:52.423Z Downloaded futures-macro v0.3.32
2952026-07-04T02:17:52.426Z Downloaded equivalent v1.0.2
2962026-07-04T02:17:52.429Z Downloaded hash32 v0.3.1
2972026-07-04T02:17:52.429Z Downloaded bytes v1.11.1
2982026-07-04T02:17:52.432Z Downloaded dropshot-api-manager-types v0.7.2
2992026-07-04T02:17:52.435Z Downloaded fastrand v2.3.0
3002026-07-04T02:17:52.439Z Downloaded cstr-argument v0.1.2
3012026-07-04T02:17:52.439Z Downloaded errno v0.3.14
3022026-07-04T02:17:52.442Z Downloaded fixedbitset v0.4.2
3032026-07-04T02:17:52.442Z Downloaded generic-array v0.14.7
3042026-07-04T02:17:52.445Z Downloaded crucible-workspace-hack v0.1.0
3052026-07-04T02:17:52.445Z Downloaded foreign-types-shared v0.3.1
3062026-07-04T02:17:52.448Z Downloaded cpufeatures v0.2.17
3072026-07-04T02:17:52.451Z Downloaded heck v0.5.0
3082026-07-04T02:17:52.451Z Downloaded curve25519-dalek-derive v0.1.1
3092026-07-04T02:17:52.454Z Downloaded gethostname v0.5.0
3102026-07-04T02:17:52.454Z Downloaded crypto-common v0.2.2
3112026-07-04T02:17:52.457Z Downloaded crypto-common v0.1.6
3122026-07-04T02:17:52.460Z Downloaded crc8 v0.1.1
3132026-07-04T02:17:52.460Z Downloaded http-body v1.0.1
3142026-07-04T02:17:52.463Z Downloaded dyn-clone v1.0.20
3152026-07-04T02:17:52.466Z Downloaded futures-task v0.3.32
3162026-07-04T02:17:52.466Z Downloaded hostname v0.4.2
3172026-07-04T02:17:52.468Z Downloaded hubpack_derive v0.1.1
3182026-07-04T02:17:52.468Z Downloaded embedded-io v0.4.0
3192026-07-04T02:17:52.473Z Downloaded chacha20 v0.9.1
3202026-07-04T02:17:52.476Z Downloaded daft-derive v0.1.5
3212026-07-04T02:17:52.476Z Downloaded hostname v0.3.1
3222026-07-04T02:17:52.479Z Downloaded hex v0.4.3
3232026-07-04T02:17:52.482Z Downloaded base64 v0.22.1
3242026-07-04T02:17:52.485Z Downloaded argon2 v0.5.3
3252026-07-04T02:17:52.488Z Downloaded futures-channel v0.3.32
3262026-07-04T02:17:52.488Z Downloaded hubpack v0.1.2
3272026-07-04T02:17:52.491Z Downloaded anyhow v1.0.102
3282026-07-04T02:17:52.494Z Downloaded dtrace-parser v0.2.0
3292026-07-04T02:17:52.494Z Downloaded ident_case v1.0.1
3302026-07-04T02:17:52.497Z Downloaded inout v0.1.4
3312026-07-04T02:17:52.497Z Downloaded either v1.15.0
3322026-07-04T02:17:52.500Z Downloaded idna_adapter v1.2.1
3332026-07-04T02:17:52.503Z Downloaded hyper-tls v0.6.0
3342026-07-04T02:17:52.503Z Downloaded defmt v1.0.1
3352026-07-04T02:17:52.506Z Downloaded is_terminal_polyfill v1.70.1
3362026-07-04T02:17:52.509Z Downloaded keccak v0.1.6
3372026-07-04T02:17:52.509Z Downloaded crossbeam-utils v0.8.21
3382026-07-04T02:17:52.511Z Downloaded bcs v0.1.6
3392026-07-04T02:17:52.514Z Downloaded internet-checksum v0.2.1
3402026-07-04T02:17:52.514Z Downloaded csv-core v0.1.12
3412026-07-04T02:17:52.517Z Downloaded itoa v1.0.15
3422026-07-04T02:17:52.520Z Downloaded is_ci v1.2.0
3432026-07-04T02:17:52.520Z Downloaded anstyle-parse v1.0.0
3442026-07-04T02:17:52.523Z Downloaded lazy_static v1.5.0
3452026-07-04T02:17:52.526Z Downloaded compression-codecs v0.4.32
3462026-07-04T02:17:52.529Z Downloaded anstream v1.0.0
3472026-07-04T02:17:52.529Z Downloaded http-body-util v0.1.3
3482026-07-04T02:17:52.533Z Downloaded displaydoc v0.2.5
3492026-07-04T02:17:52.536Z Downloaded httpdate v1.0.3
3502026-07-04T02:17:52.536Z Downloaded foldhash v0.1.5
3512026-07-04T02:17:52.539Z Downloaded derive-ex v0.1.8
3522026-07-04T02:17:52.539Z Downloaded crossbeam-epoch v0.9.18
3532026-07-04T02:17:52.542Z Downloaded group v0.13.0
3542026-07-04T02:17:52.545Z Downloaded find-msvc-tools v0.1.9
3552026-07-04T02:17:52.545Z Downloaded kstat-rs v0.2.4
3562026-07-04T02:17:52.548Z Downloaded linked-hash-map v0.5.6
3572026-07-04T02:17:52.548Z Downloaded defmt-macros v1.0.1
3582026-07-04T02:17:52.551Z Downloaded globset v0.4.16
3592026-07-04T02:17:52.554Z Downloaded humantime v2.3.0
3602026-07-04T02:17:52.554Z Downloaded blake2 v0.10.6
3612026-07-04T02:17:52.557Z Downloaded macaddr v1.0.1
3622026-07-04T02:17:52.560Z Downloaded mime v0.3.17
3632026-07-04T02:17:52.560Z Downloaded lru-slab v0.1.2
3642026-07-04T02:17:52.563Z Downloaded managed v0.8.0
3652026-07-04T02:17:52.563Z Downloaded match_cfg v0.1.0
3662026-07-04T02:17:52.566Z Downloaded indent_write v2.2.0
3672026-07-04T02:17:52.566Z Downloaded lru-cache v0.1.2
3682026-07-04T02:17:52.569Z Downloaded futures v0.3.32
3692026-07-04T02:17:52.571Z Downloaded memmap v0.7.0
3702026-07-04T02:17:52.574Z Downloaded ingot-types v0.1.2
3712026-07-04T02:17:52.574Z Downloaded memoffset v0.9.1
3722026-07-04T02:17:52.577Z Downloaded ingot v0.1.1
3732026-07-04T02:17:52.577Z Downloaded newtype_derive v0.1.6
3742026-07-04T02:17:52.580Z Downloaded num v0.4.3
3752026-07-04T02:17:52.580Z Downloaded newline-converter v0.3.0
3762026-07-04T02:17:52.583Z Downloaded num-derive v0.4.2
3772026-07-04T02:17:52.583Z Downloaded ciborium v0.2.2
3782026-07-04T02:17:52.586Z Downloaded omicron-workspace-hack v0.1.0
3792026-07-04T02:17:52.589Z Downloaded num-iter v0.1.45
3802026-07-04T02:17:52.589Z Downloaded jobserver v0.1.34
3812026-07-04T02:17:52.592Z Downloaded getrandom v0.2.16
3822026-07-04T02:17:52.595Z Downloaded ipnetwork v0.21.1
3832026-07-04T02:17:52.595Z Downloaded num-conv v0.2.1
3842026-07-04T02:17:52.598Z Downloaded ipnet v2.11.0
3852026-07-04T02:17:52.598Z Downloaded darling v0.21.3
3862026-07-04T02:17:52.601Z Downloaded num_threads v0.1.7
3872026-07-04T02:17:52.604Z Downloaded futures-executor v0.3.32
3882026-07-04T02:17:52.607Z Downloaded dropshot_endpoint v0.16.7
3892026-07-04T02:17:52.610Z Downloaded olpc-cjson v0.1.4
3902026-07-04T02:17:52.610Z Downloaded console v0.15.11
3912026-07-04T02:17:52.613Z Downloaded hmac v0.12.1
3922026-07-04T02:17:52.613Z Downloaded num_enum_derive v0.5.11
3932026-07-04T02:17:52.616Z Downloaded openssl-macros v0.1.1
3942026-07-04T02:17:52.616Z Downloaded openssl-probe v0.1.6
3952026-07-04T02:17:52.618Z Downloaded linear-map v1.2.0
3962026-07-04T02:17:52.621Z Downloaded crc32fast v1.5.0
3972026-07-04T02:17:52.621Z Downloaded opaque-debug v0.3.1
3982026-07-04T02:17:52.624Z Downloaded clap_derive v4.6.1
3992026-07-04T02:17:52.624Z Downloaded half v2.7.1
4002026-07-04T02:17:52.627Z Downloaded percent-encoding v2.3.2
4012026-07-04T02:17:52.630Z Downloaded libsw v3.5.0
4022026-07-04T02:17:52.630Z Downloaded parse-display v0.10.0
4032026-07-04T02:17:52.633Z Downloaded derive-where v1.6.0
4042026-07-04T02:17:52.635Z Downloaded plain v0.2.3
4052026-07-04T02:17:52.635Z Downloaded hybrid-array v0.4.12
4062026-07-04T02:17:52.639Z Downloaded hyper-rustls v0.27.7
4072026-07-04T02:17:52.642Z Downloaded httparse v1.10.1
4082026-07-04T02:17:52.642Z Downloaded cookie v0.18.1
4092026-07-04T02:17:52.645Z Downloaded ingot-macros v0.1.1
4102026-07-04T02:17:52.649Z Downloaded newtype-uuid-macros v0.1.0
4112026-07-04T02:17:52.649Z Downloaded newtype-uuid v1.3.2
4122026-07-04T02:17:52.649Z Downloaded multer v3.1.0
4132026-07-04T02:17:52.652Z Downloaded native-tls v0.2.14
4142026-07-04T02:17:52.652Z Downloaded num-rational v0.4.2
4152026-07-04T02:17:52.657Z Downloaded cancel-safe-futures v0.1.5
4162026-07-04T02:17:52.661Z Downloaded proc-macro-error-attr v1.0.4
4172026-07-04T02:17:52.661Z Downloaded potential_utf v0.1.3
4182026-07-04T02:17:52.661Z Downloaded proc-macro-crate v1.3.1
4192026-07-04T02:17:52.664Z Downloaded powerfmt v0.2.0
4202026-07-04T02:17:52.664Z Downloaded getrandom v0.4.2
4212026-07-04T02:17:52.667Z Downloaded progenitor-client v0.11.1
4222026-07-04T02:17:52.667Z Downloaded iana-time-zone v0.1.64
4232026-07-04T02:17:52.670Z Downloaded const-oid v0.10.2
4242026-07-04T02:17:52.673Z Downloaded fs-err v3.1.2
4252026-07-04T02:17:52.673Z Downloaded dropshot_endpoint v0.17.1
4262026-07-04T02:17:52.676Z Downloaded pretty-hex v0.4.1
4272026-07-04T02:17:52.679Z Downloaded num_enum v0.5.11
4282026-07-04T02:17:52.682Z Downloaded num_enum_derive v0.7.5
4292026-07-04T02:17:52.682Z Downloaded num-integer v0.1.46
4302026-07-04T02:17:52.685Z Downloaded num_enum v0.7.5
4312026-07-04T02:17:52.688Z Downloaded progenitor-macro v0.11.1
4322026-07-04T02:17:52.688Z Downloaded progenitor-macro v0.10.0
4332026-07-04T02:17:52.691Z Downloaded progenitor-client v0.10.0
4342026-07-04T02:17:52.691Z Downloaded libloading v0.8.9
4352026-07-04T02:17:52.694Z Downloaded const_format v0.2.34
4362026-07-04T02:17:52.697Z Downloaded quick-error v1.2.3
4372026-07-04T02:17:52.697Z Downloaded progenitor-macro v0.14.0
4382026-07-04T02:17:52.700Z Downloaded async-compression v0.4.33
4392026-07-04T02:17:52.703Z Downloaded parse-display-derive v0.10.0
4402026-07-04T02:17:52.706Z Downloaded phf v0.12.1
4412026-07-04T02:17:52.706Z Downloaded oxnet v0.1.6
4422026-07-04T02:17:52.709Z Downloaded oxide-tokio-rt v0.1.6
4432026-07-04T02:17:52.709Z Downloaded password-hash v0.5.0
4442026-07-04T02:17:52.712Z Downloaded rand_chacha v0.3.1
4452026-07-04T02:17:52.712Z Downloaded rand_xorshift v0.4.0
4462026-07-04T02:17:52.715Z Downloaded rustc-hash v2.1.1
4472026-07-04T02:17:52.715Z Downloaded ref-cast v1.0.25
4482026-07-04T02:17:52.718Z Downloaded pem v3.0.5
4492026-07-04T02:17:52.721Z Downloaded paste v1.0.15
4502026-07-04T02:17:52.721Z Downloaded litemap v0.8.0
4512026-07-04T02:17:52.724Z Downloaded indexmap v1.9.3
4522026-07-04T02:17:52.727Z Downloaded phf_shared v0.12.1
4532026-07-04T02:17:52.727Z Downloaded pest_generator v2.8.2
4542026-07-04T02:17:52.730Z Downloaded highway v1.3.0
4552026-07-04T02:17:52.730Z Downloaded pin-project-internal v1.1.10
4562026-07-04T02:17:52.733Z Downloaded memmap2 v0.9.8
4572026-07-04T02:17:52.733Z Downloaded icu_provider v2.0.0
4582026-07-04T02:17:52.736Z Downloaded icu_properties v2.0.1
4592026-07-04T02:17:52.739Z Downloaded rustc_version v0.4.1
4602026-07-04T02:17:52.739Z Downloaded proc-macro-error v1.0.4
4612026-07-04T02:17:52.741Z Downloaded rustc_version v0.1.7
4622026-07-04T02:17:52.744Z Downloaded proc-macro-error2 v2.0.1
4632026-07-04T02:17:52.744Z Downloaded ppv-lite86 v0.2.21
4642026-07-04T02:17:52.747Z Downloaded pkg-config v0.3.32
4652026-07-04T02:17:52.747Z Downloaded chacha20poly1305 v0.10.1
4662026-07-04T02:17:52.750Z Downloaded icu_normalizer v2.0.0
4672026-07-04T02:17:52.753Z Downloaded proc-macro-error-attr2 v2.0.0
4682026-07-04T02:17:52.753Z Downloaded poly1305 v0.8.0
4692026-07-04T02:17:52.756Z Downloaded progenitor v0.11.1
4702026-07-04T02:17:52.756Z Downloaded progenitor v0.10.0
4712026-07-04T02:17:52.758Z Downloaded pin-project-lite v0.2.16
4722026-07-04T02:17:52.761Z Downloaded lock_api v0.4.14
4732026-07-04T02:17:52.764Z Downloaded scopeguard v1.2.0
4742026-07-04T02:17:52.764Z Downloaded progenitor v0.14.0
4752026-07-04T02:17:52.767Z Downloaded same-file v1.0.6
4762026-07-04T02:17:52.767Z Downloaded darling_core v0.21.3
4772026-07-04T02:17:52.770Z Downloaded flate2 v1.1.2
4782026-07-04T02:17:52.773Z Downloaded omicron-zone-package v0.12.2
4792026-07-04T02:17:52.776Z Downloaded heapless v0.8.0
4802026-07-04T02:17:52.779Z Downloaded scroll_derive v0.13.1
4812026-07-04T02:17:52.782Z Downloaded scroll_derive v0.12.1
4822026-07-04T02:17:52.782Z Downloaded serde-big-array v0.5.1
4832026-07-04T02:17:52.782Z Downloaded search_path v0.1.4
4842026-07-04T02:17:52.784Z Downloaded parking_lot_core v0.9.12
4852026-07-04T02:17:52.787Z Downloaded rand_core v0.6.4
4862026-07-04T02:17:52.787Z Downloaded progenitor-client v0.14.0
4872026-07-04T02:17:52.790Z Downloaded resolv-conf v0.7.5
4882026-07-04T02:17:52.790Z Downloaded ref-cast-impl v1.0.25
4892026-07-04T02:17:52.790Z Downloaded serde_spanned v1.1.1
4902026-07-04T02:17:52.793Z Downloaded serde_repr v0.1.20
4912026-07-04T02:17:52.793Z Downloaded rand_core v0.9.3
4922026-07-04T02:17:52.796Z Downloaded log v0.4.29
4932026-07-04T02:17:52.799Z Downloaded rand_chacha v0.9.0
4942026-07-04T02:17:52.799Z Downloaded quote v1.0.45
4952026-07-04T02:17:52.802Z Downloaded secrecy v0.10.3
4962026-07-04T02:17:52.802Z Downloaded serde_plain v1.0.2
4972026-07-04T02:17:52.802Z Downloaded drift v0.2.0
4982026-07-04T02:17:52.808Z Downloaded num-traits v0.2.19
4992026-07-04T02:17:52.811Z Downloaded postcard v1.1.3
5002026-07-04T02:17:52.814Z Downloaded rustls-pemfile v2.2.0
5012026-07-04T02:17:52.814Z Downloaded sha1 v0.10.6
5022026-07-04T02:17:52.817Z Downloaded pest_derive v2.8.2
5032026-07-04T02:17:52.817Z Downloaded once_cell v1.21.3
5042026-07-04T02:17:52.820Z Downloaded serde_urlencoded v0.7.1
5052026-07-04T02:17:52.823Z Downloaded signal-hook-tokio v0.4.0
5062026-07-04T02:17:52.823Z Downloaded sha1 v0.11.0
5072026-07-04T02:17:52.826Z Downloaded num-complex v0.4.6
5082026-07-04T02:17:52.826Z Downloaded libsw-core v0.3.2
5092026-07-04T02:17:52.829Z Downloaded darling_core v0.23.0
5102026-07-04T02:17:52.832Z Downloaded rustversion v1.0.22
5112026-07-04T02:17:52.832Z Downloaded icu_locale_core v2.0.0
5122026-07-04T02:17:52.835Z Downloaded owo-colors v4.3.0
5132026-07-04T02:17:52.838Z Downloaded crossbeam-channel v0.5.15
5142026-07-04T02:17:52.841Z Downloaded rusty-fork v0.3.0
5152026-07-04T02:17:52.844Z Downloaded jiff-static v0.2.15
5162026-07-04T02:17:52.844Z Downloaded sigpipe v0.1.3
5172026-07-04T02:17:52.847Z Downloaded allocator-api2 v0.2.21
5182026-07-04T02:17:52.847Z Downloaded siphasher v1.0.1
5192026-07-04T02:17:52.849Z Downloaded elliptic-curve v0.13.8
5202026-07-04T02:17:52.852Z Downloaded hickory-resolver v0.25.2
5212026-07-04T02:17:52.855Z Downloaded camino v1.2.2
5222026-07-04T02:17:52.855Z Downloaded scroll v0.12.0
5232026-07-04T02:17:52.858Z Downloaded parking_lot v0.12.5
5242026-07-04T02:17:52.858Z Downloaded slog-bunyan v2.5.0
5252026-07-04T02:17:52.861Z Downloaded semver v0.1.20
5262026-07-04T02:17:52.861Z Downloaded hickory-resolver v0.24.4
5272026-07-04T02:17:52.864Z Downloaded stable_deref_trait v1.2.0
5282026-07-04T02:17:52.865Z Downloaded bs58 v0.5.1
5292026-07-04T02:17:52.867Z Downloaded strum v0.28.0
5302026-07-04T02:17:52.867Z Downloaded strum v0.27.2
5312026-07-04T02:17:52.867Z Downloaded strum v0.26.3
5322026-07-04T02:17:52.871Z Downloaded structmeta-derive v0.3.0
5332026-07-04T02:17:52.871Z Downloaded strsim v0.11.1
5342026-07-04T02:17:52.871Z Downloaded git-stub-vcs v0.1.0
5352026-07-04T02:17:52.874Z Downloaded scroll v0.13.0
5362026-07-04T02:17:52.874Z Downloaded darling v0.23.0
5372026-07-04T02:17:52.876Z Downloaded papergrid v0.17.0
5382026-07-04T02:17:52.880Z Downloaded tabled_derive v0.11.0
5392026-07-04T02:17:52.882Z Downloaded tabled_derive v0.7.0
5402026-07-04T02:17:52.883Z Downloaded serde_spanned v0.6.9
5412026-07-04T02:17:52.886Z Downloaded serde_derive_internals v0.29.1
5422026-07-04T02:17:52.886Z Downloaded libscf-sys v1.2.0
5432026-07-04T02:17:52.886Z Downloaded subtle v2.6.1
5442026-07-04T02:17:52.889Z Downloaded clang-sys v1.8.1
5452026-07-04T02:17:52.889Z Downloaded filetime v0.2.26
5462026-07-04T02:17:52.892Z Downloaded deranged v0.5.3
5472026-07-04T02:17:52.892Z Downloaded clap v4.6.1
5482026-07-04T02:17:52.897Z Downloaded serde_tokenstream v0.2.3
5492026-07-04T02:17:52.899Z Downloaded shlex v2.0.1
5502026-07-04T02:17:52.899Z Downloaded shlex v1.3.0
5512026-07-04T02:17:52.903Z Downloaded sha2 v0.10.9
5522026-07-04T02:17:52.903Z Downloaded supports-color v3.0.2
5532026-07-04T02:17:52.906Z Downloaded pin-project v1.1.10
5542026-07-04T02:17:52.910Z Downloaded tagptr v0.2.0
5552026-07-04T02:17:52.913Z Downloaded futures-util v0.3.32
5562026-07-04T02:17:52.918Z Downloaded progenitor-impl v0.11.1
5572026-07-04T02:17:52.921Z Downloaded icu_collections v2.0.0
5582026-07-04T02:17:52.924Z Downloaded slab v0.4.11
5592026-07-04T02:17:52.927Z Downloaded testing_table v0.3.0
5602026-07-04T02:17:52.927Z Downloaded termtree v0.5.1
5612026-07-04T02:17:52.927Z Downloaded time-core v0.1.8
5622026-07-04T02:17:52.930Z Downloaded terminal_size v0.4.3
5632026-07-04T02:17:52.930Z Downloaded smawk v0.3.2
5642026-07-04T02:17:52.930Z Downloaded slog-json v2.6.1
5652026-07-04T02:17:52.933Z Downloaded slog-async v2.8.0
5662026-07-04T02:17:52.933Z Downloaded getrandom v0.3.4
5672026-07-04T02:17:52.936Z Downloaded crypto-bigint v0.5.5
5682026-07-04T02:17:52.939Z Downloaded structmeta v0.3.0
5692026-07-04T02:17:52.942Z Downloaded static_assertions v1.1.0
5702026-07-04T02:17:52.942Z Downloaded thread-id v4.2.2
5712026-07-04T02:17:52.942Z Downloaded snafu-derive v0.8.9
5722026-07-04T02:17:52.945Z Downloaded slog-dtrace v0.3.0
5732026-07-04T02:17:52.945Z Downloaded openssl-sys v0.9.116
5742026-07-04T02:17:52.948Z Downloaded pest_meta v2.8.2
5752026-07-04T02:17:52.951Z Downloaded http v1.4.2
5762026-07-04T02:17:52.954Z Downloaded semver v1.0.28
5772026-07-04T02:17:52.954Z Downloaded tokio-macros v2.7.0
5782026-07-04T02:17:52.957Z Downloaded tinyvec_macros v0.1.1
5792026-07-04T02:17:52.957Z Downloaded strum_macros v0.26.4
5802026-07-04T02:17:52.957Z Downloaded strum_macros v0.28.0
5812026-07-04T02:17:52.959Z Downloaded papergrid v0.11.0
5822026-07-04T02:17:52.962Z Downloaded thiserror-impl-no-std v2.0.2
5832026-07-04T02:17:52.962Z Downloaded icu_normalizer_data v2.0.0
5842026-07-04T02:17:52.965Z Downloaded strum_macros v0.27.2
5852026-07-04T02:17:52.965Z Downloaded expectorate v1.2.0
5862026-07-04T02:17:52.968Z Downloaded minimal-lexical v0.2.1
5872026-07-04T02:17:52.971Z Downloaded serde_with_macros v3.21.0
5882026-07-04T02:17:52.971Z Downloaded memchr v2.7.5
5892026-07-04T02:17:52.974Z Downloaded smf v0.2.3
5902026-07-04T02:17:52.977Z Downloaded toml_datetime v0.6.11
5912026-07-04T02:17:52.977Z Downloaded curl v0.4.49
5922026-07-04T02:17:52.980Z Downloaded take_mut v0.2.2
5932026-07-04T02:17:52.980Z Downloaded synstructure v0.13.2
5942026-07-04T02:17:52.983Z Downloaded signal-hook-registry v1.4.6
5952026-07-04T02:17:52.983Z Downloaded slog-term v2.9.2
5962026-07-04T02:17:52.985Z Downloaded progenitor-impl v0.14.0
5972026-07-04T02:17:52.985Z Downloaded progenitor-impl v0.10.0
5982026-07-04T02:17:52.989Z Downloaded quinn-udp v0.5.14
5992026-07-04T02:17:52.989Z Downloaded cc v1.2.63
6002026-07-04T02:17:52.991Z Downloaded rustls-pki-types v1.12.0
6012026-07-04T02:17:52.994Z Downloaded topological-sort v0.2.2
6022026-07-04T02:17:52.994Z Downloaded toml_write v0.1.2
6032026-07-04T02:17:53.001Z Downloaded ryu v1.0.20
6042026-07-04T02:17:53.005Z Downloaded prettyplease v0.2.37
6052026-07-04T02:17:53.008Z Downloaded thiserror v2.0.18
6062026-07-04T02:17:53.011Z Downloaded try-lock v0.2.5
6072026-07-04T02:17:53.011Z Downloaded tower-layer v0.3.3
6082026-07-04T02:17:53.011Z Downloaded thread_local v1.1.9
6092026-07-04T02:17:53.014Z Downloaded thread-id v5.0.0
6102026-07-04T02:17:53.014Z Downloaded thiserror-no-std v2.0.2
6112026-07-04T02:17:53.017Z Downloaded tower-service v0.3.3
6122026-07-04T02:17:53.017Z Downloaded tokio-dtrace v0.1.1
6132026-07-04T02:17:53.018Z Downloaded unarray v0.1.4
6142026-07-04T02:17:53.020Z Downloaded serde_core v1.0.228
6152026-07-04T02:17:53.021Z Downloaded thiserror-impl v1.0.69
6162026-07-04T02:17:53.021Z Downloaded smallvec v1.15.1
6172026-07-04T02:17:53.024Z Downloaded unicode-xid v0.2.6
6182026-07-04T02:17:53.024Z Downloaded spin v0.9.8
6192026-07-04T02:17:53.027Z Downloaded rayon-core v1.13.0
6202026-07-04T02:17:53.027Z Downloaded tinystr v0.8.1
6212026-07-04T02:17:53.029Z Downloaded mio v1.2.1
6222026-07-04T02:17:53.032Z Downloaded indexmap v2.14.0
6232026-07-04T02:17:53.035Z Downloaded unicode-linebreak v0.1.5
6242026-07-04T02:17:53.035Z Downloaded signal-hook v0.4.4
6252026-07-04T02:17:53.038Z Downloaded schemars_derive v0.8.22
6262026-07-04T02:17:53.038Z Downloaded typify-macro v0.6.2
6272026-07-04T02:17:53.042Z Downloaded similar v2.7.0
6282026-07-04T02:17:53.042Z Downloaded tabwriter v1.4.1
6292026-07-04T02:17:53.045Z Downloaded universal-hash v0.5.1
6302026-07-04T02:17:53.045Z Downloaded usdt v0.5.0
6312026-07-04T02:17:53.045Z Downloaded typify-macro v0.4.3
6322026-07-04T02:17:53.045Z Downloaded untrusted v0.7.1
6332026-07-04T02:17:53.048Z Downloaded usdt-attr-macro v0.6.0
6342026-07-04T02:17:53.048Z Downloaded sync_wrapper v1.0.2
6352026-07-04T02:17:53.048Z Downloaded swrite v0.1.0
6362026-07-04T02:17:53.048Z Downloaded proc-macro2 v1.0.106
6372026-07-04T02:17:53.051Z Downloaded untrusted v0.9.0
6382026-07-04T02:17:53.051Z Downloaded tempfile v3.27.0
6392026-07-04T02:17:53.054Z Downloaded slog v2.8.2
6402026-07-04T02:17:53.057Z Downloaded serde_path_to_error v0.1.20
6412026-07-04T02:17:53.057Z Downloaded miniz_oxide v0.8.9
6422026-07-04T02:17:53.057Z Downloaded daft v0.1.5
6432026-07-04T02:17:53.060Z Downloaded cargo_metadata v0.18.1
6442026-07-04T02:17:53.060Z Downloaded thiserror v1.0.69
6452026-07-04T02:17:53.063Z Downloaded schemars v0.8.22
6462026-07-04T02:17:53.069Z Downloaded wait-timeout v0.2.1
6472026-07-04T02:17:53.071Z Downloaded usdt-macro v0.5.0
6482026-07-04T02:17:53.071Z Downloaded usdt-attr-macro v0.5.0
6492026-07-04T02:17:53.071Z Downloaded tokio-rustls v0.25.0
6502026-07-04T02:17:53.075Z Downloaded term v1.2.0
6512026-07-04T02:17:53.075Z Downloaded waitgroup v0.1.2
6522026-07-04T02:17:53.077Z Downloaded version_check v0.9.5
6532026-07-04T02:17:53.077Z Downloaded utf8parse v0.2.2
6542026-07-04T02:17:53.077Z Downloaded utf8_iter v1.0.4
6552026-07-04T02:17:53.077Z Downloaded usdt-macro v0.6.0
6562026-07-04T02:17:53.080Z Downloaded toml_writer v1.1.1+spec-1.1.0
6572026-07-04T02:17:53.080Z Downloaded want v0.3.1
6582026-07-04T02:17:53.081Z Downloaded socket2 v0.6.4
6592026-07-04T02:17:53.083Z Downloaded scuffle v0.1.0
6602026-07-04T02:17:53.083Z Downloaded quinn v0.11.9
6612026-07-04T02:17:53.086Z Downloaded schemars v0.9.0
6622026-07-04T02:17:53.092Z Downloaded xattr v1.6.1
6632026-07-04T02:17:53.095Z Downloaded hashbrown v0.16.1
6642026-07-04T02:17:53.098Z Downloaded thiserror-impl v2.0.18
6652026-07-04T02:17:53.098Z Downloaded zeroize_derive v1.4.3
6662026-07-04T02:17:53.101Z Downloaded zerofrom-derive v0.1.6
6672026-07-04T02:17:53.101Z Downloaded qorb v0.4.1
6682026-07-04T02:17:53.104Z Downloaded tokio-rustls v0.26.4
6692026-07-04T02:17:53.104Z Downloaded ff v0.13.1
6702026-07-04T02:17:53.104Z Downloaded erased-serde v0.3.31
6712026-07-04T02:17:53.107Z Downloaded arrayvec v0.7.6
6722026-07-04T02:17:53.107Z Downloaded yoke-derive v0.8.0
6732026-07-04T02:17:53.109Z Downloaded instant v0.1.13
6742026-07-04T02:17:53.110Z Downloaded base64ct v1.8.0
6752026-07-04T02:17:53.110Z Downloaded time-macros v0.2.27
6762026-07-04T02:17:53.113Z Downloaded is-terminal v0.4.16
6772026-07-04T02:17:53.113Z Downloaded serde_yaml v0.9.34+deprecated
6782026-07-04T02:17:53.115Z Downloaded nom v7.1.3
6792026-07-04T02:17:53.118Z Downloaded goblin v0.8.2
6802026-07-04T02:17:53.121Z Downloaded usdt v0.6.0
6812026-07-04T02:17:53.121Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6822026-07-04T02:17:53.134Z Downloaded zone_cfg_derive v0.3.1
6832026-07-04T02:17:53.134Z Downloaded zone v0.3.1
6842026-07-04T02:17:53.134Z Downloaded fs_extra v1.3.0
6852026-07-04T02:17:53.134Z Downloaded fixedbitset v0.5.7
6862026-07-04T02:17:53.134Z Downloaded git-stub v1.0.0
6872026-07-04T02:17:53.134Z Downloaded usdt-impl v0.6.0
6882026-07-04T02:17:53.134Z Downloaded crossbeam-deque v0.8.6
6892026-07-04T02:17:53.134Z Downloaded critical-section v1.2.0
6902026-07-04T02:17:53.134Z Downloaded tokio-native-tls v0.3.1
6912026-07-04T02:17:53.135Z Downloaded const_format_proc_macros v0.2.34
6922026-07-04T02:17:53.135Z Downloaded zerofrom v0.1.6
6932026-07-04T02:17:53.135Z Downloaded bytecount v0.6.9
6942026-07-04T02:17:53.138Z Downloaded bit-vec v0.8.0
6952026-07-04T02:17:53.138Z Downloaded arrayref v0.3.9
6962026-07-04T02:17:53.138Z Downloaded cexpr v0.6.0
6972026-07-04T02:17:53.138Z Downloaded textwrap v0.16.2
6982026-07-04T02:17:53.140Z Downloaded usdt-impl v0.5.0
6992026-07-04T02:17:53.141Z Downloaded toml v0.8.23
7002026-07-04T02:17:53.141Z Downloaded rustls-webpki v0.103.6
7012026-07-04T02:17:53.143Z Downloaded embedded-io v0.6.1
7022026-07-04T02:17:53.143Z Downloaded async-stream-impl v0.3.6
7032026-07-04T02:17:53.146Z Downloaded foldhash v0.2.0
7042026-07-04T02:17:53.146Z Downloaded cpufeatures v0.3.0
7052026-07-04T02:17:53.146Z Downloaded ciborium-ll v0.2.2
7062026-07-04T02:17:53.146Z Downloaded ciborium-io v0.2.2
7072026-07-04T02:17:53.149Z Downloaded vsss-rs v3.3.4
7082026-07-04T02:17:53.149Z Downloaded rand v0.8.5
7092026-07-04T02:17:53.152Z Downloaded tokio-stream v0.1.17
7102026-07-04T02:17:53.156Z Downloaded test-strategy v0.4.3
7112026-07-04T02:17:53.158Z Downloaded rand v0.9.3
7122026-07-04T02:17:53.158Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7132026-07-04T02:17:53.161Z Downloaded toml_parser v1.1.2+spec-1.1.0
7142026-07-04T02:17:53.161Z Downloaded writeable v0.6.1
7152026-07-04T02:17:53.161Z Downloaded ucd-trie v0.1.7
7162026-07-04T02:17:53.164Z Downloaded yoke v0.8.0
7172026-07-04T02:17:53.164Z Downloaded hyper-util v0.1.20
7182026-07-04T02:17:53.167Z Downloaded hashbrown v0.15.5
7192026-07-04T02:17:53.170Z Downloaded itertools v0.12.1
7202026-07-04T02:17:53.173Z Downloaded hashbrown v0.12.3
7212026-07-04T02:17:53.176Z Downloaded whoami v1.6.1
7222026-07-04T02:17:53.179Z Downloaded walkdir v2.5.0
7232026-07-04T02:17:53.179Z Downloaded idna v1.1.0
7242026-07-04T02:17:53.182Z Downloaded snafu v0.8.9
7252026-07-04T02:17:53.185Z Downloaded iri-string v0.7.8
7262026-07-04T02:17:53.188Z Downloaded clap_builder v4.6.0
7272026-07-04T02:17:53.191Z Downloaded tracing-attributes v0.1.30
7282026-07-04T02:17:53.194Z Downloaded async-trait v0.1.89
7292026-07-04T02:17:53.196Z Downloaded tinyvec v1.10.0
7302026-07-04T02:17:53.197Z Downloaded enum-as-inner v0.6.1
7312026-07-04T02:17:53.199Z Downloaded serde v1.0.228
7322026-07-04T02:17:53.199Z Downloaded dunce v1.0.5
7332026-07-04T02:17:53.202Z Downloaded aead v0.5.2
7342026-07-04T02:17:53.202Z Downloaded serde_derive v1.0.228
7352026-07-04T02:17:53.202Z Downloaded block-buffer v0.10.4
7362026-07-04T02:17:53.205Z Downloaded atomicwrites v0.4.4
7372026-07-04T02:17:53.205Z Downloaded data-encoding v2.9.0
7382026-07-04T02:17:53.205Z Downloaded schemars v1.2.0
7392026-07-04T02:17:53.212Z Downloaded zmij v1.0.17
7402026-07-04T02:17:53.215Z Downloaded zerovec-derive v0.11.1
7412026-07-04T02:17:53.215Z Downloaded zerocopy-derive v0.7.35
7422026-07-04T02:17:53.218Z Downloaded zeroize v1.8.1
7432026-07-04T02:17:53.218Z Downloaded unsafe-libyaml v0.2.11
7442026-07-04T02:17:53.221Z Downloaded steno v0.4.1
7452026-07-04T02:17:53.224Z Downloaded pest v2.8.2
7462026-07-04T02:17:53.224Z Downloaded toml v1.1.2+spec-1.1.0
7472026-07-04T02:17:53.228Z Downloaded toml v0.9.12+spec-1.1.0
7482026-07-04T02:17:53.231Z Downloaded toml v0.7.8
7492026-07-04T02:17:53.231Z Downloaded hyper v1.10.1
7502026-07-04T02:17:53.234Z Downloaded uuid v1.23.2
7512026-07-04T02:17:53.237Z Downloaded constant_time_eq v0.3.1
7522026-07-04T02:17:53.237Z Downloaded compression-core v0.4.32
7532026-07-04T02:17:53.241Z Downloaded convert_case v0.4.0
7542026-07-04T02:17:53.241Z Downloaded dropshot-api-manager v0.7.2
7552026-07-04T02:17:53.244Z Downloaded bit-set v0.8.0
7562026-07-04T02:17:53.244Z Downloaded foreign-types v0.5.0
7572026-07-04T02:17:53.244Z Downloaded cfg-if v1.0.4
7582026-07-04T02:17:53.244Z Downloaded camino-tempfile v1.4.1
7592026-07-04T02:17:53.247Z Downloaded bitflags v1.3.2
7602026-07-04T02:17:53.247Z Downloaded autocfg v1.5.0
7612026-07-04T02:17:53.247Z Downloaded anstyle v1.0.14
7622026-07-04T02:17:53.250Z Downloaded byteorder v1.5.0
7632026-07-04T02:17:53.250Z Downloaded backoff v0.4.0
7642026-07-04T02:17:53.250Z Downloaded defmt-parser v1.0.0
7652026-07-04T02:17:53.253Z Downloaded bitflags v2.11.1
7662026-07-04T02:17:53.255Z Downloaded typify v0.4.3
7672026-07-04T02:17:53.256Z Downloaded typify v0.6.2
7682026-07-04T02:17:53.259Z Downloaded tracing-core v0.1.34
7692026-07-04T02:17:53.262Z Downloaded icu_properties_data v2.0.1
7702026-07-04T02:17:53.265Z Downloaded unicode-ident v1.0.24
7712026-07-04T02:17:53.265Z Downloaded h2 v0.4.14
7722026-07-04T02:17:53.268Z Downloaded derive_more v0.99.20
7732026-07-04T02:17:53.271Z Downloaded cobs v0.3.0
7742026-07-04T02:17:53.280Z Downloaded tar v0.4.45
7752026-07-04T02:17:53.283Z Downloaded vergen v8.3.2
7762026-07-04T02:17:53.288Z Downloaded itertools v0.13.0
7772026-07-04T02:17:53.291Z Downloaded iddqd v0.3.18
7782026-07-04T02:17:53.296Z Downloaded libm v0.2.15
7792026-07-04T02:17:53.312Z Downloaded aho-corasick v1.1.3
7802026-07-04T02:17:53.319Z Downloaded zerotrie v0.2.2
7812026-07-04T02:17:53.330Z Downloaded regex v1.12.3
7822026-07-04T02:17:53.335Z Downloaded toml_edit v0.22.27
7832026-07-04T02:17:53.338Z Downloaded itertools v0.14.0
7842026-07-04T02:17:53.341Z Downloaded zerocopy-derive v0.8.27
7852026-07-04T02:17:53.346Z Downloaded tracing v0.1.41
7862026-07-04T02:17:53.352Z Downloaded blake3 v1.8.2
7872026-07-04T02:17:53.355Z Downloaded hkdf v0.12.4
7882026-07-04T02:17:53.355Z Downloaded toml_edit v0.19.15
7892026-07-04T02:17:53.362Z Downloaded tower v0.5.2
7902026-07-04T02:17:53.367Z Downloaded url v2.5.7
7912026-07-04T02:17:53.370Z Downloaded tokio-util v0.7.16
7922026-07-04T02:17:53.373Z Downloaded aws-lc-rs v1.16.2
7932026-07-04T02:17:53.378Z Downloaded bindgen v0.72.1
7942026-07-04T02:17:53.382Z Downloaded iddqd v0.4.5
7952026-07-04T02:17:53.387Z Downloaded rayon v1.11.0
7962026-07-04T02:17:53.394Z Downloaded typed-path v0.9.3
7972026-07-04T02:17:53.396Z Downloaded chrono v0.4.45
7982026-07-04T02:17:53.400Z Downloaded typenum v1.20.1
7992026-07-04T02:17:53.403Z Downloaded tough v0.20.0
8002026-07-04T02:17:53.407Z Downloaded serde_json v1.0.150
8012026-07-04T02:17:53.413Z Downloaded reqwest v0.13.2
8022026-07-04T02:17:53.417Z Downloaded reqwest v0.12.23
8032026-07-04T02:17:53.431Z Downloaded git2 v0.19.0
8042026-07-04T02:17:53.441Z Downloaded unicode-segmentation v1.12.0
8052026-07-04T02:17:53.451Z Downloaded portable-atomic v1.11.1
8062026-07-04T02:17:53.462Z Downloaded serde_with v3.21.0
8072026-07-04T02:17:53.469Z Downloaded goblin v0.10.1
8082026-07-04T02:17:53.483Z Downloaded unicode-normalization v0.1.24
8092026-07-04T02:17:53.489Z Downloaded curve25519-dalek v4.1.3
8102026-07-04T02:17:53.500Z Downloaded tower-http v0.6.8
8112026-07-04T02:17:53.504Z Downloaded winnow v1.0.3
8122026-07-04T02:17:53.510Z Downloaded proptest v1.8.0
8132026-07-04T02:17:53.524Z Downloaded time v0.3.47
8142026-07-04T02:17:53.546Z Downloaded bstr v1.12.0
8152026-07-04T02:17:53.550Z Downloaded zerovec v0.11.4
8162026-07-04T02:17:53.553Z Downloaded vcpkg v0.2.15
8172026-07-04T02:17:53.577Z Downloaded zerocopy v0.8.27
8182026-07-04T02:17:53.590Z Downloaded unicode-width v0.1.14
8192026-07-04T02:17:53.594Z Downloaded syn v2.0.117
8202026-07-04T02:17:53.601Z Downloaded nix v0.31.3
8212026-07-04T02:17:53.609Z Downloaded quinn-proto v0.11.14
8222026-07-04T02:17:53.613Z Downloaded openapiv3 v2.2.0
8232026-07-04T02:17:53.621Z Downloaded zerocopy v0.7.35
8242026-07-04T02:17:53.631Z Downloaded winnow v0.7.14
8252026-07-04T02:17:53.636Z Downloaded tabled v0.15.0
8262026-07-04T02:17:53.646Z Downloaded rustix v0.38.44
8272026-07-04T02:17:53.660Z Downloaded tabled v0.20.0
8282026-07-04T02:17:53.670Z Downloaded rustix v1.1.4
8292026-07-04T02:17:53.685Z Downloaded syn v1.0.109
8302026-07-04T02:17:53.690Z Downloaded chrono-tz v0.10.4
8312026-07-04T02:17:53.702Z Downloaded moka v0.12.11
8322026-07-04T02:17:53.708Z Downloaded winnow v0.5.40
8332026-07-04T02:17:53.713Z Downloaded unicode-width v0.2.1
8342026-07-04T02:17:53.717Z Downloaded rustls-webpki v0.102.8
8352026-07-04T02:17:53.728Z Downloaded openssl v0.10.80
8362026-07-04T02:17:53.734Z Downloaded nix v0.30.1
8372026-07-04T02:17:53.742Z Downloaded dropshot v0.17.1
8382026-07-04T02:17:53.754Z Downloaded dropshot v0.16.7
8392026-07-04T02:17:53.766Z Downloaded webpki-roots v1.0.2
8402026-07-04T02:17:53.769Z Downloaded rustls v0.22.4
8412026-07-04T02:17:53.775Z Downloaded regress v0.10.5
8422026-07-04T02:17:53.780Z Downloaded smoltcp v0.11.0
8432026-07-04T02:17:53.787Z Downloaded hickory-proto v0.24.4
8442026-07-04T02:17:53.799Z Downloaded hickory-proto v0.25.2
8452026-07-04T02:17:53.807Z Downloaded regress v0.11.1
8462026-07-04T02:17:53.812Z Downloaded petgraph v0.8.2
8472026-07-04T02:17:53.824Z Downloaded rustls v0.23.40
8482026-07-04T02:17:53.831Z Downloaded csv v1.4.0
8492026-07-04T02:17:53.843Z Downloaded regex-syntax v0.8.6
8502026-07-04T02:17:53.855Z Downloaded sha3 v0.10.8
8512026-07-04T02:17:53.908Z Downloaded typify-impl v0.6.2
8522026-07-04T02:17:53.931Z Downloaded typify-impl v0.4.3
8532026-07-04T02:17:53.971Z Downloaded curl-sys v0.4.83+curl-8.15.0
8542026-07-04T02:17:54.005Z Downloaded regex-automata v0.4.13
8552026-07-04T02:17:54.021Z Downloaded jiff v0.2.15
8562026-07-04T02:17:54.042Z Downloaded petgraph v0.6.5
8572026-07-04T02:17:54.072Z Downloaded libz-sys v1.1.22
8582026-07-04T02:17:54.086Z Downloaded libc v0.2.186
8592026-07-04T02:17:54.129Z Downloaded tokio v1.52.3
8602026-07-04T02:17:54.214Z Downloaded encoding_rs v0.8.35
8612026-07-04T02:17:54.236Z Downloaded ring v0.17.14
8622026-07-04T02:17:54.261Z Downloaded libgit2-sys v0.17.0+1.8.1
8632026-07-04T02:17:54.547Z Downloaded aws-lc-sys v0.39.1
8642026-07-04T02:17:54.868Z Compiling proc-macro2 v1.0.106
8652026-07-04T02:17:54.868Z Compiling quote v1.0.45
8662026-07-04T02:17:54.868Z Compiling unicode-ident v1.0.24
8672026-07-04T02:17:54.868Z Compiling serde_core v1.0.228
8682026-07-04T02:17:54.871Z Compiling serde v1.0.228
8692026-07-04T02:17:54.871Z Compiling libc v0.2.186
8702026-07-04T02:17:54.871Z Checking cfg-if v1.0.4
8712026-07-04T02:17:55.203Z Compiling zmij v1.0.17
8722026-07-04T02:17:55.220Z Compiling autocfg v1.5.0
8732026-07-04T02:17:55.514Z Compiling memchr v2.7.5
8742026-07-04T02:17:55.518Z Compiling libm v0.2.15
8752026-07-04T02:17:55.857Z Compiling getrandom v0.4.2
8762026-07-04T02:17:56.013Z Compiling thiserror v2.0.18
8772026-07-04T02:17:56.030Z Checking smallvec v1.15.1
8782026-07-04T02:17:56.033Z Checking itoa v1.0.15
8792026-07-04T02:17:56.113Z Compiling version_check v0.9.5
8802026-07-04T02:17:56.149Z Compiling jobserver v0.1.34
8812026-07-04T02:17:56.210Z Compiling find-msvc-tools v0.1.9
8822026-07-04T02:17:56.457Z Compiling syn v2.0.117
8832026-07-04T02:17:56.512Z Compiling shlex v2.0.1
8842026-07-04T02:17:56.529Z Compiling icu_normalizer_data v2.0.0
8852026-07-04T02:17:56.545Z Compiling icu_properties_data v2.0.1
8862026-07-04T02:17:56.672Z Compiling cc v1.2.63
8872026-07-04T02:17:56.694Z Compiling parking_lot_core v0.9.12
8882026-07-04T02:17:56.697Z Checking stable_deref_trait v1.2.0
8892026-07-04T02:17:56.794Z Compiling serde_json v1.0.150
8902026-07-04T02:17:56.828Z Compiling heck v0.5.0
8912026-07-04T02:17:57.055Z Checking litemap v0.8.0
8922026-07-04T02:17:57.075Z Checking writeable v0.6.1
8932026-07-04T02:17:57.256Z Compiling num-traits v0.2.19
8942026-07-04T02:17:57.274Z Checking percent-encoding v2.3.2
8952026-07-04T02:17:57.538Z Checking form_urlencoded v1.2.2
8962026-07-04T02:17:57.673Z Checking utf8_iter v1.0.4
8972026-07-04T02:17:57.690Z Compiling zerocopy v0.8.27
8982026-07-04T02:17:57.706Z Checking pin-project-lite v0.2.16
8992026-07-04T02:17:57.783Z Checking iana-time-zone v0.1.64
9002026-07-04T02:17:57.801Z Compiling rustversion v1.0.22
9012026-07-04T02:17:57.805Z Compiling log v0.4.29
9022026-07-04T02:17:57.898Z Compiling equivalent v1.0.2
9032026-07-04T02:17:57.995Z Compiling semver v1.0.28
9042026-07-04T02:17:57.999Z Checking socket2 v0.6.4
9052026-07-04T02:17:58.027Z Checking uuid v1.23.2
9062026-07-04T02:17:58.136Z Checking scopeguard v1.2.0
9072026-07-04T02:17:58.248Z Checking lock_api v0.4.14
9082026-07-04T02:17:58.318Z Checking signal-hook-registry v1.4.6
9092026-07-04T02:17:58.421Z Checking bitflags v2.11.1
9102026-07-04T02:17:58.455Z Checking getrandom v0.2.16
9112026-07-04T02:17:58.475Z Checking mio v1.2.1
9122026-07-04T02:17:58.475Z Checking dyn-clone v1.0.20
9132026-07-04T02:17:58.507Z Checking parking_lot v0.12.5
9142026-07-04T02:17:58.523Z Compiling schemars v0.8.22
9152026-07-04T02:17:58.697Z Compiling portable-atomic v1.11.1
9162026-07-04T02:17:58.766Z Checking futures-core v0.3.32
9172026-07-04T02:17:58.802Z Checking critical-section v1.2.0
9182026-07-04T02:17:58.807Z Compiling ring v0.17.14
9192026-07-04T02:17:58.929Z Compiling hashbrown v0.17.1
9202026-07-04T02:17:58.946Z Compiling httparse v1.10.1
9212026-07-04T02:17:59.022Z Compiling thiserror v1.0.69
9222026-07-04T02:17:59.227Z Checking futures-sink v0.3.32
9232026-07-04T02:17:59.352Z Compiling synstructure v0.13.2
9242026-07-04T02:17:59.356Z Compiling serde_derive_internals v0.29.1
9252026-07-04T02:17:59.577Z Compiling indexmap v2.14.0
9262026-07-04T02:17:59.670Z Checking once_cell v1.21.3
9272026-07-04T02:17:59.820Z Compiling regex-syntax v0.8.6
9282026-07-04T02:18:00.027Z Compiling rustix v1.1.4
9292026-07-04T02:18:00.121Z Checking slab v0.4.11
9302026-07-04T02:18:00.138Z Compiling aho-corasick v1.1.3
9312026-07-04T02:18:00.229Z Checking subtle v2.6.1
9322026-07-04T02:18:00.256Z Compiling ucd-trie v0.1.7
9332026-07-04T02:18:00.379Z Checking futures-channel v0.3.32
9342026-07-04T02:18:00.489Z Compiling anyhow v1.0.102
9352026-07-04T02:18:00.591Z Checking rand_core v0.6.4
9362026-07-04T02:18:00.611Z Checking futures-task v0.3.32
9372026-07-04T02:18:00.629Z Compiling serde_derive v1.0.228
9382026-07-04T02:18:00.734Z Compiling zerofrom-derive v0.1.6
9392026-07-04T02:18:00.751Z Compiling yoke-derive v0.8.0
9402026-07-04T02:18:00.755Z Compiling zerovec-derive v0.11.1
9412026-07-04T02:18:00.803Z Compiling displaydoc v0.2.5
9422026-07-04T02:18:01.561Z Compiling thiserror-impl v2.0.18
9432026-07-04T02:18:01.578Z Compiling schemars_derive v0.8.22
9442026-07-04T02:18:01.780Z Compiling tokio-macros v2.7.0
9452026-07-04T02:18:01.892Z Compiling zerocopy-derive v0.8.27
9462026-07-04T02:18:01.931Z Checking zerofrom v0.1.6
9472026-07-04T02:18:01.986Z Compiling futures-macro v0.3.32
9482026-07-04T02:18:02.062Z Checking yoke v0.8.0
9492026-07-04T02:18:02.243Z Checking zerovec v0.11.4
9502026-07-04T02:18:02.520Z Checking zerotrie v0.2.2
9512026-07-04T02:18:02.768Z Compiling zeroize_derive v1.4.3
9522026-07-04T02:18:02.786Z Compiling thiserror-impl v1.0.69
9532026-07-04T02:18:02.909Z Compiling regex-automata v0.4.13
9542026-07-04T02:18:02.924Z Compiling pest v2.8.2
9552026-07-04T02:18:02.955Z Checking tinystr v0.8.1
9562026-07-04T02:18:03.114Z Checking potential_utf v0.1.3
9572026-07-04T02:18:03.139Z Checking icu_locale_core v2.0.0
9582026-07-04T02:18:03.249Z Checking icu_collections v2.0.0
9592026-07-04T02:18:03.509Z Checking zeroize v1.8.1
9602026-07-04T02:18:03.592Z Checking icu_provider v2.0.0
9612026-07-04T02:18:03.732Z Checking bytes v1.11.1
9622026-07-04T02:18:03.839Z Checking icu_normalizer v2.0.0
9632026-07-04T02:18:03.919Z Checking icu_properties v2.0.1
9642026-07-04T02:18:03.944Z Checking chrono v0.4.45
9652026-07-04T02:18:04.157Z Compiling serde_tokenstream v0.2.3
9662026-07-04T02:18:04.176Z Checking tokio v1.52.3
9672026-07-04T02:18:04.432Z Compiling pest_meta v2.8.2
9682026-07-04T02:18:04.718Z Compiling regex v1.12.3
9692026-07-04T02:18:04.734Z Checking idna_adapter v1.2.1
9702026-07-04T02:18:04.860Z Checking idna v1.1.0
9712026-07-04T02:18:04.876Z Checking futures-io v0.3.32
9722026-07-04T02:18:05.001Z Checking typenum v1.20.1
9732026-07-04T02:18:05.017Z Compiling pest_generator v2.8.2
9742026-07-04T02:18:05.111Z Checking futures-util v0.3.32
9752026-07-04T02:18:05.126Z Checking url v2.5.7
9762026-07-04T02:18:05.496Z Compiling getrandom v0.3.4
9772026-07-04T02:18:05.658Z Compiling tracing-attributes v0.1.30
9782026-07-04T02:18:05.747Z Compiling pest_derive v2.8.2
9792026-07-04T02:18:05.764Z Checking tracing-core v0.1.34
9802026-07-04T02:18:05.852Z Compiling allocator-api2 v0.2.21
9812026-07-04T02:18:06.063Z Compiling pkg-config v0.3.32
9822026-07-04T02:18:06.172Z Compiling foldhash v0.2.0
9832026-07-04T02:18:06.191Z Checking fnv v1.0.7
9842026-07-04T02:18:06.291Z Checking http v1.4.2
9852026-07-04T02:18:06.404Z Compiling hashbrown v0.16.1
9862026-07-04T02:18:06.568Z Compiling generic-array v0.14.7
9872026-07-04T02:18:06.603Z Compiling vcpkg v0.2.15
9882026-07-04T02:18:06.887Z Compiling time-core v0.1.8
9892026-07-04T02:18:06.922Z Compiling byteorder v1.5.0
9902026-07-04T02:18:06.938Z Checking tracing v0.1.41
9912026-07-04T02:18:06.989Z Compiling num-conv v0.2.1
9922026-07-04T02:18:07.144Z Compiling time-macros v0.2.27
9932026-07-04T02:18:07.162Z Checking errno v0.3.14
9942026-07-04T02:18:07.178Z Checking base64 v0.22.1
9952026-07-04T02:18:07.289Z Checking ipnet v2.11.0
9962026-07-04T02:18:07.370Z Checking tokio-util v0.7.16
9972026-07-04T02:18:07.424Z Compiling scroll_derive v0.13.1
9982026-07-04T02:18:07.529Z Compiling camino v1.2.2
9992026-07-04T02:18:07.703Z Checking crypto-common v0.1.6
10002026-07-04T02:18:07.830Z Checking http-body v1.0.1
10012026-07-04T02:18:07.866Z Checking atomic-waker v1.1.2
10022026-07-04T02:18:07.931Z Compiling crossbeam-utils v0.8.21
10032026-07-04T02:18:07.985Z Checking ppv-lite86 v0.2.21
10042026-07-04T02:18:08.174Z Compiling slog v2.8.2
10052026-07-04T02:18:08.277Z Checking tower-layer v0.3.3
10062026-07-04T02:18:08.294Z Compiling paste v1.0.15
10072026-07-04T02:18:08.297Z Checking try-lock v0.2.5
10082026-07-04T02:18:08.328Z Checking tower-service v0.3.3
10092026-07-04T02:18:08.398Z Checking want v0.3.1
10102026-07-04T02:18:08.433Z Checking h2 v0.4.14
10112026-07-04T02:18:08.465Z Checking ipnetwork v0.21.1
10122026-07-04T02:18:08.523Z Checking erased-serde v0.3.31
10132026-07-04T02:18:08.564Z Checking rustls-pki-types v1.12.0
10142026-07-04T02:18:08.615Z Checking pretty-hex v0.4.1
10152026-07-04T02:18:08.648Z Compiling strsim v0.11.1
10162026-07-04T02:18:08.678Z Checking httpdate v1.0.3
10172026-07-04T02:18:08.735Z Checking ryu v1.0.20
10182026-07-04T02:18:08.826Z Compiling async-trait v0.1.89
10192026-07-04T02:18:08.842Z Checking untrusted v0.9.0
10202026-07-04T02:18:08.931Z Compiling scroll v0.13.0
10212026-07-04T02:18:09.149Z Compiling usdt-impl v0.6.0
10222026-07-04T02:18:09.153Z Compiling ident_case v1.0.1
10232026-07-04T02:18:09.186Z Checking plain v0.2.3
10242026-07-04T02:18:09.261Z Checking http-body-util v0.1.3
10252026-07-04T02:18:09.295Z Compiling openssl-sys v0.9.116
10262026-07-04T02:18:09.374Z Compiling goblin v0.10.1
10272026-07-04T02:18:09.421Z Compiling cmake v0.1.54
10282026-07-04T02:18:09.635Z Compiling slog-async v2.8.0
10292026-07-04T02:18:09.768Z Compiling dunce v1.0.5
10302026-07-04T02:18:09.801Z Compiling fs_extra v1.3.0
10312026-07-04T02:18:09.884Z Checking rand_core v0.9.3
10322026-07-04T02:18:09.914Z Checking serde_urlencoded v0.7.1
10332026-07-04T02:18:09.949Z Checking oxnet v0.1.6
10342026-07-04T02:18:09.979Z Checking block-buffer v0.10.4
10352026-07-04T02:18:10.054Z Compiling aws-lc-sys v0.39.1
10362026-07-04T02:18:10.057Z Compiling regress v0.10.5
10372026-07-04T02:18:10.117Z Compiling dtrace-parser v0.3.0
10382026-07-04T02:18:10.120Z Compiling openapiv3 v2.2.0
10392026-07-04T02:18:10.207Z Compiling thread-id v5.0.0
10402026-07-04T02:18:10.343Z Checking hyper v1.10.1
10412026-07-04T02:18:10.732Z Checking digest v0.10.7
10422026-07-04T02:18:10.932Z Compiling omicron-workspace-hack v0.1.0
10432026-07-04T02:18:10.935Z Checking rand_chacha v0.9.0
10442026-07-04T02:18:11.140Z Compiling daft-derive v0.1.5
10452026-07-04T02:18:11.178Z Checking powerfmt v0.2.0
10462026-07-04T02:18:11.259Z Checking hyper-util v0.1.20
10472026-07-04T02:18:11.377Z Compiling aws-lc-rs v1.16.2
10482026-07-04T02:18:11.623Z Compiling typify-impl v0.4.3
10492026-07-04T02:18:11.688Z Checking deranged v0.5.3
10502026-07-04T02:18:11.905Z Checking rand v0.9.3
10512026-07-04T02:18:12.297Z Compiling dof v0.4.0
10522026-07-04T02:18:12.374Z Checking num_threads v0.1.7
10532026-07-04T02:18:12.459Z Compiling syn v1.0.109
10542026-07-04T02:18:12.641Z Compiling unsafe-libyaml v0.2.11
10552026-07-04T02:18:12.835Z Checking time v0.3.47
10562026-07-04T02:18:13.047Z Checking sync_wrapper v1.0.2
10572026-07-04T02:18:13.151Z Compiling serde_yaml v0.9.34+deprecated
10582026-07-04T02:18:13.272Z Compiling usdt-attr-macro v0.6.0
10592026-07-04T02:18:13.305Z Compiling usdt-macro v0.6.0
10602026-07-04T02:18:13.793Z Checking encoding_rs v0.8.35
10612026-07-04T02:18:13.938Z Checking mime v0.3.17
10622026-07-04T02:18:13.967Z Checking untrusted v0.7.1
10632026-07-04T02:18:14.083Z Checking cpufeatures v0.2.17
10642026-07-04T02:18:14.115Z Checking tower v0.5.2
10652026-07-04T02:18:14.153Z Checking crossbeam-channel v0.5.15
10662026-07-04T02:18:14.400Z Checking futures-executor v0.3.32
10672026-07-04T02:18:14.485Z Compiling structmeta-derive v0.3.0
10682026-07-04T02:18:14.501Z Compiling multer v3.1.0
10692026-07-04T02:18:14.534Z Compiling rustls v0.22.4
10702026-07-04T02:18:14.551Z Compiling rustls v0.23.40
10712026-07-04T02:18:14.722Z Checking iri-string v0.7.8
10722026-07-04T02:18:14.771Z Checking futures v0.3.32
10732026-07-04T02:18:14.789Z Compiling async-stream-impl v0.3.6
10742026-07-04T02:18:14.848Z Checking thread_local v1.1.9
10752026-07-04T02:18:14.976Z Compiling typify-macro v0.4.3
10762026-07-04T02:18:15.012Z Checking unicode-width v0.2.1
10772026-07-04T02:18:15.049Z Checking hex v0.4.3
10782026-07-04T02:18:15.266Z Compiling openssl v0.10.80
10792026-07-04T02:18:15.269Z Checking fastrand v2.3.0
10802026-07-04T02:18:15.413Z Checking foreign-types-shared v0.1.1
10812026-07-04T02:18:15.462Z Checking tempfile v3.27.0
10822026-07-04T02:18:15.499Z Checking foreign-types v0.3.2
10832026-07-04T02:18:15.516Z Compiling structmeta v0.3.0
10842026-07-04T02:18:15.573Z Compiling strum_macros v0.26.4
10852026-07-04T02:18:15.657Z Compiling openssl-macros v0.1.1
10862026-07-04T02:18:15.712Z Checking memmap2 v0.9.8
10872026-07-04T02:18:15.729Z Checking tower-http v0.6.8
10882026-07-04T02:18:15.779Z Checking is-terminal v0.4.16
10892026-07-04T02:18:15.870Z Checking openssl-probe v0.1.6
10902026-07-04T02:18:15.978Z Checking take_mut v0.2.2
10912026-07-04T02:18:15.993Z Checking term v1.2.0
10922026-07-04T02:18:16.082Z Compiling native-tls v0.2.14
10932026-07-04T02:18:16.111Z Checking match_cfg v0.1.0
10942026-07-04T02:18:16.184Z Checking hostname v0.3.1
10952026-07-04T02:18:16.209Z Checking slog-term v2.9.2
10962026-07-04T02:18:16.457Z Compiling typify v0.4.3
10972026-07-04T02:18:16.527Z Checking slog-json v2.6.1
10982026-07-04T02:18:16.548Z Compiling newtype-uuid-macros v0.1.0
10992026-07-04T02:18:16.682Z Compiling ref-cast v1.0.25
11002026-07-04T02:18:16.770Z Checking slog-bunyan v2.5.0
11012026-07-04T02:18:17.048Z Compiling darling_core v0.23.0
11022026-07-04T02:18:17.122Z Compiling ref-cast-impl v1.0.25
11032026-07-04T02:18:17.175Z Compiling dropshot v0.16.7
11042026-07-04T02:18:17.406Z Compiling derive-ex v0.1.8
11052026-07-04T02:18:17.476Z Checking webpki-roots v1.0.2
11062026-07-04T02:18:17.602Z Compiling dropshot_endpoint v0.16.7
11072026-07-04T02:18:17.723Z Compiling strum_macros v0.27.2
11082026-07-04T02:18:18.496Z Checking tokio-native-tls v0.3.1
11092026-07-04T02:18:18.657Z Checking winnow v0.7.14
11102026-07-04T02:18:19.023Z Compiling test-strategy v0.4.3
11112026-07-04T02:18:19.040Z Checking hyper-tls v0.6.0
11122026-07-04T02:18:19.158Z Compiling darling_macro v0.23.0
11132026-07-04T02:18:19.200Z Compiling progenitor-impl v0.11.1
11142026-07-04T02:18:19.286Z Checking newtype-uuid v1.3.2
11152026-07-04T02:18:19.394Z Checking usdt v0.6.0
11162026-07-04T02:18:19.473Z Checking winnow v1.0.3
11172026-07-04T02:18:19.491Z Checking either v1.15.0
11182026-07-04T02:18:19.674Z Checking daft v0.1.5
11192026-07-04T02:18:19.706Z Compiling darling v0.23.0
11202026-07-04T02:18:19.757Z Checking toml_parser v1.1.2+spec-1.1.0
11212026-07-04T02:18:19.791Z Compiling serde_with_macros v3.21.0
11222026-07-04T02:18:19.808Z Checking serde_spanned v1.1.1
11232026-07-04T02:18:19.887Z Checking toml_writer v1.1.1+spec-1.1.0
11242026-07-04T02:18:19.940Z Checking debug-ignore v1.0.5
11252026-07-04T02:18:20.077Z Checking spin v0.9.8
11262026-07-04T02:18:20.096Z Compiling parse-display-derive v0.10.0
11272026-07-04T02:18:20.320Z Checking async-stream v0.3.6
11282026-07-04T02:18:20.410Z Checking rustls-webpki v0.102.8
11292026-07-04T02:18:20.441Z Checking rustls-pemfile v2.2.0
11302026-07-04T02:18:20.457Z Checking waitgroup v0.1.2
11312026-07-04T02:18:20.560Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11322026-07-04T02:18:20.585Z Checking serde_path_to_error v0.1.20
11332026-07-04T02:18:20.766Z Checking hostname v0.4.2
11342026-07-04T02:18:20.872Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11352026-07-04T02:18:21.013Z Checking strum v0.26.3
11362026-07-04T02:18:21.128Z Checking rand_chacha v0.3.1
11372026-07-04T02:18:21.204Z Compiling toml_datetime v0.6.11
11382026-07-04T02:18:21.270Z Compiling progenitor-macro v0.11.1
11392026-07-04T02:18:21.359Z Checking macaddr v1.0.1
11402026-07-04T02:18:21.457Z Checking toml_datetime v0.7.5+spec-1.1.0
11412026-07-04T02:18:21.545Z Checking wait-timeout v0.2.1
11422026-07-04T02:18:21.660Z Checking bit-vec v0.8.0
11432026-07-04T02:18:21.676Z Checking quick-error v1.2.3
11442026-07-04T02:18:21.692Z Checking lazy_static v1.5.0
11452026-07-04T02:18:21.779Z Checking rusty-fork v0.3.0
11462026-07-04T02:18:21.796Z Checking toml v0.9.12+spec-1.1.0
11472026-07-04T02:18:21.855Z Checking bit-set v0.8.0
11482026-07-04T02:18:21.949Z Checking rand v0.8.5
11492026-07-04T02:18:22.002Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11502026-07-04T02:18:22.316Z Checking tokio-rustls v0.25.0
11512026-07-04T02:18:22.333Z Checking tabwriter v1.4.1
11522026-07-04T02:18:22.371Z Checking sha1 v0.10.6
11532026-07-04T02:18:22.458Z Checking rand_xorshift v0.4.0
11542026-07-04T02:18:22.493Z Compiling clap_derive v4.6.1
11552026-07-04T02:18:22.534Z Checking utf8parse v0.2.2
11562026-07-04T02:18:22.578Z Checking colored v3.1.1
11572026-07-04T02:18:22.581Z Checking unarray v0.1.4
11582026-07-04T02:18:22.682Z Checking anstyle-parse v1.0.0
11592026-07-04T02:18:22.699Z Checking proptest v1.8.0
11602026-07-04T02:18:22.771Z Checking strum v0.27.2
11612026-07-04T02:18:22.879Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11622026-07-04T02:18:22.938Z Checking terminal_size v0.4.3
11632026-07-04T02:18:23.295Z Checking colorchoice v1.0.4
11642026-07-04T02:18:23.401Z Checking is_terminal_polyfill v1.70.1
11652026-07-04T02:18:23.423Z Checking anstyle-query v1.1.4
11662026-07-04T02:18:23.493Z Checking anstyle v1.0.14
11672026-07-04T02:18:23.680Z Checking anstream v1.0.0
11682026-07-04T02:18:23.735Z Checking itertools v0.14.0
11692026-07-04T02:18:23.879Z Checking clap_lex v1.1.0
11702026-07-04T02:18:24.316Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11712026-07-04T02:18:24.529Z Checking clap_builder v4.6.0
11722026-07-04T02:18:24.917Z Checking serde_with v3.21.0
11732026-07-04T02:18:25.625Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11742026-07-04T02:18:25.726Z Checking instant v0.1.13
11752026-07-04T02:18:25.769Z Checking clap v4.6.1
11762026-07-04T02:18:25.978Z Checking rustc-hash v2.1.1
11772026-07-04T02:18:26.026Z Checking backoff v0.4.0
11782026-07-04T02:18:26.091Z Checking iddqd v0.3.18
11792026-07-04T02:18:26.200Z Checking parse-display v0.10.0
11802026-07-04T02:18:26.348Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11812026-07-04T02:18:26.385Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11822026-07-04T02:18:27.823Z Compiling cfg_aliases v0.2.1
11832026-07-04T02:18:28.002Z Compiling num-derive v0.4.2
11842026-07-04T02:18:28.367Z Compiling rustls-webpki v0.103.6
11852026-07-04T02:18:28.935Z Compiling prettyplease v0.2.37
11862026-07-04T02:18:31.072Z Checking serde_spanned v0.6.9
11872026-07-04T02:18:31.191Z Compiling memoffset v0.9.1
11882026-07-04T02:18:31.587Z Compiling tokio-rustls v0.26.4
11892026-07-04T02:18:32.105Z Compiling nix v0.30.1
11902026-07-04T02:18:32.503Z Compiling hyper-rustls v0.27.7
11912026-07-04T02:18:32.749Z Compiling reqwest v0.12.23
11922026-07-04T02:18:33.667Z Checking crossbeam-epoch v0.9.18
11932026-07-04T02:18:33.884Z Compiling progenitor-client v0.11.1
11942026-07-04T02:18:33.977Z Compiling winnow v0.5.40
11952026-07-04T02:18:35.225Z Compiling toml_edit v0.19.15
11962026-07-04T02:18:35.447Z Compiling progenitor v0.11.1
11972026-07-04T02:18:36.291Z Compiling num-integer v0.1.46
11982026-07-04T02:18:36.894Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11992026-07-04T02:18:36.918Z Compiling proc-macro-crate v1.3.1
12002026-07-04T02:18:37.229Z Compiling progenitor-client v0.10.0
12012026-07-04T02:18:37.761Z Compiling hubpack_derive v0.1.1
12022026-07-04T02:18:37.969Z Compiling rayon-core v1.13.0
12032026-07-04T02:18:38.189Z Checking toml_write v0.1.2
12042026-07-04T02:18:38.264Z Checking hubpack v0.1.2
12052026-07-04T02:18:38.360Z Checking toml_edit v0.22.27
12062026-07-04T02:18:38.403Z Checking num-rational v0.4.2
12072026-07-04T02:18:38.434Z Checking num-iter v0.1.45
12082026-07-04T02:18:38.708Z Compiling darling_core v0.21.3
12092026-07-04T02:18:38.814Z Compiling zerocopy-derive v0.7.35
12102026-07-04T02:18:38.897Z Compiling num-complex v0.4.6
12112026-07-04T02:18:39.420Z Checking static_assertions v1.1.0
12122026-07-04T02:18:39.511Z Checking toml v0.8.23
12132026-07-04T02:18:39.654Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12142026-07-04T02:18:39.831Z Checking num v0.4.3
12152026-07-04T02:18:39.995Z Checking crossbeam-deque v0.8.6
12162026-07-04T02:18:40.078Z Compiling float-ord v0.3.2
12172026-07-04T02:18:40.181Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12182026-07-04T02:18:40.368Z Compiling proc-macro-error-attr v1.0.4
12192026-07-04T02:18:40.456Z Compiling heapless v0.8.0
12202026-07-04T02:18:40.603Z Checking bytecount v0.6.9
12212026-07-04T02:18:40.712Z Checking libscf-sys v1.2.0
12222026-07-04T02:18:40.803Z Compiling darling_macro v0.21.3
12232026-07-04T02:18:40.843Z Checking hash32 v0.3.1
12242026-07-04T02:18:40.935Z Compiling proc-macro-error v1.0.4
12252026-07-04T02:18:41.198Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12262026-07-04T02:18:41.265Z Compiling smoltcp v0.11.0
12272026-07-04T02:18:41.412Z Compiling darling v0.21.3
12282026-07-04T02:18:41.513Z Compiling ingot-macros v0.1.1
12292026-07-04T02:18:41.647Z Compiling zerocopy v0.7.35
12302026-07-04T02:18:41.901Z Compiling num_enum_derive v0.7.5
12312026-07-04T02:18:41.956Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12322026-07-04T02:18:42.033Z Checking cobs v0.3.0
12332026-07-04T02:18:42.050Z Compiling foreign-types-macros v0.2.3
12342026-07-04T02:18:42.186Z Compiling scroll_derive v0.12.1
12352026-07-04T02:18:42.214Z Compiling usdt-impl v0.5.0
12362026-07-04T02:18:42.480Z Compiling crucible-workspace-hack v0.1.0
12372026-07-04T02:18:42.533Z Checking foreign-types-shared v0.3.1
12382026-07-04T02:18:42.633Z Checking bitflags v1.3.2
12392026-07-04T02:18:42.693Z Checking managed v0.8.0
12402026-07-04T02:18:42.728Z Checking foreign-types v0.5.0
12412026-07-04T02:18:42.811Z Checking postcard v1.1.3
12422026-07-04T02:18:42.861Z Compiling dof v0.3.0
12432026-07-04T02:18:42.886Z Checking scroll v0.12.0
12442026-07-04T02:18:42.943Z Checking num_enum v0.7.5
12452026-07-04T02:18:43.117Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12462026-07-04T02:18:43.230Z Compiling dtrace-parser v0.2.0
12472026-07-04T02:18:43.324Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12482026-07-04T02:18:43.342Z Checking camino-tempfile v1.4.1
12492026-07-04T02:18:43.345Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-07-04T02:18:43.518Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-07-04T02:18:43.550Z Checking cstr-argument v0.1.2
12522026-07-04T02:18:43.681Z Compiling thread-id v4.2.2
12532026-07-04T02:18:43.760Z Compiling heck v0.4.1
12542026-07-04T02:18:43.777Z Compiling minimal-lexical v0.2.1
12552026-07-04T02:18:43.819Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12562026-07-04T02:18:43.933Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12572026-07-04T02:18:43.967Z Compiling nom v7.1.3
12582026-07-04T02:18:44.023Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12592026-07-04T02:18:44.064Z Checking goblin v0.8.2
12602026-07-04T02:18:44.174Z Checking rayon v1.11.0
12612026-07-04T02:18:44.192Z Checking ingot-types v0.1.2
12622026-07-04T02:18:44.431Z Compiling num_enum_derive v0.5.11
12632026-07-04T02:18:44.552Z Checking ingot v0.1.1
12642026-07-04T02:18:44.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12652026-07-04T02:18:45.212Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12662026-07-04T02:18:45.266Z Compiling rustc_version v0.4.1
12672026-07-04T02:18:45.424Z Compiling proc-macro-error-attr2 v2.0.0
12682026-07-04T02:18:45.574Z Checking tinyvec_macros v0.1.1
12692026-07-04T02:18:45.649Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12702026-07-04T02:18:45.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12712026-07-04T02:18:45.814Z Compiling rustix v0.38.44
12722026-07-04T02:18:45.844Z Compiling convert_case v0.4.0
12732026-07-04T02:18:45.847Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12742026-07-04T02:18:45.972Z Compiling proc-macro-error2 v2.0.1
12752026-07-04T02:18:46.164Z Compiling derive_more v0.99.20
12762026-07-04T02:18:46.280Z Checking tinyvec v1.10.0
12772026-07-04T02:18:46.326Z Checking num_enum v0.5.11
12782026-07-04T02:18:46.493Z Compiling libz-sys v1.1.22
12792026-07-04T02:18:46.627Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12802026-07-04T02:18:46.772Z Compiling crc32fast v1.5.0
12812026-07-04T02:18:46.972Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12822026-07-04T02:18:46.976Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12832026-07-04T02:18:47.135Z Compiling tabled_derive v0.11.0
12842026-07-04T02:18:47.229Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-07-04T02:18:47.612Z Compiling usdt-macro v0.5.0
12862026-07-04T02:18:47.862Z Compiling usdt-attr-macro v0.5.0
12872026-07-04T02:18:47.891Z Compiling zone_cfg_derive v0.3.1
12882026-07-04T02:18:48.026Z Checking papergrid v0.17.0
12892026-07-04T02:18:48.241Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12902026-07-04T02:18:48.297Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-07-04T02:18:48.409Z Checking itertools v0.12.1
12922026-07-04T02:18:48.412Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-07-04T02:18:48.472Z Checking testing_table v0.3.0
12942026-07-04T02:18:48.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12952026-07-04T02:18:48.582Z Checking sigpipe v0.1.3
12962026-07-04T02:18:48.598Z Checking memmap v0.7.0
12972026-07-04T02:18:48.666Z Checking adler2 v2.0.1
12982026-07-04T02:18:48.733Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12992026-07-04T02:18:48.782Z Checking glob v0.3.3
13002026-07-04T02:18:48.798Z Checking jiff v0.2.15
13012026-07-04T02:18:48.802Z Checking tabled v0.20.0
13022026-07-04T02:18:48.988Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
13032026-07-04T02:18:49.005Z Checking miniz_oxide v0.8.9
13042026-07-04T02:18:49.024Z Checking usdt v0.5.0
13052026-07-04T02:18:49.190Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13062026-07-04T02:18:49.344Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
13072026-07-04T02:18:49.394Z Checking zone v0.3.1
13082026-07-04T02:18:49.545Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13092026-07-04T02:18:49.660Z Checking smf v0.2.3
13102026-07-04T02:18:49.741Z Checking secrecy v0.10.3
13112026-07-04T02:18:49.768Z Checking bstr v1.12.0
13122026-07-04T02:18:49.875Z Checking whoami v1.6.1
13132026-07-04T02:18:49.892Z Checking flate2 v1.1.2
13142026-07-04T02:18:50.048Z Compiling curve25519-dalek v4.1.3
13152026-07-04T02:18:50.102Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13162026-07-04T02:18:50.189Z Compiling clang-sys v1.8.1
13172026-07-04T02:18:50.192Z Checking hmac v0.12.1
13182026-07-04T02:18:50.333Z Checking inout v0.1.4
13192026-07-04T02:18:50.350Z Checking hybrid-array v0.4.12
13202026-07-04T02:18:50.475Z Checking ff v0.13.1
13212026-07-04T02:18:50.571Z Compiling enum-as-inner v0.6.1
13222026-07-04T02:18:50.611Z Compiling semver v0.1.20
13232026-07-04T02:18:50.763Z Checking data-encoding v2.9.0
13242026-07-04T02:18:50.814Z Compiling rustc_version v0.1.7
13252026-07-04T02:18:50.875Z Checking group v0.13.0
13262026-07-04T02:18:51.019Z Checking cipher v0.4.4
13272026-07-04T02:18:51.036Z Checking hkdf v0.12.4
13282026-07-04T02:18:51.132Z Checking atomicwrites v0.4.4
13292026-07-04T02:18:51.135Z Compiling nix v0.31.3
13302026-07-04T02:18:51.172Z Compiling thiserror-impl-no-std v2.0.2
13312026-07-04T02:18:51.220Z Checking universal-hash v0.5.1
13322026-07-04T02:18:51.245Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13332026-07-04T02:18:51.280Z Checking crypto-bigint v0.5.5
13342026-07-04T02:18:51.398Z Compiling regress v0.11.1
13352026-07-04T02:18:51.454Z Checking half v2.7.1
13362026-07-04T02:18:51.509Z Compiling curve25519-dalek-derive v0.1.1
13372026-07-04T02:18:51.586Z Checking indent_write v2.2.0
13382026-07-04T02:18:51.709Z Checking base16ct v0.2.0
13392026-07-04T02:18:51.726Z Checking opaque-debug v0.3.1
13402026-07-04T02:18:51.804Z Checking ciborium-io v0.2.2
13412026-07-04T02:18:51.840Z Checking base64ct v1.8.0
13422026-07-04T02:18:51.904Z Checking ciborium-ll v0.2.2
13432026-07-04T02:18:52.082Z Checking poly1305 v0.8.0
13442026-07-04T02:18:52.085Z Checking password-hash v0.5.0
13452026-07-04T02:18:52.216Z Checking chacha20 v0.9.1
13462026-07-04T02:18:52.319Z Compiling newtype_derive v0.1.6
13472026-07-04T02:18:52.337Z Checking crypto-common v0.2.2
13482026-07-04T02:18:52.340Z Checking thiserror-no-std v2.0.2
13492026-07-04T02:18:52.369Z Checking elliptic-curve v0.13.8
13502026-07-04T02:18:52.411Z Checking block-buffer v0.12.0
13512026-07-04T02:18:52.444Z Checking similar v2.7.0
13522026-07-04T02:18:52.556Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13532026-07-04T02:18:52.573Z Checking blake2 v0.10.6
13542026-07-04T02:18:52.619Z Checking aead v0.5.2
13552026-07-04T02:18:52.762Z Compiling libloading v0.8.9
13562026-07-04T02:18:52.779Z Checking keccak v0.1.6
13572026-07-04T02:18:52.795Z Checking const-oid v0.10.2
13582026-07-04T02:18:52.812Z Checking resolv-conf v0.7.5
13592026-07-04T02:18:52.883Z Compiling bindgen v0.72.1
13602026-07-04T02:18:52.939Z Compiling typify-impl v0.6.2
13612026-07-04T02:18:52.958Z Checking compression-core v0.4.32
13622026-07-04T02:18:52.961Z Checking linked-hash-map v0.5.6
13632026-07-04T02:18:52.961Z Compiling owo-colors v4.3.0
13642026-07-04T02:18:53.012Z Checking digest v0.11.3
13652026-07-04T02:18:53.106Z Checking compression-codecs v0.4.32
13662026-07-04T02:18:53.165Z Checking lru-cache v0.1.2
13672026-07-04T02:18:53.169Z Checking sha3 v0.10.8
13682026-07-04T02:18:53.279Z Checking vsss-rs v3.3.4
13692026-07-04T02:18:53.297Z Checking argon2 v0.5.3
13702026-07-04T02:18:53.350Z Checking chacha20poly1305 v0.10.1
13712026-07-04T02:18:53.484Z Checking ciborium v0.2.2
13722026-07-04T02:18:53.621Z Checking hickory-proto v0.24.4
13732026-07-04T02:18:53.810Z Checking tokio-dtrace v0.1.1
13742026-07-04T02:18:53.926Z Compiling cexpr v0.6.0
13752026-07-04T02:18:53.998Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13762026-07-04T02:18:54.040Z Compiling itertools v0.13.0
13772026-07-04T02:18:54.292Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13782026-07-04T02:18:54.367Z Checking serde-big-array v0.5.1
13792026-07-04T02:18:54.508Z Compiling serde_repr v0.1.20
13802026-07-04T02:18:54.527Z Compiling derive-where v1.6.0
13812026-07-04T02:18:54.544Z Checking toml_datetime v1.1.1+spec-1.1.0
13822026-07-04T02:18:54.751Z Compiling dropshot v0.17.1
13832026-07-04T02:18:54.918Z Checking unicode-segmentation v1.12.0
13842026-07-04T02:18:55.001Z Checking siphasher v1.0.1
13852026-07-04T02:18:55.106Z Checking cpufeatures v0.3.0
13862026-07-04T02:18:55.172Z Checking same-file v1.0.6
13872026-07-04T02:18:55.175Z Compiling shlex v1.3.0
13882026-07-04T02:18:55.204Z Checking sha1 v0.11.0
13892026-07-04T02:18:55.247Z Checking newline-converter v0.3.0
13902026-07-04T02:18:55.299Z Checking walkdir v2.5.0
13912026-07-04T02:18:55.384Z Checking hickory-resolver v0.24.4
13922026-07-04T02:18:55.388Z Checking phf_shared v0.12.1
13932026-07-04T02:18:55.472Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13942026-07-04T02:18:55.589Z Checking toml v1.1.2+spec-1.1.0
13952026-07-04T02:18:55.764Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13962026-07-04T02:18:56.086Z Checking oxide-tokio-rt v0.1.6
13972026-07-04T02:18:56.158Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13982026-07-04T02:18:56.276Z Checking async-compression v0.4.33
13992026-07-04T02:18:56.381Z Compiling typify-macro v0.6.2
14002026-07-04T02:18:56.414Z Compiling progenitor-impl v0.10.0
14012026-07-04T02:18:56.599Z Checking console v0.15.11
14022026-07-04T02:18:56.862Z Checking tokio-stream v0.1.17
14032026-07-04T02:18:56.890Z Compiling dropshot_endpoint v0.17.1
14042026-07-04T02:18:57.113Z Compiling pin-project-internal v1.1.10
14052026-07-04T02:18:57.257Z Compiling slog-dtrace v0.3.0
14062026-07-04T02:18:57.505Z Checking csv-core v0.1.12
14072026-07-04T02:18:57.707Z Checking unicode-linebreak v0.1.5
14082026-07-04T02:18:57.747Z Compiling chrono-tz v0.10.4
14092026-07-04T02:18:57.931Z Checking foldhash v0.1.5
14102026-07-04T02:18:57.956Z Checking unicode-width v0.1.14
14112026-07-04T02:18:57.975Z Compiling unicode-xid v0.2.6
14122026-07-04T02:18:58.077Z Checking swrite v0.1.0
14132026-07-04T02:18:58.111Z Checking smawk v0.3.2
14142026-07-04T02:18:58.177Z Compiling cancel-safe-futures v0.1.5
14152026-07-04T02:18:58.214Z Compiling const_format_proc_macros v0.2.34
14162026-07-04T02:18:58.218Z Checking pin-project v1.1.10
14172026-07-04T02:18:58.248Z Checking textwrap v0.16.2
14182026-07-04T02:18:58.337Z Checking hashbrown v0.15.5
14192026-07-04T02:18:58.473Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14202026-07-04T02:18:58.491Z Checking csv v1.4.0
14212026-07-04T02:18:58.525Z Compiling progenitor-macro v0.10.0
14222026-07-04T02:18:58.855Z Checking qorb v0.4.1
14232026-07-04T02:18:58.878Z Checking expectorate v1.2.0
14242026-07-04T02:18:59.012Z Checking phf v0.12.1
14252026-07-04T02:18:59.016Z Checking unicode-normalization v0.1.24
14262026-07-04T02:18:59.165Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-07-04T02:18:59.820Z Checking libsw-core v0.3.2
14282026-07-04T02:18:59.926Z Compiling libgit2-sys v0.17.0+1.8.1
14292026-07-04T02:18:59.977Z Compiling async-recursion v1.1.1
14302026-07-04T02:19:00.075Z Compiling snafu-derive v0.8.9
14312026-07-04T02:19:00.361Z Compiling cookie v0.18.1
14322026-07-04T02:19:00.536Z Compiling moka v0.12.11
14332026-07-04T02:19:00.607Z Checking fixedbitset v0.5.7
14342026-07-04T02:19:00.664Z Checking highway v1.3.0
14352026-07-04T02:19:00.730Z Checking fixedbitset v0.4.2
14362026-07-04T02:19:00.818Z Checking petgraph v0.8.2
14372026-07-04T02:19:00.892Z Checking petgraph v0.6.5
14382026-07-04T02:19:01.828Z Checking snafu v0.8.9
14392026-07-04T02:19:01.884Z Checking libsw v3.5.0
14402026-07-04T02:19:02.047Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14412026-07-04T02:19:02.101Z Checking olpc-cjson v0.1.4
14422026-07-04T02:19:02.211Z Checking const_format v0.2.34
14432026-07-04T02:19:02.246Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14442026-07-04T02:19:02.443Z Checking papergrid v0.11.0
14452026-07-04T02:19:02.460Z Compiling typify v0.6.2
14462026-07-04T02:19:02.556Z Checking globset v0.4.16
14472026-07-04T02:19:02.574Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14482026-07-04T02:19:02.638Z Checking progenitor v0.10.0
14492026-07-04T02:19:02.656Z Checking gethostname v0.5.0
14502026-07-04T02:19:02.778Z Compiling tabled_derive v0.7.0
14512026-07-04T02:19:02.801Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-07-04T02:19:02.864Z Checking reqwest v0.13.2
14532026-07-04T02:19:03.045Z Checking bcs v0.1.6
14542026-07-04T02:19:03.063Z Checking pem v3.0.5
14552026-07-04T02:19:03.131Z Checking serde_plain v1.0.2
14562026-07-04T02:19:03.220Z Compiling signal-hook v0.4.4
14572026-07-04T02:19:03.278Z Checking typed-path v0.9.3
14582026-07-04T02:19:03.281Z Checking humantime v2.3.0
14592026-07-04T02:19:03.411Z Checking termtree v0.5.1
14602026-07-04T02:19:03.442Z Checking linear-map v1.2.0
14612026-07-04T02:19:03.479Z Checking tagptr v0.2.0
14622026-07-04T02:19:03.550Z Checking crc8 v0.1.1
14632026-07-04T02:19:03.613Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14642026-07-04T02:19:03.676Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-07-04T02:19:03.707Z Checking tabled v0.15.0
14662026-07-04T02:19:04.034Z Checking tough v0.20.0
14672026-07-04T02:19:04.248Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-07-04T02:19:04.419Z Compiling progenitor-impl v0.14.0
14692026-07-04T02:19:04.844Z Checking steno v0.4.1
14702026-07-04T02:19:05.179Z Checking hickory-proto v0.25.2
14712026-07-04T02:19:05.814Z Compiling curl-sys v0.4.83+curl-8.15.0
14722026-07-04T02:19:05.830Z Compiling cargo-platform v0.1.9
14732026-07-04T02:19:05.955Z Compiling vergen v8.3.2
14742026-07-04T02:19:06.073Z Compiling fs-err v3.1.2
14752026-07-04T02:19:06.217Z Compiling cargo_metadata v0.18.1
14762026-07-04T02:19:06.498Z Checking progenitor-client v0.14.0
14772026-07-04T02:19:06.556Z Compiling progenitor-macro v0.14.0
14782026-07-04T02:19:06.659Z Checking dropshot-api-manager-types v0.7.2
14792026-07-04T02:19:06.727Z Checking sha2 v0.10.9
14802026-07-04T02:19:06.814Z Checking hickory-resolver v0.25.2
14812026-07-04T02:19:06.834Z Compiling blake3 v1.8.2
14822026-07-04T02:19:07.357Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-07-04T02:19:07.469Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-07-04T02:19:07.904Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-07-04T02:19:08.228Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14862026-07-04T02:19:08.327Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-07-04T02:19:08.556Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-07-04T02:19:08.774Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14892026-07-04T02:19:08.910Z Checking git-stub v1.0.0
14902026-07-04T02:19:09.010Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-07-04T02:19:09.071Z Compiling strum_macros v0.28.0
14922026-07-04T02:19:09.153Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-07-04T02:19:09.477Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-07-04T02:19:09.532Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-07-04T02:19:09.615Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-07-04T02:19:09.869Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14972026-07-04T02:19:09.959Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14982026-07-04T02:19:10.247Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-07-04T02:19:10.303Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15002026-07-04T02:19:10.492Z Checking filetime v0.2.26
15012026-07-04T02:19:10.638Z Checking arrayvec v0.7.6
15022026-07-04T02:19:10.689Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-07-04T02:19:10.763Z Checking progenitor v0.14.0
15042026-07-04T02:19:10.828Z Checking constant_time_eq v0.3.1
15052026-07-04T02:19:10.846Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15062026-07-04T02:19:10.872Z Checking is_ci v1.2.0
15072026-07-04T02:19:10.889Z Compiling curl v0.4.49
15082026-07-04T02:19:10.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
15092026-07-04T02:19:10.975Z Checking xattr v1.6.1
15102026-07-04T02:19:11.113Z Checking arrayref v0.3.9
15112026-07-04T02:19:11.175Z Checking tar v0.4.45
15122026-07-04T02:19:11.193Z Checking supports-color v3.0.2
15132026-07-04T02:19:11.358Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15142026-07-04T02:19:11.525Z Checking strum v0.28.0
15152026-07-04T02:19:11.673Z Checking toml v0.7.8
15162026-07-04T02:19:11.750Z Checking git-stub-vcs v0.1.0
15172026-07-04T02:19:12.087Z Checking drift v0.2.0
15182026-07-04T02:19:12.171Z Checking kstat-rs v0.2.4
15192026-07-04T02:19:12.369Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15202026-07-04T02:19:12.404Z Checking topological-sort v0.2.2
15212026-07-04T02:19:12.548Z Checking omicron-zone-package v0.12.2
15222026-07-04T02:19:12.777Z Checking dropshot-api-manager v0.7.2
15232026-07-04T02:19:12.883Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-07-04T02:19:13.915Z Checking signal-hook-tokio v0.4.0
15252026-07-04T02:19:14.049Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15262026-07-04T02:19:14.097Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15272026-07-04T02:19:14.457Z Checking scuffle v0.1.0
15282026-07-04T02:19:14.498Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15292026-07-04T02:19:15.001Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15302026-07-04T02:19:15.047Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-07-04T02:19:15.127Z Checking iddqd v0.4.5
15322026-07-04T02:19:15.414Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15332026-07-04T02:19:15.448Z Checking internet-checksum v0.2.1
15342026-07-04T02:19:15.578Z Checking search_path v0.1.4
15352026-07-04T02:19:15.616Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15362026-07-04T02:19:15.724Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15372026-07-04T02:19:15.792Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15382026-07-04T02:19:15.943Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15392026-07-04T02:19:16.352Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15402026-07-04T02:19:16.495Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15412026-07-04T02:19:16.864Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15422026-07-04T02:19:18.214Z Compiling git2 v0.19.0
15432026-07-04T02:19:19.387Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15442026-07-04T02:19:20.488Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15452026-07-04T02:19:27.876Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15462026-07-04T02:19:29.180Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15472026-07-04T02:19:34.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15482026-07-04T02:19:34.952Z+ for feat in tofino_stub tofino_asic softnpu chaos
15492026-07-04T02:19:34.952Z+ cargo clippy --features tofino_asic -- --deny warnings
15502026-07-04T02:19:35.535Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15512026-07-04T02:19:35.535Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15522026-07-04T02:19:35.538Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15532026-07-04T02:19:35.620Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15542026-07-04T02:19:42.839Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15552026-07-04T02:19:42.842Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15562026-07-04T02:19:45.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.58s
15572026-07-04T02:19:45.739Z+ for feat in tofino_stub tofino_asic softnpu chaos
15582026-07-04T02:19:45.739Z+ cargo clippy --features softnpu -- --deny warnings
15592026-07-04T02:19:46.130Z Downloading crates ...
15602026-07-04T02:19:46.267Z Downloaded serde_arrays v0.1.0
15612026-07-04T02:19:46.270Z Downloaded flagset v0.4.7
15622026-07-04T02:19:46.280Z Downloaded radium v0.7.0
15632026-07-04T02:19:46.284Z Downloaded env_filter v1.0.1
15642026-07-04T02:19:46.284Z Downloaded funty v2.0.0
15652026-07-04T02:19:46.284Z Downloaded ecdsa v0.16.9
15662026-07-04T02:19:46.287Z Downloaded x509-cert v0.2.5
15672026-07-04T02:19:46.290Z Downloaded typeid v1.0.3
15682026-07-04T02:19:46.290Z Downloaded rfc6979 v0.4.0
15692026-07-04T02:19:46.293Z Downloaded bitstruct_derive v0.1.0
15702026-07-04T02:19:46.294Z Downloaded tap v1.0.1
15712026-07-04T02:19:46.297Z Downloaded utf-8 v0.7.6
15722026-07-04T02:19:46.297Z Downloaded signature v2.2.0
15732026-07-04T02:19:46.297Z Downloaded bitstruct v0.1.1
15742026-07-04T02:19:46.300Z Downloaded bit_field v0.10.3
15752026-07-04T02:19:46.315Z Downloaded der_derive v0.7.3
15762026-07-04T02:19:46.318Z Downloaded wyz v0.5.1
15772026-07-04T02:19:46.318Z Downloaded tokio-tungstenite v0.21.0
15782026-07-04T02:19:46.321Z Downloaded pkcs8 v0.10.2
15792026-07-04T02:19:46.321Z Downloaded spki v0.7.3
15802026-07-04T02:19:46.325Z Downloaded pem-rfc7468 v0.7.0
15812026-07-04T02:19:46.325Z Downloaded primeorder v0.13.6
15822026-07-04T02:19:46.325Z Downloaded libloading v0.7.4
15832026-07-04T02:19:46.328Z Downloaded env_logger v0.11.10
15842026-07-04T02:19:46.328Z Downloaded ed25519 v2.2.3
15852026-07-04T02:19:46.331Z Downloaded tls_codec_derive v0.4.2
15862026-07-04T02:19:46.331Z Downloaded tls_codec v0.4.2
15872026-07-04T02:19:46.331Z Downloaded ascii v1.1.0
15882026-07-04T02:19:46.334Z Downloaded erased-serde v0.4.8
15892026-07-04T02:19:46.337Z Downloaded sec1 v0.7.3
15902026-07-04T02:19:46.337Z Downloaded const-oid v0.9.6
15912026-07-04T02:19:46.356Z Downloaded tungstenite v0.21.0
15922026-07-04T02:19:46.359Z Downloaded ed25519-dalek v2.2.0
15932026-07-04T02:19:46.363Z Downloaded der v0.7.10
15942026-07-04T02:19:46.366Z Downloaded num-bigint v0.4.6
15952026-07-04T02:19:46.369Z Downloaded base64 v0.21.7
15962026-07-04T02:19:46.384Z Downloaded bitvec v1.0.1
15972026-07-04T02:19:46.391Z Downloaded salty v0.3.0
15982026-07-04T02:19:46.396Z Downloaded p384 v0.13.1
15992026-07-04T02:19:46.564Z Checking log v0.4.29
16002026-07-04T02:19:46.665Z Checking const-oid v0.9.6
16012026-07-04T02:19:46.679Z Checking serde_with v3.21.0
16022026-07-04T02:19:46.692Z Checking pem-rfc7468 v0.7.0
16032026-07-04T02:19:46.695Z Compiling der_derive v0.7.3
16042026-07-04T02:19:46.695Z Checking flagset v0.4.7
16052026-07-04T02:19:46.718Z Checking num-integer v0.1.46
16062026-07-04T02:19:46.730Z Checking num-complex v0.4.6
16072026-07-04T02:19:46.806Z Checking rustls v0.23.40
16082026-07-04T02:19:46.822Z Checking native-tls v0.2.14
16092026-07-04T02:19:46.836Z Checking goblin v0.10.1
16102026-07-04T02:19:46.934Z Checking typify-impl v0.4.3
16112026-07-04T02:19:46.984Z Checking tokio-native-tls v0.3.1
16122026-07-04T02:19:47.063Z Checking rustls v0.22.4
16132026-07-04T02:19:47.136Z Checking hyper-tls v0.6.0
16142026-07-04T02:19:47.308Z Checking num-bigint v0.4.6
16152026-07-04T02:19:47.339Z Checking digest v0.10.7
16162026-07-04T02:19:47.529Z Checking sha1 v0.10.6
16172026-07-04T02:19:47.639Z Checking der v0.7.10
16182026-07-04T02:19:47.685Z Checking num-iter v0.1.45
16192026-07-04T02:19:47.797Z Checking hmac v0.12.1
16202026-07-04T02:19:47.933Z Checking ff v0.13.1
16212026-07-04T02:19:48.033Z Checking typify v0.4.3
16222026-07-04T02:19:48.059Z Checking base16ct v0.2.0
16232026-07-04T02:19:48.108Z Checking num-rational v0.4.2
16242026-07-04T02:19:48.130Z Checking group v0.13.0
16252026-07-04T02:19:48.141Z Checking progenitor-impl v0.11.1
16262026-07-04T02:19:48.182Z Checking hkdf v0.12.4
16272026-07-04T02:19:48.274Z Checking goblin v0.8.2
16282026-07-04T02:19:48.311Z Checking curve25519-dalek v4.1.3
16292026-07-04T02:19:48.361Z Checking spki v0.7.3
16302026-07-04T02:19:48.388Z Checking num v0.4.3
16312026-07-04T02:19:48.463Z Checking sha3 v0.10.8
16322026-07-04T02:19:48.522Z Checking pkcs8 v0.10.2
16332026-07-04T02:19:48.534Z Checking tokio-rustls v0.25.0
16342026-07-04T02:19:48.653Z Checking blake2 v0.10.6
16352026-07-04T02:19:48.674Z Checking sec1 v0.7.3
16362026-07-04T02:19:48.723Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16372026-07-04T02:19:48.862Z Checking argon2 v0.5.3
16382026-07-04T02:19:48.873Z Checking elliptic-curve v0.13.8
16392026-07-04T02:19:48.923Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16402026-07-04T02:19:48.986Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16412026-07-04T02:19:48.998Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16422026-07-04T02:19:49.134Z Checking tokio-rustls v0.26.4
16432026-07-04T02:19:49.155Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16442026-07-04T02:19:49.165Z Checking vsss-rs v3.3.4
16452026-07-04T02:19:49.175Z Checking dof v0.4.0
16462026-07-04T02:19:49.187Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16472026-07-04T02:19:49.351Z Checking hyper-rustls v0.27.7
16482026-07-04T02:19:49.370Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16492026-07-04T02:19:49.491Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16502026-07-04T02:19:49.540Z Checking reqwest v0.12.23
16512026-07-04T02:19:49.558Z Checking usdt-impl v0.6.0
16522026-07-04T02:19:49.636Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16532026-07-04T02:19:49.654Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16542026-07-04T02:19:49.674Z Checking progenitor-impl v0.10.0
16552026-07-04T02:19:49.799Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16562026-07-04T02:19:49.827Z Checking usdt v0.6.0
16572026-07-04T02:19:49.863Z Compiling nix v0.31.3
16582026-07-04T02:19:49.948Z Checking sha2 v0.10.9
16592026-07-04T02:19:49.984Z Checking dropshot v0.16.7
16602026-07-04T02:19:50.028Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16612026-07-04T02:19:50.201Z Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
16622026-07-04T02:19:50.224Z Checking dof v0.3.0
16632026-07-04T02:19:50.240Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16642026-07-04T02:19:50.262Z Checking progenitor-client v0.10.0
16652026-07-04T02:19:50.274Z Checking progenitor-client v0.11.1
16662026-07-04T02:19:50.474Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16672026-07-04T02:19:50.494Z Checking usdt-impl v0.5.0
16682026-07-04T02:19:50.498Z Checking progenitor v0.11.1
16692026-07-04T02:19:50.527Z Checking progenitor v0.10.0
16702026-07-04T02:19:50.631Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
16712026-07-04T02:19:50.656Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
16722026-07-04T02:19:50.721Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16732026-07-04T02:19:50.765Z Checking usdt v0.5.0
16742026-07-04T02:19:50.925Z Checking tokio-dtrace v0.1.1
16752026-07-04T02:19:50.937Z Checking signature v2.2.0
16762026-07-04T02:19:50.947Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16772026-07-04T02:19:50.958Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16782026-07-04T02:19:50.961Z Checking utf-8 v0.7.6
16792026-07-04T02:19:51.053Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
16802026-07-04T02:19:51.094Z Checking tungstenite v0.21.0
16812026-07-04T02:19:51.097Z Checking oxide-tokio-rt v0.1.6
16822026-07-04T02:19:51.147Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16832026-07-04T02:19:51.246Z Compiling salty v0.3.0
16842026-07-04T02:19:51.258Z Compiling radium v0.7.0
16852026-07-04T02:19:51.342Z Checking dropshot v0.17.1
16862026-07-04T02:19:51.537Z Checking tokio-tungstenite v0.21.0
16872026-07-04T02:19:51.548Z Checking qorb v0.4.1
16882026-07-04T02:19:51.573Z Checking rfc6979 v0.4.0
16892026-07-04T02:19:51.692Z Checking tap v1.0.1
16902026-07-04T02:19:51.799Z Checking base64 v0.21.7
16912026-07-04T02:19:51.810Z Checking wyz v0.5.1
16922026-07-04T02:19:51.856Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16932026-07-04T02:19:51.988Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16942026-07-04T02:19:52.038Z Checking typify-impl v0.6.2
16952026-07-04T02:19:52.228Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
16962026-07-04T02:19:52.309Z Checking ecdsa v0.16.9
16972026-07-04T02:19:52.674Z Checking slog-dtrace v0.3.0
16982026-07-04T02:19:52.889Z Checking ed25519 v2.2.3
16992026-07-04T02:19:52.901Z Checking globset v0.4.16
17002026-07-04T02:19:53.057Z Checking primeorder v0.13.6
17012026-07-04T02:19:53.143Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
17022026-07-04T02:19:53.154Z Checking env_filter v1.0.1
17032026-07-04T02:19:53.215Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17042026-07-04T02:19:53.261Z Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17052026-07-04T02:19:53.264Z Checking reqwest v0.13.2
17062026-07-04T02:19:53.289Z Checking funty v2.0.0
17072026-07-04T02:19:53.292Z Compiling typeid v1.0.3
17082026-07-04T02:19:53.310Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17092026-07-04T02:19:53.470Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17102026-07-04T02:19:53.602Z Checking bitvec v1.0.1
17112026-07-04T02:19:53.629Z Checking tough v0.20.0
17122026-07-04T02:19:53.668Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17132026-07-04T02:19:53.708Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17142026-07-04T02:19:53.761Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17152026-07-04T02:19:53.801Z Checking p384 v0.13.1
17162026-07-04T02:19:54.138Z Checking env_logger v0.11.10
17172026-07-04T02:19:54.203Z Checking typify v0.6.2
17182026-07-04T02:19:54.307Z Checking ed25519-dalek v2.2.0
17192026-07-04T02:19:54.322Z Checking x509-cert v0.2.5
17202026-07-04T02:19:54.498Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
17212026-07-04T02:19:54.737Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17222026-07-04T02:19:54.897Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17232026-07-04T02:19:54.910Z Compiling erased-serde v0.4.8
17242026-07-04T02:19:54.963Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17252026-07-04T02:19:55.012Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17262026-07-04T02:19:55.088Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
17272026-07-04T02:19:55.130Z Checking progenitor-impl v0.14.0
17282026-07-04T02:19:55.143Z Checking progenitor-client v0.14.0
17292026-07-04T02:19:55.354Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17302026-07-04T02:19:55.413Z Compiling bitstruct_derive v0.1.0
17312026-07-04T02:19:55.462Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17322026-07-04T02:19:55.485Z Checking ascii v1.1.0
17332026-07-04T02:19:55.668Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17342026-07-04T02:19:55.698Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17352026-07-04T02:19:55.808Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
17362026-07-04T02:19:55.918Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
17372026-07-04T02:19:55.990Z Checking progenitor v0.14.0
17382026-07-04T02:19:56.002Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17392026-07-04T02:19:56.021Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
17402026-07-04T02:19:56.056Z Checking bitstruct v0.1.1
17412026-07-04T02:19:56.089Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
17422026-07-04T02:19:56.111Z Checking itertools v0.13.0
17432026-07-04T02:19:56.132Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17442026-07-04T02:19:56.135Z Checking serde_arrays v0.1.0
17452026-07-04T02:19:56.154Z Checking libloading v0.7.4
17462026-07-04T02:19:56.249Z Checking bit_field v0.10.3
17472026-07-04T02:19:56.296Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
17482026-07-04T02:19:56.296Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
17492026-07-04T02:19:56.398Z Checking omicron-zone-package v0.12.2
17502026-07-04T02:19:56.669Z Checking dropshot-api-manager v0.7.2
17512026-07-04T02:19:57.158Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
17522026-07-04T02:19:57.262Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
17532026-07-04T02:19:58.031Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17542026-07-04T02:19:58.031Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17552026-07-04T02:19:58.035Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17562026-07-04T02:19:58.035Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17572026-07-04T02:19:58.417Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17582026-07-04T02:19:58.574Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17592026-07-04T02:19:58.982Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17602026-07-04T02:19:59.084Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17612026-07-04T02:19:59.653Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17622026-07-04T02:19:59.683Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17632026-07-04T02:19:59.683Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17642026-07-04T02:19:59.792Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17652026-07-04T02:20:00.095Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17662026-07-04T02:20:00.099Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17672026-07-04T02:20:00.167Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17682026-07-04T02:20:00.233Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17692026-07-04T02:20:00.233Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17702026-07-04T02:20:00.407Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
17712026-07-04T02:20:00.410Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17722026-07-04T02:20:00.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17732026-07-04T02:20:00.844Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
17742026-07-04T02:20:00.864Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17752026-07-04T02:20:01.007Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17762026-07-04T02:20:01.110Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17772026-07-04T02:20:01.233Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17782026-07-04T02:20:01.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
17792026-07-04T02:20:01.406Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17802026-07-04T02:20:04.402Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
17812026-07-04T02:20:04.443Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
17822026-07-04T02:20:04.822Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
17832026-07-04T02:20:05.344Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17842026-07-04T02:20:05.645Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17852026-07-04T02:20:05.745Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
17862026-07-04T02:20:06.208Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17872026-07-04T02:20:06.502Z Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
17882026-07-04T02:20:06.514Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17892026-07-04T02:20:06.643Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
17902026-07-04T02:20:07.094Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17912026-07-04T02:20:11.543Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
17922026-07-04T02:20:12.746Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
17932026-07-04T02:20:18.008Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17942026-07-04T02:20:19.309Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17952026-07-04T02:20:19.854Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
17962026-07-04T02:20:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.14s
17972026-07-04T02:20:25.105Z+ for feat in tofino_stub tofino_asic softnpu chaos
17982026-07-04T02:20:25.105Z+ cargo clippy --features chaos -- --deny warnings
17992026-07-04T02:20:25.675Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
18002026-07-04T02:20:25.678Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
18012026-07-04T02:20:25.678Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
18022026-07-04T02:20:32.857Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
18032026-07-04T02:20:32.861Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
18042026-07-04T02:20:35.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
18052026-07-04T02:20:35.601Z+ banner fmt
18062026-07-04T02:20:35.604Z
18072026-07-04T02:20:35.604Z ###### # # #####
18082026-07-04T02:20:35.604Z # ## ## #
18092026-07-04T02:20:35.605Z ##### # ## # #
18102026-07-04T02:20:35.605Z # # # #
18112026-07-04T02:20:35.605Z # # # #
18122026-07-04T02:20:35.605Z # # # #
18132026-07-04T02:20:35.605Z
18142026-07-04T02:20:35.605Z+ cargo fmt -- --check
18152026-07-04T02:20:36.051Z+ banner test
18162026-07-04T02:20:36.055Z
18172026-07-04T02:20:36.055Z ##### ###### #### #####
18182026-07-04T02:20:36.055Z # # # #
18192026-07-04T02:20:36.055Z # ##### #### #
18202026-07-04T02:20:36.055Z # # # #
18212026-07-04T02:20:36.055Z # # # # #
18222026-07-04T02:20:36.055Z # ###### #### #
18232026-07-04T02:20:36.055Z
18242026-07-04T02:20:36.055Z+ for feat in tofino_stub tofino_asic softnpu chaos
18252026-07-04T02:20:36.055Z+ RUST_BACKTRACE=full
18262026-07-04T02:20:36.055Z+ cargo test --features tofino_stub --no-fail-fast
18272026-07-04T02:20:37.021Z Compiling unicode-ident v1.0.24
18282026-07-04T02:20:37.022Z Compiling cfg-if v1.0.4
18292026-07-04T02:20:37.022Z Compiling memchr v2.7.5
18302026-07-04T02:20:37.138Z Compiling serde_core v1.0.228
18312026-07-04T02:20:37.158Z Compiling itoa v1.0.15
18322026-07-04T02:20:37.161Z Compiling libc v0.2.186
18332026-07-04T02:20:37.173Z Compiling zmij v1.0.17
18342026-07-04T02:20:37.242Z Compiling proc-macro2 v1.0.106
18352026-07-04T02:20:37.260Z Compiling libm v0.2.15
18362026-07-04T02:20:37.321Z Compiling heck v0.5.0
18372026-07-04T02:20:37.590Z Compiling equivalent v1.0.2
18382026-07-04T02:20:37.683Z Compiling quote v1.0.45
18392026-07-04T02:20:37.697Z Compiling smallvec v1.15.1
18402026-07-04T02:20:37.730Z Compiling log v0.4.29
18412026-07-04T02:20:37.812Z Compiling iana-time-zone v0.1.64
18422026-07-04T02:20:37.908Z Compiling syn v2.0.117
18432026-07-04T02:20:37.952Z Compiling dyn-clone v1.0.20
18442026-07-04T02:20:37.977Z Compiling hashbrown v0.17.1
18452026-07-04T02:20:37.995Z Compiling stable_deref_trait v1.2.0
18462026-07-04T02:20:38.041Z Compiling pin-project-lite v0.2.16
18472026-07-04T02:20:38.078Z Compiling percent-encoding v2.3.2
18482026-07-04T02:20:38.098Z Compiling writeable v0.6.1
18492026-07-04T02:20:38.142Z Compiling litemap v0.8.0
18502026-07-04T02:20:38.282Z Compiling icu_normalizer_data v2.0.0
18512026-07-04T02:20:38.364Z Compiling icu_properties_data v2.0.1
18522026-07-04T02:20:38.378Z Compiling regex-syntax v0.8.6
18532026-07-04T02:20:38.391Z Compiling form_urlencoded v1.2.2
18542026-07-04T02:20:38.406Z Compiling utf8_iter v1.0.4
18552026-07-04T02:20:38.500Z Compiling scopeguard v1.2.0
18562026-07-04T02:20:38.536Z Compiling num-traits v0.2.19
18572026-07-04T02:20:38.555Z Compiling getrandom v0.4.2
18582026-07-04T02:20:38.574Z Compiling fnv v1.0.7
18592026-07-04T02:20:38.610Z Compiling lock_api v0.4.14
18602026-07-04T02:20:38.706Z Compiling aho-corasick v1.1.3
18612026-07-04T02:20:38.846Z Compiling semver v1.0.28
18622026-07-04T02:20:38.971Z Compiling serde_json v1.0.150
18632026-07-04T02:20:39.150Z Compiling indexmap v2.14.0
18642026-07-04T02:20:39.197Z Compiling byteorder v1.5.0
18652026-07-04T02:20:39.304Z Compiling ucd-trie v0.1.7
18662026-07-04T02:20:39.322Z Compiling futures-core v0.3.32
18672026-07-04T02:20:39.419Z Compiling uuid v1.23.2
18682026-07-04T02:20:39.478Z Compiling allocator-api2 v0.2.21
18692026-07-04T02:20:39.779Z Compiling num-conv v0.2.1
18702026-07-04T02:20:39.806Z Compiling regex-automata v0.4.13
18712026-07-04T02:20:39.861Z Compiling foldhash v0.2.0
18722026-07-04T02:20:39.897Z Compiling time-core v0.1.8
18732026-07-04T02:20:39.939Z Compiling ryu v1.0.20
18742026-07-04T02:20:40.053Z Compiling time-macros v0.2.27
18752026-07-04T02:20:40.093Z Compiling hashbrown v0.16.1
18762026-07-04T02:20:40.130Z Compiling futures-sink v0.3.32
18772026-07-04T02:20:40.240Z Compiling pretty-hex v0.4.1
18782026-07-04T02:20:40.388Z Compiling strsim v0.11.1
18792026-07-04T02:20:40.691Z Compiling synstructure v0.13.2
18802026-07-04T02:20:40.746Z Compiling serde_derive_internals v0.29.1
18812026-07-04T02:20:40.769Z Compiling slab v0.4.11
18822026-07-04T02:20:40.948Z Compiling plain v0.2.3
18832026-07-04T02:20:40.999Z Compiling futures-channel v0.3.32
18842026-07-04T02:20:41.060Z Compiling futures-io v0.3.32
18852026-07-04T02:20:41.170Z Compiling futures-task v0.3.32
18862026-07-04T02:20:41.195Z Compiling socket2 v0.6.4
18872026-07-04T02:20:41.222Z Compiling parking_lot_core v0.9.12
18882026-07-04T02:20:41.237Z Compiling signal-hook-registry v1.4.6
18892026-07-04T02:20:41.386Z Compiling thread-id v5.0.0
18902026-07-04T02:20:41.479Z Compiling parking_lot v0.12.5
18912026-07-04T02:20:41.528Z Compiling regex v1.12.3
18922026-07-04T02:20:41.542Z Compiling mio v1.2.1
18932026-07-04T02:20:41.687Z Compiling regress v0.10.5
18942026-07-04T02:20:41.700Z Compiling bitflags v2.11.1
18952026-07-04T02:20:41.744Z Compiling base64 v0.22.1
18962026-07-04T02:20:41.937Z Compiling serde_derive v1.0.228
18972026-07-04T02:20:41.954Z Compiling zerofrom-derive v0.1.6
18982026-07-04T02:20:42.016Z Compiling yoke-derive v0.8.0
18992026-07-04T02:20:42.078Z Compiling zerovec-derive v0.11.1
19002026-07-04T02:20:42.101Z Compiling displaydoc v0.2.5
19012026-07-04T02:20:42.184Z Compiling thiserror-impl v2.0.18
19022026-07-04T02:20:42.432Z Compiling schemars_derive v0.8.22
19032026-07-04T02:20:42.871Z Compiling tokio-macros v2.7.0
19042026-07-04T02:20:43.099Z Compiling zerocopy-derive v0.8.27
19052026-07-04T02:20:43.205Z Compiling zeroize_derive v1.4.3
19062026-07-04T02:20:43.218Z Compiling futures-macro v0.3.32
19072026-07-04T02:20:43.452Z Compiling thiserror v2.0.18
19082026-07-04T02:20:43.564Z Compiling zerofrom v0.1.6
19092026-07-04T02:20:43.641Z Compiling thiserror-impl v1.0.69
19102026-07-04T02:20:43.683Z Compiling yoke v0.8.0
19112026-07-04T02:20:43.701Z Compiling tracing-attributes v0.1.30
19122026-07-04T02:20:43.882Z Compiling zerovec v0.11.4
19132026-07-04T02:20:43.904Z Compiling zerotrie v0.2.2
19142026-07-04T02:20:44.068Z Compiling pest v2.8.2
19152026-07-04T02:20:44.219Z Compiling scroll_derive v0.13.1
19162026-07-04T02:20:44.356Z Compiling zerocopy v0.8.27
19172026-07-04T02:20:44.630Z Compiling serde v1.0.228
19182026-07-04T02:20:44.835Z Compiling tinystr v0.8.1
19192026-07-04T02:20:44.965Z Compiling potential_utf v0.1.3
19202026-07-04T02:20:45.053Z Compiling icu_locale_core v2.0.0
19212026-07-04T02:20:45.090Z Compiling bytes v1.11.1
19222026-07-04T02:20:45.142Z Compiling serde_tokenstream v0.2.3
19232026-07-04T02:20:45.156Z Compiling icu_collections v2.0.0
19242026-07-04T02:20:45.266Z Compiling pest_meta v2.8.2
19252026-07-04T02:20:45.392Z Compiling chrono v0.4.45
19262026-07-04T02:20:45.590Z Compiling icu_provider v2.0.0
19272026-07-04T02:20:45.682Z Compiling http v1.4.2
19282026-07-04T02:20:45.735Z Compiling async-trait v0.1.89
19292026-07-04T02:20:45.838Z Compiling icu_properties v2.0.1
19302026-07-04T02:20:45.911Z Compiling icu_normalizer v2.0.0
19312026-07-04T02:20:45.936Z Compiling pest_generator v2.8.2
19322026-07-04T02:20:46.598Z Compiling schemars v0.8.22
19332026-07-04T02:20:46.623Z Compiling scroll v0.13.0
19342026-07-04T02:20:46.637Z Compiling pest_derive v2.8.2
19352026-07-04T02:20:46.727Z Compiling thiserror v1.0.69
19362026-07-04T02:20:46.752Z Compiling tokio v1.52.3
19372026-07-04T02:20:46.836Z Compiling idna_adapter v1.2.1
19382026-07-04T02:20:46.903Z Compiling goblin v0.10.1
19392026-07-04T02:20:46.986Z Compiling idna v1.1.0
19402026-07-04T02:20:46.999Z Compiling openapiv3 v2.2.0
19412026-07-04T02:20:47.212Z Compiling dtrace-parser v0.3.0
19422026-07-04T02:20:47.242Z Compiling daft-derive v0.1.5
19432026-07-04T02:20:47.693Z Compiling url v2.5.7
19442026-07-04T02:20:47.757Z Compiling typify-impl v0.4.3
19452026-07-04T02:20:47.935Z Compiling http-body v1.0.1
19462026-07-04T02:20:48.026Z Compiling ppv-lite86 v0.2.21
19472026-07-04T02:20:48.099Z Compiling serde_yaml v0.9.34+deprecated
19482026-07-04T02:20:48.126Z Compiling erased-serde v0.3.31
19492026-07-04T02:20:48.593Z Compiling ipnet v2.11.0
19502026-07-04T02:20:48.621Z Compiling atomic-waker v1.1.2
19512026-07-04T02:20:49.130Z Compiling openssl-macros v0.1.1
19522026-07-04T02:20:49.372Z Compiling httparse v1.10.1
19532026-07-04T02:20:49.471Z Compiling getrandom v0.2.16
19542026-07-04T02:20:49.624Z Compiling tower-layer v0.3.3
19552026-07-04T02:20:49.669Z Compiling dof v0.4.0
19562026-07-04T02:20:49.692Z Compiling tower-service v0.3.3
19572026-07-04T02:20:49.792Z Compiling anyhow v1.0.102
19582026-07-04T02:20:49.792Z Compiling try-lock v0.2.5
19592026-07-04T02:20:49.833Z Compiling untrusted v0.9.0
19602026-07-04T02:20:49.847Z Compiling syn v1.0.109
19612026-07-04T02:20:49.919Z Compiling want v0.3.1
19622026-07-04T02:20:49.962Z Compiling httpdate v1.0.3
19632026-07-04T02:20:50.190Z Compiling usdt-impl v0.6.0
19642026-07-04T02:20:50.210Z Compiling zeroize v1.8.1
19652026-07-04T02:20:50.315Z Compiling portable-atomic v1.11.1
19662026-07-04T02:20:50.959Z Compiling critical-section v1.2.0
19672026-07-04T02:20:51.082Z Compiling once_cell v1.21.3
19682026-07-04T02:20:51.225Z Compiling structmeta-derive v0.3.0
19692026-07-04T02:20:51.338Z Compiling async-stream-impl v0.3.6
19702026-07-04T02:20:51.735Z Compiling usdt-macro v0.6.0
19712026-07-04T02:20:51.771Z Compiling usdt-attr-macro v0.6.0
19722026-07-04T02:20:52.048Z Compiling powerfmt v0.2.0
19732026-07-04T02:20:52.270Z Compiling deranged v0.5.3
19742026-07-04T02:20:52.377Z Compiling structmeta v0.3.0
19752026-07-04T02:20:52.597Z Compiling newtype-uuid-macros v0.1.0
19762026-07-04T02:20:52.965Z Compiling strum_macros v0.26.4
19772026-07-04T02:20:53.304Z Compiling num_threads v0.1.7
19782026-07-04T02:20:53.407Z Compiling http-body-util v0.1.3
19792026-07-04T02:20:53.513Z Compiling serde_urlencoded v0.7.1
19802026-07-04T02:20:53.548Z Compiling omicron-workspace-hack v0.1.0
19812026-07-04T02:20:53.624Z Compiling dropshot_endpoint v0.16.7
19822026-07-04T02:20:53.653Z Compiling ref-cast-impl v1.0.25
19832026-07-04T02:20:53.728Z Compiling derive-ex v0.1.8
19842026-07-04T02:20:53.767Z Compiling strum_macros v0.27.2
19852026-07-04T02:20:53.910Z Compiling darling_core v0.23.0
19862026-07-04T02:20:53.933Z Compiling typify-macro v0.4.3
19872026-07-04T02:20:54.463Z Compiling sync_wrapper v1.0.2
19882026-07-04T02:20:54.613Z Compiling thread_local v1.1.9
19892026-07-04T02:20:54.686Z Compiling iri-string v0.7.8
19902026-07-04T02:20:55.149Z Compiling subtle v2.6.1
19912026-07-04T02:20:55.274Z Compiling futures-util v0.3.32
19922026-07-04T02:20:55.324Z Compiling match_cfg v0.1.0
19932026-07-04T02:20:55.337Z Compiling test-strategy v0.4.3
19942026-07-04T02:20:55.631Z Compiling take_mut v0.2.2
19952026-07-04T02:20:55.727Z Compiling term v1.2.0
19962026-07-04T02:20:56.001Z Compiling typify v0.4.3
19972026-07-04T02:20:56.039Z Compiling darling_macro v0.23.0
19982026-07-04T02:20:56.098Z Compiling progenitor-impl v0.11.1
19992026-07-04T02:20:56.183Z Compiling tracing-core v0.1.34
20002026-07-04T02:20:56.323Z Compiling rand_core v0.6.4
20012026-07-04T02:20:56.510Z Compiling typenum v1.20.1
20022026-07-04T02:20:56.624Z Compiling tracing v0.1.41
20032026-07-04T02:20:56.708Z Compiling darling v0.23.0
20042026-07-04T02:20:56.775Z Compiling parse-display-derive v0.10.0
20052026-07-04T02:20:56.798Z Compiling serde_with_macros v3.21.0
20062026-07-04T02:20:56.867Z Compiling toml_datetime v0.6.11
20072026-07-04T02:20:56.880Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20082026-07-04T02:20:57.275Z Compiling clap_derive v4.6.1
20092026-07-04T02:20:57.349Z Compiling camino v1.2.2
20102026-07-04T02:20:57.967Z Compiling encoding_rs v0.8.35
20112026-07-04T02:20:57.970Z Compiling unicode-width v0.2.1
20122026-07-04T02:20:58.046Z Compiling mime v0.3.17
20132026-07-04T02:20:58.060Z Compiling fastrand v2.3.0
20142026-07-04T02:20:58.272Z Compiling cpufeatures v0.2.17
20152026-07-04T02:20:58.320Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20162026-07-04T02:20:58.581Z Compiling errno v0.3.14
20172026-07-04T02:20:58.808Z Compiling ipnetwork v0.21.1
20182026-07-04T02:20:58.861Z Compiling crossbeam-utils v0.8.21
20192026-07-04T02:20:59.238Z Compiling hex v0.4.3
20202026-07-04T02:20:59.261Z Compiling generic-array v0.14.7
20212026-07-04T02:20:59.384Z Compiling tokio-util v0.7.16
20222026-07-04T02:20:59.506Z Compiling slog v2.8.2
20232026-07-04T02:20:59.704Z Compiling progenitor-macro v0.11.1
20242026-07-04T02:20:59.764Z Compiling rustix v1.1.4
20252026-07-04T02:20:59.916Z Compiling getrandom v0.3.4
20262026-07-04T02:21:00.026Z Compiling h2 v0.4.14
20272026-07-04T02:21:00.077Z Compiling rand_core v0.9.3
20282026-07-04T02:21:00.098Z Compiling oxnet v0.1.6
20292026-07-04T02:21:00.302Z Compiling winnow v0.7.14
20302026-07-04T02:21:00.582Z Compiling crypto-common v0.1.6
20312026-07-04T02:21:00.627Z Compiling itertools v0.14.0
20322026-07-04T02:21:00.727Z Compiling num-derive v0.4.2
20332026-07-04T02:21:01.100Z Compiling winnow v1.0.3
20342026-07-04T02:21:01.469Z Compiling toml_parser v1.1.2+spec-1.1.0
20352026-07-04T02:21:01.851Z Compiling rand_chacha v0.9.0
20362026-07-04T02:21:01.953Z Compiling serde_spanned v1.1.1
20372026-07-04T02:21:01.966Z Compiling toml_writer v1.1.1+spec-1.1.0
20382026-07-04T02:21:02.123Z Compiling debug-ignore v1.0.5
20392026-07-04T02:21:02.190Z Compiling hyper v1.10.1
20402026-07-04T02:21:02.203Z Compiling spin v0.9.8
20412026-07-04T02:21:02.239Z Compiling rand v0.9.3
20422026-07-04T02:21:02.330Z Compiling tabwriter v1.4.1
20432026-07-04T02:21:02.353Z Compiling rustls-pki-types v1.12.0
20442026-07-04T02:21:02.588Z Compiling colored v3.1.1
20452026-07-04T02:21:02.851Z Compiling quick-error v1.2.3
20462026-07-04T02:21:02.866Z Compiling time v0.3.47
20472026-07-04T02:21:02.968Z Compiling async-stream v0.3.6
20482026-07-04T02:21:02.998Z Compiling waitgroup v0.1.2
20492026-07-04T02:21:03.145Z Compiling serde_path_to_error v0.1.20
20502026-07-04T02:21:03.148Z Compiling anstyle v1.0.14
20512026-07-04T02:21:03.271Z Compiling lazy_static v1.5.0
20522026-07-04T02:21:03.382Z Compiling hyper-util v0.1.20
20532026-07-04T02:21:03.395Z Compiling bit-vec v0.8.0
20542026-07-04T02:21:03.628Z Compiling bit-set v0.8.0
20552026-07-04T02:21:03.642Z Compiling crossbeam-channel v0.5.15
20562026-07-04T02:21:03.802Z Compiling strum v0.26.3
20572026-07-04T02:21:03.941Z Compiling ring v0.17.14
20582026-07-04T02:21:03.991Z Compiling toml_datetime v0.7.5+spec-1.1.0
20592026-07-04T02:21:04.315Z Compiling unarray v0.1.4
20602026-07-04T02:21:04.318Z Compiling utf8parse v0.2.2
20612026-07-04T02:21:04.437Z Compiling anstyle-parse v1.0.0
20622026-07-04T02:21:04.451Z Compiling toml v0.9.12+spec-1.1.0
20632026-07-04T02:21:04.507Z Compiling macaddr v1.0.1
20642026-07-04T02:21:04.606Z Compiling anstyle-query v1.1.4
20652026-07-04T02:21:04.636Z Compiling colorchoice v1.0.4
20662026-07-04T02:21:04.732Z Compiling is_terminal_polyfill v1.70.1
20672026-07-04T02:21:04.735Z Compiling block-buffer v0.10.4
20682026-07-04T02:21:04.747Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
20692026-07-04T02:21:04.759Z Compiling ref-cast v1.0.25
20702026-07-04T02:21:04.817Z Compiling anstream v1.0.0
20712026-07-04T02:21:04.841Z Compiling is-terminal v0.4.16
20722026-07-04T02:21:04.864Z Compiling clap_lex v1.1.0
20732026-07-04T02:21:04.886Z Compiling digest v0.10.7
20742026-07-04T02:21:04.931Z Compiling slog-term v2.9.2
20752026-07-04T02:21:04.945Z Compiling slog-json v2.6.1
20762026-07-04T02:21:05.099Z Compiling slog-async v2.8.0
20772026-07-04T02:21:05.124Z Compiling strum v0.27.2
20782026-07-04T02:21:05.138Z Compiling hostname v0.3.1
20792026-07-04T02:21:05.287Z Compiling slog-bunyan v2.5.0
20802026-07-04T02:21:05.333Z Compiling tower v0.5.2
20812026-07-04T02:21:05.436Z Compiling futures-executor v0.3.32
20822026-07-04T02:21:05.728Z Compiling tower-http v0.6.8
20832026-07-04T02:21:05.748Z Compiling futures v0.3.32
20842026-07-04T02:21:05.822Z Compiling instant v0.1.13
20852026-07-04T02:21:05.994Z Compiling aws-lc-sys v0.39.1
20862026-07-04T02:21:05.997Z Compiling memmap2 v0.9.8
20872026-07-04T02:21:06.150Z Compiling untrusted v0.7.1
20882026-07-04T02:21:06.220Z Compiling openssl-sys v0.9.116
20892026-07-04T02:21:06.608Z Compiling aws-lc-rs v1.16.2
20902026-07-04T02:21:07.588Z Compiling rustls-webpki v0.103.6
20912026-07-04T02:21:07.953Z Compiling foreign-types-shared v0.1.1
20922026-07-04T02:21:08.050Z Compiling foreign-types v0.3.2
20932026-07-04T02:21:08.130Z Compiling rustls v0.23.40
20942026-07-04T02:21:08.554Z Compiling tempfile v3.27.0
20952026-07-04T02:21:08.693Z Compiling openssl-probe v0.1.6
20962026-07-04T02:21:08.886Z Compiling usdt v0.6.0
20972026-07-04T02:21:08.981Z Compiling openssl v0.10.80
20982026-07-04T02:21:09.167Z Compiling either v1.15.0
20992026-07-04T02:21:09.383Z Compiling webpki-roots v1.0.2
21002026-07-04T02:21:09.618Z Compiling newtype-uuid v1.3.2
21012026-07-04T02:21:10.211Z Compiling daft v0.1.5
21022026-07-04T02:21:11.147Z Compiling tokio-rustls v0.26.4
21032026-07-04T02:21:11.328Z Compiling native-tls v0.2.14
21042026-07-04T02:21:11.463Z Compiling hyper-rustls v0.27.7
21052026-07-04T02:21:11.600Z Compiling tokio-native-tls v0.3.1
21062026-07-04T02:21:11.785Z Compiling hyper-tls v0.6.0
21072026-07-04T02:21:12.034Z Compiling reqwest v0.12.23
21082026-07-04T02:21:12.414Z Compiling rustls-webpki v0.102.8
21092026-07-04T02:21:12.812Z Compiling rustls-pemfile v2.2.0
21102026-07-04T02:21:12.958Z Compiling multer v3.1.0
21112026-07-04T02:21:13.019Z Compiling terminal_size v0.4.3
21122026-07-04T02:21:13.302Z Compiling hostname v0.4.2
21132026-07-04T02:21:13.583Z Compiling rustls v0.22.4
21142026-07-04T02:21:14.667Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-07-04T02:21:15.836Z Compiling rand_chacha v0.3.1
21162026-07-04T02:21:15.956Z Compiling hubpack_derive v0.1.1
21172026-07-04T02:21:16.307Z Compiling wait-timeout v0.2.1
21182026-07-04T02:21:16.665Z Compiling rusty-fork v0.3.0
21192026-07-04T02:21:16.746Z Compiling rand v0.8.5
21202026-07-04T02:21:17.046Z Compiling tokio-rustls v0.25.0
21212026-07-04T02:21:17.420Z Compiling clap_builder v4.6.0
21222026-07-04T02:21:17.656Z Compiling sha1 v0.10.6
21232026-07-04T02:21:17.671Z Compiling rand_xorshift v0.4.0
21242026-07-04T02:21:18.471Z Compiling dropshot v0.16.7
21252026-07-04T02:21:18.474Z Compiling proptest v1.8.0
21262026-07-04T02:21:19.415Z Compiling clap v4.6.1
21272026-07-04T02:21:19.557Z Compiling serde_spanned v0.6.9
21282026-07-04T02:21:20.445Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
21292026-07-04T02:21:20.602Z Compiling prettyplease v0.2.37
21302026-07-04T02:21:21.552Z Compiling progenitor-client v0.10.0
21312026-07-04T02:21:21.868Z Compiling progenitor-client v0.11.1
21322026-07-04T02:21:21.903Z Compiling serde_with v3.21.0
21332026-07-04T02:21:22.701Z Compiling progenitor v0.11.1
21342026-07-04T02:21:23.597Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21352026-07-04T02:21:23.611Z Compiling rustc-hash v2.1.1
21362026-07-04T02:21:23.863Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
21372026-07-04T02:21:23.918Z Compiling iddqd v0.3.18
21382026-07-04T02:21:24.800Z Compiling backoff v0.4.0
21392026-07-04T02:21:24.875Z Compiling parse-display v0.10.0
21402026-07-04T02:21:24.957Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21412026-07-04T02:21:25.021Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
21422026-07-04T02:21:25.145Z Compiling toml_write v0.1.2
21432026-07-04T02:21:25.192Z Compiling winnow v0.5.40
21442026-07-04T02:21:25.348Z Compiling toml_edit v0.22.27
21452026-07-04T02:21:26.728Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21462026-07-04T02:21:27.388Z Compiling num-integer v0.1.46
21472026-07-04T02:21:27.893Z Compiling float-ord v0.3.2
21482026-07-04T02:21:29.195Z Compiling toml v0.8.23
21492026-07-04T02:21:31.252Z Compiling num-iter v0.1.45
21502026-07-04T02:21:31.409Z Compiling num-rational v0.4.2
21512026-07-04T02:21:32.064Z Compiling num-complex v0.4.6
21522026-07-04T02:21:32.473Z Compiling num v0.4.3
21532026-07-04T02:21:32.558Z Compiling toml_edit v0.19.15
21542026-07-04T02:21:35.028Z Compiling proc-macro-crate v1.3.1
21552026-07-04T02:21:35.585Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21562026-07-04T02:21:36.145Z Compiling darling_core v0.21.3
21572026-07-04T02:21:36.498Z Compiling zerocopy-derive v0.7.35
21582026-07-04T02:21:37.325Z Compiling memoffset v0.9.1
21592026-07-04T02:21:37.389Z Compiling libscf-sys v1.2.0
21602026-07-04T02:21:37.410Z Compiling proc-macro-error-attr2 v2.0.0
21612026-07-04T02:21:37.538Z Compiling nix v0.30.1
21622026-07-04T02:21:37.781Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21632026-07-04T02:21:37.857Z Compiling proc-macro-error2 v2.0.1
21642026-07-04T02:21:38.322Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21652026-07-04T02:21:38.345Z Compiling darling_macro v0.21.3
21662026-07-04T02:21:38.920Z Compiling scroll_derive v0.12.1
21672026-07-04T02:21:38.959Z Compiling darling v0.21.3
21682026-07-04T02:21:39.051Z Compiling ingot-macros v0.1.1
21692026-07-04T02:21:39.660Z Compiling tabled_derive v0.11.0
21702026-07-04T02:21:39.892Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
21712026-07-04T02:21:40.319Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-07-04T02:21:41.948Z Compiling zerocopy v0.7.35
21732026-07-04T02:21:42.031Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-07-04T02:21:42.423Z Compiling hubpack v0.1.2
21752026-07-04T02:21:43.297Z Compiling static_assertions v1.1.0
21762026-07-04T02:21:43.991Z Compiling num_enum_derive v0.7.5
21772026-07-04T02:21:44.243Z Compiling foreign-types-macros v0.2.3
21782026-07-04T02:21:45.264Z Compiling dtrace-parser v0.2.0
21792026-07-04T02:21:45.470Z Compiling glob v0.3.3
21802026-07-04T02:21:45.643Z Compiling bytecount v0.6.9
21812026-07-04T02:21:45.834Z Compiling proc-macro-error-attr v1.0.4
21822026-07-04T02:21:45.933Z Compiling dof v0.3.0
21832026-07-04T02:21:46.122Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21842026-07-04T02:21:46.157Z Compiling thread-id v4.2.2
21852026-07-04T02:21:46.302Z Compiling proc-macro-error v1.0.4
21862026-07-04T02:21:46.591Z Compiling usdt-impl v0.5.0
21872026-07-04T02:21:47.657Z Compiling num_enum_derive v0.5.11
21882026-07-04T02:21:48.526Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21892026-07-04T02:21:48.961Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
21902026-07-04T02:21:49.817Z Compiling derive_more v0.99.20
21912026-07-04T02:21:50.856Z Compiling usdt-attr-macro v0.5.0
21922026-07-04T02:21:50.859Z Compiling usdt-macro v0.5.0
21932026-07-04T02:21:50.859Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-07-04T02:21:50.859Z Compiling minimal-lexical v0.2.1
21952026-07-04T02:21:50.859Z Compiling zone_cfg_derive v0.3.1
21962026-07-04T02:21:50.866Z Compiling papergrid v0.17.0
21972026-07-04T02:21:50.970Z Compiling nom v7.1.3
21982026-07-04T02:21:51.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
21992026-07-04T02:21:51.598Z Compiling testing_table v0.3.0
22002026-07-04T02:21:51.685Z Compiling rustc_version v0.4.1
22012026-07-04T02:21:51.782Z Compiling crossbeam-epoch v0.9.18
22022026-07-04T02:21:51.800Z Compiling dropshot_endpoint v0.17.1
22032026-07-04T02:21:51.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22042026-07-04T02:21:52.108Z Compiling tabled v0.20.0
22052026-07-04T02:21:52.122Z Compiling regress v0.11.1
22062026-07-04T02:21:52.135Z Compiling adler2 v2.0.1
22072026-07-04T02:21:52.282Z Compiling miniz_oxide v0.8.9
22082026-07-04T02:21:52.355Z Compiling crc32fast v1.5.0
22092026-07-04T02:21:53.017Z Compiling enum-as-inner v0.6.1
22102026-07-04T02:21:53.351Z Compiling flate2 v1.1.2
22112026-07-04T02:21:53.506Z Compiling curve25519-dalek v4.1.3
22122026-07-04T02:21:53.630Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
22132026-07-04T02:21:53.644Z Compiling hybrid-array v0.4.12
22142026-07-04T02:21:53.786Z Compiling typify-impl v0.6.2
22152026-07-04T02:21:53.896Z Compiling crossbeam-deque v0.8.6
22162026-07-04T02:21:54.097Z Compiling thiserror-impl-no-std v2.0.2
22172026-07-04T02:21:54.128Z Compiling curve25519-dalek-derive v0.1.1
22182026-07-04T02:21:54.380Z Compiling crypto-common v0.2.2
22192026-07-04T02:21:54.838Z Compiling block-buffer v0.12.0
22202026-07-04T02:21:54.876Z Compiling rayon-core v1.13.0
22212026-07-04T02:21:54.916Z Compiling clang-sys v1.8.1
22222026-07-04T02:21:55.005Z Compiling scroll v0.12.0
22232026-07-04T02:21:55.293Z Compiling compression-core v0.4.32
22242026-07-04T02:21:55.316Z Compiling const-oid v0.10.2
22252026-07-04T02:21:55.470Z Compiling compression-codecs v0.4.32
22262026-07-04T02:21:55.495Z Compiling digest v0.11.3
22272026-07-04T02:21:55.551Z Compiling goblin v0.8.2
22282026-07-04T02:21:55.629Z Compiling hash32 v0.3.1
22292026-07-04T02:21:55.672Z Compiling toml_datetime v1.1.1+spec-1.1.0
22302026-07-04T02:21:55.749Z Compiling cpufeatures v0.3.0
22312026-07-04T02:21:55.796Z Compiling heapless v0.8.0
22322026-07-04T02:21:55.837Z Compiling sha1 v0.11.0
22332026-07-04T02:21:55.909Z Compiling toml v1.1.2+spec-1.1.0
22342026-07-04T02:21:56.000Z Compiling async-compression v0.4.33
22352026-07-04T02:21:56.103Z Compiling ingot-types v0.1.2
22362026-07-04T02:21:56.321Z Compiling cobs v0.3.0
22372026-07-04T02:21:56.505Z Compiling libloading v0.8.9
22382026-07-04T02:21:56.525Z Compiling bitflags v1.3.2
22392026-07-04T02:21:56.538Z Compiling foreign-types-shared v0.3.1
22402026-07-04T02:21:56.587Z Compiling managed v0.8.0
22412026-07-04T02:21:56.637Z Compiling foreign-types v0.5.0
22422026-07-04T02:21:56.728Z Compiling dropshot v0.17.1
22432026-07-04T02:21:56.756Z Compiling bindgen v0.72.1
22442026-07-04T02:21:56.776Z Compiling smoltcp v0.11.0
22452026-07-04T02:21:56.816Z Compiling postcard v1.1.3
22462026-07-04T02:21:57.170Z Compiling ingot v0.1.1
22472026-07-04T02:21:59.610Z Compiling cexpr v0.6.0
22482026-07-04T02:21:59.661Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
22492026-07-04T02:21:59.676Z Compiling num_enum v0.7.5
22502026-07-04T02:21:59.794Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22512026-07-04T02:21:59.922Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22522026-07-04T02:22:00.048Z Compiling camino-tempfile v1.4.1
22532026-07-04T02:22:00.094Z Compiling typify-macro v0.6.2
22542026-07-04T02:22:00.302Z Compiling serde_repr v0.1.20
22552026-07-04T02:22:00.317Z Compiling derive-where v1.6.0
22562026-07-04T02:22:00.406Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22572026-07-04T02:22:00.525Z Compiling memmap v0.7.0
22582026-07-04T02:22:00.543Z Compiling cstr-argument v0.1.2
22592026-07-04T02:22:00.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22602026-07-04T02:22:00.945Z Compiling usdt v0.5.0
22612026-07-04T02:22:01.073Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22622026-07-04T02:22:01.719Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
22632026-07-04T02:22:01.794Z Compiling rayon v1.11.0
22642026-07-04T02:22:01.918Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22652026-07-04T02:22:02.052Z Compiling crucible-workspace-hack v0.1.0
22662026-07-04T02:22:02.187Z Compiling typify v0.6.2
22672026-07-04T02:22:02.458Z Compiling tinyvec_macros v0.1.1
22682026-07-04T02:22:02.751Z Compiling tinyvec v1.10.0
22692026-07-04T02:22:02.891Z Compiling progenitor-impl v0.14.0
22702026-07-04T02:22:02.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22712026-07-04T02:22:03.408Z Compiling num_enum v0.5.11
22722026-07-04T02:22:03.682Z Compiling pin-project-internal v1.1.10
22732026-07-04T02:22:04.505Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22742026-07-04T02:22:04.611Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22752026-07-04T02:22:04.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
22762026-07-04T02:22:04.861Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
22772026-07-04T02:22:05.250Z Compiling rustix v0.38.44
22782026-07-04T02:22:05.567Z Compiling itertools v0.12.1
22792026-07-04T02:22:05.584Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22802026-07-04T02:22:05.801Z Compiling progenitor-impl v0.10.0
22812026-07-04T02:22:05.860Z Compiling sigpipe v0.1.3
22822026-07-04T02:22:05.958Z Compiling jiff v0.2.15
22832026-07-04T02:22:06.145Z Compiling const_format_proc_macros v0.2.34
22842026-07-04T02:22:06.293Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
22852026-07-04T02:22:06.450Z Compiling progenitor-macro v0.14.0
22862026-07-04T02:22:06.590Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
22872026-07-04T02:22:06.831Z Compiling zone v0.3.1
22882026-07-04T02:22:07.612Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22892026-07-04T02:22:08.450Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
22902026-07-04T02:22:09.089Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22912026-07-04T02:22:09.304Z Compiling progenitor-macro v0.10.0
22922026-07-04T02:22:09.318Z Compiling secrecy v0.10.3
22932026-07-04T02:22:09.489Z Compiling smf v0.2.3
22942026-07-04T02:22:09.736Z Compiling snafu-derive v0.8.9
22952026-07-04T02:22:09.835Z Compiling async-recursion v1.1.1
22962026-07-04T02:22:10.213Z Compiling bstr v1.12.0
22972026-07-04T02:22:10.305Z Compiling whoami v1.6.1
22982026-07-04T02:22:10.725Z Compiling crc8 v0.1.1
22992026-07-04T02:22:10.854Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-07-04T02:22:11.832Z Compiling tokio-dtrace v0.1.1
23012026-07-04T02:22:12.213Z Compiling nix v0.31.3
23022026-07-04T02:22:12.324Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-07-04T02:22:13.085Z Compiling reqwest v0.13.2
23042026-07-04T02:22:13.466Z Compiling hmac v0.12.1
23052026-07-04T02:22:14.041Z Compiling inout v0.1.4
23062026-07-04T02:22:14.209Z Compiling ff v0.13.1
23072026-07-04T02:22:14.275Z Compiling data-encoding v2.9.0
23082026-07-04T02:22:14.355Z Compiling group v0.13.0
23092026-07-04T02:22:14.481Z Compiling cipher v0.4.4
23102026-07-04T02:22:14.561Z Compiling progenitor-client v0.14.0
23112026-07-04T02:22:14.716Z Compiling hkdf v0.12.4
23122026-07-04T02:22:14.881Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23132026-07-04T02:22:15.165Z Compiling oxide-tokio-rt v0.1.6
23142026-07-04T02:22:15.574Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
23152026-07-04T02:22:16.147Z Compiling atomicwrites v0.4.4
23162026-07-04T02:22:16.273Z Compiling tabled_derive v0.7.0
23172026-07-04T02:22:16.588Z Compiling universal-hash v0.5.1
23182026-07-04T02:22:16.675Z Compiling crypto-bigint v0.5.5
23192026-07-04T02:22:16.717Z Compiling half v2.7.1
23202026-07-04T02:22:17.022Z Compiling base64ct v1.8.0
23212026-07-04T02:22:17.324Z Compiling indent_write v2.2.0
23222026-07-04T02:22:17.351Z Compiling opaque-debug v0.3.1
23232026-07-04T02:22:17.439Z Compiling ciborium-io v0.2.2
23242026-07-04T02:22:17.481Z Compiling base16ct v0.2.0
23252026-07-04T02:22:17.551Z Compiling ciborium-ll v0.2.2
23262026-07-04T02:22:17.603Z Compiling poly1305 v0.8.0
23272026-07-04T02:22:17.617Z Compiling password-hash v0.5.0
23282026-07-04T02:22:17.661Z Compiling progenitor v0.14.0
23292026-07-04T02:22:17.794Z Compiling elliptic-curve v0.13.8
23302026-07-04T02:22:18.087Z Compiling chacha20 v0.9.1
23312026-07-04T02:22:18.180Z Compiling similar v2.7.0
23322026-07-04T02:22:18.205Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23332026-07-04T02:22:18.347Z Compiling thiserror-no-std v2.0.2
23342026-07-04T02:22:19.014Z Compiling blake2 v0.10.6
23352026-07-04T02:22:19.159Z Compiling aead v0.5.2
23362026-07-04T02:22:19.162Z Compiling strum_macros v0.28.0
23372026-07-04T02:22:19.403Z Compiling keccak v0.1.6
23382026-07-04T02:22:19.443Z Compiling resolv-conf v0.7.5
23392026-07-04T02:22:19.561Z Compiling linked-hash-map v0.5.6
23402026-07-04T02:22:19.747Z Compiling lru-cache v0.1.2
23412026-07-04T02:22:19.806Z Compiling sha3 v0.10.8
23422026-07-04T02:22:20.043Z Compiling chacha20poly1305 v0.10.1
23432026-07-04T02:22:20.066Z Compiling argon2 v0.5.3
23442026-07-04T02:22:20.080Z Compiling vsss-rs v3.3.4
23452026-07-04T02:22:20.187Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23462026-07-04T02:22:20.294Z Compiling ciborium v0.2.2
23472026-07-04T02:22:20.340Z Compiling hickory-proto v0.24.4
23482026-07-04T02:22:20.430Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
23492026-07-04T02:22:20.604Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23502026-07-04T02:22:21.125Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23512026-07-04T02:22:21.280Z Compiling serde-big-array v0.5.1
23522026-07-04T02:22:21.463Z Compiling siphasher v1.0.1
23532026-07-04T02:22:21.508Z Compiling same-file v1.0.6
23542026-07-04T02:22:21.592Z Compiling humantime v2.3.0
23552026-07-04T02:22:21.691Z Compiling unicode-segmentation v1.12.0
23562026-07-04T02:22:21.753Z Compiling walkdir v2.5.0
23572026-07-04T02:22:22.008Z Compiling phf_shared v0.12.1
23582026-07-04T02:22:22.040Z Compiling newline-converter v0.3.0
23592026-07-04T02:22:22.092Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23602026-07-04T02:22:22.108Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
23612026-07-04T02:22:22.161Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23622026-07-04T02:22:22.183Z Compiling hickory-resolver v0.24.4
23632026-07-04T02:22:22.733Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23642026-07-04T02:22:23.597Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
23652026-07-04T02:22:24.163Z Compiling newtype_derive v0.1.6
23662026-07-04T02:22:24.256Z Compiling owo-colors v4.3.0
23672026-07-04T02:22:24.771Z Compiling tokio-stream v0.1.17
23682026-07-04T02:22:25.025Z Compiling console v0.15.11
23692026-07-04T02:22:25.193Z Compiling csv-core v0.1.12
23702026-07-04T02:22:25.252Z Compiling smawk v0.3.2
23712026-07-04T02:22:25.471Z Compiling unicode-linebreak v0.1.5
23722026-07-04T02:22:25.715Z Compiling unicode-width v0.1.14
23732026-07-04T02:22:25.731Z Compiling foldhash v0.1.5
23742026-07-04T02:22:25.860Z Compiling termtree v0.5.1
23752026-07-04T02:22:25.924Z Compiling swrite v0.1.0
23762026-07-04T02:22:26.047Z Compiling hashbrown v0.15.5
23772026-07-04T02:22:26.423Z Compiling textwrap v0.16.2
23782026-07-04T02:22:26.836Z Compiling csv v1.4.0
23792026-07-04T02:22:26.883Z Compiling expectorate v1.2.0
23802026-07-04T02:22:27.054Z Compiling qorb v0.4.1
23812026-07-04T02:22:27.429Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23822026-07-04T02:22:28.059Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23832026-07-04T02:22:29.242Z Compiling phf v0.12.1
23842026-07-04T02:22:29.618Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
23852026-07-04T02:22:29.691Z Compiling pin-project v1.1.10
23862026-07-04T02:22:29.775Z Compiling unicode-normalization v0.1.24
23872026-07-04T02:22:29.806Z Compiling libz-sys v1.1.22
23882026-07-04T02:22:29.929Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23892026-07-04T02:22:30.964Z Compiling libsw-core v0.3.2
23902026-07-04T02:22:31.340Z Compiling highway v1.3.0
23912026-07-04T02:22:31.374Z Compiling fixedbitset v0.5.7
23922026-07-04T02:22:31.487Z Compiling fixedbitset v0.4.2
23932026-07-04T02:22:31.745Z Compiling petgraph v0.6.5
23942026-07-04T02:22:31.765Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23952026-07-04T02:22:31.782Z Compiling petgraph v0.8.2
23962026-07-04T02:22:31.967Z Compiling progenitor v0.10.0
23972026-07-04T02:22:33.295Z Compiling libsw v3.5.0
23982026-07-04T02:22:33.488Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23992026-07-04T02:22:33.713Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24002026-07-04T02:22:33.893Z Compiling olpc-cjson v0.1.4
24012026-07-04T02:22:33.975Z Compiling libgit2-sys v0.17.0+1.8.1
24022026-07-04T02:22:34.073Z Compiling snafu v0.8.9
24032026-07-04T02:22:34.472Z Compiling chrono-tz v0.10.4
24042026-07-04T02:22:34.564Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24052026-07-04T02:22:34.779Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24062026-07-04T02:22:34.887Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24072026-07-04T02:22:35.524Z Compiling papergrid v0.11.0
24082026-07-04T02:22:35.673Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24092026-07-04T02:22:35.976Z Compiling strum v0.28.0
24102026-07-04T02:22:36.127Z Compiling globset v0.4.16
24112026-07-04T02:22:36.266Z Compiling const_format v0.2.34
24122026-07-04T02:22:36.670Z Compiling slog-dtrace v0.3.0
24132026-07-04T02:22:37.021Z Compiling cancel-safe-futures v0.1.5
24142026-07-04T02:22:37.021Z Compiling gethostname v0.5.0
24152026-07-04T02:22:37.200Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24162026-07-04T02:22:37.360Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24172026-07-04T02:22:37.697Z Compiling dropshot-api-manager-types v0.7.2
24182026-07-04T02:22:37.842Z Compiling bcs v0.1.6
24192026-07-04T02:22:37.966Z Compiling serde_plain v1.0.2
24202026-07-04T02:22:38.086Z Compiling cargo-platform v0.1.9
24212026-07-04T02:22:38.089Z Compiling pem v3.0.5
24222026-07-04T02:22:38.184Z Compiling typed-path v0.9.3
24232026-07-04T02:22:38.494Z Compiling linear-map v1.2.0
24242026-07-04T02:22:38.653Z Compiling tagptr v0.2.0
24252026-07-04T02:22:38.692Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24262026-07-04T02:22:38.856Z Compiling moka v0.12.11
24272026-07-04T02:22:39.100Z Compiling tough v0.20.0
24282026-07-04T02:22:40.798Z Compiling cargo_metadata v0.18.1
24292026-07-04T02:22:41.968Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24302026-07-04T02:22:42.105Z Compiling tabled v0.15.0
24312026-07-04T02:22:42.239Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24322026-07-04T02:22:42.260Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24332026-07-04T02:22:42.508Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24342026-07-04T02:22:43.807Z Compiling git2 v0.19.0
24352026-07-04T02:22:44.918Z Compiling steno v0.4.1
24362026-07-04T02:22:46.741Z Compiling hickory-proto v0.25.2
24372026-07-04T02:22:46.741Z Compiling cookie v0.18.1
24382026-07-04T02:22:48.627Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24392026-07-04T02:22:49.194Z Compiling hickory-resolver v0.25.2
24402026-07-04T02:22:51.716Z Compiling vergen v8.3.2
24412026-07-04T02:22:52.778Z Compiling signal-hook v0.4.4
24422026-07-04T02:22:53.397Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
24432026-07-04T02:22:53.450Z Compiling predicates-core v1.0.9
24442026-07-04T02:22:53.551Z Compiling mockall_derive v0.14.0
24452026-07-04T02:22:54.136Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
24462026-07-04T02:22:54.261Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24472026-07-04T02:22:54.281Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
24482026-07-04T02:22:54.444Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24492026-07-04T02:22:56.329Z Compiling sha2 v0.10.9
24502026-07-04T02:22:56.495Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
24512026-07-04T02:22:56.547Z Compiling yansi v1.0.1
24522026-07-04T02:22:56.759Z Compiling diff v0.1.13
24532026-07-04T02:22:56.889Z Compiling mockall v0.14.0
24542026-07-04T02:22:57.091Z Compiling pretty_assertions v1.4.1
24552026-07-04T02:22:57.317Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
24562026-07-04T02:22:57.491Z Compiling fs-err v3.1.2
24572026-07-04T02:22:57.885Z Compiling predicates v3.1.3
24582026-07-04T02:22:58.402Z Compiling predicates-tree v1.0.12
24592026-07-04T02:22:59.084Z Compiling git-stub v1.0.0
24602026-07-04T02:22:59.267Z Compiling filetime v0.2.26
24612026-07-04T02:22:59.379Z Compiling xattr v1.6.1
24622026-07-04T02:22:59.470Z Compiling fragile v2.0.1
24632026-07-04T02:22:59.575Z Compiling downcast v0.11.0
24642026-07-04T02:22:59.745Z Compiling arrayref v0.3.9
24652026-07-04T02:22:59.786Z Compiling constant_time_eq v0.3.1
24662026-07-04T02:22:59.832Z Compiling is_ci v1.2.0
24672026-07-04T02:22:59.914Z Compiling arrayvec v0.7.6
24682026-07-04T02:22:59.992Z Compiling supports-color v3.0.2
24692026-07-04T02:23:00.131Z Compiling blake3 v1.8.2
24702026-07-04T02:23:00.187Z Compiling tar v0.4.45
24712026-07-04T02:23:00.648Z Compiling toml v0.7.8
24722026-07-04T02:23:00.724Z Compiling git-stub-vcs v0.1.0
24732026-07-04T02:23:01.228Z Compiling curl-sys v0.4.83+curl-8.15.0
24742026-07-04T02:23:01.426Z Compiling signal-hook-tokio v0.4.0
24752026-07-04T02:23:01.728Z Compiling scuffle v0.1.0
24762026-07-04T02:23:02.700Z Compiling drift v0.2.0
24772026-07-04T02:23:03.117Z Compiling kstat-rs v0.2.4
24782026-07-04T02:23:03.454Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
24792026-07-04T02:23:03.540Z Compiling topological-sort v0.2.2
24802026-07-04T02:23:03.703Z Compiling hex-literal v1.1.0
24812026-07-04T02:23:03.779Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24822026-07-04T02:23:03.793Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24832026-07-04T02:23:03.909Z Compiling omicron-zone-package v0.12.2
24842026-07-04T02:23:04.006Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
24852026-07-04T02:23:04.704Z Compiling dropshot-api-manager v0.7.2
24862026-07-04T02:23:06.056Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24872026-07-04T02:23:06.074Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
24882026-07-04T02:23:06.462Z Compiling curl v0.4.49
24892026-07-04T02:23:06.856Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
24902026-07-04T02:23:07.319Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
24912026-07-04T02:23:07.517Z Compiling iddqd v0.4.5
24922026-07-04T02:23:07.579Z Compiling internet-checksum v0.2.1
24932026-07-04T02:23:07.739Z Compiling search_path v0.1.4
24942026-07-04T02:23:08.166Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
24952026-07-04T02:23:08.411Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
24962026-07-04T02:23:11.772Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
24972026-07-04T02:23:11.818Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
24982026-07-04T02:23:58.910Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s
24992026-07-04T02:23:59.058Z Running unittests src/lib.rs (target/debug/deps/aal-0e44e00ce7c3f56a)
25002026-07-04T02:23:59.061Z
25012026-07-04T02:23:59.061Zrunning 5 tests
25022026-07-04T02:23:59.064Ztest fuse::tests::chip_revision_b0 ... ok
25032026-07-04T02:23:59.064Ztest fuse::tests::chip_revision_a0 ... ok
25042026-07-04T02:23:59.064Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25052026-07-04T02:23:59.064Ztest fuse::tests::chip_revision_b1 ... ok
25062026-07-04T02:23:59.064Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25072026-07-04T02:23:59.064Z
25082026-07-04T02:23:59.064Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25092026-07-04T02:23:59.064Z
25102026-07-04T02:23:59.064Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25112026-07-04T02:23:59.067Z
25122026-07-04T02:23:59.067Zrunning 0 tests
25132026-07-04T02:23:59.067Z
25142026-07-04T02:23:59.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25152026-07-04T02:23:59.067Z
25162026-07-04T02:23:59.067Z Running unittests src/lib.rs (target/debug/deps/asic-bb702145df526c3e)
25172026-07-04T02:23:59.070Z
25182026-07-04T02:23:59.070Zrunning 0 tests
25192026-07-04T02:23:59.070Z
25202026-07-04T02:23:59.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-07-04T02:23:59.070Z
25222026-07-04T02:23:59.070Z Running unittests src/lib.rs (target/debug/deps/common-672d73321bc08d8b)
25232026-07-04T02:23:59.070Z
25242026-07-04T02:23:59.070Zrunning 10 tests
25252026-07-04T02:23:59.072Ztest nat::tests::test_vni ... ok
25262026-07-04T02:23:59.073Ztest network::tests::test_equal ... ok
25272026-07-04T02:23:59.073Ztest network::tests::test_into ... ok
25282026-07-04T02:23:59.073Ztest network::tests::test_eui64 ... ok
25292026-07-04T02:23:59.073Ztest network::tests::test_generate_ipv6_link_local ... ok
25302026-07-04T02:23:59.073Ztest network::tests::test_not_equal ... ok
25312026-07-04T02:23:59.073Ztest network::tests::test_parse ... ok
25322026-07-04T02:23:59.073Ztest network::tests::test_to_string ... ok
25332026-07-04T02:23:59.073Ztest test_purge ... ok
25342026-07-04T02:23:59.075Ztest illumos::test::address_exists_handles_missing_object ... ok
25352026-07-04T02:23:59.075Z
25362026-07-04T02:23:59.075Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25372026-07-04T02:23:59.075Z
25382026-07-04T02:23:59.075Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6c9a0900a8727dff)
25392026-07-04T02:23:59.081Z
25402026-07-04T02:23:59.081Zrunning 1 test
25412026-07-04T02:23:59.084Z -------
25422026-07-04T02:23:59.084Z Generating OpenAPI documents from API definitions ...
25432026-07-04T02:23:59.222Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
25442026-07-04T02:23:59.289Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
25452026-07-04T02:24:00.298Z -------
25462026-07-04T02:24:00.298Z Checking 12 OpenAPI documents...
25472026-07-04T02:24:00.298Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
25482026-07-04T02:24:00.298Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
25492026-07-04T02:24:00.298Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
25502026-07-04T02:24:00.298Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
25512026-07-04T02:24:00.298Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
25522026-07-04T02:24:00.298Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
25532026-07-04T02:24:00.298Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
25542026-07-04T02:24:00.298Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
25552026-07-04T02:24:00.298Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
25562026-07-04T02:24:00.298Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
25572026-07-04T02:24:00.298Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
25582026-07-04T02:24:00.301Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
25592026-07-04T02:24:00.301Z Fresh dpd "latest" symlink
25602026-07-04T02:24:00.301Z -------
25612026-07-04T02:24:00.301Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
25622026-07-04T02:24:00.361Ztest test::test_apis_up_to_date ... ok
25632026-07-04T02:24:00.361Z
25642026-07-04T02:24:00.361Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
25652026-07-04T02:24:00.361Z
25662026-07-04T02:24:00.417Z Running unittests src/main.rs (target/debug/deps/dpd-7981869859ae4e5c)
25672026-07-04T02:24:00.423Z
25682026-07-04T02:24:00.423Zrunning 45 tests
25692026-07-04T02:24:00.426Ztest freemap::test_ordering ... ok
25702026-07-04T02:24:00.426Ztest config::tests::test_updates ... ok
25712026-07-04T02:24:00.426Ztest freemap::test_split ... ok
25722026-07-04T02:24:00.426Ztest dhcpv6::tests::test_create_duid_bytes ... ok
25732026-07-04T02:24:00.426Ztest macaddrs::tests::test_mac_offset ... ok
25742026-07-04T02:24:00.426Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
25752026-07-04T02:24:00.427Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
25762026-07-04T02:24:00.427Ztest macaddrs::tests::test_parse_port_id ... ok
25772026-07-04T02:24:00.427Ztest mcast::tests::test_canonicalize_sources ... ok
25782026-07-04T02:24:00.429ZJul 04 02:23:59.241 DEBG created new freemap, unit: freemap_test
25792026-07-04T02:24:00.430ZJul 04 02:23:59.241 DEBG initted freemap. size: 128, unit: freemap_test
25802026-07-04T02:24:00.430ZJul 04 02:23:59.241 DEBG reset freemap, unit: freemap_test
25812026-07-04T02:24:00.430ZJul 04 02:23:59.241 DEBG created new freemap, unit: freemap_test
25822026-07-04T02:24:00.430ZJul 04 02:23:59.241 DEBG initted freemap. size: 128, unit: freemap_test
25832026-07-04T02:24:00.430ZJul 04 02:23:59.241 DEBG reset freemap, unit: freemap_test
25842026-07-04T02:24:00.430ZJul 04 02:23:59.241Jul 04 02:23:59.241 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
25852026-07-04T02:24:00.430Z
25862026-07-04T02:24:00.430ZJul 04 02:23:59.241 Jul 04 02:23:59.241DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
25872026-07-04T02:24:00.430Zfreemap_test
25882026-07-04T02:24:00.430Ztest freemap::test_basic ... ok
25892026-07-04T02:24:00.430ZJul 04 02:23:59.241 Jul 04 02:23:59.241DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
25902026-07-04T02:24:00.430Zfreemap_test
25912026-07-04T02:24:00.430Ztest freemap::test_reclaim ... ok
25922026-07-04T02:24:00.430Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
25932026-07-04T02:24:00.430Ztest freemap::test_free ... ok
25942026-07-04T02:24:00.430Ztest freemap::test_exhaustion ... ok
25952026-07-04T02:24:00.430Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
25962026-07-04T02:24:00.430Ztest mcast::tests::test_create_port_bitmap_empty ... ok
25972026-07-04T02:24:00.430Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
25982026-07-04T02:24:00.430Ztest mcast::tests::test_concurrent_id_allocation ... ok
25992026-07-04T02:24:00.430ZJul 04 02:23:59.242 DEBG created new freemap, unit: freemap_test
26002026-07-04T02:24:00.430ZJul 04 02:23:59.242 DEBG initted freemap. size: 128, unit: freemap_test
26012026-07-04T02:24:00.430ZJul 04 02:23:59.242 DEBG reset freemap, unit: freemap_test
26022026-07-04T02:24:00.430Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
26032026-07-04T02:24:00.430Ztest freemap::test_span ... ok
26042026-07-04T02:24:00.430Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
26052026-07-04T02:24:00.430Ztest mcast::tests::test_sources_contain_any ... ok
26062026-07-04T02:24:00.430Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
26072026-07-04T02:24:00.430Ztest mcast::validate::tests::test_ipv4_validation ... ok
26082026-07-04T02:24:00.430Ztest mcast::validate::tests::test_address_validation_integrated ... ok
26092026-07-04T02:24:00.430Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
26102026-07-04T02:24:00.430Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
26112026-07-04T02:24:00.430Ztest mcast::validate::tests::test_is_ssm_function ... ok
26122026-07-04T02:24:00.430Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
26132026-07-04T02:24:00.430Ztest mcast::validate::tests::test_ipv6_validation ... ok
26142026-07-04T02:24:00.430Ztest mcast::validate::tests::test_validate_nat_target ... ok
26152026-07-04T02:24:00.430Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
26162026-07-04T02:24:00.430Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
26172026-07-04T02:24:00.430Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
26182026-07-04T02:24:00.431Ztest mcast::validate::tests::test_validate_source_addresses ... ok
26192026-07-04T02:24:00.431Ztest mcast::validate::tests::test_validate_tag ... ok
26202026-07-04T02:24:00.431Ztest nat::test_mapping ... ok
26212026-07-04T02:24:00.431Ztest port_map::tests::test_backplane_group ... ok
26222026-07-04T02:24:00.431Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
26232026-07-04T02:24:00.431Ztest mcast::validate::tests::test_validate_tag_format ... ok
26242026-07-04T02:24:00.431Ztest port_map::tests::test_port_map ... ok
26252026-07-04T02:24:00.434Ztest port_map::tests::dump_map ... ok
26262026-07-04T02:24:00.434Ztest api_server::tests::test_build_info ... ok
26272026-07-04T02:24:00.434Ztest mcast::tests::test_id_range_boundaries ... ok
26282026-07-04T02:24:00.434Ztest port_map::tests::parse_softnpu_revision ... ok
26292026-07-04T02:24:00.434Z
26302026-07-04T02:24:00.434Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26312026-07-04T02:24:00.434Z
26322026-07-04T02:24:00.434Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a59836745ab6041)
26332026-07-04T02:24:00.436Z
26342026-07-04T02:24:00.436Zrunning 0 tests
26352026-07-04T02:24:00.437Z
26362026-07-04T02:24:00.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26372026-07-04T02:24:00.437Z
26382026-07-04T02:24:00.437Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2fa7faffb7687fb2)
26392026-07-04T02:24:00.439Z
26402026-07-04T02:24:00.439Zrunning 0 tests
26412026-07-04T02:24:00.439Z
26422026-07-04T02:24:00.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26432026-07-04T02:24:00.439Z
26442026-07-04T02:24:00.439Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e321c4adb1a9aca4)
26452026-07-04T02:24:00.439Z
26462026-07-04T02:24:00.439Zrunning 6 tests
26472026-07-04T02:24:00.442Ztest tests::test_parse_client_port_id ... ok
26482026-07-04T02:24:00.442Ztest tests::test_port_id_cmp ... ok
26492026-07-04T02:24:00.442Ztest tests::test_full_lot_id_neither_present ... ok
26502026-07-04T02:24:00.442Ztest tests::test_full_lot_id_both_present ... ok
26512026-07-04T02:24:00.442Ztest tests::test_full_lot_id_lot_only ... ok
26522026-07-04T02:24:00.442Ztest tests::test_full_lot_id_lotnum_only ... ok
26532026-07-04T02:24:00.442Z
26542026-07-04T02:24:00.442Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26552026-07-04T02:24:00.442Z
26562026-07-04T02:24:00.442Z Running tests/test_all.rs (target/debug/deps/test_all-26bb158fb7582dbe)
26572026-07-04T02:24:00.443Z
26582026-07-04T02:24:00.443Zrunning 0 tests
26592026-07-04T02:24:00.443Z
26602026-07-04T02:24:00.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26612026-07-04T02:24:00.443Z
26622026-07-04T02:24:00.443Z Running unittests src/lib.rs (target/debug/deps/dpd_types-f12cea2ea5681c52)
26632026-07-04T02:24:00.446Z
26642026-07-04T02:24:00.446Zrunning 0 tests
26652026-07-04T02:24:00.446Z
26662026-07-04T02:24:00.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26672026-07-04T02:24:00.446Z
26682026-07-04T02:24:00.446Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ec17efd8bc39efe3)
26692026-07-04T02:24:00.446Z
26702026-07-04T02:24:00.446Zrunning 0 tests
26712026-07-04T02:24:00.446Z
26722026-07-04T02:24:00.446Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26732026-07-04T02:24:00.446Z
26742026-07-04T02:24:00.446Z Running unittests src/lib.rs (target/debug/deps/packet-e158a7df76e486c7)
26752026-07-04T02:24:00.449Z
26762026-07-04T02:24:00.449Zrunning 12 tests
26772026-07-04T02:24:00.449Ztest lldp::test_lldp_parse ... ok
26782026-07-04T02:24:00.449Ztest icmp::test_v6_checksum ... ok
26792026-07-04T02:24:00.449Ztest icmp::test_v4_checksum ... ok
26802026-07-04T02:24:00.449Ztest ipv6::test_ipv6_parse ... ok
26812026-07-04T02:24:00.449Ztest pbuf::test_byte ... ok
26822026-07-04T02:24:00.449Ztest pbuf::test_nibble ... ok
26832026-07-04T02:24:00.449Ztest pbuf::test_overflow ... ok
26842026-07-04T02:24:00.449Ztest pbuf::test_short ... ok
26852026-07-04T02:24:00.449Ztest pbuf::test_twelve ... ok
26862026-07-04T02:24:00.449Ztest pbuf::test_word ... ok
26872026-07-04T02:24:00.449Ztest tcp::test_checksum_syn_nodata ... ok
26882026-07-04T02:24:00.449Ztest tcp::test_checksum_ack_data ... ok
26892026-07-04T02:24:00.449Z
26902026-07-04T02:24:00.449Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26912026-07-04T02:24:00.449Z
26922026-07-04T02:24:00.449Z Running unittests src/lib.rs (target/debug/deps/pcap-b3b20298d94e83be)
26932026-07-04T02:24:00.452Z
26942026-07-04T02:24:00.452Zrunning 0 tests
26952026-07-04T02:24:00.452Z
26962026-07-04T02:24:00.452Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26972026-07-04T02:24:00.452Z
26982026-07-04T02:24:00.452Z Running unittests src/main.rs (target/debug/deps/swadm-b4208e4e0bb00723)
26992026-07-04T02:24:00.452Z
27002026-07-04T02:24:00.452Zrunning 5 tests
27012026-07-04T02:24:00.452Ztest switchport::test::test_compute_lanes ... ok
27022026-07-04T02:24:00.455Ztest switchport::test::port_id_ordering ... ok
27032026-07-04T02:24:00.455Z Lane 0 Lane 1 Lane 2 Lane 3
27042026-07-04T02:24:00.455Z State: Activated Lane 0 Activated ActivatedLane 1 Activated
27052026-07-04T02:24:00.455ZLane 2 Rx Output Enabled: falseLane 3
27062026-07-04T02:24:00.455Zfalse Rx Loss-of-lock: Yes falseYes false
27072026-07-04T02:24:00.455ZYes Rx Output Status: validYes
27082026-07-04T02:24:00.455Zvalid Rx Loss-of-signal: Yes valid Yesvalid
27092026-07-04T02:24:00.455Z Rx Loss-of-lock: trueYes Yestrue
27102026-07-04T02:24:00.455Z true Rx CDR Enabled: Yes true
27112026-07-04T02:24:00.455ZYes Rx Loss-of-signal: false Yesfalse Yes
27122026-07-04T02:24:00.455Zfalse Tx Enabled: Yes falseYes
27132026-07-04T02:24:00.455Z Rx Auto-squelch Disable: trueYes trueYes
27142026-07-04T02:24:00.455Z true Tx Loss-of-lock: No trueNo
27152026-07-04T02:24:00.455Z No Tx Output Enabled: true No
27162026-07-04T02:24:00.455Ztrue Tx Loss-of-signal: No true Notrue
27172026-07-04T02:24:00.455ZNo Tx Output Status: invalidNo
27182026-07-04T02:24:00.455Zinvalid Tx CDR Enabled: No invalidNo invalidNo
27192026-07-04T02:24:00.455Z No
27202026-07-04T02:24:00.455Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: Nofalse No falseNo falseNo
27212026-07-04T02:24:00.455Z
27222026-07-04T02:24:00.455Z Tx Loss-of-signal: true Tx Fault: Yes true Yes true Yes trueYes
27232026-07-04T02:24:00.455Z
27242026-07-04T02:24:00.455ZTx Auto-squelch Disable: false false false false
27252026-07-04T02:24:00.455Z Tx Adaptive EQ Fail: true true true true
27262026-07-04T02:24:00.455Z Tx Failure: false false false false
27272026-07-04T02:24:00.455Z Tx Force Squelch: true true true true
27282026-07-04T02:24:00.455Z Tx Input Polarity: normal normal normal normal
27292026-07-04T02:24:00.455Ztest switchport::test::test_print_sff_datapath ... ok
27302026-07-04T02:24:00.456Ztest switchport::test::test_print_cmis_datapath ... ok
27312026-07-04T02:24:00.456Ztest link::test_filter ... ok
27322026-07-04T02:24:00.456Z
27332026-07-04T02:24:00.456Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27342026-07-04T02:24:00.456Z
27352026-07-04T02:24:00.456Z Running tests/counters.rs (target/debug/deps/counters-342868ad8d526540)
27362026-07-04T02:24:00.459Z
27372026-07-04T02:24:00.459Zrunning 1 test
27382026-07-04T02:24:00.459Ztest test_p4_counter_list ... ignored
27392026-07-04T02:24:00.459Z
27402026-07-04T02:24:00.459Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27412026-07-04T02:24:00.459Z
27422026-07-04T02:24:00.459Z Running tests/multicast.rs (target/debug/deps/multicast-61e8bc1e89550c2c)
27432026-07-04T02:24:00.459Z
27442026-07-04T02:24:00.459Zrunning 1 test
27452026-07-04T02:24:00.459Ztest test_multicast_list_and_get ... ignored
27462026-07-04T02:24:00.459Z
27472026-07-04T02:24:00.459Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27482026-07-04T02:24:00.459Z
27492026-07-04T02:24:00.459Z Running tests/port-link.rs (target/debug/deps/port_link-447bb416aa912478)
27502026-07-04T02:24:00.462Z
27512026-07-04T02:24:00.462Zrunning 5 tests
27522026-07-04T02:24:00.462Ztest test_an ... ignored
27532026-07-04T02:24:00.462Ztest test_enable ... ignored
27542026-07-04T02:24:00.462Ztest test_ip_addresses ... ignored
27552026-07-04T02:24:00.462Ztest test_kr ... ignored
27562026-07-04T02:24:00.462Ztest test_mac ... ignored
27572026-07-04T02:24:00.462Z
27582026-07-04T02:24:00.462Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27592026-07-04T02:24:00.462Z
27602026-07-04T02:24:00.462Z Running unittests src/main.rs (target/debug/deps/tfportd-f925fc501613828a)
27612026-07-04T02:24:00.465Z
27622026-07-04T02:24:00.465Zrunning 3 tests
27632026-07-04T02:24:00.465Ztest linklocal::test_parse_ipadm ... ok
27642026-07-04T02:24:00.465Ztest tfport::test_parse_tfport ... ok
27652026-07-04T02:24:00.466Ztest config::tests::test_updates ... ok
27662026-07-04T02:24:00.466Z
27672026-07-04T02:24:00.466Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27682026-07-04T02:24:00.466Z
27692026-07-04T02:24:00.468Z Running unittests src/main.rs (target/debug/deps/uplinkd-a6c961643d0edf51)
27702026-07-04T02:24:00.468Z
27712026-07-04T02:24:00.468Zrunning 0 tests
27722026-07-04T02:24:00.468Z
27732026-07-04T02:24:00.468Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27742026-07-04T02:24:00.468Z
27752026-07-04T02:24:00.468Z Running unittests src/main.rs (target/debug/deps/xtask-c9c0c742cb9e1409)
27762026-07-04T02:24:00.471Z
27772026-07-04T02:24:00.471Zrunning 0 tests
27782026-07-04T02:24:00.471Z
27792026-07-04T02:24:00.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27802026-07-04T02:24:00.471Z
27812026-07-04T02:24:00.471Z Doc-tests aal
27822026-07-04T02:24:00.599Z
27832026-07-04T02:24:00.599Zrunning 0 tests
27842026-07-04T02:24:00.599Z
27852026-07-04T02:24:00.599Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27862026-07-04T02:24:00.599Z
27872026-07-04T02:24:00.617Z Doc-tests aal_macros
27882026-07-04T02:24:00.692Z
27892026-07-04T02:24:00.692Zrunning 0 tests
27902026-07-04T02:24:00.692Z
27912026-07-04T02:24:00.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27922026-07-04T02:24:00.692Z
27932026-07-04T02:24:00.703Z Doc-tests common
27942026-07-04T02:24:00.947Z
27952026-07-04T02:24:00.947Zrunning 0 tests
27962026-07-04T02:24:00.947Z
27972026-07-04T02:24:00.947Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27982026-07-04T02:24:00.947Z
27992026-07-04T02:24:00.966Z Doc-tests dpd_api
28002026-07-04T02:24:01.718Z
28012026-07-04T02:24:01.718Zrunning 2 tests
28022026-07-04T02:24:01.718Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28032026-07-04T02:24:01.718Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28042026-07-04T02:24:01.719Z
28052026-07-04T02:24:01.719Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-07-04T02:24:01.719Z
28072026-07-04T02:24:01.750Z Doc-tests dpd_client
28082026-07-04T02:24:03.050Z
28092026-07-04T02:24:03.050Zrunning 0 tests
28102026-07-04T02:24:03.050Z
28112026-07-04T02:24:03.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-07-04T02:24:03.050Z
28132026-07-04T02:24:03.090Z Doc-tests dpd_types
28142026-07-04T02:24:03.306Z
28152026-07-04T02:24:03.306Zrunning 0 tests
28162026-07-04T02:24:03.306Z
28172026-07-04T02:24:03.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-07-04T02:24:03.306Z
28192026-07-04T02:24:03.332Z Doc-tests dpd_types_versions
28202026-07-04T02:24:04.552Z
28212026-07-04T02:24:04.553Zrunning 1 test
28222026-07-04T02:24:04.553Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28232026-07-04T02:24:04.553Z
28242026-07-04T02:24:04.553Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28252026-07-04T02:24:04.553Z
28262026-07-04T02:24:04.596Z Doc-tests packet
28272026-07-04T02:24:04.712Z
28282026-07-04T02:24:04.712Zrunning 0 tests
28292026-07-04T02:24:04.712Z
28302026-07-04T02:24:04.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28312026-07-04T02:24:04.712Z
28322026-07-04T02:24:04.727Z Doc-tests pcap
28332026-07-04T02:24:04.780Z
28342026-07-04T02:24:04.780Zrunning 0 tests
28352026-07-04T02:24:04.780Z
28362026-07-04T02:24:04.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28372026-07-04T02:24:04.780Z
28382026-07-04T02:24:04.858Z+ for feat in tofino_stub tofino_asic softnpu chaos
28392026-07-04T02:24:04.858Z+ RUST_BACKTRACE=full
28402026-07-04T02:24:04.858Z+ cargo test --features tofino_asic --no-fail-fast
28412026-07-04T02:24:05.574Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28422026-07-04T02:24:05.667Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
28432026-07-04T02:24:05.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
28442026-07-04T02:24:05.685Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
28452026-07-04T02:24:14.234Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
28462026-07-04T02:24:14.317Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
28472026-07-04T02:24:56.632Z Finished `test` profile [unoptimized + debuginfo] target(s) in 51.76s
28482026-07-04T02:24:56.768Z Running unittests src/lib.rs (target/debug/deps/aal-0e44e00ce7c3f56a)
28492026-07-04T02:24:56.771Z
28502026-07-04T02:24:56.771Zrunning 5 tests
28512026-07-04T02:24:56.773Ztest fuse::tests::chip_revision_a0 ... ok
28522026-07-04T02:24:56.773Ztest fuse::tests::chip_revision_b1 ... ok
28532026-07-04T02:24:56.773Ztest fuse::tests::chip_revision_b0 ... ok
28542026-07-04T02:24:56.773Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
28552026-07-04T02:24:56.773Ztest fuse::tests::chip_revision_unknown_device_id ... ok
28562026-07-04T02:24:56.773Z
28572026-07-04T02:24:56.774Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28582026-07-04T02:24:56.774Z
28592026-07-04T02:24:56.774Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
28602026-07-04T02:24:56.776Z
28612026-07-04T02:24:56.777Zrunning 0 tests
28622026-07-04T02:24:56.777Z
28632026-07-04T02:24:56.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28642026-07-04T02:24:56.777Z
28652026-07-04T02:24:56.777Z Running unittests src/lib.rs (target/debug/deps/asic-f368339e57b0718c)
28662026-07-04T02:24:56.877Z
28672026-07-04T02:24:56.877Zrunning 8 tests
28682026-07-04T02:24:56.880Ztest tofino_asic::qsfp::tests::fix_link ... ok
28692026-07-04T02:24:56.880Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
28702026-07-04T02:24:56.880Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
28712026-07-04T02:24:56.880Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
28722026-07-04T02:24:56.880Ztest tofino_asic::stats::constants_sanity_check ... ok
28732026-07-04T02:24:56.880Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
28742026-07-04T02:24:56.887Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
28752026-07-04T02:24:57.379Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
28762026-07-04T02:24:57.379Z
28772026-07-04T02:24:57.379Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
28782026-07-04T02:24:57.379Z
28792026-07-04T02:24:57.389Z Running unittests src/lib.rs (target/debug/deps/common-672d73321bc08d8b)
28802026-07-04T02:24:57.391Z
28812026-07-04T02:24:57.391Zrunning 10 tests
28822026-07-04T02:24:57.394Ztest nat::tests::test_vni ... ok
28832026-07-04T02:24:57.394Ztest network::tests::test_equal ... ok
28842026-07-04T02:24:57.394Ztest network::tests::test_eui64 ... ok
28852026-07-04T02:24:57.394Ztest network::tests::test_into ... ok
28862026-07-04T02:24:57.394Ztest network::tests::test_not_equal ... ok
28872026-07-04T02:24:57.394Ztest network::tests::test_generate_ipv6_link_local ... ok
28882026-07-04T02:24:57.394Ztest network::tests::test_parse ... ok
28892026-07-04T02:24:57.394Ztest network::tests::test_to_string ... ok
28902026-07-04T02:24:57.394Ztest test_purge ... ok
28912026-07-04T02:24:57.397Ztest illumos::test::address_exists_handles_missing_object ... ok
28922026-07-04T02:24:57.397Z
28932026-07-04T02:24:57.397Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-07-04T02:24:57.397Z
28952026-07-04T02:24:57.397Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6c9a0900a8727dff)
28962026-07-04T02:24:57.400Z
28972026-07-04T02:24:57.400Zrunning 1 test
28982026-07-04T02:24:57.403Z -------
28992026-07-04T02:24:57.403Z Generating OpenAPI documents from API definitions ...
29002026-07-04T02:24:57.542Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
29012026-07-04T02:24:57.609Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
29022026-07-04T02:24:58.611Z -------
29032026-07-04T02:24:58.611Z Checking 12 OpenAPI documents...
29042026-07-04T02:24:58.611Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
29052026-07-04T02:24:58.611Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
29062026-07-04T02:24:58.614Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
29072026-07-04T02:24:58.614Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
29082026-07-04T02:24:58.614Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
29092026-07-04T02:24:58.614Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
29102026-07-04T02:24:58.614Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
29112026-07-04T02:24:58.614Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
29122026-07-04T02:24:58.614Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
29132026-07-04T02:24:58.614Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
29142026-07-04T02:24:58.614Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
29152026-07-04T02:24:58.615Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
29162026-07-04T02:24:58.615Z Fresh dpd "latest" symlink
29172026-07-04T02:24:58.615Z -------
29182026-07-04T02:24:58.615Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
29192026-07-04T02:24:58.675Ztest test::test_apis_up_to_date ... ok
29202026-07-04T02:24:58.675Z
29212026-07-04T02:24:58.675Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
29222026-07-04T02:24:58.675Z
29232026-07-04T02:24:58.731Z Running unittests src/main.rs (target/debug/deps/dpd-2a9eb06c4eb25fb3)
29242026-07-04T02:24:58.796Z
29252026-07-04T02:24:58.796Zrunning 77 tests
29262026-07-04T02:24:58.800Ztest freemap::test_ordering ... ok
29272026-07-04T02:24:58.800Ztest config::tests::test_updates ... ok
29282026-07-04T02:24:58.800Ztest freemap::test_split ... ok
29292026-07-04T02:24:58.800Ztest dhcpv6::tests::test_create_duid_bytes ... ok
29302026-07-04T02:24:58.800Ztest macaddrs::tests::test_mac_offset ... ok
29312026-07-04T02:24:58.800Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29322026-07-04T02:24:58.800Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29332026-07-04T02:24:58.804Ztest macaddrs::tests::test_parse_port_id ... ok
29342026-07-04T02:24:58.804Ztest mcast::tests::test_canonicalize_sources ... ok
29352026-07-04T02:24:58.804ZJul 04 02:24:57.613 DEBG created new freemap, Jul 04 02:24:57.613unit :DEBG freemap_testcreated new freemapJul 04 02:24:57.613
29362026-07-04T02:24:58.804Z, unitDEBG: created new freemapfreemap_testJul 04 02:24:57.613,
29372026-07-04T02:24:58.804Zunit :DEBG freemap_testinitted freemap. size: 128,
29382026-07-04T02:24:58.804ZunitJul 04 02:24:57.613: DEBGfreemap_test
29392026-07-04T02:24:58.804ZJul 04 02:24:57.613initted freemap. size: 128 , DEBGunitJul 04 02:24:57.613 :DEBG initted freemap. size: 128freemap_test ,
29402026-07-04T02:24:58.804Zunitreset freemap:, unitfreemap_test:
29412026-07-04T02:24:58.804Z freemap_test
29422026-07-04T02:24:58.804ZJul 04 02:24:57.613Jul 04 02:24:57.613 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
29432026-07-04T02:24:58.804Z
29442026-07-04T02:24:58.804ZJul 04 02:24:57.613 DEBG created new freemap, unit: freemap_test
29452026-07-04T02:24:58.804Ztest freemap::test_free ... ok
29462026-07-04T02:24:58.804Ztest freemap::test_basic ... ok
29472026-07-04T02:24:58.804ZJul 04 02:24:57.613 DEBG initted freemap. size: 128, unit: freemap_test
29482026-07-04T02:24:58.804ZJul 04 02:24:57.613 DEBG reset freemap, unit: freemap_test
29492026-07-04T02:24:58.804Ztest freemap::test_reclaim ... ok
29502026-07-04T02:24:58.804ZJul 04 02:24:57.613 DEBG created new freemap, unit: freemap_test
29512026-07-04T02:24:58.804ZJul 04 02:24:57.614 DEBG initted freemap. size: 128, unit: freemap_test
29522026-07-04T02:24:58.804ZJul 04 02:24:57.614 DEBG reset freemap, unit: freemap_test
29532026-07-04T02:24:58.804Ztest freemap::test_span ... ok
29542026-07-04T02:24:58.804Ztest mcast::tests::test_create_port_bitmap_empty ... ok
29552026-07-04T02:24:58.804Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
29562026-07-04T02:24:58.804Ztest freemap::test_exhaustion ... ok
29572026-07-04T02:24:58.804Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
29582026-07-04T02:24:58.804Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
29592026-07-04T02:24:58.804Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
29602026-07-04T02:24:58.804Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
29612026-07-04T02:24:58.804Ztest mcast::tests::test_sources_contain_any ... ok
29622026-07-04T02:24:58.804Ztest mcast::tests::test_concurrent_id_allocation ... ok
29632026-07-04T02:24:58.804Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
29642026-07-04T02:24:58.805Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
29652026-07-04T02:24:58.805Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
29662026-07-04T02:24:58.805Ztest mcast::validate::tests::test_ipv4_validation ... ok
29672026-07-04T02:24:58.805Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
29682026-07-04T02:24:58.805Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
29692026-07-04T02:24:58.805Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
29702026-07-04T02:24:58.805Ztest mcast::validate::tests::test_address_validation_integrated ... ok
29712026-07-04T02:24:58.805Ztest mcast::validate::tests::test_ipv6_validation ... ok
29722026-07-04T02:24:58.805Ztest mcast::validate::tests::test_is_ssm_function ... ok
29732026-07-04T02:24:58.805Ztest mcast::validate::tests::test_validate_nat_target ... ok
29742026-07-04T02:24:58.805Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
29752026-07-04T02:24:58.805Ztest mcast::validate::tests::test_validate_source_addresses ... ok
29762026-07-04T02:24:58.805Ztest mcast::validate::tests::test_validate_tag ... ok
29772026-07-04T02:24:58.805Ztest nat::test_mapping ... ok
29782026-07-04T02:24:58.805Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
29792026-07-04T02:24:58.805Ztest mcast::validate::tests::test_validate_tag_format ... ok
29802026-07-04T02:24:58.805Ztest port_map::tests::test_backplane_group ... ok
29812026-07-04T02:24:58.805Ztest transceivers::mpn_test::test_mpn_missing ... ok
29822026-07-04T02:24:58.805Ztest transceivers::mpn_test::test_mpn_present ... ok
29832026-07-04T02:24:58.805Ztest port_map::tests::test_port_map ... ok
29842026-07-04T02:24:58.805Ztest transceivers::mpn_test::test_xcvr_missing ... ok
29852026-07-04T02:24:58.805Ztest port_map::tests::dump_map ... ok
29862026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
29872026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
29882026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
29892026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
29902026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
29912026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
29922026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
29932026-07-04T02:24:58.805Ztest api_server::tests::test_build_info ... ok
29942026-07-04T02:24:58.805Ztest mcast::tests::test_id_range_boundaries ... ok
29952026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
29962026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
29972026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
29982026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
29992026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
30002026-07-04T02:24:58.805Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
30012026-07-04T02:24:58.809Ztest port_map::tests::parse_softnpu_revision ... ok
30022026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
30032026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
30042026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
30052026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
30062026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
30072026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
30082026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
30092026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
30102026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
30112026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
30122026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
30132026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
30142026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
30152026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
30162026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
30172026-07-04T02:24:58.809Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
30182026-07-04T02:24:58.809Z
30192026-07-04T02:24:58.809Ztest result: ok. 77 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30202026-07-04T02:24:58.809Z
30212026-07-04T02:24:58.817Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-81359aafd052458f)
30222026-07-04T02:24:58.820Z
30232026-07-04T02:24:58.820Zrunning 0 tests
30242026-07-04T02:24:58.820Z
30252026-07-04T02:24:58.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30262026-07-04T02:24:58.820Z
30272026-07-04T02:24:58.820Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2fa7faffb7687fb2)
30282026-07-04T02:24:58.823Z
30292026-07-04T02:24:58.823Zrunning 0 tests
30302026-07-04T02:24:58.823Z
30312026-07-04T02:24:58.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30322026-07-04T02:24:58.823Z
30332026-07-04T02:24:58.823Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2a9fb5fb710dde67)
30342026-07-04T02:24:58.823Z
30352026-07-04T02:24:58.823Zrunning 6 tests
30362026-07-04T02:24:58.844Ztest tests::test_parse_client_port_id ... ok
30372026-07-04T02:24:58.844Ztest tests::test_port_id_cmp ... ok
30382026-07-04T02:24:58.844Ztest tests::test_full_lot_id_neither_present ... ok
30392026-07-04T02:24:58.844Ztest tests::test_full_lot_id_lot_only ... ok
30402026-07-04T02:24:58.844Ztest tests::test_full_lot_id_both_present ... ok
30412026-07-04T02:24:58.844Ztest tests::test_full_lot_id_lotnum_only ... ok
30422026-07-04T02:24:58.844Z
30432026-07-04T02:24:58.844Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-07-04T02:24:58.844Z
30452026-07-04T02:24:58.844Z Running tests/test_all.rs (target/debug/deps/test_all-b3d72c0561ec3d6e)
30462026-07-04T02:24:58.844Z
30472026-07-04T02:24:58.844Zrunning 0 tests
30482026-07-04T02:24:58.844Z
30492026-07-04T02:24:58.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-07-04T02:24:58.844Z
30512026-07-04T02:24:58.844Z Running unittests src/lib.rs (target/debug/deps/dpd_types-f12cea2ea5681c52)
30522026-07-04T02:24:58.844Z
30532026-07-04T02:24:58.844Zrunning 0 tests
30542026-07-04T02:24:58.844Z
30552026-07-04T02:24:58.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-07-04T02:24:58.844Z
30572026-07-04T02:24:58.844Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ec17efd8bc39efe3)
30582026-07-04T02:24:58.844Z
30592026-07-04T02:24:58.844Zrunning 0 tests
30602026-07-04T02:24:58.844Z
30612026-07-04T02:24:58.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30622026-07-04T02:24:58.844Z
30632026-07-04T02:24:58.844Z Running unittests src/lib.rs (target/debug/deps/packet-e158a7df76e486c7)
30642026-07-04T02:24:58.844Z
30652026-07-04T02:24:58.844Zrunning 12 tests
30662026-07-04T02:24:58.844Ztest icmp::test_v6_checksum ... ok
30672026-07-04T02:24:58.844Ztest ipv6::test_ipv6_parse ... ok
30682026-07-04T02:24:58.844Ztest icmp::test_v4_checksum ... ok
30692026-07-04T02:24:58.844Ztest lldp::test_lldp_parse ... ok
30702026-07-04T02:24:58.845Ztest pbuf::test_byte ... ok
30712026-07-04T02:24:58.845Ztest pbuf::test_nibble ... ok
30722026-07-04T02:24:58.845Ztest pbuf::test_short ... ok
30732026-07-04T02:24:58.845Ztest pbuf::test_overflow ... ok
30742026-07-04T02:24:58.845Ztest pbuf::test_twelve ... ok
30752026-07-04T02:24:58.845Ztest pbuf::test_word ... ok
30762026-07-04T02:24:58.845Ztest tcp::test_checksum_syn_nodata ... ok
30772026-07-04T02:24:58.845Ztest tcp::test_checksum_ack_data ... ok
30782026-07-04T02:24:58.845Z
30792026-07-04T02:24:58.845Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30802026-07-04T02:24:58.845Z
30812026-07-04T02:24:58.845Z Running unittests src/lib.rs (target/debug/deps/pcap-b3b20298d94e83be)
30822026-07-04T02:24:58.845Z
30832026-07-04T02:24:58.845Zrunning 0 tests
30842026-07-04T02:24:58.845Z
30852026-07-04T02:24:58.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30862026-07-04T02:24:58.845Z
30872026-07-04T02:24:58.845Z Running unittests src/main.rs (target/debug/deps/swadm-2b142c2b20ea69cb)
30882026-07-04T02:24:58.845Z
30892026-07-04T02:24:58.845Zrunning 5 tests
30902026-07-04T02:24:58.845Ztest switchport::test::test_compute_lanes ... ok
30912026-07-04T02:24:58.845Ztest switchport::test::port_id_ordering ... ok
30922026-07-04T02:24:58.845Z Lane 0 Lane 1 Lane 2 Lane 3
30932026-07-04T02:24:58.845Z Rx Loss-of-lock: Yes Yes Yes Yes
30942026-07-04T02:24:58.845Z Rx Loss-of-signal: Yes Yes Yes Yes
30952026-07-04T02:24:58.845Z Rx CDR Enabled: Yes Yes Yes Yes
30962026-07-04T02:24:58.845Z Tx Enabled: Yes Yes Yes Yes
30972026-07-04T02:24:58.845Z Tx Loss-of-lock: No No No No
30982026-07-04T02:24:58.845Z Tx Loss-of-signal: No No No No
30992026-07-04T02:24:58.845Z Tx CDR Enabled: No No No No
31002026-07-04T02:24:58.845Z Tx Adaptive EQ Fault: No No No No
31012026-07-04T02:24:58.845Z Tx Fault: Yes Yes Yes Yes
31022026-07-04T02:24:58.845Z Lane 0 Lane 1 Lane 2 Lane 3
31032026-07-04T02:24:58.845Z State: Activated Activated Activated Activated
31042026-07-04T02:24:58.845Z Rx Output Enabled: false false false false
31052026-07-04T02:24:58.845Z Rx Output Status: valid valid valid valid
31062026-07-04T02:24:58.845Z Rx Loss-of-lock: true true true true
31072026-07-04T02:24:58.845Z Rx Loss-of-signal: false false false false
31082026-07-04T02:24:58.845ZRx Auto-squelch Disable: true true true true
31092026-07-04T02:24:58.846Z Tx Output Enabled: true true true true
31102026-07-04T02:24:58.846Z Tx Output Status: invalid invalid invalid invalid
31112026-07-04T02:24:58.846Z Tx Loss-of-lock: false false false false
31122026-07-04T02:24:58.846Z Tx Loss-of-signal: true true true true
31132026-07-04T02:24:58.846ZTx Auto-squelch Disable: false false false false
31142026-07-04T02:24:58.846Z Tx Adaptive EQ Fail: true true true true
31152026-07-04T02:24:58.846Z Tx Failure: false false false false
31162026-07-04T02:24:58.846Z Tx Force Squelch: true true true true
31172026-07-04T02:24:58.846Z Tx Input Polarity: normal normal normal normal
31182026-07-04T02:24:58.846Ztest switchport::test::test_print_sff_datapath ... ok
31192026-07-04T02:24:58.846Ztest switchport::test::test_print_cmis_datapath ... ok
31202026-07-04T02:24:58.846Ztest link::test_filter ... ok
31212026-07-04T02:24:58.846Z
31222026-07-04T02:24:58.846Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31232026-07-04T02:24:58.846Z
31242026-07-04T02:24:58.846Z Running tests/counters.rs (target/debug/deps/counters-0e0ad00431fdb90d)
31252026-07-04T02:24:58.846Z
31262026-07-04T02:24:58.846Zrunning 1 test
31272026-07-04T02:24:58.846Ztest test_p4_counter_list ... ignored
31282026-07-04T02:24:58.846Z
31292026-07-04T02:24:58.846Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31302026-07-04T02:24:58.846Z
31312026-07-04T02:24:58.846Z Running tests/multicast.rs (target/debug/deps/multicast-f93aefc867f484a7)
31322026-07-04T02:24:58.846Z
31332026-07-04T02:24:58.846Zrunning 1 test
31342026-07-04T02:24:58.846Ztest test_multicast_list_and_get ... ignored
31352026-07-04T02:24:58.846Z
31362026-07-04T02:24:58.851Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31372026-07-04T02:24:58.851Z
31382026-07-04T02:24:58.851Z Running tests/port-link.rs (target/debug/deps/port_link-dbaf8a6bbe232342)
31392026-07-04T02:24:58.851Z
31402026-07-04T02:24:58.851Zrunning 5 tests
31412026-07-04T02:24:58.851Ztest test_an ... ignored
31422026-07-04T02:24:58.851Ztest test_enable ... ignored
31432026-07-04T02:24:58.851Ztest test_ip_addresses ... ignored
31442026-07-04T02:24:58.851Ztest test_kr ... ignored
31452026-07-04T02:24:58.851Ztest test_mac ... ignored
31462026-07-04T02:24:58.851Z
31472026-07-04T02:24:58.851Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31482026-07-04T02:24:58.851Z
31492026-07-04T02:24:58.851Z Running unittests src/main.rs (target/debug/deps/tfportd-4c9e9066ab8cac6b)
31502026-07-04T02:24:58.851Z
31512026-07-04T02:24:58.851Zrunning 3 tests
31522026-07-04T02:24:58.851Ztest linklocal::test_parse_ipadm ... ok
31532026-07-04T02:24:58.851Ztest tfport::test_parse_tfport ... ok
31542026-07-04T02:24:58.851Ztest config::tests::test_updates ... ok
31552026-07-04T02:24:58.851Z
31562026-07-04T02:24:58.851Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31572026-07-04T02:24:58.851Z
31582026-07-04T02:24:58.854Z Running unittests src/main.rs (target/debug/deps/uplinkd-a6c961643d0edf51)
31592026-07-04T02:24:58.854Z
31602026-07-04T02:24:58.854Zrunning 0 tests
31612026-07-04T02:24:58.854Z
31622026-07-04T02:24:58.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31632026-07-04T02:24:58.854Z
31642026-07-04T02:24:58.854Z Running unittests src/main.rs (target/debug/deps/xtask-c9c0c742cb9e1409)
31652026-07-04T02:24:58.854Z
31662026-07-04T02:24:58.854Zrunning 0 tests
31672026-07-04T02:24:58.854Z
31682026-07-04T02:24:58.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31692026-07-04T02:24:58.854Z
31702026-07-04T02:24:58.854Z Doc-tests aal
31712026-07-04T02:24:58.978Z
31722026-07-04T02:24:58.978Zrunning 0 tests
31732026-07-04T02:24:58.978Z
31742026-07-04T02:24:58.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31752026-07-04T02:24:58.978Z
31762026-07-04T02:24:58.994Z Doc-tests aal_macros
31772026-07-04T02:24:59.061Z
31782026-07-04T02:24:59.062Zrunning 0 tests
31792026-07-04T02:24:59.062Z
31802026-07-04T02:24:59.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31812026-07-04T02:24:59.062Z
31822026-07-04T02:24:59.072Z Doc-tests common
31832026-07-04T02:24:59.309Z
31842026-07-04T02:24:59.309Zrunning 0 tests
31852026-07-04T02:24:59.309Z
31862026-07-04T02:24:59.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31872026-07-04T02:24:59.309Z
31882026-07-04T02:24:59.330Z Doc-tests dpd_api
31892026-07-04T02:25:00.093Z
31902026-07-04T02:25:00.093Zrunning 2 tests
31912026-07-04T02:25:00.093Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
31922026-07-04T02:25:00.093Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
31932026-07-04T02:25:00.093Z
31942026-07-04T02:25:00.093Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31952026-07-04T02:25:00.093Z
31962026-07-04T02:25:00.125Z Doc-tests dpd_client
31972026-07-04T02:25:01.437Z
31982026-07-04T02:25:01.437Zrunning 0 tests
31992026-07-04T02:25:01.437Z
32002026-07-04T02:25:01.437Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32012026-07-04T02:25:01.437Z
32022026-07-04T02:25:01.484Z Doc-tests dpd_types
32032026-07-04T02:25:01.699Z
32042026-07-04T02:25:01.699Zrunning 0 tests
32052026-07-04T02:25:01.699Z
32062026-07-04T02:25:01.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32072026-07-04T02:25:01.699Z
32082026-07-04T02:25:01.725Z Doc-tests dpd_types_versions
32092026-07-04T02:25:02.953Z
32102026-07-04T02:25:02.953Zrunning 1 test
32112026-07-04T02:25:02.953Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32122026-07-04T02:25:02.953Z
32132026-07-04T02:25:02.953Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32142026-07-04T02:25:02.953Z
32152026-07-04T02:25:02.998Z Doc-tests packet
32162026-07-04T02:25:03.113Z
32172026-07-04T02:25:03.113Zrunning 0 tests
32182026-07-04T02:25:03.113Z
32192026-07-04T02:25:03.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32202026-07-04T02:25:03.117Z
32212026-07-04T02:25:03.130Z Doc-tests pcap
32222026-07-04T02:25:03.184Z
32232026-07-04T02:25:03.184Zrunning 0 tests
32242026-07-04T02:25:03.184Z
32252026-07-04T02:25:03.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32262026-07-04T02:25:03.184Z
32272026-07-04T02:25:03.238Z+ for feat in tofino_stub tofino_asic softnpu chaos
32282026-07-04T02:25:03.238Z+ RUST_BACKTRACE=full
32292026-07-04T02:25:03.238Z+ cargo test --features softnpu --no-fail-fast
32302026-07-04T02:25:04.145Z Compiling goblin v0.10.1
32312026-07-04T02:25:04.262Z Compiling typify-impl v0.4.3
32322026-07-04T02:25:04.275Z Compiling log v0.4.29
32332026-07-04T02:25:04.288Z Compiling const-oid v0.9.6
32342026-07-04T02:25:04.298Z Compiling serde_with v3.21.0
32352026-07-04T02:25:04.309Z Compiling der_derive v0.7.3
32362026-07-04T02:25:04.591Z Compiling rustls v0.23.40
32372026-07-04T02:25:05.106Z Compiling digest v0.10.7
32382026-07-04T02:25:05.110Z Compiling native-tls v0.2.14
32392026-07-04T02:25:05.338Z Compiling tokio-native-tls v0.3.1
32402026-07-04T02:25:05.522Z Compiling hyper-tls v0.6.0
32412026-07-04T02:25:05.579Z Compiling sha1 v0.10.6
32422026-07-04T02:25:05.776Z Compiling rustls v0.22.4
32432026-07-04T02:25:08.981Z Compiling dof v0.4.0
32442026-07-04T02:25:09.197Z Compiling tokio-rustls v0.26.4
32452026-07-04T02:25:09.496Z Compiling usdt-impl v0.6.0
32462026-07-04T02:25:10.163Z Compiling hyper-rustls v0.27.7
32472026-07-04T02:25:10.294Z Compiling usdt-attr-macro v0.6.0
32482026-07-04T02:25:10.445Z Compiling usdt-macro v0.6.0
32492026-07-04T02:25:10.465Z Compiling typify-macro v0.4.3
32502026-07-04T02:25:10.974Z Compiling reqwest v0.12.23
32512026-07-04T02:25:11.049Z Compiling tokio-rustls v0.25.0
32522026-07-04T02:25:11.620Z Compiling usdt v0.6.0
32532026-07-04T02:25:11.815Z Compiling dropshot v0.16.7
32542026-07-04T02:25:12.333Z Compiling progenitor-client v0.10.0
32552026-07-04T02:25:12.363Z Compiling progenitor-client v0.11.1
32562026-07-04T02:25:12.601Z Compiling typify v0.4.3
32572026-07-04T02:25:12.688Z Compiling progenitor-impl v0.11.1
32582026-07-04T02:25:16.135Z Compiling num-integer v0.1.46
32592026-07-04T02:25:16.302Z Compiling progenitor-macro v0.11.1
32602026-07-04T02:25:16.720Z Compiling num-iter v0.1.45
32612026-07-04T02:25:16.768Z Compiling num-rational v0.4.2
32622026-07-04T02:25:16.859Z Compiling num-complex v0.4.6
32632026-07-04T02:25:17.264Z Compiling num v0.4.3
32642026-07-04T02:25:17.714Z Compiling num-bigint v0.4.6
32652026-07-04T02:25:18.013Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32662026-07-04T02:25:18.254Z Compiling pem-rfc7468 v0.7.0
32672026-07-04T02:25:18.573Z Compiling flagset v0.4.7
32682026-07-04T02:25:18.610Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
32692026-07-04T02:25:19.131Z Compiling der v0.7.10
32702026-07-04T02:25:19.200Z Compiling progenitor-impl v0.10.0
32712026-07-04T02:25:19.732Z Compiling hmac v0.12.1
32722026-07-04T02:25:19.898Z Compiling goblin v0.8.2
32732026-07-04T02:25:20.178Z Compiling spki v0.7.3
32742026-07-04T02:25:20.422Z Compiling pkcs8 v0.10.2
32752026-07-04T02:25:20.512Z Compiling ff v0.13.1
32762026-07-04T02:25:20.679Z Compiling base16ct v0.2.0
32772026-07-04T02:25:20.735Z Compiling group v0.13.0
32782026-07-04T02:25:20.899Z Compiling sec1 v0.7.3
32792026-07-04T02:25:20.942Z Compiling hkdf v0.12.4
32802026-07-04T02:25:21.112Z Compiling elliptic-curve v0.13.8
32812026-07-04T02:25:21.193Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32822026-07-04T02:25:21.274Z Compiling curve25519-dalek v4.1.3
32832026-07-04T02:25:21.531Z Compiling sha3 v0.10.8
32842026-07-04T02:25:21.588Z Compiling progenitor v0.11.1
32852026-07-04T02:25:21.752Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
32862026-07-04T02:25:22.309Z Compiling dof v0.3.0
32872026-07-04T02:25:22.428Z Compiling typify-impl v0.6.2
32882026-07-04T02:25:22.507Z Compiling blake2 v0.10.6
32892026-07-04T02:25:22.788Z Compiling progenitor-macro v0.10.0
32902026-07-04T02:25:23.003Z Compiling usdt-impl v0.5.0
32912026-07-04T02:25:23.394Z Compiling usdt v0.5.0
32922026-07-04T02:25:23.951Z Compiling argon2 v0.5.3
32932026-07-04T02:25:24.212Z Compiling vsss-rs v3.3.4
32942026-07-04T02:25:24.719Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
32952026-07-04T02:25:25.951Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32962026-07-04T02:25:26.274Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32972026-07-04T02:25:27.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32982026-07-04T02:25:28.019Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32992026-07-04T02:25:28.144Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
33002026-07-04T02:25:28.386Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
33012026-07-04T02:25:28.542Z Compiling nix v0.31.3
33022026-07-04T02:25:28.791Z Compiling typify-macro v0.6.2
33032026-07-04T02:25:29.441Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33042026-07-04T02:25:29.918Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33052026-07-04T02:25:30.469Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33062026-07-04T02:25:30.533Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33072026-07-04T02:25:30.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
33082026-07-04T02:25:30.819Z Compiling dropshot v0.17.1
33092026-07-04T02:25:31.027Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33102026-07-04T02:25:31.115Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33112026-07-04T02:25:31.878Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33122026-07-04T02:25:32.981Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33132026-07-04T02:25:33.909Z Compiling bindgen v0.72.1
33142026-07-04T02:25:34.751Z Compiling progenitor v0.10.0
33152026-07-04T02:25:35.239Z Compiling typify v0.6.2
33162026-07-04T02:25:35.360Z Compiling progenitor-impl v0.14.0
33172026-07-04T02:25:35.728Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33182026-07-04T02:25:35.923Z Compiling sha2 v0.10.9
33192026-07-04T02:25:36.440Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33202026-07-04T02:25:37.173Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33212026-07-04T02:25:37.526Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33222026-07-04T02:25:38.356Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33232026-07-04T02:25:38.897Z Compiling progenitor-macro v0.14.0
33242026-07-04T02:25:39.999Z Compiling signature v2.2.0
33252026-07-04T02:25:40.183Z Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203)
33262026-07-04T02:25:40.355Z Compiling utf-8 v0.7.6
33272026-07-04T02:25:40.437Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33282026-07-04T02:25:40.481Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33292026-07-04T02:25:40.573Z Compiling tungstenite v0.21.0
33302026-07-04T02:25:40.782Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33312026-07-04T02:25:41.543Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33322026-07-04T02:25:41.572Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33332026-07-04T02:25:43.146Z Compiling tokio-dtrace v0.1.1
33342026-07-04T02:25:43.904Z Compiling reqwest v0.13.2
33352026-07-04T02:25:44.252Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33362026-07-04T02:25:44.353Z Compiling bitstruct_derive v0.1.0
33372026-07-04T02:25:44.573Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
33382026-07-04T02:25:45.082Z Compiling progenitor-client v0.14.0
33392026-07-04T02:25:45.134Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
33402026-07-04T02:25:45.358Z Compiling oxide-tokio-rt v0.1.6
33412026-07-04T02:25:46.209Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33422026-07-04T02:25:46.677Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33432026-07-04T02:25:47.141Z Compiling tokio-tungstenite v0.21.0
33442026-07-04T02:25:47.415Z Compiling rfc6979 v0.4.0
33452026-07-04T02:25:47.415Z Compiling base64 v0.21.7
33462026-07-04T02:25:47.502Z Compiling tap v1.0.1
33472026-07-04T02:25:47.568Z Compiling ecdsa v0.16.9
33482026-07-04T02:25:47.642Z Compiling wyz v0.5.1
33492026-07-04T02:25:47.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47)
33502026-07-04T02:25:48.515Z Compiling progenitor v0.14.0
33512026-07-04T02:25:49.040Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
33522026-07-04T02:25:49.318Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33532026-07-04T02:25:49.336Z Compiling ed25519 v2.2.3
33542026-07-04T02:25:50.088Z Compiling salty v0.3.0
33552026-07-04T02:25:50.092Z Compiling radium v0.7.0
33562026-07-04T02:25:50.092Z Compiling primeorder v0.13.6
33572026-07-04T02:25:50.092Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33582026-07-04T02:25:50.092Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33592026-07-04T02:25:50.134Z Compiling env_filter v1.0.1
33602026-07-04T02:25:50.162Z Compiling funty v2.0.0
33612026-07-04T02:25:50.326Z Compiling env_logger v0.11.10
33622026-07-04T02:25:50.355Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33632026-07-04T02:25:50.517Z Compiling bitvec v1.0.1
33642026-07-04T02:25:50.708Z Compiling p384 v0.13.1
33652026-07-04T02:25:50.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33662026-07-04T02:25:51.430Z Compiling ed25519-dalek v2.2.0
33672026-07-04T02:25:51.670Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33682026-07-04T02:25:51.772Z Compiling x509-cert v0.2.5
33692026-07-04T02:25:51.969Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33702026-07-04T02:25:52.068Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33712026-07-04T02:25:52.173Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33722026-07-04T02:25:52.217Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=zl%2Fmulticast#0e8a28a2)
33732026-07-04T02:25:52.290Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33742026-07-04T02:25:52.321Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33752026-07-04T02:25:52.594Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33762026-07-04T02:25:53.210Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61)
33772026-07-04T02:25:53.324Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33782026-07-04T02:25:53.598Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33792026-07-04T02:25:53.741Z Compiling typeid v1.0.3
33802026-07-04T02:25:53.879Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33812026-07-04T02:25:54.176Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33822026-07-04T02:25:54.390Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33832026-07-04T02:25:54.793Z Compiling ascii v1.1.0
33842026-07-04T02:25:55.103Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33852026-07-04T02:25:55.646Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33862026-07-04T02:25:55.679Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33872026-07-04T02:25:55.749Z Compiling qorb v0.4.1
33882026-07-04T02:25:56.820Z Compiling erased-serde v0.4.8
33892026-07-04T02:25:56.978Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
33902026-07-04T02:25:57.340Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=zl%2Fmulticast#284c6830)
33912026-07-04T02:25:57.595Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
33922026-07-04T02:25:57.634Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33932026-07-04T02:25:57.828Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
33942026-07-04T02:25:58.648Z Compiling bitstruct v0.1.1
33952026-07-04T02:25:58.768Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
33962026-07-04T02:25:59.919Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa)
33972026-07-04T02:26:00.554Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
33982026-07-04T02:26:01.624Z Compiling itertools v0.13.0
33992026-07-04T02:26:01.789Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
34002026-07-04T02:26:02.140Z Compiling serde_arrays v0.1.0
34012026-07-04T02:26:02.175Z Compiling libloading v0.7.4
34022026-07-04T02:26:02.281Z Compiling bit_field v0.10.3
34032026-07-04T02:26:02.450Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34042026-07-04T02:26:02.879Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?branch=zl%2Fmulticast#75518ad2)
34052026-07-04T02:26:03.434Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34062026-07-04T02:26:04.422Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34072026-07-04T02:26:04.945Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34082026-07-04T02:26:05.144Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34092026-07-04T02:26:05.375Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34102026-07-04T02:26:05.494Z Compiling globset v0.4.16
34112026-07-04T02:26:05.625Z Compiling slog-dtrace v0.3.0
34122026-07-04T02:26:06.896Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34132026-07-04T02:26:07.302Z Compiling tough v0.20.0
34142026-07-04T02:26:07.521Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34152026-07-04T02:26:08.264Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34162026-07-04T02:26:08.291Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34172026-07-04T02:26:09.457Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34182026-07-04T02:26:09.813Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34192026-07-04T02:26:12.935Z Compiling git2 v0.19.0
34202026-07-04T02:26:17.656Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34212026-07-04T02:26:18.095Z Compiling vergen v8.3.2
34222026-07-04T02:26:20.404Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-07-04T02:26:22.137Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
34242026-07-04T02:26:22.319Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34252026-07-04T02:26:22.716Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
34262026-07-04T02:26:23.162Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
34272026-07-04T02:26:24.917Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
34282026-07-04T02:26:26.445Z Compiling omicron-zone-package v0.12.2
34292026-07-04T02:26:27.306Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34302026-07-04T02:26:28.790Z Compiling dropshot-api-manager v0.7.2
34312026-07-04T02:26:29.357Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
34322026-07-04T02:26:31.002Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
34332026-07-04T02:26:33.698Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34342026-07-04T02:26:35.850Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
34352026-07-04T02:26:38.642Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34362026-07-04T02:26:40.171Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
34372026-07-04T02:26:40.480Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
34382026-07-04T02:26:43.607Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
34392026-07-04T02:26:46.027Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
34402026-07-04T02:27:34.993Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 31s
34412026-07-04T02:27:35.145Z Running unittests src/lib.rs (target/debug/deps/aal-8c1ccf89fbeed596)
34422026-07-04T02:27:35.152Z
34432026-07-04T02:27:35.152Zrunning 5 tests
34442026-07-04T02:27:35.154Ztest fuse::tests::chip_revision_a0 ... ok
34452026-07-04T02:27:35.154Ztest fuse::tests::chip_revision_b1 ... ok
34462026-07-04T02:27:35.154Ztest fuse::tests::chip_revision_b0 ... ok
34472026-07-04T02:27:35.154Ztest fuse::tests::chip_revision_unknown_device_id ... ok
34482026-07-04T02:27:35.154Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
34492026-07-04T02:27:35.154Z
34502026-07-04T02:27:35.154Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34512026-07-04T02:27:35.154Z
34522026-07-04T02:27:35.154Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
34532026-07-04T02:27:35.157Z
34542026-07-04T02:27:35.157Zrunning 0 tests
34552026-07-04T02:27:35.157Z
34562026-07-04T02:27:35.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34572026-07-04T02:27:35.160Z
34582026-07-04T02:27:35.160Z Running unittests src/lib.rs (target/debug/deps/asic-88a4ab61dade9db5)
34592026-07-04T02:27:35.188Z
34602026-07-04T02:27:35.189Zrunning 21 tests
34612026-07-04T02:27:35.193Ztest softnpu::mcast::tests::domains_returns_created_group_ids ... ok
34622026-07-04T02:27:35.193Ztest softnpu::mcast::tests::duplicate_group_rejected ... ok
34632026-07-04T02:27:35.195Ztest softnpu::mcast::tests::duplicate_port_rejected ... ok
34642026-07-04T02:27:35.195Ztest softnpu::mcast::tests::group_lifecycle ... ok
34652026-07-04T02:27:35.195Ztest softnpu::mcast::tests::groups_are_independent ... ok
34662026-07-04T02:27:35.195Ztest softnpu::mcast::tests::clear_repl_entries_drops_all_tracked_entries ... ok
34672026-07-04T02:27:35.195Ztest softnpu::mcast::tests::port_add_rejects_ports_above_127 ... ok
34682026-07-04T02:27:35.195Ztest softnpu::mcast::tests::operations_on_missing_group_rejected ... ok
34692026-07-04T02:27:35.195Ztest softnpu::mcast::tests::port_bitmap_empty_group ... ok
34702026-07-04T02:27:35.195Ztest softnpu::mcast::tests::port_bitmap_high_port ... ok
34712026-07-04T02:27:35.195Ztest softnpu::mcast::tests::port_bitmap_populated ... ok
34722026-07-04T02:27:35.195Ztest softnpu::mcast::tests::port_bitmap_reflects_removal ... ok
34732026-07-04T02:27:35.196Ztest softnpu::mcast::tests::port_bitmap_unknown_group_returns_zero ... ok
34742026-07-04T02:27:35.196Ztest softnpu::mcast::tests::refresh_matches_external_slot ... ok
34752026-07-04T02:27:35.196Ztest softnpu::mcast::tests::refresh_recomputes_bitmap_after_membership_change ... ok
34762026-07-04T02:27:35.196Ztest softnpu::mcast::tests::remove_nonexistent_port_rejected ... ok
34772026-07-04T02:27:35.196Ztest softnpu::mcast::tests::refresh_skips_unrelated_groups_and_forgotten_entries ... ok
34782026-07-04T02:27:35.196Ztest softnpu::mcast::tests::set_max_nodes_validates ... ok
34792026-07-04T02:27:35.198Ztest softnpu::table::tests::parse_dump_malformed_rejected ... ok
34802026-07-04T02:27:35.198Ztest softnpu::table::tests::parse_dump_propolis_uart_bare_map ... ok
34812026-07-04T02:27:35.198Ztest softnpu::table::tests::parse_dump_standalone_uds_wrapped_response ... ok
34822026-07-04T02:27:35.198Z
34832026-07-04T02:27:35.198Ztest result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34842026-07-04T02:27:35.198Z
34852026-07-04T02:27:35.201Z Running unittests src/lib.rs (target/debug/deps/common-672d73321bc08d8b)
34862026-07-04T02:27:35.206Z
34872026-07-04T02:27:35.206Zrunning 10 tests
34882026-07-04T02:27:35.209Ztest nat::tests::test_vni ... ok
34892026-07-04T02:27:35.209Ztest network::tests::test_equal ... ok
34902026-07-04T02:27:35.209Ztest network::tests::test_eui64 ... ok
34912026-07-04T02:27:35.209Ztest network::tests::test_generate_ipv6_link_local ... ok
34922026-07-04T02:27:35.209Ztest network::tests::test_into ... ok
34932026-07-04T02:27:35.209Ztest network::tests::test_not_equal ... ok
34942026-07-04T02:27:35.209Ztest network::tests::test_to_string ... ok
34952026-07-04T02:27:35.209Ztest network::tests::test_parse ... ok
34962026-07-04T02:27:35.209Ztest test_purge ... ok
34972026-07-04T02:27:35.212Ztest illumos::test::address_exists_handles_missing_object ... ok
34982026-07-04T02:27:35.212Z
34992026-07-04T02:27:35.214Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35002026-07-04T02:27:35.214Z
35012026-07-04T02:27:35.214Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-68f9f401b2e05be7)
35022026-07-04T02:27:35.237Z
35032026-07-04T02:27:35.237Zrunning 1 test
35042026-07-04T02:27:35.240Z -------
35052026-07-04T02:27:35.240Z Generating OpenAPI documents from API definitions ...
35062026-07-04T02:27:35.392Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
35072026-07-04T02:27:35.460Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
35082026-07-04T02:27:36.456Z -------
35092026-07-04T02:27:36.456Z Checking 12 OpenAPI documents...
35102026-07-04T02:27:36.459Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
35112026-07-04T02:27:36.459Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
35122026-07-04T02:27:36.459Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
35132026-07-04T02:27:36.459Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
35142026-07-04T02:27:36.459Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
35152026-07-04T02:27:36.459Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
35162026-07-04T02:27:36.459Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
35172026-07-04T02:27:36.459Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
35182026-07-04T02:27:36.459Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
35192026-07-04T02:27:36.459Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
35202026-07-04T02:27:36.459Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
35212026-07-04T02:27:36.459Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
35222026-07-04T02:27:36.459Z Fresh dpd "latest" symlink
35232026-07-04T02:27:36.459Z -------
35242026-07-04T02:27:36.459Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
35252026-07-04T02:27:36.522Ztest test::test_apis_up_to_date ... ok
35262026-07-04T02:27:36.522Z
35272026-07-04T02:27:36.522Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
35282026-07-04T02:27:36.523Z
35292026-07-04T02:27:36.583Z Running unittests src/main.rs (target/debug/deps/dpd-45a25687a5d1149d)
35302026-07-04T02:27:36.589Z
35312026-07-04T02:27:36.589Zrunning 45 tests
35322026-07-04T02:27:36.591Ztest freemap::test_ordering ... ok
35332026-07-04T02:27:36.591Ztest dhcpv6::tests::test_create_duid_bytes ... ok
35342026-07-04T02:27:36.591Ztest freemap::test_split ... ok
35352026-07-04T02:27:36.592Ztest config::tests::test_updates ... ok
35362026-07-04T02:27:36.592Ztest macaddrs::tests::test_mac_offset ... ok
35372026-07-04T02:27:36.592Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
35382026-07-04T02:27:36.592Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
35392026-07-04T02:27:36.594Ztest macaddrs::tests::test_parse_port_id ... ok
35402026-07-04T02:27:36.595Ztest mcast::tests::test_canonicalize_sources ... ok
35412026-07-04T02:27:36.595ZJul 04 02:27:35.404 DEBG created new freemap, unit: freemap_test
35422026-07-04T02:27:36.595ZJul 04 02:27:35.404 DEBG initted freemap. size: 128, unit: freemap_test
35432026-07-04T02:27:36.595ZJul 04 02:27:35.404 DEBG reset freemap, unit: freemap_test
35442026-07-04T02:27:36.595Ztest freemap::test_exhaustion ... ok
35452026-07-04T02:27:36.595Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
35462026-07-04T02:27:36.595ZJul 04 02:27:35.404Jul 04 02:27:35.404 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test
35472026-07-04T02:27:36.595Z
35482026-07-04T02:27:36.595ZJul 04 02:27:35.404Jul 04 02:27:35.404 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
35492026-07-04T02:27:36.595Z
35502026-07-04T02:27:36.595ZJul 04 02:27:35.404Jul 04 02:27:35.404 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
35512026-07-04T02:27:36.595Z
35522026-07-04T02:27:36.595Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
35532026-07-04T02:27:36.595Ztest freemap::test_basic ... ok
35542026-07-04T02:27:36.595Ztest freemap::test_free ... ok
35552026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG created new freemap, unit: freemap_test
35562026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG initted freemap. size: 128, unit: freemap_test
35572026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG reset freemap, unit: freemap_test
35582026-07-04T02:27:36.595Ztest mcast::tests::test_create_port_bitmap_empty ... ok
35592026-07-04T02:27:36.595Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
35602026-07-04T02:27:36.595Ztest freemap::test_reclaim ... ok
35612026-07-04T02:27:36.595Ztest mcast::tests::test_concurrent_id_allocation ... ok
35622026-07-04T02:27:36.595Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
35632026-07-04T02:27:36.595Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
35642026-07-04T02:27:36.595Ztest mcast::tests::test_sources_contain_any ... ok
35652026-07-04T02:27:36.595Ztest mcast::validate::tests::test_address_validation_integrated ... ok
35662026-07-04T02:27:36.595Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
35672026-07-04T02:27:36.595Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
35682026-07-04T02:27:36.595Ztest mcast::validate::tests::test_ipv4_validation ... ok
35692026-07-04T02:27:36.595Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
35702026-07-04T02:27:36.595Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
35712026-07-04T02:27:36.595Ztest mcast::validate::tests::test_is_ssm_function ... ok
35722026-07-04T02:27:36.595Ztest mcast::validate::tests::test_validate_nat_target ... ok
35732026-07-04T02:27:36.595Ztest mcast::validate::tests::test_ipv6_validation ... ok
35742026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG created new freemap, unit: freemap_test
35752026-07-04T02:27:36.595Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
35762026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG initted freemap. size: 128, unit: freemap_test
35772026-07-04T02:27:36.595ZJul 04 02:27:35.405 DEBG reset freemap, unit: freemap_test
35782026-07-04T02:27:36.596Ztest api_server::tests::test_build_info ... ok
35792026-07-04T02:27:36.596Ztest mcast::validate::tests::test_validate_source_addresses ... ok
35802026-07-04T02:27:36.596Ztest freemap::test_span ... ok
35812026-07-04T02:27:36.599Ztest mcast::validate::tests::test_validate_tag ... ok
35822026-07-04T02:27:36.599Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
35832026-07-04T02:27:36.599Ztest nat::test_mapping ... ok
35842026-07-04T02:27:36.599Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
35852026-07-04T02:27:36.599Ztest mcast::validate::tests::test_validate_tag_format ... ok
35862026-07-04T02:27:36.599Ztest port_map::tests::test_backplane_group ... ok
35872026-07-04T02:27:36.599Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
35882026-07-04T02:27:36.599Ztest port_map::tests::test_port_map ... ok
35892026-07-04T02:27:36.599Ztest port_map::tests::dump_map ... ok
35902026-07-04T02:27:36.599Ztest mcast::tests::test_id_range_boundaries ... ok
35912026-07-04T02:27:36.599Ztest port_map::tests::parse_softnpu_revision ... ok
35922026-07-04T02:27:36.599Z
35932026-07-04T02:27:36.599Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35942026-07-04T02:27:36.599Z
35952026-07-04T02:27:36.602Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8dea928087d53974)
35962026-07-04T02:27:36.605Z
35972026-07-04T02:27:36.605Zrunning 0 tests
35982026-07-04T02:27:36.605Z
35992026-07-04T02:27:36.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36002026-07-04T02:27:36.605Z
36012026-07-04T02:27:36.607Z Running unittests src/lib.rs (target/debug/deps/dpd_api-710f035491461ba9)
36022026-07-04T02:27:36.610Z
36032026-07-04T02:27:36.610Zrunning 0 tests
36042026-07-04T02:27:36.610Z
36052026-07-04T02:27:36.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-07-04T02:27:36.610Z
36072026-07-04T02:27:36.610Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1523ffdddb2ff6bb)
36082026-07-04T02:27:36.618Z
36092026-07-04T02:27:36.618Zrunning 6 tests
36102026-07-04T02:27:36.621Ztest tests::test_full_lot_id_neither_present ... ok
36112026-07-04T02:27:36.621Ztest tests::test_full_lot_id_lot_only ... ok
36122026-07-04T02:27:36.621Ztest tests::test_full_lot_id_lotnum_only ... ok
36132026-07-04T02:27:36.621Ztest tests::test_full_lot_id_both_present ... ok
36142026-07-04T02:27:36.621Ztest tests::test_port_id_cmp ... ok
36152026-07-04T02:27:36.621Ztest tests::test_parse_client_port_id ... ok
36162026-07-04T02:27:36.622Z
36172026-07-04T02:27:36.624Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-07-04T02:27:36.624Z
36192026-07-04T02:27:36.624Z Running tests/test_all.rs (target/debug/deps/test_all-fd1b9127c8dfce37)
36202026-07-04T02:27:36.627Z
36212026-07-04T02:27:36.627Zrunning 0 tests
36222026-07-04T02:27:36.627Z
36232026-07-04T02:27:36.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36242026-07-04T02:27:36.627Z
36252026-07-04T02:27:36.630Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c730e88bddaedefb)
36262026-07-04T02:27:36.633Z
36272026-07-04T02:27:36.633Zrunning 0 tests
36282026-07-04T02:27:36.633Z
36292026-07-04T02:27:36.633Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36302026-07-04T02:27:36.633Z
36312026-07-04T02:27:36.635Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-19b4118f8e12ce5e)
36322026-07-04T02:27:36.635Z
36332026-07-04T02:27:36.635Zrunning 0 tests
36342026-07-04T02:27:36.635Z
36352026-07-04T02:27:36.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36362026-07-04T02:27:36.635Z
36372026-07-04T02:27:36.636Z Running unittests src/lib.rs (target/debug/deps/packet-e158a7df76e486c7)
36382026-07-04T02:27:36.642Z
36392026-07-04T02:27:36.642Zrunning 12 tests
36402026-07-04T02:27:36.644Ztest icmp::test_v6_checksum ... ok
36412026-07-04T02:27:36.644Ztest icmp::test_v4_checksum ... ok
36422026-07-04T02:27:36.644Ztest lldp::test_lldp_parse ... ok
36432026-07-04T02:27:36.644Ztest ipv6::test_ipv6_parse ... ok
36442026-07-04T02:27:36.644Ztest pbuf::test_byte ... ok
36452026-07-04T02:27:36.645Ztest pbuf::test_nibble ... ok
36462026-07-04T02:27:36.645Ztest pbuf::test_short ... ok
36472026-07-04T02:27:36.645Ztest pbuf::test_twelve ... ok
36482026-07-04T02:27:36.645Ztest pbuf::test_word ... ok
36492026-07-04T02:27:36.645Ztest pbuf::test_overflow ... ok
36502026-07-04T02:27:36.645Ztest tcp::test_checksum_ack_data ... ok
36512026-07-04T02:27:36.645Ztest tcp::test_checksum_syn_nodata ... ok
36522026-07-04T02:27:36.645Z
36532026-07-04T02:27:36.645Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-07-04T02:27:36.645Z
36552026-07-04T02:27:36.648Z Running unittests src/lib.rs (target/debug/deps/pcap-6c406aaf257051e2)
36562026-07-04T02:27:36.650Z
36572026-07-04T02:27:36.650Zrunning 0 tests
36582026-07-04T02:27:36.650Z
36592026-07-04T02:27:36.650Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-07-04T02:27:36.650Z
36612026-07-04T02:27:36.650Z Running unittests src/main.rs (target/debug/deps/swadm-89a84c5339ecba00)
36622026-07-04T02:27:36.659Z
36632026-07-04T02:27:36.659Zrunning 5 tests
36642026-07-04T02:27:36.663Ztest switchport::test::test_compute_lanes ... ok
36652026-07-04T02:27:36.666Ztest link::test_filter ... ok
36662026-07-04T02:27:36.666Ztest switchport::test::port_id_ordering ... ok
36672026-07-04T02:27:36.668Z Lane 0 Lane 1 Lane 2 Lane 3
36682026-07-04T02:27:36.668Z State: Activated Activated Activated Activated
36692026-07-04T02:27:36.669Z Rx Output Enabled: false false false false
36702026-07-04T02:27:36.669Z Rx Output Status: valid valid Lane 0valid valid
36712026-07-04T02:27:36.669Z Rx Loss-of-lock: true Lane 1true trueLane 2 true
36722026-07-04T02:27:36.669ZLane 3 Rx Loss-of-signal: false
36732026-07-04T02:27:36.669Zfalse Rx Loss-of-lock: Yesfalse false
36742026-07-04T02:27:36.669ZYes Rx Auto-squelch Disable: true Yes Yes
36752026-07-04T02:27:36.669Ztrue true Rx Loss-of-signal: Yes Yestrue
36762026-07-04T02:27:36.669ZYes Tx Output Enabled: true Yestrue
36772026-07-04T02:27:36.669Z Rx CDR Enabled: Yestrue Yes true
36782026-07-04T02:27:36.669ZYes Tx Output Status: invalid Yes
36792026-07-04T02:27:36.669Zinvalid Tx Enabled: Yes invalid Yesinvalid
36802026-07-04T02:27:36.669Z Yes Tx Loss-of-lock: false Yes
36812026-07-04T02:27:36.669Zfalse Tx Loss-of-lock: Nofalse falseNo
36822026-07-04T02:27:36.669Z No Tx Loss-of-signal: trueNo
36832026-07-04T02:27:36.669Ztrue Tx Loss-of-signal: No true No true
36842026-07-04T02:27:36.669ZNoTx Auto-squelch Disable: false No
36852026-07-04T02:27:36.669Zfalse Tx CDR Enabled: No false falseNo
36862026-07-04T02:27:36.669ZNo Tx Adaptive EQ Fail: true No
36872026-07-04T02:27:36.669Ztrue Tx Adaptive EQ Fault: No trueNo true
36882026-07-04T02:27:36.669ZNo Tx Failure: falseNo
36892026-07-04T02:27:36.669Z false Tx Fault: Yes false Yesfalse
36902026-07-04T02:27:36.669ZYes Tx Force Squelch: true Yes
36912026-07-04T02:27:36.669Ztrue true true
36922026-07-04T02:27:36.669Z Tx Input Polarity: normal normal normal normal
36932026-07-04T02:27:36.669Ztest switchport::test::test_print_sff_datapath ... ok
36942026-07-04T02:27:36.669Ztest switchport::test::test_print_cmis_datapath ... ok
36952026-07-04T02:27:36.669Z
36962026-07-04T02:27:36.669Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
36972026-07-04T02:27:36.669Z
36982026-07-04T02:27:36.669Z Running tests/counters.rs (target/debug/deps/counters-a5ef1b71cb5c2d1a)
36992026-07-04T02:27:36.673Z
37002026-07-04T02:27:36.674Zrunning 1 test
37012026-07-04T02:27:36.676Ztest test_p4_counter_list ... ignored
37022026-07-04T02:27:36.676Z
37032026-07-04T02:27:36.676Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37042026-07-04T02:27:36.676Z
37052026-07-04T02:27:36.676Z Running tests/multicast.rs (target/debug/deps/multicast-05ec2397c8a05667)
37062026-07-04T02:27:36.682Z
37072026-07-04T02:27:36.682Zrunning 1 test
37082026-07-04T02:27:36.684Ztest test_multicast_list_and_get ... ignored
37092026-07-04T02:27:36.684Z
37102026-07-04T02:27:36.684Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37112026-07-04T02:27:36.685Z
37122026-07-04T02:27:36.685Z Running tests/port-link.rs (target/debug/deps/port_link-cc9869d58feefc18)
37132026-07-04T02:27:36.688Z
37142026-07-04T02:27:36.688Zrunning 5 tests
37152026-07-04T02:27:36.691Ztest test_an ... ignored
37162026-07-04T02:27:36.691Ztest test_enable ... ignored
37172026-07-04T02:27:36.691Ztest test_ip_addresses ... ignored
37182026-07-04T02:27:36.691Ztest test_kr ... ignored
37192026-07-04T02:27:36.691Ztest test_mac ... ignored
37202026-07-04T02:27:36.691Z
37212026-07-04T02:27:36.691Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
37222026-07-04T02:27:36.691Z
37232026-07-04T02:27:36.691Z Running unittests src/main.rs (target/debug/deps/tfportd-3c0a8353ad241f92)
37242026-07-04T02:27:36.715Z
37252026-07-04T02:27:36.715Zrunning 3 tests
37262026-07-04T02:27:36.719Ztest tfport::test_parse_tfport ... ok
37272026-07-04T02:27:36.720Ztest linklocal::test_parse_ipadm ... ok
37282026-07-04T02:27:36.720Ztest config::tests::test_updates ... ok
37292026-07-04T02:27:36.720Z
37302026-07-04T02:27:36.722Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37312026-07-04T02:27:36.722Z
37322026-07-04T02:27:36.722Z Running unittests src/main.rs (target/debug/deps/uplinkd-e4a387d8e4eb0658)
37332026-07-04T02:27:36.728Z
37342026-07-04T02:27:36.728Zrunning 0 tests
37352026-07-04T02:27:36.728Z
37362026-07-04T02:27:36.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37372026-07-04T02:27:36.731Z
37382026-07-04T02:27:36.731Z Running unittests src/main.rs (target/debug/deps/xtask-cedfa93d6059c400)
37392026-07-04T02:27:36.731Z
37402026-07-04T02:27:36.731Zrunning 0 tests
37412026-07-04T02:27:36.731Z
37422026-07-04T02:27:36.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37432026-07-04T02:27:36.731Z
37442026-07-04T02:27:36.731Z Doc-tests aal
37452026-07-04T02:27:36.925Z
37462026-07-04T02:27:36.925Zrunning 0 tests
37472026-07-04T02:27:36.925Z
37482026-07-04T02:27:36.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37492026-07-04T02:27:36.928Z
37502026-07-04T02:27:36.942Z Doc-tests aal_macros
37512026-07-04T02:27:37.016Z
37522026-07-04T02:27:37.016Zrunning 0 tests
37532026-07-04T02:27:37.016Z
37542026-07-04T02:27:37.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37552026-07-04T02:27:37.017Z
37562026-07-04T02:27:37.028Z Doc-tests common
37572026-07-04T02:27:37.275Z
37582026-07-04T02:27:37.275Zrunning 0 tests
37592026-07-04T02:27:37.275Z
37602026-07-04T02:27:37.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37612026-07-04T02:27:37.276Z
37622026-07-04T02:27:37.297Z Doc-tests dpd_api
37632026-07-04T02:27:38.199Z
37642026-07-04T02:27:38.199Zrunning 2 tests
37652026-07-04T02:27:38.200Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
37662026-07-04T02:27:38.200Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
37672026-07-04T02:27:38.200Z
37682026-07-04T02:27:38.200Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
37692026-07-04T02:27:38.200Z
37702026-07-04T02:27:38.233Z Doc-tests dpd_client
37712026-07-04T02:27:39.649Z
37722026-07-04T02:27:39.649Zrunning 0 tests
37732026-07-04T02:27:39.649Z
37742026-07-04T02:27:39.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37752026-07-04T02:27:39.649Z
37762026-07-04T02:27:39.697Z Doc-tests dpd_types
37772026-07-04T02:27:39.915Z
37782026-07-04T02:27:39.915Zrunning 0 tests
37792026-07-04T02:27:39.915Z
37802026-07-04T02:27:39.915Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37812026-07-04T02:27:39.915Z
37822026-07-04T02:27:39.942Z Doc-tests dpd_types_versions
37832026-07-04T02:27:41.192Z
37842026-07-04T02:27:41.192Zrunning 1 test
37852026-07-04T02:27:41.192Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
37862026-07-04T02:27:41.192Z
37872026-07-04T02:27:41.192Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
37882026-07-04T02:27:41.192Z
37892026-07-04T02:27:41.240Z Doc-tests packet
37902026-07-04T02:27:41.354Z
37912026-07-04T02:27:41.354Zrunning 0 tests
37922026-07-04T02:27:41.355Z
37932026-07-04T02:27:41.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
37942026-07-04T02:27:41.355Z
37952026-07-04T02:27:41.371Z Doc-tests pcap
37962026-07-04T02:27:41.426Z
37972026-07-04T02:27:41.426Zrunning 0 tests
37982026-07-04T02:27:41.426Z
37992026-07-04T02:27:41.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38002026-07-04T02:27:41.426Z
38012026-07-04T02:27:41.495Z+ for feat in tofino_stub tofino_asic softnpu chaos
38022026-07-04T02:27:41.495Z+ RUST_BACKTRACE=full
38032026-07-04T02:27:41.495Z+ cargo test --features chaos --no-fail-fast
38042026-07-04T02:27:42.227Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
38052026-07-04T02:27:42.317Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
38062026-07-04T02:27:42.328Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
38072026-07-04T02:27:42.335Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
38082026-07-04T02:27:50.834Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
38092026-07-04T02:27:51.050Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
38102026-07-04T02:28:29.669Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.15s
38112026-07-04T02:28:29.806Z Running unittests src/lib.rs (target/debug/deps/aal-0e44e00ce7c3f56a)
38122026-07-04T02:28:29.813Z
38132026-07-04T02:28:29.813Zrunning 5 tests
38142026-07-04T02:28:29.816Ztest fuse::tests::chip_revision_b1 ... ok
38152026-07-04T02:28:29.816Ztest fuse::tests::chip_revision_a0 ... ok
38162026-07-04T02:28:29.816Ztest fuse::tests::chip_revision_b0 ... ok
38172026-07-04T02:28:29.816Ztest fuse::tests::chip_revision_unknown_device_id ... ok
38182026-07-04T02:28:29.816Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
38192026-07-04T02:28:29.816Z
38202026-07-04T02:28:29.816Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38212026-07-04T02:28:29.816Z
38222026-07-04T02:28:29.816Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
38232026-07-04T02:28:29.819Z
38242026-07-04T02:28:29.819Zrunning 0 tests
38252026-07-04T02:28:29.819Z
38262026-07-04T02:28:29.819Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38272026-07-04T02:28:29.819Z
38282026-07-04T02:28:29.819Z Running unittests src/lib.rs (target/debug/deps/asic-ad905e421964741c)
38292026-07-04T02:28:29.823Z
38302026-07-04T02:28:29.824Zrunning 0 tests
38312026-07-04T02:28:29.824Z
38322026-07-04T02:28:29.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
38332026-07-04T02:28:29.826Z
38342026-07-04T02:28:29.827Z Running unittests src/lib.rs (target/debug/deps/common-672d73321bc08d8b)
38352026-07-04T02:28:29.830Z
38362026-07-04T02:28:29.830Zrunning 10 tests
38372026-07-04T02:28:29.833Ztest nat::tests::test_vni ... ok
38382026-07-04T02:28:29.833Ztest network::tests::test_eui64 ... ok
38392026-07-04T02:28:29.833Ztest network::tests::test_equal ... ok
38402026-07-04T02:28:29.833Ztest network::tests::test_into ... ok
38412026-07-04T02:28:29.833Ztest network::tests::test_not_equal ... ok
38422026-07-04T02:28:29.833Ztest network::tests::test_generate_ipv6_link_local ... ok
38432026-07-04T02:28:29.833Ztest network::tests::test_to_string ... ok
38442026-07-04T02:28:29.833Ztest network::tests::test_parse ... ok
38452026-07-04T02:28:29.833Ztest test_purge ... ok
38462026-07-04T02:28:29.837Ztest illumos::test::address_exists_handles_missing_object ... ok
38472026-07-04T02:28:29.837Z
38482026-07-04T02:28:29.840Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
38492026-07-04T02:28:29.840Z
38502026-07-04T02:28:29.840Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-6c9a0900a8727dff)
38512026-07-04T02:28:29.864Z
38522026-07-04T02:28:29.864Zrunning 1 test
38532026-07-04T02:28:29.868Z -------
38542026-07-04T02:28:29.871Z Generating OpenAPI documents from API definitions ...
38552026-07-04T02:28:30.034Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
38562026-07-04T02:28:30.102Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
38572026-07-04T02:28:31.065Z -------
38582026-07-04T02:28:31.065Z Checking 12 OpenAPI documents...
38592026-07-04T02:28:31.065Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
38602026-07-04T02:28:31.065Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
38612026-07-04T02:28:31.065Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
38622026-07-04T02:28:31.065Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
38632026-07-04T02:28:31.065Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
38642026-07-04T02:28:31.069Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
38652026-07-04T02:28:31.069Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
38662026-07-04T02:28:31.069Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
38672026-07-04T02:28:31.069Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
38682026-07-04T02:28:31.069Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
38692026-07-04T02:28:31.069Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
38702026-07-04T02:28:31.069Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
38712026-07-04T02:28:31.069Z Fresh dpd "latest" symlink
38722026-07-04T02:28:31.069Z -------
38732026-07-04T02:28:31.069Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
38742026-07-04T02:28:31.128Ztest test::test_apis_up_to_date ... ok
38752026-07-04T02:28:31.128Z
38762026-07-04T02:28:31.131Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
38772026-07-04T02:28:31.131Z
38782026-07-04T02:28:31.187Z Running unittests src/main.rs (target/debug/deps/dpd-ca1fc05ef6c19fd2)
38792026-07-04T02:28:31.192Z
38802026-07-04T02:28:31.193Zrunning 45 tests
38812026-07-04T02:28:31.196Ztest freemap::test_ordering ... ok
38822026-07-04T02:28:31.196Ztest config::tests::test_updates ... ok
38832026-07-04T02:28:31.196Ztest dhcpv6::tests::test_create_duid_bytes ... ok
38842026-07-04T02:28:31.196Ztest freemap::test_split ... ok
38852026-07-04T02:28:31.196Ztest macaddrs::tests::test_mac_offset ... ok
38862026-07-04T02:28:31.196Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
38872026-07-04T02:28:31.196Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
38882026-07-04T02:28:31.200Ztest macaddrs::tests::test_parse_port_id ... ok
38892026-07-04T02:28:31.200Ztest mcast::tests::test_canonicalize_sources ... ok
38902026-07-04T02:28:31.200ZJul 04 02:28:30.007Jul 04 02:28:30.007 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test freemap_test
38912026-07-04T02:28:31.200Z
38922026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBGJul 04 02:28:30.007 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
38932026-07-04T02:28:31.200Z freemap_test
38942026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBGJul 04 02:28:30.007 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
38952026-07-04T02:28:31.200Z freemap_test
38962026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBG created new freemap, unit: freemap_test
38972026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBG initted freemap. size: 128, unit: freemap_testJul 04 02:28:30.007
38982026-07-04T02:28:31.200Z DEBG created new freemap, Jul 04 02:28:30.007unit :DEBG freemap_testreset freemap
38992026-07-04T02:28:31.200Z, unit: freemap_test
39002026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBG initted freemap. size: 128, unit: freemap_test
39012026-07-04T02:28:31.200ZJul 04 02:28:30.007 DEBG reset freemap, unit: freemap_test
39022026-07-04T02:28:31.200Ztest freemap::test_basic ... ok
39032026-07-04T02:28:31.200Ztest freemap::test_free ... ok
39042026-07-04T02:28:31.200Ztest freemap::test_reclaim ... ok
39052026-07-04T02:28:31.200Ztest freemap::test_exhaustion ... ok
39062026-07-04T02:28:31.200Ztest mcast::tests::test_create_port_bitmap_all_same_direction ... ok
39072026-07-04T02:28:31.201ZJul 04 02:28:30.008 DEBG created new freemap, unit: freemap_test
39082026-07-04T02:28:31.201ZJul 04 02:28:30.008 DEBG initted freemap. size: 128, unit: freemap_test
39092026-07-04T02:28:31.201ZJul 04 02:28:30.008 DEBG reset freemap, unit: freemap_test
39102026-07-04T02:28:31.201Ztest mcast::tests::test_concurrent_allocation_and_deallocation ... ok
39112026-07-04T02:28:31.201Ztest mcast::tests::test_create_port_bitmap_filters_by_direction ... ok
39122026-07-04T02:28:31.201Ztest mcast::tests::test_concurrent_id_allocation ... ok
39132026-07-04T02:28:31.201Ztest freemap::test_span ... ok
39142026-07-04T02:28:31.201Ztest mcast::tests::test_create_port_bitmap_empty ... ok
39152026-07-04T02:28:31.201Ztest mcast::tests::test_sources_contain_any ... ok
39162026-07-04T02:28:31.201Ztest mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok
39172026-07-04T02:28:31.201Ztest mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok
39182026-07-04T02:28:31.201Ztest mcast::validate::tests::test_ipv4_ssm_with_sources ... ok
39192026-07-04T02:28:31.201Ztest api_server::tests::test_build_info ... ok
39202026-07-04T02:28:31.201Ztest mcast::validate::tests::test_address_validation_integrated ... ok
39212026-07-04T02:28:31.201Ztest mcast::validate::tests::test_ipv4_validation ... ok
39222026-07-04T02:28:31.201Ztest mcast::validate::tests::test_ipv6_ssm_with_sources ... ok
39232026-07-04T02:28:31.201Ztest mcast::validate::tests::test_ipv6_validation ... ok
39242026-07-04T02:28:31.201Ztest mcast::validate::tests::test_address_validation_with_source_validation ... ok
39252026-07-04T02:28:31.201Ztest mcast::validate::tests::test_is_ssm_function ... ok
39262026-07-04T02:28:31.201Ztest mcast::validate::tests::test_validate_nat_target ... ok
39272026-07-04T02:28:31.201Ztest mcast::validate::tests::test_validate_not_underlay_subnet ... ok
39282026-07-04T02:28:31.201Ztest mcast::validate::tests::test_validate_source_addresses ... ok
39292026-07-04T02:28:31.201Ztest mcast::validate::tests::test_validate_tag ... ok
39302026-07-04T02:28:31.201Ztest nat::test_mapping ... ok
39312026-07-04T02:28:31.201Ztest mcast::tests::test_multicast_group_data_generate_id_allocation ... ok
39322026-07-04T02:28:31.201Ztest mcast::validate::tests::test_validate_tag_format ... ok
39332026-07-04T02:28:31.201Ztest mcast::tests::test_multicast_group_data_id_exhaustion ... ok
39342026-07-04T02:28:31.201Ztest port_map::tests::test_backplane_group ... ok
39352026-07-04T02:28:31.202Ztest mcast::tests::test_paired_allocation_and_cleanup ... ok
39362026-07-04T02:28:31.202Ztest table::mcast::mcast_egress::tests::test_port_bitmap ... ok
39372026-07-04T02:28:31.202Ztest port_map::tests::test_port_map ... ok
39382026-07-04T02:28:31.202Ztest port_map::tests::dump_map ... ok
39392026-07-04T02:28:31.202Ztest mcast::tests::test_id_range_boundaries ... ok
39402026-07-04T02:28:31.205Ztest port_map::tests::parse_softnpu_revision ... ok
39412026-07-04T02:28:31.205Z
39422026-07-04T02:28:31.205Ztest result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
39432026-07-04T02:28:31.205Z
39442026-07-04T02:28:31.205Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-030f10a70926cb02)
39452026-07-04T02:28:31.209Z
39462026-07-04T02:28:31.209Zrunning 0 tests
39472026-07-04T02:28:31.209Z
39482026-07-04T02:28:31.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39492026-07-04T02:28:31.209Z
39502026-07-04T02:28:31.209Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2fa7faffb7687fb2)
39512026-07-04T02:28:31.212Z
39522026-07-04T02:28:31.212Zrunning 0 tests
39532026-07-04T02:28:31.212Z
39542026-07-04T02:28:31.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39552026-07-04T02:28:31.213Z
39562026-07-04T02:28:31.213Z Running unittests src/lib.rs (target/debug/deps/dpd_client-406dbec8c9b16509)
39572026-07-04T02:28:31.221Z
39582026-07-04T02:28:31.221Zrunning 6 tests
39592026-07-04T02:28:31.225Ztest tests::test_full_lot_id_neither_present ... ok
39602026-07-04T02:28:31.225Ztest tests::test_full_lot_id_both_present ... ok
39612026-07-04T02:28:31.225Ztest tests::test_full_lot_id_lot_only ... ok
39622026-07-04T02:28:31.225Ztest tests::test_full_lot_id_lotnum_only ... ok
39632026-07-04T02:28:31.225Ztest tests::test_port_id_cmp ... ok
39642026-07-04T02:28:31.225Ztest tests::test_parse_client_port_id ... ok
39652026-07-04T02:28:31.225Z
39662026-07-04T02:28:31.225Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39672026-07-04T02:28:31.225Z
39682026-07-04T02:28:31.228Z Running tests/test_all.rs (target/debug/deps/test_all-e9099f2ac02649fc)
39692026-07-04T02:28:31.232Z
39702026-07-04T02:28:31.232Zrunning 6 tests
39712026-07-04T02:28:34.239Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
39722026-07-04T02:28:34.242Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
39732026-07-04T02:28:34.242Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
39742026-07-04T02:28:34.248Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
39752026-07-04T02:28:34.579Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
39762026-07-04T02:28:35.616Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
39772026-07-04T02:28:35.616Z
39782026-07-04T02:28:35.616Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.39s
39792026-07-04T02:28:35.616Z
39802026-07-04T02:28:35.622Z Running unittests src/lib.rs (target/debug/deps/dpd_types-f12cea2ea5681c52)
39812026-07-04T02:28:35.627Z
39822026-07-04T02:28:35.628Zrunning 0 tests
39832026-07-04T02:28:35.628Z
39842026-07-04T02:28:35.631Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39852026-07-04T02:28:35.631Z
39862026-07-04T02:28:35.631Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-ec17efd8bc39efe3)
39872026-07-04T02:28:35.634Z
39882026-07-04T02:28:35.634Zrunning 0 tests
39892026-07-04T02:28:35.634Z
39902026-07-04T02:28:35.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
39912026-07-04T02:28:35.634Z
39922026-07-04T02:28:35.634Z Running unittests src/lib.rs (target/debug/deps/packet-e158a7df76e486c7)
39932026-07-04T02:28:35.641Z
39942026-07-04T02:28:35.641Zrunning 12 tests
39952026-07-04T02:28:35.644Ztest icmp::test_v6_checksum ... ok
39962026-07-04T02:28:35.644Ztest icmp::test_v4_checksum ... ok
39972026-07-04T02:28:35.644Ztest lldp::test_lldp_parse ... ok
39982026-07-04T02:28:35.644Ztest pbuf::test_byte ... ok
39992026-07-04T02:28:35.644Ztest pbuf::test_nibble ... ok
40002026-07-04T02:28:35.644Ztest ipv6::test_ipv6_parse ... ok
40012026-07-04T02:28:35.644Ztest pbuf::test_short ... ok
40022026-07-04T02:28:35.644Ztest pbuf::test_word ... ok
40032026-07-04T02:28:35.644Ztest pbuf::test_twelve ... ok
40042026-07-04T02:28:35.644Ztest pbuf::test_overflow ... ok
40052026-07-04T02:28:35.644Ztest tcp::test_checksum_ack_data ... ok
40062026-07-04T02:28:35.644Ztest tcp::test_checksum_syn_nodata ... ok
40072026-07-04T02:28:35.644Z
40082026-07-04T02:28:35.644Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40092026-07-04T02:28:35.644Z
40102026-07-04T02:28:35.662Z Running unittests src/lib.rs (target/debug/deps/pcap-b3b20298d94e83be)
40112026-07-04T02:28:35.662Z
40122026-07-04T02:28:35.662Zrunning 0 tests
40132026-07-04T02:28:35.662Z
40142026-07-04T02:28:35.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40152026-07-04T02:28:35.662Z
40162026-07-04T02:28:35.662Z Running unittests src/main.rs (target/debug/deps/swadm-38ef248d8fb2e64d)
40172026-07-04T02:28:35.663Z
40182026-07-04T02:28:35.663Zrunning 5 tests
40192026-07-04T02:28:35.667Ztest switchport::test::test_compute_lanes ... ok
40202026-07-04T02:28:35.667Ztest switchport::test::port_id_ordering ... ok
40212026-07-04T02:28:35.667Ztest link::test_filter ... ok
40222026-07-04T02:28:35.667Z Lane 0 Lane 1 Lane 2 Lane 3
40232026-07-04T02:28:35.667Z Rx Loss-of-lock: Yes Yes Yes Yes
40242026-07-04T02:28:35.667Z Rx Loss-of-signal: Yes Yes Yes Yes
40252026-07-04T02:28:35.667Z Rx CDR Enabled: Yes Yes Yes Yes
40262026-07-04T02:28:35.667Z Tx Enabled: Yes Yes Yes Yes
40272026-07-04T02:28:35.667Z Tx Loss-of-lock: No No No No
40282026-07-04T02:28:35.667Z Tx Loss-of-signal: No No No No
40292026-07-04T02:28:35.667Z Tx CDR Enabled: No No No No
40302026-07-04T02:28:35.667Z Tx Adaptive EQ Fault: No No No No
40312026-07-04T02:28:35.667Z Tx Fault: Yes Yes Yes Yes
40322026-07-04T02:28:35.667Z Lane 0 Lane 1 Lane 2 Lane 3
40332026-07-04T02:28:35.667Z State: Activated Activated Activated Activated
40342026-07-04T02:28:35.667Z Rx Output Enabled: false false false false
40352026-07-04T02:28:35.667Z Rx Output Status: valid valid valid valid
40362026-07-04T02:28:35.667Z Rx Loss-of-lock: true true true true
40372026-07-04T02:28:35.667Z Rx Loss-of-signal: false false false false
40382026-07-04T02:28:35.667ZRx Auto-squelch Disable: true true true true
40392026-07-04T02:28:35.667Z Tx Output Enabled: true true true true
40402026-07-04T02:28:35.667Z Tx Output Status: invalid invalid invalid invalid
40412026-07-04T02:28:35.667Z Tx Loss-of-lock: false false false false
40422026-07-04T02:28:35.667Z Tx Loss-of-signal: true true true true
40432026-07-04T02:28:35.667ZTx Auto-squelch Disable: false false false false
40442026-07-04T02:28:35.667Z Tx Adaptive EQ Fail: true true true true
40452026-07-04T02:28:35.667Z Tx Failure: false false false false
40462026-07-04T02:28:35.667Z Tx Force Squelch: true true true true
40472026-07-04T02:28:35.667Z Tx Input Polarity: normal normal normal normal
40482026-07-04T02:28:35.667Ztest switchport::test::test_print_sff_datapath ... ok
40492026-07-04T02:28:35.671Ztest switchport::test::test_print_cmis_datapath ... ok
40502026-07-04T02:28:35.671Z
40512026-07-04T02:28:35.671Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
40522026-07-04T02:28:35.671Z
40532026-07-04T02:28:35.671Z Running tests/counters.rs (target/debug/deps/counters-8b3e3d9633b50846)
40542026-07-04T02:28:35.671Z
40552026-07-04T02:28:35.671Zrunning 1 test
40562026-07-04T02:28:35.671Ztest test_p4_counter_list ... ignored
40572026-07-04T02:28:35.671Z
40582026-07-04T02:28:35.671Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40592026-07-04T02:28:35.671Z
40602026-07-04T02:28:35.675Z Running tests/multicast.rs (target/debug/deps/multicast-726f2fc7507c44c1)
40612026-07-04T02:28:35.679Z
40622026-07-04T02:28:35.679Zrunning 1 test
40632026-07-04T02:28:35.682Ztest test_multicast_list_and_get ... ignored
40642026-07-04T02:28:35.682Z
40652026-07-04T02:28:35.682Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
40662026-07-04T02:28:35.683Z
40672026-07-04T02:28:35.683Z Running tests/port-link.rs (target/debug/deps/port_link-84bcfb9748661fba)
40682026-07-04T02:28:35.686Z
40692026-07-04T02:28:35.686Zrunning 5 tests
40702026-07-04T02:28:35.686Ztest test_an ... ignored
40712026-07-04T02:28:35.686Ztest test_enable ... ignored
40722026-07-04T02:28:35.686Ztest test_ip_addresses ... ignored
40732026-07-04T02:28:35.686Ztest test_kr ... ignored
40742026-07-04T02:28:35.686Ztest test_mac ... ignored
40752026-07-04T02:28:35.686Z
40762026-07-04T02:28:35.686Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
40772026-07-04T02:28:35.686Z
40782026-07-04T02:28:35.686Z Running unittests src/main.rs (target/debug/deps/tfportd-d6bd7fc04362bbe3)
40792026-07-04T02:28:35.689Z
40802026-07-04T02:28:35.689Zrunning 3 tests
40812026-07-04T02:28:35.692Ztest linklocal::test_parse_ipadm ... ok
40822026-07-04T02:28:35.692Ztest tfport::test_parse_tfport ... ok
40832026-07-04T02:28:35.692Ztest config::tests::test_updates ... ok
40842026-07-04T02:28:35.692Z
40852026-07-04T02:28:35.692Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40862026-07-04T02:28:35.692Z
40872026-07-04T02:28:35.692Z Running unittests src/main.rs (target/debug/deps/uplinkd-a6c961643d0edf51)
40882026-07-04T02:28:35.696Z
40892026-07-04T02:28:35.696Zrunning 0 tests
40902026-07-04T02:28:35.699Z
40912026-07-04T02:28:35.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40922026-07-04T02:28:35.699Z
40932026-07-04T02:28:35.699Z Running unittests src/main.rs (target/debug/deps/xtask-c9c0c742cb9e1409)
40942026-07-04T02:28:35.702Z
40952026-07-04T02:28:35.702Zrunning 0 tests
40962026-07-04T02:28:35.702Z
40972026-07-04T02:28:35.702Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
40982026-07-04T02:28:35.702Z
40992026-07-04T02:28:35.702Z Doc-tests aal
41002026-07-04T02:28:35.897Z
41012026-07-04T02:28:35.897Zrunning 0 tests
41022026-07-04T02:28:35.897Z
41032026-07-04T02:28:35.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41042026-07-04T02:28:35.900Z
41052026-07-04T02:28:35.915Z Doc-tests aal_macros
41062026-07-04T02:28:35.991Z
41072026-07-04T02:28:35.991Zrunning 0 tests
41082026-07-04T02:28:35.991Z
41092026-07-04T02:28:35.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41102026-07-04T02:28:35.991Z
41112026-07-04T02:28:36.004Z Doc-tests common
41122026-07-04T02:28:36.253Z
41132026-07-04T02:28:36.253Zrunning 0 tests
41142026-07-04T02:28:36.253Z
41152026-07-04T02:28:36.253Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41162026-07-04T02:28:36.253Z
41172026-07-04T02:28:36.276Z Doc-tests dpd_api
41182026-07-04T02:28:37.175Z
41192026-07-04T02:28:37.175Zrunning 2 tests
41202026-07-04T02:28:37.175Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
41212026-07-04T02:28:37.175Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
41222026-07-04T02:28:37.175Z
41232026-07-04T02:28:37.175Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
41242026-07-04T02:28:37.175Z
41252026-07-04T02:28:37.209Z Doc-tests dpd_client
41262026-07-04T02:28:38.605Z
41272026-07-04T02:28:38.605Zrunning 0 tests
41282026-07-04T02:28:38.605Z
41292026-07-04T02:28:38.605Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41302026-07-04T02:28:38.605Z
41312026-07-04T02:28:38.653Z Doc-tests dpd_types
41322026-07-04T02:28:38.872Z
41332026-07-04T02:28:38.872Zrunning 0 tests
41342026-07-04T02:28:38.872Z
41352026-07-04T02:28:38.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41362026-07-04T02:28:38.872Z
41372026-07-04T02:28:38.899Z Doc-tests dpd_types_versions
41382026-07-04T02:28:40.149Z
41392026-07-04T02:28:40.149Zrunning 1 test
41402026-07-04T02:28:40.149Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
41412026-07-04T02:28:40.149Z
41422026-07-04T02:28:40.149Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
41432026-07-04T02:28:40.149Z
41442026-07-04T02:28:40.196Z Doc-tests packet
41452026-07-04T02:28:40.311Z
41462026-07-04T02:28:40.311Zrunning 0 tests
41472026-07-04T02:28:40.311Z
41482026-07-04T02:28:40.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41492026-07-04T02:28:40.312Z
41502026-07-04T02:28:40.328Z Doc-tests pcap
41512026-07-04T02:28:40.383Z
41522026-07-04T02:28:40.383Zrunning 0 tests
41532026-07-04T02:28:40.383Z
41542026-07-04T02:28:40.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
41552026-07-04T02:28:40.386Z
41562026-07-04T02:28:40.441Zprocess exited: duration 690717 ms, exit code 0
 
41572026-07-04T02:28:40.448Zfound 0 output files