01KS4BGAGDFR77G9JTE9056ED4: test

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

Buildomat Job: 01KS4BH63CPD5ZN12CGCMRT3Y2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T04:09:29.256Zjob assigned to worker 01KS4BH5RA4CKMMBYE5SS61J82 [factory aws, i-06eefd51ee198732d] (queued for 51 s)
 
22026-05-21T04:09:36.394Zstarting task 0: "setup"
32026-05-21T04:09:36.400Z++ uname -s
42026-05-21T04:09:36.403Z+ kern=SunOS
52026-05-21T04:09:36.403Z+ build_user=build
62026-05-21T04:09:36.404Z+ build_uid=12345
72026-05-21T04:09:36.404Z+ work_dir=/work
82026-05-21T04:09:36.404Z+ input_dir=/input
92026-05-21T04:09:36.404Z+ [[ 0 == 12345 ]]
102026-05-21T04:09:36.404Z+ case "$kern" in
112026-05-21T04:09:36.404Z+ groupadd -g 12345 build
122026-05-21T04:09:36.412Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T04:09:38.417Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T04:09:38.462Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T04:09:38.467Z+ home_fs=zfs
162026-05-21T04:09:38.467Z+ [[ zfs == autofs ]]
172026-05-21T04:09:38.467Z+ mkdir -p /home/build
182026-05-21T04:09:38.467Z+ chown build:build /home/build /work
192026-05-21T04:09:40.468Z+ chmod 0700 /home/build /work
202026-05-21T04:09:40.471Zprocess exited: duration 4073 ms, exit code 0
 
212026-05-21T04:09:40.477Zstarting task 1: "rust-toolchain"
222026-05-21T04:09:40.482Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-21T04:09:40.482Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T04:09:40.485Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T04:09:40.485Z * rust toolchain channel = "1.90.0"
262026-05-21T04:09:40.485Z * rust toolchain profile = "default"
272026-05-21T04:09:40.485Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T04:09:40.485Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T04:09:40.485Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-21T04:09:40.588Zinfo: downloading installer
312026-05-21T04:09:42.020Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T04:09:42.020Zwarn: /home/build/.rustup/settings.toml
332026-05-21T04:09:42.020Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T04:09:42.020Zwarn: instead of the one inferred from the default host triple.
352026-05-21T04:09:42.031Zinfo: profile set to default
362026-05-21T04:09:42.031Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T04:09:42.034Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-05-21T04:09:42.183Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-05-21T04:09:42.186Zinfo: downloading 6 components
402026-05-21T04:09:56.276Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-05-21T04:09:56.276Z
422026-05-21T04:09:56.306Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-05-21T04:09:56.306Z
442026-05-21T04:09:56.306Z
452026-05-21T04:09:56.306ZRust is installed now. Great!
462026-05-21T04:09:56.306Z
472026-05-21T04:09:56.306ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T04:09:56.306Zenvironment variable. This has not been done automatically.
492026-05-21T04:09:56.306Z
502026-05-21T04:09:56.306ZTo configure your current shell, you need to source
512026-05-21T04:09:56.306Zthe corresponding env file under $HOME/.cargo.
522026-05-21T04:09:56.306Z
532026-05-21T04:09:56.306ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T04:09:56.310Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T04:09:56.310Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T04:09:56.310Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T04:09:56.311Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T04:09:56.311Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T04:09:56.311Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T04:09:56.311Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T04:09:56.311Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T04:09:56.400Z+ rustup --version
632026-05-21T04:09:56.413Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T04:09:56.416Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T04:09:56.433Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-05-21T04:09:56.436Z+ cargo --version
672026-05-21T04:09:56.447Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-05-21T04:09:56.450Z+ rustc --version
692026-05-21T04:09:56.470Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-05-21T04:09:56.473Zprocess exited: duration 15995 ms, exit code 0
 
712026-05-21T04:09:56.478Zstarting task 2: "authentication"
722026-05-21T04:09:56.495Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T04:09:56.502Zstarting task 3: "clone repository"
742026-05-21T04:09:56.506Z+ mkdir -p /work/oxidecomputer/dendrite
752026-05-21T04:09:56.509Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-05-21T04:09:56.546ZCloning into '/work/oxidecomputer/dendrite'...
772026-05-21T04:09:57.583Z+ cd /work/oxidecomputer/dendrite
782026-05-21T04:09:57.583Z+ git fetch origin 931a6632cf6621894ae4751809ce9639fefcdb20
792026-05-21T04:09:57.796ZFrom https://github.com/oxidecomputer/dendrite
802026-05-21T04:09:57.796Z * branch 931a6632cf6621894ae4751809ce9639fefcdb20 -> FETCH_HEAD
812026-05-21T04:09:57.803Z+ [[ -n ben/consistent-dhcpv6-duids ]]
822026-05-21T04:09:57.806Z++ git branch --show-current
832026-05-21T04:09:57.806Z+ current=main
842026-05-21T04:09:57.806Z+ [[ main != ben/consistent-dhcpv6-duids ]]
852026-05-21T04:09:57.806Z+ git branch -f ben/consistent-dhcpv6-duids 931a6632cf6621894ae4751809ce9639fefcdb20
862026-05-21T04:09:57.812Z+ git checkout -f ben/consistent-dhcpv6-duids
872026-05-21T04:09:57.825ZSwitched to branch 'ben/consistent-dhcpv6-duids'
882026-05-21T04:09:57.828Z+ git reset --hard 931a6632cf6621894ae4751809ce9639fefcdb20
892026-05-21T04:09:57.842ZHEAD is now at 931a663 Ensure we use a stable DUID for DHCPv6 exchanges
902026-05-21T04:09:57.847Zprocess exited: duration 1341 ms, exit code 0
 
912026-05-21T04:09:57.860Zstarting task 4: "build"
922026-05-21T04:09:57.863Z+ source .github/buildomat/common.sh
932026-05-21T04:09:57.863Z++ TOFINO_STAGES=20
942026-05-21T04:09:57.863Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-05-21T04:09:57.863Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-05-21T04:09:57.864Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-05-21T04:09:57.864Z+++ uname -s
982026-05-21T04:09:57.864Z++ '[' SunOS == SunOS ']'
992026-05-21T04:09:57.864Z++ SERIES=illumos
1002026-05-21T04:09:57.870Z+++ uname -s
1012026-05-21T04:09:57.870Z++ '[' SunOS == SunOS ']'
1022026-05-21T04:09:57.870Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-05-21T04:09:57.870Z++ rustup show active-toolchain
1042026-05-21T04:09:57.873Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-05-21T04:09:57.873Z+ source .github/buildomat/illumos.sh
1062026-05-21T04:09:57.873Z++ banner 'sde setup'
1072026-05-21T04:09:57.873Z
1082026-05-21T04:09:57.873Z #### ##### ###### #### ###### ##### # # #####
1092026-05-21T04:09:57.873Z # # # # # # # # # # #
1102026-05-21T04:09:57.873Z #### # # ##### #### ##### # # # # #
1112026-05-21T04:09:57.873Z # # # # # # # # # #####
1122026-05-21T04:09:57.873Z # # # # # # # # # # # #
1132026-05-21T04:09:57.874Z #### ##### ###### #### ###### # #### #
1142026-05-21T04:09:57.874Z
1152026-05-21T04:09:57.874Z++ export PKG_SUCCESS_ON_NOP=1
1162026-05-21T04:09:57.874Z++ PKG_SUCCESS_ON_NOP=1
1172026-05-21T04:09:57.874Z++ export PKG=tofino_sde.p5p
1182026-05-21T04:09:57.874Z++ PKG=tofino_sde.p5p
1192026-05-21T04:09:57.874Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-05-21T04:09:57.879Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-05-21T04:09:57.882Z Dload Upload Total Spent Left Speed
1222026-05-21T04:09:59.023Z 0 0 0 0 0 0 0 0 0 83 76.03M 83 63.21M 0 0 63.26M 0 00:01 00:01 63.27M 100 76.03M 100 76.03M 0 0 66.48M 0 00:01 00:01 63.27M 100 76.03M 100 76.03M 0 0 66.47M 0 00:01 00:01 63.27M 100 76.03M 100 76.03M 0 0 66.47M 0 00:01 00:01 63.27M
1232026-05-21T04:09:59.028Z+++ digest -a sha256 tofino_sde.p5p
1242026-05-21T04:09:59.075Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-05-21T04:09:59.078Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-05-21T04:09:59.078Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-05-21T04:10:00.015Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T04:10:00.090Z Startup: Caching catalogs ... Done
1292026-05-21T04:10:00.130Z Startup: Refreshing catalog 'oxide' ... Done
1302026-05-21T04:10:00.374ZPlanning: Solver setup ... Done
1312026-05-21T04:10:00.390ZPlanning: Running solver ... Done
1322026-05-21T04:10:00.394ZPlanning: Finding local manifests ... Done
1332026-05-21T04:10:00.397ZPlanning: Fetching manifests: 1/1 100% complete
1342026-05-21T04:10:00.401ZPlanning: Fetching manifests: 1/1 100% complete
1352026-05-21T04:10:00.415ZPlanning: Package planning ... Done
1362026-05-21T04:10:00.418ZPlanning: Merging actions ... Done
1372026-05-21T04:10:00.535ZPlanning: Checking for conflicting actions ... Done
1382026-05-21T04:10:00.538ZPlanning: Consolidating action changes ... Done
1392026-05-21T04:10:01.371ZPlanning: Evaluating mediators ... Done
1402026-05-21T04:10:01.374ZPlanning: Planning completed in 1.24 seconds
1412026-05-21T04:10:01.378Z Packages to install: 1
1422026-05-21T04:10:01.381Z Create boot environment: No
1432026-05-21T04:10:01.381ZCreate backup boot environment: No
1442026-05-21T04:10:01.404Z
1452026-05-21T04:10:01.404ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-05-21T04:10:01.538ZDownload: Completed 75.30 MB in 0.13 seconds (559M/s)
1472026-05-21T04:10:01.716Z Actions: 1/293 actions (Installing new actions)
1482026-05-21T04:10:02.678Z Actions: Completed 293 actions in 0.97 seconds.
1492026-05-21T04:10:02.681ZFinalize: Updating package state database ... Done
1502026-05-21T04:10:02.724ZFinalize: Updating package cache ... Done
1512026-05-21T04:10:02.740ZFinalize: Updating image state ... Done
1522026-05-21T04:10:05.232ZFinalize: Creating fast lookup database ... Done
1532026-05-21T04:10:05.307ZFinalize: Reading search index ... Done
1542026-05-21T04:10:05.310ZFinalize: Updating search index ... Done
1552026-05-21T04:10:05.549ZFinalize: Updating package cache ... Done
1562026-05-21T04:10:05.637Z++ export SDE=/opt/oxide/tofino_sde
1572026-05-21T04:10:05.637Z++ SDE=/opt/oxide/tofino_sde
1582026-05-21T04:10:05.642Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-05-21T04:10:05.642Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-05-21T04:10:05.642Z++ banner packages
1612026-05-21T04:10:05.642Z
1622026-05-21T04:10:05.642Z ##### ## #### # # ## #### ###### ####
1632026-05-21T04:10:05.642Z # # # # # # # # # # # # # #
1642026-05-21T04:10:05.642Z # # # # # #### # # # ##### ####
1652026-05-21T04:10:05.642Z ##### ###### # # # ###### # ### # #
1662026-05-21T04:10:05.642Z # # # # # # # # # # # # # #
1672026-05-21T04:10:05.642Z # # # #### # # # # #### ###### ####
1682026-05-21T04:10:05.642Z
1692026-05-21T04:10:05.642Z++ pfexec pkg install clang-15 pcap gcc14
1702026-05-21T04:10:05.898Z Startup: Refreshing catalog 'helios' ... Done
1712026-05-21T04:10:05.900Z Startup: Refreshing catalog 'oxide' ... Done
1722026-05-21T04:10:06.095ZPlanning: Solver setup ... Done
1732026-05-21T04:10:06.114ZPlanning: Running solver ... Done
1742026-05-21T04:10:06.117ZPlanning: Consolidating action changes ... Done
1752026-05-21T04:10:06.120ZPlanning: Evaluating mediators ... Done
1762026-05-21T04:10:06.120ZPlanning: Planning completed in 0.22 seconds
1772026-05-21T04:10:06.134ZNo updates necessary for this image.
1782026-05-21T04:10:06.188Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-05-21T04:10:06.404ZPlanning: Evaluating mediator changes ... Done
1802026-05-21T04:10:06.518ZPlanning: Checking for conflicting actions ... Done
1812026-05-21T04:10:06.520ZPlanning: Consolidating action changes ... Done
1822026-05-21T04:10:06.684ZPlanning: Evaluating mediators ... Done
1832026-05-21T04:10:06.687ZPlanning: Planning completed in 0.28 seconds
1842026-05-21T04:10:06.709Z Mediators to change: 2
1852026-05-21T04:10:06.709Z Create boot environment: No
1862026-05-21T04:10:06.709ZCreate backup boot environment: No
1872026-05-21T04:10:06.764ZFinalize: Updating package state database ... Done
1882026-05-21T04:10:06.764ZFinalize: Updating package cache ... Done
1892026-05-21T04:10:06.773ZFinalize: Updating image state ... Done
1902026-05-21T04:10:08.803ZFinalize: Creating fast lookup database ... Done
1912026-05-21T04:10:08.876ZFinalize: Reading search index ... Done
1922026-05-21T04:10:08.880ZFinalize: Updating search index ... Done
1932026-05-21T04:10:08.963ZFinalize: Updating package cache ... Done
1942026-05-21T04:10:09.035Z++ cargo --version
1952026-05-21T04:10:09.044Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-05-21T04:10:09.047Z++ rustc --version
1972026-05-21T04:10:09.068Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-05-21T04:10:09.072Z+ banner copyrights
1992026-05-21T04:10:09.075Z
2002026-05-21T04:10:09.075Z #### #### ##### # # ##### # #### # # ##### ####
2012026-05-21T04:10:09.075Z # # # # # # # # # # # # # # # # #
2022026-05-21T04:10:09.075Z # # # # # # # # # # ###### # ####
2032026-05-21T04:10:09.075Z # # # ##### # ##### # # ### # # # #
2042026-05-21T04:10:09.075Z # # # # # # # # # # # # # # # #
2052026-05-21T04:10:09.075Z #### #### # # # # # #### # # # ####
2062026-05-21T04:10:09.075Z
2072026-05-21T04:10:09.075Z+ ./tools/check_copyrights.sh
2082026-05-21T04:10:09.349Zcommon/src/illumos.rs: Copyright with wrong year
2092026-05-21T04:10:10.089Zdpd/p4/headers.p4: Copyright with wrong year
2102026-05-21T04:10:10.527Zpacket/src/eth.rs: Copyright with wrong year
2112026-05-21T04:10:10.613Zpcap/build.rs: Copyright with wrong year
2122026-05-21T04:10:10.776Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-05-21T04:10:10.997Z+ banner clippy
2142026-05-21T04:10:11.011Z
2152026-05-21T04:10:11.011Z #### # # ##### ##### # #
2162026-05-21T04:10:11.011Z # # # # # # # # # #
2172026-05-21T04:10:11.011Z # # # # # # # #
2182026-05-21T04:10:11.011Z # # # ##### ##### #
2192026-05-21T04:10:11.011Z # # # # # # #
2202026-05-21T04:10:11.011Z #### ###### # # # #
2212026-05-21T04:10:11.011Z
2222026-05-21T04:10:11.011Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-05-21T04:10:11.011Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-05-21T04:10:11.150Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-05-21T04:10:21.053Z Updating crates.io index
2262026-05-21T04:10:21.087Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-05-21T04:10:21.353Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-05-21T04:10:22.108Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-05-21T04:10:22.413Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-05-21T04:10:22.658Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-05-21T04:10:23.774Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-05-21T04:10:24.247Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-05-21T04:10:24.489Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-05-21T04:10:24.809Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-05-21T04:10:25.180Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-05-21T04:10:25.409Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-05-21T04:10:25.757Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-05-21T04:10:26.427Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-05-21T04:10:26.748Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-05-21T04:10:27.125Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-05-21T04:10:27.654Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-05-21T04:10:27.943Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-21T04:10:28.158Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-21T04:10:28.458Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-05-21T04:10:29.061Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-05-21T04:10:29.429Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-05-21T04:10:29.702Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-05-21T04:10:31.073Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-05-21T04:10:31.768Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-05-21T04:10:32.203Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-21T04:10:33.942Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-21T04:10:34.583Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-21T04:10:34.831Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-05-21T04:10:35.335Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-05-21T04:10:36.730Z Downloading crates ...
2562026-05-21T04:10:36.802Z Downloaded async-recursion v1.1.1
2572026-05-21T04:10:36.806Z Downloaded argon2 v0.5.3
2582026-05-21T04:10:36.814Z Downloaded blake2 v0.10.6
2592026-05-21T04:10:36.822Z Downloaded equivalent v1.0.2
2602026-05-21T04:10:36.825Z Downloaded cipher v0.4.4
2612026-05-21T04:10:36.829Z Downloaded dropshot_endpoint v0.16.7
2622026-05-21T04:10:36.834Z Downloaded block-buffer v0.10.4
2632026-05-21T04:10:36.834Z Downloaded futures-macro v0.3.32
2642026-05-21T04:10:36.837Z Downloaded derive-where v1.6.0
2652026-05-21T04:10:36.839Z Downloaded http-body v1.0.1
2662026-05-21T04:10:36.842Z Downloaded globset v0.4.16
2672026-05-21T04:10:36.845Z Downloaded cfg-if v1.0.3
2682026-05-21T04:10:36.845Z Downloaded cargo-platform v0.1.9
2692026-05-21T04:10:36.850Z Downloaded httparse v1.10.1
2702026-05-21T04:10:36.853Z Downloaded enum-as-inner v0.6.1
2712026-05-21T04:10:36.853Z Downloaded deranged v0.5.3
2722026-05-21T04:10:36.853Z Downloaded chacha20 v0.9.1
2732026-05-21T04:10:36.856Z Downloaded ciborium-io v0.2.2
2742026-05-21T04:10:36.859Z Downloaded bytecount v0.6.9
2752026-05-21T04:10:36.859Z Downloaded ff v0.13.1
2762026-05-21T04:10:36.862Z Downloaded fnv v1.0.7
2772026-05-21T04:10:36.866Z Downloaded cfg_aliases v0.2.1
2782026-05-21T04:10:36.867Z Downloaded aead v0.5.2
2792026-05-21T04:10:36.869Z Downloaded atomicwrites v0.4.4
2802026-05-21T04:10:36.869Z Downloaded byteorder v1.5.0
2812026-05-21T04:10:36.872Z Downloaded dyn-clone v1.0.20
2822026-05-21T04:10:36.872Z Downloaded chacha20poly1305 v0.10.1
2832026-05-21T04:10:36.879Z Downloaded embedded-io v0.4.0
2842026-05-21T04:10:36.882Z Downloaded constant_time_eq v0.3.1
2852026-05-21T04:10:36.882Z Downloaded defmt-parser v1.0.0
2862026-05-21T04:10:36.882Z Downloaded crucible-workspace-hack v0.1.0
2872026-05-21T04:10:36.885Z Downloaded colorchoice v1.0.4
2882026-05-21T04:10:36.885Z Downloaded embedded-io v0.6.1
2892026-05-21T04:10:36.888Z Downloaded critical-section v1.2.0
2902026-05-21T04:10:36.888Z Downloaded derive-ex v0.1.8
2912026-05-21T04:10:36.892Z Downloaded arrayref v0.3.9
2922026-05-21T04:10:36.897Z Downloaded foreign-types v0.5.0
2932026-05-21T04:10:36.897Z Downloaded clap_lex v1.1.0
2942026-05-21T04:10:36.900Z Downloaded display-error-chain v0.2.2
2952026-05-21T04:10:36.900Z Downloaded fixedbitset v0.4.2
2962026-05-21T04:10:36.900Z Downloaded hostname v0.4.2
2972026-05-21T04:10:36.903Z Downloaded foreign-types-shared v0.3.1
2982026-05-21T04:10:36.909Z Downloaded debug-ignore v1.0.5
2992026-05-21T04:10:36.909Z Downloaded anstyle-query v1.1.4
3002026-05-21T04:10:36.912Z Downloaded dtrace-parser v0.3.0
3012026-05-21T04:10:36.912Z Downloaded errno v0.3.14
3022026-05-21T04:10:36.912Z Downloaded ident_case v1.0.1
3032026-05-21T04:10:36.915Z Downloaded hubpack v0.1.2
3042026-05-21T04:10:36.915Z Downloaded futures-util v0.3.32
3052026-05-21T04:10:36.921Z Downloaded base64ct v1.8.0
3062026-05-21T04:10:36.925Z Downloaded curve25519-dalek-derive v0.1.1
3072026-05-21T04:10:36.927Z Downloaded adler2 v2.0.1
3082026-05-21T04:10:36.927Z Downloaded anstyle v1.0.14
3092026-05-21T04:10:36.931Z Downloaded form_urlencoded v1.2.2
3102026-05-21T04:10:36.931Z Downloaded atomic-waker v1.1.2
3112026-05-21T04:10:36.934Z Downloaded foreign-types v0.3.2
3122026-05-21T04:10:36.934Z Downloaded hostname v0.3.1
3132026-05-21T04:10:36.938Z Downloaded hyper-tls v0.6.0
3142026-05-21T04:10:36.938Z Downloaded heck v0.4.1
3152026-05-21T04:10:36.941Z Downloaded dof v0.3.0
3162026-05-21T04:10:36.944Z Downloaded allocator-api2 v0.2.21
3172026-05-21T04:10:36.944Z Downloaded futures-io v0.3.32
3182026-05-21T04:10:36.948Z Downloaded futures-core v0.3.32
3192026-05-21T04:10:36.948Z Downloaded dtrace-parser v0.2.0
3202026-05-21T04:10:36.951Z Downloaded dropshot-api-manager-types v0.5.2
3212026-05-21T04:10:36.951Z Downloaded defmt v0.3.100
3222026-05-21T04:10:36.958Z Downloaded futures-task v0.3.32
3232026-05-21T04:10:36.962Z Downloaded indent_write v2.2.0
3242026-05-21T04:10:36.965Z Downloaded git-stub v1.0.0
3252026-05-21T04:10:36.965Z Downloaded generic-array v0.14.7
3262026-05-21T04:10:36.965Z Downloaded cargo_metadata v0.18.1
3272026-05-21T04:10:36.969Z Downloaded hubpack_derive v0.1.1
3282026-05-21T04:10:36.972Z Downloaded defmt v1.0.1
3292026-05-21T04:10:36.972Z Downloaded const_format_proc_macros v0.2.34
3302026-05-21T04:10:36.976Z Downloaded is_terminal_polyfill v1.70.1
3312026-05-21T04:10:36.979Z Downloaded hex v0.4.3
3322026-05-21T04:10:36.979Z Downloaded foreign-types-shared v0.1.1
3332026-05-21T04:10:36.982Z Downloaded async-trait v0.1.89
3342026-05-21T04:10:36.982Z Downloaded instant v0.1.13
3352026-05-21T04:10:36.985Z Downloaded is-terminal v0.4.16
3362026-05-21T04:10:36.988Z Downloaded group v0.13.0
3372026-05-21T04:10:36.988Z Downloaded humantime v2.3.0
3382026-05-21T04:10:36.991Z Downloaded itoa v1.0.15
3392026-05-21T04:10:36.991Z Downloaded is_ci v1.2.0
3402026-05-21T04:10:36.995Z Downloaded lazy_static v1.5.0
3412026-05-21T04:10:36.995Z Downloaded filetime v0.2.26
3422026-05-21T04:10:36.998Z Downloaded cpufeatures v0.2.17
3432026-05-21T04:10:36.998Z Downloaded csv-core v0.1.12
3442026-05-21T04:10:37.001Z Downloaded bit-vec v0.8.0
3452026-05-21T04:10:37.001Z Downloaded keccak v0.1.6
3462026-05-21T04:10:37.004Z Downloaded lru-cache v0.1.2
3472026-05-21T04:10:37.007Z Downloaded cmake v0.1.54
3482026-05-21T04:10:37.007Z Downloaded anstyle-parse v1.0.0
3492026-05-21T04:10:37.010Z Downloaded macaddr v1.0.1
3502026-05-21T04:10:37.011Z Downloaded match_cfg v0.1.0
3512026-05-21T04:10:37.013Z Downloaded managed v0.8.0
3522026-05-21T04:10:37.013Z Downloaded libscf-sys v1.2.0
3532026-05-21T04:10:37.016Z Downloaded lru-slab v0.1.2
3542026-05-21T04:10:37.016Z Downloaded kstat-rs v0.2.4
3552026-05-21T04:10:37.019Z Downloaded newtype_derive v0.1.6
3562026-05-21T04:10:37.019Z Downloaded newtype-uuid-macros v0.1.0
3572026-05-21T04:10:37.022Z Downloaded colored v3.0.0
3582026-05-21T04:10:37.024Z Downloaded darling v0.21.3
3592026-05-21T04:10:37.028Z Downloaded digest v0.10.7
3602026-05-21T04:10:37.031Z Downloaded crossbeam-deque v0.8.6
3612026-05-21T04:10:37.031Z Downloaded bcs v0.1.6
3622026-05-21T04:10:37.034Z Downloaded idna_adapter v1.2.1
3632026-05-21T04:10:37.034Z Downloaded http-body-util v0.1.3
3642026-05-21T04:10:37.037Z Downloaded httpdate v1.0.3
3652026-05-21T04:10:37.037Z Downloaded either v1.15.0
3662026-05-21T04:10:37.040Z Downloaded arrayvec v0.7.6
3672026-05-21T04:10:37.040Z Downloaded find-msvc-tools v0.1.9
3682026-05-21T04:10:37.043Z Downloaded fs-err v3.1.2
3692026-05-21T04:10:37.046Z Downloaded mime v0.3.17
3702026-05-21T04:10:37.046Z Downloaded foldhash v0.1.5
3712026-05-21T04:10:37.049Z Downloaded futures-executor v0.3.32
3722026-05-21T04:10:37.049Z Downloaded autocfg v1.5.0
3732026-05-21T04:10:37.052Z Downloaded daft-derive v0.1.5
3742026-05-21T04:10:37.055Z Downloaded num-conv v0.2.1
3752026-05-21T04:10:37.055Z Downloaded highway v1.3.0
3762026-05-21T04:10:37.058Z Downloaded newline-converter v0.3.0
3772026-05-21T04:10:37.060Z Downloaded ingot v0.1.1
3782026-05-21T04:10:37.060Z Downloaded num v0.4.3
3792026-05-21T04:10:37.063Z Downloaded hash32 v0.3.1
3802026-05-21T04:10:37.063Z Downloaded glob v0.3.3
3812026-05-21T04:10:37.066Z Downloaded ingot-types v0.1.2
3822026-05-21T04:10:37.066Z Downloaded ipnetwork v0.21.1
3832026-05-21T04:10:37.069Z Downloaded hmac v0.12.1
3842026-05-21T04:10:37.072Z Downloaded num-derive v0.4.2
3852026-05-21T04:10:37.072Z Downloaded num_threads v0.1.7
3862026-05-21T04:10:37.076Z Downloaded num-iter v0.1.45
3872026-05-21T04:10:37.076Z Downloaded ipnet v2.11.0
3882026-05-21T04:10:37.079Z Downloaded cookie v0.18.1
3892026-05-21T04:10:37.079Z Downloaded openssl-macros v0.1.1
3902026-05-21T04:10:37.079Z Downloaded omicron-workspace-hack v0.1.0
3912026-05-21T04:10:37.082Z Downloaded num_enum_derive v0.5.11
3922026-05-21T04:10:37.082Z Downloaded jobserver v0.1.34
3932026-05-21T04:10:37.086Z Downloaded linear-map v1.2.0
3942026-05-21T04:10:37.088Z Downloaded libsw v3.5.0
3952026-05-21T04:10:37.088Z Downloaded multer v3.1.0
3962026-05-21T04:10:37.091Z Downloaded native-tls v0.2.14
3972026-05-21T04:10:37.091Z Downloaded libloading v0.8.9
3982026-05-21T04:10:37.094Z Downloaded opaque-debug v0.3.1
3992026-05-21T04:10:37.094Z Downloaded openssl-probe v0.1.6
4002026-05-21T04:10:37.104Z Downloaded ciborium v0.2.2
4012026-05-21T04:10:37.104Z Downloaded crc32fast v1.5.0
4022026-05-21T04:10:37.104Z Downloaded clap_derive v4.6.0
4032026-05-21T04:10:37.104Z Downloaded hkdf v0.12.4
4042026-05-21T04:10:37.107Z Downloaded parse-display v0.10.0
4052026-05-21T04:10:37.107Z Downloaded libsw-core v0.3.2
4062026-05-21T04:10:37.107Z Downloaded fs_extra v1.3.0
4072026-05-21T04:10:37.110Z Downloaded futures-channel v0.3.32
4082026-05-21T04:10:37.110Z Downloaded iana-time-zone v0.1.64
4092026-05-21T04:10:37.114Z Downloaded fixedbitset v0.5.7
4102026-05-21T04:10:37.117Z Downloaded crossbeam-utils v0.8.21
4112026-05-21T04:10:37.117Z Downloaded getrandom v0.2.16
4122026-05-21T04:10:37.120Z Downloaded hyper-rustls v0.27.7
4132026-05-21T04:10:37.120Z Downloaded percent-encoding v2.3.2
4142026-05-21T04:10:37.123Z Downloaded phf_shared v0.12.1
4152026-05-21T04:10:37.123Z Downloaded git-stub-vcs v0.1.0
4162026-05-21T04:10:37.126Z Downloaded drift v0.1.3
4172026-05-21T04:10:37.129Z Downloaded clap v4.6.0
4182026-05-21T04:10:37.133Z Downloaded newtype-uuid v1.3.2
4192026-05-21T04:10:37.136Z Downloaded icu_provider v2.0.0
4202026-05-21T04:10:37.139Z Downloaded pin-utils v0.1.0
4212026-05-21T04:10:37.139Z Downloaded potential_utf v0.1.3
4222026-05-21T04:10:37.141Z Downloaded powerfmt v0.2.0
4232026-05-21T04:10:37.142Z Downloaded derive_more v0.99.20
4242026-05-21T04:10:37.144Z Downloaded proc-macro-error-attr2 v2.0.0
4252026-05-21T04:10:37.147Z Downloaded num-rational v0.4.2
4262026-05-21T04:10:37.147Z Downloaded proc-macro-crate v1.3.1
4272026-05-21T04:10:37.150Z Downloaded olpc-cjson v0.1.4
4282026-05-21T04:10:37.150Z Downloaded num_enum_derive v0.7.5
4292026-05-21T04:10:37.153Z Downloaded num-integer v0.1.46
4302026-05-21T04:10:37.153Z Downloaded ingot-macros v0.1.1
4312026-05-21T04:10:37.156Z Downloaded pretty-hex v0.4.1
4322026-05-21T04:10:37.156Z Downloaded proc-macro-error-attr v1.0.4
4332026-05-21T04:10:37.161Z Downloaded progenitor-client v0.11.1
4342026-05-21T04:10:37.161Z Downloaded progenitor-client v0.10.0
4352026-05-21T04:10:37.161Z Downloaded owo-colors v4.3.0
4362026-05-21T04:10:37.164Z Downloaded progenitor-macro v0.13.0
4372026-05-21T04:10:37.164Z Downloaded anyhow v1.0.102
4382026-05-21T04:10:37.167Z Downloaded quick-error v1.2.3
4392026-05-21T04:10:37.167Z Downloaded progenitor-macro v0.11.1
4402026-05-21T04:10:37.170Z Downloaded password-hash v0.5.0
4412026-05-21T04:10:37.170Z Downloaded pem v3.0.5
4422026-05-21T04:10:37.173Z Downloaded num_enum v0.7.5
4432026-05-21T04:10:37.176Z Downloaded num_enum v0.5.11
4442026-05-21T04:10:37.179Z Downloaded ref-cast v1.0.25
4452026-05-21T04:10:37.182Z Downloaded rand_xorshift v0.4.0
4462026-05-21T04:10:37.182Z Downloaded litemap v0.8.0
4472026-05-21T04:10:37.182Z Downloaded crossbeam-epoch v0.9.18
4482026-05-21T04:10:37.185Z Downloaded oxnet v0.1.4
4492026-05-21T04:10:37.188Z Downloaded rustc_version v0.4.1
4502026-05-21T04:10:37.188Z Downloaded parse-display-derive v0.10.0
4512026-05-21T04:10:37.191Z Downloaded ref-cast-impl v1.0.25
4522026-05-21T04:10:37.191Z Downloaded oxide-tokio-rt v0.1.2
4532026-05-21T04:10:37.191Z Downloaded clang-sys v1.8.1
4542026-05-21T04:10:37.194Z Downloaded rustc_version v0.1.7
4552026-05-21T04:10:37.194Z Downloaded displaydoc v0.2.5
4562026-05-21T04:10:37.197Z Downloaded futures v0.3.32
4572026-05-21T04:10:37.200Z Downloaded elliptic-curve v0.13.8
4582026-05-21T04:10:37.202Z Downloaded dropshot-api-manager v0.5.2
4592026-05-21T04:10:37.205Z Downloaded plain v0.2.3
4602026-05-21T04:10:37.208Z Downloaded memmap2 v0.9.8
4612026-05-21T04:10:37.208Z Downloaded lock_api v0.4.14
4622026-05-21T04:10:37.211Z Downloaded icu_properties v2.0.1
4632026-05-21T04:10:37.211Z Downloaded foldhash v0.2.0
4642026-05-21T04:10:37.213Z Downloaded half v2.7.1
4652026-05-21T04:10:37.216Z Downloaded getrandom v0.3.3
4662026-05-21T04:10:37.219Z Downloaded base64 v0.22.1
4672026-05-21T04:10:37.222Z Downloaded pin-project-internal v1.1.10
4682026-05-21T04:10:37.222Z Downloaded pin-project-lite v0.2.16
4692026-05-21T04:10:37.226Z Downloaded ppv-lite86 v0.2.21
4702026-05-21T04:10:37.229Z Downloaded pkg-config v0.3.32
4712026-05-21T04:10:37.229Z Downloaded phf v0.12.1
4722026-05-21T04:10:37.229Z Downloaded pest_generator v2.8.2
4732026-05-21T04:10:37.232Z Downloaded scopeguard v1.2.0
4742026-05-21T04:10:37.232Z Downloaded same-file v1.0.6
4752026-05-21T04:10:37.234Z Downloaded proc-macro-error v1.0.4
4762026-05-21T04:10:37.234Z Downloaded const_format v0.2.34
4772026-05-21T04:10:37.237Z Downloaded progenitor v0.11.1
4782026-05-21T04:10:37.240Z Downloaded progenitor-macro v0.10.0
4792026-05-21T04:10:37.240Z Downloaded progenitor-client v0.13.0
4802026-05-21T04:10:37.243Z Downloaded semver v0.1.20
4812026-05-21T04:10:37.243Z Downloaded secrecy v0.10.3
4822026-05-21T04:10:37.246Z Downloaded scroll_derive v0.13.1
4832026-05-21T04:10:37.246Z Downloaded scroll_derive v0.12.1
4842026-05-21T04:10:37.246Z Downloaded serde_spanned v0.6.9
4852026-05-21T04:10:37.249Z Downloaded search_path v0.1.4
4862026-05-21T04:10:37.249Z Downloaded serde-big-array v0.5.1
4872026-05-21T04:10:37.252Z Downloaded indexmap v1.9.3
4882026-05-21T04:10:37.252Z Downloaded progenitor v0.13.0
4892026-05-21T04:10:37.255Z Downloaded progenitor v0.10.0
4902026-05-21T04:10:37.255Z Downloaded proc-macro-error2 v2.0.1
4912026-05-21T04:10:37.258Z Downloaded icu_normalizer v2.0.0
4922026-05-21T04:10:37.262Z Downloaded daft v0.1.5
4932026-05-21T04:10:37.264Z Downloaded console v0.15.11
4942026-05-21T04:10:37.265Z Downloaded camino v1.2.2
4952026-05-21T04:10:37.267Z Downloaded paste v1.0.15
4962026-05-21T04:10:37.267Z Downloaded rand_core v0.9.3
4972026-05-21T04:10:37.270Z Downloaded rand_chacha v0.9.0
4982026-05-21T04:10:37.270Z Downloaded rand_chacha v0.3.1
4992026-05-21T04:10:37.273Z Downloaded quote v1.0.45
5002026-05-21T04:10:37.273Z Downloaded parking_lot v0.12.5
5012026-05-21T04:10:37.276Z Downloaded sigpipe v0.1.3
5022026-05-21T04:10:37.276Z Downloaded serde_urlencoded v0.7.1
5032026-05-21T04:10:37.280Z Downloaded once_cell v1.21.3
5042026-05-21T04:10:37.280Z Downloaded serde_spanned v1.0.4
5052026-05-21T04:10:37.283Z Downloaded serde_repr v0.1.20
5062026-05-21T04:10:37.283Z Downloaded sha1 v0.10.6
5072026-05-21T04:10:37.286Z Downloaded darling_core v0.21.3
5082026-05-21T04:10:37.289Z Downloaded parking_lot_core v0.9.12
5092026-05-21T04:10:37.289Z Downloaded rustc-hash v2.1.1
5102026-05-21T04:10:37.292Z Downloaded resolv-conf v0.7.5
5112026-05-21T04:10:37.292Z Downloaded signal-hook-tokio v0.3.1
5122026-05-21T04:10:37.294Z Downloaded rustls-pemfile v2.2.0
5132026-05-21T04:10:37.294Z Downloaded siphasher v1.0.1
5142026-05-21T04:10:37.297Z Downloaded rand_core v0.6.4
5152026-05-21T04:10:37.297Z Downloaded bitflags v2.11.1
5162026-05-21T04:10:37.300Z Downloaded cancel-safe-futures v0.1.5
5172026-05-21T04:10:37.303Z Downloaded memoffset v0.9.1
5182026-05-21T04:10:37.303Z Downloaded memmap v0.7.0
5192026-05-21T04:10:37.306Z Downloaded linked-hash-map v0.5.6
5202026-05-21T04:10:37.306Z Downloaded poly1305 v0.8.0
5212026-05-21T04:10:37.309Z Downloaded anstream v1.0.0
5222026-05-21T04:10:37.309Z Downloaded inout v0.1.4
5232026-05-21T04:10:37.312Z Downloaded internet-checksum v0.2.1
5242026-05-21T04:10:37.312Z Downloaded erased-serde v0.3.31
5252026-05-21T04:10:37.312Z Downloaded heck v0.5.0
5262026-05-21T04:10:37.315Z Downloaded defmt-macros v1.0.1
5272026-05-21T04:10:37.317Z Downloaded stable_deref_trait v1.2.0
5282026-05-21T04:10:37.317Z Downloaded postcard v1.1.3
5292026-05-21T04:10:37.320Z Downloaded pest_meta v2.8.2
5302026-05-21T04:10:37.321Z Downloaded schemars_derive v0.8.22
5312026-05-21T04:10:37.323Z Downloaded num-complex v0.4.6
5322026-05-21T04:10:37.323Z Downloaded smawk v0.3.2
5332026-05-21T04:10:37.326Z Downloaded scroll v0.12.0
5342026-05-21T04:10:37.326Z Downloaded pest_derive v2.8.2
5352026-05-21T04:10:37.329Z Downloaded serde_plain v1.0.2
5362026-05-21T04:10:37.329Z Downloaded strsim v0.11.1
5372026-05-21T04:10:37.332Z Downloaded rusty-fork v0.3.0
5382026-05-21T04:10:37.332Z Downloaded structmeta v0.3.0
5392026-05-21T04:10:37.332Z Downloaded rustversion v1.0.22
5402026-05-21T04:10:37.335Z Downloaded sync_wrapper v1.0.2
5412026-05-21T04:10:37.335Z Downloaded num-traits v0.2.19
5422026-05-21T04:10:37.338Z Downloaded cc v1.2.58
5432026-05-21T04:10:37.341Z Downloaded semver v1.0.27
5442026-05-21T04:10:37.341Z Downloaded serde_path_to_error v0.1.20
5452026-05-21T04:10:37.344Z Downloaded omicron-zone-package v0.12.2
5462026-05-21T04:10:37.344Z Downloaded strum v0.26.3
5472026-05-21T04:10:37.346Z Downloaded swrite v0.1.0
5482026-05-21T04:10:37.347Z Downloaded papergrid v0.11.0
5492026-05-21T04:10:37.349Z Downloaded supports-color v3.0.2
5502026-05-21T04:10:37.352Z Downloaded jiff-static v0.2.15
5512026-05-21T04:10:37.352Z Downloaded miniz_oxide v0.8.9
5522026-05-21T04:10:37.355Z Downloaded tabled_derive v0.7.0
5532026-05-21T04:10:37.355Z Downloaded signal-hook-registry v1.4.6
5542026-05-21T04:10:37.359Z Downloaded tagptr v0.2.0
5552026-05-21T04:10:37.359Z Downloaded tabwriter v1.4.1
5562026-05-21T04:10:37.359Z Downloaded tabled_derive v0.11.0
5572026-05-21T04:10:37.362Z Downloaded serde_tokenstream v0.2.3
5582026-05-21T04:10:37.362Z Downloaded papergrid v0.17.0
5592026-05-21T04:10:37.365Z Downloaded quinn-udp v0.5.14
5602026-05-21T04:10:37.366Z Downloaded icu_locale_core v2.0.0
5612026-05-21T04:10:37.368Z Downloaded log v0.4.29
5622026-05-21T04:10:37.371Z Downloaded strum v0.27.2
5632026-05-21T04:10:37.371Z Downloaded structmeta-derive v0.3.0
5642026-05-21T04:10:37.374Z Downloaded take_mut v0.2.2
5652026-05-21T04:10:37.374Z Downloaded slog-bunyan v2.5.0
5662026-05-21T04:10:37.374Z Downloaded slog-async v2.8.0
5672026-05-21T04:10:37.379Z Downloaded slab v0.4.11
5682026-05-21T04:10:37.379Z Downloaded crypto-bigint v0.5.5
5692026-05-21T04:10:37.381Z Downloaded subtle v2.6.1
5702026-05-21T04:10:37.382Z Downloaded shlex v1.3.0
5712026-05-21T04:10:37.382Z Downloaded pin-project v1.1.10
5722026-05-21T04:10:37.388Z Downloaded termtree v0.5.1
5732026-05-21T04:10:37.391Z Downloaded slog-dtrace v0.3.0
5742026-05-21T04:10:37.391Z Downloaded terminal_size v0.4.3
5752026-05-21T04:10:37.395Z Downloaded heapless v0.8.0
5762026-05-21T04:10:37.395Z Downloaded serde_derive_internals v0.29.1
5772026-05-21T04:10:37.398Z Downloaded icu_collections v2.0.0
5782026-05-21T04:10:37.401Z Downloaded thread-id v5.0.0
5792026-05-21T04:10:37.401Z Downloaded thiserror-impl-no-std v2.0.2
5802026-05-21T04:10:37.401Z Downloaded crossbeam-channel v0.5.15
5812026-05-21T04:10:37.404Z Downloaded proc-macro2 v1.0.106
5822026-05-21T04:10:37.407Z Downloaded snafu-derive v0.8.9
5832026-05-21T04:10:37.407Z Downloaded flate2 v1.1.2
5842026-05-21T04:10:37.411Z Downloaded time-core v0.1.8
5852026-05-21T04:10:37.414Z Downloaded hickory-resolver v0.24.4
5862026-05-21T04:10:37.414Z Downloaded slog-json v2.6.1
5872026-05-21T04:10:37.417Z Downloaded bindgen v0.72.1
5882026-05-21T04:10:37.420Z Downloaded tinyvec_macros v0.1.1
5892026-05-21T04:10:37.420Z Downloaded thread-id v4.2.2
5902026-05-21T04:10:37.423Z Downloaded smf v0.2.3
5912026-05-21T04:10:37.423Z Downloaded data-encoding v2.9.0
5922026-05-21T04:10:37.423Z Downloaded backoff v0.4.0
5932026-05-21T04:10:37.426Z Downloaded progenitor-impl v0.13.0
5942026-05-21T04:10:37.426Z Downloaded progenitor-impl v0.10.0
5952026-05-21T04:10:37.429Z Downloaded ryu v1.0.20
5962026-05-21T04:10:37.432Z Downloaded slog-term v2.9.2
5972026-05-21T04:10:37.432Z Downloaded scroll v0.13.0
5982026-05-21T04:10:37.432Z Downloaded openssl-sys v0.9.112
5992026-05-21T04:10:37.435Z Downloaded strum_macros v0.27.2
6002026-05-21T04:10:37.438Z Downloaded toml_datetime v0.6.11
6012026-05-21T04:10:37.438Z Downloaded sha2 v0.10.9
6022026-05-21T04:10:37.441Z Downloaded static_assertions v1.1.0
6032026-05-21T04:10:37.441Z Downloaded progenitor-impl v0.11.1
6042026-05-21T04:10:37.444Z Downloaded toml_write v0.1.2
6052026-05-21T04:10:37.444Z Downloaded camino-tempfile v1.4.1
6062026-05-21T04:10:37.444Z Downloaded crc8 v0.1.1
6072026-05-21T04:10:37.447Z Downloaded cobs v0.3.0
6082026-05-21T04:10:37.447Z Downloaded strum_macros v0.26.4
6092026-05-21T04:10:37.450Z Downloaded icu_normalizer_data v2.0.0
6102026-05-21T04:10:37.450Z Downloaded curl v0.4.49
6112026-05-21T04:10:37.453Z Downloaded dunce v1.0.5
6122026-05-21T04:10:37.453Z Downloaded crypto-common v0.1.6
6132026-05-21T04:10:37.456Z Downloaded futures-sink v0.3.32
6142026-05-21T04:10:37.456Z Downloaded testing_table v0.3.0
6152026-05-21T04:10:37.456Z Downloaded foreign-types-macros v0.2.3
6162026-05-21T04:10:37.456Z Downloaded darling_macro v0.21.3
6172026-05-21T04:10:37.459Z Downloaded tower-service v0.3.3
6182026-05-21T04:10:37.459Z Downloaded topological-sort v0.2.2
6192026-05-21T04:10:37.459Z Downloaded float-ord v0.3.2
6202026-05-21T04:10:37.459Z Downloaded convert_case v0.4.0
6212026-05-21T04:10:37.462Z Downloaded async-stream v0.3.6
6222026-05-21T04:10:37.462Z Downloaded async-stream-impl v0.3.6
6232026-05-21T04:10:37.462Z Downloaded try-lock v0.2.5
6242026-05-21T04:10:37.465Z Downloaded memchr v2.7.5
6252026-05-21T04:10:37.467Z Downloaded serde_with_macros v3.14.1
6262026-05-21T04:10:37.467Z Downloaded fastrand v2.3.0
6272026-05-21T04:10:37.470Z Downloaded thiserror v2.0.18
6282026-05-21T04:10:37.473Z Downloaded dof v0.4.0
6292026-05-21T04:10:37.473Z Downloaded gethostname v0.5.0
6302026-05-21T04:10:37.473Z Downloaded bit-set v0.8.0
6312026-05-21T04:10:37.476Z Downloaded bytes v1.11.1
6322026-05-21T04:10:37.479Z Downloaded typify-macro v0.4.3
6332026-05-21T04:10:37.479Z Downloaded tower-layer v0.3.3
6342026-05-21T04:10:37.479Z Downloaded bitflags v1.3.2
6352026-05-21T04:10:37.482Z Downloaded typify-macro v0.6.1
6362026-05-21T04:10:37.482Z Downloaded ciborium-ll v0.2.2
6372026-05-21T04:10:37.482Z Downloaded unicode-linebreak v0.1.5
6382026-05-21T04:10:37.485Z Downloaded cexpr v0.6.0
6392026-05-21T04:10:37.485Z Downloaded cstr-argument v0.1.2
6402026-05-21T04:10:37.485Z Downloaded base16ct v0.2.0
6412026-05-21T04:10:37.487Z Downloaded thiserror v1.0.69
6422026-05-21T04:10:37.490Z Downloaded unarray v0.1.4
6432026-05-21T04:10:37.490Z Downloaded expectorate v1.2.0
6442026-05-21T04:10:37.493Z Downloaded hickory-resolver v0.25.2
6452026-05-21T04:10:37.496Z Downloaded serde_derive v1.0.228
6462026-05-21T04:10:37.499Z Downloaded hashbrown v0.12.3
6472026-05-21T04:10:37.499Z Downloaded thread_local v1.1.9
6482026-05-21T04:10:37.502Z Downloaded tokio-native-tls v0.3.1
6492026-05-21T04:10:37.502Z Downloaded tokio-macros v2.6.0
6502026-05-21T04:10:37.502Z Downloaded untrusted v0.7.1
6512026-05-21T04:10:37.505Z Downloaded tokio-rustls v0.25.0
6522026-05-21T04:10:37.505Z Downloaded tokio-dtrace v0.1.1
6532026-05-21T04:10:37.508Z Downloaded tinystr v0.8.1
6542026-05-21T04:10:37.508Z Downloaded time-macros v0.2.27
6552026-05-21T04:10:37.510Z Downloaded universal-hash v0.5.1
6562026-05-21T04:10:37.510Z Downloaded thiserror-no-std v2.0.2
6572026-05-21T04:10:37.514Z Downloaded usdt-attr-macro v0.5.0
6582026-05-21T04:10:37.514Z Downloaded usdt v0.6.0
6592026-05-21T04:10:37.514Z Downloaded unicode-xid v0.2.6
6602026-05-21T04:10:37.516Z Downloaded utf8_iter v1.0.4
6612026-05-21T04:10:37.517Z Downloaded prettyplease v0.2.37
6622026-05-21T04:10:37.517Z Downloaded usdt-macro v0.5.0
6632026-05-21T04:10:37.519Z Downloaded indexmap v2.13.0
6642026-05-21T04:10:37.523Z Downloaded usdt-attr-macro v0.6.0
6652026-05-21T04:10:37.523Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6662026-05-21T04:10:37.527Z Downloaded usdt-macro v0.6.0
6672026-05-21T04:10:37.527Z Downloaded xattr v1.6.1
6682026-05-21T04:10:37.530Z Downloaded want v0.3.1
6692026-05-21T04:10:37.530Z Downloaded wait-timeout v0.2.1
6702026-05-21T04:10:37.530Z Downloaded minimal-lexical v0.2.1
6712026-05-21T04:10:37.532Z Downloaded usdt v0.5.0
6722026-05-21T04:10:37.535Z Downloaded toml_writer v1.0.6+spec-1.1.0
6732026-05-21T04:10:37.538Z Downloaded rayon-core v1.13.0
6742026-05-21T04:10:37.543Z Downloaded tempfile v3.27.0
6752026-05-21T04:10:37.546Z Downloaded serde_yaml v0.9.34+deprecated
6762026-05-21T04:10:37.549Z Downloaded version_check v0.9.5
6772026-05-21T04:10:37.551Z Downloaded signal-hook v0.3.18
6782026-05-21T04:10:37.551Z Downloaded waitgroup v0.1.2
6792026-05-21T04:10:37.554Z Downloaded term v1.2.0
6802026-05-21T04:10:37.557Z Downloaded schemars v0.9.0
6812026-05-21T04:10:37.562Z Downloaded yoke-derive v0.8.0
6822026-05-21T04:10:37.565Z Downloaded smallvec v1.15.1
6832026-05-21T04:10:37.567Z Downloaded zerofrom v0.1.6
6842026-05-21T04:10:37.567Z Downloaded slog v2.8.2
6852026-05-21T04:10:37.570Z Downloaded spin v0.9.8
6862026-05-21T04:10:37.573Z Downloaded rustls-pki-types v1.12.0
6872026-05-21T04:10:37.573Z Downloaded similar v2.7.0
6882026-05-21T04:10:37.576Z Downloaded thiserror-impl v1.0.69
6892026-05-21T04:10:37.579Z Downloaded zerofrom-derive v0.1.6
6902026-05-21T04:10:37.579Z Downloaded http v1.4.0
6912026-05-21T04:10:37.583Z Downloaded serde_core v1.0.228
6922026-05-21T04:10:37.586Z Downloaded zeroize_derive v1.4.3
6932026-05-21T04:10:37.589Z Downloaded thiserror-impl v2.0.18
6942026-05-21T04:10:37.591Z Downloaded schemars v0.8.22
6952026-05-21T04:10:37.596Z Downloaded zone v0.3.1
6962026-05-21T04:10:37.600Z Downloaded untrusted v0.9.0
6972026-05-21T04:10:37.600Z Downloaded socket2 v0.6.0
6982026-05-21T04:10:37.602Z Downloaded tokio-stream v0.1.17
6992026-05-21T04:10:37.605Z Downloaded whoami v1.6.1
7002026-05-21T04:10:37.605Z Downloaded rand v0.8.5
7012026-05-21T04:10:37.609Z Downloaded quinn v0.11.9
7022026-05-21T04:10:37.612Z Downloaded mio v1.0.4
7032026-05-21T04:10:37.612Z Downloaded utf8parse v0.2.2
7042026-05-21T04:10:37.615Z Downloaded usdt-impl v0.6.0
7052026-05-21T04:10:37.615Z Downloaded toml_parser v1.0.6+spec-1.1.0
7062026-05-21T04:10:37.615Z Downloaded toml v0.8.23
7072026-05-21T04:10:37.620Z Downloaded synstructure v0.13.2
7082026-05-21T04:10:37.620Z Downloaded qorb v0.4.1
7092026-05-21T04:10:37.626Z Downloaded vsss-rs v3.3.4
7102026-05-21T04:10:37.629Z Downloaded writeable v0.6.1
7112026-05-21T04:10:37.629Z Downloaded test-strategy v0.4.3
7122026-05-21T04:10:37.633Z Downloaded tracing-attributes v0.1.30
7132026-05-21T04:10:37.636Z Downloaded textwrap v0.16.2
7142026-05-21T04:10:37.636Z Downloaded clap_builder v4.6.0
7152026-05-21T04:10:37.641Z Downloaded snafu v0.8.9
7162026-05-21T04:10:37.643Z Downloaded yoke v0.8.0
7172026-05-21T04:10:37.643Z Downloaded ucd-trie v0.1.7
7182026-05-21T04:10:37.643Z Downloaded schemars v1.2.0
7192026-05-21T04:10:37.652Z Downloaded rustls-webpki v0.103.6
7202026-05-21T04:10:37.654Z Downloaded zeroize v1.8.1
7212026-05-21T04:10:37.654Z Downloaded tinyvec v1.10.0
7222026-05-21T04:10:37.657Z Downloaded hyper-util v0.1.19
7232026-05-21T04:10:37.660Z Downloaded nom v7.1.3
7242026-05-21T04:10:37.663Z Downloaded zone_cfg_derive v0.3.1
7252026-05-21T04:10:37.663Z Downloaded zmij v1.0.17
7262026-05-21T04:10:37.663Z Downloaded usdt-impl v0.5.0
7272026-05-21T04:10:37.666Z Downloaded toml v0.9.11+spec-1.1.0
7282026-05-21T04:10:37.666Z Downloaded tokio-rustls v0.26.3
7292026-05-21T04:10:37.669Z Downloaded zerovec-derive v0.11.1
7302026-05-21T04:10:37.669Z Downloaded walkdir v2.5.0
7312026-05-21T04:10:37.669Z Downloaded aho-corasick v1.1.3
7322026-05-21T04:10:37.672Z Downloaded rand v0.9.2
7332026-05-21T04:10:37.679Z Downloaded serde v1.0.228
7342026-05-21T04:10:37.683Z Downloaded vergen v8.3.2
7352026-05-21T04:10:37.686Z Downloaded iddqd v0.3.18
7362026-05-21T04:10:37.688Z Downloaded tar v0.4.45
7372026-05-21T04:10:37.691Z Downloaded typify v0.4.3
7382026-05-21T04:10:37.694Z Downloaded tracing-core v0.1.34
7392026-05-21T04:10:37.697Z Downloaded unicode-ident v1.0.24
7402026-05-21T04:10:37.697Z Downloaded typify v0.6.1
7412026-05-21T04:10:37.703Z Downloaded hashbrown v0.16.1
7422026-05-21T04:10:37.711Z Downloaded unsafe-libyaml v0.2.11
7432026-05-21T04:10:37.720Z Downloaded idna v1.1.0
7442026-05-21T04:10:37.723Z Downloaded uuid v1.20.0
7452026-05-21T04:10:37.726Z Downloaded toml_edit v0.22.27
7462026-05-21T04:10:37.728Z Downloaded itertools v0.12.1
7472026-05-21T04:10:37.732Z Downloaded toml v0.7.8
7482026-05-21T04:10:37.743Z Downloaded typenum v1.18.0
7492026-05-21T04:10:37.757Z Downloaded pest v2.8.2
7502026-05-21T04:10:37.760Z Downloaded zerocopy-derive v0.7.35
7512026-05-21T04:10:37.763Z Downloaded iri-string v0.7.8
7522026-05-21T04:10:37.765Z Downloaded steno v0.4.1
7532026-05-21T04:10:37.768Z Downloaded icu_properties_data v2.0.1
7542026-05-21T04:10:37.772Z Downloaded hyper v1.8.1
7552026-05-21T04:10:37.793Z Downloaded tracing v0.1.41
7562026-05-21T04:10:37.797Z Downloaded h2 v0.4.12
7572026-05-21T04:10:37.800Z Downloaded hashbrown v0.15.5
7582026-05-21T04:10:37.804Z Downloaded toml_edit v0.19.15
7592026-05-21T04:10:37.812Z Downloaded itertools v0.14.0
7602026-05-21T04:10:37.817Z Downloaded url v2.5.7
7612026-05-21T04:10:37.831Z Downloaded tower v0.5.2
7622026-05-21T04:10:37.841Z Downloaded unicode-segmentation v1.12.0
7632026-05-21T04:10:37.844Z Downloaded zerotrie v0.2.2
7642026-05-21T04:10:37.847Z Downloaded goblin v0.8.2
7652026-05-21T04:10:37.849Z Downloaded blake3 v1.8.2
7662026-05-21T04:10:37.853Z Downloaded libm v0.2.15
7672026-05-21T04:10:37.858Z Downloaded reqwest v0.13.2
7682026-05-21T04:10:37.862Z Downloaded regex v1.12.3
7692026-05-21T04:10:37.865Z Downloaded reqwest v0.12.23
7702026-05-21T04:10:37.868Z Downloaded typed-path v0.9.3
7712026-05-21T04:10:37.872Z Downloaded zerocopy-derive v0.8.27
7722026-05-21T04:10:37.875Z Downloaded chrono v0.4.44
7732026-05-21T04:10:37.890Z Downloaded tokio-util v0.7.16
7742026-05-21T04:10:37.893Z Downloaded serde_json v1.0.149
7752026-05-21T04:10:37.896Z Downloaded rayon v1.11.0
7762026-05-21T04:10:37.905Z Downloaded git2 v0.19.0
7772026-05-21T04:10:37.909Z Downloaded unicode-normalization v0.1.24
7782026-05-21T04:10:37.914Z Downloaded tower-http v0.6.8
7792026-05-21T04:10:37.928Z Downloaded aws-lc-rs v1.16.2
7802026-05-21T04:10:37.938Z Downloaded portable-atomic v1.11.1
7812026-05-21T04:10:37.954Z Downloaded tough v0.20.0
7822026-05-21T04:10:37.958Z Downloaded serde_with v3.14.1
7832026-05-21T04:10:37.974Z Downloaded rustls-webpki v0.102.8
7842026-05-21T04:10:37.986Z Downloaded goblin v0.10.1
7852026-05-21T04:10:37.990Z Downloaded zerocopy v0.7.35
7862026-05-21T04:10:37.999Z Downloaded zerovec v0.11.4
7872026-05-21T04:10:38.002Z Downloaded winnow v0.5.40
7882026-05-21T04:10:38.006Z Downloaded proptest v1.8.0
7892026-05-21T04:10:38.020Z Downloaded moka v0.12.11
7902026-05-21T04:10:38.051Z Downloaded quinn-proto v0.11.14
7912026-05-21T04:10:38.059Z Downloaded curve25519-dalek v4.1.3
7922026-05-21T04:10:38.063Z Downloaded tabled v0.15.0
7932026-05-21T04:10:38.070Z Downloaded tabled v0.20.0
7942026-05-21T04:10:38.079Z Downloaded winnow v0.7.14
7952026-05-21T04:10:38.084Z Downloaded time v0.3.47
7962026-05-21T04:10:38.090Z Downloaded syn v1.0.109
7972026-05-21T04:10:38.096Z Downloaded openssl v0.10.76
7982026-05-21T04:10:38.129Z Downloaded bstr v1.12.0
7992026-05-21T04:10:38.134Z Downloaded zerocopy v0.8.27
8002026-05-21T04:10:38.146Z Downloaded webpki-roots v1.0.2
8012026-05-21T04:10:38.149Z Downloaded rustls v0.22.4
8022026-05-21T04:10:38.155Z Downloaded vcpkg v0.2.15
8032026-05-21T04:10:38.176Z Downloaded unicode-width v0.1.14
8042026-05-21T04:10:38.180Z Downloaded rustix v0.38.44
8052026-05-21T04:10:38.192Z Downloaded smoltcp v0.11.0
8062026-05-21T04:10:38.198Z Downloaded rustix v1.1.4
8072026-05-21T04:10:38.211Z Downloaded regex-syntax v0.8.6
8082026-05-21T04:10:38.215Z Downloaded openapiv3 v2.2.0
8092026-05-21T04:10:38.222Z Downloaded hickory-proto v0.25.2
8102026-05-21T04:10:38.231Z Downloaded hickory-proto v0.24.4
8112026-05-21T04:10:38.239Z Downloaded rustls v0.23.32
8122026-05-21T04:10:38.245Z Downloaded syn v2.0.117
8132026-05-21T04:10:38.252Z Downloaded nix v0.30.1
8142026-05-21T04:10:38.258Z Downloaded unicode-width v0.2.1
8152026-05-21T04:10:38.262Z Downloaded regress v0.10.5
8162026-05-21T04:10:38.267Z Downloaded dropshot v0.16.7
8172026-05-21T04:10:38.279Z Downloaded regex-automata v0.4.13
8182026-05-21T04:10:38.312Z Downloaded libz-sys v1.1.22
8192026-05-21T04:10:38.327Z Downloaded typify-impl v0.6.1
8202026-05-21T04:10:38.335Z Downloaded sha3 v0.10.8
8212026-05-21T04:10:38.343Z Downloaded encoding_rs v0.8.35
8222026-05-21T04:10:38.355Z Downloaded typify-impl v0.4.3
8232026-05-21T04:10:38.479Z Downloaded jiff v0.2.15
8242026-05-21T04:10:38.499Z Downloaded petgraph v0.6.5
8252026-05-21T04:10:38.522Z Downloaded chrono-tz v0.10.4
8262026-05-21T04:10:38.538Z Downloaded petgraph v0.8.2
8272026-05-21T04:10:38.551Z Downloaded libc v0.2.183
8282026-05-21T04:10:38.587Z Downloaded csv v1.3.1
8292026-05-21T04:10:38.611Z Downloaded tokio v1.49.0
8302026-05-21T04:10:38.777Z Downloaded ring v0.17.14
8312026-05-21T04:10:38.847Z Downloaded libgit2-sys v0.17.0+1.8.1
8322026-05-21T04:10:38.878Z Downloaded curl-sys v0.4.83+curl-8.15.0
8332026-05-21T04:10:39.488Z Downloaded aws-lc-sys v0.39.1
8342026-05-21T04:10:39.806Z Compiling proc-macro2 v1.0.106
8352026-05-21T04:10:39.806Z Compiling quote v1.0.45
8362026-05-21T04:10:39.809Z Compiling unicode-ident v1.0.24
8372026-05-21T04:10:39.809Z Compiling serde_core v1.0.228
8382026-05-21T04:10:39.809Z Compiling serde v1.0.228
8392026-05-21T04:10:39.809Z Compiling libc v0.2.183
8402026-05-21T04:10:39.809Z Checking cfg-if v1.0.3
8412026-05-21T04:10:40.080Z Compiling zmij v1.0.17
8422026-05-21T04:10:40.135Z Compiling autocfg v1.5.0
8432026-05-21T04:10:40.422Z Compiling memchr v2.7.5
8442026-05-21T04:10:40.463Z Compiling getrandom v0.3.3
8452026-05-21T04:10:40.532Z Compiling libm v0.2.15
8462026-05-21T04:10:40.884Z Checking smallvec v1.15.1
8472026-05-21T04:10:40.931Z Checking itoa v1.0.15
8482026-05-21T04:10:40.945Z Compiling thiserror v2.0.18
8492026-05-21T04:10:41.025Z Compiling shlex v1.3.0
8502026-05-21T04:10:41.054Z Compiling jobserver v0.1.34
8512026-05-21T04:10:41.197Z Compiling find-msvc-tools v0.1.9
8522026-05-21T04:10:41.212Z Compiling version_check v0.9.5
8532026-05-21T04:10:41.269Z Compiling syn v2.0.117
8542026-05-21T04:10:41.321Z Compiling icu_normalizer_data v2.0.0
8552026-05-21T04:10:41.386Z Compiling cc v1.2.58
8562026-05-21T04:10:41.444Z Compiling icu_properties_data v2.0.1
8572026-05-21T04:10:41.517Z Compiling parking_lot_core v0.9.12
8582026-05-21T04:10:41.568Z Checking stable_deref_trait v1.2.0
8592026-05-21T04:10:41.632Z Compiling serde_json v1.0.149
8602026-05-21T04:10:41.843Z Compiling heck v0.5.0
8612026-05-21T04:10:41.945Z Checking litemap v0.8.0
8622026-05-21T04:10:42.014Z Checking writeable v0.6.1
8632026-05-21T04:10:42.042Z Compiling num-traits v0.2.19
8642026-05-21T04:10:42.057Z Checking percent-encoding v2.3.2
8652026-05-21T04:10:42.330Z Checking form_urlencoded v1.2.2
8662026-05-21T04:10:42.382Z Checking utf8_iter v1.0.4
8672026-05-21T04:10:42.425Z Compiling zerocopy v0.8.27
8682026-05-21T04:10:42.457Z Checking pin-project-lite v0.2.16
8692026-05-21T04:10:42.505Z Checking iana-time-zone v0.1.64
8702026-05-21T04:10:42.556Z Compiling rustversion v1.0.22
8712026-05-21T04:10:42.585Z Compiling log v0.4.29
8722026-05-21T04:10:42.612Z Compiling equivalent v1.0.2
8732026-05-21T04:10:42.661Z Compiling foldhash v0.2.0
8742026-05-21T04:10:42.705Z Compiling allocator-api2 v0.2.21
8752026-05-21T04:10:42.762Z Compiling semver v1.0.27
8762026-05-21T04:10:42.850Z Checking uuid v1.20.0
8772026-05-21T04:10:42.864Z Checking socket2 v0.6.0
8782026-05-21T04:10:43.015Z Compiling hashbrown v0.16.1
8792026-05-21T04:10:43.098Z Checking scopeguard v1.2.0
8802026-05-21T04:10:43.132Z Checking getrandom v0.2.16
8812026-05-21T04:10:43.206Z Checking lock_api v0.4.14
8822026-05-21T04:10:43.258Z Checking signal-hook-registry v1.4.6
8832026-05-21T04:10:43.272Z Checking dyn-clone v1.0.20
8842026-05-21T04:10:43.293Z Compiling schemars v0.8.22
8852026-05-21T04:10:43.347Z Checking bitflags v2.11.1
8862026-05-21T04:10:43.373Z Checking mio v1.0.4
8872026-05-21T04:10:43.405Z Checking parking_lot v0.12.5
8882026-05-21T04:10:43.410Z Compiling portable-atomic v1.11.1
8892026-05-21T04:10:43.595Z Checking critical-section v1.2.0
8902026-05-21T04:10:43.694Z Checking futures-core v0.3.32
8912026-05-21T04:10:43.725Z Compiling ring v0.17.14
8922026-05-21T04:10:43.728Z Compiling typenum v1.18.0
8932026-05-21T04:10:43.979Z Compiling indexmap v2.13.0
8942026-05-21T04:10:43.994Z Compiling thiserror v1.0.69
8952026-05-21T04:10:44.152Z Compiling synstructure v0.13.2
8962026-05-21T04:10:44.309Z Compiling serde_derive_internals v0.29.1
8972026-05-21T04:10:44.376Z Checking once_cell v1.21.3
8982026-05-21T04:10:44.617Z Compiling regex-syntax v0.8.6
8992026-05-21T04:10:44.673Z Compiling httparse v1.10.1
9002026-05-21T04:10:44.935Z Compiling rustix v1.1.4
9012026-05-21T04:10:45.065Z Checking futures-sink v0.3.32
9022026-05-21T04:10:45.068Z Compiling aho-corasick v1.1.3
9032026-05-21T04:10:45.123Z Checking slab v0.4.11
9042026-05-21T04:10:45.137Z Checking subtle v2.6.1
9052026-05-21T04:10:45.167Z Compiling anyhow v1.0.102
9062026-05-21T04:10:45.283Z Compiling ucd-trie v0.1.7
9072026-05-21T04:10:45.285Z Checking futures-channel v0.3.32
9082026-05-21T04:10:45.326Z Compiling serde_derive v1.0.228
9092026-05-21T04:10:45.488Z Compiling zerofrom-derive v0.1.6
9102026-05-21T04:10:45.503Z Compiling yoke-derive v0.8.0
9112026-05-21T04:10:45.517Z Compiling zerovec-derive v0.11.1
9122026-05-21T04:10:45.534Z Compiling displaydoc v0.2.5
9132026-05-21T04:10:46.258Z Compiling thiserror-impl v2.0.18
9142026-05-21T04:10:46.498Z Compiling schemars_derive v0.8.22
9152026-05-21T04:10:46.514Z Compiling tokio-macros v2.6.0
9162026-05-21T04:10:46.589Z Compiling zerocopy-derive v0.8.27
9172026-05-21T04:10:46.673Z Checking zerofrom v0.1.6
9182026-05-21T04:10:46.691Z Compiling futures-macro v0.3.32
9192026-05-21T04:10:46.792Z Checking yoke v0.8.0
9202026-05-21T04:10:46.967Z Checking zerovec v0.11.4
9212026-05-21T04:10:47.223Z Checking zerotrie v0.2.2
9222026-05-21T04:10:47.465Z Compiling zeroize_derive v1.4.3
9232026-05-21T04:10:47.586Z Compiling thiserror-impl v1.0.69
9242026-05-21T04:10:47.619Z Compiling regex-automata v0.4.13
9252026-05-21T04:10:47.656Z Compiling pest v2.8.2
9262026-05-21T04:10:47.677Z Checking tinystr v0.8.1
9272026-05-21T04:10:47.795Z Checking potential_utf v0.1.3
9282026-05-21T04:10:47.853Z Checking icu_locale_core v2.0.0
9292026-05-21T04:10:47.926Z Checking icu_collections v2.0.0
9302026-05-21T04:10:48.214Z Checking zeroize v1.8.1
9312026-05-21T04:10:48.297Z Checking icu_provider v2.0.0
9322026-05-21T04:10:48.339Z Checking bytes v1.11.1
9332026-05-21T04:10:48.368Z Checking chrono v0.4.44
9342026-05-21T04:10:48.536Z Checking icu_properties v2.0.1
9352026-05-21T04:10:48.611Z Checking icu_normalizer v2.0.0
9362026-05-21T04:10:48.713Z Compiling serde_tokenstream v0.2.3
9372026-05-21T04:10:48.764Z Checking tokio v1.49.0
9382026-05-21T04:10:49.266Z Checking rand_core v0.6.4
9392026-05-21T04:10:49.296Z Compiling regex v1.12.3
9402026-05-21T04:10:49.388Z Checking idna_adapter v1.2.1
9412026-05-21T04:10:49.454Z Compiling pest_meta v2.8.2
9422026-05-21T04:10:49.519Z Checking idna v1.1.0
9432026-05-21T04:10:49.701Z Checking futures-io v0.3.32
9442026-05-21T04:10:49.777Z Checking url v2.5.7
9452026-05-21T04:10:49.817Z Checking futures-task v0.3.32
9462026-05-21T04:10:49.832Z Compiling pkg-config v0.3.32
9472026-05-21T04:10:50.199Z Compiling pest_generator v2.8.2
9482026-05-21T04:10:50.235Z Checking futures-util v0.3.32
9492026-05-21T04:10:50.289Z Compiling tracing-attributes v0.1.30
9502026-05-21T04:10:50.309Z Checking tracing-core v0.1.34
9512026-05-21T04:10:50.624Z Compiling generic-array v0.14.7
9522026-05-21T04:10:50.837Z Compiling pest_derive v2.8.2
9532026-05-21T04:10:50.852Z Compiling fnv v1.0.7
9542026-05-21T04:10:50.893Z Compiling vcpkg v0.2.15
9552026-05-21T04:10:51.014Z Compiling http v1.4.0
9562026-05-21T04:10:51.460Z Compiling regress v0.10.5
9572026-05-21T04:10:51.511Z Compiling time-core v0.1.8
9582026-05-21T04:10:51.514Z Checking tracing v0.1.41
9592026-05-21T04:10:51.642Z Compiling byteorder v1.5.0
9602026-05-21T04:10:51.662Z Compiling num-conv v0.2.1
9612026-05-21T04:10:51.813Z Compiling time-macros v0.2.27
9622026-05-21T04:10:51.833Z Checking errno v0.3.14
9632026-05-21T04:10:51.954Z Checking ipnet v2.11.0
9642026-05-21T04:10:51.979Z Checking base64 v0.22.1
9652026-05-21T04:10:52.150Z Checking tokio-util v0.7.16
9662026-05-21T04:10:52.201Z Checking crypto-common v0.1.6
9672026-05-21T04:10:52.215Z Compiling scroll_derive v0.13.1
9682026-05-21T04:10:52.323Z Compiling camino v1.2.2
9692026-05-21T04:10:52.702Z Checking http-body v1.0.1
9702026-05-21T04:10:52.804Z Checking ppv-lite86 v0.2.21
9712026-05-21T04:10:52.849Z Checking atomic-waker v1.1.2
9722026-05-21T04:10:52.936Z Compiling crossbeam-utils v0.8.21
9732026-05-21T04:10:52.953Z Checking ipnetwork v0.21.1
9742026-05-21T04:10:53.030Z Compiling slog v2.8.2
9752026-05-21T04:10:53.100Z Compiling paste v1.0.15
9762026-05-21T04:10:53.161Z Checking tower-service v0.3.3
9772026-05-21T04:10:53.200Z Checking try-lock v0.2.5
9782026-05-21T04:10:53.256Z Checking tower-layer v0.3.3
9792026-05-21T04:10:53.299Z Checking want v0.3.1
9802026-05-21T04:10:53.314Z Checking h2 v0.4.12
9812026-05-21T04:10:53.327Z Checking rustls-pki-types v1.12.0
9822026-05-21T04:10:53.404Z Checking erased-serde v0.3.31
9832026-05-21T04:10:53.437Z Checking pretty-hex v0.4.1
9842026-05-21T04:10:53.572Z Checking ryu v1.0.20
9852026-05-21T04:10:53.592Z Checking pin-utils v0.1.0
9862026-05-21T04:10:53.607Z Checking httpdate v1.0.3
9872026-05-21T04:10:53.662Z Compiling async-trait v0.1.89
9882026-05-21T04:10:53.753Z Checking untrusted v0.9.0
9892026-05-21T04:10:53.840Z Compiling scroll v0.13.0
9902026-05-21T04:10:53.882Z Compiling openssl-sys v0.9.112
9912026-05-21T04:10:54.056Z Compiling usdt-impl v0.6.0
9922026-05-21T04:10:54.079Z Compiling plain v0.2.3
9932026-05-21T04:10:54.162Z Compiling strsim v0.11.1
9942026-05-21T04:10:54.192Z Compiling goblin v0.10.1
9952026-05-21T04:10:54.250Z Checking oxnet v0.1.4
9962026-05-21T04:10:54.325Z Checking http-body-util v0.1.3
9972026-05-21T04:10:54.473Z Checking block-buffer v0.10.4
9982026-05-21T04:10:54.489Z Compiling openapiv3 v2.2.0
9992026-05-21T04:10:54.523Z Checking rand_core v0.9.3
10002026-05-21T04:10:54.704Z Compiling slog-async v2.8.0
10012026-05-21T04:10:54.749Z Checking digest v0.10.7
10022026-05-21T04:10:54.886Z Checking serde_urlencoded v0.7.1
10032026-05-21T04:10:54.945Z Compiling typify-impl v0.4.3
10042026-05-21T04:10:55.043Z Compiling dtrace-parser v0.3.0
10052026-05-21T04:10:55.100Z Compiling cmake v0.1.54
10062026-05-21T04:10:55.221Z Checking hyper v1.8.1
10072026-05-21T04:10:55.435Z Compiling thread-id v5.0.0
10082026-05-21T04:10:55.525Z Compiling omicron-workspace-hack v0.1.0
10092026-05-21T04:10:55.652Z Compiling ident_case v1.0.1
10102026-05-21T04:10:55.738Z Compiling dunce v1.0.5
10112026-05-21T04:10:55.777Z Compiling fs_extra v1.3.0
10122026-05-21T04:10:55.799Z Compiling darling_core v0.21.3
10132026-05-21T04:10:55.856Z Checking rand_chacha v0.9.0
10142026-05-21T04:10:55.991Z Compiling daft-derive v0.1.5
10152026-05-21T04:10:56.033Z Compiling aws-lc-sys v0.39.1
10162026-05-21T04:10:56.048Z Compiling syn v1.0.109
10172026-05-21T04:10:56.051Z Checking rand v0.9.2
10182026-05-21T04:10:56.102Z Checking hyper-util v0.1.19
10192026-05-21T04:10:56.377Z Compiling unsafe-libyaml v0.2.11
10202026-05-21T04:10:56.496Z Checking powerfmt v0.2.0
10212026-05-21T04:10:56.653Z Checking deranged v0.5.3
10222026-05-21T04:10:56.771Z Checking sync_wrapper v1.0.2
10232026-05-21T04:10:57.057Z Compiling dof v0.4.0
10242026-05-21T04:10:57.191Z Compiling serde_yaml v0.9.34+deprecated
10252026-05-21T04:10:57.671Z Compiling rustls v0.22.4
10262026-05-21T04:10:57.866Z Compiling darling_macro v0.21.3
10272026-05-21T04:10:57.884Z Compiling aws-lc-rs v1.16.2
10282026-05-21T04:10:57.901Z Checking num_threads v0.1.7
10292026-05-21T04:10:57.950Z Checking cpufeatures v0.2.17
10302026-05-21T04:10:58.055Z Compiling usdt-attr-macro v0.6.0
10312026-05-21T04:10:58.131Z Compiling usdt-macro v0.6.0
10322026-05-21T04:10:58.181Z Checking time v0.3.47
10332026-05-21T04:10:58.319Z Compiling typify-macro v0.4.3
10342026-05-21T04:10:58.407Z Compiling darling v0.21.3
10352026-05-21T04:10:58.422Z Checking tower v0.5.2
10362026-05-21T04:10:58.896Z Compiling structmeta-derive v0.3.0
10372026-05-21T04:10:58.948Z Checking encoding_rs v0.8.35
10382026-05-21T04:10:59.093Z Checking iri-string v0.7.8
10392026-05-21T04:10:59.355Z Checking mime v0.3.17
10402026-05-21T04:10:59.429Z Checking crossbeam-channel v0.5.15
10412026-05-21T04:10:59.527Z Checking futures-executor v0.3.32
10422026-05-21T04:10:59.675Z Compiling multer v3.1.0
10432026-05-21T04:10:59.762Z Checking hex v0.4.3
10442026-05-21T04:10:59.858Z Compiling typify v0.4.3
10452026-05-21T04:10:59.896Z Compiling openssl v0.10.76
10462026-05-21T04:10:59.899Z Checking untrusted v0.7.1
10472026-05-21T04:10:59.945Z Checking foreign-types-shared v0.1.1
10482026-05-21T04:10:59.960Z Compiling structmeta v0.3.0
10492026-05-21T04:10:59.981Z Checking fastrand v2.3.0
10502026-05-21T04:11:00.017Z Checking unicode-width v0.2.1
10512026-05-21T04:11:00.031Z Checking foreign-types v0.3.2
10522026-05-21T04:11:00.117Z Checking tower-http v0.6.8
10532026-05-21T04:11:00.138Z Checking futures v0.3.32
10542026-05-21T04:11:00.152Z Checking tempfile v3.27.0
10552026-05-21T04:11:00.209Z Compiling openssl-macros v0.1.1
10562026-05-21T04:11:00.224Z Compiling async-stream-impl v0.3.6
10572026-05-21T04:11:00.258Z Compiling strum_macros v0.26.4
10582026-05-21T04:11:00.372Z Checking thread_local v1.1.9
10592026-05-21T04:11:00.409Z Compiling native-tls v0.2.14
10602026-05-21T04:11:00.528Z Checking openssl-probe v0.1.6
10612026-05-21T04:11:00.628Z Compiling rustls v0.23.32
10622026-05-21T04:11:00.874Z Compiling newtype-uuid-macros v0.1.0
10632026-05-21T04:11:01.072Z Compiling dropshot v0.16.7
10642026-05-21T04:11:01.107Z Checking memmap2 v0.9.8
10652026-05-21T04:11:01.262Z Checking is-terminal v0.4.16
10662026-05-21T04:11:01.291Z Compiling ref-cast v1.0.25
10672026-05-21T04:11:01.350Z Checking match_cfg v0.1.0
10682026-05-21T04:11:01.418Z Checking take_mut v0.2.2
10692026-05-21T04:11:01.516Z Checking term v1.2.0
10702026-05-21T04:11:01.598Z Checking winnow v0.7.14
10712026-05-21T04:11:01.706Z Checking hostname v0.3.1
10722026-05-21T04:11:01.725Z Checking slog-term v2.9.2
10732026-05-21T04:11:01.845Z Checking slog-json v2.6.1
10742026-05-21T04:11:01.848Z Compiling dropshot_endpoint v0.16.7
10752026-05-21T04:11:01.972Z Compiling ref-cast-impl v1.0.25
10762026-05-21T04:11:01.991Z Checking slog-bunyan v2.5.0
10772026-05-21T04:11:02.099Z Compiling derive-ex v0.1.8
10782026-05-21T04:11:02.746Z Checking webpki-roots v1.0.2
10792026-05-21T04:11:02.775Z Compiling strum_macros v0.27.2
10802026-05-21T04:11:02.992Z Checking tokio-native-tls v0.3.1
10812026-05-21T04:11:03.146Z Checking hyper-tls v0.6.0
10822026-05-21T04:11:03.241Z Compiling progenitor-impl v0.11.1
10832026-05-21T04:11:03.380Z Checking newtype-uuid v1.3.2
10842026-05-21T04:11:03.432Z Checking either v1.15.0
10852026-05-21T04:11:03.556Z Checking daft v0.1.5
10862026-05-21T04:11:03.609Z Compiling serde_with_macros v3.14.1
10872026-05-21T04:11:03.625Z Compiling test-strategy v0.4.3
10882026-05-21T04:11:03.929Z Checking rustls-webpki v0.102.8
10892026-05-21T04:11:04.083Z Checking debug-ignore v1.0.5
10902026-05-21T04:11:04.184Z Checking toml_parser v1.0.6+spec-1.1.0
10912026-05-21T04:11:04.623Z Compiling parse-display-derive v0.10.0
10922026-05-21T04:11:04.793Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10932026-05-21T04:11:04.887Z Checking usdt v0.6.0
10942026-05-21T04:11:05.033Z Checking serde_spanned v1.0.4
10952026-05-21T04:11:05.049Z Checking toml_datetime v0.7.5+spec-1.1.0
10962026-05-21T04:11:05.165Z Checking toml_writer v1.0.6+spec-1.1.0
10972026-05-21T04:11:05.243Z Checking spin v0.9.8
10982026-05-21T04:11:05.340Z Checking toml v0.9.11+spec-1.1.0
10992026-05-21T04:11:05.355Z Compiling progenitor-macro v0.11.1
11002026-05-21T04:11:05.579Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11012026-05-21T04:11:05.738Z Checking strum v0.26.3
11022026-05-21T04:11:05.783Z Checking tokio-rustls v0.25.0
11032026-05-21T04:11:05.845Z Checking async-stream v0.3.6
11042026-05-21T04:11:05.884Z Checking sha1 v0.10.6
11052026-05-21T04:11:05.909Z Checking rustls-pemfile v2.2.0
11062026-05-21T04:11:05.965Z Checking rand_chacha v0.3.1
11072026-05-21T04:11:05.980Z Checking waitgroup v0.1.2
11082026-05-21T04:11:06.039Z Compiling toml_datetime v0.6.11
11092026-05-21T04:11:06.056Z Checking macaddr v1.0.1
11102026-05-21T04:11:06.070Z Checking serde_path_to_error v0.1.20
11112026-05-21T04:11:06.084Z Checking hostname v0.4.2
11122026-05-21T04:11:06.148Z Checking wait-timeout v0.2.1
11132026-05-21T04:11:06.177Z Checking lazy_static v1.5.0
11142026-05-21T04:11:06.225Z Checking quick-error v1.2.3
11152026-05-21T04:11:06.263Z Checking bit-vec v0.8.0
11162026-05-21T04:11:06.266Z Checking rand v0.8.5
11172026-05-21T04:11:06.306Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11182026-05-21T04:11:06.319Z Checking rusty-fork v0.3.0
11192026-05-21T04:11:06.450Z Checking bit-set v0.8.0
11202026-05-21T04:11:06.496Z Checking tabwriter v1.4.1
11212026-05-21T04:11:06.592Z Checking rand_xorshift v0.4.0
11222026-05-21T04:11:06.707Z Compiling clap_derive v4.6.0
11232026-05-21T04:11:06.744Z Checking utf8parse v0.2.2
11242026-05-21T04:11:06.802Z Checking unarray v0.1.4
11252026-05-21T04:11:06.841Z Checking colored v3.0.0
11262026-05-21T04:11:06.859Z Checking anstyle-parse v1.0.0
11272026-05-21T04:11:06.906Z Checking proptest v1.8.0
11282026-05-21T04:11:07.009Z Checking strum v0.27.2
11292026-05-21T04:11:07.119Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11302026-05-21T04:11:07.122Z Checking terminal_size v0.4.3
11312026-05-21T04:11:07.527Z Checking colorchoice v1.0.4
11322026-05-21T04:11:07.563Z Checking is_terminal_polyfill v1.70.1
11332026-05-21T04:11:07.626Z Checking anstyle-query v1.1.4
11342026-05-21T04:11:07.650Z Checking anstyle v1.0.14
11352026-05-21T04:11:07.828Z Checking anstream v1.0.0
11362026-05-21T04:11:07.919Z Checking itertools v0.14.0
11372026-05-21T04:11:08.152Z Checking clap_lex v1.1.0
11382026-05-21T04:11:08.510Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11392026-05-21T04:11:08.606Z Checking clap_builder v4.6.0
11402026-05-21T04:11:09.058Z Checking serde_with v3.14.1
11412026-05-21T04:11:09.792Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11422026-05-21T04:11:09.846Z Checking instant v0.1.13
11432026-05-21T04:11:09.886Z Checking clap v4.6.0
11442026-05-21T04:11:09.931Z Checking rustc-hash v2.1.1
11452026-05-21T04:11:10.039Z Checking iddqd v0.3.18
11462026-05-21T04:11:10.155Z Checking backoff v0.4.0
11472026-05-21T04:11:10.321Z Checking parse-display v0.10.0
11482026-05-21T04:11:10.411Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11492026-05-21T04:11:10.458Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11502026-05-21T04:11:11.947Z Compiling num-derive v0.4.2
11512026-05-21T04:11:12.453Z Compiling rustls-webpki v0.103.6
11522026-05-21T04:11:12.868Z Compiling prettyplease v0.2.37
11532026-05-21T04:11:15.229Z Checking serde_spanned v0.6.9
11542026-05-21T04:11:15.360Z Compiling memoffset v0.9.1
11552026-05-21T04:11:15.385Z Compiling cfg_aliases v0.2.1
11562026-05-21T04:11:15.594Z Compiling tokio-rustls v0.26.3
11572026-05-21T04:11:15.802Z Compiling nix v0.30.1
11582026-05-21T04:11:17.359Z Compiling hyper-rustls v0.27.7
11592026-05-21T04:11:17.359Z Compiling reqwest v0.12.23
11602026-05-21T04:11:17.443Z Checking crossbeam-epoch v0.9.18
11612026-05-21T04:11:17.764Z Compiling progenitor-client v0.11.1
11622026-05-21T04:11:18.016Z Compiling winnow v0.5.40
11632026-05-21T04:11:19.017Z Compiling progenitor v0.11.1
11642026-05-21T04:11:19.329Z Compiling toml_edit v0.19.15
11652026-05-21T04:11:20.161Z Compiling num-integer v0.1.46
11662026-05-21T04:11:20.516Z Compiling proc-macro-crate v1.3.1
11672026-05-21T04:11:20.686Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11682026-05-21T04:11:20.935Z Compiling progenitor-client v0.10.0
11692026-05-21T04:11:21.561Z Compiling hubpack_derive v0.1.1
11702026-05-21T04:11:21.850Z Compiling rayon-core v1.13.0
11712026-05-21T04:11:22.072Z Checking toml_write v0.1.2
11722026-05-21T04:11:22.134Z Checking hubpack v0.1.2
11732026-05-21T04:11:22.184Z Checking num-rational v0.4.2
11742026-05-21T04:11:22.238Z Checking toml_edit v0.22.27
11752026-05-21T04:11:22.295Z Checking num-iter v0.1.45
11762026-05-21T04:11:22.528Z Compiling zerocopy-derive v0.7.35
11772026-05-21T04:11:22.587Z Compiling num-complex v0.4.6
11782026-05-21T04:11:22.949Z Checking static_assertions v1.1.0
11792026-05-21T04:11:23.072Z Checking num v0.4.3
11802026-05-21T04:11:23.190Z Checking crossbeam-deque v0.8.6
11812026-05-21T04:11:23.293Z Checking toml v0.8.23
11822026-05-21T04:11:23.346Z Checking float-ord v0.3.2
11832026-05-21T04:11:23.368Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11842026-05-21T04:11:23.448Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11852026-05-21T04:11:23.716Z Compiling proc-macro-error-attr v1.0.4
11862026-05-21T04:11:23.784Z Checking bytecount v0.6.9
11872026-05-21T04:11:23.892Z Compiling heapless v0.8.0
11882026-05-21T04:11:24.024Z Checking libscf-sys v1.2.0
11892026-05-21T04:11:24.154Z Compiling ingot-macros v0.1.1
11902026-05-21T04:11:24.173Z Checking hash32 v0.3.1
11912026-05-21T04:11:24.301Z Compiling proc-macro-error v1.0.4
11922026-05-21T04:11:24.389Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
11932026-05-21T04:11:24.490Z Compiling smoltcp v0.11.0
11942026-05-21T04:11:25.044Z Compiling zerocopy v0.7.35
11952026-05-21T04:11:25.254Z Compiling num_enum_derive v0.7.5
11962026-05-21T04:11:25.352Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11972026-05-21T04:11:25.488Z Checking cobs v0.3.0
11982026-05-21T04:11:25.584Z Compiling foreign-types-macros v0.2.3
11992026-05-21T04:11:25.633Z Compiling scroll_derive v0.12.1
12002026-05-21T04:11:25.745Z Compiling usdt-impl v0.5.0
12012026-05-21T04:11:25.903Z Checking managed v0.8.0
12022026-05-21T04:11:26.001Z Checking bitflags v1.3.2
12032026-05-21T04:11:26.077Z Checking foreign-types-shared v0.3.1
12042026-05-21T04:11:26.093Z Compiling crucible-workspace-hack v0.1.0
12052026-05-21T04:11:26.192Z Checking num_enum v0.7.5
12062026-05-21T04:11:26.211Z Checking foreign-types v0.5.0
12072026-05-21T04:11:26.308Z Checking postcard v1.1.3
12082026-05-21T04:11:26.339Z Checking scroll v0.12.0
12092026-05-21T04:11:26.358Z Compiling dof v0.3.0
12102026-05-21T04:11:26.579Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12112026-05-21T04:11:26.669Z Compiling dtrace-parser v0.2.0
12122026-05-21T04:11:26.701Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12132026-05-21T04:11:26.762Z Checking camino-tempfile v1.4.1
12142026-05-21T04:11:26.777Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12152026-05-21T04:11:26.805Z Checking ingot-types v0.1.2
12162026-05-21T04:11:26.915Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12172026-05-21T04:11:26.981Z Checking cstr-argument v0.1.2
12182026-05-21T04:11:27.107Z Compiling thread-id v4.2.2
12192026-05-21T04:11:27.140Z Checking ingot v0.1.1
12202026-05-21T04:11:27.154Z Compiling heck v0.4.1
12212026-05-21T04:11:27.172Z Compiling minimal-lexical v0.2.1
12222026-05-21T04:11:27.192Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12232026-05-21T04:11:27.334Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12242026-05-21T04:11:27.349Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12252026-05-21T04:11:27.363Z Compiling nom v7.1.3
12262026-05-21T04:11:27.411Z Checking goblin v0.8.2
12272026-05-21T04:11:27.518Z Checking rayon v1.11.0
12282026-05-21T04:11:27.980Z Compiling num_enum_derive v0.5.11
12292026-05-21T04:11:28.049Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12302026-05-21T04:11:28.396Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12312026-05-21T04:11:28.538Z Compiling rustc_version v0.4.1
12322026-05-21T04:11:28.770Z Compiling proc-macro-error-attr2 v2.0.0
12332026-05-21T04:11:28.811Z Compiling rustix v0.38.44
12342026-05-21T04:11:28.886Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12352026-05-21T04:11:28.890Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12362026-05-21T04:11:29.172Z Compiling convert_case v0.4.0
12372026-05-21T04:11:29.210Z Checking tinyvec_macros v0.1.1
12382026-05-21T04:11:29.387Z Compiling proc-macro-error2 v2.0.1
12392026-05-21T04:11:29.395Z Checking tinyvec v1.10.0
12402026-05-21T04:11:29.425Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12412026-05-21T04:11:29.486Z Compiling derive_more v0.99.20
12422026-05-21T04:11:29.596Z Checking num_enum v0.5.11
12432026-05-21T04:11:29.647Z Compiling libz-sys v1.1.22
12442026-05-21T04:11:29.709Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12452026-05-21T04:11:29.808Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12462026-05-21T04:11:30.118Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12472026-05-21T04:11:30.137Z Compiling tabled_derive v0.11.0
12482026-05-21T04:11:30.646Z Compiling usdt-macro v0.5.0
12492026-05-21T04:11:30.658Z Compiling usdt-attr-macro v0.5.0
12502026-05-21T04:11:30.772Z Compiling zone_cfg_derive v0.3.1
12512026-05-21T04:11:30.986Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12522026-05-21T04:11:31.217Z Checking papergrid v0.17.0
12532026-05-21T04:11:31.252Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12542026-05-21T04:11:31.363Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12552026-05-21T04:11:31.433Z Checking itertools v0.12.1
12562026-05-21T04:11:31.538Z Checking testing_table v0.3.0
12572026-05-21T04:11:31.633Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12582026-05-21T04:11:31.716Z Checking sigpipe v0.1.3
12592026-05-21T04:11:31.719Z Checking memmap v0.7.0
12602026-05-21T04:11:31.800Z Checking glob v0.3.3
12612026-05-21T04:11:31.861Z Checking jiff v0.2.15
12622026-05-21T04:11:31.864Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-05-21T04:11:31.978Z Checking tabled v0.20.0
12642026-05-21T04:11:31.993Z Checking usdt v0.5.0
12652026-05-21T04:11:32.007Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12662026-05-21T04:11:32.150Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12672026-05-21T04:11:32.165Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12682026-05-21T04:11:32.182Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-05-21T04:11:32.374Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12702026-05-21T04:11:32.431Z Checking zone v0.3.1
12712026-05-21T04:11:32.457Z Checking smf v0.2.3
12722026-05-21T04:11:32.597Z Checking secrecy v0.10.3
12732026-05-21T04:11:32.681Z Checking bstr v1.12.0
12742026-05-21T04:11:32.715Z Checking whoami v1.6.1
12752026-05-21T04:11:32.886Z Compiling curve25519-dalek v4.1.3
12762026-05-21T04:11:32.901Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12772026-05-21T04:11:33.015Z Checking hmac v0.12.1
12782026-05-21T04:11:33.100Z Compiling clang-sys v1.8.1
12792026-05-21T04:11:33.148Z Checking inout v0.1.4
12802026-05-21T04:11:33.170Z Checking ff v0.13.1
12812026-05-21T04:11:33.276Z Compiling enum-as-inner v0.6.1
12822026-05-21T04:11:33.292Z Checking data-encoding v2.9.0
12832026-05-21T04:11:33.474Z Compiling semver v0.1.20
12842026-05-21T04:11:33.588Z Checking group v0.13.0
12852026-05-21T04:11:33.700Z Compiling rustc_version v0.1.7
12862026-05-21T04:11:33.736Z Checking cipher v0.4.4
12872026-05-21T04:11:33.901Z Checking hkdf v0.12.4
12882026-05-21T04:11:33.952Z Checking atomicwrites v0.4.4
12892026-05-21T04:11:33.956Z Compiling thiserror-impl-no-std v2.0.2
12902026-05-21T04:11:34.018Z Checking universal-hash v0.5.1
12912026-05-21T04:11:34.071Z Checking crypto-bigint v0.5.5
12922026-05-21T04:11:34.106Z Checking half v2.7.1
12932026-05-21T04:11:34.129Z Compiling curve25519-dalek-derive v0.1.1
12942026-05-21T04:11:34.264Z Checking indent_write v2.2.0
12952026-05-21T04:11:34.333Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12962026-05-21T04:11:34.361Z Checking base64ct v1.8.0
12972026-05-21T04:11:34.395Z Checking opaque-debug v0.3.1
12982026-05-21T04:11:34.471Z Checking ciborium-io v0.2.2
12992026-05-21T04:11:34.495Z Checking base16ct v0.2.0
13002026-05-21T04:11:34.566Z Checking ciborium-ll v0.2.2
13012026-05-21T04:11:34.603Z Checking password-hash v0.5.0
13022026-05-21T04:11:34.623Z Checking poly1305 v0.8.0
13032026-05-21T04:11:34.745Z Checking chacha20 v0.9.1
13042026-05-21T04:11:34.836Z Compiling newtype_derive v0.1.6
13052026-05-21T04:11:34.854Z Checking similar v2.7.0
13062026-05-21T04:11:34.938Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13072026-05-21T04:11:35.072Z Checking blake2 v0.10.6
13082026-05-21T04:11:35.086Z Checking thiserror-no-std v2.0.2
13092026-05-21T04:11:35.137Z Checking elliptic-curve v0.13.8
13102026-05-21T04:11:35.171Z Compiling typify-impl v0.6.1
13112026-05-21T04:11:35.187Z Checking aead v0.5.2
13122026-05-21T04:11:35.191Z Compiling libloading v0.8.9
13132026-05-21T04:11:35.284Z Checking keccak v0.1.6
13142026-05-21T04:11:35.320Z Compiling owo-colors v4.3.0
13152026-05-21T04:11:35.382Z Checking resolv-conf v0.7.5
13162026-05-21T04:11:35.397Z Checking linked-hash-map v0.5.6
13172026-05-21T04:11:35.444Z Compiling bindgen v0.72.1
13182026-05-21T04:11:35.503Z Checking vsss-rs v3.3.4
13192026-05-21T04:11:35.558Z Checking sha3 v0.10.8
13202026-05-21T04:11:35.562Z Checking lru-cache v0.1.2
13212026-05-21T04:11:35.703Z Checking chacha20poly1305 v0.10.1
13222026-05-21T04:11:35.740Z Checking argon2 v0.5.3
13232026-05-21T04:11:35.802Z Checking ciborium v0.2.2
13242026-05-21T04:11:35.823Z Checking hickory-proto v0.24.4
13252026-05-21T04:11:35.854Z Checking tokio-dtrace v0.1.1
13262026-05-21T04:11:36.019Z Compiling cexpr v0.6.0
13272026-05-21T04:11:36.034Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13282026-05-21T04:11:36.315Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13292026-05-21T04:11:36.545Z Checking serde-big-array v0.5.1
13302026-05-21T04:11:36.560Z Compiling derive-where v1.6.0
13312026-05-21T04:11:36.583Z Compiling serde_repr v0.1.20
13322026-05-21T04:11:36.679Z Checking same-file v1.0.6
13332026-05-21T04:11:36.802Z Checking unicode-segmentation v1.12.0
13342026-05-21T04:11:37.076Z Checking siphasher v1.0.1
13352026-05-21T04:11:37.111Z Checking newline-converter v0.3.0
13362026-05-21T04:11:37.147Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13372026-05-21T04:11:37.236Z Checking phf_shared v0.12.1
13382026-05-21T04:11:37.334Z Checking hickory-resolver v0.24.4
13392026-05-21T04:11:37.370Z Checking walkdir v2.5.0
13402026-05-21T04:11:37.533Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13412026-05-21T04:11:37.772Z Checking oxide-tokio-rt v0.1.2
13422026-05-21T04:11:37.918Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13432026-05-21T04:11:38.113Z Checking console v0.15.11
13442026-05-21T04:11:38.384Z Compiling progenitor-impl v0.10.0
13452026-05-21T04:11:38.504Z Compiling typify-macro v0.6.1
13462026-05-21T04:11:38.550Z Checking tokio-stream v0.1.17
13472026-05-21T04:11:38.662Z Compiling pin-project-internal v1.1.10
13482026-05-21T04:11:38.749Z Compiling slog-dtrace v0.3.0
13492026-05-21T04:11:38.917Z Checking csv-core v0.1.12
13502026-05-21T04:11:39.046Z Checking unicode-linebreak v0.1.5
13512026-05-21T04:11:39.139Z Compiling cancel-safe-futures v0.1.5
13522026-05-21T04:11:39.265Z Checking unicode-width v0.1.14
13532026-05-21T04:11:39.363Z Checking foldhash v0.1.5
13542026-05-21T04:11:39.397Z Compiling unicode-xid v0.2.6
13552026-05-21T04:11:39.500Z Checking smawk v0.3.2
13562026-05-21T04:11:39.514Z Checking swrite v0.1.0
13572026-05-21T04:11:39.529Z Compiling chrono-tz v0.10.4
13582026-05-21T04:11:39.609Z Compiling const_format_proc_macros v0.2.34
13592026-05-21T04:11:39.629Z Checking textwrap v0.16.2
13602026-05-21T04:11:39.747Z Checking pin-project v1.1.10
13612026-05-21T04:11:39.781Z Checking hashbrown v0.15.5
13622026-05-21T04:11:39.902Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13632026-05-21T04:11:39.917Z Checking csv v1.3.1
13642026-05-21T04:11:40.138Z Checking qorb v0.4.1
13652026-05-21T04:11:40.266Z Checking expectorate v1.2.0
13662026-05-21T04:11:40.288Z Checking phf v0.12.1
13672026-05-21T04:11:40.396Z Checking unicode-normalization v0.1.24
13682026-05-21T04:11:40.414Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13692026-05-21T04:11:40.541Z Compiling progenitor-macro v0.10.0
13702026-05-21T04:11:40.817Z Checking libsw-core v0.3.2
13712026-05-21T04:11:40.910Z Compiling libgit2-sys v0.17.0+1.8.1
13722026-05-21T04:11:40.967Z Compiling async-recursion v1.1.1
13732026-05-21T04:11:41.102Z Compiling snafu-derive v0.8.9
13742026-05-21T04:11:41.295Z Compiling cookie v0.18.1
13752026-05-21T04:11:41.362Z Checking highway v1.3.0
13762026-05-21T04:11:41.523Z Checking fixedbitset v0.4.2
13772026-05-21T04:11:41.543Z Compiling moka v0.12.11
13782026-05-21T04:11:41.589Z Checking fixedbitset v0.5.7
13792026-05-21T04:11:41.681Z Checking petgraph v0.6.5
13802026-05-21T04:11:41.796Z Checking petgraph v0.8.2
13812026-05-21T04:11:41.831Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-05-21T04:11:41.997Z Checking libsw v3.5.0
13832026-05-21T04:11:42.166Z Checking olpc-cjson v0.1.4
13842026-05-21T04:11:42.668Z Checking const_format v0.2.34
13852026-05-21T04:11:42.795Z Checking snafu v0.8.9
13862026-05-21T04:11:42.891Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13872026-05-21T04:11:43.038Z Compiling typify v0.6.1
13882026-05-21T04:11:43.128Z Checking papergrid v0.11.0
13892026-05-21T04:11:43.142Z Checking globset v0.4.16
13902026-05-21T04:11:43.281Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
13912026-05-21T04:11:43.329Z Checking gethostname v0.5.0
13922026-05-21T04:11:43.418Z Compiling tabled_derive v0.7.0
13932026-05-21T04:11:43.496Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-05-21T04:11:43.751Z Checking reqwest v0.13.2
13952026-05-21T04:11:43.812Z Checking bcs v0.1.6
13962026-05-21T04:11:44.071Z Checking pem v3.0.5
13972026-05-21T04:11:44.232Z Checking serde_plain v1.0.2
13982026-05-21T04:11:44.332Z Compiling signal-hook v0.3.18
13992026-05-21T04:11:44.379Z Checking termtree v0.5.1
14002026-05-21T04:11:44.394Z Checking crc8 v0.1.1
14012026-05-21T04:11:44.491Z Checking linear-map v1.2.0
14022026-05-21T04:11:44.518Z Checking humantime v2.3.0
14032026-05-21T04:11:44.546Z Checking tagptr v0.2.0
14042026-05-21T04:11:44.662Z Checking typed-path v0.9.3
14052026-05-21T04:11:44.701Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-05-21T04:11:44.735Z Checking tabled v0.15.0
14072026-05-21T04:11:44.962Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14082026-05-21T04:11:45.121Z Compiling progenitor-impl v0.13.0
14092026-05-21T04:11:45.404Z Checking progenitor v0.10.0
14102026-05-21T04:11:45.422Z Checking tough v0.20.0
14112026-05-21T04:11:45.542Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-05-21T04:11:45.866Z Checking steno v0.4.1
14132026-05-21T04:11:46.174Z Checking hickory-proto v0.25.2
14142026-05-21T04:11:46.646Z Compiling curl-sys v0.4.83+curl-8.15.0
14152026-05-21T04:11:46.830Z Compiling cargo-platform v0.1.9
14162026-05-21T04:11:47.042Z Compiling vergen v8.3.2
14172026-05-21T04:11:47.068Z Compiling fs-err v3.1.2
14182026-05-21T04:11:47.168Z Compiling crc32fast v1.5.0
14192026-05-21T04:11:47.289Z Compiling progenitor-macro v0.13.0
14202026-05-21T04:11:47.376Z Compiling cargo_metadata v0.18.1
14212026-05-21T04:11:47.613Z Checking progenitor-client v0.13.0
14222026-05-21T04:11:47.697Z Checking dropshot-api-manager-types v0.5.2
14232026-05-21T04:11:47.719Z Checking hickory-resolver v0.25.2
14242026-05-21T04:11:47.828Z Checking sha2 v0.10.9
14252026-05-21T04:11:47.862Z Compiling blake3 v1.8.2
14262026-05-21T04:11:48.242Z Checking adler2 v2.0.1
14272026-05-21T04:11:48.351Z Checking miniz_oxide v0.8.9
14282026-05-21T04:11:48.672Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14292026-05-21T04:11:48.687Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14302026-05-21T04:11:48.793Z Checking git-stub v1.0.0
14312026-05-21T04:11:48.865Z Checking filetime v0.2.26
14322026-05-21T04:11:48.986Z Checking constant_time_eq v0.3.1
14332026-05-21T04:11:49.024Z Checking is_ci v1.2.0
14342026-05-21T04:11:49.081Z Checking arrayvec v0.7.6
14352026-05-21T04:11:49.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14362026-05-21T04:11:49.266Z Compiling curl v0.4.49
14372026-05-21T04:11:49.346Z Checking xattr v1.6.1
14382026-05-21T04:11:49.476Z Checking arrayref v0.3.9
14392026-05-21T04:11:49.535Z Checking tar v0.4.45
14402026-05-21T04:11:49.846Z Checking supports-color v3.0.2
14412026-05-21T04:11:49.920Z Checking git-stub-vcs v0.1.0
14422026-05-21T04:11:50.051Z Checking flate2 v1.1.2
14432026-05-21T04:11:50.112Z Checking drift v0.1.3
14442026-05-21T04:11:50.267Z Checking kstat-rs v0.2.4
14452026-05-21T04:11:50.282Z Checking toml v0.7.8
14462026-05-21T04:11:50.323Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14472026-05-21T04:11:50.360Z Checking topological-sort v0.2.2
14482026-05-21T04:11:50.450Z Checking dropshot-api-manager v0.5.2
14492026-05-21T04:11:50.574Z Checking omicron-zone-package v0.12.2
14502026-05-21T04:11:51.128Z Checking signal-hook-tokio v0.3.1
14512026-05-21T04:11:51.255Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14522026-05-21T04:11:51.286Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14532026-05-21T04:11:51.435Z Checking progenitor v0.13.0
14542026-05-21T04:11:51.438Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14552026-05-21T04:11:51.575Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14562026-05-21T04:11:51.761Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14572026-05-21T04:11:51.777Z Checking display-error-chain v0.2.2
14582026-05-21T04:11:51.794Z Checking internet-checksum v0.2.1
14592026-05-21T04:11:51.892Z Checking search_path v0.1.4
14602026-05-21T04:11:51.915Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14612026-05-21T04:11:52.026Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14622026-05-21T04:11:53.205Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14632026-05-21T04:11:53.308Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14642026-05-21T04:11:53.727Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14652026-05-21T04:11:54.151Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14662026-05-21T04:11:54.372Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14672026-05-21T04:11:54.795Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14682026-05-21T04:11:54.864Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-05-21T04:11:55.239Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14702026-05-21T04:11:55.255Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-05-21T04:11:55.272Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-05-21T04:11:55.490Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14732026-05-21T04:11:55.578Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14742026-05-21T04:11:55.582Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-05-21T04:11:55.903Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14762026-05-21T04:11:55.978Z Compiling git2 v0.19.0
14772026-05-21T04:11:55.999Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-05-21T04:11:56.389Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-05-21T04:11:56.424Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14802026-05-21T04:11:58.385Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
14812026-05-21T04:11:59.456Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14822026-05-21T04:11:59.672Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
14832026-05-21T04:11:59.820Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14842026-05-21T04:12:00.499Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-05-21T04:12:00.699Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
14862026-05-21T04:12:01.317Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-21T04:12:01.623Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14882026-05-21T04:12:01.763Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14892026-05-21T04:12:02.150Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-05-21T04:12:12.598Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-05-21T04:12:13.849Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-21T04:12:18.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
14932026-05-21T04:12:18.913Z+ for feat in tofino_stub tofino_asic softnpu chaos
14942026-05-21T04:12:18.913Z+ cargo clippy --features tofino_asic -- --deny warnings
14952026-05-21T04:12:19.391Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
14962026-05-21T04:12:19.395Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14972026-05-21T04:12:19.395Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
14982026-05-21T04:12:19.470Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14992026-05-21T04:12:26.509Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15002026-05-21T04:12:26.512Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15012026-05-21T04:12:29.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
15022026-05-21T04:12:29.166Z+ for feat in tofino_stub tofino_asic softnpu chaos
15032026-05-21T04:12:29.166Z+ cargo clippy --features softnpu -- --deny warnings
15042026-05-21T04:12:29.464Z Downloading crates ...
15052026-05-21T04:12:29.625Z Downloaded num-bigint v0.4.6
15062026-05-21T04:12:29.628Z Downloaded typeid v1.0.3
15072026-05-21T04:12:29.631Z Downloaded funty v2.0.0
15082026-05-21T04:12:29.631Z Downloaded serde_arrays v0.1.0
15092026-05-21T04:12:29.638Z Downloaded ascii v1.1.0
15102026-05-21T04:12:29.642Z Downloaded erased-serde v0.4.8
15112026-05-21T04:12:29.650Z Downloaded wyz v0.5.1
15122026-05-21T04:12:29.653Z Downloaded bitvec v1.0.1
15132026-05-21T04:12:29.669Z Downloaded bitstruct_derive v0.1.0
15142026-05-21T04:12:29.696Z Downloaded libloading v0.7.4
15152026-05-21T04:12:29.703Z Downloaded tap v1.0.1
15162026-05-21T04:12:29.705Z Downloaded radium v0.7.0
15172026-05-21T04:12:29.708Z Downloaded bitstruct v0.1.1
15182026-05-21T04:12:29.822Z Checking num-integer v0.1.46
15192026-05-21T04:12:29.897Z Checking num-complex v0.4.6
15202026-05-21T04:12:29.908Z Compiling radium v0.7.0
15212026-05-21T04:12:29.914Z Checking tap v1.0.1
15222026-05-21T04:12:29.922Z Checking funty v2.0.0
15232026-05-21T04:12:29.926Z Compiling typeid v1.0.3
15242026-05-21T04:12:29.929Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15252026-05-21T04:12:29.939Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15262026-05-21T04:12:29.998Z Checking wyz v0.5.1
15272026-05-21T04:12:30.090Z Checking num-bigint v0.4.6
15282026-05-21T04:12:30.093Z Checking num-iter v0.1.45
15292026-05-21T04:12:30.144Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15302026-05-21T04:12:30.162Z Compiling erased-serde v0.4.8
15312026-05-21T04:12:30.206Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15322026-05-21T04:12:30.214Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15332026-05-21T04:12:30.252Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15342026-05-21T04:12:30.287Z Compiling bitstruct_derive v0.1.0
15352026-05-21T04:12:30.314Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15362026-05-21T04:12:30.326Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15372026-05-21T04:12:30.335Z Checking bitvec v1.0.1
15382026-05-21T04:12:30.344Z Checking ascii v1.1.0
15392026-05-21T04:12:30.354Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15402026-05-21T04:12:30.408Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15412026-05-21T04:12:30.507Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15422026-05-21T04:12:30.515Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15432026-05-21T04:12:30.523Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15442026-05-21T04:12:30.531Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15452026-05-21T04:12:30.813Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15462026-05-21T04:12:30.823Z Checking serde_arrays v0.1.0
15472026-05-21T04:12:30.916Z Checking num-rational v0.4.2
15482026-05-21T04:12:30.924Z Checking libloading v0.7.4
15492026-05-21T04:12:30.932Z Checking bitstruct v0.1.1
15502026-05-21T04:12:30.946Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15512026-05-21T04:12:31.181Z Checking num v0.4.3
15522026-05-21T04:12:31.252Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15532026-05-21T04:12:31.764Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15542026-05-21T04:12:32.037Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15552026-05-21T04:12:32.040Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15562026-05-21T04:12:32.226Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-21T04:12:32.480Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15582026-05-21T04:12:32.480Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15592026-05-21T04:12:32.932Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15602026-05-21T04:12:33.144Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15612026-05-21T04:12:33.146Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15622026-05-21T04:12:33.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15632026-05-21T04:12:33.146Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15642026-05-21T04:12:33.517Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15652026-05-21T04:12:33.941Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15662026-05-21T04:12:34.809Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15672026-05-21T04:12:36.973Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15682026-05-21T04:12:37.314Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15692026-05-21T04:12:38.158Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15702026-05-21T04:12:39.008Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15712026-05-21T04:12:39.126Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15722026-05-21T04:12:45.450Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15732026-05-21T04:12:46.710Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15742026-05-21T04:12:47.237Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15752026-05-21T04:12:51.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.27s
15762026-05-21T04:12:51.621Z+ for feat in tofino_stub tofino_asic softnpu chaos
15772026-05-21T04:12:51.621Z+ cargo clippy --features chaos -- --deny warnings
15782026-05-21T04:12:52.088Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15792026-05-21T04:12:52.091Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15802026-05-21T04:12:52.091Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15812026-05-21T04:12:59.157Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15822026-05-21T04:12:59.157Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15832026-05-21T04:13:01.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
15842026-05-21T04:13:01.795Z+ banner fmt
15852026-05-21T04:13:01.801Z
15862026-05-21T04:13:01.801Z ###### # # #####
15872026-05-21T04:13:01.801Z # ## ## #
15882026-05-21T04:13:01.801Z ##### # ## # #
15892026-05-21T04:13:01.801Z # # # #
15902026-05-21T04:13:01.802Z # # # #
15912026-05-21T04:13:01.802Z # # # #
15922026-05-21T04:13:01.802Z
15932026-05-21T04:13:01.802Z+ cargo fmt -- --check
15942026-05-21T04:13:02.233Z+ banner test
15952026-05-21T04:13:02.236Z
15962026-05-21T04:13:02.236Z ##### ###### #### #####
15972026-05-21T04:13:02.236Z # # # #
15982026-05-21T04:13:02.236Z # ##### #### #
15992026-05-21T04:13:02.236Z # # # #
16002026-05-21T04:13:02.236Z # # # # #
16012026-05-21T04:13:02.236Z # ###### #### #
16022026-05-21T04:13:02.236Z
16032026-05-21T04:13:02.236Z+ for feat in tofino_stub tofino_asic softnpu chaos
16042026-05-21T04:13:02.236Z+ RUST_BACKTRACE=full
16052026-05-21T04:13:02.236Z+ cargo test --features tofino_stub --no-fail-fast
16062026-05-21T04:13:03.053Z Compiling unicode-ident v1.0.24
16072026-05-21T04:13:03.053Z Compiling cfg-if v1.0.3
16082026-05-21T04:13:03.056Z Compiling memchr v2.7.5
16092026-05-21T04:13:03.158Z Compiling serde_core v1.0.228
16102026-05-21T04:13:03.169Z Compiling itoa v1.0.15
16112026-05-21T04:13:03.175Z Compiling libc v0.2.183
16122026-05-21T04:13:03.183Z Compiling zmij v1.0.17
16132026-05-21T04:13:03.193Z Compiling libm v0.2.15
16142026-05-21T04:13:03.267Z Compiling proc-macro2 v1.0.106
16152026-05-21T04:13:03.306Z Compiling heck v0.5.0
16162026-05-21T04:13:03.450Z Compiling log v0.4.29
16172026-05-21T04:13:03.569Z Compiling equivalent v1.0.2
16182026-05-21T04:13:03.645Z Compiling smallvec v1.15.1
16192026-05-21T04:13:03.663Z Compiling iana-time-zone v0.1.64
16202026-05-21T04:13:03.677Z Compiling quote v1.0.45
16212026-05-21T04:13:03.851Z Compiling syn v2.0.117
16222026-05-21T04:13:03.862Z Compiling allocator-api2 v0.2.21
16232026-05-21T04:13:03.888Z Compiling foldhash v0.2.0
16242026-05-21T04:13:03.975Z Compiling dyn-clone v1.0.20
16252026-05-21T04:13:04.103Z Compiling stable_deref_trait v1.2.0
16262026-05-21T04:13:04.115Z Compiling percent-encoding v2.3.2
16272026-05-21T04:13:04.126Z Compiling pin-project-lite v0.2.16
16282026-05-21T04:13:04.185Z Compiling hashbrown v0.16.1
16292026-05-21T04:13:04.197Z Compiling litemap v0.8.0
16302026-05-21T04:13:04.225Z Compiling writeable v0.6.1
16312026-05-21T04:13:04.319Z Compiling fnv v1.0.7
16322026-05-21T04:13:04.341Z Compiling icu_properties_data v2.0.1
16332026-05-21T04:13:04.413Z Compiling icu_normalizer_data v2.0.0
16342026-05-21T04:13:04.424Z Compiling regex-syntax v0.8.6
16352026-05-21T04:13:04.475Z Compiling form_urlencoded v1.2.2
16362026-05-21T04:13:04.492Z Compiling utf8_iter v1.0.4
16372026-05-21T04:13:04.537Z Compiling scopeguard v1.2.0
16382026-05-21T04:13:04.640Z Compiling lock_api v0.4.14
16392026-05-21T04:13:04.652Z Compiling num-traits v0.2.19
16402026-05-21T04:13:04.664Z Compiling getrandom v0.3.3
16412026-05-21T04:13:04.772Z Compiling aho-corasick v1.1.3
16422026-05-21T04:13:04.840Z Compiling semver v1.0.27
16432026-05-21T04:13:04.866Z Compiling serde_json v1.0.149
16442026-05-21T04:13:05.004Z Compiling indexmap v2.13.0
16452026-05-21T04:13:05.185Z Compiling byteorder v1.5.0
16462026-05-21T04:13:05.248Z Compiling ucd-trie v0.1.7
16472026-05-21T04:13:05.409Z Compiling uuid v1.20.0
16482026-05-21T04:13:05.542Z Compiling futures-core v0.3.32
16492026-05-21T04:13:05.792Z Compiling num-conv v0.2.1
16502026-05-21T04:13:05.826Z Compiling regex-automata v0.4.13
16512026-05-21T04:13:05.879Z Compiling time-core v0.1.8
16522026-05-21T04:13:05.944Z Compiling ryu v1.0.20
16532026-05-21T04:13:06.034Z Compiling time-macros v0.2.27
16542026-05-21T04:13:06.138Z Compiling futures-sink v0.3.32
16552026-05-21T04:13:06.162Z Compiling regress v0.10.5
16562026-05-21T04:13:06.245Z Compiling pretty-hex v0.4.1
16572026-05-21T04:13:06.387Z Compiling slab v0.4.11
16582026-05-21T04:13:06.567Z Compiling strsim v0.11.1
16592026-05-21T04:13:06.760Z Compiling synstructure v0.13.2
16602026-05-21T04:13:06.799Z Compiling serde_derive_internals v0.29.1
16612026-05-21T04:13:06.966Z Compiling plain v0.2.3
16622026-05-21T04:13:07.022Z Compiling futures-channel v0.3.32
16632026-05-21T04:13:07.214Z Compiling futures-task v0.3.32
16642026-05-21T04:13:07.239Z Compiling futures-io v0.3.32
16652026-05-21T04:13:07.263Z Compiling socket2 v0.6.0
16662026-05-21T04:13:07.384Z Compiling parking_lot_core v0.9.12
16672026-05-21T04:13:07.404Z Compiling signal-hook-registry v1.4.6
16682026-05-21T04:13:07.541Z Compiling regex v1.12.3
16692026-05-21T04:13:07.664Z Compiling parking_lot v0.12.5
16702026-05-21T04:13:07.684Z Compiling thread-id v5.0.0
16712026-05-21T04:13:07.704Z Compiling mio v1.0.4
16722026-05-21T04:13:07.795Z Compiling darling_core v0.21.3
16732026-05-21T04:13:07.814Z Compiling serde_derive v1.0.228
16742026-05-21T04:13:07.850Z Compiling zerofrom-derive v0.1.6
16752026-05-21T04:13:08.014Z Compiling yoke-derive v0.8.0
16762026-05-21T04:13:08.068Z Compiling zerovec-derive v0.11.1
16772026-05-21T04:13:08.210Z Compiling displaydoc v0.2.5
16782026-05-21T04:13:08.375Z Compiling thiserror-impl v2.0.18
16792026-05-21T04:13:09.024Z Compiling schemars_derive v0.8.22
16802026-05-21T04:13:09.086Z Compiling tokio-macros v2.6.0
16812026-05-21T04:13:09.116Z Compiling zerocopy-derive v0.8.27
16822026-05-21T04:13:09.177Z Compiling zeroize_derive v1.4.3
16832026-05-21T04:13:09.689Z Compiling thiserror v2.0.18
16842026-05-21T04:13:09.803Z Compiling futures-macro v0.3.32
16852026-05-21T04:13:09.864Z Compiling zerofrom v0.1.6
16862026-05-21T04:13:09.888Z Compiling thiserror-impl v1.0.69
16872026-05-21T04:13:09.936Z Compiling tracing-attributes v0.1.30
16882026-05-21T04:13:09.994Z Compiling yoke v0.8.0
16892026-05-21T04:13:10.046Z Compiling pest v2.8.2
16902026-05-21T04:13:10.187Z Compiling zerovec v0.11.4
16912026-05-21T04:13:10.261Z Compiling zerotrie v0.2.2
16922026-05-21T04:13:10.380Z Compiling zerocopy v0.8.27
16932026-05-21T04:13:10.542Z Compiling serde v1.0.228
16942026-05-21T04:13:10.641Z Compiling scroll_derive v0.13.1
16952026-05-21T04:13:11.044Z Compiling bytes v1.11.1
16962026-05-21T04:13:11.057Z Compiling serde_tokenstream v0.2.3
16972026-05-21T04:13:11.060Z Compiling tinystr v0.8.1
16982026-05-21T04:13:11.080Z Compiling potential_utf v0.1.3
16992026-05-21T04:13:11.161Z Compiling chrono v0.4.44
17002026-05-21T04:13:11.247Z Compiling icu_locale_core v2.0.0
17012026-05-21T04:13:11.271Z Compiling icu_collections v2.0.0
17022026-05-21T04:13:11.328Z Compiling pest_meta v2.8.2
17032026-05-21T04:13:11.479Z Compiling async-trait v0.1.89
17042026-05-21T04:13:11.691Z Compiling http v1.4.0
17052026-05-21T04:13:11.783Z Compiling icu_provider v2.0.0
17062026-05-21T04:13:11.961Z Compiling pest_generator v2.8.2
17072026-05-21T04:13:12.095Z Compiling icu_normalizer v2.0.0
17082026-05-21T04:13:12.108Z Compiling icu_properties v2.0.1
17092026-05-21T04:13:12.489Z Compiling schemars v0.8.22
17102026-05-21T04:13:12.589Z Compiling scroll v0.13.0
17112026-05-21T04:13:12.628Z Compiling pest_derive v2.8.2
17122026-05-21T04:13:12.659Z Compiling thiserror v1.0.69
17132026-05-21T04:13:12.672Z Compiling openapiv3 v2.2.0
17142026-05-21T04:13:12.713Z Compiling tokio v1.49.0
17152026-05-21T04:13:12.762Z Compiling daft-derive v0.1.5
17162026-05-21T04:13:12.850Z Compiling goblin v0.10.1
17172026-05-21T04:13:13.198Z Compiling idna_adapter v1.2.1
17182026-05-21T04:13:13.295Z Compiling dtrace-parser v0.3.0
17192026-05-21T04:13:13.346Z Compiling idna v1.1.0
17202026-05-21T04:13:13.346Z Compiling typify-impl v0.4.3
17212026-05-21T04:13:13.512Z Compiling darling_macro v0.21.3
17222026-05-21T04:13:13.788Z Compiling url v2.5.7
17232026-05-21T04:13:14.169Z Compiling serde_yaml v0.9.34+deprecated
17242026-05-21T04:13:14.185Z Compiling darling v0.21.3
17252026-05-21T04:13:14.281Z Compiling ppv-lite86 v0.2.21
17262026-05-21T04:13:14.467Z Compiling openssl-macros v0.1.1
17272026-05-21T04:13:14.607Z Compiling bitflags v2.11.1
17282026-05-21T04:13:14.702Z Compiling base64 v0.22.1
17292026-05-21T04:13:14.853Z Compiling http-body v1.0.1
17302026-05-21T04:13:14.944Z Compiling erased-serde v0.3.31
17312026-05-21T04:13:15.012Z Compiling typenum v1.18.0
17322026-05-21T04:13:15.035Z Compiling getrandom v0.2.16
17332026-05-21T04:13:15.439Z Compiling atomic-waker v1.1.2
17342026-05-21T04:13:15.452Z Compiling ipnet v2.11.0
17352026-05-21T04:13:15.569Z Compiling anyhow v1.0.102
17362026-05-21T04:13:15.840Z Compiling dof v0.4.0
17372026-05-21T04:13:15.969Z Compiling httparse v1.10.1
17382026-05-21T04:13:15.993Z Compiling portable-atomic v1.11.1
17392026-05-21T04:13:16.284Z Compiling untrusted v0.9.0
17402026-05-21T04:13:16.395Z Compiling usdt-impl v0.6.0
17412026-05-21T04:13:16.413Z Compiling tower-layer v0.3.3
17422026-05-21T04:13:16.517Z Compiling tower-service v0.3.3
17432026-05-21T04:13:16.578Z Compiling syn v1.0.109
17442026-05-21T04:13:16.581Z Compiling critical-section v1.2.0
17452026-05-21T04:13:16.617Z Compiling try-lock v0.2.5
17462026-05-21T04:13:16.695Z Compiling once_cell v1.21.3
17472026-05-21T04:13:16.732Z Compiling want v0.3.1
17482026-05-21T04:13:16.908Z Compiling zeroize v1.8.1
17492026-05-21T04:13:16.920Z Compiling pin-utils v0.1.0
17502026-05-21T04:13:16.942Z Compiling httpdate v1.0.3
17512026-05-21T04:13:17.095Z Compiling structmeta-derive v0.3.0
17522026-05-21T04:13:17.503Z Compiling newtype-uuid-macros v0.1.0
17532026-05-21T04:13:17.605Z Compiling usdt-attr-macro v0.6.0
17542026-05-21T04:13:17.779Z Compiling usdt-macro v0.6.0
17552026-05-21T04:13:18.166Z Compiling structmeta v0.3.0
17562026-05-21T04:13:18.230Z Compiling strum_macros v0.26.4
17572026-05-21T04:13:18.735Z Compiling async-stream-impl v0.3.6
17582026-05-21T04:13:18.956Z Compiling powerfmt v0.2.0
17592026-05-21T04:13:19.171Z Compiling deranged v0.5.3
17602026-05-21T04:13:19.230Z Compiling num_threads v0.1.7
17612026-05-21T04:13:19.404Z Compiling dropshot_endpoint v0.16.7
17622026-05-21T04:13:19.597Z Compiling typify-macro v0.4.3
17632026-05-21T04:13:19.906Z Compiling omicron-workspace-hack v0.1.0
17642026-05-21T04:13:19.968Z Compiling http-body-util v0.1.3
17652026-05-21T04:13:19.991Z Compiling ref-cast-impl v1.0.25
17662026-05-21T04:13:20.248Z Compiling derive-ex v0.1.8
17672026-05-21T04:13:20.321Z Compiling serde_urlencoded v0.7.1
17682026-05-21T04:13:20.427Z Compiling strum_macros v0.27.2
17692026-05-21T04:13:20.501Z Compiling sync_wrapper v1.0.2
17702026-05-21T04:13:20.571Z Compiling serde_with_macros v3.14.1
17712026-05-21T04:13:20.610Z Compiling iri-string v0.7.8
17722026-05-21T04:13:21.064Z Compiling subtle v2.6.1
17732026-05-21T04:13:21.079Z Compiling thread_local v1.1.9
17742026-05-21T04:13:21.238Z Compiling rand_core v0.6.4
17752026-05-21T04:13:21.347Z Compiling futures-util v0.3.32
17762026-05-21T04:13:21.531Z Compiling match_cfg v0.1.0
17772026-05-21T04:13:21.650Z Compiling typify v0.4.3
17782026-05-21T04:13:21.690Z Compiling parse-display-derive v0.10.0
17792026-05-21T04:13:21.716Z Compiling toml_datetime v0.6.11
17802026-05-21T04:13:21.744Z Compiling progenitor-impl v0.11.1
17812026-05-21T04:13:21.831Z Compiling test-strategy v0.4.3
17822026-05-21T04:13:21.988Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17832026-05-21T04:13:22.231Z Compiling take_mut v0.2.2
17842026-05-21T04:13:22.247Z Compiling term v1.2.0
17852026-05-21T04:13:22.465Z Compiling tracing-core v0.1.34
17862026-05-21T04:13:22.754Z Compiling clap_derive v4.6.0
17872026-05-21T04:13:22.949Z Compiling tracing v0.1.41
17882026-05-21T04:13:23.059Z Compiling camino v1.2.2
17892026-05-21T04:13:23.072Z Compiling fastrand v2.3.0
17902026-05-21T04:13:23.185Z Compiling cpufeatures v0.2.17
17912026-05-21T04:13:23.197Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
17922026-05-21T04:13:23.263Z Compiling encoding_rs v0.8.35
17932026-05-21T04:13:23.330Z Compiling mime v0.3.17
17942026-05-21T04:13:23.456Z Compiling unicode-width v0.2.1
17952026-05-21T04:13:24.132Z Compiling errno v0.3.14
17962026-05-21T04:13:24.218Z Compiling hex v0.4.3
17972026-05-21T04:13:24.492Z Compiling generic-array v0.14.7
17982026-05-21T04:13:24.496Z Compiling ipnetwork v0.21.1
17992026-05-21T04:13:24.737Z Compiling crossbeam-utils v0.8.21
18002026-05-21T04:13:24.808Z Compiling winnow v0.7.14
18012026-05-21T04:13:24.834Z Compiling rustix v1.1.4
18022026-05-21T04:13:25.243Z Compiling tokio-util v0.7.16
18032026-05-21T04:13:25.269Z Compiling slog v2.8.2
18042026-05-21T04:13:25.282Z Compiling progenitor-macro v0.11.1
18052026-05-21T04:13:26.080Z Compiling crypto-common v0.1.6
18062026-05-21T04:13:26.093Z Compiling oxnet v0.1.4
18072026-05-21T04:13:26.210Z Compiling itertools v0.14.0
18082026-05-21T04:13:26.213Z Compiling rand_core v0.9.3
18092026-05-21T04:13:26.278Z Compiling h2 v0.4.12
18102026-05-21T04:13:26.314Z Compiling num-derive v0.4.2
18112026-05-21T04:13:26.522Z Compiling rand_chacha v0.9.0
18122026-05-21T04:13:26.543Z Compiling debug-ignore v1.0.5
18132026-05-21T04:13:26.654Z Compiling quick-error v1.2.3
18142026-05-21T04:13:26.767Z Compiling spin v0.9.8
18152026-05-21T04:13:26.893Z Compiling rand v0.9.2
18162026-05-21T04:13:27.019Z Compiling toml_parser v1.0.6+spec-1.1.0
18172026-05-21T04:13:27.279Z Compiling tabwriter v1.4.1
18182026-05-21T04:13:27.462Z Compiling rustls-pki-types v1.12.0
18192026-05-21T04:13:27.488Z Compiling serde_spanned v1.0.4
18202026-05-21T04:13:27.528Z Compiling toml_datetime v0.7.5+spec-1.1.0
18212026-05-21T04:13:27.713Z Compiling bit-vec v0.8.0
18222026-05-21T04:13:27.834Z Compiling lazy_static v1.5.0
18232026-05-21T04:13:27.940Z Compiling colored v3.0.0
18242026-05-21T04:13:27.951Z Compiling toml_writer v1.0.6+spec-1.1.0
18252026-05-21T04:13:27.954Z Compiling bit-set v0.8.0
18262026-05-21T04:13:27.974Z Compiling strum v0.26.3
18272026-05-21T04:13:28.101Z Compiling async-stream v0.3.6
18282026-05-21T04:13:28.113Z Compiling waitgroup v0.1.2
18292026-05-21T04:13:28.173Z Compiling toml v0.9.11+spec-1.1.0
18302026-05-21T04:13:28.255Z Compiling serde_path_to_error v0.1.20
18312026-05-21T04:13:28.272Z Compiling unarray v0.1.4
18322026-05-21T04:13:28.316Z Compiling hyper v1.8.1
18332026-05-21T04:13:28.406Z Compiling anstyle v1.0.14
18342026-05-21T04:13:28.610Z Compiling time v0.3.47
18352026-05-21T04:13:28.672Z Compiling ring v0.17.14
18362026-05-21T04:13:29.249Z Compiling macaddr v1.0.1
18372026-05-21T04:13:29.490Z Compiling hyper-util v0.1.19
18382026-05-21T04:13:29.895Z Compiling utf8parse v0.2.2
18392026-05-21T04:13:30.016Z Compiling anstyle-parse v1.0.0
18402026-05-21T04:13:30.085Z Compiling crossbeam-channel v0.5.15
18412026-05-21T04:13:30.210Z Compiling block-buffer v0.10.4
18422026-05-21T04:13:30.346Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18432026-05-21T04:13:30.366Z Compiling ref-cast v1.0.25
18442026-05-21T04:13:30.473Z Compiling is_terminal_polyfill v1.70.1
18452026-05-21T04:13:30.528Z Compiling colorchoice v1.0.4
18462026-05-21T04:13:30.556Z Compiling anstyle-query v1.1.4
18472026-05-21T04:13:30.559Z Compiling digest v0.10.7
18482026-05-21T04:13:30.579Z Compiling strum v0.27.2
18492026-05-21T04:13:30.645Z Compiling anstream v1.0.0
18502026-05-21T04:13:30.669Z Compiling clap_lex v1.1.0
18512026-05-21T04:13:30.704Z Compiling is-terminal v0.4.16
18522026-05-21T04:13:30.786Z Compiling slog-term v2.9.2
18532026-05-21T04:13:30.804Z Compiling slog-async v2.8.0
18542026-05-21T04:13:30.918Z Compiling slog-json v2.6.1
18552026-05-21T04:13:30.954Z Compiling tower v0.5.2
18562026-05-21T04:13:30.966Z Compiling hostname v0.3.1
18572026-05-21T04:13:31.109Z Compiling instant v0.1.13
18582026-05-21T04:13:31.112Z Compiling slog-bunyan v2.5.0
18592026-05-21T04:13:31.209Z Compiling futures-executor v0.3.32
18602026-05-21T04:13:31.386Z Compiling tower-http v0.6.8
18612026-05-21T04:13:31.411Z Compiling futures v0.3.32
18622026-05-21T04:13:31.426Z Compiling openssl-sys v0.9.112
18632026-05-21T04:13:32.034Z Compiling aws-lc-sys v0.39.1
18642026-05-21T04:13:32.048Z Compiling memmap2 v0.9.8
18652026-05-21T04:13:32.532Z Compiling foreign-types-shared v0.1.1
18662026-05-21T04:13:32.628Z Compiling untrusted v0.7.1
18672026-05-21T04:13:32.654Z Compiling foreign-types v0.3.2
18682026-05-21T04:13:32.697Z Compiling tempfile v3.27.0
18692026-05-21T04:13:32.713Z Compiling openssl-probe v0.1.6
18702026-05-21T04:13:32.726Z Compiling aws-lc-rs v1.16.2
18712026-05-21T04:13:32.896Z Compiling openssl v0.10.76
18722026-05-21T04:13:33.714Z Compiling rustls-webpki v0.103.6
18732026-05-21T04:13:34.254Z Compiling rustls v0.23.32
18742026-05-21T04:13:34.591Z Compiling either v1.15.0
18752026-05-21T04:13:34.783Z Compiling usdt v0.6.0
18762026-05-21T04:13:35.073Z Compiling webpki-roots v1.0.2
18772026-05-21T04:13:35.215Z Compiling newtype-uuid v1.3.2
18782026-05-21T04:13:35.358Z Compiling native-tls v0.2.14
18792026-05-21T04:13:35.567Z Compiling tokio-native-tls v0.3.1
18802026-05-21T04:13:35.673Z Compiling daft v0.1.5
18812026-05-21T04:13:35.743Z Compiling hyper-tls v0.6.0
18822026-05-21T04:13:36.205Z Compiling rustls-webpki v0.102.8
18832026-05-21T04:13:37.301Z Compiling tokio-rustls v0.26.3
18842026-05-21T04:13:37.553Z Compiling hyper-rustls v0.27.7
18852026-05-21T04:13:37.574Z Compiling rustls v0.22.4
18862026-05-21T04:13:37.893Z Compiling reqwest v0.12.23
18872026-05-21T04:13:38.801Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18882026-05-21T04:13:39.338Z Compiling sha1 v0.10.6
18892026-05-21T04:13:39.380Z Compiling rustls-pemfile v2.2.0
18902026-05-21T04:13:39.514Z Compiling tokio-rustls v0.25.0
18912026-05-21T04:13:39.582Z Compiling multer v3.1.0
18922026-05-21T04:13:39.751Z Compiling terminal_size v0.4.3
18932026-05-21T04:13:39.899Z Compiling rand_chacha v0.3.1
18942026-05-21T04:13:40.226Z Compiling wait-timeout v0.2.1
18952026-05-21T04:13:40.405Z Compiling hostname v0.4.2
18962026-05-21T04:13:40.595Z Compiling dropshot v0.16.7
18972026-05-21T04:13:40.707Z Compiling rusty-fork v0.3.0
18982026-05-21T04:13:41.072Z Compiling rand v0.8.5
18992026-05-21T04:13:41.972Z Compiling rand_xorshift v0.4.0
19002026-05-21T04:13:42.504Z Compiling hubpack_derive v0.1.1
19012026-05-21T04:13:43.205Z Compiling proptest v1.8.0
19022026-05-21T04:13:43.366Z Compiling clap_builder v4.6.0
19032026-05-21T04:13:44.413Z Compiling serde_spanned v0.6.9
19042026-05-21T04:13:44.986Z Compiling prettyplease v0.2.37
19052026-05-21T04:13:45.151Z Compiling clap v4.6.0
19062026-05-21T04:13:45.241Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19072026-05-21T04:13:45.825Z Compiling progenitor-client v0.11.1
19082026-05-21T04:13:46.138Z Compiling progenitor-client v0.10.0
19092026-05-21T04:13:46.441Z Compiling serde_with v3.14.1
19102026-05-21T04:13:47.433Z Compiling progenitor v0.11.1
19112026-05-21T04:13:48.262Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19122026-05-21T04:13:48.604Z Compiling rustc-hash v2.1.1
19132026-05-21T04:13:48.706Z Compiling iddqd v0.3.18
19142026-05-21T04:13:48.782Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19152026-05-21T04:13:49.704Z Compiling backoff v0.4.0
19162026-05-21T04:13:49.878Z Compiling parse-display v0.10.0
19172026-05-21T04:13:49.890Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19182026-05-21T04:13:49.943Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19192026-05-21T04:13:50.071Z Compiling toml_write v0.1.2
19202026-05-21T04:13:50.155Z Compiling winnow v0.5.40
19212026-05-21T04:13:50.238Z Compiling toml_edit v0.22.27
19222026-05-21T04:13:51.586Z Compiling num-integer v0.1.46
19232026-05-21T04:13:51.757Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19242026-05-21T04:13:52.055Z Compiling float-ord v0.3.2
19252026-05-21T04:13:52.178Z Compiling toml v0.8.23
19262026-05-21T04:13:55.343Z Compiling num-iter v0.1.45
19272026-05-21T04:13:55.472Z Compiling num-rational v0.4.2
19282026-05-21T04:13:56.123Z Compiling num-complex v0.4.6
19292026-05-21T04:13:57.042Z Compiling num v0.4.3
19302026-05-21T04:13:57.244Z Compiling toml_edit v0.19.15
19312026-05-21T04:13:58.818Z Compiling proc-macro-crate v1.3.1
19322026-05-21T04:13:59.829Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-05-21T04:14:00.581Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19342026-05-21T04:14:01.032Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19352026-05-21T04:14:02.773Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19362026-05-21T04:14:03.521Z Compiling zerocopy-derive v0.7.35
19372026-05-21T04:14:03.804Z Compiling memoffset v0.9.1
19382026-05-21T04:14:03.843Z Compiling ingot-macros v0.1.1
19392026-05-21T04:14:03.896Z Compiling libscf-sys v1.2.0
19402026-05-21T04:14:04.015Z Compiling proc-macro-error-attr2 v2.0.0
19412026-05-21T04:14:04.039Z Compiling nix v0.30.1
19422026-05-21T04:14:04.461Z Compiling proc-macro-error2 v2.0.1
19432026-05-21T04:14:04.477Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19442026-05-21T04:14:04.536Z Compiling scroll_derive v0.12.1
19452026-05-21T04:14:05.269Z Compiling tabled_derive v0.11.0
19462026-05-21T04:14:05.365Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19472026-05-21T04:14:08.230Z Compiling zerocopy v0.7.35
19482026-05-21T04:14:08.830Z Compiling num_enum_derive v0.7.5
19492026-05-21T04:14:09.019Z Compiling hubpack v0.1.2
19502026-05-21T04:14:09.251Z Compiling foreign-types-macros v0.2.3
19512026-05-21T04:14:09.601Z Compiling static_assertions v1.1.0
19522026-05-21T04:14:09.940Z Compiling glob v0.3.3
19532026-05-21T04:14:10.034Z Compiling proc-macro-error-attr v1.0.4
19542026-05-21T04:14:10.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19552026-05-21T04:14:10.216Z Compiling dtrace-parser v0.2.0
19562026-05-21T04:14:10.690Z Compiling bytecount v0.6.9
19572026-05-21T04:14:10.693Z Compiling proc-macro-error v1.0.4
19582026-05-21T04:14:10.834Z Compiling dof v0.3.0
19592026-05-21T04:14:11.277Z Compiling num_enum_derive v0.5.11
19602026-05-21T04:14:12.678Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19612026-05-21T04:14:12.786Z Compiling thread-id v4.2.2
19622026-05-21T04:14:12.896Z Compiling usdt-impl v0.5.0
19632026-05-21T04:14:13.445Z Compiling derive_more v0.99.20
19642026-05-21T04:14:13.739Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19652026-05-21T04:14:14.031Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-05-21T04:14:14.734Z Compiling minimal-lexical v0.2.1
19672026-05-21T04:14:14.786Z Compiling usdt-macro v0.5.0
19682026-05-21T04:14:14.966Z Compiling nom v7.1.3
19692026-05-21T04:14:15.004Z Compiling usdt-attr-macro v0.5.0
19702026-05-21T04:14:15.192Z Compiling zone_cfg_derive v0.3.1
19712026-05-21T04:14:15.573Z Compiling papergrid v0.17.0
19722026-05-21T04:14:15.825Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19732026-05-21T04:14:15.837Z Compiling testing_table v0.3.0
19742026-05-21T04:14:15.898Z Compiling rustc_version v0.4.1
19752026-05-21T04:14:16.005Z Compiling crossbeam-epoch v0.9.18
19762026-05-21T04:14:16.188Z Compiling enum-as-inner v0.6.1
19772026-05-21T04:14:16.324Z Compiling curve25519-dalek v4.1.3
19782026-05-21T04:14:16.360Z Compiling crossbeam-deque v0.8.6
19792026-05-21T04:14:16.414Z Compiling thiserror-impl-no-std v2.0.2
19802026-05-21T04:14:16.610Z Compiling tabled v0.20.0
19812026-05-21T04:14:16.781Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19822026-05-21T04:14:16.901Z Compiling typify-impl v0.6.1
19832026-05-21T04:14:17.262Z Compiling curve25519-dalek-derive v0.1.1
19842026-05-21T04:14:17.521Z Compiling rayon-core v1.13.0
19852026-05-21T04:14:17.600Z Compiling clang-sys v1.8.1
19862026-05-21T04:14:17.700Z Compiling scroll v0.12.0
19872026-05-21T04:14:18.008Z Compiling hash32 v0.3.1
19882026-05-21T04:14:18.169Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19892026-05-21T04:14:18.267Z Compiling heapless v0.8.0
19902026-05-21T04:14:18.285Z Compiling goblin v0.8.2
19912026-05-21T04:14:18.297Z Compiling ingot-types v0.1.2
19922026-05-21T04:14:18.529Z Compiling cobs v0.3.0
19932026-05-21T04:14:18.755Z Compiling libloading v0.8.9
19942026-05-21T04:14:18.767Z Compiling bitflags v1.3.2
19952026-05-21T04:14:18.779Z Compiling foreign-types-shared v0.3.1
19962026-05-21T04:14:18.849Z Compiling managed v0.8.0
19972026-05-21T04:14:18.878Z Compiling foreign-types v0.5.0
19982026-05-21T04:14:18.971Z Compiling bindgen v0.72.1
19992026-05-21T04:14:18.988Z Compiling postcard v1.1.3
20002026-05-21T04:14:19.075Z Compiling smoltcp v0.11.0
20012026-05-21T04:14:19.339Z Compiling ingot v0.1.1
20022026-05-21T04:14:19.472Z Compiling cexpr v0.6.0
20032026-05-21T04:14:19.803Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20042026-05-21T04:14:20.056Z Compiling num_enum v0.7.5
20052026-05-21T04:14:20.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20062026-05-21T04:14:20.708Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072026-05-21T04:14:20.839Z Compiling camino-tempfile v1.4.1
20082026-05-21T04:14:21.079Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20092026-05-21T04:14:21.097Z Compiling serde_repr v0.1.20
20102026-05-21T04:14:21.337Z Compiling derive-where v1.6.0
20112026-05-21T04:14:21.479Z Compiling cstr-argument v0.1.2
20122026-05-21T04:14:21.795Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20132026-05-21T04:14:21.889Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20142026-05-21T04:14:22.601Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20152026-05-21T04:14:22.795Z Compiling rayon v1.11.0
20162026-05-21T04:14:23.048Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20172026-05-21T04:14:23.071Z Compiling typify-macro v0.6.1
20182026-05-21T04:14:23.176Z Compiling crucible-workspace-hack v0.1.0
20192026-05-21T04:14:23.975Z Compiling memmap v0.7.0
20202026-05-21T04:14:23.989Z Compiling tinyvec_macros v0.1.1
20212026-05-21T04:14:24.059Z Compiling tinyvec v1.10.0
20222026-05-21T04:14:24.103Z Compiling usdt v0.5.0
20232026-05-21T04:14:24.385Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20242026-05-21T04:14:24.759Z Compiling num_enum v0.5.11
20252026-05-21T04:14:25.174Z Compiling typify v0.6.1
20262026-05-21T04:14:25.276Z Compiling pin-project-internal v1.1.10
20272026-05-21T04:14:26.016Z Compiling progenitor-impl v0.13.0
20282026-05-21T04:14:26.381Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20292026-05-21T04:14:26.406Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20302026-05-21T04:14:26.450Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20312026-05-21T04:14:26.755Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20322026-05-21T04:14:26.943Z Compiling rustix v0.38.44
20332026-05-21T04:14:27.205Z Compiling itertools v0.12.1
20342026-05-21T04:14:27.265Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20352026-05-21T04:14:27.381Z Compiling progenitor-impl v0.10.0
20362026-05-21T04:14:27.601Z Compiling sigpipe v0.1.3
20372026-05-21T04:14:27.696Z Compiling jiff v0.2.15
20382026-05-21T04:14:27.819Z Compiling const_format_proc_macros v0.2.34
20392026-05-21T04:14:28.190Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20402026-05-21T04:14:28.420Z Compiling zone v0.3.1
20412026-05-21T04:14:28.452Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20422026-05-21T04:14:29.550Z Compiling progenitor-macro v0.13.0
20432026-05-21T04:14:30.019Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20442026-05-21T04:14:30.117Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20452026-05-21T04:14:30.678Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20462026-05-21T04:14:30.708Z Compiling secrecy v0.10.3
20472026-05-21T04:14:30.866Z Compiling progenitor-macro v0.10.0
20482026-05-21T04:14:30.878Z Compiling smf v0.2.3
20492026-05-21T04:14:31.242Z Compiling snafu-derive v0.8.9
20502026-05-21T04:14:31.402Z Compiling async-recursion v1.1.1
20512026-05-21T04:14:31.490Z Compiling bstr v1.12.0
20522026-05-21T04:14:31.711Z Compiling whoami v1.6.1
20532026-05-21T04:14:31.997Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20542026-05-21T04:14:32.918Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20552026-05-21T04:14:33.295Z Compiling hmac v0.12.1
20562026-05-21T04:14:33.535Z Compiling inout v0.1.4
20572026-05-21T04:14:33.670Z Compiling ff v0.13.1
20582026-05-21T04:14:33.813Z Compiling crc8 v0.1.1
20592026-05-21T04:14:33.938Z Compiling data-encoding v2.9.0
20602026-05-21T04:14:34.031Z Compiling group v0.13.0
20612026-05-21T04:14:34.153Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20622026-05-21T04:14:34.733Z Compiling cipher v0.4.4
20632026-05-21T04:14:34.824Z Compiling hkdf v0.12.4
20642026-05-21T04:14:34.985Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20652026-05-21T04:14:35.606Z Compiling atomicwrites v0.4.4
20662026-05-21T04:14:35.671Z Compiling tokio-dtrace v0.1.1
20672026-05-21T04:14:35.951Z Compiling tabled_derive v0.7.0
20682026-05-21T04:14:36.400Z Compiling reqwest v0.13.2
20692026-05-21T04:14:36.471Z Compiling universal-hash v0.5.1
20702026-05-21T04:14:36.611Z Compiling crypto-bigint v0.5.5
20712026-05-21T04:14:36.775Z Compiling half v2.7.1
20722026-05-21T04:14:36.875Z Compiling base16ct v0.2.0
20732026-05-21T04:14:36.916Z Compiling indent_write v2.2.0
20742026-05-21T04:14:37.043Z Compiling base64ct v1.8.0
20752026-05-21T04:14:37.061Z Compiling ciborium-io v0.2.2
20762026-05-21T04:14:37.177Z Compiling opaque-debug v0.3.1
20772026-05-21T04:14:37.260Z Compiling poly1305 v0.8.0
20782026-05-21T04:14:37.357Z Compiling progenitor-client v0.13.0
20792026-05-21T04:14:37.612Z Compiling password-hash v0.5.0
20802026-05-21T04:14:37.685Z Compiling elliptic-curve v0.13.8
20812026-05-21T04:14:37.897Z Compiling ciborium-ll v0.2.2
20822026-05-21T04:14:38.314Z Compiling oxide-tokio-rt v0.1.2
20832026-05-21T04:14:38.880Z Compiling chacha20 v0.9.1
20842026-05-21T04:14:39.058Z Compiling similar v2.7.0
20852026-05-21T04:14:39.112Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20862026-05-21T04:14:39.545Z Compiling thiserror-no-std v2.0.2
20872026-05-21T04:14:40.039Z Compiling blake2 v0.10.6
20882026-05-21T04:14:40.137Z Compiling aead v0.5.2
20892026-05-21T04:14:40.526Z Compiling resolv-conf v0.7.5
20902026-05-21T04:14:40.593Z Compiling keccak v0.1.6
20912026-05-21T04:14:40.806Z Compiling linked-hash-map v0.5.6
20922026-05-21T04:14:40.809Z Compiling sha3 v0.10.8
20932026-05-21T04:14:41.002Z Compiling lru-cache v0.1.2
20942026-05-21T04:14:41.109Z Compiling chacha20poly1305 v0.10.1
20952026-05-21T04:14:41.109Z Compiling argon2 v0.5.3
20962026-05-21T04:14:41.112Z Compiling vsss-rs v3.3.4
20972026-05-21T04:14:41.143Z Compiling progenitor v0.13.0
20982026-05-21T04:14:41.255Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20992026-05-21T04:14:41.280Z Compiling ciborium v0.2.2
21002026-05-21T04:14:41.300Z Compiling hickory-proto v0.24.4
21012026-05-21T04:14:41.853Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21022026-05-21T04:14:41.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21032026-05-21T04:14:42.393Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21042026-05-21T04:14:42.417Z Compiling serde-big-array v0.5.1
21052026-05-21T04:14:42.431Z Compiling same-file v1.0.6
21062026-05-21T04:14:42.563Z Compiling siphasher v1.0.1
21072026-05-21T04:14:42.616Z Compiling unicode-segmentation v1.12.0
21082026-05-21T04:14:42.714Z Compiling phf_shared v0.12.1
21092026-05-21T04:14:42.950Z Compiling newline-converter v0.3.0
21102026-05-21T04:14:42.964Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21112026-05-21T04:14:43.023Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21122026-05-21T04:14:43.026Z Compiling walkdir v2.5.0
21132026-05-21T04:14:43.182Z Compiling hickory-resolver v0.24.4
21142026-05-21T04:14:43.206Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-05-21T04:14:43.900Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-05-21T04:14:44.778Z Compiling newtype_derive v0.1.6
21172026-05-21T04:14:44.867Z Compiling owo-colors v4.3.0
21182026-05-21T04:14:44.939Z Compiling tokio-stream v0.1.17
21192026-05-21T04:14:45.136Z Compiling console v0.15.11
21202026-05-21T04:14:45.411Z Compiling csv-core v0.1.12
21212026-05-21T04:14:45.631Z Compiling unicode-linebreak v0.1.5
21222026-05-21T04:14:45.674Z Compiling foldhash v0.1.5
21232026-05-21T04:14:45.692Z Compiling swrite v0.1.0
21242026-05-21T04:14:45.797Z Compiling smawk v0.3.2
21252026-05-21T04:14:45.810Z Compiling termtree v0.5.1
21262026-05-21T04:14:45.833Z Compiling unicode-width v0.1.14
21272026-05-21T04:14:45.862Z Compiling humantime v2.3.0
21282026-05-21T04:14:45.938Z Compiling textwrap v0.16.2
21292026-05-21T04:14:45.962Z Compiling hashbrown v0.15.5
21302026-05-21T04:14:46.146Z Compiling csv v1.3.1
21312026-05-21T04:14:46.254Z Compiling expectorate v1.2.0
21322026-05-21T04:14:46.286Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21332026-05-21T04:14:46.413Z Compiling qorb v0.4.1
21342026-05-21T04:14:46.528Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21352026-05-21T04:14:47.633Z Compiling phf v0.12.1
21362026-05-21T04:14:47.794Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21372026-05-21T04:14:48.477Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21382026-05-21T04:14:48.524Z Compiling pin-project v1.1.10
21392026-05-21T04:14:48.548Z Compiling unicode-normalization v0.1.24
21402026-05-21T04:14:48.673Z Compiling libz-sys v1.1.22
21412026-05-21T04:14:48.976Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21422026-05-21T04:14:49.689Z Compiling libsw-core v0.3.2
21432026-05-21T04:14:49.965Z Compiling highway v1.3.0
21442026-05-21T04:14:49.995Z Compiling fixedbitset v0.5.7
21452026-05-21T04:14:50.146Z Compiling fixedbitset v0.4.2
21462026-05-21T04:14:50.335Z Compiling petgraph v0.6.5
21472026-05-21T04:14:50.360Z Compiling progenitor v0.10.0
21482026-05-21T04:14:50.398Z Compiling petgraph v0.8.2
21492026-05-21T04:14:50.513Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21502026-05-21T04:14:51.618Z Compiling libsw v3.5.0
21512026-05-21T04:14:51.802Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21522026-05-21T04:14:52.003Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21532026-05-21T04:14:52.283Z Compiling olpc-cjson v0.1.4
21542026-05-21T04:14:52.418Z Compiling libgit2-sys v0.17.0+1.8.1
21552026-05-21T04:14:52.463Z Compiling snafu v0.8.9
21562026-05-21T04:14:52.859Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-05-21T04:14:53.055Z Compiling chrono-tz v0.10.4
21582026-05-21T04:14:53.281Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21592026-05-21T04:14:53.859Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21602026-05-21T04:14:54.364Z Compiling papergrid v0.11.0
21612026-05-21T04:14:54.636Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21622026-05-21T04:14:54.935Z Compiling globset v0.4.16
21632026-05-21T04:14:55.437Z Compiling const_format v0.2.34
21642026-05-21T04:14:55.747Z Compiling slog-dtrace v0.3.0
21652026-05-21T04:14:55.776Z Compiling cancel-safe-futures v0.1.5
21662026-05-21T04:14:55.975Z Compiling gethostname v0.5.0
21672026-05-21T04:14:56.106Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
21682026-05-21T04:14:56.564Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-05-21T04:14:57.151Z Compiling dropshot-api-manager-types v0.5.2
21702026-05-21T04:14:57.164Z Compiling pem v3.0.5
21712026-05-21T04:14:57.530Z Compiling bcs v0.1.6
21722026-05-21T04:14:57.543Z Compiling serde_plain v1.0.2
21732026-05-21T04:14:57.555Z Compiling cargo-platform v0.1.9
21742026-05-21T04:14:57.626Z Compiling tagptr v0.2.0
21752026-05-21T04:14:57.749Z Compiling linear-map v1.2.0
21762026-05-21T04:14:57.800Z Compiling typed-path v0.9.3
21772026-05-21T04:14:58.725Z Compiling tough v0.20.0
21782026-05-21T04:14:59.195Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21792026-05-21T04:15:00.104Z Compiling moka v0.12.11
21802026-05-21T04:15:00.599Z Compiling cargo_metadata v0.18.1
21812026-05-21T04:15:00.968Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-05-21T04:15:01.375Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21832026-05-21T04:15:01.617Z Compiling tabled v0.15.0
21842026-05-21T04:15:01.640Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-21T04:15:02.405Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-05-21T04:15:02.615Z Compiling git2 v0.19.0
21872026-05-21T04:15:03.327Z Compiling steno v0.4.1
21882026-05-21T04:15:04.920Z Compiling cookie v0.18.1
21892026-05-21T04:15:05.491Z Compiling hickory-proto v0.25.2
21902026-05-21T04:15:07.369Z Compiling hickory-resolver v0.25.2
21912026-05-21T04:15:08.236Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-21T04:15:09.613Z Compiling vergen v8.3.2
21932026-05-21T04:15:11.475Z Compiling signal-hook v0.3.18
21942026-05-21T04:15:11.975Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
21952026-05-21T04:15:12.084Z Compiling mockall_derive v0.13.1
21962026-05-21T04:15:12.323Z Compiling predicates-core v1.0.9
21972026-05-21T04:15:12.672Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
21982026-05-21T04:15:12.856Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21992026-05-21T04:15:13.103Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22002026-05-21T04:15:13.358Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22012026-05-21T04:15:13.399Z Compiling sha2 v0.10.9
22022026-05-21T04:15:13.963Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22032026-05-21T04:15:14.776Z Compiling diff v0.1.13
22042026-05-21T04:15:14.954Z Compiling adler2 v2.0.1
22052026-05-21T04:15:15.072Z Compiling yansi v1.0.1
22062026-05-21T04:15:15.108Z Compiling miniz_oxide v0.8.9
22072026-05-21T04:15:15.402Z Compiling pretty_assertions v1.4.1
22082026-05-21T04:15:15.685Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22092026-05-21T04:15:15.836Z Compiling fs-err v3.1.2
22102026-05-21T04:15:16.140Z Compiling crc32fast v1.5.0
22112026-05-21T04:15:16.357Z Compiling predicates v3.1.3
22122026-05-21T04:15:16.659Z Compiling predicates-tree v1.0.12
22132026-05-21T04:15:17.342Z Compiling git-stub v1.0.0
22142026-05-21T04:15:17.406Z Compiling filetime v0.2.26
22152026-05-21T04:15:17.605Z Compiling arrayvec v0.7.6
22162026-05-21T04:15:17.631Z Compiling arrayref v0.3.9
22172026-05-21T04:15:17.716Z Compiling constant_time_eq v0.3.1
22182026-05-21T04:15:17.820Z Compiling downcast v0.11.0
22192026-05-21T04:15:17.843Z Compiling is_ci v1.2.0
22202026-05-21T04:15:17.978Z Compiling xattr v1.6.1
22212026-05-21T04:15:18.001Z Compiling fragile v2.0.1
22222026-05-21T04:15:18.166Z Compiling tar v0.4.45
22232026-05-21T04:15:18.308Z Compiling supports-color v3.0.2
22242026-05-21T04:15:18.504Z Compiling blake3 v1.8.2
22252026-05-21T04:15:19.101Z Compiling toml v0.7.8
22262026-05-21T04:15:19.232Z Compiling mockall v0.13.1
22272026-05-21T04:15:19.235Z Compiling git-stub-vcs v0.1.0
22282026-05-21T04:15:19.629Z Compiling signal-hook-tokio v0.3.1
22292026-05-21T04:15:19.777Z Compiling curl-sys v0.4.83+curl-8.15.0
22302026-05-21T04:15:19.796Z Compiling flate2 v1.1.2
22312026-05-21T04:15:20.375Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22322026-05-21T04:15:21.300Z Compiling drift v0.1.3
22332026-05-21T04:15:21.425Z Compiling kstat-rs v0.2.4
22342026-05-21T04:15:21.748Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22352026-05-21T04:15:21.952Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22362026-05-21T04:15:21.980Z Compiling display-error-chain v0.2.2
22372026-05-21T04:15:22.065Z Compiling hex-literal v1.0.0
22382026-05-21T04:15:22.188Z Compiling topological-sort v0.2.2
22392026-05-21T04:15:22.275Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22402026-05-21T04:15:22.345Z Compiling omicron-zone-package v0.12.2
22412026-05-21T04:15:22.921Z Compiling dropshot-api-manager v0.5.2
22422026-05-21T04:15:24.216Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-05-21T04:15:24.366Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22442026-05-21T04:15:25.175Z Compiling curl v0.4.49
22452026-05-21T04:15:25.241Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22462026-05-21T04:15:25.614Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22472026-05-21T04:15:25.865Z Compiling internet-checksum v0.2.1
22482026-05-21T04:15:25.995Z Compiling search_path v0.1.4
22492026-05-21T04:15:26.020Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22502026-05-21T04:15:26.400Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22512026-05-21T04:15:26.613Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22522026-05-21T04:15:29.108Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22532026-05-21T04:15:29.998Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22542026-05-21T04:16:13.626Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 11s
22552026-05-21T04:16:13.746Z Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13)
22562026-05-21T04:16:13.750Z
22572026-05-21T04:16:13.750Zrunning 5 tests
22582026-05-21T04:16:13.753Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22592026-05-21T04:16:13.753Ztest fuse::tests::chip_revision_b1 ... ok
22602026-05-21T04:16:13.753Ztest fuse::tests::chip_revision_b0 ... ok
22612026-05-21T04:16:13.753Ztest fuse::tests::chip_revision_a0 ... ok
22622026-05-21T04:16:13.753Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22632026-05-21T04:16:13.753Z
22642026-05-21T04:16:13.753Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22652026-05-21T04:16:13.753Z
22662026-05-21T04:16:13.753Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22672026-05-21T04:16:13.756Z
22682026-05-21T04:16:13.756Zrunning 0 tests
22692026-05-21T04:16:13.756Z
22702026-05-21T04:16:13.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22712026-05-21T04:16:13.756Z
22722026-05-21T04:16:13.756Z Running unittests src/lib.rs (target/debug/deps/asic-f11baccd5cc9dd07)
22732026-05-21T04:16:13.756Z
22742026-05-21T04:16:13.756Zrunning 0 tests
22752026-05-21T04:16:13.756Z
22762026-05-21T04:16:13.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22772026-05-21T04:16:13.756Z
22782026-05-21T04:16:13.760Z Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3)
22792026-05-21T04:16:13.760Z
22802026-05-21T04:16:13.760Zrunning 10 tests
22812026-05-21T04:16:13.760Ztest network::tests::test_equal ... ok
22822026-05-21T04:16:13.760Ztest nat::tests::test_vni ... ok
22832026-05-21T04:16:13.760Ztest network::tests::test_eui64 ... ok
22842026-05-21T04:16:13.760Ztest network::tests::test_generate_ipv6_link_local ... ok
22852026-05-21T04:16:13.760Ztest network::tests::test_into ... ok
22862026-05-21T04:16:13.760Ztest network::tests::test_not_equal ... ok
22872026-05-21T04:16:13.760Ztest network::tests::test_to_string ... ok
22882026-05-21T04:16:13.760Ztest network::tests::test_parse ... ok
22892026-05-21T04:16:13.760Ztest test_purge ... ok
22902026-05-21T04:16:13.763Ztest illumos::test::address_exists_handles_missing_object ... ok
22912026-05-21T04:16:13.764Z
22922026-05-21T04:16:13.764Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22932026-05-21T04:16:13.764Z
22942026-05-21T04:16:13.764Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce)
22952026-05-21T04:16:13.767Z
22962026-05-21T04:16:13.767Zrunning 1 test
22972026-05-21T04:16:14.970Ztest test::test_apis_up_to_date ... ok
22982026-05-21T04:16:14.970Z
22992026-05-21T04:16:14.970Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s
23002026-05-21T04:16:14.970Z
23012026-05-21T04:16:15.019Z Running unittests src/main.rs (target/debug/deps/dpd-c3bb32db6a6fa749)
23022026-05-21T04:16:15.025Z
23032026-05-21T04:16:15.025Zrunning 19 tests
23042026-05-21T04:16:15.039Ztest freemap::test_ordering ... ok
23052026-05-21T04:16:15.039Ztest config::tests::test_updates ... ok
23062026-05-21T04:16:15.039Ztest freemap::test_split ... ok
23072026-05-21T04:16:15.039Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23082026-05-21T04:16:15.039Ztest macaddrs::tests::test_mac_offset ... ok
23092026-05-21T04:16:15.039Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23102026-05-21T04:16:15.039Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23112026-05-21T04:16:15.042Ztest macaddrs::tests::test_parse_port_id ... ok
23122026-05-21T04:16:15.042Ztest nat::test_mapping ... ok
23132026-05-21T04:16:15.042Ztest port_map::tests::dump_map ... ok
23142026-05-21T04:16:15.043Ztest port_map::tests::test_backplane_group ... ok
23152026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG created new freemap, unit: freemap_test
23162026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test
23172026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG reset freemap, unit: freemap_test
23182026-05-21T04:16:15.043Ztest port_map::tests::test_port_map ... ok
23192026-05-21T04:16:15.043Ztest freemap::test_basic ... ok
23202026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG created new freemap, unit: freemap_test
23212026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test
23222026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG reset freemap, unit: freemap_test
23232026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG created new freemap, unit: freemap_test
23242026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test
23252026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG reset freemap, unit: freemap_test
23262026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG created new freemap, unit: freemap_test
23272026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG initted freemap. size: 128, unit: freemap_test
23282026-05-21T04:16:15.043Ztest freemap::test_reclaim ... ok
23292026-05-21T04:16:15.043ZMay 21 04:16:13.739 DEBG reset freemap, unit: freemap_test
23302026-05-21T04:16:15.043Ztest freemap::test_exhaustion ... ok
23312026-05-21T04:16:15.043Ztest freemap::test_free ... ok
23322026-05-21T04:16:15.043ZMay 21 04:16:13.740 DEBG created new freemap, unit: freemap_test
23332026-05-21T04:16:15.043ZMay 21 04:16:13.740 DEBG initted freemap. size: 128, unit: freemap_test
23342026-05-21T04:16:15.043ZMay 21 04:16:13.740 DEBG reset freemap, unit: freemap_test
23352026-05-21T04:16:15.043Ztest freemap::test_span ... ok
23362026-05-21T04:16:15.043Ztest port_map::tests::parse_softnpu_revision ... ok
23372026-05-21T04:16:15.043Ztest api_server::tests::test_build_info ... ok
23382026-05-21T04:16:15.043Z
23392026-05-21T04:16:15.043Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23402026-05-21T04:16:15.043Z
23412026-05-21T04:16:15.043Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-d78af77f74d9c4fb)
23422026-05-21T04:16:15.043Z
23432026-05-21T04:16:15.043Zrunning 0 tests
23442026-05-21T04:16:15.043Z
23452026-05-21T04:16:15.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-05-21T04:16:15.043Z
23472026-05-21T04:16:15.043Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a)
23482026-05-21T04:16:15.043Z
23492026-05-21T04:16:15.043Zrunning 0 tests
23502026-05-21T04:16:15.043Z
23512026-05-21T04:16:15.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-05-21T04:16:15.044Z
23532026-05-21T04:16:15.044Z Running unittests src/lib.rs (target/debug/deps/dpd_client-dd10846a9a64fc59)
23542026-05-21T04:16:15.044Z
23552026-05-21T04:16:15.044Zrunning 6 tests
23562026-05-21T04:16:15.044Ztest tests::test_port_id_cmp ... ok
23572026-05-21T04:16:15.044Ztest tests::test_parse_client_port_id ... ok
23582026-05-21T04:16:15.044Ztest tests::test_full_lot_id_neither_present ... ok
23592026-05-21T04:16:15.044Ztest tests::test_full_lot_id_lotnum_only ... ok
23602026-05-21T04:16:15.044Ztest tests::test_full_lot_id_lot_only ... ok
23612026-05-21T04:16:15.044Ztest tests::test_full_lot_id_both_present ... ok
23622026-05-21T04:16:15.044Z
23632026-05-21T04:16:15.044Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23642026-05-21T04:16:15.044Z
23652026-05-21T04:16:15.044Z Running tests/test_all.rs (target/debug/deps/test_all-94a79fb38f16a10f)
23662026-05-21T04:16:15.044Z
23672026-05-21T04:16:15.044Zrunning 0 tests
23682026-05-21T04:16:15.044Z
23692026-05-21T04:16:15.044Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23702026-05-21T04:16:15.044Z
23712026-05-21T04:16:15.048Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001)
23722026-05-21T04:16:15.048Z
23732026-05-21T04:16:15.048Zrunning 0 tests
23742026-05-21T04:16:15.048Z
23752026-05-21T04:16:15.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23762026-05-21T04:16:15.048Z
23772026-05-21T04:16:15.048Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5)
23782026-05-21T04:16:15.048Z
23792026-05-21T04:16:15.048Zrunning 0 tests
23802026-05-21T04:16:15.048Z
23812026-05-21T04:16:15.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23822026-05-21T04:16:15.048Z
23832026-05-21T04:16:15.048Z Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867)
23842026-05-21T04:16:15.048Z
23852026-05-21T04:16:15.048Zrunning 12 tests
23862026-05-21T04:16:15.051Ztest icmp::test_v6_checksum ... ok
23872026-05-21T04:16:15.052Ztest icmp::test_v4_checksum ... ok
23882026-05-21T04:16:15.052Ztest lldp::test_lldp_parse ... ok
23892026-05-21T04:16:15.052Ztest pbuf::test_byte ... ok
23902026-05-21T04:16:15.052Ztest ipv6::test_ipv6_parse ... ok
23912026-05-21T04:16:15.052Ztest pbuf::test_nibble ... ok
23922026-05-21T04:16:15.052Ztest pbuf::test_short ... ok
23932026-05-21T04:16:15.052Ztest pbuf::test_overflow ... ok
23942026-05-21T04:16:15.052Ztest pbuf::test_twelve ... ok
23952026-05-21T04:16:15.052Ztest pbuf::test_word ... ok
23962026-05-21T04:16:15.052Ztest tcp::test_checksum_syn_nodata ... ok
23972026-05-21T04:16:15.052Ztest tcp::test_checksum_ack_data ... ok
23982026-05-21T04:16:15.052Z
23992026-05-21T04:16:15.052Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24002026-05-21T04:16:15.052Z
24012026-05-21T04:16:15.052Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
24022026-05-21T04:16:15.052Z
24032026-05-21T04:16:15.052Zrunning 0 tests
24042026-05-21T04:16:15.052Z
24052026-05-21T04:16:15.052Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24062026-05-21T04:16:15.052Z
24072026-05-21T04:16:15.052Z Running unittests src/main.rs (target/debug/deps/swadm-6b0bd6a15206c035)
24082026-05-21T04:16:15.055Z
24092026-05-21T04:16:15.055Zrunning 5 tests
24102026-05-21T04:16:15.055Ztest switchport::test::test_compute_lanes ... ok
24112026-05-21T04:16:15.055Ztest switchport::test::port_id_ordering ... ok
24122026-05-21T04:16:15.055Z Lane 0 Lane 1 Lane 2 Lane 3
24132026-05-21T04:16:15.055Z Rx Loss-of-lock: Yes Yes Yes Yes
24142026-05-21T04:16:15.055Z Rx Loss-of-signal: Yes Yes Yes Yes
24152026-05-21T04:16:15.055Z Rx CDR Enabled: Yes Yes Yes Yes
24162026-05-21T04:16:15.055Z Tx Enabled: Yes Yes Yes Yes
24172026-05-21T04:16:15.055Z Tx Loss-of-lock: No No No No
24182026-05-21T04:16:15.055Z Tx Loss-of-signal: No No No No
24192026-05-21T04:16:15.055Z Tx CDR Enabled: No No No No
24202026-05-21T04:16:15.055Z Tx Adaptive EQ Fault: No No No No
24212026-05-21T04:16:15.055Z Tx Fault: Yes Yes Yes Yes
24222026-05-21T04:16:15.055Z Lane 0 Lane 1 Lane 2 Lane 3
24232026-05-21T04:16:15.055Z State: Activated Activated Activated Activated
24242026-05-21T04:16:15.055Z Rx Output Enabled: false false false false
24252026-05-21T04:16:15.055Z Rx Output Status: valid valid valid valid
24262026-05-21T04:16:15.055Z Rx Loss-of-lock: true true true true
24272026-05-21T04:16:15.055Z Rx Loss-of-signal: false false false false
24282026-05-21T04:16:15.055ZRx Auto-squelch Disable: true true true true
24292026-05-21T04:16:15.055Z Tx Output Enabled: true true true true
24302026-05-21T04:16:15.056Z Tx Output Status: invalid invalid invalid invalid
24312026-05-21T04:16:15.056Z Tx Loss-of-lock: false false false false
24322026-05-21T04:16:15.056Z Tx Loss-of-signal: true true true true
24332026-05-21T04:16:15.056Ztest switchport::test::test_print_sff_datapath ... Tx Auto-squelch Disable: false falseok false
24342026-05-21T04:16:15.056Zfalse
24352026-05-21T04:16:15.056Z Tx Adaptive EQ Fail: true true true true
24362026-05-21T04:16:15.056Z Tx Failure: false false false false
24372026-05-21T04:16:15.056Z Tx Force Squelch: true true true true
24382026-05-21T04:16:15.056Z Tx Input Polarity: normal normal normal normal
24392026-05-21T04:16:15.056Ztest switchport::test::test_print_cmis_datapath ... ok
24402026-05-21T04:16:15.056Ztest link::test_filter ... ok
24412026-05-21T04:16:15.056Z
24422026-05-21T04:16:15.056Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24432026-05-21T04:16:15.056Z
24442026-05-21T04:16:15.056Z Running tests/counters.rs (target/debug/deps/counters-aea435e68721fec3)
24452026-05-21T04:16:15.059Z
24462026-05-21T04:16:15.059Zrunning 1 test
24472026-05-21T04:16:15.059Ztest test_p4_counter_list ... ignored
24482026-05-21T04:16:15.059Z
24492026-05-21T04:16:15.059Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-05-21T04:16:15.059Z
24512026-05-21T04:16:15.059Z Running tests/port-link.rs (target/debug/deps/port_link-42d7e2ff4f9f2d03)
24522026-05-21T04:16:15.059Z
24532026-05-21T04:16:15.059Zrunning 5 tests
24542026-05-21T04:16:15.059Ztest test_an ... ignored
24552026-05-21T04:16:15.059Ztest test_enable ... ignored
24562026-05-21T04:16:15.059Ztest test_ip_addresses ... ignored
24572026-05-21T04:16:15.059Ztest test_kr ... ignored
24582026-05-21T04:16:15.059Ztest test_mac ... ignored
24592026-05-21T04:16:15.059Z
24602026-05-21T04:16:15.059Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
24612026-05-21T04:16:15.059Z
24622026-05-21T04:16:15.059Z Running unittests src/main.rs (target/debug/deps/tfportd-9f8b7960b1b04671)
24632026-05-21T04:16:15.062Z
24642026-05-21T04:16:15.062Zrunning 3 tests
24652026-05-21T04:16:15.062Ztest linklocal::test_parse_ipadm ... ok
24662026-05-21T04:16:15.062Ztest tfport::test_parse_tfport ... ok
24672026-05-21T04:16:15.062Ztest config::tests::test_updates ... ok
24682026-05-21T04:16:15.062Z
24692026-05-21T04:16:15.062Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24702026-05-21T04:16:15.062Z
24712026-05-21T04:16:15.063Z Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1)
24722026-05-21T04:16:15.065Z
24732026-05-21T04:16:15.065Zrunning 0 tests
24742026-05-21T04:16:15.065Z
24752026-05-21T04:16:15.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24762026-05-21T04:16:15.066Z
24772026-05-21T04:16:15.066Z Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb)
24782026-05-21T04:16:15.066Z
24792026-05-21T04:16:15.066Zrunning 0 tests
24802026-05-21T04:16:15.066Z
24812026-05-21T04:16:15.066Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24822026-05-21T04:16:15.066Z
24832026-05-21T04:16:15.068Z Doc-tests aal
24842026-05-21T04:16:15.188Z
24852026-05-21T04:16:15.188Zrunning 0 tests
24862026-05-21T04:16:15.188Z
24872026-05-21T04:16:15.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24882026-05-21T04:16:15.188Z
24892026-05-21T04:16:15.205Z Doc-tests aal_macros
24902026-05-21T04:16:15.273Z
24912026-05-21T04:16:15.273Zrunning 0 tests
24922026-05-21T04:16:15.273Z
24932026-05-21T04:16:15.273Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-05-21T04:16:15.273Z
24952026-05-21T04:16:15.288Z Doc-tests common
24962026-05-21T04:16:15.510Z
24972026-05-21T04:16:15.510Zrunning 0 tests
24982026-05-21T04:16:15.510Z
24992026-05-21T04:16:15.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-05-21T04:16:15.510Z
25012026-05-21T04:16:15.530Z Doc-tests dpd_api
25022026-05-21T04:16:16.254Z
25032026-05-21T04:16:16.254Zrunning 2 tests
25042026-05-21T04:16:16.254Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25052026-05-21T04:16:16.254Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25062026-05-21T04:16:16.254Z
25072026-05-21T04:16:16.254Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25082026-05-21T04:16:16.254Z
25092026-05-21T04:16:16.285Z Doc-tests dpd_client
25102026-05-21T04:16:17.572Z
25112026-05-21T04:16:17.572Zrunning 0 tests
25122026-05-21T04:16:17.572Z
25132026-05-21T04:16:17.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25142026-05-21T04:16:17.572Z
25152026-05-21T04:16:17.621Z Doc-tests dpd_types
25162026-05-21T04:16:17.821Z
25172026-05-21T04:16:17.821Zrunning 0 tests
25182026-05-21T04:16:17.821Z
25192026-05-21T04:16:17.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-05-21T04:16:17.821Z
25212026-05-21T04:16:17.847Z Doc-tests dpd_types_versions
25222026-05-21T04:16:19.054Z
25232026-05-21T04:16:19.055Zrunning 1 test
25242026-05-21T04:16:19.055Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25252026-05-21T04:16:19.055Z
25262026-05-21T04:16:19.055Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-05-21T04:16:19.055Z
25282026-05-21T04:16:19.098Z Doc-tests packet
25292026-05-21T04:16:19.210Z
25302026-05-21T04:16:19.210Zrunning 0 tests
25312026-05-21T04:16:19.210Z
25322026-05-21T04:16:19.210Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25332026-05-21T04:16:19.210Z
25342026-05-21T04:16:19.225Z Doc-tests pcap
25352026-05-21T04:16:19.278Z
25362026-05-21T04:16:19.278Zrunning 0 tests
25372026-05-21T04:16:19.278Z
25382026-05-21T04:16:19.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25392026-05-21T04:16:19.278Z
25402026-05-21T04:16:19.344Z+ for feat in tofino_stub tofino_asic softnpu chaos
25412026-05-21T04:16:19.344Z+ RUST_BACKTRACE=full
25422026-05-21T04:16:19.344Z+ cargo test --features tofino_asic --no-fail-fast
25432026-05-21T04:16:19.923Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25442026-05-21T04:16:19.997Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25452026-05-21T04:16:20.004Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25462026-05-21T04:16:20.011Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25472026-05-21T04:16:28.509Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25482026-05-21T04:16:28.624Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
25492026-05-21T04:17:06.838Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.48s
25502026-05-21T04:17:06.948Z Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13)
25512026-05-21T04:17:06.954Z
25522026-05-21T04:17:06.954Zrunning 5 tests
25532026-05-21T04:17:06.957Ztest fuse::tests::chip_revision_unknown_device_id ... ok
25542026-05-21T04:17:06.957Ztest fuse::tests::chip_revision_a0 ... ok
25552026-05-21T04:17:06.957Ztest fuse::tests::chip_revision_b0 ... ok
25562026-05-21T04:17:06.957Ztest fuse::tests::chip_revision_b1 ... ok
25572026-05-21T04:17:06.957Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
25582026-05-21T04:17:06.957Z
25592026-05-21T04:17:06.957Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25602026-05-21T04:17:06.957Z
25612026-05-21T04:17:06.957Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
25622026-05-21T04:17:06.960Z
25632026-05-21T04:17:06.960Zrunning 0 tests
25642026-05-21T04:17:06.960Z
25652026-05-21T04:17:06.960Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25662026-05-21T04:17:06.960Z
25672026-05-21T04:17:06.960Z Running unittests src/lib.rs (target/debug/deps/asic-cf99cbb58f6f3038)
25682026-05-21T04:17:07.062Z
25692026-05-21T04:17:07.062Zrunning 8 tests
25702026-05-21T04:17:07.065Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
25712026-05-21T04:17:07.065Ztest tofino_asic::qsfp::tests::fix_link ... ok
25722026-05-21T04:17:07.065Ztest tofino_asic::stats::constants_sanity_check ... ok
25732026-05-21T04:17:07.065Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
25742026-05-21T04:17:07.065Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
25752026-05-21T04:17:07.065Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
25762026-05-21T04:17:07.072Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
25772026-05-21T04:17:07.564Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
25782026-05-21T04:17:07.564Z
25792026-05-21T04:17:07.564Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
25802026-05-21T04:17:07.564Z
25812026-05-21T04:17:07.574Z Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3)
25822026-05-21T04:17:07.577Z
25832026-05-21T04:17:07.577Zrunning 10 tests
25842026-05-21T04:17:07.580Ztest network::tests::test_equal ... ok
25852026-05-21T04:17:07.580Ztest network::tests::test_eui64 ... ok
25862026-05-21T04:17:07.580Ztest nat::tests::test_vni ... ok
25872026-05-21T04:17:07.580Ztest network::tests::test_into ... ok
25882026-05-21T04:17:07.580Ztest network::tests::test_not_equal ... ok
25892026-05-21T04:17:07.580Ztest network::tests::test_generate_ipv6_link_local ... ok
25902026-05-21T04:17:07.580Ztest network::tests::test_to_string ... ok
25912026-05-21T04:17:07.580Ztest network::tests::test_parse ... ok
25922026-05-21T04:17:07.580Ztest test_purge ... ok
25932026-05-21T04:17:07.583Ztest illumos::test::address_exists_handles_missing_object ... ok
25942026-05-21T04:17:07.583Z
25952026-05-21T04:17:07.583Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25962026-05-21T04:17:07.583Z
25972026-05-21T04:17:07.583Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce)
25982026-05-21T04:17:07.586Z
25992026-05-21T04:17:07.586Zrunning 1 test
26002026-05-21T04:17:08.816Ztest test::test_apis_up_to_date ... ok
26012026-05-21T04:17:08.816Z
26022026-05-21T04:17:08.816Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s
26032026-05-21T04:17:08.816Z
26042026-05-21T04:17:08.866Z Running unittests src/main.rs (target/debug/deps/dpd-e318b91c856c4637)
26052026-05-21T04:17:08.936Z
26062026-05-21T04:17:08.937Zrunning 51 tests
26072026-05-21T04:17:08.939Ztest freemap::test_ordering ... ok
26082026-05-21T04:17:08.939Ztest config::tests::test_updates ... ok
26092026-05-21T04:17:08.939Ztest freemap::test_split ... ok
26102026-05-21T04:17:08.939Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26112026-05-21T04:17:08.939Ztest macaddrs::tests::test_mac_offset ... ok
26122026-05-21T04:17:08.939Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26132026-05-21T04:17:08.939Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26142026-05-21T04:17:08.942Ztest macaddrs::tests::test_parse_port_id ... ok
26152026-05-21T04:17:08.942Ztest nat::test_mapping ... ok
26162026-05-21T04:17:08.942Ztest port_map::tests::dump_map ... ok
26172026-05-21T04:17:08.942Ztest port_map::tests::test_backplane_group ... ok
26182026-05-21T04:17:08.943Ztest port_map::tests::test_port_map ... ok
26192026-05-21T04:17:08.943Ztest transceivers::mpn_test::test_mpn_missing ... ok
26202026-05-21T04:17:08.943Ztest transceivers::mpn_test::test_mpn_present ... ok
26212026-05-21T04:17:08.943Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26222026-05-21T04:17:08.943ZMay 21 04:17:07.650 DEBG created new freemap, unit: freemap_test
26232026-05-21T04:17:08.943ZMay 21 04:17:07.650 DEBG initted freemap. size: 128, unit: freemap_test
26242026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG reset freemap, unit: freemap_test
26252026-05-21T04:17:08.943ZMay 21 04:17:07.650 DEBG created new freemap, unit: freemap_test
26262026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test
26272026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG reset freemap, unit: freemap_test
26282026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26292026-05-21T04:17:08.943Ztest freemap::test_exhaustion ... ok
26302026-05-21T04:17:08.943Ztest freemap::test_free ... ok
26312026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG May 21 04:17:07.651created new freemap , DEBGunit : created new freemapfreemap_test,
26322026-05-21T04:17:08.943Zunit: freemap_test
26332026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26342026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test
26352026-05-21T04:17:08.943ZMay 21 04:17:07.651 May 21 04:17:07.651DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
26362026-05-21T04:17:08.943Zfreemap_test
26372026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG reset freemap, unit: freemap_test
26382026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26392026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG created new freemap, unit: freemap_test
26402026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG initted freemap. size: 128, unit: freemap_test
26412026-05-21T04:17:08.943Ztest freemap::test_reclaim ... ok
26422026-05-21T04:17:08.943ZMay 21 04:17:07.651 DEBG reset freemap, unit: freemap_test
26432026-05-21T04:17:08.943Ztest freemap::test_basic ... ok
26442026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26452026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26462026-05-21T04:17:08.943Ztest freemap::test_span ... ok
26472026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
26482026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
26492026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
26502026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
26512026-05-21T04:17:08.943Ztest port_map::tests::parse_softnpu_revision ... ok
26522026-05-21T04:17:08.943Ztest api_server::tests::test_build_info ... ok
26532026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
26542026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
26552026-05-21T04:17:08.943Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
26562026-05-21T04:17:08.946Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
26572026-05-21T04:17:08.946Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
26582026-05-21T04:17:08.946Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
26592026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
26602026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
26612026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
26622026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
26632026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
26642026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
26652026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
26662026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
26672026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
26682026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
26692026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
26702026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
26712026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
26722026-05-21T04:17:08.947Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
26732026-05-21T04:17:08.947Z
26742026-05-21T04:17:08.947Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26752026-05-21T04:17:08.947Z
26762026-05-21T04:17:08.959Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e5c18600a5688747)
26772026-05-21T04:17:08.961Z
26782026-05-21T04:17:08.961Zrunning 0 tests
26792026-05-21T04:17:08.961Z
26802026-05-21T04:17:08.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26812026-05-21T04:17:08.961Z
26822026-05-21T04:17:08.961Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a)
26832026-05-21T04:17:08.964Z
26842026-05-21T04:17:08.964Zrunning 0 tests
26852026-05-21T04:17:08.964Z
26862026-05-21T04:17:08.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26872026-05-21T04:17:08.964Z
26882026-05-21T04:17:08.964Z Running unittests src/lib.rs (target/debug/deps/dpd_client-db026f6ab7d0401d)
26892026-05-21T04:17:08.967Z
26902026-05-21T04:17:08.967Zrunning 6 tests
26912026-05-21T04:17:08.967Ztest tests::test_full_lot_id_neither_present ... ok
26922026-05-21T04:17:08.967Ztest tests::test_full_lot_id_lotnum_only ... ok
26932026-05-21T04:17:08.967Ztest tests::test_full_lot_id_lot_only ... ok
26942026-05-21T04:17:08.967Ztest tests::test_full_lot_id_both_present ... ok
26952026-05-21T04:17:08.967Ztest tests::test_port_id_cmp ... ok
26962026-05-21T04:17:08.967Ztest tests::test_parse_client_port_id ... ok
26972026-05-21T04:17:08.967Z
26982026-05-21T04:17:08.967Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26992026-05-21T04:17:08.967Z
27002026-05-21T04:17:08.967Z Running tests/test_all.rs (target/debug/deps/test_all-85ae7f8bba0c1b2f)
27012026-05-21T04:17:08.970Z
27022026-05-21T04:17:08.970Zrunning 0 tests
27032026-05-21T04:17:08.970Z
27042026-05-21T04:17:08.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27052026-05-21T04:17:08.970Z
27062026-05-21T04:17:08.970Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001)
27072026-05-21T04:17:08.971Z
27082026-05-21T04:17:08.971Zrunning 0 tests
27092026-05-21T04:17:08.971Z
27102026-05-21T04:17:08.971Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27112026-05-21T04:17:08.971Z
27122026-05-21T04:17:08.971Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5)
27132026-05-21T04:17:08.973Z
27142026-05-21T04:17:08.973Zrunning 0 tests
27152026-05-21T04:17:08.973Z
27162026-05-21T04:17:08.973Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27172026-05-21T04:17:08.973Z
27182026-05-21T04:17:08.973Z Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867)
27192026-05-21T04:17:08.976Z
27202026-05-21T04:17:08.976Zrunning 12 tests
27212026-05-21T04:17:08.976Ztest icmp::test_v6_checksum ... ok
27222026-05-21T04:17:08.976Ztest icmp::test_v4_checksum ... ok
27232026-05-21T04:17:08.976Ztest ipv6::test_ipv6_parse ... ok
27242026-05-21T04:17:08.976Ztest lldp::test_lldp_parse ... ok
27252026-05-21T04:17:08.976Ztest pbuf::test_byte ... ok
27262026-05-21T04:17:08.976Ztest pbuf::test_nibble ... ok
27272026-05-21T04:17:08.976Ztest pbuf::test_overflow ... ok
27282026-05-21T04:17:08.976Ztest pbuf::test_short ... ok
27292026-05-21T04:17:08.976Ztest pbuf::test_twelve ... ok
27302026-05-21T04:17:08.976Ztest pbuf::test_word ... ok
27312026-05-21T04:17:08.976Ztest tcp::test_checksum_syn_nodata ... ok
27322026-05-21T04:17:08.976Ztest tcp::test_checksum_ack_data ... ok
27332026-05-21T04:17:08.976Z
27342026-05-21T04:17:08.977Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27352026-05-21T04:17:08.977Z
27362026-05-21T04:17:08.977Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
27372026-05-21T04:17:08.980Z
27382026-05-21T04:17:08.980Zrunning 0 tests
27392026-05-21T04:17:08.980Z
27402026-05-21T04:17:08.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27412026-05-21T04:17:08.980Z
27422026-05-21T04:17:08.980Z Running unittests src/main.rs (target/debug/deps/swadm-1463f33d34dc0d33)
27432026-05-21T04:17:08.980Z
27442026-05-21T04:17:08.980Zrunning 5 tests
27452026-05-21T04:17:08.980Ztest switchport::test::test_compute_lanes ... ok
27462026-05-21T04:17:08.983Ztest switchport::test::port_id_ordering ... ok
27472026-05-21T04:17:08.983Z Lane 0 Lane 1 Lane 2 Lane 3
27482026-05-21T04:17:08.983Z Rx Loss-of-lock: Yes Lane 0 Yes Yes Lane 1Yes
27492026-05-21T04:17:08.983ZLane 2 Rx Loss-of-signal: Yes Lane 3Yes
27502026-05-21T04:17:08.983Z State: Activated Activated Activated Activated
27512026-05-21T04:17:08.983Z Rx Output Enabled: false false false false
27522026-05-21T04:17:08.983Z Rx Output Status: valid valid valid valid
27532026-05-21T04:17:08.983Z Rx Loss-of-lock: true true true true
27542026-05-21T04:17:08.983Z Rx Loss-of-signal: false false false false
27552026-05-21T04:17:08.983ZRx Auto-squelch Disable: true true true true
27562026-05-21T04:17:08.983Z Tx Output Enabled: true true true true
27572026-05-21T04:17:08.983Z Tx Output Status: invalid invalid invalid invalid
27582026-05-21T04:17:08.983Z Tx Loss-of-lock: false false false false
27592026-05-21T04:17:08.983Z Tx Loss-of-signal: true Yes trueYes
27602026-05-21T04:17:08.983Ztrue Rx CDR Enabled: Yes true
27612026-05-21T04:17:08.983ZYes Tx Auto-squelch Disable: falseYes Yes
27622026-05-21T04:17:08.983Zfalse Tx Enabled: Yesfalse Yesfalse
27632026-05-21T04:17:08.983Z Yes Tx Adaptive EQ Fail: true Yes
27642026-05-21T04:17:08.983Ztrue Tx Loss-of-lock: No Notrue trueNo
27652026-05-21T04:17:08.983Z No Tx Failure: false
27662026-05-21T04:17:08.983Z Tx Loss-of-signal: Nofalse Nofalse falseNo
27672026-05-21T04:17:08.983Z No Tx Force Squelch: true
27682026-05-21T04:17:08.983Ztrue Tx CDR Enabled: No Notrue Notrue No
27692026-05-21T04:17:08.983Z
27702026-05-21T04:17:08.983Z Tx Input Polarity: normal Tx Adaptive EQ Fault: No normal No normal normalNo
27712026-05-21T04:17:08.983ZNo
27722026-05-21T04:17:08.983Z Tx Fault: Yes Yes Yes Yes
27732026-05-21T04:17:08.983Ztest switchport::test::test_print_cmis_datapath ... ok
27742026-05-21T04:17:08.983Ztest switchport::test::test_print_sff_datapath ... ok
27752026-05-21T04:17:08.983Ztest link::test_filter ... ok
27762026-05-21T04:17:08.983Z
27772026-05-21T04:17:08.984Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27782026-05-21T04:17:08.984Z
27792026-05-21T04:17:08.984Z Running tests/counters.rs (target/debug/deps/counters-c1073a1b53c4c308)
27802026-05-21T04:17:08.987Z
27812026-05-21T04:17:08.987Zrunning 1 test
27822026-05-21T04:17:08.987Ztest test_p4_counter_list ... ignored
27832026-05-21T04:17:08.987Z
27842026-05-21T04:17:08.987Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
27852026-05-21T04:17:08.987Z
27862026-05-21T04:17:08.987Z Running tests/port-link.rs (target/debug/deps/port_link-e84ed7270569d085)
27872026-05-21T04:17:08.987Z
27882026-05-21T04:17:08.987Zrunning 5 tests
27892026-05-21T04:17:08.987Ztest test_an ... ignored
27902026-05-21T04:17:08.987Ztest test_enable ... ignored
27912026-05-21T04:17:08.987Ztest test_ip_addresses ... ignored
27922026-05-21T04:17:08.987Ztest test_kr ... ignored
27932026-05-21T04:17:08.987Ztest test_mac ... ignored
27942026-05-21T04:17:08.987Z
27952026-05-21T04:17:08.987Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
27962026-05-21T04:17:08.987Z
27972026-05-21T04:17:08.987Z Running unittests src/main.rs (target/debug/deps/tfportd-d95d8db2371cded7)
27982026-05-21T04:17:08.990Z
27992026-05-21T04:17:08.990Zrunning 3 tests
28002026-05-21T04:17:08.990Ztest linklocal::test_parse_ipadm ... ok
28012026-05-21T04:17:08.990Ztest tfport::test_parse_tfport ... ok
28022026-05-21T04:17:08.990Ztest config::tests::test_updates ... ok
28032026-05-21T04:17:08.990Z
28042026-05-21T04:17:08.990Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28052026-05-21T04:17:08.990Z
28062026-05-21T04:17:08.990Z Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1)
28072026-05-21T04:17:08.993Z
28082026-05-21T04:17:08.993Zrunning 0 tests
28092026-05-21T04:17:08.993Z
28102026-05-21T04:17:08.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28112026-05-21T04:17:08.993Z
28122026-05-21T04:17:08.993Z Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb)
28132026-05-21T04:17:08.993Z
28142026-05-21T04:17:08.993Zrunning 0 tests
28152026-05-21T04:17:08.993Z
28162026-05-21T04:17:08.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28172026-05-21T04:17:08.993Z
28182026-05-21T04:17:08.993Z Doc-tests aal
28192026-05-21T04:17:09.115Z
28202026-05-21T04:17:09.115Zrunning 0 tests
28212026-05-21T04:17:09.115Z
28222026-05-21T04:17:09.115Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28232026-05-21T04:17:09.115Z
28242026-05-21T04:17:09.132Z Doc-tests aal_macros
28252026-05-21T04:17:09.200Z
28262026-05-21T04:17:09.200Zrunning 0 tests
28272026-05-21T04:17:09.200Z
28282026-05-21T04:17:09.200Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28292026-05-21T04:17:09.200Z
28302026-05-21T04:17:09.211Z Doc-tests common
28312026-05-21T04:17:09.443Z
28322026-05-21T04:17:09.443Zrunning 0 tests
28332026-05-21T04:17:09.443Z
28342026-05-21T04:17:09.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28352026-05-21T04:17:09.443Z
28362026-05-21T04:17:09.465Z Doc-tests dpd_api
28372026-05-21T04:17:10.198Z
28382026-05-21T04:17:10.198Zrunning 2 tests
28392026-05-21T04:17:10.198Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
28402026-05-21T04:17:10.198Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
28412026-05-21T04:17:10.198Z
28422026-05-21T04:17:10.198Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
28432026-05-21T04:17:10.198Z
28442026-05-21T04:17:10.232Z Doc-tests dpd_client
28452026-05-21T04:17:11.497Z
28462026-05-21T04:17:11.497Zrunning 0 tests
28472026-05-21T04:17:11.497Z
28482026-05-21T04:17:11.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28492026-05-21T04:17:11.497Z
28502026-05-21T04:17:11.544Z Doc-tests dpd_types
28512026-05-21T04:17:11.750Z
28522026-05-21T04:17:11.750Zrunning 0 tests
28532026-05-21T04:17:11.750Z
28542026-05-21T04:17:11.750Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28552026-05-21T04:17:11.750Z
28562026-05-21T04:17:11.783Z Doc-tests dpd_types_versions
28572026-05-21T04:17:12.990Z
28582026-05-21T04:17:12.990Zrunning 1 test
28592026-05-21T04:17:12.990Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
28602026-05-21T04:17:12.990Z
28612026-05-21T04:17:12.990Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28622026-05-21T04:17:12.990Z
28632026-05-21T04:17:13.037Z Doc-tests packet
28642026-05-21T04:17:13.150Z
28652026-05-21T04:17:13.150Zrunning 0 tests
28662026-05-21T04:17:13.150Z
28672026-05-21T04:17:13.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28682026-05-21T04:17:13.150Z
28692026-05-21T04:17:13.166Z Doc-tests pcap
28702026-05-21T04:17:13.219Z
28712026-05-21T04:17:13.219Zrunning 0 tests
28722026-05-21T04:17:13.219Z
28732026-05-21T04:17:13.219Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28742026-05-21T04:17:13.219Z
28752026-05-21T04:17:13.266Z+ for feat in tofino_stub tofino_asic softnpu chaos
28762026-05-21T04:17:13.266Z+ RUST_BACKTRACE=full
28772026-05-21T04:17:13.266Z+ cargo test --features softnpu --no-fail-fast
28782026-05-21T04:17:13.892Z Compiling num-integer v0.1.46
28792026-05-21T04:17:13.972Z Compiling num-complex v0.4.6
28802026-05-21T04:17:14.014Z Compiling bitstruct_derive v0.1.0
28812026-05-21T04:17:14.014Z Compiling tap v1.0.1
28822026-05-21T04:17:14.139Z Compiling wyz v0.5.1
28832026-05-21T04:17:14.263Z Compiling num-iter v0.1.45
28842026-05-21T04:17:14.298Z Compiling num-rational v0.4.2
28852026-05-21T04:17:14.319Z Compiling num-bigint v0.4.6
28862026-05-21T04:17:14.394Z Compiling radium v0.7.0
28872026-05-21T04:17:14.406Z Compiling funty v2.0.0
28882026-05-21T04:17:14.455Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
28892026-05-21T04:17:14.508Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28902026-05-21T04:17:14.592Z Compiling num v0.4.3
28912026-05-21T04:17:14.677Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
28922026-05-21T04:17:14.692Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28932026-05-21T04:17:14.714Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28942026-05-21T04:17:14.809Z Compiling bitvec v1.0.1
28952026-05-21T04:17:14.826Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28962026-05-21T04:17:14.966Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
28972026-05-21T04:17:15.025Z Compiling typeid v1.0.3
28982026-05-21T04:17:15.063Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
28992026-05-21T04:17:15.089Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29002026-05-21T04:17:15.142Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29012026-05-21T04:17:15.548Z Compiling ascii v1.1.0
29022026-05-21T04:17:15.824Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29032026-05-21T04:17:15.920Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29042026-05-21T04:17:15.984Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29052026-05-21T04:17:16.035Z Compiling erased-serde v0.4.8
29062026-05-21T04:17:16.189Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29072026-05-21T04:17:16.338Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29082026-05-21T04:17:16.440Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29092026-05-21T04:17:16.474Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29102026-05-21T04:17:16.558Z Compiling bitstruct v0.1.1
29112026-05-21T04:17:16.885Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29122026-05-21T04:17:17.056Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29132026-05-21T04:17:17.067Z Compiling serde_arrays v0.1.0
29142026-05-21T04:17:17.164Z Compiling libloading v0.7.4
29152026-05-21T04:17:17.278Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29162026-05-21T04:17:17.575Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29172026-05-21T04:17:17.863Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29182026-05-21T04:17:18.035Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29192026-05-21T04:17:19.218Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-05-21T04:17:19.834Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29212026-05-21T04:17:25.783Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29222026-05-21T04:17:26.004Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29232026-05-21T04:17:26.007Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29242026-05-21T04:17:26.084Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29252026-05-21T04:17:26.221Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29262026-05-21T04:17:26.625Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29272026-05-21T04:17:28.192Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29282026-05-21T04:17:28.719Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29292026-05-21T04:17:30.983Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
29302026-05-21T04:17:31.574Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
29312026-05-21T04:17:32.981Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
29322026-05-21T04:17:34.782Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29332026-05-21T04:17:35.093Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
29342026-05-21T04:17:35.708Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
29352026-05-21T04:17:43.397Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29362026-05-21T04:17:45.776Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29372026-05-21T04:17:48.738Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
29382026-05-21T04:18:27.506Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
29392026-05-21T04:18:27.617Z Running unittests src/lib.rs (target/debug/deps/aal-18dc48c32601bd51)
29402026-05-21T04:18:27.620Z
29412026-05-21T04:18:27.620Zrunning 5 tests
29422026-05-21T04:18:27.623Ztest fuse::tests::chip_revision_b1 ... ok
29432026-05-21T04:18:27.623Ztest fuse::tests::chip_revision_unknown_device_id ... ok
29442026-05-21T04:18:27.623Ztest fuse::tests::chip_revision_a0 ... ok
29452026-05-21T04:18:27.623Ztest fuse::tests::chip_revision_b0 ... ok
29462026-05-21T04:18:27.623Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
29472026-05-21T04:18:27.623Z
29482026-05-21T04:18:27.623Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29492026-05-21T04:18:27.623Z
29502026-05-21T04:18:27.623Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
29512026-05-21T04:18:27.626Z
29522026-05-21T04:18:27.626Zrunning 0 tests
29532026-05-21T04:18:27.626Z
29542026-05-21T04:18:27.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29552026-05-21T04:18:27.626Z
29562026-05-21T04:18:27.626Z Running unittests src/lib.rs (target/debug/deps/asic-1f23c7aec8c8804c)
29572026-05-21T04:18:27.629Z
29582026-05-21T04:18:27.629Zrunning 0 tests
29592026-05-21T04:18:27.629Z
29602026-05-21T04:18:27.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29612026-05-21T04:18:27.629Z
29622026-05-21T04:18:27.629Z Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3)
29632026-05-21T04:18:27.630Z
29642026-05-21T04:18:27.630Zrunning 10 tests
29652026-05-21T04:18:27.633Ztest nat::tests::test_vni ... ok
29662026-05-21T04:18:27.633Ztest network::tests::test_equal ... ok
29672026-05-21T04:18:27.633Ztest network::tests::test_eui64 ... ok
29682026-05-21T04:18:27.633Ztest network::tests::test_generate_ipv6_link_local ... ok
29692026-05-21T04:18:27.633Ztest network::tests::test_into ... ok
29702026-05-21T04:18:27.633Ztest network::tests::test_not_equal ... ok
29712026-05-21T04:18:27.633Ztest network::tests::test_to_string ... ok
29722026-05-21T04:18:27.633Ztest network::tests::test_parse ... ok
29732026-05-21T04:18:27.633Ztest test_purge ... ok
29742026-05-21T04:18:27.633Ztest illumos::test::address_exists_handles_missing_object ... ok
29752026-05-21T04:18:27.633Z
29762026-05-21T04:18:27.633Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29772026-05-21T04:18:27.633Z
29782026-05-21T04:18:27.636Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2d1b88735a613ccc)
29792026-05-21T04:18:27.639Z
29802026-05-21T04:18:27.639Zrunning 1 test
29812026-05-21T04:18:28.856Ztest test::test_apis_up_to_date ... ok
29822026-05-21T04:18:28.856Z
29832026-05-21T04:18:28.856Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.22s
29842026-05-21T04:18:28.856Z
29852026-05-21T04:18:28.907Z Running unittests src/main.rs (target/debug/deps/dpd-75747ec986673215)
29862026-05-21T04:18:28.913Z
29872026-05-21T04:18:28.913Zrunning 19 tests
29882026-05-21T04:18:28.915Ztest freemap::test_ordering ... ok
29892026-05-21T04:18:28.916Ztest config::tests::test_updates ... ok
29902026-05-21T04:18:28.916Ztest freemap::test_split ... ok
29912026-05-21T04:18:28.916Ztest dhcpv6::tests::test_create_duid_bytes ... ok
29922026-05-21T04:18:28.916Ztest macaddrs::tests::test_mac_offset ... ok
29932026-05-21T04:18:28.919Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
29942026-05-21T04:18:28.919Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
29952026-05-21T04:18:28.919Ztest macaddrs::tests::test_parse_port_id ... ok
29962026-05-21T04:18:28.919Ztest nat::test_mapping ... ok
29972026-05-21T04:18:28.919Ztest port_map::tests::dump_map ... ok
29982026-05-21T04:18:28.919Ztest port_map::tests::test_backplane_group ... ok
29992026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG created new freemap, unit: freemap_test
30002026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test
30012026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG reset freemap, unit: freemap_test
30022026-05-21T04:18:28.919Ztest port_map::tests::test_port_map ... ok
30032026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG created new freemap, unit: freemap_test
30042026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test
30052026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG reset freemap, unit: freemap_test
30062026-05-21T04:18:28.919Ztest freemap::test_free ... ok
30072026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG created new freemap, unit: freemap_test
30082026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test
30092026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG reset freemap, unit: freemap_test
30102026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG created new freemap, unit: freemap_test
30112026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG initted freemap. size: 128, unit: freemap_test
30122026-05-21T04:18:28.919ZMay 21 04:18:27.626 DEBG reset freemap, unit: freemap_test
30132026-05-21T04:18:28.919Ztest freemap::test_reclaim ... ok
30142026-05-21T04:18:28.919Ztest freemap::test_exhaustion ... ok
30152026-05-21T04:18:28.919Ztest freemap::test_basic ... ok
30162026-05-21T04:18:28.919ZMay 21 04:18:27.627 DEBG created new freemap, unit: freemap_test
30172026-05-21T04:18:28.919ZMay 21 04:18:27.627 DEBG initted freemap. size: 128, unit: freemap_test
30182026-05-21T04:18:28.919ZMay 21 04:18:27.627 DEBG reset freemap, unit: freemap_test
30192026-05-21T04:18:28.919Ztest freemap::test_span ... ok
30202026-05-21T04:18:28.919Ztest port_map::tests::parse_softnpu_revision ... ok
30212026-05-21T04:18:28.919Ztest api_server::tests::test_build_info ... ok
30222026-05-21T04:18:28.919Z
30232026-05-21T04:18:28.919Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30242026-05-21T04:18:28.919Z
30252026-05-21T04:18:28.922Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e9fa79c0ec5aab31)
30262026-05-21T04:18:28.925Z
30272026-05-21T04:18:28.925Zrunning 0 tests
30282026-05-21T04:18:28.925Z
30292026-05-21T04:18:28.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30302026-05-21T04:18:28.925Z
30312026-05-21T04:18:28.925Z Running unittests src/lib.rs (target/debug/deps/dpd_api-89702ebe08a76bae)
30322026-05-21T04:18:28.925Z
30332026-05-21T04:18:28.925Zrunning 0 tests
30342026-05-21T04:18:28.925Z
30352026-05-21T04:18:28.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30362026-05-21T04:18:28.925Z
30372026-05-21T04:18:28.928Z Running unittests src/lib.rs (target/debug/deps/dpd_client-bafa640c69c59533)
30382026-05-21T04:18:28.928Z
30392026-05-21T04:18:28.928Zrunning 6 tests
30402026-05-21T04:18:28.929Ztest tests::test_full_lot_id_neither_present ... ok
30412026-05-21T04:18:28.929Ztest tests::test_parse_client_port_id ... ok
30422026-05-21T04:18:28.929Ztest tests::test_full_lot_id_lot_only ... ok
30432026-05-21T04:18:28.929Ztest tests::test_full_lot_id_lotnum_only ... ok
30442026-05-21T04:18:28.929Ztest tests::test_full_lot_id_both_present ... ok
30452026-05-21T04:18:28.929Ztest tests::test_port_id_cmp ... ok
30462026-05-21T04:18:28.929Z
30472026-05-21T04:18:28.929Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30482026-05-21T04:18:28.929Z
30492026-05-21T04:18:28.929Z Running tests/test_all.rs (target/debug/deps/test_all-edd731b02fc0352d)
30502026-05-21T04:18:28.931Z
30512026-05-21T04:18:28.931Zrunning 0 tests
30522026-05-21T04:18:28.931Z
30532026-05-21T04:18:28.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30542026-05-21T04:18:28.931Z
30552026-05-21T04:18:28.931Z Running unittests src/lib.rs (target/debug/deps/dpd_types-692727a7ddd91fff)
30562026-05-21T04:18:28.934Z
30572026-05-21T04:18:28.934Zrunning 0 tests
30582026-05-21T04:18:28.934Z
30592026-05-21T04:18:28.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30602026-05-21T04:18:28.934Z
30612026-05-21T04:18:28.934Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-8e9b458a25e73857)
30622026-05-21T04:18:28.934Z
30632026-05-21T04:18:28.934Zrunning 0 tests
30642026-05-21T04:18:28.934Z
30652026-05-21T04:18:28.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30662026-05-21T04:18:28.934Z
30672026-05-21T04:18:28.934Z Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867)
30682026-05-21T04:18:28.937Z
30692026-05-21T04:18:28.937Zrunning 12 tests
30702026-05-21T04:18:28.937Ztest icmp::test_v6_checksum ... ok
30712026-05-21T04:18:28.937Ztest icmp::test_v4_checksum ... ok
30722026-05-21T04:18:28.938Ztest lldp::test_lldp_parse ... ok
30732026-05-21T04:18:28.938Ztest ipv6::test_ipv6_parse ... ok
30742026-05-21T04:18:28.938Ztest pbuf::test_byte ... ok
30752026-05-21T04:18:28.938Ztest pbuf::test_nibble ... ok
30762026-05-21T04:18:28.938Ztest pbuf::test_overflow ... ok
30772026-05-21T04:18:28.938Ztest pbuf::test_short ... ok
30782026-05-21T04:18:28.938Ztest pbuf::test_twelve ... ok
30792026-05-21T04:18:28.938Ztest pbuf::test_word ... ok
30802026-05-21T04:18:28.938Ztest tcp::test_checksum_ack_data ... ok
30812026-05-21T04:18:28.938Ztest tcp::test_checksum_syn_nodata ... ok
30822026-05-21T04:18:28.938Z
30832026-05-21T04:18:28.938Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30842026-05-21T04:18:28.938Z
30852026-05-21T04:18:28.938Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
30862026-05-21T04:18:28.941Z
30872026-05-21T04:18:28.941Zrunning 0 tests
30882026-05-21T04:18:28.941Z
30892026-05-21T04:18:28.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30902026-05-21T04:18:28.941Z
30912026-05-21T04:18:28.941Z Running unittests src/main.rs (target/debug/deps/swadm-6b0bd6a15206c035)
30922026-05-21T04:18:28.950Z
30932026-05-21T04:18:28.950Zrunning 5 tests
30942026-05-21T04:18:28.954Ztest switchport::test::test_compute_lanes ... ok
30952026-05-21T04:18:28.956Ztest switchport::test::port_id_ordering ... ok
30962026-05-21T04:18:28.957Ztest link::test_filter ... ok
30972026-05-21T04:18:28.957Z Lane 0 Lane 1 Lane 2 Lane 3
30982026-05-21T04:18:28.957Z Rx Loss-of-lock: Yes Yes Yes Lane 0Yes
30992026-05-21T04:18:28.957Z Rx Loss-of-signal: Yes YesLane 1 YesLane 2 Yes
31002026-05-21T04:18:28.957ZLane 3 Rx CDR Enabled: Yes
31012026-05-21T04:18:28.957ZYes State: Activated YesActivated Yes
31022026-05-21T04:18:28.957ZActivated Tx Enabled: YesActivated
31032026-05-21T04:18:28.957ZYes Rx Output Enabled: false Yesfalse Yes
31042026-05-21T04:18:28.957Zfalse Tx Loss-of-lock: Nofalse
31052026-05-21T04:18:28.957ZNo Rx Output Status: valid Novalid No
31062026-05-21T04:18:28.957Zvalid Tx Loss-of-signal: No valid
31072026-05-21T04:18:28.957ZNo Rx Loss-of-lock: true No true No
31082026-05-21T04:18:28.957Ztrue true Tx CDR Enabled: No
31092026-05-21T04:18:28.957ZNo Rx Loss-of-signal: false Nofalse No
31102026-05-21T04:18:28.957Zfalse Tx Adaptive EQ Fault: No falseNo
31112026-05-21T04:18:28.957Z No Rx Auto-squelch Disable: trueNo
31122026-05-21T04:18:28.957Ztrue Tx Fault: Yes true Yestrue
31132026-05-21T04:18:28.957ZYes Yes Tx Output Enabled: true
31142026-05-21T04:18:28.957Z true true true
31152026-05-21T04:18:28.957Z Tx Output Status: invalid invalid invalid invalid
31162026-05-21T04:18:28.957Z Tx Loss-of-lock: false false false false
31172026-05-21T04:18:28.957Z Tx Loss-of-signal: true true true true
31182026-05-21T04:18:28.957ZTx Auto-squelch Disable: false false false false
31192026-05-21T04:18:28.957Z Tx Adaptive EQ Fail: true true true true
31202026-05-21T04:18:28.957Z Tx Failure: false false false false
31212026-05-21T04:18:28.957Z Tx Force Squelch: true true true true
31222026-05-21T04:18:28.957Z Tx Input Polarity: normal normal normal normal
31232026-05-21T04:18:28.957Ztest switchport::test::test_print_sff_datapath ... ok
31242026-05-21T04:18:28.957Ztest switchport::test::test_print_cmis_datapath ... ok
31252026-05-21T04:18:28.957Z
31262026-05-21T04:18:28.957Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31272026-05-21T04:18:28.957Z
31282026-05-21T04:18:28.960Z Running tests/counters.rs (target/debug/deps/counters-aea435e68721fec3)
31292026-05-21T04:18:28.963Z
31302026-05-21T04:18:28.963Zrunning 1 test
31312026-05-21T04:18:28.963Ztest test_p4_counter_list ... ignored
31322026-05-21T04:18:28.966Z
31332026-05-21T04:18:28.966Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
31342026-05-21T04:18:28.966Z
31352026-05-21T04:18:28.966Z Running tests/port-link.rs (target/debug/deps/port_link-42d7e2ff4f9f2d03)
31362026-05-21T04:18:28.969Z
31372026-05-21T04:18:28.969Zrunning 5 tests
31382026-05-21T04:18:28.972Ztest test_an ... ignored
31392026-05-21T04:18:28.972Ztest test_enable ... ignored
31402026-05-21T04:18:28.972Ztest test_ip_addresses ... ignored
31412026-05-21T04:18:28.972Ztest test_kr ... ignored
31422026-05-21T04:18:28.972Ztest test_mac ... ignored
31432026-05-21T04:18:28.972Z
31442026-05-21T04:18:28.972Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
31452026-05-21T04:18:28.972Z
31462026-05-21T04:18:28.972Z Running unittests src/main.rs (target/debug/deps/tfportd-dc40b7c4f17fe37b)
31472026-05-21T04:18:28.972Z
31482026-05-21T04:18:28.972Zrunning 3 tests
31492026-05-21T04:18:28.975Ztest linklocal::test_parse_ipadm ... ok
31502026-05-21T04:18:28.975Ztest tfport::test_parse_tfport ... ok
31512026-05-21T04:18:28.975Ztest config::tests::test_updates ... ok
31522026-05-21T04:18:28.975Z
31532026-05-21T04:18:28.975Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31542026-05-21T04:18:28.976Z
31552026-05-21T04:18:28.976Z Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1)
31562026-05-21T04:18:28.976Z
31572026-05-21T04:18:28.976Zrunning 0 tests
31582026-05-21T04:18:28.976Z
31592026-05-21T04:18:28.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31602026-05-21T04:18:28.976Z
31612026-05-21T04:18:28.976Z Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb)
31622026-05-21T04:18:28.979Z
31632026-05-21T04:18:28.979Zrunning 0 tests
31642026-05-21T04:18:28.979Z
31652026-05-21T04:18:28.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31662026-05-21T04:18:28.979Z
31672026-05-21T04:18:28.979Z Doc-tests aal
31682026-05-21T04:18:29.098Z
31692026-05-21T04:18:29.098Zrunning 0 tests
31702026-05-21T04:18:29.098Z
31712026-05-21T04:18:29.101Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31722026-05-21T04:18:29.101Z
31732026-05-21T04:18:29.115Z Doc-tests aal_macros
31742026-05-21T04:18:29.184Z
31752026-05-21T04:18:29.184Zrunning 0 tests
31762026-05-21T04:18:29.184Z
31772026-05-21T04:18:29.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31782026-05-21T04:18:29.184Z
31792026-05-21T04:18:29.196Z Doc-tests common
31802026-05-21T04:18:29.423Z
31812026-05-21T04:18:29.423Zrunning 0 tests
31822026-05-21T04:18:29.423Z
31832026-05-21T04:18:29.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-05-21T04:18:29.423Z
31852026-05-21T04:18:29.447Z Doc-tests dpd_api
31862026-05-21T04:18:30.193Z
31872026-05-21T04:18:30.193Zrunning 2 tests
31882026-05-21T04:18:30.193Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
31892026-05-21T04:18:30.193Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
31902026-05-21T04:18:30.193Z
31912026-05-21T04:18:30.193Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
31922026-05-21T04:18:30.193Z
31932026-05-21T04:18:30.229Z Doc-tests dpd_client
31942026-05-21T04:18:31.520Z
31952026-05-21T04:18:31.520Zrunning 0 tests
31962026-05-21T04:18:31.520Z
31972026-05-21T04:18:31.520Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31982026-05-21T04:18:31.520Z
31992026-05-21T04:18:31.568Z Doc-tests dpd_types
32002026-05-21T04:18:31.777Z
32012026-05-21T04:18:31.777Zrunning 0 tests
32022026-05-21T04:18:31.777Z
32032026-05-21T04:18:31.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32042026-05-21T04:18:31.777Z
32052026-05-21T04:18:31.807Z Doc-tests dpd_types_versions
32062026-05-21T04:18:33.036Z
32072026-05-21T04:18:33.036Zrunning 1 test
32082026-05-21T04:18:33.036Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
32092026-05-21T04:18:33.036Z
32102026-05-21T04:18:33.036Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32112026-05-21T04:18:33.036Z
32122026-05-21T04:18:33.082Z Doc-tests packet
32132026-05-21T04:18:33.194Z
32142026-05-21T04:18:33.194Zrunning 0 tests
32152026-05-21T04:18:33.194Z
32162026-05-21T04:18:33.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32172026-05-21T04:18:33.194Z
32182026-05-21T04:18:33.212Z Doc-tests pcap
32192026-05-21T04:18:33.266Z
32202026-05-21T04:18:33.266Zrunning 0 tests
32212026-05-21T04:18:33.266Z
32222026-05-21T04:18:33.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32232026-05-21T04:18:33.266Z
32242026-05-21T04:18:33.319Z+ for feat in tofino_stub tofino_asic softnpu chaos
32252026-05-21T04:18:33.319Z+ RUST_BACKTRACE=full
32262026-05-21T04:18:33.319Z+ cargo test --features chaos --no-fail-fast
32272026-05-21T04:18:33.892Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
32282026-05-21T04:18:33.967Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
32292026-05-21T04:18:33.976Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
32302026-05-21T04:18:42.179Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
32312026-05-21T04:18:42.354Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
32322026-05-21T04:19:15.741Z Finished `test` profile [unoptimized + debuginfo] target(s) in 42.40s
32332026-05-21T04:19:15.859Z Running unittests src/lib.rs (target/debug/deps/aal-d03ec83701aedb13)
32342026-05-21T04:19:15.863Z
32352026-05-21T04:19:15.863Zrunning 5 tests
32362026-05-21T04:19:15.863Ztest fuse::tests::chip_revision_a0 ... ok
32372026-05-21T04:19:15.863Ztest fuse::tests::chip_revision_b0 ... ok
32382026-05-21T04:19:15.864Ztest fuse::tests::chip_revision_b1 ... ok
32392026-05-21T04:19:15.864Ztest fuse::tests::chip_revision_unknown_device_id ... ok
32402026-05-21T04:19:15.864Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
32412026-05-21T04:19:15.864Z
32422026-05-21T04:19:15.864Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32432026-05-21T04:19:15.864Z
32442026-05-21T04:19:15.864Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
32452026-05-21T04:19:15.867Z
32462026-05-21T04:19:15.867Zrunning 0 tests
32472026-05-21T04:19:15.867Z
32482026-05-21T04:19:15.867Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32492026-05-21T04:19:15.868Z
32502026-05-21T04:19:15.868Z Running unittests src/lib.rs (target/debug/deps/asic-6dd17a84c2e798ac)
32512026-05-21T04:19:15.872Z
32522026-05-21T04:19:15.872Zrunning 0 tests
32532026-05-21T04:19:15.872Z
32542026-05-21T04:19:15.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32552026-05-21T04:19:15.872Z
32562026-05-21T04:19:15.872Z Running unittests src/lib.rs (target/debug/deps/common-34044727f15ea7d3)
32572026-05-21T04:19:15.877Z
32582026-05-21T04:19:15.877Zrunning 10 tests
32592026-05-21T04:19:15.882Ztest nat::tests::test_vni ... ok
32602026-05-21T04:19:15.882Ztest network::tests::test_equal ... ok
32612026-05-21T04:19:15.882Ztest network::tests::test_eui64 ... ok
32622026-05-21T04:19:15.882Ztest network::tests::test_not_equal ... ok
32632026-05-21T04:19:15.883Ztest network::tests::test_generate_ipv6_link_local ... ok
32642026-05-21T04:19:15.883Ztest network::tests::test_into ... ok
32652026-05-21T04:19:15.883Ztest network::tests::test_to_string ... ok
32662026-05-21T04:19:15.885Ztest network::tests::test_parse ... ok
32672026-05-21T04:19:15.885Ztest test_purge ... ok
32682026-05-21T04:19:15.885Ztest illumos::test::address_exists_handles_missing_object ... ok
32692026-05-21T04:19:15.885Z
32702026-05-21T04:19:15.885Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32712026-05-21T04:19:15.885Z
32722026-05-21T04:19:15.888Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-1273e0b718f67fce)
32732026-05-21T04:19:15.911Z
32742026-05-21T04:19:15.911Zrunning 1 test
32752026-05-21T04:19:17.190Ztest test::test_apis_up_to_date ... ok
32762026-05-21T04:19:17.190Z
32772026-05-21T04:19:17.190Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
32782026-05-21T04:19:17.190Z
32792026-05-21T04:19:17.243Z Running unittests src/main.rs (target/debug/deps/dpd-3689d0963b3f87b6)
32802026-05-21T04:19:17.248Z
32812026-05-21T04:19:17.248Zrunning 19 tests
32822026-05-21T04:19:17.251Ztest freemap::test_ordering ... ok
32832026-05-21T04:19:17.251Ztest config::tests::test_updates ... ok
32842026-05-21T04:19:17.251Ztest dhcpv6::tests::test_create_duid_bytes ... ok
32852026-05-21T04:19:17.251Ztest freemap::test_split ... ok
32862026-05-21T04:19:17.251Ztest macaddrs::tests::test_mac_offset ... ok
32872026-05-21T04:19:17.251Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
32882026-05-21T04:19:17.252Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
32892026-05-21T04:19:17.252Ztest macaddrs::tests::test_parse_port_id ... ok
32902026-05-21T04:19:17.252Ztest nat::test_mapping ... ok
32912026-05-21T04:19:17.257Ztest port_map::tests::dump_map ... ok
32922026-05-21T04:19:17.257Ztest port_map::tests::test_backplane_group ... ok
32932026-05-21T04:19:17.257Ztest port_map::tests::test_port_map ... ok
32942026-05-21T04:19:17.257ZMay 21 04:19:15.961 DEBG created new freemapMay 21 04:19:15.961, May 21 04:19:15.961 DEBGunit DEBG: created new freemap created new freemapfreemap_test, , unit
32952026-05-21T04:19:17.257Z:unit :freemap_test
32962026-05-21T04:19:17.257Zfreemap_test
32972026-05-21T04:19:17.257ZMay 21 04:19:15.961 DEBG initted freemap. size: 128May 21 04:19:15.961, unitDEBG: initted freemap. size: 128freemap_test,
32982026-05-21T04:19:17.257Zunit: freemap_test
32992026-05-21T04:19:17.257ZMay 21 04:19:15.961 DEBG reset freemapMay 21 04:19:15.961May 21 04:19:15.961, unit :DEBGDEBG reset freemapfreemap_test,
33002026-05-21T04:19:17.257Zunitinitted freemap. size: 128: , freemap_testunit
33012026-05-21T04:19:17.257Z: freemap_test
33022026-05-21T04:19:17.258ZMay 21 04:19:15.961 DEBG reset freemap, unit: freemap_test
33032026-05-21T04:19:17.258ZMay 21 04:19:15.961 DEBG created new freemap, unit: freemap_test
33042026-05-21T04:19:17.258ZMay 21 04:19:15.961 DEBG initted freemap. size: 128, unit: freemap_test
33052026-05-21T04:19:17.258ZMay 21 04:19:15.961 DEBG reset freemap, unit: freemap_test
33062026-05-21T04:19:17.258Ztest freemap::test_free ... ok
33072026-05-21T04:19:17.258Ztest freemap::test_exhaustion ... ok
33082026-05-21T04:19:17.258Ztest freemap::test_reclaim ... ok
33092026-05-21T04:19:17.258Ztest freemap::test_basic ... ok
33102026-05-21T04:19:17.258ZMay 21 04:19:15.962 DEBG created new freemap, unit: freemap_test
33112026-05-21T04:19:17.258ZMay 21 04:19:15.962 DEBG initted freemap. size: 128, unit: freemap_test
33122026-05-21T04:19:17.258ZMay 21 04:19:15.962 DEBG reset freemap, unit: freemap_test
33132026-05-21T04:19:17.258Ztest freemap::test_span ... ok
33142026-05-21T04:19:17.258Ztest port_map::tests::parse_softnpu_revision ... ok
33152026-05-21T04:19:17.258Ztest api_server::tests::test_build_info ... ok
33162026-05-21T04:19:17.258Z
33172026-05-21T04:19:17.258Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33182026-05-21T04:19:17.258Z
33192026-05-21T04:19:17.258Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-41e0d997c6dde53d)
33202026-05-21T04:19:17.261Z
33212026-05-21T04:19:17.262Zrunning 0 tests
33222026-05-21T04:19:17.262Z
33232026-05-21T04:19:17.262Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-05-21T04:19:17.262Z
33252026-05-21T04:19:17.262Z Running unittests src/lib.rs (target/debug/deps/dpd_api-90aa51e6c75d4b2a)
33262026-05-21T04:19:17.266Z
33272026-05-21T04:19:17.266Zrunning 0 tests
33282026-05-21T04:19:17.267Z
33292026-05-21T04:19:17.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33302026-05-21T04:19:17.270Z
33312026-05-21T04:19:17.270Z Running unittests src/lib.rs (target/debug/deps/dpd_client-5c3400c1f2c35521)
33322026-05-21T04:19:17.279Z
33332026-05-21T04:19:17.279Zrunning 6 tests
33342026-05-21T04:19:17.284Ztest tests::test_full_lot_id_neither_present ... ok
33352026-05-21T04:19:17.284Ztest tests::test_full_lot_id_lot_only ... ok
33362026-05-21T04:19:17.284Ztest tests::test_full_lot_id_lotnum_only ... ok
33372026-05-21T04:19:17.284Ztest tests::test_full_lot_id_both_present ... ok
33382026-05-21T04:19:17.284Ztest tests::test_port_id_cmp ... ok
33392026-05-21T04:19:17.285Ztest tests::test_parse_client_port_id ... ok
33402026-05-21T04:19:17.285Z
33412026-05-21T04:19:17.285Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-05-21T04:19:17.285Z
33432026-05-21T04:19:17.285Z Running tests/test_all.rs (target/debug/deps/test_all-8e74319e58588a45)
33442026-05-21T04:19:17.291Z
33452026-05-21T04:19:17.291Zrunning 6 tests
33462026-05-21T04:19:20.294Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
33472026-05-21T04:19:20.297Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
33482026-05-21T04:19:20.297Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
33492026-05-21T04:19:20.302Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
33502026-05-21T04:19:20.630Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
33512026-05-21T04:19:22.381Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
33522026-05-21T04:19:22.381Z
33532026-05-21T04:19:22.381Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.10s
33542026-05-21T04:19:22.381Z
33552026-05-21T04:19:22.387Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e4e9c0542d03f001)
33562026-05-21T04:19:22.392Z
33572026-05-21T04:19:22.392Zrunning 0 tests
33582026-05-21T04:19:22.392Z
33592026-05-21T04:19:22.395Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33602026-05-21T04:19:22.395Z
33612026-05-21T04:19:22.395Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-89b492be349866a5)
33622026-05-21T04:19:22.398Z
33632026-05-21T04:19:22.398Zrunning 0 tests
33642026-05-21T04:19:22.398Z
33652026-05-21T04:19:22.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33662026-05-21T04:19:22.401Z
33672026-05-21T04:19:22.401Z Running unittests src/lib.rs (target/debug/deps/packet-a6e1c52d98d3c867)
33682026-05-21T04:19:22.405Z
33692026-05-21T04:19:22.405Zrunning 12 tests
33702026-05-21T04:19:22.408Ztest icmp::test_v6_checksum ... ok
33712026-05-21T04:19:22.408Ztest icmp::test_v4_checksum ... ok
33722026-05-21T04:19:22.408Ztest lldp::test_lldp_parse ... ok
33732026-05-21T04:19:22.408Ztest pbuf::test_byte ... ok
33742026-05-21T04:19:22.408Ztest ipv6::test_ipv6_parse ... ok
33752026-05-21T04:19:22.408Ztest pbuf::test_nibble ... ok
33762026-05-21T04:19:22.408Ztest pbuf::test_short ... ok
33772026-05-21T04:19:22.408Ztest pbuf::test_twelve ... ok
33782026-05-21T04:19:22.408Ztest pbuf::test_word ... ok
33792026-05-21T04:19:22.408Ztest pbuf::test_overflow ... ok
33802026-05-21T04:19:22.408Ztest tcp::test_checksum_ack_data ... ok
33812026-05-21T04:19:22.408Ztest tcp::test_checksum_syn_nodata ... ok
33822026-05-21T04:19:22.408Z
33832026-05-21T04:19:22.408Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33842026-05-21T04:19:22.408Z
33852026-05-21T04:19:22.411Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
33862026-05-21T04:19:22.413Z
33872026-05-21T04:19:22.414Zrunning 0 tests
33882026-05-21T04:19:22.414Z
33892026-05-21T04:19:22.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33902026-05-21T04:19:22.414Z
33912026-05-21T04:19:22.414Z Running unittests src/main.rs (target/debug/deps/swadm-ce991cf22ad57459)
33922026-05-21T04:19:22.416Z
33932026-05-21T04:19:22.416Zrunning 5 tests
33942026-05-21T04:19:22.416Ztest switchport::test::test_compute_lanes ... ok
33952026-05-21T04:19:22.417Ztest switchport::test::port_id_ordering ... ok
33962026-05-21T04:19:22.417Z Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2
33972026-05-21T04:19:22.417ZLane 3 State: Activated
33982026-05-21T04:19:22.417ZActivated Rx Loss-of-lock: YesActivated Activated
33992026-05-21T04:19:22.417ZYes Rx Output Enabled: false false falseYes falseYes
34002026-05-21T04:19:22.417Z
34012026-05-21T04:19:22.417Z Rx Output Status: valid Rx Loss-of-signal: Yes valid Yesvalid valid
34022026-05-21T04:19:22.417ZYes Rx Loss-of-lock: trueYes
34032026-05-21T04:19:22.417Ztrue true Rx CDR Enabled: Yestrue
34042026-05-21T04:19:22.417ZYes Rx Loss-of-signal: false Yes falseYes
34052026-05-21T04:19:22.417Z false Tx Enabled: Yesfalse
34062026-05-21T04:19:22.417Z Rx Auto-squelch Disable: true Yes trueYes Yestrue
34072026-05-21T04:19:22.417Z true
34082026-05-21T04:19:22.417Z Tx Output Enabled: true Tx Loss-of-lock: No true No trueNo Notrue
34092026-05-21T04:19:22.417Z
34102026-05-21T04:19:22.417Z Tx Output Status: invalid Tx Loss-of-signal: Noinvalid invalid No invalidNo
34112026-05-21T04:19:22.417Z No
34122026-05-21T04:19:22.417Z Tx Loss-of-lock: false false Tx CDR Enabled: Nofalse false
34132026-05-21T04:19:22.417ZNo Tx Loss-of-signal: true No trueNo
34142026-05-21T04:19:22.417Ztrue true
34152026-05-21T04:19:22.417Z Tx Adaptive EQ Fault: No Tx Auto-squelch Disable: falseNo falseNo No
34162026-05-21T04:19:22.417Zfalse false
34172026-05-21T04:19:22.417Z Tx Fault: Yes Tx Adaptive EQ Fail: true trueYes Yestrue Yes
34182026-05-21T04:19:22.417Ztrue
34192026-05-21T04:19:22.417Z Tx Failure: false false false false
34202026-05-21T04:19:22.417Z Tx Force Squelch: true true true true
34212026-05-21T04:19:22.417Z Tx Input Polarity: normal normal normal normal
34222026-05-21T04:19:22.417Ztest switchport::test::test_print_sff_datapath ... ok
34232026-05-21T04:19:22.417Ztest switchport::test::test_print_cmis_datapath ... ok
34242026-05-21T04:19:22.420Ztest link::test_filter ... ok
34252026-05-21T04:19:22.420Z
34262026-05-21T04:19:22.420Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34272026-05-21T04:19:22.420Z
34282026-05-21T04:19:22.421Z Running tests/counters.rs (target/debug/deps/counters-9c5cfe0b98406cf4)
34292026-05-21T04:19:22.421Z
34302026-05-21T04:19:22.421Zrunning 1 test
34312026-05-21T04:19:22.421Ztest test_p4_counter_list ... ignored
34322026-05-21T04:19:22.421Z
34332026-05-21T04:19:22.421Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
34342026-05-21T04:19:22.421Z
34352026-05-21T04:19:22.423Z Running tests/port-link.rs (target/debug/deps/port_link-42927b5fcb3622bd)
34362026-05-21T04:19:22.423Z
34372026-05-21T04:19:22.424Zrunning 5 tests
34382026-05-21T04:19:22.424Ztest test_an ... ignored
34392026-05-21T04:19:22.424Ztest test_enable ... ignored
34402026-05-21T04:19:22.424Ztest test_ip_addresses ... ignored
34412026-05-21T04:19:22.424Ztest test_kr ... ignored
34422026-05-21T04:19:22.424Ztest test_mac ... ignored
34432026-05-21T04:19:22.424Z
34442026-05-21T04:19:22.424Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
34452026-05-21T04:19:22.424Z
34462026-05-21T04:19:22.426Z Running unittests src/main.rs (target/debug/deps/tfportd-66a94441f7359a72)
34472026-05-21T04:19:22.426Z
34482026-05-21T04:19:22.426Zrunning 3 tests
34492026-05-21T04:19:22.429Ztest linklocal::test_parse_ipadm ... ok
34502026-05-21T04:19:22.429Ztest tfport::test_parse_tfport ... ok
34512026-05-21T04:19:22.429Ztest config::tests::test_updates ... ok
34522026-05-21T04:19:22.429Z
34532026-05-21T04:19:22.429Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34542026-05-21T04:19:22.429Z
34552026-05-21T04:19:22.429Z Running unittests src/main.rs (target/debug/deps/uplinkd-813fed21316b66c1)
34562026-05-21T04:19:22.438Z
34572026-05-21T04:19:22.438Zrunning 0 tests
34582026-05-21T04:19:22.438Z
34592026-05-21T04:19:22.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34602026-05-21T04:19:22.438Z
34612026-05-21T04:19:22.438Z Running unittests src/main.rs (target/debug/deps/xtask-b6900d2263d3b4eb)
34622026-05-21T04:19:22.438Z
34632026-05-21T04:19:22.438Zrunning 0 tests
34642026-05-21T04:19:22.438Z
34652026-05-21T04:19:22.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34662026-05-21T04:19:22.438Z
34672026-05-21T04:19:22.442Z Doc-tests aal
34682026-05-21T04:19:22.608Z
34692026-05-21T04:19:22.609Zrunning 0 tests
34702026-05-21T04:19:22.609Z
34712026-05-21T04:19:22.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34722026-05-21T04:19:22.612Z
34732026-05-21T04:19:22.625Z Doc-tests aal_macros
34742026-05-21T04:19:22.698Z
34752026-05-21T04:19:22.698Zrunning 0 tests
34762026-05-21T04:19:22.698Z
34772026-05-21T04:19:22.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34782026-05-21T04:19:22.698Z
34792026-05-21T04:19:22.710Z Doc-tests common
34802026-05-21T04:19:22.944Z
34812026-05-21T04:19:22.944Zrunning 0 tests
34822026-05-21T04:19:22.944Z
34832026-05-21T04:19:22.944Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34842026-05-21T04:19:22.944Z
34852026-05-21T04:19:22.966Z Doc-tests dpd_api
34862026-05-21T04:19:23.790Z
34872026-05-21T04:19:23.790Zrunning 2 tests
34882026-05-21T04:19:23.790Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
34892026-05-21T04:19:23.790Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
34902026-05-21T04:19:23.790Z
34912026-05-21T04:19:23.791Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
34922026-05-21T04:19:23.791Z
34932026-05-21T04:19:23.824Z Doc-tests dpd_client
34942026-05-21T04:19:25.218Z
34952026-05-21T04:19:25.218Zrunning 0 tests
34962026-05-21T04:19:25.218Z
34972026-05-21T04:19:25.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34982026-05-21T04:19:25.218Z
34992026-05-21T04:19:25.267Z Doc-tests dpd_types
35002026-05-21T04:19:25.475Z
35012026-05-21T04:19:25.475Zrunning 0 tests
35022026-05-21T04:19:25.475Z
35032026-05-21T04:19:25.475Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35042026-05-21T04:19:25.475Z
35052026-05-21T04:19:25.503Z Doc-tests dpd_types_versions
35062026-05-21T04:19:26.704Z
35072026-05-21T04:19:26.704Zrunning 1 test
35082026-05-21T04:19:26.704Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
35092026-05-21T04:19:26.704Z
35102026-05-21T04:19:26.704Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35112026-05-21T04:19:26.704Z
35122026-05-21T04:19:26.751Z Doc-tests packet
35132026-05-21T04:19:26.861Z
35142026-05-21T04:19:26.861Zrunning 0 tests
35152026-05-21T04:19:26.861Z
35162026-05-21T04:19:26.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35172026-05-21T04:19:26.861Z
35182026-05-21T04:19:26.878Z Doc-tests pcap
35192026-05-21T04:19:26.931Z
35202026-05-21T04:19:26.931Zrunning 0 tests
35212026-05-21T04:19:26.931Z
35222026-05-21T04:19:26.931Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35232026-05-21T04:19:26.931Z
35242026-05-21T04:19:26.980Zprocess exited: duration 569119 ms, exit code 0
 
35252026-05-21T04:19:26.986Zfound 0 output files