01KT8N572DY91BVBNMKHSN4TQ3: test

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

Buildomat Job: 01KT8N5VPN606R4AVM0FZVQVR5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T06:30:38.392Zjob assigned to worker 01KT8N5ZZ9BTMTHP926MAMAD99 [factory aws, i-0a0c80f4e1bcca135] (queued for 46 s)
 
22026-06-04T06:30:44.948Zstarting task 0: "setup"
32026-06-04T06:30:44.955Z++ uname -s
42026-06-04T06:30:44.960Z+ kern=SunOS
52026-06-04T06:30:44.960Z+ build_user=build
62026-06-04T06:30:44.960Z+ build_uid=12345
72026-06-04T06:30:44.960Z+ work_dir=/work
82026-06-04T06:30:44.961Z+ input_dir=/input
92026-06-04T06:30:44.961Z+ [[ 0 == 12345 ]]
102026-06-04T06:30:44.961Z+ case "$kern" in
112026-06-04T06:30:44.961Z+ groupadd -g 12345 build
122026-06-04T06:30:44.961Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T06:30:46.965Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T06:30:47.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T06:30:47.061Z+ home_fs=zfs
162026-06-04T06:30:47.061Z+ [[ zfs == autofs ]]
172026-06-04T06:30:47.061Z+ mkdir -p /home/build
182026-06-04T06:30:47.061Z+ chown build:build /home/build /work
192026-06-04T06:30:49.106Z+ chmod 0700 /home/build /work
202026-06-04T06:30:49.136Zprocess exited: duration 4117 ms, exit code 0
 
212026-06-04T06:30:49.180Zstarting task 1: "rust-toolchain"
222026-06-04T06:30:49.208Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-04T06:30:49.208Z * rust toolchain channel = "1.90.0"
242026-06-04T06:30:49.208Z * rust toolchain profile = "default"
252026-06-04T06:30:49.208Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-04T06:30:49.208Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T06:30:49.208Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T06:30:49.208Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T06:30:49.208Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-04T06:30:49.301Zinfo: downloading installer
312026-06-04T06:30:50.862Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T06:30:50.862Zwarn: /home/build/.rustup/settings.toml
332026-06-04T06:30:50.862Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T06:30:50.862Zwarn: instead of the one inferred from the default host triple.
352026-06-04T06:30:50.874Zinfo: profile set to default
362026-06-04T06:30:50.874Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T06:30:50.878Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-04T06:30:51.022Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-04T06:30:51.025Zinfo: downloading 6 components
402026-06-04T06:31:05.081Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-06-04T06:31:05.081Z
422026-06-04T06:31:05.111Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-04T06:31:05.111Z
442026-06-04T06:31:05.111Z
452026-06-04T06:31:05.111ZRust is installed now. Great!
462026-06-04T06:31:05.111Z
472026-06-04T06:31:05.111ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T06:31:05.111Zenvironment variable. This has not been done automatically.
492026-06-04T06:31:05.111Z
502026-06-04T06:31:05.111ZTo configure your current shell, you need to source
512026-06-04T06:31:05.111Zthe corresponding env file under $HOME/.cargo.
522026-06-04T06:31:05.111Z
532026-06-04T06:31:05.111ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T06:31:05.111Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T06:31:05.111Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T06:31:05.111Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T06:31:05.114Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T06:31:05.114Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T06:31:05.114Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T06:31:05.114Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T06:31:05.114Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T06:31:05.190Z+ rustup --version
632026-06-04T06:31:05.199Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T06:31:05.202Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T06:31:05.221Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-04T06:31:05.226Z+ cargo --version
672026-06-04T06:31:05.234Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-04T06:31:05.237Z+ rustc --version
692026-06-04T06:31:05.258Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-04T06:31:05.261Zprocess exited: duration 16087 ms, exit code 0
 
712026-06-04T06:31:05.267Zstarting task 2: "authentication"
722026-06-04T06:31:05.283Zprocess exited: duration 15 ms, exit code 0
 
732026-06-04T06:31:05.289Zstarting task 3: "clone repository"
742026-06-04T06:31:05.294Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-04T06:31:05.297Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-04T06:31:05.332ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-04T06:31:06.449Z+ cd /work/oxidecomputer/dendrite
782026-06-04T06:31:06.449Z+ git fetch origin 020bf208944bfbf8a20846468499990683f680c1
792026-06-04T06:31:06.671ZFrom https://github.com/oxidecomputer/dendrite
802026-06-04T06:31:06.671Z * branch 020bf208944bfbf8a20846468499990683f680c1 -> FETCH_HEAD
812026-06-04T06:31:06.680Z+ [[ -n dependabot/cargo/tar-0.4.46 ]]
822026-06-04T06:31:06.691Z++ git branch --show-current
832026-06-04T06:31:06.691Z+ current=main
842026-06-04T06:31:06.691Z+ [[ main != dependabot/cargo/tar-0.4.46 ]]
852026-06-04T06:31:06.691Z+ git branch -f dependabot/cargo/tar-0.4.46 020bf208944bfbf8a20846468499990683f680c1
862026-06-04T06:31:06.691Z+ git checkout -f dependabot/cargo/tar-0.4.46
872026-06-04T06:31:06.742ZSwitched to branch 'dependabot/cargo/tar-0.4.46'
882026-06-04T06:31:06.750Z+ git reset --hard 020bf208944bfbf8a20846468499990683f680c1
892026-06-04T06:31:06.750ZHEAD is now at 020bf20 Bump tar from 0.4.45 to 0.4.46
902026-06-04T06:31:06.750Zprocess exited: duration 1426 ms, exit code 0
 
912026-06-04T06:31:06.771Zstarting task 4: "build"
922026-06-04T06:31:06.781Z+ source .github/buildomat/common.sh
932026-06-04T06:31:06.781Z++ TOFINO_STAGES=20
942026-06-04T06:31:06.781Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-04T06:31:06.781Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-04T06:31:06.781Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-04T06:31:06.781Z+++ uname -s
982026-06-04T06:31:06.781Z++ '[' SunOS == SunOS ']'
992026-06-04T06:31:06.781Z++ SERIES=illumos
1002026-06-04T06:31:06.781Z+++ uname -s
1012026-06-04T06:31:06.781Z++ '[' SunOS == SunOS ']'
1022026-06-04T06:31:06.781Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-04T06:31:06.781Z++ rustup show active-toolchain
1042026-06-04T06:31:06.788Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-04T06:31:06.788Z+ source .github/buildomat/illumos.sh
1062026-06-04T06:31:06.788Z++ banner 'sde setup'
1072026-06-04T06:31:06.789Z
1082026-06-04T06:31:06.789Z #### ##### ###### #### ###### ##### # # #####
1092026-06-04T06:31:06.789Z # # # # # # # # # # #
1102026-06-04T06:31:06.789Z #### # # ##### #### ##### # # # # #
1112026-06-04T06:31:06.789Z # # # # # # # # # #####
1122026-06-04T06:31:06.789Z # # # # # # # # # # # #
1132026-06-04T06:31:06.789Z #### ##### ###### #### ###### # #### #
1142026-06-04T06:31:06.789Z
1152026-06-04T06:31:06.789Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-04T06:31:06.789Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-04T06:31:06.789Z++ export PKG=tofino_sde.p5p
1182026-06-04T06:31:06.789Z++ PKG=tofino_sde.p5p
1192026-06-04T06:31:06.789Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-04T06:31:06.794Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-04T06:31:06.794Z Dload Upload Total Spent Left Speed
1222026-06-04T06:31:07.927Z 0 0 0 0 0 0 0 0 0 83 76.03M 83 63.22M 0 0 63.28M 0 00:01 00:01 63.29M 100 76.03M 100 76.03M 0 0 66.60M 0 00:01 00:01 63.29M 100 76.03M 100 76.03M 0 0 66.60M 0 00:01 00:01 63.29M 100 76.03M 100 76.03M 0 0 66.60M 0 00:01 00:01 63.29M
1232026-06-04T06:31:07.932Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-04T06:31:07.977Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-04T06:31:07.977Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-04T06:31:07.981Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-04T06:31:11.291Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-04T06:31:11.370Z Startup: Caching catalogs ... Done
1292026-06-04T06:31:11.410Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-04T06:31:11.744ZPlanning: Solver setup ... Done
1312026-06-04T06:31:11.775ZPlanning: Running solver ... Done
1322026-06-04T06:31:11.782ZPlanning: Finding local manifests ... Done
1332026-06-04T06:31:11.782ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-04T06:31:11.783ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-04T06:31:11.794ZPlanning: Package planning ... Done
1362026-06-04T06:31:11.802ZPlanning: Merging actions ... Done
1372026-06-04T06:31:11.919ZPlanning: Checking for conflicting actions ... Done
1382026-06-04T06:31:11.922ZPlanning: Consolidating action changes ... Done
1392026-06-04T06:31:12.731ZPlanning: Evaluating mediators ... Done
1402026-06-04T06:31:12.734ZPlanning: Planning completed in 1.31 seconds
1412026-06-04T06:31:12.737Z Packages to install: 1
1422026-06-04T06:31:12.737Z Create boot environment: No
1432026-06-04T06:31:12.737ZCreate backup boot environment: No
1442026-06-04T06:31:12.761Z
1452026-06-04T06:31:12.761ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-04T06:31:12.895ZDownload: Completed 75.30 MB in 0.13 seconds (560M/s)
1472026-06-04T06:31:13.062Z Actions: 1/293 actions (Installing new actions)
1482026-06-04T06:31:14.019Z Actions: Completed 293 actions in 0.96 seconds.
1492026-06-04T06:31:14.022ZFinalize: Updating package state database ... Done
1502026-06-04T06:31:14.064ZFinalize: Updating package cache ... Done
1512026-06-04T06:31:14.086ZFinalize: Updating image state ... Done
1522026-06-04T06:31:16.521ZFinalize: Creating fast lookup database ... Done
1532026-06-04T06:31:16.592ZFinalize: Reading search index ... Done
1542026-06-04T06:31:16.595ZFinalize: Updating search index ... Done
1552026-06-04T06:31:16.841ZFinalize: Updating package cache ... Done
1562026-06-04T06:31:16.936Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-04T06:31:16.936Z++ SDE=/opt/oxide/tofino_sde
1582026-06-04T06:31:16.939Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-04T06:31:16.939Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-04T06:31:16.939Z++ banner packages
1612026-06-04T06:31:16.939Z
1622026-06-04T06:31:16.939Z ##### ## #### # # ## #### ###### ####
1632026-06-04T06:31:16.939Z # # # # # # # # # # # # # #
1642026-06-04T06:31:16.939Z # # # # # #### # # # ##### ####
1652026-06-04T06:31:16.939Z ##### ###### # # # ###### # ### # #
1662026-06-04T06:31:16.939Z # # # # # # # # # # # # # #
1672026-06-04T06:31:16.939Z # # # #### # # # # #### ###### ####
1682026-06-04T06:31:16.940Z
1692026-06-04T06:31:16.940Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-04T06:31:17.200Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-04T06:31:17.206Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-04T06:31:17.488ZPlanning: Solver setup ... Done
1732026-06-04T06:31:17.510ZPlanning: Running solver ... Done
1742026-06-04T06:31:17.516ZPlanning: Consolidating action changes ... Done
1752026-06-04T06:31:17.516ZPlanning: Evaluating mediators ... Done
1762026-06-04T06:31:17.519ZPlanning: Planning completed in 0.31 seconds
1772026-06-04T06:31:17.532ZNo updates necessary for this image.
1782026-06-04T06:31:17.593Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-04T06:31:17.809ZPlanning: Evaluating mediator changes ... Done
1802026-06-04T06:31:17.924ZPlanning: Checking for conflicting actions ... Done
1812026-06-04T06:31:17.929ZPlanning: Consolidating action changes ... Done
1822026-06-04T06:31:18.090ZPlanning: Evaluating mediators ... Done
1832026-06-04T06:31:18.094ZPlanning: Planning completed in 0.28 seconds
1842026-06-04T06:31:18.114Z Mediators to change: 2
1852026-06-04T06:31:18.114Z Create boot environment: No
1862026-06-04T06:31:18.114ZCreate backup boot environment: No
1872026-06-04T06:31:18.170ZFinalize: Updating package state database ... Done
1882026-06-04T06:31:18.171ZFinalize: Updating package cache ... Done
1892026-06-04T06:31:18.182ZFinalize: Updating image state ... Done
1902026-06-04T06:31:20.220ZFinalize: Creating fast lookup database ... Done
1912026-06-04T06:31:20.290ZFinalize: Reading search index ... Done
1922026-06-04T06:31:20.293ZFinalize: Updating search index ... Done
1932026-06-04T06:31:20.381ZFinalize: Updating package cache ... Done
1942026-06-04T06:31:20.456Z++ cargo --version
1952026-06-04T06:31:20.466Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-04T06:31:20.469Z++ rustc --version
1972026-06-04T06:31:20.489Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-04T06:31:20.493Z+ banner copyrights
1992026-06-04T06:31:20.496Z
2002026-06-04T06:31:20.496Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-04T06:31:20.496Z # # # # # # # # # # # # # # # # #
2022026-06-04T06:31:20.496Z # # # # # # # # # # ###### # ####
2032026-06-04T06:31:20.496Z # # # ##### # ##### # # ### # # # #
2042026-06-04T06:31:20.496Z # # # # # # # # # # # # # # # #
2052026-06-04T06:31:20.496Z #### #### # # # # # #### # # # ####
2062026-06-04T06:31:20.496Z
2072026-06-04T06:31:20.496Z+ ./tools/check_copyrights.sh
2082026-06-04T06:31:20.775Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-04T06:31:21.522Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-04T06:31:21.968Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-04T06:31:22.053Zpcap/build.rs: Copyright with wrong year
2122026-06-04T06:31:22.219Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-04T06:31:22.441Z+ banner clippy
2142026-06-04T06:31:22.445Z
2152026-06-04T06:31:22.445Z #### # # ##### ##### # #
2162026-06-04T06:31:22.445Z # # # # # # # # # #
2172026-06-04T06:31:22.445Z # # # # # # # #
2182026-06-04T06:31:22.445Z # # # ##### ##### #
2192026-06-04T06:31:22.445Z # # # # # # #
2202026-06-04T06:31:22.445Z #### ###### # # # #
2212026-06-04T06:31:22.445Z
2222026-06-04T06:31:22.445Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-04T06:31:22.445Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-04T06:31:22.587Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-04T06:31:32.335Z Updating crates.io index
2262026-06-04T06:31:32.338Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-04T06:31:32.612Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-04T06:31:33.266Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-04T06:31:33.539Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-04T06:31:33.768Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-04T06:31:34.710Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2322026-06-04T06:31:34.980Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-04T06:31:35.437Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-04T06:31:35.759Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-04T06:31:36.095Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-04T06:31:36.465Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-04T06:31:36.772Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-04T06:31:37.246Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T06:31:37.706Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-04T06:31:38.095Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-04T06:31:38.946Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-04T06:31:39.510Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-06-04T06:31:39.804Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-06-04T06:31:40.075Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-06-04T06:31:40.556Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2462026-06-04T06:31:41.035Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2472026-06-04T06:31:41.293Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2482026-06-04T06:31:41.692Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2492026-06-04T06:31:43.365Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502026-06-04T06:31:43.795Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-04T06:31:45.095Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-04T06:31:45.700Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-04T06:31:45.926Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-06-04T06:31:46.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-06-04T06:31:48.443Z Downloading crates ...
2562026-06-04T06:31:48.502Z Downloaded atomic-waker v1.1.2
2572026-06-04T06:31:48.508Z Downloaded autocfg v1.5.0
2582026-06-04T06:31:48.512Z Downloaded async-recursion v1.1.1
2592026-06-04T06:31:48.518Z Downloaded crossbeam-deque v0.8.6
2602026-06-04T06:31:48.522Z Downloaded adler2 v2.0.1
2612026-06-04T06:31:48.525Z Downloaded bit-vec v0.8.0
2622026-06-04T06:31:48.528Z Downloaded defmt-macros v1.0.1
2632026-06-04T06:31:48.531Z Downloaded async-trait v0.1.89
2642026-06-04T06:31:48.534Z Downloaded foreign-types-shared v0.1.1
2652026-06-04T06:31:48.534Z Downloaded equivalent v1.0.2
2662026-06-04T06:31:48.537Z Downloaded cargo-platform v0.1.9
2672026-06-04T06:31:48.540Z Downloaded bytes v1.11.1
2682026-06-04T06:31:48.543Z Downloaded anstyle-query v1.1.4
2692026-06-04T06:31:48.546Z Downloaded futures-io v0.3.32
2702026-06-04T06:31:48.546Z Downloaded cfg_aliases v0.2.1
2712026-06-04T06:31:48.549Z Downloaded bcs v0.1.6
2722026-06-04T06:31:48.552Z Downloaded backoff v0.4.0
2732026-06-04T06:31:48.555Z Downloaded foreign-types v0.3.2
2742026-06-04T06:31:48.555Z Downloaded errno v0.3.14
2752026-06-04T06:31:48.558Z Downloaded display-error-chain v0.2.2
2762026-06-04T06:31:48.561Z Downloaded fastrand v2.3.0
2772026-06-04T06:31:48.564Z Downloaded foreign-types-macros v0.2.3
2782026-06-04T06:31:48.567Z Downloaded gethostname v0.5.0
2792026-06-04T06:31:48.567Z Downloaded generic-array v0.14.7
2802026-06-04T06:31:48.571Z Downloaded foreign-types v0.5.0
2812026-06-04T06:31:48.571Z Downloaded hash32 v0.3.1
2822026-06-04T06:31:48.576Z Downloaded hubpack v0.1.2
2832026-06-04T06:31:48.579Z Downloaded aead v0.5.2
2842026-06-04T06:31:48.579Z Downloaded defmt v0.3.100
2852026-06-04T06:31:48.585Z Downloaded http-body v1.0.1
2862026-06-04T06:31:48.585Z Downloaded crossbeam-epoch v0.9.18
2872026-06-04T06:31:48.588Z Downloaded futures-task v0.3.32
2882026-06-04T06:31:48.588Z Downloaded hex v0.4.3
2892026-06-04T06:31:48.591Z Downloaded fixedbitset v0.4.2
2902026-06-04T06:31:48.591Z Downloaded critical-section v1.2.0
2912026-06-04T06:31:48.594Z Downloaded fs-err v3.1.2
2922026-06-04T06:31:48.597Z Downloaded compression-core v0.4.32
2932026-06-04T06:31:48.600Z Downloaded dyn-clone v1.0.20
2942026-06-04T06:31:48.600Z Downloaded colorchoice v1.0.4
2952026-06-04T06:31:48.603Z Downloaded form_urlencoded v1.2.2
2962026-06-04T06:31:48.606Z Downloaded foreign-types-shared v0.3.1
2972026-06-04T06:31:48.606Z Downloaded dtrace-parser v0.2.0
2982026-06-04T06:31:48.609Z Downloaded hostname v0.3.1
2992026-06-04T06:31:48.612Z Downloaded async-stream v0.3.6
3002026-06-04T06:31:48.612Z Downloaded dtrace-parser v0.3.0
3012026-06-04T06:31:48.615Z Downloaded darling_macro v0.21.3
3022026-06-04T06:31:48.618Z Downloaded hyper-tls v0.6.0
3032026-06-04T06:31:48.618Z Downloaded ident_case v1.0.1
3042026-06-04T06:31:48.621Z Downloaded hubpack_derive v0.1.1
3052026-06-04T06:31:48.624Z Downloaded displaydoc v0.2.5
3062026-06-04T06:31:48.627Z Downloaded find-msvc-tools v0.1.9
3072026-06-04T06:31:48.627Z Downloaded git-stub-vcs v0.1.0
3082026-06-04T06:31:48.632Z Downloaded erased-serde v0.3.31
3092026-06-04T06:31:48.635Z Downloaded humantime v2.3.0
3102026-06-04T06:31:48.635Z Downloaded group v0.13.0
3112026-06-04T06:31:48.635Z Downloaded fs_extra v1.3.0
3122026-06-04T06:31:48.638Z Downloaded futures-macro v0.3.32
3132026-06-04T06:31:48.642Z Downloaded indent_write v2.2.0
3142026-06-04T06:31:48.642Z Downloaded data-encoding v2.9.0
3152026-06-04T06:31:48.645Z Downloaded internet-checksum v0.2.1
3162026-06-04T06:31:48.645Z Downloaded idna_adapter v1.2.1
3172026-06-04T06:31:48.645Z Downloaded cexpr v0.6.0
3182026-06-04T06:31:48.648Z Downloaded futures-core v0.3.32
3192026-06-04T06:31:48.652Z Downloaded embedded-io v0.4.0
3202026-06-04T06:31:48.652Z Downloaded is_ci v1.2.0
3212026-06-04T06:31:48.654Z Downloaded lazy_static v1.5.0
3222026-06-04T06:31:48.654Z Downloaded keccak v0.1.6
3232026-06-04T06:31:48.659Z Downloaded is_terminal_polyfill v1.70.1
3242026-06-04T06:31:48.659Z Downloaded heck v0.5.0
3252026-06-04T06:31:48.662Z Downloaded colored v3.1.1
3262026-06-04T06:31:48.662Z Downloaded dof v0.4.0
3272026-06-04T06:31:48.665Z Downloaded csv-core v0.1.12
3282026-06-04T06:31:48.665Z Downloaded itoa v1.0.15
3292026-06-04T06:31:48.668Z Downloaded highway v1.3.0
3302026-06-04T06:31:48.671Z Downloaded filetime v0.2.26
3312026-06-04T06:31:48.671Z Downloaded dropshot-api-manager-types v0.7.2
3322026-06-04T06:31:48.674Z Downloaded defmt v1.0.1
3332026-06-04T06:31:48.677Z Downloaded cargo_metadata v0.18.1
3342026-06-04T06:31:48.677Z Downloaded cmake v0.1.54
3352026-06-04T06:31:48.680Z Downloaded cipher v0.4.4
3362026-06-04T06:31:48.683Z Downloaded deranged v0.5.3
3372026-06-04T06:31:48.683Z Downloaded git-stub v1.0.0
3382026-06-04T06:31:48.686Z Downloaded glob v0.3.3
3392026-06-04T06:31:48.686Z Downloaded daft v0.1.5
3402026-06-04T06:31:48.689Z Downloaded base64ct v1.8.0
3412026-06-04T06:31:48.692Z Downloaded macaddr v1.0.1
3422026-06-04T06:31:48.692Z Downloaded const_format_proc_macros v0.2.34
3432026-06-04T06:31:48.697Z Downloaded ciborium v0.2.2
3442026-06-04T06:31:48.697Z Downloaded managed v0.8.0
3452026-06-04T06:31:48.700Z Downloaded foldhash v0.2.0
3462026-06-04T06:31:48.700Z Downloaded bytecount v0.6.9
3472026-06-04T06:31:48.705Z Downloaded memmap v0.7.0
3482026-06-04T06:31:48.705Z Downloaded memoffset v0.9.1
3492026-06-04T06:31:48.708Z Downloaded match_cfg v0.1.0
3502026-06-04T06:31:48.708Z Downloaded newtype_derive v0.1.6
3512026-06-04T06:31:48.708Z Downloaded mime v0.3.17
3522026-06-04T06:31:48.713Z Downloaded newtype-uuid-macros v0.1.0
3532026-06-04T06:31:48.713Z Downloaded httpdate v1.0.3
3542026-06-04T06:31:48.723Z Downloaded libscf-sys v1.2.0
3552026-06-04T06:31:48.723Z Downloaded ipnetwork v0.21.1
3562026-06-04T06:31:48.723Z Downloaded ingot v0.1.1
3572026-06-04T06:31:48.735Z Downloaded kstat-rs v0.2.4
3582026-06-04T06:31:48.735Z Downloaded is-terminal v0.4.16
3592026-06-04T06:31:48.735Z Downloaded http-body-util v0.1.3
3602026-06-04T06:31:48.735Z Downloaded num-derive v0.4.2
3612026-06-04T06:31:48.735Z Downloaded num-iter v0.1.45
3622026-06-04T06:31:48.735Z Downloaded openssl-probe v0.1.6
3632026-06-04T06:31:48.746Z Downloaded openssl-macros v0.1.1
3642026-06-04T06:31:48.746Z Downloaded olpc-cjson v0.1.4
3652026-06-04T06:31:48.746Z Downloaded globset v0.4.16
3662026-06-04T06:31:48.746Z Downloaded hmac v0.12.1
3672026-06-04T06:31:48.746Z Downloaded linear-map v1.2.0
3682026-06-04T06:31:48.746Z Downloaded futures-channel v0.3.32
3692026-06-04T06:31:48.746Z Downloaded hyper-rustls v0.27.7
3702026-06-04T06:31:48.758Z Downloaded cookie v0.18.1
3712026-06-04T06:31:48.758Z Downloaded clap_derive v4.6.0
3722026-06-04T06:31:48.758Z Downloaded cancel-safe-futures v0.1.5
3732026-06-04T06:31:48.758Z Downloaded newline-converter v0.3.0
3742026-06-04T06:31:48.758Z Downloaded opaque-debug v0.3.1
3752026-06-04T06:31:48.758Z Downloaded derive-where v1.6.0
3762026-06-04T06:31:48.763Z Downloaded anstyle v1.0.14
3772026-06-04T06:31:48.763Z Downloaded num_enum_derive v0.5.11
3782026-06-04T06:31:48.763Z Downloaded either v1.15.0
3792026-06-04T06:31:48.763Z Downloaded omicron-workspace-hack v0.1.0
3802026-06-04T06:31:48.763Z Downloaded futures v0.3.32
3812026-06-04T06:31:48.763Z Downloaded lock_api v0.4.14
3822026-06-04T06:31:48.768Z Downloaded percent-encoding v2.3.2
3832026-06-04T06:31:48.768Z Downloaded parse-display v0.10.0
3842026-06-04T06:31:48.769Z Downloaded pin-utils v0.1.0
3852026-06-04T06:31:48.772Z Downloaded native-tls v0.2.14
3862026-06-04T06:31:48.772Z Downloaded dropshot_endpoint v0.16.7
3872026-06-04T06:31:48.772Z Downloaded drift v0.2.0
3882026-06-04T06:31:48.780Z Downloaded httparse v1.10.1
3892026-06-04T06:31:48.785Z Downloaded potential_utf v0.1.3
3902026-06-04T06:31:48.785Z Downloaded multer v3.1.0
3912026-06-04T06:31:48.792Z Downloaded async-compression v0.4.33
3922026-06-04T06:31:48.792Z Downloaded newtype-uuid v1.3.2
3932026-06-04T06:31:48.792Z Downloaded proc-macro-error-attr v1.0.4
3942026-06-04T06:31:48.796Z Downloaded powerfmt v0.2.0
3952026-06-04T06:31:48.796Z Downloaded plain v0.2.3
3962026-06-04T06:31:48.797Z Downloaded progenitor-client v0.11.1
3972026-06-04T06:31:48.797Z Downloaded proc-macro-crate v1.3.1
3982026-06-04T06:31:48.801Z Downloaded num_enum v0.7.5
3992026-06-04T06:31:48.801Z Downloaded oxide-tokio-rt v0.1.2
4002026-06-04T06:31:48.807Z Downloaded crc32fast v1.5.0
4012026-06-04T06:31:48.807Z Downloaded libsw-core v0.3.2
4022026-06-04T06:31:48.807Z Downloaded clang-sys v1.8.1
4032026-06-04T06:31:48.812Z Downloaded indexmap v1.9.3
4042026-06-04T06:31:48.812Z Downloaded icu_normalizer v2.0.0
4052026-06-04T06:31:48.817Z Downloaded pretty-hex v0.4.1
4062026-06-04T06:31:48.817Z Downloaded num_enum_derive v0.7.5
4072026-06-04T06:31:48.817Z Downloaded progenitor-macro v0.11.1
4082026-06-04T06:31:48.820Z Downloaded quick-error v1.2.3
4092026-06-04T06:31:48.820Z Downloaded flate2 v1.1.2
4102026-06-04T06:31:48.820Z Downloaded litemap v0.8.0
4112026-06-04T06:31:48.823Z Downloaded oxnet v0.1.4
4122026-06-04T06:31:48.827Z Downloaded progenitor-client v0.10.0
4132026-06-04T06:31:48.827Z Downloaded pem v3.0.5
4142026-06-04T06:31:48.830Z Downloaded proc-macro-error-attr2 v2.0.0
4152026-06-04T06:31:48.830Z Downloaded rand_xorshift v0.4.0
4162026-06-04T06:31:48.830Z Downloaded owo-colors v4.3.0
4172026-06-04T06:31:48.833Z Downloaded progenitor-macro v0.13.0
4182026-06-04T06:31:48.833Z Downloaded phf v0.12.1
4192026-06-04T06:31:48.836Z Downloaded pest_generator v2.8.2
4202026-06-04T06:31:48.836Z Downloaded ref-cast-impl v1.0.25
4212026-06-04T06:31:48.840Z Downloaded password-hash v0.5.0
4222026-06-04T06:31:48.840Z Downloaded progenitor-macro v0.10.0
4232026-06-04T06:31:48.845Z Downloaded phf_shared v0.12.1
4242026-06-04T06:31:48.845Z Downloaded pin-project-lite v0.2.16
4252026-06-04T06:31:48.848Z Downloaded ref-cast v1.0.25
4262026-06-04T06:31:48.848Z Downloaded poly1305 v0.8.0
4272026-06-04T06:31:48.851Z Downloaded pin-project-internal v1.1.10
4282026-06-04T06:31:48.851Z Downloaded ipnet v2.11.0
4292026-06-04T06:31:48.851Z Downloaded rand_chacha v0.3.1
4302026-06-04T06:31:48.854Z Downloaded icu_provider v2.0.0
4312026-06-04T06:31:48.857Z Downloaded parse-display-derive v0.10.0
4322026-06-04T06:31:48.857Z Downloaded pkg-config v0.3.32
4332026-06-04T06:31:48.861Z Downloaded rustc_version v0.4.1
4342026-06-04T06:31:48.861Z Downloaded rustc_version v0.1.7
4352026-06-04T06:31:48.861Z Downloaded rustc-hash v2.1.1
4362026-06-04T06:31:48.864Z Downloaded num-integer v0.1.46
4372026-06-04T06:31:48.864Z Downloaded num_enum v0.5.11
4382026-06-04T06:31:48.867Z Downloaded half v2.7.1
4392026-06-04T06:31:48.871Z Downloaded progenitor v0.10.0
4402026-06-04T06:31:48.872Z Downloaded ppv-lite86 v0.2.21
4412026-06-04T06:31:48.875Z Downloaded clap v4.6.0
4422026-06-04T06:31:48.879Z Downloaded icu_properties v2.0.1
4432026-06-04T06:31:48.884Z Downloaded proc-macro-error v1.0.4
4442026-06-04T06:31:48.884Z Downloaded darling_core v0.21.3
4452026-06-04T06:31:48.887Z Downloaded chacha20poly1305 v0.10.1
4462026-06-04T06:31:48.887Z Downloaded getrandom v0.4.2
4472026-06-04T06:31:48.893Z Downloaded scopeguard v1.2.0
4482026-06-04T06:31:48.893Z Downloaded same-file v1.0.6
4492026-06-04T06:31:48.895Z Downloaded once_cell v1.21.3
4502026-06-04T06:31:48.896Z Downloaded icu_locale_core v2.0.0
4512026-06-04T06:31:48.898Z Downloaded progenitor-client v0.13.0
4522026-06-04T06:31:48.929Z Downloaded progenitor v0.13.0
4532026-06-04T06:31:48.929Z Downloaded paste v1.0.15
4542026-06-04T06:31:48.938Z Downloaded pest_derive v2.8.2
4552026-06-04T06:31:48.938Z Downloaded omicron-zone-package v0.12.2
4562026-06-04T06:31:48.938Z Downloaded serde_repr v0.1.20
4572026-06-04T06:31:48.938Z Downloaded serde-big-array v0.5.1
4582026-06-04T06:31:48.938Z Downloaded search_path v0.1.4
4592026-06-04T06:31:48.938Z Downloaded secrecy v0.10.3
4602026-06-04T06:31:48.938Z Downloaded serde_spanned v1.0.4
4612026-06-04T06:31:48.938Z Downloaded serde_plain v1.0.2
4622026-06-04T06:31:48.938Z Downloaded serde_spanned v0.6.9
4632026-06-04T06:31:48.938Z Downloaded memmap2 v0.9.8
4642026-06-04T06:31:48.938Z Downloaded rand_core v0.6.4
4652026-06-04T06:31:48.938Z Downloaded quote v1.0.45
4662026-06-04T06:31:48.938Z Downloaded icu_normalizer_data v2.0.0
4672026-06-04T06:31:48.938Z Downloaded scroll_derive v0.12.1
4682026-06-04T06:31:48.938Z Downloaded postcard v1.1.3
4692026-06-04T06:31:48.939Z Downloaded semver v0.1.20
4702026-06-04T06:31:48.939Z Downloaded scroll_derive v0.13.1
4712026-06-04T06:31:48.939Z Downloaded rand_core v0.9.3
4722026-06-04T06:31:48.939Z Downloaded parking_lot_core v0.9.12
4732026-06-04T06:31:48.939Z Downloaded rand_chacha v0.9.0
4742026-06-04T06:31:48.939Z Downloaded rustls-pemfile v2.2.0
4752026-06-04T06:31:48.948Z Downloaded log v0.4.29
4762026-06-04T06:31:48.948Z Downloaded signal-hook-tokio v0.3.1
4772026-06-04T06:31:48.948Z Downloaded slog-bunyan v2.5.0
4782026-06-04T06:31:48.948Z Downloaded sha1 v0.10.6
4792026-06-04T06:31:48.948Z Downloaded resolv-conf v0.7.5
4802026-06-04T06:31:48.948Z Downloaded hickory-resolver v0.25.2
4812026-06-04T06:31:48.951Z Downloaded hickory-resolver v0.24.4
4822026-06-04T06:31:48.951Z Downloaded rustversion v1.0.22
4832026-06-04T06:31:48.952Z Downloaded progenitor v0.11.1
4842026-06-04T06:31:48.952Z Downloaded jiff-static v0.2.15
4852026-06-04T06:31:48.952Z Downloaded getrandom v0.3.3
4862026-06-04T06:31:48.955Z Downloaded siphasher v1.0.1
4872026-06-04T06:31:48.955Z Downloaded sigpipe v0.1.3
4882026-06-04T06:31:48.958Z Downloaded rusty-fork v0.3.0
4892026-06-04T06:31:48.958Z Downloaded proc-macro-error2 v2.0.1
4902026-06-04T06:31:48.961Z Downloaded smawk v0.3.2
4912026-06-04T06:31:48.961Z Downloaded elliptic-curve v0.13.8
4922026-06-04T06:31:48.963Z Downloaded schemars_derive v0.8.22
4932026-06-04T06:31:48.966Z Downloaded icu_collections v2.0.0
4942026-06-04T06:31:48.969Z Downloaded subtle v2.6.1
4952026-06-04T06:31:48.969Z Downloaded structmeta v0.3.0
4962026-06-04T06:31:48.973Z Downloaded scroll v0.12.0
4972026-06-04T06:31:48.973Z Downloaded papergrid v0.17.0
4982026-06-04T06:31:48.978Z Downloaded scroll v0.13.0
4992026-06-04T06:31:48.978Z Downloaded pest_meta v2.8.2
5002026-06-04T06:31:48.983Z Downloaded structmeta-derive v0.3.0
5012026-06-04T06:31:48.983Z Downloaded strsim v0.11.1
5022026-06-04T06:31:48.983Z Downloaded papergrid v0.11.0
5032026-06-04T06:31:48.987Z Downloaded strum v0.26.3
5042026-06-04T06:31:48.987Z Downloaded supports-color v3.0.2
5052026-06-04T06:31:48.987Z Downloaded serde_urlencoded v0.7.1
5062026-06-04T06:31:48.987Z Downloaded serde_path_to_error v0.1.20
5072026-06-04T06:31:48.990Z Downloaded semver v1.0.27
5082026-06-04T06:31:48.990Z Downloaded strum v0.27.2
5092026-06-04T06:31:48.990Z Downloaded serde_derive_internals v0.29.1
5102026-06-04T06:31:48.993Z Downloaded quinn-udp v0.5.14
5112026-06-04T06:31:48.999Z Downloaded miniz_oxide v0.8.9
5122026-06-04T06:31:49.002Z Downloaded swrite v0.1.0
5132026-06-04T06:31:49.002Z Downloaded serde_tokenstream v0.2.3
5142026-06-04T06:31:49.005Z Downloaded slab v0.4.11
5152026-06-04T06:31:49.005Z Downloaded take_mut v0.2.2
5162026-06-04T06:31:49.009Z Downloaded tagptr v0.2.0
5172026-06-04T06:31:49.009Z Downloaded tabled_derive v0.11.0
5182026-06-04T06:31:49.009Z Downloaded tabled_derive v0.7.0
5192026-06-04T06:31:49.012Z Downloaded expectorate v1.2.0
5202026-06-04T06:31:49.012Z Downloaded shlex v1.3.0
5212026-06-04T06:31:49.012Z Downloaded tabwriter v1.4.1
5222026-06-04T06:31:49.016Z Downloaded sync_wrapper v1.0.2
5232026-06-04T06:31:49.016Z Downloaded slog-json v2.6.1
5242026-06-04T06:31:49.016Z Downloaded heapless v0.8.0
5252026-06-04T06:31:49.019Z Downloaded proc-macro2 v1.0.106
5262026-06-04T06:31:49.023Z Downloaded pin-project v1.1.10
5272026-06-04T06:31:49.026Z Downloaded slog-dtrace v0.3.0
5282026-06-04T06:31:49.030Z Downloaded testing_table v0.3.0
5292026-06-04T06:31:49.030Z Downloaded termtree v0.5.1
5302026-06-04T06:31:49.030Z Downloaded thread-id v5.0.0
5312026-06-04T06:31:49.034Z Downloaded crossbeam-channel v0.5.15
5322026-06-04T06:31:49.034Z Downloaded slog-async v2.8.0
5332026-06-04T06:31:49.037Z Downloaded ryu v1.0.20
5342026-06-04T06:31:49.037Z Downloaded time-core v0.1.8
5352026-06-04T06:31:49.037Z Downloaded tinyvec_macros v0.1.1
5362026-06-04T06:31:49.041Z Downloaded thread-id v4.2.2
5372026-06-04T06:31:49.041Z Downloaded progenitor-impl v0.11.1
5382026-06-04T06:31:49.041Z Downloaded snafu-derive v0.8.9
5392026-06-04T06:31:49.044Z Downloaded smf v0.2.3
5402026-06-04T06:31:49.044Z Downloaded signal-hook-registry v1.4.6
5412026-06-04T06:31:49.044Z Downloaded thiserror-impl-no-std v2.0.2
5422026-06-04T06:31:49.047Z Downloaded progenitor-impl v0.10.0
5432026-06-04T06:31:49.047Z Downloaded curl v0.4.49
5442026-06-04T06:31:49.051Z Downloaded stable_deref_trait v1.2.0
5452026-06-04T06:31:49.051Z Downloaded parking_lot v0.12.5
5462026-06-04T06:31:49.056Z Downloaded hashbrown v0.12.3
5472026-06-04T06:31:49.056Z Downloaded strum_macros v0.27.2
5482026-06-04T06:31:49.059Z Downloaded sha2 v0.10.9
5492026-06-04T06:31:49.059Z Downloaded crypto-bigint v0.5.5
5502026-06-04T06:31:49.062Z Downloaded synstructure v0.13.2
5512026-06-04T06:31:49.062Z Downloaded cc v1.2.58
5522026-06-04T06:31:49.066Z Downloaded strum_macros v0.26.4
5532026-06-04T06:31:49.066Z Downloaded const_format v0.2.34
5542026-06-04T06:31:49.071Z Downloaded num-traits v0.2.19
5552026-06-04T06:31:49.071Z Downloaded dropshot_endpoint v0.17.0
5562026-06-04T06:31:49.075Z Downloaded toml_write v0.1.2
5572026-06-04T06:31:49.075Z Downloaded serde_with_macros v3.14.1
5582026-06-04T06:31:49.076Z Downloaded allocator-api2 v0.2.21
5592026-06-04T06:31:49.080Z Downloaded tower-service v0.3.3
5602026-06-04T06:31:49.080Z Downloaded toml_datetime v0.6.11
5612026-06-04T06:31:49.080Z Downloaded num-complex v0.4.6
5622026-06-04T06:31:49.080Z Downloaded num-rational v0.4.2
5632026-06-04T06:31:49.085Z Downloaded jobserver v0.1.34
5642026-06-04T06:31:49.085Z Downloaded ingot-types v0.1.2
5652026-06-04T06:31:49.085Z Downloaded ingot-macros v0.1.1
5662026-06-04T06:31:49.088Z Downloaded prettyplease v0.2.37
5672026-06-04T06:31:49.088Z Downloaded try-lock v0.2.5
5682026-06-04T06:31:49.088Z Downloaded thread_local v1.1.9
5692026-06-04T06:31:49.091Z Downloaded iana-time-zone v0.1.64
5702026-06-04T06:31:49.091Z Downloaded thiserror v2.0.18
5712026-06-04T06:31:49.096Z Downloaded topological-sort v0.2.2
5722026-06-04T06:31:49.096Z Downloaded terminal_size v0.4.3
5732026-06-04T06:31:49.101Z Downloaded rustls-pki-types v1.12.0
5742026-06-04T06:31:49.101Z Downloaded indexmap v2.13.0
5752026-06-04T06:31:49.107Z Downloaded typify-macro v0.4.3
5762026-06-04T06:31:49.107Z Downloaded tower-layer v0.3.3
5772026-06-04T06:31:49.107Z Downloaded thiserror-no-std v2.0.2
5782026-06-04T06:31:49.107Z Downloaded unarray v0.1.4
5792026-06-04T06:31:49.111Z Downloaded time-macros v0.2.27
5802026-06-04T06:31:49.111Z Downloaded static_assertions v1.1.0
5812026-06-04T06:31:49.111Z Downloaded thiserror-impl v2.0.18
5822026-06-04T06:31:49.111Z Downloaded thiserror-impl v1.0.69
5832026-06-04T06:31:49.111Z Downloaded thiserror v1.0.69
5842026-06-04T06:31:49.114Z Downloaded memchr v2.7.5
5852026-06-04T06:31:49.117Z Downloaded usdt v0.5.0
5862026-06-04T06:31:49.117Z Downloaded hyper-util v0.1.20
5872026-06-04T06:31:49.121Z Downloaded unicode-linebreak v0.1.5
5882026-06-04T06:31:49.121Z Downloaded tokio-dtrace v0.1.1
5892026-06-04T06:31:49.125Z Downloaded untrusted v0.7.1
5902026-06-04T06:31:49.125Z Downloaded serde_core v1.0.228
5912026-06-04T06:31:49.125Z Downloaded untrusted v0.9.0
5922026-06-04T06:31:49.133Z Downloaded universal-hash v0.5.1
5932026-06-04T06:31:49.133Z Downloaded openssl-sys v0.9.116
5942026-06-04T06:31:49.136Z Downloaded tokio-native-tls v0.3.1
5952026-06-04T06:31:49.136Z Downloaded tokio-macros v2.6.0
5962026-06-04T06:31:49.136Z Downloaded smallvec v1.15.1
5972026-06-04T06:31:49.136Z Downloaded unicode-xid v0.2.6
5982026-06-04T06:31:49.136Z Downloaded usdt-attr-macro v0.6.0
5992026-06-04T06:31:49.136Z Downloaded usdt-attr-macro v0.5.0
6002026-06-04T06:31:49.136Z Downloaded rayon-core v1.13.0
6012026-06-04T06:31:49.141Z Downloaded slog-term v2.9.2
6022026-06-04T06:31:49.141Z Downloaded usdt-macro v0.5.0
6032026-06-04T06:31:49.141Z Downloaded utf8parse v0.2.2
6042026-06-04T06:31:49.145Z Downloaded aho-corasick v1.1.3
6052026-06-04T06:31:49.145Z Downloaded usdt v0.6.0
6062026-06-04T06:31:49.145Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6072026-06-04T06:31:49.153Z Downloaded utf8_iter v1.0.4
6082026-06-04T06:31:49.153Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6092026-06-04T06:31:49.153Z Downloaded minimal-lexical v0.2.1
6102026-06-04T06:31:49.156Z Downloaded schemars v0.8.22
6112026-06-04T06:31:49.156Z Downloaded tempfile v3.27.0
6122026-06-04T06:31:49.159Z Downloaded toml_writer v1.0.6+spec-1.1.0
6132026-06-04T06:31:49.159Z Downloaded signal-hook v0.3.18
6142026-06-04T06:31:49.163Z Downloaded http v1.4.0
6152026-06-04T06:31:49.163Z Downloaded usdt-macro v0.6.0
6162026-06-04T06:31:49.163Z Downloaded term v1.2.0
6172026-06-04T06:31:49.166Z Downloaded version_check v0.9.5
6182026-06-04T06:31:49.166Z Downloaded spin v0.9.8
6192026-06-04T06:31:49.169Z Downloaded waitgroup v0.1.2
6202026-06-04T06:31:49.169Z Downloaded progenitor-impl v0.13.0
6212026-06-04T06:31:49.169Z Downloaded want v0.3.1
6222026-06-04T06:31:49.169Z Downloaded wait-timeout v0.2.1
6232026-06-04T06:31:49.173Z Downloaded similar v2.7.0
6242026-06-04T06:31:49.176Z Downloaded socket2 v0.5.10
6252026-06-04T06:31:49.176Z Downloaded darling v0.21.3
6262026-06-04T06:31:49.179Z Downloaded crossbeam-utils v0.8.21
6272026-06-04T06:31:49.179Z Downloaded console v0.15.11
6282026-06-04T06:31:49.182Z Downloaded xattr v1.6.1
6292026-06-04T06:31:49.182Z Downloaded tinystr v0.8.1
6302026-06-04T06:31:49.182Z Downloaded cobs v0.3.0
6312026-06-04T06:31:49.185Z Downloaded serde_derive v1.0.228
6322026-06-04T06:31:49.186Z Downloaded camino v1.2.2
6332026-06-04T06:31:49.188Z Downloaded typify-macro v0.6.1
6342026-06-04T06:31:49.188Z Downloaded socket2 v0.6.4
6352026-06-04T06:31:49.188Z Downloaded blake2 v0.10.6
6362026-06-04T06:31:49.191Z Downloaded tokio-rustls v0.26.3
6372026-06-04T06:31:49.191Z Downloaded tokio-rustls v0.25.0
6382026-06-04T06:31:49.195Z Downloaded yoke-derive v0.8.0
6392026-06-04T06:31:49.195Z Downloaded quinn v0.11.9
6402026-06-04T06:31:49.204Z Downloaded rand v0.8.5
6412026-06-04T06:31:49.204Z Downloaded num_threads v0.1.7
6422026-06-04T06:31:49.204Z Downloaded getrandom v0.2.16
6432026-06-04T06:31:49.207Z Downloaded num-conv v0.2.1
6442026-06-04T06:31:49.207Z Downloaded libsw v3.5.0
6452026-06-04T06:31:49.207Z Downloaded num v0.4.3
6462026-06-04T06:31:49.208Z Downloaded libloading v0.8.9
6472026-06-04T06:31:49.208Z Downloaded usdt-impl v0.5.0
6482026-06-04T06:31:49.208Z Downloaded toml v0.8.23
6492026-06-04T06:31:49.208Z Downloaded usdt-impl v0.6.0
6502026-06-04T06:31:49.208Z Downloaded derive_more v0.99.20
6512026-06-04T06:31:49.213Z Downloaded zone_cfg_derive v0.3.1
6522026-06-04T06:31:49.213Z Downloaded zeroize_derive v1.4.3
6532026-06-04T06:31:49.213Z Downloaded zerofrom-derive v0.1.6
6542026-06-04T06:31:49.213Z Downloaded zerofrom v0.1.6
6552026-06-04T06:31:49.213Z Downloaded base64 v0.22.1
6562026-06-04T06:31:49.216Z Downloaded mio v1.0.4
6572026-06-04T06:31:49.221Z Downloaded slog v2.8.2
6582026-06-04T06:31:49.221Z Downloaded lru-slab v0.1.2
6592026-06-04T06:31:49.225Z Downloaded lru-cache v0.1.2
6602026-06-04T06:31:49.225Z Downloaded linked-hash-map v0.5.6
6612026-06-04T06:31:49.225Z Downloaded serde_yaml v0.9.34+deprecated
6622026-06-04T06:31:49.225Z Downloaded instant v0.1.13
6632026-06-04T06:31:49.225Z Downloaded inout v0.1.4
6642026-06-04T06:31:49.233Z Downloaded toml_parser v1.1.2+spec-1.1.0
6652026-06-04T06:31:49.233Z Downloaded heck v0.4.1
6662026-06-04T06:31:49.233Z Downloaded compression-codecs v0.4.32
6672026-06-04T06:31:49.239Z Downloaded chacha20 v0.9.1
6682026-06-04T06:31:49.239Z Downloaded walkdir v2.5.0
6692026-06-04T06:31:49.239Z Downloaded zone v0.3.1
6702026-06-04T06:31:49.239Z Downloaded snafu v0.8.9
6712026-06-04T06:31:49.239Z Downloaded tracing-attributes v0.1.30
6722026-06-04T06:31:49.239Z Downloaded test-strategy v0.4.3
6732026-06-04T06:31:49.244Z Downloaded whoami v1.6.1
6742026-06-04T06:31:49.244Z Downloaded ucd-trie v0.1.7
6752026-06-04T06:31:49.244Z Downloaded schemars v0.9.0
6762026-06-04T06:31:49.247Z Downloaded writeable v0.6.1
6772026-06-04T06:31:49.250Z Downloaded qorb v0.4.1
6782026-06-04T06:31:49.253Z Downloaded vsss-rs v3.3.4
6792026-06-04T06:31:49.253Z Downloaded textwrap v0.16.2
6802026-06-04T06:31:49.256Z Downloaded schemars v1.2.0
6812026-06-04T06:31:49.264Z Downloaded yoke v0.8.0
6822026-06-04T06:31:49.269Z Downloaded tokio-stream v0.1.17
6832026-06-04T06:31:49.269Z Downloaded hashbrown v0.15.5
6842026-06-04T06:31:49.269Z Downloaded serde v1.0.228
6852026-06-04T06:31:49.272Z Downloaded zeroize v1.8.1
6862026-06-04T06:31:49.272Z Downloaded toml v0.9.12+spec-1.1.0
6872026-06-04T06:31:49.275Z Downloaded itertools v0.12.1
6882026-06-04T06:31:49.278Z Downloaded iri-string v0.7.8
6892026-06-04T06:31:49.282Z Downloaded toml v1.0.6+spec-1.1.0
6902026-06-04T06:31:49.288Z Downloaded rand v0.9.3
6912026-06-04T06:31:49.288Z Downloaded hyper v1.8.1
6922026-06-04T06:31:49.293Z Downloaded vergen v8.3.2
6932026-06-04T06:31:49.293Z Downloaded idna v1.1.0
6942026-06-04T06:31:49.293Z Downloaded tar v0.4.46
6952026-06-04T06:31:49.302Z Downloaded rustls-webpki v0.103.6
6962026-06-04T06:31:49.302Z Downloaded steno v0.4.1
6972026-06-04T06:31:49.302Z Downloaded iddqd v0.3.18
6982026-06-04T06:31:49.305Z Downloaded typify v0.4.3
6992026-06-04T06:31:49.305Z Downloaded unicode-ident v1.0.24
7002026-06-04T06:31:49.305Z Downloaded tinyvec v1.10.0
7012026-06-04T06:31:49.305Z Downloaded pest v2.8.2
7022026-06-04T06:31:49.313Z Downloaded unsafe-libyaml v0.2.11
7032026-06-04T06:31:49.317Z Downloaded typify v0.6.1
7042026-06-04T06:31:49.317Z Downloaded dropshot-api-manager v0.7.2
7052026-06-04T06:31:49.317Z Downloaded libm v0.2.15
7062026-06-04T06:31:49.325Z Downloaded zerovec-derive v0.11.1
7072026-06-04T06:31:49.329Z Downloaded zmij v1.0.17
7082026-06-04T06:31:49.329Z Downloaded hashbrown v0.16.1
7092026-06-04T06:31:49.329Z Downloaded nom v7.1.3
7102026-06-04T06:31:49.329Z Downloaded h2 v0.4.12
7112026-06-04T06:31:49.334Z Downloaded toml v0.7.8
7122026-06-04T06:31:49.338Z Downloaded hkdf v0.12.4
7132026-06-04T06:31:49.338Z Downloaded camino-tempfile v1.4.1
7142026-06-04T06:31:49.338Z Downloaded byteorder v1.5.0
7152026-06-04T06:31:49.338Z Downloaded uuid v1.23.1
7162026-06-04T06:31:49.342Z Downloaded typenum v1.18.0
7172026-06-04T06:31:49.342Z Downloaded anstyle-parse v1.0.0
7182026-06-04T06:31:49.342Z Downloaded anstream v1.0.0
7192026-06-04T06:31:49.345Z Downloaded futures-executor v0.3.32
7202026-06-04T06:31:49.345Z Downloaded foldhash v0.1.5
7212026-06-04T06:31:49.345Z Downloaded zerocopy-derive v0.7.35
7222026-06-04T06:31:49.348Z Downloaded tracing-core v0.1.34
7232026-06-04T06:31:49.349Z Downloaded embedded-io v0.6.1
7242026-06-04T06:31:49.349Z Downloaded digest v0.10.7
7252026-06-04T06:31:49.352Z Downloaded argon2 v0.5.3
7262026-06-04T06:31:49.352Z Downloaded derive-ex v0.1.8
7272026-06-04T06:31:49.352Z Downloaded defmt-parser v1.0.0
7282026-06-04T06:31:49.352Z Downloaded dunce v1.0.5
7292026-06-04T06:31:49.352Z Downloaded crypto-common v0.1.6
7302026-06-04T06:31:49.355Z Downloaded block-buffer v0.10.4
7312026-06-04T06:31:49.355Z Downloaded arrayref v0.3.9
7322026-06-04T06:31:49.355Z Downloaded debug-ignore v1.0.5
7332026-06-04T06:31:49.355Z Downloaded convert_case v0.4.0
7342026-06-04T06:31:49.358Z Downloaded constant_time_eq v0.3.1
7352026-06-04T06:31:49.358Z Downloaded ciborium-ll v0.2.2
7362026-06-04T06:31:49.358Z Downloaded ciborium-io v0.2.2
7372026-06-04T06:31:49.358Z Downloaded tracing v0.1.41
7382026-06-04T06:31:49.363Z Downloaded fixedbitset v0.5.7
7392026-06-04T06:31:49.363Z Downloaded ff v0.13.1
7402026-06-04T06:31:49.363Z Downloaded crucible-workspace-hack v0.1.0
7412026-06-04T06:31:49.368Z Downloaded bitflags v2.11.1
7422026-06-04T06:31:49.368Z Downloaded icu_properties_data v2.0.1
7432026-06-04T06:31:49.371Z Downloaded goblin v0.8.2
7442026-06-04T06:31:49.374Z Downloaded toml_edit v0.22.27
7452026-06-04T06:31:49.377Z Downloaded cpufeatures v0.2.17
7462026-06-04T06:31:49.377Z Downloaded hostname v0.4.2
7472026-06-04T06:31:49.377Z Downloaded futures-sink v0.3.32
7482026-06-04T06:31:49.377Z Downloaded aws-lc-rs v1.16.2
7492026-06-04T06:31:49.382Z Downloaded toml_edit v0.19.15
7502026-06-04T06:31:49.392Z Downloaded itertools v0.14.0
7512026-06-04T06:31:49.397Z Downloaded zerotrie v0.2.2
7522026-06-04T06:31:49.401Z Downloaded float-ord v0.3.2
7532026-06-04T06:31:49.401Z Downloaded curve25519-dalek-derive v0.1.1
7542026-06-04T06:31:49.401Z Downloaded cstr-argument v0.1.2
7552026-06-04T06:31:49.401Z Downloaded url v2.5.7
7562026-06-04T06:31:49.401Z Downloaded clap_lex v1.1.0
7572026-06-04T06:31:49.404Z Downloaded daft-derive v0.1.5
7582026-06-04T06:31:49.404Z Downloaded crc8 v0.1.1
7592026-06-04T06:31:49.404Z Downloaded base16ct v0.2.0
7602026-06-04T06:31:49.404Z Downloaded atomicwrites v0.4.4
7612026-06-04T06:31:49.404Z Downloaded fnv v1.0.7
7622026-06-04T06:31:49.411Z Downloaded cfg-if v1.0.4
7632026-06-04T06:31:49.411Z Downloaded anyhow v1.0.102
7642026-06-04T06:31:49.411Z Downloaded serde_json v1.0.149
7652026-06-04T06:31:49.417Z Downloaded unicode-segmentation v1.12.0
7662026-06-04T06:31:49.417Z Downloaded typed-path v0.9.3
7672026-06-04T06:31:49.423Z Downloaded zerocopy-derive v0.8.27
7682026-06-04T06:31:49.423Z Downloaded clap_builder v4.6.0
7692026-06-04T06:31:49.427Z Downloaded futures-util v0.3.32
7702026-06-04T06:31:49.432Z Downloaded dof v0.3.0
7712026-06-04T06:31:49.432Z Downloaded regex v1.12.3
7722026-06-04T06:31:49.436Z Downloaded bitflags v1.3.2
7732026-06-04T06:31:49.436Z Downloaded enum-as-inner v0.6.1
7742026-06-04T06:31:49.436Z Downloaded bit-set v0.8.0
7752026-06-04T06:31:49.439Z Downloaded async-stream-impl v0.3.6
7762026-06-04T06:31:49.439Z Downloaded arrayvec v0.7.6
7772026-06-04T06:31:49.439Z Downloaded reqwest v0.12.23
7782026-06-04T06:31:49.448Z Downloaded git2 v0.19.0
7792026-06-04T06:31:49.462Z Downloaded blake3 v1.8.2
7802026-06-04T06:31:49.474Z Downloaded goblin v0.10.1
7812026-06-04T06:31:49.477Z Downloaded tokio-util v0.7.16
7822026-06-04T06:31:49.481Z Downloaded reqwest v0.13.2
7832026-06-04T06:31:49.485Z Downloaded tower v0.5.2
7842026-06-04T06:31:49.489Z Downloaded rayon v1.11.0
7852026-06-04T06:31:49.495Z Downloaded curve25519-dalek v4.1.3
7862026-06-04T06:31:49.500Z Downloaded proptest v1.8.0
7872026-06-04T06:31:49.505Z Downloaded unicode-normalization v0.1.24
7882026-06-04T06:31:49.552Z Downloaded rustls-webpki v0.102.8
7892026-06-04T06:31:49.566Z Downloaded tower-http v0.6.8
7902026-06-04T06:31:49.566Z Downloaded zerovec v0.11.4
7912026-06-04T06:31:49.566Z Downloaded bindgen v0.72.1
7922026-06-04T06:31:49.566Z Downloaded tough v0.20.0
7932026-06-04T06:31:49.566Z Downloaded serde_with v3.14.1
7942026-06-04T06:31:49.567Z Downloaded winnow v0.5.40
7952026-06-04T06:31:49.567Z Downloaded zerocopy v0.7.35
7962026-06-04T06:31:49.567Z Downloaded portable-atomic v1.11.1
7972026-06-04T06:31:49.578Z Downloaded chrono v0.4.44
7982026-06-04T06:31:49.581Z Downloaded tabled v0.15.0
7992026-06-04T06:31:49.587Z Downloaded winnow v1.0.3
8002026-06-04T06:31:49.591Z Downloaded moka v0.12.11
8012026-06-04T06:31:49.597Z Downloaded quinn-proto v0.11.14
8022026-06-04T06:31:49.621Z Downloaded winnow v0.7.14
8032026-06-04T06:31:49.630Z Downloaded vcpkg v0.2.15
8042026-06-04T06:31:49.652Z Downloaded tabled v0.20.0
8052026-06-04T06:31:49.660Z Downloaded zerocopy v0.8.27
8062026-06-04T06:31:49.672Z Downloaded webpki-roots v1.0.2
8072026-06-04T06:31:49.680Z Downloaded regress v0.10.5
8082026-06-04T06:31:49.683Z Downloaded regex-syntax v0.8.6
8092026-06-04T06:31:49.685Z Downloaded openapiv3 v2.2.0
8102026-06-04T06:31:49.690Z Downloaded hickory-proto v0.24.4
8112026-06-04T06:31:49.698Z Downloaded rustls v0.23.32
8122026-06-04T06:31:49.706Z Downloaded hickory-proto v0.25.2
8132026-06-04T06:31:49.714Z Downloaded nix v0.30.1
8142026-06-04T06:31:49.721Z Downloaded unicode-width v0.2.1
8152026-06-04T06:31:49.725Z Downloaded syn v2.0.117
8162026-06-04T06:31:49.732Z Downloaded unicode-width v0.1.14
8172026-06-04T06:31:49.735Z Downloaded time v0.3.47
8182026-06-04T06:31:49.743Z Downloaded syn v1.0.109
8192026-06-04T06:31:49.747Z Downloaded smoltcp v0.11.0
8202026-06-04T06:31:49.753Z Downloaded openssl v0.10.80
8212026-06-04T06:31:49.761Z Downloaded dropshot v0.17.0
8222026-06-04T06:31:49.771Z Downloaded rustls v0.22.4
8232026-06-04T06:31:49.778Z Downloaded rustix v0.38.44
8242026-06-04T06:31:49.790Z Downloaded dropshot v0.16.7
8252026-06-04T06:31:49.802Z Downloaded bstr v1.12.0
8262026-06-04T06:31:49.826Z Downloaded rustix v1.1.4
8272026-06-04T06:31:49.872Z Downloaded sha3 v0.10.8
8282026-06-04T06:31:49.879Z Downloaded tokio v1.50.0
8292026-06-04T06:31:49.902Z Downloaded typify-impl v0.6.1
8302026-06-04T06:31:49.909Z Downloaded typify-impl v0.4.3
8312026-06-04T06:31:49.953Z Downloaded encoding_rs v0.8.35
8322026-06-04T06:31:49.967Z Downloaded regex-automata v0.4.13
8332026-06-04T06:31:49.990Z Downloaded libgit2-sys v0.17.0+1.8.1
8342026-06-04T06:31:50.021Z Downloaded jiff v0.2.15
8352026-06-04T06:31:50.046Z Downloaded petgraph v0.6.5
8362026-06-04T06:31:50.057Z Downloaded chrono-tz v0.10.4
8372026-06-04T06:31:50.083Z Downloaded petgraph v0.8.2
8382026-06-04T06:31:50.096Z Downloaded libc v0.2.183
8392026-06-04T06:31:50.114Z Downloaded libz-sys v1.1.22
8402026-06-04T06:31:50.126Z Downloaded csv v1.4.0
8412026-06-04T06:31:50.238Z Downloaded ring v0.17.14
8422026-06-04T06:31:50.284Z Downloaded curl-sys v0.4.83+curl-8.15.0
8432026-06-04T06:31:50.767Z Downloaded aws-lc-sys v0.39.1
8442026-06-04T06:31:51.111Z Compiling proc-macro2 v1.0.106
8452026-06-04T06:31:51.111Z Compiling quote v1.0.45
8462026-06-04T06:31:51.111Z Compiling unicode-ident v1.0.24
8472026-06-04T06:31:51.120Z Compiling serde_core v1.0.228
8482026-06-04T06:31:51.120Z Compiling serde v1.0.228
8492026-06-04T06:31:51.120Z Compiling libc v0.2.183
8502026-06-04T06:31:51.120Z Checking cfg-if v1.0.4
8512026-06-04T06:31:51.371Z Compiling zmij v1.0.17
8522026-06-04T06:31:51.402Z Compiling autocfg v1.5.0
8532026-06-04T06:31:51.731Z Compiling memchr v2.7.5
8542026-06-04T06:31:51.742Z Compiling libm v0.2.15
8552026-06-04T06:31:52.068Z Compiling getrandom v0.4.2
8562026-06-04T06:31:52.100Z Checking smallvec v1.15.1
8572026-06-04T06:31:52.208Z Compiling version_check v0.9.5
8582026-06-04T06:31:52.223Z Checking itoa v1.0.15
8592026-06-04T06:31:52.280Z Compiling shlex v1.3.0
8602026-06-04T06:31:52.308Z Compiling thiserror v2.0.18
8612026-06-04T06:31:52.361Z Compiling jobserver v0.1.34
8622026-06-04T06:31:52.463Z Compiling find-msvc-tools v0.1.9
8632026-06-04T06:31:52.488Z Compiling icu_properties_data v2.0.1
8642026-06-04T06:31:52.522Z Compiling icu_normalizer_data v2.0.0
8652026-06-04T06:31:52.587Z Compiling syn v2.0.117
8662026-06-04T06:31:52.687Z Compiling cc v1.2.58
8672026-06-04T06:31:52.731Z Compiling parking_lot_core v0.9.12
8682026-06-04T06:31:52.765Z Checking stable_deref_trait v1.2.0
8692026-06-04T06:31:52.851Z Compiling serde_json v1.0.149
8702026-06-04T06:31:52.865Z Compiling heck v0.5.0
8712026-06-04T06:31:53.079Z Checking litemap v0.8.0
8722026-06-04T06:31:53.107Z Checking writeable v0.6.1
8732026-06-04T06:31:53.269Z Compiling num-traits v0.2.19
8742026-06-04T06:31:53.284Z Checking percent-encoding v2.3.2
8752026-06-04T06:31:53.507Z Checking form_urlencoded v1.2.2
8762026-06-04T06:31:53.631Z Checking utf8_iter v1.0.4
8772026-06-04T06:31:53.647Z Compiling zerocopy v0.8.27
8782026-06-04T06:31:53.650Z Checking pin-project-lite v0.2.16
8792026-06-04T06:31:53.739Z Checking iana-time-zone v0.1.64
8802026-06-04T06:31:53.753Z Compiling log v0.4.29
8812026-06-04T06:31:53.822Z Compiling rustversion v1.0.22
8822026-06-04T06:31:53.846Z Compiling semver v1.0.27
8832026-06-04T06:31:53.924Z Checking socket2 v0.6.4
8842026-06-04T06:31:53.976Z Compiling allocator-api2 v0.2.21
8852026-06-04T06:31:54.080Z Compiling foldhash v0.2.0
8862026-06-04T06:31:54.130Z Compiling equivalent v1.0.2
8872026-06-04T06:31:54.155Z Checking uuid v1.23.1
8882026-06-04T06:31:54.224Z Checking scopeguard v1.2.0
8892026-06-04T06:31:54.273Z Compiling hashbrown v0.16.1
8902026-06-04T06:31:54.319Z Checking lock_api v0.4.14
8912026-06-04T06:31:54.437Z Checking signal-hook-registry v1.4.6
8922026-06-04T06:31:54.477Z Checking mio v1.0.4
8932026-06-04T06:31:54.489Z Checking getrandom v0.2.16
8942026-06-04T06:31:54.511Z Checking dyn-clone v1.0.20
8952026-06-04T06:31:54.514Z Checking parking_lot v0.12.5
8962026-06-04T06:31:54.587Z Compiling schemars v0.8.22
8972026-06-04T06:31:54.609Z Checking bitflags v2.11.1
8982026-06-04T06:31:54.759Z Compiling portable-atomic v1.11.1
8992026-06-04T06:31:54.837Z Checking futures-core v0.3.32
9002026-06-04T06:31:54.851Z Checking critical-section v1.2.0
9012026-06-04T06:31:54.888Z Compiling ring v0.17.14
9022026-06-04T06:31:54.954Z Compiling typenum v1.18.0
9032026-06-04T06:31:55.116Z Compiling indexmap v2.13.0
9042026-06-04T06:31:55.325Z Compiling thiserror v1.0.69
9052026-06-04T06:31:55.391Z Compiling httparse v1.10.1
9062026-06-04T06:31:55.425Z Compiling synstructure v0.13.2
9072026-06-04T06:31:55.640Z Compiling serde_derive_internals v0.29.1
9082026-06-04T06:31:55.689Z Checking once_cell v1.21.3
9092026-06-04T06:31:55.782Z Compiling regex-syntax v0.8.6
9102026-06-04T06:31:55.870Z Checking futures-sink v0.3.32
9112026-06-04T06:31:56.103Z Compiling rustix v1.1.4
9122026-06-04T06:31:56.191Z Checking slab v0.4.11
9132026-06-04T06:31:56.317Z Compiling aho-corasick v1.1.3
9142026-06-04T06:31:56.334Z Checking subtle v2.6.1
9152026-06-04T06:31:56.350Z Compiling ucd-trie v0.1.7
9162026-06-04T06:31:56.387Z Checking futures-channel v0.3.32
9172026-06-04T06:31:56.573Z Checking rand_core v0.6.4
9182026-06-04T06:31:56.576Z Compiling anyhow v1.0.102
9192026-06-04T06:31:56.675Z Checking futures-io v0.3.32
9202026-06-04T06:31:56.692Z Compiling serde_derive v1.0.228
9212026-06-04T06:31:56.732Z Compiling zerofrom-derive v0.1.6
9222026-06-04T06:31:56.785Z Compiling yoke-derive v0.8.0
9232026-06-04T06:31:56.893Z Compiling zerovec-derive v0.11.1
9242026-06-04T06:31:57.039Z Compiling displaydoc v0.2.5
9252026-06-04T06:31:57.722Z Compiling thiserror-impl v2.0.18
9262026-06-04T06:31:57.758Z Compiling schemars_derive v0.8.22
9272026-06-04T06:31:57.785Z Compiling tokio-macros v2.6.0
9282026-06-04T06:31:57.854Z Compiling zerocopy-derive v0.8.27
9292026-06-04T06:31:57.896Z Checking zerofrom v0.1.6
9302026-06-04T06:31:57.939Z Compiling futures-macro v0.3.32
9312026-06-04T06:31:58.012Z Checking yoke v0.8.0
9322026-06-04T06:31:58.180Z Checking zerovec v0.11.4
9332026-06-04T06:31:58.488Z Checking zerotrie v0.2.2
9342026-06-04T06:31:58.717Z Compiling zeroize_derive v1.4.3
9352026-06-04T06:31:58.730Z Compiling thiserror-impl v1.0.69
9362026-06-04T06:31:58.890Z Checking tinystr v0.8.1
9372026-06-04T06:31:58.912Z Checking potential_utf v0.1.3
9382026-06-04T06:31:59.038Z Checking icu_collections v2.0.0
9392026-06-04T06:31:59.064Z Checking icu_locale_core v2.0.0
9402026-06-04T06:31:59.116Z Compiling regex-automata v0.4.13
9412026-06-04T06:31:59.365Z Checking zeroize v1.8.1
9422026-06-04T06:31:59.503Z Checking icu_provider v2.0.0
9432026-06-04T06:31:59.516Z Compiling pest v2.8.2
9442026-06-04T06:31:59.657Z Checking bytes v1.11.1
9452026-06-04T06:31:59.740Z Checking icu_properties v2.0.1
9462026-06-04T06:31:59.847Z Checking icu_normalizer v2.0.0
9472026-06-04T06:31:59.864Z Checking chrono v0.4.44
9482026-06-04T06:32:00.086Z Compiling serde_tokenstream v0.2.3
9492026-06-04T06:32:00.110Z Checking tokio v1.50.0
9502026-06-04T06:32:00.446Z Checking futures-task v0.3.32
9512026-06-04T06:32:00.587Z Compiling pest_meta v2.8.2
9522026-06-04T06:32:00.600Z Checking idna_adapter v1.2.1
9532026-06-04T06:32:00.642Z Checking futures-util v0.3.32
9542026-06-04T06:32:00.721Z Checking idna v1.1.0
9552026-06-04T06:32:00.758Z Compiling getrandom v0.3.3
9562026-06-04T06:32:00.771Z Compiling tracing-attributes v0.1.30
9572026-06-04T06:32:00.956Z Checking url v2.5.7
9582026-06-04T06:32:01.095Z Compiling regex v1.12.3
9592026-06-04T06:32:01.672Z Compiling pest_generator v2.8.2
9602026-06-04T06:32:01.733Z Checking tracing-core v0.1.34
9612026-06-04T06:32:01.922Z Compiling pkg-config v0.3.32
9622026-06-04T06:32:01.978Z Compiling generic-array v0.14.7
9632026-06-04T06:32:02.041Z Checking tracing v0.1.41
9642026-06-04T06:32:02.137Z Checking fnv v1.0.7
9652026-06-04T06:32:02.232Z Checking http v1.4.0
9662026-06-04T06:32:02.280Z Compiling pest_derive v2.8.2
9672026-06-04T06:32:02.471Z Compiling vcpkg v0.2.15
9682026-06-04T06:32:02.599Z Compiling num-conv v0.2.1
9692026-06-04T06:32:02.683Z Compiling time-core v0.1.8
9702026-06-04T06:32:02.749Z Compiling byteorder v1.5.0
9712026-06-04T06:32:02.776Z Compiling regress v0.10.5
9722026-06-04T06:32:02.830Z Compiling time-macros v0.2.27
9732026-06-04T06:32:03.029Z Checking errno v0.3.14
9742026-06-04T06:32:03.151Z Checking base64 v0.22.1
9752026-06-04T06:32:03.163Z Checking ipnet v2.11.0
9762026-06-04T06:32:03.363Z Checking tokio-util v0.7.16
9772026-06-04T06:32:03.370Z Checking crypto-common v0.1.6
9782026-06-04T06:32:03.378Z Compiling scroll_derive v0.13.1
9792026-06-04T06:32:03.393Z Compiling camino v1.2.2
9802026-06-04T06:32:03.768Z Checking http-body v1.0.1
9812026-06-04T06:32:03.821Z Checking atomic-waker v1.1.2
9822026-06-04T06:32:03.833Z Compiling crossbeam-utils v0.8.21
9832026-06-04T06:32:03.894Z Checking ppv-lite86 v0.2.21
9842026-06-04T06:32:04.146Z Compiling slog v2.8.2
9852026-06-04T06:32:04.182Z Compiling paste v1.0.15
9862026-06-04T06:32:04.195Z Checking tower-layer v0.3.3
9872026-06-04T06:32:04.217Z Checking tower-service v0.3.3
9882026-06-04T06:32:04.307Z Checking try-lock v0.2.5
9892026-06-04T06:32:04.383Z Checking h2 v0.4.12
9902026-06-04T06:32:04.404Z Checking want v0.3.1
9912026-06-04T06:32:04.421Z Checking ipnetwork v0.21.1
9922026-06-04T06:32:04.510Z Checking erased-serde v0.3.31
9932026-06-04T06:32:04.514Z Checking rustls-pki-types v1.12.0
9942026-06-04T06:32:04.536Z Checking httpdate v1.0.3
9952026-06-04T06:32:04.626Z Checking pin-utils v0.1.0
9962026-06-04T06:32:04.642Z Checking pretty-hex v0.4.1
9972026-06-04T06:32:04.661Z Checking ryu v1.0.20
9982026-06-04T06:32:04.691Z Compiling async-trait v0.1.89
9992026-06-04T06:32:04.756Z Checking socket2 v0.5.10
10002026-06-04T06:32:04.796Z Checking untrusted v0.9.0
10012026-06-04T06:32:05.010Z Compiling scroll v0.13.0
10022026-06-04T06:32:05.151Z Compiling plain v0.2.3
10032026-06-04T06:32:05.260Z Compiling usdt-impl v0.6.0
10042026-06-04T06:32:05.274Z Compiling goblin v0.10.1
10052026-06-04T06:32:05.320Z Checking http-body-util v0.1.3
10062026-06-04T06:32:05.378Z Checking block-buffer v0.10.4
10072026-06-04T06:32:05.399Z Compiling openssl-sys v0.9.116
10082026-06-04T06:32:05.580Z Compiling slog-async v2.8.0
10092026-06-04T06:32:05.649Z Compiling strsim v0.11.1
10102026-06-04T06:32:05.696Z Checking rand_core v0.9.3
10112026-06-04T06:32:05.865Z Checking digest v0.10.7
10122026-06-04T06:32:05.922Z Checking serde_urlencoded v0.7.1
10132026-06-04T06:32:05.957Z Checking oxnet v0.1.4
10142026-06-04T06:32:05.968Z Compiling dtrace-parser v0.3.0
10152026-06-04T06:32:06.013Z Compiling openapiv3 v2.2.0
10162026-06-04T06:32:06.055Z Compiling thread-id v5.0.0
10172026-06-04T06:32:06.141Z Compiling typify-impl v0.4.3
10182026-06-04T06:32:06.189Z Compiling cmake v0.1.54
10192026-06-04T06:32:06.266Z Checking hyper v1.8.1
10202026-06-04T06:32:06.537Z Compiling ident_case v1.0.1
10212026-06-04T06:32:06.603Z Compiling omicron-workspace-hack v0.1.0
10222026-06-04T06:32:06.659Z Compiling fs_extra v1.3.0
10232026-06-04T06:32:06.815Z Compiling dunce v1.0.5
10242026-06-04T06:32:06.909Z Compiling darling_core v0.21.3
10252026-06-04T06:32:06.912Z Compiling aws-lc-sys v0.39.1
10262026-06-04T06:32:06.934Z Checking rand_chacha v0.9.0
10272026-06-04T06:32:07.113Z Compiling daft-derive v0.1.5
10282026-06-04T06:32:07.140Z Checking hyper-util v0.1.20
10292026-06-04T06:32:07.418Z Checking powerfmt v0.2.0
10302026-06-04T06:32:07.544Z Checking rand v0.9.3
10312026-06-04T06:32:07.568Z Checking deranged v0.5.3
10322026-06-04T06:32:07.840Z Checking cpufeatures v0.2.17
10332026-06-04T06:32:07.906Z Compiling rustls v0.22.4
10342026-06-04T06:32:08.113Z Compiling dof v0.4.0
10352026-06-04T06:32:08.142Z Compiling unsafe-libyaml v0.2.11
10362026-06-04T06:32:08.198Z Checking num_threads v0.1.7
10372026-06-04T06:32:08.426Z Compiling syn v1.0.109
10382026-06-04T06:32:08.782Z Compiling serde_yaml v0.9.34+deprecated
10392026-06-04T06:32:08.803Z Checking time v0.3.47
10402026-06-04T06:32:08.960Z Compiling darling_macro v0.21.3
10412026-06-04T06:32:08.994Z Checking sync_wrapper v1.0.2
10422026-06-04T06:32:09.060Z Compiling usdt-attr-macro v0.6.0
10432026-06-04T06:32:09.093Z Compiling usdt-macro v0.6.0
10442026-06-04T06:32:09.480Z Compiling typify-macro v0.4.3
10452026-06-04T06:32:09.494Z Compiling darling v0.21.3
10462026-06-04T06:32:09.868Z Checking encoding_rs v0.8.35
10472026-06-04T06:32:09.868Z Compiling aws-lc-rs v1.16.2
10482026-06-04T06:32:09.901Z Checking mime v0.3.17
10492026-06-04T06:32:10.016Z Checking tower v0.5.2
10502026-06-04T06:32:10.101Z Checking crossbeam-channel v0.5.15
10512026-06-04T06:32:10.164Z Checking futures-executor v0.3.32
10522026-06-04T06:32:10.307Z Compiling structmeta-derive v0.3.0
10532026-06-04T06:32:10.430Z Compiling multer v3.1.0
10542026-06-04T06:32:10.442Z Checking iri-string v0.7.8
10552026-06-04T06:32:10.507Z Checking futures v0.3.32
10562026-06-04T06:32:10.697Z Compiling async-stream-impl v0.3.6
10572026-06-04T06:32:10.833Z Checking thread_local v1.1.9
10582026-06-04T06:32:10.836Z Checking hex v0.4.3
10592026-06-04T06:32:10.998Z Compiling typify v0.4.3
10602026-06-04T06:32:11.011Z Checking fastrand v2.3.0
10612026-06-04T06:32:11.048Z Checking untrusted v0.7.1
10622026-06-04T06:32:11.084Z Checking foreign-types-shared v0.1.1
10632026-06-04T06:32:11.161Z Compiling openssl v0.10.80
10642026-06-04T06:32:11.175Z Checking unicode-width v0.2.1
10652026-06-04T06:32:11.185Z Checking tempfile v3.27.0
10662026-06-04T06:32:11.307Z Checking foreign-types v0.3.2
10672026-06-04T06:32:11.361Z Compiling structmeta v0.3.0
10682026-06-04T06:32:11.417Z Compiling strum_macros v0.26.4
10692026-06-04T06:32:11.442Z Checking tower-http v0.6.8
10702026-06-04T06:32:11.458Z Compiling openssl-macros v0.1.1
10712026-06-04T06:32:11.611Z Checking memmap2 v0.9.8
10722026-06-04T06:32:11.633Z Checking is-terminal v0.4.16
10732026-06-04T06:32:11.708Z Checking winnow v0.7.14
10742026-06-04T06:32:11.765Z Compiling native-tls v0.2.14
10752026-06-04T06:32:11.837Z Checking openssl-probe v0.1.6
10762026-06-04T06:32:11.942Z Compiling rustls v0.23.32
10772026-06-04T06:32:12.004Z Checking term v1.2.0
10782026-06-04T06:32:12.110Z Checking take_mut v0.2.2
10792026-06-04T06:32:12.146Z Checking match_cfg v0.1.0
10802026-06-04T06:32:12.210Z Checking hostname v0.3.1
10812026-06-04T06:32:12.236Z Checking slog-term v2.9.2
10822026-06-04T06:32:12.660Z Checking slog-json v2.6.1
10832026-06-04T06:32:12.807Z Compiling newtype-uuid-macros v0.1.0
10842026-06-04T06:32:12.828Z Compiling ref-cast v1.0.25
10852026-06-04T06:32:12.936Z Checking slog-bunyan v2.5.0
10862026-06-04T06:32:13.027Z Compiling ref-cast-impl v1.0.25
10872026-06-04T06:32:13.175Z Compiling dropshot v0.16.7
10882026-06-04T06:32:13.283Z Compiling derive-ex v0.1.8
10892026-06-04T06:32:13.445Z Checking webpki-roots v1.0.2
10902026-06-04T06:32:13.555Z Compiling dropshot_endpoint v0.16.7
10912026-06-04T06:32:13.567Z Compiling strum_macros v0.27.2
10922026-06-04T06:32:13.913Z Compiling progenitor-impl v0.11.1
10932026-06-04T06:32:14.524Z Checking tokio-native-tls v0.3.1
10942026-06-04T06:32:14.675Z Checking hyper-tls v0.6.0
10952026-06-04T06:32:14.705Z Checking newtype-uuid v1.3.2
10962026-06-04T06:32:14.796Z Compiling test-strategy v0.4.3
10972026-06-04T06:32:14.838Z Compiling either v1.15.0
10982026-06-04T06:32:15.039Z Checking winnow v1.0.3
10992026-06-04T06:32:15.065Z Checking daft v0.1.5
11002026-06-04T06:32:15.114Z Compiling serde_with_macros v3.14.1
11012026-06-04T06:32:15.285Z Checking rustls-webpki v0.102.8
11022026-06-04T06:32:15.381Z Checking toml_parser v1.1.2+spec-1.1.0
11032026-06-04T06:32:15.443Z Checking usdt v0.6.0
11042026-06-04T06:32:15.495Z Checking serde_spanned v1.0.4
11052026-06-04T06:32:15.692Z Checking toml_writer v1.0.6+spec-1.1.0
11062026-06-04T06:32:15.706Z Checking debug-ignore v1.0.5
11072026-06-04T06:32:15.802Z Checking spin v0.9.8
11082026-06-04T06:32:15.934Z Compiling parse-display-derive v0.10.0
11092026-06-04T06:32:15.991Z Compiling progenitor-macro v0.11.1
11102026-06-04T06:32:16.157Z Checking async-stream v0.3.6
11112026-06-04T06:32:16.166Z Checking sha1 v0.10.6
11122026-06-04T06:32:16.250Z Checking rustls-pemfile v2.2.0
11132026-06-04T06:32:16.292Z Checking waitgroup v0.1.2
11142026-06-04T06:32:16.321Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11152026-06-04T06:32:16.389Z Checking serde_path_to_error v0.1.20
11162026-06-04T06:32:16.402Z Checking hostname v0.4.2
11172026-06-04T06:32:16.658Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11182026-06-04T06:32:16.766Z Checking strum v0.26.3
11192026-06-04T06:32:16.877Z Checking rand_chacha v0.3.1
11202026-06-04T06:32:16.967Z Compiling toml_datetime v0.6.11
11212026-06-04T06:32:17.064Z Checking macaddr v1.0.1
11222026-06-04T06:32:17.077Z Checking toml_datetime v0.7.5+spec-1.1.0
11232026-06-04T06:32:17.150Z Checking tokio-rustls v0.25.0
11242026-06-04T06:32:17.200Z Checking wait-timeout v0.2.1
11252026-06-04T06:32:17.241Z Checking lazy_static v1.5.0
11262026-06-04T06:32:17.270Z Checking bit-vec v0.8.0
11272026-06-04T06:32:17.331Z Checking quick-error v1.2.3
11282026-06-04T06:32:17.343Z Checking toml v0.9.12+spec-1.1.0
11292026-06-04T06:32:17.346Z Checking rand v0.8.5
11302026-06-04T06:32:17.422Z Checking rusty-fork v0.3.0
11312026-06-04T06:32:17.448Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11322026-06-04T06:32:17.461Z Checking bit-set v0.8.0
11332026-06-04T06:32:17.603Z Checking tabwriter v1.4.1
11342026-06-04T06:32:17.639Z Checking rand_xorshift v0.4.0
11352026-06-04T06:32:17.753Z Compiling clap_derive v4.6.0
11362026-06-04T06:32:17.846Z Checking colored v3.1.1
11372026-06-04T06:32:17.882Z Checking unarray v0.1.4
11382026-06-04T06:32:17.895Z Checking utf8parse v0.2.2
11392026-06-04T06:32:17.983Z Checking proptest v1.8.0
11402026-06-04T06:32:17.995Z Checking anstyle-parse v1.0.0
11412026-06-04T06:32:18.027Z Checking strum v0.27.2
11422026-06-04T06:32:18.147Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11432026-06-04T06:32:18.230Z Checking terminal_size v0.4.3
11442026-06-04T06:32:18.607Z Checking anstyle-query v1.1.4
11452026-06-04T06:32:18.631Z Checking colorchoice v1.0.4
11462026-06-04T06:32:18.699Z Checking is_terminal_polyfill v1.70.1
11472026-06-04T06:32:18.728Z Checking anstyle v1.0.14
11482026-06-04T06:32:18.905Z Checking anstream v1.0.0
11492026-06-04T06:32:18.982Z Checking itertools v0.14.0
11502026-06-04T06:32:19.438Z Checking clap_lex v1.1.0
11512026-06-04T06:32:19.570Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11522026-06-04T06:32:19.833Z Checking clap_builder v4.6.0
11532026-06-04T06:32:20.124Z Checking serde_with v3.14.1
11542026-06-04T06:32:20.768Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11552026-06-04T06:32:20.976Z Checking instant v0.1.13
11562026-06-04T06:32:21.085Z Checking clap v4.6.0
11572026-06-04T06:32:21.159Z Checking rustc-hash v2.1.1
11582026-06-04T06:32:21.217Z Checking backoff v0.4.0
11592026-06-04T06:32:21.268Z Checking iddqd v0.3.18
11602026-06-04T06:32:21.376Z Checking parse-display v0.10.0
11612026-06-04T06:32:21.390Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11622026-06-04T06:32:21.494Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11632026-06-04T06:32:22.855Z Compiling num-derive v0.4.2
11642026-06-04T06:32:23.446Z Compiling rustls-webpki v0.103.6
11652026-06-04T06:32:24.013Z Compiling prettyplease v0.2.37
11662026-06-04T06:32:26.096Z Checking serde_spanned v0.6.9
11672026-06-04T06:32:26.150Z Compiling memoffset v0.9.1
11682026-06-04T06:32:26.220Z Compiling cfg_aliases v0.2.1
11692026-06-04T06:32:26.642Z Compiling nix v0.30.1
11702026-06-04T06:32:26.752Z Compiling tokio-rustls v0.26.3
11712026-06-04T06:32:27.380Z Compiling hyper-rustls v0.27.7
11722026-06-04T06:32:27.634Z Compiling reqwest v0.12.23
11732026-06-04T06:32:28.612Z Checking crossbeam-epoch v0.9.18
11742026-06-04T06:32:28.742Z Compiling progenitor-client v0.11.1
11752026-06-04T06:32:28.948Z Compiling winnow v0.5.40
11762026-06-04T06:32:30.153Z Compiling progenitor v0.11.1
11772026-06-04T06:32:30.274Z Compiling toml_edit v0.19.15
11782026-06-04T06:32:31.048Z Compiling num-integer v0.1.46
11792026-06-04T06:32:31.460Z Compiling proc-macro-crate v1.3.1
11802026-06-04T06:32:31.648Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11812026-06-04T06:32:31.730Z Compiling progenitor-client v0.10.0
11822026-06-04T06:32:32.594Z Compiling hubpack_derive v0.1.1
11832026-06-04T06:32:32.922Z Checking toml_write v0.1.2
11842026-06-04T06:32:33.012Z Compiling rayon-core v1.13.0
11852026-06-04T06:32:33.189Z Checking toml_edit v0.22.27
11862026-06-04T06:32:33.203Z Checking hubpack v0.1.2
11872026-06-04T06:32:33.258Z Checking num-iter v0.1.45
11882026-06-04T06:32:33.366Z Checking num-rational v0.4.2
11892026-06-04T06:32:33.646Z Compiling zerocopy-derive v0.7.35
11902026-06-04T06:32:33.669Z Compiling num-complex v0.4.6
11912026-06-04T06:32:33.994Z Checking static_assertions v1.1.0
11922026-06-04T06:32:34.100Z Checking num v0.4.3
11932026-06-04T06:32:34.231Z Checking toml v0.8.23
11942026-06-04T06:32:34.271Z Checking crossbeam-deque v0.8.6
11952026-06-04T06:32:34.445Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11962026-06-04T06:32:34.465Z Compiling float-ord v0.3.2
11972026-06-04T06:32:34.536Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11982026-06-04T06:32:34.716Z Compiling proc-macro-error-attr v1.0.4
11992026-06-04T06:32:34.793Z Compiling heapless v0.8.0
12002026-06-04T06:32:34.942Z Checking bytecount v0.6.9
12012026-06-04T06:32:35.044Z Checking libscf-sys v1.2.0
12022026-06-04T06:32:35.109Z Compiling ingot-macros v0.1.1
12032026-06-04T06:32:35.184Z Checking hash32 v0.3.1
12042026-06-04T06:32:35.255Z Compiling proc-macro-error v1.0.4
12052026-06-04T06:32:35.306Z Compiling smoltcp v0.11.0
12062026-06-04T06:32:35.523Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12072026-06-04T06:32:36.139Z Compiling zerocopy v0.7.35
12082026-06-04T06:32:36.168Z Compiling num_enum_derive v0.7.5
12092026-06-04T06:32:36.186Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12102026-06-04T06:32:36.580Z Checking cobs v0.3.0
12112026-06-04T06:32:36.687Z Compiling foreign-types-macros v0.2.3
12122026-06-04T06:32:36.730Z Compiling scroll_derive v0.12.1
12132026-06-04T06:32:36.746Z Compiling usdt-impl v0.5.0
12142026-06-04T06:32:36.802Z Checking managed v0.8.0
12152026-06-04T06:32:36.991Z Compiling crucible-workspace-hack v0.1.0
12162026-06-04T06:32:37.004Z Checking foreign-types-shared v0.3.1
12172026-06-04T06:32:37.090Z Checking bitflags v1.3.2
12182026-06-04T06:32:37.191Z Checking num_enum v0.7.5
12192026-06-04T06:32:37.296Z Checking foreign-types v0.5.0
12202026-06-04T06:32:37.310Z Checking postcard v1.1.3
12212026-06-04T06:32:37.323Z Compiling dof v0.3.0
12222026-06-04T06:32:37.411Z Checking scroll v0.12.0
12232026-06-04T06:32:37.628Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12242026-06-04T06:32:37.672Z Compiling dtrace-parser v0.2.0
12252026-06-04T06:32:37.690Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12262026-06-04T06:32:37.740Z Checking ingot-types v0.1.2
12272026-06-04T06:32:37.754Z Checking camino-tempfile v1.4.1
12282026-06-04T06:32:37.818Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12292026-06-04T06:32:37.908Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12302026-06-04T06:32:38.022Z Checking cstr-argument v0.1.2
12312026-06-04T06:32:38.075Z Checking ingot v0.1.1
12322026-06-04T06:32:38.140Z Compiling thread-id v4.2.2
12332026-06-04T06:32:38.153Z Compiling heck v0.4.1
12342026-06-04T06:32:38.166Z Compiling minimal-lexical v0.2.1
12352026-06-04T06:32:38.288Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12362026-06-04T06:32:38.302Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12372026-06-04T06:32:38.347Z Compiling nom v7.1.3
12382026-06-04T06:32:38.408Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12392026-06-04T06:32:38.441Z Checking goblin v0.8.2
12402026-06-04T06:32:38.535Z Checking rayon v1.11.0
12412026-06-04T06:32:38.756Z Compiling num_enum_derive v0.5.11
12422026-06-04T06:32:39.029Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12432026-06-04T06:32:39.358Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12442026-06-04T06:32:39.522Z Compiling rustc_version v0.4.1
12452026-06-04T06:32:39.603Z Compiling proc-macro-error-attr2 v2.0.0
12462026-06-04T06:32:39.793Z Compiling rustix v0.38.44
12472026-06-04T06:32:39.920Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12482026-06-04T06:32:39.972Z Compiling convert_case v0.4.0
12492026-06-04T06:32:40.009Z Checking tinyvec_macros v0.1.1
12502026-06-04T06:32:40.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12512026-06-04T06:32:40.234Z Checking tinyvec v1.10.0
12522026-06-04T06:32:40.273Z Compiling derive_more v0.99.20
12532026-06-04T06:32:40.312Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12542026-06-04T06:32:40.425Z Compiling proc-macro-error2 v2.0.1
12552026-06-04T06:32:40.543Z Checking num_enum v0.5.11
12562026-06-04T06:32:40.656Z Compiling libz-sys v1.1.22
12572026-06-04T06:32:40.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12582026-06-04T06:32:40.769Z Compiling crc32fast v1.5.0
12592026-06-04T06:32:41.070Z Compiling tabled_derive v0.11.0
12602026-06-04T06:32:41.126Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12612026-06-04T06:32:41.140Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12622026-06-04T06:32:41.687Z Compiling usdt-attr-macro v0.5.0
12632026-06-04T06:32:41.862Z Compiling usdt-macro v0.5.0
12642026-06-04T06:32:41.915Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-06-04T06:32:42.039Z Compiling zone_cfg_derive v0.3.1
12662026-06-04T06:32:42.154Z Checking papergrid v0.17.0
12672026-06-04T06:32:42.407Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12682026-06-04T06:32:42.532Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12692026-06-04T06:32:42.535Z Checking itertools v0.12.1
12702026-06-04T06:32:42.649Z Checking testing_table v0.3.0
12712026-06-04T06:32:42.688Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12722026-06-04T06:32:42.701Z Checking memmap v0.7.0
12732026-06-04T06:32:42.739Z Checking sigpipe v0.1.3
12742026-06-04T06:32:42.819Z Checking jiff v0.2.15
12752026-06-04T06:32:42.833Z Checking glob v0.3.3
12762026-06-04T06:32:42.912Z Checking adler2 v2.0.1
12772026-06-04T06:32:42.915Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12782026-06-04T06:32:43.003Z Checking tabled v0.20.0
12792026-06-04T06:32:43.020Z Checking miniz_oxide v0.8.9
12802026-06-04T06:32:43.048Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12812026-06-04T06:32:43.141Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12822026-06-04T06:32:43.218Z Checking usdt v0.5.0
12832026-06-04T06:32:43.364Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12842026-06-04T06:32:43.378Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12852026-06-04T06:32:43.528Z Checking zone v0.3.1
12862026-06-04T06:32:43.657Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12872026-06-04T06:32:43.706Z Checking smf v0.2.3
12882026-06-04T06:32:43.860Z Checking secrecy v0.10.3
12892026-06-04T06:32:43.876Z Checking bstr v1.12.0
12902026-06-04T06:32:43.977Z Checking whoami v1.6.1
12912026-06-04T06:32:44.018Z Checking flate2 v1.1.2
12922026-06-04T06:32:44.144Z Compiling curve25519-dalek v4.1.3
12932026-06-04T06:32:44.204Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12942026-06-04T06:32:44.249Z Compiling clang-sys v1.8.1
12952026-06-04T06:32:44.297Z Checking hmac v0.12.1
12962026-06-04T06:32:44.421Z Checking inout v0.1.4
12972026-06-04T06:32:44.434Z Checking ff v0.13.1
12982026-06-04T06:32:44.554Z Compiling enum-as-inner v0.6.1
12992026-06-04T06:32:44.554Z Compiling semver v0.1.20
13002026-06-04T06:32:44.609Z Checking data-encoding v2.9.0
13012026-06-04T06:32:44.816Z Compiling rustc_version v0.1.7
13022026-06-04T06:32:44.895Z Checking cipher v0.4.4
13032026-06-04T06:32:44.944Z Checking group v0.13.0
13042026-06-04T06:32:45.015Z Checking hkdf v0.12.4
13052026-06-04T06:32:45.085Z Checking atomicwrites v0.4.4
13062026-06-04T06:32:45.102Z Compiling thiserror-impl-no-std v2.0.2
13072026-06-04T06:32:45.124Z Checking universal-hash v0.5.1
13082026-06-04T06:32:45.144Z Checking crypto-bigint v0.5.5
13092026-06-04T06:32:45.207Z Checking half v2.7.1
13102026-06-04T06:32:45.229Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13112026-06-04T06:32:45.245Z Compiling curve25519-dalek-derive v0.1.1
13122026-06-04T06:32:45.410Z Checking indent_write v2.2.0
13132026-06-04T06:32:45.485Z Checking ciborium-io v0.2.2
13142026-06-04T06:32:45.542Z Checking base64ct v1.8.0
13152026-06-04T06:32:45.576Z Checking base16ct v0.2.0
13162026-06-04T06:32:45.594Z Checking opaque-debug v0.3.1
13172026-06-04T06:32:45.665Z Checking poly1305 v0.8.0
13182026-06-04T06:32:45.698Z Checking ciborium-ll v0.2.2
13192026-06-04T06:32:45.774Z Checking password-hash v0.5.0
13202026-06-04T06:32:45.870Z Checking chacha20 v0.9.1
13212026-06-04T06:32:45.894Z Compiling newtype_derive v0.1.6
13222026-06-04T06:32:45.999Z Checking similar v2.7.0
13232026-06-04T06:32:46.054Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13242026-06-04T06:32:46.113Z Checking blake2 v0.10.6
13252026-06-04T06:32:46.187Z Checking elliptic-curve v0.13.8
13262026-06-04T06:32:46.204Z Checking thiserror-no-std v2.0.2
13272026-06-04T06:32:46.292Z Compiling typify-impl v0.6.1
13282026-06-04T06:32:46.306Z Checking aead v0.5.2
13292026-06-04T06:32:46.327Z Compiling libloading v0.8.9
13302026-06-04T06:32:46.341Z Checking linked-hash-map v0.5.6
13312026-06-04T06:32:46.434Z Checking resolv-conf v0.7.5
13322026-06-04T06:32:46.437Z Compiling bindgen v0.72.1
13332026-06-04T06:32:46.502Z Checking compression-core v0.4.32
13342026-06-04T06:32:46.516Z Compiling owo-colors v4.3.0
13352026-06-04T06:32:46.608Z Checking keccak v0.1.6
13362026-06-04T06:32:46.625Z Checking compression-codecs v0.4.32
13372026-06-04T06:32:46.645Z Checking vsss-rs v3.3.4
13382026-06-04T06:32:46.670Z Checking lru-cache v0.1.2
13392026-06-04T06:32:46.761Z Checking sha3 v0.10.8
13402026-06-04T06:32:46.784Z Checking chacha20poly1305 v0.10.1
13412026-06-04T06:32:46.797Z Checking argon2 v0.5.3
13422026-06-04T06:32:46.900Z Checking ciborium v0.2.2
13432026-06-04T06:32:46.922Z Checking hickory-proto v0.24.4
13442026-06-04T06:32:46.946Z Checking tokio-dtrace v0.1.1
13452026-06-04T06:32:47.075Z Compiling cexpr v0.6.0
13462026-06-04T06:32:47.113Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13472026-06-04T06:32:47.386Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13482026-06-04T06:32:47.612Z Checking serde-big-array v0.5.1
13492026-06-04T06:32:47.625Z Compiling derive-where v1.6.0
13502026-06-04T06:32:47.693Z Compiling serde_repr v0.1.20
13512026-06-04T06:32:47.742Z Checking toml_datetime v1.1.1+spec-1.1.0
13522026-06-04T06:32:47.936Z Compiling dropshot v0.17.0
13532026-06-04T06:32:48.154Z Checking siphasher v1.0.1
13542026-06-04T06:32:48.166Z Checking unicode-segmentation v1.12.0
13552026-06-04T06:32:48.245Z Checking same-file v1.0.6
13562026-06-04T06:32:48.312Z Checking phf_shared v0.12.1
13572026-06-04T06:32:48.365Z Checking walkdir v2.5.0
13582026-06-04T06:32:48.409Z Checking hickory-resolver v0.24.4
13592026-06-04T06:32:48.446Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13602026-06-04T06:32:48.475Z Checking newline-converter v0.3.0
13612026-06-04T06:32:48.584Z Checking toml v1.0.6+spec-1.1.0
13622026-06-04T06:32:48.818Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-06-04T06:32:49.065Z Checking oxide-tokio-rt v0.1.2
13642026-06-04T06:32:49.150Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13652026-06-04T06:32:49.343Z Checking async-compression v0.4.33
13662026-06-04T06:32:49.580Z Checking console v0.15.11
13672026-06-04T06:32:49.593Z Compiling progenitor-impl v0.10.0
13682026-06-04T06:32:49.617Z Compiling typify-macro v0.6.1
13692026-06-04T06:32:49.843Z Checking tokio-stream v0.1.17
13702026-06-04T06:32:49.857Z Compiling dropshot_endpoint v0.17.0
13712026-06-04T06:32:50.075Z Compiling pin-project-internal v1.1.10
13722026-06-04T06:32:50.219Z Compiling slog-dtrace v0.3.0
13732026-06-04T06:32:50.506Z Checking csv-core v0.1.12
13742026-06-04T06:32:50.630Z Compiling cancel-safe-futures v0.1.5
13752026-06-04T06:32:50.699Z Checking smawk v0.3.2
13762026-06-04T06:32:50.836Z Compiling chrono-tz v0.10.4
13772026-06-04T06:32:50.878Z Compiling unicode-xid v0.2.6
13782026-06-04T06:32:51.054Z Checking foldhash v0.1.5
13792026-06-04T06:32:51.063Z Checking unicode-width v0.1.14
13802026-06-04T06:32:51.151Z Checking swrite v0.1.0
13812026-06-04T06:32:51.187Z Checking unicode-linebreak v0.1.5
13822026-06-04T06:32:51.210Z Checking pin-project v1.1.10
13832026-06-04T06:32:51.242Z Checking hashbrown v0.15.5
13842026-06-04T06:32:51.309Z Compiling const_format_proc_macros v0.2.34
13852026-06-04T06:32:51.360Z Checking csv v1.4.0
13862026-06-04T06:32:51.410Z Checking textwrap v0.16.2
13872026-06-04T06:32:51.612Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13882026-06-04T06:32:51.731Z Checking qorb v0.4.1
13892026-06-04T06:32:51.743Z Compiling progenitor-macro v0.10.0
13902026-06-04T06:32:51.765Z Checking expectorate v1.2.0
13912026-06-04T06:32:51.897Z Checking phf v0.12.1
13922026-06-04T06:32:52.061Z Checking unicode-normalization v0.1.24
13932026-06-04T06:32:52.110Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-06-04T06:32:52.601Z Checking libsw-core v0.3.2
13952026-06-04T06:32:52.695Z Compiling libgit2-sys v0.17.0+1.8.1
13962026-06-04T06:32:52.750Z Compiling snafu-derive v0.8.9
13972026-06-04T06:32:53.083Z Compiling async-recursion v1.1.1
13982026-06-04T06:32:53.168Z Compiling cookie v0.18.1
13992026-06-04T06:32:53.226Z Checking fixedbitset v0.4.2
14002026-06-04T06:32:53.357Z Checking fixedbitset v0.5.7
14012026-06-04T06:32:53.372Z Compiling moka v0.12.11
14022026-06-04T06:32:53.384Z Checking highway v1.3.0
14032026-06-04T06:32:53.557Z Checking petgraph v0.8.2
14042026-06-04T06:32:53.621Z Checking petgraph v0.6.5
14052026-06-04T06:32:53.742Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-06-04T06:32:53.910Z Checking libsw v3.5.0
14072026-06-04T06:32:54.066Z Checking olpc-cjson v0.1.4
14082026-06-04T06:32:54.200Z Checking const_format v0.2.34
14092026-06-04T06:32:54.436Z Checking snafu v0.8.9
14102026-06-04T06:32:54.668Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14112026-06-04T06:32:54.834Z Checking papergrid v0.11.0
14122026-06-04T06:32:54.858Z Compiling typify v0.6.1
14132026-06-04T06:32:54.954Z Checking globset v0.4.16
14142026-06-04T06:32:54.983Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14152026-06-04T06:32:55.055Z Checking gethostname v0.5.0
14162026-06-04T06:32:55.198Z Compiling tabled_derive v0.7.0
14172026-06-04T06:32:55.458Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14182026-06-04T06:32:55.516Z Checking reqwest v0.13.2
14192026-06-04T06:32:55.780Z Checking bcs v0.1.6
14202026-06-04T06:32:55.852Z Checking progenitor v0.10.0
14212026-06-04T06:32:55.986Z Checking pem v3.0.5
14222026-06-04T06:32:56.008Z Checking serde_plain v1.0.2
14232026-06-04T06:32:56.076Z Checking crc8 v0.1.1
14242026-06-04T06:32:56.145Z Compiling signal-hook v0.3.18
14252026-06-04T06:32:56.159Z Checking tagptr v0.2.0
14262026-06-04T06:32:56.159Z Checking linear-map v1.2.0
14272026-06-04T06:32:56.183Z Checking termtree v0.5.1
14282026-06-04T06:32:56.308Z Checking humantime v2.3.0
14292026-06-04T06:32:56.322Z Checking typed-path v0.9.3
14302026-06-04T06:32:56.334Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14312026-06-04T06:32:56.492Z Checking tabled v0.15.0
14322026-06-04T06:32:56.731Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14332026-06-04T06:32:56.974Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14342026-06-04T06:32:57.069Z Checking tough v0.20.0
14352026-06-04T06:32:57.130Z Compiling progenitor-impl v0.13.0
14362026-06-04T06:32:57.537Z Checking steno v0.4.1
14372026-06-04T06:32:57.836Z Checking hickory-proto v0.25.2
14382026-06-04T06:32:58.491Z Compiling curl-sys v0.4.83+curl-8.15.0
14392026-06-04T06:32:58.740Z Compiling cargo-platform v0.1.9
14402026-06-04T06:32:58.809Z Compiling vergen v8.3.2
14412026-06-04T06:32:58.878Z Compiling fs-err v3.1.2
14422026-06-04T06:32:58.972Z Compiling cargo_metadata v0.18.1
14432026-06-04T06:32:59.189Z Compiling progenitor-macro v0.13.0
14442026-06-04T06:32:59.204Z Checking progenitor-client v0.13.0
14452026-06-04T06:32:59.240Z Checking dropshot-api-manager-types v0.7.2
14462026-06-04T06:32:59.404Z Checking sha2 v0.10.9
14472026-06-04T06:32:59.421Z Compiling blake3 v1.8.2
14482026-06-04T06:32:59.424Z Checking hickory-resolver v0.25.2
14492026-06-04T06:33:00.065Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14502026-06-04T06:33:00.199Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14512026-06-04T06:33:00.314Z Checking git-stub v1.0.0
14522026-06-04T06:33:00.344Z Checking filetime v0.2.26
14532026-06-04T06:33:00.471Z Checking constant_time_eq v0.3.1
14542026-06-04T06:33:00.507Z Checking arrayvec v0.7.6
14552026-06-04T06:33:00.566Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14562026-06-04T06:33:00.695Z Checking arrayref v0.3.9
14572026-06-04T06:33:00.768Z Checking xattr v1.6.1
14582026-06-04T06:33:00.786Z Compiling curl v0.4.49
14592026-06-04T06:33:00.900Z Checking is_ci v1.2.0
14602026-06-04T06:33:01.004Z Checking supports-color v3.0.2
14612026-06-04T06:33:01.070Z Checking tar v0.4.46
14622026-06-04T06:33:01.433Z Checking git-stub-vcs v0.1.0
14632026-06-04T06:33:01.575Z Checking drift v0.2.0
14642026-06-04T06:33:01.618Z Checking kstat-rs v0.2.4
14652026-06-04T06:33:01.630Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14662026-06-04T06:33:01.798Z Checking topological-sort v0.2.2
14672026-06-04T06:33:01.830Z Checking toml v0.7.8
14682026-06-04T06:33:01.873Z Checking dropshot-api-manager v0.7.2
14692026-06-04T06:33:02.133Z Checking omicron-zone-package v0.12.2
14702026-06-04T06:33:02.661Z Checking signal-hook-tokio v0.3.1
14712026-06-04T06:33:02.789Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14722026-06-04T06:33:02.853Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14732026-06-04T06:33:02.971Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14742026-06-04T06:33:03.056Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14752026-06-04T06:33:03.298Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-06-04T06:33:03.322Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-06-04T06:33:03.372Z Checking progenitor v0.13.0
14782026-06-04T06:33:03.504Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14792026-06-04T06:33:03.647Z Checking search_path v0.1.4
14802026-06-04T06:33:03.741Z Checking display-error-chain v0.2.2
14812026-06-04T06:33:03.783Z Checking internet-checksum v0.2.1
14822026-06-04T06:33:03.870Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-04T06:33:03.882Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14842026-06-04T06:33:04.119Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
14852026-06-04T06:33:04.223Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-04T06:33:04.365Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-06-04T06:33:04.871Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-04T06:33:04.890Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14892026-06-04T06:33:05.272Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14902026-06-04T06:33:05.312Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-04T06:33:05.382Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-04T06:33:05.516Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14932026-06-04T06:33:05.686Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14942026-06-04T06:33:05.889Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14952026-06-04T06:33:05.920Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14962026-06-04T06:33:06.110Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14972026-06-04T06:33:06.515Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14982026-06-04T06:33:06.541Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14992026-06-04T06:33:08.878Z Compiling git2 v0.19.0
15002026-06-04T06:33:09.496Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15012026-06-04T06:33:09.863Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15022026-06-04T06:33:10.702Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15032026-06-04T06:33:10.754Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15042026-06-04T06:33:11.244Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15052026-06-04T06:33:11.436Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15062026-06-04T06:33:11.475Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-06-04T06:33:11.748Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15082026-06-04T06:33:11.874Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15092026-06-04T06:33:12.325Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15102026-06-04T06:33:22.899Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15112026-06-04T06:33:24.185Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15122026-06-04T06:33:28.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15132026-06-04T06:33:29.281Z+ for feat in tofino_stub tofino_asic softnpu chaos
15142026-06-04T06:33:29.281Z+ cargo clippy --features tofino_asic -- --deny warnings
15152026-06-04T06:33:29.760Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15162026-06-04T06:33:29.760Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15172026-06-04T06:33:29.763Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15182026-06-04T06:33:29.763Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15192026-06-04T06:33:36.836Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15202026-06-04T06:33:36.836Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15212026-06-04T06:33:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
15222026-06-04T06:33:39.479Z+ for feat in tofino_stub tofino_asic softnpu chaos
15232026-06-04T06:33:39.479Z+ cargo clippy --features softnpu -- --deny warnings
15242026-06-04T06:33:39.772Z Downloading crates ...
15252026-06-04T06:33:39.901Z Downloaded typeid v1.0.3
15262026-06-04T06:33:39.904Z Downloaded bitstruct v0.1.1
15272026-06-04T06:33:39.907Z Downloaded ascii v1.1.0
15282026-06-04T06:33:39.910Z Downloaded tap v1.0.1
15292026-06-04T06:33:39.913Z Downloaded bitstruct_derive v0.1.0
15302026-06-04T06:33:39.913Z Downloaded radium v0.7.0
15312026-06-04T06:33:39.916Z Downloaded funty v2.0.0
15322026-06-04T06:33:39.916Z Downloaded serde_arrays v0.1.0
15332026-06-04T06:33:39.919Z Downloaded libloading v0.7.4
15342026-06-04T06:33:39.922Z Downloaded wyz v0.5.1
15352026-06-04T06:33:39.922Z Downloaded erased-serde v0.4.8
15362026-06-04T06:33:39.979Z Downloaded num-bigint v0.4.6
15372026-06-04T06:33:39.979Z Downloaded bitvec v1.0.1
15382026-06-04T06:33:40.058Z Checking num-integer v0.1.46
15392026-06-04T06:33:40.061Z Checking num-complex v0.4.6
15402026-06-04T06:33:40.145Z Compiling radium v0.7.0
15412026-06-04T06:33:40.151Z Checking tap v1.0.1
15422026-06-04T06:33:40.158Z Checking funty v2.0.0
15432026-06-04T06:33:40.164Z Compiling typeid v1.0.3
15442026-06-04T06:33:40.166Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15452026-06-04T06:33:40.177Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15462026-06-04T06:33:40.233Z Checking wyz v0.5.1
15472026-06-04T06:33:40.326Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15482026-06-04T06:33:40.362Z Checking num-bigint v0.4.6
15492026-06-04T06:33:40.370Z Checking num-iter v0.1.45
15502026-06-04T06:33:40.443Z Compiling erased-serde v0.4.8
15512026-06-04T06:33:40.457Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-06-04T06:33:40.477Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-06-04T06:33:40.480Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15542026-06-04T06:33:40.544Z Compiling bitstruct_derive v0.1.0
15552026-06-04T06:33:40.560Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-06-04T06:33:40.577Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-06-04T06:33:40.603Z Checking ascii v1.1.0
15582026-06-04T06:33:40.617Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-06-04T06:33:40.624Z Checking bitvec v1.0.1
15602026-06-04T06:33:40.659Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-06-04T06:33:40.768Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15622026-06-04T06:33:40.777Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-06-04T06:33:40.780Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15642026-06-04T06:33:40.780Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-06-04T06:33:41.093Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-04T06:33:41.096Z Checking serde_arrays v0.1.0
15672026-06-04T06:33:41.186Z Checking bitstruct v0.1.1
15682026-06-04T06:33:41.194Z Checking num-rational v0.4.2
15692026-06-04T06:33:41.220Z Checking libloading v0.7.4
15702026-06-04T06:33:41.230Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15712026-06-04T06:33:41.459Z Checking num v0.4.3
15722026-06-04T06:33:41.524Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15732026-06-04T06:33:42.056Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15742026-06-04T06:33:42.330Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15752026-06-04T06:33:42.330Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15762026-06-04T06:33:42.514Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-06-04T06:33:42.740Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-06-04T06:33:42.743Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15792026-06-04T06:33:43.194Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15802026-06-04T06:33:43.406Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15812026-06-04T06:33:43.410Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15822026-06-04T06:33:43.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15832026-06-04T06:33:43.410Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15842026-06-04T06:33:43.782Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15852026-06-04T06:33:44.206Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15862026-06-04T06:33:45.036Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15872026-06-04T06:33:47.284Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15882026-06-04T06:33:47.626Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15892026-06-04T06:33:48.480Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15902026-06-04T06:33:49.226Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15912026-06-04T06:33:49.342Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15922026-06-04T06:33:55.684Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-04T06:33:56.946Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15942026-06-04T06:33:57.472Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15952026-06-04T06:34:01.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s
15962026-06-04T06:34:01.872Z+ for feat in tofino_stub tofino_asic softnpu chaos
15972026-06-04T06:34:01.872Z+ cargo clippy --features chaos -- --deny warnings
15982026-06-04T06:34:02.346Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15992026-06-04T06:34:02.349Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16002026-06-04T06:34:02.349Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16012026-06-04T06:34:09.457Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16022026-06-04T06:34:09.459Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16032026-06-04T06:34:11.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.00s
16042026-06-04T06:34:12.059Z+ banner fmt
16052026-06-04T06:34:12.062Z
16062026-06-04T06:34:12.062Z ###### # # #####
16072026-06-04T06:34:12.062Z # ## ## #
16082026-06-04T06:34:12.062Z ##### # ## # #
16092026-06-04T06:34:12.062Z # # # #
16102026-06-04T06:34:12.062Z # # # #
16112026-06-04T06:34:12.062Z # # # #
16122026-06-04T06:34:12.062Z
16132026-06-04T06:34:12.062Z+ cargo fmt -- --check
16142026-06-04T06:34:12.500Z+ banner test
16152026-06-04T06:34:12.502Z
16162026-06-04T06:34:12.503Z ##### ###### #### #####
16172026-06-04T06:34:12.503Z # # # #
16182026-06-04T06:34:12.503Z # ##### #### #
16192026-06-04T06:34:12.503Z # # # #
16202026-06-04T06:34:12.503Z # # # # #
16212026-06-04T06:34:12.503Z # ###### #### #
16222026-06-04T06:34:12.503Z
16232026-06-04T06:34:12.503Z+ for feat in tofino_stub tofino_asic softnpu chaos
16242026-06-04T06:34:12.503Z+ RUST_BACKTRACE=full
16252026-06-04T06:34:12.503Z+ cargo test --features tofino_stub --no-fail-fast
16262026-06-04T06:34:13.330Z Compiling unicode-ident v1.0.24
16272026-06-04T06:34:13.330Z Compiling cfg-if v1.0.4
16282026-06-04T06:34:13.333Z Compiling memchr v2.7.5
16292026-06-04T06:34:13.333Z Compiling serde_core v1.0.228
16302026-06-04T06:34:13.449Z Compiling itoa v1.0.15
16312026-06-04T06:34:13.455Z Compiling libc v0.2.183
16322026-06-04T06:34:13.463Z Compiling zmij v1.0.17
16332026-06-04T06:34:13.491Z Compiling libm v0.2.15
16342026-06-04T06:34:13.538Z Compiling proc-macro2 v1.0.106
16352026-06-04T06:34:13.565Z Compiling heck v0.5.0
16362026-06-04T06:34:13.838Z Compiling smallvec v1.15.1
16372026-06-04T06:34:13.947Z Compiling quote v1.0.45
16382026-06-04T06:34:13.950Z Compiling log v0.4.29
16392026-06-04T06:34:14.043Z Compiling equivalent v1.0.2
16402026-06-04T06:34:14.095Z Compiling iana-time-zone v0.1.64
16412026-06-04T06:34:14.125Z Compiling syn v2.0.117
16422026-06-04T06:34:14.138Z Compiling allocator-api2 v0.2.21
16432026-06-04T06:34:14.227Z Compiling foldhash v0.2.0
16442026-06-04T06:34:14.315Z Compiling dyn-clone v1.0.20
16452026-06-04T06:34:14.327Z Compiling stable_deref_trait v1.2.0
16462026-06-04T06:34:14.407Z Compiling hashbrown v0.16.1
16472026-06-04T06:34:14.447Z Compiling pin-project-lite v0.2.16
16482026-06-04T06:34:14.447Z Compiling percent-encoding v2.3.2
16492026-06-04T06:34:14.470Z Compiling fnv v1.0.7
16502026-06-04T06:34:14.554Z Compiling writeable v0.6.1
16512026-06-04T06:34:14.565Z Compiling litemap v0.8.0
16522026-06-04T06:34:14.590Z Compiling icu_properties_data v2.0.1
16532026-06-04T06:34:14.638Z Compiling icu_normalizer_data v2.0.0
16542026-06-04T06:34:14.716Z Compiling regex-syntax v0.8.6
16552026-06-04T06:34:14.728Z Compiling form_urlencoded v1.2.2
16562026-06-04T06:34:14.772Z Compiling utf8_iter v1.0.4
16572026-06-04T06:34:14.853Z Compiling scopeguard v1.2.0
16582026-06-04T06:34:14.906Z Compiling num-traits v0.2.19
16592026-06-04T06:34:14.919Z Compiling getrandom v0.4.2
16602026-06-04T06:34:14.960Z Compiling lock_api v0.4.14
16612026-06-04T06:34:14.988Z Compiling aho-corasick v1.1.3
16622026-06-04T06:34:15.063Z Compiling semver v1.0.27
16632026-06-04T06:34:15.223Z Compiling serde_json v1.0.149
16642026-06-04T06:34:15.226Z Compiling indexmap v2.13.0
16652026-06-04T06:34:15.526Z Compiling ucd-trie v0.1.7
16662026-06-04T06:34:15.537Z Compiling byteorder v1.5.0
16672026-06-04T06:34:15.762Z Compiling futures-core v0.3.32
16682026-06-04T06:34:15.816Z Compiling uuid v1.23.1
16692026-06-04T06:34:15.911Z Compiling time-core v0.1.8
16702026-06-04T06:34:16.064Z Compiling num-conv v0.2.1
16712026-06-04T06:34:16.080Z Compiling ryu v1.0.20
16722026-06-04T06:34:16.143Z Compiling futures-sink v0.3.32
16732026-06-04T06:34:16.214Z Compiling regex-automata v0.4.13
16742026-06-04T06:34:16.246Z Compiling time-macros v0.2.27
16752026-06-04T06:34:16.268Z Compiling pretty-hex v0.4.1
16762026-06-04T06:34:16.406Z Compiling regress v0.10.5
16772026-06-04T06:34:16.435Z Compiling slab v0.4.11
16782026-06-04T06:34:16.759Z Compiling plain v0.2.3
16792026-06-04T06:34:16.869Z Compiling strsim v0.11.1
16802026-06-04T06:34:16.881Z Compiling synstructure v0.13.2
16812026-06-04T06:34:17.003Z Compiling serde_derive_internals v0.29.1
16822026-06-04T06:34:17.259Z Compiling futures-channel v0.3.32
16832026-06-04T06:34:17.384Z Compiling futures-task v0.3.32
16842026-06-04T06:34:17.446Z Compiling futures-io v0.3.32
16852026-06-04T06:34:17.476Z Compiling socket2 v0.6.4
16862026-06-04T06:34:17.552Z Compiling parking_lot_core v0.9.12
16872026-06-04T06:34:17.606Z Compiling signal-hook-registry v1.4.6
16882026-06-04T06:34:17.742Z Compiling parking_lot v0.12.5
16892026-06-04T06:34:17.844Z Compiling thread-id v5.0.0
16902026-06-04T06:34:17.897Z Compiling regex v1.12.3
16912026-06-04T06:34:17.918Z Compiling mio v1.0.4
16922026-06-04T06:34:17.997Z Compiling darling_core v0.21.3
16932026-06-04T06:34:18.010Z Compiling base64 v0.22.1
16942026-06-04T06:34:18.120Z Compiling serde_derive v1.0.228
16952026-06-04T06:34:18.148Z Compiling zerofrom-derive v0.1.6
16962026-06-04T06:34:18.337Z Compiling yoke-derive v0.8.0
16972026-06-04T06:34:18.360Z Compiling zerovec-derive v0.11.1
16982026-06-04T06:34:18.420Z Compiling displaydoc v0.2.5
16992026-06-04T06:34:18.784Z Compiling thiserror-impl v2.0.18
17002026-06-04T06:34:19.184Z Compiling schemars_derive v0.8.22
17012026-06-04T06:34:19.371Z Compiling tokio-macros v2.6.0
17022026-06-04T06:34:19.383Z Compiling zerocopy-derive v0.8.27
17032026-06-04T06:34:19.463Z Compiling zeroize_derive v1.4.3
17042026-06-04T06:34:20.032Z Compiling thiserror v2.0.18
17052026-06-04T06:34:20.098Z Compiling futures-macro v0.3.32
17062026-06-04T06:34:20.114Z Compiling zerofrom v0.1.6
17072026-06-04T06:34:20.139Z Compiling thiserror-impl v1.0.69
17082026-06-04T06:34:20.150Z Compiling tracing-attributes v0.1.30
17092026-06-04T06:34:20.227Z Compiling yoke v0.8.0
17102026-06-04T06:34:20.240Z Compiling pest v2.8.2
17112026-06-04T06:34:20.422Z Compiling zerovec v0.11.4
17122026-06-04T06:34:20.447Z Compiling zerotrie v0.2.2
17132026-06-04T06:34:20.687Z Compiling zerocopy v0.8.27
17142026-06-04T06:34:20.763Z Compiling scroll_derive v0.13.1
17152026-06-04T06:34:20.802Z Compiling serde v1.0.228
17162026-06-04T06:34:21.265Z Compiling bytes v1.11.1
17172026-06-04T06:34:21.323Z Compiling serde_tokenstream v0.2.3
17182026-06-04T06:34:21.368Z Compiling tinystr v0.8.1
17192026-06-04T06:34:21.443Z Compiling potential_utf v0.1.3
17202026-06-04T06:34:21.496Z Compiling pest_meta v2.8.2
17212026-06-04T06:34:21.585Z Compiling icu_locale_core v2.0.0
17222026-06-04T06:34:21.591Z Compiling icu_collections v2.0.0
17232026-06-04T06:34:21.609Z Compiling chrono v0.4.44
17242026-06-04T06:34:21.613Z Compiling async-trait v0.1.89
17252026-06-04T06:34:21.928Z Compiling http v1.4.0
17262026-06-04T06:34:22.102Z Compiling icu_provider v2.0.0
17272026-06-04T06:34:22.190Z Compiling pest_generator v2.8.2
17282026-06-04T06:34:22.410Z Compiling icu_normalizer v2.0.0
17292026-06-04T06:34:22.423Z Compiling icu_properties v2.0.1
17302026-06-04T06:34:22.626Z Compiling schemars v0.8.22
17312026-06-04T06:34:22.812Z Compiling scroll v0.13.0
17322026-06-04T06:34:22.816Z Compiling pest_derive v2.8.2
17332026-06-04T06:34:22.910Z Compiling thiserror v1.0.69
17342026-06-04T06:34:23.013Z Compiling tokio v1.50.0
17352026-06-04T06:34:23.025Z Compiling goblin v0.10.1
17362026-06-04T06:34:23.088Z Compiling openapiv3 v2.2.0
17372026-06-04T06:34:23.124Z Compiling daft-derive v0.1.5
17382026-06-04T06:34:23.380Z Compiling idna_adapter v1.2.1
17392026-06-04T06:34:23.530Z Compiling idna v1.1.0
17402026-06-04T06:34:23.604Z Compiling dtrace-parser v0.3.0
17412026-06-04T06:34:23.755Z Compiling typify-impl v0.4.3
17422026-06-04T06:34:23.859Z Compiling url v2.5.7
17432026-06-04T06:34:24.060Z Compiling darling_macro v0.21.3
17442026-06-04T06:34:24.287Z Compiling http-body v1.0.1
17452026-06-04T06:34:24.474Z Compiling ppv-lite86 v0.2.21
17462026-06-04T06:34:24.655Z Compiling darling v0.21.3
17472026-06-04T06:34:24.658Z Compiling erased-serde v0.3.31
17482026-06-04T06:34:24.735Z Compiling serde_yaml v0.9.34+deprecated
17492026-06-04T06:34:24.747Z Compiling openssl-macros v0.1.1
17502026-06-04T06:34:24.802Z Compiling bitflags v2.11.1
17512026-06-04T06:34:25.045Z Compiling typenum v1.18.0
17522026-06-04T06:34:25.157Z Compiling getrandom v0.2.16
17532026-06-04T06:34:25.340Z Compiling atomic-waker v1.1.2
17542026-06-04T06:34:25.525Z Compiling ipnet v2.11.0
17552026-06-04T06:34:25.984Z Compiling dof v0.4.0
17562026-06-04T06:34:26.037Z Compiling httparse v1.10.1
17572026-06-04T06:34:26.069Z Compiling untrusted v0.9.0
17582026-06-04T06:34:26.198Z Compiling tower-service v0.3.3
17592026-06-04T06:34:26.331Z Compiling tower-layer v0.3.3
17602026-06-04T06:34:26.359Z Compiling anyhow v1.0.102
17612026-06-04T06:34:26.461Z Compiling usdt-impl v0.6.0
17622026-06-04T06:34:26.482Z Compiling try-lock v0.2.5
17632026-06-04T06:34:26.599Z Compiling want v0.3.1
17642026-06-04T06:34:26.625Z Compiling syn v1.0.109
17652026-06-04T06:34:26.756Z Compiling zeroize v1.8.1
17662026-06-04T06:34:26.777Z Compiling httpdate v1.0.3
17672026-06-04T06:34:26.968Z Compiling pin-utils v0.1.0
17682026-06-04T06:34:27.043Z Compiling portable-atomic v1.11.1
17692026-06-04T06:34:27.466Z Compiling structmeta-derive v0.3.0
17702026-06-04T06:34:27.566Z Compiling async-stream-impl v0.3.6
17712026-06-04T06:34:27.640Z Compiling critical-section v1.2.0
17722026-06-04T06:34:27.793Z Compiling usdt-attr-macro v0.6.0
17732026-06-04T06:34:27.950Z Compiling usdt-macro v0.6.0
17742026-06-04T06:34:28.225Z Compiling once_cell v1.21.3
17752026-06-04T06:34:28.506Z Compiling structmeta v0.3.0
17762026-06-04T06:34:28.518Z Compiling newtype-uuid-macros v0.1.0
17772026-06-04T06:34:28.711Z Compiling strum_macros v0.26.4
17782026-06-04T06:34:28.967Z Compiling powerfmt v0.2.0
17792026-06-04T06:34:29.178Z Compiling deranged v0.5.3
17802026-06-04T06:34:29.284Z Compiling num_threads v0.1.7
17812026-06-04T06:34:29.647Z Compiling http-body-util v0.1.3
17822026-06-04T06:34:29.896Z Compiling omicron-workspace-hack v0.1.0
17832026-06-04T06:34:29.912Z Compiling typify-macro v0.4.3
17842026-06-04T06:34:29.974Z Compiling dropshot_endpoint v0.16.7
17852026-06-04T06:34:30.054Z Compiling serde_urlencoded v0.7.1
17862026-06-04T06:34:30.107Z Compiling ref-cast-impl v1.0.25
17872026-06-04T06:34:30.434Z Compiling derive-ex v0.1.8
17882026-06-04T06:34:30.504Z Compiling strum_macros v0.27.2
17892026-06-04T06:34:30.538Z Compiling sync_wrapper v1.0.2
17902026-06-04T06:34:30.645Z Compiling serde_with_macros v3.14.1
17912026-06-04T06:34:30.648Z Compiling subtle v2.6.1
17922026-06-04T06:34:30.826Z Compiling thread_local v1.1.9
17932026-06-04T06:34:31.092Z Compiling iri-string v0.7.8
17942026-06-04T06:34:31.103Z Compiling rand_core v0.6.4
17952026-06-04T06:34:31.334Z Compiling futures-util v0.3.32
17962026-06-04T06:34:31.630Z Compiling match_cfg v0.1.0
17972026-06-04T06:34:31.705Z Compiling term v1.2.0
17982026-06-04T06:34:31.801Z Compiling take_mut v0.2.2
17992026-06-04T06:34:31.966Z Compiling typify v0.4.3
18002026-06-04T06:34:32.044Z Compiling test-strategy v0.4.3
18012026-06-04T06:34:32.059Z Compiling progenitor-impl v0.11.1
18022026-06-04T06:34:32.321Z Compiling parse-display-derive v0.10.0
18032026-06-04T06:34:32.345Z Compiling tracing-core v0.1.34
18042026-06-04T06:34:32.402Z Compiling toml_datetime v0.6.11
18052026-06-04T06:34:32.673Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18062026-06-04T06:34:32.722Z Compiling tracing v0.1.41
18072026-06-04T06:34:32.942Z Compiling camino v1.2.2
18082026-06-04T06:34:33.064Z Compiling cpufeatures v0.2.17
18092026-06-04T06:34:33.153Z Compiling clap_derive v4.6.0
18102026-06-04T06:34:33.368Z Compiling encoding_rs v0.8.35
18112026-06-04T06:34:33.397Z Compiling fastrand v2.3.0
18122026-06-04T06:34:33.637Z Compiling mime v0.3.17
18132026-06-04T06:34:33.665Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18142026-06-04T06:34:33.980Z Compiling unicode-width v0.2.1
18152026-06-04T06:34:34.238Z Compiling generic-array v0.14.7
18162026-06-04T06:34:34.654Z Compiling errno v0.3.14
18172026-06-04T06:34:34.731Z Compiling hex v0.4.3
18182026-06-04T06:34:34.806Z Compiling ipnetwork v0.21.1
18192026-06-04T06:34:34.854Z Compiling crossbeam-utils v0.8.21
18202026-06-04T06:34:35.065Z Compiling winnow v0.7.14
18212026-06-04T06:34:35.238Z Compiling tokio-util v0.7.16
18222026-06-04T06:34:35.251Z Compiling slog v2.8.2
18232026-06-04T06:34:35.528Z Compiling progenitor-macro v0.11.1
18242026-06-04T06:34:35.560Z Compiling rustix v1.1.4
18252026-06-04T06:34:35.746Z Compiling crypto-common v0.1.6
18262026-06-04T06:34:35.881Z Compiling getrandom v0.3.3
18272026-06-04T06:34:35.928Z Compiling h2 v0.4.12
18282026-06-04T06:34:36.001Z Compiling rand_core v0.9.3
18292026-06-04T06:34:36.063Z Compiling oxnet v0.1.4
18302026-06-04T06:34:36.226Z Compiling itertools v0.14.0
18312026-06-04T06:34:36.615Z Compiling winnow v1.0.3
18322026-06-04T06:34:36.893Z Compiling num-derive v0.4.2
18332026-06-04T06:34:36.970Z Compiling toml_parser v1.1.2+spec-1.1.0
18342026-06-04T06:34:37.022Z Compiling serde_spanned v1.0.4
18352026-06-04T06:34:37.179Z Compiling socket2 v0.5.10
18362026-06-04T06:34:37.595Z Compiling debug-ignore v1.0.5
18372026-06-04T06:34:37.631Z Compiling toml_writer v1.0.6+spec-1.1.0
18382026-06-04T06:34:37.668Z Compiling spin v0.9.8
18392026-06-04T06:34:37.789Z Compiling rand_chacha v0.9.0
18402026-06-04T06:34:37.845Z Compiling rustls-pki-types v1.12.0
18412026-06-04T06:34:37.856Z Compiling quick-error v1.2.3
18422026-06-04T06:34:37.961Z Compiling tabwriter v1.4.1
18432026-06-04T06:34:38.205Z Compiling hyper v1.8.1
18442026-06-04T06:34:38.239Z Compiling rand v0.9.3
18452026-06-04T06:34:38.269Z Compiling async-stream v0.3.6
18462026-06-04T06:34:38.320Z Compiling waitgroup v0.1.2
18472026-06-04T06:34:38.443Z Compiling serde_path_to_error v0.1.20
18482026-06-04T06:34:38.460Z Compiling bit-vec v0.8.0
18492026-06-04T06:34:38.698Z Compiling colored v3.1.1
18502026-06-04T06:34:38.769Z Compiling lazy_static v1.5.0
18512026-06-04T06:34:38.829Z Compiling bit-set v0.8.0
18522026-06-04T06:34:38.869Z Compiling strum v0.26.3
18532026-06-04T06:34:39.003Z Compiling time v0.3.47
18542026-06-04T06:34:39.026Z Compiling ring v0.17.14
18552026-06-04T06:34:39.090Z Compiling toml_datetime v0.7.5+spec-1.1.0
18562026-06-04T06:34:39.393Z Compiling hyper-util v0.1.20
18572026-06-04T06:34:39.684Z Compiling unarray v0.1.4
18582026-06-04T06:34:39.797Z Compiling anstyle v1.0.14
18592026-06-04T06:34:39.941Z Compiling toml v0.9.12+spec-1.1.0
18602026-06-04T06:34:40.027Z Compiling crossbeam-channel v0.5.15
18612026-06-04T06:34:40.396Z Compiling block-buffer v0.10.4
18622026-06-04T06:34:40.538Z Compiling macaddr v1.0.1
18632026-06-04T06:34:40.561Z Compiling utf8parse v0.2.2
18642026-06-04T06:34:40.618Z Compiling digest v0.10.7
18652026-06-04T06:34:40.669Z Compiling anstyle-parse v1.0.0
18662026-06-04T06:34:40.725Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18672026-06-04T06:34:40.737Z Compiling ref-cast v1.0.25
18682026-06-04T06:34:40.766Z Compiling anstyle-query v1.1.4
18692026-06-04T06:34:40.831Z Compiling colorchoice v1.0.4
18702026-06-04T06:34:40.843Z Compiling is_terminal_polyfill v1.70.1
18712026-06-04T06:34:40.858Z Compiling strum v0.27.2
18722026-06-04T06:34:40.876Z Compiling is-terminal v0.4.16
18732026-06-04T06:34:40.914Z Compiling anstream v1.0.0
18742026-06-04T06:34:40.933Z Compiling clap_lex v1.1.0
18752026-06-04T06:34:40.946Z Compiling slog-term v2.9.2
18762026-06-04T06:34:40.968Z Compiling slog-async v2.8.0
18772026-06-04T06:34:40.981Z Compiling slog-json v2.6.1
18782026-06-04T06:34:41.152Z Compiling hostname v0.3.1
18792026-06-04T06:34:41.240Z Compiling slog-bunyan v2.5.0
18802026-06-04T06:34:41.295Z Compiling tower v0.5.2
18812026-06-04T06:34:41.324Z Compiling futures-executor v0.3.32
18822026-06-04T06:34:41.385Z Compiling instant v0.1.13
18832026-06-04T06:34:41.590Z Compiling futures v0.3.32
18842026-06-04T06:34:41.688Z Compiling tower-http v0.6.8
18852026-06-04T06:34:41.699Z Compiling openssl-sys v0.9.116
18862026-06-04T06:34:41.899Z Compiling memmap2 v0.9.8
18872026-06-04T06:34:42.132Z Compiling aws-lc-sys v0.39.1
18882026-06-04T06:34:42.673Z Compiling untrusted v0.7.1
18892026-06-04T06:34:42.713Z Compiling foreign-types-shared v0.1.1
18902026-06-04T06:34:42.796Z Compiling aws-lc-rs v1.16.2
18912026-06-04T06:34:42.796Z Compiling foreign-types v0.3.2
18922026-06-04T06:34:43.042Z Compiling tempfile v3.27.0
18932026-06-04T06:34:43.465Z Compiling openssl-probe v0.1.6
18942026-06-04T06:34:43.880Z Compiling rustls-webpki v0.103.6
18952026-06-04T06:34:44.011Z Compiling openssl v0.10.80
18962026-06-04T06:34:44.323Z Compiling usdt v0.6.0
18972026-06-04T06:34:44.606Z Compiling rustls v0.23.32
18982026-06-04T06:34:44.645Z Compiling either v1.15.0
18992026-06-04T06:34:44.917Z Compiling webpki-roots v1.0.2
19002026-06-04T06:34:45.227Z Compiling newtype-uuid v1.3.2
19012026-06-04T06:34:45.611Z Compiling daft v0.1.5
19022026-06-04T06:34:45.876Z Compiling rustls-webpki v0.102.8
19032026-06-04T06:34:46.573Z Compiling native-tls v0.2.14
19042026-06-04T06:34:46.778Z Compiling tokio-native-tls v0.3.1
19052026-06-04T06:34:46.956Z Compiling hyper-tls v0.6.0
19062026-06-04T06:34:47.479Z Compiling rustls v0.22.4
19072026-06-04T06:34:47.704Z Compiling tokio-rustls v0.26.3
19082026-06-04T06:34:47.977Z Compiling hyper-rustls v0.27.7
19092026-06-04T06:34:48.310Z Compiling reqwest v0.12.23
19102026-06-04T06:34:48.313Z Compiling sha1 v0.10.6
19112026-06-04T06:34:48.405Z Compiling rustls-pemfile v2.2.0
19122026-06-04T06:34:48.555Z Compiling multer v3.1.0
19132026-06-04T06:34:48.933Z Compiling hostname v0.4.2
19142026-06-04T06:34:49.200Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19152026-06-04T06:34:49.406Z Compiling tokio-rustls v0.25.0
19162026-06-04T06:34:49.775Z Compiling terminal_size v0.4.3
19172026-06-04T06:34:49.826Z Compiling rand_chacha v0.3.1
19182026-06-04T06:34:49.967Z Compiling wait-timeout v0.2.1
19192026-06-04T06:34:51.066Z Compiling rusty-fork v0.3.0
19202026-06-04T06:34:51.106Z Compiling rand v0.8.5
19212026-06-04T06:34:52.191Z Compiling rand_xorshift v0.4.0
19222026-06-04T06:34:52.836Z Compiling hubpack_derive v0.1.1
19232026-06-04T06:34:53.561Z Compiling proptest v1.8.0
19242026-06-04T06:34:53.620Z Compiling clap_builder v4.6.0
19252026-06-04T06:34:54.059Z Compiling dropshot v0.16.7
19262026-06-04T06:34:54.704Z Compiling serde_spanned v0.6.9
19272026-06-04T06:34:55.189Z Compiling clap v4.6.0
19282026-06-04T06:34:55.295Z Compiling prettyplease v0.2.37
19292026-06-04T06:34:55.786Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19302026-06-04T06:34:56.763Z Compiling progenitor-client v0.11.1
19312026-06-04T06:34:56.826Z Compiling progenitor-client v0.10.0
19322026-06-04T06:34:57.127Z Compiling serde_with v3.14.1
19332026-06-04T06:34:57.805Z Compiling progenitor v0.11.1
19342026-06-04T06:34:58.883Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19352026-06-04T06:34:59.019Z Compiling rustc-hash v2.1.1
19362026-06-04T06:34:59.145Z Compiling iddqd v0.3.18
19372026-06-04T06:34:59.217Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19382026-06-04T06:35:00.091Z Compiling backoff v0.4.0
19392026-06-04T06:35:00.147Z Compiling parse-display v0.10.0
19402026-06-04T06:35:00.251Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19412026-06-04T06:35:00.305Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19422026-06-04T06:35:00.426Z Compiling winnow v0.5.40
19432026-06-04T06:35:00.449Z Compiling toml_write v0.1.2
19442026-06-04T06:35:00.649Z Compiling toml_edit v0.22.27
19452026-06-04T06:35:01.985Z Compiling num-integer v0.1.46
19462026-06-04T06:35:02.211Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19472026-06-04T06:35:02.309Z Compiling float-ord v0.3.2
19482026-06-04T06:35:02.428Z Compiling toml v0.8.23
19492026-06-04T06:35:05.580Z Compiling num-iter v0.1.45
19502026-06-04T06:35:05.721Z Compiling num-rational v0.4.2
19512026-06-04T06:35:06.662Z Compiling num-complex v0.4.6
19522026-06-04T06:35:07.220Z Compiling num v0.4.3
19532026-06-04T06:35:07.909Z Compiling toml_edit v0.19.15
19542026-06-04T06:35:09.459Z Compiling proc-macro-crate v1.3.1
19552026-06-04T06:35:10.969Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-06-04T06:35:12.054Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19572026-06-04T06:35:12.496Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19582026-06-04T06:35:13.008Z Compiling zerocopy-derive v0.7.35
19592026-06-04T06:35:13.186Z Compiling memoffset v0.9.1
19602026-06-04T06:35:13.279Z Compiling libscf-sys v1.2.0
19612026-06-04T06:35:13.420Z Compiling ingot-macros v0.1.1
19622026-06-04T06:35:14.081Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19632026-06-04T06:35:14.184Z Compiling proc-macro-error-attr2 v2.0.0
19642026-06-04T06:35:14.635Z Compiling proc-macro-error2 v2.0.1
19652026-06-04T06:35:14.719Z Compiling nix v0.30.1
19662026-06-04T06:35:15.139Z Compiling scroll_derive v0.12.1
19672026-06-04T06:35:15.770Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19682026-06-04T06:35:16.028Z Compiling tabled_derive v0.11.0
19692026-06-04T06:35:16.248Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19702026-06-04T06:35:18.491Z Compiling zerocopy v0.7.35
19712026-06-04T06:35:18.906Z Compiling num_enum_derive v0.7.5
19722026-06-04T06:35:19.041Z Compiling hubpack v0.1.2
19732026-06-04T06:35:19.073Z Compiling foreign-types-macros v0.2.3
19742026-06-04T06:35:19.659Z Compiling static_assertions v1.1.0
19752026-06-04T06:35:20.061Z Compiling glob v0.3.3
19762026-06-04T06:35:20.094Z Compiling proc-macro-error-attr v1.0.4
19772026-06-04T06:35:20.371Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19782026-06-04T06:35:20.439Z Compiling dtrace-parser v0.2.0
19792026-06-04T06:35:20.673Z Compiling bytecount v0.6.9
19802026-06-04T06:35:20.888Z Compiling proc-macro-error v1.0.4
19812026-06-04T06:35:20.939Z Compiling dof v0.3.0
19822026-06-04T06:35:21.477Z Compiling num_enum_derive v0.5.11
19832026-06-04T06:35:22.963Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19842026-06-04T06:35:23.025Z Compiling thread-id v4.2.2
19852026-06-04T06:35:23.118Z Compiling usdt-impl v0.5.0
19862026-06-04T06:35:23.700Z Compiling derive_more v0.99.20
19872026-06-04T06:35:24.098Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19882026-06-04T06:35:24.297Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19892026-06-04T06:35:24.773Z Compiling minimal-lexical v0.2.1
19902026-06-04T06:35:24.935Z Compiling usdt-attr-macro v0.5.0
19912026-06-04T06:35:25.036Z Compiling nom v7.1.3
19922026-06-04T06:35:25.117Z Compiling usdt-macro v0.5.0
19932026-06-04T06:35:25.217Z Compiling zone_cfg_derive v0.3.1
19942026-06-04T06:35:25.870Z Compiling papergrid v0.17.0
19952026-06-04T06:35:25.935Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
19962026-06-04T06:35:25.938Z Compiling testing_table v0.3.0
19972026-06-04T06:35:25.962Z Compiling rustc_version v0.4.1
19982026-06-04T06:35:26.111Z Compiling crossbeam-epoch v0.9.18
19992026-06-04T06:35:26.246Z Compiling dropshot_endpoint v0.17.0
20002026-06-04T06:35:26.451Z Compiling adler2 v2.0.1
20012026-06-04T06:35:26.463Z Compiling crc32fast v1.5.0
20022026-06-04T06:35:26.541Z Compiling enum-as-inner v0.6.1
20032026-06-04T06:35:26.591Z Compiling miniz_oxide v0.8.9
20042026-06-04T06:35:26.658Z Compiling curve25519-dalek v4.1.3
20052026-06-04T06:35:26.955Z Compiling tabled v0.20.0
20062026-06-04T06:35:27.011Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20072026-06-04T06:35:27.142Z Compiling flate2 v1.1.2
20082026-06-04T06:35:27.577Z Compiling crossbeam-deque v0.8.6
20092026-06-04T06:35:27.606Z Compiling thiserror-impl-no-std v2.0.2
20102026-06-04T06:35:27.768Z Compiling typify-impl v0.6.1
20112026-06-04T06:35:27.909Z Compiling curve25519-dalek-derive v0.1.1
20122026-06-04T06:35:27.925Z Compiling rayon-core v1.13.0
20132026-06-04T06:35:28.606Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20142026-06-04T06:35:28.624Z Compiling clang-sys v1.8.1
20152026-06-04T06:35:28.636Z Compiling compression-core v0.4.32
20162026-06-04T06:35:28.673Z Compiling scroll v0.12.0
20172026-06-04T06:35:28.795Z Compiling compression-codecs v0.4.32
20182026-06-04T06:35:29.019Z Compiling hash32 v0.3.1
20192026-06-04T06:35:29.031Z Compiling toml_datetime v1.1.1+spec-1.1.0
20202026-06-04T06:35:29.150Z Compiling heapless v0.8.0
20212026-06-04T06:35:29.170Z Compiling async-compression v0.4.33
20222026-06-04T06:35:29.182Z Compiling goblin v0.8.2
20232026-06-04T06:35:29.342Z Compiling toml v1.0.6+spec-1.1.0
20242026-06-04T06:35:29.481Z Compiling ingot-types v0.1.2
20252026-06-04T06:35:29.678Z Compiling cobs v0.3.0
20262026-06-04T06:35:29.730Z Compiling libloading v0.8.9
20272026-06-04T06:35:29.871Z Compiling managed v0.8.0
20282026-06-04T06:35:29.885Z Compiling bitflags v1.3.2
20292026-06-04T06:35:29.885Z Compiling foreign-types-shared v0.3.1
20302026-06-04T06:35:29.923Z Compiling bindgen v0.72.1
20312026-06-04T06:35:29.962Z Compiling ingot v0.1.1
20322026-06-04T06:35:29.989Z Compiling foreign-types v0.5.0
20332026-06-04T06:35:30.071Z Compiling smoltcp v0.11.0
20342026-06-04T06:35:30.086Z Compiling dropshot v0.17.0
20352026-06-04T06:35:30.924Z Compiling postcard v1.1.3
20362026-06-04T06:35:31.698Z Compiling cexpr v0.6.0
20372026-06-04T06:35:32.043Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20382026-06-04T06:35:32.279Z Compiling num_enum v0.7.5
20392026-06-04T06:35:32.404Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20402026-06-04T06:35:32.689Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20412026-06-04T06:35:32.804Z Compiling camino-tempfile v1.4.1
20422026-06-04T06:35:32.937Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20432026-06-04T06:35:33.014Z Compiling serde_repr v0.1.20
20442026-06-04T06:35:33.047Z Compiling derive-where v1.6.0
20452026-06-04T06:35:33.242Z Compiling cstr-argument v0.1.2
20462026-06-04T06:35:33.402Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472026-06-04T06:35:33.618Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20482026-06-04T06:35:33.956Z Compiling typify-macro v0.6.1
20492026-06-04T06:35:34.309Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20502026-06-04T06:35:34.498Z Compiling rayon v1.11.0
20512026-06-04T06:35:34.766Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522026-06-04T06:35:34.890Z Compiling crucible-workspace-hack v0.1.0
20532026-06-04T06:35:35.595Z Compiling memmap v0.7.0
20542026-06-04T06:35:35.607Z Compiling tinyvec_macros v0.1.1
20552026-06-04T06:35:35.675Z Compiling tinyvec v1.10.0
20562026-06-04T06:35:35.783Z Compiling usdt v0.5.0
20572026-06-04T06:35:36.034Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-06-04T06:35:36.050Z Compiling typify v0.6.1
20592026-06-04T06:35:36.275Z Compiling num_enum v0.5.11
20602026-06-04T06:35:36.713Z Compiling pin-project-internal v1.1.10
20612026-06-04T06:35:37.820Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20622026-06-04T06:35:37.845Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20632026-06-04T06:35:37.873Z Compiling progenitor-impl v0.13.0
20642026-06-04T06:35:38.002Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20652026-06-04T06:35:38.082Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20662026-06-04T06:35:38.488Z Compiling rustix v0.38.44
20672026-06-04T06:35:38.722Z Compiling itertools v0.12.1
20682026-06-04T06:35:38.737Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20692026-06-04T06:35:38.938Z Compiling progenitor-impl v0.10.0
20702026-06-04T06:35:39.060Z Compiling sigpipe v0.1.3
20712026-06-04T06:35:39.132Z Compiling jiff v0.2.15
20722026-06-04T06:35:39.322Z Compiling const_format_proc_macros v0.2.34
20732026-06-04T06:35:39.745Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20742026-06-04T06:35:39.930Z Compiling zone v0.3.1
20752026-06-04T06:35:39.998Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20762026-06-04T06:35:41.031Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
20772026-06-04T06:35:41.365Z Compiling progenitor-macro v0.13.0
20782026-06-04T06:35:41.545Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20792026-06-04T06:35:42.108Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20802026-06-04T06:35:42.445Z Compiling progenitor-macro v0.10.0
20812026-06-04T06:35:42.517Z Compiling secrecy v0.10.3
20822026-06-04T06:35:42.684Z Compiling smf v0.2.3
20832026-06-04T06:35:42.718Z Compiling snafu-derive v0.8.9
20842026-06-04T06:35:42.834Z Compiling async-recursion v1.1.1
20852026-06-04T06:35:42.938Z Compiling bstr v1.12.0
20862026-06-04T06:35:43.436Z Compiling whoami v1.6.1
20872026-06-04T06:35:43.746Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-06-04T06:35:44.358Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20892026-06-04T06:35:44.722Z Compiling hmac v0.12.1
20902026-06-04T06:35:45.017Z Compiling inout v0.1.4
20912026-06-04T06:35:45.054Z Compiling ff v0.13.1
20922026-06-04T06:35:45.170Z Compiling crc8 v0.1.1
20932026-06-04T06:35:45.192Z Compiling data-encoding v2.9.0
20942026-06-04T06:35:45.640Z Compiling group v0.13.0
20952026-06-04T06:35:45.760Z Compiling cipher v0.4.4
20962026-06-04T06:35:45.988Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20972026-06-04T06:35:46.764Z Compiling hkdf v0.12.4
20982026-06-04T06:35:46.921Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
20992026-06-04T06:35:47.154Z Compiling atomicwrites v0.4.4
21002026-06-04T06:35:47.225Z Compiling tokio-dtrace v0.1.1
21012026-06-04T06:35:47.503Z Compiling tabled_derive v0.7.0
21022026-06-04T06:35:47.948Z Compiling reqwest v0.13.2
21032026-06-04T06:35:48.137Z Compiling universal-hash v0.5.1
21042026-06-04T06:35:48.164Z Compiling crypto-bigint v0.5.5
21052026-06-04T06:35:48.275Z Compiling half v2.7.1
21062026-06-04T06:35:48.444Z Compiling base64ct v1.8.0
21072026-06-04T06:35:48.455Z Compiling base16ct v0.2.0
21082026-06-04T06:35:48.567Z Compiling opaque-debug v0.3.1
21092026-06-04T06:35:48.647Z Compiling indent_write v2.2.0
21102026-06-04T06:35:48.750Z Compiling ciborium-io v0.2.2
21112026-06-04T06:35:48.790Z Compiling password-hash v0.5.0
21122026-06-04T06:35:48.855Z Compiling ciborium-ll v0.2.2
21132026-06-04T06:35:49.087Z Compiling progenitor-client v0.13.0
21142026-06-04T06:35:49.197Z Compiling poly1305 v0.8.0
21152026-06-04T06:35:49.234Z Compiling elliptic-curve v0.13.8
21162026-06-04T06:35:49.788Z Compiling oxide-tokio-rt v0.1.2
21172026-06-04T06:35:50.334Z Compiling chacha20 v0.9.1
21182026-06-04T06:35:50.402Z Compiling similar v2.7.0
21192026-06-04T06:35:50.632Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21202026-06-04T06:35:50.917Z Compiling thiserror-no-std v2.0.2
21212026-06-04T06:35:51.343Z Compiling blake2 v0.10.6
21222026-06-04T06:35:51.712Z Compiling aead v0.5.2
21232026-06-04T06:35:51.874Z Compiling resolv-conf v0.7.5
21242026-06-04T06:35:52.165Z Compiling keccak v0.1.6
21252026-06-04T06:35:52.189Z Compiling linked-hash-map v0.5.6
21262026-06-04T06:35:52.320Z Compiling sha3 v0.10.8
21272026-06-04T06:35:52.376Z Compiling lru-cache v0.1.2
21282026-06-04T06:35:52.622Z Compiling chacha20poly1305 v0.10.1
21292026-06-04T06:35:52.644Z Compiling vsss-rs v3.3.4
21302026-06-04T06:35:52.679Z Compiling argon2 v0.5.3
21312026-06-04T06:35:52.714Z Compiling progenitor v0.13.0
21322026-06-04T06:35:52.753Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21332026-06-04T06:35:52.944Z Compiling ciborium v0.2.2
21342026-06-04T06:35:52.969Z Compiling hickory-proto v0.24.4
21352026-06-04T06:35:53.465Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21362026-06-04T06:35:53.477Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21372026-06-04T06:35:53.916Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21382026-06-04T06:35:53.974Z Compiling serde-big-array v0.5.1
21392026-06-04T06:35:54.129Z Compiling unicode-segmentation v1.12.0
21402026-06-04T06:35:54.219Z Compiling siphasher v1.0.1
21412026-06-04T06:35:54.242Z Compiling same-file v1.0.6
21422026-06-04T06:35:54.414Z Compiling phf_shared v0.12.1
21432026-06-04T06:35:54.414Z Compiling walkdir v2.5.0
21442026-06-04T06:35:54.466Z Compiling newline-converter v0.3.0
21452026-06-04T06:35:54.597Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21462026-06-04T06:35:54.716Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21472026-06-04T06:35:54.792Z Compiling hickory-resolver v0.24.4
21482026-06-04T06:35:54.953Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21492026-06-04T06:35:55.493Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21502026-06-04T06:35:56.351Z Compiling newtype_derive v0.1.6
21512026-06-04T06:35:56.439Z Compiling owo-colors v4.3.0
21522026-06-04T06:35:56.710Z Compiling tokio-stream v0.1.17
21532026-06-04T06:35:56.723Z Compiling console v0.15.11
21542026-06-04T06:35:57.164Z Compiling csv-core v0.1.12
21552026-06-04T06:35:57.179Z Compiling unicode-linebreak v0.1.5
21562026-06-04T06:35:57.365Z Compiling swrite v0.1.0
21572026-06-04T06:35:57.393Z Compiling termtree v0.5.1
21582026-06-04T06:35:57.424Z Compiling unicode-width v0.1.14
21592026-06-04T06:35:57.462Z Compiling foldhash v0.1.5
21602026-06-04T06:35:57.546Z Compiling humantime v2.3.0
21612026-06-04T06:35:57.640Z Compiling smawk v0.3.2
21622026-06-04T06:35:57.779Z Compiling textwrap v0.16.2
21632026-06-04T06:35:57.826Z Compiling hashbrown v0.15.5
21642026-06-04T06:35:57.826Z Compiling csv v1.4.0
21652026-06-04T06:35:57.860Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21662026-06-04T06:35:58.096Z Compiling qorb v0.4.1
21672026-06-04T06:35:58.305Z Compiling expectorate v1.2.0
21682026-06-04T06:35:58.403Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21692026-06-04T06:35:59.201Z Compiling phf v0.12.1
21702026-06-04T06:35:59.363Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21712026-06-04T06:36:00.115Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21722026-06-04T06:36:00.249Z Compiling pin-project v1.1.10
21732026-06-04T06:36:00.261Z Compiling unicode-normalization v0.1.24
21742026-06-04T06:36:00.411Z Compiling libz-sys v1.1.22
21752026-06-04T06:36:00.625Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21762026-06-04T06:36:01.405Z Compiling libsw-core v0.3.2
21772026-06-04T06:36:01.618Z Compiling highway v1.3.0
21782026-06-04T06:36:01.866Z Compiling fixedbitset v0.5.7
21792026-06-04T06:36:02.019Z Compiling fixedbitset v0.4.2
21802026-06-04T06:36:02.039Z Compiling progenitor v0.10.0
21812026-06-04T06:36:02.086Z Compiling petgraph v0.8.2
21822026-06-04T06:36:02.191Z Compiling petgraph v0.6.5
21832026-06-04T06:36:02.264Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-06-04T06:36:03.688Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-06-04T06:36:03.810Z Compiling libsw v3.5.0
21862026-06-04T06:36:04.150Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21872026-06-04T06:36:04.309Z Compiling olpc-cjson v0.1.4
21882026-06-04T06:36:04.327Z Compiling libgit2-sys v0.17.0+1.8.1
21892026-06-04T06:36:04.339Z Compiling snafu v0.8.9
21902026-06-04T06:36:04.719Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21912026-06-04T06:36:04.913Z Compiling chrono-tz v0.10.4
21922026-06-04T06:36:05.475Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-06-04T06:36:06.036Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-06-04T06:36:06.918Z Compiling papergrid v0.11.0
21952026-06-04T06:36:07.021Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21962026-06-04T06:36:07.309Z Compiling globset v0.4.16
21972026-06-04T06:36:07.370Z Compiling const_format v0.2.34
21982026-06-04T06:36:07.593Z Compiling slog-dtrace v0.3.0
21992026-06-04T06:36:07.699Z Compiling cancel-safe-futures v0.1.5
22002026-06-04T06:36:07.768Z Compiling gethostname v0.5.0
22012026-06-04T06:36:08.004Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22022026-06-04T06:36:08.656Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22032026-06-04T06:36:09.079Z Compiling dropshot-api-manager-types v0.7.2
22042026-06-04T06:36:09.242Z Compiling bcs v0.1.6
22052026-06-04T06:36:09.434Z Compiling cargo-platform v0.1.9
22062026-06-04T06:36:09.463Z Compiling serde_plain v1.0.2
22072026-06-04T06:36:09.481Z Compiling pem v3.0.5
22082026-06-04T06:36:09.867Z Compiling tagptr v0.2.0
22092026-06-04T06:36:09.995Z Compiling typed-path v0.9.3
22102026-06-04T06:36:10.010Z Compiling linear-map v1.2.0
22112026-06-04T06:36:10.067Z Compiling moka v0.12.11
22122026-06-04T06:36:10.204Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22132026-06-04T06:36:10.887Z Compiling tough v0.20.0
22142026-06-04T06:36:11.870Z Compiling cargo_metadata v0.18.1
22152026-06-04T06:36:12.839Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22162026-06-04T06:36:13.149Z Compiling tabled v0.15.0
22172026-06-04T06:36:13.444Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-06-04T06:36:14.385Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22192026-06-04T06:36:14.658Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-06-04T06:36:15.065Z Compiling git2 v0.19.0
22212026-06-04T06:36:15.851Z Compiling steno v0.4.1
22222026-06-04T06:36:17.788Z Compiling cookie v0.18.1
22232026-06-04T06:36:18.026Z Compiling hickory-proto v0.25.2
22242026-06-04T06:36:19.914Z Compiling hickory-resolver v0.25.2
22252026-06-04T06:36:20.128Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22262026-06-04T06:36:21.734Z Compiling vergen v8.3.2
22272026-06-04T06:36:23.906Z Compiling signal-hook v0.3.18
22282026-06-04T06:36:24.620Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22292026-06-04T06:36:24.988Z Compiling mockall_derive v0.13.1
22302026-06-04T06:36:25.137Z Compiling predicates-core v1.0.9
22312026-06-04T06:36:25.534Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22322026-06-04T06:36:25.559Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22332026-06-04T06:36:25.647Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22342026-06-04T06:36:25.735Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22352026-06-04T06:36:25.805Z Compiling sha2 v0.10.9
22362026-06-04T06:36:26.820Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22372026-06-04T06:36:27.299Z Compiling yansi v1.0.1
22382026-06-04T06:36:27.617Z Compiling diff v0.1.13
22392026-06-04T06:36:27.761Z Compiling pretty_assertions v1.4.1
22402026-06-04T06:36:28.041Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22412026-06-04T06:36:28.195Z Compiling predicates-tree v1.0.12
22422026-06-04T06:36:28.461Z Compiling predicates v3.1.3
22432026-06-04T06:36:28.958Z Compiling fs-err v3.1.2
22442026-06-04T06:36:29.669Z Compiling git-stub v1.0.0
22452026-06-04T06:36:29.735Z Compiling filetime v0.2.26
22462026-06-04T06:36:29.932Z Compiling is_ci v1.2.0
22472026-06-04T06:36:29.947Z Compiling downcast v0.11.0
22482026-06-04T06:36:30.086Z Compiling arrayref v0.3.9
22492026-06-04T06:36:30.103Z Compiling fragile v2.0.1
22502026-06-04T06:36:30.170Z Compiling constant_time_eq v0.3.1
22512026-06-04T06:36:30.294Z Compiling arrayvec v0.7.6
22522026-06-04T06:36:30.474Z Compiling xattr v1.6.1
22532026-06-04T06:36:30.552Z Compiling blake3 v1.8.2
22542026-06-04T06:36:30.661Z Compiling tar v0.4.46
22552026-06-04T06:36:31.139Z Compiling toml v0.7.8
22562026-06-04T06:36:31.290Z Compiling mockall v0.13.1
22572026-06-04T06:36:31.492Z Compiling supports-color v3.0.2
22582026-06-04T06:36:31.684Z Compiling git-stub-vcs v0.1.0
22592026-06-04T06:36:31.833Z Compiling curl-sys v0.4.83+curl-8.15.0
22602026-06-04T06:36:31.980Z Compiling signal-hook-tokio v0.3.1
22612026-06-04T06:36:32.263Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22622026-06-04T06:36:33.182Z Compiling drift v0.2.0
22632026-06-04T06:36:33.696Z Compiling kstat-rs v0.2.4
22642026-06-04T06:36:34.018Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22652026-06-04T06:36:34.103Z Compiling hex-literal v1.0.0
22662026-06-04T06:36:34.228Z Compiling topological-sort v0.2.2
22672026-06-04T06:36:34.275Z Compiling display-error-chain v0.2.2
22682026-06-04T06:36:34.379Z Compiling omicron-zone-package v0.12.2
22692026-06-04T06:36:34.420Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22702026-06-04T06:36:34.550Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22712026-06-04T06:36:35.323Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22722026-06-04T06:36:36.699Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22732026-06-04T06:36:37.020Z Compiling dropshot-api-manager v0.7.2
22742026-06-04T06:36:37.314Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22752026-06-04T06:36:37.719Z Compiling curl v0.4.49
22762026-06-04T06:36:37.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22772026-06-04T06:36:37.990Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22782026-06-04T06:36:38.234Z Compiling search_path v0.1.4
22792026-06-04T06:36:38.553Z Compiling internet-checksum v0.2.1
22802026-06-04T06:36:38.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22812026-06-04T06:36:38.698Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22822026-06-04T06:36:39.723Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22832026-06-04T06:36:43.967Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22842026-06-04T06:37:26.759Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 14s
22852026-06-04T06:37:26.882Z Running unittests src/lib.rs (target/debug/deps/aal-ca3cdf410f27846b)
22862026-06-04T06:37:26.885Z
22872026-06-04T06:37:26.885Zrunning 5 tests
22882026-06-04T06:37:26.888Ztest fuse::tests::chip_revision_a0 ... ok
22892026-06-04T06:37:26.888Ztest fuse::tests::chip_revision_b0 ... ok
22902026-06-04T06:37:26.888Ztest fuse::tests::chip_revision_b1 ... ok
22912026-06-04T06:37:26.888Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22922026-06-04T06:37:26.888Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22932026-06-04T06:37:26.888Z
22942026-06-04T06:37:26.888Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
22952026-06-04T06:37:26.888Z
22962026-06-04T06:37:26.888Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
22972026-06-04T06:37:26.891Z
22982026-06-04T06:37:26.891Zrunning 0 tests
22992026-06-04T06:37:26.891Z
23002026-06-04T06:37:26.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23012026-06-04T06:37:26.891Z
23022026-06-04T06:37:26.891Z Running unittests src/lib.rs (target/debug/deps/asic-593313645d9ff277)
23032026-06-04T06:37:26.891Z
23042026-06-04T06:37:26.891Zrunning 0 tests
23052026-06-04T06:37:26.891Z
23062026-06-04T06:37:26.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23072026-06-04T06:37:26.891Z
23082026-06-04T06:37:26.894Z Running unittests src/lib.rs (target/debug/deps/common-9b74d605aa89b638)
23092026-06-04T06:37:26.894Z
23102026-06-04T06:37:26.894Zrunning 10 tests
23112026-06-04T06:37:26.894Ztest network::tests::test_equal ... ok
23122026-06-04T06:37:26.895Ztest nat::tests::test_vni ... ok
23132026-06-04T06:37:26.895Ztest network::tests::test_eui64 ... ok
23142026-06-04T06:37:26.895Ztest network::tests::test_generate_ipv6_link_local ... ok
23152026-06-04T06:37:26.895Ztest network::tests::test_into ... ok
23162026-06-04T06:37:26.895Ztest network::tests::test_not_equal ... ok
23172026-06-04T06:37:26.895Ztest network::tests::test_parse ... ok
23182026-06-04T06:37:26.895Ztest network::tests::test_to_string ... ok
23192026-06-04T06:37:26.895Ztest test_purge ... ok
23202026-06-04T06:37:26.897Ztest illumos::test::address_exists_handles_missing_object ... ok
23212026-06-04T06:37:26.897Z
23222026-06-04T06:37:26.897Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23232026-06-04T06:37:26.897Z
23242026-06-04T06:37:26.898Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ef48138ad2363440)
23252026-06-04T06:37:26.902Z
23262026-06-04T06:37:26.902Zrunning 1 test
23272026-06-04T06:37:26.905Z -------
23282026-06-04T06:37:26.905Z Generating OpenAPI documents from API definitions ...
23292026-06-04T06:37:27.042Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23302026-06-04T06:37:27.109Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23312026-06-04T06:37:28.093Z -------
23322026-06-04T06:37:28.093Z Checking 12 OpenAPI documents...
23332026-06-04T06:37:28.093Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23342026-06-04T06:37:28.093Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23352026-06-04T06:37:28.093Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23362026-06-04T06:37:28.093Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23372026-06-04T06:37:28.094Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23382026-06-04T06:37:28.097Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23392026-06-04T06:37:28.097Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23402026-06-04T06:37:28.097Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23412026-06-04T06:37:28.097Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23422026-06-04T06:37:28.097Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23432026-06-04T06:37:28.097Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23442026-06-04T06:37:28.098Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23452026-06-04T06:37:28.098Z Fresh dpd "latest" symlink
23462026-06-04T06:37:28.098Z -------
23472026-06-04T06:37:28.098Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23482026-06-04T06:37:28.154Ztest test::test_apis_up_to_date ... ok
23492026-06-04T06:37:28.154Z
23502026-06-04T06:37:28.154Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23512026-06-04T06:37:28.154Z
23522026-06-04T06:37:28.206Z Running unittests src/main.rs (target/debug/deps/dpd-2ecd5973434e9e60)
23532026-06-04T06:37:28.211Z
23542026-06-04T06:37:28.212Zrunning 19 tests
23552026-06-04T06:37:28.215Ztest freemap::test_ordering ... ok
23562026-06-04T06:37:28.215Ztest config::tests::test_updates ... ok
23572026-06-04T06:37:28.215Ztest freemap::test_split ... ok
23582026-06-04T06:37:28.215Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23592026-06-04T06:37:28.215Ztest macaddrs::tests::test_mac_offset ... ok
23602026-06-04T06:37:28.215Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23612026-06-04T06:37:28.215Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23622026-06-04T06:37:28.215Ztest macaddrs::tests::test_parse_port_id ... ok
23632026-06-04T06:37:28.215Ztest nat::test_mapping ... ok
23642026-06-04T06:37:28.218Ztest port_map::tests::dump_map ... ok
23652026-06-04T06:37:28.218Ztest port_map::tests::test_backplane_group ... ok
23662026-06-04T06:37:28.218Ztest port_map::tests::test_port_map ... ok
23672026-06-04T06:37:28.218ZJun 04 06:37:27.036 DEBG created new freemap, unit: freemap_test
23682026-06-04T06:37:28.218ZJun 04 06:37:27.036 DEBG created new freemap, unit: freemap_test
23692026-06-04T06:37:28.218ZJun 04 06:37:27.037Jun 04 06:37:27.036 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test
23702026-06-04T06:37:28.218Z
23712026-06-04T06:37:28.218ZJun 04 06:37:27.037Jun 04 06:37:27.037 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
23722026-06-04T06:37:28.218Z
23732026-06-04T06:37:28.218ZJun 04 06:37:27.037 DEBGJun 04 06:37:27.036 created new freemapDEBG , created new freemapunit:, unitfreemap_test:
23742026-06-04T06:37:28.218Zfreemap_test
23752026-06-04T06:37:28.218ZJun 04 06:37:27.037 DEBGJun 04 06:37:27.037 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
23762026-06-04T06:37:28.219Z freemap_test
23772026-06-04T06:37:28.219ZJun 04 06:37:27.037 DEBGJun 04 06:37:27.037 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
23782026-06-04T06:37:28.219Z freemap_test
23792026-06-04T06:37:28.219Ztest freemap::test_exhaustion ... ok
23802026-06-04T06:37:28.219Ztest freemap::test_basic ... ok
23812026-06-04T06:37:28.219Ztest freemap::test_free ... ok
23822026-06-04T06:37:28.219Ztest freemap::test_reclaim ... ok
23832026-06-04T06:37:28.219ZJun 04 06:37:27.037 DEBG created new freemap, unit: freemap_test
23842026-06-04T06:37:28.219ZJun 04 06:37:27.037 DEBG initted freemap. size: 128, unit: freemap_test
23852026-06-04T06:37:28.219ZJun 04 06:37:27.037 DEBG reset freemap, unit: freemap_test
23862026-06-04T06:37:28.219Ztest freemap::test_span ... ok
23872026-06-04T06:37:28.219Ztest port_map::tests::parse_softnpu_revision ... ok
23882026-06-04T06:37:28.219Ztest api_server::tests::test_build_info ... ok
23892026-06-04T06:37:28.220Z
23902026-06-04T06:37:28.220Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23912026-06-04T06:37:28.220Z
23922026-06-04T06:37:28.223Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8e6e683b2ae68614)
23932026-06-04T06:37:28.223Z
23942026-06-04T06:37:28.223Zrunning 0 tests
23952026-06-04T06:37:28.223Z
23962026-06-04T06:37:28.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23972026-06-04T06:37:28.224Z
23982026-06-04T06:37:28.224Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d79884f033031f14)
23992026-06-04T06:37:28.224Z
24002026-06-04T06:37:28.224Zrunning 0 tests
24012026-06-04T06:37:28.224Z
24022026-06-04T06:37:28.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24032026-06-04T06:37:28.224Z
24042026-06-04T06:37:28.224Z Running unittests src/lib.rs (target/debug/deps/dpd_client-026e20f2da3fc947)
24052026-06-04T06:37:28.227Z
24062026-06-04T06:37:28.227Zrunning 6 tests
24072026-06-04T06:37:28.227Ztest tests::test_parse_client_port_id ... ok
24082026-06-04T06:37:28.227Ztest tests::test_full_lot_id_neither_present ... ok
24092026-06-04T06:37:28.227Ztest tests::test_port_id_cmp ... ok
24102026-06-04T06:37:28.227Ztest tests::test_full_lot_id_lotnum_only ... ok
24112026-06-04T06:37:28.227Ztest tests::test_full_lot_id_lot_only ... ok
24122026-06-04T06:37:28.227Ztest tests::test_full_lot_id_both_present ... ok
24132026-06-04T06:37:28.227Z
24142026-06-04T06:37:28.227Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24152026-06-04T06:37:28.227Z
24162026-06-04T06:37:28.228Z Running tests/test_all.rs (target/debug/deps/test_all-8fea371b1d9e0371)
24172026-06-04T06:37:28.231Z
24182026-06-04T06:37:28.231Zrunning 0 tests
24192026-06-04T06:37:28.231Z
24202026-06-04T06:37:28.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24212026-06-04T06:37:28.231Z
24222026-06-04T06:37:28.231Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a9179f0a131d6565)
24232026-06-04T06:37:28.231Z
24242026-06-04T06:37:28.231Zrunning 0 tests
24252026-06-04T06:37:28.231Z
24262026-06-04T06:37:28.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24272026-06-04T06:37:28.231Z
24282026-06-04T06:37:28.231Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a17a64190b487dd4)
24292026-06-04T06:37:28.234Z
24302026-06-04T06:37:28.234Zrunning 0 tests
24312026-06-04T06:37:28.234Z
24322026-06-04T06:37:28.234Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24332026-06-04T06:37:28.234Z
24342026-06-04T06:37:28.234Z Running unittests src/lib.rs (target/debug/deps/packet-e697afcc77dc197a)
24352026-06-04T06:37:28.234Z
24362026-06-04T06:37:28.234Zrunning 12 tests
24372026-06-04T06:37:28.234Ztest icmp::test_v4_checksum ... ok
24382026-06-04T06:37:28.234Ztest icmp::test_v6_checksum ... ok
24392026-06-04T06:37:28.234Ztest ipv6::test_ipv6_parse ... ok
24402026-06-04T06:37:28.237Ztest lldp::test_lldp_parse ... ok
24412026-06-04T06:37:28.237Ztest pbuf::test_byte ... ok
24422026-06-04T06:37:28.237Ztest pbuf::test_nibble ... ok
24432026-06-04T06:37:28.237Ztest pbuf::test_overflow ... ok
24442026-06-04T06:37:28.237Ztest pbuf::test_short ... ok
24452026-06-04T06:37:28.237Ztest pbuf::test_twelve ... ok
24462026-06-04T06:37:28.237Ztest pbuf::test_word ... ok
24472026-06-04T06:37:28.237Ztest tcp::test_checksum_syn_nodata ... ok
24482026-06-04T06:37:28.237Ztest tcp::test_checksum_ack_data ... ok
24492026-06-04T06:37:28.238Z
24502026-06-04T06:37:28.238Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24512026-06-04T06:37:28.238Z
24522026-06-04T06:37:28.238Z Running unittests src/lib.rs (target/debug/deps/pcap-f3718069466981b5)
24532026-06-04T06:37:28.238Z
24542026-06-04T06:37:28.238Zrunning 0 tests
24552026-06-04T06:37:28.238Z
24562026-06-04T06:37:28.238Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24572026-06-04T06:37:28.238Z
24582026-06-04T06:37:28.238Z Running unittests src/main.rs (target/debug/deps/swadm-d522ba8e6ec152d8)
24592026-06-04T06:37:28.241Z
24602026-06-04T06:37:28.241Zrunning 5 tests
24612026-06-04T06:37:28.242Ztest switchport::test::test_compute_lanes ... ok
24622026-06-04T06:37:28.242Ztest switchport::test::port_id_ordering ... ok
24632026-06-04T06:37:28.242Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
24642026-06-04T06:37:28.242ZLane 1 Rx Loss-of-lock: YesLane 2 YesLane 3 Yes
24652026-06-04T06:37:28.242Z Yes State: Activated
24662026-06-04T06:37:28.242Z Rx Loss-of-signal: Yes Activated Yes ActivatedYes YesActivated
24672026-06-04T06:37:28.242Z
24682026-06-04T06:37:28.242Z Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse Yes falseYes
24692026-06-04T06:37:28.242Z false
24702026-06-04T06:37:28.242Z Tx Enabled: Yes Rx Output Status: validYes Yes validYes
24712026-06-04T06:37:28.242Zvalid Tx Loss-of-lock: Novalid
24722026-06-04T06:37:28.242ZNo Rx Loss-of-lock: true No trueNo
24732026-06-04T06:37:28.242Ztrue Tx Loss-of-signal: No true
24742026-06-04T06:37:28.242ZNo Rx Loss-of-signal: false falseNo No
24752026-06-04T06:37:28.242Zfalse Tx CDR Enabled: No false
24762026-06-04T06:37:28.242ZNo Rx Auto-squelch Disable: trueNo No
24772026-06-04T06:37:28.242Ztrue Tx Adaptive EQ Fault: No true Notrue
24782026-06-04T06:37:28.242ZNo Tx Output Enabled: trueNo
24792026-06-04T06:37:28.242Ztrue Tx Fault: Yes trueYes true
24802026-06-04T06:37:28.242ZYes Tx Output Status: invalid Yes
24812026-06-04T06:37:28.242Zinvalid invalid invalid
24822026-06-04T06:37:28.242Z Tx Loss-of-lock: false false false false
24832026-06-04T06:37:28.242Z Tx Loss-of-signal: true true true true
24842026-06-04T06:37:28.242ZTx Auto-squelch Disable: false false false false
24852026-06-04T06:37:28.242Z Tx Adaptive EQ Fail: true true true true
24862026-06-04T06:37:28.242Z Tx Failure: false false false false
24872026-06-04T06:37:28.242Z Tx Force Squelch: true true true true
24882026-06-04T06:37:28.243Z Tx Input Polarity: normal normal normal normal
24892026-06-04T06:37:28.243Ztest switchport::test::test_print_sff_datapath ... ok
24902026-06-04T06:37:28.243Ztest switchport::test::test_print_cmis_datapath ... ok
24912026-06-04T06:37:28.243Ztest link::test_filter ... ok
24922026-06-04T06:37:28.243Z
24932026-06-04T06:37:28.243Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24942026-06-04T06:37:28.243Z
24952026-06-04T06:37:28.243Z Running tests/counters.rs (target/debug/deps/counters-1275cad5ddebbc3a)
24962026-06-04T06:37:28.246Z
24972026-06-04T06:37:28.246Zrunning 1 test
24982026-06-04T06:37:28.246Ztest test_p4_counter_list ... ignored
24992026-06-04T06:37:28.247Z
25002026-06-04T06:37:28.247Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25012026-06-04T06:37:28.247Z
25022026-06-04T06:37:28.247Z Running tests/port-link.rs (target/debug/deps/port_link-0f818544a25e454b)
25032026-06-04T06:37:28.247Z
25042026-06-04T06:37:28.247Zrunning 5 tests
25052026-06-04T06:37:28.247Ztest test_an ... ignored
25062026-06-04T06:37:28.247Ztest test_enable ... ignored
25072026-06-04T06:37:28.247Ztest test_ip_addresses ... ignored
25082026-06-04T06:37:28.247Ztest test_kr ... ignored
25092026-06-04T06:37:28.247Ztest test_mac ... ignored
25102026-06-04T06:37:28.247Z
25112026-06-04T06:37:28.247Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25122026-06-04T06:37:28.247Z
25132026-06-04T06:37:28.247Z Running unittests src/main.rs (target/debug/deps/tfportd-d941faaa0437b555)
25142026-06-04T06:37:28.247Z
25152026-06-04T06:37:28.247Zrunning 3 tests
25162026-06-04T06:37:28.250Ztest linklocal::test_parse_ipadm ... ok
25172026-06-04T06:37:28.250Ztest tfport::test_parse_tfport ... ok
25182026-06-04T06:37:28.250Ztest config::tests::test_updates ... ok
25192026-06-04T06:37:28.250Z
25202026-06-04T06:37:28.250Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25212026-06-04T06:37:28.250Z
25222026-06-04T06:37:28.250Z Running unittests src/main.rs (target/debug/deps/uplinkd-54050ab10034714f)
25232026-06-04T06:37:28.250Z
25242026-06-04T06:37:28.250Zrunning 0 tests
25252026-06-04T06:37:28.250Z
25262026-06-04T06:37:28.250Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25272026-06-04T06:37:28.250Z
25282026-06-04T06:37:28.250Z Running unittests src/main.rs (target/debug/deps/xtask-0e68158643108eb4)
25292026-06-04T06:37:28.254Z
25302026-06-04T06:37:28.254Zrunning 0 tests
25312026-06-04T06:37:28.254Z
25322026-06-04T06:37:28.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25332026-06-04T06:37:28.254Z
25342026-06-04T06:37:28.254Z Doc-tests aal
25352026-06-04T06:37:28.377Z
25362026-06-04T06:37:28.377Zrunning 0 tests
25372026-06-04T06:37:28.377Z
25382026-06-04T06:37:28.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25392026-06-04T06:37:28.377Z
25402026-06-04T06:37:28.389Z Doc-tests aal_macros
25412026-06-04T06:37:28.456Z
25422026-06-04T06:37:28.456Zrunning 0 tests
25432026-06-04T06:37:28.456Z
25442026-06-04T06:37:28.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25452026-06-04T06:37:28.456Z
25462026-06-04T06:37:28.466Z Doc-tests common
25472026-06-04T06:37:28.690Z
25482026-06-04T06:37:28.690Zrunning 0 tests
25492026-06-04T06:37:28.690Z
25502026-06-04T06:37:28.690Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25512026-06-04T06:37:28.690Z
25522026-06-04T06:37:28.710Z Doc-tests dpd_api
25532026-06-04T06:37:29.434Z
25542026-06-04T06:37:29.434Zrunning 2 tests
25552026-06-04T06:37:29.434Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25562026-06-04T06:37:29.434Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25572026-06-04T06:37:29.434Z
25582026-06-04T06:37:29.434Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25592026-06-04T06:37:29.434Z
25602026-06-04T06:37:29.464Z Doc-tests dpd_client
25612026-06-04T06:37:30.732Z
25622026-06-04T06:37:30.732Zrunning 0 tests
25632026-06-04T06:37:30.732Z
25642026-06-04T06:37:30.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-06-04T06:37:30.732Z
25662026-06-04T06:37:30.774Z Doc-tests dpd_types
25672026-06-04T06:37:30.981Z
25682026-06-04T06:37:30.981Zrunning 0 tests
25692026-06-04T06:37:30.981Z
25702026-06-04T06:37:30.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-06-04T06:37:30.981Z
25722026-06-04T06:37:31.007Z Doc-tests dpd_types_versions
25732026-06-04T06:37:32.192Z
25742026-06-04T06:37:32.192Zrunning 1 test
25752026-06-04T06:37:32.192Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25762026-06-04T06:37:32.192Z
25772026-06-04T06:37:32.192Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25782026-06-04T06:37:32.192Z
25792026-06-04T06:37:32.236Z Doc-tests packet
25802026-06-04T06:37:32.341Z
25812026-06-04T06:37:32.341Zrunning 0 tests
25822026-06-04T06:37:32.341Z
25832026-06-04T06:37:32.342Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25842026-06-04T06:37:32.342Z
25852026-06-04T06:37:32.357Z Doc-tests pcap
25862026-06-04T06:37:32.409Z
25872026-06-04T06:37:32.409Zrunning 0 tests
25882026-06-04T06:37:32.409Z
25892026-06-04T06:37:32.409Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25902026-06-04T06:37:32.409Z
25912026-06-04T06:37:32.472Z+ for feat in tofino_stub tofino_asic softnpu chaos
25922026-06-04T06:37:32.472Z+ RUST_BACKTRACE=full
25932026-06-04T06:37:32.472Z+ cargo test --features tofino_asic --no-fail-fast
25942026-06-04T06:37:33.061Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
25952026-06-04T06:37:33.140Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
25962026-06-04T06:37:33.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
25972026-06-04T06:37:33.153Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
25982026-06-04T06:37:41.568Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
25992026-06-04T06:37:42.109Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26002026-06-04T06:38:20.715Z Finished `test` profile [unoptimized + debuginfo] target(s) in 47.91s
26012026-06-04T06:38:20.715Z Running unittests src/lib.rs (target/debug/deps/aal-ca3cdf410f27846b)
26022026-06-04T06:38:20.715Z
26032026-06-04T06:38:20.715Zrunning 5 tests
26042026-06-04T06:38:20.715Ztest fuse::tests::chip_revision_b0 ... ok
26052026-06-04T06:38:20.715Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26062026-06-04T06:38:20.715Ztest fuse::tests::chip_revision_a0 ... ok
26072026-06-04T06:38:20.715Ztest fuse::tests::chip_revision_b1 ... ok
26082026-06-04T06:38:20.715Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26092026-06-04T06:38:20.715Z
26102026-06-04T06:38:20.715Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26112026-06-04T06:38:20.715Z
26122026-06-04T06:38:20.715Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26132026-06-04T06:38:20.715Z
26142026-06-04T06:38:20.715Zrunning 0 tests
26152026-06-04T06:38:20.715Z
26162026-06-04T06:38:20.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26172026-06-04T06:38:20.715Z
26182026-06-04T06:38:20.715Z Running unittests src/lib.rs (target/debug/deps/asic-dd817bd3dfcd289b)
26192026-06-04T06:38:20.715Z
26202026-06-04T06:38:20.715Zrunning 8 tests
26212026-06-04T06:38:20.715Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26222026-06-04T06:38:20.715Ztest tofino_asic::qsfp::tests::fix_link ... ok
26232026-06-04T06:38:20.715Ztest tofino_asic::stats::constants_sanity_check ... ok
26242026-06-04T06:38:20.715Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26252026-06-04T06:38:20.715Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26262026-06-04T06:38:20.716Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26272026-06-04T06:38:20.716Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26282026-06-04T06:38:21.122Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26292026-06-04T06:38:21.122Z
26302026-06-04T06:38:21.122Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26312026-06-04T06:38:21.122Z
26322026-06-04T06:38:21.133Z Running unittests src/lib.rs (target/debug/deps/common-9b74d605aa89b638)
26332026-06-04T06:38:21.136Z
26342026-06-04T06:38:21.136Zrunning 10 tests
26352026-06-04T06:38:21.139Ztest network::tests::test_equal ... ok
26362026-06-04T06:38:21.139Ztest network::tests::test_eui64 ... ok
26372026-06-04T06:38:21.139Ztest nat::tests::test_vni ... ok
26382026-06-04T06:38:21.139Ztest network::tests::test_into ... ok
26392026-06-04T06:38:21.139Ztest network::tests::test_generate_ipv6_link_local ... ok
26402026-06-04T06:38:21.139Ztest network::tests::test_not_equal ... ok
26412026-06-04T06:38:21.139Ztest network::tests::test_parse ... ok
26422026-06-04T06:38:21.139Ztest network::tests::test_to_string ... ok
26432026-06-04T06:38:21.139Ztest test_purge ... ok
26442026-06-04T06:38:21.142Ztest illumos::test::address_exists_handles_missing_object ... ok
26452026-06-04T06:38:21.142Z
26462026-06-04T06:38:21.142Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26472026-06-04T06:38:21.142Z
26482026-06-04T06:38:21.142Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ef48138ad2363440)
26492026-06-04T06:38:21.146Z
26502026-06-04T06:38:21.146Zrunning 1 test
26512026-06-04T06:38:21.149Z -------
26522026-06-04T06:38:21.149Z Generating OpenAPI documents from API definitions ...
26532026-06-04T06:38:21.288Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26542026-06-04T06:38:21.356Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26552026-06-04T06:38:22.356Z -------
26562026-06-04T06:38:22.356Z Checking 12 OpenAPI documents...
26572026-06-04T06:38:22.356Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26582026-06-04T06:38:22.356Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26592026-06-04T06:38:22.356Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26602026-06-04T06:38:22.360Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26612026-06-04T06:38:22.360Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26622026-06-04T06:38:22.360Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26632026-06-04T06:38:22.360Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26642026-06-04T06:38:22.360Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26652026-06-04T06:38:22.360Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26662026-06-04T06:38:22.360Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26672026-06-04T06:38:22.360Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26682026-06-04T06:38:22.360Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26692026-06-04T06:38:22.360Z Fresh dpd "latest" symlink
26702026-06-04T06:38:22.360Z -------
26712026-06-04T06:38:22.360Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
26722026-06-04T06:38:22.418Ztest test::test_apis_up_to_date ... ok
26732026-06-04T06:38:22.418Z
26742026-06-04T06:38:22.418Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s
26752026-06-04T06:38:22.418Z
26762026-06-04T06:38:22.473Z Running unittests src/main.rs (target/debug/deps/dpd-7377b57ba3a00c94)
26772026-06-04T06:38:22.540Z
26782026-06-04T06:38:22.540Zrunning 51 tests
26792026-06-04T06:38:22.543Ztest freemap::test_ordering ... ok
26802026-06-04T06:38:22.543Ztest config::tests::test_updates ... ok
26812026-06-04T06:38:22.543Ztest freemap::test_split ... ok
26822026-06-04T06:38:22.543Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26832026-06-04T06:38:22.543Ztest macaddrs::tests::test_mac_offset ... ok
26842026-06-04T06:38:22.543Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26852026-06-04T06:38:22.543Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26862026-06-04T06:38:22.543Ztest macaddrs::tests::test_parse_port_id ... ok
26872026-06-04T06:38:22.543Ztest nat::test_mapping ... ok
26882026-06-04T06:38:22.546Ztest port_map::tests::dump_map ... ok
26892026-06-04T06:38:22.546Ztest port_map::tests::test_backplane_group ... ok
26902026-06-04T06:38:22.546Ztest port_map::tests::test_port_map ... ok
26912026-06-04T06:38:22.546Ztest transceivers::mpn_test::test_mpn_missing ... ok
26922026-06-04T06:38:22.546Ztest transceivers::mpn_test::test_mpn_present ... ok
26932026-06-04T06:38:22.546Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26942026-06-04T06:38:22.546ZJun 04 06:38:21.365 DEBG created new freemap, unit: freemap_test
26952026-06-04T06:38:22.546ZJun 04 06:38:21.365 DEBG initted freemap. size: 128, unit: freemap_test
26962026-06-04T06:38:22.546ZJun 04 06:38:21.365 DEBG reset freemap, unit: freemap_test
26972026-06-04T06:38:22.547Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26982026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG created new freemap, unit: freemap_test
26992026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG initted freemap. size: 128, unit: freemap_test
27002026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG reset freemap, unit: freemap_test
27012026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG created new freemap, unit: freemap_test
27022026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG initted freemap. size: 128, unit: freemap_test
27032026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG reset freemap, unit: freemap_test
27042026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG created new freemap, unit: freemap_test
27052026-06-04T06:38:22.547Ztest freemap::test_free ... ok
27062026-06-04T06:38:22.547Ztest freemap::test_exhaustion ... ok
27072026-06-04T06:38:22.547Ztest freemap::test_basic ... ok
27082026-06-04T06:38:22.547ZJun 04 06:38:21.365 DEBG initted freemap. size: 128, unit: freemap_test
27092026-06-04T06:38:22.548ZJun 04 06:38:21.366 DEBG reset freemap, unit: freemap_test
27102026-06-04T06:38:22.548ZJun 04 06:38:21.365 DEBG created new freemap, unit: freemap_test
27112026-06-04T06:38:22.548ZJun 04 06:38:21.366 DEBG initted freemap. size: 128, unit: freemap_test
27122026-06-04T06:38:22.548ZJun 04 06:38:21.366 DEBG reset freemap, unit: freemap_test
27132026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27142026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27152026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27162026-06-04T06:38:22.548Ztest freemap::test_reclaim ... ok
27172026-06-04T06:38:22.548Ztest freemap::test_span ... ok
27182026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27192026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27202026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27212026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27222026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27232026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27242026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27252026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27262026-06-04T06:38:22.548Ztest port_map::tests::parse_softnpu_revision ... ok
27272026-06-04T06:38:22.548Ztest api_server::tests::test_build_info ... ok
27282026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27292026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27302026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27312026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27322026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27332026-06-04T06:38:22.548Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27342026-06-04T06:38:22.551Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27352026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27362026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27372026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27382026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27392026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27402026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27412026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27422026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27432026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27442026-06-04T06:38:22.552Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27452026-06-04T06:38:22.552Z
27462026-06-04T06:38:22.552Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27472026-06-04T06:38:22.552Z
27482026-06-04T06:38:22.560Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-425981ba0ee02693)
27492026-06-04T06:38:22.563Z
27502026-06-04T06:38:22.563Zrunning 0 tests
27512026-06-04T06:38:22.563Z
27522026-06-04T06:38:22.563Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27532026-06-04T06:38:22.563Z
27542026-06-04T06:38:22.563Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d79884f033031f14)
27552026-06-04T06:38:22.566Z
27562026-06-04T06:38:22.566Zrunning 0 tests
27572026-06-04T06:38:22.566Z
27582026-06-04T06:38:22.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27592026-06-04T06:38:22.566Z
27602026-06-04T06:38:22.566Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f3e97dc354ed6085)
27612026-06-04T06:38:22.569Z
27622026-06-04T06:38:22.570Zrunning 6 tests
27632026-06-04T06:38:22.570Ztest tests::test_full_lot_id_neither_present ... ok
27642026-06-04T06:38:22.570Ztest tests::test_full_lot_id_both_present ... ok
27652026-06-04T06:38:22.570Ztest tests::test_full_lot_id_lotnum_only ... ok
27662026-06-04T06:38:22.570Ztest tests::test_full_lot_id_lot_only ... ok
27672026-06-04T06:38:22.570Ztest tests::test_parse_client_port_id ... ok
27682026-06-04T06:38:22.570Ztest tests::test_port_id_cmp ... ok
27692026-06-04T06:38:22.570Z
27702026-06-04T06:38:22.570Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27712026-06-04T06:38:22.570Z
27722026-06-04T06:38:22.570Z Running tests/test_all.rs (target/debug/deps/test_all-aec2307e8e73a314)
27732026-06-04T06:38:22.573Z
27742026-06-04T06:38:22.573Zrunning 0 tests
27752026-06-04T06:38:22.573Z
27762026-06-04T06:38:22.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27772026-06-04T06:38:22.573Z
27782026-06-04T06:38:22.573Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a9179f0a131d6565)
27792026-06-04T06:38:22.573Z
27802026-06-04T06:38:22.573Zrunning 0 tests
27812026-06-04T06:38:22.574Z
27822026-06-04T06:38:22.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27832026-06-04T06:38:22.574Z
27842026-06-04T06:38:22.574Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a17a64190b487dd4)
27852026-06-04T06:38:22.574Z
27862026-06-04T06:38:22.574Zrunning 0 tests
27872026-06-04T06:38:22.574Z
27882026-06-04T06:38:22.574Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27892026-06-04T06:38:22.574Z
27902026-06-04T06:38:22.574Z Running unittests src/lib.rs (target/debug/deps/packet-e697afcc77dc197a)
27912026-06-04T06:38:22.578Z
27922026-06-04T06:38:22.578Zrunning 12 tests
27932026-06-04T06:38:22.578Ztest icmp::test_v6_checksum ... ok
27942026-06-04T06:38:22.579Ztest lldp::test_lldp_parse ... ok
27952026-06-04T06:38:22.579Ztest ipv6::test_ipv6_parse ... ok
27962026-06-04T06:38:22.579Ztest icmp::test_v4_checksum ... ok
27972026-06-04T06:38:22.579Ztest pbuf::test_byte ... ok
27982026-06-04T06:38:22.579Ztest pbuf::test_nibble ... ok
27992026-06-04T06:38:22.579Ztest pbuf::test_short ... ok
28002026-06-04T06:38:22.579Ztest pbuf::test_overflow ... ok
28012026-06-04T06:38:22.579Ztest pbuf::test_twelve ... ok
28022026-06-04T06:38:22.579Ztest pbuf::test_word ... ok
28032026-06-04T06:38:22.579Ztest tcp::test_checksum_syn_nodata ... ok
28042026-06-04T06:38:22.579Ztest tcp::test_checksum_ack_data ... ok
28052026-06-04T06:38:22.579Z
28062026-06-04T06:38:22.579Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28072026-06-04T06:38:22.579Z
28082026-06-04T06:38:22.579Z Running unittests src/lib.rs (target/debug/deps/pcap-f3718069466981b5)
28092026-06-04T06:38:22.582Z
28102026-06-04T06:38:22.582Zrunning 0 tests
28112026-06-04T06:38:22.582Z
28122026-06-04T06:38:22.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28132026-06-04T06:38:22.582Z
28142026-06-04T06:38:22.582Z Running unittests src/main.rs (target/debug/deps/swadm-53058a6ad883f026)
28152026-06-04T06:38:22.582Z
28162026-06-04T06:38:22.582Zrunning 5 tests
28172026-06-04T06:38:22.582Ztest switchport::test::test_compute_lanes ... ok
28182026-06-04T06:38:22.582Ztest switchport::test::port_id_ordering ... ok
28192026-06-04T06:38:22.582Z Lane 0 Lane 1 Lane 2 Lane 3
28202026-06-04T06:38:22.582Z State: Activated Lane 0 Activated Activated ActivatedLane 1
28212026-06-04T06:38:22.583Z Rx Output Enabled: false Lane 2 Lane 3false
28222026-06-04T06:38:22.583Zfalse Rx Loss-of-lock: Yesfalse
28232026-06-04T06:38:22.583ZYes Rx Output Status: valid Yes validYes
28242026-06-04T06:38:22.583Z Rx Loss-of-signal: Yesvalid valid
28252026-06-04T06:38:22.583ZYes Rx Loss-of-lock: trueYes Yestrue
28262026-06-04T06:38:22.583Ztrue Rx CDR Enabled: Yestrue
28272026-06-04T06:38:22.583ZYes Rx Loss-of-signal: false Yesfalse Yes
28282026-06-04T06:38:22.583Zfalse Tx Enabled: Yes false
28292026-06-04T06:38:22.583ZYes Rx Auto-squelch Disable: true Yes trueYes
28302026-06-04T06:38:22.583Ztrue true Tx Loss-of-lock: No
28312026-06-04T06:38:22.583Z Tx Output Enabled: trueNo true No trueNo
28322026-06-04T06:38:22.583Ztrue
28332026-06-04T06:38:22.583Z Tx Loss-of-signal: No Tx Output Status: invalid No invalid No No
28342026-06-04T06:38:22.583Zinvalid Tx CDR Enabled: No invalidNo
28352026-06-04T06:38:22.583Z Tx Loss-of-lock: false No falseNo
28362026-06-04T06:38:22.583Zfalse Tx Adaptive EQ Fault: Nofalse
28372026-06-04T06:38:22.583Z No Tx Loss-of-signal: true No Notrue
28382026-06-04T06:38:22.583Z Tx Fault: Yes true Yestrue
28392026-06-04T06:38:22.583Z YesTx Auto-squelch Disable: false Yes
28402026-06-04T06:38:22.583Zfalse false false
28412026-06-04T06:38:22.583Z Tx Adaptive EQ Fail: true true true true
28422026-06-04T06:38:22.583Z Tx Failure: false false false false
28432026-06-04T06:38:22.583Z Tx Force Squelch: true true true true
28442026-06-04T06:38:22.583Z Tx Input Polarity: normal normal normal normal
28452026-06-04T06:38:22.583Ztest switchport::test::test_print_sff_datapath ... ok
28462026-06-04T06:38:22.583Ztest switchport::test::test_print_cmis_datapath ... ok
28472026-06-04T06:38:22.583Ztest link::test_filter ... ok
28482026-06-04T06:38:22.583Z
28492026-06-04T06:38:22.583Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28502026-06-04T06:38:22.583Z
28512026-06-04T06:38:22.586Z Running tests/counters.rs (target/debug/deps/counters-d94172ab8859e2ba)
28522026-06-04T06:38:22.586Z
28532026-06-04T06:38:22.586Zrunning 1 test
28542026-06-04T06:38:22.586Ztest test_p4_counter_list ... ignored
28552026-06-04T06:38:22.586Z
28562026-06-04T06:38:22.586Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28572026-06-04T06:38:22.586Z
28582026-06-04T06:38:22.586Z Running tests/port-link.rs (target/debug/deps/port_link-4b3ed1128e5c9df1)
28592026-06-04T06:38:22.586Z
28602026-06-04T06:38:22.586Zrunning 5 tests
28612026-06-04T06:38:22.587Ztest test_an ... ignored
28622026-06-04T06:38:22.587Ztest test_enable ... ignored
28632026-06-04T06:38:22.587Ztest test_ip_addresses ... ignored
28642026-06-04T06:38:22.587Ztest test_kr ... ignored
28652026-06-04T06:38:22.587Ztest test_mac ... ignored
28662026-06-04T06:38:22.587Z
28672026-06-04T06:38:22.587Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28682026-06-04T06:38:22.587Z
28692026-06-04T06:38:22.587Z Running unittests src/main.rs (target/debug/deps/tfportd-942f143dd77b4da3)
28702026-06-04T06:38:22.590Z
28712026-06-04T06:38:22.590Zrunning 3 tests
28722026-06-04T06:38:22.590Ztest linklocal::test_parse_ipadm ... ok
28732026-06-04T06:38:22.590Ztest tfport::test_parse_tfport ... ok
28742026-06-04T06:38:22.590Ztest config::tests::test_updates ... ok
28752026-06-04T06:38:22.590Z
28762026-06-04T06:38:22.590Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28772026-06-04T06:38:22.590Z
28782026-06-04T06:38:22.590Z Running unittests src/main.rs (target/debug/deps/uplinkd-54050ab10034714f)
28792026-06-04T06:38:22.593Z
28802026-06-04T06:38:22.593Zrunning 0 tests
28812026-06-04T06:38:22.593Z
28822026-06-04T06:38:22.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28832026-06-04T06:38:22.593Z
28842026-06-04T06:38:22.593Z Running unittests src/main.rs (target/debug/deps/xtask-0e68158643108eb4)
28852026-06-04T06:38:22.595Z
28862026-06-04T06:38:22.595Zrunning 0 tests
28872026-06-04T06:38:22.595Z
28882026-06-04T06:38:22.595Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28892026-06-04T06:38:22.595Z
28902026-06-04T06:38:22.595Z Doc-tests aal
28912026-06-04T06:38:22.714Z
28922026-06-04T06:38:22.714Zrunning 0 tests
28932026-06-04T06:38:22.714Z
28942026-06-04T06:38:22.714Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28952026-06-04T06:38:22.714Z
28962026-06-04T06:38:22.731Z Doc-tests aal_macros
28972026-06-04T06:38:22.798Z
28982026-06-04T06:38:22.798Zrunning 0 tests
28992026-06-04T06:38:22.798Z
29002026-06-04T06:38:22.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29012026-06-04T06:38:22.799Z
29022026-06-04T06:38:22.809Z Doc-tests common
29032026-06-04T06:38:23.033Z
29042026-06-04T06:38:23.033Zrunning 0 tests
29052026-06-04T06:38:23.034Z
29062026-06-04T06:38:23.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29072026-06-04T06:38:23.034Z
29082026-06-04T06:38:23.055Z Doc-tests dpd_api
29092026-06-04T06:38:23.784Z
29102026-06-04T06:38:23.784Zrunning 2 tests
29112026-06-04T06:38:23.784Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29122026-06-04T06:38:23.784Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29132026-06-04T06:38:23.784Z
29142026-06-04T06:38:23.785Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29152026-06-04T06:38:23.785Z
29162026-06-04T06:38:23.817Z Doc-tests dpd_client
29172026-06-04T06:38:25.069Z
29182026-06-04T06:38:25.069Zrunning 0 tests
29192026-06-04T06:38:25.069Z
29202026-06-04T06:38:25.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-06-04T06:38:25.069Z
29222026-06-04T06:38:25.116Z Doc-tests dpd_types
29232026-06-04T06:38:25.324Z
29242026-06-04T06:38:25.324Zrunning 0 tests
29252026-06-04T06:38:25.324Z
29262026-06-04T06:38:25.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-06-04T06:38:25.324Z
29282026-06-04T06:38:25.350Z Doc-tests dpd_types_versions
29292026-06-04T06:38:26.539Z
29302026-06-04T06:38:26.539Zrunning 1 test
29312026-06-04T06:38:26.539Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29322026-06-04T06:38:26.539Z
29332026-06-04T06:38:26.539Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29342026-06-04T06:38:26.539Z
29352026-06-04T06:38:26.584Z Doc-tests packet
29362026-06-04T06:38:26.694Z
29372026-06-04T06:38:26.694Zrunning 0 tests
29382026-06-04T06:38:26.694Z
29392026-06-04T06:38:26.694Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29402026-06-04T06:38:26.694Z
29412026-06-04T06:38:26.711Z Doc-tests pcap
29422026-06-04T06:38:26.761Z
29432026-06-04T06:38:26.761Zrunning 0 tests
29442026-06-04T06:38:26.761Z
29452026-06-04T06:38:26.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29462026-06-04T06:38:26.761Z
29472026-06-04T06:38:26.807Z+ for feat in tofino_stub tofino_asic softnpu chaos
29482026-06-04T06:38:26.807Z+ RUST_BACKTRACE=full
29492026-06-04T06:38:26.807Z+ cargo test --features softnpu --no-fail-fast
29502026-06-04T06:38:27.437Z Compiling num-integer v0.1.46
29512026-06-04T06:38:27.522Z Compiling num-complex v0.4.6
29522026-06-04T06:38:27.567Z Compiling bitstruct_derive v0.1.0
29532026-06-04T06:38:27.568Z Compiling tap v1.0.1
29542026-06-04T06:38:27.691Z Compiling wyz v0.5.1
29552026-06-04T06:38:27.815Z Compiling num-iter v0.1.45
29562026-06-04T06:38:27.845Z Compiling num-rational v0.4.2
29572026-06-04T06:38:27.867Z Compiling num-bigint v0.4.6
29582026-06-04T06:38:27.954Z Compiling radium v0.7.0
29592026-06-04T06:38:27.957Z Compiling funty v2.0.0
29602026-06-04T06:38:28.010Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29612026-06-04T06:38:28.065Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29622026-06-04T06:38:28.158Z Compiling num v0.4.3
29632026-06-04T06:38:28.240Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29642026-06-04T06:38:28.255Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29652026-06-04T06:38:28.276Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29662026-06-04T06:38:28.355Z Compiling bitvec v1.0.1
29672026-06-04T06:38:28.386Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29682026-06-04T06:38:28.533Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29692026-06-04T06:38:28.562Z Compiling typeid v1.0.3
29702026-06-04T06:38:28.631Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29712026-06-04T06:38:28.654Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-06-04T06:38:28.682Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29732026-06-04T06:38:28.988Z Compiling ascii v1.1.0
29742026-06-04T06:38:29.397Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29752026-06-04T06:38:29.471Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29762026-06-04T06:38:29.548Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29772026-06-04T06:38:29.584Z Compiling erased-serde v0.4.8
29782026-06-04T06:38:29.751Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29792026-06-04T06:38:29.922Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29802026-06-04T06:38:30.010Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29812026-06-04T06:38:30.032Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29822026-06-04T06:38:30.078Z Compiling bitstruct v0.1.1
29832026-06-04T06:38:30.399Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29842026-06-04T06:38:30.604Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29852026-06-04T06:38:30.637Z Compiling serde_arrays v0.1.0
29862026-06-04T06:38:30.681Z Compiling libloading v0.7.4
29872026-06-04T06:38:30.845Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29882026-06-04T06:38:31.455Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29892026-06-04T06:38:31.644Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29902026-06-04T06:38:31.722Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29912026-06-04T06:38:32.801Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29922026-06-04T06:38:33.656Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
29932026-06-04T06:38:40.062Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29942026-06-04T06:38:40.281Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
29952026-06-04T06:38:40.281Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29962026-06-04T06:38:40.358Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
29972026-06-04T06:38:40.540Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29982026-06-04T06:38:40.911Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
29992026-06-04T06:38:42.410Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30002026-06-04T06:38:42.957Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30012026-06-04T06:38:45.303Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30022026-06-04T06:38:45.921Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30032026-06-04T06:38:47.276Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30042026-06-04T06:38:49.207Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30052026-06-04T06:38:49.408Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30062026-06-04T06:38:50.177Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30072026-06-04T06:38:57.665Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30082026-06-04T06:38:59.457Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-06-04T06:39:02.695Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30102026-06-04T06:39:43.255Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
30112026-06-04T06:39:43.372Z Running unittests src/lib.rs (target/debug/deps/aal-466fc32ce83a4f36)
30122026-06-04T06:39:43.388Z
30132026-06-04T06:39:43.388Zrunning 5 tests
30142026-06-04T06:39:43.388Ztest fuse::tests::chip_revision_a0 ... ok
30152026-06-04T06:39:43.388Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30162026-06-04T06:39:43.388Ztest fuse::tests::chip_revision_b0 ... ok
30172026-06-04T06:39:43.388Ztest fuse::tests::chip_revision_b1 ... ok
30182026-06-04T06:39:43.388Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30192026-06-04T06:39:43.388Z
30202026-06-04T06:39:43.388Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30212026-06-04T06:39:43.388Z
30222026-06-04T06:39:43.388Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30232026-06-04T06:39:43.388Z
30242026-06-04T06:39:43.388Zrunning 0 tests
30252026-06-04T06:39:43.389Z
30262026-06-04T06:39:43.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30272026-06-04T06:39:43.389Z
30282026-06-04T06:39:43.389Z Running unittests src/lib.rs (target/debug/deps/asic-e6ea8eccfa5e0b54)
30292026-06-04T06:39:43.393Z
30302026-06-04T06:39:43.393Zrunning 0 tests
30312026-06-04T06:39:43.393Z
30322026-06-04T06:39:43.393Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30332026-06-04T06:39:43.393Z
30342026-06-04T06:39:43.394Z Running unittests src/lib.rs (target/debug/deps/common-9b74d605aa89b638)
30352026-06-04T06:39:43.394Z
30362026-06-04T06:39:43.394Zrunning 10 tests
30372026-06-04T06:39:43.394Ztest nat::tests::test_vni ... ok
30382026-06-04T06:39:43.394Ztest network::tests::test_equal ... ok
30392026-06-04T06:39:43.394Ztest network::tests::test_into ... ok
30402026-06-04T06:39:43.394Ztest network::tests::test_eui64 ... ok
30412026-06-04T06:39:43.394Ztest network::tests::test_not_equal ... ok
30422026-06-04T06:39:43.394Ztest network::tests::test_generate_ipv6_link_local ... ok
30432026-06-04T06:39:43.394Ztest network::tests::test_to_string ... ok
30442026-06-04T06:39:43.394Ztest network::tests::test_parse ... ok
30452026-06-04T06:39:43.394Ztest test_purge ... ok
30462026-06-04T06:39:43.394Ztest illumos::test::address_exists_handles_missing_object ... ok
30472026-06-04T06:39:43.394Z
30482026-06-04T06:39:43.394Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30492026-06-04T06:39:43.394Z
30502026-06-04T06:39:43.394Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-529eae5a633e2d2c)
30512026-06-04T06:39:43.394Z
30522026-06-04T06:39:43.394Zrunning 1 test
30532026-06-04T06:39:43.394Z -------
30542026-06-04T06:39:43.394Z Generating OpenAPI documents from API definitions ...
30552026-06-04T06:39:43.533Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30562026-06-04T06:39:43.598Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30572026-06-04T06:39:44.650Z -------
30582026-06-04T06:39:44.650Z Checking 12 OpenAPI documents...
30592026-06-04T06:39:44.650Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30602026-06-04T06:39:44.650Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30612026-06-04T06:39:44.650Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30622026-06-04T06:39:44.655Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30632026-06-04T06:39:44.655Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30642026-06-04T06:39:44.655Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30652026-06-04T06:39:44.655Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30662026-06-04T06:39:44.655Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30672026-06-04T06:39:44.655Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30682026-06-04T06:39:44.655Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30692026-06-04T06:39:44.655Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30702026-06-04T06:39:44.655Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
30712026-06-04T06:39:44.655Z Fresh dpd "latest" symlink
30722026-06-04T06:39:44.655Z -------
30732026-06-04T06:39:44.655Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
30742026-06-04T06:39:44.692Ztest test::test_apis_up_to_date ... ok
30752026-06-04T06:39:44.692Z
30762026-06-04T06:39:44.692Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
30772026-06-04T06:39:44.693Z
30782026-06-04T06:39:44.792Z Running unittests src/main.rs (target/debug/deps/dpd-9ba5c7d60bea2b2a)
30792026-06-04T06:39:44.797Z
30802026-06-04T06:39:44.797Zrunning 19 tests
30812026-06-04T06:39:44.797Ztest freemap::test_ordering ... ok
30822026-06-04T06:39:44.798Ztest config::tests::test_updates ... ok
30832026-06-04T06:39:44.798Ztest freemap::test_split ... ok
30842026-06-04T06:39:44.798Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30852026-06-04T06:39:44.798Ztest macaddrs::tests::test_mac_offset ... ok
30862026-06-04T06:39:44.798Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30872026-06-04T06:39:44.798Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30882026-06-04T06:39:44.798Ztest macaddrs::tests::test_parse_port_id ... ok
30892026-06-04T06:39:44.798Ztest nat::test_mapping ... ok
30902026-06-04T06:39:44.798Ztest port_map::tests::dump_map ... ok
30912026-06-04T06:39:44.798Ztest port_map::tests::test_backplane_group ... ok
30922026-06-04T06:39:44.798Ztest port_map::tests::test_port_map ... ok
30932026-06-04T06:39:44.798ZJun 04 06:39:43.580 DEBG Jun 04 06:39:43.580 created new freemapDEBG created new freemap, , unitunit:: freemap_testfreemap_test
30942026-06-04T06:39:44.798Z
30952026-06-04T06:39:44.798ZJun 04 06:39:43.580 DEBG initted freemap. size: 128, Jun 04 06:39:43.580unit: DEBGfreemap_test
30962026-06-04T06:39:44.798ZJun 04 06:39:43.580created new freemap DEBG, unitinitted freemap. size: 128:, unitJun 04 06:39:43.580freemap_test:
30972026-06-04T06:39:44.798Z freemap_testDEBG
30982026-06-04T06:39:44.798Z reset freemap, unit: freemap_testJun 04 06:39:43.580Jun 04 06:39:43.580
30992026-06-04T06:39:44.798Z Jun 04 06:39:43.580DEBG DEBG DEBGreset freemapcreated new freemap , initted freemap. size: 128, , unitunitunit::: freemap_testfreemap_testfreemap_test
31002026-06-04T06:39:44.799Z
31012026-06-04T06:39:44.799Z
31022026-06-04T06:39:44.799ZJun 04 06:39:43.580 Jun 04 06:39:43.580DEBG DEBGreset freemap , initted freemap. size: 128unit, :unit :freemap_test
31032026-06-04T06:39:44.799Zfreemap_test
31042026-06-04T06:39:44.799ZJun 04 06:39:43.580 DEBG reset freemap, unit: freemap_test
31052026-06-04T06:39:44.799Ztest freemap::test_exhaustion ... ok
31062026-06-04T06:39:44.799Ztest freemap::test_reclaim ... ok
31072026-06-04T06:39:44.799Ztest freemap::test_basic ... ok
31082026-06-04T06:39:44.799Ztest freemap::test_free ... ok
31092026-06-04T06:39:44.799ZJun 04 06:39:43.581 DEBG created new freemap, unit: freemap_test
31102026-06-04T06:39:44.799ZJun 04 06:39:43.581 DEBG initted freemap. size: 128, unit: freemap_test
31112026-06-04T06:39:44.799ZJun 04 06:39:43.581 DEBG reset freemap, unit: freemap_test
31122026-06-04T06:39:44.799Ztest freemap::test_span ... ok
31132026-06-04T06:39:44.799Ztest port_map::tests::parse_softnpu_revision ... ok
31142026-06-04T06:39:44.799Ztest api_server::tests::test_build_info ... ok
31152026-06-04T06:39:44.799Z
31162026-06-04T06:39:44.799Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31172026-06-04T06:39:44.799Z
31182026-06-04T06:39:44.799Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-54c5abfdb53aa30d)
31192026-06-04T06:39:44.799Z
31202026-06-04T06:39:44.799Zrunning 0 tests
31212026-06-04T06:39:44.799Z
31222026-06-04T06:39:44.800Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31232026-06-04T06:39:44.800Z
31242026-06-04T06:39:44.800Z Running unittests src/lib.rs (target/debug/deps/dpd_api-a87906b9fa3df37f)
31252026-06-04T06:39:44.800Z
31262026-06-04T06:39:44.803Zrunning 0 tests
31272026-06-04T06:39:44.803Z
31282026-06-04T06:39:44.803Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31292026-06-04T06:39:44.803Z
31302026-06-04T06:39:44.803Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e87f6a3c3e981456)
31312026-06-04T06:39:44.803Z
31322026-06-04T06:39:44.803Zrunning 6 tests
31332026-06-04T06:39:44.803Ztest tests::test_full_lot_id_neither_present ... ok
31342026-06-04T06:39:44.803Ztest tests::test_full_lot_id_lotnum_only ... ok
31352026-06-04T06:39:44.803Ztest tests::test_full_lot_id_lot_only ... ok
31362026-06-04T06:39:44.803Ztest tests::test_full_lot_id_both_present ... ok
31372026-06-04T06:39:44.803Ztest tests::test_port_id_cmp ... ok
31382026-06-04T06:39:44.803Ztest tests::test_parse_client_port_id ... ok
31392026-06-04T06:39:44.804Z
31402026-06-04T06:39:44.804Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31412026-06-04T06:39:44.804Z
31422026-06-04T06:39:44.804Z Running tests/test_all.rs (target/debug/deps/test_all-a1b13cc7778365bd)
31432026-06-04T06:39:44.804Z
31442026-06-04T06:39:44.804Zrunning 0 tests
31452026-06-04T06:39:44.804Z
31462026-06-04T06:39:44.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31472026-06-04T06:39:44.804Z
31482026-06-04T06:39:44.804Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c6d7bde876c28426)
31492026-06-04T06:39:44.804Z
31502026-06-04T06:39:44.804Zrunning 0 tests
31512026-06-04T06:39:44.804Z
31522026-06-04T06:39:44.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-06-04T06:39:44.804Z
31542026-06-04T06:39:44.804Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9048b644519c09b7)
31552026-06-04T06:39:44.804Z
31562026-06-04T06:39:44.804Zrunning 0 tests
31572026-06-04T06:39:44.804Z
31582026-06-04T06:39:44.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-06-04T06:39:44.804Z
31602026-06-04T06:39:44.804Z Running unittests src/lib.rs (target/debug/deps/packet-e697afcc77dc197a)
31612026-06-04T06:39:44.804Z
31622026-06-04T06:39:44.804Zrunning 12 tests
31632026-06-04T06:39:44.805Ztest icmp::test_v4_checksum ... ok
31642026-06-04T06:39:44.805Ztest icmp::test_v6_checksum ... ok
31652026-06-04T06:39:44.805Ztest ipv6::test_ipv6_parse ... ok
31662026-06-04T06:39:44.805Ztest lldp::test_lldp_parse ... ok
31672026-06-04T06:39:44.805Ztest pbuf::test_byte ... ok
31682026-06-04T06:39:44.805Ztest pbuf::test_nibble ... ok
31692026-06-04T06:39:44.805Ztest pbuf::test_overflow ... ok
31702026-06-04T06:39:44.805Ztest pbuf::test_short ... ok
31712026-06-04T06:39:44.805Ztest pbuf::test_twelve ... ok
31722026-06-04T06:39:44.805Ztest pbuf::test_word ... ok
31732026-06-04T06:39:44.805Ztest tcp::test_checksum_syn_nodata ... ok
31742026-06-04T06:39:44.805Ztest tcp::test_checksum_ack_data ... ok
31752026-06-04T06:39:44.805Z
31762026-06-04T06:39:44.805Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-06-04T06:39:44.805Z
31782026-06-04T06:39:44.805Z Running unittests src/lib.rs (target/debug/deps/pcap-f3718069466981b5)
31792026-06-04T06:39:44.860Z
31802026-06-04T06:39:44.860Zrunning 0 tests
31812026-06-04T06:39:44.860Z
31822026-06-04T06:39:44.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-06-04T06:39:44.860Z
31842026-06-04T06:39:44.860Z Running unittests src/main.rs (target/debug/deps/swadm-d522ba8e6ec152d8)
31852026-06-04T06:39:44.860Z
31862026-06-04T06:39:44.860Zrunning 5 tests
31872026-06-04T06:39:44.860Ztest switchport::test::test_compute_lanes ... ok
31882026-06-04T06:39:44.860Ztest switchport::test::port_id_ordering ... ok
31892026-06-04T06:39:44.860Z Lane 0 Lane 1 Lane 2 Lane 3
31902026-06-04T06:39:44.860Z Rx Loss-of-lock: Yes Yes Yes Yes
31912026-06-04T06:39:44.861Z Rx Loss-of-signal: Yes Yes Yes Yes
31922026-06-04T06:39:44.861Z Rx CDR Enabled: Yes Yes Yes Yes
31932026-06-04T06:39:44.861Z Tx Enabled: Yes Yes Yes Yes
31942026-06-04T06:39:44.861Z Tx Loss-of-lock: No No No No
31952026-06-04T06:39:44.861Z Tx Loss-of-signal: No No No No
31962026-06-04T06:39:44.861Z Tx CDR Enabled: No No No No
31972026-06-04T06:39:44.861Z Tx Adaptive EQ Fault: No No No No
31982026-06-04T06:39:44.861Z Tx Fault: Yes Yes Yes Lane 0 Yes
31992026-06-04T06:39:44.861Z Lane 1 Lane 2 Lane 3
32002026-06-04T06:39:44.861Z State: Activated Activated Activated Activated
32012026-06-04T06:39:44.861Z Rx Output Enabled: false false false false
32022026-06-04T06:39:44.861Z Rx Output Status: valid valid valid valid
32032026-06-04T06:39:44.861Z Rx Loss-of-lock: true true true true
32042026-06-04T06:39:44.861Z Rx Loss-of-signal: false false false false
32052026-06-04T06:39:44.861ZRx Auto-squelch Disable: true true true true
32062026-06-04T06:39:44.861Z Tx Output Enabled: true true true true
32072026-06-04T06:39:44.861Z Tx Output Status: invalid invalid invalid invalid
32082026-06-04T06:39:44.861Z Tx Loss-of-lock: false false false false
32092026-06-04T06:39:44.861Z Tx Loss-of-signal: true true true true
32102026-06-04T06:39:44.861ZTx Auto-squelch Disable: false false false false
32112026-06-04T06:39:44.861Z Tx Adaptive EQ Fail: true true true true
32122026-06-04T06:39:44.862Z Tx Failure: false false false false
32132026-06-04T06:39:44.862Z Tx Force Squelch: true true true true
32142026-06-04T06:39:44.862Z Tx Input Polarity: normal normal normal normal
32152026-06-04T06:39:44.862Ztest link::test_filter ... ok
32162026-06-04T06:39:44.862Ztest switchport::test::test_print_cmis_datapath ... ok
32172026-06-04T06:39:44.862Ztest switchport::test::test_print_sff_datapath ... ok
32182026-06-04T06:39:44.862Z
32192026-06-04T06:39:44.862Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32202026-06-04T06:39:44.862Z
32212026-06-04T06:39:44.862Z Running tests/counters.rs (target/debug/deps/counters-1275cad5ddebbc3a)
32222026-06-04T06:39:44.862Z
32232026-06-04T06:39:44.862Zrunning 1 test
32242026-06-04T06:39:44.862Ztest test_p4_counter_list ... ignored
32252026-06-04T06:39:44.862Z
32262026-06-04T06:39:44.862Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-06-04T06:39:44.862Z
32282026-06-04T06:39:44.862Z Running tests/port-link.rs (target/debug/deps/port_link-0f818544a25e454b)
32292026-06-04T06:39:44.862Z
32302026-06-04T06:39:44.862Zrunning 5 tests
32312026-06-04T06:39:44.862Ztest test_an ... ignored
32322026-06-04T06:39:44.863Ztest test_enable ... ignored
32332026-06-04T06:39:44.863Ztest test_ip_addresses ... ignored
32342026-06-04T06:39:44.863Ztest test_kr ... ignored
32352026-06-04T06:39:44.863Ztest test_mac ... ignored
32362026-06-04T06:39:44.863Z
32372026-06-04T06:39:44.863Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-06-04T06:39:44.863Z
32392026-06-04T06:39:44.884Z Running unittests src/main.rs (target/debug/deps/tfportd-b91a3670c9b100e5)
32402026-06-04T06:39:44.884Z
32412026-06-04T06:39:44.884Zrunning 3 tests
32422026-06-04T06:39:44.884Ztest linklocal::test_parse_ipadm ... ok
32432026-06-04T06:39:44.884Ztest tfport::test_parse_tfport ... ok
32442026-06-04T06:39:44.884Ztest config::tests::test_updates ... ok
32452026-06-04T06:39:44.884Z
32462026-06-04T06:39:44.884Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-06-04T06:39:44.884Z
32482026-06-04T06:39:44.884Z Running unittests src/main.rs (target/debug/deps/uplinkd-54050ab10034714f)
32492026-06-04T06:39:44.884Z
32502026-06-04T06:39:44.884Zrunning 0 tests
32512026-06-04T06:39:44.884Z
32522026-06-04T06:39:44.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-06-04T06:39:44.884Z
32542026-06-04T06:39:44.884Z Running unittests src/main.rs (target/debug/deps/xtask-0e68158643108eb4)
32552026-06-04T06:39:44.884Z
32562026-06-04T06:39:44.884Zrunning 0 tests
32572026-06-04T06:39:44.884Z
32582026-06-04T06:39:44.884Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32592026-06-04T06:39:44.885Z
32602026-06-04T06:39:44.885Z Doc-tests aal
32612026-06-04T06:39:44.941Z
32622026-06-04T06:39:44.942Zrunning 0 tests
32632026-06-04T06:39:44.942Z
32642026-06-04T06:39:44.942Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32652026-06-04T06:39:44.942Z
32662026-06-04T06:39:44.994Z Doc-tests aal_macros
32672026-06-04T06:39:45.030Z
32682026-06-04T06:39:45.031Zrunning 0 tests
32692026-06-04T06:39:45.031Z
32702026-06-04T06:39:45.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-06-04T06:39:45.031Z
32722026-06-04T06:39:45.035Z Doc-tests common
32732026-06-04T06:39:45.274Z
32742026-06-04T06:39:45.275Zrunning 0 tests
32752026-06-04T06:39:45.275Z
32762026-06-04T06:39:45.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-06-04T06:39:45.275Z
32782026-06-04T06:39:45.294Z Doc-tests dpd_api
32792026-06-04T06:39:46.265Z
32802026-06-04T06:39:46.265Zrunning 2 tests
32812026-06-04T06:39:46.265Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32822026-06-04T06:39:46.265Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32832026-06-04T06:39:46.265Z
32842026-06-04T06:39:46.265Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-06-04T06:39:46.265Z
32862026-06-04T06:39:46.270Z Doc-tests dpd_client
32872026-06-04T06:39:47.343Z
32882026-06-04T06:39:47.344Zrunning 0 tests
32892026-06-04T06:39:47.344Z
32902026-06-04T06:39:47.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32912026-06-04T06:39:47.346Z
32922026-06-04T06:39:47.388Z Doc-tests dpd_types
32932026-06-04T06:39:47.600Z
32942026-06-04T06:39:47.600Zrunning 0 tests
32952026-06-04T06:39:47.600Z
32962026-06-04T06:39:47.600Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32972026-06-04T06:39:47.600Z
32982026-06-04T06:39:47.624Z Doc-tests dpd_types_versions
32992026-06-04T06:39:48.893Z
33002026-06-04T06:39:48.893Zrunning 1 test
33012026-06-04T06:39:48.893Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33022026-06-04T06:39:48.893Z
33032026-06-04T06:39:48.893Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33042026-06-04T06:39:48.893Z
33052026-06-04T06:39:48.896Z Doc-tests packet
33062026-06-04T06:39:48.985Z
33072026-06-04T06:39:48.986Zrunning 0 tests
33082026-06-04T06:39:48.986Z
33092026-06-04T06:39:48.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33102026-06-04T06:39:48.986Z
33112026-06-04T06:39:49.000Z Doc-tests pcap
33122026-06-04T06:39:49.053Z
33132026-06-04T06:39:49.053Zrunning 0 tests
33142026-06-04T06:39:49.053Z
33152026-06-04T06:39:49.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33162026-06-04T06:39:49.053Z
33172026-06-04T06:39:49.105Z+ for feat in tofino_stub tofino_asic softnpu chaos
33182026-06-04T06:39:49.105Z+ RUST_BACKTRACE=full
33192026-06-04T06:39:49.105Z+ cargo test --features chaos --no-fail-fast
33202026-06-04T06:39:49.693Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33212026-06-04T06:39:49.770Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33222026-06-04T06:39:49.779Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33232026-06-04T06:39:58.027Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33242026-06-04T06:39:58.738Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33252026-06-04T06:40:32.116Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.00s
33262026-06-04T06:40:32.232Z Running unittests src/lib.rs (target/debug/deps/aal-ca3cdf410f27846b)
33272026-06-04T06:40:32.237Z
33282026-06-04T06:40:32.237Zrunning 5 tests
33292026-06-04T06:40:32.241Ztest fuse::tests::chip_revision_a0 ... ok
33302026-06-04T06:40:32.241Ztest fuse::tests::chip_revision_b0 ... ok
33312026-06-04T06:40:32.241Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33322026-06-04T06:40:32.241Ztest fuse::tests::chip_revision_b1 ... ok
33332026-06-04T06:40:32.241Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33342026-06-04T06:40:32.241Z
33352026-06-04T06:40:32.241Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33362026-06-04T06:40:32.241Z
33372026-06-04T06:40:32.241Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33382026-06-04T06:40:32.244Z
33392026-06-04T06:40:32.244Zrunning 0 tests
33402026-06-04T06:40:32.244Z
33412026-06-04T06:40:32.244Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33422026-06-04T06:40:32.244Z
33432026-06-04T06:40:32.244Z Running unittests src/lib.rs (target/debug/deps/asic-e18d01c705eb4919)
33442026-06-04T06:40:32.250Z
33452026-06-04T06:40:32.250Zrunning 0 tests
33462026-06-04T06:40:32.251Z
33472026-06-04T06:40:32.254Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33482026-06-04T06:40:32.254Z
33492026-06-04T06:40:32.254Z Running unittests src/lib.rs (target/debug/deps/common-9b74d605aa89b638)
33502026-06-04T06:40:32.257Z
33512026-06-04T06:40:32.257Zrunning 10 tests
33522026-06-04T06:40:32.260Ztest nat::tests::test_vni ... ok
33532026-06-04T06:40:32.260Ztest network::tests::test_generate_ipv6_link_local ... ok
33542026-06-04T06:40:32.260Ztest network::tests::test_into ... ok
33552026-06-04T06:40:32.260Ztest network::tests::test_equal ... ok
33562026-06-04T06:40:32.260Ztest network::tests::test_not_equal ... ok
33572026-06-04T06:40:32.260Ztest network::tests::test_parse ... ok
33582026-06-04T06:40:32.260Ztest network::tests::test_eui64 ... ok
33592026-06-04T06:40:32.260Ztest network::tests::test_to_string ... ok
33602026-06-04T06:40:32.264Ztest test_purge ... ok
33612026-06-04T06:40:32.264Ztest illumos::test::address_exists_handles_missing_object ... ok
33622026-06-04T06:40:32.264Z
33632026-06-04T06:40:32.264Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33642026-06-04T06:40:32.264Z
33652026-06-04T06:40:32.266Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-ef48138ad2363440)
33662026-06-04T06:40:32.289Z
33672026-06-04T06:40:32.289Zrunning 1 test
33682026-06-04T06:40:32.293Z -------
33692026-06-04T06:40:32.296Z Generating OpenAPI documents from API definitions ...
33702026-06-04T06:40:32.453Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
33712026-06-04T06:40:32.523Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
33722026-06-04T06:40:33.517Z -------
33732026-06-04T06:40:33.520Z Checking 12 OpenAPI documents...
33742026-06-04T06:40:33.520Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
33752026-06-04T06:40:33.520Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
33762026-06-04T06:40:33.520Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
33772026-06-04T06:40:33.520Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
33782026-06-04T06:40:33.520Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
33792026-06-04T06:40:33.520Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
33802026-06-04T06:40:33.520Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
33812026-06-04T06:40:33.521Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
33822026-06-04T06:40:33.521Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
33832026-06-04T06:40:33.521Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
33842026-06-04T06:40:33.521Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
33852026-06-04T06:40:33.521Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
33862026-06-04T06:40:33.521Z Fresh dpd "latest" symlink
33872026-06-04T06:40:33.521Z -------
33882026-06-04T06:40:33.521Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
33892026-06-04T06:40:33.587Ztest test::test_apis_up_to_date ... ok
33902026-06-04T06:40:33.587Z
33912026-06-04T06:40:33.587Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
33922026-06-04T06:40:33.587Z
33932026-06-04T06:40:33.649Z Running unittests src/main.rs (target/debug/deps/dpd-d743ca175fc9a1d6)
33942026-06-04T06:40:33.655Z
33952026-06-04T06:40:33.655Zrunning 19 tests
33962026-06-04T06:40:33.658Ztest freemap::test_ordering ... ok
33972026-06-04T06:40:33.658Ztest config::tests::test_updates ... ok
33982026-06-04T06:40:33.658Ztest freemap::test_split ... ok
33992026-06-04T06:40:33.658Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34002026-06-04T06:40:33.658Ztest macaddrs::tests::test_mac_offset ... ok
34012026-06-04T06:40:33.661Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34022026-06-04T06:40:33.661Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34032026-06-04T06:40:33.661Ztest macaddrs::tests::test_parse_port_id ... ok
34042026-06-04T06:40:33.661Ztest nat::test_mapping ... ok
34052026-06-04T06:40:33.661Ztest port_map::tests::dump_map ... ok
34062026-06-04T06:40:33.661Ztest port_map::tests::test_backplane_group ... ok
34072026-06-04T06:40:33.661Ztest port_map::tests::test_port_map ... ok
34082026-06-04T06:40:33.661ZJun 04 06:40:32.479 DEBG created new freemap, unitJun 04 06:40:32.479Jun 04 06:40:32.479: DEBGfreemap_test
34092026-06-04T06:40:33.661Zcreated new freemapDEBG , created new freemapunit:, unitfreemap_test: Jun 04 06:40:32.479
34102026-06-04T06:40:33.661Z freemap_testDEBG
34112026-06-04T06:40:33.661Z initted freemap. size: 128Jun 04 06:40:32.479, unitDEBG: Jun 04 06:40:32.479initted freemap. size: 128 , DEBGfreemap_testunit
34122026-06-04T06:40:33.661Z :initted freemap. size: 128 freemap_test,
34132026-06-04T06:40:33.661Zunit: freemap_testJun 04 06:40:32.479
34142026-06-04T06:40:33.662Z Jun 04 06:40:32.479DEBG DEBGreset freemap Jun 04 06:40:32.479, reset freemap , unitunit:DEBG: freemap_testreset freemap
34152026-06-04T06:40:33.662Zfreemap_test,
34162026-06-04T06:40:33.662Zunit: freemap_test
34172026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG created new freemap, unit: freemap_test
34182026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG initted freemap. size: 128, unit: freemap_test
34192026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG reset freemap, unit: freemap_test
34202026-06-04T06:40:33.662Ztest freemap::test_basic ... ok
34212026-06-04T06:40:33.662Ztest freemap::test_free ... ok
34222026-06-04T06:40:33.662Ztest freemap::test_reclaim ... ok
34232026-06-04T06:40:33.662Ztest freemap::test_exhaustion ... ok
34242026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG created new freemap, unit: freemap_test
34252026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG initted freemap. size: 128, unit: freemap_test
34262026-06-04T06:40:33.662ZJun 04 06:40:32.479 DEBG reset freemap, unit: freemap_test
34272026-06-04T06:40:33.662Ztest freemap::test_span ... ok
34282026-06-04T06:40:33.662Ztest api_server::tests::test_build_info ... ok
34292026-06-04T06:40:33.662Ztest port_map::tests::parse_softnpu_revision ... ok
34302026-06-04T06:40:33.662Z
34312026-06-04T06:40:33.662Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34322026-06-04T06:40:33.662Z
34332026-06-04T06:40:33.666Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-44e2fbd93918f219)
34342026-06-04T06:40:33.669Z
34352026-06-04T06:40:33.669Zrunning 0 tests
34362026-06-04T06:40:33.669Z
34372026-06-04T06:40:33.669Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34382026-06-04T06:40:33.669Z
34392026-06-04T06:40:33.669Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d79884f033031f14)
34402026-06-04T06:40:33.672Z
34412026-06-04T06:40:33.672Zrunning 0 tests
34422026-06-04T06:40:33.672Z
34432026-06-04T06:40:33.673Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34442026-06-04T06:40:33.673Z
34452026-06-04T06:40:33.673Z Running unittests src/lib.rs (target/debug/deps/dpd_client-1d59c60212bc5ade)
34462026-06-04T06:40:33.679Z
34472026-06-04T06:40:33.679Zrunning 6 tests
34482026-06-04T06:40:33.681Ztest tests::test_full_lot_id_neither_present ... ok
34492026-06-04T06:40:33.681Ztest tests::test_full_lot_id_lot_only ... ok
34502026-06-04T06:40:33.681Ztest tests::test_full_lot_id_lotnum_only ... ok
34512026-06-04T06:40:33.681Ztest tests::test_parse_client_port_id ... ok
34522026-06-04T06:40:33.681Ztest tests::test_full_lot_id_both_present ... ok
34532026-06-04T06:40:33.681Ztest tests::test_port_id_cmp ... ok
34542026-06-04T06:40:33.681Z
34552026-06-04T06:40:33.681Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34562026-06-04T06:40:33.681Z
34572026-06-04T06:40:33.681Z Running tests/test_all.rs (target/debug/deps/test_all-c68490fe470bfae4)
34582026-06-04T06:40:33.685Z
34592026-06-04T06:40:33.685Zrunning 6 tests
34602026-06-04T06:40:36.695Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34612026-06-04T06:40:36.698Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34622026-06-04T06:40:36.698Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34632026-06-04T06:40:36.703Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34642026-06-04T06:40:37.032Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34652026-06-04T06:40:38.112Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34662026-06-04T06:40:38.112Z
34672026-06-04T06:40:38.112Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.43s
34682026-06-04T06:40:38.112Z
34692026-06-04T06:40:38.118Z Running unittests src/lib.rs (target/debug/deps/dpd_types-a9179f0a131d6565)
34702026-06-04T06:40:38.123Z
34712026-06-04T06:40:38.124Zrunning 0 tests
34722026-06-04T06:40:38.124Z
34732026-06-04T06:40:38.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34742026-06-04T06:40:38.127Z
34752026-06-04T06:40:38.127Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a17a64190b487dd4)
34762026-06-04T06:40:38.130Z
34772026-06-04T06:40:38.130Zrunning 0 tests
34782026-06-04T06:40:38.130Z
34792026-06-04T06:40:38.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34802026-06-04T06:40:38.130Z
34812026-06-04T06:40:38.130Z Running unittests src/lib.rs (target/debug/deps/packet-e697afcc77dc197a)
34822026-06-04T06:40:38.135Z
34832026-06-04T06:40:38.135Zrunning 12 tests
34842026-06-04T06:40:38.138Ztest icmp::test_v6_checksum ... ok
34852026-06-04T06:40:38.138Ztest icmp::test_v4_checksum ... ok
34862026-06-04T06:40:38.138Ztest ipv6::test_ipv6_parse ... ok
34872026-06-04T06:40:38.138Ztest lldp::test_lldp_parse ... ok
34882026-06-04T06:40:38.138Ztest pbuf::test_byte ... ok
34892026-06-04T06:40:38.138Ztest pbuf::test_nibble ... ok
34902026-06-04T06:40:38.138Ztest pbuf::test_short ... ok
34912026-06-04T06:40:38.138Ztest pbuf::test_twelve ... ok
34922026-06-04T06:40:38.138Ztest pbuf::test_word ... ok
34932026-06-04T06:40:38.138Ztest pbuf::test_overflow ... ok
34942026-06-04T06:40:38.138Ztest tcp::test_checksum_syn_nodata ... ok
34952026-06-04T06:40:38.138Ztest tcp::test_checksum_ack_data ... ok
34962026-06-04T06:40:38.138Z
34972026-06-04T06:40:38.138Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34982026-06-04T06:40:38.138Z
34992026-06-04T06:40:38.138Z Running unittests src/lib.rs (target/debug/deps/pcap-f3718069466981b5)
35002026-06-04T06:40:38.141Z
35012026-06-04T06:40:38.141Zrunning 0 tests
35022026-06-04T06:40:38.141Z
35032026-06-04T06:40:38.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35042026-06-04T06:40:38.141Z
35052026-06-04T06:40:38.144Z Running unittests src/main.rs (target/debug/deps/swadm-ca6b65b18b45f1c2)
35062026-06-04T06:40:38.147Z
35072026-06-04T06:40:38.147Zrunning 5 tests
35082026-06-04T06:40:38.147Ztest switchport::test::test_compute_lanes ... ok
35092026-06-04T06:40:38.147Ztest switchport::test::port_id_ordering ... ok
35102026-06-04T06:40:38.147Z Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1
35112026-06-04T06:40:38.147Z Lane 2 Rx Loss-of-lock: Yes Lane 3Yes
35122026-06-04T06:40:38.147ZYes Yes State: Activated
35132026-06-04T06:40:38.147Z Rx Loss-of-signal: YesActivated ActivatedYes ActivatedYes
35142026-06-04T06:40:38.147Z Yes Rx Output Enabled: false
35152026-06-04T06:40:38.147Z Rx CDR Enabled: Yesfalse false Yesfalse
35162026-06-04T06:40:38.147Z Rx Output Status: validYes Yesvalid
35172026-06-04T06:40:38.147Z valid Tx Enabled: Yes valid
35182026-06-04T06:40:38.147ZYes Rx Loss-of-lock: trueYes trueYes
35192026-06-04T06:40:38.147Ztrue true Tx Loss-of-lock: No
35202026-06-04T06:40:38.147Z No Rx Loss-of-signal: false falseNo Nofalse
35212026-06-04T06:40:38.147Z false
35222026-06-04T06:40:38.147Z Tx Loss-of-signal: No Rx Auto-squelch Disable: trueNo true No Notrue
35232026-06-04T06:40:38.147Z true Tx CDR Enabled: No
35242026-06-04T06:40:38.147Z Tx Output Enabled: true No true No No
35252026-06-04T06:40:38.147Ztrue true Tx Adaptive EQ Fault: No
35262026-06-04T06:40:38.147Z Tx Output Status: invalidNo invalid No Noinvalid
35272026-06-04T06:40:38.147Z invalid Tx Fault: Yes
35282026-06-04T06:40:38.147Z Tx Loss-of-lock: false Yes false Yes false Yesfalse
35292026-06-04T06:40:38.147Z
35302026-06-04T06:40:38.147Z Tx Loss-of-signal: true true true true
35312026-06-04T06:40:38.147ZTx Auto-squelch Disable: false false false false
35322026-06-04T06:40:38.147Z Tx Adaptive EQ Fail: true true true true
35332026-06-04T06:40:38.148Z Tx Failure: false false false false
35342026-06-04T06:40:38.148Z Tx Force Squelch: true true true true
35352026-06-04T06:40:38.148Z Tx Input Polarity: normal normal normal normal
35362026-06-04T06:40:38.148Ztest switchport::test::test_print_sff_datapath ... ok
35372026-06-04T06:40:38.148Ztest switchport::test::test_print_cmis_datapath ... ok
35382026-06-04T06:40:38.151Ztest link::test_filter ... ok
35392026-06-04T06:40:38.151Z
35402026-06-04T06:40:38.151Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35412026-06-04T06:40:38.151Z
35422026-06-04T06:40:38.151Z Running tests/counters.rs (target/debug/deps/counters-e3f8a7bbd7d0b349)
35432026-06-04T06:40:38.153Z
35442026-06-04T06:40:38.153Zrunning 1 test
35452026-06-04T06:40:38.153Ztest test_p4_counter_list ... ignored
35462026-06-04T06:40:38.153Z
35472026-06-04T06:40:38.153Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35482026-06-04T06:40:38.153Z
35492026-06-04T06:40:38.153Z Running tests/port-link.rs (target/debug/deps/port_link-e93b17eb76bf279e)
35502026-06-04T06:40:38.156Z
35512026-06-04T06:40:38.156Zrunning 5 tests
35522026-06-04T06:40:38.156Ztest test_an ... ignored
35532026-06-04T06:40:38.156Ztest test_enable ... ignored
35542026-06-04T06:40:38.156Ztest test_ip_addresses ... ignored
35552026-06-04T06:40:38.156Ztest test_kr ... ignored
35562026-06-04T06:40:38.156Ztest test_mac ... ignored
35572026-06-04T06:40:38.156Z
35582026-06-04T06:40:38.156Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35592026-06-04T06:40:38.156Z
35602026-06-04T06:40:38.156Z Running unittests src/main.rs (target/debug/deps/tfportd-57bcc379bc299366)
35612026-06-04T06:40:38.159Z
35622026-06-04T06:40:38.159Zrunning 3 tests
35632026-06-04T06:40:38.162Ztest linklocal::test_parse_ipadm ... ok
35642026-06-04T06:40:38.162Ztest tfport::test_parse_tfport ... ok
35652026-06-04T06:40:38.162Ztest config::tests::test_updates ... ok
35662026-06-04T06:40:38.162Z
35672026-06-04T06:40:38.162Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35682026-06-04T06:40:38.162Z
35692026-06-04T06:40:38.162Z Running unittests src/main.rs (target/debug/deps/uplinkd-54050ab10034714f)
35702026-06-04T06:40:38.165Z
35712026-06-04T06:40:38.165Zrunning 0 tests
35722026-06-04T06:40:38.165Z
35732026-06-04T06:40:38.165Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35742026-06-04T06:40:38.165Z
35752026-06-04T06:40:38.168Z Running unittests src/main.rs (target/debug/deps/xtask-0e68158643108eb4)
35762026-06-04T06:40:38.170Z
35772026-06-04T06:40:38.170Zrunning 0 tests
35782026-06-04T06:40:38.170Z
35792026-06-04T06:40:38.170Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35802026-06-04T06:40:38.170Z
35812026-06-04T06:40:38.173Z Doc-tests aal
35822026-06-04T06:40:38.342Z
35832026-06-04T06:40:38.342Zrunning 0 tests
35842026-06-04T06:40:38.342Z
35852026-06-04T06:40:38.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35862026-06-04T06:40:38.345Z
35872026-06-04T06:40:38.358Z Doc-tests aal_macros
35882026-06-04T06:40:38.431Z
35892026-06-04T06:40:38.431Zrunning 0 tests
35902026-06-04T06:40:38.431Z
35912026-06-04T06:40:38.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35922026-06-04T06:40:38.431Z
35932026-06-04T06:40:38.441Z Doc-tests common
35942026-06-04T06:40:38.679Z
35952026-06-04T06:40:38.679Zrunning 0 tests
35962026-06-04T06:40:38.679Z
35972026-06-04T06:40:38.679Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35982026-06-04T06:40:38.679Z
35992026-06-04T06:40:38.698Z Doc-tests dpd_api
36002026-06-04T06:40:39.522Z
36012026-06-04T06:40:39.522Zrunning 2 tests
36022026-06-04T06:40:39.522Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36032026-06-04T06:40:39.522Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36042026-06-04T06:40:39.522Z
36052026-06-04T06:40:39.522Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36062026-06-04T06:40:39.522Z
36072026-06-04T06:40:39.554Z Doc-tests dpd_client
36082026-06-04T06:40:40.841Z
36092026-06-04T06:40:40.841Zrunning 0 tests
36102026-06-04T06:40:40.841Z
36112026-06-04T06:40:40.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36122026-06-04T06:40:40.841Z
36132026-06-04T06:40:40.887Z Doc-tests dpd_types
36142026-06-04T06:40:41.099Z
36152026-06-04T06:40:41.099Zrunning 0 tests
36162026-06-04T06:40:41.099Z
36172026-06-04T06:40:41.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36182026-06-04T06:40:41.099Z
36192026-06-04T06:40:41.123Z Doc-tests dpd_types_versions
36202026-06-04T06:40:42.342Z
36212026-06-04T06:40:42.342Zrunning 1 test
36222026-06-04T06:40:42.342Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36232026-06-04T06:40:42.342Z
36242026-06-04T06:40:42.342Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36252026-06-04T06:40:42.342Z
36262026-06-04T06:40:42.381Z Doc-tests packet
36272026-06-04T06:40:42.502Z
36282026-06-04T06:40:42.502Zrunning 0 tests
36292026-06-04T06:40:42.502Z
36302026-06-04T06:40:42.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36312026-06-04T06:40:42.502Z
36322026-06-04T06:40:42.510Z Doc-tests pcap
36332026-06-04T06:40:42.562Z
36342026-06-04T06:40:42.562Zrunning 0 tests
36352026-06-04T06:40:42.562Z
36362026-06-04T06:40:42.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36372026-06-04T06:40:42.562Z
36382026-06-04T06:40:42.613Zprocess exited: duration 575836 ms, exit code 0
 
36392026-06-04T06:40:42.624Zfound 0 output files