01KVHJHAMJNN0DC4YZMTFNAVTV: test

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

Buildomat Job: 01KVHJHT04Q2WZA5Q9K9AYE3KX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T03:53:40.571Zjob assigned to worker 01KVHJHSK2Z1Z0QEGZE7XDJND6 [factory aws, i-0071663a715e6b4b1] (queued for 51 s)
 
22026-06-20T03:53:47.412Zstarting task 0: "setup"
32026-06-20T03:53:47.416Z++ uname -s
42026-06-20T03:53:47.419Z+ kern=SunOS
52026-06-20T03:53:47.419Z+ build_user=build
62026-06-20T03:53:47.419Z+ build_uid=12345
72026-06-20T03:53:47.419Z+ work_dir=/work
82026-06-20T03:53:47.419Z+ input_dir=/input
92026-06-20T03:53:47.419Z+ [[ 0 == 12345 ]]
102026-06-20T03:53:47.419Z+ case "$kern" in
112026-06-20T03:53:47.419Z+ groupadd -g 12345 build
122026-06-20T03:53:47.422Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T03:53:49.429Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T03:53:49.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T03:53:49.516Z+ home_fs=zfs
162026-06-20T03:53:49.516Z+ [[ zfs == autofs ]]
172026-06-20T03:53:49.516Z+ mkdir -p /home/build
182026-06-20T03:53:49.516Z+ chown build:build /home/build /work
192026-06-20T03:53:51.518Z+ chmod 0700 /home/build /work
202026-06-20T03:53:51.521Zprocess exited: duration 4111 ms, exit code 0
 
212026-06-20T03:53:51.528Zstarting task 1: "rust-toolchain"
222026-06-20T03:53:51.534Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-20T03:53:51.534Z * rust toolchain channel = "1.90.0"
242026-06-20T03:53:51.534Z * rust toolchain profile = "default"
252026-06-20T03:53:51.534Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T03:53:51.534Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T03:53:51.534Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T03:53:51.539Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T03:53:51.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-20T03:53:51.639Zinfo: downloading installer
312026-06-20T03:53:53.040Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T03:53:53.040Zwarn: /home/build/.rustup/settings.toml
332026-06-20T03:53:53.040Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T03:53:53.040Zwarn: instead of the one inferred from the default host triple.
352026-06-20T03:53:53.050Zinfo: profile set to default
362026-06-20T03:53:53.050Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T03:53:53.054Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-20T03:53:53.219Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-20T03:53:53.223Zinfo: downloading 6 components
402026-06-20T03:54:09.460Z
412026-06-20T03:54:09.460Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-20T03:54:09.488Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-20T03:54:09.488Z
442026-06-20T03:54:09.488Z
452026-06-20T03:54:09.488ZRust is installed now. Great!
462026-06-20T03:54:09.488Z
472026-06-20T03:54:09.488ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T03:54:09.488Zenvironment variable. This has not been done automatically.
492026-06-20T03:54:09.488Z
502026-06-20T03:54:09.488ZTo configure your current shell, you need to source
512026-06-20T03:54:09.488Zthe corresponding env file under $HOME/.cargo.
522026-06-20T03:54:09.488Z
532026-06-20T03:54:09.489ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T03:54:09.492Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T03:54:09.492Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T03:54:09.493Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T03:54:09.493Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T03:54:09.493Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T03:54:09.493Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T03:54:09.493Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T03:54:09.493Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T03:54:09.580Z+ rustup --version
632026-06-20T03:54:09.590Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T03:54:09.593Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T03:54:09.611Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-20T03:54:09.614Z+ cargo --version
672026-06-20T03:54:09.657Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-20T03:54:09.662Z+ rustc --version
692026-06-20T03:54:09.663Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-20T03:54:09.663Zprocess exited: duration 18123 ms, exit code 0
 
712026-06-20T03:54:09.668Zstarting task 2: "authentication"
722026-06-20T03:54:09.685Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T03:54:09.693Zstarting task 3: "clone repository"
742026-06-20T03:54:09.695Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-20T03:54:09.698Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-20T03:54:09.728ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-20T03:54:10.246Z+ cd /work/oxidecomputer/dendrite
782026-06-20T03:54:10.246Z+ git fetch origin 7c20e4e29de27e6fe2fe33a580f8b46f6dba353f
792026-06-20T03:54:10.451ZFrom https://github.com/oxidecomputer/dendrite
802026-06-20T03:54:10.451Z * branch 7c20e4e29de27e6fe2fe33a580f8b46f6dba353f -> FETCH_HEAD
812026-06-20T03:54:10.456Z+ [[ -n renovate/cc-1.x-lockfile ]]
822026-06-20T03:54:10.460Z++ git branch --show-current
832026-06-20T03:54:10.460Z+ current=main
842026-06-20T03:54:10.460Z+ [[ main != renovate/cc-1.x-lockfile ]]
852026-06-20T03:54:10.460Z+ git branch -f renovate/cc-1.x-lockfile 7c20e4e29de27e6fe2fe33a580f8b46f6dba353f
862026-06-20T03:54:10.463Z+ git checkout -f renovate/cc-1.x-lockfile
872026-06-20T03:54:10.480ZSwitched to branch 'renovate/cc-1.x-lockfile'
882026-06-20T03:54:10.484Z+ git reset --hard 7c20e4e29de27e6fe2fe33a580f8b46f6dba353f
892026-06-20T03:54:10.497ZHEAD is now at 7c20e4e Update Rust crate cc to v1.2.65
902026-06-20T03:54:10.501Zprocess exited: duration 806 ms, exit code 0
 
912026-06-20T03:54:10.508Zstarting task 4: "build"
922026-06-20T03:54:10.513Z+ source .github/buildomat/common.sh
932026-06-20T03:54:10.516Z++ TOFINO_STAGES=20
942026-06-20T03:54:10.516Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-20T03:54:10.516Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-20T03:54:10.516Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-20T03:54:10.516Z+++ uname -s
982026-06-20T03:54:10.516Z++ '[' SunOS == SunOS ']'
992026-06-20T03:54:10.516Z++ SERIES=illumos
1002026-06-20T03:54:10.516Z+++ uname -s
1012026-06-20T03:54:10.516Z++ '[' SunOS == SunOS ']'
1022026-06-20T03:54:10.516Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-20T03:54:10.516Z++ rustup show active-toolchain
1042026-06-20T03:54:10.521Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-20T03:54:10.524Z+ source .github/buildomat/illumos.sh
1062026-06-20T03:54:10.524Z++ banner 'sde setup'
1072026-06-20T03:54:10.527Z
1082026-06-20T03:54:10.527Z #### ##### ###### #### ###### ##### # # #####
1092026-06-20T03:54:10.527Z # # # # # # # # # # #
1102026-06-20T03:54:10.527Z #### # # ##### #### ##### # # # # #
1112026-06-20T03:54:10.527Z # # # # # # # # # #####
1122026-06-20T03:54:10.527Z # # # # # # # # # # # #
1132026-06-20T03:54:10.527Z #### ##### ###### #### ###### # #### #
1142026-06-20T03:54:10.527Z
1152026-06-20T03:54:10.527Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-20T03:54:10.527Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-20T03:54:10.527Z++ export PKG=tofino_sde.p5p
1182026-06-20T03:54:10.527Z++ PKG=tofino_sde.p5p
1192026-06-20T03:54:10.527Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-20T03:54:10.532Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-20T03:54:10.535Z Dload Upload Total Spent Left Speed
1222026-06-20T03:54:11.753Z 0 0 0 0 0 0 0 0 0 83 76.03M 83 63.15M 0 0 63.18M 0 00:01 00:01 63.20M 100 76.03M 100 76.03M 0 0 62.23M 0 00:01 00:01 63.20M 100 76.03M 100 76.03M 0 0 62.23M 0 00:01 00:01 63.20M 100 76.03M 100 76.03M 0 0 62.23M 0 00:01 00:01 63.20M
1232026-06-20T03:54:11.757Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-20T03:54:11.807Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-20T03:54:11.851Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-20T03:54:11.851Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-20T03:54:14.677Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-20T03:54:14.737Z Startup: Caching catalogs ... Done
1292026-06-20T03:54:14.773Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-20T03:54:15.221ZPlanning: Solver setup ... Done
1312026-06-20T03:54:15.247ZPlanning: Running solver ... Done
1322026-06-20T03:54:15.254ZPlanning: Finding local manifests ... Done
1332026-06-20T03:54:15.259ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-20T03:54:15.263ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-20T03:54:15.275ZPlanning: Package planning ... Done
1362026-06-20T03:54:15.278ZPlanning: Merging actions ... Done
1372026-06-20T03:54:15.377ZPlanning: Checking for conflicting actions ... Done
1382026-06-20T03:54:15.380ZPlanning: Consolidating action changes ... Done
1392026-06-20T03:54:16.196ZPlanning: Evaluating mediators ... Done
1402026-06-20T03:54:16.199ZPlanning: Planning completed in 1.42 seconds
1412026-06-20T03:54:16.321Z Packages to install: 1
1422026-06-20T03:54:16.322Z Create boot environment: No
1432026-06-20T03:54:16.322ZCreate backup boot environment: No
1442026-06-20T03:54:16.350Z
1452026-06-20T03:54:16.350ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-20T03:54:16.487ZDownload: Completed 75.30 MB in 0.14 seconds (544M/s)
1472026-06-20T03:54:16.599Z Actions: 1/293 actions (Installing new actions)
1482026-06-20T03:54:17.557Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-20T03:54:17.560ZFinalize: Updating package state database ... Done
1502026-06-20T03:54:17.601ZFinalize: Updating package cache ... Done
1512026-06-20T03:54:17.627ZFinalize: Updating image state ... Done
1522026-06-20T03:54:20.109ZFinalize: Creating fast lookup database ... Done
1532026-06-20T03:54:20.188ZFinalize: Reading search index ... Done
1542026-06-20T03:54:20.191ZFinalize: Updating search index ... Done
1552026-06-20T03:54:20.409ZFinalize: Updating package cache ... Done
1562026-06-20T03:54:20.511Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-20T03:54:20.511Z++ SDE=/opt/oxide/tofino_sde
1582026-06-20T03:54:20.511Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-20T03:54:20.511Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-20T03:54:20.511Z++ banner packages
1612026-06-20T03:54:20.514Z
1622026-06-20T03:54:20.514Z ##### ## #### # # ## #### ###### ####
1632026-06-20T03:54:20.514Z # # # # # # # # # # # # # #
1642026-06-20T03:54:20.514Z # # # # # #### # # # ##### ####
1652026-06-20T03:54:20.514Z ##### ###### # # # ###### # ### # #
1662026-06-20T03:54:20.514Z # # # # # # # # # # # # # #
1672026-06-20T03:54:20.514Z # # # #### # # # # #### ###### ####
1682026-06-20T03:54:20.514Z
1692026-06-20T03:54:20.514Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-20T03:54:20.778Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-20T03:54:20.781Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-20T03:54:21.133ZPlanning: Solver setup ... Done
1732026-06-20T03:54:21.156ZPlanning: Running solver ... Done
1742026-06-20T03:54:21.163ZPlanning: Consolidating action changes ... Done
1752026-06-20T03:54:21.163ZPlanning: Evaluating mediators ... Done
1762026-06-20T03:54:21.166ZPlanning: Planning completed in 0.38 seconds
1772026-06-20T03:54:21.181ZNo updates necessary for this image.
1782026-06-20T03:54:21.247Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-20T03:54:21.465ZPlanning: Evaluating mediator changes ... Done
1802026-06-20T03:54:21.579ZPlanning: Checking for conflicting actions ... Done
1812026-06-20T03:54:21.583ZPlanning: Consolidating action changes ... Done
1822026-06-20T03:54:21.748ZPlanning: Evaluating mediators ... Done
1832026-06-20T03:54:21.751ZPlanning: Planning completed in 0.28 seconds
1842026-06-20T03:54:21.771Z Mediators to change: 2
1852026-06-20T03:54:21.771Z Create boot environment: No
1862026-06-20T03:54:21.771ZCreate backup boot environment: No
1872026-06-20T03:54:21.826ZFinalize: Updating package state database ... Done
1882026-06-20T03:54:21.826ZFinalize: Updating package cache ... Done
1892026-06-20T03:54:21.839ZFinalize: Updating image state ... Done
1902026-06-20T03:54:23.877ZFinalize: Creating fast lookup database ... Done
1912026-06-20T03:54:23.947ZFinalize: Reading search index ... Done
1922026-06-20T03:54:23.951ZFinalize: Updating search index ... Done
1932026-06-20T03:54:24.052ZFinalize: Updating package cache ... Done
1942026-06-20T03:54:24.128Z++ cargo --version
1952026-06-20T03:54:24.137Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-20T03:54:24.142Z++ rustc --version
1972026-06-20T03:54:24.162Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-20T03:54:24.166Z+ banner copyrights
1992026-06-20T03:54:24.170Z
2002026-06-20T03:54:24.170Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-20T03:54:24.170Z # # # # # # # # # # # # # # # # #
2022026-06-20T03:54:24.170Z # # # # # # # # # # ###### # ####
2032026-06-20T03:54:24.170Z # # # ##### # ##### # # ### # # # #
2042026-06-20T03:54:24.170Z # # # # # # # # # # # # # # # #
2052026-06-20T03:54:24.170Z #### #### # # # # # #### # # # ####
2062026-06-20T03:54:24.170Z
2072026-06-20T03:54:24.170Z+ ./tools/check_copyrights.sh
2082026-06-20T03:54:24.459Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-20T03:54:25.240Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-20T03:54:25.704Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-20T03:54:25.795Zpcap/build.rs: Copyright with wrong year
2122026-06-20T03:54:25.969Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-20T03:54:26.202Z+ banner clippy
2142026-06-20T03:54:26.205Z
2152026-06-20T03:54:26.205Z #### # # ##### ##### # #
2162026-06-20T03:54:26.205Z # # # # # # # # # #
2172026-06-20T03:54:26.205Z # # # # # # # #
2182026-06-20T03:54:26.206Z # # # ##### ##### #
2192026-06-20T03:54:26.206Z # # # # # # #
2202026-06-20T03:54:26.206Z #### ###### # # # #
2212026-06-20T03:54:26.206Z
2222026-06-20T03:54:26.206Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-20T03:54:26.206Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-20T03:54:26.351Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-20T03:54:36.089Z Updating crates.io index
2262026-06-20T03:54:36.092Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-20T03:54:36.355Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-20T03:54:37.087Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-20T03:54:37.362Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-20T03:54:37.598Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-20T03:54:38.069Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-06-20T03:54:39.196Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-20T03:54:39.435Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-20T03:54:39.748Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-20T03:54:40.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-20T03:54:40.379Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-20T03:54:40.927Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-20T03:54:41.354Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-20T03:54:41.699Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-20T03:54:42.022Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-20T03:54:42.575Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-20T03:54:42.953Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-20T03:54:43.216Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-20T03:54:43.765Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-06-20T03:54:44.087Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-06-20T03:54:44.319Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-06-20T03:54:45.737Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-06-20T03:54:46.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-20T03:54:46.653Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-20T03:54:47.951Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-20T03:54:48.910Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-20T03:54:49.162Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-20T03:54:49.514Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-06-20T03:54:51.104Z Downloading crates ...
2552026-06-20T03:54:51.164Z Downloaded adler2 v2.0.1
2562026-06-20T03:54:51.192Z Downloaded cfg-if v1.0.4
2572026-06-20T03:54:51.196Z Downloaded futures-core v0.3.32
2582026-06-20T03:54:51.202Z Downloaded bcs v0.1.6
2592026-06-20T03:54:51.209Z Downloaded cfg_aliases v0.2.1
2602026-06-20T03:54:51.213Z Downloaded cexpr v0.6.0
2612026-06-20T03:54:51.222Z Downloaded git2 v0.19.0
2622026-06-20T03:54:51.227Z Downloaded defmt v0.3.100
2632026-06-20T03:54:51.231Z Downloaded futures-channel v0.3.32
2642026-06-20T03:54:51.234Z Downloaded hash32 v0.3.1
2652026-06-20T03:54:51.234Z Downloaded foreign-types-shared v0.3.1
2662026-06-20T03:54:51.237Z Downloaded async-stream v0.3.6
2672026-06-20T03:54:51.240Z Downloaded dtrace-parser v0.2.0
2682026-06-20T03:54:51.240Z Downloaded gethostname v0.5.0
2692026-06-20T03:54:51.248Z Downloaded futures-macro v0.3.32
2702026-06-20T03:54:51.248Z Downloaded foldhash v0.1.5
2712026-06-20T03:54:51.251Z Downloaded cobs v0.3.0
2722026-06-20T03:54:51.251Z Downloaded atomic-waker v1.1.2
2732026-06-20T03:54:51.251Z Downloaded critical-section v1.2.0
2742026-06-20T03:54:51.251Z Downloaded erased-serde v0.3.31
2752026-06-20T03:54:51.255Z Downloaded daft v0.1.5
2762026-06-20T03:54:51.260Z Downloaded glob v0.3.3
2772026-06-20T03:54:51.260Z Downloaded cpufeatures v0.2.17
2782026-06-20T03:54:51.263Z Downloaded fixedbitset v0.5.7
2792026-06-20T03:54:51.263Z Downloaded hex v0.4.3
2802026-06-20T03:54:51.267Z Downloaded group v0.13.0
2812026-06-20T03:54:51.270Z Downloaded futures v0.3.32
2822026-06-20T03:54:51.273Z Downloaded globset v0.4.16
2832026-06-20T03:54:51.273Z Downloaded http-body-util v0.1.3
2842026-06-20T03:54:51.276Z Downloaded anstream v1.0.0
2852026-06-20T03:54:51.279Z Downloaded ciborium v0.2.2
2862026-06-20T03:54:51.279Z Downloaded bit-set v0.8.0
2872026-06-20T03:54:51.282Z Downloaded anstyle-query v1.1.4
2882026-06-20T03:54:51.286Z Downloaded hyper-tls v0.6.0
2892026-06-20T03:54:51.286Z Downloaded convert_case v0.4.0
2902026-06-20T03:54:51.292Z Downloaded constant_time_eq v0.3.1
2912026-06-20T03:54:51.292Z Downloaded form_urlencoded v1.2.2
2922026-06-20T03:54:51.295Z Downloaded fastrand v2.3.0
2932026-06-20T03:54:51.295Z Downloaded camino-tempfile v1.4.1
2942026-06-20T03:54:51.295Z Downloaded futures-sink v0.3.32
2952026-06-20T03:54:51.298Z Downloaded foreign-types-shared v0.1.1
2962026-06-20T03:54:51.300Z Downloaded aws-lc-rs v1.16.2
2972026-06-20T03:54:51.304Z Downloaded hostname v0.3.1
2982026-06-20T03:54:51.307Z Downloaded foreign-types v0.3.2
2992026-06-20T03:54:51.310Z Downloaded compression-core v0.4.32
3002026-06-20T03:54:51.310Z Downloaded futures-executor v0.3.32
3012026-06-20T03:54:51.314Z Downloaded crc8 v0.1.1
3022026-06-20T03:54:51.314Z Downloaded colorchoice v1.0.4
3032026-06-20T03:54:51.317Z Downloaded debug-ignore v1.0.5
3042026-06-20T03:54:51.317Z Downloaded hubpack v0.1.2
3052026-06-20T03:54:51.320Z Downloaded clap_lex v1.1.0
3062026-06-20T03:54:51.323Z Downloaded errno v0.3.14
3072026-06-20T03:54:51.323Z Downloaded hubpack_derive v0.1.1
3082026-06-20T03:54:51.326Z Downloaded httpdate v1.0.3
3092026-06-20T03:54:51.327Z Downloaded chacha20 v0.9.1
3102026-06-20T03:54:51.330Z Downloaded defmt-parser v1.0.0
3112026-06-20T03:54:51.330Z Downloaded crucible-workspace-hack v0.1.0
3122026-06-20T03:54:51.334Z Downloaded cargo-platform v0.1.9
3132026-06-20T03:54:51.334Z Downloaded git-stub v1.0.0
3142026-06-20T03:54:51.337Z Downloaded dof v0.3.0
3152026-06-20T03:54:51.337Z Downloaded async-stream-impl v0.3.6
3162026-06-20T03:54:51.337Z Downloaded ciborium-io v0.2.2
3172026-06-20T03:54:51.341Z Downloaded futures-io v0.3.32
3182026-06-20T03:54:51.341Z Downloaded generic-array v0.14.7
3192026-06-20T03:54:51.344Z Downloaded dropshot-api-manager-types v0.7.2
3202026-06-20T03:54:51.344Z Downloaded foreign-types v0.5.0
3212026-06-20T03:54:51.348Z Downloaded dunce v1.0.5
3222026-06-20T03:54:51.348Z Downloaded internet-checksum v0.2.1
3232026-06-20T03:54:51.351Z Downloaded digest v0.11.3
3242026-06-20T03:54:51.351Z Downloaded indent_write v2.2.0
3252026-06-20T03:54:51.354Z Downloaded defmt v1.0.1
3262026-06-20T03:54:51.357Z Downloaded ident_case v1.0.1
3272026-06-20T03:54:51.357Z Downloaded is_ci v1.2.0
3282026-06-20T03:54:51.361Z Downloaded anstyle v1.0.14
3292026-06-20T03:54:51.361Z Downloaded cipher v0.4.4
3302026-06-20T03:54:51.364Z Downloaded is-terminal v0.4.16
3312026-06-20T03:54:51.367Z Downloaded flate2 v1.1.2
3322026-06-20T03:54:51.370Z Downloaded http-body v1.0.1
3332026-06-20T03:54:51.370Z Downloaded heck v0.4.1
3342026-06-20T03:54:51.373Z Downloaded hostname v0.4.2
3352026-06-20T03:54:51.373Z Downloaded inout v0.1.4
3362026-06-20T03:54:51.376Z Downloaded heck v0.5.0
3372026-06-20T03:54:51.376Z Downloaded curve25519-dalek-derive v0.1.1
3382026-06-20T03:54:51.379Z Downloaded idna_adapter v1.2.1
3392026-06-20T03:54:51.380Z Downloaded const_format_proc_macros v0.2.34
3402026-06-20T03:54:51.384Z Downloaded itoa v1.0.15
3412026-06-20T03:54:51.387Z Downloaded foldhash v0.2.0
3422026-06-20T03:54:51.387Z Downloaded defmt-macros v1.0.1
3432026-06-20T03:54:51.391Z Downloaded equivalent v1.0.2
3442026-06-20T03:54:51.391Z Downloaded humantime v2.3.0
3452026-06-20T03:54:51.395Z Downloaded libscf-sys v1.2.0
3462026-06-20T03:54:51.395Z Downloaded linked-hash-map v0.5.6
3472026-06-20T03:54:51.395Z Downloaded ff v0.13.1
3482026-06-20T03:54:51.398Z Downloaded highway v1.3.0
3492026-06-20T03:54:51.398Z Downloaded dof v0.4.0
3502026-06-20T03:54:51.401Z Downloaded keccak v0.1.6
3512026-06-20T03:54:51.401Z Downloaded displaydoc v0.2.5
3522026-06-20T03:54:51.405Z Downloaded hmac v0.12.1
3532026-06-20T03:54:51.408Z Downloaded fs-err v3.1.2
3542026-06-20T03:54:51.408Z Downloaded getrandom v0.2.16
3552026-06-20T03:54:51.411Z Downloaded match_cfg v0.1.0
3562026-06-20T03:54:51.414Z Downloaded memoffset v0.9.1
3572026-06-20T03:54:51.414Z Downloaded colored v3.1.1
3582026-06-20T03:54:51.418Z Downloaded lazy_static v1.5.0
3592026-06-20T03:54:51.418Z Downloaded managed v0.8.0
3602026-06-20T03:54:51.421Z Downloaded either v1.15.0
3612026-06-20T03:54:51.421Z Downloaded clap_derive v4.6.1
3622026-06-20T03:54:51.425Z Downloaded lru-cache v0.1.2
3632026-06-20T03:54:51.425Z Downloaded mime v0.3.17
3642026-06-20T03:54:51.430Z Downloaded num v0.4.3
3652026-06-20T03:54:51.430Z Downloaded const_format v0.2.34
3662026-06-20T03:54:51.435Z Downloaded enum-as-inner v0.6.1
3672026-06-20T03:54:51.435Z Downloaded clang-sys v1.8.1
3682026-06-20T03:54:51.438Z Downloaded darling v0.21.3
3692026-06-20T03:54:51.438Z Downloaded ingot-types v0.1.2
3702026-06-20T03:54:51.442Z Downloaded base64ct v1.8.0
3712026-06-20T03:54:51.442Z Downloaded num-iter v0.1.45
3722026-06-20T03:54:51.445Z Downloaded blake2 v0.10.6
3732026-06-20T03:54:51.448Z Downloaded omicron-workspace-hack v0.1.0
3742026-06-20T03:54:51.448Z Downloaded num-derive v0.4.2
3752026-06-20T03:54:51.451Z Downloaded num-conv v0.2.1
3762026-06-20T03:54:51.451Z Downloaded num_enum_derive v0.5.11
3772026-06-20T03:54:51.451Z Downloaded newtype_derive v0.1.6
3782026-06-20T03:54:51.454Z Downloaded anyhow v1.0.102
3792026-06-20T03:54:51.457Z Downloaded console v0.15.11
3802026-06-20T03:54:51.460Z Downloaded bitflags v2.11.1
3812026-06-20T03:54:51.464Z Downloaded crossbeam-utils v0.8.21
3822026-06-20T03:54:51.464Z Downloaded newline-converter v0.3.0
3832026-06-20T03:54:51.469Z Downloaded fnv v1.0.7
3842026-06-20T03:54:51.469Z Downloaded openssl-macros v0.1.1
3852026-06-20T03:54:51.469Z Downloaded num_threads v0.1.7
3862026-06-20T03:54:51.472Z Downloaded jobserver v0.1.34
3872026-06-20T03:54:51.472Z Downloaded hybrid-array v0.4.12
3882026-06-20T03:54:51.475Z Downloaded lru-slab v0.1.2
3892026-06-20T03:54:51.475Z Downloaded bytes v1.12.0
3902026-06-20T03:54:51.478Z Downloaded newtype-uuid-macros v0.1.0
3912026-06-20T03:54:51.478Z Downloaded macaddr v1.0.1
3922026-06-20T03:54:51.481Z Downloaded openssl-probe v0.1.6
3932026-06-20T03:54:51.481Z Downloaded h2 v0.4.14
3942026-06-20T03:54:51.485Z Downloaded memmap v0.7.0
3952026-06-20T03:54:51.488Z Downloaded crc32fast v1.5.0
3962026-06-20T03:54:51.491Z Downloaded hyper-rustls v0.27.7
3972026-06-20T03:54:51.491Z Downloaded linear-map v1.2.0
3982026-06-20T03:54:51.494Z Downloaded opaque-debug v0.3.1
3992026-06-20T03:54:51.494Z Downloaded ingot-macros v0.1.1
4002026-06-20T03:54:51.498Z Downloaded ingot v0.1.1
4012026-06-20T03:54:51.498Z Downloaded olpc-cjson v0.1.4
4022026-06-20T03:54:51.501Z Downloaded lock_api v0.4.14
4032026-06-20T03:54:51.501Z Downloaded libsw-core v0.3.2
4042026-06-20T03:54:51.504Z Downloaded libloading v0.8.9
4052026-06-20T03:54:51.504Z Downloaded kstat-rs v0.2.4
4062026-06-20T03:54:51.507Z Downloaded is_terminal_polyfill v1.70.1
4072026-06-20T03:54:51.507Z Downloaded const-oid v0.10.2
4082026-06-20T03:54:51.510Z Downloaded ipnet v2.11.0
4092026-06-20T03:54:51.510Z Downloaded num-complex v0.4.6
4102026-06-20T03:54:51.514Z Downloaded iana-time-zone v0.1.64
4112026-06-20T03:54:51.517Z Downloaded async-compression v0.4.33
4122026-06-20T03:54:51.520Z Downloaded pretty-hex v0.4.1
4132026-06-20T03:54:51.520Z Downloaded allocator-api2 v0.2.21
4142026-06-20T03:54:51.524Z Downloaded num_enum v0.5.11
4152026-06-20T03:54:51.527Z Downloaded proc-macro-crate v1.3.1
4162026-06-20T03:54:51.530Z Downloaded getrandom v0.4.2
4172026-06-20T03:54:51.533Z Downloaded httparse v1.10.1
4182026-06-20T03:54:51.533Z Downloaded num_enum_derive v0.7.5
4192026-06-20T03:54:51.536Z Downloaded derive_more v0.99.20
4202026-06-20T03:54:51.539Z Downloaded proc-macro-error-attr2 v2.0.0
4212026-06-20T03:54:51.539Z Downloaded proc-macro-error-attr v1.0.4
4222026-06-20T03:54:51.542Z Downloaded potential_utf v0.1.3
4232026-06-20T03:54:51.542Z Downloaded phf_shared v0.12.1
4242026-06-20T03:54:51.545Z Downloaded parse-display v0.10.0
4252026-06-20T03:54:51.545Z Downloaded owo-colors v4.3.0
4262026-06-20T03:54:51.546Z Downloaded multer v3.1.0
4272026-06-20T03:54:51.549Z Downloaded ipnetwork v0.21.1
4282026-06-20T03:54:51.552Z Downloaded crypto-bigint v0.5.5
4292026-06-20T03:54:51.555Z Downloaded quick-error v1.2.3
4302026-06-20T03:54:51.555Z Downloaded progenitor-client v0.14.0
4312026-06-20T03:54:51.558Z Downloaded rand_chacha v0.3.1
4322026-06-20T03:54:51.559Z Downloaded progenitor-macro v0.11.1
4332026-06-20T03:54:51.562Z Downloaded progenitor-macro v0.10.0
4342026-06-20T03:54:51.562Z Downloaded hickory-resolver v0.24.4
4352026-06-20T03:54:51.565Z Downloaded password-hash v0.5.0
4362026-06-20T03:54:51.565Z Downloaded parse-display-derive v0.10.0
4372026-06-20T03:54:51.568Z Downloaded indexmap v1.9.3
4382026-06-20T03:54:51.568Z Downloaded memmap2 v0.9.8
4392026-06-20T03:54:51.571Z Downloaded progenitor-client v0.11.1
4402026-06-20T03:54:51.572Z Downloaded paste v1.0.15
4412026-06-20T03:54:51.575Z Downloaded pkg-config v0.3.32
4422026-06-20T03:54:51.578Z Downloaded ref-cast v1.0.25
4432026-06-20T03:54:51.578Z Downloaded pin-project-lite v0.2.16
4442026-06-20T03:54:51.581Z Downloaded ref-cast-impl v1.0.25
4452026-06-20T03:54:51.584Z Downloaded rand_xorshift v0.4.0
4462026-06-20T03:54:51.584Z Downloaded drift v0.2.0
4472026-06-20T03:54:51.589Z Downloaded oxnet v0.1.6
4482026-06-20T03:54:51.592Z Downloaded icu_properties v2.0.1
4492026-06-20T03:54:51.596Z Downloaded icu_normalizer v2.0.0
4502026-06-20T03:54:51.596Z Downloaded powerfmt v0.2.0
4512026-06-20T03:54:51.599Z Downloaded darling_core v0.21.3
4522026-06-20T03:54:51.602Z Downloaded rustc_version v0.1.7
4532026-06-20T03:54:51.602Z Downloaded pem v3.0.5
4542026-06-20T03:54:51.606Z Downloaded chacha20poly1305 v0.10.1
4552026-06-20T03:54:51.606Z Downloaded clap v4.6.1
4562026-06-20T03:54:51.610Z Downloaded proc-macro-error2 v2.0.1
4572026-06-20T03:54:51.613Z Downloaded progenitor v0.11.1
4582026-06-20T03:54:51.616Z Downloaded rustc_version v0.4.1
4592026-06-20T03:54:51.616Z Downloaded progenitor v0.10.0
4602026-06-20T03:54:51.616Z Downloaded pest_generator v2.8.2
4612026-06-20T03:54:51.620Z Downloaded ppv-lite86 v0.2.21
4622026-06-20T03:54:51.620Z Downloaded half v2.7.1
4632026-06-20T03:54:51.623Z Downloaded derive-where v1.6.0
4642026-06-20T03:54:51.626Z Downloaded num-rational v0.4.2
4652026-06-20T03:54:51.626Z Downloaded newtype-uuid v1.3.2
4662026-06-20T03:54:51.629Z Downloaded http v1.4.2
4672026-06-20T03:54:51.634Z Downloaded same-file v1.0.6
4682026-06-20T03:54:51.634Z Downloaded progenitor-macro v0.14.0
4692026-06-20T03:54:51.634Z Downloaded quote v1.0.45
4702026-06-20T03:54:51.638Z Downloaded scroll_derive v0.13.1
4712026-06-20T03:54:51.638Z Downloaded futures-util v0.3.32
4722026-06-20T03:54:51.641Z Downloaded serde-big-array v0.5.1
4732026-06-20T03:54:51.645Z Downloaded search_path v0.1.4
4742026-06-20T03:54:51.645Z Downloaded omicron-zone-package v0.12.2
4752026-06-20T03:54:51.648Z Downloaded rand_core v0.9.3
4762026-06-20T03:54:51.648Z Downloaded rand_core v0.6.4
4772026-06-20T03:54:51.651Z Downloaded proc-macro-error v1.0.4
4782026-06-20T03:54:51.651Z Downloaded rand_chacha v0.9.0
4792026-06-20T03:54:51.654Z Downloaded secrecy v0.10.3
4802026-06-20T03:54:51.655Z Downloaded serde_spanned v0.6.9
4812026-06-20T03:54:51.658Z Downloaded semver v0.1.20
4822026-06-20T03:54:51.658Z Downloaded once_cell v1.21.3
4832026-06-20T03:54:51.661Z Downloaded pest_meta v2.8.2
4842026-06-20T03:54:51.661Z Downloaded scopeguard v1.2.0
4852026-06-20T03:54:51.664Z Downloaded parking_lot_core v0.9.12
4862026-06-20T03:54:51.664Z Downloaded curl v0.4.50
4872026-06-20T03:54:51.669Z Downloaded icu_provider v2.0.0
4882026-06-20T03:54:51.672Z Downloaded serde_plain v1.0.2
4892026-06-20T03:54:51.672Z Downloaded num-traits v0.2.19
4902026-06-20T03:54:51.672Z Downloaded serde_spanned v1.1.1
4912026-06-20T03:54:51.675Z Downloaded serde_repr v0.1.20
4922026-06-20T03:54:51.675Z Downloaded rustc-hash v2.1.1
4932026-06-20T03:54:51.675Z Downloaded pest_derive v2.8.2
4942026-06-20T03:54:51.678Z Downloaded sha1 v0.11.0
4952026-06-20T03:54:51.678Z Downloaded resolv-conf v0.7.5
4962026-06-20T03:54:51.682Z Downloaded rustversion v1.0.22
4972026-06-20T03:54:51.682Z Downloaded postcard v1.1.3
4982026-06-20T03:54:51.685Z Downloaded rustls-pemfile v2.2.0
4992026-06-20T03:54:51.688Z Downloaded icu_normalizer_data v2.0.0
5002026-06-20T03:54:51.688Z Downloaded crossbeam-channel v0.5.15
5012026-06-20T03:54:51.691Z Downloaded serde_urlencoded v0.7.1
5022026-06-20T03:54:51.691Z Downloaded base64 v0.22.1
5032026-06-20T03:54:51.694Z Downloaded sigpipe v0.1.3
5042026-06-20T03:54:51.698Z Downloaded siphasher v1.0.1
5052026-06-20T03:54:51.698Z Downloaded progenitor v0.14.0
5062026-06-20T03:54:51.698Z Downloaded signal-hook-tokio v0.4.0
5072026-06-20T03:54:51.698Z Downloaded slog-bunyan v2.5.0
5082026-06-20T03:54:51.702Z Downloaded sha1 v0.10.6
5092026-06-20T03:54:51.702Z Downloaded icu_locale_core v2.0.0
5102026-06-20T03:54:51.705Z Downloaded expectorate v1.2.0
5112026-06-20T03:54:51.708Z Downloaded schemars_derive v0.8.22
5122026-06-20T03:54:51.708Z Downloaded papergrid v0.11.0
5132026-06-20T03:54:51.711Z Downloaded rusty-fork v0.3.0
5142026-06-20T03:54:51.714Z Downloaded stable_deref_trait v1.2.0
5152026-06-20T03:54:51.714Z Downloaded parking_lot v0.12.5
5162026-06-20T03:54:51.717Z Downloaded strsim v0.11.1
5172026-06-20T03:54:51.717Z Downloaded strum v0.27.2
5182026-06-20T03:54:51.717Z Downloaded poly1305 v0.8.0
5192026-06-20T03:54:51.721Z Downloaded scroll v0.12.0
5202026-06-20T03:54:51.721Z Downloaded quinn-udp v0.5.14
5212026-06-20T03:54:51.724Z Downloaded pin-project v1.1.10
5222026-06-20T03:54:51.728Z Downloaded scroll_derive v0.12.1
5232026-06-20T03:54:51.732Z Downloaded strum v0.28.0
5242026-06-20T03:54:51.732Z Downloaded structmeta v0.3.0
5252026-06-20T03:54:51.733Z Downloaded serde_path_to_error v0.1.20
5262026-06-20T03:54:51.736Z Downloaded miniz_oxide v0.8.9
5272026-06-20T03:54:51.736Z Downloaded log v0.4.29
5282026-06-20T03:54:51.736Z Downloaded strum v0.26.3
5292026-06-20T03:54:51.739Z Downloaded serde_tokenstream v0.2.3
5302026-06-20T03:54:51.739Z Downloaded structmeta-derive v0.3.0
5312026-06-20T03:54:51.739Z Downloaded heapless v0.8.0
5322026-06-20T03:54:51.742Z Downloaded pin-project-internal v1.1.10
5332026-06-20T03:54:51.745Z Downloaded take_mut v0.2.2
5342026-06-20T03:54:51.745Z Downloaded icu_collections v2.0.0
5352026-06-20T03:54:51.749Z Downloaded termtree v0.5.1
5362026-06-20T03:54:51.749Z Downloaded sha2 v0.10.9
5372026-06-20T03:54:51.756Z Downloaded sync_wrapper v1.0.2
5382026-06-20T03:54:51.757Z Downloaded tagptr v0.2.0
5392026-06-20T03:54:51.757Z Downloaded progenitor-impl v0.11.1
5402026-06-20T03:54:51.760Z Downloaded subtle v2.6.1
5412026-06-20T03:54:51.760Z Downloaded progenitor-impl v0.10.0
5422026-06-20T03:54:51.760Z Downloaded cc v1.2.65
5432026-06-20T03:54:51.760Z Downloaded tabwriter v1.4.1
5442026-06-20T03:54:51.760Z Downloaded shlex v2.0.1
5452026-06-20T03:54:51.763Z Downloaded ryu v1.0.20
5462026-06-20T03:54:51.764Z Downloaded smawk v0.3.2
5472026-06-20T03:54:51.768Z Downloaded terminal_size v0.4.3
5482026-06-20T03:54:51.768Z Downloaded smf v0.2.3
5492026-06-20T03:54:51.768Z Downloaded slog-term v2.9.2
5502026-06-20T03:54:51.771Z Downloaded shlex v1.3.0
5512026-06-20T03:54:51.771Z Downloaded slog-json v2.6.1
5522026-06-20T03:54:51.771Z Downloaded hyper-util v0.1.20
5532026-06-20T03:54:51.775Z Downloaded testing_table v0.3.0
5542026-06-20T03:54:51.775Z Downloaded openssl-sys v0.9.117
5552026-06-20T03:54:51.778Z Downloaded slog-dtrace v0.3.0
5562026-06-20T03:54:51.781Z Downloaded thread-id v5.0.0
5572026-06-20T03:54:51.781Z Downloaded slab v0.4.11
5582026-06-20T03:54:51.781Z Downloaded signal-hook-registry v1.4.6
5592026-06-20T03:54:51.784Z Downloaded hashbrown v0.12.3
5602026-06-20T03:54:51.784Z Downloaded thread-id v4.2.2
5612026-06-20T03:54:51.787Z Downloaded tinyvec_macros v0.1.1
5622026-06-20T03:54:51.787Z Downloaded indexmap v2.14.0
5632026-06-20T03:54:51.791Z Downloaded scroll v0.13.0
5642026-06-20T03:54:51.792Z Downloaded hickory-resolver v0.25.2
5652026-06-20T03:54:51.796Z Downloaded thiserror-impl-no-std v2.0.2
5662026-06-20T03:54:51.796Z Downloaded slog-async v2.8.0
5672026-06-20T03:54:51.796Z Downloaded time-core v0.1.8
5682026-06-20T03:54:51.799Z Downloaded tabled_derive v0.11.0
5692026-06-20T03:54:51.799Z Downloaded swrite v0.1.0
5702026-06-20T03:54:51.799Z Downloaded tokio-macros v2.7.0
5712026-06-20T03:54:51.799Z Downloaded serde_derive_internals v0.29.1
5722026-06-20T03:54:51.806Z Downloaded jiff-static v0.2.15
5732026-06-20T03:54:51.806Z Downloaded phf v0.12.1
5742026-06-20T03:54:51.809Z Downloaded minimal-lexical v0.2.1
5752026-06-20T03:54:51.809Z Downloaded oxide-tokio-rt v0.1.2
5762026-06-20T03:54:51.809Z Downloaded native-tls v0.2.14
5772026-06-20T03:54:51.809Z Downloaded progenitor-client v0.10.0
5782026-06-20T03:54:51.809Z Downloaded litemap v0.8.0
5792026-06-20T03:54:51.813Z Downloaded num_enum v0.7.5
5802026-06-20T03:54:51.816Z Downloaded supports-color v3.0.2
5812026-06-20T03:54:51.816Z Downloaded tabled_derive v0.7.0
5822026-06-20T03:54:51.816Z Downloaded strum_macros v0.26.4
5832026-06-20T03:54:51.821Z Downloaded strum_macros v0.28.0
5842026-06-20T03:54:51.821Z Downloaded toml_datetime v0.6.11
5852026-06-20T03:54:51.821Z Downloaded topological-sort v0.2.2
5862026-06-20T03:54:51.821Z Downloaded static_assertions v1.1.0
5872026-06-20T03:54:51.824Z Downloaded toml_write v0.1.2
5882026-06-20T03:54:51.824Z Downloaded snafu-derive v0.8.9
5892026-06-20T03:54:51.824Z Downloaded semver v1.0.28
5902026-06-20T03:54:51.827Z Downloaded cookie v0.18.1
5912026-06-20T03:54:51.827Z Downloaded prettyplease v0.2.37
5922026-06-20T03:54:51.830Z Downloaded getrandom v0.3.3
5932026-06-20T03:54:51.833Z Downloaded synstructure v0.13.2
5942026-06-20T03:54:51.834Z Downloaded strum_macros v0.27.2
5952026-06-20T03:54:51.834Z Downloaded rustls-pki-types v1.12.0
5962026-06-20T03:54:51.837Z Downloaded thiserror v2.0.18
5972026-06-20T03:54:51.840Z Downloaded tower-layer v0.3.3
5982026-06-20T03:54:51.840Z Downloaded thiserror v1.0.69
5992026-06-20T03:54:51.843Z Downloaded dropshot_endpoint v0.16.7
6002026-06-20T03:54:51.846Z Downloaded libsw v3.5.0
6012026-06-20T03:54:51.846Z Downloaded num-integer v0.1.46
6022026-06-20T03:54:51.850Z Downloaded smallvec v1.15.1
6032026-06-20T03:54:51.850Z Downloaded thiserror-no-std v2.0.2
6042026-06-20T03:54:51.860Z Downloaded elliptic-curve v0.13.8
6052026-06-20T03:54:51.860Z Downloaded dropshot_endpoint v0.17.1
6062026-06-20T03:54:51.910Z Downloaded plain v0.2.3
6072026-06-20T03:54:51.910Z Downloaded percent-encoding v2.3.2
6082026-06-20T03:54:51.910Z Downloaded camino v1.2.3
6092026-06-20T03:54:51.910Z Downloaded try-lock v0.2.5
6102026-06-20T03:54:51.910Z Downloaded tower-service v0.3.3
6112026-06-20T03:54:51.911Z Downloaded serde_with_macros v3.14.1
6122026-06-20T03:54:51.911Z Downloaded tokio-native-tls v0.3.1
6132026-06-20T03:54:51.911Z Downloaded crossbeam-epoch v0.9.18
6142026-06-20T03:54:51.911Z Downloaded thiserror-impl v2.0.18
6152026-06-20T03:54:51.911Z Downloaded tokio-rustls v0.25.0
6162026-06-20T03:54:51.911Z Downloaded unarray v0.1.4
6172026-06-20T03:54:51.911Z Downloaded proc-macro2 v1.0.106
6182026-06-20T03:54:51.911Z Downloaded typify-macro v0.6.2
6192026-06-20T03:54:51.911Z Downloaded thiserror-impl v1.0.69
6202026-06-20T03:54:51.911Z Downloaded deranged v0.5.3
6212026-06-20T03:54:51.911Z Downloaded thread_local v1.1.9
6222026-06-20T03:54:51.912Z Downloaded spin v0.9.8
6232026-06-20T03:54:51.912Z Downloaded untrusted v0.7.1
6242026-06-20T03:54:51.912Z Downloaded tokio-dtrace v0.1.1
6252026-06-20T03:54:51.912Z Downloaded unicode-linebreak v0.1.5
6262026-06-20T03:54:51.912Z Downloaded embedded-io v0.6.1
6272026-06-20T03:54:51.912Z Downloaded instant v0.1.13
6282026-06-20T03:54:51.912Z Downloaded unicode-xid v0.2.6
6292026-06-20T03:54:51.912Z Downloaded typify-macro v0.4.3
6302026-06-20T03:54:51.912Z Downloaded universal-hash v0.5.1
6312026-06-20T03:54:51.912Z Downloaded tinystr v0.8.1
6322026-06-20T03:54:51.912Z Downloaded time-macros v0.2.27
6332026-06-20T03:54:51.912Z Downloaded schemars v0.8.22
6342026-06-20T03:54:51.912Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6352026-06-20T03:54:51.912Z Downloaded serde_core v1.0.228
6362026-06-20T03:54:51.912Z Downloaded usdt-macro v0.5.0
6372026-06-20T03:54:51.912Z Downloaded usdt-attr-macro v0.5.0
6382026-06-20T03:54:51.913Z Downloaded term v1.2.0
6392026-06-20T03:54:51.913Z Downloaded crypto-common v0.2.2
6402026-06-20T03:54:51.913Z Downloaded cancel-safe-futures v0.1.5
6412026-06-20T03:54:51.913Z Downloaded bitflags v1.3.2
6422026-06-20T03:54:51.913Z Downloaded anstyle-parse v1.0.0
6432026-06-20T03:54:51.913Z Downloaded arrayvec v0.7.6
6442026-06-20T03:54:51.913Z Downloaded slog v2.8.2
6452026-06-20T03:54:51.918Z Downloaded usdt-macro v0.6.0
6462026-06-20T03:54:51.918Z Downloaded usdt-attr-macro v0.6.0
6472026-06-20T03:54:51.918Z Downloaded memchr v2.7.5
6482026-06-20T03:54:51.918Z Downloaded utf8_iter v1.0.4
6492026-06-20T03:54:51.918Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6502026-06-20T03:54:51.918Z Downloaded utf8parse v0.2.2
6512026-06-20T03:54:51.918Z Downloaded version_check v0.9.5
6522026-06-20T03:54:51.918Z Downloaded usdt v0.5.0
6532026-06-20T03:54:51.918Z Downloaded serde_derive v1.0.228
6542026-06-20T03:54:51.918Z Downloaded want v0.3.1
6552026-06-20T03:54:51.918Z Downloaded backoff v0.4.0
6562026-06-20T03:54:51.922Z Downloaded find-msvc-tools v0.1.9
6572026-06-20T03:54:51.922Z Downloaded crossbeam-deque v0.8.6
6582026-06-20T03:54:51.922Z Downloaded progenitor-impl v0.14.0
6592026-06-20T03:54:51.922Z Downloaded compression-codecs v0.4.32
6602026-06-20T03:54:51.926Z Downloaded rand v0.8.5
6612026-06-20T03:54:51.926Z Downloaded quinn v0.11.9
6622026-06-20T03:54:51.929Z Downloaded arrayref v0.3.9
6632026-06-20T03:54:51.930Z Downloaded tempfile v3.27.0
6642026-06-20T03:54:51.933Z Downloaded filetime v0.2.26
6652026-06-20T03:54:51.933Z Downloaded zerofrom v0.1.6
6662026-06-20T03:54:51.933Z Downloaded async-recursion v1.1.1
6672026-06-20T03:54:51.938Z Downloaded fixedbitset v0.4.2
6682026-06-20T03:54:51.938Z Downloaded cpufeatures v0.3.0
6692026-06-20T03:54:51.938Z Downloaded waitgroup v0.1.2
6702026-06-20T03:54:51.938Z Downloaded aead v0.5.2
6712026-06-20T03:54:51.942Z Downloaded atomicwrites v0.4.4
6722026-06-20T03:54:51.944Z Downloaded similar v2.7.0
6732026-06-20T03:54:51.944Z Downloaded tokio-rustls v0.26.4
6742026-06-20T03:54:51.944Z Downloaded darling_macro v0.21.3
6752026-06-20T03:54:51.947Z Downloaded crypto-common v0.1.6
6762026-06-20T03:54:51.947Z Downloaded fs_extra v1.3.0
6772026-06-20T03:54:51.947Z Downloaded daft-derive v0.1.5
6782026-06-20T03:54:51.947Z Downloaded socket2 v0.6.4
6792026-06-20T03:54:51.951Z Downloaded dropshot-api-manager v0.7.2
6802026-06-20T03:54:51.954Z Downloaded untrusted v0.9.0
6812026-06-20T03:54:51.954Z Downloaded csv-core v0.1.12
6822026-06-20T03:54:51.954Z Downloaded cstr-argument v0.1.2
6832026-06-20T03:54:51.954Z Downloaded cargo_metadata v0.18.1
6842026-06-20T03:54:51.957Z Downloaded yoke-derive v0.8.0
6852026-06-20T03:54:51.957Z Downloaded bit-vec v0.8.0
6862026-06-20T03:54:51.957Z Downloaded git-stub-vcs v0.1.0
6872026-06-20T03:54:51.957Z Downloaded zeroize_derive v1.4.3
6882026-06-20T03:54:51.963Z Downloaded foreign-types-macros v0.2.3
6892026-06-20T03:54:51.963Z Downloaded digest v0.10.7
6902026-06-20T03:54:51.963Z Downloaded dtrace-parser v0.3.0
6912026-06-20T03:54:51.963Z Downloaded autocfg v1.5.0
6922026-06-20T03:54:51.963Z Downloaded scuffle v0.1.0
6932026-06-20T03:54:51.968Z Downloaded rayon-core v1.13.0
6942026-06-20T03:54:51.968Z Downloaded xattr v1.6.1
6952026-06-20T03:54:51.971Z Downloaded toml v0.8.23
6962026-06-20T03:54:51.971Z Downloaded nom v7.1.3
6972026-06-20T03:54:51.971Z Downloaded tokio-stream v0.1.17
6982026-06-20T03:54:51.975Z Downloaded zerofrom-derive v0.1.6
6992026-06-20T03:54:51.975Z Downloaded papergrid v0.17.0
7002026-06-20T03:54:51.978Z Downloaded usdt v0.6.0
7012026-06-20T03:54:51.978Z Downloaded toml_writer v1.1.1+spec-1.1.0
7022026-06-20T03:54:51.981Z Downloaded zone_cfg_derive v0.3.1
7032026-06-20T03:54:51.981Z Downloaded zone v0.3.1
7042026-06-20T03:54:51.981Z Downloaded async-trait v0.1.89
7052026-06-20T03:54:51.984Z Downloaded serde_yaml v0.9.34+deprecated
7062026-06-20T03:54:51.984Z Downloaded cmake v0.1.54
7072026-06-20T03:54:51.988Z Downloaded byteorder v1.5.0
7082026-06-20T03:54:51.988Z Downloaded signal-hook v0.4.4
7092026-06-20T03:54:51.988Z Downloaded usdt-impl v0.6.0
7102026-06-20T03:54:51.991Z Downloaded test-strategy v0.4.3
7112026-06-20T03:54:51.991Z Downloaded usdt-impl v0.5.0
7122026-06-20T03:54:51.994Z Downloaded bytecount v0.6.9
7132026-06-20T03:54:51.994Z Downloaded toml_parser v1.1.2+spec-1.1.0
7142026-06-20T03:54:51.994Z Downloaded argon2 v0.5.3
7152026-06-20T03:54:51.998Z Downloaded whoami v1.6.1
7162026-06-20T03:54:51.998Z Downloaded schemars v1.2.0
7172026-06-20T03:54:52.006Z Downloaded tracing-attributes v0.1.30
7182026-06-20T03:54:52.009Z Downloaded vsss-rs v3.3.4
7192026-06-20T03:54:52.009Z Downloaded wait-timeout v0.2.1
7202026-06-20T03:54:52.010Z Downloaded textwrap v0.16.2
7212026-06-20T03:54:52.010Z Downloaded snafu v0.8.9
7222026-06-20T03:54:52.013Z Downloaded zeroize v1.8.1
7232026-06-20T03:54:52.016Z Downloaded tinyvec v1.10.0
7242026-06-20T03:54:52.016Z Downloaded rustls-webpki v0.103.6
7252026-06-20T03:54:52.019Z Downloaded walkdir v2.5.0
7262026-06-20T03:54:52.019Z Downloaded mio v1.2.1
7272026-06-20T03:54:52.024Z Downloaded ucd-trie v0.1.7
7282026-06-20T03:54:52.024Z Downloaded qorb v0.4.1
7292026-06-20T03:54:52.029Z Downloaded hashbrown v0.16.1
7302026-06-20T03:54:52.031Z Downloaded schemars v0.9.0
7312026-06-20T03:54:52.035Z Downloaded writeable v0.6.1
7322026-06-20T03:54:52.035Z Downloaded bindgen v0.72.1
7332026-06-20T03:54:52.039Z Downloaded toml v0.9.12+spec-1.1.0
7342026-06-20T03:54:52.042Z Downloaded toml v0.7.8
7352026-06-20T03:54:52.043Z Downloaded hashbrown v0.15.5
7362026-06-20T03:54:52.046Z Downloaded zmij v1.0.17
7372026-06-20T03:54:52.049Z Downloaded toml v1.1.2+spec-1.1.0
7382026-06-20T03:54:52.049Z Downloaded serde v1.0.228
7392026-06-20T03:54:52.052Z Downloaded derive-ex v0.1.8
7402026-06-20T03:54:52.052Z Downloaded block-buffer v0.12.0
7412026-06-20T03:54:52.052Z Downloaded float-ord v0.3.2
7422026-06-20T03:54:52.055Z Downloaded embedded-io v0.4.0
7432026-06-20T03:54:52.055Z Downloaded futures-task v0.3.32
7442026-06-20T03:54:52.055Z Downloaded dyn-clone v1.0.20
7452026-06-20T03:54:52.055Z Downloaded data-encoding v2.9.0
7462026-06-20T03:54:52.059Z Downloaded zerovec-derive v0.11.1
7472026-06-20T03:54:52.059Z Downloaded ciborium-ll v0.2.2
7482026-06-20T03:54:52.059Z Downloaded block-buffer v0.10.4
7492026-06-20T03:54:52.059Z Downloaded base16ct v0.2.0
7502026-06-20T03:54:52.062Z Downloaded hashbrown v0.17.1
7512026-06-20T03:54:52.065Z Downloaded hyper v1.10.1
7522026-06-20T03:54:52.069Z Downloaded tar v0.4.45
7532026-06-20T03:54:52.073Z Downloaded rand v0.9.3
7542026-06-20T03:54:52.078Z Downloaded unicode-ident v1.0.24
7552026-06-20T03:54:52.081Z Downloaded yoke v0.8.0
7562026-06-20T03:54:52.081Z Downloaded unsafe-libyaml v0.2.11
7572026-06-20T03:54:52.084Z Downloaded typify v0.6.2
7582026-06-20T03:54:52.090Z Downloaded zerocopy-derive v0.7.35
7592026-06-20T03:54:52.098Z Downloaded idna v1.1.0
7602026-06-20T03:54:52.102Z Downloaded libm v0.2.15
7612026-06-20T03:54:52.107Z Downloaded icu_properties_data v2.0.1
7622026-06-20T03:54:52.111Z Downloaded vergen v8.3.2
7632026-06-20T03:54:52.114Z Downloaded uuid v1.23.3
7642026-06-20T03:54:52.123Z Downloaded typify v0.4.3
7652026-06-20T03:54:52.128Z Downloaded tracing-core v0.1.34
7662026-06-20T03:54:52.131Z Downloaded steno v0.4.1
7672026-06-20T03:54:52.135Z Downloaded itertools v0.12.1
7682026-06-20T03:54:52.138Z Downloaded itertools v0.14.0
7692026-06-20T03:54:52.141Z Downloaded clap_builder v4.6.0
7702026-06-20T03:54:52.144Z Downloaded iddqd v0.3.18
7712026-06-20T03:54:52.147Z Downloaded toml_edit v0.19.15
7722026-06-20T03:54:52.155Z Downloaded toml_edit v0.22.27
7732026-06-20T03:54:52.158Z Downloaded iri-string v0.7.8
7742026-06-20T03:54:52.161Z Downloaded pest v2.8.2
7752026-06-20T03:54:52.164Z Downloaded tracing v0.1.41
7762026-06-20T03:54:52.167Z Downloaded goblin v0.8.2
7772026-06-20T03:54:52.170Z Downloaded hkdf v0.12.4
7782026-06-20T03:54:52.171Z Downloaded blake3 v1.8.2
7792026-06-20T03:54:52.174Z Downloaded aho-corasick v1.1.3
7802026-06-20T03:54:52.191Z Downloaded url v2.5.7
7812026-06-20T03:54:52.198Z Downloaded tower v0.5.2
7822026-06-20T03:54:52.208Z Downloaded iddqd v0.4.5
7832026-06-20T03:54:52.216Z Downloaded reqwest v0.13.2
7842026-06-20T03:54:52.219Z Downloaded zerotrie v0.2.2
7852026-06-20T03:54:52.222Z Downloaded zerocopy-derive v0.8.27
7862026-06-20T03:54:52.225Z Downloaded unicode-segmentation v1.12.0
7872026-06-20T03:54:52.229Z Downloaded reqwest v0.12.23
7882026-06-20T03:54:52.243Z Downloaded typenum v1.20.1
7892026-06-20T03:54:52.249Z Downloaded serde_json v1.0.150
7902026-06-20T03:54:52.255Z Downloaded portable-atomic v1.11.1
7912026-06-20T03:54:52.258Z Downloaded regex v1.12.4
7922026-06-20T03:54:52.266Z Downloaded unicode-normalization v0.1.24
7932026-06-20T03:54:52.269Z Downloaded goblin v0.10.1
7942026-06-20T03:54:52.283Z Downloaded typed-path v0.9.3
7952026-06-20T03:54:52.287Z Downloaded tokio-util v0.7.16
7962026-06-20T03:54:52.291Z Downloaded tough v0.20.0
7972026-06-20T03:54:52.295Z Downloaded chrono v0.4.45
7982026-06-20T03:54:52.308Z Downloaded serde_with v3.14.1
7992026-06-20T03:54:52.314Z Downloaded tower-http v0.6.8
8002026-06-20T03:54:52.331Z Downloaded rustls-webpki v0.102.8
8012026-06-20T03:54:52.340Z Downloaded proptest v1.8.0
8022026-06-20T03:54:52.347Z Downloaded rayon v1.11.0
8032026-06-20T03:54:52.352Z Downloaded zerovec v0.11.4
8042026-06-20T03:54:52.355Z Downloaded moka v0.12.11
8052026-06-20T03:54:52.361Z Downloaded zerocopy v0.7.35
8062026-06-20T03:54:52.368Z Downloaded tabled v0.15.0
8072026-06-20T03:54:52.377Z Downloaded winnow v0.5.40
8082026-06-20T03:54:52.382Z Downloaded quinn-proto v0.11.14
8092026-06-20T03:54:52.410Z Downloaded tabled v0.20.0
8102026-06-20T03:54:52.419Z Downloaded winnow v0.7.14
8112026-06-20T03:54:52.424Z Downloaded bstr v1.12.0
8122026-06-20T03:54:52.433Z Downloaded curve25519-dalek v4.1.3
8132026-06-20T03:54:52.448Z Downloaded time v0.3.47
8142026-06-20T03:54:52.453Z Downloaded dropshot v0.16.7
8152026-06-20T03:54:52.465Z Downloaded winnow v1.0.3
8162026-06-20T03:54:52.470Z Downloaded zerocopy v0.8.27
8172026-06-20T03:54:52.482Z Downloaded dropshot v0.17.1
8182026-06-20T03:54:52.494Z Downloaded smoltcp v0.11.0
8192026-06-20T03:54:52.500Z Downloaded rustls v0.22.4
8202026-06-20T03:54:52.507Z Downloaded vcpkg v0.2.15
8212026-06-20T03:54:52.529Z Downloaded webpki-roots v1.0.2
8222026-06-20T03:54:52.533Z Downloaded rustls v0.23.40
8232026-06-20T03:54:52.538Z Downloaded unicode-width v0.2.1
8242026-06-20T03:54:52.541Z Downloaded nix v0.30.1
8252026-06-20T03:54:52.549Z Downloaded unicode-width v0.1.14
8262026-06-20T03:54:52.553Z Downloaded syn v2.0.118
8272026-06-20T03:54:52.557Z Downloaded rustix v1.1.4
8282026-06-20T03:54:52.570Z Downloaded hickory-proto v0.25.2
8292026-06-20T03:54:52.579Z Downloaded openapiv3 v2.2.0
8302026-06-20T03:54:52.585Z Downloaded regex-syntax v0.8.11
8312026-06-20T03:54:52.590Z Downloaded regress v0.11.1
8322026-06-20T03:54:52.595Z Downloaded regress v0.10.5
8332026-06-20T03:54:52.600Z Downloaded hickory-proto v0.24.4
8342026-06-20T03:54:52.608Z Downloaded rustix v0.38.44
8352026-06-20T03:54:52.620Z Downloaded typify-impl v0.4.3
8362026-06-20T03:54:52.629Z Downloaded syn v1.0.109
8372026-06-20T03:54:52.637Z Downloaded openssl v0.10.81
8382026-06-20T03:54:52.681Z Downloaded jiff v0.2.15
8392026-06-20T03:54:52.697Z Downloaded typify-impl v0.6.2
8402026-06-20T03:54:52.719Z Downloaded libz-sys v1.1.22
8412026-06-20T03:54:52.732Z Downloaded sha3 v0.10.8
8422026-06-20T03:54:52.736Z Downloaded tokio v1.52.3
8432026-06-20T03:54:52.773Z Downloaded encoding_rs v0.8.35
8442026-06-20T03:54:52.786Z Downloaded regex-automata v0.4.13
8452026-06-20T03:54:52.822Z Downloaded petgraph v0.6.5
8462026-06-20T03:54:52.851Z Downloaded chrono-tz v0.10.4
8472026-06-20T03:54:52.865Z Downloaded petgraph v0.8.2
8482026-06-20T03:54:52.878Z Downloaded libc v0.2.186
8492026-06-20T03:54:52.904Z Downloaded csv v1.4.0
8502026-06-20T03:54:53.073Z Downloaded ring v0.17.14
8512026-06-20T03:54:53.148Z Downloaded curl-sys v0.4.89+curl-8.20.0
8522026-06-20T03:54:53.179Z Downloaded libgit2-sys v0.17.0+1.8.1
8532026-06-20T03:54:53.704Z Downloaded aws-lc-sys v0.39.1
8542026-06-20T03:54:54.038Z Compiling proc-macro2 v1.0.106
8552026-06-20T03:54:54.038Z Compiling quote v1.0.45
8562026-06-20T03:54:54.038Z Compiling unicode-ident v1.0.24
8572026-06-20T03:54:54.039Z Compiling serde_core v1.0.228
8582026-06-20T03:54:54.039Z Compiling serde v1.0.228
8592026-06-20T03:54:54.039Z Compiling libc v0.2.186
8602026-06-20T03:54:54.042Z Checking cfg-if v1.0.4
8612026-06-20T03:54:54.303Z Compiling zmij v1.0.17
8622026-06-20T03:54:54.362Z Compiling autocfg v1.5.0
8632026-06-20T03:54:54.699Z Compiling memchr v2.7.5
8642026-06-20T03:54:54.737Z Compiling libm v0.2.15
8652026-06-20T03:54:55.079Z Compiling getrandom v0.4.2
8662026-06-20T03:54:55.152Z Compiling thiserror v2.0.18
8672026-06-20T03:54:55.207Z Checking smallvec v1.15.1
8682026-06-20T03:54:55.239Z Checking itoa v1.0.15
8692026-06-20T03:54:55.300Z Compiling version_check v0.9.5
8702026-06-20T03:54:55.397Z Compiling jobserver v0.1.34
8712026-06-20T03:54:55.414Z Compiling shlex v2.0.1
8722026-06-20T03:54:55.556Z Compiling syn v2.0.118
8732026-06-20T03:54:55.589Z Compiling find-msvc-tools v0.1.9
8742026-06-20T03:54:55.603Z Compiling icu_properties_data v2.0.1
8752026-06-20T03:54:55.622Z Compiling icu_normalizer_data v2.0.0
8762026-06-20T03:54:55.733Z Compiling cc v1.2.65
8772026-06-20T03:54:55.826Z Compiling parking_lot_core v0.9.12
8782026-06-20T03:54:55.855Z Checking stable_deref_trait v1.2.0
8792026-06-20T03:54:55.881Z Compiling serde_json v1.0.150
8802026-06-20T03:54:55.947Z Compiling heck v0.5.0
8812026-06-20T03:54:56.153Z Checking litemap v0.8.0
8822026-06-20T03:54:56.168Z Checking writeable v0.6.1
8832026-06-20T03:54:56.356Z Compiling num-traits v0.2.19
8842026-06-20T03:54:56.356Z Checking percent-encoding v2.3.2
8852026-06-20T03:54:56.584Z Checking form_urlencoded v1.2.2
8862026-06-20T03:54:56.718Z Checking utf8_iter v1.0.4
8872026-06-20T03:54:56.771Z Compiling zerocopy v0.8.27
8882026-06-20T03:54:56.786Z Checking pin-project-lite v0.2.16
8892026-06-20T03:54:56.845Z Checking iana-time-zone v0.1.64
8902026-06-20T03:54:56.883Z Compiling log v0.4.29
8912026-06-20T03:54:56.897Z Compiling rustversion v1.0.22
8922026-06-20T03:54:56.955Z Compiling equivalent v1.0.2
8932026-06-20T03:54:57.040Z Compiling semver v1.0.28
8942026-06-20T03:54:57.053Z Checking socket2 v0.6.4
8952026-06-20T03:54:57.068Z Checking uuid v1.23.3
8962026-06-20T03:54:57.213Z Checking scopeguard v1.2.0
8972026-06-20T03:54:57.326Z Checking lock_api v0.4.14
8982026-06-20T03:54:57.361Z Checking signal-hook-registry v1.4.6
8992026-06-20T03:54:57.455Z Checking mio v1.2.1
9002026-06-20T03:54:57.502Z Checking getrandom v0.2.16
9012026-06-20T03:54:57.516Z Checking dyn-clone v1.0.20
9022026-06-20T03:54:57.520Z Checking parking_lot v0.12.5
9032026-06-20T03:54:57.520Z Compiling schemars v0.8.22
9042026-06-20T03:54:57.597Z Checking bitflags v2.11.1
9052026-06-20T03:54:57.737Z Compiling portable-atomic v1.11.1
9062026-06-20T03:54:57.762Z Checking futures-core v0.3.32
9072026-06-20T03:54:57.796Z Checking critical-section v1.2.0
9082026-06-20T03:54:57.861Z Compiling ring v0.17.14
9092026-06-20T03:54:57.889Z Compiling hashbrown v0.17.1
9102026-06-20T03:54:57.903Z Compiling thiserror v1.0.69
9112026-06-20T03:54:58.009Z Compiling httparse v1.10.1
9122026-06-20T03:54:58.200Z Compiling regex-syntax v0.8.11
9132026-06-20T03:54:58.370Z Compiling synstructure v0.13.2
9142026-06-20T03:54:58.395Z Compiling serde_derive_internals v0.29.1
9152026-06-20T03:54:58.643Z Checking once_cell v1.21.3
9162026-06-20T03:54:58.659Z Compiling indexmap v2.14.0
9172026-06-20T03:54:58.817Z Checking futures-sink v0.3.32
9182026-06-20T03:54:59.051Z Compiling rustix v1.1.4
9192026-06-20T03:54:59.198Z Checking slab v0.4.11
9202026-06-20T03:54:59.264Z Compiling aho-corasick v1.1.3
9212026-06-20T03:54:59.325Z Checking subtle v2.6.1
9222026-06-20T03:54:59.364Z Compiling ucd-trie v0.1.7
9232026-06-20T03:54:59.472Z Checking futures-channel v0.3.32
9242026-06-20T03:54:59.596Z Compiling anyhow v1.0.102
9252026-06-20T03:54:59.626Z Checking rand_core v0.6.4
9262026-06-20T03:54:59.652Z Compiling serde_derive v1.0.228
9272026-06-20T03:54:59.666Z Compiling zerofrom-derive v0.1.6
9282026-06-20T03:54:59.794Z Compiling yoke-derive v0.8.0
9292026-06-20T03:54:59.809Z Compiling zerovec-derive v0.11.1
9302026-06-20T03:54:59.904Z Compiling displaydoc v0.2.5
9312026-06-20T03:55:00.306Z Compiling thiserror-impl v2.0.18
9322026-06-20T03:55:00.644Z Compiling schemars_derive v0.8.22
9332026-06-20T03:55:00.713Z Compiling tokio-macros v2.7.0
9342026-06-20T03:55:00.819Z Compiling zerocopy-derive v0.8.27
9352026-06-20T03:55:00.859Z Checking zerofrom v0.1.6
9362026-06-20T03:55:00.891Z Compiling futures-macro v0.3.32
9372026-06-20T03:55:00.980Z Checking yoke v0.8.0
9382026-06-20T03:55:01.164Z Checking zerovec v0.11.4
9392026-06-20T03:55:01.433Z Checking zerotrie v0.2.2
9402026-06-20T03:55:01.674Z Compiling zeroize_derive v1.4.3
9412026-06-20T03:55:01.694Z Compiling thiserror-impl v1.0.69
9422026-06-20T03:55:01.739Z Compiling regex-automata v0.4.13
9432026-06-20T03:55:01.818Z Compiling pest v2.8.2
9442026-06-20T03:55:01.875Z Checking tinystr v0.8.1
9452026-06-20T03:55:02.025Z Checking potential_utf v0.1.3
9462026-06-20T03:55:02.058Z Checking icu_locale_core v2.0.0
9472026-06-20T03:55:02.159Z Checking icu_collections v2.0.0
9482026-06-20T03:55:02.443Z Checking zeroize v1.8.1
9492026-06-20T03:55:02.506Z Checking icu_provider v2.0.0
9502026-06-20T03:55:02.691Z Checking bytes v1.12.0
9512026-06-20T03:55:02.751Z Checking icu_normalizer v2.0.0
9522026-06-20T03:55:02.767Z Checking icu_properties v2.0.1
9532026-06-20T03:55:02.811Z Checking chrono v0.4.45
9542026-06-20T03:55:03.038Z Compiling serde_tokenstream v0.2.3
9552026-06-20T03:55:03.135Z Checking tokio v1.52.3
9562026-06-20T03:55:03.417Z Compiling regex v1.12.4
9572026-06-20T03:55:03.581Z Checking idna_adapter v1.2.1
9582026-06-20T03:55:03.669Z Compiling pest_meta v2.8.2
9592026-06-20T03:55:03.709Z Checking idna v1.1.0
9602026-06-20T03:55:03.878Z Checking futures-io v0.3.32
9612026-06-20T03:55:03.936Z Checking futures-task v0.3.32
9622026-06-20T03:55:03.953Z Checking url v2.5.7
9632026-06-20T03:55:04.076Z Checking typenum v1.20.1
9642026-06-20T03:55:04.119Z Checking futures-util v0.3.32
9652026-06-20T03:55:04.331Z Compiling pest_generator v2.8.2
9662026-06-20T03:55:04.405Z Compiling getrandom v0.3.3
9672026-06-20T03:55:04.774Z Compiling tracing-attributes v0.1.30
9682026-06-20T03:55:04.863Z Checking tracing-core v0.1.34
9692026-06-20T03:55:04.977Z Compiling foldhash v0.2.0
9702026-06-20T03:55:05.057Z Compiling pest_derive v2.8.2
9712026-06-20T03:55:05.095Z Compiling pkg-config v0.3.32
9722026-06-20T03:55:05.177Z Compiling allocator-api2 v0.2.21
9732026-06-20T03:55:05.192Z Checking fnv v1.0.7
9742026-06-20T03:55:05.292Z Checking http v1.4.2
9752026-06-20T03:55:05.509Z Compiling hashbrown v0.16.1
9762026-06-20T03:55:05.556Z Compiling generic-array v0.14.7
9772026-06-20T03:55:05.646Z Compiling vcpkg v0.2.15
9782026-06-20T03:55:05.854Z Compiling time-core v0.1.8
9792026-06-20T03:55:05.919Z Compiling byteorder v1.5.0
9802026-06-20T03:55:05.999Z Checking tracing v0.1.41
9812026-06-20T03:55:06.014Z Compiling num-conv v0.2.1
9822026-06-20T03:55:06.165Z Compiling time-macros v0.2.27
9832026-06-20T03:55:06.181Z Checking errno v0.3.14
9842026-06-20T03:55:06.205Z Checking base64 v0.22.1
9852026-06-20T03:55:06.301Z Checking ipnet v2.11.0
9862026-06-20T03:55:06.405Z Checking tokio-util v0.7.16
9872026-06-20T03:55:06.446Z Compiling scroll_derive v0.13.1
9882026-06-20T03:55:06.520Z Compiling camino v1.2.3
9892026-06-20T03:55:06.649Z Checking crypto-common v0.1.6
9902026-06-20T03:55:06.775Z Checking http-body v1.0.1
9912026-06-20T03:55:06.890Z Checking atomic-waker v1.1.2
9922026-06-20T03:55:06.908Z Compiling crossbeam-utils v0.8.21
9932026-06-20T03:55:06.919Z Checking ppv-lite86 v0.2.21
9942026-06-20T03:55:07.148Z Compiling slog v2.8.2
9952026-06-20T03:55:07.221Z Checking try-lock v0.2.5
9962026-06-20T03:55:07.239Z Checking tower-service v0.3.3
9972026-06-20T03:55:08.256Z Checking tower-layer v0.3.3
9982026-06-20T03:55:08.259Z Compiling paste v1.0.15
9992026-06-20T03:55:08.259Z Checking want v0.3.1
10002026-06-20T03:55:08.259Z Checking h2 v0.4.14
10012026-06-20T03:55:08.259Z Checking ipnetwork v0.21.1
10022026-06-20T03:55:08.259Z Checking erased-serde v0.3.31
10032026-06-20T03:55:08.259Z Checking rustls-pki-types v1.12.0
10042026-06-20T03:55:08.260Z Checking pretty-hex v0.4.1
10052026-06-20T03:55:08.260Z Checking ryu v1.0.20
10062026-06-20T03:55:08.260Z Checking httpdate v1.0.3
10072026-06-20T03:55:08.260Z Compiling async-trait v0.1.89
10082026-06-20T03:55:08.260Z Checking untrusted v0.9.0
10092026-06-20T03:55:08.260Z Compiling scroll v0.13.0
10102026-06-20T03:55:08.260Z Compiling plain v0.2.3
10112026-06-20T03:55:08.260Z Compiling usdt-impl v0.6.0
10122026-06-20T03:55:08.260Z Compiling goblin v0.10.1
10132026-06-20T03:55:08.261Z Checking http-body-util v0.1.3
10142026-06-20T03:55:08.261Z Compiling openssl-sys v0.9.117
10152026-06-20T03:55:08.332Z Compiling cmake v0.1.54
10162026-06-20T03:55:08.408Z Compiling dunce v1.0.5
10172026-06-20T03:55:08.510Z Compiling strsim v0.11.1
10182026-06-20T03:55:08.664Z Compiling fs_extra v1.3.0
10192026-06-20T03:55:08.679Z Compiling slog-async v2.8.0
10202026-06-20T03:55:08.801Z Checking rand_core v0.9.3
10212026-06-20T03:55:08.882Z Checking serde_urlencoded v0.7.1
10222026-06-20T03:55:08.896Z Checking oxnet v0.1.6
10232026-06-20T03:55:08.918Z Compiling aws-lc-sys v0.39.1
10242026-06-20T03:55:08.986Z Checking block-buffer v0.10.4
10252026-06-20T03:55:09.048Z Compiling regress v0.10.5
10262026-06-20T03:55:09.107Z Compiling dtrace-parser v0.3.0
10272026-06-20T03:55:09.173Z Compiling openapiv3 v2.2.0
10282026-06-20T03:55:09.208Z Compiling thread-id v5.0.0
10292026-06-20T03:55:09.313Z Checking hyper v1.10.1
10302026-06-20T03:55:09.749Z Checking digest v0.10.7
10312026-06-20T03:55:09.953Z Compiling ident_case v1.0.1
10322026-06-20T03:55:09.989Z Compiling omicron-workspace-hack v0.1.0
10332026-06-20T03:55:10.080Z Compiling darling_core v0.21.3
10342026-06-20T03:55:10.222Z Checking rand_chacha v0.9.0
10352026-06-20T03:55:10.259Z Checking hyper-util v0.1.20
10362026-06-20T03:55:10.411Z Compiling daft-derive v0.1.5
10372026-06-20T03:55:10.628Z Compiling typify-impl v0.4.3
10382026-06-20T03:55:10.723Z Compiling aws-lc-rs v1.16.2
10392026-06-20T03:55:11.031Z Compiling dof v0.4.0
10402026-06-20T03:55:11.133Z Checking powerfmt v0.2.0
10412026-06-20T03:55:11.326Z Checking deranged v0.5.3
10422026-06-20T03:55:11.785Z Checking rand v0.9.3
10432026-06-20T03:55:11.890Z Compiling syn v1.0.109
10442026-06-20T03:55:11.929Z Checking num_threads v0.1.7
10452026-06-20T03:55:12.021Z Compiling unsafe-libyaml v0.2.11
10462026-06-20T03:55:12.103Z Compiling usdt-macro v0.6.0
10472026-06-20T03:55:12.151Z Compiling darling_macro v0.21.3
10482026-06-20T03:55:12.198Z Compiling usdt-attr-macro v0.6.0
10492026-06-20T03:55:12.474Z Checking time v0.3.47
10502026-06-20T03:55:12.697Z Compiling serde_yaml v0.9.34+deprecated
10512026-06-20T03:55:12.702Z Compiling darling v0.21.3
10522026-06-20T03:55:12.800Z Checking sync_wrapper v1.0.2
10532026-06-20T03:55:12.905Z Checking encoding_rs v0.8.35
10542026-06-20T03:55:13.034Z Checking cpufeatures v0.2.17
10552026-06-20T03:55:13.106Z Checking mime v0.3.17
10562026-06-20T03:55:13.282Z Checking untrusted v0.7.1
10572026-06-20T03:55:13.399Z Checking tower v0.5.2
10582026-06-20T03:55:13.673Z Checking crossbeam-channel v0.5.15
10592026-06-20T03:55:13.776Z Checking futures-executor v0.3.32
10602026-06-20T03:55:13.824Z Compiling structmeta-derive v0.3.0
10612026-06-20T03:55:13.919Z Compiling multer v3.1.0
10622026-06-20T03:55:13.936Z Compiling rustls v0.22.4
10632026-06-20T03:55:13.984Z Checking iri-string v0.7.8
10642026-06-20T03:55:14.036Z Compiling rustls v0.23.40
10652026-06-20T03:55:14.039Z Compiling typify-macro v0.4.3
10662026-06-20T03:55:14.180Z Checking futures v0.3.32
10672026-06-20T03:55:14.261Z Compiling async-stream-impl v0.3.6
10682026-06-20T03:55:14.265Z Checking thread_local v1.1.9
10692026-06-20T03:55:14.440Z Checking fastrand v2.3.0
10702026-06-20T03:55:14.488Z Checking foreign-types-shared v0.1.1
10712026-06-20T03:55:14.577Z Compiling openssl v0.10.81
10722026-06-20T03:55:14.619Z Checking unicode-width v0.2.1
10732026-06-20T03:55:14.846Z Checking hex v0.4.3
10742026-06-20T03:55:14.873Z Compiling structmeta v0.3.0
10752026-06-20T03:55:14.876Z Checking tempfile v3.27.0
10762026-06-20T03:55:14.918Z Checking foreign-types v0.3.2
10772026-06-20T03:55:15.054Z Checking tower-http v0.6.8
10782026-06-20T03:55:15.069Z Compiling openssl-macros v0.1.1
10792026-06-20T03:55:15.084Z Compiling strum_macros v0.26.4
10802026-06-20T03:55:15.098Z Checking is-terminal v0.4.16
10812026-06-20T03:55:15.187Z Checking memmap2 v0.9.8
10822026-06-20T03:55:15.210Z Compiling native-tls v0.2.14
10832026-06-20T03:55:15.324Z Checking term v1.2.0
10842026-06-20T03:55:15.449Z Checking take_mut v0.2.2
10852026-06-20T03:55:15.514Z Checking match_cfg v0.1.0
10862026-06-20T03:55:15.553Z Compiling typify v0.4.3
10872026-06-20T03:55:15.556Z Checking openssl-probe v0.1.6
10882026-06-20T03:55:15.595Z Checking hostname v0.3.1
10892026-06-20T03:55:15.652Z Checking slog-term v2.9.2
10902026-06-20T03:55:15.739Z Checking slog-json v2.6.1
10912026-06-20T03:55:15.896Z Compiling newtype-uuid-macros v0.1.0
10922026-06-20T03:55:15.907Z Compiling ref-cast v1.0.25
10932026-06-20T03:55:15.973Z Checking slog-bunyan v2.5.0
10942026-06-20T03:55:16.267Z Compiling ref-cast-impl v1.0.25
10952026-06-20T03:55:16.325Z Compiling dropshot v0.16.7
10962026-06-20T03:55:16.655Z Compiling derive-ex v0.1.8
10972026-06-20T03:55:16.671Z Checking webpki-roots v1.0.2
10982026-06-20T03:55:16.690Z Compiling dropshot_endpoint v0.16.7
10992026-06-20T03:55:16.789Z Compiling strum_macros v0.27.2
11002026-06-20T03:55:17.169Z Checking winnow v0.7.14
11012026-06-20T03:55:17.953Z Checking tokio-native-tls v0.3.1
11022026-06-20T03:55:18.115Z Checking hyper-tls v0.6.0
11032026-06-20T03:55:18.175Z Compiling test-strategy v0.4.3
11042026-06-20T03:55:18.260Z Compiling progenitor-impl v0.11.1
11052026-06-20T03:55:18.281Z Checking newtype-uuid v1.3.2
11062026-06-20T03:55:18.326Z Checking winnow v1.0.3
11072026-06-20T03:55:18.364Z Checking either v1.15.0
11082026-06-20T03:55:18.547Z Checking daft v0.1.5
11092026-06-20T03:55:18.564Z Compiling serde_with_macros v3.14.1
11102026-06-20T03:55:18.608Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-06-20T03:55:18.694Z Checking usdt v0.6.0
11122026-06-20T03:55:18.771Z Checking serde_spanned v1.1.1
11132026-06-20T03:55:18.791Z Checking debug-ignore v1.0.5
11142026-06-20T03:55:18.891Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-06-20T03:55:19.080Z Checking spin v0.9.8
11162026-06-20T03:55:19.083Z Compiling parse-display-derive v0.10.0
11172026-06-20T03:55:19.190Z Checking async-stream v0.3.6
11182026-06-20T03:55:19.394Z Checking rustls-webpki v0.102.8
11192026-06-20T03:55:19.423Z Checking rustls-pemfile v2.2.0
11202026-06-20T03:55:19.571Z Checking waitgroup v0.1.2
11212026-06-20T03:55:19.574Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-06-20T03:55:19.682Z Checking serde_path_to_error v0.1.20
11232026-06-20T03:55:19.699Z Checking hostname v0.4.2
11242026-06-20T03:55:19.952Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-06-20T03:55:20.037Z Checking strum v0.26.3
11262026-06-20T03:55:20.152Z Checking rand_chacha v0.3.1
11272026-06-20T03:55:20.273Z Compiling toml_datetime v0.6.11
11282026-06-20T03:55:20.350Z Checking macaddr v1.0.1
11292026-06-20T03:55:20.380Z Compiling progenitor-macro v0.11.1
11302026-06-20T03:55:20.515Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-06-20T03:55:20.529Z Checking wait-timeout v0.2.1
11322026-06-20T03:55:20.648Z Checking bit-vec v0.8.0
11332026-06-20T03:55:20.663Z Checking lazy_static v1.5.0
11342026-06-20T03:55:20.707Z Checking quick-error v1.2.3
11352026-06-20T03:55:20.757Z Checking toml v0.9.12+spec-1.1.0
11362026-06-20T03:55:20.812Z Checking rusty-fork v0.3.0
11372026-06-20T03:55:20.843Z Checking bit-set v0.8.0
11382026-06-20T03:55:20.965Z Checking rand v0.8.5
11392026-06-20T03:55:20.982Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-06-20T03:55:21.217Z Checking tokio-rustls v0.25.0
11412026-06-20T03:55:21.256Z Checking tabwriter v1.4.1
11422026-06-20T03:55:21.315Z Checking sha1 v0.10.6
11432026-06-20T03:55:21.401Z Checking rand_xorshift v0.4.0
11442026-06-20T03:55:21.431Z Compiling clap_derive v4.6.1
11452026-06-20T03:55:21.472Z Checking colored v3.1.1
11462026-06-20T03:55:21.516Z Checking utf8parse v0.2.2
11472026-06-20T03:55:21.520Z Checking unarray v0.1.4
11482026-06-20T03:55:21.638Z Checking proptest v1.8.0
11492026-06-20T03:55:21.654Z Checking anstyle-parse v1.0.0
11502026-06-20T03:55:21.722Z Checking strum v0.27.2
11512026-06-20T03:55:21.836Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-06-20T03:55:21.909Z Checking terminal_size v0.4.3
11532026-06-20T03:55:22.277Z Checking colorchoice v1.0.4
11542026-06-20T03:55:22.330Z Checking is_terminal_polyfill v1.70.1
11552026-06-20T03:55:22.380Z Checking anstyle-query v1.1.4
11562026-06-20T03:55:22.421Z Checking anstyle v1.0.14
11572026-06-20T03:55:22.601Z Checking anstream v1.0.0
11582026-06-20T03:55:22.681Z Checking itertools v0.14.0
11592026-06-20T03:55:22.974Z Checking clap_lex v1.1.0
11602026-06-20T03:55:23.243Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-06-20T03:55:23.459Z Checking clap_builder v4.6.0
11622026-06-20T03:55:23.874Z Checking serde_with v3.14.1
11632026-06-20T03:55:24.608Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-06-20T03:55:24.753Z Checking instant v0.1.13
11652026-06-20T03:55:24.769Z Checking clap v4.6.1
11662026-06-20T03:55:24.941Z Checking rustc-hash v2.1.1
11672026-06-20T03:55:25.028Z Checking backoff v0.4.0
11682026-06-20T03:55:25.055Z Checking iddqd v0.3.18
11692026-06-20T03:55:25.202Z Checking parse-display v0.10.0
11702026-06-20T03:55:25.249Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-06-20T03:55:25.344Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-06-20T03:55:26.805Z Compiling num-derive v0.4.2
11732026-06-20T03:55:27.407Z Compiling rustls-webpki v0.103.6
11742026-06-20T03:55:27.745Z Compiling prettyplease v0.2.37
11752026-06-20T03:55:29.885Z Checking serde_spanned v0.6.9
11762026-06-20T03:55:30.031Z Compiling memoffset v0.9.1
11772026-06-20T03:55:30.268Z Compiling cfg_aliases v0.2.1
11782026-06-20T03:55:30.346Z Compiling nix v0.30.1
11792026-06-20T03:55:30.634Z Compiling tokio-rustls v0.26.4
11802026-06-20T03:55:31.245Z Compiling hyper-rustls v0.27.7
11812026-06-20T03:55:31.470Z Compiling reqwest v0.12.23
11822026-06-20T03:55:32.492Z Checking crossbeam-epoch v0.9.18
11832026-06-20T03:55:32.610Z Compiling progenitor-client v0.11.1
11842026-06-20T03:55:33.229Z Compiling winnow v0.5.40
11852026-06-20T03:55:34.515Z Compiling toml_edit v0.19.15
11862026-06-20T03:55:34.589Z Compiling progenitor v0.11.1
11872026-06-20T03:55:35.047Z Compiling num-integer v0.1.46
11882026-06-20T03:55:35.642Z Compiling proc-macro-crate v1.3.1
11892026-06-20T03:55:35.673Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-06-20T03:55:35.978Z Compiling progenitor-client v0.10.0
11912026-06-20T03:55:36.565Z Compiling hubpack_derive v0.1.1
11922026-06-20T03:55:36.695Z Compiling rayon-core v1.13.0
11932026-06-20T03:55:36.914Z Checking toml_write v0.1.2
11942026-06-20T03:55:37.061Z Checking hubpack v0.1.2
11952026-06-20T03:55:37.083Z Checking toml_edit v0.22.27
11962026-06-20T03:55:37.132Z Checking num-rational v0.4.2
11972026-06-20T03:55:37.260Z Checking num-iter v0.1.45
11982026-06-20T03:55:37.643Z Compiling zerocopy-derive v0.7.35
11992026-06-20T03:55:37.647Z Compiling num-complex v0.4.6
12002026-06-20T03:55:37.997Z Checking static_assertions v1.1.0
12012026-06-20T03:55:38.106Z Checking num v0.4.3
12022026-06-20T03:55:38.140Z Checking toml v0.8.23
12032026-06-20T03:55:38.323Z Checking crossbeam-deque v0.8.6
12042026-06-20T03:55:38.457Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12052026-06-20T03:55:38.478Z Compiling float-ord v0.3.2
12062026-06-20T03:55:38.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12072026-06-20T03:55:38.771Z Compiling proc-macro-error-attr v1.0.4
12082026-06-20T03:55:38.848Z Compiling heapless v0.8.0
12092026-06-20T03:55:39.043Z Checking bytecount v0.6.9
12102026-06-20T03:55:39.150Z Checking libscf-sys v1.2.0
12112026-06-20T03:55:39.165Z Compiling ingot-macros v0.1.1
12122026-06-20T03:55:39.281Z Checking hash32 v0.3.1
12132026-06-20T03:55:39.359Z Compiling proc-macro-error v1.0.4
12142026-06-20T03:55:39.411Z Compiling smoltcp v0.11.0
12152026-06-20T03:55:39.628Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-06-20T03:55:40.153Z Compiling zerocopy v0.7.35
12172026-06-20T03:55:40.291Z Compiling num_enum_derive v0.7.5
12182026-06-20T03:55:40.356Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-06-20T03:55:40.417Z Checking cobs v0.3.0
12202026-06-20T03:55:40.568Z Compiling scroll_derive v0.12.1
12212026-06-20T03:55:40.703Z Compiling foreign-types-macros v0.2.3
12222026-06-20T03:55:40.761Z Compiling usdt-impl v0.5.0
12232026-06-20T03:55:40.913Z Compiling crucible-workspace-hack v0.1.0
12242026-06-20T03:55:41.012Z Checking bitflags v1.3.2
12252026-06-20T03:55:41.093Z Checking managed v0.8.0
12262026-06-20T03:55:41.128Z Checking foreign-types-shared v0.3.1
12272026-06-20T03:55:41.259Z Checking scroll v0.12.0
12282026-06-20T03:55:41.338Z Checking num_enum v0.7.5
12292026-06-20T03:55:41.344Z Checking foreign-types v0.5.0
12302026-06-20T03:55:41.348Z Compiling dof v0.3.0
12312026-06-20T03:55:41.409Z Checking postcard v1.1.3
12322026-06-20T03:55:41.592Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12332026-06-20T03:55:41.705Z Compiling dtrace-parser v0.2.0
12342026-06-20T03:55:41.708Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12352026-06-20T03:55:41.789Z Checking camino-tempfile v1.4.1
12362026-06-20T03:55:41.805Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-06-20T03:55:41.821Z Checking ingot-types v0.1.2
12382026-06-20T03:55:41.946Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-06-20T03:55:42.008Z Checking cstr-argument v0.1.2
12402026-06-20T03:55:42.134Z Compiling thread-id v4.2.2
12412026-06-20T03:55:42.154Z Checking ingot v0.1.1
12422026-06-20T03:55:42.175Z Compiling minimal-lexical v0.2.1
12432026-06-20T03:55:42.190Z Compiling heck v0.4.1
12442026-06-20T03:55:42.333Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-06-20T03:55:42.385Z Compiling nom v7.1.3
12462026-06-20T03:55:42.442Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-06-20T03:55:42.457Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-06-20T03:55:42.471Z Checking goblin v0.8.2
12492026-06-20T03:55:42.618Z Checking rayon v1.11.0
12502026-06-20T03:55:42.755Z Compiling num_enum_derive v0.5.11
12512026-06-20T03:55:43.155Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-20T03:55:43.432Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-06-20T03:55:43.662Z Compiling rustc_version v0.4.1
12542026-06-20T03:55:43.677Z Compiling proc-macro-error-attr2 v2.0.0
12552026-06-20T03:55:43.937Z Compiling rustix v0.38.44
12562026-06-20T03:55:43.999Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12572026-06-20T03:55:44.053Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12582026-06-20T03:55:44.115Z Compiling convert_case v0.4.0
12592026-06-20T03:55:44.227Z Checking tinyvec_macros v0.1.1
12602026-06-20T03:55:44.310Z Checking tinyvec v1.10.0
12612026-06-20T03:55:44.425Z Compiling proc-macro-error2 v2.0.1
12622026-06-20T03:55:44.440Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-20T03:55:44.559Z Compiling derive_more v0.99.20
12642026-06-20T03:55:44.630Z Checking num_enum v0.5.11
12652026-06-20T03:55:44.714Z Compiling libz-sys v1.1.22
12662026-06-20T03:55:44.745Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-06-20T03:55:44.846Z Compiling crc32fast v1.5.0
12682026-06-20T03:55:45.111Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12692026-06-20T03:55:45.199Z Compiling tabled_derive v0.11.0
12702026-06-20T03:55:45.214Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-06-20T03:55:45.711Z Compiling usdt-macro v0.5.0
12722026-06-20T03:55:45.836Z Compiling usdt-attr-macro v0.5.0
12732026-06-20T03:55:45.978Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12742026-06-20T03:55:46.097Z Compiling zone_cfg_derive v0.3.1
12752026-06-20T03:55:46.285Z Checking papergrid v0.17.0
12762026-06-20T03:55:46.373Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-20T03:55:46.560Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-06-20T03:55:46.732Z Checking itertools v0.12.1
12792026-06-20T03:55:46.748Z Checking testing_table v0.3.0
12802026-06-20T03:55:46.762Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-06-20T03:55:46.782Z Checking memmap v0.7.0
12822026-06-20T03:55:46.841Z Checking sigpipe v0.1.3
12832026-06-20T03:55:46.919Z Checking jiff v0.2.15
12842026-06-20T03:55:46.934Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12852026-06-20T03:55:46.987Z Checking adler2 v2.0.1
12862026-06-20T03:55:47.048Z Checking glob v0.3.3
12872026-06-20T03:55:47.098Z Checking miniz_oxide v0.8.9
12882026-06-20T03:55:47.123Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-06-20T03:55:47.138Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12902026-06-20T03:55:47.173Z Checking tabled v0.20.0
12912026-06-20T03:55:47.277Z Checking usdt v0.5.0
12922026-06-20T03:55:47.444Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-06-20T03:55:47.450Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-06-20T03:55:47.726Z Checking zone v0.3.1
12952026-06-20T03:55:47.748Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-06-20T03:55:47.801Z Checking smf v0.2.3
12972026-06-20T03:55:47.963Z Checking secrecy v0.10.3
12982026-06-20T03:55:47.992Z Checking bstr v1.12.0
12992026-06-20T03:55:48.026Z Checking whoami v1.6.1
13002026-06-20T03:55:48.081Z Checking flate2 v1.1.2
13012026-06-20T03:55:48.195Z Compiling curve25519-dalek v4.1.3
13022026-06-20T03:55:48.326Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-06-20T03:55:48.360Z Checking hmac v0.12.1
13042026-06-20T03:55:48.397Z Compiling clang-sys v1.8.1
13052026-06-20T03:55:48.468Z Checking inout v0.1.4
13062026-06-20T03:55:48.489Z Checking hybrid-array v0.4.12
13072026-06-20T03:55:48.604Z Checking ff v0.13.1
13082026-06-20T03:55:48.731Z Compiling enum-as-inner v0.6.1
13092026-06-20T03:55:48.759Z Compiling semver v0.1.20
13102026-06-20T03:55:48.939Z Checking data-encoding v2.9.0
13112026-06-20T03:55:49.037Z Compiling rustc_version v0.1.7
13122026-06-20T03:55:49.175Z Checking group v0.13.0
13132026-06-20T03:55:49.248Z Checking cipher v0.4.4
13142026-06-20T03:55:49.251Z Checking hkdf v0.12.4
13152026-06-20T03:55:49.287Z Checking atomicwrites v0.4.4
13162026-06-20T03:55:49.366Z Compiling thiserror-impl-no-std v2.0.2
13172026-06-20T03:55:49.382Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13182026-06-20T03:55:49.398Z Checking universal-hash v0.5.1
13192026-06-20T03:55:49.428Z Checking crypto-bigint v0.5.5
13202026-06-20T03:55:49.445Z Compiling regress v0.11.1
13212026-06-20T03:55:49.528Z Checking half v2.7.1
13222026-06-20T03:55:49.544Z Compiling curve25519-dalek-derive v0.1.1
13232026-06-20T03:55:49.700Z Checking indent_write v2.2.0
13242026-06-20T03:55:49.781Z Checking base16ct v0.2.0
13252026-06-20T03:55:49.838Z Checking opaque-debug v0.3.1
13262026-06-20T03:55:49.908Z Checking ciborium-io v0.2.2
13272026-06-20T03:55:49.923Z Checking base64ct v1.8.0
13282026-06-20T03:55:50.004Z Checking ciborium-ll v0.2.2
13292026-06-20T03:55:50.159Z Checking password-hash v0.5.0
13302026-06-20T03:55:50.186Z Checking poly1305 v0.8.0
13312026-06-20T03:55:50.391Z Checking chacha20 v0.9.1
13322026-06-20T03:55:50.421Z Compiling newtype_derive v0.1.6
13332026-06-20T03:55:50.459Z Checking thiserror-no-std v2.0.2
13342026-06-20T03:55:50.475Z Checking elliptic-curve v0.13.8
13352026-06-20T03:55:50.550Z Checking block-buffer v0.12.0
13362026-06-20T03:55:50.585Z Checking crypto-common v0.2.2
13372026-06-20T03:55:50.649Z Checking similar v2.7.0
13382026-06-20T03:55:50.693Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-06-20T03:55:50.718Z Checking blake2 v0.10.6
13402026-06-20T03:55:50.847Z Checking aead v0.5.2
13412026-06-20T03:55:50.891Z Compiling libloading v0.8.9
13422026-06-20T03:55:50.928Z Checking keccak v0.1.6
13432026-06-20T03:55:50.932Z Checking linked-hash-map v0.5.6
13442026-06-20T03:55:50.971Z Compiling typify-impl v0.6.2
13452026-06-20T03:55:50.985Z Checking compression-core v0.4.32
13462026-06-20T03:55:51.078Z Checking resolv-conf v0.7.5
13472026-06-20T03:55:51.084Z Compiling bindgen v0.72.1
13482026-06-20T03:55:51.108Z Checking const-oid v0.10.2
13492026-06-20T03:55:51.112Z Compiling owo-colors v4.3.0
13502026-06-20T03:55:51.200Z Checking compression-codecs v0.4.32
13512026-06-20T03:55:51.271Z Checking lru-cache v0.1.2
13522026-06-20T03:55:51.285Z Checking digest v0.11.3
13532026-06-20T03:55:51.375Z Checking sha3 v0.10.8
13542026-06-20T03:55:51.404Z Checking chacha20poly1305 v0.10.1
13552026-06-20T03:55:51.428Z Checking argon2 v0.5.3
13562026-06-20T03:55:51.490Z Checking vsss-rs v3.3.4
13572026-06-20T03:55:51.565Z Checking ciborium v0.2.2
13582026-06-20T03:55:51.580Z Checking hickory-proto v0.24.4
13592026-06-20T03:55:51.724Z Checking tokio-dtrace v0.1.1
13602026-06-20T03:55:51.908Z Compiling cexpr v0.6.0
13612026-06-20T03:55:51.980Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-06-20T03:55:52.265Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-06-20T03:55:52.467Z Checking serde-big-array v0.5.1
13642026-06-20T03:55:52.499Z Compiling serde_repr v0.1.20
13652026-06-20T03:55:52.566Z Compiling derive-where v1.6.0
13662026-06-20T03:55:52.603Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-06-20T03:55:52.834Z Compiling dropshot v0.17.1
13682026-06-20T03:55:52.940Z Checking siphasher v1.0.1
13692026-06-20T03:55:53.066Z Checking unicode-segmentation v1.12.0
13702026-06-20T03:55:53.079Z Checking cpufeatures v0.3.0
13712026-06-20T03:55:53.104Z Compiling shlex v1.3.0
13722026-06-20T03:55:53.118Z Checking same-file v1.0.6
13732026-06-20T03:55:53.155Z Checking sha1 v0.11.0
13742026-06-20T03:55:53.238Z Checking walkdir v2.5.0
13752026-06-20T03:55:53.333Z Checking phf_shared v0.12.1
13762026-06-20T03:55:53.376Z Checking newline-converter v0.3.0
13772026-06-20T03:55:53.409Z Checking hickory-resolver v0.24.4
13782026-06-20T03:55:53.493Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13792026-06-20T03:55:53.523Z Checking toml v1.1.2+spec-1.1.0
13802026-06-20T03:55:53.793Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-06-20T03:55:54.134Z Checking oxide-tokio-rt v0.1.2
13822026-06-20T03:55:54.154Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-06-20T03:55:54.359Z Checking async-compression v0.4.33
13842026-06-20T03:55:54.375Z Compiling progenitor-impl v0.10.0
13852026-06-20T03:55:54.445Z Compiling typify-macro v0.6.2
13862026-06-20T03:55:54.605Z Checking console v0.15.11
13872026-06-20T03:55:54.889Z Checking tokio-stream v0.1.17
13882026-06-20T03:55:54.935Z Compiling dropshot_endpoint v0.17.1
13892026-06-20T03:55:55.108Z Compiling pin-project-internal v1.1.10
13902026-06-20T03:55:55.266Z Compiling slog-dtrace v0.3.0
13912026-06-20T03:55:55.506Z Checking csv-core v0.1.12
13922026-06-20T03:55:55.699Z Compiling cancel-safe-futures v0.1.5
13932026-06-20T03:55:55.759Z Checking unicode-width v0.1.14
13942026-06-20T03:55:55.953Z Checking swrite v0.1.0
13952026-06-20T03:55:56.000Z Checking foldhash v0.1.5
13962026-06-20T03:55:56.015Z Compiling unicode-xid v0.2.6
13972026-06-20T03:55:56.051Z Compiling chrono-tz v0.10.4
13982026-06-20T03:55:56.118Z Checking smawk v0.3.2
13992026-06-20T03:55:56.141Z Checking unicode-linebreak v0.1.5
14002026-06-20T03:55:56.175Z Checking pin-project v1.1.10
14012026-06-20T03:55:56.252Z Compiling const_format_proc_macros v0.2.34
14022026-06-20T03:55:56.282Z Checking hashbrown v0.15.5
14032026-06-20T03:55:56.320Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14042026-06-20T03:55:56.359Z Checking textwrap v0.16.2
14052026-06-20T03:55:56.464Z Compiling progenitor-macro v0.10.0
14062026-06-20T03:55:56.550Z Checking csv v1.4.0
14072026-06-20T03:55:56.627Z Checking qorb v0.4.1
14082026-06-20T03:55:56.753Z Checking expectorate v1.2.0
14092026-06-20T03:55:56.886Z Checking phf v0.12.1
14102026-06-20T03:55:56.923Z Checking unicode-normalization v0.1.24
14112026-06-20T03:55:57.018Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-06-20T03:55:57.594Z Checking libsw-core v0.3.2
14132026-06-20T03:55:57.750Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-06-20T03:55:57.766Z Compiling async-recursion v1.1.1
14152026-06-20T03:55:57.919Z Compiling snafu-derive v0.8.9
14162026-06-20T03:55:58.001Z Compiling cookie v0.18.1
14172026-06-20T03:55:58.236Z Checking fixedbitset v0.4.2
14182026-06-20T03:55:58.397Z Checking highway v1.3.0
14192026-06-20T03:55:58.413Z Checking fixedbitset v0.5.7
14202026-06-20T03:55:58.615Z Compiling moka v0.12.11
14212026-06-20T03:55:58.630Z Checking petgraph v0.8.2
14222026-06-20T03:55:58.852Z Checking petgraph v0.6.5
14232026-06-20T03:55:59.653Z Checking snafu v0.8.9
14242026-06-20T03:55:59.754Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-06-20T03:55:59.901Z Checking libsw v3.5.0
14262026-06-20T03:55:59.953Z Checking olpc-cjson v0.1.4
14272026-06-20T03:56:00.067Z Checking const_format v0.2.34
14282026-06-20T03:56:00.095Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-06-20T03:56:00.295Z Checking papergrid v0.11.0
14302026-06-20T03:56:00.395Z Compiling typify v0.6.2
14312026-06-20T03:56:00.420Z Checking globset v0.4.16
14322026-06-20T03:56:00.485Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-20T03:56:00.500Z Checking gethostname v0.5.0
14342026-06-20T03:56:00.606Z Checking progenitor v0.10.0
14352026-06-20T03:56:00.657Z Compiling tabled_derive v0.7.0
14362026-06-20T03:56:00.699Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-06-20T03:56:00.739Z Checking reqwest v0.13.2
14382026-06-20T03:56:00.881Z Checking bcs v0.1.6
14392026-06-20T03:56:00.971Z Checking pem v3.0.5
14402026-06-20T03:56:01.013Z Checking serde_plain v1.0.2
14412026-06-20T03:56:01.117Z Checking typed-path v0.9.3
14422026-06-20T03:56:01.131Z Checking tagptr v0.2.0
14432026-06-20T03:56:01.161Z Checking linear-map v1.2.0
14442026-06-20T03:56:01.271Z Checking crc8 v0.1.1
14452026-06-20T03:56:01.287Z Checking humantime v2.3.0
14462026-06-20T03:56:01.337Z Compiling signal-hook v0.4.4
14472026-06-20T03:56:01.368Z Checking termtree v0.5.1
14482026-06-20T03:56:01.465Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-20T03:56:01.567Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-20T03:56:01.589Z Checking tabled v0.15.0
14512026-06-20T03:56:01.867Z Checking tough v0.20.0
14522026-06-20T03:56:02.113Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-06-20T03:56:02.279Z Compiling progenitor-impl v0.14.0
14542026-06-20T03:56:02.712Z Checking steno v0.4.1
14552026-06-20T03:56:03.068Z Checking hickory-proto v0.25.2
14562026-06-20T03:56:03.690Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-06-20T03:56:03.706Z Compiling cargo-platform v0.1.9
14582026-06-20T03:56:03.804Z Compiling vergen v8.3.2
14592026-06-20T03:56:03.939Z Compiling fs-err v3.1.2
14602026-06-20T03:56:04.072Z Compiling cargo_metadata v0.18.1
14612026-06-20T03:56:04.361Z Checking progenitor-client v0.14.0
14622026-06-20T03:56:04.400Z Compiling progenitor-macro v0.14.0
14632026-06-20T03:56:04.520Z Checking dropshot-api-manager-types v0.7.2
14642026-06-20T03:56:04.584Z Checking sha2 v0.10.9
14652026-06-20T03:56:04.671Z Checking hickory-resolver v0.25.2
14662026-06-20T03:56:04.697Z Compiling blake3 v1.8.2
14672026-06-20T03:56:05.309Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-06-20T03:56:05.365Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-06-20T03:56:05.532Z Checking git-stub v1.0.0
14702026-06-20T03:56:05.548Z Compiling strum_macros v0.28.0
14712026-06-20T03:56:05.689Z Checking filetime v0.2.26
14722026-06-20T03:56:05.829Z Checking xattr v1.6.1
14732026-06-20T03:56:05.965Z Checking is_ci v1.2.0
14742026-06-20T03:56:06.068Z Checking constant_time_eq v0.3.1
14752026-06-20T03:56:06.463Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-06-20T03:56:06.679Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-06-20T03:56:07.013Z Compiling curl v0.4.50
14782026-06-20T03:56:07.029Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-06-20T03:56:07.268Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14802026-06-20T03:56:07.343Z Checking arrayvec v0.7.6
14812026-06-20T03:56:07.447Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14822026-06-20T03:56:07.492Z Checking arrayref v0.3.9
14832026-06-20T03:56:07.551Z Checking strum v0.28.0
14842026-06-20T03:56:07.692Z Checking toml v0.7.8
14852026-06-20T03:56:07.755Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-20T03:56:07.844Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-20T03:56:07.893Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-20T03:56:07.965Z Checking supports-color v3.0.2
14892026-06-20T03:56:07.998Z Checking tar v0.4.45
14902026-06-20T03:56:08.093Z Checking git-stub-vcs v0.1.0
14912026-06-20T03:56:08.330Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-20T03:56:08.349Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-06-20T03:56:08.365Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-20T03:56:08.535Z Checking progenitor v0.14.0
14952026-06-20T03:56:08.595Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14962026-06-20T03:56:08.599Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14972026-06-20T03:56:08.657Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-06-20T03:56:08.976Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14992026-06-20T03:56:09.061Z Checking drift v0.2.0
15002026-06-20T03:56:09.133Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-06-20T03:56:09.373Z Checking kstat-rs v0.2.4
15022026-06-20T03:56:09.390Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15032026-06-20T03:56:09.472Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-06-20T03:56:09.500Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15052026-06-20T03:56:09.556Z Checking topological-sort v0.2.2
15062026-06-20T03:56:09.695Z Checking omicron-zone-package v0.12.2
15072026-06-20T03:56:09.801Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-20T03:56:10.416Z Checking dropshot-api-manager v0.7.2
15092026-06-20T03:56:11.399Z Checking signal-hook-tokio v0.4.0
15102026-06-20T03:56:11.526Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-06-20T03:56:11.667Z Checking scuffle v0.1.0
15122026-06-20T03:56:12.045Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-06-20T03:56:12.186Z Checking iddqd v0.4.5
15142026-06-20T03:56:12.272Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15152026-06-20T03:56:12.477Z Checking internet-checksum v0.2.1
15162026-06-20T03:56:12.599Z Checking search_path v0.1.4
15172026-06-20T03:56:12.707Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15182026-06-20T03:56:12.738Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-06-20T03:56:12.810Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15202026-06-20T03:56:13.093Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15212026-06-20T03:56:13.821Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-20T03:56:14.026Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-06-20T03:56:14.699Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-20T03:56:14.967Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-06-20T03:56:15.106Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-06-20T03:56:15.592Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-20T03:56:16.080Z Compiling git2 v0.19.0
15282026-06-20T03:56:16.789Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-06-20T03:56:18.349Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-06-20T03:56:26.557Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-06-20T03:56:27.831Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-06-20T03:56:32.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15332026-06-20T03:56:33.078Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-06-20T03:56:33.078Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-06-20T03:56:33.578Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-06-20T03:56:33.578Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-06-20T03:56:33.651Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15382026-06-20T03:56:33.654Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15392026-06-20T03:56:40.762Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-06-20T03:56:40.762Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-06-20T03:56:43.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
15422026-06-20T03:56:43.438Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-06-20T03:56:43.438Z+ cargo clippy --features softnpu -- --deny warnings
15442026-06-20T03:56:43.739Z Downloading crates ...
15452026-06-20T03:56:43.885Z Downloaded ascii v1.1.0
15462026-06-20T03:56:43.889Z Downloaded serde_arrays v0.1.0
15472026-06-20T03:56:43.896Z Downloaded radium v0.7.0
15482026-06-20T03:56:43.899Z Downloaded tap v1.0.1
15492026-06-20T03:56:43.902Z Downloaded typeid v1.0.3
15502026-06-20T03:56:43.902Z Downloaded bitstruct_derive v0.1.0
15512026-06-20T03:56:43.905Z Downloaded bitstruct v0.1.1
15522026-06-20T03:56:43.905Z Downloaded funty v2.0.0
15532026-06-20T03:56:43.905Z Downloaded libloading v0.7.4
15542026-06-20T03:56:43.905Z Downloaded erased-serde v0.4.8
15552026-06-20T03:56:43.913Z Downloaded wyz v0.5.1
15562026-06-20T03:56:43.918Z Downloaded bitvec v1.0.1
15572026-06-20T03:56:43.926Z Downloaded num-bigint v0.4.6
15582026-06-20T03:56:44.054Z Checking num-integer v0.1.46
15592026-06-20T03:56:44.130Z Checking num-complex v0.4.6
15602026-06-20T03:56:44.141Z Compiling radium v0.7.0
15612026-06-20T03:56:44.149Z Checking tap v1.0.1
15622026-06-20T03:56:44.155Z Checking funty v2.0.0
15632026-06-20T03:56:44.161Z Compiling typeid v1.0.3
15642026-06-20T03:56:44.164Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15652026-06-20T03:56:44.175Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-20T03:56:44.234Z Checking wyz v0.5.1
15672026-06-20T03:56:44.330Z Checking num-bigint v0.4.6
15682026-06-20T03:56:44.339Z Checking num-iter v0.1.45
15692026-06-20T03:56:44.383Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-20T03:56:44.400Z Compiling erased-serde v0.4.8
15712026-06-20T03:56:44.452Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-20T03:56:44.463Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-20T03:56:44.488Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-20T03:56:44.533Z Compiling bitstruct_derive v0.1.0
15752026-06-20T03:56:44.560Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-20T03:56:44.580Z Checking bitvec v1.0.1
15772026-06-20T03:56:44.583Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-20T03:56:44.589Z Checking ascii v1.1.0
15792026-06-20T03:56:44.593Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-06-20T03:56:44.696Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-20T03:56:44.785Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-06-20T03:56:44.788Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-06-20T03:56:44.793Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-20T03:56:44.812Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-06-20T03:56:45.064Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-06-20T03:56:45.115Z Checking serde_arrays v0.1.0
15872026-06-20T03:56:45.173Z Checking num-rational v0.4.2
15882026-06-20T03:56:45.188Z Checking bitstruct v0.1.1
15892026-06-20T03:56:45.212Z Checking libloading v0.7.4
15902026-06-20T03:56:45.222Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-06-20T03:56:45.438Z Checking num v0.4.3
15922026-06-20T03:56:45.505Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-20T03:56:46.032Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-06-20T03:56:46.310Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-06-20T03:56:46.310Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-06-20T03:56:46.499Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-06-20T03:56:46.727Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-20T03:56:46.729Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-06-20T03:56:47.190Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-20T03:56:47.407Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-06-20T03:56:47.410Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-20T03:56:47.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-06-20T03:56:47.410Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-06-20T03:56:47.793Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-06-20T03:56:48.204Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-06-20T03:56:49.031Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-20T03:56:51.339Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-06-20T03:56:51.688Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-06-20T03:56:52.559Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-06-20T03:56:53.198Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-06-20T03:56:53.316Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-06-20T03:56:59.845Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-06-20T03:57:01.119Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-06-20T03:57:01.658Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-06-20T03:57:06.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.55s
16162026-06-20T03:57:06.180Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-06-20T03:57:06.180Z+ cargo clippy --features chaos -- --deny warnings
16182026-06-20T03:57:06.677Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-06-20T03:57:06.680Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16202026-06-20T03:57:06.682Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-06-20T03:57:13.782Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-06-20T03:57:13.785Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-06-20T03:57:16.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s
16242026-06-20T03:57:16.420Z+ banner fmt
16252026-06-20T03:57:16.423Z
16262026-06-20T03:57:16.423Z ###### # # #####
16272026-06-20T03:57:16.423Z # ## ## #
16282026-06-20T03:57:16.423Z ##### # ## # #
16292026-06-20T03:57:16.423Z # # # #
16302026-06-20T03:57:16.423Z # # # #
16312026-06-20T03:57:16.423Z # # # #
16322026-06-20T03:57:16.423Z
16332026-06-20T03:57:16.423Z+ cargo fmt -- --check
16342026-06-20T03:57:16.860Z+ banner test
16352026-06-20T03:57:16.863Z
16362026-06-20T03:57:16.863Z ##### ###### #### #####
16372026-06-20T03:57:16.863Z # # # #
16382026-06-20T03:57:16.863Z # ##### #### #
16392026-06-20T03:57:16.863Z # # # #
16402026-06-20T03:57:16.863Z # # # # #
16412026-06-20T03:57:16.863Z # ###### #### #
16422026-06-20T03:57:16.863Z
16432026-06-20T03:57:16.863Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-06-20T03:57:16.863Z+ RUST_BACKTRACE=full
16452026-06-20T03:57:16.863Z+ cargo test --features tofino_stub --no-fail-fast
16462026-06-20T03:57:17.709Z Compiling unicode-ident v1.0.24
16472026-06-20T03:57:17.709Z Compiling cfg-if v1.0.4
16482026-06-20T03:57:17.712Z Compiling memchr v2.7.5
16492026-06-20T03:57:17.812Z Compiling serde_core v1.0.228
16502026-06-20T03:57:17.830Z Compiling itoa v1.0.15
16512026-06-20T03:57:17.836Z Compiling libc v0.2.186
16522026-06-20T03:57:17.839Z Compiling zmij v1.0.17
16532026-06-20T03:57:17.872Z Compiling libm v0.2.15
16542026-06-20T03:57:17.922Z Compiling proc-macro2 v1.0.106
16552026-06-20T03:57:17.948Z Compiling heck v0.5.0
16562026-06-20T03:57:18.113Z Compiling equivalent v1.0.2
16572026-06-20T03:57:18.204Z Compiling smallvec v1.15.1
16582026-06-20T03:57:18.331Z Compiling quote v1.0.45
16592026-06-20T03:57:18.343Z Compiling log v0.4.29
16602026-06-20T03:57:18.423Z Compiling iana-time-zone v0.1.64
16612026-06-20T03:57:18.523Z Compiling syn v2.0.118
16622026-06-20T03:57:18.564Z Compiling dyn-clone v1.0.20
16632026-06-20T03:57:18.622Z Compiling hashbrown v0.17.1
16642026-06-20T03:57:18.635Z Compiling stable_deref_trait v1.2.0
16652026-06-20T03:57:18.647Z Compiling pin-project-lite v0.2.16
16662026-06-20T03:57:18.711Z Compiling percent-encoding v2.3.2
16672026-06-20T03:57:18.723Z Compiling writeable v0.6.1
16682026-06-20T03:57:18.743Z Compiling litemap v0.8.0
16692026-06-20T03:57:18.910Z Compiling fnv v1.0.7
16702026-06-20T03:57:18.959Z Compiling icu_properties_data v2.0.1
16712026-06-20T03:57:18.981Z Compiling icu_normalizer_data v2.0.0
16722026-06-20T03:57:19.026Z Compiling regex-syntax v0.8.11
16732026-06-20T03:57:19.043Z Compiling form_urlencoded v1.2.2
16742026-06-20T03:57:19.066Z Compiling utf8_iter v1.0.4
16752026-06-20T03:57:19.100Z Compiling scopeguard v1.2.0
16762026-06-20T03:57:19.190Z Compiling lock_api v0.4.14
16772026-06-20T03:57:19.213Z Compiling num-traits v0.2.19
16782026-06-20T03:57:19.225Z Compiling getrandom v0.4.2
16792026-06-20T03:57:19.374Z Compiling aho-corasick v1.1.3
16802026-06-20T03:57:19.425Z Compiling byteorder v1.5.0
16812026-06-20T03:57:19.654Z Compiling semver v1.0.28
16822026-06-20T03:57:19.657Z Compiling serde_json v1.0.150
16832026-06-20T03:57:19.825Z Compiling indexmap v2.14.0
16842026-06-20T03:57:19.898Z Compiling ucd-trie v0.1.7
16852026-06-20T03:57:20.003Z Compiling futures-core v0.3.32
16862026-06-20T03:57:20.014Z Compiling uuid v1.23.3
16872026-06-20T03:57:20.157Z Compiling allocator-api2 v0.2.21
16882026-06-20T03:57:20.441Z Compiling time-core v0.1.8
16892026-06-20T03:57:20.454Z Compiling num-conv v0.2.1
16902026-06-20T03:57:21.481Z Compiling regex-automata v0.4.13
16912026-06-20T03:57:21.484Z Compiling foldhash v0.2.0
16922026-06-20T03:57:21.484Z Compiling futures-sink v0.3.32
16932026-06-20T03:57:21.484Z Compiling time-macros v0.2.27
16942026-06-20T03:57:21.484Z Compiling ryu v1.0.20
16952026-06-20T03:57:21.484Z Compiling hashbrown v0.16.1
16962026-06-20T03:57:21.484Z Compiling pretty-hex v0.4.1
16972026-06-20T03:57:21.484Z Compiling slab v0.4.11
16982026-06-20T03:57:21.485Z Compiling plain v0.2.3
16992026-06-20T03:57:21.485Z Compiling synstructure v0.13.2
17002026-06-20T03:57:21.485Z Compiling serde_derive_internals v0.29.1
17012026-06-20T03:57:21.485Z Compiling strsim v0.11.1
17022026-06-20T03:57:21.613Z Compiling futures-channel v0.3.32
17032026-06-20T03:57:21.716Z Compiling futures-task v0.3.32
17042026-06-20T03:57:21.787Z Compiling futures-io v0.3.32
17052026-06-20T03:57:21.828Z Compiling socket2 v0.6.4
17062026-06-20T03:57:21.857Z Compiling parking_lot_core v0.9.12
17072026-06-20T03:57:21.885Z Compiling signal-hook-registry v1.4.6
17082026-06-20T03:57:21.947Z Compiling thread-id v5.0.0
17092026-06-20T03:57:22.035Z Compiling parking_lot v0.12.5
17102026-06-20T03:57:22.120Z Compiling mio v1.2.1
17112026-06-20T03:57:22.148Z Compiling regex v1.12.4
17122026-06-20T03:57:22.279Z Compiling regress v0.10.5
17132026-06-20T03:57:22.282Z Compiling darling_core v0.21.3
17142026-06-20T03:57:22.349Z Compiling base64 v0.22.1
17152026-06-20T03:57:22.438Z Compiling bitflags v2.11.1
17162026-06-20T03:57:22.587Z Compiling serde_derive v1.0.228
17172026-06-20T03:57:22.616Z Compiling zerofrom-derive v0.1.6
17182026-06-20T03:57:22.645Z Compiling yoke-derive v0.8.0
17192026-06-20T03:57:22.682Z Compiling zerovec-derive v0.11.1
17202026-06-20T03:57:22.694Z Compiling displaydoc v0.2.5
17212026-06-20T03:57:23.055Z Compiling thiserror-impl v2.0.18
17222026-06-20T03:57:23.464Z Compiling schemars_derive v0.8.22
17232026-06-20T03:57:23.690Z Compiling tokio-macros v2.7.0
17242026-06-20T03:57:23.784Z Compiling zerocopy-derive v0.8.27
17252026-06-20T03:57:23.853Z Compiling zeroize_derive v1.4.3
17262026-06-20T03:57:24.367Z Compiling thiserror v2.0.18
17272026-06-20T03:57:24.425Z Compiling futures-macro v0.3.32
17282026-06-20T03:57:24.477Z Compiling zerofrom v0.1.6
17292026-06-20T03:57:24.498Z Compiling thiserror-impl v1.0.69
17302026-06-20T03:57:24.555Z Compiling tracing-attributes v0.1.30
17312026-06-20T03:57:24.611Z Compiling yoke v0.8.0
17322026-06-20T03:57:24.737Z Compiling pest v2.8.2
17332026-06-20T03:57:24.804Z Compiling zerovec v0.11.4
17342026-06-20T03:57:25.096Z Compiling zerocopy v0.8.27
17352026-06-20T03:57:25.296Z Compiling zerotrie v0.2.2
17362026-06-20T03:57:25.318Z Compiling serde v1.0.228
17372026-06-20T03:57:25.676Z Compiling tinystr v0.8.1
17382026-06-20T03:57:25.697Z Compiling potential_utf v0.1.3
17392026-06-20T03:57:25.833Z Compiling bytes v1.12.0
17402026-06-20T03:57:25.846Z Compiling serde_tokenstream v0.2.3
17412026-06-20T03:57:25.866Z Compiling icu_locale_core v2.0.0
17422026-06-20T03:57:25.879Z Compiling icu_collections v2.0.0
17432026-06-20T03:57:26.065Z Compiling pest_meta v2.8.2
17442026-06-20T03:57:26.115Z Compiling chrono v0.4.45
17452026-06-20T03:57:26.131Z Compiling scroll_derive v0.13.1
17462026-06-20T03:57:26.390Z Compiling icu_provider v2.0.0
17472026-06-20T03:57:26.475Z Compiling http v1.4.2
17482026-06-20T03:57:26.587Z Compiling async-trait v0.1.89
17492026-06-20T03:57:26.706Z Compiling icu_properties v2.0.1
17502026-06-20T03:57:26.719Z Compiling icu_normalizer v2.0.0
17512026-06-20T03:57:26.865Z Compiling pest_generator v2.8.2
17522026-06-20T03:57:27.327Z Compiling schemars v0.8.22
17532026-06-20T03:57:27.383Z Compiling scroll v0.13.0
17542026-06-20T03:57:27.442Z Compiling thiserror v1.0.69
17552026-06-20T03:57:27.496Z Compiling pest_derive v2.8.2
17562026-06-20T03:57:27.547Z Compiling idna_adapter v1.2.1
17572026-06-20T03:57:27.576Z Compiling tokio v1.52.3
17582026-06-20T03:57:27.633Z Compiling goblin v0.10.1
17592026-06-20T03:57:27.649Z Compiling openapiv3 v2.2.0
17602026-06-20T03:57:27.698Z Compiling idna v1.1.0
17612026-06-20T03:57:27.887Z Compiling daft-derive v0.1.5
17622026-06-20T03:57:28.062Z Compiling url v2.5.7
17632026-06-20T03:57:28.430Z Compiling dtrace-parser v0.3.0
17642026-06-20T03:57:28.498Z Compiling typify-impl v0.4.3
17652026-06-20T03:57:28.841Z Compiling darling_macro v0.21.3
17662026-06-20T03:57:28.951Z Compiling http-body v1.0.1
17672026-06-20T03:57:29.119Z Compiling ppv-lite86 v0.2.21
17682026-06-20T03:57:29.328Z Compiling erased-serde v0.3.31
17692026-06-20T03:57:29.391Z Compiling serde_yaml v0.9.34+deprecated
17702026-06-20T03:57:29.449Z Compiling openssl-macros v0.1.1
17712026-06-20T03:57:29.505Z Compiling darling v0.21.3
17722026-06-20T03:57:29.593Z Compiling getrandom v0.2.16
17732026-06-20T03:57:29.836Z Compiling ipnet v2.11.0
17742026-06-20T03:57:29.944Z Compiling atomic-waker v1.1.2
17752026-06-20T03:57:30.155Z Compiling httparse v1.10.1
17762026-06-20T03:57:30.387Z Compiling tower-service v0.3.3
17772026-06-20T03:57:30.469Z Compiling dof v0.4.0
17782026-06-20T03:57:30.492Z Compiling untrusted v0.9.0
17792026-06-20T03:57:30.626Z Compiling tower-layer v0.3.3
17802026-06-20T03:57:30.640Z Compiling anyhow v1.0.102
17812026-06-20T03:57:30.791Z Compiling try-lock v0.2.5
17822026-06-20T03:57:30.906Z Compiling want v0.3.1
17832026-06-20T03:57:30.937Z Compiling usdt-impl v0.6.0
17842026-06-20T03:57:31.048Z Compiling syn v1.0.109
17852026-06-20T03:57:31.083Z Compiling zeroize v1.8.1
17862026-06-20T03:57:31.163Z Compiling httpdate v1.0.3
17872026-06-20T03:57:31.408Z Compiling portable-atomic v1.11.1
17882026-06-20T03:57:31.883Z Compiling async-stream-impl v0.3.6
17892026-06-20T03:57:31.940Z Compiling structmeta-derive v0.3.0
17902026-06-20T03:57:32.257Z Compiling critical-section v1.2.0
17912026-06-20T03:57:32.373Z Compiling once_cell v1.21.3
17922026-06-20T03:57:32.429Z Compiling usdt-macro v0.6.0
17932026-06-20T03:57:32.543Z Compiling usdt-attr-macro v0.6.0
17942026-06-20T03:57:32.922Z Compiling newtype-uuid-macros v0.1.0
17952026-06-20T03:57:33.003Z Compiling structmeta v0.3.0
17962026-06-20T03:57:33.164Z Compiling strum_macros v0.26.4
17972026-06-20T03:57:33.568Z Compiling powerfmt v0.2.0
17982026-06-20T03:57:33.717Z Compiling deranged v0.5.3
17992026-06-20T03:57:33.864Z Compiling num_threads v0.1.7
18002026-06-20T03:57:34.453Z Compiling http-body-util v0.1.3
18012026-06-20T03:57:34.532Z Compiling omicron-workspace-hack v0.1.0
18022026-06-20T03:57:34.609Z Compiling dropshot_endpoint v0.16.7
18032026-06-20T03:57:34.671Z Compiling serde_urlencoded v0.7.1
18042026-06-20T03:57:34.701Z Compiling ref-cast-impl v1.0.25
18052026-06-20T03:57:34.723Z Compiling typify-macro v0.4.3
18062026-06-20T03:57:34.847Z Compiling derive-ex v0.1.8
18072026-06-20T03:57:34.863Z Compiling strum_macros v0.27.2
18082026-06-20T03:57:34.895Z Compiling sync_wrapper v1.0.2
18092026-06-20T03:57:35.006Z Compiling serde_with_macros v3.14.1
18102026-06-20T03:57:35.290Z Compiling subtle v2.6.1
18112026-06-20T03:57:35.330Z Compiling thread_local v1.1.9
18122026-06-20T03:57:35.602Z Compiling iri-string v0.7.8
18132026-06-20T03:57:35.897Z Compiling futures-util v0.3.32
18142026-06-20T03:57:36.282Z Compiling match_cfg v0.1.0
18152026-06-20T03:57:36.357Z Compiling rand_core v0.6.4
18162026-06-20T03:57:36.379Z Compiling typenum v1.20.1
18172026-06-20T03:57:36.472Z Compiling test-strategy v0.4.3
18182026-06-20T03:57:36.592Z Compiling term v1.2.0
18192026-06-20T03:57:36.693Z Compiling take_mut v0.2.2
18202026-06-20T03:57:36.778Z Compiling typify v0.4.3
18212026-06-20T03:57:36.873Z Compiling progenitor-impl v0.11.1
18222026-06-20T03:57:37.194Z Compiling parse-display-derive v0.10.0
18232026-06-20T03:57:37.216Z Compiling tracing-core v0.1.34
18242026-06-20T03:57:37.232Z Compiling toml_datetime v0.6.11
18252026-06-20T03:57:37.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-06-20T03:57:37.507Z Compiling camino v1.2.3
18272026-06-20T03:57:37.746Z Compiling tracing v0.1.41
18282026-06-20T03:57:37.848Z Compiling clap_derive v4.6.1
18292026-06-20T03:57:37.977Z Compiling encoding_rs v0.8.35
18302026-06-20T03:57:38.140Z Compiling cpufeatures v0.2.17
18312026-06-20T03:57:38.200Z Compiling mime v0.3.17
18322026-06-20T03:57:38.212Z Compiling fastrand v2.3.0
18332026-06-20T03:57:38.366Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18342026-06-20T03:57:38.597Z Compiling unicode-width v0.2.1
18352026-06-20T03:57:38.892Z Compiling errno v0.3.14
18362026-06-20T03:57:39.107Z Compiling hex v0.4.3
18372026-06-20T03:57:39.161Z Compiling generic-array v0.14.7
18382026-06-20T03:57:39.438Z Compiling ipnetwork v0.21.1
18392026-06-20T03:57:39.622Z Compiling crossbeam-utils v0.8.21
18402026-06-20T03:57:39.784Z Compiling tokio-util v0.7.16
18412026-06-20T03:57:39.895Z Compiling slog v2.8.2
18422026-06-20T03:57:40.142Z Compiling rustix v1.1.4
18432026-06-20T03:57:40.307Z Compiling getrandom v0.3.3
18442026-06-20T03:57:40.321Z Compiling winnow v0.7.14
18452026-06-20T03:57:40.392Z Compiling progenitor-macro v0.11.1
18462026-06-20T03:57:40.495Z Compiling rand_core v0.9.3
18472026-06-20T03:57:40.513Z Compiling h2 v0.4.14
18482026-06-20T03:57:40.570Z Compiling oxnet v0.1.6
18492026-06-20T03:57:40.717Z Compiling crypto-common v0.1.6
18502026-06-20T03:57:40.856Z Compiling itertools v0.14.0
18512026-06-20T03:57:41.369Z Compiling winnow v1.0.3
18522026-06-20T03:57:41.589Z Compiling num-derive v0.4.2
18532026-06-20T03:57:41.730Z Compiling toml_parser v1.1.2+spec-1.1.0
18542026-06-20T03:57:41.820Z Compiling serde_spanned v1.1.1
18552026-06-20T03:57:42.097Z Compiling toml_writer v1.1.1+spec-1.1.0
18562026-06-20T03:57:42.108Z Compiling spin v0.9.8
18572026-06-20T03:57:42.228Z Compiling debug-ignore v1.0.5
18582026-06-20T03:57:42.338Z Compiling rand_chacha v0.9.0
18592026-06-20T03:57:42.433Z Compiling rustls-pki-types v1.12.0
18602026-06-20T03:57:42.533Z Compiling quick-error v1.2.3
18612026-06-20T03:57:42.555Z Compiling rand v0.9.3
18622026-06-20T03:57:42.643Z Compiling hyper v1.10.1
18632026-06-20T03:57:42.832Z Compiling tabwriter v1.4.1
18642026-06-20T03:57:42.926Z Compiling async-stream v0.3.6
18652026-06-20T03:57:43.076Z Compiling waitgroup v0.1.2
18662026-06-20T03:57:43.101Z Compiling serde_path_to_error v0.1.20
18672026-06-20T03:57:43.163Z Compiling colored v3.1.1
18682026-06-20T03:57:43.224Z Compiling lazy_static v1.5.0
18692026-06-20T03:57:43.332Z Compiling bit-vec v0.8.0
18702026-06-20T03:57:43.463Z Compiling strum v0.26.3
18712026-06-20T03:57:43.561Z Compiling bit-set v0.8.0
18722026-06-20T03:57:43.577Z Compiling time v0.3.47
18732026-06-20T03:57:43.594Z Compiling ring v0.17.14
18742026-06-20T03:57:43.653Z Compiling toml_datetime v0.7.5+spec-1.1.0
18752026-06-20T03:57:43.727Z Compiling hyper-util v0.1.20
18762026-06-20T03:57:43.962Z Compiling anstyle v1.0.14
18772026-06-20T03:57:44.364Z Compiling unarray v0.1.4
18782026-06-20T03:57:44.442Z Compiling toml v0.9.12+spec-1.1.0
18792026-06-20T03:57:44.482Z Compiling crossbeam-channel v0.5.15
18802026-06-20T03:57:44.968Z Compiling macaddr v1.0.1
18812026-06-20T03:57:45.208Z Compiling utf8parse v0.2.2
18822026-06-20T03:57:45.324Z Compiling anstyle-parse v1.0.0
18832026-06-20T03:57:45.327Z Compiling block-buffer v0.10.4
18842026-06-20T03:57:45.337Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-06-20T03:57:45.361Z Compiling ref-cast v1.0.25
18862026-06-20T03:57:45.464Z Compiling is_terminal_polyfill v1.70.1
18872026-06-20T03:57:45.476Z Compiling anstyle-query v1.1.4
18882026-06-20T03:57:45.488Z Compiling colorchoice v1.0.4
18892026-06-20T03:57:45.500Z Compiling digest v0.10.7
18902026-06-20T03:57:45.513Z Compiling strum v0.27.2
18912026-06-20T03:57:45.529Z Compiling is-terminal v0.4.16
18922026-06-20T03:57:45.561Z Compiling clap_lex v1.1.0
18932026-06-20T03:57:45.581Z Compiling anstream v1.0.0
18942026-06-20T03:57:45.602Z Compiling slog-term v2.9.2
18952026-06-20T03:57:45.620Z Compiling slog-async v2.8.0
18962026-06-20T03:57:45.635Z Compiling slog-json v2.6.1
18972026-06-20T03:57:45.708Z Compiling hostname v0.3.1
18982026-06-20T03:57:45.851Z Compiling slog-bunyan v2.5.0
18992026-06-20T03:57:45.899Z Compiling tower v0.5.2
19002026-06-20T03:57:45.911Z Compiling futures-executor v0.3.32
19012026-06-20T03:57:45.994Z Compiling instant v0.1.13
19022026-06-20T03:57:46.170Z Compiling futures v0.3.32
19032026-06-20T03:57:46.188Z Compiling aws-lc-sys v0.39.1
19042026-06-20T03:57:46.251Z Compiling untrusted v0.7.1
19052026-06-20T03:57:46.284Z Compiling tower-http v0.6.8
19062026-06-20T03:57:46.377Z Compiling openssl-sys v0.9.117
19072026-06-20T03:57:46.768Z Compiling aws-lc-rs v1.16.2
19082026-06-20T03:57:46.837Z Compiling memmap2 v0.9.8
19092026-06-20T03:57:47.779Z Compiling rustls-webpki v0.103.6
19102026-06-20T03:57:47.798Z Compiling foreign-types-shared v0.1.1
19112026-06-20T03:57:47.882Z Compiling foreign-types v0.3.2
19122026-06-20T03:57:48.252Z Compiling tempfile v3.27.0
19132026-06-20T03:57:48.266Z Compiling rustls v0.23.40
19142026-06-20T03:57:48.710Z Compiling openssl-probe v0.1.6
19152026-06-20T03:57:48.999Z Compiling openssl v0.10.81
19162026-06-20T03:57:49.804Z Compiling usdt v0.6.0
19172026-06-20T03:57:49.892Z Compiling either v1.15.0
19182026-06-20T03:57:50.107Z Compiling webpki-roots v1.0.2
19192026-06-20T03:57:50.147Z Compiling newtype-uuid v1.3.2
19202026-06-20T03:57:50.504Z Compiling daft v0.1.5
19212026-06-20T03:57:51.339Z Compiling tokio-rustls v0.26.4
19222026-06-20T03:57:51.342Z Compiling native-tls v0.2.14
19232026-06-20T03:57:51.621Z Compiling tokio-native-tls v0.3.1
19242026-06-20T03:57:51.658Z Compiling hyper-rustls v0.27.7
19252026-06-20T03:57:51.799Z Compiling hyper-tls v0.6.0
19262026-06-20T03:57:51.996Z Compiling reqwest v0.12.23
19272026-06-20T03:57:53.031Z Compiling rustls-webpki v0.102.8
19282026-06-20T03:57:53.086Z Compiling rustls-pemfile v2.2.0
19292026-06-20T03:57:53.291Z Compiling multer v3.1.0
19302026-06-20T03:57:53.635Z Compiling hostname v0.4.2
19312026-06-20T03:57:53.807Z Compiling rustls v0.22.4
19322026-06-20T03:57:53.932Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-06-20T03:57:54.555Z Compiling terminal_size v0.4.3
19342026-06-20T03:57:54.705Z Compiling rand_chacha v0.3.1
19352026-06-20T03:57:54.820Z Compiling wait-timeout v0.2.1
19362026-06-20T03:57:55.338Z Compiling rusty-fork v0.3.0
19372026-06-20T03:57:55.418Z Compiling rand v0.8.5
19382026-06-20T03:57:55.701Z Compiling tokio-rustls v0.25.0
19392026-06-20T03:57:56.791Z Compiling sha1 v0.10.6
19402026-06-20T03:57:57.030Z Compiling rand_xorshift v0.4.0
19412026-06-20T03:57:57.658Z Compiling hubpack_derive v0.1.1
19422026-06-20T03:57:58.300Z Compiling proptest v1.8.0
19432026-06-20T03:57:58.353Z Compiling dropshot v0.16.7
19442026-06-20T03:57:58.930Z Compiling clap_builder v4.6.0
19452026-06-20T03:57:59.543Z Compiling serde_spanned v0.6.9
19462026-06-20T03:58:00.045Z Compiling prettyplease v0.2.37
19472026-06-20T03:58:00.559Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-06-20T03:58:00.609Z Compiling clap v4.6.1
19492026-06-20T03:58:01.441Z Compiling progenitor-client v0.10.0
19502026-06-20T03:58:01.670Z Compiling progenitor-client v0.11.1
19512026-06-20T03:58:01.984Z Compiling serde_with v3.14.1
19522026-06-20T03:58:02.674Z Compiling progenitor v0.11.1
19532026-06-20T03:58:03.649Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-06-20T03:58:03.852Z Compiling rustc-hash v2.1.1
19552026-06-20T03:58:03.961Z Compiling iddqd v0.3.18
19562026-06-20T03:58:04.001Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-06-20T03:58:04.942Z Compiling backoff v0.4.0
19582026-06-20T03:58:05.110Z Compiling parse-display v0.10.0
19592026-06-20T03:58:05.142Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-06-20T03:58:05.161Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-06-20T03:58:05.275Z Compiling winnow v0.5.40
19622026-06-20T03:58:05.297Z Compiling toml_write v0.1.2
19632026-06-20T03:58:05.452Z Compiling toml_edit v0.22.27
19642026-06-20T03:58:06.810Z Compiling num-integer v0.1.46
19652026-06-20T03:58:07.067Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-06-20T03:58:07.203Z Compiling float-ord v0.3.2
19672026-06-20T03:58:07.351Z Compiling toml v0.8.23
19682026-06-20T03:58:10.944Z Compiling num-rational v0.4.2
19692026-06-20T03:58:11.456Z Compiling num-iter v0.1.45
19702026-06-20T03:58:11.590Z Compiling num-complex v0.4.6
19712026-06-20T03:58:11.983Z Compiling num v0.4.3
19722026-06-20T03:58:12.623Z Compiling toml_edit v0.19.15
19732026-06-20T03:58:14.143Z Compiling proc-macro-crate v1.3.1
19742026-06-20T03:58:15.909Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-20T03:58:16.753Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-20T03:58:17.213Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-06-20T03:58:17.332Z Compiling zerocopy-derive v0.7.35
19782026-06-20T03:58:18.204Z Compiling memoffset v0.9.1
19792026-06-20T03:58:18.298Z Compiling libscf-sys v1.2.0
19802026-06-20T03:58:18.448Z Compiling ingot-macros v0.1.1
19812026-06-20T03:58:18.549Z Compiling proc-macro-error-attr2 v2.0.0
19822026-06-20T03:58:18.963Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-06-20T03:58:19.717Z Compiling proc-macro-error2 v2.0.1
19842026-06-20T03:58:20.008Z Compiling nix v0.30.1
19852026-06-20T03:58:20.707Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-06-20T03:58:20.827Z Compiling scroll_derive v0.12.1
19872026-06-20T03:58:21.568Z Compiling tabled_derive v0.11.0
19882026-06-20T03:58:21.571Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-06-20T03:58:23.507Z Compiling zerocopy v0.7.35
19902026-06-20T03:58:24.105Z Compiling num_enum_derive v0.7.5
19912026-06-20T03:58:24.226Z Compiling hubpack v0.1.2
19922026-06-20T03:58:24.357Z Compiling foreign-types-macros v0.2.3
19932026-06-20T03:58:24.483Z Compiling static_assertions v1.1.0
19942026-06-20T03:58:25.221Z Compiling glob v0.3.3
19952026-06-20T03:58:25.260Z Compiling proc-macro-error-attr v1.0.4
19962026-06-20T03:58:25.412Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-06-20T03:58:25.607Z Compiling dtrace-parser v0.2.0
19982026-06-20T03:58:25.922Z Compiling bytecount v0.6.9
19992026-06-20T03:58:25.945Z Compiling proc-macro-error v1.0.4
20002026-06-20T03:58:26.069Z Compiling dof v0.3.0
20012026-06-20T03:58:26.683Z Compiling num_enum_derive v0.5.11
20022026-06-20T03:58:27.745Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-06-20T03:58:28.164Z Compiling thread-id v4.2.2
20042026-06-20T03:58:28.289Z Compiling usdt-impl v0.5.0
20052026-06-20T03:58:29.001Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20062026-06-20T03:58:29.177Z Compiling derive_more v0.99.20
20072026-06-20T03:58:29.345Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20082026-06-20T03:58:29.836Z Compiling minimal-lexical v0.2.1
20092026-06-20T03:58:30.109Z Compiling nom v7.1.3
20102026-06-20T03:58:30.121Z Compiling usdt-macro v0.5.0
20112026-06-20T03:58:30.134Z Compiling usdt-attr-macro v0.5.0
20122026-06-20T03:58:30.359Z Compiling zone_cfg_derive v0.3.1
20132026-06-20T03:58:30.922Z Compiling papergrid v0.17.0
20142026-06-20T03:58:30.974Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-06-20T03:58:31.064Z Compiling testing_table v0.3.0
20162026-06-20T03:58:31.238Z Compiling rustc_version v0.4.1
20172026-06-20T03:58:31.482Z Compiling crossbeam-epoch v0.9.18
20182026-06-20T03:58:31.495Z Compiling dropshot_endpoint v0.17.1
20192026-06-20T03:58:31.527Z Compiling adler2 v2.0.1
20202026-06-20T03:58:31.672Z Compiling miniz_oxide v0.8.9
20212026-06-20T03:58:31.835Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20222026-06-20T03:58:31.913Z Compiling tabled v0.20.0
20232026-06-20T03:58:31.968Z Compiling crc32fast v1.5.0
20242026-06-20T03:58:32.170Z Compiling enum-as-inner v0.6.1
20252026-06-20T03:58:32.368Z Compiling regress v0.11.1
20262026-06-20T03:58:32.941Z Compiling flate2 v1.1.2
20272026-06-20T03:58:32.959Z Compiling curve25519-dalek v4.1.3
20282026-06-20T03:58:33.068Z Compiling hybrid-array v0.4.12
20292026-06-20T03:58:33.183Z Compiling crossbeam-deque v0.8.6
20302026-06-20T03:58:33.202Z Compiling thiserror-impl-no-std v2.0.2
20312026-06-20T03:58:33.374Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20322026-06-20T03:58:33.462Z Compiling curve25519-dalek-derive v0.1.1
20332026-06-20T03:58:33.549Z Compiling crypto-common v0.2.2
20342026-06-20T03:58:34.220Z Compiling typify-impl v0.6.2
20352026-06-20T03:58:34.371Z Compiling block-buffer v0.12.0
20362026-06-20T03:58:34.485Z Compiling rayon-core v1.13.0
20372026-06-20T03:58:34.549Z Compiling clang-sys v1.8.1
20382026-06-20T03:58:34.637Z Compiling const-oid v0.10.2
20392026-06-20T03:58:34.715Z Compiling compression-core v0.4.32
20402026-06-20T03:58:34.724Z Compiling scroll v0.12.0
20412026-06-20T03:58:34.866Z Compiling compression-codecs v0.4.32
20422026-06-20T03:58:34.882Z Compiling digest v0.11.3
20432026-06-20T03:58:35.059Z Compiling hash32 v0.3.1
20442026-06-20T03:58:35.141Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-06-20T03:58:35.232Z Compiling cpufeatures v0.3.0
20462026-06-20T03:58:35.256Z Compiling heapless v0.8.0
20472026-06-20T03:58:35.298Z Compiling sha1 v0.11.0
20482026-06-20T03:58:35.316Z Compiling async-compression v0.4.33
20492026-06-20T03:58:35.328Z Compiling goblin v0.8.2
20502026-06-20T03:58:35.476Z Compiling toml v1.1.2+spec-1.1.0
20512026-06-20T03:58:35.564Z Compiling ingot-types v0.1.2
20522026-06-20T03:58:35.702Z Compiling cobs v0.3.0
20532026-06-20T03:58:35.806Z Compiling libloading v0.8.9
20542026-06-20T03:58:35.910Z Compiling foreign-types-shared v0.3.1
20552026-06-20T03:58:35.963Z Compiling bitflags v1.3.2
20562026-06-20T03:58:36.007Z Compiling managed v0.8.0
20572026-06-20T03:58:36.011Z Compiling bindgen v0.72.1
20582026-06-20T03:58:36.036Z Compiling foreign-types v0.5.0
20592026-06-20T03:58:36.121Z Compiling ingot v0.1.1
20602026-06-20T03:58:36.228Z Compiling smoltcp v0.11.0
20612026-06-20T03:58:36.506Z Compiling dropshot v0.17.1
20622026-06-20T03:58:37.037Z Compiling postcard v1.1.3
20632026-06-20T03:58:37.811Z Compiling cexpr v0.6.0
20642026-06-20T03:58:38.130Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-06-20T03:58:38.386Z Compiling num_enum v0.7.5
20662026-06-20T03:58:38.520Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-06-20T03:58:38.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-06-20T03:58:38.921Z Compiling camino-tempfile v1.4.1
20692026-06-20T03:58:38.961Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-06-20T03:58:39.139Z Compiling derive-where v1.6.0
20712026-06-20T03:58:39.192Z Compiling serde_repr v0.1.20
20722026-06-20T03:58:39.302Z Compiling cstr-argument v0.1.2
20732026-06-20T03:58:39.465Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-06-20T03:58:39.744Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-06-20T03:58:40.439Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20762026-06-20T03:58:40.602Z Compiling typify-macro v0.6.2
20772026-06-20T03:58:40.629Z Compiling rayon v1.11.0
20782026-06-20T03:58:40.923Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-06-20T03:58:41.053Z Compiling crucible-workspace-hack v0.1.0
20802026-06-20T03:58:41.706Z Compiling memmap v0.7.0
20812026-06-20T03:58:41.770Z Compiling tinyvec_macros v0.1.1
20822026-06-20T03:58:41.920Z Compiling tinyvec v1.10.0
20832026-06-20T03:58:41.963Z Compiling usdt v0.5.0
20842026-06-20T03:58:42.250Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-06-20T03:58:42.685Z Compiling typify v0.6.2
20862026-06-20T03:58:42.744Z Compiling num_enum v0.5.11
20872026-06-20T03:58:43.016Z Compiling pin-project-internal v1.1.10
20882026-06-20T03:58:44.032Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-06-20T03:58:44.120Z Compiling progenitor-impl v0.14.0
20902026-06-20T03:58:44.179Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-06-20T03:58:44.214Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-06-20T03:58:44.389Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-06-20T03:58:44.440Z Compiling rustix v0.38.44
20942026-06-20T03:58:44.930Z Compiling itertools v0.12.1
20952026-06-20T03:58:44.959Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-06-20T03:58:45.074Z Compiling progenitor-impl v0.10.0
20972026-06-20T03:58:45.338Z Compiling sigpipe v0.1.3
20982026-06-20T03:58:45.419Z Compiling jiff v0.2.15
20992026-06-20T03:58:45.433Z Compiling const_format_proc_macros v0.2.34
21002026-06-20T03:58:45.988Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21012026-06-20T03:58:46.184Z Compiling zone v0.3.1
21022026-06-20T03:58:46.233Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21032026-06-20T03:58:47.210Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-06-20T03:58:47.634Z Compiling progenitor-macro v0.14.0
21052026-06-20T03:58:47.790Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-06-20T03:58:48.354Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-06-20T03:58:48.551Z Compiling progenitor-macro v0.10.0
21082026-06-20T03:58:48.664Z Compiling secrecy v0.10.3
21092026-06-20T03:58:48.714Z Compiling smf v0.2.3
21102026-06-20T03:58:48.837Z Compiling async-recursion v1.1.1
21112026-06-20T03:58:49.133Z Compiling snafu-derive v0.8.9
21122026-06-20T03:58:49.310Z Compiling bstr v1.12.0
21132026-06-20T03:58:49.603Z Compiling whoami v1.6.1
21142026-06-20T03:58:49.823Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-06-20T03:58:50.880Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-06-20T03:58:51.428Z Compiling hmac v0.12.1
21172026-06-20T03:58:51.579Z Compiling inout v0.1.4
21182026-06-20T03:58:51.647Z Compiling ff v0.13.1
21192026-06-20T03:58:51.734Z Compiling data-encoding v2.9.0
21202026-06-20T03:58:52.107Z Compiling crc8 v0.1.1
21212026-06-20T03:58:52.321Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21222026-06-20T03:58:52.897Z Compiling group v0.13.0
21232026-06-20T03:58:52.949Z Compiling cipher v0.4.4
21242026-06-20T03:58:53.032Z Compiling hkdf v0.12.4
21252026-06-20T03:58:53.207Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-06-20T03:58:53.574Z Compiling atomicwrites v0.4.4
21272026-06-20T03:58:53.740Z Compiling tokio-dtrace v0.1.1
21282026-06-20T03:58:54.027Z Compiling tabled_derive v0.7.0
21292026-06-20T03:58:54.429Z Compiling reqwest v0.13.2
21302026-06-20T03:58:54.518Z Compiling universal-hash v0.5.1
21312026-06-20T03:58:54.558Z Compiling crypto-bigint v0.5.5
21322026-06-20T03:58:54.663Z Compiling half v2.7.1
21332026-06-20T03:58:54.792Z Compiling opaque-debug v0.3.1
21342026-06-20T03:58:54.876Z Compiling base16ct v0.2.0
21352026-06-20T03:58:54.969Z Compiling ciborium-io v0.2.2
21362026-06-20T03:58:55.060Z Compiling base64ct v1.8.0
21372026-06-20T03:58:55.076Z Compiling indent_write v2.2.0
21382026-06-20T03:58:55.225Z Compiling ciborium-ll v0.2.2
21392026-06-20T03:58:55.376Z Compiling password-hash v0.5.0
21402026-06-20T03:58:55.465Z Compiling progenitor-client v0.14.0
21412026-06-20T03:58:55.713Z Compiling elliptic-curve v0.13.8
21422026-06-20T03:58:55.772Z Compiling poly1305 v0.8.0
21432026-06-20T03:58:56.357Z Compiling oxide-tokio-rt v0.1.2
21442026-06-20T03:58:56.562Z Compiling chacha20 v0.9.1
21452026-06-20T03:58:56.645Z Compiling similar v2.7.0
21462026-06-20T03:58:56.802Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-06-20T03:58:57.156Z Compiling thiserror-no-std v2.0.2
21482026-06-20T03:58:57.814Z Compiling blake2 v0.10.6
21492026-06-20T03:58:58.115Z Compiling aead v0.5.2
21502026-06-20T03:58:58.280Z Compiling strum_macros v0.28.0
21512026-06-20T03:58:58.452Z Compiling keccak v0.1.6
21522026-06-20T03:58:58.642Z Compiling linked-hash-map v0.5.6
21532026-06-20T03:58:58.730Z Compiling resolv-conf v0.7.5
21542026-06-20T03:58:58.817Z Compiling lru-cache v0.1.2
21552026-06-20T03:58:58.842Z Compiling sha3 v0.10.8
21562026-06-20T03:58:59.138Z Compiling chacha20poly1305 v0.10.1
21572026-06-20T03:58:59.183Z Compiling argon2 v0.5.3
21582026-06-20T03:58:59.253Z Compiling vsss-rs v3.3.4
21592026-06-20T03:58:59.287Z Compiling progenitor v0.14.0
21602026-06-20T03:58:59.450Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-06-20T03:58:59.557Z Compiling ciborium v0.2.2
21622026-06-20T03:58:59.706Z Compiling hickory-proto v0.24.4
21632026-06-20T03:59:00.149Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-06-20T03:59:00.160Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-06-20T03:59:00.618Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-20T03:59:00.670Z Compiling serde-big-array v0.5.1
21672026-06-20T03:59:00.830Z Compiling same-file v1.0.6
21682026-06-20T03:59:00.942Z Compiling siphasher v1.0.1
21692026-06-20T03:59:01.006Z Compiling unicode-segmentation v1.12.0
21702026-06-20T03:59:01.044Z Compiling walkdir v2.5.0
21712026-06-20T03:59:01.155Z Compiling phf_shared v0.12.1
21722026-06-20T03:59:01.336Z Compiling newline-converter v0.3.0
21732026-06-20T03:59:01.429Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-06-20T03:59:01.452Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-06-20T03:59:01.612Z Compiling hickory-resolver v0.24.4
21762026-06-20T03:59:01.702Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-06-20T03:59:02.163Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-06-20T03:59:03.239Z Compiling newtype_derive v0.1.6
21792026-06-20T03:59:03.326Z Compiling owo-colors v4.3.0
21802026-06-20T03:59:03.470Z Compiling tokio-stream v0.1.17
21812026-06-20T03:59:03.640Z Compiling console v0.15.11
21822026-06-20T03:59:03.932Z Compiling csv-core v0.1.12
21832026-06-20T03:59:04.127Z Compiling termtree v0.5.1
21842026-06-20T03:59:04.248Z Compiling unicode-width v0.1.14
21852026-06-20T03:59:04.259Z Compiling foldhash v0.1.5
21862026-06-20T03:59:04.344Z Compiling smawk v0.3.2
21872026-06-20T03:59:04.459Z Compiling swrite v0.1.0
21882026-06-20T03:59:04.493Z Compiling unicode-linebreak v0.1.5
21892026-06-20T03:59:04.498Z Compiling humantime v2.3.0
21902026-06-20T03:59:04.550Z Compiling hashbrown v0.15.5
21912026-06-20T03:59:04.681Z Compiling textwrap v0.16.2
21922026-06-20T03:59:04.721Z Compiling csv v1.4.0
21932026-06-20T03:59:04.800Z Compiling expectorate v1.2.0
21942026-06-20T03:59:04.875Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-06-20T03:59:04.959Z Compiling qorb v0.4.1
21962026-06-20T03:59:05.227Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-06-20T03:59:06.744Z Compiling phf v0.12.1
21982026-06-20T03:59:06.756Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-06-20T03:59:07.134Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-06-20T03:59:07.225Z Compiling pin-project v1.1.10
22012026-06-20T03:59:07.423Z Compiling unicode-normalization v0.1.24
22022026-06-20T03:59:07.444Z Compiling libz-sys v1.1.22
22032026-06-20T03:59:07.500Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-06-20T03:59:08.514Z Compiling libsw-core v0.3.2
22052026-06-20T03:59:08.841Z Compiling fixedbitset v0.5.7
22062026-06-20T03:59:09.095Z Compiling highway v1.3.0
22072026-06-20T03:59:09.241Z Compiling fixedbitset v0.4.2
22082026-06-20T03:59:09.504Z Compiling petgraph v0.6.5
22092026-06-20T03:59:09.554Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-06-20T03:59:10.398Z Compiling petgraph v0.8.2
22112026-06-20T03:59:11.033Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-20T03:59:12.264Z Compiling progenitor v0.10.0
22132026-06-20T03:59:12.269Z Compiling libsw v3.5.0
22142026-06-20T03:59:12.350Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-20T03:59:12.767Z Compiling olpc-cjson v0.1.4
22162026-06-20T03:59:12.956Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-06-20T03:59:13.230Z Compiling snafu v0.8.9
22182026-06-20T03:59:13.647Z Compiling chrono-tz v0.10.4
22192026-06-20T03:59:13.664Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-06-20T03:59:13.859Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-20T03:59:14.977Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-06-20T03:59:14.996Z Compiling papergrid v0.11.0
22232026-06-20T03:59:15.061Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-06-20T03:59:15.154Z Compiling strum v0.28.0
22252026-06-20T03:59:15.296Z Compiling globset v0.4.16
22262026-06-20T03:59:15.347Z Compiling const_format v0.2.34
22272026-06-20T03:59:15.461Z Compiling slog-dtrace v0.3.0
22282026-06-20T03:59:15.677Z Compiling cancel-safe-futures v0.1.5
22292026-06-20T03:59:16.800Z Compiling gethostname v0.5.0
22302026-06-20T03:59:16.852Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-06-20T03:59:16.852Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-06-20T03:59:16.967Z Compiling dropshot-api-manager-types v0.7.2
22332026-06-20T03:59:17.015Z Compiling bcs v0.1.6
22342026-06-20T03:59:17.324Z Compiling serde_plain v1.0.2
22352026-06-20T03:59:17.345Z Compiling cargo-platform v0.1.9
22362026-06-20T03:59:17.359Z Compiling pem v3.0.5
22372026-06-20T03:59:17.592Z Compiling linear-map v1.2.0
22382026-06-20T03:59:17.776Z Compiling tagptr v0.2.0
22392026-06-20T03:59:17.789Z Compiling typed-path v0.9.3
22402026-06-20T03:59:17.893Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-06-20T03:59:17.933Z Compiling moka v0.12.11
22422026-06-20T03:59:18.712Z Compiling tough v0.20.0
22432026-06-20T03:59:20.112Z Compiling cargo_metadata v0.18.1
22442026-06-20T03:59:20.149Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-06-20T03:59:21.447Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-20T03:59:21.639Z Compiling tabled v0.15.0
22472026-06-20T03:59:21.733Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-06-20T03:59:23.296Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-20T03:59:23.306Z Compiling git2 v0.19.0
22502026-06-20T03:59:24.371Z Compiling steno v0.4.1
22512026-06-20T03:59:25.122Z Compiling cookie v0.18.1
22522026-06-20T03:59:25.449Z Compiling hickory-proto v0.25.2
22532026-06-20T03:59:27.464Z Compiling hickory-resolver v0.25.2
22542026-06-20T03:59:28.007Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-06-20T03:59:29.717Z Compiling vergen v8.3.2
22562026-06-20T03:59:31.850Z Compiling signal-hook v0.4.4
22572026-06-20T03:59:32.346Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-06-20T03:59:32.926Z Compiling predicates-core v1.0.9
22592026-06-20T03:59:32.970Z Compiling mockall_derive v0.14.0
22602026-06-20T03:59:33.250Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-06-20T03:59:33.287Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-06-20T03:59:33.368Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-06-20T03:59:33.623Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-06-20T03:59:33.693Z Compiling sha2 v0.10.9
22652026-06-20T03:59:34.583Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-06-20T03:59:35.400Z Compiling diff v0.1.13
22672026-06-20T03:59:35.535Z Compiling mockall v0.14.0
22682026-06-20T03:59:35.585Z Compiling yansi v1.0.1
22692026-06-20T03:59:35.789Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22702026-06-20T03:59:35.913Z Compiling pretty_assertions v1.4.1
22712026-06-20T03:59:36.991Z Compiling predicates v3.1.3
22722026-06-20T03:59:37.058Z Compiling predicates-tree v1.0.12
22732026-06-20T03:59:37.333Z Compiling fs-err v3.1.2
22742026-06-20T03:59:37.934Z Compiling git-stub v1.0.0
22752026-06-20T03:59:38.137Z Compiling filetime v0.2.26
22762026-06-20T03:59:38.228Z Compiling is_ci v1.2.0
22772026-06-20T03:59:38.340Z Compiling xattr v1.6.1
22782026-06-20T03:59:38.392Z Compiling downcast v0.11.0
22792026-06-20T03:59:38.530Z Compiling arrayvec v0.7.6
22802026-06-20T03:59:38.548Z Compiling arrayref v0.3.9
22812026-06-20T03:59:38.634Z Compiling constant_time_eq v0.3.1
22822026-06-20T03:59:38.758Z Compiling fragile v2.0.1
22832026-06-20T03:59:38.775Z Compiling blake3 v1.8.2
22842026-06-20T03:59:38.827Z Compiling tar v0.4.45
22852026-06-20T03:59:39.281Z Compiling toml v0.7.8
22862026-06-20T03:59:39.412Z Compiling supports-color v3.0.2
22872026-06-20T03:59:39.613Z Compiling git-stub-vcs v0.1.0
22882026-06-20T03:59:39.976Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-06-20T03:59:40.125Z Compiling signal-hook-tokio v0.4.0
22902026-06-20T03:59:40.422Z Compiling scuffle v0.1.0
22912026-06-20T03:59:41.355Z Compiling drift v0.2.0
22922026-06-20T03:59:41.985Z Compiling kstat-rs v0.2.4
22932026-06-20T03:59:42.055Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-06-20T03:59:42.312Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-06-20T03:59:42.379Z Compiling topological-sort v0.2.2
22962026-06-20T03:59:42.525Z Compiling hex-literal v1.1.0
22972026-06-20T03:59:42.537Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22982026-06-20T03:59:42.649Z Compiling omicron-zone-package v0.12.2
22992026-06-20T03:59:43.231Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-06-20T03:59:44.576Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-20T03:59:44.640Z Compiling dropshot-api-manager v0.7.2
23022026-06-20T03:59:45.585Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-06-20T03:59:45.766Z Compiling curl v0.4.50
23042026-06-20T03:59:45.980Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-06-20T03:59:46.148Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-06-20T03:59:46.397Z Compiling iddqd v0.4.5
23072026-06-20T03:59:46.606Z Compiling internet-checksum v0.2.1
23082026-06-20T03:59:46.760Z Compiling search_path v0.1.4
23092026-06-20T03:59:47.012Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-06-20T03:59:47.169Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-06-20T03:59:50.570Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-06-20T03:59:51.731Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-06-20T04:00:36.545Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23142026-06-20T04:00:36.669Z Running unittests src/lib.rs (target/debug/deps/aal-2db7e086e0929529)
23152026-06-20T04:00:36.672Z
23162026-06-20T04:00:36.672Zrunning 5 tests
23172026-06-20T04:00:36.675Ztest fuse::tests::chip_revision_b1 ... ok
23182026-06-20T04:00:36.675Ztest fuse::tests::chip_revision_b0 ... ok
23192026-06-20T04:00:36.675Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23202026-06-20T04:00:36.675Ztest fuse::tests::chip_revision_a0 ... ok
23212026-06-20T04:00:36.675Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-06-20T04:00:36.675Z
23232026-06-20T04:00:36.675Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-20T04:00:36.675Z
23252026-06-20T04:00:36.675Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-06-20T04:00:36.679Z
23272026-06-20T04:00:36.679Zrunning 0 tests
23282026-06-20T04:00:36.679Z
23292026-06-20T04:00:36.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-20T04:00:36.680Z
23312026-06-20T04:00:36.680Z Running unittests src/lib.rs (target/debug/deps/asic-9025d25be6462fb6)
23322026-06-20T04:00:36.680Z
23332026-06-20T04:00:36.680Zrunning 0 tests
23342026-06-20T04:00:36.680Z
23352026-06-20T04:00:36.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-06-20T04:00:36.680Z
23372026-06-20T04:00:36.683Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-06-20T04:00:36.683Z
23392026-06-20T04:00:36.683Zrunning 10 tests
23402026-06-20T04:00:36.683Ztest nat::tests::test_vni ... ok
23412026-06-20T04:00:36.683Ztest network::tests::test_eui64 ... ok
23422026-06-20T04:00:36.683Ztest network::tests::test_equal ... ok
23432026-06-20T04:00:36.684Ztest network::tests::test_into ... ok
23442026-06-20T04:00:36.684Ztest network::tests::test_generate_ipv6_link_local ... ok
23452026-06-20T04:00:36.684Ztest network::tests::test_not_equal ... ok
23462026-06-20T04:00:36.684Ztest network::tests::test_parse ... ok
23472026-06-20T04:00:36.684Ztest network::tests::test_to_string ... ok
23482026-06-20T04:00:36.684Ztest test_purge ... ok
23492026-06-20T04:00:36.686Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-06-20T04:00:36.686Z
23512026-06-20T04:00:36.686Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-06-20T04:00:36.687Z
23532026-06-20T04:00:36.687Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-523625f3b9942ce8)
23542026-06-20T04:00:36.692Z
23552026-06-20T04:00:36.692Zrunning 1 test
23562026-06-20T04:00:36.694Z -------
23572026-06-20T04:00:36.694Z Generating OpenAPI documents from API definitions ...
23582026-06-20T04:00:36.828Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-06-20T04:00:36.895Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-06-20T04:00:37.875Z -------
23612026-06-20T04:00:37.875Z Checking 12 OpenAPI documents...
23622026-06-20T04:00:37.875Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-20T04:00:37.876Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-20T04:00:37.876Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-20T04:00:37.876Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-20T04:00:37.876Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-20T04:00:37.876Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-20T04:00:37.876Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-20T04:00:37.876Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-20T04:00:37.879Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-20T04:00:37.879Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-06-20T04:00:37.879Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-06-20T04:00:37.879Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-06-20T04:00:37.879Z Fresh dpd "latest" symlink
23752026-06-20T04:00:37.880Z -------
23762026-06-20T04:00:37.880Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-06-20T04:00:37.940Ztest test::test_apis_up_to_date ... ok
23782026-06-20T04:00:37.940Z
23792026-06-20T04:00:37.940Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23802026-06-20T04:00:37.940Z
23812026-06-20T04:00:37.994Z Running unittests src/main.rs (target/debug/deps/dpd-1f1a1bac1f4895b9)
23822026-06-20T04:00:38.000Z
23832026-06-20T04:00:38.000Zrunning 19 tests
23842026-06-20T04:00:38.003Ztest freemap::test_ordering ... ok
23852026-06-20T04:00:38.003Ztest config::tests::test_updates ... ok
23862026-06-20T04:00:38.005Ztest freemap::test_split ... ok
23872026-06-20T04:00:38.005Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-06-20T04:00:38.005Ztest macaddrs::tests::test_mac_offset ... ok
23892026-06-20T04:00:38.005Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23902026-06-20T04:00:38.005Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23912026-06-20T04:00:38.005Ztest nat::test_mapping ... ok
23922026-06-20T04:00:38.005Ztest macaddrs::tests::test_parse_port_id ... ok
23932026-06-20T04:00:38.008Ztest port_map::tests::dump_map ... ok
23942026-06-20T04:00:38.008Ztest port_map::tests::test_backplane_group ... ok
23952026-06-20T04:00:38.008Ztest port_map::tests::test_port_map ... ok
23962026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG created new freemap, unit: freemap_test
23972026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG initted freemap. size: 128, unit: freemap_test
23982026-06-20T04:00:38.008ZJun 20 04:00:36.483 Jun 20 04:00:36.483DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_testfreemap_test
23992026-06-20T04:00:38.008Z
24002026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG initted freemap. size: 128, unit: freemap_test
24012026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG reset freemapJun 20 04:00:36.483, unit :DEBG freemap_testcreated new freemap
24022026-06-20T04:00:38.008Z, unit: freemap_test
24032026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG initted freemap. size: 128, unit: freemap_test
24042026-06-20T04:00:38.008ZJun 20 04:00:36.483 DEBG reset freemap, unit: freemap_test
24052026-06-20T04:00:38.010Ztest freemap::test_exhaustion ... ok
24062026-06-20T04:00:38.010Ztest freemap::test_reclaim ... ok
24072026-06-20T04:00:38.010Ztest freemap::test_free ... ok
24082026-06-20T04:00:38.010ZJun 20 04:00:36.483 DEBG created new freemap, unit: freemap_test
24092026-06-20T04:00:38.010ZJun 20 04:00:36.483 DEBG initted freemap. size: 128, unit: freemap_test
24102026-06-20T04:00:38.010ZJun 20 04:00:36.483 DEBG reset freemap, unit: freemap_test
24112026-06-20T04:00:38.010Ztest freemap::test_basic ... ok
24122026-06-20T04:00:38.010ZJun 20 04:00:36.483 DEBG created new freemap, unit: freemap_test
24132026-06-20T04:00:38.010ZJun 20 04:00:36.484 DEBG initted freemap. size: 128, unit: freemap_test
24142026-06-20T04:00:38.010ZJun 20 04:00:36.484 DEBG reset freemap, unit: freemap_test
24152026-06-20T04:00:38.010Ztest freemap::test_span ... ok
24162026-06-20T04:00:38.010Ztest port_map::tests::parse_softnpu_revision ... ok
24172026-06-20T04:00:38.010Ztest api_server::tests::test_build_info ... ok
24182026-06-20T04:00:38.010Z
24192026-06-20T04:00:38.010Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24202026-06-20T04:00:38.010Z
24212026-06-20T04:00:38.013Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-0da3a2480e85893c)
24222026-06-20T04:00:38.013Z
24232026-06-20T04:00:38.013Zrunning 0 tests
24242026-06-20T04:00:38.013Z
24252026-06-20T04:00:38.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-20T04:00:38.013Z
24272026-06-20T04:00:38.013Z Running unittests src/lib.rs (target/debug/deps/dpd_api-18ca513064bf4528)
24282026-06-20T04:00:38.013Z
24292026-06-20T04:00:38.013Zrunning 0 tests
24302026-06-20T04:00:38.013Z
24312026-06-20T04:00:38.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-06-20T04:00:38.014Z
24332026-06-20T04:00:38.014Z Running unittests src/lib.rs (target/debug/deps/dpd_client-83437c43ef8a281f)
24342026-06-20T04:00:38.017Z
24352026-06-20T04:00:38.017Zrunning 6 tests
24362026-06-20T04:00:38.017Ztest tests::test_port_id_cmp ... ok
24372026-06-20T04:00:38.017Ztest tests::test_parse_client_port_id ... ok
24382026-06-20T04:00:38.017Ztest tests::test_full_lot_id_neither_present ... ok
24392026-06-20T04:00:38.017Ztest tests::test_full_lot_id_lotnum_only ... ok
24402026-06-20T04:00:38.017Ztest tests::test_full_lot_id_lot_only ... ok
24412026-06-20T04:00:38.017Ztest tests::test_full_lot_id_both_present ... ok
24422026-06-20T04:00:38.017Z
24432026-06-20T04:00:38.017Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-20T04:00:38.017Z
24452026-06-20T04:00:38.017Z Running tests/test_all.rs (target/debug/deps/test_all-63b613c0b4276ef1)
24462026-06-20T04:00:38.017Z
24472026-06-20T04:00:38.017Zrunning 0 tests
24482026-06-20T04:00:38.017Z
24492026-06-20T04:00:38.017Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-20T04:00:38.017Z
24512026-06-20T04:00:38.017Z Running unittests src/lib.rs (target/debug/deps/dpd_types-50564ae1d735d297)
24522026-06-20T04:00:38.020Z
24532026-06-20T04:00:38.020Zrunning 0 tests
24542026-06-20T04:00:38.020Z
24552026-06-20T04:00:38.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-20T04:00:38.020Z
24572026-06-20T04:00:38.020Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c9a61d9475945e83)
24582026-06-20T04:00:38.020Z
24592026-06-20T04:00:38.020Zrunning 0 tests
24602026-06-20T04:00:38.020Z
24612026-06-20T04:00:38.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24622026-06-20T04:00:38.020Z
24632026-06-20T04:00:38.024Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
24642026-06-20T04:00:38.024Z
24652026-06-20T04:00:38.024Zrunning 12 tests
24662026-06-20T04:00:38.024Ztest icmp::test_v6_checksum ... ok
24672026-06-20T04:00:38.024Ztest lldp::test_lldp_parse ... ok
24682026-06-20T04:00:38.024Ztest pbuf::test_byte ... ok
24692026-06-20T04:00:38.024Ztest icmp::test_v4_checksum ... ok
24702026-06-20T04:00:38.024Ztest ipv6::test_ipv6_parse ... ok
24712026-06-20T04:00:38.024Ztest pbuf::test_nibble ... ok
24722026-06-20T04:00:38.024Ztest pbuf::test_short ... ok
24732026-06-20T04:00:38.024Ztest pbuf::test_overflow ... ok
24742026-06-20T04:00:38.024Ztest pbuf::test_twelve ... ok
24752026-06-20T04:00:38.024Ztest pbuf::test_word ... ok
24762026-06-20T04:00:38.024Ztest tcp::test_checksum_syn_nodata ... ok
24772026-06-20T04:00:38.024Ztest tcp::test_checksum_ack_data ... ok
24782026-06-20T04:00:38.024Z
24792026-06-20T04:00:38.024Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-20T04:00:38.025Z
24812026-06-20T04:00:38.025Z Running unittests src/lib.rs (target/debug/deps/pcap-4c578c12ddbd8728)
24822026-06-20T04:00:38.028Z
24832026-06-20T04:00:38.028Zrunning 0 tests
24842026-06-20T04:00:38.030Z
24852026-06-20T04:00:38.030Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24862026-06-20T04:00:38.030Z
24872026-06-20T04:00:38.030Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
24882026-06-20T04:00:38.030Z
24892026-06-20T04:00:38.030Zrunning 5 tests
24902026-06-20T04:00:38.030Ztest switchport::test::test_compute_lanes ... ok
24912026-06-20T04:00:38.033Ztest switchport::test::port_id_ordering ... ok
24922026-06-20T04:00:38.033Z Lane 0 Lane 0Lane 1 Lane 2 Lane 3Lane 1
24932026-06-20T04:00:38.033Z Lane 2 State: Activated Lane 3Activated
24942026-06-20T04:00:38.033Z Activated Rx Loss-of-lock: Yes Activated
24952026-06-20T04:00:38.034ZYes Rx Output Enabled: false Yesfalse Yesfalse
24962026-06-20T04:00:38.034Z Rx Loss-of-signal: Yesfalse
24972026-06-20T04:00:38.034Z Rx Output Status: validYes Yesvalid Yes
24982026-06-20T04:00:38.034Zvalid valid Rx CDR Enabled: Yes
24992026-06-20T04:00:38.034Z Yes Rx Loss-of-lock: true Yestrue trueYes
25002026-06-20T04:00:38.034Z true Tx Enabled: Yes
25012026-06-20T04:00:38.034Z Yes Rx Loss-of-signal: false falseYes falseYes
25022026-06-20T04:00:38.034Z false
25032026-06-20T04:00:38.034Z Tx Loss-of-lock: No NoRx Auto-squelch Disable: true trueNo trueNo true
25042026-06-20T04:00:38.034Z
25052026-06-20T04:00:38.034Z Tx Loss-of-signal: No Tx Output Enabled: true No true No trueNo
25062026-06-20T04:00:38.034Ztrue
25072026-06-20T04:00:38.034Z Tx CDR Enabled: No Tx Output Status: invalid No invalidNo invalid No
25082026-06-20T04:00:38.034Zinvalid
25092026-06-20T04:00:38.034Z Tx Adaptive EQ Fault: No Tx Loss-of-lock: false No false No falseNo
25102026-06-20T04:00:38.034Zfalse
25112026-06-20T04:00:38.034Z Tx Fault: Yes Tx Loss-of-signal: true Yestrue Yes trueYes
25122026-06-20T04:00:38.034Ztrue
25132026-06-20T04:00:38.034ZTx Auto-squelch Disable: false false false false
25142026-06-20T04:00:38.034Z Tx Adaptive EQ Fail: true true true true
25152026-06-20T04:00:38.034Z Tx Failure: false false false false
25162026-06-20T04:00:38.034Z Tx Force Squelch: true true true true
25172026-06-20T04:00:38.034Z Tx Input Polarity: normal normal normal normal
25182026-06-20T04:00:38.034Ztest switchport::test::test_print_sff_datapath ... ok
25192026-06-20T04:00:38.034Ztest switchport::test::test_print_cmis_datapath ... ok
25202026-06-20T04:00:38.035Ztest link::test_filter ... ok
25212026-06-20T04:00:38.035Z
25222026-06-20T04:00:38.035Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-06-20T04:00:38.035Z
25242026-06-20T04:00:38.035Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
25252026-06-20T04:00:38.035Z
25262026-06-20T04:00:38.035Zrunning 1 test
25272026-06-20T04:00:38.035Ztest test_p4_counter_list ... ignored
25282026-06-20T04:00:38.035Z
25292026-06-20T04:00:38.035Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-06-20T04:00:38.035Z
25312026-06-20T04:00:38.035Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
25322026-06-20T04:00:38.035Z
25332026-06-20T04:00:38.035Zrunning 5 tests
25342026-06-20T04:00:38.035Ztest test_an ... ignored
25352026-06-20T04:00:38.035Ztest test_enable ... ignored
25362026-06-20T04:00:38.035Ztest test_ip_addresses ... ignored
25372026-06-20T04:00:38.035Ztest test_kr ... ignored
25382026-06-20T04:00:38.035Ztest test_mac ... ignored
25392026-06-20T04:00:38.035Z
25402026-06-20T04:00:38.035Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-20T04:00:38.035Z
25422026-06-20T04:00:38.035Z Running unittests src/main.rs (target/debug/deps/tfportd-be98d66cb440997e)
25432026-06-20T04:00:38.039Z
25442026-06-20T04:00:38.039Zrunning 3 tests
25452026-06-20T04:00:38.039Ztest linklocal::test_parse_ipadm ... ok
25462026-06-20T04:00:38.039Ztest tfport::test_parse_tfport ... ok
25472026-06-20T04:00:38.039Ztest config::tests::test_updates ... ok
25482026-06-20T04:00:38.039Z
25492026-06-20T04:00:38.039Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-20T04:00:38.039Z
25512026-06-20T04:00:38.042Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
25522026-06-20T04:00:38.042Z
25532026-06-20T04:00:38.042Zrunning 0 tests
25542026-06-20T04:00:38.042Z
25552026-06-20T04:00:38.042Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-20T04:00:38.042Z
25572026-06-20T04:00:38.042Z Running unittests src/main.rs (target/debug/deps/xtask-b3c3f9f1cb7d2d07)
25582026-06-20T04:00:38.045Z
25592026-06-20T04:00:38.046Zrunning 0 tests
25602026-06-20T04:00:38.046Z
25612026-06-20T04:00:38.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-20T04:00:38.046Z
25632026-06-20T04:00:38.046Z Doc-tests aal
25642026-06-20T04:00:38.172Z
25652026-06-20T04:00:38.172Zrunning 0 tests
25662026-06-20T04:00:38.172Z
25672026-06-20T04:00:38.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-20T04:00:38.172Z
25692026-06-20T04:00:38.189Z Doc-tests aal_macros
25702026-06-20T04:00:38.260Z
25712026-06-20T04:00:38.260Zrunning 0 tests
25722026-06-20T04:00:38.260Z
25732026-06-20T04:00:38.260Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-20T04:00:38.260Z
25752026-06-20T04:00:38.270Z Doc-tests common
25762026-06-20T04:00:38.503Z
25772026-06-20T04:00:38.504Zrunning 0 tests
25782026-06-20T04:00:38.504Z
25792026-06-20T04:00:38.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-06-20T04:00:38.504Z
25812026-06-20T04:00:38.526Z Doc-tests dpd_api
25822026-06-20T04:00:39.281Z
25832026-06-20T04:00:39.281Zrunning 2 tests
25842026-06-20T04:00:39.281Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25852026-06-20T04:00:39.281Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25862026-06-20T04:00:39.281Z
25872026-06-20T04:00:39.281Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-20T04:00:39.281Z
25892026-06-20T04:00:39.312Z Doc-tests dpd_client
25902026-06-20T04:00:40.601Z
25912026-06-20T04:00:40.601Zrunning 0 tests
25922026-06-20T04:00:40.601Z
25932026-06-20T04:00:40.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-20T04:00:40.601Z
25952026-06-20T04:00:40.649Z Doc-tests dpd_types
25962026-06-20T04:00:40.864Z
25972026-06-20T04:00:40.864Zrunning 0 tests
25982026-06-20T04:00:40.864Z
25992026-06-20T04:00:40.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-06-20T04:00:40.864Z
26012026-06-20T04:00:40.891Z Doc-tests dpd_types_versions
26022026-06-20T04:00:42.126Z
26032026-06-20T04:00:42.126Zrunning 1 test
26042026-06-20T04:00:42.126Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26052026-06-20T04:00:42.126Z
26062026-06-20T04:00:42.126Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-20T04:00:42.126Z
26082026-06-20T04:00:42.171Z Doc-tests packet
26092026-06-20T04:00:42.288Z
26102026-06-20T04:00:42.289Zrunning 0 tests
26112026-06-20T04:00:42.289Z
26122026-06-20T04:00:42.289Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-20T04:00:42.289Z
26142026-06-20T04:00:42.306Z Doc-tests pcap
26152026-06-20T04:00:42.359Z
26162026-06-20T04:00:42.360Zrunning 0 tests
26172026-06-20T04:00:42.360Z
26182026-06-20T04:00:42.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-06-20T04:00:42.360Z
26202026-06-20T04:00:42.429Z+ for feat in tofino_stub tofino_asic softnpu chaos
26212026-06-20T04:00:42.429Z+ RUST_BACKTRACE=full
26222026-06-20T04:00:42.429Z+ cargo test --features tofino_asic --no-fail-fast
26232026-06-20T04:00:43.027Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26242026-06-20T04:00:43.105Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26252026-06-20T04:00:43.112Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26262026-06-20T04:00:43.119Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26272026-06-20T04:00:51.708Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26282026-06-20T04:00:52.578Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26292026-06-20T04:01:32.073Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.63s
26302026-06-20T04:01:32.193Z Running unittests src/lib.rs (target/debug/deps/aal-2db7e086e0929529)
26312026-06-20T04:01:32.196Z
26322026-06-20T04:01:32.196Zrunning 5 tests
26332026-06-20T04:01:32.199Ztest fuse::tests::chip_revision_a0 ... ok
26342026-06-20T04:01:32.199Ztest fuse::tests::chip_revision_b1 ... ok
26352026-06-20T04:01:32.199Ztest fuse::tests::chip_revision_b0 ... ok
26362026-06-20T04:01:32.200Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26372026-06-20T04:01:32.200Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26382026-06-20T04:01:32.200Z
26392026-06-20T04:01:32.200Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-20T04:01:32.200Z
26412026-06-20T04:01:32.200Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26422026-06-20T04:01:32.203Z
26432026-06-20T04:01:32.203Zrunning 0 tests
26442026-06-20T04:01:32.203Z
26452026-06-20T04:01:32.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26462026-06-20T04:01:32.203Z
26472026-06-20T04:01:32.203Z Running unittests src/lib.rs (target/debug/deps/asic-0cff03d0c1d01b54)
26482026-06-20T04:01:32.300Z
26492026-06-20T04:01:32.300Zrunning 8 tests
26502026-06-20T04:01:32.303Ztest tofino_asic::qsfp::tests::fix_link ... ok
26512026-06-20T04:01:32.303Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26522026-06-20T04:01:32.303Ztest tofino_asic::stats::constants_sanity_check ... ok
26532026-06-20T04:01:32.303Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26542026-06-20T04:01:32.303Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26552026-06-20T04:01:32.303Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26562026-06-20T04:01:32.310Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26572026-06-20T04:01:32.802Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26582026-06-20T04:01:32.802Z
26592026-06-20T04:01:32.802Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26602026-06-20T04:01:32.802Z
26612026-06-20T04:01:32.812Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
26622026-06-20T04:01:32.816Z
26632026-06-20T04:01:32.816Zrunning 10 tests
26642026-06-20T04:01:32.819Ztest network::tests::test_equal ... ok
26652026-06-20T04:01:32.819Ztest network::tests::test_eui64 ... ok
26662026-06-20T04:01:32.819Ztest network::tests::test_not_equal ... ok
26672026-06-20T04:01:32.819Ztest nat::tests::test_vni ... ok
26682026-06-20T04:01:32.819Ztest network::tests::test_parse ... ok
26692026-06-20T04:01:32.819Ztest network::tests::test_into ... ok
26702026-06-20T04:01:32.819Ztest network::tests::test_generate_ipv6_link_local ... ok
26712026-06-20T04:01:32.819Ztest network::tests::test_to_string ... ok
26722026-06-20T04:01:32.819Ztest test_purge ... ok
26732026-06-20T04:01:32.819Ztest illumos::test::address_exists_handles_missing_object ... ok
26742026-06-20T04:01:32.819Z
26752026-06-20T04:01:32.820Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26762026-06-20T04:01:32.820Z
26772026-06-20T04:01:32.820Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-523625f3b9942ce8)
26782026-06-20T04:01:32.824Z
26792026-06-20T04:01:32.824Zrunning 1 test
26802026-06-20T04:01:32.826Z -------
26812026-06-20T04:01:32.826Z Generating OpenAPI documents from API definitions ...
26822026-06-20T04:01:32.964Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26832026-06-20T04:01:33.031Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26842026-06-20T04:01:34.008Z -------
26852026-06-20T04:01:34.008Z Checking 12 OpenAPI documents...
26862026-06-20T04:01:34.008Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-20T04:01:34.008Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-20T04:01:34.008Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-20T04:01:34.008Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-20T04:01:34.011Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-20T04:01:34.011Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-20T04:01:34.011Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-20T04:01:34.012Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-20T04:01:34.012Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-20T04:01:34.012Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-06-20T04:01:34.012Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-06-20T04:01:34.012Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-06-20T04:01:34.012Z Fresh dpd "latest" symlink
26992026-06-20T04:01:34.012Z -------
27002026-06-20T04:01:34.012Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27012026-06-20T04:01:34.075Ztest test::test_apis_up_to_date ... ok
27022026-06-20T04:01:34.075Z
27032026-06-20T04:01:34.075Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
27042026-06-20T04:01:34.075Z
27052026-06-20T04:01:34.134Z Running unittests src/main.rs (target/debug/deps/dpd-0a7451d7455352ce)
27062026-06-20T04:01:34.202Z
27072026-06-20T04:01:34.202Zrunning 51 tests
27082026-06-20T04:01:34.205Ztest freemap::test_ordering ... ok
27092026-06-20T04:01:34.205Ztest config::tests::test_updates ... ok
27102026-06-20T04:01:34.205Ztest freemap::test_split ... ok
27112026-06-20T04:01:34.205Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27122026-06-20T04:01:34.205Ztest macaddrs::tests::test_mac_offset ... ok
27132026-06-20T04:01:34.205Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27142026-06-20T04:01:34.205Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27152026-06-20T04:01:34.205Ztest macaddrs::tests::test_parse_port_id ... ok
27162026-06-20T04:01:34.205Ztest nat::test_mapping ... ok
27172026-06-20T04:01:34.208Ztest port_map::tests::dump_map ... ok
27182026-06-20T04:01:34.208Ztest port_map::tests::test_backplane_group ... ok
27192026-06-20T04:01:34.208Ztest port_map::tests::test_port_map ... ok
27202026-06-20T04:01:34.208Ztest transceivers::mpn_test::test_mpn_missing ... ok
27212026-06-20T04:01:34.208Ztest transceivers::mpn_test::test_mpn_present ... ok
27222026-06-20T04:01:34.208Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27232026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27242026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27252026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG created new freemap, unit: freemap_test
27262026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27272026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG initted freemap. size: 128, unit: freemap_test
27282026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG reset freemap, unit: freemap_test
27292026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27302026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG created new freemap, unit: freemap_test
27312026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG initted freemap. size: 128, unit: freemap_test
27322026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG reset freemap, unit: freemap_test
27332026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG Jun 20 04:01:32.685created new freemap , DEBGunit :created new freemap freemap_test,
27342026-06-20T04:01:34.209Zunit: freemap_test
27352026-06-20T04:01:34.209ZJun 20 04:01:32.685 DEBG initted freemap. size: 128Jun 20 04:01:32.685, unitDEBG: initted freemap. size: 128freemap_test,
27362026-06-20T04:01:34.209Zunit: freemap_testJun 20 04:01:32.685
27372026-06-20T04:01:34.209Z DEBG reset freemap, Jun 20 04:01:32.685unit :DEBG freemap_testreset freemap
27382026-06-20T04:01:34.209Z, unit: freemap_test
27392026-06-20T04:01:34.209Ztest freemap::test_free ... ok
27402026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27412026-06-20T04:01:34.209Ztest freemap::test_exhaustion ... ok
27422026-06-20T04:01:34.209Ztest freemap::test_basic ... ok
27432026-06-20T04:01:34.209Ztest freemap::test_reclaim ... ok
27442026-06-20T04:01:34.209Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27452026-06-20T04:01:34.210Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27462026-06-20T04:01:34.210ZJun 20 04:01:32.685 DEBG created new freemap, unit: freemap_test
27472026-06-20T04:01:34.210ZJun 20 04:01:32.685 DEBG initted freemap. size: 128, unit: freemap_test
27482026-06-20T04:01:34.210ZJun 20 04:01:32.685 DEBG reset freemap, unit: freemap_test
27492026-06-20T04:01:34.210Ztest freemap::test_span ... ok
27502026-06-20T04:01:34.210Ztest port_map::tests::parse_softnpu_revision ... ok
27512026-06-20T04:01:34.210Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27522026-06-20T04:01:34.210Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27532026-06-20T04:01:34.210Ztest api_server::tests::test_build_info ... ok
27542026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27552026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27562026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27572026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27582026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27592026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27602026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27612026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27622026-06-20T04:01:34.211Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27632026-06-20T04:01:34.212Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27642026-06-20T04:01:34.212Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27652026-06-20T04:01:34.212Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27662026-06-20T04:01:34.212Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27672026-06-20T04:01:34.212Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27682026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27692026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27702026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27712026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27722026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27732026-06-20T04:01:34.215Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27742026-06-20T04:01:34.215Z
27752026-06-20T04:01:34.215Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27762026-06-20T04:01:34.215Z
27772026-06-20T04:01:34.222Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-39b2dcfe58d232f0)
27782026-06-20T04:01:34.224Z
27792026-06-20T04:01:34.225Zrunning 0 tests
27802026-06-20T04:01:34.225Z
27812026-06-20T04:01:34.225Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-20T04:01:34.225Z
27832026-06-20T04:01:34.225Z Running unittests src/lib.rs (target/debug/deps/dpd_api-18ca513064bf4528)
27842026-06-20T04:01:34.227Z
27852026-06-20T04:01:34.227Zrunning 0 tests
27862026-06-20T04:01:34.227Z
27872026-06-20T04:01:34.227Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-06-20T04:01:34.227Z
27892026-06-20T04:01:34.227Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e791ce76abfc2a27)
27902026-06-20T04:01:34.232Z
27912026-06-20T04:01:34.232Zrunning 6 tests
27922026-06-20T04:01:34.232Ztest tests::test_full_lot_id_neither_present ... ok
27932026-06-20T04:01:34.232Ztest tests::test_full_lot_id_lot_only ... ok
27942026-06-20T04:01:34.232Ztest tests::test_full_lot_id_lotnum_only ... ok
27952026-06-20T04:01:34.232Ztest tests::test_full_lot_id_both_present ... ok
27962026-06-20T04:01:34.232Ztest tests::test_parse_client_port_id ... ok
27972026-06-20T04:01:34.232Ztest tests::test_port_id_cmp ... ok
27982026-06-20T04:01:34.232Z
27992026-06-20T04:01:34.232Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-20T04:01:34.232Z
28012026-06-20T04:01:34.232Z Running tests/test_all.rs (target/debug/deps/test_all-6e656ab1a80b71b3)
28022026-06-20T04:01:34.232Z
28032026-06-20T04:01:34.232Zrunning 0 tests
28042026-06-20T04:01:34.232Z
28052026-06-20T04:01:34.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-20T04:01:34.232Z
28072026-06-20T04:01:34.232Z Running unittests src/lib.rs (target/debug/deps/dpd_types-50564ae1d735d297)
28082026-06-20T04:01:34.235Z
28092026-06-20T04:01:34.235Zrunning 0 tests
28102026-06-20T04:01:34.235Z
28112026-06-20T04:01:34.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-20T04:01:34.235Z
28132026-06-20T04:01:34.235Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c9a61d9475945e83)
28142026-06-20T04:01:34.235Z
28152026-06-20T04:01:34.235Zrunning 0 tests
28162026-06-20T04:01:34.235Z
28172026-06-20T04:01:34.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-06-20T04:01:34.236Z
28192026-06-20T04:01:34.236Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
28202026-06-20T04:01:34.239Z
28212026-06-20T04:01:34.240Zrunning 12 tests
28222026-06-20T04:01:34.240Ztest icmp::test_v6_checksum ... ok
28232026-06-20T04:01:34.240Ztest lldp::test_lldp_parse ... ok
28242026-06-20T04:01:34.240Ztest icmp::test_v4_checksum ... ok
28252026-06-20T04:01:34.240Ztest pbuf::test_byte ... ok
28262026-06-20T04:01:34.240Ztest ipv6::test_ipv6_parse ... ok
28272026-06-20T04:01:34.240Ztest pbuf::test_nibble ... ok
28282026-06-20T04:01:34.240Ztest pbuf::test_short ... ok
28292026-06-20T04:01:34.240Ztest pbuf::test_overflow ... ok
28302026-06-20T04:01:34.240Ztest pbuf::test_twelve ... ok
28312026-06-20T04:01:34.240Ztest pbuf::test_word ... ok
28322026-06-20T04:01:34.240Ztest tcp::test_checksum_ack_data ... ok
28332026-06-20T04:01:34.240Ztest tcp::test_checksum_syn_nodata ... ok
28342026-06-20T04:01:34.240Z
28352026-06-20T04:01:34.240Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-20T04:01:34.240Z
28372026-06-20T04:01:34.240Z Running unittests src/lib.rs (target/debug/deps/pcap-4c578c12ddbd8728)
28382026-06-20T04:01:34.243Z
28392026-06-20T04:01:34.243Zrunning 0 tests
28402026-06-20T04:01:34.243Z
28412026-06-20T04:01:34.243Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-06-20T04:01:34.243Z
28432026-06-20T04:01:34.243Z Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54)
28442026-06-20T04:01:34.243Z
28452026-06-20T04:01:34.243Zrunning 5 tests
28462026-06-20T04:01:34.243Ztest switchport::test::test_compute_lanes ... ok
28472026-06-20T04:01:34.243Ztest switchport::test::port_id_ordering ... ok
28482026-06-20T04:01:34.247Z Lane 0 Lane 0Lane 1 Lane 2 Lane 1Lane 3
28492026-06-20T04:01:34.247ZLane 2 Rx Loss-of-lock: YesLane 3
28502026-06-20T04:01:34.247ZYes State: ActivatedYes ActivatedYes
28512026-06-20T04:01:34.247ZActivated Rx Loss-of-signal: Yes Activated
28522026-06-20T04:01:34.247ZYes Rx Output Enabled: falseYes falseYes
28532026-06-20T04:01:34.247Z Rx CDR Enabled: Yesfalse Yesfalse
28542026-06-20T04:01:34.247ZYes Rx Output Status: validYes
28552026-06-20T04:01:34.247Z Tx Enabled: Yes validYes validYes Yesvalid
28562026-06-20T04:01:34.247Z
28572026-06-20T04:01:34.247Z Tx Loss-of-lock: No Rx Loss-of-lock: trueNo trueNo trueNo
28582026-06-20T04:01:34.247Ztrue
28592026-06-20T04:01:34.247Z Tx Loss-of-signal: No Rx Loss-of-signal: false No false Nofalse Nofalse
28602026-06-20T04:01:34.247Z
28612026-06-20T04:01:34.247Z Tx CDR Enabled: No Rx Auto-squelch Disable: true No Notrue No
28622026-06-20T04:01:34.247Ztrue Tx Adaptive EQ Fault: Notrue
28632026-06-20T04:01:34.247ZNo Tx Output Enabled: true No true No
28642026-06-20T04:01:34.247Ztrue true Tx Fault: Yes
28652026-06-20T04:01:34.247Z Tx Output Status: invalidYes invalidYes Yes
28662026-06-20T04:01:34.247Zinvalid invalid
28672026-06-20T04:01:34.247Z Tx Loss-of-lock: false false false false
28682026-06-20T04:01:34.247Z Tx Loss-of-signal: true true true true
28692026-06-20T04:01:34.249ZTx Auto-squelch Disable: false false false false
28702026-06-20T04:01:34.249Z Tx Adaptive EQ Fail: true true true true
28712026-06-20T04:01:34.249Z Tx Failure: false false false false
28722026-06-20T04:01:34.249Z Tx Force Squelch: true true true true
28732026-06-20T04:01:34.249Z Tx Input Polarity: normal normal normal normal
28742026-06-20T04:01:34.249Ztest switchport::test::test_print_sff_datapath ... ok
28752026-06-20T04:01:34.249Ztest switchport::test::test_print_cmis_datapath ... ok
28762026-06-20T04:01:34.249Ztest link::test_filter ... ok
28772026-06-20T04:01:34.249Z
28782026-06-20T04:01:34.249Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-06-20T04:01:34.249Z
28802026-06-20T04:01:34.249Z Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a)
28812026-06-20T04:01:34.249Z
28822026-06-20T04:01:34.249Zrunning 1 test
28832026-06-20T04:01:34.249Ztest test_p4_counter_list ... ignored
28842026-06-20T04:01:34.249Z
28852026-06-20T04:01:34.249Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-06-20T04:01:34.249Z
28872026-06-20T04:01:34.249Z Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414)
28882026-06-20T04:01:34.252Z
28892026-06-20T04:01:34.252Zrunning 5 tests
28902026-06-20T04:01:34.253Ztest test_an ... ignored
28912026-06-20T04:01:34.253Ztest test_enable ... ignored
28922026-06-20T04:01:34.253Ztest test_ip_addresses ... ignored
28932026-06-20T04:01:34.253Ztest test_kr ... ignored
28942026-06-20T04:01:34.253Ztest test_mac ... ignored
28952026-06-20T04:01:34.253Z
28962026-06-20T04:01:34.253Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-20T04:01:34.253Z
28982026-06-20T04:01:34.253Z Running unittests src/main.rs (target/debug/deps/tfportd-6768dab9a54fd19a)
28992026-06-20T04:01:34.256Z
29002026-06-20T04:01:34.256Zrunning 3 tests
29012026-06-20T04:01:34.256Ztest linklocal::test_parse_ipadm ... ok
29022026-06-20T04:01:34.256Ztest tfport::test_parse_tfport ... ok
29032026-06-20T04:01:34.256Ztest config::tests::test_updates ... ok
29042026-06-20T04:01:34.256Z
29052026-06-20T04:01:34.256Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-20T04:01:34.256Z
29072026-06-20T04:01:34.256Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
29082026-06-20T04:01:34.256Z
29092026-06-20T04:01:34.256Zrunning 0 tests
29102026-06-20T04:01:34.256Z
29112026-06-20T04:01:34.256Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-20T04:01:34.256Z
29132026-06-20T04:01:34.256Z Running unittests src/main.rs (target/debug/deps/xtask-b3c3f9f1cb7d2d07)
29142026-06-20T04:01:34.259Z
29152026-06-20T04:01:34.259Zrunning 0 tests
29162026-06-20T04:01:34.259Z
29172026-06-20T04:01:34.259Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-20T04:01:34.259Z
29192026-06-20T04:01:34.259Z Doc-tests aal
29202026-06-20T04:01:34.386Z
29212026-06-20T04:01:34.388Zrunning 0 tests
29222026-06-20T04:01:34.388Z
29232026-06-20T04:01:34.388Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-20T04:01:34.388Z
29252026-06-20T04:01:34.403Z Doc-tests aal_macros
29262026-06-20T04:01:34.472Z
29272026-06-20T04:01:34.472Zrunning 0 tests
29282026-06-20T04:01:34.472Z
29292026-06-20T04:01:34.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-20T04:01:34.472Z
29312026-06-20T04:01:34.485Z Doc-tests common
29322026-06-20T04:01:34.723Z
29332026-06-20T04:01:34.723Zrunning 0 tests
29342026-06-20T04:01:34.723Z
29352026-06-20T04:01:34.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29362026-06-20T04:01:34.723Z
29372026-06-20T04:01:34.745Z Doc-tests dpd_api
29382026-06-20T04:01:35.504Z
29392026-06-20T04:01:35.504Zrunning 2 tests
29402026-06-20T04:01:35.504Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29412026-06-20T04:01:35.504Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29422026-06-20T04:01:35.504Z
29432026-06-20T04:01:35.504Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-20T04:01:35.504Z
29452026-06-20T04:01:35.538Z Doc-tests dpd_client
29462026-06-20T04:01:36.827Z
29472026-06-20T04:01:36.827Zrunning 0 tests
29482026-06-20T04:01:36.827Z
29492026-06-20T04:01:36.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-20T04:01:36.827Z
29512026-06-20T04:01:36.878Z Doc-tests dpd_types
29522026-06-20T04:01:37.094Z
29532026-06-20T04:01:37.094Zrunning 0 tests
29542026-06-20T04:01:37.094Z
29552026-06-20T04:01:37.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29562026-06-20T04:01:37.094Z
29572026-06-20T04:01:37.122Z Doc-tests dpd_types_versions
29582026-06-20T04:01:38.343Z
29592026-06-20T04:01:38.343Zrunning 1 test
29602026-06-20T04:01:38.343Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29612026-06-20T04:01:38.343Z
29622026-06-20T04:01:38.343Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-20T04:01:38.343Z
29642026-06-20T04:01:38.390Z Doc-tests packet
29652026-06-20T04:01:38.506Z
29662026-06-20T04:01:38.506Zrunning 0 tests
29672026-06-20T04:01:38.506Z
29682026-06-20T04:01:38.506Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-20T04:01:38.506Z
29702026-06-20T04:01:38.524Z Doc-tests pcap
29712026-06-20T04:01:38.580Z
29722026-06-20T04:01:38.580Zrunning 0 tests
29732026-06-20T04:01:38.580Z
29742026-06-20T04:01:38.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29752026-06-20T04:01:38.580Z
29762026-06-20T04:01:38.631Z+ for feat in tofino_stub tofino_asic softnpu chaos
29772026-06-20T04:01:38.631Z+ RUST_BACKTRACE=full
29782026-06-20T04:01:38.631Z+ cargo test --features softnpu --no-fail-fast
29792026-06-20T04:01:39.283Z Compiling num-integer v0.1.46
29802026-06-20T04:01:39.367Z Compiling num-complex v0.4.6
29812026-06-20T04:01:39.415Z Compiling bitstruct_derive v0.1.0
29822026-06-20T04:01:39.418Z Compiling tap v1.0.1
29832026-06-20T04:01:39.541Z Compiling wyz v0.5.1
29842026-06-20T04:01:39.669Z Compiling num-rational v0.4.2
29852026-06-20T04:01:39.701Z Compiling num-iter v0.1.45
29862026-06-20T04:01:39.736Z Compiling num-bigint v0.4.6
29872026-06-20T04:01:39.808Z Compiling radium v0.7.0
29882026-06-20T04:01:39.851Z Compiling funty v2.0.0
29892026-06-20T04:01:39.876Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29902026-06-20T04:01:39.910Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-20T04:01:40.012Z Compiling num v0.4.3
29922026-06-20T04:01:40.099Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29932026-06-20T04:01:40.122Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-20T04:01:40.133Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-20T04:01:40.195Z Compiling bitvec v1.0.1
29962026-06-20T04:01:40.258Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-06-20T04:01:40.396Z Compiling typeid v1.0.3
29982026-06-20T04:01:40.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29992026-06-20T04:01:40.521Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-20T04:01:40.526Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-20T04:01:40.562Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-20T04:01:40.867Z Compiling ascii v1.1.0
30032026-06-20T04:01:41.291Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30042026-06-20T04:01:41.358Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-20T04:01:41.443Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30062026-06-20T04:01:41.471Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30072026-06-20T04:01:41.649Z Compiling erased-serde v0.4.8
30082026-06-20T04:01:41.722Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30092026-06-20T04:01:41.825Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30102026-06-20T04:01:41.881Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30112026-06-20T04:01:42.142Z Compiling bitstruct v0.1.1
30122026-06-20T04:01:42.468Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30132026-06-20T04:01:42.480Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30142026-06-20T04:01:42.509Z Compiling serde_arrays v0.1.0
30152026-06-20T04:01:42.519Z Compiling libloading v0.7.4
30162026-06-20T04:01:42.758Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30172026-06-20T04:01:43.314Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30182026-06-20T04:01:43.540Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-06-20T04:01:43.555Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30202026-06-20T04:01:44.752Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-06-20T04:01:45.938Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30222026-06-20T04:01:51.502Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30232026-06-20T04:01:51.727Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30242026-06-20T04:01:51.730Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30252026-06-20T04:01:51.747Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-06-20T04:01:51.824Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-06-20T04:01:52.398Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30282026-06-20T04:01:53.785Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30292026-06-20T04:01:54.306Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30302026-06-20T04:01:56.890Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30312026-06-20T04:01:57.443Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30322026-06-20T04:01:58.962Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30332026-06-20T04:02:00.970Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30342026-06-20T04:02:01.125Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30352026-06-20T04:02:01.897Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30362026-06-20T04:02:09.136Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30372026-06-20T04:02:11.001Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30382026-06-20T04:02:14.505Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30392026-06-20T04:02:55.808Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30402026-06-20T04:02:55.925Z Running unittests src/lib.rs (target/debug/deps/aal-6b538e87d1701c5b)
30412026-06-20T04:02:55.928Z
30422026-06-20T04:02:55.928Zrunning 5 tests
30432026-06-20T04:02:55.931Ztest fuse::tests::chip_revision_a0 ... ok
30442026-06-20T04:02:55.931Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30452026-06-20T04:02:55.931Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30462026-06-20T04:02:55.931Ztest fuse::tests::chip_revision_b0 ... ok
30472026-06-20T04:02:55.931Ztest fuse::tests::chip_revision_b1 ... ok
30482026-06-20T04:02:55.931Z
30492026-06-20T04:02:55.932Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-20T04:02:55.932Z
30512026-06-20T04:02:55.932Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30522026-06-20T04:02:55.935Z
30532026-06-20T04:02:55.935Zrunning 0 tests
30542026-06-20T04:02:55.935Z
30552026-06-20T04:02:55.935Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-20T04:02:55.935Z
30572026-06-20T04:02:55.935Z Running unittests src/lib.rs (target/debug/deps/asic-453b3921c9f9433c)
30582026-06-20T04:02:55.938Z
30592026-06-20T04:02:55.938Zrunning 0 tests
30602026-06-20T04:02:55.938Z
30612026-06-20T04:02:55.939Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30622026-06-20T04:02:55.939Z
30632026-06-20T04:02:55.939Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
30642026-06-20T04:02:55.939Z
30652026-06-20T04:02:55.939Zrunning 10 tests
30662026-06-20T04:02:55.942Ztest nat::tests::test_vni ... ok
30672026-06-20T04:02:55.942Ztest network::tests::test_eui64 ... ok
30682026-06-20T04:02:55.942Ztest network::tests::test_equal ... ok
30692026-06-20T04:02:55.942Ztest network::tests::test_into ... ok
30702026-06-20T04:02:55.942Ztest network::tests::test_generate_ipv6_link_local ... ok
30712026-06-20T04:02:55.942Ztest network::tests::test_not_equal ... ok
30722026-06-20T04:02:55.942Ztest network::tests::test_parse ... ok
30732026-06-20T04:02:55.942Ztest network::tests::test_to_string ... ok
30742026-06-20T04:02:55.942Ztest test_purge ... ok
30752026-06-20T04:02:55.942Ztest illumos::test::address_exists_handles_missing_object ... ok
30762026-06-20T04:02:55.942Z
30772026-06-20T04:02:55.942Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30782026-06-20T04:02:55.942Z
30792026-06-20T04:02:55.943Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c64120dc7f93ee17)
30802026-06-20T04:02:55.946Z
30812026-06-20T04:02:55.946Zrunning 1 test
30822026-06-20T04:02:55.949Z -------
30832026-06-20T04:02:55.949Z Generating OpenAPI documents from API definitions ...
30842026-06-20T04:02:56.086Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30852026-06-20T04:02:56.152Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30862026-06-20T04:02:57.258Z -------
30872026-06-20T04:02:57.258Z Checking 12 OpenAPI documents...
30882026-06-20T04:02:57.258Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-20T04:02:57.258Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-20T04:02:57.258Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-20T04:02:57.258Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-20T04:02:57.262Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-20T04:02:57.262Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-20T04:02:57.264Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-20T04:02:57.264Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-20T04:02:57.264Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-20T04:02:57.264Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-06-20T04:02:57.264Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-06-20T04:02:57.264Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-06-20T04:02:57.264Z Fresh dpd "latest" symlink
31012026-06-20T04:02:57.264Z -------
31022026-06-20T04:02:57.264Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31032026-06-20T04:02:57.328Ztest test::test_apis_up_to_date ... ok
31042026-06-20T04:02:57.328Z
31052026-06-20T04:02:57.328Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
31062026-06-20T04:02:57.328Z
31072026-06-20T04:02:57.384Z Running unittests src/main.rs (target/debug/deps/dpd-79b9d68e535a966f)
31082026-06-20T04:02:57.390Z
31092026-06-20T04:02:57.390Zrunning 19 tests
31102026-06-20T04:02:57.393Ztest freemap::test_ordering ... ok
31112026-06-20T04:02:57.393Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31122026-06-20T04:02:57.393Ztest freemap::test_split ... ok
31132026-06-20T04:02:57.393Ztest config::tests::test_updates ... ok
31142026-06-20T04:02:57.393Ztest macaddrs::tests::test_mac_offset ... ok
31152026-06-20T04:02:57.393Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31162026-06-20T04:02:57.393Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31172026-06-20T04:02:57.397Ztest macaddrs::tests::test_parse_port_id ... ok
31182026-06-20T04:02:57.397Ztest nat::test_mapping ... ok
31192026-06-20T04:02:57.397Ztest port_map::tests::dump_map ... ok
31202026-06-20T04:02:57.397Ztest port_map::tests::test_backplane_group ... ok
31212026-06-20T04:02:57.397Ztest port_map::tests::test_port_map ... ok
31222026-06-20T04:02:57.397ZJun 20 04:02:55.872Jun 20 04:02:55.872 DEBGDEBG created new freemapcreated new freemap, unit:, unitfreemap_test: Jun 20 04:02:55.872freemap_test
31232026-06-20T04:02:57.397ZDEBG
31242026-06-20T04:02:57.397Z created new freemap, unit: freemap_testJun 20 04:02:55.872Jun 20 04:02:55.872
31252026-06-20T04:02:57.397Z DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunitJun 20 04:02:55.872: :DEBGfreemap_test
31262026-06-20T04:02:57.397Zinitted freemap. size: 128, unit: freemap_testJun 20 04:02:55.873
31272026-06-20T04:02:57.397Z DEBG reset freemap, Jun 20 04:02:55.873unit :DEBG freemap_test reset freemapfreemap_test,
31282026-06-20T04:02:57.397Zunit
31292026-06-20T04:02:57.397Z: freemap_test
31302026-06-20T04:02:57.397ZJun 20 04:02:55.873 DEBG reset freemap, unit: freemap_test
31312026-06-20T04:02:57.397ZJun 20 04:02:55.873 DEBG created new freemap, unit: freemap_test
31322026-06-20T04:02:57.397ZJun 20 04:02:55.873 DEBG initted freemap. size: 128, unit: freemap_test
31332026-06-20T04:02:57.397ZJun 20 04:02:55.873 DEBG reset freemap, unit: freemap_test
31342026-06-20T04:02:57.397Ztest freemap::test_free ... ok
31352026-06-20T04:02:57.397Ztest freemap::test_basic ... ok
31362026-06-20T04:02:57.398Ztest freemap::test_reclaim ... ok
31372026-06-20T04:02:57.398ZJun 20 04:02:55.873 DEBG created new freemap, unit: freemap_test
31382026-06-20T04:02:57.398ZJun 20 04:02:55.873 DEBG initted freemap. size: 128, unit: freemap_test
31392026-06-20T04:02:57.398ZJun 20 04:02:55.873 DEBG reset freemap, unit: freemap_test
31402026-06-20T04:02:57.398Ztest freemap::test_span ... ok
31412026-06-20T04:02:57.398Ztest freemap::test_exhaustion ... ok
31422026-06-20T04:02:57.398Ztest port_map::tests::parse_softnpu_revision ... ok
31432026-06-20T04:02:57.398Ztest api_server::tests::test_build_info ... ok
31442026-06-20T04:02:57.398Z
31452026-06-20T04:02:57.398Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31462026-06-20T04:02:57.398Z
31472026-06-20T04:02:57.403Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-4b95f17a0013d757)
31482026-06-20T04:02:57.403Z
31492026-06-20T04:02:57.403Zrunning 0 tests
31502026-06-20T04:02:57.403Z
31512026-06-20T04:02:57.403Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-20T04:02:57.403Z
31532026-06-20T04:02:57.403Z Running unittests src/lib.rs (target/debug/deps/dpd_api-2e3cb1687c92b2a5)
31542026-06-20T04:02:57.406Z
31552026-06-20T04:02:57.406Zrunning 0 tests
31562026-06-20T04:02:57.406Z
31572026-06-20T04:02:57.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-06-20T04:02:57.406Z
31592026-06-20T04:02:57.406Z Running unittests src/lib.rs (target/debug/deps/dpd_client-cc830114a7fae1d0)
31602026-06-20T04:02:57.406Z
31612026-06-20T04:02:57.406Zrunning 6 tests
31622026-06-20T04:02:57.407Ztest tests::test_full_lot_id_neither_present ... ok
31632026-06-20T04:02:57.407Ztest tests::test_full_lot_id_lotnum_only ... ok
31642026-06-20T04:02:57.407Ztest tests::test_full_lot_id_lot_only ... ok
31652026-06-20T04:02:57.407Ztest tests::test_full_lot_id_both_present ... ok
31662026-06-20T04:02:57.407Ztest tests::test_parse_client_port_id ... ok
31672026-06-20T04:02:57.407Ztest tests::test_port_id_cmp ... ok
31682026-06-20T04:02:57.407Z
31692026-06-20T04:02:57.407Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-20T04:02:57.407Z
31712026-06-20T04:02:57.407Z Running tests/test_all.rs (target/debug/deps/test_all-53a35b7835ab1b91)
31722026-06-20T04:02:57.411Z
31732026-06-20T04:02:57.411Zrunning 0 tests
31742026-06-20T04:02:57.411Z
31752026-06-20T04:02:57.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-20T04:02:57.411Z
31772026-06-20T04:02:57.411Z Running unittests src/lib.rs (target/debug/deps/dpd_types-d73be0e61caf7d29)
31782026-06-20T04:02:57.411Z
31792026-06-20T04:02:57.411Zrunning 0 tests
31802026-06-20T04:02:57.411Z
31812026-06-20T04:02:57.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-20T04:02:57.411Z
31832026-06-20T04:02:57.416Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-95d4de7a4422cbce)
31842026-06-20T04:02:57.417Z
31852026-06-20T04:02:57.417Zrunning 0 tests
31862026-06-20T04:02:57.417Z
31872026-06-20T04:02:57.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-06-20T04:02:57.417Z
31892026-06-20T04:02:57.417Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
31902026-06-20T04:02:57.420Z
31912026-06-20T04:02:57.420Zrunning 12 tests
31922026-06-20T04:02:57.420Ztest icmp::test_v6_checksum ... ok
31932026-06-20T04:02:57.421Ztest icmp::test_v4_checksum ... ok
31942026-06-20T04:02:57.421Ztest lldp::test_lldp_parse ... ok
31952026-06-20T04:02:57.421Ztest pbuf::test_byte ... ok
31962026-06-20T04:02:57.421Ztest ipv6::test_ipv6_parse ... ok
31972026-06-20T04:02:57.421Ztest pbuf::test_nibble ... ok
31982026-06-20T04:02:57.421Ztest pbuf::test_overflow ... ok
31992026-06-20T04:02:57.421Ztest pbuf::test_short ... ok
32002026-06-20T04:02:57.421Ztest pbuf::test_twelve ... ok
32012026-06-20T04:02:57.421Ztest pbuf::test_word ... ok
32022026-06-20T04:02:57.421Ztest tcp::test_checksum_ack_data ... ok
32032026-06-20T04:02:57.421Ztest tcp::test_checksum_syn_nodata ... ok
32042026-06-20T04:02:57.422Z
32052026-06-20T04:02:57.422Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-20T04:02:57.422Z
32072026-06-20T04:02:57.422Z Running unittests src/lib.rs (target/debug/deps/pcap-4c578c12ddbd8728)
32082026-06-20T04:02:57.422Z
32092026-06-20T04:02:57.422Zrunning 0 tests
32102026-06-20T04:02:57.422Z
32112026-06-20T04:02:57.422Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-06-20T04:02:57.422Z
32132026-06-20T04:02:57.422Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
32142026-06-20T04:02:57.426Z
32152026-06-20T04:02:57.426Zrunning 5 tests
32162026-06-20T04:02:57.430Ztest switchport::test::test_compute_lanes ... ok
32172026-06-20T04:02:57.433Ztest switchport::test::port_id_ordering ... ok
32182026-06-20T04:02:57.433Ztest link::test_filter ... ok
32192026-06-20T04:02:57.433Z Lane 0 Lane 1 Lane 2 Lane 3
32202026-06-20T04:02:57.433Z Rx Loss-of-lock: Yes Yes Yes Yes
32212026-06-20T04:02:57.433Z Rx Loss-of-signal: Yes Yes Yes Yes
32222026-06-20T04:02:57.433Z Rx CDR Enabled: Yes Yes Yes Yes
32232026-06-20T04:02:57.433Z Tx Enabled: Yes Yes Lane 0Yes Yes
32242026-06-20T04:02:57.433ZLane 1 Tx Loss-of-lock: No Lane 2 No Lane 3No
32252026-06-20T04:02:57.433ZNo
32262026-06-20T04:02:57.433Z State: Activated Tx Loss-of-signal: No ActivatedNo ActivatedNo ActivatedNo
32272026-06-20T04:02:57.433Z
32282026-06-20T04:02:57.433Z Rx Output Enabled: false Tx CDR Enabled: No false No false falseNo
32292026-06-20T04:02:57.433Z No Rx Output Status: valid
32302026-06-20T04:02:57.433Z Tx Adaptive EQ Fault: Novalid Novalid Novalid
32312026-06-20T04:02:57.434Z No
32322026-06-20T04:02:57.434Z Rx Loss-of-lock: true Tx Fault: Yestrue true Yes true
32332026-06-20T04:02:57.434ZYes Yes Rx Loss-of-signal: false
32342026-06-20T04:02:57.434Z false false false
32352026-06-20T04:02:57.434ZRx Auto-squelch Disable: true true true true
32362026-06-20T04:02:57.434Z Tx Output Enabled: true true true true
32372026-06-20T04:02:57.434Z Tx Output Status: invalid invalid invalid invalid
32382026-06-20T04:02:57.434Z Tx Loss-of-lock: false false false false
32392026-06-20T04:02:57.434Z Tx Loss-of-signal: true true true true
32402026-06-20T04:02:57.434ZTx Auto-squelch Disable: false false false false
32412026-06-20T04:02:57.434Z Tx Adaptive EQ Fail: true true true true
32422026-06-20T04:02:57.434Z Tx Failure: false false false false
32432026-06-20T04:02:57.434Z Tx Force Squelch: true true true true
32442026-06-20T04:02:57.434Z Tx Input Polarity: normal normal normal normal
32452026-06-20T04:02:57.434Ztest switchport::test::test_print_cmis_datapath ... ok
32462026-06-20T04:02:57.435Ztest switchport::test::test_print_sff_datapath ... ok
32472026-06-20T04:02:57.435Z
32482026-06-20T04:02:57.435Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32492026-06-20T04:02:57.435Z
32502026-06-20T04:02:57.438Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
32512026-06-20T04:02:57.441Z
32522026-06-20T04:02:57.441Zrunning 1 test
32532026-06-20T04:02:57.441Ztest test_p4_counter_list ... ignored
32542026-06-20T04:02:57.441Z
32552026-06-20T04:02:57.441Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-06-20T04:02:57.441Z
32572026-06-20T04:02:57.441Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
32582026-06-20T04:02:57.446Z
32592026-06-20T04:02:57.446Zrunning 5 tests
32602026-06-20T04:02:57.449Ztest test_an ... ignored
32612026-06-20T04:02:57.449Ztest test_enable ... ignored
32622026-06-20T04:02:57.449Ztest test_ip_addresses ... ignored
32632026-06-20T04:02:57.449Ztest test_kr ... ignored
32642026-06-20T04:02:57.449Ztest test_mac ... ignored
32652026-06-20T04:02:57.449Z
32662026-06-20T04:02:57.449Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-20T04:02:57.449Z
32682026-06-20T04:02:57.449Z Running unittests src/main.rs (target/debug/deps/tfportd-0d19ac8b06f0fed0)
32692026-06-20T04:02:57.452Z
32702026-06-20T04:02:57.452Zrunning 3 tests
32712026-06-20T04:02:57.455Ztest linklocal::test_parse_ipadm ... ok
32722026-06-20T04:02:57.455Ztest tfport::test_parse_tfport ... ok
32732026-06-20T04:02:57.455Ztest config::tests::test_updates ... ok
32742026-06-20T04:02:57.456Z
32752026-06-20T04:02:57.456Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-20T04:02:57.456Z
32772026-06-20T04:02:57.456Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
32782026-06-20T04:02:57.456Z
32792026-06-20T04:02:57.456Zrunning 0 tests
32802026-06-20T04:02:57.456Z
32812026-06-20T04:02:57.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-20T04:02:57.456Z
32832026-06-20T04:02:57.456Z Running unittests src/main.rs (target/debug/deps/xtask-b3c3f9f1cb7d2d07)
32842026-06-20T04:02:57.459Z
32852026-06-20T04:02:57.459Zrunning 0 tests
32862026-06-20T04:02:57.459Z
32872026-06-20T04:02:57.459Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-20T04:02:57.459Z
32892026-06-20T04:02:57.459Z Doc-tests aal
32902026-06-20T04:02:57.584Z
32912026-06-20T04:02:57.584Zrunning 0 tests
32922026-06-20T04:02:57.584Z
32932026-06-20T04:02:57.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-20T04:02:57.587Z
32952026-06-20T04:02:57.602Z Doc-tests aal_macros
32962026-06-20T04:02:57.673Z
32972026-06-20T04:02:57.673Zrunning 0 tests
32982026-06-20T04:02:57.673Z
32992026-06-20T04:02:57.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-20T04:02:57.673Z
33012026-06-20T04:02:57.688Z Doc-tests common
33022026-06-20T04:02:57.925Z
33032026-06-20T04:02:57.925Zrunning 0 tests
33042026-06-20T04:02:57.925Z
33052026-06-20T04:02:57.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33062026-06-20T04:02:57.925Z
33072026-06-20T04:02:57.948Z Doc-tests dpd_api
33082026-06-20T04:02:58.712Z
33092026-06-20T04:02:58.712Zrunning 2 tests
33102026-06-20T04:02:58.712Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33112026-06-20T04:02:58.712Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33122026-06-20T04:02:58.712Z
33132026-06-20T04:02:58.712Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-20T04:02:58.712Z
33152026-06-20T04:02:58.745Z Doc-tests dpd_client
33162026-06-20T04:03:00.043Z
33172026-06-20T04:03:00.043Zrunning 0 tests
33182026-06-20T04:03:00.043Z
33192026-06-20T04:03:00.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-20T04:03:00.043Z
33212026-06-20T04:03:00.089Z Doc-tests dpd_types
33222026-06-20T04:03:00.304Z
33232026-06-20T04:03:00.304Zrunning 0 tests
33242026-06-20T04:03:00.304Z
33252026-06-20T04:03:00.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-06-20T04:03:00.304Z
33272026-06-20T04:03:00.334Z Doc-tests dpd_types_versions
33282026-06-20T04:03:01.554Z
33292026-06-20T04:03:01.554Zrunning 1 test
33302026-06-20T04:03:01.554Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33312026-06-20T04:03:01.555Z
33322026-06-20T04:03:01.555Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-20T04:03:01.555Z
33342026-06-20T04:03:01.602Z Doc-tests packet
33352026-06-20T04:03:01.717Z
33362026-06-20T04:03:01.718Zrunning 0 tests
33372026-06-20T04:03:01.718Z
33382026-06-20T04:03:01.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-20T04:03:01.718Z
33402026-06-20T04:03:01.734Z Doc-tests pcap
33412026-06-20T04:03:01.788Z
33422026-06-20T04:03:01.788Zrunning 0 tests
33432026-06-20T04:03:01.788Z
33442026-06-20T04:03:01.788Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-06-20T04:03:01.788Z
33462026-06-20T04:03:01.842Z+ for feat in tofino_stub tofino_asic softnpu chaos
33472026-06-20T04:03:01.842Z+ RUST_BACKTRACE=full
33482026-06-20T04:03:01.842Z+ cargo test --features chaos --no-fail-fast
33492026-06-20T04:03:02.449Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33502026-06-20T04:03:02.526Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33512026-06-20T04:03:02.538Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33522026-06-20T04:03:10.787Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33532026-06-20T04:03:11.000Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33542026-06-20T04:03:45.443Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.59s
33552026-06-20T04:03:45.559Z Running unittests src/lib.rs (target/debug/deps/aal-2db7e086e0929529)
33562026-06-20T04:03:45.564Z
33572026-06-20T04:03:45.564Zrunning 5 tests
33582026-06-20T04:03:45.567Ztest fuse::tests::chip_revision_a0 ... ok
33592026-06-20T04:03:45.567Ztest fuse::tests::chip_revision_b0 ... ok
33602026-06-20T04:03:45.567Ztest fuse::tests::chip_revision_b1 ... ok
33612026-06-20T04:03:45.567Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33622026-06-20T04:03:45.567Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33632026-06-20T04:03:45.567Z
33642026-06-20T04:03:45.567Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-20T04:03:45.568Z
33662026-06-20T04:03:45.568Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33672026-06-20T04:03:45.570Z
33682026-06-20T04:03:45.570Zrunning 0 tests
33692026-06-20T04:03:45.570Z
33702026-06-20T04:03:45.570Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-20T04:03:45.570Z
33722026-06-20T04:03:45.573Z Running unittests src/lib.rs (target/debug/deps/asic-06a8803e2bbd8ac0)
33732026-06-20T04:03:45.576Z
33742026-06-20T04:03:45.576Zrunning 0 tests
33752026-06-20T04:03:45.576Z
33762026-06-20T04:03:45.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33772026-06-20T04:03:45.576Z
33782026-06-20T04:03:45.576Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
33792026-06-20T04:03:45.582Z
33802026-06-20T04:03:45.582Zrunning 10 tests
33812026-06-20T04:03:45.585Ztest network::tests::test_equal ... ok
33822026-06-20T04:03:45.585Ztest network::tests::test_eui64 ... ok
33832026-06-20T04:03:45.585Ztest nat::tests::test_vni ... ok
33842026-06-20T04:03:45.586Ztest network::tests::test_not_equal ... ok
33852026-06-20T04:03:45.586Ztest network::tests::test_into ... ok
33862026-06-20T04:03:45.586Ztest network::tests::test_generate_ipv6_link_local ... ok
33872026-06-20T04:03:45.586Ztest network::tests::test_to_string ... ok
33882026-06-20T04:03:45.588Ztest network::tests::test_parse ... ok
33892026-06-20T04:03:45.588Ztest test_purge ... ok
33902026-06-20T04:03:45.591Ztest illumos::test::address_exists_handles_missing_object ... ok
33912026-06-20T04:03:45.591Z
33922026-06-20T04:03:45.591Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33932026-06-20T04:03:45.591Z
33942026-06-20T04:03:45.591Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-523625f3b9942ce8)
33952026-06-20T04:03:45.619Z
33962026-06-20T04:03:45.619Zrunning 1 test
33972026-06-20T04:03:45.622Z -------
33982026-06-20T04:03:45.625Z Generating OpenAPI documents from API definitions ...
33992026-06-20T04:03:45.781Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34002026-06-20T04:03:45.849Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34012026-06-20T04:03:46.876Z -------
34022026-06-20T04:03:46.876Z Checking 12 OpenAPI documents...
34032026-06-20T04:03:46.876Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-20T04:03:46.876Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-20T04:03:46.880Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-20T04:03:46.880Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-20T04:03:46.880Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-20T04:03:46.880Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-20T04:03:46.880Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-20T04:03:46.880Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-20T04:03:46.880Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-20T04:03:46.880Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34132026-06-20T04:03:46.880Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34142026-06-20T04:03:46.880Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34152026-06-20T04:03:46.880Z Fresh dpd "latest" symlink
34162026-06-20T04:03:46.880Z -------
34172026-06-20T04:03:46.880Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34182026-06-20T04:03:46.941Ztest test::test_apis_up_to_date ... ok
34192026-06-20T04:03:46.941Z
34202026-06-20T04:03:46.941Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
34212026-06-20T04:03:46.941Z
34222026-06-20T04:03:47.003Z Running unittests src/main.rs (target/debug/deps/dpd-133be21b792b8eb3)
34232026-06-20T04:03:47.009Z
34242026-06-20T04:03:47.009Zrunning 19 tests
34252026-06-20T04:03:47.012Ztest freemap::test_ordering ... ok
34262026-06-20T04:03:47.012Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34272026-06-20T04:03:47.013Ztest freemap::test_split ... ok
34282026-06-20T04:03:47.013Ztest config::tests::test_updates ... ok
34292026-06-20T04:03:47.013Ztest macaddrs::tests::test_mac_offset ... ok
34302026-06-20T04:03:47.013Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34312026-06-20T04:03:47.013Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34322026-06-20T04:03:47.014Ztest macaddrs::tests::test_parse_port_id ... ok
34332026-06-20T04:03:47.017Ztest nat::test_mapping ... ok
34342026-06-20T04:03:47.017Ztest port_map::tests::dump_map ... ok
34352026-06-20T04:03:47.017Ztest port_map::tests::test_backplane_group ... ok
34362026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG created new freemap, unit: freemap_test
34372026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG initted freemap. size: 128, unit: freemap_test
34382026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG reset freemap, unit: freemap_test
34392026-06-20T04:03:47.017Ztest port_map::tests::test_port_map ... ok
34402026-06-20T04:03:47.017Ztest freemap::test_basic ... ok
34412026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG created new freemap, unit: freemap_test
34422026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG initted freemap. size: 128, unit: freemap_test
34432026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG reset freemap, unit: freemap_test
34442026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG created new freemap, unit: freemap_test
34452026-06-20T04:03:47.017Ztest freemap::test_exhaustion ... ok
34462026-06-20T04:03:47.017ZJun 20 04:03:45.491 DEBG initted freemap. size: 128, unit: freemap_test
34472026-06-20T04:03:47.017ZJun 20 04:03:45.491Jun 20 04:03:45.491 DEBG reset freemap, unit: freemap_test
34482026-06-20T04:03:47.018Z DEBG created new freemap, unit: freemap_test
34492026-06-20T04:03:47.018ZJun 20 04:03:45.491 DEBG initted freemap. size: 128, unit: freemap_test
34502026-06-20T04:03:47.018ZJun 20 04:03:45.491 DEBG reset freemap, unit: freemap_test
34512026-06-20T04:03:47.018Ztest freemap::test_reclaim ... ok
34522026-06-20T04:03:47.018Ztest freemap::test_free ... ok
34532026-06-20T04:03:47.018ZJun 20 04:03:45.492 DEBG created new freemap, unit: freemap_test
34542026-06-20T04:03:47.018ZJun 20 04:03:45.492 DEBG initted freemap. size: 128, unit: freemap_test
34552026-06-20T04:03:47.018ZJun 20 04:03:45.492 DEBG reset freemap, unit: freemap_test
34562026-06-20T04:03:47.018Ztest freemap::test_span ... ok
34572026-06-20T04:03:47.018Ztest port_map::tests::parse_softnpu_revision ... ok
34582026-06-20T04:03:47.018Ztest api_server::tests::test_build_info ... ok
34592026-06-20T04:03:47.018Z
34602026-06-20T04:03:47.018Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34612026-06-20T04:03:47.018Z
34622026-06-20T04:03:47.021Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-a7c54872bc160f47)
34632026-06-20T04:03:47.024Z
34642026-06-20T04:03:47.024Zrunning 0 tests
34652026-06-20T04:03:47.024Z
34662026-06-20T04:03:47.024Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-20T04:03:47.024Z
34682026-06-20T04:03:47.024Z Running unittests src/lib.rs (target/debug/deps/dpd_api-18ca513064bf4528)
34692026-06-20T04:03:47.029Z
34702026-06-20T04:03:47.029Zrunning 0 tests
34712026-06-20T04:03:47.029Z
34722026-06-20T04:03:47.032Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-06-20T04:03:47.032Z
34742026-06-20T04:03:47.033Z Running unittests src/lib.rs (target/debug/deps/dpd_client-6d19e0fa45bd1a03)
34752026-06-20T04:03:47.041Z
34762026-06-20T04:03:47.041Zrunning 6 tests
34772026-06-20T04:03:47.044Ztest tests::test_full_lot_id_neither_present ... ok
34782026-06-20T04:03:47.044Ztest tests::test_full_lot_id_both_present ... ok
34792026-06-20T04:03:47.044Ztest tests::test_full_lot_id_lot_only ... ok
34802026-06-20T04:03:47.044Ztest tests::test_full_lot_id_lotnum_only ... ok
34812026-06-20T04:03:47.048Ztest tests::test_parse_client_port_id ... ok
34822026-06-20T04:03:47.048Ztest tests::test_port_id_cmp ... ok
34832026-06-20T04:03:47.048Z
34842026-06-20T04:03:47.048Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34852026-06-20T04:03:47.048Z
34862026-06-20T04:03:47.048Z Running tests/test_all.rs (target/debug/deps/test_all-61227c9e87710a39)
34872026-06-20T04:03:47.051Z
34882026-06-20T04:03:47.051Zrunning 6 tests
34892026-06-20T04:03:50.059Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34902026-06-20T04:03:50.063Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34912026-06-20T04:03:50.063Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34922026-06-20T04:03:50.068Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34932026-06-20T04:03:50.399Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34942026-06-20T04:03:51.439Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34952026-06-20T04:03:51.440Z
34962026-06-20T04:03:51.440Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.39s
34972026-06-20T04:03:51.440Z
34982026-06-20T04:03:51.446Z Running unittests src/lib.rs (target/debug/deps/dpd_types-50564ae1d735d297)
34992026-06-20T04:03:51.451Z
35002026-06-20T04:03:51.451Zrunning 0 tests
35012026-06-20T04:03:51.451Z
35022026-06-20T04:03:51.454Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-20T04:03:51.455Z
35042026-06-20T04:03:51.455Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c9a61d9475945e83)
35052026-06-20T04:03:51.457Z
35062026-06-20T04:03:51.458Zrunning 0 tests
35072026-06-20T04:03:51.458Z
35082026-06-20T04:03:51.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35092026-06-20T04:03:51.458Z
35102026-06-20T04:03:51.458Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
35112026-06-20T04:03:51.463Z
35122026-06-20T04:03:51.463Zrunning 12 tests
35132026-06-20T04:03:51.466Ztest lldp::test_lldp_parse ... ok
35142026-06-20T04:03:51.466Ztest icmp::test_v4_checksum ... ok
35152026-06-20T04:03:51.466Ztest icmp::test_v6_checksum ... ok
35162026-06-20T04:03:51.466Ztest ipv6::test_ipv6_parse ... ok
35172026-06-20T04:03:51.466Ztest pbuf::test_byte ... ok
35182026-06-20T04:03:51.466Ztest pbuf::test_nibble ... ok
35192026-06-20T04:03:51.466Ztest pbuf::test_short ... ok
35202026-06-20T04:03:51.466Ztest pbuf::test_overflow ... ok
35212026-06-20T04:03:51.467Ztest pbuf::test_twelve ... ok
35222026-06-20T04:03:51.467Ztest pbuf::test_word ... ok
35232026-06-20T04:03:51.467Ztest tcp::test_checksum_ack_data ... ok
35242026-06-20T04:03:51.467Ztest tcp::test_checksum_syn_nodata ... ok
35252026-06-20T04:03:51.467Z
35262026-06-20T04:03:51.467Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-20T04:03:51.467Z
35282026-06-20T04:03:51.467Z Running unittests src/lib.rs (target/debug/deps/pcap-4c578c12ddbd8728)
35292026-06-20T04:03:51.470Z
35302026-06-20T04:03:51.470Zrunning 0 tests
35312026-06-20T04:03:51.470Z
35322026-06-20T04:03:51.470Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35332026-06-20T04:03:51.470Z
35342026-06-20T04:03:51.473Z Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74)
35352026-06-20T04:03:51.473Z
35362026-06-20T04:03:51.473Zrunning 5 tests
35372026-06-20T04:03:51.476Ztest switchport::test::test_compute_lanes ... ok
35382026-06-20T04:03:51.476Ztest switchport::test::port_id_ordering ... ok
35392026-06-20T04:03:51.476Z Lane 0 Lane 0 Lane 1 Lane 2 Lane 3Lane 1
35402026-06-20T04:03:51.476Z State: Activated Lane 2Activated Activated Lane 3Activated
35412026-06-20T04:03:51.476Z
35422026-06-20T04:03:51.476Z Rx Loss-of-lock: Yes Rx Output Enabled: false Yesfalse falseYes falseYes
35432026-06-20T04:03:51.476Z
35442026-06-20T04:03:51.476Z Rx Output Status: valid Rx Loss-of-signal: Yesvalid Yesvalid valid
35452026-06-20T04:03:51.476ZYes Rx Loss-of-lock: true Yes
35462026-06-20T04:03:51.476Ztrue true true Rx CDR Enabled: Yes
35472026-06-20T04:03:51.476ZYes Rx Loss-of-signal: false false Yesfalse Yesfalse
35482026-06-20T04:03:51.476Z
35492026-06-20T04:03:51.478ZRx Auto-squelch Disable: true Tx Enabled: Yes trueYes true true
35502026-06-20T04:03:51.478ZYes Tx Output Enabled: trueYes
35512026-06-20T04:03:51.478Ztrue Tx Loss-of-lock: Notrue true
35522026-06-20T04:03:51.478ZNo Tx Output Status: invalid No invalidNo
35532026-06-20T04:03:51.478Zinvalid invalid Tx Loss-of-signal: No
35542026-06-20T04:03:51.478Z Tx Loss-of-lock: false Nofalse falseNo false
35552026-06-20T04:03:51.478ZNo
35562026-06-20T04:03:51.478Z Tx Loss-of-signal: true Tx CDR Enabled: Notrue Notrue true
35572026-06-20T04:03:51.478Z Tx Auto-squelch Disable: false Nofalse No
35582026-06-20T04:03:51.478Zfalse false Tx Adaptive EQ Fault: No
35592026-06-20T04:03:51.478Z Tx Adaptive EQ Fail: true Notrue Notrue true
35602026-06-20T04:03:51.478ZNo Tx Failure: false
35612026-06-20T04:03:51.478Z false Tx Fault: Yesfalse false
35622026-06-20T04:03:51.478ZYes Tx Force Squelch: trueYes Yes
35632026-06-20T04:03:51.478Ztrue true true
35642026-06-20T04:03:51.478Z Tx Input Polarity: normal normal normal normal
35652026-06-20T04:03:51.478Ztest switchport::test::test_print_sff_datapath ... ok
35662026-06-20T04:03:51.478Ztest switchport::test::test_print_cmis_datapath ... ok
35672026-06-20T04:03:51.478Ztest link::test_filter ... ok
35682026-06-20T04:03:51.478Z
35692026-06-20T04:03:51.478Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35702026-06-20T04:03:51.478Z
35712026-06-20T04:03:51.478Z Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491)
35722026-06-20T04:03:51.481Z
35732026-06-20T04:03:51.482Zrunning 1 test
35742026-06-20T04:03:51.482Ztest test_p4_counter_list ... ignored
35752026-06-20T04:03:51.482Z
35762026-06-20T04:03:51.482Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-06-20T04:03:51.482Z
35782026-06-20T04:03:51.482Z Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d)
35792026-06-20T04:03:51.485Z
35802026-06-20T04:03:51.485Zrunning 5 tests
35812026-06-20T04:03:51.485Ztest test_an ... ignored
35822026-06-20T04:03:51.485Ztest test_enable ... ignored
35832026-06-20T04:03:51.485Ztest test_ip_addresses ... ignored
35842026-06-20T04:03:51.485Ztest test_kr ... ignored
35852026-06-20T04:03:51.485Ztest test_mac ... ignored
35862026-06-20T04:03:51.485Z
35872026-06-20T04:03:51.485Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-20T04:03:51.485Z
35892026-06-20T04:03:51.488Z Running unittests src/main.rs (target/debug/deps/tfportd-ec4cbf72109153b9)
35902026-06-20T04:03:51.491Z
35912026-06-20T04:03:51.491Zrunning 3 tests
35922026-06-20T04:03:51.493Ztest linklocal::test_parse_ipadm ... ok
35932026-06-20T04:03:51.493Ztest tfport::test_parse_tfport ... ok
35942026-06-20T04:03:51.493Ztest config::tests::test_updates ... ok
35952026-06-20T04:03:51.493Z
35962026-06-20T04:03:51.494Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-20T04:03:51.494Z
35982026-06-20T04:03:51.494Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
35992026-06-20T04:03:51.497Z
36002026-06-20T04:03:51.497Zrunning 0 tests
36012026-06-20T04:03:51.497Z
36022026-06-20T04:03:51.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-20T04:03:51.500Z
36042026-06-20T04:03:51.500Z Running unittests src/main.rs (target/debug/deps/xtask-b3c3f9f1cb7d2d07)
36052026-06-20T04:03:51.503Z
36062026-06-20T04:03:51.503Zrunning 0 tests
36072026-06-20T04:03:51.503Z
36082026-06-20T04:03:51.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-20T04:03:51.503Z
36102026-06-20T04:03:51.503Z Doc-tests aal
36112026-06-20T04:03:51.677Z
36122026-06-20T04:03:51.677Zrunning 0 tests
36132026-06-20T04:03:51.677Z
36142026-06-20T04:03:51.680Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-20T04:03:51.681Z
36162026-06-20T04:03:51.695Z Doc-tests aal_macros
36172026-06-20T04:03:51.769Z
36182026-06-20T04:03:51.769Zrunning 0 tests
36192026-06-20T04:03:51.769Z
36202026-06-20T04:03:51.769Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-20T04:03:51.769Z
36222026-06-20T04:03:51.782Z Doc-tests common
36232026-06-20T04:03:52.020Z
36242026-06-20T04:03:52.020Zrunning 0 tests
36252026-06-20T04:03:52.020Z
36262026-06-20T04:03:52.020Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-06-20T04:03:52.020Z
36282026-06-20T04:03:52.043Z Doc-tests dpd_api
36292026-06-20T04:03:52.887Z
36302026-06-20T04:03:52.887Zrunning 2 tests
36312026-06-20T04:03:52.887Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36322026-06-20T04:03:52.887Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36332026-06-20T04:03:52.887Z
36342026-06-20T04:03:52.887Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-20T04:03:52.887Z
36362026-06-20T04:03:52.920Z Doc-tests dpd_client
36372026-06-20T04:03:54.329Z
36382026-06-20T04:03:54.329Zrunning 0 tests
36392026-06-20T04:03:54.329Z
36402026-06-20T04:03:54.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-20T04:03:54.329Z
36422026-06-20T04:03:54.379Z Doc-tests dpd_types
36432026-06-20T04:03:54.594Z
36442026-06-20T04:03:54.594Zrunning 0 tests
36452026-06-20T04:03:54.594Z
36462026-06-20T04:03:54.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36472026-06-20T04:03:54.594Z
36482026-06-20T04:03:54.621Z Doc-tests dpd_types_versions
36492026-06-20T04:03:55.842Z
36502026-06-20T04:03:55.842Zrunning 1 test
36512026-06-20T04:03:55.842Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36522026-06-20T04:03:55.842Z
36532026-06-20T04:03:55.842Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-20T04:03:55.842Z
36552026-06-20T04:03:55.888Z Doc-tests packet
36562026-06-20T04:03:56.002Z
36572026-06-20T04:03:56.002Zrunning 0 tests
36582026-06-20T04:03:56.002Z
36592026-06-20T04:03:56.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-20T04:03:56.002Z
36612026-06-20T04:03:56.019Z Doc-tests pcap
36622026-06-20T04:03:56.073Z
36632026-06-20T04:03:56.073Zrunning 0 tests
36642026-06-20T04:03:56.073Z
36652026-06-20T04:03:56.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36662026-06-20T04:03:56.073Z
36672026-06-20T04:03:56.125Zprocess exited: duration 585613 ms, exit code 0
 
36682026-06-20T04:03:56.130Zfound 0 output files