01KT68E5PGVCYMGQ7XSVD4D52G: test

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

Buildomat Job: 01KT68F9PK4FXDA6REVMPX9V2E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T08:10:14.489Zjob assigned to worker 01KT68FBKEV6216NPF9Y8NFH7Z [factory aws, i-083a7b80e700c5f4f] (queued for 53 s)
 
22026-06-03T08:10:20.811Zstarting task 0: "setup"
32026-06-03T08:10:20.816Z++ uname -s
42026-06-03T08:10:20.822Z+ kern=SunOS
52026-06-03T08:10:20.822Z+ build_user=build
62026-06-03T08:10:20.822Z+ build_uid=12345
72026-06-03T08:10:20.822Z+ work_dir=/work
82026-06-03T08:10:20.822Z+ input_dir=/input
92026-06-03T08:10:20.822Z+ [[ 0 == 12345 ]]
102026-06-03T08:10:20.822Z+ case "$kern" in
112026-06-03T08:10:20.822Z+ groupadd -g 12345 build
122026-06-03T08:10:20.822Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T08:10:22.826Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T08:10:22.947Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T08:10:22.953Z+ home_fs=zfs
162026-06-03T08:10:22.954Z+ [[ zfs == autofs ]]
172026-06-03T08:10:22.954Z+ mkdir -p /home/build
182026-06-03T08:10:22.954Z+ chown build:build /home/build /work
192026-06-03T08:10:24.952Z+ chmod 0700 /home/build /work
202026-06-03T08:10:24.955Zprocess exited: duration 4142 ms, exit code 0
 
212026-06-03T08:10:24.961Zstarting task 1: "rust-toolchain"
222026-06-03T08:10:24.969Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-03T08:10:24.969Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T08:10:24.969Z * rust toolchain channel = "1.90.0"
252026-06-03T08:10:24.969Z * rust toolchain profile = "default"
262026-06-03T08:10:24.969Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-03T08:10:24.972Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-03T08:10:24.972Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T08:10:24.972Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-03T08:10:25.082Zinfo: downloading installer
312026-06-03T08:10:26.364Zwarn: It looks like you have an existing rustup settings file at:
322026-06-03T08:10:26.364Zwarn: /home/build/.rustup/settings.toml
332026-06-03T08:10:26.365Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-03T08:10:26.365Zwarn: instead of the one inferred from the default host triple.
352026-06-03T08:10:26.377Zinfo: profile set to default
362026-06-03T08:10:26.377Zinfo: default host triple is x86_64-unknown-illumos
372026-06-03T08:10:26.380Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-03T08:10:26.524Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-03T08:10:26.527Zinfo: downloading 6 components
402026-06-03T08:10:40.257Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-03T08:10:40.257Z
422026-06-03T08:10:40.288Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-03T08:10:40.288Z
442026-06-03T08:10:40.291Z
452026-06-03T08:10:40.291ZRust is installed now. Great!
462026-06-03T08:10:40.291Z
472026-06-03T08:10:40.291ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-03T08:10:40.291Zenvironment variable. This has not been done automatically.
492026-06-03T08:10:40.291Z
502026-06-03T08:10:40.291ZTo configure your current shell, you need to source
512026-06-03T08:10:40.291Zthe corresponding env file under $HOME/.cargo.
522026-06-03T08:10:40.291Z
532026-06-03T08:10:40.291ZThis is usually done by running one of the following (note the leading DOT):
542026-06-03T08:10:40.291Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-03T08:10:40.291Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-03T08:10:40.291Zsource "~/.cargo/env.nu" # For nushell
572026-06-03T08:10:40.291Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-03T08:10:40.291Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-03T08:10:40.291Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-03T08:10:40.291Zwarn: no default linker (`cc`) was found in your PATH
612026-06-03T08:10:40.291Zwarn: many Rust crates require a system C toolchain to build
622026-06-03T08:10:40.384Z+ rustup --version
632026-06-03T08:10:40.394Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-03T08:10:40.400Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-03T08:10:40.417Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-03T08:10:40.420Z+ cargo --version
672026-06-03T08:10:40.432Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-03T08:10:40.436Z+ rustc --version
692026-06-03T08:10:40.458Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-03T08:10:40.463Zprocess exited: duration 15497 ms, exit code 0
 
712026-06-03T08:10:40.478Zstarting task 2: "authentication"
722026-06-03T08:10:40.489ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-03T08:10:44.528Zprocess exited: duration 4050 ms, exit code 0
 
742026-06-03T08:10:44.538Zstarting task 3: "clone repository"
752026-06-03T08:10:44.543Z+ mkdir -p /work/oxidecomputer/dendrite
762026-06-03T08:10:44.548Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
772026-06-03T08:10:44.583ZCloning into '/work/oxidecomputer/dendrite'...
782026-06-03T08:10:45.682Z+ cd /work/oxidecomputer/dendrite
792026-06-03T08:10:45.682Z+ git fetch origin 5b12feb4f8f23579a6eb4b5752c34ede586bf9aa
802026-06-03T08:10:45.913ZFrom https://github.com/oxidecomputer/dendrite
812026-06-03T08:10:45.913Z * branch 5b12feb4f8f23579a6eb4b5752c34ede586bf9aa -> FETCH_HEAD
822026-06-03T08:10:45.930Z+ [[ -n renovate/socket2-0.x-lockfile ]]
832026-06-03T08:10:45.930Z++ git branch --show-current
842026-06-03T08:10:45.930Z+ current=main
852026-06-03T08:10:45.930Z+ [[ main != renovate/socket2-0.x-lockfile ]]
862026-06-03T08:10:45.930Z+ git branch -f renovate/socket2-0.x-lockfile 5b12feb4f8f23579a6eb4b5752c34ede586bf9aa
872026-06-03T08:10:45.930Z+ git checkout -f renovate/socket2-0.x-lockfile
882026-06-03T08:10:45.943ZSwitched to branch 'renovate/socket2-0.x-lockfile'
892026-06-03T08:10:45.943Z+ git reset --hard 5b12feb4f8f23579a6eb4b5752c34ede586bf9aa
902026-06-03T08:10:45.948ZHEAD is now at 5b12feb Update Rust crate socket2 to v0.6.4
912026-06-03T08:10:45.948Zprocess exited: duration 1400 ms, exit code 0
 
922026-06-03T08:10:45.976Zstarting task 4: "build"
932026-06-03T08:10:45.983Z+ source .github/buildomat/common.sh
942026-06-03T08:10:45.983Z++ TOFINO_STAGES=20
952026-06-03T08:10:45.983Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
962026-06-03T08:10:45.983Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
972026-06-03T08:10:45.984Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
982026-06-03T08:10:45.984Z+++ uname -s
992026-06-03T08:10:45.984Z++ '[' SunOS == SunOS ']'
1002026-06-03T08:10:45.984Z++ SERIES=illumos
1012026-06-03T08:10:45.984Z+++ uname -s
1022026-06-03T08:10:45.984Z++ '[' SunOS == SunOS ']'
1032026-06-03T08:10:45.984Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1042026-06-03T08:10:45.984Z++ rustup show active-toolchain
1052026-06-03T08:10:45.984Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1062026-06-03T08:10:45.984Z+ source .github/buildomat/illumos.sh
1072026-06-03T08:10:45.984Z++ banner 'sde setup'
1082026-06-03T08:10:45.984Z
1092026-06-03T08:10:45.984Z #### ##### ###### #### ###### ##### # # #####
1102026-06-03T08:10:45.984Z # # # # # # # # # # #
1112026-06-03T08:10:45.984Z #### # # ##### #### ##### # # # # #
1122026-06-03T08:10:45.984Z # # # # # # # # # #####
1132026-06-03T08:10:45.984Z # # # # # # # # # # # #
1142026-06-03T08:10:45.984Z #### ##### ###### #### ###### # #### #
1152026-06-03T08:10:45.984Z
1162026-06-03T08:10:45.984Z++ export PKG_SUCCESS_ON_NOP=1
1172026-06-03T08:10:45.985Z++ PKG_SUCCESS_ON_NOP=1
1182026-06-03T08:10:45.985Z++ export PKG=tofino_sde.p5p
1192026-06-03T08:10:45.985Z++ PKG=tofino_sde.p5p
1202026-06-03T08:10:45.985Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1212026-06-03T08:10:45.989Z % Total % Received % Xferd Average Speed Time Time Time Current
1222026-06-03T08:10:45.989Z Dload Upload Total Spent Left Speed
1232026-06-03T08:10:47.359Z 0 0 0 0 0 0 0 0 0 65 76.03M 65 49.48M 0 0 49.52M 0 00:01 00:01 49.53M 100 76.03M 100 76.03M 0 0 55.62M 0 00:01 00:01 49.53M 100 76.03M 100 76.03M 0 0 55.61M 0 00:01 00:01 49.53M 100 76.03M 100 76.03M 0 0 55.61M 0 00:01 00:01 49.53M
1242026-06-03T08:10:47.365Z+++ digest -a sha256 tofino_sde.p5p
1252026-06-03T08:10:47.412Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1262026-06-03T08:10:47.424Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1272026-06-03T08:10:47.424Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1282026-06-03T08:10:48.320Z Startup: Refreshing catalog 'helios' ... Done
1292026-06-03T08:10:48.398Z Startup: Caching catalogs ... Done
1302026-06-03T08:10:48.435Z Startup: Refreshing catalog 'oxide' ... Done
1312026-06-03T08:10:48.766ZPlanning: Solver setup ... Done
1322026-06-03T08:10:48.786ZPlanning: Running solver ... Done
1332026-06-03T08:10:48.791ZPlanning: Finding local manifests ... Done
1342026-06-03T08:10:48.795ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-03T08:10:48.800ZPlanning: Fetching manifests: 1/1 100% complete
1362026-06-03T08:10:48.818ZPlanning: Package planning ... Done
1372026-06-03T08:10:48.824ZPlanning: Merging actions ... Done
1382026-06-03T08:10:48.935ZPlanning: Checking for conflicting actions ... Done
1392026-06-03T08:10:48.938ZPlanning: Consolidating action changes ... Done
1402026-06-03T08:10:49.748ZPlanning: Evaluating mediators ... Done
1412026-06-03T08:10:49.751ZPlanning: Planning completed in 1.31 seconds
1422026-06-03T08:10:49.756Z Packages to install: 1
1432026-06-03T08:10:49.756Z Create boot environment: No
1442026-06-03T08:10:49.758ZCreate backup boot environment: No
1452026-06-03T08:10:49.781Z
1462026-06-03T08:10:49.781ZDownload: 0/242 items 0.0/75.3MB 0% complete
1472026-06-03T08:10:49.916ZDownload: Completed 75.30 MB in 0.13 seconds (558M/s)
1482026-06-03T08:10:50.088Z Actions: 1/293 actions (Installing new actions)
1492026-06-03T08:10:51.081Z Actions: Completed 293 actions in 1.00 seconds.
1502026-06-03T08:10:51.084ZFinalize: Updating package state database ... Done
1512026-06-03T08:10:51.127ZFinalize: Updating package cache ... Done
1522026-06-03T08:10:51.148ZFinalize: Updating image state ... Done
1532026-06-03T08:10:53.619ZFinalize: Creating fast lookup database ... Done
1542026-06-03T08:10:53.696ZFinalize: Reading search index ... Done
1552026-06-03T08:10:53.699ZFinalize: Updating search index ... Done
1562026-06-03T08:10:53.933ZFinalize: Updating package cache ... Done
1572026-06-03T08:10:54.034Z++ export SDE=/opt/oxide/tofino_sde
1582026-06-03T08:10:54.034Z++ SDE=/opt/oxide/tofino_sde
1592026-06-03T08:10:54.034Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-03T08:10:54.034Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1612026-06-03T08:10:54.034Z++ banner packages
1622026-06-03T08:10:54.039Z
1632026-06-03T08:10:54.039Z ##### ## #### # # ## #### ###### ####
1642026-06-03T08:10:54.039Z # # # # # # # # # # # # # #
1652026-06-03T08:10:54.039Z # # # # # #### # # # ##### ####
1662026-06-03T08:10:54.039Z ##### ###### # # # ###### # ### # #
1672026-06-03T08:10:54.039Z # # # # # # # # # # # # # #
1682026-06-03T08:10:54.039Z # # # #### # # # # #### ###### ####
1692026-06-03T08:10:54.039Z
1702026-06-03T08:10:54.039Z++ pfexec pkg install clang-15 pcap gcc14
1712026-06-03T08:10:54.289Z Startup: Refreshing catalog 'helios' ... Done
1722026-06-03T08:10:54.292Z Startup: Refreshing catalog 'oxide' ... Done
1732026-06-03T08:10:54.576ZPlanning: Solver setup ... Done
1742026-06-03T08:10:54.598ZPlanning: Running solver ... Done
1752026-06-03T08:10:54.602ZPlanning: Consolidating action changes ... Done
1762026-06-03T08:10:54.606ZPlanning: Evaluating mediators ... Done
1772026-06-03T08:10:54.606ZPlanning: Planning completed in 0.31 seconds
1782026-06-03T08:10:54.619ZNo updates necessary for this image.
1792026-06-03T08:10:54.678Z++ pfexec pkg set-mediator -V 15 clang llvm
1802026-06-03T08:10:54.896ZPlanning: Evaluating mediator changes ... Done
1812026-06-03T08:10:55.005ZPlanning: Checking for conflicting actions ... Done
1822026-06-03T08:10:55.009ZPlanning: Consolidating action changes ... Done
1832026-06-03T08:10:55.172ZPlanning: Evaluating mediators ... Done
1842026-06-03T08:10:55.176ZPlanning: Planning completed in 0.28 seconds
1852026-06-03T08:10:55.209Z Mediators to change: 2
1862026-06-03T08:10:55.209Z Create boot environment: No
1872026-06-03T08:10:55.209ZCreate backup boot environment: No
1882026-06-03T08:10:55.253ZFinalize: Updating package state database ... Done
1892026-06-03T08:10:55.253ZFinalize: Updating package cache ... Done
1902026-06-03T08:10:55.262ZFinalize: Updating image state ... Done
1912026-06-03T08:10:57.286ZFinalize: Creating fast lookup database ... Done
1922026-06-03T08:10:57.358ZFinalize: Reading search index ... Done
1932026-06-03T08:10:57.366ZFinalize: Updating search index ... Done
1942026-06-03T08:10:57.444ZFinalize: Updating package cache ... Done
1952026-06-03T08:10:57.520Z++ cargo --version
1962026-06-03T08:10:57.530Zcargo 1.90.0 (840b83a10 2025-07-30)
1972026-06-03T08:10:57.533Z++ rustc --version
1982026-06-03T08:10:57.554Zrustc 1.90.0 (1159e78c4 2025-09-14)
1992026-06-03T08:10:57.565Z+ banner copyrights
2002026-06-03T08:10:57.569Z
2012026-06-03T08:10:57.569Z #### #### ##### # # ##### # #### # # ##### ####
2022026-06-03T08:10:57.569Z # # # # # # # # # # # # # # # # #
2032026-06-03T08:10:57.569Z # # # # # # # # # # ###### # ####
2042026-06-03T08:10:57.569Z # # # ##### # ##### # # ### # # # #
2052026-06-03T08:10:57.569Z # # # # # # # # # # # # # # # #
2062026-06-03T08:10:57.569Z #### #### # # # # # #### # # # ####
2072026-06-03T08:10:57.569Z
2082026-06-03T08:10:57.569Z+ ./tools/check_copyrights.sh
2092026-06-03T08:10:57.840Zcommon/src/illumos.rs: Copyright with wrong year
2102026-06-03T08:10:59.006Zdpd/p4/headers.p4: Copyright with wrong year
2112026-06-03T08:10:59.047Zpacket/src/eth.rs: Copyright with wrong year
2122026-06-03T08:10:59.132Zpcap/build.rs: Copyright with wrong year
2132026-06-03T08:10:59.299Ztfportd/src/linklocal.rs: Copyright with wrong year
2142026-06-03T08:10:59.523Z+ banner clippy
2152026-06-03T08:10:59.532Z
2162026-06-03T08:10:59.532Z #### # # ##### ##### # #
2172026-06-03T08:10:59.532Z # # # # # # # # # #
2182026-06-03T08:10:59.532Z # # # # # # # #
2192026-06-03T08:10:59.532Z # # # ##### ##### #
2202026-06-03T08:10:59.532Z # # # # # # #
2212026-06-03T08:10:59.532Z #### ###### # # # #
2222026-06-03T08:10:59.532Z
2232026-06-03T08:10:59.532Z+ for feat in tofino_stub tofino_asic softnpu chaos
2242026-06-03T08:10:59.532Z+ cargo clippy --features tofino_stub -- --deny warnings
2252026-06-03T08:10:59.680Z Updating git repository `https://github.com/oxidecomputer/omicron`
2262026-06-03T08:11:10.258Z Updating crates.io index
2272026-06-03T08:11:10.261Z Updating git repository `https://github.com/illumos/smf-rs`
2282026-06-03T08:11:10.504Z Updating git repository `https://github.com/oxidecomputer/propolis`
2292026-06-03T08:11:11.200Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2302026-06-03T08:11:11.467Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-06-03T08:11:11.717Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2322026-06-03T08:11:12.181Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2332026-06-03T08:11:13.171Z Updating git repository `https://github.com/oxidecomputer/ispf`
2342026-06-03T08:11:13.436Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2352026-06-03T08:11:13.792Z Updating git repository `https://github.com/oxidecomputer/lldp`
2362026-06-03T08:11:14.096Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2372026-06-03T08:11:14.469Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2382026-06-03T08:11:14.821Z Updating git repository `https://github.com/oxidecomputer/p4`
2392026-06-03T08:11:15.461Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2402026-06-03T08:11:15.768Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-03T08:11:16.176Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2422026-06-03T08:11:16.729Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-03T08:11:17.006Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-03T08:11:17.220Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-06-03T08:11:17.523Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-06-03T08:11:17.997Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-06-03T08:11:18.452Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-06-03T08:11:19.113Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-06-03T08:11:20.055Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-03T08:11:20.784Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-06-03T08:11:21.275Z Updating git repository `https://github.com/oxidecomputer/crucible`
2522026-06-03T08:11:22.586Z Updating git repository `https://github.com/oxidecomputer/opte`
2532026-06-03T08:11:23.689Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542026-06-03T08:11:23.932Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-03T08:11:24.447Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-06-03T08:11:26.292Z Downloading crates ...
2572026-06-03T08:11:26.354Z Downloaded adler2 v2.0.1
2582026-06-03T08:11:26.359Z Downloaded bitflags v1.3.2
2592026-06-03T08:11:26.366Z Downloaded ciborium-io v0.2.2
2602026-06-03T08:11:26.366Z Downloaded anstyle v1.0.14
2612026-06-03T08:11:26.370Z Downloaded cfg_aliases v0.2.1
2622026-06-03T08:11:26.370Z Downloaded atomicwrites v0.4.4
2632026-06-03T08:11:26.373Z Downloaded debug-ignore v1.0.5
2642026-06-03T08:11:26.376Z Downloaded curve25519-dalek-derive v0.1.1
2652026-06-03T08:11:26.376Z Downloaded csv-core v0.1.12
2662026-06-03T08:11:26.379Z Downloaded cipher v0.4.4
2672026-06-03T08:11:26.382Z Downloaded daft-derive v0.1.5
2682026-06-03T08:11:26.388Z Downloaded cargo-platform v0.1.9
2692026-06-03T08:11:26.392Z Downloaded ciborium-ll v0.2.2
2702026-06-03T08:11:26.392Z Downloaded const_format_proc_macros v0.2.34
2712026-06-03T08:11:26.392Z Downloaded crc32fast v1.5.0
2722026-06-03T08:11:26.395Z Downloaded defmt-macros v1.0.1
2732026-06-03T08:11:26.395Z Downloaded generic-array v0.14.7
2742026-06-03T08:11:26.397Z Downloaded heck v0.4.1
2752026-06-03T08:11:26.400Z Downloaded hostname v0.4.2
2762026-06-03T08:11:26.405Z Downloaded block-buffer v0.10.4
2772026-06-03T08:11:26.405Z Downloaded hmac v0.12.1
2782026-06-03T08:11:26.409Z Downloaded getrandom v0.2.16
2792026-06-03T08:11:26.413Z Downloaded git-stub v1.0.0
2802026-06-03T08:11:26.414Z Downloaded futures-sink v0.3.32
2812026-06-03T08:11:26.414Z Downloaded hash32 v0.3.1
2822026-06-03T08:11:26.418Z Downloaded anstyle-query v1.1.4
2832026-06-03T08:11:26.419Z Downloaded gethostname v0.5.0
2842026-06-03T08:11:26.427Z Downloaded heck v0.5.0
2852026-06-03T08:11:26.427Z Downloaded futures-macro v0.3.32
2862026-06-03T08:11:26.427Z Downloaded darling_core v0.21.3
2872026-06-03T08:11:26.434Z Downloaded dunce v1.0.5
2882026-06-03T08:11:26.434Z Downloaded crucible-workspace-hack v0.1.0
2892026-06-03T08:11:26.434Z Downloaded hex v0.4.3
2902026-06-03T08:11:26.437Z Downloaded convert_case v0.4.0
2912026-06-03T08:11:26.437Z Downloaded colorchoice v1.0.4
2922026-06-03T08:11:26.437Z Downloaded crc8 v0.1.1
2932026-06-03T08:11:26.437Z Downloaded atomic-waker v1.1.2
2942026-06-03T08:11:26.440Z Downloaded fixedbitset v0.4.2
2952026-06-03T08:11:26.440Z Downloaded errno v0.3.14
2962026-06-03T08:11:26.443Z Downloaded clap_lex v1.1.0
2972026-06-03T08:11:26.447Z Downloaded compression-core v0.4.32
2982026-06-03T08:11:26.447Z Downloaded embedded-io v0.4.0
2992026-06-03T08:11:26.451Z Downloaded dof v0.4.0
3002026-06-03T08:11:26.451Z Downloaded hostname v0.3.1
3012026-06-03T08:11:26.454Z Downloaded git-stub-vcs v0.1.0
3022026-06-03T08:11:26.454Z Downloaded glob v0.3.3
3032026-06-03T08:11:26.457Z Downloaded base64ct v1.8.0
3042026-06-03T08:11:26.461Z Downloaded highway v1.3.0
3052026-06-03T08:11:26.461Z Downloaded bcs v0.1.6
3062026-06-03T08:11:26.464Z Downloaded argon2 v0.5.3
3072026-06-03T08:11:26.464Z Downloaded anstyle-parse v1.0.0
3082026-06-03T08:11:26.470Z Downloaded foreign-types-shared v0.1.1
3092026-06-03T08:11:26.475Z Downloaded hubpack_derive v0.1.1
3102026-06-03T08:11:26.475Z Downloaded dropshot-api-manager-types v0.7.2
3112026-06-03T08:11:26.475Z Downloaded futures-core v0.3.32
3122026-06-03T08:11:26.475Z Downloaded float-ord v0.3.2
3132026-06-03T08:11:26.482Z Downloaded equivalent v1.0.2
3142026-06-03T08:11:26.482Z Downloaded clang-sys v1.8.1
3152026-06-03T08:11:26.483Z Downloaded httpdate v1.0.3
3162026-06-03T08:11:26.487Z Downloaded form_urlencoded v1.2.2
3172026-06-03T08:11:26.487Z Downloaded enum-as-inner v0.6.1
3182026-06-03T08:11:26.487Z Downloaded indent_write v2.2.0
3192026-06-03T08:11:26.487Z Downloaded ident_case v1.0.1
3202026-06-03T08:11:26.490Z Downloaded dyn-clone v1.0.20
3212026-06-03T08:11:26.490Z Downloaded fastrand v2.3.0
3222026-06-03T08:11:26.493Z Downloaded idna_adapter v1.2.1
3232026-06-03T08:11:26.493Z Downloaded instant v0.1.13
3242026-06-03T08:11:26.496Z Downloaded hubpack v0.1.2
3252026-06-03T08:11:26.496Z Downloaded http-body v1.0.1
3262026-06-03T08:11:26.509Z Downloaded data-encoding v2.9.0
3272026-06-03T08:11:26.509Z Downloaded cexpr v0.6.0
3282026-06-03T08:11:26.509Z Downloaded hyper-tls v0.6.0
3292026-06-03T08:11:26.509Z Downloaded crossbeam-deque v0.8.6
3302026-06-03T08:11:26.509Z Downloaded dtrace-parser v0.2.0
3312026-06-03T08:11:26.512Z Downloaded defmt-parser v1.0.0
3322026-06-03T08:11:26.512Z Downloaded is_terminal_polyfill v1.70.1
3332026-06-03T08:11:26.512Z Downloaded byteorder v1.5.0
3342026-06-03T08:11:26.512Z Downloaded internet-checksum v0.2.1
3352026-06-03T08:11:26.515Z Downloaded kstat-rs v0.2.4
3362026-06-03T08:11:26.515Z Downloaded chacha20 v0.9.1
3372026-06-03T08:11:26.519Z Downloaded globset v0.4.16
3382026-06-03T08:11:26.523Z Downloaded fnv v1.0.7
3392026-06-03T08:11:26.523Z Downloaded defmt v1.0.1
3402026-06-03T08:11:26.526Z Downloaded foreign-types v0.3.2
3412026-06-03T08:11:26.526Z Downloaded cmake v0.1.54
3422026-06-03T08:11:26.526Z Downloaded futures-executor v0.3.32
3432026-06-03T08:11:26.529Z Downloaded daft v0.1.5
3442026-06-03T08:11:26.529Z Downloaded libscf-sys v1.2.0
3452026-06-03T08:11:26.532Z Downloaded ff v0.13.1
3462026-06-03T08:11:26.537Z Downloaded bytecount v0.6.9
3472026-06-03T08:11:26.537Z Downloaded inout v0.1.4
3482026-06-03T08:11:26.540Z Downloaded async-trait v0.1.89
3492026-06-03T08:11:26.540Z Downloaded is_ci v1.2.0
3502026-06-03T08:11:26.544Z Downloaded lru-slab v0.1.2
3512026-06-03T08:11:26.544Z Downloaded lru-cache v0.1.2
3522026-06-03T08:11:26.548Z Downloaded is-terminal v0.4.16
3532026-06-03T08:11:26.548Z Downloaded deranged v0.5.3
3542026-06-03T08:11:26.554Z Downloaded anyhow v1.0.102
3552026-06-03T08:11:26.554Z Downloaded lazy_static v1.5.0
3562026-06-03T08:11:26.558Z Downloaded foreign-types-macros v0.2.3
3572026-06-03T08:11:26.558Z Downloaded fixedbitset v0.5.7
3582026-06-03T08:11:26.558Z Downloaded ipnetwork v0.21.1
3592026-06-03T08:11:26.564Z Downloaded fs-err v3.1.2
3602026-06-03T08:11:26.564Z Downloaded displaydoc v0.2.5
3612026-06-03T08:11:26.566Z Downloaded newtype-uuid-macros v0.1.0
3622026-06-03T08:11:26.566Z Downloaded filetime v0.2.26
3632026-06-03T08:11:26.566Z Downloaded humantime v2.3.0
3642026-06-03T08:11:26.569Z Downloaded newtype_derive v0.1.6
3652026-06-03T08:11:26.569Z Downloaded newline-converter v0.3.0
3662026-06-03T08:11:26.572Z Downloaded foldhash v0.2.0
3672026-06-03T08:11:26.572Z Downloaded compression-codecs v0.4.32
3682026-06-03T08:11:26.575Z Downloaded num-derive v0.4.2
3692026-06-03T08:11:26.985Z Downloaded match_cfg v0.1.0
3702026-06-03T08:11:26.988Z Downloaded managed v0.8.0
3712026-06-03T08:11:26.988Z Downloaded macaddr v1.0.1
3722026-06-03T08:11:26.988Z Downloaded crossbeam-utils v0.8.21
3732026-06-03T08:11:26.988Z Downloaded either v1.15.0
3742026-06-03T08:11:26.988Z Downloaded bitflags v2.11.1
3752026-06-03T08:11:26.989Z Downloaded crossbeam-epoch v0.9.18
3762026-06-03T08:11:26.989Z Downloaded omicron-workspace-hack v0.1.0
3772026-06-03T08:11:26.989Z Downloaded num v0.4.3
3782026-06-03T08:11:26.989Z Downloaded memoffset v0.9.1
3792026-06-03T08:11:26.989Z Downloaded libsw-core v0.3.2
3802026-06-03T08:11:26.989Z Downloaded derive-ex v0.1.8
3812026-06-03T08:11:26.989Z Downloaded clap v4.6.0
3822026-06-03T08:11:26.989Z Downloaded openssl-macros v0.1.1
3832026-06-03T08:11:26.989Z Downloaded ingot v0.1.1
3842026-06-03T08:11:26.989Z Downloaded lock_api v0.4.14
3852026-06-03T08:11:26.989Z Downloaded num-conv v0.2.1
3862026-06-03T08:11:26.989Z Downloaded jobserver v0.1.34
3872026-06-03T08:11:26.989Z Downloaded itoa v1.0.15
3882026-06-03T08:11:26.989Z Downloaded ingot-types v0.1.2
3892026-06-03T08:11:26.989Z Downloaded libloading v0.8.9
3902026-06-03T08:11:26.989Z Downloaded num_enum_derive v0.5.11
3912026-06-03T08:11:26.989Z Downloaded num-iter v0.1.45
3922026-06-03T08:11:26.989Z Downloaded olpc-cjson v0.1.4
3932026-06-03T08:11:26.989Z Downloaded libsw v3.5.0
3942026-06-03T08:11:26.989Z Downloaded iana-time-zone v0.1.64
3952026-06-03T08:11:26.989Z Downloaded openssl-probe v0.1.6
3962026-06-03T08:11:26.989Z Downloaded opaque-debug v0.3.1
3972026-06-03T08:11:26.989Z Downloaded ingot-macros v0.1.1
3982026-06-03T08:11:26.989Z Downloaded linear-map v1.2.0
3992026-06-03T08:11:26.989Z Downloaded getrandom v0.3.3
4002026-06-03T08:11:26.989Z Downloaded pin-utils v0.1.0
4012026-06-03T08:11:26.989Z Downloaded plain v0.2.3
4022026-06-03T08:11:26.989Z Downloaded native-tls v0.2.14
4032026-06-03T08:11:26.989Z Downloaded fs_extra v1.3.0
4042026-06-03T08:11:26.989Z Downloaded ipnet v2.11.0
4052026-06-03T08:11:26.989Z Downloaded potential_utf v0.1.3
4062026-06-03T08:11:26.989Z Downloaded num-integer v0.1.46
4072026-06-03T08:11:26.989Z Downloaded linked-hash-map v0.5.6
4082026-06-03T08:11:26.989Z Downloaded parse-display v0.10.0
4092026-06-03T08:11:26.989Z Downloaded hyper-rustls v0.27.7
4102026-06-03T08:11:26.989Z Downloaded percent-encoding v2.3.2
4112026-06-03T08:11:26.990Z Downloaded newtype-uuid v1.3.2
4122026-06-03T08:11:26.990Z Downloaded multer v3.1.0
4132026-06-03T08:11:26.990Z Downloaded num_enum v0.7.5
4142026-06-03T08:11:26.990Z Downloaded httparse v1.10.1
4152026-06-03T08:11:26.990Z Downloaded proc-macro-error-attr2 v2.0.0
4162026-06-03T08:11:26.990Z Downloaded quick-error v1.2.3
4172026-06-03T08:11:26.990Z Downloaded proc-macro-error-attr v1.0.4
4182026-06-03T08:11:26.990Z Downloaded powerfmt v0.2.0
4192026-06-03T08:11:26.990Z Downloaded progenitor-macro v0.11.1
4202026-06-03T08:11:26.990Z Downloaded phf_shared v0.12.1
4212026-06-03T08:11:26.990Z Downloaded mime v0.3.17
4222026-06-03T08:11:26.990Z Downloaded oxide-tokio-rt v0.1.2
4232026-06-03T08:11:26.990Z Downloaded getrandom v0.4.2
4242026-06-03T08:11:26.990Z Downloaded oxnet v0.1.4
4252026-06-03T08:11:26.990Z Downloaded progenitor-client v0.10.0
4262026-06-03T08:11:26.990Z Downloaded heapless v0.8.0
4272026-06-03T08:11:26.990Z Downloaded pem v3.0.5
4282026-06-03T08:11:26.990Z Downloaded rand_chacha v0.3.1
4292026-06-03T08:11:26.990Z Downloaded progenitor-macro v0.13.0
4302026-06-03T08:11:26.990Z Downloaded proc-macro-crate v1.3.1
4312026-06-03T08:11:26.990Z Downloaded rand_xorshift v0.4.0
4322026-06-03T08:11:26.990Z Downloaded progenitor-macro v0.10.0
4332026-06-03T08:11:26.990Z Downloaded litemap v0.8.0
4342026-06-03T08:11:26.990Z Downloaded icu_properties v2.0.1
4352026-06-03T08:11:26.990Z Downloaded pest_generator v2.8.2
4362026-06-03T08:11:26.990Z Downloaded indexmap v1.9.3
4372026-06-03T08:11:26.990Z Downloaded num_threads v0.1.7
4382026-06-03T08:11:26.990Z Downloaded num_enum_derive v0.7.5
4392026-06-03T08:11:26.990Z Downloaded owo-colors v4.3.0
4402026-06-03T08:11:26.990Z Downloaded memmap2 v0.9.8
4412026-06-03T08:11:26.990Z Downloaded num-rational v0.4.2
4422026-06-03T08:11:26.990Z Downloaded num-complex v0.4.6
4432026-06-03T08:11:26.990Z Downloaded icu_provider v2.0.0
4442026-06-03T08:11:26.990Z Downloaded pretty-hex v0.4.1
4452026-06-03T08:11:26.990Z Downloaded password-hash v0.5.0
4462026-06-03T08:11:26.990Z Downloaded parse-display-derive v0.10.0
4472026-06-03T08:11:26.990Z Downloaded dropshot_endpoint v0.16.7
4482026-06-03T08:11:26.991Z Downloaded ppv-lite86 v0.2.21
4492026-06-03T08:11:26.991Z Downloaded derive_more v0.99.20
4502026-06-03T08:11:26.991Z Downloaded erased-serde v0.3.31
4512026-06-03T08:11:26.991Z Downloaded proc-macro-error v1.0.4
4522026-06-03T08:11:26.991Z Downloaded derive-where v1.6.0
4532026-06-03T08:11:26.991Z Downloaded ref-cast v1.0.25
4542026-06-03T08:11:26.991Z Downloaded bytes v1.11.1
4552026-06-03T08:11:26.991Z Downloaded futures v0.3.32
4562026-06-03T08:11:26.991Z Downloaded same-file v1.0.6
4572026-06-03T08:11:26.991Z Downloaded half v2.7.1
4582026-06-03T08:11:26.991Z Downloaded phf v0.12.1
4592026-06-03T08:11:26.991Z Downloaded pin-project-internal v1.1.10
4602026-06-03T08:11:26.991Z Downloaded log v0.4.29
4612026-06-03T08:11:26.991Z Downloaded rustc-hash v2.1.1
4622026-06-03T08:11:26.991Z Downloaded pest_derive v2.8.2
4632026-06-03T08:11:26.991Z Downloaded rustc_version v0.4.1
4642026-06-03T08:11:26.991Z Downloaded progenitor v0.13.0
4652026-06-03T08:11:26.991Z Downloaded parking_lot_core v0.9.12
4662026-06-03T08:11:26.991Z Downloaded camino v1.2.2
4672026-06-03T08:11:26.991Z Downloaded scopeguard v1.2.0
4682026-06-03T08:11:26.991Z Downloaded rand_core v0.6.4
4692026-06-03T08:11:26.991Z Downloaded pest_meta v2.8.2
4702026-06-03T08:11:26.996Z Downloaded icu_normalizer_data v2.0.0
4712026-06-03T08:11:26.996Z Downloaded hickory-resolver v0.24.4
4722026-06-03T08:11:26.996Z Downloaded progenitor-client v0.11.1
4732026-06-03T08:11:26.996Z Downloaded progenitor v0.11.1
4742026-06-03T08:11:26.996Z Downloaded proc-macro-error2 v2.0.1
4752026-06-03T08:11:26.996Z Downloaded rustc_version v0.1.7
4762026-06-03T08:11:26.996Z Downloaded pin-project-lite v0.2.16
4772026-06-03T08:11:26.996Z Downloaded serde_urlencoded v0.7.1
4782026-06-03T08:11:26.996Z Downloaded serde_spanned v1.0.4
4792026-06-03T08:11:26.996Z Downloaded serde_spanned v0.6.9
4802026-06-03T08:11:26.996Z Downloaded serde_repr v0.1.20
4812026-06-03T08:11:26.996Z Downloaded rand_core v0.9.3
4822026-06-03T08:11:26.996Z Downloaded postcard v1.1.3
4832026-06-03T08:11:26.996Z Downloaded num-traits v0.2.19
4842026-06-03T08:11:26.996Z Downloaded crypto-bigint v0.5.5
4852026-06-03T08:11:26.996Z Downloaded progenitor v0.10.0
4862026-06-03T08:11:26.996Z Downloaded quote v1.0.45
4872026-06-03T08:11:26.996Z Downloaded sha1 v0.10.6
4882026-06-03T08:11:26.996Z Downloaded serde-big-array v0.5.1
4892026-06-03T08:11:26.996Z Downloaded scroll_derive v0.13.1
4902026-06-03T08:11:26.996Z Downloaded secrecy v0.10.3
4912026-06-03T08:11:26.996Z Downloaded semver v0.1.20
4922026-06-03T08:11:26.996Z Downloaded async-compression v0.4.33
4932026-06-03T08:11:26.996Z Downloaded flate2 v1.1.2
4942026-06-03T08:11:26.996Z Downloaded elliptic-curve v0.13.8
4952026-06-03T08:11:26.996Z Downloaded signal-hook-tokio v0.3.1
4962026-06-03T08:11:26.996Z Downloaded rustversion v1.0.22
4972026-06-03T08:11:26.996Z Downloaded sigpipe v0.1.3
4982026-06-03T08:11:26.996Z Downloaded slog-bunyan v2.5.0
4992026-06-03T08:11:26.996Z Downloaded ref-cast-impl v1.0.25
5002026-06-03T08:11:26.997Z Downloaded resolv-conf v0.7.5
5012026-06-03T08:11:26.997Z Downloaded serde_plain v1.0.2
5022026-06-03T08:11:26.997Z Downloaded rand_chacha v0.9.0
5032026-06-03T08:11:26.997Z Downloaded omicron-zone-package v0.12.2
5042026-06-03T08:11:26.997Z Downloaded dropshot_endpoint v0.17.0
5052026-06-03T08:11:26.997Z Downloaded drift v0.2.0
5062026-06-03T08:11:26.997Z Downloaded parking_lot v0.12.5
5072026-06-03T08:11:26.997Z Downloaded pkg-config v0.3.32
5082026-06-03T08:11:26.997Z Downloaded scroll v0.13.0
5092026-06-03T08:11:26.997Z Downloaded siphasher v1.0.1
5102026-06-03T08:11:26.997Z Downloaded scroll v0.12.0
5112026-06-03T08:11:26.997Z Downloaded smawk v0.3.2
5122026-06-03T08:11:26.997Z Downloaded icu_locale_core v2.0.0
5132026-06-03T08:11:26.997Z Downloaded icu_collections v2.0.0
5142026-06-03T08:11:26.997Z Downloaded structmeta-derive v0.3.0
5152026-06-03T08:11:26.997Z Downloaded strsim v0.11.1
5162026-06-03T08:11:26.997Z Downloaded semver v1.0.27
5172026-06-03T08:11:26.997Z Downloaded poly1305 v0.8.0
5182026-06-03T08:11:26.997Z Downloaded serde_derive_internals v0.29.1
5192026-06-03T08:11:26.997Z Downloaded curl v0.4.49
5202026-06-03T08:11:26.997Z Downloaded rusty-fork v0.3.0
5212026-06-03T08:11:26.997Z Downloaded rustls-pemfile v2.2.0
5222026-06-03T08:11:26.997Z Downloaded crossbeam-channel v0.5.15
5232026-06-03T08:11:26.997Z Downloaded supports-color v3.0.2
5242026-06-03T08:11:26.997Z Downloaded subtle v2.6.1
5252026-06-03T08:11:26.997Z Downloaded miniz_oxide v0.8.9
5262026-06-03T08:11:26.997Z Downloaded tabled_derive v0.11.0
5272026-06-03T08:11:26.997Z Downloaded const_format v0.2.34
5282026-06-03T08:11:26.997Z Downloaded sync_wrapper v1.0.2
5292026-06-03T08:11:26.997Z Downloaded shlex v1.3.0
5302026-06-03T08:11:26.997Z Downloaded slog-async v2.8.0
5312026-06-03T08:11:26.997Z Downloaded proc-macro2 v1.0.106
5322026-06-03T08:11:26.997Z Downloaded stable_deref_trait v1.2.0
5332026-06-03T08:11:26.997Z Downloaded schemars_derive v0.8.22
5342026-06-03T08:11:26.997Z Downloaded jiff-static v0.2.15
5352026-06-03T08:11:26.997Z Downloaded strum v0.26.3
5362026-06-03T08:11:26.997Z Downloaded swrite v0.1.0
5372026-06-03T08:11:26.997Z Downloaded strum v0.27.2
5382026-06-03T08:11:26.997Z Downloaded slog-term v2.9.2
5392026-06-03T08:11:26.998Z Downloaded serde_path_to_error v0.1.20
5402026-06-03T08:11:26.998Z Downloaded termtree v0.5.1
5412026-06-03T08:11:26.998Z Downloaded testing_table v0.3.0
5422026-06-03T08:11:26.998Z Downloaded quinn-udp v0.5.14
5432026-06-03T08:11:26.998Z Downloaded progenitor-impl v0.13.0
5442026-06-03T08:11:26.998Z Downloaded slog-dtrace v0.3.0
5452026-06-03T08:11:26.998Z Downloaded structmeta v0.3.0
5462026-06-03T08:11:26.998Z Downloaded serde_tokenstream v0.2.3
5472026-06-03T08:11:26.998Z Downloaded hyper-util v0.1.20
5482026-06-03T08:11:26.998Z Downloaded papergrid v0.17.0
5492026-06-03T08:11:26.998Z Downloaded slog-json v2.6.1
5502026-06-03T08:11:26.998Z Downloaded papergrid v0.11.0
5512026-06-03T08:11:26.998Z Downloaded thread-id v5.0.0
5522026-06-03T08:11:26.998Z Downloaded static_assertions v1.1.0
5532026-06-03T08:11:26.998Z Downloaded indexmap v2.13.0
5542026-06-03T08:11:26.998Z Downloaded take_mut v0.2.2
5552026-06-03T08:11:26.998Z Downloaded tabled_derive v0.7.0
5562026-06-03T08:11:26.998Z Downloaded minimal-lexical v0.2.1
5572026-06-03T08:11:26.998Z Downloaded tabwriter v1.4.1
5582026-06-03T08:11:26.998Z Downloaded hickory-resolver v0.25.2
5592026-06-03T08:11:26.998Z Downloaded slab v0.4.11
5602026-06-03T08:11:26.998Z Downloaded search_path v0.1.4
5612026-06-03T08:11:26.998Z Downloaded scroll_derive v0.12.1
5622026-06-03T08:11:26.998Z Downloaded progenitor-client v0.13.0
5632026-06-03T08:11:26.998Z Downloaded paste v1.0.15
5642026-06-03T08:11:26.998Z Downloaded hashbrown v0.12.3
5652026-06-03T08:11:26.998Z Downloaded once_cell v1.21.3
5662026-06-03T08:11:26.998Z Downloaded synstructure v0.13.2
5672026-06-03T08:11:26.998Z Downloaded ryu v1.0.20
5682026-06-03T08:11:26.998Z Downloaded smf v0.2.3
5692026-06-03T08:11:26.998Z Downloaded time-core v0.1.8
5702026-06-03T08:11:27.002Z Downloaded thread-id v4.2.2
5712026-06-03T08:11:27.002Z Downloaded toml_write v0.1.2
5722026-06-03T08:11:27.002Z Downloaded sha2 v0.10.9
5732026-06-03T08:11:27.002Z Downloaded thiserror-impl-no-std v2.0.2
5742026-06-03T08:11:27.002Z Downloaded icu_normalizer v2.0.0
5752026-06-03T08:11:27.002Z Downloaded num_enum v0.5.11
5762026-06-03T08:11:27.002Z Downloaded snafu-derive v0.8.9
5772026-06-03T08:11:27.002Z Downloaded futures-channel v0.3.32
5782026-06-03T08:11:27.002Z Downloaded digest v0.10.7
5792026-06-03T08:11:27.002Z Downloaded cookie v0.18.1
5802026-06-03T08:11:27.002Z Downloaded http-body-util v0.1.3
5812026-06-03T08:11:27.002Z Downloaded foreign-types-shared v0.3.1
5822026-06-03T08:11:27.002Z Downloaded blake2 v0.10.6
5832026-06-03T08:11:27.002Z Downloaded terminal_size v0.4.3
5842026-06-03T08:11:27.002Z Downloaded tower-service v0.3.3
5852026-06-03T08:11:27.002Z Downloaded tower-layer v0.3.3
5862026-06-03T08:11:27.002Z Downloaded topological-sort v0.2.2
5872026-06-03T08:11:27.002Z Downloaded progenitor-impl v0.10.0
5882026-06-03T08:11:27.002Z Downloaded openssl-sys v0.9.112
5892026-06-03T08:11:27.002Z Downloaded try-lock v0.2.5
5902026-06-03T08:11:27.002Z Downloaded tinyvec_macros v0.1.1
5912026-06-03T08:11:27.002Z Downloaded thiserror v1.0.69
5922026-06-03T08:11:27.002Z Downloaded strum_macros v0.26.4
5932026-06-03T08:11:27.002Z Downloaded console v0.15.11
5942026-06-03T08:11:27.002Z Downloaded toml_datetime v0.6.11
5952026-06-03T08:11:27.003Z Downloaded colored v3.0.0
5962026-06-03T08:11:27.003Z Downloaded thiserror v2.0.18
5972026-06-03T08:11:27.003Z Downloaded memchr v2.7.5
5982026-06-03T08:11:27.003Z Downloaded pin-project v1.1.10
5992026-06-03T08:11:27.003Z Downloaded clap_derive v4.6.0
6002026-06-03T08:11:27.003Z Downloaded typify-macro v0.4.3
6012026-06-03T08:11:27.003Z Downloaded unarray v0.1.4
6022026-06-03T08:11:27.003Z Downloaded tokio-rustls v0.25.0
6032026-06-03T08:11:27.003Z Downloaded chacha20poly1305 v0.10.1
6042026-06-03T08:11:27.003Z Downloaded cancel-safe-futures v0.1.5
6052026-06-03T08:11:27.003Z Downloaded signal-hook-registry v1.4.6
6062026-06-03T08:11:27.003Z Downloaded usdt-attr-macro v0.6.0
6072026-06-03T08:11:27.003Z Downloaded unicode-linebreak v0.1.5
6082026-06-03T08:11:27.003Z Downloaded http v1.4.0
6092026-06-03T08:11:27.003Z Downloaded foldhash v0.1.5
6102026-06-03T08:11:27.003Z Downloaded find-msvc-tools v0.1.9
6112026-06-03T08:11:27.003Z Downloaded memmap v0.7.0
6122026-06-03T08:11:27.003Z Downloaded darling v0.21.3
6132026-06-03T08:11:27.003Z Downloaded tagptr v0.2.0
6142026-06-03T08:11:27.003Z Downloaded strum_macros v0.27.2
6152026-06-03T08:11:27.003Z Downloaded signal-hook v0.3.18
6162026-06-03T08:11:27.008Z Downloaded usdt v0.6.0
6172026-06-03T08:11:27.008Z Downloaded usdt v0.5.0
6182026-06-03T08:11:27.008Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6192026-06-03T08:11:27.008Z Downloaded typify-macro v0.6.1
6202026-06-03T08:11:27.008Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6212026-06-03T08:11:27.011Z Downloaded usdt-macro v0.5.0
6222026-06-03T08:11:27.011Z Downloaded utf8parse v0.2.2
6232026-06-03T08:11:27.011Z Downloaded prettyplease v0.2.37
6242026-06-03T08:11:27.011Z Downloaded keccak v0.1.6
6252026-06-03T08:11:27.013Z Downloaded foreign-types v0.5.0
6262026-06-03T08:11:27.013Z Downloaded cc v1.2.58
6272026-06-03T08:11:27.017Z Downloaded schemars v0.8.22
6282026-06-03T08:11:27.021Z Downloaded tinystr v0.8.1
6292026-06-03T08:11:27.024Z Downloaded utf8_iter v1.0.4
6302026-06-03T08:11:27.024Z Downloaded usdt-macro v0.6.0
6312026-06-03T08:11:27.028Z Downloaded time-macros v0.2.27
6322026-06-03T08:11:27.028Z Downloaded thiserror-no-std v2.0.2
6332026-06-03T08:11:27.031Z Downloaded untrusted v0.9.0
6342026-06-03T08:11:27.031Z Downloaded unicode-xid v0.2.6
6352026-06-03T08:11:27.031Z Downloaded thiserror-impl v2.0.18
6362026-06-03T08:11:27.031Z Downloaded term v1.2.0
6372026-06-03T08:11:27.036Z Downloaded schemars v0.9.0
6382026-06-03T08:11:27.039Z Downloaded waitgroup v0.1.2
6392026-06-03T08:11:27.042Z Downloaded tokio-macros v2.6.0
6402026-06-03T08:11:27.042Z Downloaded tokio-dtrace v0.1.1
6412026-06-03T08:11:27.045Z Downloaded spin v0.9.8
6422026-06-03T08:11:27.045Z Downloaded socket2 v0.6.4
6432026-06-03T08:11:27.045Z Downloaded smallvec v1.15.1
6442026-06-03T08:11:27.453Z Downloaded tokio-native-tls v0.3.1
6452026-06-03T08:11:27.453Z Downloaded usdt-attr-macro v0.5.0
6462026-06-03T08:11:27.453Z Downloaded slog v2.8.2
6472026-06-03T08:11:27.456Z Downloaded serde_derive v1.0.228
6482026-06-03T08:11:27.456Z Downloaded universal-hash v0.5.1
6492026-06-03T08:11:27.456Z Downloaded rayon-core v1.13.0
6502026-06-03T08:11:27.456Z Downloaded xattr v1.6.1
6512026-06-03T08:11:27.456Z Downloaded tokio-stream v0.1.17
6522026-06-03T08:11:27.456Z Downloaded serde_with_macros v3.14.1
6532026-06-03T08:11:27.456Z Downloaded tokio-rustls v0.26.3
6542026-06-03T08:11:27.456Z Downloaded toml_writer v1.0.6+spec-1.1.0
6552026-06-03T08:11:27.456Z Downloaded serde_core v1.0.228
6562026-06-03T08:11:27.456Z Downloaded expectorate v1.2.0
6572026-06-03T08:11:27.456Z Downloaded similar v2.7.0
6582026-06-03T08:11:27.456Z Downloaded serde_yaml v0.9.34+deprecated
6592026-06-03T08:11:27.456Z Downloaded want v0.3.1
6602026-06-03T08:11:27.456Z Downloaded wait-timeout v0.2.1
6612026-06-03T08:11:27.457Z Downloaded toml v0.8.23
6622026-06-03T08:11:27.457Z Downloaded version_check v0.9.5
6632026-06-03T08:11:27.457Z Downloaded bit-vec v0.8.0
6642026-06-03T08:11:27.457Z Downloaded usdt-impl v0.6.0
6652026-06-03T08:11:27.457Z Downloaded toml_parser v1.1.2+spec-1.1.0
6662026-06-03T08:11:27.457Z Downloaded autocfg v1.5.0
6672026-06-03T08:11:27.457Z Downloaded arrayvec v0.7.6
6682026-06-03T08:11:27.457Z Downloaded tempfile v3.27.0
6692026-06-03T08:11:27.457Z Downloaded dof v0.3.0
6702026-06-03T08:11:27.457Z Downloaded dtrace-parser v0.3.0
6712026-06-03T08:11:27.457Z Downloaded display-error-chain v0.2.2
6722026-06-03T08:11:27.457Z Downloaded allocator-api2 v0.2.21
6732026-06-03T08:11:27.457Z Downloaded ciborium v0.2.2
6742026-06-03T08:11:27.457Z Downloaded camino-tempfile v1.4.1
6752026-06-03T08:11:27.457Z Downloaded backoff v0.4.0
6762026-06-03T08:11:27.457Z Downloaded zerofrom v0.1.6
6772026-06-03T08:11:27.457Z Downloaded test-strategy v0.4.3
6782026-06-03T08:11:27.457Z Downloaded snafu v0.8.9
6792026-06-03T08:11:27.457Z Downloaded zone_cfg_derive v0.3.1
6802026-06-03T08:11:27.457Z Downloaded zone v0.3.1
6812026-06-03T08:11:27.457Z Downloaded hashbrown v0.16.1
6822026-06-03T08:11:27.457Z Downloaded rustls-pki-types v1.12.0
6832026-06-03T08:11:27.457Z Downloaded qorb v0.4.1
6842026-06-03T08:11:27.457Z Downloaded rand v0.9.2
6852026-06-03T08:11:27.457Z Downloaded untrusted v0.7.1
6862026-06-03T08:11:27.457Z Downloaded thread_local v1.1.9
6872026-06-03T08:11:27.457Z Downloaded thiserror-impl v1.0.69
6882026-06-03T08:11:27.457Z Downloaded group v0.13.0
6892026-06-03T08:11:27.457Z Downloaded darling_macro v0.21.3
6902026-06-03T08:11:27.457Z Downloaded idna v1.1.0
6912026-06-03T08:11:27.457Z Downloaded zeroize_derive v1.4.3
6922026-06-03T08:11:27.457Z Downloaded tinyvec v1.10.0
6932026-06-03T08:11:27.457Z Downloaded ucd-trie v0.1.7
6942026-06-03T08:11:27.457Z Downloaded serde v1.0.228
6952026-06-03T08:11:27.457Z Downloaded iri-string v0.7.8
6962026-06-03T08:11:27.458Z Downloaded socket2 v0.5.10
6972026-06-03T08:11:27.458Z Downloaded quinn v0.11.9
6982026-06-03T08:11:27.458Z Downloaded progenitor-impl v0.11.1
6992026-06-03T08:11:27.458Z Downloaded zerofrom-derive v0.1.6
7002026-06-03T08:11:27.458Z Downloaded iddqd v0.3.18
7012026-06-03T08:11:27.458Z Downloaded zeroize v1.8.1
7022026-06-03T08:11:27.458Z Downloaded rand v0.8.5
7032026-06-03T08:11:27.458Z Downloaded toml v1.0.6+spec-1.1.0
7042026-06-03T08:11:27.458Z Downloaded cobs v0.3.0
7052026-06-03T08:11:27.458Z Downloaded tar v0.4.45
7062026-06-03T08:11:27.458Z Downloaded arrayref v0.3.9
7072026-06-03T08:11:27.458Z Downloaded embedded-io v0.6.1
7082026-06-03T08:11:27.458Z Downloaded aead v0.5.2
7092026-06-03T08:11:27.458Z Downloaded cpufeatures v0.2.17
7102026-06-03T08:11:27.458Z Downloaded async-stream v0.3.6
7112026-06-03T08:11:27.458Z Downloaded crypto-common v0.1.6
7122026-06-03T08:11:27.458Z Downloaded anstream v1.0.0
7132026-06-03T08:11:27.458Z Downloaded critical-section v1.2.0
7142026-06-03T08:11:27.458Z Downloaded vsss-rs v3.3.4
7152026-06-03T08:11:27.458Z Downloaded futures-io v0.3.32
7162026-06-03T08:11:27.458Z Downloaded defmt v0.3.100
7172026-06-03T08:11:27.458Z Downloaded cstr-argument v0.1.2
7182026-06-03T08:11:27.458Z Downloaded constant_time_eq v0.3.1
7192026-06-03T08:11:27.458Z Downloaded zmij v1.0.17
7202026-06-03T08:11:27.458Z Downloaded whoami v1.6.1
7212026-06-03T08:11:27.458Z Downloaded walkdir v2.5.0
7222026-06-03T08:11:27.458Z Downloaded textwrap v0.16.2
7232026-06-03T08:11:27.458Z Downloaded cargo_metadata v0.18.1
7242026-06-03T08:11:27.458Z Downloaded mio v1.0.4
7252026-06-03T08:11:27.458Z Downloaded tracing-attributes v0.1.30
7262026-06-03T08:11:27.458Z Downloaded schemars v1.2.0
7272026-06-03T08:11:27.458Z Downloaded yoke-derive v0.8.0
7282026-06-03T08:11:27.458Z Downloaded yoke v0.8.0
7292026-06-03T08:11:27.458Z Downloaded zerocopy-derive v0.7.35
7302026-06-03T08:11:27.458Z Downloaded unsafe-libyaml v0.2.11
7312026-06-03T08:11:27.458Z Downloaded unicode-ident v1.0.24
7322026-06-03T08:11:27.458Z Downloaded rustls-webpki v0.103.6
7332026-06-03T08:11:27.458Z Downloaded clap_builder v4.6.0
7342026-06-03T08:11:27.458Z Downloaded writeable v0.6.1
7352026-06-03T08:11:27.458Z Downloaded typify v0.6.1
7362026-06-03T08:11:27.459Z Downloaded icu_properties_data v2.0.1
7372026-06-03T08:11:27.459Z Downloaded zerovec-derive v0.11.1
7382026-06-03T08:11:27.459Z Downloaded aho-corasick v1.1.3
7392026-06-03T08:11:27.459Z Downloaded nom v7.1.3
7402026-06-03T08:11:27.459Z Downloaded usdt-impl v0.5.0
7412026-06-03T08:11:27.459Z Downloaded toml v0.9.11+spec-1.1.0
7422026-06-03T08:11:27.459Z Downloaded tracing-core v0.1.34
7432026-06-03T08:11:27.459Z Downloaded uuid v1.23.1
7442026-06-03T08:11:27.459Z Downloaded dropshot-api-manager v0.7.2
7452026-06-03T08:11:27.459Z Downloaded toml v0.7.8
7462026-06-03T08:11:27.459Z Downloaded pest v2.8.2
7472026-06-03T08:11:27.463Z Downloaded vergen v8.3.2
7482026-06-03T08:11:27.464Z Downloaded hashbrown v0.15.5
7492026-06-03T08:11:27.464Z Downloaded async-stream-impl v0.3.6
7502026-06-03T08:11:27.464Z Downloaded futures-task v0.3.32
7512026-06-03T08:11:27.464Z Downloaded base16ct v0.2.0
7522026-06-03T08:11:27.464Z Downloaded base64 v0.22.1
7532026-06-03T08:11:27.464Z Downloaded cfg-if v1.0.3
7542026-06-03T08:11:27.464Z Downloaded bit-set v0.8.0
7552026-06-03T08:11:27.464Z Downloaded async-recursion v1.1.1
7562026-06-03T08:11:27.464Z Downloaded typify v0.4.3
7572026-06-03T08:11:27.464Z Downloaded tracing v0.1.41
7582026-06-03T08:11:27.464Z Downloaded libm v0.2.15
7592026-06-03T08:11:27.464Z Downloaded steno v0.4.1
7602026-06-03T08:11:27.464Z Downloaded hyper v1.8.1
7612026-06-03T08:11:27.464Z Downloaded zerotrie v0.2.2
7622026-06-03T08:11:27.464Z Downloaded futures-util v0.3.32
7632026-06-03T08:11:27.464Z Downloaded typenum v1.18.0
7642026-06-03T08:11:27.464Z Downloaded reqwest v0.12.23
7652026-06-03T08:11:27.464Z Downloaded itertools v0.14.0
7662026-06-03T08:11:27.464Z Downloaded zerocopy-derive v0.8.27
7672026-06-03T08:11:27.464Z Downloaded toml_edit v0.19.15
7682026-06-03T08:11:27.464Z Downloaded blake3 v1.8.2
7692026-06-03T08:11:27.464Z Downloaded typed-path v0.9.3
7702026-06-03T08:11:27.464Z Downloaded rayon v1.11.0
7712026-06-03T08:11:27.464Z Downloaded goblin v0.8.2
7722026-06-03T08:11:27.464Z Downloaded hkdf v0.12.4
7732026-06-03T08:11:27.464Z Downloaded itertools v0.12.1
7742026-06-03T08:11:27.464Z Downloaded url v2.5.7
7752026-06-03T08:11:27.464Z Downloaded h2 v0.4.12
7762026-06-03T08:11:27.464Z Downloaded toml_edit v0.22.27
7772026-06-03T08:11:27.464Z Downloaded aws-lc-rs v1.16.2
7782026-06-03T08:11:27.464Z Downloaded bindgen v0.72.1
7792026-06-03T08:11:27.464Z Downloaded unicode-segmentation v1.12.0
7802026-06-03T08:11:27.464Z Downloaded reqwest v0.13.2
7812026-06-03T08:11:27.464Z Downloaded tower-http v0.6.8
7822026-06-03T08:11:27.464Z Downloaded regex v1.12.3
7832026-06-03T08:11:27.464Z Downloaded tower v0.5.2
7842026-06-03T08:11:27.465Z Downloaded chrono v0.4.44
7852026-06-03T08:11:27.465Z Downloaded serde_with v3.14.1
7862026-06-03T08:11:27.465Z Downloaded tough v0.20.0
7872026-06-03T08:11:27.465Z Downloaded serde_json v1.0.149
7882026-06-03T08:11:27.465Z Downloaded proptest v1.8.0
7892026-06-03T08:11:27.465Z Downloaded zerovec v0.11.4
7902026-06-03T08:11:27.465Z Downloaded goblin v0.10.1
7912026-06-03T08:11:27.465Z Downloaded git2 v0.19.0
7922026-06-03T08:11:27.465Z Downloaded portable-atomic v1.11.1
7932026-06-03T08:11:27.465Z Downloaded winnow v0.5.40
7942026-06-03T08:11:27.465Z Downloaded unicode-normalization v0.1.24
7952026-06-03T08:11:27.465Z Downloaded zerocopy v0.7.35
7962026-06-03T08:11:27.465Z Downloaded tokio-util v0.7.16
7972026-06-03T08:11:27.465Z Downloaded quinn-proto v0.11.14
7982026-06-03T08:11:27.479Z Downloaded tabled v0.15.0
7992026-06-03T08:11:27.484Z Downloaded rustls-webpki v0.102.8
8002026-06-03T08:11:27.494Z Downloaded curve25519-dalek v4.1.3
8012026-06-03T08:11:27.504Z Downloaded winnow v0.7.14
8022026-06-03T08:11:27.514Z Downloaded syn v1.0.109
8032026-06-03T08:11:27.527Z Downloaded moka v0.12.11
8042026-06-03T08:11:27.531Z Downloaded tabled v0.20.0
8052026-06-03T08:11:27.943Z Downloaded bstr v1.12.0
8062026-06-03T08:11:27.947Z Downloaded time v0.3.47
8072026-06-03T08:11:27.947Z Downloaded zerocopy v0.8.27
8082026-06-03T08:11:27.947Z Downloaded winnow v1.0.3
8092026-06-03T08:11:27.947Z Downloaded unicode-width v0.1.14
8102026-06-03T08:11:27.947Z Downloaded rustls v0.22.4
8112026-06-03T08:11:27.947Z Downloaded regress v0.10.5
8122026-06-03T08:11:27.947Z Downloaded openapiv3 v2.2.0
8132026-06-03T08:11:27.947Z Downloaded vcpkg v0.2.15
8142026-06-03T08:11:27.947Z Downloaded regex-syntax v0.8.6
8152026-06-03T08:11:27.947Z Downloaded openssl v0.10.76
8162026-06-03T08:11:27.947Z Downloaded webpki-roots v1.0.2
8172026-06-03T08:11:27.947Z Downloaded nix v0.30.1
8182026-06-03T08:11:27.947Z Downloaded syn v2.0.117
8192026-06-03T08:11:27.948Z Downloaded unicode-width v0.2.1
8202026-06-03T08:11:27.948Z Downloaded dropshot v0.17.0
8212026-06-03T08:11:27.948Z Downloaded hickory-proto v0.24.4
8222026-06-03T08:11:27.948Z Downloaded dropshot v0.16.7
8232026-06-03T08:11:27.948Z Downloaded rustls v0.23.32
8242026-06-03T08:11:27.948Z Downloaded rustix v0.38.44
8252026-06-03T08:11:27.948Z Downloaded rustix v1.1.4
8262026-06-03T08:11:27.948Z Downloaded hickory-proto v0.25.2
8272026-06-03T08:11:27.948Z Downloaded smoltcp v0.11.0
8282026-06-03T08:11:27.948Z Downloaded typify-impl v0.6.1
8292026-06-03T08:11:27.948Z Downloaded typify-impl v0.4.3
8302026-06-03T08:11:27.948Z Downloaded regex-automata v0.4.13
8312026-06-03T08:11:27.948Z Downloaded jiff v0.2.15
8322026-06-03T08:11:27.948Z Downloaded petgraph v0.6.5
8332026-06-03T08:11:27.948Z Downloaded libc v0.2.183
8342026-06-03T08:11:27.948Z Downloaded chrono-tz v0.10.4
8352026-06-03T08:11:27.948Z Downloaded petgraph v0.8.2
8362026-06-03T08:11:27.948Z Downloaded csv v1.3.1
8372026-06-03T08:11:27.948Z Downloaded libz-sys v1.1.22
8382026-06-03T08:11:27.948Z Downloaded tokio v1.50.0
8392026-06-03T08:11:27.968Z Downloaded sha3 v0.10.8
8402026-06-03T08:11:28.031Z Downloaded encoding_rs v0.8.35
8412026-06-03T08:11:28.044Z Downloaded ring v0.17.14
8422026-06-03T08:11:28.138Z Downloaded libgit2-sys v0.17.0+1.8.1
8432026-06-03T08:11:28.171Z Downloaded curl-sys v0.4.83+curl-8.15.0
8442026-06-03T08:11:28.648Z Downloaded aws-lc-sys v0.39.1
8452026-06-03T08:11:28.981Z Compiling proc-macro2 v1.0.106
8462026-06-03T08:11:28.981Z Compiling quote v1.0.45
8472026-06-03T08:11:28.981Z Compiling unicode-ident v1.0.24
8482026-06-03T08:11:28.981Z Compiling serde_core v1.0.228
8492026-06-03T08:11:28.986Z Compiling serde v1.0.228
8502026-06-03T08:11:28.987Z Compiling libc v0.2.183
8512026-06-03T08:11:28.987Z Checking cfg-if v1.0.3
8522026-06-03T08:11:29.266Z Compiling zmij v1.0.17
8532026-06-03T08:11:29.297Z Compiling autocfg v1.5.0
8542026-06-03T08:11:29.600Z Compiling memchr v2.7.5
8552026-06-03T08:11:29.653Z Compiling libm v0.2.15
8562026-06-03T08:11:30.040Z Checking smallvec v1.15.1
8572026-06-03T08:11:30.061Z Checking itoa v1.0.15
8582026-06-03T08:11:30.076Z Compiling version_check v0.9.5
8592026-06-03T08:11:30.095Z Compiling shlex v1.3.0
8602026-06-03T08:11:30.158Z Compiling thiserror v2.0.18
8612026-06-03T08:11:30.183Z Compiling jobserver v0.1.34
8622026-06-03T08:11:30.683Z Compiling find-msvc-tools v0.1.9
8632026-06-03T08:11:30.686Z Compiling getrandom v0.4.2
8642026-06-03T08:11:30.686Z Compiling syn v2.0.117
8652026-06-03T08:11:30.686Z Compiling cc v1.2.58
8662026-06-03T08:11:30.686Z Compiling icu_properties_data v2.0.1
8672026-06-03T08:11:30.686Z Compiling icu_normalizer_data v2.0.0
8682026-06-03T08:11:30.698Z Compiling parking_lot_core v0.9.12
8692026-06-03T08:11:30.751Z Checking stable_deref_trait v1.2.0
8702026-06-03T08:11:30.778Z Compiling serde_json v1.0.149
8712026-06-03T08:11:30.838Z Compiling heck v0.5.0
8722026-06-03T08:11:31.028Z Checking litemap v0.8.0
8732026-06-03T08:11:31.447Z Checking writeable v0.6.1
8742026-06-03T08:11:31.474Z Compiling num-traits v0.2.19
8752026-06-03T08:11:31.474Z Checking percent-encoding v2.3.2
8762026-06-03T08:11:31.474Z Checking form_urlencoded v1.2.2
8772026-06-03T08:11:31.536Z Checking utf8_iter v1.0.4
8782026-06-03T08:11:31.604Z Compiling zerocopy v0.8.27
8792026-06-03T08:11:31.658Z Checking pin-project-lite v0.2.16
8802026-06-03T08:11:31.682Z Checking iana-time-zone v0.1.64
8812026-06-03T08:11:31.682Z Compiling log v0.4.29
8822026-06-03T08:11:31.735Z Compiling rustversion v1.0.22
8832026-06-03T08:11:32.148Z Compiling semver v1.0.27
8842026-06-03T08:11:32.155Z Checking socket2 v0.6.4
8852026-06-03T08:11:32.155Z Compiling foldhash v0.2.0
8862026-06-03T08:11:32.155Z Compiling equivalent v1.0.2
8872026-06-03T08:11:32.155Z Compiling allocator-api2 v0.2.21
8882026-06-03T08:11:32.155Z Checking uuid v1.23.1
8892026-06-03T08:11:32.155Z Checking scopeguard v1.2.0
8902026-06-03T08:11:32.203Z Checking lock_api v0.4.14
8912026-06-03T08:11:32.306Z Compiling hashbrown v0.16.1
8922026-06-03T08:11:32.339Z Checking signal-hook-registry v1.4.6
8932026-06-03T08:11:32.352Z Checking getrandom v0.2.16
8942026-06-03T08:11:32.370Z Checking mio v1.0.4
8952026-06-03T08:11:32.433Z Checking parking_lot v0.12.5
8962026-06-03T08:11:32.550Z Compiling schemars v0.8.22
8972026-06-03T08:11:32.565Z Checking dyn-clone v1.0.20
8982026-06-03T08:11:32.569Z Compiling portable-atomic v1.11.1
8992026-06-03T08:11:32.640Z Checking bitflags v2.11.1
9002026-06-03T08:11:32.813Z Checking critical-section v1.2.0
9012026-06-03T08:11:32.828Z Checking futures-core v0.3.32
9022026-06-03T08:11:32.942Z Compiling getrandom v0.3.3
9032026-06-03T08:11:32.972Z Compiling ring v0.17.14
9042026-06-03T08:11:33.076Z Compiling typenum v1.18.0
9052026-06-03T08:11:33.161Z Compiling indexmap v2.13.0
9062026-06-03T08:11:33.242Z Compiling synstructure v0.13.2
9072026-06-03T08:11:33.277Z Compiling serde_derive_internals v0.29.1
9082026-06-03T08:11:33.514Z Checking once_cell v1.21.3
9092026-06-03T08:11:33.728Z Compiling httparse v1.10.1
9102026-06-03T08:11:33.759Z Compiling thiserror v1.0.69
9112026-06-03T08:11:34.039Z Checking futures-sink v0.3.32
9122026-06-03T08:11:34.074Z Compiling regex-syntax v0.8.6
9132026-06-03T08:11:34.220Z Compiling rustix v1.1.4
9142026-06-03T08:11:34.287Z Checking slab v0.4.11
9152026-06-03T08:11:34.297Z Compiling aho-corasick v1.1.3
9162026-06-03T08:11:34.794Z Checking subtle v2.6.1
9172026-06-03T08:11:34.798Z Compiling ucd-trie v0.1.7
9182026-06-03T08:11:34.798Z Checking futures-channel v0.3.32
9192026-06-03T08:11:34.798Z Compiling serde_derive v1.0.228
9202026-06-03T08:11:34.798Z Compiling zerofrom-derive v0.1.6
9212026-06-03T08:11:34.798Z Compiling yoke-derive v0.8.0
9222026-06-03T08:11:34.798Z Compiling zerovec-derive v0.11.1
9232026-06-03T08:11:35.086Z Compiling displaydoc v0.2.5
9242026-06-03T08:11:35.750Z Compiling thiserror-impl v2.0.18
9252026-06-03T08:11:35.800Z Compiling schemars_derive v0.8.22
9262026-06-03T08:11:35.817Z Checking zerofrom v0.1.6
9272026-06-03T08:11:35.845Z Compiling tokio-macros v2.6.0
9282026-06-03T08:11:35.856Z Compiling zerocopy-derive v0.8.27
9292026-06-03T08:11:35.933Z Checking yoke v0.8.0
9302026-06-03T08:11:36.526Z Checking zerovec v0.11.4
9312026-06-03T08:11:36.544Z Checking zerotrie v0.2.2
9322026-06-03T08:11:36.544Z Compiling futures-macro v0.3.32
9332026-06-03T08:11:36.594Z Compiling zeroize_derive v1.4.3
9342026-06-03T08:11:36.828Z Checking tinystr v0.8.1
9352026-06-03T08:11:36.940Z Checking potential_utf v0.1.3
9362026-06-03T08:11:37.005Z Checking icu_locale_core v2.0.0
9372026-06-03T08:11:37.076Z Checking icu_collections v2.0.0
9382026-06-03T08:11:37.144Z Compiling thiserror-impl v1.0.69
9392026-06-03T08:11:37.209Z Checking zeroize v1.8.1
9402026-06-03T08:11:37.353Z Compiling regex-automata v0.4.13
9412026-06-03T08:11:37.519Z Checking icu_provider v2.0.0
9422026-06-03T08:11:37.619Z Compiling pest v2.8.2
9432026-06-03T08:11:38.074Z Checking rand_core v0.6.4
9442026-06-03T08:11:38.087Z Checking bytes v1.11.1
9452026-06-03T08:11:38.087Z Checking icu_normalizer v2.0.0
9462026-06-03T08:11:38.087Z Checking icu_properties v2.0.1
9472026-06-03T08:11:38.087Z Checking chrono v0.4.44
9482026-06-03T08:11:38.164Z Compiling serde_tokenstream v0.2.3
9492026-06-03T08:11:38.351Z Checking tokio v1.50.0
9502026-06-03T08:11:38.460Z Compiling anyhow v1.0.102
9512026-06-03T08:11:38.615Z Checking idna_adapter v1.2.1
9522026-06-03T08:11:38.664Z Compiling pest_meta v2.8.2
9532026-06-03T08:11:38.689Z Checking futures-task v0.3.32
9542026-06-03T08:11:38.739Z Checking idna v1.1.0
9552026-06-03T08:11:38.830Z Checking futures-io v0.3.32
9562026-06-03T08:11:38.858Z Compiling tracing-attributes v0.1.30
9572026-06-03T08:11:38.951Z Checking futures-util v0.3.32
9582026-06-03T08:11:38.995Z Checking url v2.5.7
9592026-06-03T08:11:39.022Z Checking tracing-core v0.1.34
9602026-06-03T08:11:39.337Z Compiling regex v1.12.3
9612026-06-03T08:11:39.745Z Compiling pest_generator v2.8.2
9622026-06-03T08:11:39.947Z Compiling pkg-config v0.3.32
9632026-06-03T08:11:40.002Z Compiling generic-array v0.14.7
9642026-06-03T08:11:40.075Z Checking fnv v1.0.7
9652026-06-03T08:11:40.092Z Checking tracing v0.1.41
9662026-06-03T08:11:40.277Z Checking http v1.4.0
9672026-06-03T08:11:40.374Z Compiling pest_derive v2.8.2
9682026-06-03T08:11:40.396Z Compiling vcpkg v0.2.15
9692026-06-03T08:11:40.862Z Compiling time-core v0.1.8
9702026-06-03T08:11:41.298Z Compiling byteorder v1.5.0
9712026-06-03T08:11:41.302Z Compiling num-conv v0.2.1
9722026-06-03T08:11:41.302Z Compiling regress v0.10.5
9732026-06-03T08:11:41.302Z Compiling time-macros v0.2.27
9742026-06-03T08:11:41.302Z Checking errno v0.3.14
9752026-06-03T08:11:41.302Z Checking base64 v0.22.1
9762026-06-03T08:11:41.302Z Checking ipnet v2.11.0
9772026-06-03T08:11:41.463Z Checking crypto-common v0.1.6
9782026-06-03T08:11:41.464Z Compiling scroll_derive v0.13.1
9792026-06-03T08:11:41.563Z Checking tokio-util v0.7.16
9802026-06-03T08:11:41.634Z Compiling camino v1.2.2
9812026-06-03T08:11:42.022Z Checking http-body v1.0.1
9822026-06-03T08:11:42.055Z Checking atomic-waker v1.1.2
9832026-06-03T08:11:42.462Z Compiling crossbeam-utils v0.8.21
9842026-06-03T08:11:42.467Z Checking ppv-lite86 v0.2.21
9852026-06-03T08:11:42.467Z Compiling slog v2.8.2
9862026-06-03T08:11:42.467Z Compiling paste v1.0.15
9872026-06-03T08:11:42.467Z Checking tower-service v0.3.3
9882026-06-03T08:11:42.502Z Checking try-lock v0.2.5
9892026-06-03T08:11:42.518Z Checking tower-layer v0.3.3
9902026-06-03T08:11:42.588Z Checking h2 v0.4.12
9912026-06-03T08:11:42.603Z Checking want v0.3.1
9922026-06-03T08:11:42.663Z Checking ipnetwork v0.21.1
9932026-06-03T08:11:42.677Z Checking erased-serde v0.3.31
9942026-06-03T08:11:42.732Z Checking rustls-pki-types v1.12.0
9952026-06-03T08:11:42.769Z Checking pretty-hex v0.4.1
9962026-06-03T08:11:42.873Z Checking httpdate v1.0.3
9972026-06-03T08:11:42.891Z Checking pin-utils v0.1.0
9982026-06-03T08:11:42.902Z Checking ryu v1.0.20
9992026-06-03T08:11:42.960Z Compiling async-trait v0.1.89
10002026-06-03T08:11:43.423Z Checking socket2 v0.5.10
10012026-06-03T08:11:43.833Z Checking untrusted v0.9.0
10022026-06-03T08:11:43.833Z Compiling scroll v0.13.0
10032026-06-03T08:11:43.833Z Checking plain v0.2.3
10042026-06-03T08:11:44.242Z Compiling usdt-impl v0.6.0
10052026-06-03T08:11:44.242Z Checking http-body-util v0.1.3
10062026-06-03T08:11:44.243Z Compiling goblin v0.10.1
10072026-06-03T08:11:44.243Z Checking block-buffer v0.10.4
10082026-06-03T08:11:44.243Z Compiling openssl-sys v0.9.112
10092026-06-03T08:11:44.243Z Compiling strsim v0.11.1
10102026-06-03T08:11:44.248Z Compiling slog-async v2.8.0
10112026-06-03T08:11:44.249Z Checking digest v0.10.7
10122026-06-03T08:11:44.249Z Checking serde_urlencoded v0.7.1
10132026-06-03T08:11:44.249Z Checking oxnet v0.1.4
10142026-06-03T08:11:44.249Z Checking rand_core v0.9.3
10152026-06-03T08:11:44.249Z Compiling dtrace-parser v0.3.0
10162026-06-03T08:11:44.249Z Compiling openapiv3 v2.2.0
10172026-06-03T08:11:44.249Z Compiling thread-id v5.0.0
10182026-06-03T08:11:44.346Z Compiling typify-impl v0.4.3
10192026-06-03T08:11:44.379Z Compiling cmake v0.1.54
10202026-06-03T08:11:44.463Z Checking hyper v1.8.1
10212026-06-03T08:11:44.722Z Compiling fs_extra v1.3.0
10222026-06-03T08:11:44.810Z Compiling dunce v1.0.5
10232026-06-03T08:11:44.911Z Compiling ident_case v1.0.1
10242026-06-03T08:11:44.946Z Compiling omicron-workspace-hack v0.1.0
10252026-06-03T08:11:44.978Z Compiling aws-lc-sys v0.39.1
10262026-06-03T08:11:45.035Z Compiling darling_core v0.21.3
10272026-06-03T08:11:45.181Z Checking rand_chacha v0.9.0
10282026-06-03T08:11:45.357Z Checking hyper-util v0.1.20
10292026-06-03T08:11:45.371Z Compiling daft-derive v0.1.5
10302026-06-03T08:11:45.634Z Checking powerfmt v0.2.0
10312026-06-03T08:11:46.164Z Checking rand v0.9.2
10322026-06-03T08:11:46.167Z Checking deranged v0.5.3
10332026-06-03T08:11:46.167Z Compiling syn v1.0.109
10342026-06-03T08:11:46.364Z Compiling dof v0.4.0
10352026-06-03T08:11:46.822Z Compiling rustls v0.22.4
10362026-06-03T08:11:46.827Z Compiling unsafe-libyaml v0.2.11
10372026-06-03T08:11:46.827Z Checking num_threads v0.1.7
10382026-06-03T08:11:46.827Z Checking cpufeatures v0.2.17
10392026-06-03T08:11:46.871Z Checking time v0.3.47
10402026-06-03T08:11:47.105Z Compiling serde_yaml v0.9.34+deprecated
10412026-06-03T08:11:47.121Z Compiling darling_macro v0.21.3
10422026-06-03T08:11:47.269Z Checking sync_wrapper v1.0.2
10432026-06-03T08:11:47.395Z Compiling usdt-attr-macro v0.6.0
10442026-06-03T08:11:47.724Z Compiling usdt-macro v0.6.0
10452026-06-03T08:11:47.739Z Compiling typify-macro v0.4.3
10462026-06-03T08:11:48.043Z Compiling darling v0.21.3
10472026-06-03T08:11:48.462Z Checking encoding_rs v0.8.35
10482026-06-03T08:11:48.466Z Compiling aws-lc-rs v1.16.2
10492026-06-03T08:11:48.466Z Checking mime v0.3.17
10502026-06-03T08:11:48.466Z Checking tower v0.5.2
10512026-06-03T08:11:48.519Z Checking crossbeam-channel v0.5.15
10522026-06-03T08:11:48.535Z Checking futures-executor v0.3.32
10532026-06-03T08:11:48.678Z Compiling structmeta-derive v0.3.0
10542026-06-03T08:11:48.831Z Compiling multer v3.1.0
10552026-06-03T08:11:48.845Z Checking iri-string v0.7.8
10562026-06-03T08:11:49.005Z Checking futures v0.3.32
10572026-06-03T08:11:49.083Z Compiling async-stream-impl v0.3.6
10582026-06-03T08:11:49.100Z Checking thread_local v1.1.9
10592026-06-03T08:11:49.258Z Compiling openssl v0.10.76
10602026-06-03T08:11:49.664Z Compiling typify v0.4.3
10612026-06-03T08:11:49.664Z Checking unicode-width v0.2.1
10622026-06-03T08:11:49.668Z Checking fastrand v2.3.0
10632026-06-03T08:11:49.668Z Checking untrusted v0.7.1
10642026-06-03T08:11:49.668Z Checking hex v0.4.3
10652026-06-03T08:11:49.668Z Checking foreign-types-shared v0.1.1
10662026-06-03T08:11:49.668Z Checking foreign-types v0.3.2
10672026-06-03T08:11:49.668Z Checking tempfile v3.27.0
10682026-06-03T08:11:49.713Z Compiling structmeta v0.3.0
10692026-06-03T08:11:49.742Z Compiling openssl-macros v0.1.1
10702026-06-03T08:11:49.775Z Compiling strum_macros v0.26.4
10712026-06-03T08:11:49.851Z Checking tower-http v0.6.8
10722026-06-03T08:11:49.918Z Checking memmap2 v0.9.8
10732026-06-03T08:11:49.954Z Checking is-terminal v0.4.16
10742026-06-03T08:11:50.048Z Compiling native-tls v0.2.14
10752026-06-03T08:11:50.076Z Checking openssl-probe v0.1.6
10762026-06-03T08:11:50.117Z Checking match_cfg v0.1.0
10772026-06-03T08:11:50.180Z Compiling rustls v0.23.32
10782026-06-03T08:11:50.211Z Checking term v1.2.0
10792026-06-03T08:11:50.288Z Checking take_mut v0.2.2
10802026-06-03T08:11:50.316Z Checking winnow v0.7.14
10812026-06-03T08:11:50.424Z Checking slog-term v2.9.2
10822026-06-03T08:11:50.642Z Checking hostname v0.3.1
10832026-06-03T08:11:51.069Z Checking slog-json v2.6.1
10842026-06-03T08:11:51.121Z Compiling newtype-uuid-macros v0.1.0
10852026-06-03T08:11:51.238Z Compiling ref-cast v1.0.25
10862026-06-03T08:11:51.373Z Checking slog-bunyan v2.5.0
10872026-06-03T08:11:51.486Z Compiling ref-cast-impl v1.0.25
10882026-06-03T08:11:51.604Z Compiling dropshot v0.16.7
10892026-06-03T08:11:51.774Z Compiling derive-ex v0.1.8
10902026-06-03T08:11:51.935Z Checking webpki-roots v1.0.2
10912026-06-03T08:11:51.943Z Compiling dropshot_endpoint v0.16.7
10922026-06-03T08:11:52.005Z Compiling strum_macros v0.27.2
10932026-06-03T08:11:52.387Z Compiling progenitor-impl v0.11.1
10942026-06-03T08:11:52.837Z Checking tokio-native-tls v0.3.1
10952026-06-03T08:11:53.002Z Checking hyper-tls v0.6.0
10962026-06-03T08:11:53.576Z Checking newtype-uuid v1.3.2
10972026-06-03T08:11:53.580Z Compiling either v1.15.0
10982026-06-03T08:11:53.580Z Compiling test-strategy v0.4.3
10992026-06-03T08:11:53.580Z Checking winnow v1.0.3
11002026-06-03T08:11:53.580Z Checking daft v0.1.5
11012026-06-03T08:11:53.589Z Compiling serde_with_macros v3.14.1
11022026-06-03T08:11:53.694Z Checking toml_parser v1.1.2+spec-1.1.0
11032026-06-03T08:11:53.762Z Checking usdt v0.6.0
11042026-06-03T08:11:53.779Z Checking rustls-webpki v0.102.8
11052026-06-03T08:11:53.928Z Checking serde_spanned v1.0.4
11062026-06-03T08:11:54.042Z Checking debug-ignore v1.0.5
11072026-06-03T08:11:54.110Z Checking toml_writer v1.0.6+spec-1.1.0
11082026-06-03T08:11:54.210Z Checking spin v0.9.8
11092026-06-03T08:11:54.340Z Compiling parse-display-derive v0.10.0
11102026-06-03T08:11:54.539Z Checking async-stream v0.3.6
11112026-06-03T08:11:54.559Z Compiling progenitor-macro v0.11.1
11122026-06-03T08:11:54.667Z Checking sha1 v0.10.6
11132026-06-03T08:11:54.748Z Checking rustls-pemfile v2.2.0
11142026-06-03T08:11:54.789Z Checking waitgroup v0.1.2
11152026-06-03T08:11:54.833Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11162026-06-03T08:11:54.903Z Checking serde_path_to_error v0.1.20
11172026-06-03T08:11:54.923Z Checking hostname v0.4.2
11182026-06-03T08:11:55.158Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11192026-06-03T08:11:55.301Z Checking strum v0.26.3
11202026-06-03T08:11:55.392Z Checking rand_chacha v0.3.1
11212026-06-03T08:11:55.468Z Compiling toml_datetime v0.6.11
11222026-06-03T08:11:55.517Z Checking macaddr v1.0.1
11232026-06-03T08:11:55.584Z Checking toml_datetime v0.7.5+spec-1.1.0
11242026-06-03T08:11:55.600Z Checking tokio-rustls v0.25.0
11252026-06-03T08:11:55.697Z Checking wait-timeout v0.2.1
11262026-06-03T08:11:55.710Z Checking bit-vec v0.8.0
11272026-06-03T08:11:55.785Z Checking lazy_static v1.5.0
11282026-06-03T08:11:55.818Z Checking quick-error v1.2.3
11292026-06-03T08:11:55.833Z Checking toml v0.9.11+spec-1.1.0
11302026-06-03T08:11:55.860Z Checking rand v0.8.5
11312026-06-03T08:11:56.302Z Checking bit-set v0.8.0
11322026-06-03T08:11:56.306Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11332026-06-03T08:11:56.306Z Checking rusty-fork v0.3.0
11342026-06-03T08:11:56.306Z Checking tabwriter v1.4.1
11352026-06-03T08:11:56.306Z Checking rand_xorshift v0.4.0
11362026-06-03T08:11:56.306Z Compiling clap_derive v4.6.0
11372026-06-03T08:11:56.363Z Checking utf8parse v0.2.2
11382026-06-03T08:11:56.371Z Checking colored v3.0.0
11392026-06-03T08:11:56.387Z Checking unarray v0.1.4
11402026-06-03T08:11:56.863Z Checking anstyle-parse v1.0.0
11412026-06-03T08:11:56.866Z Checking proptest v1.8.0
11422026-06-03T08:11:56.866Z Checking strum v0.27.2
11432026-06-03T08:11:56.866Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11442026-06-03T08:11:56.866Z Checking terminal_size v0.4.3
11452026-06-03T08:11:57.072Z Checking anstyle v1.0.14
11462026-06-03T08:11:57.191Z Checking is_terminal_polyfill v1.70.1
11472026-06-03T08:11:57.225Z Checking anstyle-query v1.1.4
11482026-06-03T08:11:57.258Z Checking colorchoice v1.0.4
11492026-06-03T08:11:57.356Z Checking anstream v1.0.0
11502026-06-03T08:11:57.540Z Checking itertools v0.14.0
11512026-06-03T08:11:57.579Z Checking clap_lex v1.1.0
11522026-06-03T08:11:58.158Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11532026-06-03T08:11:58.299Z Checking clap_builder v4.6.0
11542026-06-03T08:11:58.743Z Checking serde_with v3.14.1
11552026-06-03T08:11:59.813Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11562026-06-03T08:11:59.817Z Checking instant v0.1.13
11572026-06-03T08:11:59.817Z Checking clap v4.6.0
11582026-06-03T08:11:59.817Z Checking rustc-hash v2.1.1
11592026-06-03T08:11:59.817Z Checking iddqd v0.3.18
11602026-06-03T08:11:59.817Z Checking backoff v0.4.0
11612026-06-03T08:11:59.947Z Checking parse-display v0.10.0
11622026-06-03T08:11:59.956Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11632026-06-03T08:12:00.057Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11642026-06-03T08:12:01.641Z Compiling num-derive v0.4.2
11652026-06-03T08:12:02.019Z Compiling rustls-webpki v0.103.6
11662026-06-03T08:12:02.693Z Compiling prettyplease v0.2.37
11672026-06-03T08:12:04.753Z Checking serde_spanned v0.6.9
11682026-06-03T08:12:04.879Z Compiling memoffset v0.9.1
11692026-06-03T08:12:05.292Z Compiling cfg_aliases v0.2.1
11702026-06-03T08:12:05.370Z Compiling nix v0.30.1
11712026-06-03T08:12:05.454Z Compiling tokio-rustls v0.26.3
11722026-06-03T08:12:05.756Z Compiling hyper-rustls v0.27.7
11732026-06-03T08:12:06.032Z Compiling reqwest v0.12.23
11742026-06-03T08:12:07.169Z Compiling progenitor-client v0.11.1
11752026-06-03T08:12:07.448Z Checking crossbeam-epoch v0.9.18
11762026-06-03T08:12:07.672Z Compiling winnow v0.5.40
11772026-06-03T08:12:09.020Z Compiling toml_edit v0.19.15
11782026-06-03T08:12:09.163Z Compiling progenitor v0.11.1
11792026-06-03T08:12:09.900Z Compiling num-integer v0.1.46
11802026-06-03T08:12:10.248Z Compiling proc-macro-crate v1.3.1
11812026-06-03T08:12:10.430Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11822026-06-03T08:12:10.492Z Compiling progenitor-client v0.10.0
11832026-06-03T08:12:11.437Z Compiling hubpack_derive v0.1.1
11842026-06-03T08:12:11.842Z Compiling rayon-core v1.13.0
11852026-06-03T08:12:11.858Z Checking toml_write v0.1.2
11862026-06-03T08:12:11.944Z Checking hubpack v0.1.2
11872026-06-03T08:12:12.025Z Checking toml_edit v0.22.27
11882026-06-03T08:12:12.084Z Checking num-iter v0.1.45
11892026-06-03T08:12:12.114Z Checking num-rational v0.4.2
11902026-06-03T08:12:12.550Z Compiling zerocopy-derive v0.7.35
11912026-06-03T08:12:12.553Z Compiling num-complex v0.4.6
11922026-06-03T08:12:12.948Z Checking static_assertions v1.1.0
11932026-06-03T08:12:12.962Z Checking num v0.4.3
11942026-06-03T08:12:13.138Z Checking crossbeam-deque v0.8.6
11952026-06-03T08:12:13.157Z Checking toml v0.8.23
11962026-06-03T08:12:13.317Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11972026-06-03T08:12:13.418Z Compiling float-ord v0.3.2
11982026-06-03T08:12:13.473Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11992026-06-03T08:12:13.643Z Compiling proc-macro-error-attr v1.0.4
12002026-06-03T08:12:13.736Z Compiling heapless v0.8.0
12012026-06-03T08:12:13.869Z Checking bytecount v0.6.9
12022026-06-03T08:12:13.990Z Checking libscf-sys v1.2.0
12032026-06-03T08:12:14.006Z Compiling ingot-macros v0.1.1
12042026-06-03T08:12:14.119Z Checking hash32 v0.3.1
12052026-06-03T08:12:14.207Z Compiling proc-macro-error v1.0.4
12062026-06-03T08:12:14.247Z Compiling smoltcp v0.11.0
12072026-06-03T08:12:14.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12082026-06-03T08:12:15.035Z Compiling zerocopy v0.7.35
12092026-06-03T08:12:15.074Z Compiling num_enum_derive v0.7.5
12102026-06-03T08:12:15.236Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12112026-06-03T08:12:15.389Z Checking cobs v0.3.0
12122026-06-03T08:12:15.539Z Compiling foreign-types-macros v0.2.3
12132026-06-03T08:12:15.575Z Compiling scroll_derive v0.12.1
12142026-06-03T08:12:15.589Z Compiling usdt-impl v0.5.0
12152026-06-03T08:12:15.782Z Checking foreign-types-shared v0.3.1
12162026-06-03T08:12:15.845Z Checking bitflags v1.3.2
12172026-06-03T08:12:15.879Z Compiling crucible-workspace-hack v0.1.0
12182026-06-03T08:12:15.923Z Checking managed v0.8.0
12192026-06-03T08:12:16.135Z Checking num_enum v0.7.5
12202026-06-03T08:12:16.170Z Checking foreign-types v0.5.0
12212026-06-03T08:12:16.243Z Checking postcard v1.1.3
12222026-06-03T08:12:16.257Z Compiling dof v0.3.0
12232026-06-03T08:12:16.294Z Checking scroll v0.12.0
12242026-06-03T08:12:16.525Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12252026-06-03T08:12:16.613Z Compiling dtrace-parser v0.2.0
12262026-06-03T08:12:16.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12272026-06-03T08:12:16.646Z Checking camino-tempfile v1.4.1
12282026-06-03T08:12:16.663Z Checking ingot-types v0.1.2
12292026-06-03T08:12:16.721Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12302026-06-03T08:12:16.806Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12312026-06-03T08:12:16.931Z Checking cstr-argument v0.1.2
12322026-06-03T08:12:17.000Z Checking ingot v0.1.1
12332026-06-03T08:12:17.039Z Compiling thread-id v4.2.2
12342026-06-03T08:12:17.054Z Compiling heck v0.4.1
12352026-06-03T08:12:17.112Z Compiling minimal-lexical v0.2.1
12362026-06-03T08:12:17.126Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12372026-06-03T08:12:17.247Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12382026-06-03T08:12:17.300Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12392026-06-03T08:12:17.730Z Compiling nom v7.1.3
12402026-06-03T08:12:17.736Z Checking goblin v0.8.2
12412026-06-03T08:12:17.736Z Checking rayon v1.11.0
12422026-06-03T08:12:17.833Z Compiling num_enum_derive v0.5.11
12432026-06-03T08:12:18.050Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-06-03T08:12:18.330Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12452026-06-03T08:12:18.565Z Compiling rustc_version v0.4.1
12462026-06-03T08:12:18.637Z Compiling proc-macro-error-attr2 v2.0.0
12472026-06-03T08:12:18.861Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12482026-06-03T08:12:18.930Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12492026-06-03T08:12:19.052Z Compiling convert_case v0.4.0
12502026-06-03T08:12:19.100Z Checking tinyvec_macros v0.1.1
12512026-06-03T08:12:19.115Z Compiling rustix v0.38.44
12522026-06-03T08:12:19.171Z Checking tinyvec v1.10.0
12532026-06-03T08:12:19.359Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12542026-06-03T08:12:19.375Z Compiling derive_more v0.99.20
12552026-06-03T08:12:19.482Z Compiling proc-macro-error2 v2.0.1
12562026-06-03T08:12:19.565Z Checking num_enum v0.5.11
12572026-06-03T08:12:19.679Z Compiling libz-sys v1.1.22
12582026-06-03T08:12:19.684Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12592026-06-03T08:12:19.835Z Compiling crc32fast v1.5.0
12602026-06-03T08:12:20.059Z Compiling tabled_derive v0.11.0
12612026-06-03T08:12:20.147Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12622026-06-03T08:12:20.186Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12632026-06-03T08:12:20.569Z Compiling usdt-macro v0.5.0
12642026-06-03T08:12:20.765Z Compiling usdt-attr-macro v0.5.0
12652026-06-03T08:12:21.228Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12662026-06-03T08:12:21.228Z Compiling zone_cfg_derive v0.3.1
12672026-06-03T08:12:21.228Z Checking papergrid v0.17.0
12682026-06-03T08:12:21.259Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12692026-06-03T08:12:21.514Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12702026-06-03T08:12:22.015Z Checking itertools v0.12.1
12712026-06-03T08:12:22.020Z Checking testing_table v0.3.0
12722026-06-03T08:12:22.020Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12732026-06-03T08:12:22.020Z Checking memmap v0.7.0
12742026-06-03T08:12:22.020Z Checking sigpipe v0.1.3
12752026-06-03T08:12:22.020Z Checking adler2 v2.0.1
12762026-06-03T08:12:22.020Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12772026-06-03T08:12:22.020Z Checking jiff v0.2.15
12782026-06-03T08:12:22.020Z Checking glob v0.3.3
12792026-06-03T08:12:22.020Z Checking miniz_oxide v0.8.9
12802026-06-03T08:12:22.020Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-06-03T08:12:22.100Z Checking tabled v0.20.0
12822026-06-03T08:12:22.164Z Checking usdt v0.5.0
12832026-06-03T08:12:22.198Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-06-03T08:12:22.298Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12852026-06-03T08:12:22.327Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12862026-06-03T08:12:22.633Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12872026-06-03T08:12:22.650Z Checking zone v0.3.1
12882026-06-03T08:12:22.745Z Checking smf v0.2.3
12892026-06-03T08:12:22.854Z Checking secrecy v0.10.3
12902026-06-03T08:12:22.949Z Checking bstr v1.12.0
12912026-06-03T08:12:22.975Z Checking whoami v1.6.1
12922026-06-03T08:12:23.005Z Checking flate2 v1.1.2
12932026-06-03T08:12:23.154Z Compiling curve25519-dalek v4.1.3
12942026-06-03T08:12:23.290Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12952026-06-03T08:12:23.304Z Checking hmac v0.12.1
12962026-06-03T08:12:23.330Z Compiling clang-sys v1.8.1
12972026-06-03T08:12:23.436Z Checking inout v0.1.4
12982026-06-03T08:12:23.439Z Checking ff v0.13.1
12992026-06-03T08:12:23.578Z Compiling enum-as-inner v0.6.1
13002026-06-03T08:12:23.591Z Checking data-encoding v2.9.0
13012026-06-03T08:12:23.708Z Compiling semver v0.1.20
13022026-06-03T08:12:23.894Z Compiling rustc_version v0.1.7
13032026-06-03T08:12:23.965Z Checking cipher v0.4.4
13042026-06-03T08:12:24.091Z Checking group v0.13.0
13052026-06-03T08:12:24.532Z Checking hkdf v0.12.4
13062026-06-03T08:12:24.536Z Checking atomicwrites v0.4.4
13072026-06-03T08:12:24.536Z Compiling thiserror-impl-no-std v2.0.2
13082026-06-03T08:12:24.536Z Checking universal-hash v0.5.1
13092026-06-03T08:12:24.536Z Checking crypto-bigint v0.5.5
13102026-06-03T08:12:24.536Z Checking half v2.7.1
13112026-06-03T08:12:24.536Z Compiling curve25519-dalek-derive v0.1.1
13122026-06-03T08:12:24.536Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13132026-06-03T08:12:24.539Z Checking base64ct v1.8.0
13142026-06-03T08:12:24.578Z Checking base16ct v0.2.0
13152026-06-03T08:12:24.669Z Checking ciborium-io v0.2.2
13162026-06-03T08:12:24.701Z Checking indent_write v2.2.0
13172026-06-03T08:12:24.765Z Checking opaque-debug v0.3.1
13182026-06-03T08:12:24.780Z Checking password-hash v0.5.0
13192026-06-03T08:12:24.832Z Checking ciborium-ll v0.2.2
13202026-06-03T08:12:24.849Z Checking poly1305 v0.8.0
13212026-06-03T08:12:25.005Z Checking chacha20 v0.9.1
13222026-06-03T08:12:25.019Z Compiling newtype_derive v0.1.6
13232026-06-03T08:12:25.074Z Checking similar v2.7.0
13242026-06-03T08:12:25.200Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13252026-06-03T08:12:25.261Z Checking blake2 v0.10.6
13262026-06-03T08:12:25.275Z Checking thiserror-no-std v2.0.2
13272026-06-03T08:12:25.314Z Checking elliptic-curve v0.13.8
13282026-06-03T08:12:25.364Z Compiling typify-impl v0.6.1
13292026-06-03T08:12:25.408Z Checking aead v0.5.2
13302026-06-03T08:12:25.447Z Compiling libloading v0.8.9
13312026-06-03T08:12:25.473Z Checking keccak v0.1.6
13322026-06-03T08:12:25.542Z Checking resolv-conf v0.7.5
13332026-06-03T08:12:25.561Z Checking linked-hash-map v0.5.6
13342026-06-03T08:12:25.632Z Checking compression-core v0.4.32
13352026-06-03T08:12:25.647Z Compiling bindgen v0.72.1
13362026-06-03T08:12:25.705Z Compiling owo-colors v4.3.0
13372026-06-03T08:12:25.734Z Checking vsss-rs v3.3.4
13382026-06-03T08:12:25.741Z Checking lru-cache v0.1.2
13392026-06-03T08:12:25.762Z Checking compression-codecs v0.4.32
13402026-06-03T08:12:26.243Z Checking sha3 v0.10.8
13412026-06-03T08:12:26.243Z Checking chacha20poly1305 v0.10.1
13422026-06-03T08:12:26.243Z Checking argon2 v0.5.3
13432026-06-03T08:12:26.243Z Checking ciborium v0.2.2
13442026-06-03T08:12:26.243Z Checking hickory-proto v0.24.4
13452026-06-03T08:12:26.244Z Checking tokio-dtrace v0.1.1
13462026-06-03T08:12:26.253Z Compiling cexpr v0.6.0
13472026-06-03T08:12:26.306Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13482026-06-03T08:12:26.570Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13492026-06-03T08:12:26.787Z Checking serde-big-array v0.5.1
13502026-06-03T08:12:26.807Z Compiling derive-where v1.6.0
13512026-06-03T08:12:26.821Z Compiling serde_repr v0.1.20
13522026-06-03T08:12:27.323Z Checking toml_datetime v1.1.1+spec-1.1.0
13532026-06-03T08:12:27.328Z Compiling dropshot v0.17.0
13542026-06-03T08:12:27.359Z Checking siphasher v1.0.1
13552026-06-03T08:12:27.374Z Checking unicode-segmentation v1.12.0
13562026-06-03T08:12:27.453Z Checking same-file v1.0.6
13572026-06-03T08:12:27.549Z Checking phf_shared v0.12.1
13582026-06-03T08:12:27.579Z Checking walkdir v2.5.0
13592026-06-03T08:12:27.686Z Checking hickory-resolver v0.24.4
13602026-06-03T08:12:27.704Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13612026-06-03T08:12:27.712Z Checking newline-converter v0.3.0
13622026-06-03T08:12:27.830Z Checking toml v1.0.6+spec-1.1.0
13632026-06-03T08:12:28.083Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13642026-06-03T08:12:28.401Z Checking oxide-tokio-rt v0.1.2
13652026-06-03T08:12:28.439Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13662026-06-03T08:12:28.655Z Checking async-compression v0.4.33
13672026-06-03T08:12:28.870Z Compiling typify-macro v0.6.1
13682026-06-03T08:12:28.910Z Checking console v0.15.11
13692026-06-03T08:12:28.965Z Compiling progenitor-impl v0.10.0
13702026-06-03T08:12:29.178Z Checking tokio-stream v0.1.17
13712026-06-03T08:12:29.213Z Compiling dropshot_endpoint v0.17.0
13722026-06-03T08:12:29.341Z Compiling pin-project-internal v1.1.10
13732026-06-03T08:12:29.543Z Compiling slog-dtrace v0.3.0
13742026-06-03T08:12:29.783Z Checking csv-core v0.1.12
13752026-06-03T08:12:29.927Z Checking swrite v0.1.0
13762026-06-03T08:12:29.976Z Compiling chrono-tz v0.10.4
13772026-06-03T08:12:30.024Z Checking unicode-width v0.1.14
13782026-06-03T08:12:30.200Z Checking foldhash v0.1.5
13792026-06-03T08:12:30.284Z Checking smawk v0.3.2
13802026-06-03T08:12:30.348Z Checking unicode-linebreak v0.1.5
13812026-06-03T08:12:30.381Z Compiling cancel-safe-futures v0.1.5
13822026-06-03T08:12:30.418Z Compiling unicode-xid v0.2.6
13832026-06-03T08:12:30.421Z Checking pin-project v1.1.10
13842026-06-03T08:12:30.534Z Checking hashbrown v0.15.5
13852026-06-03T08:12:30.549Z Compiling const_format_proc_macros v0.2.34
13862026-06-03T08:12:30.562Z Checking textwrap v0.16.2
13872026-06-03T08:12:30.671Z Checking csv v1.3.1
13882026-06-03T08:12:30.783Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13892026-06-03T08:12:31.030Z Compiling progenitor-macro v0.10.0
13902026-06-03T08:12:31.047Z Checking qorb v0.4.1
13912026-06-03T08:12:31.063Z Checking expectorate v1.2.0
13922026-06-03T08:12:31.195Z Checking phf v0.12.1
13932026-06-03T08:12:31.344Z Checking unicode-normalization v0.1.24
13942026-06-03T08:12:31.348Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13952026-06-03T08:12:31.864Z Checking libsw-core v0.3.2
13962026-06-03T08:12:32.015Z Compiling libgit2-sys v0.17.0+1.8.1
13972026-06-03T08:12:32.018Z Compiling snafu-derive v0.8.9
13982026-06-03T08:12:32.237Z Compiling async-recursion v1.1.1
13992026-06-03T08:12:32.491Z Compiling cookie v0.18.1
14002026-06-03T08:12:32.515Z Compiling moka v0.12.11
14012026-06-03T08:12:32.729Z Checking fixedbitset v0.4.2
14022026-06-03T08:12:33.151Z Checking highway v1.3.0
14032026-06-03T08:12:33.154Z Checking fixedbitset v0.5.7
14042026-06-03T08:12:33.154Z Checking petgraph v0.6.5
14052026-06-03T08:12:33.154Z Checking petgraph v0.8.2
14062026-06-03T08:12:33.155Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-06-03T08:12:33.205Z Checking libsw v3.5.0
14082026-06-03T08:12:33.384Z Checking olpc-cjson v0.1.4
14092026-06-03T08:12:33.529Z Checking const_format v0.2.34
14102026-06-03T08:12:33.796Z Checking snafu v0.8.9
14112026-06-03T08:12:34.165Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-06-03T08:12:34.269Z Compiling typify v0.6.1
14132026-06-03T08:12:34.294Z Checking papergrid v0.11.0
14142026-06-03T08:12:34.370Z Checking globset v0.4.16
14152026-06-03T08:12:34.418Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14162026-06-03T08:12:34.961Z Checking gethostname v0.5.0
14172026-06-03T08:12:34.964Z Compiling tabled_derive v0.7.0
14182026-06-03T08:12:34.964Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14192026-06-03T08:12:34.964Z Checking reqwest v0.13.2
14202026-06-03T08:12:35.047Z Checking bcs v0.1.6
14212026-06-03T08:12:35.274Z Checking progenitor v0.10.0
14222026-06-03T08:12:35.305Z Checking pem v3.0.5
14232026-06-03T08:12:35.410Z Checking serde_plain v1.0.2
14242026-06-03T08:12:35.445Z Checking crc8 v0.1.1
14252026-06-03T08:12:35.459Z Compiling signal-hook v0.3.18
14262026-06-03T08:12:35.547Z Checking humantime v2.3.0
14272026-06-03T08:12:35.560Z Checking termtree v0.5.1
14282026-06-03T08:12:35.575Z Checking typed-path v0.9.3
14292026-06-03T08:12:35.678Z Checking tagptr v0.2.0
14302026-06-03T08:12:35.697Z Checking linear-map v1.2.0
14312026-06-03T08:12:35.750Z Checking tabled v0.15.0
14322026-06-03T08:12:35.863Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-06-03T08:12:36.128Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14342026-06-03T08:12:36.325Z Checking tough v0.20.0
14352026-06-03T08:12:36.429Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14362026-06-03T08:12:36.595Z Compiling progenitor-impl v0.13.0
14372026-06-03T08:12:36.884Z Checking steno v0.4.1
14382026-06-03T08:12:37.328Z Checking hickory-proto v0.25.2
14392026-06-03T08:12:37.923Z Compiling curl-sys v0.4.83+curl-8.15.0
14402026-06-03T08:12:38.194Z Compiling cargo-platform v0.1.9
14412026-06-03T08:12:38.298Z Compiling vergen v8.3.2
14422026-06-03T08:12:38.332Z Compiling fs-err v3.1.2
14432026-06-03T08:12:38.382Z Compiling cargo_metadata v0.18.1
14442026-06-03T08:12:38.683Z Checking progenitor-client v0.13.0
14452026-06-03T08:12:38.744Z Checking dropshot-api-manager-types v0.7.2
14462026-06-03T08:12:38.765Z Compiling progenitor-macro v0.13.0
14472026-06-03T08:12:38.903Z Checking sha2 v0.10.9
14482026-06-03T08:12:38.920Z Compiling blake3 v1.8.2
14492026-06-03T08:12:39.372Z Checking hickory-resolver v0.25.2
14502026-06-03T08:12:39.597Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14512026-06-03T08:12:39.622Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14522026-06-03T08:12:39.764Z Checking git-stub v1.0.0
14532026-06-03T08:12:39.780Z Checking filetime v0.2.26
14542026-06-03T08:12:39.917Z Checking xattr v1.6.1
14552026-06-03T08:12:39.917Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14562026-06-03T08:12:40.070Z Checking constant_time_eq v0.3.1
14572026-06-03T08:12:40.148Z Checking arrayref v0.3.9
14582026-06-03T08:12:40.170Z Compiling curl v0.4.49
14592026-06-03T08:12:40.227Z Checking arrayvec v0.7.6
14602026-06-03T08:12:40.430Z Checking is_ci v1.2.0
14612026-06-03T08:12:40.536Z Checking supports-color v3.0.2
14622026-06-03T08:12:40.710Z Checking tar v0.4.45
14632026-06-03T08:12:40.725Z Checking git-stub-vcs v0.1.0
14642026-06-03T08:12:41.046Z Checking drift v0.2.0
14652026-06-03T08:12:41.085Z Checking kstat-rs v0.2.4
14662026-06-03T08:12:41.123Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14672026-06-03T08:12:41.276Z Checking topological-sort v0.2.2
14682026-06-03T08:12:41.355Z Checking dropshot-api-manager v0.7.2
14692026-06-03T08:12:41.436Z Checking toml v0.7.8
14702026-06-03T08:12:41.761Z Checking omicron-zone-package v0.12.2
14712026-06-03T08:12:42.346Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-06-03T08:12:42.625Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-06-03T08:12:42.815Z Checking signal-hook-tokio v0.3.1
14742026-06-03T08:12:42.944Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14752026-06-03T08:12:42.960Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-06-03T08:12:42.974Z Checking progenitor v0.13.0
14772026-06-03T08:12:43.100Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14782026-06-03T08:12:43.226Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14792026-06-03T08:12:43.376Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-06-03T08:12:43.463Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14812026-06-03T08:12:43.707Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-03T08:12:43.760Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14832026-06-03T08:12:43.776Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-06-03T08:12:44.221Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-03T08:12:44.226Z Checking search_path v0.1.4
14862026-06-03T08:12:44.226Z Checking display-error-chain v0.2.2
14872026-06-03T08:12:44.226Z Checking internet-checksum v0.2.1
14882026-06-03T08:12:44.226Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14892026-06-03T08:12:44.246Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14902026-06-03T08:12:44.263Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-03T08:12:44.295Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-03T08:12:44.404Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-03T08:12:44.539Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14942026-06-03T08:12:44.720Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14952026-06-03T08:12:44.733Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-03T08:12:44.954Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14972026-06-03T08:12:45.031Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-03T08:12:45.532Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-03T08:12:45.584Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15002026-06-03T08:12:48.653Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15012026-06-03T08:12:48.831Z Compiling git2 v0.19.0
15022026-06-03T08:12:49.030Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15032026-06-03T08:12:49.791Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15042026-06-03T08:12:49.933Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15052026-06-03T08:12:50.594Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-06-03T08:12:50.933Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15072026-06-03T08:12:51.073Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15082026-06-03T08:12:51.104Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15092026-06-03T08:12:51.266Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15102026-06-03T08:12:51.500Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-06-03T08:13:02.284Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-06-03T08:13:03.559Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15132026-06-03T08:13:08.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s
15142026-06-03T08:13:08.735Z+ for feat in tofino_stub tofino_asic softnpu chaos
15152026-06-03T08:13:08.735Z+ cargo clippy --features tofino_asic -- --deny warnings
15162026-06-03T08:13:09.228Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15172026-06-03T08:13:09.233Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15182026-06-03T08:13:09.301Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15192026-06-03T08:13:09.301Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15202026-06-03T08:13:16.509Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15212026-06-03T08:13:16.509Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15222026-06-03T08:13:19.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s
15232026-06-03T08:13:19.209Z+ for feat in tofino_stub tofino_asic softnpu chaos
15242026-06-03T08:13:19.209Z+ cargo clippy --features softnpu -- --deny warnings
15252026-06-03T08:13:19.510Z Downloading crates ...
15262026-06-03T08:13:19.645Z Downloaded funty v2.0.0
15272026-06-03T08:13:19.649Z Downloaded ascii v1.1.0
15282026-06-03T08:13:19.653Z Downloaded radium v0.7.0
15292026-06-03T08:13:19.653Z Downloaded wyz v0.5.1
15302026-06-03T08:13:19.653Z Downloaded serde_arrays v0.1.0
15312026-06-03T08:13:19.659Z Downloaded tap v1.0.1
15322026-06-03T08:13:19.662Z Downloaded bitstruct_derive v0.1.0
15332026-06-03T08:13:19.662Z Downloaded typeid v1.0.3
15342026-06-03T08:13:19.662Z Downloaded bitstruct v0.1.1
15352026-06-03T08:13:19.665Z Downloaded erased-serde v0.4.8
15362026-06-03T08:13:19.669Z Downloaded libloading v0.7.4
15372026-06-03T08:13:19.669Z Downloaded num-bigint v0.4.6
15382026-06-03T08:13:19.676Z Downloaded bitvec v1.0.1
15392026-06-03T08:13:19.802Z Checking num-integer v0.1.46
15402026-06-03T08:13:19.880Z Checking num-complex v0.4.6
15412026-06-03T08:13:19.889Z Compiling radium v0.7.0
15422026-06-03T08:13:19.896Z Checking tap v1.0.1
15432026-06-03T08:13:19.902Z Checking funty v2.0.0
15442026-06-03T08:13:19.908Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15452026-06-03T08:13:19.912Z Compiling typeid v1.0.3
15462026-06-03T08:13:19.922Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15472026-06-03T08:13:19.982Z Checking wyz v0.5.1
15482026-06-03T08:13:20.076Z Checking num-bigint v0.4.6
15492026-06-03T08:13:20.076Z Checking num-iter v0.1.45
15502026-06-03T08:13:20.127Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-06-03T08:13:20.151Z Compiling erased-serde v0.4.8
15522026-06-03T08:13:20.196Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-06-03T08:13:20.218Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-06-03T08:13:20.228Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-06-03T08:13:20.279Z Compiling bitstruct_derive v0.1.0
15562026-06-03T08:13:20.307Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-06-03T08:13:20.319Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15582026-06-03T08:13:20.730Z Checking bitvec v1.0.1
15592026-06-03T08:13:20.734Z Checking ascii v1.1.0
15602026-06-03T08:13:20.734Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15612026-06-03T08:13:20.734Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-06-03T08:13:20.734Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15632026-06-03T08:13:20.734Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15642026-06-03T08:13:20.734Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-06-03T08:13:20.734Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15662026-06-03T08:13:20.807Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15672026-06-03T08:13:20.828Z Checking serde_arrays v0.1.0
15682026-06-03T08:13:20.904Z Checking num-rational v0.4.2
15692026-06-03T08:13:20.916Z Checking bitstruct v0.1.1
15702026-06-03T08:13:20.927Z Checking libloading v0.7.4
15712026-06-03T08:13:20.950Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15722026-06-03T08:13:21.168Z Checking num v0.4.3
15732026-06-03T08:13:21.238Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15742026-06-03T08:13:21.757Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15752026-06-03T08:13:22.033Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15762026-06-03T08:13:22.038Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15772026-06-03T08:13:22.227Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-03T08:13:22.483Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15792026-06-03T08:13:22.486Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-06-03T08:13:22.950Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15812026-06-03T08:13:23.171Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15822026-06-03T08:13:23.171Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-06-03T08:13:23.175Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15842026-06-03T08:13:23.175Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15852026-06-03T08:13:23.563Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15862026-06-03T08:13:23.994Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15872026-06-03T08:13:24.835Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15882026-06-03T08:13:27.072Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15892026-06-03T08:13:27.425Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15902026-06-03T08:13:28.293Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15912026-06-03T08:13:29.023Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15922026-06-03T08:13:29.122Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15932026-06-03T08:13:35.675Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-03T08:13:36.938Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-06-03T08:13:37.469Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15962026-06-03T08:13:41.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.49s
15972026-06-03T08:13:41.891Z+ for feat in tofino_stub tofino_asic softnpu chaos
15982026-06-03T08:13:41.891Z+ cargo clippy --features chaos -- --deny warnings
15992026-06-03T08:13:42.376Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16002026-06-03T08:13:42.378Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16012026-06-03T08:13:42.379Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16022026-06-03T08:13:49.506Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-06-03T08:13:49.506Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16042026-06-03T08:13:51.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
16052026-06-03T08:13:52.148Z+ banner fmt
16062026-06-03T08:13:52.153Z
16072026-06-03T08:13:52.153Z ###### # # #####
16082026-06-03T08:13:52.153Z # ## ## #
16092026-06-03T08:13:52.154Z ##### # ## # #
16102026-06-03T08:13:52.154Z # # # #
16112026-06-03T08:13:52.154Z # # # #
16122026-06-03T08:13:52.154Z # # # #
16132026-06-03T08:13:52.154Z
16142026-06-03T08:13:52.154Z+ cargo fmt -- --check
16152026-06-03T08:13:52.594Z+ banner test
16162026-06-03T08:13:52.597Z
16172026-06-03T08:13:52.597Z ##### ###### #### #####
16182026-06-03T08:13:52.597Z # # # #
16192026-06-03T08:13:52.597Z # ##### #### #
16202026-06-03T08:13:52.597Z # # # #
16212026-06-03T08:13:52.597Z # # # # #
16222026-06-03T08:13:52.597Z # ###### #### #
16232026-06-03T08:13:52.597Z
16242026-06-03T08:13:52.597Z+ for feat in tofino_stub tofino_asic softnpu chaos
16252026-06-03T08:13:52.597Z+ RUST_BACKTRACE=full
16262026-06-03T08:13:52.597Z+ cargo test --features tofino_stub --no-fail-fast
16272026-06-03T08:13:53.451Z Compiling unicode-ident v1.0.24
16282026-06-03T08:13:53.451Z Compiling cfg-if v1.0.3
16292026-06-03T08:13:53.455Z Compiling memchr v2.7.5
16302026-06-03T08:13:53.555Z Compiling serde_core v1.0.228
16312026-06-03T08:13:53.572Z Compiling itoa v1.0.15
16322026-06-03T08:13:53.572Z Compiling libc v0.2.183
16332026-06-03T08:13:53.588Z Compiling zmij v1.0.17
16342026-06-03T08:13:53.616Z Compiling libm v0.2.15
16352026-06-03T08:13:53.667Z Compiling proc-macro2 v1.0.106
16362026-06-03T08:13:53.708Z Compiling heck v0.5.0
16372026-06-03T08:13:53.984Z Compiling log v0.4.29
16382026-06-03T08:13:54.067Z Compiling quote v1.0.45
16392026-06-03T08:13:54.102Z Compiling smallvec v1.15.1
16402026-06-03T08:13:54.171Z Compiling equivalent v1.0.2
16412026-06-03T08:13:54.222Z Compiling iana-time-zone v0.1.64
16422026-06-03T08:13:54.263Z Compiling syn v2.0.117
16432026-06-03T08:13:54.311Z Compiling allocator-api2 v0.2.21
16442026-06-03T08:13:54.365Z Compiling foldhash v0.2.0
16452026-06-03T08:13:54.444Z Compiling dyn-clone v1.0.20
16462026-06-03T08:13:54.470Z Compiling stable_deref_trait v1.2.0
16472026-06-03T08:13:54.553Z Compiling pin-project-lite v0.2.16
16482026-06-03T08:13:54.589Z Compiling hashbrown v0.16.1
16492026-06-03T08:13:54.592Z Compiling percent-encoding v2.3.2
16502026-06-03T08:13:54.635Z Compiling litemap v0.8.0
16512026-06-03T08:13:54.651Z Compiling fnv v1.0.7
16522026-06-03T08:13:54.731Z Compiling writeable v0.6.1
16532026-06-03T08:13:54.751Z Compiling icu_properties_data v2.0.1
16542026-06-03T08:13:54.799Z Compiling icu_normalizer_data v2.0.0
16552026-06-03T08:13:54.856Z Compiling regex-syntax v0.8.6
16562026-06-03T08:13:54.878Z Compiling form_urlencoded v1.2.2
16572026-06-03T08:13:54.891Z Compiling utf8_iter v1.0.4
16582026-06-03T08:13:55.036Z Compiling scopeguard v1.2.0
16592026-06-03T08:13:55.048Z Compiling num-traits v0.2.19
16602026-06-03T08:13:55.063Z Compiling aho-corasick v1.1.3
16612026-06-03T08:13:55.148Z Compiling lock_api v0.4.14
16622026-06-03T08:13:55.359Z Compiling semver v1.0.27
16632026-06-03T08:13:55.379Z Compiling serde_json v1.0.149
16642026-06-03T08:13:55.657Z Compiling indexmap v2.13.0
16652026-06-03T08:13:55.661Z Compiling ucd-trie v0.1.7
16662026-06-03T08:13:55.702Z Compiling byteorder v1.5.0
16672026-06-03T08:13:55.819Z Compiling getrandom v0.4.2
16682026-06-03T08:13:55.932Z Compiling futures-core v0.3.32
16692026-06-03T08:13:55.959Z Compiling uuid v1.23.1
16702026-06-03T08:13:56.087Z Compiling time-core v0.1.8
16712026-06-03T08:13:56.243Z Compiling num-conv v0.2.1
16722026-06-03T08:13:56.300Z Compiling regex-automata v0.4.13
16732026-06-03T08:13:56.311Z Compiling ryu v1.0.20
16742026-06-03T08:13:56.376Z Compiling futures-sink v0.3.32
16752026-06-03T08:13:56.397Z Compiling time-macros v0.2.27
16762026-06-03T08:13:56.499Z Compiling pretty-hex v0.4.1
16772026-06-03T08:13:56.499Z Compiling regress v0.10.5
16782026-06-03T08:13:56.639Z Compiling slab v0.4.11
16792026-06-03T08:13:56.824Z Compiling plain v0.2.3
16802026-06-03T08:13:56.939Z Compiling strsim v0.11.1
16812026-06-03T08:13:57.111Z Compiling synstructure v0.13.2
16822026-06-03T08:13:57.112Z Compiling serde_derive_internals v0.29.1
16832026-06-03T08:13:57.429Z Compiling futures-channel v0.3.32
16842026-06-03T08:13:57.580Z Compiling futures-io v0.3.32
16852026-06-03T08:13:57.648Z Compiling futures-task v0.3.32
16862026-06-03T08:13:57.662Z Compiling socket2 v0.6.4
16872026-06-03T08:13:57.745Z Compiling parking_lot_core v0.9.12
16882026-06-03T08:13:57.831Z Compiling signal-hook-registry v1.4.6
16892026-06-03T08:13:57.904Z Compiling thread-id v5.0.0
16902026-06-03T08:13:57.994Z Compiling parking_lot v0.12.5
16912026-06-03T08:13:58.055Z Compiling regex v1.12.3
16922026-06-03T08:13:58.136Z Compiling mio v1.0.4
16932026-06-03T08:13:58.257Z Compiling darling_core v0.21.3
16942026-06-03T08:13:58.298Z Compiling serde_derive v1.0.228
16952026-06-03T08:13:58.325Z Compiling zerofrom-derive v0.1.6
16962026-06-03T08:13:58.433Z Compiling yoke-derive v0.8.0
16972026-06-03T08:13:58.549Z Compiling zerovec-derive v0.11.1
16982026-06-03T08:13:58.660Z Compiling displaydoc v0.2.5
16992026-06-03T08:13:58.953Z Compiling thiserror-impl v2.0.18
17002026-06-03T08:13:59.439Z Compiling schemars_derive v0.8.22
17012026-06-03T08:13:59.477Z Compiling tokio-macros v2.6.0
17022026-06-03T08:13:59.562Z Compiling zerocopy-derive v0.8.27
17032026-06-03T08:13:59.665Z Compiling zeroize_derive v1.4.3
17042026-06-03T08:14:00.224Z Compiling thiserror v2.0.18
17052026-06-03T08:14:00.257Z Compiling futures-macro v0.3.32
17062026-06-03T08:14:00.336Z Compiling zerofrom v0.1.6
17072026-06-03T08:14:00.366Z Compiling thiserror-impl v1.0.69
17082026-06-03T08:14:00.377Z Compiling tracing-attributes v0.1.30
17092026-06-03T08:14:00.430Z Compiling pest v2.8.2
17102026-06-03T08:14:00.467Z Compiling yoke v0.8.0
17112026-06-03T08:14:00.660Z Compiling zerovec v0.11.4
17122026-06-03T08:14:00.671Z Compiling zerotrie v0.2.2
17132026-06-03T08:14:00.836Z Compiling zerocopy v0.8.27
17142026-06-03T08:14:00.987Z Compiling scroll_derive v0.13.1
17152026-06-03T08:14:01.001Z Compiling serde v1.0.228
17162026-06-03T08:14:01.497Z Compiling bytes v1.11.1
17172026-06-03T08:14:01.518Z Compiling serde_tokenstream v0.2.3
17182026-06-03T08:14:01.554Z Compiling tinystr v0.8.1
17192026-06-03T08:14:01.618Z Compiling potential_utf v0.1.3
17202026-06-03T08:14:01.629Z Compiling pest_meta v2.8.2
17212026-06-03T08:14:01.732Z Compiling icu_locale_core v2.0.0
17222026-06-03T08:14:01.766Z Compiling icu_collections v2.0.0
17232026-06-03T08:14:01.789Z Compiling chrono v0.4.44
17242026-06-03T08:14:01.834Z Compiling async-trait v0.1.89
17252026-06-03T08:14:02.147Z Compiling http v1.4.0
17262026-06-03T08:14:02.276Z Compiling icu_provider v2.0.0
17272026-06-03T08:14:02.322Z Compiling pest_generator v2.8.2
17282026-06-03T08:14:02.623Z Compiling icu_properties v2.0.1
17292026-06-03T08:14:02.670Z Compiling icu_normalizer v2.0.0
17302026-06-03T08:14:02.915Z Compiling schemars v0.8.22
17312026-06-03T08:14:02.994Z Compiling scroll v0.13.0
17322026-06-03T08:14:02.997Z Compiling pest_derive v2.8.2
17332026-06-03T08:14:03.193Z Compiling thiserror v1.0.69
17342026-06-03T08:14:03.269Z Compiling goblin v0.10.1
17352026-06-03T08:14:03.303Z Compiling tokio v1.50.0
17362026-06-03T08:14:03.312Z Compiling openapiv3 v2.2.0
17372026-06-03T08:14:03.405Z Compiling daft-derive v0.1.5
17382026-06-03T08:14:03.579Z Compiling idna_adapter v1.2.1
17392026-06-03T08:14:03.741Z Compiling idna v1.1.0
17402026-06-03T08:14:03.829Z Compiling dtrace-parser v0.3.0
17412026-06-03T08:14:04.051Z Compiling url v2.5.7
17422026-06-03T08:14:04.210Z Compiling typify-impl v0.4.3
17432026-06-03T08:14:04.376Z Compiling darling_macro v0.21.3
17442026-06-03T08:14:04.523Z Compiling base64 v0.22.1
17452026-06-03T08:14:04.865Z Compiling serde_yaml v0.9.34+deprecated
17462026-06-03T08:14:04.938Z Compiling http-body v1.0.1
17472026-06-03T08:14:04.951Z Compiling ppv-lite86 v0.2.21
17482026-06-03T08:14:04.977Z Compiling darling v0.21.3
17492026-06-03T08:14:05.056Z Compiling erased-serde v0.3.31
17502026-06-03T08:14:05.102Z Compiling openssl-macros v0.1.1
17512026-06-03T08:14:05.273Z Compiling bitflags v2.11.1
17522026-06-03T08:14:05.537Z Compiling typenum v1.18.0
17532026-06-03T08:14:05.559Z Compiling getrandom v0.2.16
17542026-06-03T08:14:05.753Z Compiling atomic-waker v1.1.2
17552026-06-03T08:14:05.867Z Compiling ipnet v2.11.0
17562026-06-03T08:14:06.078Z Compiling dof v0.4.0
17572026-06-03T08:14:06.232Z Compiling httparse v1.10.1
17582026-06-03T08:14:06.409Z Compiling portable-atomic v1.11.1
17592026-06-03T08:14:06.560Z Compiling usdt-impl v0.6.0
17602026-06-03T08:14:06.941Z Compiling tower-service v0.3.3
17612026-06-03T08:14:06.972Z Compiling tower-layer v0.3.3
17622026-06-03T08:14:06.986Z Compiling untrusted v0.9.0
17632026-06-03T08:14:07.045Z Compiling anyhow v1.0.102
17642026-06-03T08:14:07.114Z Compiling critical-section v1.2.0
17652026-06-03T08:14:07.137Z Compiling try-lock v0.2.5
17662026-06-03T08:14:07.180Z Compiling syn v1.0.109
17672026-06-03T08:14:07.228Z Compiling want v0.3.1
17682026-06-03T08:14:07.250Z Compiling once_cell v1.21.3
17692026-06-03T08:14:07.276Z Compiling zeroize v1.8.1
17702026-06-03T08:14:07.406Z Compiling httpdate v1.0.3
17712026-06-03T08:14:07.499Z Compiling pin-utils v0.1.0
17722026-06-03T08:14:07.855Z Compiling async-stream-impl v0.3.6
17732026-06-03T08:14:07.858Z Compiling structmeta-derive v0.3.0
17742026-06-03T08:14:08.097Z Compiling usdt-macro v0.6.0
17752026-06-03T08:14:08.274Z Compiling usdt-attr-macro v0.6.0
17762026-06-03T08:14:08.844Z Compiling newtype-uuid-macros v0.1.0
17772026-06-03T08:14:08.950Z Compiling structmeta v0.3.0
17782026-06-03T08:14:09.167Z Compiling strum_macros v0.26.4
17792026-06-03T08:14:09.242Z Compiling powerfmt v0.2.0
17802026-06-03T08:14:09.458Z Compiling deranged v0.5.3
17812026-06-03T08:14:09.666Z Compiling num_threads v0.1.7
17822026-06-03T08:14:10.324Z Compiling http-body-util v0.1.3
17832026-06-03T08:14:10.412Z Compiling typify-macro v0.4.3
17842026-06-03T08:14:10.463Z Compiling omicron-workspace-hack v0.1.0
17852026-06-03T08:14:10.536Z Compiling dropshot_endpoint v0.16.7
17862026-06-03T08:14:10.536Z Compiling serde_urlencoded v0.7.1
17872026-06-03T08:14:10.559Z Compiling ref-cast-impl v1.0.25
17882026-06-03T08:14:10.674Z Compiling derive-ex v0.1.8
17892026-06-03T08:14:10.797Z Compiling strum_macros v0.27.2
17902026-06-03T08:14:10.809Z Compiling sync_wrapper v1.0.2
17912026-06-03T08:14:10.917Z Compiling serde_with_macros v3.14.1
17922026-06-03T08:14:11.015Z Compiling subtle v2.6.1
17932026-06-03T08:14:11.188Z Compiling thread_local v1.1.9
17942026-06-03T08:14:11.457Z Compiling iri-string v0.7.8
17952026-06-03T08:14:11.479Z Compiling rand_core v0.6.4
17962026-06-03T08:14:11.714Z Compiling futures-util v0.3.32
17972026-06-03T08:14:11.976Z Compiling match_cfg v0.1.0
17982026-06-03T08:14:12.068Z Compiling getrandom v0.3.3
17992026-06-03T08:14:12.251Z Compiling test-strategy v0.4.3
18002026-06-03T08:14:12.280Z Compiling term v1.2.0
18012026-06-03T08:14:12.428Z Compiling take_mut v0.2.2
18022026-06-03T08:14:12.497Z Compiling typify v0.4.3
18032026-06-03T08:14:12.595Z Compiling progenitor-impl v0.11.1
18042026-06-03T08:14:12.727Z Compiling parse-display-derive v0.10.0
18052026-06-03T08:14:13.034Z Compiling tracing-core v0.1.34
18062026-06-03T08:14:13.044Z Compiling toml_datetime v0.6.11
18072026-06-03T08:14:13.150Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18082026-06-03T08:14:13.329Z Compiling camino v1.2.2
18092026-06-03T08:14:13.634Z Compiling tracing v0.1.41
18102026-06-03T08:14:13.736Z Compiling cpufeatures v0.2.17
18112026-06-03T08:14:13.768Z Compiling clap_derive v4.6.0
18122026-06-03T08:14:13.874Z Compiling encoding_rs v0.8.35
18132026-06-03T08:14:13.992Z Compiling fastrand v2.3.0
18142026-06-03T08:14:14.113Z Compiling mime v0.3.17
18152026-06-03T08:14:14.267Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18162026-06-03T08:14:14.582Z Compiling unicode-width v0.2.1
18172026-06-03T08:14:14.779Z Compiling generic-array v0.14.7
18182026-06-03T08:14:15.242Z Compiling errno v0.3.14
18192026-06-03T08:14:15.286Z Compiling hex v0.4.3
18202026-06-03T08:14:15.399Z Compiling ipnetwork v0.21.1
18212026-06-03T08:14:15.496Z Compiling crossbeam-utils v0.8.21
18222026-06-03T08:14:15.594Z Compiling winnow v0.7.14
18232026-06-03T08:14:15.794Z Compiling tokio-util v0.7.16
18242026-06-03T08:14:15.847Z Compiling slog v2.8.2
18252026-06-03T08:14:16.118Z Compiling progenitor-macro v0.11.1
18262026-06-03T08:14:16.256Z Compiling rustix v1.1.4
18272026-06-03T08:14:16.532Z Compiling crypto-common v0.1.6
18282026-06-03T08:14:16.611Z Compiling h2 v0.4.12
18292026-06-03T08:14:16.668Z Compiling oxnet v0.1.4
18302026-06-03T08:14:16.837Z Compiling itertools v0.14.0
18312026-06-03T08:14:17.078Z Compiling rand_core v0.9.3
18322026-06-03T08:14:17.101Z Compiling winnow v1.0.3
18332026-06-03T08:14:17.430Z Compiling toml_parser v1.1.2+spec-1.1.0
18342026-06-03T08:14:17.495Z Compiling num-derive v0.4.2
18352026-06-03T08:14:17.511Z Compiling serde_spanned v1.0.4
18362026-06-03T08:14:17.674Z Compiling socket2 v0.5.10
18372026-06-03T08:14:18.134Z Compiling debug-ignore v1.0.5
18382026-06-03T08:14:18.144Z Compiling toml_writer v1.0.6+spec-1.1.0
18392026-06-03T08:14:18.170Z Compiling spin v0.9.8
18402026-06-03T08:14:18.244Z Compiling rand_chacha v0.9.0
18412026-06-03T08:14:18.292Z Compiling rustls-pki-types v1.12.0
18422026-06-03T08:14:18.373Z Compiling quick-error v1.2.3
18432026-06-03T08:14:18.491Z Compiling rand v0.9.2
18442026-06-03T08:14:18.739Z Compiling hyper v1.8.1
18452026-06-03T08:14:18.783Z Compiling tabwriter v1.4.1
18462026-06-03T08:14:18.811Z Compiling async-stream v0.3.6
18472026-06-03T08:14:18.992Z Compiling waitgroup v0.1.2
18482026-06-03T08:14:19.032Z Compiling serde_path_to_error v0.1.20
18492026-06-03T08:14:19.137Z Compiling colored v3.0.0
18502026-06-03T08:14:19.311Z Compiling bit-vec v0.8.0
18512026-06-03T08:14:19.335Z Compiling lazy_static v1.5.0
18522026-06-03T08:14:19.440Z Compiling strum v0.26.3
18532026-06-03T08:14:19.531Z Compiling bit-set v0.8.0
18542026-06-03T08:14:19.558Z Compiling time v0.3.47
18552026-06-03T08:14:19.571Z Compiling ring v0.17.14
18562026-06-03T08:14:19.803Z Compiling hyper-util v0.1.20
18572026-06-03T08:14:19.997Z Compiling toml_datetime v0.7.5+spec-1.1.0
18582026-06-03T08:14:20.318Z Compiling anstyle v1.0.14
18592026-06-03T08:14:20.484Z Compiling unarray v0.1.4
18602026-06-03T08:14:20.600Z Compiling toml v0.9.11+spec-1.1.0
18612026-06-03T08:14:20.662Z Compiling crossbeam-channel v0.5.15
18622026-06-03T08:14:21.010Z Compiling block-buffer v0.10.4
18632026-06-03T08:14:21.136Z Compiling macaddr v1.0.1
18642026-06-03T08:14:21.183Z Compiling utf8parse v0.2.2
18652026-06-03T08:14:21.287Z Compiling anstyle-parse v1.0.0
18662026-06-03T08:14:21.291Z Compiling digest v0.10.7
18672026-06-03T08:14:21.311Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18682026-06-03T08:14:21.351Z Compiling ref-cast v1.0.25
18692026-06-03T08:14:21.363Z Compiling anstyle-query v1.1.4
18702026-06-03T08:14:21.457Z Compiling colorchoice v1.0.4
18712026-06-03T08:14:21.475Z Compiling is_terminal_polyfill v1.70.1
18722026-06-03T08:14:21.485Z Compiling strum v0.27.2
18732026-06-03T08:14:21.495Z Compiling is-terminal v0.4.16
18742026-06-03T08:14:21.510Z Compiling clap_lex v1.1.0
18752026-06-03T08:14:21.513Z Compiling slog-async v2.8.0
18762026-06-03T08:14:21.564Z Compiling anstream v1.0.0
18772026-06-03T08:14:21.576Z Compiling slog-term v2.9.2
18782026-06-03T08:14:21.587Z Compiling slog-json v2.6.1
18792026-06-03T08:14:21.649Z Compiling hostname v0.3.1
18802026-06-03T08:14:21.797Z Compiling slog-bunyan v2.5.0
18812026-06-03T08:14:21.837Z Compiling futures-executor v0.3.32
18822026-06-03T08:14:21.887Z Compiling tower v0.5.2
18832026-06-03T08:14:21.943Z Compiling instant v0.1.13
18842026-06-03T08:14:22.163Z Compiling futures v0.3.32
18852026-06-03T08:14:22.247Z Compiling openssl-sys v0.9.112
18862026-06-03T08:14:22.283Z Compiling tower-http v0.6.8
18872026-06-03T08:14:22.516Z Compiling memmap2 v0.9.8
18882026-06-03T08:14:22.930Z Compiling aws-lc-sys v0.39.1
18892026-06-03T08:14:23.405Z Compiling untrusted v0.7.1
18902026-06-03T08:14:23.480Z Compiling foreign-types-shared v0.1.1
18912026-06-03T08:14:23.537Z Compiling aws-lc-rs v1.16.2
18922026-06-03T08:14:23.588Z Compiling foreign-types v0.3.2
18932026-06-03T08:14:23.613Z Compiling tempfile v3.27.0
18942026-06-03T08:14:24.139Z Compiling openssl-probe v0.1.6
18952026-06-03T08:14:24.558Z Compiling rustls-webpki v0.103.6
18962026-06-03T08:14:24.724Z Compiling openssl v0.10.76
18972026-06-03T08:14:25.019Z Compiling usdt v0.6.0
18982026-06-03T08:14:25.048Z Compiling rustls v0.23.32
18992026-06-03T08:14:25.346Z Compiling either v1.15.0
19002026-06-03T08:14:25.613Z Compiling webpki-roots v1.0.2
19012026-06-03T08:14:25.981Z Compiling newtype-uuid v1.3.2
19022026-06-03T08:14:26.343Z Compiling daft v0.1.5
19032026-06-03T08:14:26.618Z Compiling rustls-webpki v0.102.8
19042026-06-03T08:14:27.240Z Compiling native-tls v0.2.14
19052026-06-03T08:14:27.515Z Compiling tokio-native-tls v0.3.1
19062026-06-03T08:14:27.693Z Compiling hyper-tls v0.6.0
19072026-06-03T08:14:28.048Z Compiling tokio-rustls v0.26.3
19082026-06-03T08:14:28.190Z Compiling rustls v0.22.4
19092026-06-03T08:14:28.331Z Compiling hyper-rustls v0.27.7
19102026-06-03T08:14:28.684Z Compiling reqwest v0.12.23
19112026-06-03T08:14:29.216Z Compiling sha1 v0.10.6
19122026-06-03T08:14:29.428Z Compiling rustls-pemfile v2.2.0
19132026-06-03T08:14:29.454Z Compiling multer v3.1.0
19142026-06-03T08:14:29.815Z Compiling hostname v0.4.2
19152026-06-03T08:14:29.984Z Compiling tokio-rustls v0.25.0
19162026-06-03T08:14:30.179Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19172026-06-03T08:14:30.556Z Compiling terminal_size v0.4.3
19182026-06-03T08:14:30.709Z Compiling rand_chacha v0.3.1
19192026-06-03T08:14:31.072Z Compiling wait-timeout v0.2.1
19202026-06-03T08:14:31.659Z Compiling rusty-fork v0.3.0
19212026-06-03T08:14:31.810Z Compiling rand v0.8.5
19222026-06-03T08:14:33.125Z Compiling rand_xorshift v0.4.0
19232026-06-03T08:14:33.287Z Compiling hubpack_derive v0.1.1
19242026-06-03T08:14:34.298Z Compiling proptest v1.8.0
19252026-06-03T08:14:34.384Z Compiling clap_builder v4.6.0
19262026-06-03T08:14:34.976Z Compiling dropshot v0.16.7
19272026-06-03T08:14:35.686Z Compiling serde_spanned v0.6.9
19282026-06-03T08:14:36.147Z Compiling clap v4.6.0
19292026-06-03T08:14:36.247Z Compiling prettyplease v0.2.37
19302026-06-03T08:14:36.346Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19312026-06-03T08:14:37.677Z Compiling progenitor-client v0.10.0
19322026-06-03T08:14:37.680Z Compiling progenitor-client v0.11.1
19332026-06-03T08:14:38.000Z Compiling serde_with v3.14.1
19342026-06-03T08:14:38.796Z Compiling progenitor v0.11.1
19352026-06-03T08:14:39.781Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19362026-06-03T08:14:39.883Z Compiling rustc-hash v2.1.1
19372026-06-03T08:14:40.015Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19382026-06-03T08:14:40.141Z Compiling iddqd v0.3.18
19392026-06-03T08:14:41.062Z Compiling backoff v0.4.0
19402026-06-03T08:14:41.189Z Compiling parse-display v0.10.0
19412026-06-03T08:14:41.201Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422026-06-03T08:14:41.278Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19432026-06-03T08:14:41.375Z Compiling toml_write v0.1.2
19442026-06-03T08:14:41.387Z Compiling winnow v0.5.40
19452026-06-03T08:14:41.532Z Compiling toml_edit v0.22.27
19462026-06-03T08:14:42.962Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19472026-06-03T08:14:42.975Z Compiling num-integer v0.1.46
19482026-06-03T08:14:43.484Z Compiling float-ord v0.3.2
19492026-06-03T08:14:43.612Z Compiling toml v0.8.23
19502026-06-03T08:14:46.604Z Compiling num-rational v0.4.2
19512026-06-03T08:14:46.959Z Compiling num-iter v0.1.45
19522026-06-03T08:14:47.774Z Compiling num-complex v0.4.6
19532026-06-03T08:14:48.460Z Compiling num v0.4.3
19542026-06-03T08:14:49.133Z Compiling toml_edit v0.19.15
19552026-06-03T08:14:50.699Z Compiling proc-macro-crate v1.3.1
19562026-06-03T08:14:52.196Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19572026-06-03T08:14:53.003Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19582026-06-03T08:14:53.549Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19592026-06-03T08:14:54.307Z Compiling zerocopy-derive v0.7.35
19602026-06-03T08:14:54.395Z Compiling memoffset v0.9.1
19612026-06-03T08:14:54.499Z Compiling libscf-sys v1.2.0
19622026-06-03T08:14:54.675Z Compiling ingot-macros v0.1.1
19632026-06-03T08:14:55.184Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-06-03T08:14:55.312Z Compiling proc-macro-error-attr2 v2.0.0
19652026-06-03T08:14:55.879Z Compiling proc-macro-error2 v2.0.1
19662026-06-03T08:14:56.104Z Compiling nix v0.30.1
19672026-06-03T08:14:56.346Z Compiling scroll_derive v0.12.1
19682026-06-03T08:14:56.859Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-06-03T08:14:57.434Z Compiling tabled_derive v0.11.0
19702026-06-03T08:14:57.527Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19712026-06-03T08:14:59.836Z Compiling zerocopy v0.7.35
19722026-06-03T08:15:00.241Z Compiling num_enum_derive v0.7.5
19732026-06-03T08:15:00.405Z Compiling hubpack v0.1.2
19742026-06-03T08:15:00.484Z Compiling foreign-types-macros v0.2.3
19752026-06-03T08:15:01.022Z Compiling static_assertions v1.1.0
19762026-06-03T08:15:01.368Z Compiling glob v0.3.3
19772026-06-03T08:15:01.470Z Compiling proc-macro-error-attr v1.0.4
19782026-06-03T08:15:01.744Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19792026-06-03T08:15:01.777Z Compiling dtrace-parser v0.2.0
19802026-06-03T08:15:02.144Z Compiling bytecount v0.6.9
19812026-06-03T08:15:02.270Z Compiling proc-macro-error v1.0.4
19822026-06-03T08:15:02.294Z Compiling dof v0.3.0
19832026-06-03T08:15:02.870Z Compiling num_enum_derive v0.5.11
19842026-06-03T08:15:04.350Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19852026-06-03T08:15:04.430Z Compiling thread-id v4.2.2
19862026-06-03T08:15:04.566Z Compiling usdt-impl v0.5.0
19872026-06-03T08:15:05.111Z Compiling derive_more v0.99.20
19882026-06-03T08:15:05.516Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19892026-06-03T08:15:05.574Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19902026-06-03T08:15:06.340Z Compiling minimal-lexical v0.2.1
19912026-06-03T08:15:06.421Z Compiling usdt-macro v0.5.0
19922026-06-03T08:15:06.558Z Compiling nom v7.1.3
19932026-06-03T08:15:06.579Z Compiling usdt-attr-macro v0.5.0
19942026-06-03T08:15:06.747Z Compiling zone_cfg_derive v0.3.1
19952026-06-03T08:15:07.212Z Compiling papergrid v0.17.0
19962026-06-03T08:15:07.369Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19972026-06-03T08:15:07.425Z Compiling testing_table v0.3.0
19982026-06-03T08:15:07.543Z Compiling rustc_version v0.4.1
19992026-06-03T08:15:07.668Z Compiling crossbeam-epoch v0.9.18
20002026-06-03T08:15:07.842Z Compiling dropshot_endpoint v0.17.0
20012026-06-03T08:15:08.037Z Compiling adler2 v2.0.1
20022026-06-03T08:15:08.050Z Compiling crc32fast v1.5.0
20032026-06-03T08:15:08.055Z Compiling enum-as-inner v0.6.1
20042026-06-03T08:15:08.242Z Compiling tabled v0.20.0
20052026-06-03T08:15:08.255Z Compiling miniz_oxide v0.8.9
20062026-06-03T08:15:08.469Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20072026-06-03T08:15:08.673Z Compiling flate2 v1.1.2
20082026-06-03T08:15:08.963Z Compiling curve25519-dalek v4.1.3
20092026-06-03T08:15:09.122Z Compiling crossbeam-deque v0.8.6
20102026-06-03T08:15:09.344Z Compiling thiserror-impl-no-std v2.0.2
20112026-06-03T08:15:09.351Z Compiling typify-impl v0.6.1
20122026-06-03T08:15:09.375Z Compiling curve25519-dalek-derive v0.1.1
20132026-06-03T08:15:09.590Z Compiling rayon-core v1.13.0
20142026-06-03T08:15:10.101Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-06-03T08:15:10.134Z Compiling clang-sys v1.8.1
20162026-06-03T08:15:10.364Z Compiling compression-core v0.4.32
20172026-06-03T08:15:10.380Z Compiling scroll v0.12.0
20182026-06-03T08:15:10.479Z Compiling compression-codecs v0.4.32
20192026-06-03T08:15:10.660Z Compiling hash32 v0.3.1
20202026-06-03T08:15:10.761Z Compiling toml_datetime v1.1.1+spec-1.1.0
20212026-06-03T08:15:10.826Z Compiling heapless v0.8.0
20222026-06-03T08:15:10.875Z Compiling async-compression v0.4.33
20232026-06-03T08:15:10.887Z Compiling goblin v0.8.2
20242026-06-03T08:15:11.039Z Compiling toml v1.0.6+spec-1.1.0
20252026-06-03T08:15:11.082Z Compiling ingot-types v0.1.2
20262026-06-03T08:15:11.266Z Compiling cobs v0.3.0
20272026-06-03T08:15:11.362Z Compiling libloading v0.8.9
20282026-06-03T08:15:11.413Z Compiling managed v0.8.0
20292026-06-03T08:15:11.472Z Compiling bitflags v1.3.2
20302026-06-03T08:15:11.484Z Compiling foreign-types-shared v0.3.1
20312026-06-03T08:15:11.555Z Compiling foreign-types v0.5.0
20322026-06-03T08:15:11.583Z Compiling ingot v0.1.1
20332026-06-03T08:15:11.636Z Compiling smoltcp v0.11.0
20342026-06-03T08:15:11.646Z Compiling bindgen v0.72.1
20352026-06-03T08:15:11.665Z Compiling postcard v1.1.3
20362026-06-03T08:15:12.014Z Compiling dropshot v0.17.0
20372026-06-03T08:15:13.070Z Compiling cexpr v0.6.0
20382026-06-03T08:15:13.634Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20392026-06-03T08:15:13.672Z Compiling num_enum v0.7.5
20402026-06-03T08:15:13.804Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20412026-06-03T08:15:14.284Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20422026-06-03T08:15:14.373Z Compiling camino-tempfile v1.4.1
20432026-06-03T08:15:14.579Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20442026-06-03T08:15:14.592Z Compiling serde_repr v0.1.20
20452026-06-03T08:15:14.603Z Compiling derive-where v1.6.0
20462026-06-03T08:15:14.848Z Compiling cstr-argument v0.1.2
20472026-06-03T08:15:15.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482026-06-03T08:15:15.205Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20492026-06-03T08:15:15.664Z Compiling typify-macro v0.6.1
20502026-06-03T08:15:15.898Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20512026-06-03T08:15:16.097Z Compiling rayon v1.11.0
20522026-06-03T08:15:16.397Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20532026-06-03T08:15:16.526Z Compiling crucible-workspace-hack v0.1.0
20542026-06-03T08:15:17.260Z Compiling memmap v0.7.0
20552026-06-03T08:15:17.278Z Compiling tinyvec_macros v0.1.1
20562026-06-03T08:15:17.510Z Compiling usdt v0.5.0
20572026-06-03T08:15:17.522Z Compiling tinyvec v1.10.0
20582026-06-03T08:15:17.798Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20592026-06-03T08:15:17.810Z Compiling typify v0.6.1
20602026-06-03T08:15:18.111Z Compiling num_enum v0.5.11
20612026-06-03T08:15:18.597Z Compiling pin-project-internal v1.1.10
20622026-06-03T08:15:19.561Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20632026-06-03T08:15:19.564Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20642026-06-03T08:15:19.621Z Compiling progenitor-impl v0.13.0
20652026-06-03T08:15:19.644Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20662026-06-03T08:15:19.916Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20672026-06-03T08:15:20.140Z Compiling rustix v0.38.44
20682026-06-03T08:15:20.546Z Compiling itertools v0.12.1
20692026-06-03T08:15:20.599Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20702026-06-03T08:15:20.673Z Compiling progenitor-impl v0.10.0
20712026-06-03T08:15:20.813Z Compiling sigpipe v0.1.3
20722026-06-03T08:15:20.907Z Compiling jiff v0.2.15
20732026-06-03T08:15:21.033Z Compiling const_format_proc_macros v0.2.34
20742026-06-03T08:15:21.426Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20752026-06-03T08:15:21.686Z Compiling zone v0.3.1
20762026-06-03T08:15:21.778Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20772026-06-03T08:15:23.157Z Compiling progenitor-macro v0.13.0
20782026-06-03T08:15:23.283Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20792026-06-03T08:15:23.484Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20802026-06-03T08:15:23.904Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20812026-06-03T08:15:24.212Z Compiling secrecy v0.10.3
20822026-06-03T08:15:24.225Z Compiling progenitor-macro v0.10.0
20832026-06-03T08:15:24.385Z Compiling smf v0.2.3
20842026-06-03T08:15:24.534Z Compiling snafu-derive v0.8.9
20852026-06-03T08:15:24.640Z Compiling async-recursion v1.1.1
20862026-06-03T08:15:24.901Z Compiling bstr v1.12.0
20872026-06-03T08:15:25.002Z Compiling whoami v1.6.1
20882026-06-03T08:15:25.353Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20892026-06-03T08:15:26.295Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20902026-06-03T08:15:26.675Z Compiling hmac v0.12.1
20912026-06-03T08:15:26.872Z Compiling inout v0.1.4
20922026-06-03T08:15:27.014Z Compiling ff v0.13.1
20932026-06-03T08:15:27.028Z Compiling crc8 v0.1.1
20942026-06-03T08:15:27.155Z Compiling data-encoding v2.9.0
20952026-06-03T08:15:27.511Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20962026-06-03T08:15:27.712Z Compiling group v0.13.0
20972026-06-03T08:15:27.839Z Compiling cipher v0.4.4
20982026-06-03T08:15:28.100Z Compiling hkdf v0.12.4
20992026-06-03T08:15:28.384Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21002026-06-03T08:15:28.902Z Compiling atomicwrites v0.4.4
21012026-06-03T08:15:28.973Z Compiling tokio-dtrace v0.1.1
21022026-06-03T08:15:29.454Z Compiling tabled_derive v0.7.0
21032026-06-03T08:15:29.763Z Compiling reqwest v0.13.2
21042026-06-03T08:15:29.974Z Compiling universal-hash v0.5.1
21052026-06-03T08:15:30.119Z Compiling crypto-bigint v0.5.5
21062026-06-03T08:15:30.238Z Compiling half v2.7.1
21072026-06-03T08:15:30.249Z Compiling opaque-debug v0.3.1
21082026-06-03T08:15:30.329Z Compiling ciborium-io v0.2.2
21092026-06-03T08:15:30.431Z Compiling base16ct v0.2.0
21102026-06-03T08:15:30.538Z Compiling base64ct v1.8.0
21112026-06-03T08:15:30.607Z Compiling indent_write v2.2.0
21122026-06-03T08:15:30.756Z Compiling progenitor-client v0.13.0
21132026-06-03T08:15:30.971Z Compiling password-hash v0.5.0
21142026-06-03T08:15:31.058Z Compiling ciborium-ll v0.2.2
21152026-06-03T08:15:31.291Z Compiling elliptic-curve v0.13.8
21162026-06-03T08:15:31.345Z Compiling poly1305 v0.8.0
21172026-06-03T08:15:31.733Z Compiling oxide-tokio-rt v0.1.2
21182026-06-03T08:15:32.113Z Compiling chacha20 v0.9.1
21192026-06-03T08:15:32.353Z Compiling similar v2.7.0
21202026-06-03T08:15:32.689Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21212026-06-03T08:15:32.951Z Compiling thiserror-no-std v2.0.2
21222026-06-03T08:15:33.295Z Compiling blake2 v0.10.6
21232026-06-03T08:15:33.728Z Compiling aead v0.5.2
21242026-06-03T08:15:34.025Z Compiling linked-hash-map v0.5.6
21252026-06-03T08:15:34.048Z Compiling keccak v0.1.6
21262026-06-03T08:15:34.296Z Compiling resolv-conf v0.7.5
21272026-06-03T08:15:34.332Z Compiling sha3 v0.10.8
21282026-06-03T08:15:34.452Z Compiling lru-cache v0.1.2
21292026-06-03T08:15:34.607Z Compiling chacha20poly1305 v0.10.1
21302026-06-03T08:15:34.649Z Compiling vsss-rs v3.3.4
21312026-06-03T08:15:34.661Z Compiling argon2 v0.5.3
21322026-06-03T08:15:34.724Z Compiling progenitor v0.13.0
21332026-06-03T08:15:34.811Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21342026-06-03T08:15:34.983Z Compiling ciborium v0.2.2
21352026-06-03T08:15:35.092Z Compiling hickory-proto v0.24.4
21362026-06-03T08:15:35.469Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21372026-06-03T08:15:35.498Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21382026-06-03T08:15:35.936Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21392026-06-03T08:15:36.006Z Compiling serde-big-array v0.5.1
21402026-06-03T08:15:36.050Z Compiling unicode-segmentation v1.12.0
21412026-06-03T08:15:36.160Z Compiling same-file v1.0.6
21422026-06-03T08:15:36.335Z Compiling siphasher v1.0.1
21432026-06-03T08:15:36.534Z Compiling phf_shared v0.12.1
21442026-06-03T08:15:36.534Z Compiling newline-converter v0.3.0
21452026-06-03T08:15:36.665Z Compiling walkdir v2.5.0
21462026-06-03T08:15:36.668Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21472026-06-03T08:15:36.733Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21482026-06-03T08:15:37.025Z Compiling hickory-resolver v0.24.4
21492026-06-03T08:15:37.037Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21502026-06-03T08:15:37.564Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21512026-06-03T08:15:38.479Z Compiling newtype_derive v0.1.6
21522026-06-03T08:15:38.568Z Compiling owo-colors v4.3.0
21532026-06-03T08:15:38.600Z Compiling tokio-stream v0.1.17
21542026-06-03T08:15:38.911Z Compiling console v0.15.11
21552026-06-03T08:15:39.154Z Compiling csv-core v0.1.12
21562026-06-03T08:15:39.228Z Compiling humantime v2.3.0
21572026-06-03T08:15:39.336Z Compiling unicode-linebreak v0.1.5
21582026-06-03T08:15:39.596Z Compiling swrite v0.1.0
21592026-06-03T08:15:39.608Z Compiling unicode-width v0.1.14
21602026-06-03T08:15:39.646Z Compiling foldhash v0.1.5
21612026-06-03T08:15:39.699Z Compiling termtree v0.5.1
21622026-06-03T08:15:39.773Z Compiling smawk v0.3.2
21632026-06-03T08:15:39.879Z Compiling hashbrown v0.15.5
21642026-06-03T08:15:39.888Z Compiling textwrap v0.16.2
21652026-06-03T08:15:39.960Z Compiling csv v1.3.1
21662026-06-03T08:15:39.974Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21672026-06-03T08:15:40.121Z Compiling expectorate v1.2.0
21682026-06-03T08:15:40.434Z Compiling qorb v0.4.1
21692026-06-03T08:15:40.442Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21702026-06-03T08:15:41.339Z Compiling phf v0.12.1
21712026-06-03T08:15:41.504Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21722026-06-03T08:15:42.180Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21732026-06-03T08:15:42.389Z Compiling pin-project v1.1.10
21742026-06-03T08:15:42.542Z Compiling unicode-normalization v0.1.24
21752026-06-03T08:15:42.607Z Compiling libz-sys v1.1.22
21762026-06-03T08:15:42.914Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-06-03T08:15:43.616Z Compiling libsw-core v0.3.2
21782026-06-03T08:15:43.921Z Compiling fixedbitset v0.4.2
21792026-06-03T08:15:43.988Z Compiling fixedbitset v0.5.7
21802026-06-03T08:15:44.011Z Compiling highway v1.3.0
21812026-06-03T08:15:44.248Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21822026-06-03T08:15:44.335Z Compiling petgraph v0.8.2
21832026-06-03T08:15:44.416Z Compiling progenitor v0.10.0
21842026-06-03T08:15:44.456Z Compiling petgraph v0.6.5
21852026-06-03T08:15:45.985Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-06-03T08:15:46.102Z Compiling libsw v3.5.0
21872026-06-03T08:15:46.181Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21882026-06-03T08:15:46.552Z Compiling olpc-cjson v0.1.4
21892026-06-03T08:15:46.576Z Compiling libgit2-sys v0.17.0+1.8.1
21902026-06-03T08:15:46.741Z Compiling snafu v0.8.9
21912026-06-03T08:15:47.135Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-06-03T08:15:47.337Z Compiling chrono-tz v0.10.4
21932026-06-03T08:15:47.540Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-06-03T08:15:48.308Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-06-03T08:15:48.824Z Compiling papergrid v0.11.0
21962026-06-03T08:15:48.972Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-06-03T08:15:49.270Z Compiling globset v0.4.16
21982026-06-03T08:15:49.697Z Compiling const_format v0.2.34
21992026-06-03T08:15:49.930Z Compiling slog-dtrace v0.3.0
22002026-06-03T08:15:50.040Z Compiling cancel-safe-futures v0.1.5
22012026-06-03T08:15:50.089Z Compiling gethostname v0.5.0
22022026-06-03T08:15:50.367Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22032026-06-03T08:15:50.742Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-06-03T08:15:51.338Z Compiling dropshot-api-manager-types v0.7.2
22052026-06-03T08:15:51.432Z Compiling pem v3.0.5
22062026-06-03T08:15:51.726Z Compiling bcs v0.1.6
22072026-06-03T08:15:51.803Z Compiling cargo-platform v0.1.9
22082026-06-03T08:15:51.833Z Compiling serde_plain v1.0.2
22092026-06-03T08:15:52.045Z Compiling typed-path v0.9.3
22102026-06-03T08:15:52.059Z Compiling tagptr v0.2.0
22112026-06-03T08:15:52.303Z Compiling linear-map v1.2.0
22122026-06-03T08:15:52.562Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-03T08:15:52.973Z Compiling tough v0.20.0
22142026-06-03T08:15:53.578Z Compiling moka v0.12.11
22152026-06-03T08:15:54.373Z Compiling cargo_metadata v0.18.1
22162026-06-03T08:15:55.049Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-06-03T08:15:55.661Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-03T08:15:55.939Z Compiling tabled v0.15.0
22192026-06-03T08:15:55.967Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-06-03T08:15:57.277Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-03T08:15:57.530Z Compiling git2 v0.19.0
22222026-06-03T08:15:58.638Z Compiling steno v0.4.1
22232026-06-03T08:16:00.301Z Compiling cookie v0.18.1
22242026-06-03T08:16:00.378Z Compiling hickory-proto v0.25.2
22252026-06-03T08:16:02.092Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-06-03T08:16:02.402Z Compiling hickory-resolver v0.25.2
22272026-06-03T08:16:03.984Z Compiling vergen v8.3.2
22282026-06-03T08:16:06.936Z Compiling signal-hook v0.3.18
22292026-06-03T08:16:07.448Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22302026-06-03T08:16:07.669Z Compiling predicates-core v1.0.9
22312026-06-03T08:16:07.749Z Compiling mockall_derive v0.13.1
22322026-06-03T08:16:08.043Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22332026-06-03T08:16:08.151Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22342026-06-03T08:16:08.162Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22352026-06-03T08:16:08.379Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22362026-06-03T08:16:08.449Z Compiling sha2 v0.10.9
22372026-06-03T08:16:08.862Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22382026-06-03T08:16:09.843Z Compiling yansi v1.0.1
22392026-06-03T08:16:10.183Z Compiling diff v0.1.13
22402026-06-03T08:16:10.394Z Compiling pretty_assertions v1.4.1
22412026-06-03T08:16:10.499Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22422026-06-03T08:16:11.579Z Compiling predicates-tree v1.0.12
22432026-06-03T08:16:11.693Z Compiling predicates v3.1.3
22442026-06-03T08:16:11.855Z Compiling fs-err v3.1.2
22452026-06-03T08:16:12.614Z Compiling git-stub v1.0.0
22462026-06-03T08:16:12.719Z Compiling filetime v0.2.26
22472026-06-03T08:16:12.907Z Compiling is_ci v1.2.0
22482026-06-03T08:16:12.924Z Compiling downcast v0.11.0
22492026-06-03T08:16:13.071Z Compiling arrayvec v0.7.6
22502026-06-03T08:16:13.088Z Compiling arrayref v0.3.9
22512026-06-03T08:16:13.179Z Compiling fragile v2.0.1
22522026-06-03T08:16:13.292Z Compiling constant_time_eq v0.3.1
22532026-06-03T08:16:13.424Z Compiling xattr v1.6.1
22542026-06-03T08:16:13.506Z Compiling blake3 v1.8.2
22552026-06-03T08:16:13.616Z Compiling tar v0.4.45
22562026-06-03T08:16:13.962Z Compiling mockall v0.13.1
22572026-06-03T08:16:14.125Z Compiling toml v0.7.8
22582026-06-03T08:16:14.174Z Compiling supports-color v3.0.2
22592026-06-03T08:16:14.372Z Compiling git-stub-vcs v0.1.0
22602026-06-03T08:16:14.761Z Compiling signal-hook-tokio v0.3.1
22612026-06-03T08:16:14.844Z Compiling curl-sys v0.4.83+curl-8.15.0
22622026-06-03T08:16:15.108Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22632026-06-03T08:16:16.043Z Compiling drift v0.2.0
22642026-06-03T08:16:16.560Z Compiling kstat-rs v0.2.4
22652026-06-03T08:16:16.893Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22662026-06-03T08:16:16.971Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22672026-06-03T08:16:17.283Z Compiling display-error-chain v0.2.2
22682026-06-03T08:16:17.368Z Compiling hex-literal v1.0.0
22692026-06-03T08:16:17.467Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22702026-06-03T08:16:17.486Z Compiling topological-sort v0.2.2
22712026-06-03T08:16:17.807Z Compiling omicron-zone-package v0.12.2
22722026-06-03T08:16:17.896Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22732026-06-03T08:16:19.164Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22742026-06-03T08:16:19.988Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-06-03T08:16:20.126Z Compiling dropshot-api-manager v0.7.2
22762026-06-03T08:16:20.605Z Compiling curl v0.4.49
22772026-06-03T08:16:20.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22782026-06-03T08:16:20.824Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22792026-06-03T08:16:21.067Z Compiling internet-checksum v0.2.1
22802026-06-03T08:16:21.225Z Compiling search_path v0.1.4
22812026-06-03T08:16:21.453Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22822026-06-03T08:16:21.636Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22832026-06-03T08:16:24.570Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22842026-06-03T08:16:27.225Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22852026-06-03T08:17:10.736Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
22862026-06-03T08:17:10.857Z Running unittests src/lib.rs (target/debug/deps/aal-a41f7c990f436448)
22872026-06-03T08:17:10.860Z
22882026-06-03T08:17:10.860Zrunning 5 tests
22892026-06-03T08:17:10.860Ztest fuse::tests::chip_revision_a0 ... ok
22902026-06-03T08:17:10.860Ztest fuse::tests::chip_revision_b1 ... ok
22912026-06-03T08:17:10.860Ztest fuse::tests::chip_revision_b0 ... ok
22922026-06-03T08:17:10.860Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22932026-06-03T08:17:10.860Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22942026-06-03T08:17:10.860Z
22952026-06-03T08:17:10.860Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22962026-06-03T08:17:10.860Z
22972026-06-03T08:17:10.863Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22982026-06-03T08:17:10.866Z
22992026-06-03T08:17:10.866Zrunning 0 tests
23002026-06-03T08:17:10.866Z
23012026-06-03T08:17:10.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23022026-06-03T08:17:10.866Z
23032026-06-03T08:17:10.866Z Running unittests src/lib.rs (target/debug/deps/asic-e3bc936a43c7e122)
23042026-06-03T08:17:10.866Z
23052026-06-03T08:17:10.866Zrunning 0 tests
23062026-06-03T08:17:10.866Z
23072026-06-03T08:17:10.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23082026-06-03T08:17:10.866Z
23092026-06-03T08:17:10.866Z Running unittests src/lib.rs (target/debug/deps/common-0e5d095464825df3)
23102026-06-03T08:17:10.870Z
23112026-06-03T08:17:10.871Zrunning 10 tests
23122026-06-03T08:17:10.871Ztest nat::tests::test_vni ... ok
23132026-06-03T08:17:10.871Ztest network::tests::test_eui64 ... ok
23142026-06-03T08:17:10.871Ztest network::tests::test_equal ... ok
23152026-06-03T08:17:10.871Ztest network::tests::test_into ... ok
23162026-06-03T08:17:10.871Ztest network::tests::test_generate_ipv6_link_local ... ok
23172026-06-03T08:17:10.871Ztest network::tests::test_not_equal ... ok
23182026-06-03T08:17:10.871Ztest network::tests::test_to_string ... ok
23192026-06-03T08:17:10.871Ztest network::tests::test_parse ... ok
23202026-06-03T08:17:10.871Ztest test_purge ... ok
23212026-06-03T08:17:10.874Ztest illumos::test::address_exists_handles_missing_object ... ok
23222026-06-03T08:17:10.874Z
23232026-06-03T08:17:10.874Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-03T08:17:10.874Z
23252026-06-03T08:17:10.874Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0fe391ef60a5b23d)
23262026-06-03T08:17:10.878Z
23272026-06-03T08:17:10.878Zrunning 1 test
23282026-06-03T08:17:10.881Z -------
23292026-06-03T08:17:10.881Z Generating OpenAPI documents from API definitions ...
23302026-06-03T08:17:11.015Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23312026-06-03T08:17:11.084Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23322026-06-03T08:17:12.089Z -------
23332026-06-03T08:17:12.089Z Checking 12 OpenAPI documents...
23342026-06-03T08:17:12.089Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23352026-06-03T08:17:12.089Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23362026-06-03T08:17:12.089Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23372026-06-03T08:17:12.089Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23382026-06-03T08:17:12.092Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23392026-06-03T08:17:12.092Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23402026-06-03T08:17:12.092Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23412026-06-03T08:17:12.092Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23422026-06-03T08:17:12.093Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23432026-06-03T08:17:12.093Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23442026-06-03T08:17:12.093Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23452026-06-03T08:17:12.093Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23462026-06-03T08:17:12.093Z Fresh dpd "latest" symlink
23472026-06-03T08:17:12.093Z -------
23482026-06-03T08:17:12.093Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23492026-06-03T08:17:12.152Ztest test::test_apis_up_to_date ... ok
23502026-06-03T08:17:12.152Z
23512026-06-03T08:17:12.152Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23522026-06-03T08:17:12.152Z
23532026-06-03T08:17:12.208Z Running unittests src/main.rs (target/debug/deps/dpd-0223196e233b7f7e)
23542026-06-03T08:17:12.214Z
23552026-06-03T08:17:12.214Zrunning 19 tests
23562026-06-03T08:17:12.217Ztest freemap::test_ordering ... ok
23572026-06-03T08:17:12.217Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23582026-06-03T08:17:12.217Ztest config::tests::test_updates ... ok
23592026-06-03T08:17:12.217Ztest freemap::test_split ... ok
23602026-06-03T08:17:12.217Ztest macaddrs::tests::test_mac_offset ... ok
23612026-06-03T08:17:12.217Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23622026-06-03T08:17:12.217Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23632026-06-03T08:17:12.217Ztest macaddrs::tests::test_parse_port_id ... ok
23642026-06-03T08:17:12.217Ztest nat::test_mapping ... ok
23652026-06-03T08:17:12.222Ztest port_map::tests::dump_map ... ok
23662026-06-03T08:17:12.222Ztest port_map::tests::test_backplane_group ... ok
23672026-06-03T08:17:12.222Ztest port_map::tests::test_port_map ... ok
23682026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG created new freemapJun 03 08:17:11.423 DEBG , created new freemapunit, :unit :freemap_test freemap_test
23692026-06-03T08:17:12.222Z
23702026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG initted freemap. size: 128, unit: freemap_test
23712026-06-03T08:17:12.222ZJun 03 08:17:11.423Jun 03 08:17:11.423 DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23722026-06-03T08:17:12.222Z
23732026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG reset freemap, unit: freemap_test
23742026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG created new freemap, unit: freemap_test
23752026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG initted freemap. size: 128, unit: freemap_test
23762026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG reset freemap, unit: freemap_test
23772026-06-03T08:17:12.222Ztest freemap::test_exhaustion ... ok
23782026-06-03T08:17:12.222Ztest freemap::test_basic ... ok
23792026-06-03T08:17:12.222Ztest freemap::test_reclaim ... ok
23802026-06-03T08:17:12.222ZJun 03 08:17:11.423 DEBG created new freemap, unit: freemap_test
23812026-06-03T08:17:12.222ZJun 03 08:17:11.424 DEBG initted freemap. size: 128, unit: freemap_test
23822026-06-03T08:17:12.222ZJun 03 08:17:11.424 DEBG reset freemap, unit: freemap_test
23832026-06-03T08:17:12.222Ztest freemap::test_free ... ok
23842026-06-03T08:17:12.222ZJun 03 08:17:11.424 DEBG created new freemap, unit: freemap_test
23852026-06-03T08:17:12.222ZJun 03 08:17:11.424 DEBG initted freemap. size: 128, unit: freemap_test
23862026-06-03T08:17:12.222ZJun 03 08:17:11.424 DEBG reset freemap, unit: freemap_test
23872026-06-03T08:17:12.222Ztest freemap::test_span ... ok
23882026-06-03T08:17:12.222Ztest api_server::tests::test_build_info ... ok
23892026-06-03T08:17:12.222Ztest port_map::tests::parse_softnpu_revision ... ok
23902026-06-03T08:17:12.222Z
23912026-06-03T08:17:12.222Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23922026-06-03T08:17:12.222Z
23932026-06-03T08:17:12.225Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-b7409d7bfb4c2f4f)
23942026-06-03T08:17:12.225Z
23952026-06-03T08:17:12.225Zrunning 0 tests
23962026-06-03T08:17:12.225Z
23972026-06-03T08:17:12.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23982026-06-03T08:17:12.225Z
23992026-06-03T08:17:12.226Z Running unittests src/lib.rs (target/debug/deps/dpd_api-aa8a7c17237f4242)
24002026-06-03T08:17:12.226Z
24012026-06-03T08:17:12.226Zrunning 0 tests
24022026-06-03T08:17:12.226Z
24032026-06-03T08:17:12.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24042026-06-03T08:17:12.226Z
24052026-06-03T08:17:12.226Z Running unittests src/lib.rs (target/debug/deps/dpd_client-ef4a2cfd94980471)
24062026-06-03T08:17:12.230Z
24072026-06-03T08:17:12.230Zrunning 6 tests
24082026-06-03T08:17:12.230Ztest tests::test_full_lot_id_neither_present ... ok
24092026-06-03T08:17:12.230Ztest tests::test_full_lot_id_lotnum_only ... ok
24102026-06-03T08:17:12.230Ztest tests::test_full_lot_id_lot_only ... ok
24112026-06-03T08:17:12.230Ztest tests::test_full_lot_id_both_present ... ok
24122026-06-03T08:17:12.230Ztest tests::test_port_id_cmp ... ok
24132026-06-03T08:17:12.230Ztest tests::test_parse_client_port_id ... ok
24142026-06-03T08:17:12.230Z
24152026-06-03T08:17:12.230Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24162026-06-03T08:17:12.231Z
24172026-06-03T08:17:12.231Z Running tests/test_all.rs (target/debug/deps/test_all-47ee6dad92e6e0a6)
24182026-06-03T08:17:12.233Z
24192026-06-03T08:17:12.233Zrunning 0 tests
24202026-06-03T08:17:12.233Z
24212026-06-03T08:17:12.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24222026-06-03T08:17:12.233Z
24232026-06-03T08:17:12.234Z Running unittests src/lib.rs (target/debug/deps/dpd_types-2afd7cbf33607b27)
24242026-06-03T08:17:12.234Z
24252026-06-03T08:17:12.234Zrunning 0 tests
24262026-06-03T08:17:12.234Z
24272026-06-03T08:17:12.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24282026-06-03T08:17:12.234Z
24292026-06-03T08:17:12.234Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0e53cf7b098a2041)
24302026-06-03T08:17:12.234Z
24312026-06-03T08:17:12.234Zrunning 0 tests
24322026-06-03T08:17:12.234Z
24332026-06-03T08:17:12.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24342026-06-03T08:17:12.234Z
24352026-06-03T08:17:12.237Z Running unittests src/lib.rs (target/debug/deps/packet-902040c783b026cd)
24362026-06-03T08:17:12.237Z
24372026-06-03T08:17:12.237Zrunning 12 tests
24382026-06-03T08:17:12.237Ztest icmp::test_v6_checksum ... ok
24392026-06-03T08:17:12.237Ztest lldp::test_lldp_parse ... ok
24402026-06-03T08:17:12.237Ztest pbuf::test_byte ... ok
24412026-06-03T08:17:12.237Ztest ipv6::test_ipv6_parse ... ok
24422026-06-03T08:17:12.237Ztest icmp::test_v4_checksum ... ok
24432026-06-03T08:17:12.237Ztest pbuf::test_nibble ... ok
24442026-06-03T08:17:12.237Ztest pbuf::test_short ... ok
24452026-06-03T08:17:12.237Ztest pbuf::test_twelve ... ok
24462026-06-03T08:17:12.237Ztest pbuf::test_word ... ok
24472026-06-03T08:17:12.237Ztest pbuf::test_overflow ... ok
24482026-06-03T08:17:12.237Ztest tcp::test_checksum_syn_nodata ... ok
24492026-06-03T08:17:12.237Ztest tcp::test_checksum_ack_data ... ok
24502026-06-03T08:17:12.237Z
24512026-06-03T08:17:12.237Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24522026-06-03T08:17:12.237Z
24532026-06-03T08:17:12.238Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
24542026-06-03T08:17:12.241Z
24552026-06-03T08:17:12.241Zrunning 0 tests
24562026-06-03T08:17:12.241Z
24572026-06-03T08:17:12.241Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24582026-06-03T08:17:12.241Z
24592026-06-03T08:17:12.241Z Running unittests src/main.rs (target/debug/deps/swadm-acd043d915378bd2)
24602026-06-03T08:17:12.241Z
24612026-06-03T08:17:12.241Zrunning 5 tests
24622026-06-03T08:17:12.244Ztest switchport::test::test_compute_lanes ... ok
24632026-06-03T08:17:12.244Ztest switchport::test::port_id_ordering ... ok
24642026-06-03T08:17:12.244Z Lane 0 Lane 0Lane 1 Lane 1Lane 2 Lane 3Lane 2
24652026-06-03T08:17:12.244ZLane 3 Rx Loss-of-lock: Yes
24662026-06-03T08:17:12.244Z State: Activated Yes Activated Yes ActivatedYes
24672026-06-03T08:17:12.244ZActivated
24682026-06-03T08:17:12.244Z Rx Loss-of-signal: Yes Rx Output Enabled: false Yesfalse Yesfalse Yes
24692026-06-03T08:17:12.244Zfalse
24702026-06-03T08:17:12.244Z Rx CDR Enabled: Yes Rx Output Status: valid Yesvalid Yesvalid Yesvalid
24712026-06-03T08:17:12.244Z
24722026-06-03T08:17:12.244Z Tx Enabled: Yes Rx Loss-of-lock: true Yes true Yes trueYes
24732026-06-03T08:17:12.244Ztrue
24742026-06-03T08:17:12.244Z Tx Loss-of-lock: No Rx Loss-of-signal: false Nofalse Nofalse false
24752026-06-03T08:17:12.244ZNo
24762026-06-03T08:17:12.244ZRx Auto-squelch Disable: true Tx Loss-of-signal: No trueNo trueNo Notrue
24772026-06-03T08:17:12.244Z
24782026-06-03T08:17:12.244Z Tx CDR Enabled: No Tx Output Enabled: true Notrue Notrue No
24792026-06-03T08:17:12.244Ztrue
24802026-06-03T08:17:12.244Z Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalid Noinvalid invalidNo
24812026-06-03T08:17:12.244Z
24822026-06-03T08:17:12.244Z Tx Loss-of-lock: false Tx Fault: Yes false Yes falseYes falseYes
24832026-06-03T08:17:12.244Z
24842026-06-03T08:17:12.244Z Tx Loss-of-signal: true true true true
24852026-06-03T08:17:12.245ZTx Auto-squelch Disable: false false false false
24862026-06-03T08:17:12.245Z Tx Adaptive EQ Fail: true true true true
24872026-06-03T08:17:12.245Z Tx Failure: false false false false
24882026-06-03T08:17:12.245Z Tx Force Squelch: true true true true
24892026-06-03T08:17:12.245Z Tx Input Polarity: normal normal normal normal
24902026-06-03T08:17:12.245Ztest switchport::test::test_print_sff_datapath ... ok
24912026-06-03T08:17:12.245Ztest switchport::test::test_print_cmis_datapath ... ok
24922026-06-03T08:17:12.245Ztest link::test_filter ... ok
24932026-06-03T08:17:12.245Z
24942026-06-03T08:17:12.245Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24952026-06-03T08:17:12.245Z
24962026-06-03T08:17:12.245Z Running tests/counters.rs (target/debug/deps/counters-4bf264d62442bbb3)
24972026-06-03T08:17:12.251Z
24982026-06-03T08:17:12.251Zrunning 1 test
24992026-06-03T08:17:12.251Ztest test_p4_counter_list ... ignored
25002026-06-03T08:17:12.251Z
25012026-06-03T08:17:12.251Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25022026-06-03T08:17:12.251Z
25032026-06-03T08:17:12.251Z Running tests/port-link.rs (target/debug/deps/port_link-5a682b6fed9cee85)
25042026-06-03T08:17:12.251Z
25052026-06-03T08:17:12.251Zrunning 5 tests
25062026-06-03T08:17:12.251Ztest test_an ... ignored
25072026-06-03T08:17:12.251Ztest test_enable ... ignored
25082026-06-03T08:17:12.251Ztest test_ip_addresses ... ignored
25092026-06-03T08:17:12.251Ztest test_kr ... ignored
25102026-06-03T08:17:12.251Ztest test_mac ... ignored
25112026-06-03T08:17:12.251Z
25122026-06-03T08:17:12.251Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25132026-06-03T08:17:12.251Z
25142026-06-03T08:17:12.251Z Running unittests src/main.rs (target/debug/deps/tfportd-3f34e3c3142d976e)
25152026-06-03T08:17:12.254Z
25162026-06-03T08:17:12.254Zrunning 3 tests
25172026-06-03T08:17:12.254Ztest linklocal::test_parse_ipadm ... ok
25182026-06-03T08:17:12.254Ztest tfport::test_parse_tfport ... ok
25192026-06-03T08:17:12.254Ztest config::tests::test_updates ... ok
25202026-06-03T08:17:12.254Z
25212026-06-03T08:17:12.254Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25222026-06-03T08:17:12.254Z
25232026-06-03T08:17:12.254Z Running unittests src/main.rs (target/debug/deps/uplinkd-071572acf66d55bc)
25242026-06-03T08:17:12.254Z
25252026-06-03T08:17:12.254Zrunning 0 tests
25262026-06-03T08:17:12.254Z
25272026-06-03T08:17:12.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25282026-06-03T08:17:12.254Z
25292026-06-03T08:17:12.258Z Running unittests src/main.rs (target/debug/deps/xtask-2713a907a1043769)
25302026-06-03T08:17:12.258Z
25312026-06-03T08:17:12.258Zrunning 0 tests
25322026-06-03T08:17:12.258Z
25332026-06-03T08:17:12.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25342026-06-03T08:17:12.258Z
25352026-06-03T08:17:12.258Z Doc-tests aal
25362026-06-03T08:17:12.382Z
25372026-06-03T08:17:12.382Zrunning 0 tests
25382026-06-03T08:17:12.382Z
25392026-06-03T08:17:12.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25402026-06-03T08:17:12.382Z
25412026-06-03T08:17:12.401Z Doc-tests aal_macros
25422026-06-03T08:17:12.475Z
25432026-06-03T08:17:12.476Zrunning 0 tests
25442026-06-03T08:17:12.476Z
25452026-06-03T08:17:12.476Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25462026-06-03T08:17:12.476Z
25472026-06-03T08:17:12.489Z Doc-tests common
25482026-06-03T08:17:12.727Z
25492026-06-03T08:17:12.727Zrunning 0 tests
25502026-06-03T08:17:12.727Z
25512026-06-03T08:17:12.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25522026-06-03T08:17:12.727Z
25532026-06-03T08:17:12.749Z Doc-tests dpd_api
25542026-06-03T08:17:13.495Z
25552026-06-03T08:17:13.495Zrunning 2 tests
25562026-06-03T08:17:13.495Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25572026-06-03T08:17:13.495Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25582026-06-03T08:17:13.495Z
25592026-06-03T08:17:13.495Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25602026-06-03T08:17:13.495Z
25612026-06-03T08:17:13.528Z Doc-tests dpd_client
25622026-06-03T08:17:14.828Z
25632026-06-03T08:17:14.828Zrunning 0 tests
25642026-06-03T08:17:14.828Z
25652026-06-03T08:17:14.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25662026-06-03T08:17:14.828Z
25672026-06-03T08:17:14.878Z Doc-tests dpd_types
25682026-06-03T08:17:15.084Z
25692026-06-03T08:17:15.084Zrunning 0 tests
25702026-06-03T08:17:15.084Z
25712026-06-03T08:17:15.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25722026-06-03T08:17:15.085Z
25732026-06-03T08:17:15.111Z Doc-tests dpd_types_versions
25742026-06-03T08:17:16.345Z
25752026-06-03T08:17:16.345Zrunning 1 test
25762026-06-03T08:17:16.345Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25772026-06-03T08:17:16.345Z
25782026-06-03T08:17:16.345Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25792026-06-03T08:17:16.346Z
25802026-06-03T08:17:16.387Z Doc-tests packet
25812026-06-03T08:17:16.485Z
25822026-06-03T08:17:16.485Zrunning 0 tests
25832026-06-03T08:17:16.485Z
25842026-06-03T08:17:16.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-06-03T08:17:16.485Z
25862026-06-03T08:17:16.503Z Doc-tests pcap
25872026-06-03T08:17:16.576Z
25882026-06-03T08:17:16.576Zrunning 0 tests
25892026-06-03T08:17:16.576Z
25902026-06-03T08:17:16.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-06-03T08:17:16.576Z
25922026-06-03T08:17:16.626Z+ for feat in tofino_stub tofino_asic softnpu chaos
25932026-06-03T08:17:16.626Z+ RUST_BACKTRACE=full
25942026-06-03T08:17:16.626Z+ cargo test --features tofino_asic --no-fail-fast
25952026-06-03T08:17:17.256Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25962026-06-03T08:17:17.306Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25972026-06-03T08:17:17.313Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25982026-06-03T08:17:17.313Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25992026-06-03T08:17:25.928Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26002026-06-03T08:17:26.075Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26012026-06-03T08:18:05.601Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.97s
26022026-06-03T08:18:05.712Z Running unittests src/lib.rs (target/debug/deps/aal-a41f7c990f436448)
26032026-06-03T08:18:05.718Z
26042026-06-03T08:18:05.719Zrunning 5 tests
26052026-06-03T08:18:05.722Ztest fuse::tests::chip_revision_b0 ... ok
26062026-06-03T08:18:05.722Ztest fuse::tests::chip_revision_a0 ... ok
26072026-06-03T08:18:05.722Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26082026-06-03T08:18:05.722Ztest fuse::tests::chip_revision_b1 ... ok
26092026-06-03T08:18:05.722Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26102026-06-03T08:18:05.722Z
26112026-06-03T08:18:05.722Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26122026-06-03T08:18:05.722Z
26132026-06-03T08:18:05.722Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26142026-06-03T08:18:05.722Z
26152026-06-03T08:18:05.722Zrunning 0 tests
26162026-06-03T08:18:05.722Z
26172026-06-03T08:18:05.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26182026-06-03T08:18:05.722Z
26192026-06-03T08:18:05.722Z Running unittests src/lib.rs (target/debug/deps/asic-e77e2cdf03bffece)
26202026-06-03T08:18:05.827Z
26212026-06-03T08:18:05.827Zrunning 8 tests
26222026-06-03T08:18:05.831Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26232026-06-03T08:18:05.831Ztest tofino_asic::qsfp::tests::fix_link ... ok
26242026-06-03T08:18:05.831Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26252026-06-03T08:18:05.832Ztest tofino_asic::stats::constants_sanity_check ... ok
26262026-06-03T08:18:05.832Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26272026-06-03T08:18:05.832Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26282026-06-03T08:18:05.837Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26292026-06-03T08:18:06.328Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26302026-06-03T08:18:06.328Z
26312026-06-03T08:18:06.328Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26322026-06-03T08:18:06.328Z
26332026-06-03T08:18:06.339Z Running unittests src/lib.rs (target/debug/deps/common-0e5d095464825df3)
26342026-06-03T08:18:06.343Z
26352026-06-03T08:18:06.343Zrunning 10 tests
26362026-06-03T08:18:06.343Ztest nat::tests::test_vni ... ok
26372026-06-03T08:18:06.343Ztest network::tests::test_equal ... ok
26382026-06-03T08:18:06.343Ztest network::tests::test_eui64 ... ok
26392026-06-03T08:18:06.343Ztest network::tests::test_generate_ipv6_link_local ... ok
26402026-06-03T08:18:06.343Ztest network::tests::test_into ... ok
26412026-06-03T08:18:06.343Ztest network::tests::test_not_equal ... ok
26422026-06-03T08:18:06.343Ztest network::tests::test_to_string ... ok
26432026-06-03T08:18:06.343Ztest network::tests::test_parse ... ok
26442026-06-03T08:18:06.343Ztest test_purge ... ok
26452026-06-03T08:18:06.347Ztest illumos::test::address_exists_handles_missing_object ... ok
26462026-06-03T08:18:06.347Z
26472026-06-03T08:18:06.347Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26482026-06-03T08:18:06.347Z
26492026-06-03T08:18:06.347Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0fe391ef60a5b23d)
26502026-06-03T08:18:06.351Z
26512026-06-03T08:18:06.351Zrunning 1 test
26522026-06-03T08:18:06.354Z -------
26532026-06-03T08:18:06.355Z Generating OpenAPI documents from API definitions ...
26542026-06-03T08:18:06.491Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26552026-06-03T08:18:06.581Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26562026-06-03T08:18:07.567Z -------
26572026-06-03T08:18:07.568Z Checking 12 OpenAPI documents...
26582026-06-03T08:18:07.568Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26592026-06-03T08:18:07.568Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26602026-06-03T08:18:07.568Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26612026-06-03T08:18:07.568Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26622026-06-03T08:18:07.568Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26632026-06-03T08:18:07.572Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26642026-06-03T08:18:07.572Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26652026-06-03T08:18:07.572Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26662026-06-03T08:18:07.572Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26672026-06-03T08:18:07.572Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26682026-06-03T08:18:07.572Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26692026-06-03T08:18:07.572Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26702026-06-03T08:18:07.572Z Fresh dpd "latest" symlink
26712026-06-03T08:18:07.572Z -------
26722026-06-03T08:18:07.572Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26732026-06-03T08:18:07.630Ztest test::test_apis_up_to_date ... ok
26742026-06-03T08:18:07.630Z
26752026-06-03T08:18:07.630Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
26762026-06-03T08:18:07.630Z
26772026-06-03T08:18:07.685Z Running unittests src/main.rs (target/debug/deps/dpd-d256fb93dc6ea934)
26782026-06-03T08:18:07.753Z
26792026-06-03T08:18:07.753Zrunning 51 tests
26802026-06-03T08:18:07.756Ztest freemap::test_ordering ... ok
26812026-06-03T08:18:07.757Ztest config::tests::test_updates ... ok
26822026-06-03T08:18:07.757Ztest freemap::test_split ... ok
26832026-06-03T08:18:07.757Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26842026-06-03T08:18:07.757Ztest macaddrs::tests::test_mac_offset ... ok
26852026-06-03T08:18:07.757Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26862026-06-03T08:18:07.757Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26872026-06-03T08:18:07.757Ztest macaddrs::tests::test_parse_port_id ... ok
26882026-06-03T08:18:07.757Ztest nat::test_mapping ... ok
26892026-06-03T08:18:07.757Ztest port_map::tests::dump_map ... ok
26902026-06-03T08:18:07.757Ztest port_map::tests::test_backplane_group ... ok
26912026-06-03T08:18:07.757Ztest port_map::tests::test_port_map ... ok
26922026-06-03T08:18:07.761Ztest transceivers::mpn_test::test_mpn_missing ... ok
26932026-06-03T08:18:07.761ZJun 03 08:18:06.961 DEBG created new freemap, unit:Jun 03 08:18:06.961 freemap_testDEBG
26942026-06-03T08:18:07.761Ztest transceivers::mpn_test::test_mpn_present ... ok
26952026-06-03T08:18:07.762Zcreated new freemap, unit: freemap_test
26962026-06-03T08:18:07.762ZJun 03 08:18:06.961 DEBG initted freemap. size: 128Jun 03 08:18:06.961, unitDEBG: initted freemap. size: 128freemap_test,
26972026-06-03T08:18:07.762Zunit: freemap_test
26982026-06-03T08:18:07.762ZJun 03 08:18:06.961 DEBG reset freemapJun 03 08:18:06.961, unitDEBG: reset freemapfreemap_test,
26992026-06-03T08:18:07.762Zunit: freemap_test
27002026-06-03T08:18:07.762Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27012026-06-03T08:18:07.762ZJun 03 08:18:06.961 DEBG created new freemap, unit: freemap_test
27022026-06-03T08:18:07.762ZJun 03 08:18:06.962 DEBG initted freemap. size: 128, unit: freemap_test
27032026-06-03T08:18:07.762ZJun 03 08:18:06.962 DEBG reset freemap, unit: freemap_test
27042026-06-03T08:18:07.762Ztest freemap::test_basic ... ok
27052026-06-03T08:18:07.762Ztest freemap::test_free ... ok
27062026-06-03T08:18:07.762Ztest freemap::test_reclaim ... ok
27072026-06-03T08:18:07.762ZJun 03 08:18:06.962 DEBG created new freemap, unit: freemap_test
27082026-06-03T08:18:07.762ZJun 03 08:18:06.962Jun 03 08:18:06.962 DEBGDEBG created new freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
27092026-06-03T08:18:07.762Z
27102026-06-03T08:18:07.763ZJun 03 08:18:06.962 DEBGJun 03 08:18:06.962 reset freemapDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
27112026-06-03T08:18:07.763Z freemap_test
27122026-06-03T08:18:07.763ZJun 03 08:18:06.962 DEBG reset freemap, unit: freemap_test
27132026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27142026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27152026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27162026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27172026-06-03T08:18:07.763Ztest freemap::test_span ... ok
27182026-06-03T08:18:07.763Ztest freemap::test_exhaustion ... ok
27192026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27202026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27212026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27222026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27232026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27242026-06-03T08:18:07.763Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27252026-06-03T08:18:07.763Ztest api_server::tests::test_build_info ... ok
27262026-06-03T08:18:07.764Ztest port_map::tests::parse_softnpu_revision ... ok
27272026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27282026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27292026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27302026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27312026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27322026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27332026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27342026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27352026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27362026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27372026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27382026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27392026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27402026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27412026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27422026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27432026-06-03T08:18:07.764Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27442026-06-03T08:18:07.765Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27452026-06-03T08:18:07.765Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27462026-06-03T08:18:07.765Z
27472026-06-03T08:18:07.765Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27482026-06-03T08:18:07.765Z
27492026-06-03T08:18:07.773Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a24f64a433da0ba1)
27502026-06-03T08:18:07.776Z
27512026-06-03T08:18:07.776Zrunning 0 tests
27522026-06-03T08:18:07.777Z
27532026-06-03T08:18:07.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27542026-06-03T08:18:07.777Z
27552026-06-03T08:18:07.777Z Running unittests src/lib.rs (target/debug/deps/dpd_api-aa8a7c17237f4242)
27562026-06-03T08:18:07.780Z
27572026-06-03T08:18:07.780Zrunning 0 tests
27582026-06-03T08:18:07.781Z
27592026-06-03T08:18:07.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27602026-06-03T08:18:07.781Z
27612026-06-03T08:18:07.781Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b5fd5e6798e12784)
27622026-06-03T08:18:07.781Z
27632026-06-03T08:18:07.781Zrunning 6 tests
27642026-06-03T08:18:07.781Ztest tests::test_parse_client_port_id ... ok
27652026-06-03T08:18:07.781Ztest tests::test_full_lot_id_neither_present ... ok
27662026-06-03T08:18:07.781Ztest tests::test_port_id_cmp ... ok
27672026-06-03T08:18:07.782Ztest tests::test_full_lot_id_lotnum_only ... ok
27682026-06-03T08:18:07.782Ztest tests::test_full_lot_id_both_present ... ok
27692026-06-03T08:18:07.782Ztest tests::test_full_lot_id_lot_only ... ok
27702026-06-03T08:18:07.782Z
27712026-06-03T08:18:07.782Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27722026-06-03T08:18:07.782Z
27732026-06-03T08:18:07.785Z Running tests/test_all.rs (target/debug/deps/test_all-2edb9913f8cc6e15)
27742026-06-03T08:18:07.786Z
27752026-06-03T08:18:07.786Zrunning 0 tests
27762026-06-03T08:18:07.786Z
27772026-06-03T08:18:07.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27782026-06-03T08:18:07.786Z
27792026-06-03T08:18:07.786Z Running unittests src/lib.rs (target/debug/deps/dpd_types-2afd7cbf33607b27)
27802026-06-03T08:18:07.786Z
27812026-06-03T08:18:07.786Zrunning 0 tests
27822026-06-03T08:18:07.786Z
27832026-06-03T08:18:07.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27842026-06-03T08:18:07.786Z
27852026-06-03T08:18:07.786Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0e53cf7b098a2041)
27862026-06-03T08:18:07.790Z
27872026-06-03T08:18:07.790Zrunning 0 tests
27882026-06-03T08:18:07.790Z
27892026-06-03T08:18:07.790Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27902026-06-03T08:18:07.790Z
27912026-06-03T08:18:07.790Z Running unittests src/lib.rs (target/debug/deps/packet-902040c783b026cd)
27922026-06-03T08:18:07.790Z
27932026-06-03T08:18:07.790Zrunning 12 tests
27942026-06-03T08:18:07.790Ztest icmp::test_v6_checksum ... ok
27952026-06-03T08:18:07.791Ztest lldp::test_lldp_parse ... ok
27962026-06-03T08:18:07.791Ztest icmp::test_v4_checksum ... ok
27972026-06-03T08:18:07.791Ztest ipv6::test_ipv6_parse ... ok
27982026-06-03T08:18:07.791Ztest pbuf::test_byte ... ok
27992026-06-03T08:18:07.791Ztest pbuf::test_nibble ... ok
28002026-06-03T08:18:07.791Ztest pbuf::test_overflow ... ok
28012026-06-03T08:18:07.791Ztest pbuf::test_short ... ok
28022026-06-03T08:18:07.791Ztest pbuf::test_twelve ... ok
28032026-06-03T08:18:07.791Ztest pbuf::test_word ... ok
28042026-06-03T08:18:07.791Ztest tcp::test_checksum_ack_data ... ok
28052026-06-03T08:18:07.791Ztest tcp::test_checksum_syn_nodata ... ok
28062026-06-03T08:18:07.791Z
28072026-06-03T08:18:07.791Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28082026-06-03T08:18:07.791Z
28092026-06-03T08:18:07.791Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
28102026-06-03T08:18:07.795Z
28112026-06-03T08:18:07.795Zrunning 0 tests
28122026-06-03T08:18:07.795Z
28132026-06-03T08:18:07.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28142026-06-03T08:18:07.795Z
28152026-06-03T08:18:07.795Z Running unittests src/main.rs (target/debug/deps/swadm-a30a630855e4c02f)
28162026-06-03T08:18:07.795Z
28172026-06-03T08:18:07.795Zrunning 5 tests
28182026-06-03T08:18:07.795Ztest switchport::test::test_compute_lanes ... ok
28192026-06-03T08:18:07.795Ztest switchport::test::port_id_ordering ... ok
28202026-06-03T08:18:07.795Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
28212026-06-03T08:18:07.796ZLane 2 Lane 3 Rx Loss-of-lock: Yes
28222026-06-03T08:18:07.796ZYes State: Activated Yes ActivatedYes
28232026-06-03T08:18:07.796ZActivated Activated Rx Loss-of-signal: Yes
28242026-06-03T08:18:07.796Z Rx Output Enabled: false Yes falseYes false Yes
28252026-06-03T08:18:07.796Zfalse Rx CDR Enabled: Yes
28262026-06-03T08:18:07.796Z Rx Output Status: validYes valid Yesvalid Yes
28272026-06-03T08:18:07.796Zvalid
28282026-06-03T08:18:07.796Z Tx Enabled: Yes Rx Loss-of-lock: true Yes true Yestrue Yestrue
28292026-06-03T08:18:07.796Z
28302026-06-03T08:18:07.796Z Tx Loss-of-lock: No Rx Loss-of-signal: false No false Nofalse Nofalse
28312026-06-03T08:18:07.796Z
28322026-06-03T08:18:07.796Z Tx Loss-of-signal: No Rx Auto-squelch Disable: trueNo true No true Notrue
28332026-06-03T08:18:07.796Z
28342026-06-03T08:18:07.796Z Tx CDR Enabled: No Tx Output Enabled: true No true No trueNo
28352026-06-03T08:18:07.796Ztrue
28362026-06-03T08:18:07.796Z Tx Adaptive EQ Fault: No Tx Output Status: invalidNo invalid No invalidNo
28372026-06-03T08:18:07.796Zinvalid
28382026-06-03T08:18:07.797Z Tx Fault: Yes Tx Loss-of-lock: false Yesfalse falseYes Yesfalse
28392026-06-03T08:18:07.797Z
28402026-06-03T08:18:07.797Z Tx Loss-of-signal: true true true true
28412026-06-03T08:18:07.797ZTx Auto-squelch Disable: false false false false
28422026-06-03T08:18:07.798Z Tx Adaptive EQ Fail: true true true true
28432026-06-03T08:18:07.798Z Tx Failure: false false false false
28442026-06-03T08:18:07.798Z Tx Force Squelch: true true true true
28452026-06-03T08:18:07.798Z Tx Input Polarity: normal normal normal normal
28462026-06-03T08:18:07.798Ztest switchport::test::test_print_sff_datapath ... ok
28472026-06-03T08:18:07.798Ztest switchport::test::test_print_cmis_datapath ... ok
28482026-06-03T08:18:07.802Ztest link::test_filter ... ok
28492026-06-03T08:18:07.803Z
28502026-06-03T08:18:07.803Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28512026-06-03T08:18:07.803Z
28522026-06-03T08:18:07.803Z Running tests/counters.rs (target/debug/deps/counters-78a6cb7a081f1ea3)
28532026-06-03T08:18:07.803Z
28542026-06-03T08:18:07.803Zrunning 1 test
28552026-06-03T08:18:07.803Ztest test_p4_counter_list ... ignored
28562026-06-03T08:18:07.803Z
28572026-06-03T08:18:07.803Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28582026-06-03T08:18:07.803Z
28592026-06-03T08:18:07.803Z Running tests/port-link.rs (target/debug/deps/port_link-5b8b7d86c463c7ee)
28602026-06-03T08:18:07.803Z
28612026-06-03T08:18:07.803Zrunning 5 tests
28622026-06-03T08:18:07.803Ztest test_an ... ignored
28632026-06-03T08:18:07.803Ztest test_enable ... ignored
28642026-06-03T08:18:07.803Ztest test_ip_addresses ... ignored
28652026-06-03T08:18:07.803Ztest test_kr ... ignored
28662026-06-03T08:18:07.804Ztest test_mac ... ignored
28672026-06-03T08:18:07.804Z
28682026-06-03T08:18:07.804Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28692026-06-03T08:18:07.804Z
28702026-06-03T08:18:07.804Z Running unittests src/main.rs (target/debug/deps/tfportd-c302e17ce4f6bac1)
28712026-06-03T08:18:07.807Z
28722026-06-03T08:18:07.808Zrunning 3 tests
28732026-06-03T08:18:07.808Ztest linklocal::test_parse_ipadm ... ok
28742026-06-03T08:18:07.808Ztest tfport::test_parse_tfport ... ok
28752026-06-03T08:18:07.808Ztest config::tests::test_updates ... ok
28762026-06-03T08:18:07.808Z
28772026-06-03T08:18:07.808Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28782026-06-03T08:18:07.808Z
28792026-06-03T08:18:07.808Z Running unittests src/main.rs (target/debug/deps/uplinkd-071572acf66d55bc)
28802026-06-03T08:18:07.811Z
28812026-06-03T08:18:07.812Zrunning 0 tests
28822026-06-03T08:18:07.812Z
28832026-06-03T08:18:07.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28842026-06-03T08:18:07.812Z
28852026-06-03T08:18:07.812Z Running unittests src/main.rs (target/debug/deps/xtask-2713a907a1043769)
28862026-06-03T08:18:07.812Z
28872026-06-03T08:18:07.812Zrunning 0 tests
28882026-06-03T08:18:07.812Z
28892026-06-03T08:18:07.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28902026-06-03T08:18:07.812Z
28912026-06-03T08:18:07.812Z Doc-tests aal
28922026-06-03T08:18:07.934Z
28932026-06-03T08:18:07.934Zrunning 0 tests
28942026-06-03T08:18:07.934Z
28952026-06-03T08:18:07.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28962026-06-03T08:18:07.934Z
28972026-06-03T08:18:07.952Z Doc-tests aal_macros
28982026-06-03T08:18:08.022Z
28992026-06-03T08:18:08.022Zrunning 0 tests
29002026-06-03T08:18:08.023Z
29012026-06-03T08:18:08.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29022026-06-03T08:18:08.023Z
29032026-06-03T08:18:08.035Z Doc-tests common
29042026-06-03T08:18:08.269Z
29052026-06-03T08:18:08.269Zrunning 0 tests
29062026-06-03T08:18:08.269Z
29072026-06-03T08:18:08.269Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29082026-06-03T08:18:08.269Z
29092026-06-03T08:18:08.292Z Doc-tests dpd_api
29102026-06-03T08:18:09.043Z
29112026-06-03T08:18:09.043Zrunning 2 tests
29122026-06-03T08:18:09.043Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29132026-06-03T08:18:09.043Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29142026-06-03T08:18:09.043Z
29152026-06-03T08:18:09.043Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29162026-06-03T08:18:09.043Z
29172026-06-03T08:18:09.084Z Doc-tests dpd_client
29182026-06-03T08:18:10.359Z
29192026-06-03T08:18:10.359Zrunning 0 tests
29202026-06-03T08:18:10.359Z
29212026-06-03T08:18:10.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29222026-06-03T08:18:10.359Z
29232026-06-03T08:18:10.407Z Doc-tests dpd_types
29242026-06-03T08:18:10.620Z
29252026-06-03T08:18:10.620Zrunning 0 tests
29262026-06-03T08:18:10.620Z
29272026-06-03T08:18:10.620Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29282026-06-03T08:18:10.620Z
29292026-06-03T08:18:10.642Z Doc-tests dpd_types_versions
29302026-06-03T08:18:11.851Z
29312026-06-03T08:18:11.852Zrunning 1 test
29322026-06-03T08:18:11.852Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29332026-06-03T08:18:11.852Z
29342026-06-03T08:18:11.852Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29352026-06-03T08:18:11.852Z
29362026-06-03T08:18:11.900Z Doc-tests packet
29372026-06-03T08:18:12.022Z
29382026-06-03T08:18:12.022Zrunning 0 tests
29392026-06-03T08:18:12.022Z
29402026-06-03T08:18:12.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-06-03T08:18:12.022Z
29422026-06-03T08:18:12.030Z Doc-tests pcap
29432026-06-03T08:18:12.084Z
29442026-06-03T08:18:12.085Zrunning 0 tests
29452026-06-03T08:18:12.085Z
29462026-06-03T08:18:12.085Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-06-03T08:18:12.085Z
29482026-06-03T08:18:12.128Z+ for feat in tofino_stub tofino_asic softnpu chaos
29492026-06-03T08:18:12.128Z+ RUST_BACKTRACE=full
29502026-06-03T08:18:12.128Z+ cargo test --features softnpu --no-fail-fast
29512026-06-03T08:18:12.765Z Compiling num-integer v0.1.46
29522026-06-03T08:18:12.856Z Compiling num-complex v0.4.6
29532026-06-03T08:18:12.893Z Compiling bitstruct_derive v0.1.0
29542026-06-03T08:18:12.904Z Compiling tap v1.0.1
29552026-06-03T08:18:13.038Z Compiling wyz v0.5.1
29562026-06-03T08:18:13.145Z Compiling num-rational v0.4.2
29572026-06-03T08:18:13.188Z Compiling num-iter v0.1.45
29582026-06-03T08:18:13.200Z Compiling num-bigint v0.4.6
29592026-06-03T08:18:13.284Z Compiling radium v0.7.0
29602026-06-03T08:18:13.299Z Compiling funty v2.0.0
29612026-06-03T08:18:13.401Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29622026-06-03T08:18:13.406Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29632026-06-03T08:18:13.517Z Compiling num v0.4.3
29642026-06-03T08:18:13.585Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29652026-06-03T08:18:13.606Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29662026-06-03T08:18:13.606Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29672026-06-03T08:18:13.695Z Compiling bitvec v1.0.1
29682026-06-03T08:18:13.720Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29692026-06-03T08:18:13.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29702026-06-03T08:18:13.921Z Compiling typeid v1.0.3
29712026-06-03T08:18:14.010Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-06-03T08:18:14.129Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29732026-06-03T08:18:14.151Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29742026-06-03T08:18:14.945Z Compiling ascii v1.1.0
29752026-06-03T08:18:15.000Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29762026-06-03T08:18:15.002Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29772026-06-03T08:18:15.002Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29782026-06-03T08:18:15.002Z Compiling erased-serde v0.4.8
29792026-06-03T08:18:15.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29802026-06-03T08:18:15.280Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29812026-06-03T08:18:15.309Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29822026-06-03T08:18:15.317Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29832026-06-03T08:18:15.430Z Compiling bitstruct v0.1.1
29842026-06-03T08:18:15.749Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29852026-06-03T08:18:15.904Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29862026-06-03T08:18:15.932Z Compiling serde_arrays v0.1.0
29872026-06-03T08:18:16.068Z Compiling libloading v0.7.4
29882026-06-03T08:18:16.147Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29892026-06-03T08:18:16.452Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29902026-06-03T08:18:16.762Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-03T08:18:17.022Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29922026-06-03T08:18:18.179Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29932026-06-03T08:18:18.746Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29942026-06-03T08:18:25.113Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29952026-06-03T08:18:25.337Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29962026-06-03T08:18:25.337Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29972026-06-03T08:18:25.345Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29982026-06-03T08:18:25.345Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29992026-06-03T08:18:25.983Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30002026-06-03T08:18:26.835Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30012026-06-03T08:18:28.300Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30022026-06-03T08:18:30.538Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30032026-06-03T08:18:31.615Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30042026-06-03T08:18:32.749Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30052026-06-03T08:18:33.831Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30062026-06-03T08:18:34.158Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30072026-06-03T08:18:35.204Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30082026-06-03T08:18:42.528Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-06-03T08:18:44.622Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30102026-06-03T08:18:50.916Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30112026-06-03T08:19:27.018Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
30122026-06-03T08:19:27.314Z Running unittests src/lib.rs (target/debug/deps/aal-bad5ab3d1f0493fa)
30132026-06-03T08:19:28.611Z
30142026-06-03T08:19:28.611Zrunning 5 tests
30152026-06-03T08:19:28.611Ztest fuse::tests::chip_revision_b0 ... ok
30162026-06-03T08:19:28.611Ztest fuse::tests::chip_revision_a0 ... ok
30172026-06-03T08:19:28.611Ztest fuse::tests::chip_revision_b1 ... ok
30182026-06-03T08:19:28.611Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30192026-06-03T08:19:28.612Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30202026-06-03T08:19:28.612Z
30212026-06-03T08:19:28.612Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30222026-06-03T08:19:28.612Z
30232026-06-03T08:19:28.612Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30242026-06-03T08:19:28.612Z
30252026-06-03T08:19:28.612Zrunning 0 tests
30262026-06-03T08:19:28.612Z
30272026-06-03T08:19:28.612Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30282026-06-03T08:19:28.612Z
30292026-06-03T08:19:28.612Z Running unittests src/lib.rs (target/debug/deps/asic-e66b7521e7b95464)
30302026-06-03T08:19:28.613Z
30312026-06-03T08:19:28.613Zrunning 0 tests
30322026-06-03T08:19:28.613Z
30332026-06-03T08:19:28.613Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30342026-06-03T08:19:28.613Z
30352026-06-03T08:19:28.613Z Running unittests src/lib.rs (target/debug/deps/common-0e5d095464825df3)
30362026-06-03T08:19:28.613Z
30372026-06-03T08:19:28.613Zrunning 10 tests
30382026-06-03T08:19:28.613Ztest nat::tests::test_vni ... ok
30392026-06-03T08:19:28.613Ztest network::tests::test_equal ... ok
30402026-06-03T08:19:28.613Ztest network::tests::test_eui64 ... ok
30412026-06-03T08:19:28.613Ztest network::tests::test_into ... ok
30422026-06-03T08:19:28.613Ztest network::tests::test_not_equal ... ok
30432026-06-03T08:19:28.613Ztest network::tests::test_generate_ipv6_link_local ... ok
30442026-06-03T08:19:28.613Ztest network::tests::test_parse ... ok
30452026-06-03T08:19:28.613Ztest network::tests::test_to_string ... ok
30462026-06-03T08:19:28.614Ztest test_purge ... ok
30472026-06-03T08:19:28.614Ztest illumos::test::address_exists_handles_missing_object ... ok
30482026-06-03T08:19:28.614Z
30492026-06-03T08:19:28.614Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-03T08:19:28.614Z
30512026-06-03T08:19:28.614Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-a92e2fa86861328a)
30522026-06-03T08:19:28.614Z
30532026-06-03T08:19:28.614Zrunning 1 test
30542026-06-03T08:19:28.614Z -------
30552026-06-03T08:19:28.614Z Generating OpenAPI documents from API definitions ...
30562026-06-03T08:19:28.614Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30572026-06-03T08:19:28.687Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30582026-06-03T08:19:28.687Z -------
30592026-06-03T08:19:28.687Z Checking 12 OpenAPI documents...
30602026-06-03T08:19:28.687Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30612026-06-03T08:19:28.687Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30622026-06-03T08:19:28.687Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30632026-06-03T08:19:28.687Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30642026-06-03T08:19:28.687Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30652026-06-03T08:19:28.688Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30662026-06-03T08:19:28.688Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30672026-06-03T08:19:28.688Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30682026-06-03T08:19:28.688Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30692026-06-03T08:19:28.688Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30702026-06-03T08:19:28.688Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30712026-06-03T08:19:28.688Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30722026-06-03T08:19:28.688Z Fresh dpd "latest" symlink
30732026-06-03T08:19:28.688Z -------
30742026-06-03T08:19:28.688Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30752026-06-03T08:19:28.688Ztest test::test_apis_up_to_date ... ok
30762026-06-03T08:19:28.688Z
30772026-06-03T08:19:28.688Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s
30782026-06-03T08:19:28.688Z
30792026-06-03T08:19:28.688Z Running unittests src/main.rs (target/debug/deps/dpd-ff882bf92fc21956)
30802026-06-03T08:19:28.688Z
30812026-06-03T08:19:28.688Zrunning 19 tests
30822026-06-03T08:19:28.688Ztest freemap::test_ordering ... ok
30832026-06-03T08:19:28.688Ztest config::tests::test_updates ... ok
30842026-06-03T08:19:28.688Ztest freemap::test_split ... ok
30852026-06-03T08:19:28.688Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30862026-06-03T08:19:28.688Ztest macaddrs::tests::test_mac_offset ... ok
30872026-06-03T08:19:28.688Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30882026-06-03T08:19:28.688Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30892026-06-03T08:19:28.688Ztest macaddrs::tests::test_parse_port_id ... ok
30902026-06-03T08:19:28.688Ztest nat::test_mapping ... ok
30912026-06-03T08:19:28.688Ztest port_map::tests::dump_map ... ok
30922026-06-03T08:19:28.688Ztest port_map::tests::test_backplane_group ... ok
30932026-06-03T08:19:28.688Ztest port_map::tests::test_port_map ... ok
30942026-06-03T08:19:28.688ZJun 03 08:19:27.658 DEBG created new freemap, unitJun 03 08:19:27.658: DEBGfreemap_test
30952026-06-03T08:19:28.688Zcreated new freemap, unit: freemap_testJun 03 08:19:27.658
30962026-06-03T08:19:28.688Z DEBG initted freemap. size: 128, unit:Jun 03 08:19:27.658 freemap_testDEBG
30972026-06-03T08:19:28.688Z initted freemap. size: 128, unit: Jun 03 08:19:27.658freemap_test
30982026-06-03T08:19:28.688ZDEBG reset freemap, unit:Jun 03 08:19:27.658 freemap_testDEBG
30992026-06-03T08:19:28.688Z reset freemap, unitJun 03 08:19:27.658: DEBGfreemap_test
31002026-06-03T08:19:28.689Zcreated new freemap, unit: freemap_test
31012026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG initted freemap. size: 128, unit: freemap_test
31022026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG reset freemap, unit: freemap_test
31032026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG created new freemap, unit: freemap_test
31042026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG initted freemap. size: 128, unit: freemap_test
31052026-06-03T08:19:28.689Ztest freemap::test_free ... ok
31062026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG reset freemap, unit: freemap_test
31072026-06-03T08:19:28.689Ztest freemap::test_exhaustion ... ok
31082026-06-03T08:19:28.689Ztest freemap::test_basic ... ok
31092026-06-03T08:19:28.689Ztest freemap::test_reclaim ... ok
31102026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG created new freemap, unit: freemap_test
31112026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG initted freemap. size: 128, unit: freemap_test
31122026-06-03T08:19:28.689ZJun 03 08:19:27.658 DEBG reset freemap, unit: freemap_test
31132026-06-03T08:19:28.689Ztest freemap::test_span ... ok
31142026-06-03T08:19:28.689Ztest port_map::tests::parse_softnpu_revision ... ok
31152026-06-03T08:19:28.689Ztest api_server::tests::test_build_info ... ok
31162026-06-03T08:19:28.689Z
31172026-06-03T08:19:28.689Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31182026-06-03T08:19:28.689Z
31192026-06-03T08:19:28.689Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-fae1e29e1df93176)
31202026-06-03T08:19:28.689Z
31212026-06-03T08:19:28.689Zrunning 0 tests
31222026-06-03T08:19:28.689Z
31232026-06-03T08:19:28.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31242026-06-03T08:19:28.689Z
31252026-06-03T08:19:28.689Z Running unittests src/lib.rs (target/debug/deps/dpd_api-1ef65db7b9c47cfb)
31262026-06-03T08:19:28.689Z
31272026-06-03T08:19:28.689Zrunning 0 tests
31282026-06-03T08:19:28.689Z
31292026-06-03T08:19:28.689Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31302026-06-03T08:19:28.689Z
31312026-06-03T08:19:28.689Z Running unittests src/lib.rs (target/debug/deps/dpd_client-066332b1816ce685)
31322026-06-03T08:19:28.689Z
31332026-06-03T08:19:28.689Zrunning 6 tests
31342026-06-03T08:19:28.689Ztest tests::test_full_lot_id_neither_present ... ok
31352026-06-03T08:19:28.689Ztest tests::test_full_lot_id_both_present ... ok
31362026-06-03T08:19:28.690Ztest tests::test_full_lot_id_lotnum_only ... ok
31372026-06-03T08:19:28.690Ztest tests::test_full_lot_id_lot_only ... ok
31382026-06-03T08:19:28.690Ztest tests::test_parse_client_port_id ... ok
31392026-06-03T08:19:28.690Ztest tests::test_port_id_cmp ... ok
31402026-06-03T08:19:28.690Z
31412026-06-03T08:19:28.690Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31422026-06-03T08:19:28.690Z
31432026-06-03T08:19:28.690Z Running tests/test_all.rs (target/debug/deps/test_all-43f1dfc706e9c7c6)
31442026-06-03T08:19:28.690Z
31452026-06-03T08:19:28.690Zrunning 0 tests
31462026-06-03T08:19:28.690Z
31472026-06-03T08:19:28.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31482026-06-03T08:19:28.690Z
31492026-06-03T08:19:28.690Z Running unittests src/lib.rs (target/debug/deps/dpd_types-060639bddec68019)
31502026-06-03T08:19:28.690Z
31512026-06-03T08:19:28.690Zrunning 0 tests
31522026-06-03T08:19:28.690Z
31532026-06-03T08:19:28.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31542026-06-03T08:19:28.690Z
31552026-06-03T08:19:28.690Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0b51d2c3a3c3f4fc)
31562026-06-03T08:19:28.690Z
31572026-06-03T08:19:28.725Zrunning 0 tests
31582026-06-03T08:19:28.725Z
31592026-06-03T08:19:28.725Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31602026-06-03T08:19:28.725Z
31612026-06-03T08:19:28.725Z Running unittests src/lib.rs (target/debug/deps/packet-902040c783b026cd)
31622026-06-03T08:19:28.725Z
31632026-06-03T08:19:28.725Zrunning 12 tests
31642026-06-03T08:19:28.725Ztest icmp::test_v6_checksum ... ok
31652026-06-03T08:19:28.725Ztest icmp::test_v4_checksum ... ok
31662026-06-03T08:19:28.725Ztest lldp::test_lldp_parse ... ok
31672026-06-03T08:19:28.725Ztest pbuf::test_byte ... ok
31682026-06-03T08:19:28.725Ztest ipv6::test_ipv6_parse ... ok
31692026-06-03T08:19:28.725Ztest pbuf::test_nibble ... ok
31702026-06-03T08:19:28.725Ztest pbuf::test_short ... ok
31712026-06-03T08:19:28.725Ztest pbuf::test_overflow ... ok
31722026-06-03T08:19:28.725Ztest pbuf::test_twelve ... ok
31732026-06-03T08:19:28.725Ztest pbuf::test_word ... ok
31742026-06-03T08:19:28.725Ztest tcp::test_checksum_ack_data ... ok
31752026-06-03T08:19:28.725Ztest tcp::test_checksum_syn_nodata ... ok
31762026-06-03T08:19:28.726Z
31772026-06-03T08:19:28.726Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31782026-06-03T08:19:28.726Z
31792026-06-03T08:19:28.726Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
31802026-06-03T08:19:28.726Z
31812026-06-03T08:19:28.726Zrunning 0 tests
31822026-06-03T08:19:28.726Z
31832026-06-03T08:19:28.726Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31842026-06-03T08:19:28.726Z
31852026-06-03T08:19:28.726Z Running unittests src/main.rs (target/debug/deps/swadm-acd043d915378bd2)
31862026-06-03T08:19:28.726Z
31872026-06-03T08:19:28.726Zrunning 5 tests
31882026-06-03T08:19:28.726Ztest switchport::test::test_compute_lanes ... ok
31892026-06-03T08:19:28.726Ztest switchport::test::port_id_ordering ... ok
31902026-06-03T08:19:28.726Ztest link::test_filter ... ok
31912026-06-03T08:19:28.726Z Lane 0 Lane 1 Lane 2 Lane 3
31922026-06-03T08:19:28.726Z Rx Loss-of-lock: Yes Yes Yes Yes
31932026-06-03T08:19:28.726Z Rx Loss-of-signal: Yes Lane 0Yes Yes Yes
31942026-06-03T08:19:28.726ZLane 1 Rx CDR Enabled: Yes Lane 2 YesLane 3
31952026-06-03T08:19:28.726ZYes Yes
31962026-06-03T08:19:28.726Z State: Activated Tx Enabled: Yes Activated Yes Activated ActivatedYes
31972026-06-03T08:19:28.726Z Yes
31982026-06-03T08:19:28.726Z Rx Output Enabled: false Tx Loss-of-lock: Nofalse falseNo falseNo
31992026-06-03T08:19:28.726Z No
32002026-06-03T08:19:28.726Z Rx Output Status: valid Tx Loss-of-signal: Novalid Novalid Novalid No
32012026-06-03T08:19:28.726Z
32022026-06-03T08:19:28.726Z Rx Loss-of-lock: true Tx CDR Enabled: No true No trueNo trueNo
32032026-06-03T08:19:28.726Z
32042026-06-03T08:19:28.727Z Rx Loss-of-signal: false Tx Adaptive EQ Fault: No falseNo Nofalse falseNo
32052026-06-03T08:19:28.727Z
32062026-06-03T08:19:28.727Z Tx Fault: Yes Rx Auto-squelch Disable: trueYes Yestrue Yes
32072026-06-03T08:19:28.727Ztrue true
32082026-06-03T08:19:28.727Z Tx Output Enabled: true true true true
32092026-06-03T08:19:28.727Z Tx Output Status: invalid invalid invalid invalid
32102026-06-03T08:19:28.727Z Tx Loss-of-lock: false false false false
32112026-06-03T08:19:28.727Z Tx Loss-of-signal: true true true true
32122026-06-03T08:19:28.727ZTx Auto-squelch Disable: false false false false
32132026-06-03T08:19:28.727Z Tx Adaptive EQ Fail: true true true true
32142026-06-03T08:19:28.727Z Tx Failure: false false false false
32152026-06-03T08:19:28.727Z Tx Force Squelch: true true true true
32162026-06-03T08:19:28.727Z Tx Input Polarity: normal normal normal normal
32172026-06-03T08:19:28.727Ztest switchport::test::test_print_cmis_datapath ... ok
32182026-06-03T08:19:28.727Ztest switchport::test::test_print_sff_datapath ... ok
32192026-06-03T08:19:28.727Z
32202026-06-03T08:19:28.727Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32212026-06-03T08:19:28.727Z
32222026-06-03T08:19:28.727Z Running tests/counters.rs (target/debug/deps/counters-4bf264d62442bbb3)
32232026-06-03T08:19:28.727Z
32242026-06-03T08:19:28.727Zrunning 1 test
32252026-06-03T08:19:28.727Ztest test_p4_counter_list ... ignored
32262026-06-03T08:19:28.727Z
32272026-06-03T08:19:28.727Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32282026-06-03T08:19:28.727Z
32292026-06-03T08:19:28.727Z Running tests/port-link.rs (target/debug/deps/port_link-5a682b6fed9cee85)
32302026-06-03T08:19:28.727Z
32312026-06-03T08:19:28.727Zrunning 5 tests
32322026-06-03T08:19:28.727Ztest test_an ... ignored
32332026-06-03T08:19:28.727Ztest test_enable ... ignored
32342026-06-03T08:19:28.727Ztest test_ip_addresses ... ignored
32352026-06-03T08:19:28.727Ztest test_kr ... ignored
32362026-06-03T08:19:28.727Ztest test_mac ... ignored
32372026-06-03T08:19:28.728Z
32382026-06-03T08:19:28.728Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32392026-06-03T08:19:28.728Z
32402026-06-03T08:19:28.728Z Running unittests src/main.rs (target/debug/deps/tfportd-8d2c3ca9794d1cbc)
32412026-06-03T08:19:28.728Z
32422026-06-03T08:19:28.728Zrunning 3 tests
32432026-06-03T08:19:28.728Ztest linklocal::test_parse_ipadm ... ok
32442026-06-03T08:19:28.728Ztest tfport::test_parse_tfport ... ok
32452026-06-03T08:19:28.728Ztest config::tests::test_updates ... ok
32462026-06-03T08:19:28.728Z
32472026-06-03T08:19:28.728Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32482026-06-03T08:19:28.728Z
32492026-06-03T08:19:28.728Z Running unittests src/main.rs (target/debug/deps/uplinkd-071572acf66d55bc)
32502026-06-03T08:19:28.728Z
32512026-06-03T08:19:28.728Zrunning 0 tests
32522026-06-03T08:19:28.728Z
32532026-06-03T08:19:28.728Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32542026-06-03T08:19:28.728Z
32552026-06-03T08:19:28.728Z Running unittests src/main.rs (target/debug/deps/xtask-2713a907a1043769)
32562026-06-03T08:19:28.728Z
32572026-06-03T08:19:28.753Zrunning 0 tests
32582026-06-03T08:19:28.753Z
32592026-06-03T08:19:28.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32602026-06-03T08:19:28.753Z
32612026-06-03T08:19:28.753Z Doc-tests aal
32622026-06-03T08:19:28.753Z
32632026-06-03T08:19:28.753Zrunning 0 tests
32642026-06-03T08:19:28.753Z
32652026-06-03T08:19:28.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32662026-06-03T08:19:28.753Z
32672026-06-03T08:19:28.753Z Doc-tests aal_macros
32682026-06-03T08:19:28.753Z
32692026-06-03T08:19:28.753Zrunning 0 tests
32702026-06-03T08:19:28.753Z
32712026-06-03T08:19:28.753Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32722026-06-03T08:19:28.753Z
32732026-06-03T08:19:28.765Z Doc-tests common
32742026-06-03T08:19:29.062Z
32752026-06-03T08:19:29.062Zrunning 0 tests
32762026-06-03T08:19:29.062Z
32772026-06-03T08:19:29.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32782026-06-03T08:19:29.062Z
32792026-06-03T08:19:29.078Z Doc-tests dpd_api
32802026-06-03T08:19:29.785Z
32812026-06-03T08:19:29.785Zrunning 2 tests
32822026-06-03T08:19:29.786Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32832026-06-03T08:19:29.786Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32842026-06-03T08:19:29.786Z
32852026-06-03T08:19:29.786Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32862026-06-03T08:19:29.786Z
32872026-06-03T08:19:29.803Z Doc-tests dpd_client
32882026-06-03T08:19:31.090Z
32892026-06-03T08:19:31.090Zrunning 0 tests
32902026-06-03T08:19:31.090Z
32912026-06-03T08:19:31.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32922026-06-03T08:19:31.090Z
32932026-06-03T08:19:31.140Z Doc-tests dpd_types
32942026-06-03T08:19:31.349Z
32952026-06-03T08:19:31.350Zrunning 0 tests
32962026-06-03T08:19:31.350Z
32972026-06-03T08:19:31.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32982026-06-03T08:19:31.350Z
32992026-06-03T08:19:31.384Z Doc-tests dpd_types_versions
33002026-06-03T08:19:32.598Z
33012026-06-03T08:19:32.598Zrunning 1 test
33022026-06-03T08:19:32.598Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33032026-06-03T08:19:32.598Z
33042026-06-03T08:19:32.598Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-06-03T08:19:32.598Z
33062026-06-03T08:19:32.645Z Doc-tests packet
33072026-06-03T08:19:32.761Z
33082026-06-03T08:19:32.761Zrunning 0 tests
33092026-06-03T08:19:32.761Z
33102026-06-03T08:19:32.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33112026-06-03T08:19:32.761Z
33122026-06-03T08:19:32.781Z Doc-tests pcap
33132026-06-03T08:19:32.833Z
33142026-06-03T08:19:32.833Zrunning 0 tests
33152026-06-03T08:19:32.833Z
33162026-06-03T08:19:32.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33172026-06-03T08:19:32.833Z
33182026-06-03T08:19:32.888Z+ for feat in tofino_stub tofino_asic softnpu chaos
33192026-06-03T08:19:32.888Z+ RUST_BACKTRACE=full
33202026-06-03T08:19:32.888Z+ cargo test --features chaos --no-fail-fast
33212026-06-03T08:19:33.479Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33222026-06-03T08:19:33.597Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33232026-06-03T08:19:33.601Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33242026-06-03T08:19:41.969Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33252026-06-03T08:19:42.035Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33262026-06-03T08:20:17.374Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.47s
33272026-06-03T08:20:17.497Z Running unittests src/lib.rs (target/debug/deps/aal-a41f7c990f436448)
33282026-06-03T08:20:17.504Z
33292026-06-03T08:20:17.504Zrunning 5 tests
33302026-06-03T08:20:17.507Ztest fuse::tests::chip_revision_b0 ... ok
33312026-06-03T08:20:17.507Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33322026-06-03T08:20:17.507Ztest fuse::tests::chip_revision_a0 ... ok
33332026-06-03T08:20:17.507Ztest fuse::tests::chip_revision_b1 ... ok
33342026-06-03T08:20:17.508Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33352026-06-03T08:20:17.508Z
33362026-06-03T08:20:17.508Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33372026-06-03T08:20:17.508Z
33382026-06-03T08:20:17.508Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33392026-06-03T08:20:17.511Z
33402026-06-03T08:20:17.512Zrunning 0 tests
33412026-06-03T08:20:17.512Z
33422026-06-03T08:20:17.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33432026-06-03T08:20:17.512Z
33442026-06-03T08:20:17.512Z Running unittests src/lib.rs (target/debug/deps/asic-f7e90af4d482666f)
33452026-06-03T08:20:17.515Z
33462026-06-03T08:20:17.515Zrunning 0 tests
33472026-06-03T08:20:17.515Z
33482026-06-03T08:20:17.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33492026-06-03T08:20:17.515Z
33502026-06-03T08:20:17.515Z Running unittests src/lib.rs (target/debug/deps/common-0e5d095464825df3)
33512026-06-03T08:20:17.522Z
33522026-06-03T08:20:17.522Zrunning 10 tests
33532026-06-03T08:20:17.525Ztest nat::tests::test_vni ... ok
33542026-06-03T08:20:17.525Ztest network::tests::test_equal ... ok
33552026-06-03T08:20:17.526Ztest network::tests::test_eui64 ... ok
33562026-06-03T08:20:17.526Ztest network::tests::test_not_equal ... ok
33572026-06-03T08:20:17.526Ztest network::tests::test_generate_ipv6_link_local ... ok
33582026-06-03T08:20:17.526Ztest network::tests::test_into ... ok
33592026-06-03T08:20:17.526Ztest network::tests::test_parse ... ok
33602026-06-03T08:20:17.526Ztest test_purge ... ok
33612026-06-03T08:20:17.526Ztest network::tests::test_to_string ... ok
33622026-06-03T08:20:17.530Ztest illumos::test::address_exists_handles_missing_object ... ok
33632026-06-03T08:20:17.530Z
33642026-06-03T08:20:17.530Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33652026-06-03T08:20:17.530Z
33662026-06-03T08:20:17.530Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0fe391ef60a5b23d)
33672026-06-03T08:20:17.557Z
33682026-06-03T08:20:17.557Zrunning 1 test
33692026-06-03T08:20:17.562Z -------
33702026-06-03T08:20:17.565Z Generating OpenAPI documents from API definitions ...
33712026-06-03T08:20:17.722Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33722026-06-03T08:20:17.803Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33732026-06-03T08:20:18.827Z -------
33742026-06-03T08:20:18.827Z Checking 12 OpenAPI documents...
33752026-06-03T08:20:18.828Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33762026-06-03T08:20:18.828Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33772026-06-03T08:20:18.828Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33782026-06-03T08:20:18.828Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33792026-06-03T08:20:18.828Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33802026-06-03T08:20:18.828Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
33812026-06-03T08:20:18.828Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
33822026-06-03T08:20:18.834Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
33832026-06-03T08:20:18.834Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
33842026-06-03T08:20:18.834Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
33852026-06-03T08:20:18.834Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
33862026-06-03T08:20:18.834Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
33872026-06-03T08:20:18.834Z Fresh dpd "latest" symlink
33882026-06-03T08:20:18.834Z -------
33892026-06-03T08:20:18.834Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
33902026-06-03T08:20:18.891Ztest test::test_apis_up_to_date ... ok
33912026-06-03T08:20:18.891Z
33922026-06-03T08:20:18.891Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s
33932026-06-03T08:20:18.891Z
33942026-06-03T08:20:18.953Z Running unittests src/main.rs (target/debug/deps/dpd-2909c35d7b1586a4)
33952026-06-03T08:20:18.959Z
33962026-06-03T08:20:18.960Zrunning 19 tests
33972026-06-03T08:20:18.963Ztest freemap::test_ordering ... ok
33982026-06-03T08:20:18.963Ztest config::tests::test_updates ... ok
33992026-06-03T08:20:18.963Ztest freemap::test_split ... ok
34002026-06-03T08:20:18.965Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34012026-06-03T08:20:18.965Ztest macaddrs::tests::test_mac_offset ... ok
34022026-06-03T08:20:18.966Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34032026-06-03T08:20:18.966Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34042026-06-03T08:20:18.966Ztest macaddrs::tests::test_parse_port_id ... ok
34052026-06-03T08:20:18.966Ztest nat::test_mapping ... ok
34062026-06-03T08:20:18.970Ztest port_map::tests::dump_map ... ok
34072026-06-03T08:20:18.970ZJun 03 08:20:18.166 DEBGJun 03 08:20:18.166 Jun 03 08:20:18.166DEBG DEBG created new freemapcreated new freemapcreated new freemap, , unit, :unit unitfreemap_test::
34082026-06-03T08:20:18.970Zfreemap_testfreemap_test
34092026-06-03T08:20:18.971Z
34102026-06-03T08:20:18.971ZJun 03 08:20:18.166 DEBGJun 03 08:20:18.166 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
34112026-06-03T08:20:18.971Z freemap_testJun 03 08:20:18.166
34122026-06-03T08:20:18.971Z Jun 03 08:20:18.166DEBG DEBGinitted freemap. size: 128 Jun 03 08:20:18.166reset freemap, unitDEBG: reset freemapfreemap_test,
34132026-06-03T08:20:18.971Zunit, : unitfreemap_test:
34142026-06-03T08:20:18.971Ztest port_map::tests::test_backplane_group ... ok
34152026-06-03T08:20:18.971Z Jun 03 08:20:18.167freemap_test
34162026-06-03T08:20:18.971ZDEBG reset freemap, unit: freemap_test
34172026-06-03T08:20:18.971ZJun 03 08:20:18.167 DEBG created new freemap, unit: freemap_test
34182026-06-03T08:20:18.971ZJun 03 08:20:18.167 DEBG initted freemap. size: 128, unit: freemap_test
34192026-06-03T08:20:18.971ZJun 03 08:20:18.167 DEBG reset freemap, unit: freemap_test
34202026-06-03T08:20:18.971Ztest freemap::test_reclaim ... ok
34212026-06-03T08:20:18.971Ztest freemap::test_free ... ok
34222026-06-03T08:20:18.971Ztest freemap::test_exhaustion ... ok
34232026-06-03T08:20:18.971Ztest port_map::tests::test_port_map ... ok
34242026-06-03T08:20:18.972Ztest freemap::test_basic ... ok
34252026-06-03T08:20:18.972ZJun 03 08:20:18.167 DEBG created new freemap, unit: freemap_test
34262026-06-03T08:20:18.972ZJun 03 08:20:18.167 DEBG initted freemap. size: 128, unit: freemap_test
34272026-06-03T08:20:18.972ZJun 03 08:20:18.167 DEBG reset freemap, unit: freemap_test
34282026-06-03T08:20:18.972Ztest freemap::test_span ... ok
34292026-06-03T08:20:18.973Ztest port_map::tests::parse_softnpu_revision ... ok
34302026-06-03T08:20:18.973Ztest api_server::tests::test_build_info ... ok
34312026-06-03T08:20:18.973Z
34322026-06-03T08:20:18.973Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34332026-06-03T08:20:18.973Z
34342026-06-03T08:20:18.973Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-68da8795a169d6f0)
34352026-06-03T08:20:18.977Z
34362026-06-03T08:20:18.977Zrunning 0 tests
34372026-06-03T08:20:18.977Z
34382026-06-03T08:20:18.977Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34392026-06-03T08:20:18.977Z
34402026-06-03T08:20:18.977Z Running unittests src/lib.rs (target/debug/deps/dpd_api-aa8a7c17237f4242)
34412026-06-03T08:20:18.980Z
34422026-06-03T08:20:18.980Zrunning 0 tests
34432026-06-03T08:20:18.980Z
34442026-06-03T08:20:18.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34452026-06-03T08:20:18.980Z
34462026-06-03T08:20:18.981Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6a7e4ed01c69ca03)
34472026-06-03T08:20:18.989Z
34482026-06-03T08:20:18.989Zrunning 6 tests
34492026-06-03T08:20:18.992Ztest tests::test_full_lot_id_neither_present ... ok
34502026-06-03T08:20:18.993Ztest tests::test_full_lot_id_lotnum_only ... ok
34512026-06-03T08:20:18.993Ztest tests::test_full_lot_id_both_present ... ok
34522026-06-03T08:20:18.993Ztest tests::test_full_lot_id_lot_only ... ok
34532026-06-03T08:20:18.996Ztest tests::test_port_id_cmp ... ok
34542026-06-03T08:20:18.996Ztest tests::test_parse_client_port_id ... ok
34552026-06-03T08:20:18.996Z
34562026-06-03T08:20:18.996Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34572026-06-03T08:20:18.996Z
34582026-06-03T08:20:18.996Z Running tests/test_all.rs (target/debug/deps/test_all-f8d43c0bb277cbf8)
34592026-06-03T08:20:19.001Z
34602026-06-03T08:20:19.001Zrunning 6 tests
34612026-06-03T08:20:22.007Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34622026-06-03T08:20:22.011Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34632026-06-03T08:20:22.011Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34642026-06-03T08:20:22.015Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34652026-06-03T08:20:22.350Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34662026-06-03T08:20:23.538Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34672026-06-03T08:20:23.538Z
34682026-06-03T08:20:23.538Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.53s
34692026-06-03T08:20:23.538Z
34702026-06-03T08:20:23.559Z Running unittests src/lib.rs (target/debug/deps/dpd_types-2afd7cbf33607b27)
34712026-06-03T08:20:23.559Z
34722026-06-03T08:20:23.559Zrunning 0 tests
34732026-06-03T08:20:23.559Z
34742026-06-03T08:20:23.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34752026-06-03T08:20:23.559Z
34762026-06-03T08:20:23.559Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0e53cf7b098a2041)
34772026-06-03T08:20:23.560Z
34782026-06-03T08:20:23.560Zrunning 0 tests
34792026-06-03T08:20:23.560Z
34802026-06-03T08:20:23.560Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-06-03T08:20:23.560Z
34822026-06-03T08:20:23.560Z Running unittests src/lib.rs (target/debug/deps/packet-902040c783b026cd)
34832026-06-03T08:20:23.560Z
34842026-06-03T08:20:23.560Zrunning 12 tests
34852026-06-03T08:20:23.560Ztest icmp::test_v4_checksum ... ok
34862026-06-03T08:20:23.560Ztest icmp::test_v6_checksum ... ok
34872026-06-03T08:20:23.560Ztest lldp::test_lldp_parse ... ok
34882026-06-03T08:20:23.560Ztest ipv6::test_ipv6_parse ... ok
34892026-06-03T08:20:23.560Ztest pbuf::test_byte ... ok
34902026-06-03T08:20:23.560Ztest pbuf::test_nibble ... ok
34912026-06-03T08:20:23.560Ztest pbuf::test_short ... ok
34922026-06-03T08:20:23.560Ztest pbuf::test_twelve ... ok
34932026-06-03T08:20:23.560Ztest pbuf::test_word ... ok
34942026-06-03T08:20:23.560Ztest pbuf::test_overflow ... ok
34952026-06-03T08:20:23.560Ztest tcp::test_checksum_syn_nodata ... ok
34962026-06-03T08:20:23.560Ztest tcp::test_checksum_ack_data ... ok
34972026-06-03T08:20:23.560Z
34982026-06-03T08:20:23.560Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34992026-06-03T08:20:23.560Z
35002026-06-03T08:20:23.560Z Running unittests src/lib.rs (target/debug/deps/pcap-edfd7b26ec5ea026)
35012026-06-03T08:20:23.572Z
35022026-06-03T08:20:23.572Zrunning 0 tests
35032026-06-03T08:20:23.572Z
35042026-06-03T08:20:23.572Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-06-03T08:20:23.572Z
35062026-06-03T08:20:23.572Z Running unittests src/main.rs (target/debug/deps/swadm-b82bce4dbf0eb61f)
35072026-06-03T08:20:23.572Z
35082026-06-03T08:20:23.572Zrunning 5 tests
35092026-06-03T08:20:23.572Ztest switchport::test::test_compute_lanes ... ok
35102026-06-03T08:20:23.572Ztest switchport::test::port_id_ordering ... ok
35112026-06-03T08:20:23.572Z Lane 0 Lane 1 Lane 2 Lane 3
35122026-06-03T08:20:23.572Z Rx Loss-of-lock: Yes Yes Yes Yes
35132026-06-03T08:20:23.572Z Lane 0 Rx Loss-of-signal: Yes Yes Lane 1Yes Yes
35142026-06-03T08:20:23.572ZLane 2 Rx CDR Enabled: YesLane 3
35152026-06-03T08:20:23.572ZYes State: ActivatedYes ActivatedYes
35162026-06-03T08:20:23.572ZActivated Tx Enabled: Yes ActivatedYes
35172026-06-03T08:20:23.572Z Rx Output Enabled: falseYes falseYes
35182026-06-03T08:20:23.572Zfalse Tx Loss-of-lock: Nofalse
35192026-06-03T08:20:23.573ZNo Rx Output Status: valid No No
35202026-06-03T08:20:23.573Zvalid Tx Loss-of-signal: Novalid validNo
35212026-06-03T08:20:23.573Z Rx Loss-of-lock: true No true No
35222026-06-03T08:20:23.573Ztrue Tx CDR Enabled: No true
35232026-06-03T08:20:23.573ZNo Rx Loss-of-signal: falseNo No
35242026-06-03T08:20:23.573Zfalse Tx Adaptive EQ Fault: No falseNo false
35252026-06-03T08:20:23.573ZNo Rx Auto-squelch Disable: trueNo
35262026-06-03T08:20:23.573Ztrue Tx Fault: Yes trueYes trueYes
35272026-06-03T08:20:23.573Z Tx Output Enabled: trueYes
35282026-06-03T08:20:23.573Ztrue true true
35292026-06-03T08:20:23.574Z Tx Output Status: invalid invalid invalid invalid
35302026-06-03T08:20:23.574Z Tx Loss-of-lock: false false false false
35312026-06-03T08:20:23.574Z Tx Loss-of-signal: true true true true
35322026-06-03T08:20:23.574ZTx Auto-squelch Disable: false false false false
35332026-06-03T08:20:23.574Z Tx Adaptive EQ Fail: true true true true
35342026-06-03T08:20:23.574Z Tx Failure: false false false false
35352026-06-03T08:20:23.574Z Tx Force Squelch: true true true true
35362026-06-03T08:20:23.574Z Tx Input Polarity: normal normal normal normal
35372026-06-03T08:20:23.574Ztest switchport::test::test_print_sff_datapath ... ok
35382026-06-03T08:20:23.574Ztest switchport::test::test_print_cmis_datapath ... ok
35392026-06-03T08:20:23.574Ztest link::test_filter ... ok
35402026-06-03T08:20:23.574Z
35412026-06-03T08:20:23.575Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35422026-06-03T08:20:23.575Z
35432026-06-03T08:20:23.575Z Running tests/counters.rs (target/debug/deps/counters-8233178e63c3711f)
35442026-06-03T08:20:23.593Z
35452026-06-03T08:20:23.593Zrunning 1 test
35462026-06-03T08:20:23.593Ztest test_p4_counter_list ... ignored
35472026-06-03T08:20:23.593Z
35482026-06-03T08:20:23.593Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35492026-06-03T08:20:23.593Z
35502026-06-03T08:20:23.593Z Running tests/port-link.rs (target/debug/deps/port_link-ef9330229df66053)
35512026-06-03T08:20:23.593Z
35522026-06-03T08:20:23.593Zrunning 5 tests
35532026-06-03T08:20:23.593Ztest test_an ... ignored
35542026-06-03T08:20:23.594Ztest test_enable ... ignored
35552026-06-03T08:20:23.594Ztest test_ip_addresses ... ignored
35562026-06-03T08:20:23.594Ztest test_kr ... ignored
35572026-06-03T08:20:23.594Ztest test_mac ... ignored
35582026-06-03T08:20:23.594Z
35592026-06-03T08:20:23.594Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35602026-06-03T08:20:23.594Z
35612026-06-03T08:20:23.594Z Running unittests src/main.rs (target/debug/deps/tfportd-5d5d41b476bf578a)
35622026-06-03T08:20:23.594Z
35632026-06-03T08:20:23.594Zrunning 3 tests
35642026-06-03T08:20:23.594Ztest linklocal::test_parse_ipadm ... ok
35652026-06-03T08:20:23.594Ztest tfport::test_parse_tfport ... ok
35662026-06-03T08:20:23.594Ztest config::tests::test_updates ... ok
35672026-06-03T08:20:23.595Z
35682026-06-03T08:20:23.595Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-06-03T08:20:23.595Z
35702026-06-03T08:20:23.595Z Running unittests src/main.rs (target/debug/deps/uplinkd-071572acf66d55bc)
35712026-06-03T08:20:23.595Z
35722026-06-03T08:20:23.595Zrunning 0 tests
35732026-06-03T08:20:23.595Z
35742026-06-03T08:20:23.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35752026-06-03T08:20:23.595Z
35762026-06-03T08:20:23.595Z Running unittests src/main.rs (target/debug/deps/xtask-2713a907a1043769)
35772026-06-03T08:20:23.600Z
35782026-06-03T08:20:23.600Zrunning 0 tests
35792026-06-03T08:20:23.600Z
35802026-06-03T08:20:23.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35812026-06-03T08:20:23.601Z
35822026-06-03T08:20:23.601Z Doc-tests aal
35832026-06-03T08:20:23.774Z
35842026-06-03T08:20:23.775Zrunning 0 tests
35852026-06-03T08:20:23.775Z
35862026-06-03T08:20:23.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35872026-06-03T08:20:23.787Z
35882026-06-03T08:20:23.799Z Doc-tests aal_macros
35892026-06-03T08:20:23.861Z
35902026-06-03T08:20:23.861Zrunning 0 tests
35912026-06-03T08:20:23.861Z
35922026-06-03T08:20:23.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35932026-06-03T08:20:23.861Z
35942026-06-03T08:20:23.880Z Doc-tests common
35952026-06-03T08:20:24.122Z
35962026-06-03T08:20:24.122Zrunning 0 tests
35972026-06-03T08:20:24.122Z
35982026-06-03T08:20:24.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35992026-06-03T08:20:24.122Z
36002026-06-03T08:20:24.149Z Doc-tests dpd_api
36012026-06-03T08:20:24.975Z
36022026-06-03T08:20:24.975Zrunning 2 tests
36032026-06-03T08:20:24.975Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36042026-06-03T08:20:24.976Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36052026-06-03T08:20:24.976Z
36062026-06-03T08:20:24.976Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-06-03T08:20:24.976Z
36082026-06-03T08:20:25.013Z Doc-tests dpd_client
36092026-06-03T08:20:26.338Z
36102026-06-03T08:20:26.338Zrunning 0 tests
36112026-06-03T08:20:26.338Z
36122026-06-03T08:20:26.338Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36132026-06-03T08:20:26.338Z
36142026-06-03T08:20:26.425Z Doc-tests dpd_types
36152026-06-03T08:20:26.583Z
36162026-06-03T08:20:26.584Zrunning 0 tests
36172026-06-03T08:20:26.584Z
36182026-06-03T08:20:26.584Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36192026-06-03T08:20:26.585Z
36202026-06-03T08:20:26.613Z Doc-tests dpd_types_versions
36212026-06-03T08:20:27.844Z
36222026-06-03T08:20:27.844Zrunning 1 test
36232026-06-03T08:20:27.844Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36242026-06-03T08:20:27.844Z
36252026-06-03T08:20:27.844Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36262026-06-03T08:20:27.844Z
36272026-06-03T08:20:27.891Z Doc-tests packet
36282026-06-03T08:20:28.010Z
36292026-06-03T08:20:28.010Zrunning 0 tests
36302026-06-03T08:20:28.010Z
36312026-06-03T08:20:28.011Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36322026-06-03T08:20:28.011Z
36332026-06-03T08:20:28.021Z Doc-tests pcap
36342026-06-03T08:20:28.078Z
36352026-06-03T08:20:28.078Zrunning 0 tests
36362026-06-03T08:20:28.078Z
36372026-06-03T08:20:28.078Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36382026-06-03T08:20:28.078Z
36392026-06-03T08:20:28.141Zprocess exited: duration 582160 ms, exit code 0
 
36402026-06-03T08:20:28.151Zfound 0 output files