01KT8ZNFNAEP10F0WH7K066669: test

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

Buildomat Job: 01KT8ZNYANV1CGBNMM3P1R5VR5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T09:34:10.821Zjob assigned to worker 01KT8ZP1AMWWPZMXBY4KKRTBP4 [factory aws, i-0e6ddf77827910b14] (queued for 46 s)
 
22026-06-04T09:34:17.294Zstarting task 0: "setup"
32026-06-04T09:34:17.300Z++ uname -s
42026-06-04T09:34:17.303Z+ kern=SunOS
52026-06-04T09:34:17.303Z+ build_user=build
62026-06-04T09:34:17.303Z+ build_uid=12345
72026-06-04T09:34:17.303Z+ work_dir=/work
82026-06-04T09:34:17.303Z+ input_dir=/input
92026-06-04T09:34:17.303Z+ [[ 0 == 12345 ]]
102026-06-04T09:34:17.303Z+ case "$kern" in
112026-06-04T09:34:17.303Z+ groupadd -g 12345 build
122026-06-04T09:34:17.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T09:34:19.309Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T09:34:19.419Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T09:34:19.424Z+ home_fs=zfs
162026-06-04T09:34:19.424Z+ [[ zfs == autofs ]]
172026-06-04T09:34:19.424Z+ mkdir -p /home/build
182026-06-04T09:34:19.424Z+ chown build:build /home/build /work
192026-06-04T09:34:21.423Z+ chmod 0700 /home/build /work
202026-06-04T09:34:21.426Zprocess exited: duration 4133 ms, exit code 0
 
212026-06-04T09:34:21.433Zstarting task 1: "rust-toolchain"
222026-06-04T09:34:21.436Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-04T09:34:21.436Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-04T09:34:21.437Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-04T09:34:21.437Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-04T09:34:21.437Z * rust toolchain channel = "1.90.0"
272026-06-04T09:34:21.437Z * rust toolchain profile = "default"
282026-06-04T09:34:21.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T09:34:21.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T09:34:21.519Zinfo: downloading installer
312026-06-04T09:34:22.894Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T09:34:22.894Zwarn: /home/build/.rustup/settings.toml
332026-06-04T09:34:22.894Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T09:34:22.898Zwarn: instead of the one inferred from the default host triple.
352026-06-04T09:34:22.907Zinfo: profile set to default
362026-06-04T09:34:22.907Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T09:34:22.910Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T09:34:23.052Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T09:34:23.055Zinfo: downloading 6 components
402026-06-04T09:34:38.047Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-04T09:34:38.047Z
422026-06-04T09:34:38.076Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T09:34:38.076Z
442026-06-04T09:34:38.076Z
452026-06-04T09:34:38.076ZRust is installed now. Great!
462026-06-04T09:34:38.076Z
472026-06-04T09:34:38.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T09:34:38.076Zenvironment variable. This has not been done automatically.
492026-06-04T09:34:38.076Z
502026-06-04T09:34:38.076ZTo configure your current shell, you need to source
512026-06-04T09:34:38.076Zthe corresponding env file under $HOME/.cargo.
522026-06-04T09:34:38.076Z
532026-06-04T09:34:38.076ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T09:34:38.079Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T09:34:38.079Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T09:34:38.079Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T09:34:38.079Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T09:34:38.080Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T09:34:38.080Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T09:34:38.080Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T09:34:38.080Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T09:34:38.155Z+ rustup --version
632026-06-04T09:34:38.163Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T09:34:38.166Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T09:34:38.185Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T09:34:38.188Z+ cargo --version
672026-06-04T09:34:38.200Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T09:34:38.203Z+ rustc --version
692026-06-04T09:34:38.223Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T09:34:38.226Zprocess exited: duration 16792 ms, exit code 0
 
712026-06-04T09:34:38.231Zstarting task 2: "authentication"
722026-06-04T09:34:38.248Zprocess exited: duration 16 ms, exit code 0
 
732026-06-04T09:34:38.254Zstarting task 3: "clone repository"
742026-06-04T09:34:38.257Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T09:34:38.260Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T09:34:38.293ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T09:34:39.408Z+ cd /work/oxidecomputer/dendrite
782026-06-04T09:34:39.408Z+ git fetch origin ca76255fcc8275ced3b35c37183952f59d99cd9e
792026-06-04T09:34:39.639ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T09:34:39.640Z * branch ca76255fcc8275ced3b35c37183952f59d99cd9e -> FETCH_HEAD
812026-06-04T09:34:39.645Z+ [[ -n renovate/progenitor ]]
822026-06-04T09:34:39.648Z++ git branch --show-current
832026-06-04T09:34:39.648Z+ current=main
842026-06-04T09:34:39.648Z+ [[ main != renovate/progenitor ]]
852026-06-04T09:34:39.649Z+ git branch -f renovate/progenitor ca76255fcc8275ced3b35c37183952f59d99cd9e
862026-06-04T09:34:39.653Z+ git checkout -f renovate/progenitor
872026-06-04T09:34:39.669ZSwitched to branch 'renovate/progenitor'
882026-06-04T09:34:39.672Z+ git reset --hard ca76255fcc8275ced3b35c37183952f59d99cd9e
892026-06-04T09:34:39.675ZHEAD is now at ca76255 Update progenitor to 0.14
902026-06-04T09:34:39.675Zprocess exited: duration 1419 ms, exit code 0
 
912026-06-04T09:34:39.681Zstarting task 4: "build"
922026-06-04T09:34:39.686Z+ source .github/buildomat/common.sh
932026-06-04T09:34:39.686Z++ TOFINO_STAGES=20
942026-06-04T09:34:39.686Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T09:34:39.686Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T09:34:39.686Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T09:34:39.689Z+++ uname -s
982026-06-04T09:34:39.689Z++ '[' SunOS == SunOS ']'
992026-06-04T09:34:39.689Z++ SERIES=illumos
1002026-06-04T09:34:39.689Z+++ uname -s
1012026-06-04T09:34:39.692Z++ '[' SunOS == SunOS ']'
1022026-06-04T09:34:39.692Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T09:34:39.692Z++ rustup show active-toolchain
1042026-06-04T09:34:39.695Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T09:34:39.698Z+ source .github/buildomat/illumos.sh
1062026-06-04T09:34:39.698Z++ banner 'sde setup'
1072026-06-04T09:34:39.698Z
1082026-06-04T09:34:39.698Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T09:34:39.698Z # # # # # # # # # # #
1102026-06-04T09:34:39.698Z #### # # ##### #### ##### # # # # #
1112026-06-04T09:34:39.698Z # # # # # # # # # #####
1122026-06-04T09:34:39.698Z # # # # # # # # # # # #
1132026-06-04T09:34:39.698Z #### ##### ###### #### ###### # #### #
1142026-06-04T09:34:39.698Z
1152026-06-04T09:34:39.698Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T09:34:39.698Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T09:34:39.698Z++ export PKG=tofino_sde.p5p
1182026-06-04T09:34:39.698Z++ PKG=tofino_sde.p5p
1192026-06-04T09:34:39.698Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T09:34:39.705Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T09:34:39.707Z Dload Upload Total Spent Left Speed
1222026-06-04T09:34:40.649Z 0 0 0 0 0 0 0 0 0 100 76.03M 100 76.03M 0 0 80.47M 0 0 100 76.03M 100 76.03M 0 0 80.47M 0 0 100 76.03M 100 76.03M 0 0 80.46M 0 0
1232026-06-04T09:34:40.652Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T09:34:40.698Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T09:34:40.698Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T09:34:40.698Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T09:34:44.044Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T09:34:44.124Z Startup: Caching catalogs ... Done
1292026-06-04T09:34:44.161Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T09:34:44.501ZPlanning: Solver setup ... Done
1312026-06-04T09:34:44.521ZPlanning: Running solver ... Done
1322026-06-04T09:34:44.526ZPlanning: Finding local manifests ... Done
1332026-06-04T09:34:44.533ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T09:34:44.540ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T09:34:44.548ZPlanning: Package planning ... Done
1362026-06-04T09:34:44.552ZPlanning: Merging actions ... Done
1372026-06-04T09:34:44.670ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T09:34:44.674ZPlanning: Consolidating action changes ... Done
1392026-06-04T09:34:45.477ZPlanning: Evaluating mediators ... Done
1402026-06-04T09:34:45.481ZPlanning: Planning completed in 1.31 seconds
1412026-06-04T09:34:45.485Z Packages to install: 1
1422026-06-04T09:34:45.485Z Create boot environment: No
1432026-06-04T09:34:45.486ZCreate backup boot environment: No
1442026-06-04T09:34:45.511Z
1452026-06-04T09:34:45.511ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T09:34:45.648ZDownload: Completed 75.30 MB in 0.14 seconds (556M/s)
1472026-06-04T09:34:45.870Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T09:34:46.829Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-04T09:34:46.833ZFinalize: Updating package state database ... Done
1502026-06-04T09:34:46.875ZFinalize: Updating package cache ... Done
1512026-06-04T09:34:46.897ZFinalize: Updating image state ... Done
1522026-06-04T09:34:49.324ZFinalize: Creating fast lookup database ... Done
1532026-06-04T09:34:49.399ZFinalize: Reading search index ... Done
1542026-06-04T09:34:49.402ZFinalize: Updating search index ... Done
1552026-06-04T09:34:49.646ZFinalize: Updating package cache ... Done
1562026-06-04T09:34:49.739Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T09:34:49.739Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T09:34:49.739Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T09:34:49.739Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T09:34:49.739Z++ banner packages
1612026-06-04T09:34:49.742Z
1622026-06-04T09:34:49.742Z ##### ## #### # # ## #### ###### ####
1632026-06-04T09:34:49.742Z # # # # # # # # # # # # # #
1642026-06-04T09:34:49.742Z # # # # # #### # # # ##### ####
1652026-06-04T09:34:49.742Z ##### ###### # # # ###### # ### # #
1662026-06-04T09:34:49.742Z # # # # # # # # # # # # # #
1672026-06-04T09:34:49.742Z # # # #### # # # # #### ###### ####
1682026-06-04T09:34:49.742Z
1692026-06-04T09:34:49.742Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T09:34:50.001Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T09:34:50.004Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T09:34:50.288ZPlanning: Solver setup ... Done
1732026-06-04T09:34:50.310ZPlanning: Running solver ... Done
1742026-06-04T09:34:50.315ZPlanning: Consolidating action changes ... Done
1752026-06-04T09:34:50.315ZPlanning: Evaluating mediators ... Done
1762026-06-04T09:34:50.318ZPlanning: Planning completed in 0.31 seconds
1772026-06-04T09:34:50.333ZNo updates necessary for this image.
1782026-06-04T09:34:50.391Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T09:34:50.605ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T09:34:50.718ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T09:34:50.721ZPlanning: Consolidating action changes ... Done
1822026-06-04T09:34:50.883ZPlanning: Evaluating mediators ... Done
1832026-06-04T09:34:50.888ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T09:34:50.908Z Mediators to change: 2
1852026-06-04T09:34:50.908Z Create boot environment: No
1862026-06-04T09:34:50.908ZCreate backup boot environment: No
1872026-06-04T09:34:51.031ZFinalize: Updating package state database ... Done
1882026-06-04T09:34:51.031ZFinalize: Updating package cache ... Done
1892026-06-04T09:34:51.043ZFinalize: Updating image state ... Done
1902026-06-04T09:34:53.065ZFinalize: Creating fast lookup database ... Done
1912026-06-04T09:34:53.135ZFinalize: Reading search index ... Done
1922026-06-04T09:34:53.138ZFinalize: Updating search index ... Done
1932026-06-04T09:34:53.236ZFinalize: Updating package cache ... Done
1942026-06-04T09:34:53.309Z++ cargo --version
1952026-06-04T09:34:53.320Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T09:34:53.324Z++ rustc --version
1972026-06-04T09:34:53.344Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T09:34:53.346Z+ banner copyrights
1992026-06-04T09:34:53.349Z
2002026-06-04T09:34:53.349Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T09:34:53.349Z # # # # # # # # # # # # # # # # #
2022026-06-04T09:34:53.349Z # # # # # # # # # # ###### # ####
2032026-06-04T09:34:53.350Z # # # ##### # ##### # # ### # # # #
2042026-06-04T09:34:53.350Z # # # # # # # # # # # # # # # #
2052026-06-04T09:34:53.350Z #### #### # # # # # #### # # # ####
2062026-06-04T09:34:53.350Z
2072026-06-04T09:34:53.350Z+ ./tools/check_copyrights.sh
2082026-06-04T09:34:53.630Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T09:34:54.387Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T09:34:54.844Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T09:34:54.931Zpcap/build.rs: Copyright with wrong year
2122026-06-04T09:34:55.098Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T09:34:55.322Z+ banner clippy
2142026-06-04T09:34:55.325Z
2152026-06-04T09:34:55.326Z #### # # ##### ##### # #
2162026-06-04T09:34:55.326Z # # # # # # # # # #
2172026-06-04T09:34:55.326Z # # # # # # # #
2182026-06-04T09:34:55.326Z # # # ##### ##### #
2192026-06-04T09:34:55.326Z # # # # # # #
2202026-06-04T09:34:55.326Z #### ###### # # # #
2212026-06-04T09:34:55.326Z
2222026-06-04T09:34:55.326Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T09:34:55.326Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T09:34:55.463Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T09:35:05.315Z Updating crates.io index
2262026-06-04T09:35:05.349Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T09:35:05.646Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T09:35:06.431Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T09:35:06.740Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T09:35:06.997Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T09:35:07.525Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T09:35:08.611Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T09:35:08.893Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T09:35:09.197Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T09:35:09.514Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T09:35:09.864Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T09:35:10.221Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T09:35:10.646Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T09:35:11.150Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T09:35:11.509Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T09:35:12.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T09:35:12.621Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T09:35:12.989Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T09:35:13.297Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T09:35:13.917Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T09:35:14.280Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T09:35:14.616Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T09:35:14.952Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T09:35:16.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T09:35:17.111Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T09:35:18.413Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T09:35:19.024Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T09:35:19.245Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T09:35:19.557Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T09:35:21.551Z Downloading crates ...
2562026-06-04T09:35:21.607Z Downloaded adler2 v2.0.1
2572026-06-04T09:35:21.618Z Downloaded arrayref v0.3.9
2582026-06-04T09:35:21.622Z Downloaded atomic-waker v1.1.2
2592026-06-04T09:35:21.622Z Downloaded async-stream v0.3.6
2602026-06-04T09:35:21.626Z Downloaded argon2 v0.5.3
2612026-06-04T09:35:21.629Z Downloaded async-recursion v1.1.1
2622026-06-04T09:35:21.634Z Downloaded autocfg v1.5.0
2632026-06-04T09:35:21.637Z Downloaded async-trait v0.1.89
2642026-06-04T09:35:21.637Z Downloaded display-error-chain v0.2.2
2652026-06-04T09:35:21.641Z Downloaded dof v0.3.0
2662026-06-04T09:35:21.641Z Downloaded atomicwrites v0.4.4
2672026-06-04T09:35:21.644Z Downloaded bit-set v0.8.0
2682026-06-04T09:35:21.648Z Downloaded crucible-workspace-hack v0.1.0
2692026-06-04T09:35:21.648Z Downloaded anstyle-query v1.1.4
2702026-06-04T09:35:21.651Z Downloaded displaydoc v0.2.5
2712026-06-04T09:35:21.651Z Downloaded bitflags v1.3.2
2722026-06-04T09:35:21.655Z Downloaded digest v0.10.7
2732026-06-04T09:35:21.658Z Downloaded drift v0.2.0
2742026-06-04T09:35:21.662Z Downloaded crypto-common v0.1.6
2752026-06-04T09:35:21.665Z Downloaded cargo_metadata v0.18.1
2762026-06-04T09:35:21.668Z Downloaded cpufeatures v0.3.0
2772026-06-04T09:35:21.673Z Downloaded futures-io v0.3.32
2782026-06-04T09:35:21.673Z Downloaded foreign-types v0.3.2
2792026-06-04T09:35:21.676Z Downloaded compression-core v0.4.32
2802026-06-04T09:35:21.676Z Downloaded colorchoice v1.0.4
2812026-06-04T09:35:21.679Z Downloaded generic-array v0.14.7
2822026-06-04T09:35:21.679Z Downloaded hash32 v0.3.1
2832026-06-04T09:35:21.682Z Downloaded http-body v1.0.1
2842026-06-04T09:35:21.682Z Downloaded float-ord v0.3.2
2852026-06-04T09:35:21.689Z Downloaded clap_lex v1.1.0
2862026-06-04T09:35:21.692Z Downloaded foreign-types v0.5.0
2872026-06-04T09:35:21.692Z Downloaded cexpr v0.6.0
2882026-06-04T09:35:21.692Z Downloaded hex v0.4.3
2892026-06-04T09:35:21.692Z Downloaded gethostname v0.5.0
2902026-06-04T09:35:21.696Z Downloaded darling_macro v0.21.3
2912026-06-04T09:35:21.699Z Downloaded hostname v0.3.1
2922026-06-04T09:35:21.699Z Downloaded futures-task v0.3.32
2932026-06-04T09:35:21.703Z Downloaded equivalent v1.0.2
2942026-06-04T09:35:21.703Z Downloaded cpufeatures v0.2.17
2952026-06-04T09:35:21.706Z Downloaded fnv v1.0.7
2962026-06-04T09:35:21.706Z Downloaded cookie v0.18.1
2972026-06-04T09:35:21.709Z Downloaded glob v0.3.3
2982026-06-04T09:35:21.709Z Downloaded ff v0.13.1
2992026-06-04T09:35:21.712Z Downloaded futures-core v0.3.32
3002026-06-04T09:35:21.716Z Downloaded crc8 v0.1.1
3012026-06-04T09:35:21.716Z Downloaded cfg-if v1.0.4
3022026-06-04T09:35:21.719Z Downloaded heck v0.5.0
3032026-06-04T09:35:21.719Z Downloaded foreign-types-shared v0.1.1
3042026-06-04T09:35:21.723Z Downloaded block-buffer v0.10.4
3052026-06-04T09:35:21.723Z Downloaded httpdate v1.0.3
3062026-06-04T09:35:21.728Z Downloaded constant_time_eq v0.3.1
3072026-06-04T09:35:21.728Z Downloaded curve25519-dalek-derive v0.1.1
3082026-06-04T09:35:21.728Z Downloaded foreign-types-shared v0.3.1
3092026-06-04T09:35:21.731Z Downloaded defmt v0.3.100
3102026-06-04T09:35:21.731Z Downloaded futures-sink v0.3.32
3112026-06-04T09:35:21.732Z Downloaded dtrace-parser v0.3.0
3122026-06-04T09:35:21.735Z Downloaded ciborium-ll v0.2.2
3132026-06-04T09:35:21.735Z Downloaded form_urlencoded v1.2.2
3142026-06-04T09:35:21.738Z Downloaded backoff v0.4.0
3152026-06-04T09:35:21.741Z Downloaded hostname v0.4.2
3162026-06-04T09:35:21.741Z Downloaded defmt-parser v1.0.0
3172026-06-04T09:35:21.744Z Downloaded anstyle v1.0.14
3182026-06-04T09:35:21.748Z Downloaded hubpack_derive v0.1.1
3192026-06-04T09:35:21.748Z Downloaded hubpack v0.1.2
3202026-06-04T09:35:21.748Z Downloaded dropshot-api-manager-types v0.7.2
3212026-06-04T09:35:21.751Z Downloaded hyper-tls v0.6.0
3222026-06-04T09:35:21.751Z Downloaded fastrand v2.3.0
3232026-06-04T09:35:21.754Z Downloaded critical-section v1.2.0
3242026-06-04T09:35:21.757Z Downloaded crc32fast v1.5.0
3252026-06-04T09:35:21.757Z Downloaded git-stub v1.0.0
3262026-06-04T09:35:21.761Z Downloaded anstream v1.0.0
3272026-06-04T09:35:21.764Z Downloaded bit-vec v0.8.0
3282026-06-04T09:35:21.764Z Downloaded block-buffer v0.12.0
3292026-06-04T09:35:21.765Z Downloaded foreign-types-macros v0.2.3
3302026-06-04T09:35:21.768Z Downloaded idna_adapter v1.2.1
3312026-06-04T09:35:21.768Z Downloaded globset v0.4.16
3322026-06-04T09:35:21.771Z Downloaded erased-serde v0.3.31
3332026-06-04T09:35:21.774Z Downloaded fs-err v3.1.2
3342026-06-04T09:35:21.774Z Downloaded deranged v0.5.3
3352026-06-04T09:35:21.778Z Downloaded csv-core v0.1.12
3362026-06-04T09:35:21.778Z Downloaded cipher v0.4.4
3372026-06-04T09:35:21.781Z Downloaded is-terminal v0.4.16
3382026-06-04T09:35:21.781Z Downloaded indent_write v2.2.0
3392026-06-04T09:35:21.785Z Downloaded lazy_static v1.5.0
3402026-06-04T09:35:21.785Z Downloaded group v0.13.0
3412026-06-04T09:35:21.788Z Downloaded bcs v0.1.6
3422026-06-04T09:35:21.791Z Downloaded inout v0.1.4
3432026-06-04T09:35:21.791Z Downloaded instant v0.1.13
3442026-06-04T09:35:21.795Z Downloaded daft v0.1.5
3452026-06-04T09:35:21.795Z Downloaded internet-checksum v0.2.1
3462026-06-04T09:35:21.798Z Downloaded daft-derive v0.1.5
3472026-06-04T09:35:21.801Z Downloaded kstat-rs v0.2.4
3482026-06-04T09:35:21.801Z Downloaded keccak v0.1.6
3492026-06-04T09:35:21.804Z Downloaded itoa v1.0.15
3502026-06-04T09:35:21.804Z Downloaded clap_derive v4.6.1
3512026-06-04T09:35:21.808Z Downloaded linked-hash-map v0.5.6
3522026-06-04T09:35:21.808Z Downloaded macaddr v1.0.1
3532026-06-04T09:35:21.811Z Downloaded humantime v2.3.0
3542026-06-04T09:35:21.811Z Downloaded crossbeam-deque v0.8.6
3552026-06-04T09:35:21.814Z Downloaded libscf-sys v1.2.0
3562026-06-04T09:35:21.814Z Downloaded anyhow v1.0.102
3572026-06-04T09:35:21.817Z Downloaded foldhash v0.2.0
3582026-06-04T09:35:21.821Z Downloaded console v0.15.11
3592026-06-04T09:35:21.824Z Downloaded colored v3.1.1
3602026-06-04T09:35:21.824Z Downloaded git-stub-vcs v0.1.0
3612026-06-04T09:35:21.827Z Downloaded dyn-clone v1.0.20
3622026-06-04T09:35:21.830Z Downloaded memmap v0.7.0
3632026-06-04T09:35:21.830Z Downloaded highway v1.3.0
3642026-06-04T09:35:21.833Z Downloaded futures-executor v0.3.32
3652026-06-04T09:35:21.833Z Downloaded mime v0.3.17
3662026-06-04T09:35:21.836Z Downloaded digest v0.11.3
3672026-06-04T09:35:21.840Z Downloaded heck v0.4.1
3682026-06-04T09:35:21.840Z Downloaded clang-sys v1.8.1
3692026-06-04T09:35:21.843Z Downloaded ingot-types v0.1.2
3702026-06-04T09:35:21.843Z Downloaded base64 v0.22.1
3712026-06-04T09:35:21.846Z Downloaded lru-slab v0.1.2
3722026-06-04T09:35:21.849Z Downloaded num-derive v0.4.2
3732026-06-04T09:35:21.849Z Downloaded num-iter v0.1.45
3742026-06-04T09:35:21.852Z Downloaded http-body-util v0.1.3
3752026-06-04T09:35:21.852Z Downloaded memoffset v0.9.1
3762026-06-04T09:35:21.855Z Downloaded ingot v0.1.1
3772026-06-04T09:35:21.855Z Downloaded futures-channel v0.3.32
3782026-06-04T09:35:21.858Z Downloaded futures v0.3.32
3792026-06-04T09:35:21.861Z Downloaded crossbeam-utils v0.8.21
3802026-06-04T09:35:21.864Z Downloaded num_threads v0.1.7
3812026-06-04T09:35:21.864Z Downloaded newline-converter v0.3.0
3822026-06-04T09:35:21.868Z Downloaded opaque-debug v0.3.1
3832026-06-04T09:35:21.868Z Downloaded num v0.4.3
3842026-06-04T09:35:21.871Z Downloaded newtype_derive v0.1.6
3852026-06-04T09:35:21.871Z Downloaded iana-time-zone v0.1.64
3862026-06-04T09:35:21.874Z Downloaded is_ci v1.2.0
3872026-06-04T09:35:21.874Z Downloaded libsw v3.5.0
3882026-06-04T09:35:21.879Z Downloaded libloading v0.8.9
3892026-06-04T09:35:21.883Z Downloaded ipnetwork v0.21.1
3902026-06-04T09:35:21.883Z Downloaded lock_api v0.4.14
3912026-06-04T09:35:21.883Z Downloaded openssl-probe v0.1.6
3922026-06-04T09:35:21.886Z Downloaded openssl-macros v0.1.1
3932026-06-04T09:35:21.886Z Downloaded omicron-workspace-hack v0.1.0
3942026-06-04T09:35:21.886Z Downloaded olpc-cjson v0.1.4
3952026-06-04T09:35:21.886Z Downloaded num_enum_derive v0.5.11
3962026-06-04T09:35:21.890Z Downloaded const-oid v0.10.2
3972026-06-04T09:35:21.890Z Downloaded linear-map v1.2.0
3982026-06-04T09:35:21.893Z Downloaded libsw-core v0.3.2
3992026-06-04T09:35:21.893Z Downloaded jobserver v0.1.34
4002026-06-04T09:35:21.896Z Downloaded hyper-rustls v0.27.7
4012026-06-04T09:35:21.899Z Downloaded compression-codecs v0.4.32
4022026-06-04T09:35:21.902Z Downloaded percent-encoding v2.3.2
4032026-06-04T09:35:21.902Z Downloaded defmt v1.0.1
4042026-06-04T09:35:21.908Z Downloaded native-tls v0.2.14
4052026-06-04T09:35:21.908Z Downloaded ingot-macros v0.1.1
4062026-06-04T09:35:21.911Z Downloaded multer v3.1.0
4072026-06-04T09:35:21.911Z Downloaded num_enum v0.7.5
4082026-06-04T09:35:21.914Z Downloaded plain v0.2.3
4092026-06-04T09:35:21.919Z Downloaded getrandom v0.2.16
4102026-06-04T09:35:21.919Z Downloaded proc-macro-crate v1.3.1
4112026-06-04T09:35:21.922Z Downloaded parse-display v0.10.0
4122026-06-04T09:35:21.922Z Downloaded num-integer v0.1.46
4132026-06-04T09:35:21.922Z Downloaded async-compression v0.4.33
4142026-06-04T09:35:21.926Z Downloaded hmac v0.12.1
4152026-06-04T09:35:21.929Z Downloaded hybrid-array v0.4.12
4162026-06-04T09:35:21.930Z Downloaded num_enum_derive v0.7.5
4172026-06-04T09:35:21.933Z Downloaded half v2.7.1
4182026-06-04T09:35:21.933Z Downloaded httparse v1.10.1
4192026-06-04T09:35:21.936Z Downloaded fs_extra v1.3.0
4202026-06-04T09:35:21.939Z Downloaded crossbeam-channel v0.5.15
4212026-06-04T09:35:21.942Z Downloaded bytes v1.11.1
4222026-06-04T09:35:21.945Z Downloaded darling v0.21.3
4232026-06-04T09:35:21.949Z Downloaded oxide-tokio-rt v0.1.2
4242026-06-04T09:35:21.949Z Downloaded newtype-uuid v1.3.2
4252026-06-04T09:35:21.952Z Downloaded progenitor-macro v0.14.0
4262026-06-04T09:35:21.952Z Downloaded cobs v0.3.0
4272026-06-04T09:35:21.952Z Downloaded powerfmt v0.2.0
4282026-06-04T09:35:21.955Z Downloaded pretty-hex v0.4.1
4292026-06-04T09:35:21.955Z Downloaded progenitor-client v0.10.0
4302026-06-04T09:35:21.958Z Downloaded proc-macro-error-attr2 v2.0.0
4312026-06-04T09:35:21.959Z Downloaded proc-macro-error-attr v1.0.4
4322026-06-04T09:35:21.959Z Downloaded darling_core v0.21.3
4332026-06-04T09:35:21.962Z Downloaded num_enum v0.5.11
4342026-06-04T09:35:21.966Z Downloaded icu_provider v2.0.0
4352026-06-04T09:35:21.969Z Downloaded paste v1.0.15
4362026-06-04T09:35:21.972Z Downloaded pest_generator v2.8.2
4372026-06-04T09:35:21.972Z Downloaded rand_xorshift v0.4.0
4382026-06-04T09:35:21.975Z Downloaded progenitor-client v0.14.0
4392026-06-04T09:35:21.975Z Downloaded quick-error v1.2.3
4402026-06-04T09:35:21.978Z Downloaded ref-cast-impl v1.0.25
4412026-06-04T09:35:21.978Z Downloaded progenitor-macro v0.11.1
4422026-06-04T09:35:21.978Z Downloaded progenitor-macro v0.10.0
4432026-06-04T09:35:21.981Z Downloaded indexmap v1.9.3
4442026-06-04T09:35:21.985Z Downloaded rand_chacha v0.3.1
4452026-06-04T09:35:21.985Z Downloaded pin-project-internal v1.1.10
4462026-06-04T09:35:21.985Z Downloaded pkg-config v0.3.32
4472026-06-04T09:35:21.988Z Downloaded num-rational v0.4.2
4482026-06-04T09:35:21.988Z Downloaded rustc_version v0.1.7
4492026-06-04T09:35:21.991Z Downloaded derive_more v0.99.20
4502026-06-04T09:35:21.994Z Downloaded rustc_version v0.4.1
4512026-06-04T09:35:21.994Z Downloaded rustc-hash v2.1.1
4522026-06-04T09:35:21.997Z Downloaded getrandom v0.4.2
4532026-06-04T09:35:21.997Z Downloaded getrandom v0.3.3
4542026-06-04T09:35:22.002Z Downloaded allocator-api2 v0.2.21
4552026-06-04T09:35:22.006Z Downloaded proc-macro-error v1.0.4
4562026-06-04T09:35:22.006Z Downloaded same-file v1.0.6
4572026-06-04T09:35:22.011Z Downloaded ref-cast v1.0.25
4582026-06-04T09:35:22.011Z Downloaded progenitor v0.11.1
4592026-06-04T09:35:22.011Z Downloaded progenitor v0.10.0
4602026-06-04T09:35:22.014Z Downloaded scopeguard v1.2.0
4612026-06-04T09:35:22.014Z Downloaded icu_normalizer v2.0.0
4622026-06-04T09:35:22.017Z Downloaded phf_shared v0.12.1
4632026-06-04T09:35:22.017Z Downloaded phf v0.12.1
4642026-06-04T09:35:22.020Z Downloaded progenitor v0.14.0
4652026-06-04T09:35:22.020Z Downloaded oxnet v0.1.4
4662026-06-04T09:35:22.023Z Downloaded memmap2 v0.9.8
4672026-06-04T09:35:22.023Z Downloaded log v0.4.29
4682026-06-04T09:35:22.027Z Downloaded secrecy v0.10.3
4692026-06-04T09:35:22.027Z Downloaded scroll_derive v0.13.1
4702026-06-04T09:35:22.027Z Downloaded scroll_derive v0.12.1
4712026-06-04T09:35:22.031Z Downloaded icu_normalizer_data v2.0.0
4722026-06-04T09:35:22.031Z Downloaded icu_properties v2.0.1
4732026-06-04T09:35:22.034Z Downloaded rand_core v0.6.4
4742026-06-04T09:35:22.034Z Downloaded poly1305 v0.8.0
4752026-06-04T09:35:22.037Z Downloaded pest_derive v2.8.2
4762026-06-04T09:35:22.037Z Downloaded rand_chacha v0.9.0
4772026-06-04T09:35:22.041Z Downloaded serde-big-array v0.5.1
4782026-06-04T09:35:22.041Z Downloaded ppv-lite86 v0.2.21
4792026-06-04T09:35:22.041Z Downloaded potential_utf v0.1.3
4802026-06-04T09:35:22.044Z Downloaded pin-project-lite v0.2.16
4812026-06-04T09:35:22.048Z Downloaded search_path v0.1.4
4822026-06-04T09:35:22.048Z Downloaded pest_meta v2.8.2
4832026-06-04T09:35:22.051Z Downloaded rand_core v0.9.3
4842026-06-04T09:35:22.051Z Downloaded parking_lot_core v0.9.12
4852026-06-04T09:35:22.051Z Downloaded num-traits v0.2.19
4862026-06-04T09:35:22.055Z Downloaded const_format v0.2.34
4872026-06-04T09:35:22.058Z Downloaded progenitor-client v0.11.1
4882026-06-04T09:35:22.058Z Downloaded crypto-bigint v0.5.5
4892026-06-04T09:35:22.061Z Downloaded jiff-static v0.2.15
4902026-06-04T09:35:22.064Z Downloaded semver v0.1.20
4912026-06-04T09:35:22.064Z Downloaded rusty-fork v0.3.0
4922026-06-04T09:35:22.067Z Downloaded proc-macro-error2 v2.0.1
4932026-06-04T09:35:22.070Z Downloaded serde_urlencoded v0.7.1
4942026-06-04T09:35:22.070Z Downloaded parking_lot v0.12.5
4952026-06-04T09:35:22.073Z Downloaded quote v1.0.45
4962026-06-04T09:35:22.073Z Downloaded flate2 v1.1.2
4972026-06-04T09:35:22.076Z Downloaded scroll v0.12.0
4982026-06-04T09:35:22.079Z Downloaded heapless v0.8.0
4992026-06-04T09:35:22.079Z Downloaded clap v4.6.1
5002026-06-04T09:35:22.084Z Downloaded schemars_derive v0.8.22
5012026-06-04T09:35:22.088Z Downloaded quinn-udp v0.5.14
5022026-06-04T09:35:22.088Z Downloaded pem v3.0.5
5032026-06-04T09:35:22.091Z Downloaded slog-bunyan v2.5.0
5042026-06-04T09:35:22.091Z Downloaded papergrid v0.17.0
5052026-06-04T09:35:22.094Z Downloaded serde_repr v0.1.20
5062026-06-04T09:35:22.097Z Downloaded miniz_oxide v0.8.9
5072026-06-04T09:35:22.098Z Downloaded resolv-conf v0.7.5
5082026-06-04T09:35:22.103Z Downloaded smawk v0.3.2
5092026-06-04T09:35:22.103Z Downloaded curl v0.4.49
5102026-06-04T09:35:22.106Z Downloaded strsim v0.11.1
5112026-06-04T09:35:22.106Z Downloaded structmeta v0.3.0
5122026-06-04T09:35:22.106Z Downloaded strum v0.27.2
5132026-06-04T09:35:22.106Z Downloaded cc v1.2.63
5142026-06-04T09:35:22.109Z Downloaded serde_plain v1.0.2
5152026-06-04T09:35:22.109Z Downloaded rustversion v1.0.22
5162026-06-04T09:35:22.112Z Downloaded sha1 v0.11.0
5172026-06-04T09:35:22.112Z Downloaded siphasher v1.0.1
5182026-06-04T09:35:22.116Z Downloaded serde_path_to_error v0.1.20
5192026-06-04T09:35:22.116Z Downloaded icu_locale_core v2.0.0
5202026-06-04T09:35:22.119Z Downloaded swrite v0.1.0
5212026-06-04T09:35:22.122Z Downloaded supports-color v3.0.2
5222026-06-04T09:35:22.122Z Downloaded tabwriter v1.4.1
5232026-06-04T09:35:22.122Z Downloaded tabled_derive v0.7.0
5242026-06-04T09:35:22.125Z Downloaded strum v0.26.3
5252026-06-04T09:35:22.125Z Downloaded postcard v1.1.3
5262026-06-04T09:35:22.126Z Downloaded structmeta-derive v0.3.0
5272026-06-04T09:35:22.129Z Downloaded serde_derive_internals v0.29.1
5282026-06-04T09:35:22.129Z Downloaded sha1 v0.10.6
5292026-06-04T09:35:22.129Z Downloaded serde_spanned v1.1.1
5302026-06-04T09:35:22.132Z Downloaded serde_spanned v0.6.9
5312026-06-04T09:35:22.132Z Downloaded sigpipe v0.1.3
5322026-06-04T09:35:22.135Z Downloaded signal-hook-tokio v0.3.1
5332026-06-04T09:35:22.135Z Downloaded ryu v1.0.20
5342026-06-04T09:35:22.138Z Downloaded signal-hook-registry v1.4.6
5352026-06-04T09:35:22.138Z Downloaded shlex v2.0.1
5362026-06-04T09:35:22.138Z Downloaded take_mut v0.2.2
5372026-06-04T09:35:22.141Z Downloaded tagptr v0.2.0
5382026-06-04T09:35:22.141Z Downloaded testing_table v0.3.0
5392026-06-04T09:35:22.141Z Downloaded termtree v0.5.1
5402026-06-04T09:35:22.144Z Downloaded terminal_size v0.4.3
5412026-06-04T09:35:22.145Z Downloaded tabled_derive v0.11.0
5422026-06-04T09:35:22.145Z Downloaded papergrid v0.11.0
5432026-06-04T09:35:22.148Z Downloaded shlex v1.3.0
5442026-06-04T09:35:22.151Z Downloaded sha2 v0.10.9
5452026-06-04T09:35:22.151Z Downloaded progenitor-impl v0.11.1
5462026-06-04T09:35:22.154Z Downloaded progenitor-impl v0.10.0
5472026-06-04T09:35:22.154Z Downloaded stable_deref_trait v1.2.0
5482026-06-04T09:35:22.154Z Downloaded proc-macro2 v1.0.106
5492026-06-04T09:35:22.158Z Downloaded thread-id v4.2.2
5502026-06-04T09:35:22.158Z Downloaded subtle v2.6.1
5512026-06-04T09:35:22.161Z Downloaded slog-json v2.6.1
5522026-06-04T09:35:22.161Z Downloaded slog-dtrace v0.3.0
5532026-06-04T09:35:22.161Z Downloaded scroll v0.13.0
5542026-06-04T09:35:22.167Z Downloaded omicron-zone-package v0.12.2
5552026-06-04T09:35:22.167Z Downloaded parse-display-derive v0.10.0
5562026-06-04T09:35:22.171Z Downloaded once_cell v1.21.3
5572026-06-04T09:35:22.171Z Downloaded smf v0.2.3
5582026-06-04T09:35:22.171Z Downloaded slog-term v2.9.2
5592026-06-04T09:35:22.171Z Downloaded static_assertions v1.1.0
5602026-06-04T09:35:22.171Z Downloaded elliptic-curve v0.13.8
5612026-06-04T09:35:22.174Z Downloaded icu_collections v2.0.0
5622026-06-04T09:35:22.177Z Downloaded hickory-resolver v0.25.2
5632026-06-04T09:35:22.181Z Downloaded dropshot_endpoint v0.17.1
5642026-06-04T09:35:22.185Z Downloaded sync_wrapper v1.0.2
5652026-06-04T09:35:22.185Z Downloaded prettyplease v0.2.37
5662026-06-04T09:35:22.185Z Downloaded pin-project v1.1.10
5672026-06-04T09:35:22.190Z Downloaded tokio-macros v2.7.0
5682026-06-04T09:35:22.197Z Downloaded thiserror-impl-no-std v2.0.2
5692026-06-04T09:35:22.197Z Downloaded aws-lc-rs v1.16.2
5702026-06-04T09:35:22.200Z Downloaded rustls-pemfile v2.2.0
5712026-06-04T09:35:22.200Z Downloaded slab v0.4.11
5722026-06-04T09:35:22.204Z Downloaded dropshot_endpoint v0.16.7
5732026-06-04T09:35:22.204Z Downloaded thiserror v1.0.69
5742026-06-04T09:35:22.207Z Downloaded toml_datetime v0.6.11
5752026-06-04T09:35:22.207Z Downloaded serde_tokenstream v0.2.3
5762026-06-04T09:35:22.210Z Downloaded thiserror v2.0.18
5772026-06-04T09:35:22.213Z Downloaded time-core v0.1.8
5782026-06-04T09:35:22.213Z Downloaded thread-id v5.0.0
5792026-06-04T09:35:22.213Z Downloaded progenitor-impl v0.14.0
5802026-06-04T09:35:22.217Z Downloaded hyper-util v0.1.20
5812026-06-04T09:35:22.220Z Downloaded toml_write v0.1.2
5822026-06-04T09:35:22.220Z Downloaded thread_local v1.1.9
5832026-06-04T09:35:22.220Z Downloaded tower-service v0.3.3
5842026-06-04T09:35:22.223Z Downloaded memchr v2.7.5
5852026-06-04T09:35:22.226Z Downloaded tower-layer v0.3.3
5862026-06-04T09:35:22.226Z Downloaded thiserror-impl v1.0.69
5872026-06-04T09:35:22.226Z Downloaded tinyvec_macros v0.1.1
5882026-06-04T09:35:22.229Z Downloaded slog-async v2.8.0
5892026-06-04T09:35:22.230Z Downloaded serde_core v1.0.228
5902026-06-04T09:35:22.230Z Downloaded hashbrown v0.12.3
5912026-06-04T09:35:22.233Z Downloaded try-lock v0.2.5
5922026-06-04T09:35:22.233Z Downloaded tokio-dtrace v0.1.1
5932026-06-04T09:35:22.236Z Downloaded derive-where v1.6.0
5942026-06-04T09:35:22.236Z Downloaded chacha20poly1305 v0.10.1
5952026-06-04T09:35:22.239Z Downloaded openssl-sys v0.9.116
5962026-06-04T09:35:22.242Z Downloaded unicode-linebreak v0.1.5
5972026-06-04T09:35:22.242Z Downloaded unarray v0.1.4
5982026-06-04T09:35:22.243Z Downloaded semver v1.0.28
5992026-06-04T09:35:22.246Z Downloaded owo-colors v4.3.0
6002026-06-04T09:35:22.246Z Downloaded snafu-derive v0.8.9
6012026-06-04T09:35:22.249Z Downloaded strum_macros v0.26.4
6022026-06-04T09:35:22.249Z Downloaded password-hash v0.5.0
6032026-06-04T09:35:22.249Z Downloaded strum_macros v0.27.2
6042026-06-04T09:35:22.253Z Downloaded num-complex v0.4.6
6052026-06-04T09:35:22.253Z Downloaded serde_derive v1.0.228
6062026-06-04T09:35:22.256Z Downloaded litemap v0.8.0
6072026-06-04T09:35:22.256Z Downloaded ipnet v2.11.0
6082026-06-04T09:35:22.256Z Downloaded crossbeam-epoch v0.9.18
6092026-06-04T09:35:22.259Z Downloaded bitflags v2.11.1
6102026-06-04T09:35:22.263Z Downloaded universal-hash v0.5.1
6112026-06-04T09:35:22.263Z Downloaded unicode-xid v0.2.6
6122026-06-04T09:35:22.263Z Downloaded filetime v0.2.26
6132026-06-04T09:35:22.266Z Downloaded usdt-attr-macro v0.5.0
6142026-06-04T09:35:22.266Z Downloaded num-conv v0.2.1
6152026-06-04T09:35:22.266Z Downloaded newtype-uuid-macros v0.1.0
6162026-06-04T09:35:22.266Z Downloaded hickory-resolver v0.24.4
6172026-06-04T09:35:22.270Z Downloaded lru-cache v0.1.2
6182026-06-04T09:35:22.270Z Downloaded blake2 v0.10.6
6192026-06-04T09:35:22.274Z Downloaded synstructure v0.13.2
6202026-06-04T09:35:22.274Z Downloaded match_cfg v0.1.0
6212026-06-04T09:35:22.274Z Downloaded managed v0.8.0
6222026-06-04T09:35:22.274Z Downloaded fixedbitset v0.5.7
6232026-06-04T09:35:22.277Z Downloaded camino v1.2.2
6242026-06-04T09:35:22.277Z Downloaded derive-ex v0.1.8
6252026-06-04T09:35:22.277Z Downloaded tokio-rustls v0.25.0
6262026-06-04T09:35:22.283Z Downloaded topological-sort v0.2.2
6272026-06-04T09:35:22.284Z Downloaded tempfile v3.27.0
6282026-06-04T09:35:22.284Z Downloaded usdt-attr-macro v0.6.0
6292026-06-04T09:35:22.287Z Downloaded usdt v0.6.0
6302026-06-04T09:35:22.287Z Downloaded ciborium v0.2.2
6312026-06-04T09:35:22.287Z Downloaded foldhash v0.1.5
6322026-06-04T09:35:22.287Z Downloaded find-msvc-tools v0.1.9
6332026-06-04T09:35:22.287Z Downloaded usdt-macro v0.6.0
6342026-06-04T09:35:22.287Z Downloaded usdt-macro v0.5.0
6352026-06-04T09:35:22.287Z Downloaded either v1.15.0
6362026-06-04T09:35:22.290Z Downloaded defmt-macros v1.0.1
6372026-06-04T09:35:22.290Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6382026-06-04T09:35:22.290Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6392026-06-04T09:35:22.293Z Downloaded slog v2.8.2
6402026-06-04T09:35:22.293Z Downloaded version_check v0.9.5
6412026-06-04T09:35:22.301Z Downloaded rustls-pki-types v1.12.0
6422026-06-04T09:35:22.301Z Downloaded utf8_iter v1.0.4
6432026-06-04T09:35:22.301Z Downloaded is_terminal_polyfill v1.70.1
6442026-06-04T09:35:22.301Z Downloaded chacha20 v0.9.1
6452026-06-04T09:35:22.301Z Downloaded anstyle-parse v1.0.0
6462026-06-04T09:35:22.301Z Downloaded time-macros v0.2.27
6472026-06-04T09:35:22.305Z Downloaded typify-macro v0.6.2
6482026-06-04T09:35:22.305Z Downloaded typify-macro v0.4.3
6492026-06-04T09:35:22.305Z Downloaded thiserror-no-std v2.0.2
6502026-06-04T09:35:22.308Z Downloaded tinystr v0.8.1
6512026-06-04T09:35:22.308Z Downloaded thiserror-impl v2.0.18
6522026-06-04T09:35:22.308Z Downloaded serde_with_macros v3.14.1
6532026-06-04T09:35:22.311Z Downloaded const_format_proc_macros v0.2.34
6542026-06-04T09:35:22.311Z Downloaded camino-tempfile v1.4.1
6552026-06-04T09:35:22.314Z Downloaded ident_case v1.0.1
6562026-06-04T09:35:22.314Z Downloaded byteorder v1.5.0
6572026-06-04T09:35:22.314Z Downloaded cmake v0.1.54
6582026-06-04T09:35:22.314Z Downloaded bytecount v0.6.9
6592026-06-04T09:35:22.318Z Downloaded want v0.3.1
6602026-06-04T09:35:22.318Z Downloaded waitgroup v0.1.2
6612026-06-04T09:35:22.318Z Downloaded smallvec v1.15.1
6622026-06-04T09:35:22.321Z Downloaded usdt v0.5.0
6632026-06-04T09:35:22.321Z Downloaded zerofrom-derive v0.1.6
6642026-06-04T09:35:22.321Z Downloaded utf8parse v0.2.2
6652026-06-04T09:35:22.321Z Downloaded embedded-io v0.4.0
6662026-06-04T09:35:22.325Z Downloaded zerofrom v0.1.6
6672026-06-04T09:35:22.325Z Downloaded debug-ignore v1.0.5
6682026-06-04T09:35:22.325Z Downloaded enum-as-inner v0.6.1
6692026-06-04T09:35:22.325Z Downloaded convert_case v0.4.0
6702026-06-04T09:35:22.328Z Downloaded aho-corasick v1.1.3
6712026-06-04T09:35:22.328Z Downloaded tokio-native-tls v0.3.1
6722026-06-04T09:35:22.331Z Downloaded indexmap v2.14.0
6732026-06-04T09:35:22.331Z Downloaded cancel-safe-futures v0.1.5
6742026-06-04T09:35:22.335Z Downloaded spin v0.9.8
6752026-06-04T09:35:22.335Z Downloaded fixedbitset v0.4.2
6762026-06-04T09:35:22.338Z Downloaded errno v0.3.14
6772026-06-04T09:35:22.338Z Downloaded dtrace-parser v0.2.0
6782026-06-04T09:35:22.338Z Downloaded dof v0.4.0
6792026-06-04T09:35:22.341Z Downloaded aead v0.5.2
6802026-06-04T09:35:22.341Z Downloaded cargo-platform v0.1.9
6812026-06-04T09:35:22.341Z Downloaded base64ct v1.8.0
6822026-06-04T09:35:22.341Z Downloaded embedded-io v0.6.1
6832026-06-04T09:35:22.345Z Downloaded untrusted v0.9.0
6842026-06-04T09:35:22.345Z Downloaded cstr-argument v0.1.2
6852026-06-04T09:35:22.345Z Downloaded base16ct v0.2.0
6862026-06-04T09:35:22.345Z Downloaded futures-macro v0.3.32
6872026-06-04T09:35:22.348Z Downloaded dunce v1.0.5
6882026-06-04T09:35:22.348Z Downloaded ciborium-io v0.2.2
6892026-06-04T09:35:22.348Z Downloaded cfg_aliases v0.2.1
6902026-06-04T09:35:22.348Z Downloaded data-encoding v2.9.0
6912026-06-04T09:35:22.351Z Downloaded tokio-stream v0.1.17
6922026-06-04T09:35:22.351Z Downloaded expectorate v1.2.0
6932026-06-04T09:35:22.354Z Downloaded http v1.4.1
6942026-06-04T09:35:22.355Z Downloaded rustls-webpki v0.103.6
6952026-06-04T09:35:22.358Z Downloaded crypto-common v0.2.2
6962026-06-04T09:35:22.358Z Downloaded test-strategy v0.4.3
6972026-06-04T09:35:22.361Z Downloaded usdt-impl v0.5.0
6982026-06-04T09:35:22.361Z Downloaded async-stream-impl v0.3.6
6992026-06-04T09:35:22.361Z Downloaded arrayvec v0.7.6
7002026-06-04T09:35:22.364Z Downloaded term v1.2.0
7012026-06-04T09:35:22.367Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-06-04T09:35:22.371Z Downloaded zone_cfg_derive v0.3.1
7032026-06-04T09:35:22.374Z Downloaded zone v0.3.1
7042026-06-04T09:35:22.377Z Downloaded minimal-lexical v0.2.1
7052026-06-04T09:35:22.377Z Downloaded yoke-derive v0.8.0
7062026-06-04T09:35:22.380Z Downloaded tinyvec v1.10.0
7072026-06-04T09:35:22.380Z Downloaded zeroize_derive v1.4.3
7082026-06-04T09:35:22.384Z Downloaded tracing-attributes v0.1.30
7092026-06-04T09:35:22.387Z Downloaded vsss-rs v3.3.4
7102026-06-04T09:35:22.390Z Downloaded whoami v1.6.1
7112026-06-04T09:35:22.396Z Downloaded iri-string v0.7.8
7122026-06-04T09:35:22.399Z Downloaded untrusted v0.7.1
7132026-06-04T09:35:22.402Z Downloaded itertools v0.12.1
7142026-06-04T09:35:22.405Z Downloaded tokio-rustls v0.26.4
7152026-06-04T09:35:22.405Z Downloaded similar v2.7.0
7162026-06-04T09:35:22.409Z Downloaded ucd-trie v0.1.7
7172026-06-04T09:35:22.412Z Downloaded usdt-impl v0.6.0
7182026-06-04T09:35:22.412Z Downloaded signal-hook v0.3.18
7192026-06-04T09:35:22.412Z Downloaded yoke v0.8.0
7202026-06-04T09:35:22.415Z Downloaded schemars v0.9.0
7212026-06-04T09:35:22.421Z Downloaded socket2 v0.6.4
7222026-06-04T09:35:22.424Z Downloaded rand v0.8.5
7232026-06-04T09:35:22.424Z Downloaded toml v0.7.8
7242026-06-04T09:35:22.427Z Downloaded qorb v0.4.1
7252026-06-04T09:35:22.430Z Downloaded zerovec-derive v0.11.1
7262026-06-04T09:35:22.430Z Downloaded wait-timeout v0.2.1
7272026-06-04T09:35:22.434Z Downloaded toml_parser v1.1.2+spec-1.1.0
7282026-06-04T09:35:22.434Z Downloaded toml v0.8.23
7292026-06-04T09:35:22.438Z Downloaded schemars v0.8.22
7302026-06-04T09:35:22.441Z Downloaded vergen v8.3.2
7312026-06-04T09:35:22.445Z Downloaded rayon-core v1.13.0
7322026-06-04T09:35:22.448Z Downloaded typify v0.4.3
7332026-06-04T09:35:22.448Z Downloaded textwrap v0.16.2
7342026-06-04T09:35:22.451Z Downloaded tracing-core v0.1.34
7352026-06-04T09:35:22.451Z Downloaded unicode-ident v1.0.24
7362026-06-04T09:35:22.482Z Downloaded quinn v0.11.9
7372026-06-04T09:35:22.482Z Downloaded zerocopy-derive v0.7.35
7382026-06-04T09:35:22.482Z Downloaded icu_properties_data v2.0.1
7392026-06-04T09:35:22.482Z Downloaded xattr v1.6.1
7402026-06-04T09:35:22.482Z Downloaded writeable v0.6.1
7412026-06-04T09:35:22.482Z Downloaded unsafe-libyaml v0.2.11
7422026-06-04T09:35:22.482Z Downloaded zeroize v1.8.1
7432026-06-04T09:35:22.482Z Downloaded schemars v1.2.0
7442026-06-04T09:35:22.486Z Downloaded toml v1.1.2+spec-1.1.0
7452026-06-04T09:35:22.486Z Downloaded nom v7.1.3
7462026-06-04T09:35:22.486Z Downloaded serde v1.0.228
7472026-06-04T09:35:22.490Z Downloaded toml v0.9.12+spec-1.1.0
7482026-06-04T09:35:22.490Z Downloaded hyper v1.10.1
7492026-06-04T09:35:22.494Z Downloaded walkdir v2.5.0
7502026-06-04T09:35:22.497Z Downloaded hashbrown v0.16.1
7512026-06-04T09:35:22.500Z Downloaded rand v0.9.3
7522026-06-04T09:35:22.505Z Downloaded bindgen v0.72.1
7532026-06-04T09:35:22.508Z Downloaded tar v0.4.45
7542026-06-04T09:35:22.508Z Downloaded mio v1.2.1
7552026-06-04T09:35:22.511Z Downloaded clap_builder v4.6.0
7562026-06-04T09:35:22.515Z Downloaded hashbrown v0.15.5
7572026-06-04T09:35:22.524Z Downloaded serde_yaml v0.9.34+deprecated
7582026-06-04T09:35:22.527Z Downloaded zmij v1.0.17
7592026-06-04T09:35:22.532Z Downloaded uuid v1.23.2
7602026-06-04T09:35:22.535Z Downloaded blake3 v1.8.2
7612026-06-04T09:35:22.538Z Downloaded toml_edit v0.22.27
7622026-06-04T09:35:22.541Z Downloaded steno v0.4.1
7632026-06-04T09:35:22.541Z Downloaded snafu v0.8.9
7642026-06-04T09:35:22.546Z Downloaded iddqd v0.3.18
7652026-06-04T09:35:22.549Z Downloaded hashbrown v0.17.1
7662026-06-04T09:35:22.553Z Downloaded dropshot-api-manager v0.7.2
7672026-06-04T09:35:22.559Z Downloaded zerotrie v0.2.2
7682026-06-04T09:35:22.562Z Downloaded typify v0.6.2
7692026-06-04T09:35:22.565Z Downloaded url v2.5.7
7702026-06-04T09:35:22.568Z Downloaded futures-util v0.3.32
7712026-06-04T09:35:22.572Z Downloaded pest v2.8.2
7722026-06-04T09:35:22.583Z Downloaded regex v1.12.3
7732026-06-04T09:35:22.586Z Downloaded itertools v0.14.0
7742026-06-04T09:35:22.590Z Downloaded idna v1.1.0
7752026-06-04T09:35:22.593Z Downloaded reqwest v0.12.23
7762026-06-04T09:35:22.595Z Downloaded hkdf v0.12.4
7772026-06-04T09:35:22.601Z Downloaded tracing v0.1.41
7782026-06-04T09:35:22.612Z Downloaded h2 v0.4.14
7792026-06-04T09:35:22.624Z Downloaded typenum v1.20.1
7802026-06-04T09:35:22.627Z Downloaded typed-path v0.9.3
7812026-06-04T09:35:22.627Z Downloaded zerocopy-derive v0.8.27
7822026-06-04T09:35:22.631Z Downloaded toml_edit v0.19.15
7832026-06-04T09:35:22.640Z Downloaded unicode-segmentation v1.12.0
7842026-06-04T09:35:22.643Z Downloaded reqwest v0.13.2
7852026-06-04T09:35:22.647Z Downloaded tokio-util v0.7.16
7862026-06-04T09:35:22.651Z Downloaded rayon v1.11.0
7872026-06-04T09:35:22.659Z Downloaded unicode-normalization v0.1.24
7882026-06-04T09:35:22.665Z Downloaded portable-atomic v1.11.1
7892026-06-04T09:35:22.668Z Downloaded libm v0.2.15
7902026-06-04T09:35:22.672Z Downloaded proptest v1.8.0
7912026-06-04T09:35:22.678Z Downloaded tower v0.5.2
7922026-06-04T09:35:22.683Z Downloaded goblin v0.8.2
7932026-06-04T09:35:22.688Z Downloaded chrono v0.4.44
7942026-06-04T09:35:22.696Z Downloaded zerovec v0.11.4
7952026-06-04T09:35:22.724Z Downloaded serde_with v3.14.1
7962026-06-04T09:35:22.733Z Downloaded git2 v0.19.0
7972026-06-04T09:35:22.744Z Downloaded tower-http v0.6.8
7982026-06-04T09:35:22.748Z Downloaded zerocopy v0.7.35
7992026-06-04T09:35:22.758Z Downloaded serde_json v1.0.150
8002026-06-04T09:35:22.762Z Downloaded tough v0.20.0
8012026-06-04T09:35:22.774Z Downloaded rustls-webpki v0.102.8
8022026-06-04T09:35:22.785Z Downloaded curve25519-dalek v4.1.3
8032026-06-04T09:35:22.797Z Downloaded winnow v1.0.3
8042026-06-04T09:35:22.803Z Downloaded winnow v0.5.40
8052026-06-04T09:35:22.809Z Downloaded winnow v0.7.14
8062026-06-04T09:35:22.817Z Downloaded quinn-proto v0.11.14
8072026-06-04T09:35:22.820Z Downloaded goblin v0.10.1
8082026-06-04T09:35:22.824Z Downloaded bstr v1.12.0
8092026-06-04T09:35:22.828Z Downloaded time v0.3.47
8102026-06-04T09:35:22.836Z Downloaded openssl v0.10.80
8112026-06-04T09:35:22.843Z Downloaded tabled v0.15.0
8122026-06-04T09:35:22.853Z Downloaded moka v0.12.11
8132026-06-04T09:35:22.858Z Downloaded dropshot v0.17.1
8142026-06-04T09:35:22.872Z Downloaded zerocopy v0.8.27
8152026-06-04T09:35:22.885Z Downloaded webpki-roots v1.0.2
8162026-06-04T09:35:22.890Z Downloaded smoltcp v0.11.0
8172026-06-04T09:35:22.894Z Downloaded unicode-width v0.2.1
8182026-06-04T09:35:22.898Z Downloaded syn v2.0.117
8192026-06-04T09:35:22.905Z Downloaded openapiv3 v2.2.0
8202026-06-04T09:35:22.914Z Downloaded regex-syntax v0.8.6
8212026-06-04T09:35:22.918Z Downloaded vcpkg v0.2.15
8222026-06-04T09:35:22.941Z Downloaded unicode-width v0.1.14
8232026-06-04T09:35:22.944Z Downloaded nix v0.30.1
8242026-06-04T09:35:22.952Z Downloaded tabled v0.20.0
8252026-06-04T09:35:22.962Z Downloaded hickory-proto v0.24.4
8262026-06-04T09:35:22.970Z Downloaded syn v1.0.109
8272026-06-04T09:35:22.978Z Downloaded rustls v0.22.4
8282026-06-04T09:35:22.986Z Downloaded regress v0.10.5
8292026-06-04T09:35:22.991Z Downloaded dropshot v0.16.7
8302026-06-04T09:35:23.004Z Downloaded rustls v0.23.40
8312026-06-04T09:35:23.011Z Downloaded regress v0.11.1
8322026-06-04T09:35:23.018Z Downloaded rustix v0.38.44
8332026-06-04T09:35:23.030Z Downloaded typify-impl v0.6.2
8342026-06-04T09:35:23.038Z Downloaded typify-impl v0.4.3
8352026-06-04T09:35:23.048Z Downloaded hickory-proto v0.25.2
8362026-06-04T09:35:23.057Z Downloaded rustix v1.1.4
8372026-06-04T09:35:23.085Z Downloaded jiff v0.2.15
8382026-06-04T09:35:23.111Z Downloaded chrono-tz v0.10.4
8392026-06-04T09:35:23.145Z Downloaded csv v1.4.0
8402026-06-04T09:35:23.159Z Downloaded tokio v1.52.3
8412026-06-04T09:35:23.185Z Downloaded sha3 v0.10.8
8422026-06-04T09:35:23.188Z Downloaded regex-automata v0.4.13
8432026-06-04T09:35:23.225Z Downloaded petgraph v0.6.5
8442026-06-04T09:35:23.250Z Downloaded petgraph v0.8.2
8452026-06-04T09:35:23.267Z Downloaded libc v0.2.183
8462026-06-04T09:35:23.286Z Downloaded libz-sys v1.1.22
8472026-06-04T09:35:23.318Z Downloaded curl-sys v0.4.83+curl-8.15.0
8482026-06-04T09:35:23.411Z Downloaded encoding_rs v0.8.35
8492026-06-04T09:35:23.428Z Downloaded ring v0.17.14
8502026-06-04T09:35:23.451Z Downloaded libgit2-sys v0.17.0+1.8.1
8512026-06-04T09:35:23.833Z Downloaded aws-lc-sys v0.39.1
8522026-06-04T09:35:24.154Z Compiling proc-macro2 v1.0.106
8532026-06-04T09:35:24.154Z Compiling quote v1.0.45
8542026-06-04T09:35:24.157Z Compiling unicode-ident v1.0.24
8552026-06-04T09:35:24.157Z Compiling serde_core v1.0.228
8562026-06-04T09:35:24.157Z Compiling serde v1.0.228
8572026-06-04T09:35:24.157Z Compiling libc v0.2.183
8582026-06-04T09:35:24.157Z Checking cfg-if v1.0.4
8592026-06-04T09:35:24.428Z Compiling zmij v1.0.17
8602026-06-04T09:35:24.480Z Compiling autocfg v1.5.0
8612026-06-04T09:35:24.789Z Compiling memchr v2.7.5
8622026-06-04T09:35:24.811Z Compiling libm v0.2.15
8632026-06-04T09:35:25.139Z Compiling getrandom v0.4.2
8642026-06-04T09:35:25.199Z Checking smallvec v1.15.1
8652026-06-04T09:35:25.274Z Checking itoa v1.0.15
8662026-06-04T09:35:25.324Z Compiling version_check v0.9.5
8672026-06-04T09:35:25.386Z Compiling thiserror v2.0.18
8682026-06-04T09:35:25.399Z Compiling jobserver v0.1.34
8692026-06-04T09:35:25.440Z Compiling shlex v2.0.1
8702026-06-04T09:35:25.607Z Compiling syn v2.0.117
8712026-06-04T09:35:25.619Z Compiling find-msvc-tools v0.1.9
8722026-06-04T09:35:25.631Z Compiling icu_properties_data v2.0.1
8732026-06-04T09:35:25.654Z Compiling icu_normalizer_data v2.0.0
8742026-06-04T09:35:25.839Z Compiling cc v1.2.63
8752026-06-04T09:35:25.852Z Compiling parking_lot_core v0.9.12
8762026-06-04T09:35:25.890Z Checking stable_deref_trait v1.2.0
8772026-06-04T09:35:25.902Z Compiling serde_json v1.0.150
8782026-06-04T09:35:25.964Z Compiling heck v0.5.0
8792026-06-04T09:35:26.155Z Checking writeable v0.6.1
8802026-06-04T09:35:26.166Z Checking litemap v0.8.0
8812026-06-04T09:35:26.327Z Compiling num-traits v0.2.19
8822026-06-04T09:35:26.355Z Checking percent-encoding v2.3.2
8832026-06-04T09:35:26.582Z Checking form_urlencoded v1.2.2
8842026-06-04T09:35:26.704Z Checking utf8_iter v1.0.4
8852026-06-04T09:35:26.717Z Compiling zerocopy v0.8.27
8862026-06-04T09:35:26.730Z Checking pin-project-lite v0.2.16
8872026-06-04T09:35:26.821Z Checking iana-time-zone v0.1.64
8882026-06-04T09:35:26.834Z Compiling rustversion v1.0.22
8892026-06-04T09:35:26.866Z Compiling log v0.4.29
8902026-06-04T09:35:26.925Z Compiling equivalent v1.0.2
8912026-06-04T09:35:27.017Z Compiling semver v1.0.28
8922026-06-04T09:35:27.041Z Checking socket2 v0.6.4
8932026-06-04T09:35:27.069Z Checking uuid v1.23.2
8942026-06-04T09:35:27.133Z Checking scopeguard v1.2.0
8952026-06-04T09:35:27.235Z Checking lock_api v0.4.14
8962026-06-04T09:35:27.358Z Checking signal-hook-registry v1.4.6
8972026-06-04T09:35:27.369Z Checking getrandom v0.2.16
8982026-06-04T09:35:27.431Z Checking mio v1.2.1
8992026-06-04T09:35:27.475Z Checking dyn-clone v1.0.20
9002026-06-04T09:35:27.487Z Checking parking_lot v0.12.5
9012026-06-04T09:35:27.501Z Compiling schemars v0.8.22
9022026-06-04T09:35:27.504Z Checking bitflags v2.11.1
9032026-06-04T09:35:27.661Z Compiling portable-atomic v1.11.1
9042026-06-04T09:35:27.760Z Checking futures-core v0.3.32
9052026-06-04T09:35:27.787Z Checking critical-section v1.2.0
9062026-06-04T09:35:27.791Z Compiling ring v0.17.14
9072026-06-04T09:35:27.876Z Compiling hashbrown v0.17.1
9082026-06-04T09:35:27.891Z Compiling thiserror v1.0.69
9092026-06-04T09:35:27.935Z Compiling httparse v1.10.1
9102026-06-04T09:35:28.122Z Compiling regex-syntax v0.8.6
9112026-06-04T09:35:28.359Z Compiling synstructure v0.13.2
9122026-06-04T09:35:28.386Z Compiling serde_derive_internals v0.29.1
9132026-06-04T09:35:28.567Z Compiling indexmap v2.14.0
9142026-06-04T09:35:28.657Z Checking once_cell v1.21.3
9152026-06-04T09:35:28.877Z Checking futures-sink v0.3.32
9162026-06-04T09:35:29.030Z Checking slab v0.4.11
9172026-06-04T09:35:29.154Z Compiling rustix v1.1.4
9182026-06-04T09:35:29.185Z Compiling aho-corasick v1.1.3
9192026-06-04T09:35:29.199Z Checking subtle v2.6.1
9202026-06-04T09:35:29.266Z Compiling ucd-trie v0.1.7
9212026-06-04T09:35:29.359Z Checking futures-channel v0.3.32
9222026-06-04T09:35:29.487Z Compiling anyhow v1.0.102
9232026-06-04T09:35:29.545Z Checking rand_core v0.6.4
9242026-06-04T09:35:29.576Z Compiling serde_derive v1.0.228
9252026-06-04T09:35:29.709Z Compiling zerofrom-derive v0.1.6
9262026-06-04T09:35:29.721Z Compiling yoke-derive v0.8.0
9272026-06-04T09:35:29.801Z Compiling zerovec-derive v0.11.1
9282026-06-04T09:35:29.812Z Compiling displaydoc v0.2.5
9292026-06-04T09:35:30.237Z Compiling thiserror-impl v2.0.18
9302026-06-04T09:35:30.545Z Compiling schemars_derive v0.8.22
9312026-06-04T09:35:30.626Z Compiling tokio-macros v2.7.0
9322026-06-04T09:35:30.751Z Compiling zerocopy-derive v0.8.27
9332026-06-04T09:35:30.877Z Compiling futures-macro v0.3.32
9342026-06-04T09:35:30.919Z Checking zerofrom v0.1.6
9352026-06-04T09:35:31.039Z Checking yoke v0.8.0
9362026-06-04T09:35:31.213Z Checking zerovec v0.11.4
9372026-06-04T09:35:31.337Z Checking zerotrie v0.2.2
9382026-06-04T09:35:31.581Z Compiling zeroize_derive v1.4.3
9392026-06-04T09:35:31.646Z Compiling thiserror-impl v1.0.69
9402026-06-04T09:35:31.667Z Compiling regex-automata v0.4.13
9412026-06-04T09:35:31.715Z Compiling pest v2.8.2
9422026-06-04T09:35:31.915Z Checking tinystr v0.8.1
9432026-06-04T09:35:31.945Z Checking potential_utf v0.1.3
9442026-06-04T09:35:32.074Z Checking icu_collections v2.0.0
9452026-06-04T09:35:32.091Z Checking icu_locale_core v2.0.0
9462026-06-04T09:35:32.356Z Checking zeroize v1.8.1
9472026-06-04T09:35:32.534Z Checking icu_provider v2.0.0
9482026-06-04T09:35:32.575Z Checking bytes v1.11.1
9492026-06-04T09:35:32.617Z Checking chrono v0.4.44
9502026-06-04T09:35:32.768Z Checking icu_properties v2.0.1
9512026-06-04T09:35:32.781Z Checking icu_normalizer v2.0.0
9522026-06-04T09:35:32.920Z Compiling serde_tokenstream v0.2.3
9532026-06-04T09:35:33.007Z Checking tokio v1.52.3
9542026-06-04T09:35:33.316Z Compiling regex v1.12.3
9552026-06-04T09:35:33.496Z Compiling pest_meta v2.8.2
9562026-06-04T09:35:33.616Z Checking idna_adapter v1.2.1
9572026-06-04T09:35:33.743Z Checking idna v1.1.0
9582026-06-04T09:35:33.804Z Checking futures-io v0.3.32
9592026-06-04T09:35:33.895Z Checking typenum v1.20.1
9602026-06-04T09:35:33.920Z Checking futures-task v0.3.32
9612026-06-04T09:35:33.933Z Compiling getrandom v0.3.3
9622026-06-04T09:35:33.995Z Checking url v2.5.7
9632026-06-04T09:35:34.227Z Checking futures-util v0.3.32
9642026-06-04T09:35:34.265Z Compiling pest_generator v2.8.2
9652026-06-04T09:35:34.384Z Compiling tracing-attributes v0.1.30
9662026-06-04T09:35:34.673Z Checking tracing-core v0.1.34
9672026-06-04T09:35:34.822Z Compiling allocator-api2 v0.2.21
9682026-06-04T09:35:34.906Z Compiling pest_derive v2.8.2
9692026-06-04T09:35:34.970Z Compiling pkg-config v0.3.32
9702026-06-04T09:35:35.068Z Compiling foldhash v0.2.0
9712026-06-04T09:35:35.141Z Checking fnv v1.0.7
9722026-06-04T09:35:35.235Z Compiling hashbrown v0.16.1
9732026-06-04T09:35:35.263Z Checking http v1.4.1
9742026-06-04T09:35:35.409Z Compiling generic-array v0.14.7
9752026-06-04T09:35:35.518Z Compiling vcpkg v0.2.15
9762026-06-04T09:35:35.599Z Checking tracing v0.1.41
9772026-06-04T09:35:35.752Z Compiling num-conv v0.2.1
9782026-06-04T09:35:35.768Z Compiling byteorder v1.5.0
9792026-06-04T09:35:35.798Z Compiling time-core v0.1.8
9802026-06-04T09:35:35.953Z Compiling time-macros v0.2.27
9812026-06-04T09:35:36.075Z Checking errno v0.3.14
9822026-06-04T09:35:36.102Z Checking base64 v0.22.1
9832026-06-04T09:35:36.193Z Checking ipnet v2.11.0
9842026-06-04T09:35:36.234Z Checking tokio-util v0.7.16
9852026-06-04T09:35:36.334Z Compiling scroll_derive v0.13.1
9862026-06-04T09:35:36.346Z Compiling camino v1.2.2
9872026-06-04T09:35:36.509Z Checking crypto-common v0.1.6
9882026-06-04T09:35:36.631Z Checking http-body v1.0.1
9892026-06-04T09:35:36.709Z Compiling crossbeam-utils v0.8.21
9902026-06-04T09:35:36.723Z Checking atomic-waker v1.1.2
9912026-06-04T09:35:36.757Z Checking ppv-lite86 v0.2.21
9922026-06-04T09:35:36.933Z Compiling slog v2.8.2
9932026-06-04T09:35:37.024Z Checking tower-service v0.3.3
9942026-06-04T09:35:37.046Z Checking try-lock v0.2.5
9952026-06-04T09:35:37.112Z Checking tower-layer v0.3.3
9962026-06-04T09:35:37.124Z Compiling paste v1.0.15
9972026-06-04T09:35:37.149Z Checking want v0.3.1
9982026-06-04T09:35:37.178Z Checking h2 v0.4.14
9992026-06-04T09:35:37.258Z Checking ipnetwork v0.21.1
10002026-06-04T09:35:37.270Z Checking erased-serde v0.3.31
10012026-06-04T09:35:37.429Z Checking rustls-pki-types v1.12.0
10022026-06-04T09:35:37.454Z Checking httpdate v1.0.3
10032026-06-04T09:35:37.466Z Checking ryu v1.0.20
10042026-06-04T09:35:37.479Z Checking pretty-hex v0.4.1
10052026-06-04T09:35:37.595Z Compiling async-trait v0.1.89
10062026-06-04T09:35:37.598Z Checking untrusted v0.9.0
10072026-06-04T09:35:37.683Z Compiling scroll v0.13.0
10082026-06-04T09:35:37.885Z Compiling usdt-impl v0.6.0
10092026-06-04T09:35:37.901Z Checking plain v0.2.3
10102026-06-04T09:35:37.978Z Checking http-body-util v0.1.3
10112026-06-04T09:35:37.991Z Compiling openssl-sys v0.9.116
10122026-06-04T09:35:38.047Z Compiling goblin v0.10.1
10132026-06-04T09:35:38.144Z Compiling cmake v0.1.54
10142026-06-04T09:35:38.161Z Compiling fs_extra v1.3.0
10152026-06-04T09:35:38.245Z Compiling slog-async v2.8.0
10162026-06-04T09:35:38.439Z Compiling dunce v1.0.5
10172026-06-04T09:35:38.493Z Compiling strsim v0.11.1
10182026-06-04T09:35:38.561Z Compiling aws-lc-sys v0.39.1
10192026-06-04T09:35:38.680Z Checking rand_core v0.9.3
10202026-06-04T09:35:38.713Z Checking serde_urlencoded v0.7.1
10212026-06-04T09:35:38.776Z Checking oxnet v0.1.4
10222026-06-04T09:35:38.789Z Checking block-buffer v0.10.4
10232026-06-04T09:35:38.857Z Compiling regress v0.10.5
10242026-06-04T09:35:38.915Z Compiling dtrace-parser v0.3.0
10252026-06-04T09:35:38.928Z Compiling openapiv3 v2.2.0
10262026-06-04T09:35:39.012Z Compiling thread-id v5.0.0
10272026-06-04T09:35:39.097Z Checking hyper v1.10.1
10282026-06-04T09:35:39.539Z Checking digest v0.10.7
10292026-06-04T09:35:39.730Z Compiling ident_case v1.0.1
10302026-06-04T09:35:39.757Z Compiling omicron-workspace-hack v0.1.0
10312026-06-04T09:35:39.848Z Compiling darling_core v0.21.3
10322026-06-04T09:35:39.981Z Checking rand_chacha v0.9.0
10332026-06-04T09:35:40.004Z Checking hyper-util v0.1.20
10342026-06-04T09:35:40.169Z Compiling daft-derive v0.1.5
10352026-06-04T09:35:40.435Z Compiling typify-impl v0.4.3
10362026-06-04T09:35:40.681Z Checking powerfmt v0.2.0
10372026-06-04T09:35:40.833Z Compiling dof v0.4.0
10382026-06-04T09:35:40.880Z Compiling aws-lc-rs v1.16.2
10392026-06-04T09:35:41.042Z Checking deranged v0.5.3
10402026-06-04T09:35:41.177Z Checking rand v0.9.3
10412026-06-04T09:35:41.578Z Checking num_threads v0.1.7
10422026-06-04T09:35:41.662Z Compiling syn v1.0.109
10432026-06-04T09:35:41.732Z Compiling unsafe-libyaml v0.2.11
10442026-06-04T09:35:41.852Z Compiling usdt-macro v0.6.0
10452026-06-04T09:35:41.894Z Compiling darling_macro v0.21.3
10462026-06-04T09:35:41.907Z Compiling usdt-attr-macro v0.6.0
10472026-06-04T09:35:42.106Z Checking time v0.3.47
10482026-06-04T09:35:42.383Z Compiling serde_yaml v0.9.34+deprecated
10492026-06-04T09:35:42.431Z Compiling darling v0.21.3
10502026-06-04T09:35:42.574Z Checking sync_wrapper v1.0.2
10512026-06-04T09:35:42.677Z Checking encoding_rs v0.8.35
10522026-06-04T09:35:42.736Z Checking cpufeatures v0.2.17
10532026-06-04T09:35:42.805Z Checking mime v0.3.17
10542026-06-04T09:35:42.977Z Checking untrusted v0.7.1
10552026-06-04T09:35:43.091Z Checking tower v0.5.2
10562026-06-04T09:35:43.510Z Checking crossbeam-channel v0.5.15
10572026-06-04T09:35:43.624Z Checking futures-executor v0.3.32
10582026-06-04T09:35:43.662Z Compiling structmeta-derive v0.3.0
10592026-06-04T09:35:43.676Z Compiling multer v3.1.0
10602026-06-04T09:35:43.767Z Checking iri-string v0.7.8
10612026-06-04T09:35:43.818Z Compiling typify-macro v0.4.3
10622026-06-04T09:35:43.833Z Compiling rustls v0.22.4
10632026-06-04T09:35:43.845Z Compiling rustls v0.23.40
10642026-06-04T09:35:43.939Z Checking futures v0.3.32
10652026-06-04T09:35:44.054Z Compiling async-stream-impl v0.3.6
10662026-06-04T09:35:44.069Z Checking thread_local v1.1.9
10672026-06-04T09:35:44.231Z Checking foreign-types-shared v0.1.1
10682026-06-04T09:35:44.262Z Checking hex v0.4.3
10692026-06-04T09:35:44.316Z Checking unicode-width v0.2.1
10702026-06-04T09:35:44.477Z Compiling openssl v0.10.80
10712026-06-04T09:35:44.565Z Checking fastrand v2.3.0
10722026-06-04T09:35:44.665Z Checking foreign-types v0.3.2
10732026-06-04T09:35:44.678Z Compiling structmeta v0.3.0
10742026-06-04T09:35:44.743Z Checking tempfile v3.27.0
10752026-06-04T09:35:44.771Z Compiling openssl-macros v0.1.1
10762026-06-04T09:35:44.783Z Checking tower-http v0.6.8
10772026-06-04T09:35:44.865Z Compiling strum_macros v0.26.4
10782026-06-04T09:35:44.926Z Checking is-terminal v0.4.16
10792026-06-04T09:35:44.944Z Checking memmap2 v0.9.8
10802026-06-04T09:35:45.013Z Checking match_cfg v0.1.0
10812026-06-04T09:35:45.081Z Checking term v1.2.0
10822026-06-04T09:35:45.161Z Checking openssl-probe v0.1.6
10832026-06-04T09:35:45.211Z Compiling native-tls v0.2.14
10842026-06-04T09:35:45.261Z Checking take_mut v0.2.2
10852026-06-04T09:35:45.291Z Checking slog-term v2.9.2
10862026-06-04T09:35:45.304Z Compiling typify v0.4.3
10872026-06-04T09:35:45.391Z Checking hostname v0.3.1
10882026-06-04T09:35:45.525Z Checking slog-json v2.6.1
10892026-06-04T09:35:45.538Z Compiling newtype-uuid-macros v0.1.0
10902026-06-04T09:35:45.673Z Compiling ref-cast v1.0.25
10912026-06-04T09:35:45.755Z Checking slog-bunyan v2.5.0
10922026-06-04T09:35:46.029Z Compiling ref-cast-impl v1.0.25
10932026-06-04T09:35:46.091Z Compiling dropshot v0.16.7
10942026-06-04T09:35:46.361Z Compiling derive-ex v0.1.8
10952026-06-04T09:35:46.372Z Checking webpki-roots v1.0.2
10962026-06-04T09:35:46.446Z Compiling dropshot_endpoint v0.16.7
10972026-06-04T09:35:46.486Z Compiling strum_macros v0.27.2
10982026-06-04T09:35:46.703Z Checking winnow v0.7.14
10992026-06-04T09:35:47.539Z Checking tokio-native-tls v0.3.1
11002026-06-04T09:35:47.842Z Checking hyper-tls v0.6.0
11012026-06-04T09:35:47.882Z Compiling test-strategy v0.4.3
11022026-06-04T09:35:47.901Z Compiling progenitor-impl v0.11.1
11032026-06-04T09:35:48.005Z Checking newtype-uuid v1.3.2
11042026-06-04T09:35:48.072Z Checking either v1.15.0
11052026-06-04T09:35:48.212Z Checking winnow v1.0.3
11062026-06-04T09:35:48.306Z Checking daft v0.1.5
11072026-06-04T09:35:48.420Z Checking usdt v0.6.0
11082026-06-04T09:35:48.463Z Compiling serde_with_macros v3.14.1
11092026-06-04T09:35:48.510Z Checking toml_parser v1.1.2+spec-1.1.0
11102026-06-04T09:35:48.576Z Checking serde_spanned v1.1.1
11112026-06-04T09:35:48.707Z Checking toml_writer v1.1.1+spec-1.1.0
11122026-06-04T09:35:48.803Z Checking debug-ignore v1.0.5
11132026-06-04T09:35:48.885Z Checking spin v0.9.8
11142026-06-04T09:35:48.917Z Compiling parse-display-derive v0.10.0
11152026-06-04T09:35:49.090Z Checking async-stream v0.3.6
11162026-06-04T09:35:49.221Z Checking rustls-webpki v0.102.8
11172026-06-04T09:35:49.280Z Checking rustls-pemfile v2.2.0
11182026-06-04T09:35:49.292Z Checking waitgroup v0.1.2
11192026-06-04T09:35:49.391Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11202026-06-04T09:35:49.420Z Checking serde_path_to_error v0.1.20
11212026-06-04T09:35:49.552Z Checking hostname v0.4.2
11222026-06-04T09:35:49.694Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11232026-06-04T09:35:49.838Z Checking strum v0.26.3
11242026-06-04T09:35:49.944Z Checking rand_chacha v0.3.1
11252026-06-04T09:35:50.000Z Compiling toml_datetime v0.6.11
11262026-06-04T09:35:50.013Z Compiling progenitor-macro v0.11.1
11272026-06-04T09:35:50.133Z Checking macaddr v1.0.1
11282026-06-04T09:35:50.237Z Checking toml_datetime v0.7.5+spec-1.1.0
11292026-06-04T09:35:50.312Z Checking wait-timeout v0.2.1
11302026-06-04T09:35:50.431Z Checking bit-vec v0.8.0
11312026-06-04T09:35:50.446Z Checking lazy_static v1.5.0
11322026-06-04T09:35:50.449Z Checking quick-error v1.2.3
11332026-06-04T09:35:50.534Z Checking toml v0.9.12+spec-1.1.0
11342026-06-04T09:35:50.552Z Checking rusty-fork v0.3.0
11352026-06-04T09:35:50.618Z Checking bit-set v0.8.0
11362026-06-04T09:35:50.621Z Checking rand v0.8.5
11372026-06-04T09:35:50.716Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11382026-06-04T09:35:50.792Z Checking tabwriter v1.4.1
11392026-06-04T09:35:50.931Z Checking sha1 v0.10.6
11402026-06-04T09:35:50.972Z Checking tokio-rustls v0.25.0
11412026-06-04T09:35:51.002Z Checking rand_xorshift v0.4.0
11422026-06-04T09:35:51.086Z Compiling clap_derive v4.6.1
11432026-06-04T09:35:51.132Z Checking unarray v0.1.4
11442026-06-04T09:35:51.155Z Checking utf8parse v0.2.2
11452026-06-04T09:35:51.168Z Checking colored v3.1.1
11462026-06-04T09:35:51.228Z Checking proptest v1.8.0
11472026-06-04T09:35:51.251Z Checking anstyle-parse v1.0.0
11482026-06-04T09:35:51.352Z Checking strum v0.27.2
11492026-06-04T09:35:51.460Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11502026-06-04T09:35:51.498Z Checking terminal_size v0.4.3
11512026-06-04T09:35:51.867Z Checking anstyle v1.0.14
11522026-06-04T09:35:51.968Z Checking anstyle-query v1.1.4
11532026-06-04T09:35:52.031Z Checking colorchoice v1.0.4
11542026-06-04T09:35:52.044Z Checking is_terminal_polyfill v1.70.1
11552026-06-04T09:35:52.128Z Checking anstream v1.0.0
11562026-06-04T09:35:52.329Z Checking itertools v0.14.0
11572026-06-04T09:35:52.334Z Checking clap_lex v1.1.0
11582026-06-04T09:35:52.810Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11592026-06-04T09:35:52.990Z Checking clap_builder v4.6.0
11602026-06-04T09:35:53.495Z Checking serde_with v3.14.1
11612026-06-04T09:35:54.230Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11622026-06-04T09:35:54.261Z Checking clap v4.6.1
11632026-06-04T09:35:54.339Z Checking instant v0.1.13
11642026-06-04T09:35:54.452Z Checking rustc-hash v2.1.1
11652026-06-04T09:35:54.541Z Checking backoff v0.4.0
11662026-06-04T09:35:54.561Z Checking iddqd v0.3.18
11672026-06-04T09:35:54.703Z Checking parse-display v0.10.0
11682026-06-04T09:35:54.844Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11692026-06-04T09:35:54.857Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11702026-06-04T09:35:56.322Z Compiling num-derive v0.4.2
11712026-06-04T09:35:57.007Z Compiling rustls-webpki v0.103.6
11722026-06-04T09:35:57.246Z Compiling prettyplease v0.2.37
11732026-06-04T09:35:59.414Z Checking serde_spanned v0.6.9
11742026-06-04T09:35:59.553Z Compiling memoffset v0.9.1
11752026-06-04T09:35:59.582Z Compiling cfg_aliases v0.2.1
11762026-06-04T09:36:00.141Z Compiling nix v0.30.1
11772026-06-04T09:36:00.175Z Compiling tokio-rustls v0.26.4
11782026-06-04T09:36:00.792Z Compiling hyper-rustls v0.27.7
11792026-06-04T09:36:01.061Z Compiling reqwest v0.12.23
11802026-06-04T09:36:01.976Z Checking crossbeam-epoch v0.9.18
11812026-06-04T09:36:02.183Z Compiling progenitor-client v0.11.1
11822026-06-04T09:36:02.457Z Compiling winnow v0.5.40
11832026-06-04T09:36:03.784Z Compiling toml_edit v0.19.15
11842026-06-04T09:36:03.787Z Compiling progenitor v0.11.1
11852026-06-04T09:36:04.610Z Compiling num-integer v0.1.46
11862026-06-04T09:36:04.897Z Compiling proc-macro-crate v1.3.1
11872026-06-04T09:36:05.108Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11882026-06-04T09:36:05.365Z Compiling progenitor-client v0.10.0
11892026-06-04T09:36:05.996Z Compiling hubpack_derive v0.1.1
11902026-06-04T09:36:06.324Z Checking toml_write v0.1.2
11912026-06-04T09:36:06.490Z Compiling rayon-core v1.13.0
11922026-06-04T09:36:06.493Z Checking hubpack v0.1.2
11932026-06-04T09:36:06.576Z Checking toml_edit v0.22.27
11942026-06-04T09:36:06.665Z Checking num-iter v0.1.45
11952026-06-04T09:36:06.725Z Checking num-rational v0.4.2
11962026-06-04T09:36:06.986Z Compiling zerocopy-derive v0.7.35
11972026-06-04T09:36:07.075Z Compiling num-complex v0.4.6
11982026-06-04T09:36:07.437Z Checking static_assertions v1.1.0
11992026-06-04T09:36:07.472Z Checking num v0.4.3
12002026-06-04T09:36:07.632Z Checking toml v0.8.23
12012026-06-04T09:36:07.655Z Checking crossbeam-deque v0.8.6
12022026-06-04T09:36:07.814Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12032026-06-04T09:36:07.830Z Checking float-ord v0.3.2
12042026-06-04T09:36:07.931Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12052026-06-04T09:36:08.212Z Compiling proc-macro-error-attr v1.0.4
12062026-06-04T09:36:08.226Z Compiling heapless v0.8.0
12072026-06-04T09:36:08.418Z Checking bytecount v0.6.9
12082026-06-04T09:36:08.523Z Checking libscf-sys v1.2.0
12092026-06-04T09:36:08.569Z Compiling ingot-macros v0.1.1
12102026-06-04T09:36:08.651Z Checking hash32 v0.3.1
12112026-06-04T09:36:08.700Z Compiling proc-macro-error v1.0.4
12122026-06-04T09:36:08.776Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12132026-06-04T09:36:08.996Z Compiling smoltcp v0.11.0
12142026-06-04T09:36:09.472Z Compiling zerocopy v0.7.35
12152026-06-04T09:36:09.509Z Compiling num_enum_derive v0.7.5
12162026-06-04T09:36:09.810Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12172026-06-04T09:36:09.840Z Checking cobs v0.3.0
12182026-06-04T09:36:09.986Z Compiling scroll_derive v0.12.1
12192026-06-04T09:36:10.006Z Compiling foreign-types-macros v0.2.3
12202026-06-04T09:36:10.186Z Compiling usdt-impl v0.5.0
12212026-06-04T09:36:10.368Z Compiling crucible-workspace-hack v0.1.0
12222026-06-04T09:36:10.440Z Checking foreign-types-shared v0.3.1
12232026-06-04T09:36:10.532Z Checking managed v0.8.0
12242026-06-04T09:36:10.544Z Checking bitflags v1.3.2
12252026-06-04T09:36:10.595Z Checking num_enum v0.7.5
12262026-06-04T09:36:10.630Z Checking foreign-types v0.5.0
12272026-06-04T09:36:10.671Z Checking scroll v0.12.0
12282026-06-04T09:36:10.699Z Checking postcard v1.1.3
12292026-06-04T09:36:10.712Z Compiling dof v0.3.0
12302026-06-04T09:36:10.981Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12312026-06-04T09:36:10.994Z Compiling dtrace-parser v0.2.0
12322026-06-04T09:36:11.057Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12332026-06-04T09:36:11.101Z Checking camino-tempfile v1.4.1
12342026-06-04T09:36:11.175Z Checking ingot-types v0.1.2
12352026-06-04T09:36:11.178Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12362026-06-04T09:36:11.257Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-04T09:36:11.387Z Checking cstr-argument v0.1.2
12382026-06-04T09:36:11.486Z Compiling thread-id v4.2.2
12392026-06-04T09:36:11.511Z Compiling minimal-lexical v0.2.1
12402026-06-04T09:36:11.514Z Checking ingot v0.1.1
12412026-06-04T09:36:11.536Z Compiling heck v0.4.1
12422026-06-04T09:36:11.613Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12432026-06-04T09:36:11.719Z Compiling nom v7.1.3
12442026-06-04T09:36:11.731Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12452026-06-04T09:36:11.795Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12462026-06-04T09:36:11.881Z Checking goblin v0.8.2
12472026-06-04T09:36:11.937Z Checking rayon v1.11.0
12482026-06-04T09:36:12.088Z Compiling num_enum_derive v0.5.11
12492026-06-04T09:36:12.449Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-06-04T09:36:12.773Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-06-04T09:36:12.937Z Compiling rustc_version v0.4.1
12522026-06-04T09:36:12.973Z Compiling proc-macro-error-attr2 v2.0.0
12532026-06-04T09:36:13.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12542026-06-04T09:36:13.345Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12552026-06-04T09:36:13.370Z Compiling rustix v0.38.44
12562026-06-04T09:36:13.416Z Compiling convert_case v0.4.0
12572026-06-04T09:36:13.465Z Checking tinyvec_macros v0.1.1
12582026-06-04T09:36:13.536Z Checking tinyvec v1.10.0
12592026-06-04T09:36:13.741Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12602026-06-04T09:36:13.824Z Compiling derive_more v0.99.20
12612026-06-04T09:36:13.867Z Compiling proc-macro-error2 v2.0.1
12622026-06-04T09:36:13.892Z Checking num_enum v0.5.11
12632026-06-04T09:36:14.004Z Compiling libz-sys v1.1.22
12642026-06-04T09:36:14.142Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12652026-06-04T09:36:14.223Z Compiling crc32fast v1.5.0
12662026-06-04T09:36:14.475Z Compiling tabled_derive v0.11.0
12672026-06-04T09:36:14.502Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12682026-06-04T09:36:14.575Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12692026-06-04T09:36:14.994Z Compiling usdt-macro v0.5.0
12702026-06-04T09:36:15.251Z Compiling usdt-attr-macro v0.5.0
12712026-06-04T09:36:15.270Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12722026-06-04T09:36:15.433Z Compiling zone_cfg_derive v0.3.1
12732026-06-04T09:36:15.558Z Checking papergrid v0.17.0
12742026-06-04T09:36:15.670Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12752026-06-04T09:36:15.973Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12762026-06-04T09:36:16.030Z Checking itertools v0.12.1
12772026-06-04T09:36:16.050Z Checking testing_table v0.3.0
12782026-06-04T09:36:16.089Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12792026-06-04T09:36:16.137Z Checking sigpipe v0.1.3
12802026-06-04T09:36:16.150Z Checking memmap v0.7.0
12812026-06-04T09:36:16.217Z Checking glob v0.3.3
12822026-06-04T09:36:16.283Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12832026-06-04T09:36:16.314Z Checking adler2 v2.0.1
12842026-06-04T09:36:16.317Z Checking jiff v0.2.15
12852026-06-04T09:36:16.395Z Checking tabled v0.20.0
12862026-06-04T09:36:16.408Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12872026-06-04T09:36:16.421Z Checking miniz_oxide v0.8.9
12882026-06-04T09:36:16.425Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12892026-06-04T09:36:16.560Z Checking usdt v0.5.0
12902026-06-04T09:36:16.722Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12912026-06-04T09:36:16.757Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12922026-06-04T09:36:17.013Z Checking zone v0.3.1
12932026-06-04T09:36:17.024Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12942026-06-04T09:36:17.098Z Checking smf v0.2.3
12952026-06-04T09:36:17.237Z Checking secrecy v0.10.3
12962026-06-04T09:36:17.265Z Checking bstr v1.12.0
12972026-06-04T09:36:17.318Z Checking whoami v1.6.1
12982026-06-04T09:36:17.361Z Checking flate2 v1.1.2
12992026-06-04T09:36:17.483Z Compiling curve25519-dalek v4.1.3
13002026-06-04T09:36:17.589Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13012026-06-04T09:36:17.638Z Checking hmac v0.12.1
13022026-06-04T09:36:17.668Z Compiling clang-sys v1.8.1
13032026-06-04T09:36:17.755Z Checking inout v0.1.4
13042026-06-04T09:36:17.770Z Checking hybrid-array v0.4.12
13052026-06-04T09:36:17.893Z Checking ff v0.13.1
13062026-06-04T09:36:18.019Z Compiling enum-as-inner v0.6.1
13072026-06-04T09:36:18.034Z Compiling semver v0.1.20
13082026-06-04T09:36:18.268Z Checking data-encoding v2.9.0
13092026-06-04T09:36:18.293Z Compiling rustc_version v0.1.7
13102026-06-04T09:36:18.391Z Checking group v0.13.0
13112026-06-04T09:36:18.496Z Checking cipher v0.4.4
13122026-06-04T09:36:18.509Z Checking hkdf v0.12.4
13132026-06-04T09:36:18.605Z Checking atomicwrites v0.4.4
13142026-06-04T09:36:18.618Z Compiling thiserror-impl-no-std v2.0.2
13152026-06-04T09:36:18.637Z Checking universal-hash v0.5.1
13162026-06-04T09:36:18.690Z Checking crypto-bigint v0.5.5
13172026-06-04T09:36:18.733Z Compiling regress v0.11.1
13182026-06-04T09:36:18.761Z Checking half v2.7.1
13192026-06-04T09:36:18.774Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13202026-06-04T09:36:18.937Z Compiling curve25519-dalek-derive v0.1.1
13212026-06-04T09:36:18.992Z Checking ciborium-io v0.2.2
13222026-06-04T09:36:19.010Z Checking indent_write v2.2.0
13232026-06-04T09:36:19.085Z Checking opaque-debug v0.3.1
13242026-06-04T09:36:19.142Z Checking base64ct v1.8.0
13252026-06-04T09:36:19.155Z Checking base16ct v0.2.0
13262026-06-04T09:36:19.276Z Checking poly1305 v0.8.0
13272026-06-04T09:36:19.379Z Checking password-hash v0.5.0
13282026-06-04T09:36:19.503Z Checking ciborium-ll v0.2.2
13292026-06-04T09:36:19.601Z Checking chacha20 v0.9.1
13302026-06-04T09:36:19.678Z Compiling newtype_derive v0.1.6
13312026-06-04T09:36:19.702Z Checking thiserror-no-std v2.0.2
13322026-06-04T09:36:19.726Z Checking elliptic-curve v0.13.8
13332026-06-04T09:36:19.782Z Checking crypto-common v0.2.2
13342026-06-04T09:36:19.795Z Checking block-buffer v0.12.0
13352026-06-04T09:36:19.902Z Checking similar v2.7.0
13362026-06-04T09:36:19.934Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13372026-06-04T09:36:19.969Z Checking blake2 v0.10.6
13382026-06-04T09:36:20.103Z Checking aead v0.5.2
13392026-06-04T09:36:20.174Z Compiling libloading v0.8.9
13402026-06-04T09:36:20.174Z Checking resolv-conf v0.7.5
13412026-06-04T09:36:20.220Z Checking linked-hash-map v0.5.6
13422026-06-04T09:36:20.236Z Compiling typify-impl v0.6.2
13432026-06-04T09:36:20.284Z Checking keccak v0.1.6
13442026-06-04T09:36:20.349Z Compiling owo-colors v4.3.0
13452026-06-04T09:36:20.371Z Checking const-oid v0.10.2
13462026-06-04T09:36:20.384Z Compiling bindgen v0.72.1
13472026-06-04T09:36:20.396Z Checking compression-core v0.4.32
13482026-06-04T09:36:20.432Z Checking sha3 v0.10.8
13492026-06-04T09:36:20.517Z Checking compression-codecs v0.4.32
13502026-06-04T09:36:20.530Z Checking digest v0.11.3
13512026-06-04T09:36:20.618Z Checking lru-cache v0.1.2
13522026-06-04T09:36:20.685Z Checking vsss-rs v3.3.4
13532026-06-04T09:36:20.710Z Checking chacha20poly1305 v0.10.1
13542026-06-04T09:36:20.723Z Checking argon2 v0.5.3
13552026-06-04T09:36:20.780Z Checking ciborium v0.2.2
13562026-06-04T09:36:20.832Z Checking hickory-proto v0.24.4
13572026-06-04T09:36:21.007Z Checking tokio-dtrace v0.1.1
13582026-06-04T09:36:21.184Z Compiling cexpr v0.6.0
13592026-06-04T09:36:21.187Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13602026-06-04T09:36:21.466Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13612026-06-04T09:36:21.700Z Checking serde-big-array v0.5.1
13622026-06-04T09:36:21.765Z Compiling derive-where v1.6.0
13632026-06-04T09:36:21.768Z Compiling serde_repr v0.1.20
13642026-06-04T09:36:21.831Z Checking toml_datetime v1.1.1+spec-1.1.0
13652026-06-04T09:36:22.032Z Compiling dropshot v0.17.1
13662026-06-04T09:36:22.211Z Checking siphasher v1.0.1
13672026-06-04T09:36:22.260Z Checking cpufeatures v0.3.0
13682026-06-04T09:36:22.322Z Compiling shlex v1.3.0
13692026-06-04T09:36:22.338Z Checking unicode-segmentation v1.12.0
13702026-06-04T09:36:22.348Z Checking same-file v1.0.6
13712026-06-04T09:36:22.373Z Checking phf_shared v0.12.1
13722026-06-04T09:36:22.473Z Checking walkdir v2.5.0
13732026-06-04T09:36:22.522Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-06-04T09:36:22.636Z Checking sha1 v0.11.0
13752026-06-04T09:36:22.648Z Checking newline-converter v0.3.0
13762026-06-04T09:36:22.754Z Checking hickory-resolver v0.24.4
13772026-06-04T09:36:22.854Z Checking toml v1.1.2+spec-1.1.0
13782026-06-04T09:36:22.978Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13792026-06-04T09:36:23.490Z Checking oxide-tokio-rt v0.1.2
13802026-06-04T09:36:23.493Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13812026-06-04T09:36:23.637Z Compiling typify-macro v0.6.2
13822026-06-04T09:36:23.669Z Checking async-compression v0.4.33
13832026-06-04T09:36:23.697Z Compiling progenitor-impl v0.10.0
13842026-06-04T09:36:23.911Z Checking console v0.15.11
13852026-06-04T09:36:24.190Z Checking tokio-stream v0.1.17
13862026-06-04T09:36:24.239Z Compiling dropshot_endpoint v0.17.1
13872026-06-04T09:36:24.310Z Compiling pin-project-internal v1.1.10
13882026-06-04T09:36:24.568Z Compiling slog-dtrace v0.3.0
13892026-06-04T09:36:24.759Z Checking csv-core v0.1.12
13902026-06-04T09:36:24.806Z Compiling chrono-tz v0.10.4
13912026-06-04T09:36:24.941Z Compiling cancel-safe-futures v0.1.5
13922026-06-04T09:36:25.027Z Checking smawk v0.3.2
13932026-06-04T09:36:25.161Z Compiling unicode-xid v0.2.6
13942026-06-04T09:36:25.184Z Checking unicode-linebreak v0.1.5
13952026-06-04T09:36:25.187Z Checking unicode-width v0.1.14
13962026-06-04T09:36:25.287Z Checking swrite v0.1.0
13972026-06-04T09:36:25.381Z Checking foldhash v0.1.5
13982026-06-04T09:36:25.394Z Checking pin-project v1.1.10
13992026-06-04T09:36:25.406Z Checking textwrap v0.16.2
14002026-06-04T09:36:25.443Z Compiling const_format_proc_macros v0.2.34
14012026-06-04T09:36:25.518Z Checking hashbrown v0.15.5
14022026-06-04T09:36:25.534Z Checking csv v1.4.0
14032026-06-04T09:36:25.666Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14042026-06-04T09:36:25.756Z Compiling progenitor-macro v0.10.0
14052026-06-04T09:36:25.877Z Checking qorb v0.4.1
14062026-06-04T09:36:25.893Z Checking expectorate v1.2.0
14072026-06-04T09:36:25.979Z Checking phf v0.12.1
14082026-06-04T09:36:26.019Z Checking unicode-normalization v0.1.24
14092026-06-04T09:36:26.123Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14102026-06-04T09:36:26.828Z Checking libsw-core v0.3.2
14112026-06-04T09:36:26.975Z Compiling libgit2-sys v0.17.0+1.8.1
14122026-06-04T09:36:27.087Z Compiling snafu-derive v0.8.9
14132026-06-04T09:36:27.109Z Compiling async-recursion v1.1.1
14142026-06-04T09:36:27.146Z Compiling cookie v0.18.1
14152026-06-04T09:36:27.378Z Compiling moka v0.12.11
14162026-06-04T09:36:27.614Z Checking fixedbitset v0.4.2
14172026-06-04T09:36:27.769Z Checking highway v1.3.0
14182026-06-04T09:36:27.773Z Checking fixedbitset v0.5.7
14192026-06-04T09:36:27.796Z Checking petgraph v0.6.5
14202026-06-04T09:36:27.974Z Checking petgraph v0.8.2
14212026-06-04T09:36:28.812Z Checking snafu v0.8.9
14222026-06-04T09:36:29.067Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14232026-06-04T09:36:29.080Z Checking libsw v3.5.0
14242026-06-04T09:36:29.097Z Checking olpc-cjson v0.1.4
14252026-06-04T09:36:29.125Z Checking const_format v0.2.34
14262026-06-04T09:36:29.238Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14272026-06-04T09:36:29.350Z Checking papergrid v0.11.0
14282026-06-04T09:36:29.467Z Compiling typify v0.6.2
14292026-06-04T09:36:29.559Z Checking globset v0.4.16
14302026-06-04T09:36:29.582Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14312026-06-04T09:36:29.618Z Checking gethostname v0.5.0
14322026-06-04T09:36:29.794Z Compiling tabled_derive v0.7.0
14332026-06-04T09:36:29.813Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14342026-06-04T09:36:29.854Z Checking progenitor v0.10.0
14352026-06-04T09:36:29.949Z Checking reqwest v0.13.2
14362026-06-04T09:36:29.984Z Checking bcs v0.1.6
14372026-06-04T09:36:30.045Z Checking pem v3.0.5
14382026-06-04T09:36:30.133Z Checking serde_plain v1.0.2
14392026-06-04T09:36:30.202Z Checking termtree v0.5.1
14402026-06-04T09:36:30.216Z Checking linear-map v1.2.0
14412026-06-04T09:36:30.277Z Checking humantime v2.3.0
14422026-06-04T09:36:30.339Z Checking crc8 v0.1.1
14432026-06-04T09:36:30.379Z Checking typed-path v0.9.3
14442026-06-04T09:36:30.438Z Compiling signal-hook v0.3.18
14452026-06-04T09:36:30.457Z Checking tagptr v0.2.0
14462026-06-04T09:36:30.472Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-06-04T09:36:30.670Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-06-04T09:36:30.711Z Checking tabled v0.15.0
14492026-06-04T09:36:31.128Z Checking tough v0.20.0
14502026-06-04T09:36:31.200Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-06-04T09:36:31.362Z Compiling progenitor-impl v0.14.0
14522026-06-04T09:36:31.811Z Checking steno v0.4.1
14532026-06-04T09:36:32.012Z Checking hickory-proto v0.25.2
14542026-06-04T09:36:32.746Z Compiling curl-sys v0.4.83+curl-8.15.0
14552026-06-04T09:36:32.775Z Compiling cargo-platform v0.1.9
14562026-06-04T09:36:33.012Z Compiling vergen v8.3.2
14572026-06-04T09:36:33.042Z Compiling fs-err v3.1.2
14582026-06-04T09:36:33.202Z Compiling cargo_metadata v0.18.1
14592026-06-04T09:36:33.439Z Compiling progenitor-macro v0.14.0
14602026-06-04T09:36:33.523Z Checking progenitor-client v0.14.0
14612026-06-04T09:36:33.593Z Checking dropshot-api-manager-types v0.7.2
14622026-06-04T09:36:33.608Z Checking hickory-resolver v0.25.2
14632026-06-04T09:36:33.737Z Checking sha2 v0.10.9
14642026-06-04T09:36:33.759Z Compiling blake3 v1.8.2
14652026-06-04T09:36:34.296Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14662026-06-04T09:36:34.403Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14672026-06-04T09:36:34.560Z Checking git-stub v1.0.0
14682026-06-04T09:36:34.599Z Checking filetime v0.2.26
14692026-06-04T09:36:34.711Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14702026-06-04T09:36:34.733Z Checking constant_time_eq v0.3.1
14712026-06-04T09:36:34.829Z Checking xattr v1.6.1
14722026-06-04T09:36:34.936Z Compiling curl v0.4.49
14732026-06-04T09:36:34.964Z Checking arrayvec v0.7.6
14742026-06-04T09:36:35.148Z Checking arrayref v0.3.9
14752026-06-04T09:36:35.179Z Checking is_ci v1.2.0
14762026-06-04T09:36:35.281Z Checking supports-color v3.0.2
14772026-06-04T09:36:35.425Z Checking tar v0.4.45
14782026-06-04T09:36:35.545Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-06-04T09:36:35.564Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-06-04T09:36:36.092Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14812026-06-04T09:36:36.230Z Checking toml v0.7.8
14822026-06-04T09:36:36.505Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-04T09:36:36.550Z Checking git-stub-vcs v0.1.0
14842026-06-04T09:36:36.611Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-06-04T09:36:36.864Z Checking drift v0.2.0
14862026-06-04T09:36:36.905Z Checking kstat-rs v0.2.4
14872026-06-04T09:36:36.921Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14882026-06-04T09:36:37.001Z Checking topological-sort v0.2.2
14892026-06-04T09:36:37.132Z Checking omicron-zone-package v0.12.2
14902026-06-04T09:36:37.149Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-04T09:36:37.164Z Checking dropshot-api-manager v0.7.2
14922026-06-04T09:36:37.229Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-04T09:36:37.562Z Checking progenitor v0.14.0
14942026-06-04T09:36:37.605Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-06-04T09:36:37.675Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14962026-06-04T09:36:37.688Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-04T09:36:37.911Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14982026-06-04T09:36:37.966Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14992026-06-04T09:36:38.136Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15002026-06-04T09:36:38.331Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15012026-06-04T09:36:38.372Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-04T09:36:38.608Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-04T09:36:38.858Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-06-04T09:36:38.884Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-04T09:36:39.491Z Checking signal-hook-tokio v0.3.1
15062026-06-04T09:36:39.615Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15072026-06-04T09:36:39.775Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
15082026-06-04T09:36:39.945Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15092026-06-04T09:36:40.126Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15102026-06-04T09:36:40.298Z Checking display-error-chain v0.2.2
15112026-06-04T09:36:40.321Z Checking search_path v0.1.4
15122026-06-04T09:36:40.419Z Checking internet-checksum v0.2.1
15132026-06-04T09:36:40.455Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15142026-06-04T09:36:40.711Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15152026-06-04T09:36:42.004Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15162026-06-04T09:36:42.381Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15172026-06-04T09:36:43.038Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15182026-06-04T09:36:43.320Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15192026-06-04T09:36:43.922Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-06-04T09:36:44.183Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15212026-06-04T09:36:44.302Z Compiling git2 v0.19.0
15222026-06-04T09:36:44.316Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15232026-06-04T09:36:44.793Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-04T09:36:45.961Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15252026-06-04T09:36:46.565Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15262026-06-04T09:36:55.518Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-04T09:36:56.779Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15282026-06-04T09:37:01.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15292026-06-04T09:37:01.950Z+ for feat in tofino_stub tofino_asic softnpu chaos
15302026-06-04T09:37:01.950Z+ cargo clippy --features tofino_asic -- --deny warnings
15312026-06-04T09:37:02.440Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15322026-06-04T09:37:02.443Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15332026-06-04T09:37:02.444Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15342026-06-04T09:37:02.444Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15352026-06-04T09:37:09.629Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15362026-06-04T09:37:09.634Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15372026-06-04T09:37:12.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
15382026-06-04T09:37:12.298Z+ for feat in tofino_stub tofino_asic softnpu chaos
15392026-06-04T09:37:12.298Z+ cargo clippy --features softnpu -- --deny warnings
15402026-06-04T09:37:12.594Z Downloading crates ...
15412026-06-04T09:37:12.724Z Downloaded tap v1.0.1
15422026-06-04T09:37:12.728Z Downloaded typeid v1.0.3
15432026-06-04T09:37:12.728Z Downloaded funty v2.0.0
15442026-06-04T09:37:12.732Z Downloaded wyz v0.5.1
15452026-06-04T09:37:12.736Z Downloaded bitstruct_derive v0.1.0
15462026-06-04T09:37:12.742Z Downloaded bitstruct v0.1.1
15472026-06-04T09:37:12.746Z Downloaded serde_arrays v0.1.0
15482026-06-04T09:37:12.746Z Downloaded radium v0.7.0
15492026-06-04T09:37:12.746Z Downloaded libloading v0.7.4
15502026-06-04T09:37:12.749Z Downloaded ascii v1.1.0
15512026-06-04T09:37:12.749Z Downloaded erased-serde v0.4.8
15522026-06-04T09:37:12.757Z Downloaded bitvec v1.0.1
15532026-06-04T09:37:12.765Z Downloaded num-bigint v0.4.6
15542026-06-04T09:37:12.886Z Checking num-integer v0.1.46
15552026-06-04T09:37:12.963Z Checking num-complex v0.4.6
15562026-06-04T09:37:12.974Z Compiling radium v0.7.0
15572026-06-04T09:37:12.981Z Checking tap v1.0.1
15582026-06-04T09:37:12.987Z Checking funty v2.0.0
15592026-06-04T09:37:12.993Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15602026-06-04T09:37:12.996Z Compiling typeid v1.0.3
15612026-06-04T09:37:13.007Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-06-04T09:37:13.064Z Checking wyz v0.5.1
15632026-06-04T09:37:13.157Z Checking num-bigint v0.4.6
15642026-06-04T09:37:13.161Z Checking num-iter v0.1.45
15652026-06-04T09:37:13.223Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-04T09:37:13.231Z Compiling erased-serde v0.4.8
15672026-06-04T09:37:13.302Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15682026-06-04T09:37:13.310Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15692026-06-04T09:37:13.322Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-04T09:37:13.383Z Compiling bitstruct_derive v0.1.0
15712026-06-04T09:37:13.411Z Checking bitvec v1.0.1
15722026-06-04T09:37:13.419Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-04T09:37:13.422Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-04T09:37:13.422Z Checking ascii v1.1.0
15752026-06-04T09:37:13.440Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15762026-06-04T09:37:13.505Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-04T09:37:13.597Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-04T09:37:13.605Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15792026-06-04T09:37:13.628Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15802026-06-04T09:37:13.636Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-04T09:37:13.887Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-04T09:37:13.913Z Checking serde_arrays v0.1.0
15832026-06-04T09:37:13.989Z Checking num-rational v0.4.2
15842026-06-04T09:37:14.011Z Checking libloading v0.7.4
15852026-06-04T09:37:14.026Z Checking bitstruct v0.1.1
15862026-06-04T09:37:14.037Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15872026-06-04T09:37:14.256Z Checking num v0.4.3
15882026-06-04T09:37:14.320Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15892026-06-04T09:37:14.866Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15902026-06-04T09:37:15.150Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15912026-06-04T09:37:15.150Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15922026-06-04T09:37:15.336Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15932026-06-04T09:37:15.527Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-04T09:37:15.531Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15952026-06-04T09:37:15.979Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15962026-06-04T09:37:16.192Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15972026-06-04T09:37:16.195Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-04T09:37:16.195Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15992026-06-04T09:37:16.195Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-04T09:37:16.569Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16012026-06-04T09:37:16.983Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16022026-06-04T09:37:17.825Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16032026-06-04T09:37:20.044Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16042026-06-04T09:37:20.389Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16052026-06-04T09:37:21.254Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16062026-06-04T09:37:22.001Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16072026-06-04T09:37:22.115Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16082026-06-04T09:37:28.517Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16092026-06-04T09:37:29.767Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16102026-06-04T09:37:30.287Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16112026-06-04T09:37:34.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.24s
16122026-06-04T09:37:34.734Z+ for feat in tofino_stub tofino_asic softnpu chaos
16132026-06-04T09:37:34.734Z+ cargo clippy --features chaos -- --deny warnings
16142026-06-04T09:37:35.212Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16152026-06-04T09:37:35.215Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16162026-06-04T09:37:35.215Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16172026-06-04T09:37:42.333Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16182026-06-04T09:37:42.333Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16192026-06-04T09:37:44.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
16202026-06-04T09:37:44.964Z+ banner fmt
16212026-06-04T09:37:44.967Z
16222026-06-04T09:37:44.967Z ###### # # #####
16232026-06-04T09:37:44.967Z # ## ## #
16242026-06-04T09:37:44.967Z ##### # ## # #
16252026-06-04T09:37:44.967Z # # # #
16262026-06-04T09:37:44.967Z # # # #
16272026-06-04T09:37:44.967Z # # # #
16282026-06-04T09:37:44.967Z
16292026-06-04T09:37:44.967Z+ cargo fmt -- --check
16302026-06-04T09:37:45.404Z+ banner test
16312026-06-04T09:37:45.407Z
16322026-06-04T09:37:45.407Z ##### ###### #### #####
16332026-06-04T09:37:45.407Z # # # #
16342026-06-04T09:37:45.407Z # ##### #### #
16352026-06-04T09:37:45.407Z # # # #
16362026-06-04T09:37:45.407Z # # # # #
16372026-06-04T09:37:45.407Z # ###### #### #
16382026-06-04T09:37:45.407Z
16392026-06-04T09:37:45.407Z+ for feat in tofino_stub tofino_asic softnpu chaos
16402026-06-04T09:37:45.407Z+ RUST_BACKTRACE=full
16412026-06-04T09:37:45.407Z+ cargo test --features tofino_stub --no-fail-fast
16422026-06-04T09:37:46.242Z Compiling unicode-ident v1.0.24
16432026-06-04T09:37:46.242Z Compiling cfg-if v1.0.4
16442026-06-04T09:37:46.245Z Compiling memchr v2.7.5
16452026-06-04T09:37:46.343Z Compiling serde_core v1.0.228
16462026-06-04T09:37:46.361Z Compiling itoa v1.0.15
16472026-06-04T09:37:46.367Z Compiling libc v0.2.183
16482026-06-04T09:37:46.375Z Compiling zmij v1.0.17
16492026-06-04T09:37:46.404Z Compiling libm v0.2.15
16502026-06-04T09:37:46.468Z Compiling proc-macro2 v1.0.106
16512026-06-04T09:37:46.489Z Compiling heck v0.5.0
16522026-06-04T09:37:46.753Z Compiling equivalent v1.0.2
16532026-06-04T09:37:46.841Z Compiling quote v1.0.45
16542026-06-04T09:37:46.854Z Compiling log v0.4.29
16552026-06-04T09:37:46.891Z Compiling smallvec v1.15.1
16562026-06-04T09:37:47.013Z Compiling iana-time-zone v0.1.64
16572026-06-04T09:37:47.063Z Compiling syn v2.0.117
16582026-06-04T09:37:47.158Z Compiling dyn-clone v1.0.20
16592026-06-04T09:37:47.171Z Compiling hashbrown v0.17.1
16602026-06-04T09:37:47.183Z Compiling stable_deref_trait v1.2.0
16612026-06-04T09:37:47.232Z Compiling pin-project-lite v0.2.16
16622026-06-04T09:37:47.259Z Compiling percent-encoding v2.3.2
16632026-06-04T09:37:47.299Z Compiling writeable v0.6.1
16642026-06-04T09:37:47.328Z Compiling fnv v1.0.7
16652026-06-04T09:37:47.428Z Compiling litemap v0.8.0
16662026-06-04T09:37:47.457Z Compiling icu_normalizer_data v2.0.0
16672026-06-04T09:37:47.508Z Compiling icu_properties_data v2.0.1
16682026-06-04T09:37:47.533Z Compiling regex-syntax v0.8.6
16692026-06-04T09:37:47.595Z Compiling form_urlencoded v1.2.2
16702026-06-04T09:37:47.639Z Compiling utf8_iter v1.0.4
16712026-06-04T09:37:47.650Z Compiling scopeguard v1.2.0
16722026-06-04T09:37:47.726Z Compiling num-traits v0.2.19
16732026-06-04T09:37:47.756Z Compiling lock_api v0.4.14
16742026-06-04T09:37:47.781Z Compiling getrandom v0.4.2
16752026-06-04T09:37:47.925Z Compiling aho-corasick v1.1.3
16762026-06-04T09:37:47.981Z Compiling ucd-trie v0.1.7
16772026-06-04T09:37:48.155Z Compiling semver v1.0.28
16782026-06-04T09:37:48.308Z Compiling serde_json v1.0.150
16792026-06-04T09:37:48.349Z Compiling indexmap v2.14.0
16802026-06-04T09:37:48.449Z Compiling byteorder v1.5.0
16812026-06-04T09:37:48.460Z Compiling futures-core v0.3.32
16822026-06-04T09:37:48.515Z Compiling uuid v1.23.2
16832026-06-04T09:37:48.670Z Compiling allocator-api2 v0.2.21
16842026-06-04T09:37:48.950Z Compiling num-conv v0.2.1
16852026-06-04T09:37:48.983Z Compiling time-core v0.1.8
16862026-06-04T09:37:49.002Z Compiling regex-automata v0.4.13
16872026-06-04T09:37:49.099Z Compiling foldhash v0.2.0
16882026-06-04T09:37:49.133Z Compiling time-macros v0.2.27
16892026-06-04T09:37:49.237Z Compiling hashbrown v0.16.1
16902026-06-04T09:37:49.327Z Compiling ryu v1.0.20
16912026-06-04T09:37:49.371Z Compiling futures-sink v0.3.32
16922026-06-04T09:37:49.517Z Compiling pretty-hex v0.4.1
16932026-06-04T09:37:49.659Z Compiling slab v0.4.11
16942026-06-04T09:37:49.820Z Compiling synstructure v0.13.2
16952026-06-04T09:37:49.835Z Compiling serde_derive_internals v0.29.1
16962026-06-04T09:37:49.882Z Compiling plain v0.2.3
16972026-06-04T09:37:49.993Z Compiling strsim v0.11.1
16982026-06-04T09:37:50.144Z Compiling futures-channel v0.3.32
16992026-06-04T09:37:50.314Z Compiling futures-task v0.3.32
17002026-06-04T09:37:50.317Z Compiling futures-io v0.3.32
17012026-06-04T09:37:50.336Z Compiling socket2 v0.6.4
17022026-06-04T09:37:50.379Z Compiling parking_lot_core v0.9.12
17032026-06-04T09:37:50.478Z Compiling regress v0.10.5
17042026-06-04T09:37:50.481Z Compiling signal-hook-registry v1.4.6
17052026-06-04T09:37:50.567Z Compiling parking_lot v0.12.5
17062026-06-04T09:37:50.669Z Compiling regex v1.12.3
17072026-06-04T09:37:50.776Z Compiling thread-id v5.0.0
17082026-06-04T09:37:50.788Z Compiling mio v1.2.1
17092026-06-04T09:37:50.872Z Compiling darling_core v0.21.3
17102026-06-04T09:37:50.942Z Compiling base64 v0.22.1
17112026-06-04T09:37:50.977Z Compiling bitflags v2.11.1
17122026-06-04T09:37:51.039Z Compiling serde_derive v1.0.228
17132026-06-04T09:37:51.136Z Compiling zerofrom-derive v0.1.6
17142026-06-04T09:37:51.217Z Compiling yoke-derive v0.8.0
17152026-06-04T09:37:51.271Z Compiling zerovec-derive v0.11.1
17162026-06-04T09:37:51.300Z Compiling displaydoc v0.2.5
17172026-06-04T09:37:51.555Z Compiling thiserror-impl v2.0.18
17182026-06-04T09:37:52.066Z Compiling schemars_derive v0.8.22
17192026-06-04T09:37:52.262Z Compiling tokio-macros v2.7.0
17202026-06-04T09:37:52.364Z Compiling zerocopy-derive v0.8.27
17212026-06-04T09:37:52.380Z Compiling zeroize_derive v1.4.3
17222026-06-04T09:37:52.808Z Compiling thiserror v2.0.18
17232026-06-04T09:37:52.918Z Compiling futures-macro v0.3.32
17242026-06-04T09:37:52.953Z Compiling zerofrom v0.1.6
17252026-06-04T09:37:53.017Z Compiling thiserror-impl v1.0.69
17262026-06-04T09:37:53.073Z Compiling yoke v0.8.0
17272026-06-04T09:37:53.084Z Compiling tracing-attributes v0.1.30
17282026-06-04T09:37:53.298Z Compiling zerovec v0.11.4
17292026-06-04T09:37:53.317Z Compiling zerotrie v0.2.2
17302026-06-04T09:37:53.639Z Compiling pest v2.8.2
17312026-06-04T09:37:53.680Z Compiling zerocopy v0.8.27
17322026-06-04T09:37:53.743Z Compiling serde v1.0.228
17332026-06-04T09:37:54.164Z Compiling tinystr v0.8.1
17342026-06-04T09:37:54.265Z Compiling bytes v1.11.1
17352026-06-04T09:37:54.283Z Compiling serde_tokenstream v0.2.3
17362026-06-04T09:37:54.312Z Compiling potential_utf v0.1.3
17372026-06-04T09:37:54.369Z Compiling icu_locale_core v2.0.0
17382026-06-04T09:37:54.380Z Compiling chrono v0.4.44
17392026-06-04T09:37:54.383Z Compiling scroll_derive v0.13.1
17402026-06-04T09:37:54.474Z Compiling icu_collections v2.0.0
17412026-06-04T09:37:54.905Z Compiling icu_provider v2.0.0
17422026-06-04T09:37:54.962Z Compiling http v1.4.1
17432026-06-04T09:37:54.980Z Compiling pest_meta v2.8.2
17442026-06-04T09:37:55.158Z Compiling icu_properties v2.0.1
17452026-06-04T09:37:55.192Z Compiling icu_normalizer v2.0.0
17462026-06-04T09:37:55.213Z Compiling async-trait v0.1.89
17472026-06-04T09:37:55.235Z Compiling scroll v0.13.0
17482026-06-04T09:37:55.499Z Compiling schemars v0.8.22
17492026-06-04T09:37:55.796Z Compiling pest_generator v2.8.2
17502026-06-04T09:37:55.907Z Compiling goblin v0.10.1
17512026-06-04T09:37:55.936Z Compiling thiserror v1.0.69
17522026-06-04T09:37:56.042Z Compiling idna_adapter v1.2.1
17532026-06-04T09:37:56.193Z Compiling idna v1.1.0
17542026-06-04T09:37:56.206Z Compiling tokio v1.52.3
17552026-06-04T09:37:56.290Z Compiling openapiv3 v2.2.0
17562026-06-04T09:37:56.331Z Compiling daft-derive v0.1.5
17572026-06-04T09:37:56.422Z Compiling pest_derive v2.8.2
17582026-06-04T09:37:56.603Z Compiling url v2.5.7
17592026-06-04T09:37:56.951Z Compiling typify-impl v0.4.3
17602026-06-04T09:37:56.986Z Compiling dtrace-parser v0.3.0
17612026-06-04T09:37:57.043Z Compiling darling_macro v0.21.3
17622026-06-04T09:37:57.477Z Compiling http-body v1.0.1
17632026-06-04T09:37:57.635Z Compiling ppv-lite86 v0.2.21
17642026-06-04T09:37:57.639Z Compiling darling v0.21.3
17652026-06-04T09:37:57.729Z Compiling erased-serde v0.3.31
17662026-06-04T09:37:57.862Z Compiling serde_yaml v0.9.34+deprecated
17672026-06-04T09:37:57.873Z Compiling openssl-macros v0.1.1
17682026-06-04T09:37:57.964Z Compiling getrandom v0.2.16
17692026-06-04T09:37:58.287Z Compiling atomic-waker v1.1.2
17702026-06-04T09:37:58.394Z Compiling ipnet v2.11.0
17712026-06-04T09:37:58.635Z Compiling dof v0.4.0
17722026-06-04T09:37:58.939Z Compiling httparse v1.10.1
17732026-06-04T09:37:59.171Z Compiling usdt-impl v0.6.0
17742026-06-04T09:37:59.262Z Compiling untrusted v0.9.0
17752026-06-04T09:37:59.333Z Compiling tower-service v0.3.3
17762026-06-04T09:37:59.395Z Compiling tower-layer v0.3.3
17772026-06-04T09:37:59.412Z Compiling anyhow v1.0.102
17782026-06-04T09:37:59.506Z Compiling try-lock v0.2.5
17792026-06-04T09:37:59.562Z Compiling syn v1.0.109
17802026-06-04T09:37:59.623Z Compiling want v0.3.1
17812026-06-04T09:37:59.742Z Compiling zeroize v1.8.1
17822026-06-04T09:37:59.801Z Compiling httpdate v1.0.3
17832026-06-04T09:37:59.893Z Compiling portable-atomic v1.11.1
17842026-06-04T09:38:00.322Z Compiling async-stream-impl v0.3.6
17852026-06-04T09:38:00.414Z Compiling structmeta-derive v0.3.0
17862026-06-04T09:38:00.482Z Compiling critical-section v1.2.0
17872026-06-04T09:38:00.663Z Compiling usdt-attr-macro v0.6.0
17882026-06-04T09:38:00.794Z Compiling usdt-macro v0.6.0
17892026-06-04T09:38:01.056Z Compiling once_cell v1.21.3
17902026-06-04T09:38:01.286Z Compiling newtype-uuid-macros v0.1.0
17912026-06-04T09:38:01.475Z Compiling structmeta v0.3.0
17922026-06-04T09:38:01.680Z Compiling strum_macros v0.26.4
17932026-06-04T09:38:01.858Z Compiling powerfmt v0.2.0
17942026-06-04T09:38:02.044Z Compiling deranged v0.5.3
17952026-06-04T09:38:02.091Z Compiling num_threads v0.1.7
17962026-06-04T09:38:02.896Z Compiling http-body-util v0.1.3
17972026-06-04T09:38:02.908Z Compiling omicron-workspace-hack v0.1.0
17982026-06-04T09:38:02.977Z Compiling dropshot_endpoint v0.16.7
17992026-06-04T09:38:03.119Z Compiling serde_urlencoded v0.7.1
18002026-06-04T09:38:03.136Z Compiling ref-cast-impl v1.0.25
18012026-06-04T09:38:03.152Z Compiling typify-macro v0.4.3
18022026-06-04T09:38:03.343Z Compiling derive-ex v0.1.8
18032026-06-04T09:38:03.392Z Compiling strum_macros v0.27.2
18042026-06-04T09:38:03.457Z Compiling sync_wrapper v1.0.2
18052026-06-04T09:38:03.565Z Compiling serde_with_macros v3.14.1
18062026-06-04T09:38:03.792Z Compiling subtle v2.6.1
18072026-06-04T09:38:03.970Z Compiling thread_local v1.1.9
18082026-06-04T09:38:04.045Z Compiling iri-string v0.7.8
18092026-06-04T09:38:04.237Z Compiling futures-util v0.3.32
18102026-06-04T09:38:04.659Z Compiling match_cfg v0.1.0
18112026-06-04T09:38:04.731Z Compiling rand_core v0.6.4
18122026-06-04T09:38:04.743Z Compiling take_mut v0.2.2
18132026-06-04T09:38:04.853Z Compiling typenum v1.20.1
18142026-06-04T09:38:04.959Z Compiling term v1.2.0
18152026-06-04T09:38:04.962Z Compiling test-strategy v0.4.3
18162026-06-04T09:38:05.247Z Compiling typify v0.4.3
18172026-06-04T09:38:05.344Z Compiling progenitor-impl v0.11.1
18182026-06-04T09:38:05.659Z Compiling parse-display-derive v0.10.0
18192026-06-04T09:38:05.672Z Compiling tracing-core v0.1.34
18202026-06-04T09:38:05.683Z Compiling toml_datetime v0.6.11
18212026-06-04T09:38:05.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18222026-06-04T09:38:05.960Z Compiling camino v1.2.2
18232026-06-04T09:38:06.164Z Compiling tracing v0.1.41
18242026-06-04T09:38:06.251Z Compiling clap_derive v4.6.1
18252026-06-04T09:38:06.395Z Compiling encoding_rs v0.8.35
18262026-06-04T09:38:06.511Z Compiling cpufeatures v0.2.17
18272026-06-04T09:38:06.572Z Compiling fastrand v2.3.0
18282026-06-04T09:38:06.585Z Compiling mime v0.3.17
18292026-06-04T09:38:06.816Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18302026-06-04T09:38:06.979Z Compiling unicode-width v0.2.1
18312026-06-04T09:38:07.335Z Compiling errno v0.3.14
18322026-06-04T09:38:07.486Z Compiling hex v0.4.3
18332026-06-04T09:38:07.508Z Compiling generic-array v0.14.7
18342026-06-04T09:38:07.796Z Compiling ipnetwork v0.21.1
18352026-06-04T09:38:07.978Z Compiling crossbeam-utils v0.8.21
18362026-06-04T09:38:08.081Z Compiling tokio-util v0.7.16
18372026-06-04T09:38:08.273Z Compiling slog v2.8.2
18382026-06-04T09:38:08.569Z Compiling rustix v1.1.4
18392026-06-04T09:38:08.681Z Compiling getrandom v0.3.3
18402026-06-04T09:38:08.693Z Compiling winnow v0.7.14
18412026-06-04T09:38:08.825Z Compiling progenitor-macro v0.11.1
18422026-06-04T09:38:08.863Z Compiling rand_core v0.9.3
18432026-06-04T09:38:08.863Z Compiling h2 v0.4.14
18442026-06-04T09:38:08.953Z Compiling oxnet v0.1.4
18452026-06-04T09:38:09.105Z Compiling crypto-common v0.1.6
18462026-06-04T09:38:09.244Z Compiling itertools v0.14.0
18472026-06-04T09:38:09.763Z Compiling winnow v1.0.3
18482026-06-04T09:38:09.915Z Compiling num-derive v0.4.2
18492026-06-04T09:38:10.125Z Compiling toml_parser v1.1.2+spec-1.1.0
18502026-06-04T09:38:10.191Z Compiling serde_spanned v1.1.1
18512026-06-04T09:38:10.351Z Compiling spin v0.9.8
18522026-06-04T09:38:10.498Z Compiling debug-ignore v1.0.5
18532026-06-04T09:38:10.586Z Compiling toml_writer v1.1.1+spec-1.1.0
18542026-06-04T09:38:10.818Z Compiling rand_chacha v0.9.0
18552026-06-04T09:38:10.827Z Compiling rustls-pki-types v1.12.0
18562026-06-04T09:38:10.839Z Compiling quick-error v1.2.3
18572026-06-04T09:38:10.878Z Compiling tabwriter v1.4.1
18582026-06-04T09:38:10.945Z Compiling hyper v1.10.1
18592026-06-04T09:38:11.119Z Compiling rand v0.9.3
18602026-06-04T09:38:11.294Z Compiling async-stream v0.3.6
18612026-06-04T09:38:11.294Z Compiling waitgroup v0.1.2
18622026-06-04T09:38:11.439Z Compiling serde_path_to_error v0.1.20
18632026-06-04T09:38:11.479Z Compiling lazy_static v1.5.0
18642026-06-04T09:38:11.584Z Compiling bit-vec v0.8.0
18652026-06-04T09:38:11.714Z Compiling colored v3.1.1
18662026-06-04T09:38:11.801Z Compiling bit-set v0.8.0
18672026-06-04T09:38:11.827Z Compiling strum v0.26.3
18682026-06-04T09:38:11.903Z Compiling time v0.3.47
18692026-06-04T09:38:11.953Z Compiling ring v0.17.14
18702026-06-04T09:38:11.991Z Compiling toml_datetime v0.7.5+spec-1.1.0
18712026-06-04T09:38:12.109Z Compiling hyper-util v0.1.20
18722026-06-04T09:38:12.299Z Compiling unarray v0.1.4
18732026-06-04T09:38:12.526Z Compiling anstyle v1.0.14
18742026-06-04T09:38:12.694Z Compiling toml v0.9.12+spec-1.1.0
18752026-06-04T09:38:12.757Z Compiling crossbeam-channel v0.5.15
18762026-06-04T09:38:13.269Z Compiling macaddr v1.0.1
18772026-06-04T09:38:13.476Z Compiling utf8parse v0.2.2
18782026-06-04T09:38:13.597Z Compiling anstyle-parse v1.0.0
18792026-06-04T09:38:13.610Z Compiling block-buffer v0.10.4
18802026-06-04T09:38:13.693Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18812026-06-04T09:38:13.705Z Compiling ref-cast v1.0.25
18822026-06-04T09:38:13.768Z Compiling colorchoice v1.0.4
18832026-06-04T09:38:13.789Z Compiling is_terminal_polyfill v1.70.1
18842026-06-04T09:38:13.807Z Compiling anstyle-query v1.1.4
18852026-06-04T09:38:13.848Z Compiling digest v0.10.7
18862026-06-04T09:38:13.877Z Compiling strum v0.27.2
18872026-06-04T09:38:13.880Z Compiling is-terminal v0.4.16
18882026-06-04T09:38:13.880Z Compiling clap_lex v1.1.0
18892026-06-04T09:38:13.880Z Compiling slog-json v2.6.1
18902026-06-04T09:38:13.921Z Compiling anstream v1.0.0
18912026-06-04T09:38:13.991Z Compiling slog-term v2.9.2
18922026-06-04T09:38:14.003Z Compiling slog-async v2.8.0
18932026-06-04T09:38:14.061Z Compiling hostname v0.3.1
18942026-06-04T09:38:14.202Z Compiling slog-bunyan v2.5.0
18952026-06-04T09:38:14.241Z Compiling tower v0.5.2
18962026-06-04T09:38:14.244Z Compiling futures-executor v0.3.32
18972026-06-04T09:38:14.282Z Compiling instant v0.1.13
18982026-06-04T09:38:14.533Z Compiling futures v0.3.32
18992026-06-04T09:38:14.545Z Compiling aws-lc-sys v0.39.1
19002026-06-04T09:38:14.555Z Compiling untrusted v0.7.1
19012026-06-04T09:38:14.614Z Compiling openssl-sys v0.9.116
19022026-06-04T09:38:14.685Z Compiling tower-http v0.6.8
19032026-06-04T09:38:15.068Z Compiling aws-lc-rs v1.16.2
19042026-06-04T09:38:15.162Z Compiling memmap2 v0.9.8
19052026-06-04T09:38:15.787Z Compiling foreign-types-shared v0.1.1
19062026-06-04T09:38:16.064Z Compiling rustls-webpki v0.103.6
19072026-06-04T09:38:16.234Z Compiling foreign-types v0.3.2
19082026-06-04T09:38:16.560Z Compiling rustls v0.23.40
19092026-06-04T09:38:16.855Z Compiling tempfile v3.27.0
19102026-06-04T09:38:17.090Z Compiling openssl-probe v0.1.6
19112026-06-04T09:38:17.276Z Compiling openssl v0.10.80
19122026-06-04T09:38:17.963Z Compiling usdt v0.6.0
19132026-06-04T09:38:18.077Z Compiling either v1.15.0
19142026-06-04T09:38:18.326Z Compiling webpki-roots v1.0.2
19152026-06-04T09:38:18.453Z Compiling newtype-uuid v1.3.2
19162026-06-04T09:38:18.808Z Compiling daft v0.1.5
19172026-06-04T09:38:19.602Z Compiling tokio-rustls v0.26.4
19182026-06-04T09:38:19.754Z Compiling native-tls v0.2.14
19192026-06-04T09:38:19.880Z Compiling hyper-rustls v0.27.7
19202026-06-04T09:38:20.073Z Compiling tokio-native-tls v0.3.1
19212026-06-04T09:38:20.220Z Compiling hyper-tls v0.6.0
19222026-06-04T09:38:20.458Z Compiling reqwest v0.12.23
19232026-06-04T09:38:21.295Z Compiling rustls-webpki v0.102.8
19242026-06-04T09:38:21.406Z Compiling rustls-pemfile v2.2.0
19252026-06-04T09:38:21.610Z Compiling multer v3.1.0
19262026-06-04T09:38:21.893Z Compiling hostname v0.4.2
19272026-06-04T09:38:22.112Z Compiling rustls v0.22.4
19282026-06-04T09:38:22.176Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19292026-06-04T09:38:22.755Z Compiling terminal_size v0.4.3
19302026-06-04T09:38:22.905Z Compiling rand_chacha v0.3.1
19312026-06-04T09:38:23.067Z Compiling wait-timeout v0.2.1
19322026-06-04T09:38:23.641Z Compiling rusty-fork v0.3.0
19332026-06-04T09:38:23.719Z Compiling rand v0.8.5
19342026-06-04T09:38:24.010Z Compiling tokio-rustls v0.25.0
19352026-06-04T09:38:25.159Z Compiling sha1 v0.10.6
19362026-06-04T09:38:25.396Z Compiling rand_xorshift v0.4.0
19372026-06-04T09:38:25.956Z Compiling hubpack_derive v0.1.1
19382026-06-04T09:38:26.509Z Compiling proptest v1.8.0
19392026-06-04T09:38:26.537Z Compiling dropshot v0.16.7
19402026-06-04T09:38:26.816Z Compiling clap_builder v4.6.0
19412026-06-04T09:38:27.922Z Compiling serde_spanned v0.6.9
19422026-06-04T09:38:28.385Z Compiling prettyplease v0.2.37
19432026-06-04T09:38:28.425Z Compiling clap v4.6.1
19442026-06-04T09:38:28.490Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19452026-06-04T09:38:29.794Z Compiling progenitor-client v0.10.0
19462026-06-04T09:38:29.935Z Compiling progenitor-client v0.11.1
19472026-06-04T09:38:30.243Z Compiling serde_with v3.14.1
19482026-06-04T09:38:30.682Z Compiling progenitor v0.11.1
19492026-06-04T09:38:31.695Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19502026-06-04T09:38:31.877Z Compiling rustc-hash v2.1.1
19512026-06-04T09:38:32.034Z Compiling iddqd v0.3.18
19522026-06-04T09:38:32.162Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19532026-06-04T09:38:33.122Z Compiling backoff v0.4.0
19542026-06-04T09:38:33.248Z Compiling parse-display v0.10.0
19552026-06-04T09:38:33.277Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19562026-06-04T09:38:33.354Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19572026-06-04T09:38:33.426Z Compiling toml_write v0.1.2
19582026-06-04T09:38:33.484Z Compiling winnow v0.5.40
19592026-06-04T09:38:33.586Z Compiling toml_edit v0.22.27
19602026-06-04T09:38:34.901Z Compiling num-integer v0.1.46
19612026-06-04T09:38:35.082Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19622026-06-04T09:38:35.336Z Compiling float-ord v0.3.2
19632026-06-04T09:38:35.459Z Compiling toml v0.8.23
19642026-06-04T09:38:38.841Z Compiling num-rational v0.4.2
19652026-06-04T09:38:39.001Z Compiling num-iter v0.1.45
19662026-06-04T09:38:39.477Z Compiling num-complex v0.4.6
19672026-06-04T09:38:39.969Z Compiling num v0.4.3
19682026-06-04T09:38:40.548Z Compiling toml_edit v0.19.15
19692026-06-04T09:38:42.157Z Compiling proc-macro-crate v1.3.1
19702026-06-04T09:38:43.873Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19712026-06-04T09:38:44.840Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19722026-06-04T09:38:45.284Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19732026-06-04T09:38:45.941Z Compiling zerocopy-derive v0.7.35
19742026-06-04T09:38:46.820Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-04T09:38:46.922Z Compiling memoffset v0.9.1
19762026-06-04T09:38:46.991Z Compiling libscf-sys v1.2.0
19772026-06-04T09:38:47.079Z Compiling ingot-macros v0.1.1
19782026-06-04T09:38:47.320Z Compiling proc-macro-error-attr2 v2.0.0
19792026-06-04T09:38:47.845Z Compiling proc-macro-error2 v2.0.1
19802026-06-04T09:38:47.871Z Compiling nix v0.30.1
19812026-06-04T09:38:48.376Z Compiling scroll_derive v0.12.1
19822026-06-04T09:38:48.489Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-06-04T09:38:49.307Z Compiling tabled_derive v0.11.0
19842026-06-04T09:38:49.840Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19852026-06-04T09:38:51.460Z Compiling zerocopy v0.7.35
19862026-06-04T09:38:52.008Z Compiling num_enum_derive v0.7.5
19872026-06-04T09:38:52.163Z Compiling hubpack v0.1.2
19882026-06-04T09:38:52.193Z Compiling foreign-types-macros v0.2.3
19892026-06-04T09:38:52.623Z Compiling static_assertions v1.1.0
19902026-06-04T09:38:53.136Z Compiling glob v0.3.3
19912026-06-04T09:38:53.232Z Compiling proc-macro-error-attr v1.0.4
19922026-06-04T09:38:53.544Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19932026-06-04T09:38:53.605Z Compiling dtrace-parser v0.2.0
19942026-06-04T09:38:53.615Z Compiling bytecount v0.6.9
19952026-06-04T09:38:54.040Z Compiling proc-macro-error v1.0.4
19962026-06-04T09:38:54.079Z Compiling dof v0.3.0
19972026-06-04T09:38:54.632Z Compiling num_enum_derive v0.5.11
19982026-06-04T09:38:56.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19992026-06-04T09:38:56.189Z Compiling thread-id v4.2.2
20002026-06-04T09:38:56.280Z Compiling usdt-impl v0.5.0
20012026-06-04T09:38:56.827Z Compiling derive_more v0.99.20
20022026-06-04T09:38:57.068Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20032026-06-04T09:38:57.330Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20042026-06-04T09:38:57.745Z Compiling minimal-lexical v0.2.1
20052026-06-04T09:38:58.040Z Compiling nom v7.1.3
20062026-06-04T09:38:58.097Z Compiling usdt-attr-macro v0.5.0
20072026-06-04T09:38:58.288Z Compiling usdt-macro v0.5.0
20082026-06-04T09:38:58.464Z Compiling zone_cfg_derive v0.3.1
20092026-06-04T09:38:58.981Z Compiling papergrid v0.17.0
20102026-06-04T09:38:59.081Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20112026-06-04T09:38:59.161Z Compiling testing_table v0.3.0
20122026-06-04T09:38:59.172Z Compiling rustc_version v0.4.1
20132026-06-04T09:38:59.332Z Compiling crossbeam-epoch v0.9.18
20142026-06-04T09:38:59.457Z Compiling dropshot_endpoint v0.17.1
20152026-06-04T09:38:59.495Z Compiling adler2 v2.0.1
20162026-06-04T09:38:59.639Z Compiling miniz_oxide v0.8.9
20172026-06-04T09:38:59.684Z Compiling crc32fast v1.5.0
20182026-06-04T09:38:59.735Z Compiling enum-as-inner v0.6.1
20192026-06-04T09:38:59.785Z Compiling regress v0.11.1
20202026-06-04T09:39:00.099Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20212026-06-04T09:39:00.333Z Compiling tabled v0.20.0
20222026-06-04T09:39:00.337Z Compiling flate2 v1.1.2
20232026-06-04T09:39:00.661Z Compiling curve25519-dalek v4.1.3
20242026-06-04T09:39:00.866Z Compiling hybrid-array v0.4.12
20252026-06-04T09:39:01.033Z Compiling crossbeam-deque v0.8.6
20262026-06-04T09:39:01.158Z Compiling thiserror-impl-no-std v2.0.2
20272026-06-04T09:39:01.226Z Compiling curve25519-dalek-derive v0.1.1
20282026-06-04T09:39:01.343Z Compiling typify-impl v0.6.2
20292026-06-04T09:39:01.732Z Compiling crypto-common v0.2.2
20302026-06-04T09:39:01.925Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20312026-06-04T09:39:02.273Z Compiling block-buffer v0.12.0
20322026-06-04T09:39:02.276Z Compiling rayon-core v1.13.0
20332026-06-04T09:39:02.441Z Compiling clang-sys v1.8.1
20342026-06-04T09:39:02.817Z Compiling compression-core v0.4.32
20352026-06-04T09:39:02.835Z Compiling const-oid v0.10.2
20362026-06-04T09:39:02.989Z Compiling digest v0.11.3
20372026-06-04T09:39:03.037Z Compiling compression-codecs v0.4.32
20382026-06-04T09:39:03.060Z Compiling scroll v0.12.0
20392026-06-04T09:39:03.237Z Compiling hash32 v0.3.1
20402026-06-04T09:39:03.316Z Compiling toml_datetime v1.1.1+spec-1.1.0
20412026-06-04T09:39:03.406Z Compiling cpufeatures v0.3.0
20422026-06-04T09:39:03.456Z Compiling heapless v0.8.0
20432026-06-04T09:39:03.469Z Compiling sha1 v0.11.0
20442026-06-04T09:39:03.486Z Compiling goblin v0.8.2
20452026-06-04T09:39:03.498Z Compiling async-compression v0.4.33
20462026-06-04T09:39:03.640Z Compiling toml v1.1.2+spec-1.1.0
20472026-06-04T09:39:03.733Z Compiling ingot-types v0.1.2
20482026-06-04T09:39:03.842Z Compiling cobs v0.3.0
20492026-06-04T09:39:03.889Z Compiling libloading v0.8.9
20502026-06-04T09:39:03.978Z Compiling bitflags v1.3.2
20512026-06-04T09:39:04.048Z Compiling foreign-types-shared v0.3.1
20522026-06-04T09:39:04.060Z Compiling managed v0.8.0
20532026-06-04T09:39:04.092Z Compiling bindgen v0.72.1
20542026-06-04T09:39:04.108Z Compiling ingot v0.1.1
20552026-06-04T09:39:04.133Z Compiling foreign-types v0.5.0
20562026-06-04T09:39:04.217Z Compiling postcard v1.1.3
20572026-06-04T09:39:04.280Z Compiling smoltcp v0.11.0
20582026-06-04T09:39:04.560Z Compiling dropshot v0.17.1
20592026-06-04T09:39:05.622Z Compiling cexpr v0.6.0
20602026-06-04T09:39:05.649Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20612026-06-04T09:39:06.197Z Compiling num_enum v0.7.5
20622026-06-04T09:39:06.281Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20632026-06-04T09:39:06.685Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642026-06-04T09:39:06.714Z Compiling camino-tempfile v1.4.1
20652026-06-04T09:39:07.014Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20662026-06-04T09:39:07.053Z Compiling serde_repr v0.1.20
20672026-06-04T09:39:07.064Z Compiling derive-where v1.6.0
20682026-06-04T09:39:07.161Z Compiling cstr-argument v0.1.2
20692026-06-04T09:39:07.452Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20702026-06-04T09:39:07.541Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-06-04T09:39:07.664Z Compiling typify-macro v0.6.2
20722026-06-04T09:39:08.395Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20732026-06-04T09:39:08.586Z Compiling rayon v1.11.0
20742026-06-04T09:39:08.732Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20752026-06-04T09:39:08.861Z Compiling crucible-workspace-hack v0.1.0
20762026-06-04T09:39:09.656Z Compiling memmap v0.7.0
20772026-06-04T09:39:09.790Z Compiling tinyvec_macros v0.1.1
20782026-06-04T09:39:09.827Z Compiling typify v0.6.2
20792026-06-04T09:39:09.846Z Compiling tinyvec v1.10.0
20802026-06-04T09:39:09.906Z Compiling usdt v0.5.0
20812026-06-04T09:39:09.944Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20822026-06-04T09:39:10.354Z Compiling num_enum v0.5.11
20832026-06-04T09:39:10.733Z Compiling pin-project-internal v1.1.10
20842026-06-04T09:39:11.827Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20852026-06-04T09:39:11.865Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20862026-06-04T09:39:11.969Z Compiling progenitor-impl v0.14.0
20872026-06-04T09:39:12.076Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20882026-06-04T09:39:12.112Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20892026-06-04T09:39:12.194Z Compiling rustix v0.38.44
20902026-06-04T09:39:12.720Z Compiling itertools v0.12.1
20912026-06-04T09:39:12.724Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20922026-06-04T09:39:12.845Z Compiling progenitor-impl v0.10.0
20932026-06-04T09:39:13.067Z Compiling sigpipe v0.1.3
20942026-06-04T09:39:13.080Z Compiling jiff v0.2.15
20952026-06-04T09:39:13.159Z Compiling const_format_proc_macros v0.2.34
20962026-06-04T09:39:13.894Z Compiling zone v0.3.1
20972026-06-04T09:39:13.974Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20982026-06-04T09:39:14.003Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20992026-06-04T09:39:15.006Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21002026-06-04T09:39:15.517Z Compiling progenitor-macro v0.14.0
21012026-06-04T09:39:15.580Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21022026-06-04T09:39:15.987Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21032026-06-04T09:39:16.361Z Compiling progenitor-macro v0.10.0
21042026-06-04T09:39:16.614Z Compiling secrecy v0.10.3
21052026-06-04T09:39:16.635Z Compiling smf v0.2.3
21062026-06-04T09:39:16.707Z Compiling snafu-derive v0.8.9
21072026-06-04T09:39:16.783Z Compiling async-recursion v1.1.1
21082026-06-04T09:39:16.989Z Compiling bstr v1.12.0
21092026-06-04T09:39:17.002Z Compiling whoami v1.6.1
21102026-06-04T09:39:17.480Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21112026-06-04T09:39:18.484Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21122026-06-04T09:39:19.045Z Compiling hmac v0.12.1
21132026-06-04T09:39:19.195Z Compiling inout v0.1.4
21142026-06-04T09:39:19.293Z Compiling ff v0.13.1
21152026-06-04T09:39:19.349Z Compiling crc8 v0.1.1
21162026-06-04T09:39:19.472Z Compiling data-encoding v2.9.0
21172026-06-04T09:39:19.738Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21182026-06-04T09:39:20.658Z Compiling group v0.13.0
21192026-06-04T09:39:20.781Z Compiling cipher v0.4.4
21202026-06-04T09:39:20.858Z Compiling hkdf v0.12.4
21212026-06-04T09:39:21.038Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21222026-06-04T09:39:21.398Z Compiling atomicwrites v0.4.4
21232026-06-04T09:39:21.489Z Compiling tokio-dtrace v0.1.1
21242026-06-04T09:39:21.694Z Compiling tabled_derive v0.7.0
21252026-06-04T09:39:22.045Z Compiling reqwest v0.13.2
21262026-06-04T09:39:22.050Z Compiling universal-hash v0.5.1
21272026-06-04T09:39:22.184Z Compiling crypto-bigint v0.5.5
21282026-06-04T09:39:22.206Z Compiling half v2.7.1
21292026-06-04T09:39:22.499Z Compiling base16ct v0.2.0
21302026-06-04T09:39:22.564Z Compiling opaque-debug v0.3.1
21312026-06-04T09:39:22.643Z Compiling indent_write v2.2.0
21322026-06-04T09:39:22.656Z Compiling base64ct v1.8.0
21332026-06-04T09:39:22.787Z Compiling ciborium-io v0.2.2
21342026-06-04T09:39:22.892Z Compiling password-hash v0.5.0
21352026-06-04T09:39:22.966Z Compiling ciborium-ll v0.2.2
21362026-06-04T09:39:23.281Z Compiling progenitor-client v0.14.0
21372026-06-04T09:39:23.389Z Compiling elliptic-curve v0.13.8
21382026-06-04T09:39:23.478Z Compiling poly1305 v0.8.0
21392026-06-04T09:39:24.029Z Compiling oxide-tokio-rt v0.1.2
21402026-06-04T09:39:24.267Z Compiling chacha20 v0.9.1
21412026-06-04T09:39:24.494Z Compiling similar v2.7.0
21422026-06-04T09:39:24.508Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-06-04T09:39:24.770Z Compiling thiserror-no-std v2.0.2
21442026-06-04T09:39:25.496Z Compiling blake2 v0.10.6
21452026-06-04T09:39:25.968Z Compiling aead v0.5.2
21462026-06-04T09:39:26.126Z Compiling resolv-conf v0.7.5
21472026-06-04T09:39:26.224Z Compiling linked-hash-map v0.5.6
21482026-06-04T09:39:26.235Z Compiling keccak v0.1.6
21492026-06-04T09:39:26.444Z Compiling lru-cache v0.1.2
21502026-06-04T09:39:26.467Z Compiling sha3 v0.10.8
21512026-06-04T09:39:26.565Z Compiling chacha20poly1305 v0.10.1
21522026-06-04T09:39:26.684Z Compiling argon2 v0.5.3
21532026-06-04T09:39:26.702Z Compiling vsss-rs v3.3.4
21542026-06-04T09:39:26.728Z Compiling progenitor v0.14.0
21552026-06-04T09:39:26.867Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21562026-06-04T09:39:26.905Z Compiling ciborium v0.2.2
21572026-06-04T09:39:27.111Z Compiling hickory-proto v0.24.4
21582026-06-04T09:39:27.489Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21592026-06-04T09:39:27.500Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21602026-06-04T09:39:27.997Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21612026-06-04T09:39:28.031Z Compiling serde-big-array v0.5.1
21622026-06-04T09:39:28.299Z Compiling unicode-segmentation v1.12.0
21632026-06-04T09:39:28.355Z Compiling siphasher v1.0.1
21642026-06-04T09:39:28.413Z Compiling same-file v1.0.6
21652026-06-04T09:39:28.524Z Compiling walkdir v2.5.0
21662026-06-04T09:39:28.558Z Compiling phf_shared v0.12.1
21672026-06-04T09:39:28.708Z Compiling newline-converter v0.3.0
21682026-06-04T09:39:28.765Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21692026-06-04T09:39:28.829Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21702026-06-04T09:39:29.019Z Compiling hickory-resolver v0.24.4
21712026-06-04T09:39:29.067Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21722026-06-04T09:39:29.563Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-06-04T09:39:30.576Z Compiling newtype_derive v0.1.6
21742026-06-04T09:39:30.663Z Compiling owo-colors v4.3.0
21752026-06-04T09:39:30.821Z Compiling tokio-stream v0.1.17
21762026-06-04T09:39:31.223Z Compiling console v0.15.11
21772026-06-04T09:39:31.279Z Compiling csv-core v0.1.12
21782026-06-04T09:39:31.411Z Compiling smawk v0.3.2
21792026-06-04T09:39:31.552Z Compiling foldhash v0.1.5
21802026-06-04T09:39:31.556Z Compiling swrite v0.1.0
21812026-06-04T09:39:31.582Z Compiling unicode-width v0.1.14
21822026-06-04T09:39:31.648Z Compiling unicode-linebreak v0.1.5
21832026-06-04T09:39:31.733Z Compiling humantime v2.3.0
21842026-06-04T09:39:31.815Z Compiling termtree v0.5.1
21852026-06-04T09:39:31.887Z Compiling textwrap v0.16.2
21862026-06-04T09:39:31.964Z Compiling hashbrown v0.15.5
21872026-06-04T09:39:32.013Z Compiling expectorate v1.2.0
21882026-06-04T09:39:32.094Z Compiling csv v1.4.0
21892026-06-04T09:39:32.175Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21902026-06-04T09:39:32.269Z Compiling qorb v0.4.1
21912026-06-04T09:39:32.513Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-06-04T09:39:33.823Z Compiling phf v0.12.1
21932026-06-04T09:39:33.986Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21942026-06-04T09:39:34.466Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21952026-06-04T09:39:34.505Z Compiling pin-project v1.1.10
21962026-06-04T09:39:34.613Z Compiling unicode-normalization v0.1.24
21972026-06-04T09:39:34.634Z Compiling libz-sys v1.1.22
21982026-06-04T09:39:34.957Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21992026-06-04T09:39:35.818Z Compiling libsw-core v0.3.2
22002026-06-04T09:39:36.143Z Compiling highway v1.3.0
22012026-06-04T09:39:36.269Z Compiling fixedbitset v0.4.2
22022026-06-04T09:39:36.714Z Compiling fixedbitset v0.5.7
22032026-06-04T09:39:36.999Z Compiling petgraph v0.8.2
22042026-06-04T09:39:37.062Z Compiling petgraph v0.6.5
22052026-06-04T09:39:38.147Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22062026-06-04T09:39:38.582Z Compiling progenitor v0.10.0
22072026-06-04T09:39:38.600Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22082026-06-04T09:39:39.296Z Compiling libsw v3.5.0
22092026-06-04T09:39:39.910Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-06-04T09:39:40.359Z Compiling olpc-cjson v0.1.4
22112026-06-04T09:39:40.539Z Compiling libgit2-sys v0.17.0+1.8.1
22122026-06-04T09:39:40.803Z Compiling snafu v0.8.9
22132026-06-04T09:39:41.196Z Compiling chrono-tz v0.10.4
22142026-06-04T09:39:41.217Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-04T09:39:41.414Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T09:39:41.990Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-06-04T09:39:42.200Z Compiling papergrid v0.11.0
22182026-06-04T09:39:42.286Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-06-04T09:39:42.321Z Compiling globset v0.4.16
22202026-06-04T09:39:42.559Z Compiling const_format v0.2.34
22212026-06-04T09:39:42.571Z Compiling slog-dtrace v0.3.0
22222026-06-04T09:39:42.896Z Compiling cancel-safe-futures v0.1.5
22232026-06-04T09:39:42.907Z Compiling gethostname v0.5.0
22242026-06-04T09:39:43.249Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22252026-06-04T09:39:44.015Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-06-04T09:39:44.105Z Compiling dropshot-api-manager-types v0.7.2
22272026-06-04T09:39:44.276Z Compiling bcs v0.1.6
22282026-06-04T09:39:44.495Z Compiling serde_plain v1.0.2
22292026-06-04T09:39:44.608Z Compiling cargo-platform v0.1.9
22302026-06-04T09:39:44.619Z Compiling pem v3.0.5
22312026-06-04T09:39:45.001Z Compiling tagptr v0.2.0
22322026-06-04T09:39:45.039Z Compiling typed-path v0.9.3
22332026-06-04T09:39:45.114Z Compiling linear-map v1.2.0
22342026-06-04T09:39:45.151Z Compiling moka v0.12.11
22352026-06-04T09:39:45.303Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-06-04T09:39:45.922Z Compiling tough v0.20.0
22372026-06-04T09:39:46.920Z Compiling cargo_metadata v0.18.1
22382026-06-04T09:39:47.082Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22392026-06-04T09:39:48.412Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22402026-06-04T09:39:48.688Z Compiling tabled v0.15.0
22412026-06-04T09:39:48.751Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22422026-06-04T09:39:49.466Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-06-04T09:39:49.677Z Compiling git2 v0.19.0
22442026-06-04T09:39:51.380Z Compiling steno v0.4.1
22452026-06-04T09:39:52.292Z Compiling cookie v0.18.1
22462026-06-04T09:39:52.547Z Compiling hickory-proto v0.25.2
22472026-06-04T09:39:54.625Z Compiling hickory-resolver v0.25.2
22482026-06-04T09:39:54.776Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-04T09:39:57.106Z Compiling vergen v8.3.2
22502026-06-04T09:39:59.123Z Compiling signal-hook v0.3.18
22512026-06-04T09:39:59.497Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22522026-06-04T09:39:59.602Z Compiling predicates-core v1.0.9
22532026-06-04T09:39:59.808Z Compiling mockall_derive v0.13.1
22542026-06-04T09:40:00.234Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22552026-06-04T09:40:00.387Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22562026-06-04T09:40:00.557Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22572026-06-04T09:40:00.608Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22582026-06-04T09:40:01.524Z Compiling sha2 v0.10.9
22592026-06-04T09:40:01.931Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22602026-06-04T09:40:02.598Z Compiling yansi v1.0.1
22612026-06-04T09:40:02.632Z Compiling diff v0.1.13
22622026-06-04T09:40:02.924Z Compiling pretty_assertions v1.4.1
22632026-06-04T09:40:02.939Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-06-04T09:40:03.276Z Compiling fs-err v3.1.2
22652026-06-04T09:40:04.171Z Compiling predicates-tree v1.0.12
22662026-06-04T09:40:04.183Z Compiling predicates v3.1.3
22672026-06-04T09:40:04.890Z Compiling git-stub v1.0.0
22682026-06-04T09:40:05.055Z Compiling filetime v0.2.26
22692026-06-04T09:40:05.182Z Compiling is_ci v1.2.0
22702026-06-04T09:40:05.257Z Compiling constant_time_eq v0.3.1
22712026-06-04T09:40:05.341Z Compiling arrayref v0.3.9
22722026-06-04T09:40:05.381Z Compiling arrayvec v0.7.6
22732026-06-04T09:40:05.425Z Compiling fragile v2.0.1
22742026-06-04T09:40:05.593Z Compiling xattr v1.6.1
22752026-06-04T09:40:05.736Z Compiling downcast v0.11.0
22762026-06-04T09:40:05.776Z Compiling tar v0.4.45
22772026-06-04T09:40:05.896Z Compiling blake3 v1.8.2
22782026-06-04T09:40:06.166Z Compiling mockall v0.13.1
22792026-06-04T09:40:06.369Z Compiling toml v0.7.8
22802026-06-04T09:40:06.472Z Compiling supports-color v3.0.2
22812026-06-04T09:40:06.665Z Compiling git-stub-vcs v0.1.0
22822026-06-04T09:40:07.055Z Compiling curl-sys v0.4.83+curl-8.15.0
22832026-06-04T09:40:07.059Z Compiling signal-hook-tokio v0.3.1
22842026-06-04T09:40:07.357Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22852026-06-04T09:40:08.286Z Compiling drift v0.2.0
22862026-06-04T09:40:08.927Z Compiling kstat-rs v0.2.4
22872026-06-04T09:40:09.261Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22882026-06-04T09:40:09.317Z Compiling topological-sort v0.2.2
22892026-06-04T09:40:09.456Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22902026-06-04T09:40:09.471Z Compiling display-error-chain v0.2.2
22912026-06-04T09:40:09.575Z Compiling hex-literal v1.0.0
22922026-06-04T09:40:09.699Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22932026-06-04T09:40:09.843Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22942026-06-04T09:40:10.352Z Compiling omicron-zone-package v0.12.2
22952026-06-04T09:40:11.599Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22962026-06-04T09:40:11.738Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22972026-06-04T09:40:12.495Z Compiling dropshot-api-manager v0.7.2
22982026-06-04T09:40:12.934Z Compiling curl v0.4.49
22992026-06-04T09:40:12.964Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23002026-06-04T09:40:13.208Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23012026-06-04T09:40:13.491Z Compiling search_path v0.1.4
23022026-06-04T09:40:13.833Z Compiling internet-checksum v0.2.1
23032026-06-04T09:40:13.909Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23042026-06-04T09:40:13.988Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23052026-06-04T09:40:16.255Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23062026-06-04T09:40:19.597Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23072026-06-04T09:41:04.339Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 18s
23082026-06-04T09:41:04.462Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
23092026-06-04T09:41:04.466Z
23102026-06-04T09:41:04.466Zrunning 5 tests
23112026-06-04T09:41:04.466Ztest fuse::tests::chip_revision_b1 ... ok
23122026-06-04T09:41:04.466Ztest fuse::tests::chip_revision_a0 ... ok
23132026-06-04T09:41:04.466Ztest fuse::tests::chip_revision_b0 ... ok
23142026-06-04T09:41:04.466Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23152026-06-04T09:41:04.466Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23162026-06-04T09:41:04.466Z
23172026-06-04T09:41:04.466Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23182026-06-04T09:41:04.466Z
23192026-06-04T09:41:04.466Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23202026-06-04T09:41:04.470Z
23212026-06-04T09:41:04.470Zrunning 0 tests
23222026-06-04T09:41:04.470Z
23232026-06-04T09:41:04.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-04T09:41:04.470Z
23252026-06-04T09:41:04.470Z Running unittests src/lib.rs (target/debug/deps/asic-4ec38f825b88b3ce)
23262026-06-04T09:41:04.473Z
23272026-06-04T09:41:04.473Zrunning 0 tests
23282026-06-04T09:41:04.473Z
23292026-06-04T09:41:04.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-04T09:41:04.474Z
23312026-06-04T09:41:04.474Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
23322026-06-04T09:41:04.476Z
23332026-06-04T09:41:04.476Zrunning 10 tests
23342026-06-04T09:41:04.476Ztest nat::tests::test_vni ... ok
23352026-06-04T09:41:04.477Ztest network::tests::test_equal ... ok
23362026-06-04T09:41:04.477Ztest network::tests::test_eui64 ... ok
23372026-06-04T09:41:04.477Ztest network::tests::test_generate_ipv6_link_local ... ok
23382026-06-04T09:41:04.477Ztest network::tests::test_into ... ok
23392026-06-04T09:41:04.477Ztest network::tests::test_not_equal ... ok
23402026-06-04T09:41:04.477Ztest network::tests::test_to_string ... ok
23412026-06-04T09:41:04.477Ztest network::tests::test_parse ... ok
23422026-06-04T09:41:04.477Ztest test_purge ... ok
23432026-06-04T09:41:04.480Ztest illumos::test::address_exists_handles_missing_object ... ok
23442026-06-04T09:41:04.480Z
23452026-06-04T09:41:04.480Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23462026-06-04T09:41:04.480Z
23472026-06-04T09:41:04.480Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
23482026-06-04T09:41:04.496Z
23492026-06-04T09:41:04.496Zrunning 1 test
23502026-06-04T09:41:04.496Z -------
23512026-06-04T09:41:04.496Z Generating OpenAPI documents from API definitions ...
23522026-06-04T09:41:04.623Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23532026-06-04T09:41:04.692Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23542026-06-04T09:41:05.702Z -------
23552026-06-04T09:41:05.702Z Checking 12 OpenAPI documents...
23562026-06-04T09:41:05.702Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23572026-06-04T09:41:05.702Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23582026-06-04T09:41:05.702Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23592026-06-04T09:41:05.706Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23602026-06-04T09:41:05.706Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23612026-06-04T09:41:05.706Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23622026-06-04T09:41:05.707Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-04T09:41:05.707Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-04T09:41:05.707Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-04T09:41:05.707Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-04T09:41:05.707Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-04T09:41:05.707Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-04T09:41:05.707Z Fresh dpd "latest" symlink
23692026-06-04T09:41:05.707Z -------
23702026-06-04T09:41:05.707Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23712026-06-04T09:41:05.766Ztest test::test_apis_up_to_date ... ok
23722026-06-04T09:41:05.766Z
23732026-06-04T09:41:05.766Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
23742026-06-04T09:41:05.766Z
23752026-06-04T09:41:05.822Z Running unittests src/main.rs (target/debug/deps/dpd-ea0152910a6ee8e3)
23762026-06-04T09:41:05.827Z
23772026-06-04T09:41:05.827Zrunning 19 tests
23782026-06-04T09:41:05.831Ztest freemap::test_ordering ... ok
23792026-06-04T09:41:05.831Ztest config::tests::test_updates ... ok
23802026-06-04T09:41:05.831Ztest freemap::test_split ... ok
23812026-06-04T09:41:05.831Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23822026-06-04T09:41:05.831Ztest macaddrs::tests::test_mac_offset ... ok
23832026-06-04T09:41:05.831Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23842026-06-04T09:41:05.831Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23852026-06-04T09:41:05.831Ztest macaddrs::tests::test_parse_port_id ... ok
23862026-06-04T09:41:05.831Ztest nat::test_mapping ... ok
23872026-06-04T09:41:05.835Ztest port_map::tests::dump_map ... ok
23882026-06-04T09:41:05.835ZJun 04 09:41:04.191 DEBG created new freemapJun 04 09:41:04.191 DEBG , created new freemapunit:, unitfreemap_test: freemap_test
23892026-06-04T09:41:05.835Z
23902026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG initted freemap. size: 128Jun 04 09:41:04.192, unitDEBG: initted freemap. size: 128freemap_test,
23912026-06-04T09:41:05.835Zunit: Jun 04 09:41:04.192freemap_test
23922026-06-04T09:41:05.835ZDEBG reset freemap, unit:Jun 04 09:41:04.192 freemap_testDEBG
23932026-06-04T09:41:05.835Z reset freemap, unitJun 04 09:41:04.191: freemap_testDEBG
23942026-06-04T09:41:05.835Z created new freemap, unit: freemap_test
23952026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test
23962026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test
23972026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG created new freemap, unit: freemap_test
23982026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test
23992026-06-04T09:41:05.835ZJun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test
24002026-06-04T09:41:05.835Ztest port_map::tests::test_backplane_group ... ok
24012026-06-04T09:41:05.835Ztest freemap::test_free ... ok
24022026-06-04T09:41:05.835Ztest freemap::test_basic ... ok
24032026-06-04T09:41:05.835Ztest freemap::test_exhaustion ... ok
24042026-06-04T09:41:05.835Ztest freemap::test_reclaim ... ok
24052026-06-04T09:41:05.835Ztest port_map::tests::test_port_map ... ok
24062026-06-04T09:41:05.836ZJun 04 09:41:04.192 DEBG created new freemap, unit: freemap_test
24072026-06-04T09:41:05.836ZJun 04 09:41:04.192 DEBG initted freemap. size: 128, unit: freemap_test
24082026-06-04T09:41:05.836ZJun 04 09:41:04.192 DEBG reset freemap, unit: freemap_test
24092026-06-04T09:41:05.836Ztest freemap::test_span ... ok
24102026-06-04T09:41:05.836Ztest api_server::tests::test_build_info ... ok
24112026-06-04T09:41:05.836Ztest port_map::tests::parse_softnpu_revision ... ok
24122026-06-04T09:41:05.836Z
24132026-06-04T09:41:05.836Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24142026-06-04T09:41:05.836Z
24152026-06-04T09:41:05.839Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c40c02d726e5fdd2)
24162026-06-04T09:41:05.839Z
24172026-06-04T09:41:05.839Zrunning 0 tests
24182026-06-04T09:41:05.839Z
24192026-06-04T09:41:05.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-06-04T09:41:05.839Z
24212026-06-04T09:41:05.839Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
24222026-06-04T09:41:05.845Z
24232026-06-04T09:41:05.845Zrunning 0 tests
24242026-06-04T09:41:05.845Z
24252026-06-04T09:41:05.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-04T09:41:05.845Z
24272026-06-04T09:41:05.845Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a8f98fdd5eb15c21)
24282026-06-04T09:41:05.845Z
24292026-06-04T09:41:05.845Zrunning 6 tests
24302026-06-04T09:41:05.845Ztest tests::test_parse_client_port_id ... ok
24312026-06-04T09:41:05.845Ztest tests::test_port_id_cmp ... ok
24322026-06-04T09:41:05.845Ztest tests::test_full_lot_id_neither_present ... ok
24332026-06-04T09:41:05.845Ztest tests::test_full_lot_id_lotnum_only ... ok
24342026-06-04T09:41:05.845Ztest tests::test_full_lot_id_both_present ... ok
24352026-06-04T09:41:05.845Ztest tests::test_full_lot_id_lot_only ... ok
24362026-06-04T09:41:05.845Z
24372026-06-04T09:41:05.845Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24382026-06-04T09:41:05.845Z
24392026-06-04T09:41:05.849Z Running tests/test_all.rs (target/debug/deps/test_all-fe5998818432bb9d)
24402026-06-04T09:41:05.849Z
24412026-06-04T09:41:05.849Zrunning 0 tests
24422026-06-04T09:41:05.849Z
24432026-06-04T09:41:05.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-04T09:41:05.849Z
24452026-06-04T09:41:05.849Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
24462026-06-04T09:41:05.849Z
24472026-06-04T09:41:05.849Zrunning 0 tests
24482026-06-04T09:41:05.849Z
24492026-06-04T09:41:05.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-04T09:41:05.849Z
24512026-06-04T09:41:05.849Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
24522026-06-04T09:41:05.849Z
24532026-06-04T09:41:05.849Zrunning 0 tests
24542026-06-04T09:41:05.849Z
24552026-06-04T09:41:05.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-04T09:41:05.850Z
24572026-06-04T09:41:05.850Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
24582026-06-04T09:41:05.853Z
24592026-06-04T09:41:05.853Zrunning 12 tests
24602026-06-04T09:41:05.853Ztest icmp::test_v6_checksum ... ok
24612026-06-04T09:41:05.853Ztest icmp::test_v4_checksum ... ok
24622026-06-04T09:41:05.853Ztest lldp::test_lldp_parse ... ok
24632026-06-04T09:41:05.853Ztest ipv6::test_ipv6_parse ... ok
24642026-06-04T09:41:05.853Ztest pbuf::test_byte ... ok
24652026-06-04T09:41:05.853Ztest pbuf::test_nibble ... ok
24662026-06-04T09:41:05.853Ztest pbuf::test_overflow ... ok
24672026-06-04T09:41:05.853Ztest pbuf::test_short ... ok
24682026-06-04T09:41:05.853Ztest pbuf::test_twelve ... ok
24692026-06-04T09:41:05.853Ztest pbuf::test_word ... ok
24702026-06-04T09:41:05.853Ztest tcp::test_checksum_ack_data ... ok
24712026-06-04T09:41:05.854Ztest tcp::test_checksum_syn_nodata ... ok
24722026-06-04T09:41:05.854Z
24732026-06-04T09:41:05.854Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24742026-06-04T09:41:05.854Z
24752026-06-04T09:41:05.854Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
24762026-06-04T09:41:05.854Z
24772026-06-04T09:41:05.854Zrunning 0 tests
24782026-06-04T09:41:05.854Z
24792026-06-04T09:41:05.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-04T09:41:05.854Z
24812026-06-04T09:41:05.854Z Running unittests src/main.rs (target/debug/deps/swadm-608ff3ac72d3e72f)
24822026-06-04T09:41:05.858Z
24832026-06-04T09:41:05.858Zrunning 5 tests
24842026-06-04T09:41:05.859Ztest switchport::test::test_compute_lanes ... ok
24852026-06-04T09:41:05.859Ztest switchport::test::port_id_ordering ... ok
24862026-06-04T09:41:05.859Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
24872026-06-04T09:41:05.859Z State: Activated Lane 1 ActivatedLane 2 ActivatedLane 3
24882026-06-04T09:41:05.859ZActivated
24892026-06-04T09:41:05.859Z Rx Loss-of-lock: Yes Rx Output Enabled: false false Yes false falseYes
24902026-06-04T09:41:05.859ZYes
24912026-06-04T09:41:05.859Z Rx Output Status: valid Rx Loss-of-signal: Yes valid Yes validYes Yes
24922026-06-04T09:41:05.859Zvalid Rx CDR Enabled: Yes
24932026-06-04T09:41:05.859Z Rx Loss-of-lock: true Yes true Yestrue Yes
24942026-06-04T09:41:05.859Ztrue
24952026-06-04T09:41:05.859Z Tx Enabled: Yes Rx Loss-of-signal: false Yes false Yes falseYes
24962026-06-04T09:41:05.859Zfalse
24972026-06-04T09:41:05.859Z Tx Loss-of-lock: No Rx Auto-squelch Disable: trueNo trueNo No
24982026-06-04T09:41:05.859Ztrue true
24992026-06-04T09:41:05.859Z Tx Loss-of-signal: No Tx Output Enabled: trueNo trueNo true Notrue
25002026-06-04T09:41:05.859Z
25012026-06-04T09:41:05.859Z Tx CDR Enabled: No Tx Output Status: invalid No invalid No invalidNo
25022026-06-04T09:41:05.859Z invalid Tx Adaptive EQ Fault: No
25032026-06-04T09:41:05.859Z Tx Loss-of-lock: falseNo falseNo falseNo
25042026-06-04T09:41:05.859Zfalse
25052026-06-04T09:41:05.859Z Tx Fault: Yes Tx Loss-of-signal: true Yes true Yestrue Yestrue
25062026-06-04T09:41:05.859Z
25072026-06-04T09:41:05.859ZTx Auto-squelch Disable: false false false false
25082026-06-04T09:41:05.859Z Tx Adaptive EQ Fail: true true true true
25092026-06-04T09:41:05.859Z Tx Failure: false false false false
25102026-06-04T09:41:05.859Z Tx Force Squelch: true true true true
25112026-06-04T09:41:05.859Z Tx Input Polarity: normal normal normal normal
25122026-06-04T09:41:05.860Ztest switchport::test::test_print_sff_datapath ... ok
25132026-06-04T09:41:05.860Ztest switchport::test::test_print_cmis_datapath ... ok
25142026-06-04T09:41:05.860Ztest link::test_filter ... ok
25152026-06-04T09:41:05.860Z
25162026-06-04T09:41:05.860Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25172026-06-04T09:41:05.860Z
25182026-06-04T09:41:05.860Z Running tests/counters.rs (target/debug/deps/counters-e3b78b14b5fc7c01)
25192026-06-04T09:41:05.863Z
25202026-06-04T09:41:05.863Zrunning 1 test
25212026-06-04T09:41:05.863Ztest test_p4_counter_list ... ignored
25222026-06-04T09:41:05.863Z
25232026-06-04T09:41:05.863Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25242026-06-04T09:41:05.863Z
25252026-06-04T09:41:05.863Z Running tests/port-link.rs (target/debug/deps/port_link-554ffd493366109c)
25262026-06-04T09:41:05.864Z
25272026-06-04T09:41:05.864Zrunning 5 tests
25282026-06-04T09:41:05.864Ztest test_an ... ignored
25292026-06-04T09:41:05.864Ztest test_enable ... ignored
25302026-06-04T09:41:05.864Ztest test_ip_addresses ... ignored
25312026-06-04T09:41:05.864Ztest test_kr ... ignored
25322026-06-04T09:41:05.864Ztest test_mac ... ignored
25332026-06-04T09:41:05.864Z
25342026-06-04T09:41:05.864Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25352026-06-04T09:41:05.864Z
25362026-06-04T09:41:05.864Z Running unittests src/main.rs (target/debug/deps/tfportd-57d59bf2d3267499)
25372026-06-04T09:41:05.864Z
25382026-06-04T09:41:05.864Zrunning 3 tests
25392026-06-04T09:41:05.867Ztest linklocal::test_parse_ipadm ... ok
25402026-06-04T09:41:05.867Ztest tfport::test_parse_tfport ... ok
25412026-06-04T09:41:05.867Ztest config::tests::test_updates ... ok
25422026-06-04T09:41:05.867Z
25432026-06-04T09:41:05.867Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-06-04T09:41:05.867Z
25452026-06-04T09:41:05.867Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
25462026-06-04T09:41:05.868Z
25472026-06-04T09:41:05.868Zrunning 0 tests
25482026-06-04T09:41:05.868Z
25492026-06-04T09:41:05.868Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-04T09:41:05.868Z
25512026-06-04T09:41:05.868Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
25522026-06-04T09:41:05.871Z
25532026-06-04T09:41:05.871Zrunning 0 tests
25542026-06-04T09:41:05.871Z
25552026-06-04T09:41:05.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-04T09:41:05.871Z
25572026-06-04T09:41:05.871Z Doc-tests aal
25582026-06-04T09:41:05.994Z
25592026-06-04T09:41:05.994Zrunning 0 tests
25602026-06-04T09:41:05.994Z
25612026-06-04T09:41:05.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-04T09:41:05.994Z
25632026-06-04T09:41:06.011Z Doc-tests aal_macros
25642026-06-04T09:41:06.080Z
25652026-06-04T09:41:06.080Zrunning 0 tests
25662026-06-04T09:41:06.080Z
25672026-06-04T09:41:06.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-04T09:41:06.080Z
25692026-06-04T09:41:06.091Z Doc-tests common
25702026-06-04T09:41:06.318Z
25712026-06-04T09:41:06.318Zrunning 0 tests
25722026-06-04T09:41:06.318Z
25732026-06-04T09:41:06.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-04T09:41:06.318Z
25752026-06-04T09:41:06.339Z Doc-tests dpd_api
25762026-06-04T09:41:07.078Z
25772026-06-04T09:41:07.079Zrunning 2 tests
25782026-06-04T09:41:07.079Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25792026-06-04T09:41:07.079Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25802026-06-04T09:41:07.079Z
25812026-06-04T09:41:07.079Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25822026-06-04T09:41:07.079Z
25832026-06-04T09:41:07.110Z Doc-tests dpd_client
25842026-06-04T09:41:08.366Z
25852026-06-04T09:41:08.367Zrunning 0 tests
25862026-06-04T09:41:08.367Z
25872026-06-04T09:41:08.367Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-04T09:41:08.367Z
25892026-06-04T09:41:08.411Z Doc-tests dpd_types
25902026-06-04T09:41:08.618Z
25912026-06-04T09:41:08.618Zrunning 0 tests
25922026-06-04T09:41:08.618Z
25932026-06-04T09:41:08.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-04T09:41:08.618Z
25952026-06-04T09:41:08.646Z Doc-tests dpd_types_versions
25962026-06-04T09:41:09.841Z
25972026-06-04T09:41:09.841Zrunning 1 test
25982026-06-04T09:41:09.841Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25992026-06-04T09:41:09.842Z
26002026-06-04T09:41:09.842Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26012026-06-04T09:41:09.842Z
26022026-06-04T09:41:09.885Z Doc-tests packet
26032026-06-04T09:41:09.995Z
26042026-06-04T09:41:09.995Zrunning 0 tests
26052026-06-04T09:41:09.995Z
26062026-06-04T09:41:09.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-04T09:41:09.995Z
26082026-06-04T09:41:10.011Z Doc-tests pcap
26092026-06-04T09:41:10.063Z
26102026-06-04T09:41:10.063Zrunning 0 tests
26112026-06-04T09:41:10.063Z
26122026-06-04T09:41:10.063Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-04T09:41:10.063Z
26142026-06-04T09:41:10.132Z+ for feat in tofino_stub tofino_asic softnpu chaos
26152026-06-04T09:41:10.132Z+ RUST_BACKTRACE=full
26162026-06-04T09:41:10.132Z+ cargo test --features tofino_asic --no-fail-fast
26172026-06-04T09:41:10.734Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26182026-06-04T09:41:10.813Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26192026-06-04T09:41:10.819Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26202026-06-04T09:41:10.827Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26212026-06-04T09:41:19.419Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26222026-06-04T09:41:19.521Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26232026-06-04T09:41:59.122Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.97s
26242026-06-04T09:41:59.244Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
26252026-06-04T09:41:59.247Z
26262026-06-04T09:41:59.247Zrunning 5 tests
26272026-06-04T09:41:59.250Ztest fuse::tests::chip_revision_b1 ... ok
26282026-06-04T09:41:59.250Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26292026-06-04T09:41:59.250Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26302026-06-04T09:41:59.251Ztest fuse::tests::chip_revision_a0 ... ok
26312026-06-04T09:41:59.251Ztest fuse::tests::chip_revision_b0 ... ok
26322026-06-04T09:41:59.251Z
26332026-06-04T09:41:59.251Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26342026-06-04T09:41:59.251Z
26352026-06-04T09:41:59.251Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26362026-06-04T09:41:59.251Z
26372026-06-04T09:41:59.251Zrunning 0 tests
26382026-06-04T09:41:59.251Z
26392026-06-04T09:41:59.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-04T09:41:59.251Z
26412026-06-04T09:41:59.254Z Running unittests src/lib.rs (target/debug/deps/asic-0689c375a66f5672)
26422026-06-04T09:41:59.350Z
26432026-06-04T09:41:59.351Zrunning 8 tests
26442026-06-04T09:41:59.354Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26452026-06-04T09:41:59.354Ztest tofino_asic::qsfp::tests::fix_link ... ok
26462026-06-04T09:41:59.354Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26472026-06-04T09:41:59.354Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26482026-06-04T09:41:59.354Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26492026-06-04T09:41:59.354Ztest tofino_asic::stats::constants_sanity_check ... ok
26502026-06-04T09:41:59.361Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26512026-06-04T09:41:59.853Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26522026-06-04T09:41:59.853Z
26532026-06-04T09:41:59.854Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26542026-06-04T09:41:59.854Z
26552026-06-04T09:41:59.863Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
26562026-06-04T09:41:59.867Z
26572026-06-04T09:41:59.867Zrunning 10 tests
26582026-06-04T09:41:59.870Ztest network::tests::test_eui64 ... ok
26592026-06-04T09:41:59.870Ztest nat::tests::test_vni ... ok
26602026-06-04T09:41:59.870Ztest network::tests::test_generate_ipv6_link_local ... ok
26612026-06-04T09:41:59.870Ztest network::tests::test_equal ... ok
26622026-06-04T09:41:59.870Ztest network::tests::test_into ... ok
26632026-06-04T09:41:59.870Ztest network::tests::test_not_equal ... ok
26642026-06-04T09:41:59.870Ztest network::tests::test_to_string ... ok
26652026-06-04T09:41:59.870Ztest network::tests::test_parse ... ok
26662026-06-04T09:41:59.870Ztest test_purge ... ok
26672026-06-04T09:41:59.873Ztest illumos::test::address_exists_handles_missing_object ... ok
26682026-06-04T09:41:59.873Z
26692026-06-04T09:41:59.873Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26702026-06-04T09:41:59.873Z
26712026-06-04T09:41:59.873Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
26722026-06-04T09:41:59.876Z
26732026-06-04T09:41:59.876Zrunning 1 test
26742026-06-04T09:41:59.876Z -------
26752026-06-04T09:41:59.876Z Generating OpenAPI documents from API definitions ...
26762026-06-04T09:42:00.019Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26772026-06-04T09:42:00.087Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26782026-06-04T09:42:01.075Z -------
26792026-06-04T09:42:01.075Z Checking 12 OpenAPI documents...
26802026-06-04T09:42:01.075Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26812026-06-04T09:42:01.075Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26822026-06-04T09:42:01.075Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26832026-06-04T09:42:01.075Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26842026-06-04T09:42:01.078Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26852026-06-04T09:42:01.078Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26862026-06-04T09:42:01.078Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-04T09:42:01.078Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-04T09:42:01.078Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-04T09:42:01.078Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-04T09:42:01.078Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-04T09:42:01.078Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-04T09:42:01.078Z Fresh dpd "latest" symlink
26932026-06-04T09:42:01.078Z -------
26942026-06-04T09:42:01.078Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26952026-06-04T09:42:01.135Ztest test::test_apis_up_to_date ... ok
26962026-06-04T09:42:01.135Z
26972026-06-04T09:42:01.135Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26982026-06-04T09:42:01.135Z
26992026-06-04T09:42:01.192Z Running unittests src/main.rs (target/debug/deps/dpd-87a051d0e4e694c3)
27002026-06-04T09:42:01.257Z
27012026-06-04T09:42:01.258Zrunning 51 tests
27022026-06-04T09:42:01.260Ztest freemap::test_ordering ... ok
27032026-06-04T09:42:01.261Ztest config::tests::test_updates ... ok
27042026-06-04T09:42:01.261Ztest freemap::test_split ... ok
27052026-06-04T09:42:01.261Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27062026-06-04T09:42:01.261Ztest macaddrs::tests::test_mac_offset ... ok
27072026-06-04T09:42:01.261Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27082026-06-04T09:42:01.261Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27092026-06-04T09:42:01.261Ztest macaddrs::tests::test_parse_port_id ... ok
27102026-06-04T09:42:01.261Ztest nat::test_mapping ... ok
27112026-06-04T09:42:01.264Ztest port_map::tests::dump_map ... ok
27122026-06-04T09:42:01.264Ztest port_map::tests::test_backplane_group ... ok
27132026-06-04T09:42:01.264Ztest port_map::tests::test_port_map ... ok
27142026-06-04T09:42:01.264Ztest transceivers::mpn_test::test_mpn_missing ... ok
27152026-06-04T09:42:01.264ZJun 04 09:41:59.621 DEBG created new freemap, Jun 04 09:41:59.622unit :DEBG freemap_testcreated new freemap,
27162026-06-04T09:42:01.264Zunit: freemap_test
27172026-06-04T09:42:01.264ZJun 04 09:41:59.622 Jun 04 09:41:59.622DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
27182026-06-04T09:42:01.264Zfreemap_test
27192026-06-04T09:42:01.264Ztest transceivers::mpn_test::test_mpn_present ... ok
27202026-06-04T09:42:01.264ZJun 04 09:41:59.622 Jun 04 09:41:59.622DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test
27212026-06-04T09:42:01.264Zfreemap_test
27222026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test
27232026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test
27242026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test
27252026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test
27262026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test
27272026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test
27282026-06-04T09:42:01.264Ztest freemap::test_basic ... ok
27292026-06-04T09:42:01.264Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27302026-06-04T09:42:01.264Ztest freemap::test_reclaim ... ok
27312026-06-04T09:42:01.264Ztest freemap::test_span ... ok
27322026-06-04T09:42:01.264Ztest freemap::test_exhaustion ... ok
27332026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27342026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27352026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27362026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27372026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27382026-06-04T09:42:01.264Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27392026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG created new freemap, unit: freemap_test
27402026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG initted freemap. size: 128, unit: freemap_test
27412026-06-04T09:42:01.264ZJun 04 09:41:59.622 DEBG reset freemap, unit: freemap_test
27422026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27432026-06-04T09:42:01.265Ztest freemap::test_free ... ok
27442026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27452026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27462026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27472026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27482026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27492026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27502026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27512026-06-04T09:42:01.265Ztest port_map::tests::parse_softnpu_revision ... ok
27522026-06-04T09:42:01.265Ztest api_server::tests::test_build_info ... ok
27532026-06-04T09:42:01.265Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27542026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27552026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27562026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27572026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27582026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27592026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27602026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27612026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27622026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27632026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27642026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27652026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27662026-06-04T09:42:01.268Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27672026-06-04T09:42:01.269Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27682026-06-04T09:42:01.269Z
27692026-06-04T09:42:01.269Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27702026-06-04T09:42:01.269Z
27712026-06-04T09:42:01.278Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-fe0c997a7345df67)
27722026-06-04T09:42:01.280Z
27732026-06-04T09:42:01.280Zrunning 0 tests
27742026-06-04T09:42:01.280Z
27752026-06-04T09:42:01.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-06-04T09:42:01.281Z
27772026-06-04T09:42:01.281Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
27782026-06-04T09:42:01.283Z
27792026-06-04T09:42:01.283Zrunning 0 tests
27802026-06-04T09:42:01.283Z
27812026-06-04T09:42:01.283Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-04T09:42:01.283Z
27832026-06-04T09:42:01.283Z Running unittests src/lib.rs (target/debug/deps/dpd_client-9852e5c2bd6d6d8c)
27842026-06-04T09:42:01.286Z
27852026-06-04T09:42:01.286Zrunning 6 tests
27862026-06-04T09:42:01.286Ztest tests::test_full_lot_id_neither_present ... ok
27872026-06-04T09:42:01.286Ztest tests::test_full_lot_id_lotnum_only ... ok
27882026-06-04T09:42:01.286Ztest tests::test_full_lot_id_lot_only ... ok
27892026-06-04T09:42:01.286Ztest tests::test_full_lot_id_both_present ... ok
27902026-06-04T09:42:01.286Ztest tests::test_port_id_cmp ... ok
27912026-06-04T09:42:01.286Ztest tests::test_parse_client_port_id ... ok
27922026-06-04T09:42:01.286Z
27932026-06-04T09:42:01.287Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27942026-06-04T09:42:01.287Z
27952026-06-04T09:42:01.287Z Running tests/test_all.rs (target/debug/deps/test_all-555596fceccac3b8)
27962026-06-04T09:42:01.290Z
27972026-06-04T09:42:01.290Zrunning 0 tests
27982026-06-04T09:42:01.290Z
27992026-06-04T09:42:01.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-04T09:42:01.290Z
28012026-06-04T09:42:01.290Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
28022026-06-04T09:42:01.290Z
28032026-06-04T09:42:01.290Zrunning 0 tests
28042026-06-04T09:42:01.290Z
28052026-06-04T09:42:01.290Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-04T09:42:01.290Z
28072026-06-04T09:42:01.290Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
28082026-06-04T09:42:01.293Z
28092026-06-04T09:42:01.293Zrunning 0 tests
28102026-06-04T09:42:01.293Z
28112026-06-04T09:42:01.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-04T09:42:01.293Z
28132026-06-04T09:42:01.293Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
28142026-06-04T09:42:01.293Z
28152026-06-04T09:42:01.293Zrunning 12 tests
28162026-06-04T09:42:01.296Ztest icmp::test_v6_checksum ... ok
28172026-06-04T09:42:01.296Ztest ipv6::test_ipv6_parse ... ok
28182026-06-04T09:42:01.296Ztest lldp::test_lldp_parse ... ok
28192026-06-04T09:42:01.296Ztest icmp::test_v4_checksum ... ok
28202026-06-04T09:42:01.296Ztest pbuf::test_byte ... ok
28212026-06-04T09:42:01.296Ztest pbuf::test_nibble ... ok
28222026-06-04T09:42:01.296Ztest pbuf::test_short ... ok
28232026-06-04T09:42:01.296Ztest pbuf::test_overflow ... ok
28242026-06-04T09:42:01.296Ztest pbuf::test_twelve ... ok
28252026-06-04T09:42:01.296Ztest pbuf::test_word ... ok
28262026-06-04T09:42:01.296Ztest tcp::test_checksum_syn_nodata ... ok
28272026-06-04T09:42:01.296Ztest tcp::test_checksum_ack_data ... ok
28282026-06-04T09:42:01.296Z
28292026-06-04T09:42:01.296Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28302026-06-04T09:42:01.296Z
28312026-06-04T09:42:01.296Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
28322026-06-04T09:42:01.296Z
28332026-06-04T09:42:01.296Zrunning 0 tests
28342026-06-04T09:42:01.296Z
28352026-06-04T09:42:01.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-04T09:42:01.297Z
28372026-06-04T09:42:01.297Z Running unittests src/main.rs (target/debug/deps/swadm-54c98f4394d91237)
28382026-06-04T09:42:01.300Z
28392026-06-04T09:42:01.300Zrunning 5 tests
28402026-06-04T09:42:01.300Ztest switchport::test::test_compute_lanes ... ok
28412026-06-04T09:42:01.300Ztest switchport::test::port_id_ordering ... ok
28422026-06-04T09:42:01.300Z Lane 0 Lane 0Lane 1 Lane 2Lane 1 Lane 3Lane 2
28432026-06-04T09:42:01.300ZLane 3 State: Activated
28442026-06-04T09:42:01.300Z Activated Rx Loss-of-lock: Yes Activated YesActivated
28452026-06-04T09:42:01.300ZYes Rx Output Enabled: falseYes
28462026-06-04T09:42:01.300Zfalse Rx Loss-of-signal: Yes falseYes false
28472026-06-04T09:42:01.300ZYes Rx Output Status: valid Yes
28482026-06-04T09:42:01.300Zvalid Rx CDR Enabled: Yesvalid valid
28492026-06-04T09:42:01.300ZYes Rx Loss-of-lock: true Yes trueYes
28502026-06-04T09:42:01.300Z Tx Enabled: Yestrue trueYes
28512026-06-04T09:42:01.300Z Rx Loss-of-signal: falseYes Yesfalse
28522026-06-04T09:42:01.300Z false Tx Loss-of-lock: No false
28532026-06-04T09:42:01.300ZNo Rx Auto-squelch Disable: true Notrue trueNo
28542026-06-04T09:42:01.300Ztrue
28552026-06-04T09:42:01.300Z Tx Loss-of-signal: No Tx Output Enabled: true Notrue No true Notrue
28562026-06-04T09:42:01.300Z
28572026-06-04T09:42:01.300Z Tx CDR Enabled: No Tx Output Status: invalid invalidNo invalid Noinvalid
28582026-06-04T09:42:01.300ZNo
28592026-06-04T09:42:01.300Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: Nofalse Nofalse No falseNo
28602026-06-04T09:42:01.300Z
28612026-06-04T09:42:01.300Z Tx Fault: Yes Tx Loss-of-signal: trueYes trueYes trueYes
28622026-06-04T09:42:01.300Ztrue
28632026-06-04T09:42:01.300ZTx Auto-squelch Disable: false false false false
28642026-06-04T09:42:01.300Z Tx Adaptive EQ Fail: true true true true
28652026-06-04T09:42:01.300Z Tx Failure: false false false false
28662026-06-04T09:42:01.301Z Tx Force Squelch: true true true true
28672026-06-04T09:42:01.301Z Tx Input Polarity: normal normal normal normal
28682026-06-04T09:42:01.301Ztest switchport::test::test_print_sff_datapath ... ok
28692026-06-04T09:42:01.301Ztest switchport::test::test_print_cmis_datapath ... ok
28702026-06-04T09:42:01.301Ztest link::test_filter ... ok
28712026-06-04T09:42:01.301Z
28722026-06-04T09:42:01.301Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28732026-06-04T09:42:01.301Z
28742026-06-04T09:42:01.304Z Running tests/counters.rs (target/debug/deps/counters-aa2e4dc1000f6286)
28752026-06-04T09:42:01.304Z
28762026-06-04T09:42:01.304Zrunning 1 test
28772026-06-04T09:42:01.304Ztest test_p4_counter_list ... ignored
28782026-06-04T09:42:01.304Z
28792026-06-04T09:42:01.304Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28802026-06-04T09:42:01.304Z
28812026-06-04T09:42:01.304Z Running tests/port-link.rs (target/debug/deps/port_link-5767a152a6403087)
28822026-06-04T09:42:01.304Z
28832026-06-04T09:42:01.304Zrunning 5 tests
28842026-06-04T09:42:01.304Ztest test_an ... ignored
28852026-06-04T09:42:01.304Ztest test_enable ... ignored
28862026-06-04T09:42:01.304Ztest test_ip_addresses ... ignored
28872026-06-04T09:42:01.304Ztest test_kr ... ignored
28882026-06-04T09:42:01.304Ztest test_mac ... ignored
28892026-06-04T09:42:01.304Z
28902026-06-04T09:42:01.304Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28912026-06-04T09:42:01.304Z
28922026-06-04T09:42:01.304Z Running unittests src/main.rs (target/debug/deps/tfportd-6380bad4707eae2e)
28932026-06-04T09:42:01.307Z
28942026-06-04T09:42:01.307Zrunning 3 tests
28952026-06-04T09:42:01.307Ztest linklocal::test_parse_ipadm ... ok
28962026-06-04T09:42:01.307Ztest tfport::test_parse_tfport ... ok
28972026-06-04T09:42:01.307Ztest config::tests::test_updates ... ok
28982026-06-04T09:42:01.307Z
28992026-06-04T09:42:01.307Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-06-04T09:42:01.307Z
29012026-06-04T09:42:01.311Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
29022026-06-04T09:42:01.311Z
29032026-06-04T09:42:01.311Zrunning 0 tests
29042026-06-04T09:42:01.311Z
29052026-06-04T09:42:01.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-04T09:42:01.311Z
29072026-06-04T09:42:01.311Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
29082026-06-04T09:42:01.313Z
29092026-06-04T09:42:01.314Zrunning 0 tests
29102026-06-04T09:42:01.314Z
29112026-06-04T09:42:01.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-04T09:42:01.314Z
29132026-06-04T09:42:01.314Z Doc-tests aal
29142026-06-04T09:42:01.431Z
29152026-06-04T09:42:01.432Zrunning 0 tests
29162026-06-04T09:42:01.432Z
29172026-06-04T09:42:01.432Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-04T09:42:01.432Z
29192026-06-04T09:42:01.449Z Doc-tests aal_macros
29202026-06-04T09:42:01.518Z
29212026-06-04T09:42:01.519Zrunning 0 tests
29222026-06-04T09:42:01.519Z
29232026-06-04T09:42:01.519Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-04T09:42:01.519Z
29252026-06-04T09:42:01.531Z Doc-tests common
29262026-06-04T09:42:01.758Z
29272026-06-04T09:42:01.758Zrunning 0 tests
29282026-06-04T09:42:01.758Z
29292026-06-04T09:42:01.758Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-04T09:42:01.758Z
29312026-06-04T09:42:01.781Z Doc-tests dpd_api
29322026-06-04T09:42:02.540Z
29332026-06-04T09:42:02.540Zrunning 2 tests
29342026-06-04T09:42:02.540Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29352026-06-04T09:42:02.540Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29362026-06-04T09:42:02.540Z
29372026-06-04T09:42:02.540Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29382026-06-04T09:42:02.540Z
29392026-06-04T09:42:02.576Z Doc-tests dpd_client
29402026-06-04T09:42:03.862Z
29412026-06-04T09:42:03.862Zrunning 0 tests
29422026-06-04T09:42:03.862Z
29432026-06-04T09:42:03.863Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-04T09:42:03.863Z
29452026-06-04T09:42:03.912Z Doc-tests dpd_types
29462026-06-04T09:42:04.128Z
29472026-06-04T09:42:04.128Zrunning 0 tests
29482026-06-04T09:42:04.128Z
29492026-06-04T09:42:04.128Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-04T09:42:04.128Z
29512026-06-04T09:42:04.159Z Doc-tests dpd_types_versions
29522026-06-04T09:42:05.385Z
29532026-06-04T09:42:05.385Zrunning 1 test
29542026-06-04T09:42:05.385Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29552026-06-04T09:42:05.385Z
29562026-06-04T09:42:05.385Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29572026-06-04T09:42:05.385Z
29582026-06-04T09:42:05.432Z Doc-tests packet
29592026-06-04T09:42:05.544Z
29602026-06-04T09:42:05.544Zrunning 0 tests
29612026-06-04T09:42:05.544Z
29622026-06-04T09:42:05.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-04T09:42:05.544Z
29642026-06-04T09:42:05.562Z Doc-tests pcap
29652026-06-04T09:42:05.616Z
29662026-06-04T09:42:05.616Zrunning 0 tests
29672026-06-04T09:42:05.616Z
29682026-06-04T09:42:05.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-04T09:42:05.616Z
29702026-06-04T09:42:05.667Z+ for feat in tofino_stub tofino_asic softnpu chaos
29712026-06-04T09:42:05.667Z+ RUST_BACKTRACE=full
29722026-06-04T09:42:05.667Z+ cargo test --features softnpu --no-fail-fast
29732026-06-04T09:42:06.312Z Compiling num-integer v0.1.46
29742026-06-04T09:42:06.397Z Compiling num-complex v0.4.6
29752026-06-04T09:42:06.442Z Compiling bitstruct_derive v0.1.0
29762026-06-04T09:42:06.445Z Compiling tap v1.0.1
29772026-06-04T09:42:06.571Z Compiling wyz v0.5.1
29782026-06-04T09:42:06.699Z Compiling num-rational v0.4.2
29792026-06-04T09:42:06.729Z Compiling num-iter v0.1.45
29802026-06-04T09:42:06.745Z Compiling num-bigint v0.4.6
29812026-06-04T09:42:06.836Z Compiling radium v0.7.0
29822026-06-04T09:42:06.853Z Compiling funty v2.0.0
29832026-06-04T09:42:06.921Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29842026-06-04T09:42:06.939Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T09:42:07.043Z Compiling num v0.4.3
29862026-06-04T09:42:07.130Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-06-04T09:42:07.141Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-04T09:42:07.163Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29892026-06-04T09:42:07.228Z Compiling bitvec v1.0.1
29902026-06-04T09:42:07.281Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-04T09:42:07.429Z Compiling typeid v1.0.3
29922026-06-04T09:42:07.464Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29932026-06-04T09:42:07.534Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-04T09:42:07.554Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-04T09:42:07.591Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-06-04T09:42:07.895Z Compiling ascii v1.1.0
29972026-06-04T09:42:08.335Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29982026-06-04T09:42:08.384Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29992026-06-04T09:42:08.485Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-04T09:42:08.524Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30012026-06-04T09:42:08.697Z Compiling erased-serde v0.4.8
30022026-06-04T09:42:08.767Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30032026-06-04T09:42:08.870Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30042026-06-04T09:42:08.892Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30052026-06-04T09:42:09.192Z Compiling bitstruct v0.1.1
30062026-06-04T09:42:09.302Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30072026-06-04T09:42:09.501Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30082026-06-04T09:42:09.589Z Compiling serde_arrays v0.1.0
30092026-06-04T09:42:09.703Z Compiling libloading v0.7.4
30102026-06-04T09:42:09.725Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30112026-06-04T09:42:10.004Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30122026-06-04T09:42:10.021Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30132026-06-04T09:42:10.482Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30142026-06-04T09:42:11.719Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30152026-06-04T09:42:12.603Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30162026-06-04T09:42:18.423Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-04T09:42:18.643Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30182026-06-04T09:42:18.643Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-06-04T09:42:18.647Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30202026-06-04T09:42:18.647Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30212026-06-04T09:42:19.122Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30222026-06-04T09:42:20.683Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30232026-06-04T09:42:21.079Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30242026-06-04T09:42:23.681Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30252026-06-04T09:42:24.255Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30262026-06-04T09:42:25.715Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30272026-06-04T09:42:27.849Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30282026-06-04T09:42:28.785Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30292026-06-04T09:42:29.034Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30302026-06-04T09:42:35.811Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30312026-06-04T09:42:37.708Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30322026-06-04T09:42:41.326Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30332026-06-04T09:43:22.399Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
30342026-06-04T09:43:22.517Z Running unittests src/lib.rs (target/debug/deps/aal-4f30d13a2862f58c)
30352026-06-04T09:43:22.520Z
30362026-06-04T09:43:22.520Zrunning 5 tests
30372026-06-04T09:43:22.520Ztest fuse::tests::chip_revision_a0 ... ok
30382026-06-04T09:43:22.520Ztest fuse::tests::chip_revision_b0 ... ok
30392026-06-04T09:43:22.520Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30402026-06-04T09:43:22.520Ztest fuse::tests::chip_revision_b1 ... ok
30412026-06-04T09:43:22.520Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30422026-06-04T09:43:22.521Z
30432026-06-04T09:43:22.521Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30442026-06-04T09:43:22.521Z
30452026-06-04T09:43:22.524Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30462026-06-04T09:43:22.527Z
30472026-06-04T09:43:22.527Zrunning 0 tests
30482026-06-04T09:43:22.527Z
30492026-06-04T09:43:22.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-04T09:43:22.527Z
30512026-06-04T09:43:22.527Z Running unittests src/lib.rs (target/debug/deps/asic-fe744e70f570e610)
30522026-06-04T09:43:22.530Z
30532026-06-04T09:43:22.530Zrunning 0 tests
30542026-06-04T09:43:22.530Z
30552026-06-04T09:43:22.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-04T09:43:22.530Z
30572026-06-04T09:43:22.530Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
30582026-06-04T09:43:22.533Z
30592026-06-04T09:43:22.533Zrunning 10 tests
30602026-06-04T09:43:22.536Ztest nat::tests::test_vni ... ok
30612026-06-04T09:43:22.536Ztest network::tests::test_eui64 ... ok
30622026-06-04T09:43:22.536Ztest network::tests::test_equal ... ok
30632026-06-04T09:43:22.537Ztest network::tests::test_into ... ok
30642026-06-04T09:43:22.537Ztest network::tests::test_not_equal ... ok
30652026-06-04T09:43:22.537Ztest network::tests::test_generate_ipv6_link_local ... ok
30662026-06-04T09:43:22.537Ztest network::tests::test_to_string ... ok
30672026-06-04T09:43:22.537Ztest network::tests::test_parse ... ok
30682026-06-04T09:43:22.537Ztest test_purge ... ok
30692026-06-04T09:43:22.540Ztest illumos::test::address_exists_handles_missing_object ... ok
30702026-06-04T09:43:22.540Z
30712026-06-04T09:43:22.540Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30722026-06-04T09:43:22.540Z
30732026-06-04T09:43:22.543Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-015837183a54977e)
30742026-06-04T09:43:22.546Z
30752026-06-04T09:43:22.546Zrunning 1 test
30762026-06-04T09:43:22.549Z -------
30772026-06-04T09:43:22.549Z Generating OpenAPI documents from API definitions ...
30782026-06-04T09:43:22.688Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30792026-06-04T09:43:22.757Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30802026-06-04T09:43:23.776Z -------
30812026-06-04T09:43:23.776Z Checking 12 OpenAPI documents...
30822026-06-04T09:43:23.776Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30832026-06-04T09:43:23.776Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30842026-06-04T09:43:23.776Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30852026-06-04T09:43:23.776Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30862026-06-04T09:43:23.776Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30872026-06-04T09:43:23.776Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30882026-06-04T09:43:23.780Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-04T09:43:23.780Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-04T09:43:23.780Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-04T09:43:23.780Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-04T09:43:23.780Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-04T09:43:23.780Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-04T09:43:23.780Z Fresh dpd "latest" symlink
30952026-06-04T09:43:23.780Z -------
30962026-06-04T09:43:23.780Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30972026-06-04T09:43:23.839Ztest test::test_apis_up_to_date ... ok
30982026-06-04T09:43:23.839Z
30992026-06-04T09:43:23.839Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
31002026-06-04T09:43:23.839Z
31012026-06-04T09:43:23.895Z Running unittests src/main.rs (target/debug/deps/dpd-56445a03356bafcb)
31022026-06-04T09:43:23.902Z
31032026-06-04T09:43:23.902Zrunning 19 tests
31042026-06-04T09:43:23.905Ztest freemap::test_ordering ... ok
31052026-06-04T09:43:23.905Ztest config::tests::test_updates ... ok
31062026-06-04T09:43:23.905Ztest freemap::test_split ... ok
31072026-06-04T09:43:23.905Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31082026-06-04T09:43:23.905Ztest macaddrs::tests::test_mac_offset ... ok
31092026-06-04T09:43:23.905Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31102026-06-04T09:43:23.905Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31112026-06-04T09:43:23.905Ztest macaddrs::tests::test_parse_port_id ... ok
31122026-06-04T09:43:23.905Ztest nat::test_mapping ... ok
31132026-06-04T09:43:23.908Ztest port_map::tests::dump_map ... ok
31142026-06-04T09:43:23.909Ztest port_map::tests::test_backplane_group ... ok
31152026-06-04T09:43:23.909Ztest port_map::tests::test_port_map ... ok
31162026-06-04T09:43:23.909ZJun 04 09:43:22.264Jun 04 09:43:22.264 Jun 04 09:43:22.264DEBG DEBG DEBGcreated new freemapcreated new freemap created new freemap, , unitJun 04 09:43:22.264:, unitDEBG freemap_test:created new freemap
31172026-06-04T09:43:23.909Z, freemap_testunit:
31182026-06-04T09:43:23.909Z freemap_test
31192026-06-04T09:43:23.909ZJun 04 09:43:22.264 DEBG Jun 04 09:43:22.264Jun 04 09:43:22.264initted freemap. size: 128 , DEBGDEBGunit :initted freemap. size: 128 initted freemap. size: 128freemap_test, ,
31202026-06-04T09:43:23.909Zunitunit:: freemap_testfreemap_testJun 04 09:43:22.264
31212026-06-04T09:43:23.909Z
31222026-06-04T09:43:23.909Z DEBG reset freemapJun 04 09:43:22.264Jun 04 09:43:22.264, unit :DEBG freemap_testreset freemapDEBG
31232026-06-04T09:43:23.909Z , reset freemapunit, :unit :freemap_test
31242026-06-04T09:43:23.909Zfreemap_test
31252026-06-04T09:43:23.909Zunit: freemap_test
31262026-06-04T09:43:23.909ZJun 04 09:43:22.264 DEBG initted freemap. size: 128, unit: freemap_test
31272026-06-04T09:43:23.909ZJun 04 09:43:22.264 DEBG reset freemap, unit: freemap_test
31282026-06-04T09:43:23.909Ztest freemap::test_basic ... ok
31292026-06-04T09:43:23.909Ztest freemap::test_exhaustion ... ok
31302026-06-04T09:43:23.909Ztest freemap::test_free ... ok
31312026-06-04T09:43:23.909Ztest freemap::test_reclaim ... ok
31322026-06-04T09:43:23.909ZJun 04 09:43:22.265 DEBG created new freemap, unit: freemap_test
31332026-06-04T09:43:23.909ZJun 04 09:43:22.265 DEBG initted freemap. size: 128, unit: freemap_test
31342026-06-04T09:43:23.909ZJun 04 09:43:22.265 DEBG reset freemap, unit: freemap_test
31352026-06-04T09:43:23.909Ztest freemap::test_span ... ok
31362026-06-04T09:43:23.909Ztest port_map::tests::parse_softnpu_revision ... ok
31372026-06-04T09:43:23.909Ztest api_server::tests::test_build_info ... ok
31382026-06-04T09:43:23.909Z
31392026-06-04T09:43:23.909Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31402026-06-04T09:43:23.909Z
31412026-06-04T09:43:23.913Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a669e463ed5816fe)
31422026-06-04T09:43:23.913Z
31432026-06-04T09:43:23.913Zrunning 0 tests
31442026-06-04T09:43:23.913Z
31452026-06-04T09:43:23.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31462026-06-04T09:43:23.913Z
31472026-06-04T09:43:23.913Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e4dc37c554826ddf)
31482026-06-04T09:43:23.917Z
31492026-06-04T09:43:23.917Zrunning 0 tests
31502026-06-04T09:43:23.917Z
31512026-06-04T09:43:23.917Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-04T09:43:23.917Z
31532026-06-04T09:43:23.917Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e2be8a646ca38121)
31542026-06-04T09:43:23.917Z
31552026-06-04T09:43:23.917Zrunning 6 tests
31562026-06-04T09:43:23.917Ztest tests::test_full_lot_id_neither_present ... ok
31572026-06-04T09:43:23.917Ztest tests::test_port_id_cmp ... ok
31582026-06-04T09:43:23.917Ztest tests::test_parse_client_port_id ... ok
31592026-06-04T09:43:23.917Ztest tests::test_full_lot_id_lotnum_only ... ok
31602026-06-04T09:43:23.917Ztest tests::test_full_lot_id_lot_only ... ok
31612026-06-04T09:43:23.917Ztest tests::test_full_lot_id_both_present ... ok
31622026-06-04T09:43:23.917Z
31632026-06-04T09:43:23.917Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31642026-06-04T09:43:23.917Z
31652026-06-04T09:43:23.920Z Running tests/test_all.rs (target/debug/deps/test_all-1171a5427ac612f0)
31662026-06-04T09:43:23.920Z
31672026-06-04T09:43:23.920Zrunning 0 tests
31682026-06-04T09:43:23.920Z
31692026-06-04T09:43:23.920Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-04T09:43:23.920Z
31712026-06-04T09:43:23.921Z Running unittests src/lib.rs (target/debug/deps/dpd_types-9bf171baef223884)
31722026-06-04T09:43:23.921Z
31732026-06-04T09:43:23.921Zrunning 0 tests
31742026-06-04T09:43:23.921Z
31752026-06-04T09:43:23.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-04T09:43:23.921Z
31772026-06-04T09:43:23.921Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-09e73aa129862892)
31782026-06-04T09:43:23.924Z
31792026-06-04T09:43:23.924Zrunning 0 tests
31802026-06-04T09:43:23.924Z
31812026-06-04T09:43:23.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-04T09:43:23.925Z
31832026-06-04T09:43:23.925Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
31842026-06-04T09:43:23.929Z
31852026-06-04T09:43:23.929Zrunning 12 tests
31862026-06-04T09:43:23.932Ztest icmp::test_v6_checksum ... ok
31872026-06-04T09:43:23.932Ztest icmp::test_v4_checksum ... ok
31882026-06-04T09:43:23.932Ztest ipv6::test_ipv6_parse ... ok
31892026-06-04T09:43:23.932Ztest lldp::test_lldp_parse ... ok
31902026-06-04T09:43:23.932Ztest pbuf::test_byte ... ok
31912026-06-04T09:43:23.932Ztest pbuf::test_nibble ... ok
31922026-06-04T09:43:23.932Ztest pbuf::test_overflow ... ok
31932026-06-04T09:43:23.932Ztest pbuf::test_short ... ok
31942026-06-04T09:43:23.932Ztest pbuf::test_twelve ... ok
31952026-06-04T09:43:23.932Ztest pbuf::test_word ... ok
31962026-06-04T09:43:23.932Ztest tcp::test_checksum_syn_nodata ... ok
31972026-06-04T09:43:23.932Ztest tcp::test_checksum_ack_data ... ok
31982026-06-04T09:43:23.932Z
31992026-06-04T09:43:23.932Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32002026-06-04T09:43:23.932Z
32012026-06-04T09:43:23.932Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
32022026-06-04T09:43:23.936Z
32032026-06-04T09:43:23.936Zrunning 0 tests
32042026-06-04T09:43:23.939Z
32052026-06-04T09:43:23.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-04T09:43:23.939Z
32072026-06-04T09:43:23.939Z Running unittests src/main.rs (target/debug/deps/swadm-608ff3ac72d3e72f)
32082026-06-04T09:43:23.946Z
32092026-06-04T09:43:23.946Zrunning 5 tests
32102026-06-04T09:43:23.949Ztest switchport::test::test_compute_lanes ... ok
32112026-06-04T09:43:23.952Ztest switchport::test::port_id_ordering ... ok
32122026-06-04T09:43:23.952Z Lane 0 Lane 1 Lane 2 Lane 3
32132026-06-04T09:43:23.952Z State: Activated Activated Activated Activated
32142026-06-04T09:43:23.952Z Rx Output Enabled: false false false false
32152026-06-04T09:43:23.953Z Rx Output Status: valid valid valid valid
32162026-06-04T09:43:23.953Z Rx Loss-of-lock: true true true true
32172026-06-04T09:43:23.953Ztest link::test_filter ... Rx Loss-of-signal: falseok
32182026-06-04T09:43:23.953Zfalse false false
32192026-06-04T09:43:23.953ZRx Auto-squelch Disable: true Lane 0true true true
32202026-06-04T09:43:23.953ZLane 1 Tx Output Enabled: true Lane 2true Lane 3true
32212026-06-04T09:43:23.953Z true
32222026-06-04T09:43:23.953Z Rx Loss-of-lock: Yes Tx Output Status: invalid Yesinvalid invalidYes invalidYes
32232026-06-04T09:43:23.953Z
32242026-06-04T09:43:23.953Z Tx Loss-of-lock: false Rx Loss-of-signal: Yes false Yes false Yesfalse
32252026-06-04T09:43:23.953ZYes
32262026-06-04T09:43:23.953Z Tx Loss-of-signal: true Rx CDR Enabled: Yes trueYes true Yestrue
32272026-06-04T09:43:23.953ZYes
32282026-06-04T09:43:23.953ZTx Auto-squelch Disable: false Tx Enabled: Yes false Yes Yesfalse Yesfalse
32292026-06-04T09:43:23.953Z
32302026-06-04T09:43:23.953Z Tx Loss-of-lock: No Tx Adaptive EQ Fail: true Notrue trueNo trueNo
32312026-06-04T09:43:23.953Z
32322026-06-04T09:43:23.953Z Tx Failure: false Tx Loss-of-signal: No No false Nofalse No
32332026-06-04T09:43:23.953Zfalse
32342026-06-04T09:43:23.953Z Tx CDR Enabled: No Tx Force Squelch: true No true No trueNo
32352026-06-04T09:43:23.953Ztrue
32362026-06-04T09:43:23.953Z Tx Adaptive EQ Fault: No Tx Input Polarity: normal No normalNo normalNo
32372026-06-04T09:43:23.953Znormal Tx Fault: Yes
32382026-06-04T09:43:23.953Z Yes Yes Yes
32392026-06-04T09:43:23.953Ztest switchport::test::test_print_cmis_datapath ... ok
32402026-06-04T09:43:23.953Ztest switchport::test::test_print_sff_datapath ... ok
32412026-06-04T09:43:23.953Z
32422026-06-04T09:43:23.954Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32432026-06-04T09:43:23.954Z
32442026-06-04T09:43:23.957Z Running tests/counters.rs (target/debug/deps/counters-e3b78b14b5fc7c01)
32452026-06-04T09:43:23.960Z
32462026-06-04T09:43:23.960Zrunning 1 test
32472026-06-04T09:43:23.960Ztest test_p4_counter_list ... ignored
32482026-06-04T09:43:23.960Z
32492026-06-04T09:43:23.960Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32502026-06-04T09:43:23.960Z
32512026-06-04T09:43:23.960Z Running tests/port-link.rs (target/debug/deps/port_link-554ffd493366109c)
32522026-06-04T09:43:23.965Z
32532026-06-04T09:43:23.965Zrunning 5 tests
32542026-06-04T09:43:23.969Ztest test_an ... ignored
32552026-06-04T09:43:23.969Ztest test_enable ... ignored
32562026-06-04T09:43:23.969Ztest test_ip_addresses ... ignored
32572026-06-04T09:43:23.969Ztest test_kr ... ignored
32582026-06-04T09:43:23.969Ztest test_mac ... ignored
32592026-06-04T09:43:23.969Z
32602026-06-04T09:43:23.969Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32612026-06-04T09:43:23.969Z
32622026-06-04T09:43:23.969Z Running unittests src/main.rs (target/debug/deps/tfportd-627d2c39abff4a96)
32632026-06-04T09:43:23.969Z
32642026-06-04T09:43:23.969Zrunning 3 tests
32652026-06-04T09:43:23.972Ztest linklocal::test_parse_ipadm ... ok
32662026-06-04T09:43:23.972Ztest tfport::test_parse_tfport ... ok
32672026-06-04T09:43:23.972Ztest config::tests::test_updates ... ok
32682026-06-04T09:43:23.972Z
32692026-06-04T09:43:23.972Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32702026-06-04T09:43:23.972Z
32712026-06-04T09:43:23.972Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
32722026-06-04T09:43:23.975Z
32732026-06-04T09:43:23.975Zrunning 0 tests
32742026-06-04T09:43:23.975Z
32752026-06-04T09:43:23.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-04T09:43:23.975Z
32772026-06-04T09:43:23.976Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
32782026-06-04T09:43:23.980Z
32792026-06-04T09:43:23.980Zrunning 0 tests
32802026-06-04T09:43:23.983Z
32812026-06-04T09:43:23.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-04T09:43:23.983Z
32832026-06-04T09:43:23.983Z Doc-tests aal
32842026-06-04T09:43:24.107Z
32852026-06-04T09:43:24.107Zrunning 0 tests
32862026-06-04T09:43:24.107Z
32872026-06-04T09:43:24.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-04T09:43:24.107Z
32892026-06-04T09:43:24.125Z Doc-tests aal_macros
32902026-06-04T09:43:24.195Z
32912026-06-04T09:43:24.195Zrunning 0 tests
32922026-06-04T09:43:24.195Z
32932026-06-04T09:43:24.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-04T09:43:24.195Z
32952026-06-04T09:43:24.207Z Doc-tests common
32962026-06-04T09:43:24.442Z
32972026-06-04T09:43:24.442Zrunning 0 tests
32982026-06-04T09:43:24.442Z
32992026-06-04T09:43:24.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-04T09:43:24.442Z
33012026-06-04T09:43:24.462Z Doc-tests dpd_api
33022026-06-04T09:43:25.223Z
33032026-06-04T09:43:25.223Zrunning 2 tests
33042026-06-04T09:43:25.223Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33052026-06-04T09:43:25.224Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33062026-06-04T09:43:25.224Z
33072026-06-04T09:43:25.224Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33082026-06-04T09:43:25.224Z
33092026-06-04T09:43:25.268Z Doc-tests dpd_client
33102026-06-04T09:43:26.497Z
33112026-06-04T09:43:26.497Zrunning 0 tests
33122026-06-04T09:43:26.497Z
33132026-06-04T09:43:26.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-04T09:43:26.497Z
33152026-06-04T09:43:26.544Z Doc-tests dpd_types
33162026-06-04T09:43:26.776Z
33172026-06-04T09:43:26.776Zrunning 0 tests
33182026-06-04T09:43:26.776Z
33192026-06-04T09:43:26.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-04T09:43:26.776Z
33212026-06-04T09:43:26.782Z Doc-tests dpd_types_versions
33222026-06-04T09:43:27.994Z
33232026-06-04T09:43:27.994Zrunning 1 test
33242026-06-04T09:43:27.994Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33252026-06-04T09:43:27.994Z
33262026-06-04T09:43:27.994Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33272026-06-04T09:43:27.994Z
33282026-06-04T09:43:28.038Z Doc-tests packet
33292026-06-04T09:43:28.149Z
33302026-06-04T09:43:28.149Zrunning 0 tests
33312026-06-04T09:43:28.149Z
33322026-06-04T09:43:28.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-04T09:43:28.149Z
33342026-06-04T09:43:28.164Z Doc-tests pcap
33352026-06-04T09:43:28.216Z
33362026-06-04T09:43:28.216Zrunning 0 tests
33372026-06-04T09:43:28.216Z
33382026-06-04T09:43:28.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-04T09:43:28.217Z
33402026-06-04T09:43:28.267Z+ for feat in tofino_stub tofino_asic softnpu chaos
33412026-06-04T09:43:28.267Z+ RUST_BACKTRACE=full
33422026-06-04T09:43:28.267Z+ cargo test --features chaos --no-fail-fast
33432026-06-04T09:43:28.867Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33442026-06-04T09:43:28.946Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33452026-06-04T09:43:28.954Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33462026-06-04T09:43:37.332Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33472026-06-04T09:43:37.472Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33482026-06-04T09:44:12.609Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.32s
33492026-06-04T09:44:12.731Z Running unittests src/lib.rs (target/debug/deps/aal-f2cb36afb4330288)
33502026-06-04T09:44:12.736Z
33512026-06-04T09:44:12.736Zrunning 5 tests
33522026-06-04T09:44:12.739Ztest fuse::tests::chip_revision_b1 ... ok
33532026-06-04T09:44:12.739Ztest fuse::tests::chip_revision_b0 ... ok
33542026-06-04T09:44:12.739Ztest fuse::tests::chip_revision_a0 ... ok
33552026-06-04T09:44:12.739Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33562026-06-04T09:44:12.739Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33572026-06-04T09:44:12.739Z
33582026-06-04T09:44:12.739Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33592026-06-04T09:44:12.739Z
33602026-06-04T09:44:12.739Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33612026-06-04T09:44:12.742Z
33622026-06-04T09:44:12.742Zrunning 0 tests
33632026-06-04T09:44:12.742Z
33642026-06-04T09:44:12.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-04T09:44:12.742Z
33662026-06-04T09:44:12.745Z Running unittests src/lib.rs (target/debug/deps/asic-ae1ba62f5da88121)
33672026-06-04T09:44:12.748Z
33682026-06-04T09:44:12.748Zrunning 0 tests
33692026-06-04T09:44:12.748Z
33702026-06-04T09:44:12.748Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-04T09:44:12.748Z
33722026-06-04T09:44:12.748Z Running unittests src/lib.rs (target/debug/deps/common-c2692da76be5bac8)
33732026-06-04T09:44:12.753Z
33742026-06-04T09:44:12.753Zrunning 10 tests
33752026-06-04T09:44:12.756Ztest nat::tests::test_vni ... ok
33762026-06-04T09:44:12.756Ztest network::tests::test_equal ... ok
33772026-06-04T09:44:12.756Ztest network::tests::test_eui64 ... ok
33782026-06-04T09:44:12.756Ztest network::tests::test_into ... ok
33792026-06-04T09:44:12.756Ztest network::tests::test_not_equal ... ok
33802026-06-04T09:44:12.756Ztest network::tests::test_generate_ipv6_link_local ... ok
33812026-06-04T09:44:12.756Ztest network::tests::test_parse ... ok
33822026-06-04T09:44:12.756Ztest network::tests::test_to_string ... ok
33832026-06-04T09:44:12.759Ztest test_purge ... ok
33842026-06-04T09:44:12.762Ztest illumos::test::address_exists_handles_missing_object ... ok
33852026-06-04T09:44:12.762Z
33862026-06-04T09:44:12.762Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33872026-06-04T09:44:12.762Z
33882026-06-04T09:44:12.762Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-2cba6e64ddac06b1)
33892026-06-04T09:44:12.784Z
33902026-06-04T09:44:12.784Zrunning 1 test
33912026-06-04T09:44:12.788Z -------
33922026-06-04T09:44:12.791Z Generating OpenAPI documents from API definitions ...
33932026-06-04T09:44:12.947Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33942026-06-04T09:44:13.015Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33952026-06-04T09:44:13.999Z -------
33962026-06-04T09:44:13.999Z Checking 12 OpenAPI documents...
33972026-06-04T09:44:13.999Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33982026-06-04T09:44:13.999Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33992026-06-04T09:44:13.999Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34002026-06-04T09:44:13.999Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34012026-06-04T09:44:13.999Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34022026-06-04T09:44:14.003Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34032026-06-04T09:44:14.003Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-04T09:44:14.003Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-04T09:44:14.003Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-04T09:44:14.003Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-04T09:44:14.003Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-04T09:44:14.003Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-04T09:44:14.003Z Fresh dpd "latest" symlink
34102026-06-04T09:44:14.003Z -------
34112026-06-04T09:44:14.003Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34122026-06-04T09:44:14.060Ztest test::test_apis_up_to_date ... ok
34132026-06-04T09:44:14.060Z
34142026-06-04T09:44:14.060Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
34152026-06-04T09:44:14.060Z
34162026-06-04T09:44:14.119Z Running unittests src/main.rs (target/debug/deps/dpd-90aad1819bf7c846)
34172026-06-04T09:44:14.125Z
34182026-06-04T09:44:14.125Zrunning 19 tests
34192026-06-04T09:44:14.128Ztest freemap::test_ordering ... ok
34202026-06-04T09:44:14.128Ztest config::tests::test_updates ... ok
34212026-06-04T09:44:14.128Ztest freemap::test_split ... ok
34222026-06-04T09:44:14.128Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34232026-06-04T09:44:14.128Ztest macaddrs::tests::test_mac_offset ... ok
34242026-06-04T09:44:14.128Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34252026-06-04T09:44:14.128Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34262026-06-04T09:44:14.128Ztest macaddrs::tests::test_parse_port_id ... ok
34272026-06-04T09:44:14.128Ztest nat::test_mapping ... ok
34282026-06-04T09:44:14.131Ztest port_map::tests::dump_map ... ok
34292026-06-04T09:44:14.131Ztest port_map::tests::test_backplane_group ... ok
34302026-06-04T09:44:14.131Ztest port_map::tests::test_port_map ... ok
34312026-06-04T09:44:14.131ZJun 04 09:44:12.487 DEBG Jun 04 09:44:12.487 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test
34322026-06-04T09:44:14.131Z
34332026-06-04T09:44:14.131ZJun 04 09:44:12.487Jun 04 09:44:12.487 Jun 04 09:44:12.487 DEBGDEBGDEBG initted freemap. size: 128 , initted freemap. size: 128created new freemap, unitunit::, freemap_testfreemap_test
34342026-06-04T09:44:14.131Z
34352026-06-04T09:44:14.131ZunitJun 04 09:44:12.487: DEBGfreemap_testJun 04 09:44:12.487 Jun 04 09:44:12.487
34362026-06-04T09:44:14.131Z DEBG DEBGreset freemap created new freemapreset freemap, , , Jun 04 09:44:12.487unitunit::unit : DEBG freemap_testfreemap_test
34372026-06-04T09:44:14.131Zfreemap_testinitted freemap. size: 128
34382026-06-04T09:44:14.131Z
34392026-06-04T09:44:14.131Z, unit: freemap_test
34402026-06-04T09:44:14.131ZJun 04 09:44:12.487 Jun 04 09:44:12.487DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
34412026-06-04T09:44:14.131Zfreemap_test
34422026-06-04T09:44:14.131ZJun 04 09:44:12.487 DEBG reset freemap, unit: freemap_test
34432026-06-04T09:44:14.131Ztest freemap::test_basic ... ok
34442026-06-04T09:44:14.131Ztest freemap::test_reclaim ... ok
34452026-06-04T09:44:14.131Ztest freemap::test_exhaustion ... ok
34462026-06-04T09:44:14.131Ztest freemap::test_free ... ok
34472026-06-04T09:44:14.131ZJun 04 09:44:12.487 DEBG created new freemap, unit: freemap_test
34482026-06-04T09:44:14.131ZJun 04 09:44:12.487 DEBG initted freemap. size: 128, unit: freemap_test
34492026-06-04T09:44:14.131ZJun 04 09:44:12.487 DEBG reset freemap, unit: freemap_test
34502026-06-04T09:44:14.131Ztest freemap::test_span ... ok
34512026-06-04T09:44:14.132Ztest port_map::tests::parse_softnpu_revision ... ok
34522026-06-04T09:44:14.132Ztest api_server::tests::test_build_info ... ok
34532026-06-04T09:44:14.132Z
34542026-06-04T09:44:14.132Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34552026-06-04T09:44:14.132Z
34562026-06-04T09:44:14.134Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-38b6775abbc18024)
34572026-06-04T09:44:14.138Z
34582026-06-04T09:44:14.138Zrunning 0 tests
34592026-06-04T09:44:14.138Z
34602026-06-04T09:44:14.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34612026-06-04T09:44:14.141Z
34622026-06-04T09:44:14.141Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a6f2ffc325dafb1d)
34632026-06-04T09:44:14.144Z
34642026-06-04T09:44:14.144Zrunning 0 tests
34652026-06-04T09:44:14.144Z
34662026-06-04T09:44:14.144Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-04T09:44:14.144Z
34682026-06-04T09:44:14.144Z Running unittests src/lib.rs (target/debug/deps/dpd_client-2de4072e9af24b01)
34692026-06-04T09:44:14.152Z
34702026-06-04T09:44:14.152Zrunning 6 tests
34712026-06-04T09:44:14.155Ztest tests::test_full_lot_id_neither_present ... ok
34722026-06-04T09:44:14.155Ztest tests::test_full_lot_id_lot_only ... ok
34732026-06-04T09:44:14.155Ztest tests::test_full_lot_id_lotnum_only ... ok
34742026-06-04T09:44:14.155Ztest tests::test_full_lot_id_both_present ... ok
34752026-06-04T09:44:14.155Ztest tests::test_parse_client_port_id ... ok
34762026-06-04T09:44:14.155Ztest tests::test_port_id_cmp ... ok
34772026-06-04T09:44:14.155Z
34782026-06-04T09:44:14.159Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34792026-06-04T09:44:14.159Z
34802026-06-04T09:44:14.159Z Running tests/test_all.rs (target/debug/deps/test_all-460ed0d69e7b9e34)
34812026-06-04T09:44:14.161Z
34822026-06-04T09:44:14.161Zrunning 6 tests
34832026-06-04T09:44:17.171Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34842026-06-04T09:44:17.174Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34852026-06-04T09:44:17.174Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34862026-06-04T09:44:17.179Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34872026-06-04T09:44:17.508Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34882026-06-04T09:44:18.341Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34892026-06-04T09:44:18.341Z
34902026-06-04T09:44:18.341Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.18s
34912026-06-04T09:44:18.341Z
34922026-06-04T09:44:18.347Z Running unittests src/lib.rs (target/debug/deps/dpd_types-abbb848c68b6da90)
34932026-06-04T09:44:18.353Z
34942026-06-04T09:44:18.353Zrunning 0 tests
34952026-06-04T09:44:18.353Z
34962026-06-04T09:44:18.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34972026-06-04T09:44:18.356Z
34982026-06-04T09:44:18.356Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-30076b2059e15675)
34992026-06-04T09:44:18.359Z
35002026-06-04T09:44:18.359Zrunning 0 tests
35012026-06-04T09:44:18.359Z
35022026-06-04T09:44:18.359Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-04T09:44:18.359Z
35042026-06-04T09:44:18.362Z Running unittests src/lib.rs (target/debug/deps/packet-d462ccc4d0009b0e)
35052026-06-04T09:44:18.367Z
35062026-06-04T09:44:18.367Zrunning 12 tests
35072026-06-04T09:44:18.370Ztest icmp::test_v4_checksum ... ok
35082026-06-04T09:44:18.370Ztest ipv6::test_ipv6_parse ... ok
35092026-06-04T09:44:18.370Ztest icmp::test_v6_checksum ... ok
35102026-06-04T09:44:18.371Ztest pbuf::test_byte ... ok
35112026-06-04T09:44:18.371Ztest lldp::test_lldp_parse ... ok
35122026-06-04T09:44:18.371Ztest pbuf::test_overflow ... ok
35132026-06-04T09:44:18.371Ztest pbuf::test_short ... ok
35142026-06-04T09:44:18.371Ztest pbuf::test_nibble ... ok
35152026-06-04T09:44:18.371Ztest pbuf::test_twelve ... ok
35162026-06-04T09:44:18.371Ztest pbuf::test_word ... ok
35172026-06-04T09:44:18.371Ztest tcp::test_checksum_syn_nodata ... ok
35182026-06-04T09:44:18.371Ztest tcp::test_checksum_ack_data ... ok
35192026-06-04T09:44:18.371Z
35202026-06-04T09:44:18.371Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35212026-06-04T09:44:18.371Z
35222026-06-04T09:44:18.371Z Running unittests src/lib.rs (target/debug/deps/pcap-6b9994411033cf4c)
35232026-06-04T09:44:18.374Z
35242026-06-04T09:44:18.374Zrunning 0 tests
35252026-06-04T09:44:18.374Z
35262026-06-04T09:44:18.374Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-04T09:44:18.374Z
35282026-06-04T09:44:18.377Z Running unittests src/main.rs (target/debug/deps/swadm-97668401a524a981)
35292026-06-04T09:44:18.377Z
35302026-06-04T09:44:18.377Zrunning 5 tests
35312026-06-04T09:44:18.380Ztest switchport::test::test_compute_lanes ... ok
35322026-06-04T09:44:18.380Ztest switchport::test::port_id_ordering ... ok
35332026-06-04T09:44:18.380Z Lane 0 Lane 1 Lane 2 Lane 3
35342026-06-04T09:44:18.381Z Rx Loss-of-lock: Yes Yes Yes Yes
35352026-06-04T09:44:18.381Z Rx Loss-of-signal: Yes Yes Yes Yes
35362026-06-04T09:44:18.381Z Rx CDR Enabled: Yes Yes Yes Yes
35372026-06-04T09:44:18.381Z Tx Enabled: Yes Yes Yes Yes
35382026-06-04T09:44:18.381Z Tx Loss-of-lock: No No No No
35392026-06-04T09:44:18.381Z Tx Loss-of-signal: No No No No
35402026-06-04T09:44:18.381Z Tx CDR Enabled: No No No No
35412026-06-04T09:44:18.381Z Tx Adaptive EQ Fault: No No No No
35422026-06-04T09:44:18.381Z Tx Fault: Yes Yes Yes Yes
35432026-06-04T09:44:18.381Ztest switchport::test::test_print_sff_datapath ... ok
35442026-06-04T09:44:18.381Z Lane 0 Lane 1 Lane 2 Lane 3
35452026-06-04T09:44:18.381Z State: Activated Activated Activated Activated
35462026-06-04T09:44:18.381Z Rx Output Enabled: false false false false
35472026-06-04T09:44:18.381Z Rx Output Status: valid valid valid valid
35482026-06-04T09:44:18.381Z Rx Loss-of-lock: true true true true
35492026-06-04T09:44:18.381Z Rx Loss-of-signal: false false false false
35502026-06-04T09:44:18.381ZRx Auto-squelch Disable: true true true true
35512026-06-04T09:44:18.381Z Tx Output Enabled: true true true true
35522026-06-04T09:44:18.381Z Tx Output Status: invalid invalid invalid invalid
35532026-06-04T09:44:18.381Z Tx Loss-of-lock: false false false false
35542026-06-04T09:44:18.381Z Tx Loss-of-signal: true true true true
35552026-06-04T09:44:18.381ZTx Auto-squelch Disable: false false false false
35562026-06-04T09:44:18.381Z Tx Adaptive EQ Fail: true true true true
35572026-06-04T09:44:18.381Z Tx Failure: false false false false
35582026-06-04T09:44:18.381Z Tx Force Squelch: true true true true
35592026-06-04T09:44:18.381Z Tx Input Polarity: normal normal normal normal
35602026-06-04T09:44:18.381Ztest switchport::test::test_print_cmis_datapath ... ok
35612026-06-04T09:44:18.381Ztest link::test_filter ... ok
35622026-06-04T09:44:18.382Z
35632026-06-04T09:44:18.382Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35642026-06-04T09:44:18.382Z
35652026-06-04T09:44:18.382Z Running tests/counters.rs (target/debug/deps/counters-8dc5a45d0f9a0f39)
35662026-06-04T09:44:18.387Z
35672026-06-04T09:44:18.387Zrunning 1 test
35682026-06-04T09:44:18.387Ztest test_p4_counter_list ... ignored
35692026-06-04T09:44:18.387Z
35702026-06-04T09:44:18.387Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35712026-06-04T09:44:18.387Z
35722026-06-04T09:44:18.387Z Running tests/port-link.rs (target/debug/deps/port_link-7486b8f5173c0fdb)
35732026-06-04T09:44:18.391Z
35742026-06-04T09:44:18.391Zrunning 5 tests
35752026-06-04T09:44:18.395Ztest test_an ... ignored
35762026-06-04T09:44:18.395Ztest test_enable ... ignored
35772026-06-04T09:44:18.395Ztest test_ip_addresses ... ignored
35782026-06-04T09:44:18.395Ztest test_kr ... ignored
35792026-06-04T09:44:18.395Ztest test_mac ... ignored
35802026-06-04T09:44:18.395Z
35812026-06-04T09:44:18.395Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35822026-06-04T09:44:18.395Z
35832026-06-04T09:44:18.395Z Running unittests src/main.rs (target/debug/deps/tfportd-92aa3b87e81e2d54)
35842026-06-04T09:44:18.395Z
35852026-06-04T09:44:18.395Zrunning 3 tests
35862026-06-04T09:44:18.395Ztest linklocal::test_parse_ipadm ... ok
35872026-06-04T09:44:18.395Ztest tfport::test_parse_tfport ... ok
35882026-06-04T09:44:18.395Ztest config::tests::test_updates ... ok
35892026-06-04T09:44:18.395Z
35902026-06-04T09:44:18.395Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35912026-06-04T09:44:18.395Z
35922026-06-04T09:44:18.398Z Running unittests src/main.rs (target/debug/deps/uplinkd-c6eec03bb99df02c)
35932026-06-04T09:44:18.401Z
35942026-06-04T09:44:18.401Zrunning 0 tests
35952026-06-04T09:44:18.401Z
35962026-06-04T09:44:18.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-04T09:44:18.401Z
35982026-06-04T09:44:18.401Z Running unittests src/main.rs (target/debug/deps/xtask-2d5d201663f14857)
35992026-06-04T09:44:18.404Z
36002026-06-04T09:44:18.404Zrunning 0 tests
36012026-06-04T09:44:18.404Z
36022026-06-04T09:44:18.404Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-04T09:44:18.404Z
36042026-06-04T09:44:18.407Z Doc-tests aal
36052026-06-04T09:44:18.575Z
36062026-06-04T09:44:18.575Zrunning 0 tests
36072026-06-04T09:44:18.575Z
36082026-06-04T09:44:18.578Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-04T09:44:18.578Z
36102026-06-04T09:44:18.592Z Doc-tests aal_macros
36112026-06-04T09:44:18.665Z
36122026-06-04T09:44:18.665Zrunning 0 tests
36132026-06-04T09:44:18.665Z
36142026-06-04T09:44:18.665Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-04T09:44:18.665Z
36162026-06-04T09:44:18.678Z Doc-tests common
36172026-06-04T09:44:18.913Z
36182026-06-04T09:44:18.913Zrunning 0 tests
36192026-06-04T09:44:18.913Z
36202026-06-04T09:44:18.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-04T09:44:18.913Z
36222026-06-04T09:44:18.934Z Doc-tests dpd_api
36232026-06-04T09:44:19.768Z
36242026-06-04T09:44:19.768Zrunning 2 tests
36252026-06-04T09:44:19.768Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36262026-06-04T09:44:19.768Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36272026-06-04T09:44:19.768Z
36282026-06-04T09:44:19.768Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36292026-06-04T09:44:19.768Z
36302026-06-04T09:44:19.802Z Doc-tests dpd_client
36312026-06-04T09:44:21.086Z
36322026-06-04T09:44:21.086Zrunning 0 tests
36332026-06-04T09:44:21.086Z
36342026-06-04T09:44:21.086Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-04T09:44:21.086Z
36362026-06-04T09:44:21.135Z Doc-tests dpd_types
36372026-06-04T09:44:21.345Z
36382026-06-04T09:44:21.345Zrunning 0 tests
36392026-06-04T09:44:21.345Z
36402026-06-04T09:44:21.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-04T09:44:21.346Z
36422026-06-04T09:44:21.373Z Doc-tests dpd_types_versions
36432026-06-04T09:44:22.583Z
36442026-06-04T09:44:22.584Zrunning 1 test
36452026-06-04T09:44:22.584Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36462026-06-04T09:44:22.584Z
36472026-06-04T09:44:22.584Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36482026-06-04T09:44:22.584Z
36492026-06-04T09:44:22.631Z Doc-tests packet
36502026-06-04T09:44:22.742Z
36512026-06-04T09:44:22.742Zrunning 0 tests
36522026-06-04T09:44:22.742Z
36532026-06-04T09:44:22.742Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-04T09:44:22.742Z
36552026-06-04T09:44:22.758Z Doc-tests pcap
36562026-06-04T09:44:22.812Z
36572026-06-04T09:44:22.813Zrunning 0 tests
36582026-06-04T09:44:22.813Z
36592026-06-04T09:44:22.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-04T09:44:22.813Z
36612026-06-04T09:44:22.863Zprocess exited: duration 583173 ms, exit code 0
 
36622026-06-04T09:44:22.869Zfound 0 output files