01KVYEHF760GK5KP044Q7EJPEW: test

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

Buildomat Job: 01KVYEHT2M15Y682901YFA486N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T03:54:04.453Zjob assigned to worker 01KVYEJ478612P7S28ZWM2Q5JD [factory aws, i-00ac0c45a53717aeb] (queued for 1 m 1 s)
 
22026-06-25T03:54:11.345Zstarting task 0: "setup"
32026-06-25T03:54:11.349Z++ uname -s
42026-06-25T03:54:11.352Z+ kern=SunOS
52026-06-25T03:54:11.352Z+ build_user=build
62026-06-25T03:54:11.352Z+ build_uid=12345
72026-06-25T03:54:11.352Z+ work_dir=/work
82026-06-25T03:54:11.352Z+ input_dir=/input
92026-06-25T03:54:11.352Z+ [[ 0 == 12345 ]]
102026-06-25T03:54:11.352Z+ case "$kern" in
112026-06-25T03:54:11.352Z+ groupadd -g 12345 build
122026-06-25T03:54:11.357Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T03:54:13.358Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T03:54:13.447Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T03:54:13.450Z+ home_fs=zfs
162026-06-25T03:54:13.450Z+ [[ zfs == autofs ]]
172026-06-25T03:54:13.450Z+ mkdir -p /home/build
182026-06-25T03:54:13.450Z+ chown build:build /home/build /work
192026-06-25T03:54:15.452Z+ chmod 0700 /home/build /work
202026-06-25T03:54:15.455Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-25T03:54:15.461Zstarting task 1: "rust-toolchain"
222026-06-25T03:54:15.465Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-06-25T03:54:15.465Z * rust toolchain channel = "1.90.0"
242026-06-25T03:54:15.465Z * rust toolchain profile = "default"
252026-06-25T03:54:15.465Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T03:54:15.465Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T03:54:15.469Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T03:54:15.469Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T03:54:15.469Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-06-25T03:54:15.574Zinfo: downloading installer
312026-06-25T03:54:17.208Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T03:54:17.209Zwarn: /home/build/.rustup/settings.toml
332026-06-25T03:54:17.209Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T03:54:17.209Zwarn: instead of the one inferred from the default host triple.
352026-06-25T03:54:17.222Zinfo: profile set to default
362026-06-25T03:54:17.222Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T03:54:17.225Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-06-25T03:54:17.383Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-06-25T03:54:17.386Zinfo: downloading 6 components
402026-06-25T03:54:32.673Z
412026-06-25T03:54:32.673Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
422026-06-25T03:54:32.703Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-06-25T03:54:32.703Z
442026-06-25T03:54:32.703Z
452026-06-25T03:54:32.704ZRust is installed now. Great!
462026-06-25T03:54:32.704Z
472026-06-25T03:54:32.707ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T03:54:32.707Zenvironment variable. This has not been done automatically.
492026-06-25T03:54:32.707Z
502026-06-25T03:54:32.707ZTo configure your current shell, you need to source
512026-06-25T03:54:32.707Zthe corresponding env file under $HOME/.cargo.
522026-06-25T03:54:32.707Z
532026-06-25T03:54:32.707ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T03:54:32.707Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T03:54:32.707Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T03:54:32.707Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T03:54:32.707Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T03:54:32.707Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T03:54:32.707Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T03:54:32.707Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T03:54:32.707Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T03:54:32.797Z+ rustup --version
632026-06-25T03:54:32.806Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T03:54:32.809Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T03:54:32.829Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-06-25T03:54:32.832Z+ cargo --version
672026-06-25T03:54:32.845Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-06-25T03:54:32.848Z+ rustc --version
692026-06-25T03:54:32.868Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-06-25T03:54:32.872Zprocess exited: duration 17409 ms, exit code 0
 
712026-06-25T03:54:32.878Zstarting task 2: "authentication"
722026-06-25T03:54:32.895Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T03:54:32.902Zstarting task 3: "clone repository"
742026-06-25T03:54:32.905Z+ mkdir -p /work/oxidecomputer/dendrite
752026-06-25T03:54:32.908Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-06-25T03:54:32.941ZCloning into '/work/oxidecomputer/dendrite'...
772026-06-25T03:54:33.521Z+ cd /work/oxidecomputer/dendrite
782026-06-25T03:54:33.521Z+ git fetch origin 1f246e4706b50878703dd326dd9277fda0e9bf0a
792026-06-25T03:54:33.756ZFrom https://github.com/oxidecomputer/dendrite
802026-06-25T03:54:33.756Z * branch 1f246e4706b50878703dd326dd9277fda0e9bf0a -> FETCH_HEAD
812026-06-25T03:54:33.760Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T03:54:33.763Z++ git branch --show-current
832026-06-25T03:54:33.763Z+ current=main
842026-06-25T03:54:33.763Z+ [[ main != renovate/uuid-1.x-lockfile ]]
852026-06-25T03:54:33.763Z+ git branch -f renovate/uuid-1.x-lockfile 1f246e4706b50878703dd326dd9277fda0e9bf0a
862026-06-25T03:54:33.766Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T03:54:33.784ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T03:54:33.787Z+ git reset --hard 1f246e4706b50878703dd326dd9277fda0e9bf0a
892026-06-25T03:54:33.803ZHEAD is now at 1f246e4 Update Rust crate uuid to v1.23.4
902026-06-25T03:54:33.806Zprocess exited: duration 902 ms, exit code 0
 
912026-06-25T03:54:33.812Zstarting task 4: "build"
922026-06-25T03:54:33.816Z+ source .github/buildomat/common.sh
932026-06-25T03:54:33.819Z++ TOFINO_STAGES=20
942026-06-25T03:54:33.819Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-06-25T03:54:33.819Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-06-25T03:54:33.819Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-06-25T03:54:33.819Z+++ uname -s
982026-06-25T03:54:33.819Z++ '[' SunOS == SunOS ']'
992026-06-25T03:54:33.819Z++ SERIES=illumos
1002026-06-25T03:54:33.819Z+++ uname -s
1012026-06-25T03:54:33.822Z++ '[' SunOS == SunOS ']'
1022026-06-25T03:54:33.822Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-06-25T03:54:33.822Z++ rustup show active-toolchain
1042026-06-25T03:54:33.825Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-06-25T03:54:33.828Z+ source .github/buildomat/illumos.sh
1062026-06-25T03:54:33.828Z++ banner 'sde setup'
1072026-06-25T03:54:33.828Z
1082026-06-25T03:54:33.828Z #### ##### ###### #### ###### ##### # # #####
1092026-06-25T03:54:33.828Z # # # # # # # # # # #
1102026-06-25T03:54:33.828Z #### # # ##### #### ##### # # # # #
1112026-06-25T03:54:33.828Z # # # # # # # # # #####
1122026-06-25T03:54:33.828Z # # # # # # # # # # # #
1132026-06-25T03:54:33.828Z #### ##### ###### #### ###### # #### #
1142026-06-25T03:54:33.828Z
1152026-06-25T03:54:33.828Z++ export PKG_SUCCESS_ON_NOP=1
1162026-06-25T03:54:33.828Z++ PKG_SUCCESS_ON_NOP=1
1172026-06-25T03:54:33.828Z++ export PKG=tofino_sde.p5p
1182026-06-25T03:54:33.828Z++ PKG=tofino_sde.p5p
1192026-06-25T03:54:33.828Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-06-25T03:54:33.833Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-06-25T03:54:33.834Z Dload Upload Total Spent Left Speed
1222026-06-25T03:54:35.112Z 0 0 0 0 0 0 0 0 0 88 76.03M 88 67.17M 0 0 67.23M 0 00:01 00:01 67.24M 100 76.03M 100 76.03M 0 0 59.49M 0 00:01 00:01 67.24M 100 76.03M 100 76.03M 0 0 59.49M 0 00:01 00:01 67.24M 100 76.03M 100 76.03M 0 0 59.49M 0 00:01 00:01 67.24M
1232026-06-25T03:54:35.117Z+++ digest -a sha256 tofino_sde.p5p
1242026-06-25T03:54:35.178Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-06-25T03:54:35.178Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-06-25T03:54:35.181Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-06-25T03:54:38.387Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-25T03:54:38.498Z Startup: Caching catalogs ... Done
1292026-06-25T03:54:38.540Z Startup: Refreshing catalog 'oxide' ... Done
1302026-06-25T03:54:39.088ZPlanning: Solver setup ... Done
1312026-06-25T03:54:39.115ZPlanning: Running solver ... Done
1322026-06-25T03:54:39.125ZPlanning: Finding local manifests ... Done
1332026-06-25T03:54:39.128ZPlanning: Fetching manifests: 1/1 100% complete
1342026-06-25T03:54:39.133ZPlanning: Fetching manifests: 1/1 100% complete
1352026-06-25T03:54:39.147ZPlanning: Package planning ... Done
1362026-06-25T03:54:39.150ZPlanning: Merging actions ... Done
1372026-06-25T03:54:39.245ZPlanning: Checking for conflicting actions ... Done
1382026-06-25T03:54:39.248ZPlanning: Consolidating action changes ... Done
1392026-06-25T03:54:40.055ZPlanning: Evaluating mediators ... Done
1402026-06-25T03:54:40.058ZPlanning: Planning completed in 1.51 seconds
1412026-06-25T03:54:40.061Z Packages to install: 1
1422026-06-25T03:54:40.062Z Create boot environment: No
1432026-06-25T03:54:40.066ZCreate backup boot environment: No
1442026-06-25T03:54:40.101Z
1452026-06-25T03:54:40.101ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-06-25T03:54:40.264ZDownload: Completed 75.30 MB in 0.16 seconds (459M/s)
1472026-06-25T03:54:40.422Z Actions: 1/293 actions (Installing new actions)
1482026-06-25T03:54:41.425Z Actions: Completed 293 actions in 1.00 seconds.
1492026-06-25T03:54:41.428ZFinalize: Updating package state database ... Done
1502026-06-25T03:54:41.472ZFinalize: Updating package cache ... Done
1512026-06-25T03:54:41.503ZFinalize: Updating image state ... Done
1522026-06-25T03:54:44.067ZFinalize: Creating fast lookup database ... Done
1532026-06-25T03:54:44.147ZFinalize: Reading search index ... Done
1542026-06-25T03:54:44.150ZFinalize: Updating search index ... Done
1552026-06-25T03:54:44.372ZFinalize: Updating package cache ... Done
1562026-06-25T03:54:44.485Z++ export SDE=/opt/oxide/tofino_sde
1572026-06-25T03:54:44.485Z++ SDE=/opt/oxide/tofino_sde
1582026-06-25T03:54:44.485Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-06-25T03:54:44.485Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-06-25T03:54:44.485Z++ banner packages
1612026-06-25T03:54:44.488Z
1622026-06-25T03:54:44.488Z ##### ## #### # # ## #### ###### ####
1632026-06-25T03:54:44.488Z # # # # # # # # # # # # # #
1642026-06-25T03:54:44.488Z # # # # # #### # # # ##### ####
1652026-06-25T03:54:44.488Z ##### ###### # # # ###### # ### # #
1662026-06-25T03:54:44.488Z # # # # # # # # # # # # # #
1672026-06-25T03:54:44.488Z # # # #### # # # # #### ###### ####
1682026-06-25T03:54:44.488Z
1692026-06-25T03:54:44.488Z++ pfexec pkg install clang-15 pcap gcc14
1702026-06-25T03:54:44.751Z Startup: Refreshing catalog 'helios' ... Done
1712026-06-25T03:54:44.754Z Startup: Refreshing catalog 'oxide' ... Done
1722026-06-25T03:54:45.188ZPlanning: Solver setup ... Done
1732026-06-25T03:54:45.215ZPlanning: Running solver ... Done
1742026-06-25T03:54:45.223ZPlanning: Consolidating action changes ... Done
1752026-06-25T03:54:45.227ZPlanning: Evaluating mediators ... Done
1762026-06-25T03:54:45.227ZPlanning: Planning completed in 0.47 seconds
1772026-06-25T03:54:45.242ZNo updates necessary for this image.
1782026-06-25T03:54:45.311Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-06-25T03:54:45.531ZPlanning: Evaluating mediator changes ... Done
1802026-06-25T03:54:45.650ZPlanning: Checking for conflicting actions ... Done
1812026-06-25T03:54:45.653ZPlanning: Consolidating action changes ... Done
1822026-06-25T03:54:45.828ZPlanning: Evaluating mediators ... Done
1832026-06-25T03:54:45.832ZPlanning: Planning completed in 0.30 seconds
1842026-06-25T03:54:45.852Z Mediators to change: 2
1852026-06-25T03:54:45.852Z Create boot environment: No
1862026-06-25T03:54:45.852ZCreate backup boot environment: No
1872026-06-25T03:54:45.920ZFinalize: Updating package state database ... Done
1882026-06-25T03:54:45.920ZFinalize: Updating package cache ... Done
1892026-06-25T03:54:45.936ZFinalize: Updating image state ... Done
1902026-06-25T03:54:48.062ZFinalize: Creating fast lookup database ... Done
1912026-06-25T03:54:48.136ZFinalize: Reading search index ... Done
1922026-06-25T03:54:48.140ZFinalize: Updating search index ... Done
1932026-06-25T03:54:48.271ZFinalize: Updating package cache ... Done
1942026-06-25T03:54:48.352Z++ cargo --version
1952026-06-25T03:54:48.363Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-06-25T03:54:48.366Z++ rustc --version
1972026-06-25T03:54:48.388Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-06-25T03:54:48.391Z+ banner copyrights
1992026-06-25T03:54:48.394Z
2002026-06-25T03:54:48.394Z #### #### ##### # # ##### # #### # # ##### ####
2012026-06-25T03:54:48.394Z # # # # # # # # # # # # # # # # #
2022026-06-25T03:54:48.394Z # # # # # # # # # # ###### # ####
2032026-06-25T03:54:48.394Z # # # ##### # ##### # # ### # # # #
2042026-06-25T03:54:48.394Z # # # # # # # # # # # # # # # #
2052026-06-25T03:54:48.394Z #### #### # # # # # #### # # # ####
2062026-06-25T03:54:48.394Z
2072026-06-25T03:54:48.394Z+ ./tools/check_copyrights.sh
2082026-06-25T03:54:48.702Zcommon/src/illumos.rs: Copyright with wrong year
2092026-06-25T03:54:49.528Zdpd/p4/headers.p4: Copyright with wrong year
2102026-06-25T03:54:50.016Zpacket/src/eth.rs: Copyright with wrong year
2112026-06-25T03:54:50.112Zpcap/build.rs: Copyright with wrong year
2122026-06-25T03:54:50.291Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-06-25T03:54:50.530Z+ banner clippy
2142026-06-25T03:54:50.533Z
2152026-06-25T03:54:50.533Z #### # # ##### ##### # #
2162026-06-25T03:54:50.533Z # # # # # # # # # #
2172026-06-25T03:54:50.533Z # # # # # # # #
2182026-06-25T03:54:50.533Z # # # ##### ##### #
2192026-06-25T03:54:50.533Z # # # # # # #
2202026-06-25T03:54:50.533Z #### ###### # # # #
2212026-06-25T03:54:50.533Z
2222026-06-25T03:54:50.533Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-06-25T03:54:50.533Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-06-25T03:54:50.678Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-06-25T03:55:00.651Z Updating crates.io index
2262026-06-25T03:55:00.654Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-06-25T03:55:00.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-06-25T03:55:01.649Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-06-25T03:55:01.947Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-06-25T03:55:02.203Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-06-25T03:55:02.649Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-06-25T03:55:03.712Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-06-25T03:55:04.167Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-06-25T03:55:04.460Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-06-25T03:55:04.874Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-06-25T03:55:05.104Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-06-25T03:55:05.397Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-06-25T03:55:05.837Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-25T03:55:06.135Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-06-25T03:55:06.460Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-06-25T03:55:07.032Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-25T03:55:07.315Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-06-25T03:55:07.634Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-25T03:55:08.456Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-06-25T03:55:08.853Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-06-25T03:55:09.115Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-06-25T03:55:09.467Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-06-25T03:55:10.962Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-25T03:55:11.507Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-06-25T03:55:12.842Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-06-25T03:55:13.494Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-06-25T03:55:13.714Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-25T03:55:14.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-06-25T03:55:16.355Z Downloading crates ...
2552026-06-25T03:55:16.431Z Downloaded adler2 v2.0.1
2562026-06-25T03:55:16.447Z Downloaded ciborium-ll v0.2.2
2572026-06-25T03:55:16.450Z Downloaded bitflags v1.3.2
2582026-06-25T03:55:16.453Z Downloaded dunce v1.0.5
2592026-06-25T03:55:16.456Z Downloaded dtrace-parser v0.3.0
2602026-06-25T03:55:16.456Z Downloaded block-buffer v0.12.0
2612026-06-25T03:55:16.459Z Downloaded deranged v0.5.3
2622026-06-25T03:55:16.462Z Downloaded block-buffer v0.10.4
2632026-06-25T03:55:16.465Z Downloaded either v1.15.0
2642026-06-25T03:55:16.465Z Downloaded dtrace-parser v0.2.0
2652026-06-25T03:55:16.468Z Downloaded camino v1.2.3
2662026-06-25T03:55:16.471Z Downloaded dropshot_endpoint v0.17.1
2672026-06-25T03:55:16.474Z Downloaded clang-sys v1.8.1
2682026-06-25T03:55:16.477Z Downloaded ciborium-io v0.2.2
2692026-06-25T03:55:16.480Z Downloaded highway v1.3.0
2702026-06-25T03:55:16.480Z Downloaded filetime v0.2.26
2712026-06-25T03:55:16.483Z Downloaded cfg-if v1.0.4
2722026-06-25T03:55:16.485Z Downloaded http-body v1.0.1
2732026-06-25T03:55:16.485Z Downloaded dyn-clone v1.0.20
2742026-06-25T03:55:16.488Z Downloaded data-encoding v2.9.0
2752026-06-25T03:55:16.491Z Downloaded clap_lex v1.1.0
2762026-06-25T03:55:16.494Z Downloaded drift v0.2.0
2772026-06-25T03:55:16.499Z Downloaded colorchoice v1.0.4
2782026-06-25T03:55:16.502Z Downloaded cargo_metadata v0.18.1
2792026-06-25T03:55:16.505Z Downloaded bcs v0.1.6
2802026-06-25T03:55:16.508Z Downloaded anstyle-query v1.1.4
2812026-06-25T03:55:16.508Z Downloaded crc8 v0.1.1
2822026-06-25T03:55:16.512Z Downloaded arrayref v0.3.9
2832026-06-25T03:55:16.515Z Downloaded aead v0.5.2
2842026-06-25T03:55:16.515Z Downloaded generic-array v0.14.7
2852026-06-25T03:55:16.518Z Downloaded dof v0.4.0
2862026-06-25T03:55:16.518Z Downloaded compression-core v0.4.32
2872026-06-25T03:55:16.521Z Downloaded chacha20 v0.9.1
2882026-06-25T03:55:16.523Z Downloaded git-stub v1.0.0
2892026-06-25T03:55:16.523Z Downloaded hostname v0.3.1
2902026-06-25T03:55:16.526Z Downloaded dof v0.3.0
2912026-06-25T03:55:16.529Z Downloaded form_urlencoded v1.2.2
2922026-06-25T03:55:16.539Z Downloaded fnv v1.0.7
2932026-06-25T03:55:16.539Z Downloaded cpufeatures v0.2.17
2942026-06-25T03:55:16.539Z Downloaded crypto-common v0.2.2
2952026-06-25T03:55:16.539Z Downloaded cobs v0.3.0
2962026-06-25T03:55:16.539Z Downloaded base16ct v0.2.0
2972026-06-25T03:55:16.543Z Downloaded cargo-platform v0.1.9
2982026-06-25T03:55:16.543Z Downloaded cexpr v0.6.0
2992026-06-25T03:55:16.546Z Downloaded byteorder v1.5.0
3002026-06-25T03:55:16.546Z Downloaded hash32 v0.3.1
3012026-06-25T03:55:16.549Z Downloaded debug-ignore v1.0.5
3022026-06-25T03:55:16.552Z Downloaded blake2 v0.10.6
3032026-06-25T03:55:16.552Z Downloaded gethostname v0.5.0
3042026-06-25T03:55:16.555Z Downloaded futures-task v0.3.32
3052026-06-25T03:55:16.558Z Downloaded heck v0.5.0
3062026-06-25T03:55:16.558Z Downloaded atomic-waker v1.1.2
3072026-06-25T03:55:16.561Z Downloaded foreign-types-shared v0.1.1
3082026-06-25T03:55:16.564Z Downloaded atomicwrites v0.4.4
3092026-06-25T03:55:16.564Z Downloaded hex v0.4.3
3102026-06-25T03:55:16.567Z Downloaded httpdate v1.0.3
3112026-06-25T03:55:16.570Z Downloaded fixedbitset v0.4.2
3122026-06-25T03:55:16.570Z Downloaded darling_macro v0.21.3
3132026-06-25T03:55:16.573Z Downloaded crypto-common v0.1.6
3142026-06-25T03:55:16.573Z Downloaded cstr-argument v0.1.2
3152026-06-25T03:55:16.576Z Downloaded hostname v0.4.2
3162026-06-25T03:55:16.579Z Downloaded defmt v0.3.100
3172026-06-25T03:55:16.579Z Downloaded foreign-types-shared v0.3.1
3182026-06-25T03:55:16.582Z Downloaded futures-sink v0.3.32
3192026-06-25T03:55:16.582Z Downloaded ciborium v0.2.2
3202026-06-25T03:55:16.585Z Downloaded equivalent v1.0.2
3212026-06-25T03:55:16.588Z Downloaded errno v0.3.14
3222026-06-25T03:55:16.588Z Downloaded cancel-safe-futures v0.1.5
3232026-06-25T03:55:16.591Z Downloaded http-body-util v0.1.3
3242026-06-25T03:55:16.594Z Downloaded cpufeatures v0.3.0
3252026-06-25T03:55:16.597Z Downloaded glob v0.3.3
3262026-06-25T03:55:16.597Z Downloaded curve25519-dalek-derive v0.1.1
3272026-06-25T03:55:16.601Z Downloaded idna_adapter v1.2.1
3282026-06-25T03:55:16.601Z Downloaded embedded-io v0.6.1
3292026-06-25T03:55:16.604Z Downloaded critical-section v1.2.0
3302026-06-25T03:55:16.604Z Downloaded heck v0.4.1
3312026-06-25T03:55:16.607Z Downloaded hubpack_derive v0.1.1
3322026-06-25T03:55:16.607Z Downloaded defmt-parser v1.0.0
3332026-06-25T03:55:16.610Z Downloaded crucible-workspace-hack v0.1.0
3342026-06-25T03:55:16.610Z Downloaded foreign-types v0.5.0
3352026-06-25T03:55:16.613Z Downloaded ident_case v1.0.1
3362026-06-25T03:55:16.613Z Downloaded instant v0.1.13
3372026-06-25T03:55:16.616Z Downloaded is-terminal v0.4.16
3382026-06-25T03:55:16.619Z Downloaded digest v0.11.3
3392026-06-25T03:55:16.622Z Downloaded erased-serde v0.3.31
3402026-06-25T03:55:16.622Z Downloaded internet-checksum v0.2.1
3412026-06-25T03:55:16.625Z Downloaded foldhash v0.1.5
3422026-06-25T03:55:16.625Z Downloaded futures-core v0.3.32
3432026-06-25T03:55:16.628Z Downloaded foldhash v0.2.0
3442026-06-25T03:55:16.631Z Downloaded futures-executor v0.3.32
3452026-06-25T03:55:16.631Z Downloaded itoa v1.0.15
3462026-06-25T03:55:16.634Z Downloaded crossbeam-deque v0.8.6
3472026-06-25T03:55:16.637Z Downloaded futures-channel v0.3.32
3482026-06-25T03:55:16.637Z Downloaded derive-ex v0.1.8
3492026-06-25T03:55:16.640Z Downloaded crc32fast v1.5.0
3502026-06-25T03:55:16.640Z Downloaded daft v0.1.5
3512026-06-25T03:55:16.643Z Downloaded lazy_static v1.5.0
3522026-06-25T03:55:16.646Z Downloaded libscf-sys v1.2.0
3532026-06-25T03:55:16.646Z Downloaded getrandom v0.3.3
3542026-06-25T03:55:16.649Z Downloaded cookie v0.18.1
3552026-06-25T03:55:16.652Z Downloaded async-trait v0.1.89
3562026-06-25T03:55:16.655Z Downloaded is_ci v1.2.0
3572026-06-25T03:55:16.658Z Downloaded lru-slab v0.1.2
3582026-06-25T03:55:16.658Z Downloaded lru-cache v0.1.2
3592026-06-25T03:55:16.661Z Downloaded macaddr v1.0.1
3602026-06-25T03:55:16.661Z Downloaded daft-derive v0.1.5
3612026-06-25T03:55:16.664Z Downloaded keccak v0.1.6
3622026-06-25T03:55:16.667Z Downloaded kstat-rs v0.2.4
3632026-06-25T03:55:16.670Z Downloaded fs_extra v1.3.0
3642026-06-25T03:55:16.670Z Downloaded is_terminal_polyfill v1.70.1
3652026-06-25T03:55:16.673Z Downloaded ingot-types v0.1.2
3662026-06-25T03:55:16.673Z Downloaded hyper-tls v0.6.0
3672026-06-25T03:55:16.676Z Downloaded mime v0.3.17
3682026-06-25T03:55:16.676Z Downloaded memoffset v0.9.1
3692026-06-25T03:55:16.679Z Downloaded memmap v0.7.0
3702026-06-25T03:55:16.682Z Downloaded getrandom v0.2.16
3712026-06-25T03:55:16.685Z Downloaded git-stub-vcs v0.1.0
3722026-06-25T03:55:16.685Z Downloaded ipnetwork v0.21.1
3732026-06-25T03:55:16.688Z Downloaded ipnet v2.11.0
3742026-06-25T03:55:16.688Z Downloaded clap_derive v4.6.1
3752026-06-25T03:55:16.691Z Downloaded num-derive v0.4.2
3762026-06-25T03:55:16.693Z Downloaded newtype_derive v0.1.6
3772026-06-25T03:55:16.694Z Downloaded humantime v2.3.0
3782026-06-25T03:55:16.697Z Downloaded elliptic-curve v0.13.8
3792026-06-25T03:55:16.699Z Downloaded num-conv v0.2.1
3802026-06-25T03:55:16.703Z Downloaded hmac v0.12.1
3812026-06-25T03:55:16.703Z Downloaded group v0.13.0
3822026-06-25T03:55:16.707Z Downloaded anyhow v1.0.102
3832026-06-25T03:55:16.710Z Downloaded omicron-workspace-hack v0.1.0
3842026-06-25T03:55:16.710Z Downloaded olpc-cjson v0.1.4
3852026-06-25T03:55:16.710Z Downloaded managed v0.8.0
3862026-06-25T03:55:16.713Z Downloaded linked-hash-map v0.5.6
3872026-06-25T03:55:16.713Z Downloaded match_cfg v0.1.0
3882026-06-25T03:55:16.716Z Downloaded libloading v0.8.9
3892026-06-25T03:55:16.719Z Downloaded chacha20poly1305 v0.10.1
3902026-06-25T03:55:16.719Z Downloaded libsw v3.5.0
3912026-06-25T03:55:16.722Z Downloaded iana-time-zone v0.1.64
3922026-06-25T03:55:16.730Z Downloaded openssl-macros v0.1.1
3932026-06-25T03:55:16.733Z Downloaded num_threads v0.1.7
3942026-06-25T03:55:16.733Z Downloaded num-iter v0.1.45
3952026-06-25T03:55:16.736Z Downloaded ingot v0.1.1
3962026-06-25T03:55:16.739Z Downloaded newtype-uuid-macros v0.1.0
3972026-06-25T03:55:16.739Z Downloaded httparse v1.10.1
3982026-06-25T03:55:16.742Z Downloaded console v0.15.11
3992026-06-25T03:55:16.745Z Downloaded newline-converter v0.3.0
4002026-06-25T03:55:16.745Z Downloaded native-tls v0.2.14
4012026-06-25T03:55:16.748Z Downloaded hyper-rustls v0.27.7
4022026-06-25T03:55:16.751Z Downloaded ingot-macros v0.1.1
4032026-06-25T03:55:16.751Z Downloaded hybrid-array v0.4.12
4042026-06-25T03:55:16.754Z Downloaded parse-display v0.10.0
4052026-06-25T03:55:16.754Z Downloaded colored v3.1.1
4062026-06-25T03:55:16.757Z Downloaded crossbeam-utils v0.8.21
4072026-06-25T03:55:16.760Z Downloaded bitflags v2.11.1
4082026-06-25T03:55:16.763Z Downloaded multer v3.1.0
4092026-06-25T03:55:16.768Z Downloaded openssl-probe v0.1.6
4102026-06-25T03:55:16.768Z Downloaded num-complex v0.4.6
4112026-06-25T03:55:16.771Z Downloaded opaque-debug v0.3.1
4122026-06-25T03:55:16.771Z Downloaded defmt v1.0.1
4132026-06-25T03:55:16.771Z Downloaded proc-macro-crate v1.3.1
4142026-06-25T03:55:16.774Z Downloaded proc-macro-error-attr v1.0.4
4152026-06-25T03:55:16.774Z Downloaded plain v0.2.3
4162026-06-25T03:55:16.778Z Downloaded num_enum_derive v0.5.11
4172026-06-25T03:55:16.778Z Downloaded num_enum v0.5.11
4182026-06-25T03:55:16.781Z Downloaded libsw-core v0.3.2
4192026-06-25T03:55:16.784Z Downloaded potential_utf v0.1.3
4202026-06-25T03:55:16.784Z Downloaded phf_shared v0.12.1
4212026-06-25T03:55:16.787Z Downloaded powerfmt v0.2.0
4222026-06-25T03:55:16.787Z Downloaded lock_api v0.4.14
4232026-06-25T03:55:16.790Z Downloaded pretty-hex v0.4.1
4242026-06-25T03:55:16.790Z Downloaded oxnet v0.1.6
4252026-06-25T03:55:16.793Z Downloaded progenitor-client v0.11.1
4262026-06-25T03:55:16.796Z Downloaded bytes v1.12.0
4272026-06-25T03:55:16.799Z Downloaded icu_normalizer v2.0.0
4282026-06-25T03:55:16.802Z Downloaded jobserver v0.1.34
4292026-06-25T03:55:16.802Z Downloaded darling_core v0.21.3
4302026-06-25T03:55:16.805Z Downloaded progenitor-client v0.14.0
4312026-06-25T03:55:16.808Z Downloaded progenitor-client v0.10.0
4322026-06-25T03:55:16.808Z Downloaded progenitor-macro v0.11.1
4332026-06-25T03:55:16.812Z Downloaded icu_properties v2.0.1
4342026-06-25T03:55:16.817Z Downloaded darling v0.21.3
4352026-06-25T03:55:16.817Z Downloaded pest_generator v2.8.2
4362026-06-25T03:55:16.820Z Downloaded num_enum_derive v0.7.5
4372026-06-25T03:55:16.820Z Downloaded oxide-tokio-rt v0.1.2
4382026-06-25T03:55:16.820Z Downloaded pkg-config v0.3.32
4392026-06-25T03:55:16.823Z Downloaded percent-encoding v2.3.2
4402026-06-25T03:55:16.823Z Downloaded owo-colors v4.3.0
4412026-06-25T03:55:16.827Z Downloaded progenitor-macro v0.10.0
4422026-06-25T03:55:16.827Z Downloaded rand_chacha v0.3.1
4432026-06-25T03:55:16.830Z Downloaded quick-error v1.2.3
4442026-06-25T03:55:16.830Z Downloaded num_enum v0.7.5
4452026-06-25T03:55:16.833Z Downloaded ref-cast v1.0.25
4462026-06-25T03:55:16.836Z Downloaded clap v4.6.1
4472026-06-25T03:55:16.840Z Downloaded phf v0.12.1
4482026-06-25T03:55:16.843Z Downloaded proc-macro-error-attr2 v2.0.0
4492026-06-25T03:55:16.843Z Downloaded pem v3.0.5
4502026-06-25T03:55:16.846Z Downloaded ref-cast-impl v1.0.25
4512026-06-25T03:55:16.846Z Downloaded paste v1.0.15
4522026-06-25T03:55:16.849Z Downloaded num-integer v0.1.46
4532026-06-25T03:55:16.852Z Downloaded indexmap v1.9.3
4542026-06-25T03:55:16.855Z Downloaded omicron-zone-package v0.12.2
4552026-06-25T03:55:16.859Z Downloaded icu_provider v2.0.0
4562026-06-25T03:55:16.859Z Downloaded half v2.7.1
4572026-06-25T03:55:16.862Z Downloaded proc-macro-error v1.0.4
4582026-06-25T03:55:16.862Z Downloaded rustc-hash v2.1.1
4592026-06-25T03:55:16.865Z Downloaded memmap2 v0.9.8
4602026-06-25T03:55:16.865Z Downloaded rand_xorshift v0.4.0
4612026-06-25T03:55:16.868Z Downloaded flate2 v1.1.2
4622026-06-25T03:55:16.871Z Downloaded ppv-lite86 v0.2.21
4632026-06-25T03:55:16.874Z Downloaded heapless v0.8.0
4642026-06-25T03:55:16.877Z Downloaded pin-project-internal v1.1.10
4652026-06-25T03:55:16.877Z Downloaded derive-where v1.6.0
4662026-06-25T03:55:16.880Z Downloaded quote v1.0.45
4672026-06-25T03:55:16.883Z Downloaded progenitor-macro v0.14.0
4682026-06-25T03:55:16.883Z Downloaded password-hash v0.5.0
4692026-06-25T03:55:16.886Z Downloaded rustc_version v0.1.7
4702026-06-25T03:55:16.886Z Downloaded parse-display-derive v0.10.0
4712026-06-25T03:55:16.888Z Downloaded num-rational v0.4.2
4722026-06-25T03:55:16.889Z Downloaded hickory-resolver v0.25.2
4732026-06-25T03:55:16.892Z Downloaded icu_normalizer_data v2.0.0
4742026-06-25T03:55:16.895Z Downloaded parking_lot_core v0.9.12
4752026-06-25T03:55:16.898Z Downloaded icu_locale_core v2.0.0
4762026-06-25T03:55:16.901Z Downloaded scroll_derive v0.12.1
4772026-06-25T03:55:16.901Z Downloaded poly1305 v0.8.0
4782026-06-25T03:55:16.903Z Downloaded litemap v0.8.0
4792026-06-25T03:55:16.908Z Downloaded search_path v0.1.4
4802026-06-25T03:55:16.908Z Downloaded rand_chacha v0.9.0
4812026-06-25T03:55:16.911Z Downloaded progenitor v0.10.0
4822026-06-25T03:55:16.911Z Downloaded crossbeam-channel v0.5.15
4832026-06-25T03:55:16.914Z Downloaded const_format v0.2.34
4842026-06-25T03:55:16.917Z Downloaded num-traits v0.2.19
4852026-06-25T03:55:16.917Z Downloaded rand_core v0.9.3
4862026-06-25T03:55:16.920Z Downloaded once_cell v1.21.3
4872026-06-25T03:55:16.923Z Downloaded serde-big-array v0.5.1
4882026-06-25T03:55:16.923Z Downloaded serde_spanned v1.1.1
4892026-06-25T03:55:16.923Z Downloaded hickory-resolver v0.24.4
4902026-06-25T03:55:16.926Z Downloaded pest_meta v2.8.2
4912026-06-25T03:55:16.929Z Downloaded secrecy v0.10.3
4922026-06-25T03:55:16.929Z Downloaded hashbrown v0.17.1
4932026-06-25T03:55:16.932Z Downloaded semver v0.1.20
4942026-06-25T03:55:16.935Z Downloaded log v0.4.29
4952026-06-25T03:55:16.938Z Downloaded scroll_derive v0.13.1
4962026-06-25T03:55:16.938Z Downloaded pin-project-lite v0.2.16
4972026-06-25T03:55:16.941Z Downloaded rustls-pemfile v2.2.0
4982026-06-25T03:55:16.944Z Downloaded cc v1.2.64
4992026-06-25T03:55:16.944Z Downloaded curl v0.4.50
5002026-06-25T03:55:16.947Z Downloaded schemars_derive v0.8.22
5012026-06-25T03:55:16.951Z Downloaded proc-macro-error2 v2.0.1
5022026-06-25T03:55:16.954Z Downloaded siphasher v1.0.1
5032026-06-25T03:55:16.954Z Downloaded signal-hook-tokio v0.4.0
5042026-06-25T03:55:16.954Z Downloaded sha1 v0.10.6
5052026-06-25T03:55:16.957Z Downloaded slog-bunyan v2.5.0
5062026-06-25T03:55:16.957Z Downloaded serde_urlencoded v0.7.1
5072026-06-25T03:55:16.957Z Downloaded rand_core v0.6.4
5082026-06-25T03:55:16.960Z Downloaded progenitor v0.14.0
5092026-06-25T03:55:16.961Z Downloaded stable_deref_trait v1.2.0
5102026-06-25T03:55:16.963Z Downloaded serde_plain v1.0.2
5112026-06-25T03:55:16.963Z Downloaded structmeta v0.3.0
5122026-06-25T03:55:16.963Z Downloaded progenitor v0.11.1
5132026-06-25T03:55:16.967Z Downloaded sha1 v0.11.0
5142026-06-25T03:55:16.967Z Downloaded same-file v1.0.6
5152026-06-25T03:55:16.970Z Downloaded rusty-fork v0.3.0
5162026-06-25T03:55:16.970Z Downloaded quinn-udp v0.5.14
5172026-06-25T03:55:16.973Z Downloaded serde_spanned v0.6.9
5182026-06-25T03:55:16.973Z Downloaded hashbrown v0.12.3
5192026-06-25T03:55:16.976Z Downloaded pest_derive v2.8.2
5202026-06-25T03:55:16.979Z Downloaded expectorate v1.2.0
5212026-06-25T03:55:16.979Z Downloaded scopeguard v1.2.0
5222026-06-25T03:55:16.982Z Downloaded parking_lot v0.12.5
5232026-06-25T03:55:16.982Z Downloaded rustversion v1.0.22
5242026-06-25T03:55:16.985Z Downloaded structmeta-derive v0.3.0
5252026-06-25T03:55:16.985Z Downloaded async-compression v0.4.33
5262026-06-25T03:55:16.988Z Downloaded strsim v0.11.1
5272026-06-25T03:55:16.991Z Downloaded sigpipe v0.1.3
5282026-06-25T03:55:16.991Z Downloaded proc-macro2 v1.0.106
5292026-06-25T03:55:16.994Z Downloaded papergrid v0.11.0
5302026-06-25T03:55:16.997Z Downloaded strum v0.28.0
5312026-06-25T03:55:16.997Z Downloaded serde_repr v0.1.20
5322026-06-25T03:55:17.000Z Downloaded scroll v0.13.0
5332026-06-25T03:55:17.000Z Downloaded scroll v0.12.0
5342026-06-25T03:55:17.003Z Downloaded papergrid v0.17.0
5352026-06-25T03:55:17.006Z Downloaded rustc_version v0.4.1
5362026-06-25T03:55:17.006Z Downloaded postcard v1.1.3
5372026-06-25T03:55:17.009Z Downloaded crypto-bigint v0.5.5
5382026-06-25T03:55:17.011Z Downloaded swrite v0.1.0
5392026-06-25T03:55:17.014Z Downloaded strum v0.27.2
5402026-06-25T03:55:17.014Z Downloaded supports-color v3.0.2
5412026-06-25T03:55:17.014Z Downloaded futures v0.3.32
5422026-06-25T03:55:17.017Z Downloaded derive_more v0.99.20
5432026-06-25T03:55:17.020Z Downloaded serde_derive_internals v0.29.1
5442026-06-25T03:55:17.023Z Downloaded jiff-static v0.2.15
5452026-06-25T03:55:17.023Z Downloaded progenitor-impl v0.14.0
5462026-06-25T03:55:17.026Z Downloaded slab v0.4.11
5472026-06-25T03:55:17.026Z Downloaded signal-hook-registry v1.4.6
5482026-06-25T03:55:17.029Z Downloaded serde_path_to_error v0.1.20
5492026-06-25T03:55:17.029Z Downloaded shlex v2.0.1
5502026-06-25T03:55:17.032Z Downloaded resolv-conf v0.7.5
5512026-06-25T03:55:17.032Z Downloaded tabled_derive v0.11.0
5522026-06-25T03:55:17.035Z Downloaded terminal_size v0.4.3
5532026-06-25T03:55:17.035Z Downloaded static_assertions v1.1.0
5542026-06-25T03:55:17.035Z Downloaded slog-term v2.9.2
5552026-06-25T03:55:17.038Z Downloaded slog-async v2.8.0
5562026-06-25T03:55:17.038Z Downloaded indexmap v2.14.0
5572026-06-25T03:55:17.041Z Downloaded sha2 v0.10.9
5582026-06-25T03:55:17.044Z Downloaded ryu v1.0.20
5592026-06-25T03:55:17.044Z Downloaded tabwriter v1.4.1
5602026-06-25T03:55:17.047Z Downloaded strum v0.26.3
5612026-06-25T03:55:17.047Z Downloaded serde_tokenstream v0.2.3
5622026-06-25T03:55:17.050Z Downloaded thiserror-impl-no-std v2.0.2
5632026-06-25T03:55:17.050Z Downloaded thread-id v5.0.0
5642026-06-25T03:55:17.050Z Downloaded progenitor-impl v0.11.1
5652026-06-25T03:55:17.053Z Downloaded progenitor-impl v0.10.0
5662026-06-25T03:55:17.053Z Downloaded pin-project v1.1.10
5672026-06-25T03:55:17.060Z Downloaded smf v0.2.3
5682026-06-25T03:55:17.063Z Downloaded take_mut v0.2.2
5692026-06-25T03:55:17.063Z Downloaded slog-json v2.6.1
5702026-06-25T03:55:17.065Z Downloaded shlex v1.3.0
5712026-06-25T03:55:17.066Z Downloaded num v0.4.3
5722026-06-25T03:55:17.066Z Downloaded testing_table v0.3.0
5732026-06-25T03:55:17.068Z Downloaded tagptr v0.2.0
5742026-06-25T03:55:17.069Z Downloaded smawk v0.3.2
5752026-06-25T03:55:17.069Z Downloaded newtype-uuid v1.3.2
5762026-06-25T03:55:17.072Z Downloaded linear-map v1.2.0
5772026-06-25T03:55:17.072Z Downloaded allocator-api2 v0.2.21
5782026-06-25T03:55:17.074Z Downloaded getrandom v0.4.2
5792026-06-25T03:55:17.075Z Downloaded prettyplease v0.2.37
5802026-06-25T03:55:17.078Z Downloaded openssl-sys v0.9.117
5812026-06-25T03:55:17.080Z Downloaded base64 v0.22.1
5822026-06-25T03:55:17.083Z Downloaded thread-id v4.2.2
5832026-06-25T03:55:17.087Z Downloaded subtle v2.6.1
5842026-06-25T03:55:17.087Z Downloaded strum_macros v0.28.0
5852026-06-25T03:55:17.087Z Downloaded snafu-derive v0.8.9
5862026-06-25T03:55:17.090Z Downloaded anstream v1.0.0
5872026-06-25T03:55:17.090Z Downloaded tinyvec_macros v0.1.1
5882026-06-25T03:55:17.090Z Downloaded rustls-pki-types v1.12.0
5892026-06-25T03:55:17.094Z Downloaded icu_collections v2.0.0
5902026-06-25T03:55:17.097Z Downloaded http v1.4.2
5912026-06-25T03:55:17.099Z Downloaded tokio-macros v2.7.0
5922026-06-25T03:55:17.100Z Downloaded slog-dtrace v0.3.0
5932026-06-25T03:55:17.102Z Downloaded signal-hook v0.4.4
5942026-06-25T03:55:17.102Z Downloaded semver v1.0.28
5952026-06-25T03:55:17.106Z Downloaded time-core v0.1.8
5962026-06-25T03:55:17.106Z Downloaded memchr v2.7.5
5972026-06-25T03:55:17.109Z Downloaded miniz_oxide v0.8.9
5982026-06-25T03:55:17.111Z Downloaded strum_macros v0.26.4
5992026-06-25T03:55:17.112Z Downloaded fs-err v3.1.2
6002026-06-25T03:55:17.115Z Downloaded toml_datetime v0.6.11
6012026-06-25T03:55:17.115Z Downloaded thiserror-impl v1.0.69
6022026-06-25T03:55:17.117Z Downloaded hubpack v0.1.2
6032026-06-25T03:55:17.117Z Downloaded cmake v0.1.54
6042026-06-25T03:55:17.118Z Downloaded tower-service v0.3.3
6052026-06-25T03:55:17.121Z Downloaded tower-layer v0.3.3
6062026-06-25T03:55:17.121Z Downloaded arrayvec v0.7.6
6072026-06-25T03:55:17.121Z Downloaded argon2 v0.5.3
6082026-06-25T03:55:17.123Z Downloaded hyper-util v0.1.20
6092026-06-25T03:55:17.126Z Downloaded anstyle v1.0.14
6102026-06-25T03:55:17.126Z Downloaded ff v0.13.1
6112026-06-25T03:55:17.130Z Downloaded async-stream-impl v0.3.6
6122026-06-25T03:55:17.130Z Downloaded serde_with_macros v3.14.1
6132026-06-25T03:55:17.133Z Downloaded thiserror-no-std v2.0.2
6142026-06-25T03:55:17.133Z Downloaded spin v0.9.8
6152026-06-25T03:55:17.136Z Downloaded thiserror v1.0.69
6162026-06-25T03:55:17.139Z Downloaded smallvec v1.15.1
6172026-06-25T03:55:17.139Z Downloaded find-msvc-tools v0.1.9
6182026-06-25T03:55:17.142Z Downloaded defmt-macros v1.0.1
6192026-06-25T03:55:17.142Z Downloaded csv-core v0.1.12
6202026-06-25T03:55:17.145Z Downloaded tokio-dtrace v0.1.1
6212026-06-25T03:55:17.145Z Downloaded globset v0.4.16
6222026-06-25T03:55:17.148Z Downloaded inout v0.1.4
6232026-06-25T03:55:17.148Z Downloaded indent_write v2.2.0
6242026-06-25T03:55:17.148Z Downloaded float-ord v0.3.2
6252026-06-25T03:55:17.151Z Downloaded fastrand v2.3.0
6262026-06-25T03:55:17.151Z Downloaded crossbeam-epoch v0.9.18
6272026-06-25T03:55:17.151Z Downloaded const_format_proc_macros v0.2.34
6282026-06-25T03:55:17.154Z Downloaded time-macros v0.2.27
6292026-06-25T03:55:17.157Z Downloaded typify-macro v0.6.2
6302026-06-25T03:55:17.157Z Downloaded universal-hash v0.5.1
6312026-06-25T03:55:17.157Z Downloaded fixedbitset v0.5.7
6322026-06-25T03:55:17.160Z Downloaded dropshot-api-manager v0.7.2
6332026-06-25T03:55:17.163Z Downloaded untrusted v0.7.1
6342026-06-25T03:55:17.163Z Downloaded unicode-xid v0.2.6
6352026-06-25T03:55:17.163Z Downloaded termtree v0.5.1
6362026-06-25T03:55:17.166Z Downloaded sync_wrapper v1.0.2
6372026-06-25T03:55:17.166Z Downloaded rand v0.8.5
6382026-06-25T03:55:17.169Z Downloaded minimal-lexical v0.2.1
6392026-06-25T03:55:17.169Z Downloaded goblin v0.10.1
6402026-06-25T03:55:17.173Z Downloaded tinystr v0.8.1
6412026-06-25T03:55:17.176Z Downloaded usdt-macro v0.5.0
6422026-06-25T03:55:17.176Z Downloaded thread_local v1.1.9
6432026-06-25T03:55:17.179Z Downloaded unicode-linebreak v0.1.5
6442026-06-25T03:55:17.179Z Downloaded tabled_derive v0.7.0
6452026-06-25T03:55:17.179Z Downloaded cipher v0.4.4
6462026-06-25T03:55:17.179Z Downloaded async-stream v0.3.6
6472026-06-25T03:55:17.182Z Downloaded anstyle-parse v1.0.0
6482026-06-25T03:55:17.182Z Downloaded typify-macro v0.4.3
6492026-06-25T03:55:17.185Z Downloaded bytecount v0.6.9
6502026-06-25T03:55:17.185Z Downloaded autocfg v1.5.0
6512026-06-25T03:55:17.185Z Downloaded futures-io v0.3.32
6522026-06-25T03:55:17.188Z Downloaded async-recursion v1.1.1
6532026-06-25T03:55:17.188Z Downloaded toml_writer v1.1.1+spec-1.1.0
6542026-06-25T03:55:17.191Z Downloaded usdt-attr-macro v0.6.0
6552026-06-25T03:55:17.191Z Downloaded try-lock v0.2.5
6562026-06-25T03:55:17.191Z Downloaded usdt-macro v0.6.0
6572026-06-25T03:55:17.194Z Downloaded schemars v0.8.22
6582026-06-25T03:55:17.199Z Downloaded toml_write v0.1.2
6592026-06-25T03:55:17.202Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6602026-06-25T03:55:17.202Z Downloaded usdt v0.5.0
6612026-06-25T03:55:17.202Z Downloaded tokio-native-tls v0.3.1
6622026-06-25T03:55:17.205Z Downloaded usdt-attr-macro v0.5.0
6632026-06-25T03:55:17.205Z Downloaded untrusted v0.9.0
6642026-06-25T03:55:17.205Z Downloaded quinn v0.11.9
6652026-06-25T03:55:17.208Z Downloaded thiserror-impl v2.0.18
6662026-06-25T03:55:17.208Z Downloaded serde_core v1.0.228
6672026-06-25T03:55:17.212Z Downloaded hashbrown v0.15.5
6682026-06-25T03:55:17.215Z Downloaded xattr v1.6.1
6692026-06-25T03:55:17.215Z Downloaded schemars v0.9.0
6702026-06-25T03:55:17.221Z Downloaded usdt v0.6.0
6712026-06-25T03:55:17.224Z Downloaded utf8parse v0.2.2
6722026-06-25T03:55:17.224Z Downloaded utf8_iter v1.0.4
6732026-06-25T03:55:17.224Z Downloaded thiserror v2.0.18
6742026-06-25T03:55:17.227Z Downloaded slog v2.8.2
6752026-06-25T03:55:17.230Z Downloaded topological-sort v0.2.2
6762026-06-25T03:55:17.230Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6772026-06-25T03:55:17.233Z Downloaded rayon-core v1.13.0
6782026-06-25T03:55:17.233Z Downloaded qorb v0.4.1
6792026-06-25T03:55:17.236Z Downloaded serde_yaml v0.9.34+deprecated
6802026-06-25T03:55:17.239Z Downloaded serde_derive v1.0.228
6812026-06-25T03:55:17.240Z Downloaded toml_parser v1.1.2+spec-1.1.0
6822026-06-25T03:55:17.242Z Downloaded toml v0.8.23
6832026-06-25T03:55:17.243Z Downloaded version_check v0.9.5
6842026-06-25T03:55:17.245Z Downloaded hashbrown v0.16.1
6852026-06-25T03:55:17.248Z Downloaded wait-timeout v0.2.1
6862026-06-25T03:55:17.248Z Downloaded embedded-io v0.4.0
6872026-06-25T03:55:17.248Z Downloaded futures-macro v0.3.32
6882026-06-25T03:55:17.252Z Downloaded waitgroup v0.1.2
6892026-06-25T03:55:17.252Z Downloaded yoke-derive v0.8.0
6902026-06-25T03:55:17.252Z Downloaded mio v1.2.1
6912026-06-25T03:55:17.255Z Downloaded synstructure v0.13.2
6922026-06-25T03:55:17.258Z Downloaded constant_time_eq v0.3.1
6932026-06-25T03:55:17.258Z Downloaded snafu v0.8.9
6942026-06-25T03:55:17.260Z Downloaded rustls-webpki v0.103.6
6952026-06-25T03:55:17.264Z Downloaded foreign-types v0.3.2
6962026-06-25T03:55:17.264Z Downloaded enum-as-inner v0.6.1
6972026-06-25T03:55:17.264Z Downloaded compression-codecs v0.4.32
6982026-06-25T03:55:17.267Z Downloaded camino-tempfile v1.4.1
6992026-06-25T03:55:17.267Z Downloaded strum_macros v0.27.2
7002026-06-25T03:55:17.270Z Downloaded cfg_aliases v0.2.1
7012026-06-25T03:55:17.270Z Downloaded convert_case v0.4.0
7022026-06-25T03:55:17.270Z Downloaded digest v0.10.7
7032026-06-25T03:55:17.273Z Downloaded serde v1.0.228
7042026-06-25T03:55:17.276Z Downloaded unarray v0.1.4
7052026-06-25T03:55:17.276Z Downloaded zerofrom-derive v0.1.6
7062026-06-25T03:55:17.276Z Downloaded foreign-types-macros v0.2.3
7072026-06-25T03:55:17.276Z Downloaded displaydoc v0.2.5
7082026-06-25T03:55:17.279Z Downloaded tokio-rustls v0.25.0
7092026-06-25T03:55:17.279Z Downloaded whoami v1.6.1
7102026-06-25T03:55:17.282Z Downloaded dropshot-api-manager-types v0.7.2
7112026-06-25T03:55:17.282Z Downloaded tokio-stream v0.1.17
7122026-06-25T03:55:17.285Z Downloaded zone_cfg_derive v0.3.1
7132026-06-25T03:55:17.285Z Downloaded zeroize_derive v1.4.3
7142026-06-25T03:55:17.285Z Downloaded zone v0.3.1
7152026-06-25T03:55:17.287Z Downloaded zerofrom v0.1.6
7162026-06-25T03:55:17.287Z Downloaded bit-vec v0.8.0
7172026-06-25T03:55:17.287Z Downloaded backoff v0.4.0
7182026-06-25T03:55:17.290Z Downloaded base64ct v1.8.0
7192026-06-25T03:55:17.290Z Downloaded usdt-impl v0.5.0
7202026-06-25T03:55:17.293Z Downloaded socket2 v0.6.4
7212026-06-25T03:55:17.293Z Downloaded nom v7.1.3
7222026-06-25T03:55:17.296Z Downloaded similar v2.7.0
7232026-06-25T03:55:17.299Z Downloaded usdt-impl v0.6.0
7242026-06-25T03:55:17.299Z Downloaded dropshot_endpoint v0.16.7
7252026-06-25T03:55:17.302Z Downloaded const-oid v0.10.2
7262026-06-25T03:55:17.305Z Downloaded test-strategy v0.4.3
7272026-06-25T03:55:17.308Z Downloaded bit-set v0.8.0
7282026-06-25T03:55:17.308Z Downloaded aho-corasick v1.1.3
7292026-06-25T03:55:17.311Z Downloaded toml v0.9.12+spec-1.1.0
7302026-06-25T03:55:17.314Z Downloaded scuffle v0.1.0
7312026-06-25T03:55:17.317Z Downloaded tokio-rustls v0.26.4
7322026-06-25T03:55:17.320Z Downloaded tracing-attributes v0.1.30
7332026-06-25T03:55:17.320Z Downloaded yoke v0.8.0
7342026-06-25T03:55:17.323Z Downloaded rand v0.9.3
7352026-06-25T03:55:17.323Z Downloaded walkdir v2.5.0
7362026-06-25T03:55:17.326Z Downloaded vsss-rs v3.3.4
7372026-06-25T03:55:17.326Z Downloaded idna v1.1.0
7382026-06-25T03:55:17.329Z Downloaded steno v0.4.1
7392026-06-25T03:55:17.332Z Downloaded itertools v0.12.1
7402026-06-25T03:55:17.334Z Downloaded zeroize v1.8.1
7412026-06-25T03:55:17.334Z Downloaded want v0.3.1
7422026-06-25T03:55:17.337Z Downloaded pest v2.8.2
7432026-06-25T03:55:17.341Z Downloaded clap_builder v4.6.0
7442026-06-25T03:55:17.344Z Downloaded typify v0.6.2
7452026-06-25T03:55:17.344Z Downloaded tinyvec v1.10.0
7462026-06-25T03:55:17.347Z Downloaded term v1.2.0
7472026-06-25T03:55:17.350Z Downloaded tempfile v3.27.0
7482026-06-25T03:55:17.350Z Downloaded hyper v1.10.1
7492026-06-25T03:55:17.353Z Downloaded writeable v0.6.1
7502026-06-25T03:55:17.356Z Downloaded icu_properties_data v2.0.1
7512026-06-25T03:55:17.359Z Downloaded ucd-trie v0.1.7
7522026-06-25T03:55:17.362Z Downloaded toml v0.7.8
7532026-06-25T03:55:17.362Z Downloaded unicode-ident v1.0.24
7542026-06-25T03:55:17.365Z Downloaded zerovec-derive v0.11.1
7552026-06-25T03:55:17.365Z Downloaded unsafe-libyaml v0.2.11
7562026-06-25T03:55:17.368Z Downloaded iddqd v0.3.18
7572026-06-25T03:55:17.371Z Downloaded zerocopy-derive v0.7.35
7582026-06-25T03:55:17.373Z Downloaded tar v0.4.45
7592026-06-25T03:55:17.376Z Downloaded vergen v8.3.2
7602026-06-25T03:55:17.376Z Downloaded typify v0.4.3
7612026-06-25T03:55:17.379Z Downloaded hkdf v0.12.4
7622026-06-25T03:55:17.379Z Downloaded textwrap v0.16.2
7632026-06-25T03:55:17.385Z Downloaded tracing-core v0.1.34
7642026-06-25T03:55:17.388Z Downloaded itertools v0.14.0
7652026-06-25T03:55:17.393Z Downloaded iri-string v0.7.8
7662026-06-25T03:55:17.400Z Downloaded toml v1.1.2+spec-1.1.0
7672026-06-25T03:55:17.405Z Downloaded zmij v1.0.17
7682026-06-25T03:55:17.426Z Downloaded goblin v0.8.2
7692026-06-25T03:55:17.429Z Downloaded toml_edit v0.22.27
7702026-06-25T03:55:17.432Z Downloaded schemars v1.2.0
7712026-06-25T03:55:17.439Z Downloaded toml_edit v0.19.15
7722026-06-25T03:55:17.448Z Downloaded tracing v0.1.41
7732026-06-25T03:55:17.452Z Downloaded h2 v0.4.14
7742026-06-25T03:55:17.455Z Downloaded blake3 v1.8.2
7752026-06-25T03:55:17.459Z Downloaded futures-util v0.3.32
7762026-06-25T03:55:17.465Z Downloaded uuid v1.23.4
7772026-06-25T03:55:17.468Z Downloaded url v2.5.7
7782026-06-25T03:55:17.471Z Downloaded libm v0.2.15
7792026-06-25T03:55:17.475Z Downloaded zerotrie v0.2.2
7802026-06-25T03:55:17.479Z Downloaded iddqd v0.4.5
7812026-06-25T03:55:17.484Z Downloaded git2 v0.19.0
7822026-06-25T03:55:17.493Z Downloaded tower v0.5.2
7832026-06-25T03:55:17.501Z Downloaded reqwest v0.12.23
7842026-06-25T03:55:17.512Z Downloaded regex v1.12.4
7852026-06-25T03:55:17.515Z Downloaded chrono v0.4.45
7862026-06-25T03:55:17.519Z Downloaded reqwest v0.13.2
7872026-06-25T03:55:17.523Z Downloaded rayon v1.11.0
7882026-06-25T03:55:17.530Z Downloaded typed-path v0.9.3
7892026-06-25T03:55:17.533Z Downloaded aws-lc-rs v1.16.2
7902026-06-25T03:55:17.541Z Downloaded zerocopy-derive v0.8.27
7912026-06-25T03:55:17.546Z Downloaded serde_json v1.0.150
7922026-06-25T03:55:17.550Z Downloaded typenum v1.20.1
7932026-06-25T03:55:17.562Z Downloaded bindgen v0.72.1
7942026-06-25T03:55:17.572Z Downloaded unicode-segmentation v1.12.0
7952026-06-25T03:55:17.575Z Downloaded portable-atomic v1.11.1
7962026-06-25T03:55:17.578Z Downloaded unicode-normalization v0.1.24
7972026-06-25T03:55:17.581Z Downloaded hickory-proto v0.25.2
7982026-06-25T03:55:17.590Z Downloaded tokio-util v0.7.16
7992026-06-25T03:55:17.595Z Downloaded rustls-webpki v0.102.8
8002026-06-25T03:55:17.607Z Downloaded tower-http v0.6.8
8012026-06-25T03:55:17.611Z Downloaded zerovec v0.11.4
8022026-06-25T03:55:17.631Z Downloaded tough v0.20.0
8032026-06-25T03:55:17.646Z Downloaded dropshot v0.17.1
8042026-06-25T03:55:17.659Z Downloaded zerocopy v0.7.35
8052026-06-25T03:55:17.668Z Downloaded quinn-proto v0.11.14
8062026-06-25T03:55:17.672Z Downloaded dropshot v0.16.7
8072026-06-25T03:55:17.684Z Downloaded serde_with v3.14.1
8082026-06-25T03:55:17.690Z Downloaded tabled v0.15.0
8092026-06-25T03:55:17.699Z Downloaded winnow v0.5.40
8102026-06-25T03:55:17.704Z Downloaded winnow v1.0.3
8112026-06-25T03:55:17.709Z Downloaded bstr v1.12.0
8122026-06-25T03:55:17.714Z Downloaded moka v0.12.11
8132026-06-25T03:55:17.720Z Downloaded openssl v0.10.81
8142026-06-25T03:55:17.725Z Downloaded time v0.3.47
8152026-06-25T03:55:17.733Z Downloaded curve25519-dalek v4.1.3
8162026-06-25T03:55:17.737Z Downloaded proptest v1.8.0
8172026-06-25T03:55:17.742Z Downloaded tabled v0.20.0
8182026-06-25T03:55:17.752Z Downloaded winnow v0.7.14
8192026-06-25T03:55:17.757Z Downloaded syn v1.0.109
8202026-06-25T03:55:17.763Z Downloaded vcpkg v0.2.15
8212026-06-25T03:55:17.793Z Downloaded zerocopy v0.8.27
8222026-06-25T03:55:17.806Z Downloaded webpki-roots v1.0.2
8232026-06-25T03:55:17.809Z Downloaded hickory-proto v0.24.4
8242026-06-25T03:55:17.817Z Downloaded syn v2.0.118
8252026-06-25T03:55:17.825Z Downloaded unicode-width v0.1.14
8262026-06-25T03:55:17.828Z Downloaded smoltcp v0.11.0
8272026-06-25T03:55:17.834Z Downloaded nix v0.30.1
8282026-06-25T03:55:17.841Z Downloaded rustls v0.22.4
8292026-06-25T03:55:17.848Z Downloaded rustls v0.23.40
8302026-06-25T03:55:17.855Z Downloaded regress v0.10.5
8312026-06-25T03:55:17.861Z Downloaded openapiv3 v2.2.0
8322026-06-25T03:55:17.867Z Downloaded regress v0.11.1
8332026-06-25T03:55:17.873Z Downloaded rustix v0.38.44
8342026-06-25T03:55:17.887Z Downloaded regex-syntax v0.8.11
8352026-06-25T03:55:17.892Z Downloaded unicode-width v0.2.1
8362026-06-25T03:55:17.913Z Downloaded rustix v1.1.4
8372026-06-25T03:55:17.927Z Downloaded typify-impl v0.6.2
8382026-06-25T03:55:17.952Z Downloaded typify-impl v0.4.3
8392026-06-25T03:55:17.967Z Downloaded regex-automata v0.4.13
8402026-06-25T03:55:18.003Z Downloaded jiff v0.2.15
8412026-06-25T03:55:18.014Z Downloaded petgraph v0.6.5
8422026-06-25T03:55:18.031Z Downloaded petgraph v0.8.2
8432026-06-25T03:55:18.062Z Downloaded tokio v1.52.3
8442026-06-25T03:55:18.104Z Downloaded chrono-tz v0.10.4
8452026-06-25T03:55:18.131Z Downloaded encoding_rs v0.8.35
8462026-06-25T03:55:18.159Z Downloaded csv v1.4.0
8472026-06-25T03:55:18.171Z Downloaded libz-sys v1.1.22
8482026-06-25T03:55:18.194Z Downloaded libc v0.2.186
8492026-06-25T03:55:18.215Z Downloaded libgit2-sys v0.17.0+1.8.1
8502026-06-25T03:55:18.266Z Downloaded sha3 v0.10.8
8512026-06-25T03:55:18.387Z Downloaded ring v0.17.14
8522026-06-25T03:55:18.437Z Downloaded curl-sys v0.4.89+curl-8.20.0
8532026-06-25T03:55:19.045Z Downloaded aws-lc-sys v0.39.1
8542026-06-25T03:55:19.386Z Compiling proc-macro2 v1.0.106
8552026-06-25T03:55:19.386Z Compiling quote v1.0.45
8562026-06-25T03:55:19.386Z Compiling unicode-ident v1.0.24
8572026-06-25T03:55:19.389Z Compiling serde_core v1.0.228
8582026-06-25T03:55:19.389Z Compiling serde v1.0.228
8592026-06-25T03:55:19.389Z Compiling libc v0.2.186
8602026-06-25T03:55:19.389Z Checking cfg-if v1.0.4
8612026-06-25T03:55:19.687Z Compiling zmij v1.0.17
8622026-06-25T03:55:19.731Z Compiling autocfg v1.5.0
8632026-06-25T03:55:20.097Z Compiling memchr v2.7.5
8642026-06-25T03:55:20.125Z Compiling libm v0.2.15
8652026-06-25T03:55:20.523Z Checking smallvec v1.15.1
8662026-06-25T03:55:20.557Z Compiling thiserror v2.0.18
8672026-06-25T03:55:20.592Z Checking itoa v1.0.15
8682026-06-25T03:55:20.624Z Compiling version_check v0.9.5
8692026-06-25T03:55:20.716Z Compiling jobserver v0.1.34
8702026-06-25T03:55:20.730Z Compiling find-msvc-tools v0.1.9
8712026-06-25T03:55:20.917Z Compiling getrandom v0.4.2
8722026-06-25T03:55:20.953Z Compiling syn v2.0.118
8732026-06-25T03:55:20.981Z Compiling shlex v2.0.1
8742026-06-25T03:55:21.023Z Compiling icu_properties_data v2.0.1
8752026-06-25T03:55:21.058Z Compiling icu_normalizer_data v2.0.0
8762026-06-25T03:55:21.131Z Compiling cc v1.2.64
8772026-06-25T03:55:21.227Z Compiling parking_lot_core v0.9.12
8782026-06-25T03:55:21.284Z Checking stable_deref_trait v1.2.0
8792026-06-25T03:55:21.317Z Compiling serde_json v1.0.150
8802026-06-25T03:55:21.544Z Compiling heck v0.5.0
8812026-06-25T03:55:21.578Z Checking litemap v0.8.0
8822026-06-25T03:55:21.624Z Checking writeable v0.6.1
8832026-06-25T03:55:21.754Z Compiling num-traits v0.2.19
8842026-06-25T03:55:21.782Z Checking percent-encoding v2.3.2
8852026-06-25T03:55:21.991Z Checking form_urlencoded v1.2.2
8862026-06-25T03:55:22.063Z Checking utf8_iter v1.0.4
8872026-06-25T03:55:22.127Z Compiling zerocopy v0.8.27
8882026-06-25T03:55:22.188Z Checking pin-project-lite v0.2.16
8892026-06-25T03:55:22.192Z Checking iana-time-zone v0.1.64
8902026-06-25T03:55:22.265Z Compiling rustversion v1.0.22
8912026-06-25T03:55:22.288Z Compiling log v0.4.29
8922026-06-25T03:55:22.317Z Compiling equivalent v1.0.2
8932026-06-25T03:55:22.411Z Compiling semver v1.0.28
8942026-06-25T03:55:22.473Z Checking socket2 v0.6.4
8952026-06-25T03:55:22.585Z Checking scopeguard v1.2.0
8962026-06-25T03:55:22.600Z Checking uuid v1.23.4
8972026-06-25T03:55:22.710Z Checking lock_api v0.4.14
8982026-06-25T03:55:22.877Z Checking signal-hook-registry v1.4.6
8992026-06-25T03:55:22.906Z Checking getrandom v0.2.16
9002026-06-25T03:55:22.921Z Checking mio v1.2.1
9012026-06-25T03:55:22.937Z Checking parking_lot v0.12.5
9022026-06-25T03:55:22.951Z Checking dyn-clone v1.0.20
9032026-06-25T03:55:23.035Z Compiling schemars v0.8.22
9042026-06-25T03:55:23.050Z Checking bitflags v2.11.1
9052026-06-25T03:55:23.257Z Compiling portable-atomic v1.11.1
9062026-06-25T03:55:23.289Z Checking futures-core v0.3.32
9072026-06-25T03:55:23.293Z Checking critical-section v1.2.0
9082026-06-25T03:55:23.395Z Compiling getrandom v0.3.3
9092026-06-25T03:55:23.410Z Compiling ring v0.17.14
9102026-06-25T03:55:23.410Z Compiling hashbrown v0.17.1
9112026-06-25T03:55:23.518Z Compiling httparse v1.10.1
9122026-06-25T03:55:23.632Z Compiling thiserror v1.0.69
9132026-06-25T03:55:23.970Z Compiling indexmap v2.14.0
9142026-06-25T03:55:24.019Z Compiling synstructure v0.13.2
9152026-06-25T03:55:24.204Z Compiling serde_derive_internals v0.29.1
9162026-06-25T03:55:24.235Z Checking once_cell v1.21.3
9172026-06-25T03:55:24.415Z Checking futures-sink v0.3.32
9182026-06-25T03:55:24.431Z Compiling regex-syntax v0.8.11
9192026-06-25T03:55:24.562Z Compiling rustix v1.1.4
9202026-06-25T03:55:24.588Z Checking slab v0.4.11
9212026-06-25T03:55:24.762Z Compiling aho-corasick v1.1.3
9222026-06-25T03:55:24.791Z Checking subtle v2.6.1
9232026-06-25T03:55:24.973Z Compiling ucd-trie v0.1.7
9242026-06-25T03:55:25.011Z Checking futures-channel v0.3.32
9252026-06-25T03:55:25.190Z Compiling anyhow v1.0.102
9262026-06-25T03:55:25.217Z Checking rand_core v0.6.4
9272026-06-25T03:55:25.220Z Checking futures-task v0.3.32
9282026-06-25T03:55:25.363Z Compiling serde_derive v1.0.228
9292026-06-25T03:55:25.372Z Compiling zerofrom-derive v0.1.6
9302026-06-25T03:55:25.384Z Compiling yoke-derive v0.8.0
9312026-06-25T03:55:25.443Z Compiling zerovec-derive v0.11.1
9322026-06-25T03:55:25.518Z Compiling displaydoc v0.2.5
9332026-06-25T03:55:26.268Z Compiling thiserror-impl v2.0.18
9342026-06-25T03:55:26.291Z Compiling schemars_derive v0.8.22
9352026-06-25T03:55:26.468Z Compiling tokio-macros v2.7.0
9362026-06-25T03:55:26.572Z Compiling zerocopy-derive v0.8.27
9372026-06-25T03:55:26.653Z Compiling futures-macro v0.3.32
9382026-06-25T03:55:26.668Z Checking zerofrom v0.1.6
9392026-06-25T03:55:26.789Z Checking yoke v0.8.0
9402026-06-25T03:55:26.973Z Checking zerovec v0.11.4
9412026-06-25T03:55:27.212Z Checking zerotrie v0.2.2
9422026-06-25T03:55:27.478Z Compiling zeroize_derive v1.4.3
9432026-06-25T03:55:27.492Z Compiling thiserror-impl v1.0.69
9442026-06-25T03:55:27.528Z Compiling regex-automata v0.4.13
9452026-06-25T03:55:27.725Z Checking tinystr v0.8.1
9462026-06-25T03:55:27.763Z Checking potential_utf v0.1.3
9472026-06-25T03:55:27.903Z Checking icu_collections v2.0.0
9482026-06-25T03:55:27.922Z Checking icu_locale_core v2.0.0
9492026-06-25T03:55:28.140Z Compiling pest v2.8.2
9502026-06-25T03:55:28.296Z Checking zeroize v1.8.1
9512026-06-25T03:55:28.464Z Checking icu_provider v2.0.0
9522026-06-25T03:55:28.627Z Checking bytes v1.12.0
9532026-06-25T03:55:28.729Z Checking icu_normalizer v2.0.0
9542026-06-25T03:55:28.751Z Checking icu_properties v2.0.1
9552026-06-25T03:55:28.800Z Checking chrono v0.4.45
9562026-06-25T03:55:29.094Z Compiling serde_tokenstream v0.2.3
9572026-06-25T03:55:29.120Z Checking tokio v1.52.3
9582026-06-25T03:55:29.397Z Compiling regex v1.12.4
9592026-06-25T03:55:29.570Z Compiling pest_meta v2.8.2
9602026-06-25T03:55:29.637Z Checking idna_adapter v1.2.1
9612026-06-25T03:55:29.733Z Checking futures-io v0.3.32
9622026-06-25T03:55:29.776Z Checking idna v1.1.0
9632026-06-25T03:55:29.855Z Checking typenum v1.20.1
9642026-06-25T03:55:29.872Z Checking futures-util v0.3.32
9652026-06-25T03:55:29.927Z Compiling tracing-attributes v0.1.30
9662026-06-25T03:55:30.036Z Checking url v2.5.7
9672026-06-25T03:55:30.671Z Compiling pest_generator v2.8.2
9682026-06-25T03:55:30.743Z Checking tracing-core v0.1.34
9692026-06-25T03:55:30.999Z Compiling allocator-api2 v0.2.21
9702026-06-25T03:55:31.064Z Compiling pkg-config v0.3.32
9712026-06-25T03:55:31.182Z Compiling foldhash v0.2.0
9722026-06-25T03:55:31.198Z Checking tracing v0.1.41
9732026-06-25T03:55:31.335Z Compiling pest_derive v2.8.2
9742026-06-25T03:55:31.349Z Compiling hashbrown v0.16.1
9752026-06-25T03:55:31.389Z Checking fnv v1.0.7
9762026-06-25T03:55:31.497Z Checking http v1.4.2
9772026-06-25T03:55:31.542Z Compiling generic-array v0.14.7
9782026-06-25T03:55:31.667Z Compiling vcpkg v0.2.15
9792026-06-25T03:55:31.890Z Compiling num-conv v0.2.1
9802026-06-25T03:55:31.969Z Compiling time-core v0.1.8
9812026-06-25T03:55:32.024Z Compiling byteorder v1.5.0
9822026-06-25T03:55:32.139Z Compiling time-macros v0.2.27
9832026-06-25T03:55:32.271Z Checking errno v0.3.14
9842026-06-25T03:55:32.286Z Checking base64 v0.22.1
9852026-06-25T03:55:32.417Z Checking ipnet v2.11.0
9862026-06-25T03:55:32.525Z Checking tokio-util v0.7.16
9872026-06-25T03:55:32.547Z Compiling scroll_derive v0.13.1
9882026-06-25T03:55:32.573Z Compiling camino v1.2.3
9892026-06-25T03:55:32.736Z Checking crypto-common v0.1.6
9902026-06-25T03:55:32.887Z Checking http-body v1.0.1
9912026-06-25T03:55:32.975Z Compiling crossbeam-utils v0.8.21
9922026-06-25T03:55:33.024Z Checking atomic-waker v1.1.2
9932026-06-25T03:55:33.049Z Checking ppv-lite86 v0.2.21
9942026-06-25T03:55:33.245Z Compiling slog v2.8.2
9952026-06-25T03:55:33.367Z Compiling paste v1.0.15
9962026-06-25T03:55:33.382Z Checking tower-service v0.3.3
9972026-06-25T03:55:33.455Z Checking tower-layer v0.3.3
9982026-06-25T03:55:33.475Z Checking try-lock v0.2.5
9992026-06-25T03:55:33.532Z Checking h2 v0.4.14
10002026-06-25T03:55:33.583Z Checking want v0.3.1
10012026-06-25T03:55:33.617Z Checking ipnetwork v0.21.1
10022026-06-25T03:55:33.674Z Checking erased-serde v0.3.31
10032026-06-25T03:55:33.714Z Checking rustls-pki-types v1.12.0
10042026-06-25T03:55:33.740Z Checking ryu v1.0.20
10052026-06-25T03:55:33.793Z Checking pretty-hex v0.4.1
10062026-06-25T03:55:33.841Z Checking httpdate v1.0.3
10072026-06-25T03:55:33.906Z Compiling async-trait v0.1.89
10082026-06-25T03:55:33.945Z Checking untrusted v0.9.0
10092026-06-25T03:55:34.030Z Compiling scroll v0.13.0
10102026-06-25T03:55:34.227Z Compiling plain v0.2.3
10112026-06-25T03:55:34.311Z Compiling usdt-impl v0.6.0
10122026-06-25T03:55:34.375Z Compiling goblin v0.10.1
10132026-06-25T03:55:34.410Z Checking http-body-util v0.1.3
10142026-06-25T03:55:34.464Z Compiling openssl-sys v0.9.117
10152026-06-25T03:55:34.528Z Compiling cmake v0.1.54
10162026-06-25T03:55:34.782Z Compiling dunce v1.0.5
10172026-06-25T03:55:34.881Z Compiling strsim v0.11.1
10182026-06-25T03:55:34.896Z Compiling slog-async v2.8.0
10192026-06-25T03:55:34.933Z Compiling fs_extra v1.3.0
10202026-06-25T03:55:35.104Z Checking serde_urlencoded v0.7.1
10212026-06-25T03:55:35.107Z Checking oxnet v0.1.6
10222026-06-25T03:55:35.196Z Checking block-buffer v0.10.4
10232026-06-25T03:55:35.199Z Compiling aws-lc-sys v0.39.1
10242026-06-25T03:55:35.276Z Checking rand_core v0.9.3
10252026-06-25T03:55:35.322Z Compiling regress v0.10.5
10262026-06-25T03:55:35.345Z Compiling dtrace-parser v0.3.0
10272026-06-25T03:55:35.390Z Compiling openapiv3 v2.2.0
10282026-06-25T03:55:35.459Z Compiling thread-id v5.0.0
10292026-06-25T03:55:35.568Z Checking hyper v1.10.1
10302026-06-25T03:55:36.009Z Checking digest v0.10.7
10312026-06-25T03:55:36.195Z Compiling ident_case v1.0.1
10322026-06-25T03:55:36.218Z Compiling omicron-workspace-hack v0.1.0
10332026-06-25T03:55:36.326Z Compiling darling_core v0.21.3
10342026-06-25T03:55:36.463Z Checking rand_chacha v0.9.0
10352026-06-25T03:55:36.541Z Checking hyper-util v0.1.20
10362026-06-25T03:55:36.660Z Compiling daft-derive v0.1.5
10372026-06-25T03:55:36.934Z Compiling typify-impl v0.4.3
10382026-06-25T03:55:36.993Z Checking powerfmt v0.2.0
10392026-06-25T03:55:37.156Z Compiling aws-lc-rs v1.16.2
10402026-06-25T03:55:37.440Z Compiling dof v0.4.0
10412026-06-25T03:55:37.664Z Checking deranged v0.5.3
10422026-06-25T03:55:38.157Z Checking rand v0.9.3
10432026-06-25T03:55:38.271Z Checking num_threads v0.1.7
10442026-06-25T03:55:38.365Z Compiling unsafe-libyaml v0.2.11
10452026-06-25T03:55:38.441Z Compiling syn v1.0.109
10462026-06-25T03:55:38.517Z Compiling darling_macro v0.21.3
10472026-06-25T03:55:38.589Z Compiling usdt-attr-macro v0.6.0
10482026-06-25T03:55:38.666Z Compiling usdt-macro v0.6.0
10492026-06-25T03:55:38.917Z Checking time v0.3.47
10502026-06-25T03:55:39.066Z Compiling serde_yaml v0.9.34+deprecated
10512026-06-25T03:55:39.088Z Compiling darling v0.21.3
10522026-06-25T03:55:39.179Z Checking sync_wrapper v1.0.2
10532026-06-25T03:55:39.469Z Checking encoding_rs v0.8.35
10542026-06-25T03:55:39.489Z Checking cpufeatures v0.2.17
10552026-06-25T03:55:39.563Z Checking mime v0.3.17
10562026-06-25T03:55:39.742Z Checking untrusted v0.7.1
10572026-06-25T03:55:39.865Z Checking tower v0.5.2
10582026-06-25T03:55:40.169Z Checking crossbeam-channel v0.5.15
10592026-06-25T03:55:40.276Z Checking futures-executor v0.3.32
10602026-06-25T03:55:40.392Z Compiling structmeta-derive v0.3.0
10612026-06-25T03:55:40.431Z Compiling multer v3.1.0
10622026-06-25T03:55:40.468Z Compiling rustls v0.23.40
10632026-06-25T03:55:40.504Z Compiling typify-macro v0.4.3
10642026-06-25T03:55:40.519Z Compiling rustls v0.22.4
10652026-06-25T03:55:40.534Z Checking iri-string v0.7.8
10662026-06-25T03:55:40.686Z Checking futures v0.3.32
10672026-06-25T03:55:40.757Z Compiling async-stream-impl v0.3.6
10682026-06-25T03:55:40.772Z Checking thread_local v1.1.9
10692026-06-25T03:55:40.941Z Checking hex v0.4.3
10702026-06-25T03:55:40.965Z Compiling openssl v0.10.81
10712026-06-25T03:55:41.175Z Checking fastrand v2.3.0
10722026-06-25T03:55:41.249Z Checking unicode-width v0.2.1
10732026-06-25T03:55:41.363Z Checking foreign-types-shared v0.1.1
10742026-06-25T03:55:41.402Z Checking tempfile v3.27.0
10752026-06-25T03:55:41.451Z Checking foreign-types v0.3.2
10762026-06-25T03:55:41.455Z Compiling structmeta v0.3.0
10772026-06-25T03:55:41.527Z Compiling strum_macros v0.26.4
10782026-06-25T03:55:41.601Z Compiling openssl-macros v0.1.1
10792026-06-25T03:55:41.604Z Checking tower-http v0.6.8
10802026-06-25T03:55:41.676Z Checking memmap2 v0.9.8
10812026-06-25T03:55:41.749Z Checking is-terminal v0.4.16
10822026-06-25T03:55:41.847Z Checking match_cfg v0.1.0
10832026-06-25T03:55:41.851Z Compiling native-tls v0.2.14
10842026-06-25T03:55:41.899Z Checking take_mut v0.2.2
10852026-06-25T03:55:42.049Z Checking term v1.2.0
10862026-06-25T03:55:42.075Z Compiling typify v0.4.3
10872026-06-25T03:55:42.089Z Checking openssl-probe v0.1.6
10882026-06-25T03:55:42.196Z Checking hostname v0.3.1
10892026-06-25T03:55:42.277Z Checking slog-term v2.9.2
10902026-06-25T03:55:42.348Z Checking slog-json v2.6.1
10912026-06-25T03:55:42.513Z Compiling newtype-uuid-macros v0.1.0
10922026-06-25T03:55:42.546Z Compiling ref-cast v1.0.25
10932026-06-25T03:55:42.587Z Checking slog-bunyan v2.5.0
10942026-06-25T03:55:42.938Z Compiling ref-cast-impl v1.0.25
10952026-06-25T03:55:42.956Z Compiling dropshot v0.16.7
10962026-06-25T03:55:43.317Z Compiling derive-ex v0.1.8
10972026-06-25T03:55:43.336Z Checking webpki-roots v1.0.2
10982026-06-25T03:55:43.361Z Compiling dropshot_endpoint v0.16.7
10992026-06-25T03:55:43.462Z Compiling strum_macros v0.27.2
11002026-06-25T03:55:43.965Z Checking winnow v0.7.14
11012026-06-25T03:55:44.636Z Checking tokio-native-tls v0.3.1
11022026-06-25T03:55:44.811Z Checking hyper-tls v0.6.0
11032026-06-25T03:55:44.989Z Compiling test-strategy v0.4.3
11042026-06-25T03:55:45.004Z Compiling progenitor-impl v0.11.1
11052026-06-25T03:55:45.119Z Checking newtype-uuid v1.3.2
11062026-06-25T03:55:45.178Z Compiling either v1.15.0
11072026-06-25T03:55:45.314Z Checking winnow v1.0.3
11082026-06-25T03:55:45.395Z Checking daft v0.1.5
11092026-06-25T03:55:45.398Z Compiling serde_with_macros v3.14.1
11102026-06-25T03:55:45.506Z Checking usdt v0.6.0
11112026-06-25T03:55:45.555Z Checking serde_spanned v1.1.1
11122026-06-25T03:55:45.614Z Checking toml_parser v1.1.2+spec-1.1.0
11132026-06-25T03:55:45.631Z Checking debug-ignore v1.0.5
11142026-06-25T03:55:45.735Z Checking toml_writer v1.1.1+spec-1.1.0
11152026-06-25T03:55:45.930Z Checking spin v0.9.8
11162026-06-25T03:55:45.967Z Compiling parse-display-derive v0.10.0
11172026-06-25T03:55:45.986Z Checking async-stream v0.3.6
11182026-06-25T03:55:46.205Z Checking rustls-webpki v0.102.8
11192026-06-25T03:55:46.282Z Checking rustls-pemfile v2.2.0
11202026-06-25T03:55:46.422Z Checking waitgroup v0.1.2
11212026-06-25T03:55:46.437Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-06-25T03:55:46.533Z Checking serde_path_to_error v0.1.20
11232026-06-25T03:55:46.574Z Checking hostname v0.4.2
11242026-06-25T03:55:46.819Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-06-25T03:55:46.913Z Checking strum v0.26.3
11262026-06-25T03:55:47.032Z Checking rand_chacha v0.3.1
11272026-06-25T03:55:47.154Z Compiling toml_datetime v0.6.11
11282026-06-25T03:55:47.238Z Compiling progenitor-macro v0.11.1
11292026-06-25T03:55:47.254Z Checking macaddr v1.0.1
11302026-06-25T03:55:47.411Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-06-25T03:55:47.440Z Checking wait-timeout v0.2.1
11322026-06-25T03:55:47.569Z Checking lazy_static v1.5.0
11332026-06-25T03:55:47.605Z Checking quick-error v1.2.3
11342026-06-25T03:55:47.619Z Checking bit-vec v0.8.0
11352026-06-25T03:55:47.665Z Checking toml v0.9.12+spec-1.1.0
11362026-06-25T03:55:47.710Z Checking rusty-fork v0.3.0
11372026-06-25T03:55:47.817Z Checking bit-set v0.8.0
11382026-06-25T03:55:47.886Z Checking rand v0.8.5
11392026-06-25T03:55:47.903Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-06-25T03:55:48.109Z Checking tokio-rustls v0.25.0
11412026-06-25T03:55:48.311Z Checking tabwriter v1.4.1
11422026-06-25T03:55:48.329Z Checking sha1 v0.10.6
11432026-06-25T03:55:48.359Z Checking rand_xorshift v0.4.0
11442026-06-25T03:55:48.451Z Compiling clap_derive v4.6.1
11452026-06-25T03:55:48.485Z Checking utf8parse v0.2.2
11462026-06-25T03:55:48.503Z Checking colored v3.1.1
11472026-06-25T03:55:48.536Z Checking unarray v0.1.4
11482026-06-25T03:55:48.645Z Checking anstyle-parse v1.0.0
11492026-06-25T03:55:48.648Z Checking proptest v1.8.0
11502026-06-25T03:55:48.706Z Checking strum v0.27.2
11512026-06-25T03:55:48.843Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-06-25T03:55:48.934Z Checking terminal_size v0.4.3
11532026-06-25T03:55:49.358Z Checking colorchoice v1.0.4
11542026-06-25T03:55:49.443Z Checking anstyle-query v1.1.4
11552026-06-25T03:55:49.458Z Checking anstyle v1.0.14
11562026-06-25T03:55:49.472Z Checking is_terminal_polyfill v1.70.1
11572026-06-25T03:55:49.646Z Checking anstream v1.0.0
11582026-06-25T03:55:49.776Z Checking itertools v0.14.0
11592026-06-25T03:55:50.032Z Checking clap_lex v1.1.0
11602026-06-25T03:55:50.391Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-06-25T03:55:50.667Z Checking clap_builder v4.6.0
11622026-06-25T03:55:51.069Z Checking serde_with v3.14.1
11632026-06-25T03:55:51.751Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-06-25T03:55:51.913Z Checking instant v0.1.13
11652026-06-25T03:55:51.929Z Checking clap v4.6.1
11662026-06-25T03:55:52.003Z Checking rustc-hash v2.1.1
11672026-06-25T03:55:52.122Z Checking iddqd v0.3.18
11682026-06-25T03:55:52.154Z Checking backoff v0.4.0
11692026-06-25T03:55:52.331Z Checking parse-display v0.10.0
11702026-06-25T03:55:52.442Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-06-25T03:55:52.484Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-06-25T03:55:54.099Z Compiling num-derive v0.4.2
11732026-06-25T03:55:54.749Z Compiling rustls-webpki v0.103.6
11742026-06-25T03:55:55.146Z Compiling prettyplease v0.2.37
11752026-06-25T03:55:57.322Z Checking serde_spanned v0.6.9
11762026-06-25T03:55:57.606Z Compiling memoffset v0.9.1
11772026-06-25T03:55:57.655Z Compiling cfg_aliases v0.2.1
11782026-06-25T03:55:58.049Z Compiling nix v0.30.1
11792026-06-25T03:55:58.284Z Compiling tokio-rustls v0.26.4
11802026-06-25T03:55:58.927Z Compiling hyper-rustls v0.27.7
11812026-06-25T03:55:59.175Z Compiling reqwest v0.12.23
11822026-06-25T03:56:00.272Z Checking crossbeam-epoch v0.9.18
11832026-06-25T03:56:00.377Z Compiling progenitor-client v0.11.1
11842026-06-25T03:56:00.603Z Compiling winnow v0.5.40
11852026-06-25T03:56:01.925Z Compiling toml_edit v0.19.15
11862026-06-25T03:56:02.212Z Compiling progenitor v0.11.1
11872026-06-25T03:56:03.004Z Compiling num-integer v0.1.46
11882026-06-25T03:56:03.590Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11892026-06-25T03:56:03.636Z Compiling proc-macro-crate v1.3.1
11902026-06-25T03:56:03.965Z Compiling progenitor-client v0.10.0
11912026-06-25T03:56:04.527Z Compiling hubpack_derive v0.1.1
11922026-06-25T03:56:04.918Z Checking toml_write v0.1.2
11932026-06-25T03:56:05.057Z Compiling rayon-core v1.13.0
11942026-06-25T03:56:05.072Z Checking hubpack v0.1.2
11952026-06-25T03:56:05.094Z Checking toml_edit v0.22.27
11962026-06-25T03:56:05.242Z Checking num-rational v0.4.2
11972026-06-25T03:56:05.309Z Checking num-iter v0.1.45
11982026-06-25T03:56:05.594Z Compiling zerocopy-derive v0.7.35
11992026-06-25T03:56:05.675Z Compiling num-complex v0.4.6
12002026-06-25T03:56:05.971Z Checking static_assertions v1.1.0
12012026-06-25T03:56:06.082Z Checking num v0.4.3
12022026-06-25T03:56:06.228Z Checking toml v0.8.23
12032026-06-25T03:56:06.283Z Checking crossbeam-deque v0.8.6
12042026-06-25T03:56:06.469Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12052026-06-25T03:56:06.484Z Compiling float-ord v0.3.2
12062026-06-25T03:56:06.553Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-06-25T03:56:06.759Z Compiling proc-macro-error-attr v1.0.4
12082026-06-25T03:56:06.916Z Checking bytecount v0.6.9
12092026-06-25T03:56:07.009Z Compiling heck v0.4.1
12102026-06-25T03:56:07.031Z Compiling heapless v0.8.0
12112026-06-25T03:56:07.217Z Checking libscf-sys v1.2.0
12122026-06-25T03:56:07.281Z Compiling ingot-macros v0.1.1
12132026-06-25T03:56:07.357Z Checking hash32 v0.3.1
12142026-06-25T03:56:07.489Z Compiling proc-macro-error v1.0.4
12152026-06-25T03:56:07.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12162026-06-25T03:56:07.650Z Compiling smoltcp v0.11.0
12172026-06-25T03:56:08.364Z Compiling zerocopy v0.7.35
12182026-06-25T03:56:08.420Z Compiling num_enum_derive v0.7.5
12192026-06-25T03:56:08.490Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12202026-06-25T03:56:08.672Z Checking cobs v0.3.0
12212026-06-25T03:56:08.829Z Compiling foreign-types-macros v0.2.3
12222026-06-25T03:56:08.945Z Compiling scroll_derive v0.12.1
12232026-06-25T03:56:08.960Z Compiling usdt-impl v0.5.0
12242026-06-25T03:56:09.081Z Compiling crucible-workspace-hack v0.1.0
12252026-06-25T03:56:09.235Z Checking foreign-types-shared v0.3.1
12262026-06-25T03:56:09.315Z Checking bitflags v1.3.2
12272026-06-25T03:56:09.336Z Checking managed v0.8.0
12282026-06-25T03:56:09.497Z Checking foreign-types v0.5.0
12292026-06-25T03:56:09.512Z Checking num_enum v0.7.5
12302026-06-25T03:56:09.529Z Compiling dof v0.3.0
12312026-06-25T03:56:09.576Z Checking postcard v1.1.3
12322026-06-25T03:56:09.690Z Checking scroll v0.12.0
12332026-06-25T03:56:09.905Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12342026-06-25T03:56:09.935Z Compiling dtrace-parser v0.2.0
12352026-06-25T03:56:09.989Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12362026-06-25T03:56:10.035Z Checking camino-tempfile v1.4.1
12372026-06-25T03:56:10.087Z Checking ingot-types v0.1.2
12382026-06-25T03:56:10.114Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-06-25T03:56:10.203Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-06-25T03:56:10.334Z Checking cstr-argument v0.1.2
12412026-06-25T03:56:10.457Z Compiling thread-id v4.2.2
12422026-06-25T03:56:10.473Z Compiling minimal-lexical v0.2.1
12432026-06-25T03:56:10.486Z Checking ingot v0.1.1
12442026-06-25T03:56:10.511Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-06-25T03:56:10.603Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12462026-06-25T03:56:10.677Z Compiling nom v7.1.3
12472026-06-25T03:56:10.730Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-06-25T03:56:10.781Z Checking goblin v0.8.2
12492026-06-25T03:56:10.869Z Checking rayon v1.11.0
12502026-06-25T03:56:11.115Z Compiling num_enum_derive v0.5.11
12512026-06-25T03:56:11.399Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-06-25T03:56:11.818Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-06-25T03:56:11.935Z Compiling rustc_version v0.4.1
12542026-06-25T03:56:12.021Z Compiling proc-macro-error-attr2 v2.0.0
12552026-06-25T03:56:12.227Z Compiling rustix v0.38.44
12562026-06-25T03:56:12.337Z Compiling convert_case v0.4.0
12572026-06-25T03:56:12.457Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-06-25T03:56:12.471Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12592026-06-25T03:56:12.609Z Checking tinyvec_macros v0.1.1
12602026-06-25T03:56:12.660Z Compiling derive_more v0.99.20
12612026-06-25T03:56:12.686Z Checking tinyvec v1.10.0
12622026-06-25T03:56:12.938Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-06-25T03:56:12.954Z Compiling proc-macro-error2 v2.0.1
12642026-06-25T03:56:13.006Z Checking num_enum v0.5.11
12652026-06-25T03:56:13.101Z Compiling libz-sys v1.1.22
12662026-06-25T03:56:13.130Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-06-25T03:56:13.296Z Compiling crc32fast v1.5.0
12682026-06-25T03:56:13.580Z Compiling tabled_derive v0.11.0
12692026-06-25T03:56:13.662Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12702026-06-25T03:56:13.679Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-06-25T03:56:14.166Z Compiling usdt-attr-macro v0.5.0
12722026-06-25T03:56:14.343Z Compiling usdt-macro v0.5.0
12732026-06-25T03:56:14.608Z Compiling zone_cfg_derive v0.3.1
12742026-06-25T03:56:14.628Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-06-25T03:56:14.737Z Checking papergrid v0.17.0
12762026-06-25T03:56:14.942Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-06-25T03:56:15.055Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-06-25T03:56:15.092Z Checking itertools v0.12.1
12792026-06-25T03:56:15.241Z Checking testing_table v0.3.0
12802026-06-25T03:56:15.301Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-06-25T03:56:15.380Z Checking memmap v0.7.0
12822026-06-25T03:56:15.457Z Checking sigpipe v0.1.3
12832026-06-25T03:56:15.483Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12842026-06-25T03:56:15.538Z Checking glob v0.3.3
12852026-06-25T03:56:15.541Z Checking adler2 v2.0.1
12862026-06-25T03:56:15.541Z Checking jiff v0.2.15
12872026-06-25T03:56:15.661Z Checking miniz_oxide v0.8.9
12882026-06-25T03:56:15.732Z Checking tabled v0.20.0
12892026-06-25T03:56:15.748Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12902026-06-25T03:56:15.813Z Checking usdt v0.5.0
12912026-06-25T03:56:15.850Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12922026-06-25T03:56:15.986Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12932026-06-25T03:56:16.029Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-06-25T03:56:16.148Z Checking zone v0.3.1
12952026-06-25T03:56:16.319Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-06-25T03:56:16.398Z Checking smf v0.2.3
12972026-06-25T03:56:16.513Z Checking secrecy v0.10.3
12982026-06-25T03:56:16.547Z Checking bstr v1.12.0
12992026-06-25T03:56:16.652Z Checking whoami v1.6.1
13002026-06-25T03:56:16.667Z Checking flate2 v1.1.2
13012026-06-25T03:56:16.827Z Compiling curve25519-dalek v4.1.3
13022026-06-25T03:56:17.077Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-06-25T03:56:17.085Z Checking hmac v0.12.1
13042026-06-25T03:56:17.085Z Compiling clang-sys v1.8.1
13052026-06-25T03:56:17.100Z Checking inout v0.1.4
13062026-06-25T03:56:17.120Z Checking hybrid-array v0.4.12
13072026-06-25T03:56:18.052Z Checking ff v0.13.1
13082026-06-25T03:56:18.056Z Compiling enum-as-inner v0.6.1
13092026-06-25T03:56:18.056Z Checking data-encoding v2.9.0
13102026-06-25T03:56:18.056Z Compiling semver v0.1.20
13112026-06-25T03:56:18.056Z Checking group v0.13.0
13122026-06-25T03:56:18.056Z Compiling rustc_version v0.1.7
13132026-06-25T03:56:18.056Z Checking cipher v0.4.4
13142026-06-25T03:56:18.056Z Checking hkdf v0.12.4
13152026-06-25T03:56:18.056Z Checking atomicwrites v0.4.4
13162026-06-25T03:56:18.056Z Compiling thiserror-impl-no-std v2.0.2
13172026-06-25T03:56:18.056Z Checking universal-hash v0.5.1
13182026-06-25T03:56:18.095Z Checking crypto-bigint v0.5.5
13192026-06-25T03:56:18.111Z Compiling regress v0.11.1
13202026-06-25T03:56:18.114Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13212026-06-25T03:56:18.748Z Checking half v2.7.1
13222026-06-25T03:56:18.754Z Compiling curve25519-dalek-derive v0.1.1
13232026-06-25T03:56:18.754Z Checking ciborium-io v0.2.2
13242026-06-25T03:56:18.754Z Checking indent_write v2.2.0
13252026-06-25T03:56:18.754Z Checking base64ct v1.8.0
13262026-06-25T03:56:18.754Z Checking base16ct v0.2.0
13272026-06-25T03:56:18.771Z Checking opaque-debug v0.3.1
13282026-06-25T03:56:18.787Z Checking password-hash v0.5.0
13292026-06-25T03:56:18.884Z Checking poly1305 v0.8.0
13302026-06-25T03:56:19.042Z Checking ciborium-ll v0.2.2
13312026-06-25T03:56:19.106Z Checking chacha20 v0.9.1
13322026-06-25T03:56:19.367Z Checking thiserror-no-std v2.0.2
13332026-06-25T03:56:19.371Z Compiling newtype_derive v0.1.6
13342026-06-25T03:56:19.371Z Checking elliptic-curve v0.13.8
13352026-06-25T03:56:19.371Z Checking crypto-common v0.2.2
13362026-06-25T03:56:19.371Z Checking block-buffer v0.12.0
13372026-06-25T03:56:19.484Z Checking similar v2.7.0
13382026-06-25T03:56:19.488Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-06-25T03:56:19.511Z Checking blake2 v0.10.6
13402026-06-25T03:56:19.732Z Checking aead v0.5.2
13412026-06-25T03:56:19.735Z Compiling libloading v0.8.9
13422026-06-25T03:56:19.783Z Checking const-oid v0.10.2
13432026-06-25T03:56:19.808Z Compiling typify-impl v0.6.2
13442026-06-25T03:56:19.824Z Checking resolv-conf v0.7.5
13452026-06-25T03:56:19.875Z Checking keccak v0.1.6
13462026-06-25T03:56:19.939Z Compiling bindgen v0.72.1
13472026-06-25T03:56:19.955Z Compiling owo-colors v4.3.0
13482026-06-25T03:56:19.958Z Checking linked-hash-map v0.5.6
13492026-06-25T03:56:20.013Z Checking compression-core v0.4.32
13502026-06-25T03:56:20.038Z Checking sha3 v0.10.8
13512026-06-25T03:56:20.143Z Checking lru-cache v0.1.2
13522026-06-25T03:56:20.159Z Checking compression-codecs v0.4.32
13532026-06-25T03:56:20.253Z Checking digest v0.11.3
13542026-06-25T03:56:20.288Z Checking chacha20poly1305 v0.10.1
13552026-06-25T03:56:20.339Z Checking vsss-rs v3.3.4
13562026-06-25T03:56:20.356Z Checking argon2 v0.5.3
13572026-06-25T03:56:20.417Z Checking ciborium v0.2.2
13582026-06-25T03:56:20.474Z Checking hickory-proto v0.24.4
13592026-06-25T03:56:20.673Z Checking tokio-dtrace v0.1.1
13602026-06-25T03:56:20.871Z Compiling cexpr v0.6.0
13612026-06-25T03:56:20.888Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-06-25T03:56:21.193Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-06-25T03:56:21.449Z Checking serde-big-array v0.5.1
13642026-06-25T03:56:21.487Z Compiling serde_repr v0.1.20
13652026-06-25T03:56:21.503Z Compiling derive-where v1.6.0
13662026-06-25T03:56:21.637Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-06-25T03:56:21.857Z Compiling dropshot v0.17.1
13682026-06-25T03:56:21.963Z Checking siphasher v1.0.1
13692026-06-25T03:56:22.093Z Compiling shlex v1.3.0
13702026-06-25T03:56:22.109Z Checking unicode-segmentation v1.12.0
13712026-06-25T03:56:22.126Z Checking same-file v1.0.6
13722026-06-25T03:56:22.140Z Checking cpufeatures v0.3.0
13732026-06-25T03:56:22.218Z Checking sha1 v0.11.0
13742026-06-25T03:56:22.251Z Checking walkdir v2.5.0
13752026-06-25T03:56:22.410Z Checking phf_shared v0.12.1
13762026-06-25T03:56:22.431Z Checking hickory-resolver v0.24.4
13772026-06-25T03:56:22.446Z Checking newline-converter v0.3.0
13782026-06-25T03:56:22.577Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13792026-06-25T03:56:22.616Z Checking toml v1.1.2+spec-1.1.0
13802026-06-25T03:56:22.811Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-06-25T03:56:23.130Z Checking oxide-tokio-rt v0.1.2
13822026-06-25T03:56:23.298Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-06-25T03:56:23.445Z Checking async-compression v0.4.33
13842026-06-25T03:56:23.474Z Compiling typify-macro v0.6.2
13852026-06-25T03:56:23.519Z Compiling progenitor-impl v0.10.0
13862026-06-25T03:56:23.711Z Checking console v0.15.11
13872026-06-25T03:56:24.018Z Checking tokio-stream v0.1.17
13882026-06-25T03:56:24.047Z Compiling dropshot_endpoint v0.17.1
13892026-06-25T03:56:24.214Z Compiling pin-project-internal v1.1.10
13902026-06-25T03:56:24.424Z Compiling slog-dtrace v0.3.0
13912026-06-25T03:56:24.694Z Checking csv-core v0.1.12
13922026-06-25T03:56:24.899Z Checking unicode-linebreak v0.1.5
13932026-06-25T03:56:25.062Z Checking smawk v0.3.2
13942026-06-25T03:56:25.132Z Checking foldhash v0.1.5
13952026-06-25T03:56:25.148Z Checking unicode-width v0.1.14
13962026-06-25T03:56:25.207Z Compiling unicode-xid v0.2.6
13972026-06-25T03:56:25.282Z Checking swrite v0.1.0
13982026-06-25T03:56:25.341Z Compiling chrono-tz v0.10.4
13992026-06-25T03:56:25.369Z Compiling cancel-safe-futures v0.1.5
14002026-06-25T03:56:25.385Z Checking pin-project v1.1.10
14012026-06-25T03:56:25.408Z Compiling const_format_proc_macros v0.2.34
14022026-06-25T03:56:25.490Z Checking hashbrown v0.15.5
14032026-06-25T03:56:25.587Z Checking textwrap v0.16.2
14042026-06-25T03:56:25.651Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14052026-06-25T03:56:25.762Z Compiling progenitor-macro v0.10.0
14062026-06-25T03:56:25.779Z Checking csv v1.4.0
14072026-06-25T03:56:25.870Z Checking qorb v0.4.1
14082026-06-25T03:56:25.991Z Checking expectorate v1.2.0
14092026-06-25T03:56:26.131Z Checking phf v0.12.1
14102026-06-25T03:56:26.165Z Checking unicode-normalization v0.1.24
14112026-06-25T03:56:26.234Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-06-25T03:56:26.284Z Compiling snafu-derive v0.8.9
14132026-06-25T03:56:27.186Z Checking libsw-core v0.3.2
14142026-06-25T03:56:27.315Z Compiling libgit2-sys v0.17.0+1.8.1
14152026-06-25T03:56:27.348Z Compiling async-recursion v1.1.1
14162026-06-25T03:56:27.765Z Compiling cookie v0.18.1
14172026-06-25T03:56:27.949Z Checking fixedbitset v0.5.7
14182026-06-25T03:56:28.023Z Checking highway v1.3.0
14192026-06-25T03:56:28.108Z Checking fixedbitset v0.4.2
14202026-06-25T03:56:28.168Z Compiling moka v0.12.11
14212026-06-25T03:56:28.309Z Checking petgraph v0.6.5
14222026-06-25T03:56:28.325Z Checking petgraph v0.8.2
14232026-06-25T03:56:28.499Z Checking snafu v0.8.9
14242026-06-25T03:56:28.786Z Checking libsw v3.5.0
14252026-06-25T03:56:28.951Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-06-25T03:56:29.155Z Checking olpc-cjson v0.1.4
14272026-06-25T03:56:29.485Z Checking const_format v0.2.34
14282026-06-25T03:56:29.652Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-06-25T03:56:29.748Z Checking papergrid v0.11.0
14302026-06-25T03:56:29.931Z Compiling typify v0.6.2
14312026-06-25T03:56:29.971Z Checking globset v0.4.16
14322026-06-25T03:56:30.036Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-06-25T03:56:30.069Z Checking gethostname v0.5.0
14342026-06-25T03:56:30.184Z Checking progenitor v0.10.0
14352026-06-25T03:56:30.234Z Compiling tabled_derive v0.7.0
14362026-06-25T03:56:30.281Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-06-25T03:56:30.320Z Checking reqwest v0.13.2
14382026-06-25T03:56:30.369Z Checking bcs v0.1.6
14392026-06-25T03:56:30.548Z Checking pem v3.0.5
14402026-06-25T03:56:30.617Z Checking serde_plain v1.0.2
14412026-06-25T03:56:30.633Z Checking linear-map v1.2.0
14422026-06-25T03:56:30.714Z Checking humantime v2.3.0
14432026-06-25T03:56:30.770Z Checking typed-path v0.9.3
14442026-06-25T03:56:30.814Z Compiling signal-hook v0.4.4
14452026-06-25T03:56:30.892Z Checking termtree v0.5.1
14462026-06-25T03:56:30.907Z Checking tagptr v0.2.0
14472026-06-25T03:56:31.033Z Checking crc8 v0.1.1
14482026-06-25T03:56:31.082Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-06-25T03:56:31.138Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-06-25T03:56:31.222Z Checking tabled v0.15.0
14512026-06-25T03:56:31.580Z Checking tough v0.20.0
14522026-06-25T03:56:31.712Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-06-25T03:56:31.889Z Compiling progenitor-impl v0.14.0
14542026-06-25T03:56:32.437Z Checking steno v0.4.1
14552026-06-25T03:56:32.762Z Checking hickory-proto v0.25.2
14562026-06-25T03:56:33.416Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-06-25T03:56:33.489Z Compiling cargo-platform v0.1.9
14582026-06-25T03:56:33.673Z Compiling vergen v8.3.2
14592026-06-25T03:56:33.748Z Compiling fs-err v3.1.2
14602026-06-25T03:56:33.870Z Compiling cargo_metadata v0.18.1
14612026-06-25T03:56:34.107Z Checking progenitor-client v0.14.0
14622026-06-25T03:56:34.145Z Compiling progenitor-macro v0.14.0
14632026-06-25T03:56:34.167Z Checking dropshot-api-manager-types v0.7.2
14642026-06-25T03:56:34.350Z Checking sha2 v0.10.9
14652026-06-25T03:56:34.353Z Compiling blake3 v1.8.2
14662026-06-25T03:56:34.491Z Checking hickory-resolver v0.25.2
14672026-06-25T03:56:35.162Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14682026-06-25T03:56:35.187Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14692026-06-25T03:56:35.258Z Checking git-stub v1.0.0
14702026-06-25T03:56:35.348Z Compiling strum_macros v0.28.0
14712026-06-25T03:56:35.422Z Checking filetime v0.2.26
14722026-06-25T03:56:35.567Z Checking constant_time_eq v0.3.1
14732026-06-25T03:56:35.670Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14742026-06-25T03:56:35.937Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-06-25T03:56:36.482Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14762026-06-25T03:56:36.530Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14772026-06-25T03:56:36.971Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-06-25T03:56:37.270Z Compiling curl v0.4.50
14792026-06-25T03:56:37.438Z Checking xattr v1.6.1
14802026-06-25T03:56:37.541Z Checking arrayvec v0.7.6
14812026-06-25T03:56:37.584Z Checking arrayref v0.3.9
14822026-06-25T03:56:37.642Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-06-25T03:56:37.663Z Checking is_ci v1.2.0
14842026-06-25T03:56:37.709Z Checking toml v0.7.8
14852026-06-25T03:56:37.725Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14862026-06-25T03:56:37.757Z Checking supports-color v3.0.2
14872026-06-25T03:56:37.862Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14882026-06-25T03:56:37.883Z Checking tar v0.4.45
14892026-06-25T03:56:38.026Z Checking strum v0.28.0
14902026-06-25T03:56:38.205Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-06-25T03:56:38.236Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-06-25T03:56:38.293Z Checking git-stub-vcs v0.1.0
14932026-06-25T03:56:38.353Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14942026-06-25T03:56:38.580Z Checking progenitor v0.14.0
14952026-06-25T03:56:38.617Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14962026-06-25T03:56:38.633Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14972026-06-25T03:56:38.716Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14982026-06-25T03:56:39.048Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-06-25T03:56:39.072Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15002026-06-25T03:56:39.315Z Checking drift v0.2.0
15012026-06-25T03:56:39.473Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-06-25T03:56:39.490Z Checking kstat-rs v0.2.4
15032026-06-25T03:56:39.562Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15042026-06-25T03:56:39.639Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-06-25T03:56:39.686Z Checking topological-sort v0.2.2
15062026-06-25T03:56:39.833Z Checking omicron-zone-package v0.12.2
15072026-06-25T03:56:40.058Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-06-25T03:56:40.577Z Checking dropshot-api-manager v0.7.2
15092026-06-25T03:56:41.643Z Checking signal-hook-tokio v0.4.0
15102026-06-25T03:56:41.780Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-06-25T03:56:42.063Z Checking scuffle v0.1.0
15122026-06-25T03:56:42.345Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-06-25T03:56:42.571Z Checking iddqd v0.4.5
15142026-06-25T03:56:42.628Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15152026-06-25T03:56:42.836Z Checking internet-checksum v0.2.1
15162026-06-25T03:56:42.964Z Checking search_path v0.1.4
15172026-06-25T03:56:42.996Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15182026-06-25T03:56:43.115Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15192026-06-25T03:56:43.240Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15202026-06-25T03:56:43.453Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15212026-06-25T03:56:44.038Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15222026-06-25T03:56:44.470Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-06-25T03:56:44.960Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-06-25T03:56:45.485Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-06-25T03:56:45.626Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-06-25T03:56:45.889Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-06-25T03:56:46.355Z Compiling git2 v0.19.0
15282026-06-25T03:56:47.329Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-06-25T03:56:48.828Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-06-25T03:56:57.302Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-06-25T03:56:58.693Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-06-25T03:57:03.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15332026-06-25T03:57:04.142Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-06-25T03:57:04.142Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-06-25T03:57:04.660Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-06-25T03:57:04.660Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-06-25T03:57:04.742Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15382026-06-25T03:57:04.745Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15392026-06-25T03:57:12.168Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-06-25T03:57:12.171Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-06-25T03:57:14.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s
15422026-06-25T03:57:14.988Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-06-25T03:57:14.988Z+ cargo clippy --features softnpu -- --deny warnings
15442026-06-25T03:57:15.301Z Downloading crates ...
15452026-06-25T03:57:15.446Z Downloaded radium v0.7.0
15462026-06-25T03:57:15.449Z Downloaded funty v2.0.0
15472026-06-25T03:57:15.449Z Downloaded serde_arrays v0.1.0
15482026-06-25T03:57:15.452Z Downloaded typeid v1.0.3
15492026-06-25T03:57:15.455Z Downloaded erased-serde v0.4.8
15502026-06-25T03:57:15.458Z Downloaded bitstruct v0.1.1
15512026-06-25T03:57:15.460Z Downloaded libloading v0.7.4
15522026-06-25T03:57:15.460Z Downloaded bitstruct_derive v0.1.0
15532026-06-25T03:57:15.463Z Downloaded tap v1.0.1
15542026-06-25T03:57:15.463Z Downloaded wyz v0.5.1
15552026-06-25T03:57:15.469Z Downloaded ascii v1.1.0
15562026-06-25T03:57:15.475Z Downloaded num-bigint v0.4.6
15572026-06-25T03:57:15.483Z Downloaded bitvec v1.0.1
15582026-06-25T03:57:15.617Z Checking num-integer v0.1.46
15592026-06-25T03:57:15.700Z Checking num-complex v0.4.6
15602026-06-25T03:57:15.711Z Compiling radium v0.7.0
15612026-06-25T03:57:15.718Z Checking tap v1.0.1
15622026-06-25T03:57:15.725Z Checking funty v2.0.0
15632026-06-25T03:57:15.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15642026-06-25T03:57:15.735Z Compiling typeid v1.0.3
15652026-06-25T03:57:15.746Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-06-25T03:57:15.806Z Checking wyz v0.5.1
15672026-06-25T03:57:15.907Z Checking num-bigint v0.4.6
15682026-06-25T03:57:15.916Z Checking num-iter v0.1.45
15692026-06-25T03:57:15.957Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-06-25T03:57:15.978Z Compiling erased-serde v0.4.8
15712026-06-25T03:57:16.037Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-06-25T03:57:16.046Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-06-25T03:57:16.061Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-06-25T03:57:16.108Z Compiling bitstruct_derive v0.1.0
15752026-06-25T03:57:16.157Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-06-25T03:57:16.165Z Checking bitvec v1.0.1
15772026-06-25T03:57:16.171Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15782026-06-25T03:57:16.171Z Checking ascii v1.1.0
15792026-06-25T03:57:16.178Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-06-25T03:57:16.276Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-06-25T03:57:16.356Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15822026-06-25T03:57:16.385Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15832026-06-25T03:57:16.388Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-06-25T03:57:16.403Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-06-25T03:57:16.679Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-06-25T03:57:16.714Z Checking serde_arrays v0.1.0
15872026-06-25T03:57:16.764Z Checking num-rational v0.4.2
15882026-06-25T03:57:16.793Z Checking bitstruct v0.1.1
15892026-06-25T03:57:16.817Z Checking libloading v0.7.4
15902026-06-25T03:57:16.843Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-06-25T03:57:17.046Z Checking num v0.4.3
15922026-06-25T03:57:17.118Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-06-25T03:57:17.750Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-06-25T03:57:18.034Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-06-25T03:57:18.037Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-06-25T03:57:18.240Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-06-25T03:57:18.461Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-06-25T03:57:18.465Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-06-25T03:57:18.953Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-06-25T03:57:19.188Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-06-25T03:57:19.190Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-06-25T03:57:19.190Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-06-25T03:57:19.190Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-06-25T03:57:19.590Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-06-25T03:57:20.045Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-06-25T03:57:20.921Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-06-25T03:57:23.315Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-06-25T03:57:23.689Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-06-25T03:57:24.632Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-06-25T03:57:25.430Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-06-25T03:57:25.553Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-06-25T03:57:32.302Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-06-25T03:57:33.648Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-06-25T03:57:34.206Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-06-25T03:57:38.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.73s
16162026-06-25T03:57:38.922Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-06-25T03:57:38.922Z+ cargo clippy --features chaos -- --deny warnings
16182026-06-25T03:57:39.429Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-06-25T03:57:39.432Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16202026-06-25T03:57:39.432Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16212026-06-25T03:57:46.966Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-06-25T03:57:46.966Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-06-25T03:57:49.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.61s
16242026-06-25T03:57:49.725Z+ banner fmt
16252026-06-25T03:57:49.728Z
16262026-06-25T03:57:49.728Z ###### # # #####
16272026-06-25T03:57:49.728Z # ## ## #
16282026-06-25T03:57:49.728Z ##### # ## # #
16292026-06-25T03:57:49.728Z # # # #
16302026-06-25T03:57:49.728Z # # # #
16312026-06-25T03:57:49.728Z # # # #
16322026-06-25T03:57:49.728Z
16332026-06-25T03:57:49.728Z+ cargo fmt -- --check
16342026-06-25T03:57:50.191Z+ banner test
16352026-06-25T03:57:50.194Z
16362026-06-25T03:57:50.194Z ##### ###### #### #####
16372026-06-25T03:57:50.194Z # # # #
16382026-06-25T03:57:50.194Z # ##### #### #
16392026-06-25T03:57:50.194Z # # # #
16402026-06-25T03:57:50.194Z # # # # #
16412026-06-25T03:57:50.194Z # ###### #### #
16422026-06-25T03:57:50.194Z
16432026-06-25T03:57:50.194Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-06-25T03:57:50.194Z+ RUST_BACKTRACE=full
16452026-06-25T03:57:50.194Z+ cargo test --features tofino_stub --no-fail-fast
16462026-06-25T03:57:51.081Z Compiling unicode-ident v1.0.24
16472026-06-25T03:57:51.081Z Compiling cfg-if v1.0.4
16482026-06-25T03:57:51.084Z Compiling memchr v2.7.5
16492026-06-25T03:57:51.193Z Compiling serde_core v1.0.228
16502026-06-25T03:57:51.210Z Compiling itoa v1.0.15
16512026-06-25T03:57:51.213Z Compiling libc v0.2.186
16522026-06-25T03:57:51.225Z Compiling zmij v1.0.17
16532026-06-25T03:57:51.286Z Compiling proc-macro2 v1.0.106
16542026-06-25T03:57:51.317Z Compiling libm v0.2.15
16552026-06-25T03:57:51.339Z Compiling heck v0.5.0
16562026-06-25T03:57:51.508Z Compiling equivalent v1.0.2
16572026-06-25T03:57:51.615Z Compiling log v0.4.29
16582026-06-25T03:57:51.747Z Compiling quote v1.0.45
16592026-06-25T03:57:51.760Z Compiling smallvec v1.15.1
16602026-06-25T03:57:51.815Z Compiling iana-time-zone v0.1.64
16612026-06-25T03:57:51.988Z Compiling syn v2.0.118
16622026-06-25T03:57:51.991Z Compiling dyn-clone v1.0.20
16632026-06-25T03:57:52.043Z Compiling hashbrown v0.17.1
16642026-06-25T03:57:52.058Z Compiling stable_deref_trait v1.2.0
16652026-06-25T03:57:52.070Z Compiling pin-project-lite v0.2.16
16662026-06-25T03:57:52.145Z Compiling percent-encoding v2.3.2
16672026-06-25T03:57:52.158Z Compiling fnv v1.0.7
16682026-06-25T03:57:52.173Z Compiling litemap v0.8.0
16692026-06-25T03:57:52.261Z Compiling writeable v0.6.1
16702026-06-25T03:57:52.354Z Compiling icu_properties_data v2.0.1
16712026-06-25T03:57:52.409Z Compiling icu_normalizer_data v2.0.0
16722026-06-25T03:57:52.494Z Compiling regex-syntax v0.8.11
16732026-06-25T03:57:52.508Z Compiling form_urlencoded v1.2.2
16742026-06-25T03:57:52.517Z Compiling utf8_iter v1.0.4
16752026-06-25T03:57:52.588Z Compiling scopeguard v1.2.0
16762026-06-25T03:57:52.617Z Compiling num-traits v0.2.19
16772026-06-25T03:57:52.693Z Compiling lock_api v0.4.14
16782026-06-25T03:57:52.704Z Compiling aho-corasick v1.1.3
16792026-06-25T03:57:52.937Z Compiling semver v1.0.28
16802026-06-25T03:57:53.119Z Compiling serde_json v1.0.150
16812026-06-25T03:57:53.287Z Compiling indexmap v2.14.0
16822026-06-25T03:57:53.334Z Compiling byteorder v1.5.0
16832026-06-25T03:57:53.383Z Compiling ucd-trie v0.1.7
16842026-06-25T03:57:53.514Z Compiling getrandom v0.4.2
16852026-06-25T03:57:53.576Z Compiling futures-core v0.3.32
16862026-06-25T03:57:53.675Z Compiling uuid v1.23.4
16872026-06-25T03:57:53.704Z Compiling allocator-api2 v0.2.21
16882026-06-25T03:57:53.967Z Compiling num-conv v0.2.1
16892026-06-25T03:57:54.054Z Compiling regex-automata v0.4.13
16902026-06-25T03:57:54.124Z Compiling time-core v0.1.8
16912026-06-25T03:57:54.137Z Compiling foldhash v0.2.0
16922026-06-25T03:57:54.140Z Compiling futures-sink v0.3.32
16932026-06-25T03:57:54.249Z Compiling ryu v1.0.20
16942026-06-25T03:57:54.286Z Compiling time-macros v0.2.27
16952026-06-25T03:57:54.382Z Compiling hashbrown v0.16.1
16962026-06-25T03:57:54.455Z Compiling pretty-hex v0.4.1
16972026-06-25T03:57:54.611Z Compiling slab v0.4.11
16982026-06-25T03:57:54.807Z Compiling plain v0.2.3
16992026-06-25T03:57:54.926Z Compiling strsim v0.11.1
17002026-06-25T03:57:54.952Z Compiling synstructure v0.13.2
17012026-06-25T03:57:55.000Z Compiling serde_derive_internals v0.29.1
17022026-06-25T03:57:55.161Z Compiling futures-channel v0.3.32
17032026-06-25T03:57:55.358Z Compiling futures-io v0.3.32
17042026-06-25T03:57:55.393Z Compiling futures-task v0.3.32
17052026-06-25T03:57:55.479Z Compiling socket2 v0.6.4
17062026-06-25T03:57:55.492Z Compiling parking_lot_core v0.9.12
17072026-06-25T03:57:55.562Z Compiling signal-hook-registry v1.4.6
17082026-06-25T03:57:55.574Z Compiling thread-id v5.0.0
17092026-06-25T03:57:55.666Z Compiling mio v1.2.1
17102026-06-25T03:57:55.800Z Compiling parking_lot v0.12.5
17112026-06-25T03:57:55.898Z Compiling regex v1.12.4
17122026-06-25T03:57:55.958Z Compiling regress v0.10.5
17132026-06-25T03:57:55.985Z Compiling darling_core v0.21.3
17142026-06-25T03:57:55.988Z Compiling base64 v0.22.1
17152026-06-25T03:57:56.218Z Compiling bitflags v2.11.1
17162026-06-25T03:57:56.233Z Compiling getrandom v0.2.16
17172026-06-25T03:57:56.273Z Compiling serde_derive v1.0.228
17182026-06-25T03:57:56.362Z Compiling zerofrom-derive v0.1.6
17192026-06-25T03:57:56.404Z Compiling yoke-derive v0.8.0
17202026-06-25T03:57:56.428Z Compiling zerovec-derive v0.11.1
17212026-06-25T03:57:56.479Z Compiling displaydoc v0.2.5
17222026-06-25T03:57:56.802Z Compiling thiserror-impl v2.0.18
17232026-06-25T03:57:57.298Z Compiling schemars_derive v0.8.22
17242026-06-25T03:57:57.512Z Compiling tokio-macros v2.7.0
17252026-06-25T03:57:57.618Z Compiling zerocopy-derive v0.8.27
17262026-06-25T03:57:57.647Z Compiling zeroize_derive v1.4.3
17272026-06-25T03:57:58.127Z Compiling thiserror v2.0.18
17282026-06-25T03:57:58.256Z Compiling futures-macro v0.3.32
17292026-06-25T03:57:58.303Z Compiling zerofrom v0.1.6
17302026-06-25T03:57:58.340Z Compiling thiserror-impl v1.0.69
17312026-06-25T03:57:58.426Z Compiling yoke v0.8.0
17322026-06-25T03:57:58.450Z Compiling tracing-attributes v0.1.30
17332026-06-25T03:57:58.612Z Compiling zerovec v0.11.4
17342026-06-25T03:57:58.637Z Compiling zerotrie v0.2.2
17352026-06-25T03:57:58.967Z Compiling zerocopy v0.8.27
17362026-06-25T03:57:58.971Z Compiling pest v2.8.2
17372026-06-25T03:57:59.163Z Compiling serde v1.0.228
17382026-06-25T03:57:59.515Z Compiling tinystr v0.8.1
17392026-06-25T03:57:59.621Z Compiling potential_utf v0.1.3
17402026-06-25T03:57:59.723Z Compiling bytes v1.12.0
17412026-06-25T03:57:59.737Z Compiling serde_tokenstream v0.2.3
17422026-06-25T03:57:59.748Z Compiling icu_locale_core v2.0.0
17432026-06-25T03:57:59.795Z Compiling icu_collections v2.0.0
17442026-06-25T03:57:59.808Z Compiling chrono v0.4.45
17452026-06-25T03:58:00.032Z Compiling scroll_derive v0.13.1
17462026-06-25T03:58:00.345Z Compiling icu_provider v2.0.0
17472026-06-25T03:58:00.396Z Compiling http v1.4.2
17482026-06-25T03:58:00.410Z Compiling pest_meta v2.8.2
17492026-06-25T03:58:00.558Z Compiling async-trait v0.1.89
17502026-06-25T03:58:00.656Z Compiling icu_normalizer v2.0.0
17512026-06-25T03:58:00.678Z Compiling icu_properties v2.0.1
17522026-06-25T03:58:00.968Z Compiling schemars v0.8.22
17532026-06-25T03:58:01.316Z Compiling pest_generator v2.8.2
17542026-06-25T03:58:01.425Z Compiling scroll v0.13.0
17552026-06-25T03:58:01.442Z Compiling thiserror v1.0.69
17562026-06-25T03:58:01.559Z Compiling tokio v1.52.3
17572026-06-25T03:58:01.629Z Compiling idna_adapter v1.2.1
17582026-06-25T03:58:01.718Z Compiling goblin v0.10.1
17592026-06-25T03:58:01.794Z Compiling idna v1.1.0
17602026-06-25T03:58:01.827Z Compiling openapiv3 v2.2.0
17612026-06-25T03:58:01.955Z Compiling daft-derive v0.1.5
17622026-06-25T03:58:01.991Z Compiling pest_derive v2.8.2
17632026-06-25T03:58:02.135Z Compiling url v2.5.7
17642026-06-25T03:58:02.601Z Compiling dtrace-parser v0.3.0
17652026-06-25T03:58:02.623Z Compiling typify-impl v0.4.3
17662026-06-25T03:58:02.779Z Compiling darling_macro v0.21.3
17672026-06-25T03:58:03.093Z Compiling http-body v1.0.1
17682026-06-25T03:58:03.323Z Compiling ppv-lite86 v0.2.21
17692026-06-25T03:58:03.501Z Compiling darling v0.21.3
17702026-06-25T03:58:03.570Z Compiling serde_yaml v0.9.34+deprecated
17712026-06-25T03:58:03.594Z Compiling erased-serde v0.3.31
17722026-06-25T03:58:03.625Z Compiling openssl-macros v0.1.1
17732026-06-25T03:58:03.996Z Compiling atomic-waker v1.1.2
17742026-06-25T03:58:04.136Z Compiling ipnet v2.11.0
17752026-06-25T03:58:04.392Z Compiling httparse v1.10.1
17762026-06-25T03:58:04.723Z Compiling dof v0.4.0
17772026-06-25T03:58:04.736Z Compiling untrusted v0.9.0
17782026-06-25T03:58:04.870Z Compiling tower-layer v0.3.3
17792026-06-25T03:58:04.961Z Compiling tower-service v0.3.3
17802026-06-25T03:58:05.048Z Compiling anyhow v1.0.102
17812026-06-25T03:58:05.061Z Compiling try-lock v0.2.5
17822026-06-25T03:58:05.072Z Compiling syn v1.0.109
17832026-06-25T03:58:05.181Z Compiling want v0.3.1
17842026-06-25T03:58:05.290Z Compiling usdt-impl v0.6.0
17852026-06-25T03:58:05.376Z Compiling zeroize v1.8.1
17862026-06-25T03:58:05.488Z Compiling httpdate v1.0.3
17872026-06-25T03:58:05.757Z Compiling portable-atomic v1.11.1
17882026-06-25T03:58:06.244Z Compiling structmeta-derive v0.3.0
17892026-06-25T03:58:06.321Z Compiling async-stream-impl v0.3.6
17902026-06-25T03:58:06.501Z Compiling critical-section v1.2.0
17912026-06-25T03:58:06.877Z Compiling usdt-attr-macro v0.6.0
17922026-06-25T03:58:07.011Z Compiling usdt-macro v0.6.0
17932026-06-25T03:58:07.053Z Compiling once_cell v1.21.3
17942026-06-25T03:58:07.289Z Compiling newtype-uuid-macros v0.1.0
17952026-06-25T03:58:07.390Z Compiling structmeta v0.3.0
17962026-06-25T03:58:07.611Z Compiling strum_macros v0.26.4
17972026-06-25T03:58:08.142Z Compiling powerfmt v0.2.0
17982026-06-25T03:58:08.299Z Compiling num_threads v0.1.7
17992026-06-25T03:58:08.400Z Compiling deranged v0.5.3
18002026-06-25T03:58:08.949Z Compiling http-body-util v0.1.3
18012026-06-25T03:58:09.028Z Compiling omicron-workspace-hack v0.1.0
18022026-06-25T03:58:09.109Z Compiling dropshot_endpoint v0.16.7
18032026-06-25T03:58:09.212Z Compiling serde_urlencoded v0.7.1
18042026-06-25T03:58:09.225Z Compiling ref-cast-impl v1.0.25
18052026-06-25T03:58:09.330Z Compiling typify-macro v0.4.3
18062026-06-25T03:58:09.476Z Compiling derive-ex v0.1.8
18072026-06-25T03:58:09.488Z Compiling strum_macros v0.27.2
18082026-06-25T03:58:09.583Z Compiling sync_wrapper v1.0.2
18092026-06-25T03:58:09.701Z Compiling serde_with_macros v3.14.1
18102026-06-25T03:58:09.704Z Compiling subtle v2.6.1
18112026-06-25T03:58:09.902Z Compiling thread_local v1.1.9
18122026-06-25T03:58:10.187Z Compiling iri-string v0.7.8
18132026-06-25T03:58:10.308Z Compiling futures-util v0.3.32
18142026-06-25T03:58:10.777Z Compiling match_cfg v0.1.0
18152026-06-25T03:58:10.896Z Compiling rand_core v0.6.4
18162026-06-25T03:58:10.908Z Compiling getrandom v0.3.3
18172026-06-25T03:58:11.144Z Compiling typenum v1.20.1
18182026-06-25T03:58:11.180Z Compiling test-strategy v0.4.3
18192026-06-25T03:58:11.267Z Compiling take_mut v0.2.2
18202026-06-25T03:58:11.389Z Compiling term v1.2.0
18212026-06-25T03:58:11.498Z Compiling typify v0.4.3
18222026-06-25T03:58:11.599Z Compiling progenitor-impl v0.11.1
18232026-06-25T03:58:11.932Z Compiling parse-display-derive v0.10.0
18242026-06-25T03:58:11.944Z Compiling tracing-core v0.1.34
18252026-06-25T03:58:12.013Z Compiling toml_datetime v0.6.11
18262026-06-25T03:58:12.133Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-06-25T03:58:12.314Z Compiling tracing v0.1.41
18282026-06-25T03:58:12.568Z Compiling camino v1.2.3
18292026-06-25T03:58:12.657Z Compiling clap_derive v4.6.1
18302026-06-25T03:58:12.772Z Compiling encoding_rs v0.8.35
18312026-06-25T03:58:12.925Z Compiling fastrand v2.3.0
18322026-06-25T03:58:13.012Z Compiling mime v0.3.17
18332026-06-25T03:58:13.024Z Compiling cpufeatures v0.2.17
18342026-06-25T03:58:13.251Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18352026-06-25T03:58:13.595Z Compiling unicode-width v0.2.1
18362026-06-25T03:58:13.908Z Compiling errno v0.3.14
18372026-06-25T03:58:14.035Z Compiling hex v0.4.3
18382026-06-25T03:58:14.084Z Compiling generic-array v0.14.7
18392026-06-25T03:58:14.368Z Compiling ipnetwork v0.21.1
18402026-06-25T03:58:14.611Z Compiling crossbeam-utils v0.8.21
18412026-06-25T03:58:14.716Z Compiling tokio-util v0.7.16
18422026-06-25T03:58:14.865Z Compiling slog v2.8.2
18432026-06-25T03:58:15.168Z Compiling rustix v1.1.4
18442026-06-25T03:58:15.289Z Compiling winnow v0.7.14
18452026-06-25T03:58:15.405Z Compiling progenitor-macro v0.11.1
18462026-06-25T03:58:15.418Z Compiling h2 v0.4.14
18472026-06-25T03:58:15.453Z Compiling oxnet v0.1.6
18482026-06-25T03:58:15.483Z Compiling crypto-common v0.1.6
18492026-06-25T03:58:15.629Z Compiling itertools v0.14.0
18502026-06-25T03:58:15.949Z Compiling rand_core v0.9.3
18512026-06-25T03:58:16.448Z Compiling winnow v1.0.3
18522026-06-25T03:58:16.757Z Compiling toml_parser v1.1.2+spec-1.1.0
18532026-06-25T03:58:16.825Z Compiling num-derive v0.4.2
18542026-06-25T03:58:16.853Z Compiling serde_spanned v1.1.1
18552026-06-25T03:58:17.023Z Compiling toml_writer v1.1.1+spec-1.1.0
18562026-06-25T03:58:17.070Z Compiling spin v0.9.8
18572026-06-25T03:58:17.205Z Compiling debug-ignore v1.0.5
18582026-06-25T03:58:17.327Z Compiling rand_chacha v0.9.0
18592026-06-25T03:58:17.503Z Compiling rustls-pki-types v1.12.0
18602026-06-25T03:58:17.519Z Compiling quick-error v1.2.3
18612026-06-25T03:58:17.638Z Compiling hyper v1.10.1
18622026-06-25T03:58:17.848Z Compiling rand v0.9.3
18632026-06-25T03:58:17.861Z Compiling tabwriter v1.4.1
18642026-06-25T03:58:18.023Z Compiling async-stream v0.3.6
18652026-06-25T03:58:18.126Z Compiling waitgroup v0.1.2
18662026-06-25T03:58:18.256Z Compiling serde_path_to_error v0.1.20
18672026-06-25T03:58:18.338Z Compiling colored v3.1.1
18682026-06-25T03:58:18.522Z Compiling bit-vec v0.8.0
18692026-06-25T03:58:18.654Z Compiling lazy_static v1.5.0
18702026-06-25T03:58:18.778Z Compiling bit-set v0.8.0
18712026-06-25T03:58:18.793Z Compiling time v0.3.47
18722026-06-25T03:58:18.806Z Compiling strum v0.26.3
18732026-06-25T03:58:18.809Z Compiling ring v0.17.14
18742026-06-25T03:58:18.953Z Compiling hyper-util v0.1.20
18752026-06-25T03:58:18.965Z Compiling toml_datetime v0.7.5+spec-1.1.0
18762026-06-25T03:58:19.438Z Compiling anstyle v1.0.14
18772026-06-25T03:58:19.608Z Compiling unarray v0.1.4
18782026-06-25T03:58:19.687Z Compiling toml v0.9.12+spec-1.1.0
18792026-06-25T03:58:19.737Z Compiling crossbeam-channel v0.5.15
18802026-06-25T03:58:20.249Z Compiling macaddr v1.0.1
18812026-06-25T03:58:20.435Z Compiling utf8parse v0.2.2
18822026-06-25T03:58:20.568Z Compiling anstyle-parse v1.0.0
18832026-06-25T03:58:20.669Z Compiling block-buffer v0.10.4
18842026-06-25T03:58:20.702Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-06-25T03:58:20.715Z Compiling ref-cast v1.0.25
18862026-06-25T03:58:20.777Z Compiling is_terminal_polyfill v1.70.1
18872026-06-25T03:58:20.802Z Compiling colorchoice v1.0.4
18882026-06-25T03:58:20.826Z Compiling anstyle-query v1.1.4
18892026-06-25T03:58:20.840Z Compiling digest v0.10.7
18902026-06-25T03:58:20.882Z Compiling strum v0.27.2
18912026-06-25T03:58:20.903Z Compiling is-terminal v0.4.16
18922026-06-25T03:58:20.930Z Compiling anstream v1.0.0
18932026-06-25T03:58:20.934Z Compiling clap_lex v1.1.0
18942026-06-25T03:58:20.955Z Compiling slog-json v2.6.1
18952026-06-25T03:58:21.006Z Compiling slog-term v2.9.2
18962026-06-25T03:58:21.021Z Compiling slog-async v2.8.0
18972026-06-25T03:58:21.074Z Compiling hostname v0.3.1
18982026-06-25T03:58:21.240Z Compiling slog-bunyan v2.5.0
18992026-06-25T03:58:21.282Z Compiling futures-executor v0.3.32
19002026-06-25T03:58:21.314Z Compiling tower v0.5.2
19012026-06-25T03:58:21.378Z Compiling instant v0.1.13
19022026-06-25T03:58:21.576Z Compiling futures v0.3.32
19032026-06-25T03:58:21.606Z Compiling aws-lc-sys v0.39.1
19042026-06-25T03:58:21.677Z Compiling untrusted v0.7.1
19052026-06-25T03:58:21.703Z Compiling openssl-sys v0.9.117
19062026-06-25T03:58:21.761Z Compiling tower-http v0.6.8
19072026-06-25T03:58:22.185Z Compiling aws-lc-rs v1.16.2
19082026-06-25T03:58:22.286Z Compiling memmap2 v0.9.8
19092026-06-25T03:58:23.241Z Compiling rustls-webpki v0.103.6
19102026-06-25T03:58:23.468Z Compiling foreign-types-shared v0.1.1
19112026-06-25T03:58:23.565Z Compiling foreign-types v0.3.2
19122026-06-25T03:58:23.860Z Compiling rustls v0.23.40
19132026-06-25T03:58:23.928Z Compiling tempfile v3.27.0
19142026-06-25T03:58:24.401Z Compiling openssl-probe v0.1.6
19152026-06-25T03:58:24.773Z Compiling openssl v0.10.81
19162026-06-25T03:58:25.544Z Compiling usdt v0.6.0
19172026-06-25T03:58:25.669Z Compiling either v1.15.0
19182026-06-25T03:58:25.849Z Compiling webpki-roots v1.0.2
19192026-06-25T03:58:25.952Z Compiling newtype-uuid v1.3.2
19202026-06-25T03:58:26.333Z Compiling daft v0.1.5
19212026-06-25T03:58:27.204Z Compiling tokio-rustls v0.26.4
19222026-06-25T03:58:27.260Z Compiling native-tls v0.2.14
19232026-06-25T03:58:27.492Z Compiling tokio-native-tls v0.3.1
19242026-06-25T03:58:27.600Z Compiling hyper-rustls v0.27.7
19252026-06-25T03:58:27.682Z Compiling hyper-tls v0.6.0
19262026-06-25T03:58:27.942Z Compiling reqwest v0.12.23
19272026-06-25T03:58:29.092Z Compiling rustls-webpki v0.102.8
19282026-06-25T03:58:29.173Z Compiling rustls-pemfile v2.2.0
19292026-06-25T03:58:29.394Z Compiling multer v3.1.0
19302026-06-25T03:58:29.807Z Compiling hostname v0.4.2
19312026-06-25T03:58:29.976Z Compiling rustls v0.22.4
19322026-06-25T03:58:30.093Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-06-25T03:58:30.705Z Compiling terminal_size v0.4.3
19342026-06-25T03:58:30.772Z Compiling rand_chacha v0.3.1
19352026-06-25T03:58:30.974Z Compiling wait-timeout v0.2.1
19362026-06-25T03:58:31.484Z Compiling rusty-fork v0.3.0
19372026-06-25T03:58:31.674Z Compiling rand v0.8.5
19382026-06-25T03:58:31.890Z Compiling tokio-rustls v0.25.0
19392026-06-25T03:58:33.104Z Compiling sha1 v0.10.6
19402026-06-25T03:58:33.407Z Compiling rand_xorshift v0.4.0
19412026-06-25T03:58:34.266Z Compiling hubpack_derive v0.1.1
19422026-06-25T03:58:34.818Z Compiling proptest v1.8.0
19432026-06-25T03:58:34.845Z Compiling dropshot v0.16.7
19442026-06-25T03:58:35.472Z Compiling clap_builder v4.6.0
19452026-06-25T03:58:36.076Z Compiling serde_spanned v0.6.9
19462026-06-25T03:58:36.629Z Compiling prettyplease v0.2.37
19472026-06-25T03:58:37.094Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-06-25T03:58:37.286Z Compiling clap v4.6.1
19492026-06-25T03:58:38.107Z Compiling progenitor-client v0.10.0
19502026-06-25T03:58:38.350Z Compiling progenitor-client v0.11.1
19512026-06-25T03:58:38.614Z Compiling serde_with v3.14.1
19522026-06-25T03:58:39.336Z Compiling progenitor v0.11.1
19532026-06-25T03:58:40.454Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-06-25T03:58:40.636Z Compiling rustc-hash v2.1.1
19552026-06-25T03:58:40.772Z Compiling iddqd v0.3.18
19562026-06-25T03:58:40.796Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-06-25T03:58:41.887Z Compiling backoff v0.4.0
19582026-06-25T03:58:41.985Z Compiling parse-display v0.10.0
19592026-06-25T03:58:42.050Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-06-25T03:58:42.118Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-06-25T03:58:42.234Z Compiling winnow v0.5.40
19622026-06-25T03:58:42.262Z Compiling toml_write v0.1.2
19632026-06-25T03:58:42.423Z Compiling toml_edit v0.22.27
19642026-06-25T03:58:43.868Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19652026-06-25T03:58:43.920Z Compiling num-integer v0.1.46
19662026-06-25T03:58:44.333Z Compiling float-ord v0.3.2
19672026-06-25T03:58:44.523Z Compiling toml v0.8.23
19682026-06-25T03:58:48.320Z Compiling num-iter v0.1.45
19692026-06-25T03:58:48.461Z Compiling num-rational v0.4.2
19702026-06-25T03:58:48.878Z Compiling num-complex v0.4.6
19712026-06-25T03:58:49.472Z Compiling num v0.4.3
19722026-06-25T03:58:49.938Z Compiling toml_edit v0.19.15
19732026-06-25T03:58:51.526Z Compiling proc-macro-crate v1.3.1
19742026-06-25T03:58:53.564Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-06-25T03:58:54.210Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-06-25T03:58:54.692Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-06-25T03:58:55.093Z Compiling zerocopy-derive v0.7.35
19782026-06-25T03:58:56.033Z Compiling memoffset v0.9.1
19792026-06-25T03:58:56.136Z Compiling libscf-sys v1.2.0
19802026-06-25T03:58:56.253Z Compiling ingot-macros v0.1.1
19812026-06-25T03:58:56.373Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19822026-06-25T03:58:56.478Z Compiling proc-macro-error-attr2 v2.0.0
19832026-06-25T03:58:57.676Z Compiling proc-macro-error2 v2.0.1
19842026-06-25T03:58:57.859Z Compiling nix v0.30.1
19852026-06-25T03:58:58.151Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-06-25T03:58:58.862Z Compiling scroll_derive v0.12.1
19872026-06-25T03:58:59.566Z Compiling tabled_derive v0.11.0
19882026-06-25T03:58:59.785Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-06-25T03:59:01.751Z Compiling zerocopy v0.7.35
19902026-06-25T03:59:02.242Z Compiling num_enum_derive v0.7.5
19912026-06-25T03:59:02.419Z Compiling hubpack v0.1.2
19922026-06-25T03:59:02.522Z Compiling foreign-types-macros v0.2.3
19932026-06-25T03:59:02.881Z Compiling static_assertions v1.1.0
19942026-06-25T03:59:03.452Z Compiling glob v0.3.3
19952026-06-25T03:59:03.519Z Compiling proc-macro-error-attr v1.0.4
19962026-06-25T03:59:03.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-06-25T03:59:03.851Z Compiling dtrace-parser v0.2.0
19982026-06-25T03:59:04.244Z Compiling bytecount v0.6.9
19992026-06-25T03:59:04.315Z Compiling proc-macro-error v1.0.4
20002026-06-25T03:59:04.399Z Compiling dof v0.3.0
20012026-06-25T03:59:04.979Z Compiling num_enum_derive v0.5.11
20022026-06-25T03:59:06.560Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-06-25T03:59:06.592Z Compiling thread-id v4.2.2
20042026-06-25T03:59:06.714Z Compiling usdt-impl v0.5.0
20052026-06-25T03:59:07.291Z Compiling derive_more v0.99.20
20062026-06-25T03:59:07.496Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20072026-06-25T03:59:07.792Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-06-25T03:59:08.411Z Compiling minimal-lexical v0.2.1
20092026-06-25T03:59:08.575Z Compiling usdt-attr-macro v0.5.0
20102026-06-25T03:59:08.797Z Compiling nom v7.1.3
20112026-06-25T03:59:08.815Z Compiling usdt-macro v0.5.0
20122026-06-25T03:59:09.097Z Compiling zone_cfg_derive v0.3.1
20132026-06-25T03:59:09.481Z Compiling papergrid v0.17.0
20142026-06-25T03:59:09.660Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-06-25T03:59:09.805Z Compiling testing_table v0.3.0
20162026-06-25T03:59:09.852Z Compiling rustc_version v0.4.1
20172026-06-25T03:59:09.989Z Compiling crossbeam-epoch v0.9.18
20182026-06-25T03:59:10.155Z Compiling dropshot_endpoint v0.17.1
20192026-06-25T03:59:10.266Z Compiling adler2 v2.0.1
20202026-06-25T03:59:10.367Z Compiling crc32fast v1.5.0
20212026-06-25T03:59:10.420Z Compiling miniz_oxide v0.8.9
20222026-06-25T03:59:10.433Z Compiling enum-as-inner v0.6.1
20232026-06-25T03:59:10.480Z Compiling tabled v0.20.0
20242026-06-25T03:59:10.736Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20252026-06-25T03:59:11.077Z Compiling regress v0.11.1
20262026-06-25T03:59:11.160Z Compiling flate2 v1.1.2
20272026-06-25T03:59:11.407Z Compiling curve25519-dalek v4.1.3
20282026-06-25T03:59:11.669Z Compiling hybrid-array v0.4.12
20292026-06-25T03:59:11.808Z Compiling crossbeam-deque v0.8.6
20302026-06-25T03:59:11.952Z Compiling thiserror-impl-no-std v2.0.2
20312026-06-25T03:59:12.017Z Compiling curve25519-dalek-derive v0.1.1
20322026-06-25T03:59:12.183Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20332026-06-25T03:59:12.472Z Compiling crypto-common v0.2.2
20342026-06-25T03:59:12.765Z Compiling typify-impl v0.6.2
20352026-06-25T03:59:13.068Z Compiling block-buffer v0.12.0
20362026-06-25T03:59:13.146Z Compiling rayon-core v1.13.0
20372026-06-25T03:59:13.330Z Compiling clang-sys v1.8.1
20382026-06-25T03:59:13.402Z Compiling compression-core v0.4.32
20392026-06-25T03:59:13.586Z Compiling const-oid v0.10.2
20402026-06-25T03:59:13.601Z Compiling compression-codecs v0.4.32
20412026-06-25T03:59:13.714Z Compiling scroll v0.12.0
20422026-06-25T03:59:13.796Z Compiling digest v0.11.3
20432026-06-25T03:59:13.983Z Compiling hash32 v0.3.1
20442026-06-25T03:59:14.009Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-06-25T03:59:14.109Z Compiling cpufeatures v0.3.0
20462026-06-25T03:59:14.155Z Compiling heapless v0.8.0
20472026-06-25T03:59:14.158Z Compiling goblin v0.8.2
20482026-06-25T03:59:14.190Z Compiling sha1 v0.11.0
20492026-06-25T03:59:14.203Z Compiling async-compression v0.4.33
20502026-06-25T03:59:14.364Z Compiling toml v1.1.2+spec-1.1.0
20512026-06-25T03:59:14.481Z Compiling ingot-types v0.1.2
20522026-06-25T03:59:14.635Z Compiling cobs v0.3.0
20532026-06-25T03:59:14.716Z Compiling libloading v0.8.9
20542026-06-25T03:59:14.858Z Compiling managed v0.8.0
20552026-06-25T03:59:14.914Z Compiling bitflags v1.3.2
20562026-06-25T03:59:14.937Z Compiling foreign-types-shared v0.3.1
20572026-06-25T03:59:15.006Z Compiling bindgen v0.72.1
20582026-06-25T03:59:15.025Z Compiling foreign-types v0.5.0
20592026-06-25T03:59:15.048Z Compiling smoltcp v0.11.0
20602026-06-25T03:59:15.118Z Compiling dropshot v0.17.1
20612026-06-25T03:59:15.458Z Compiling ingot v0.1.1
20622026-06-25T03:59:16.021Z Compiling postcard v1.1.3
20632026-06-25T03:59:17.094Z Compiling cexpr v0.6.0
20642026-06-25T03:59:17.122Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-06-25T03:59:17.723Z Compiling num_enum v0.7.5
20662026-06-25T03:59:17.802Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-06-25T03:59:17.937Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-06-25T03:59:18.071Z Compiling camino-tempfile v1.4.1
20692026-06-25T03:59:18.227Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-06-25T03:59:18.278Z Compiling derive-where v1.6.0
20712026-06-25T03:59:18.377Z Compiling serde_repr v0.1.20
20722026-06-25T03:59:18.507Z Compiling cstr-argument v0.1.2
20732026-06-25T03:59:18.657Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-06-25T03:59:18.961Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-06-25T03:59:19.566Z Compiling typify-macro v0.6.2
20762026-06-25T03:59:19.683Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20772026-06-25T03:59:19.891Z Compiling rayon v1.11.0
20782026-06-25T03:59:20.209Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-06-25T03:59:20.351Z Compiling crucible-workspace-hack v0.1.0
20802026-06-25T03:59:20.989Z Compiling memmap v0.7.0
20812026-06-25T03:59:21.026Z Compiling tinyvec_macros v0.1.1
20822026-06-25T03:59:21.145Z Compiling usdt v0.5.0
20832026-06-25T03:59:21.215Z Compiling tinyvec v1.10.0
20842026-06-25T03:59:21.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-06-25T03:59:21.851Z Compiling typify v0.6.2
20862026-06-25T03:59:21.972Z Compiling num_enum v0.5.11
20872026-06-25T03:59:22.329Z Compiling pin-project-internal v1.1.10
20882026-06-25T03:59:23.521Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-06-25T03:59:23.533Z Compiling progenitor-impl v0.14.0
20902026-06-25T03:59:23.583Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-06-25T03:59:23.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-06-25T03:59:23.697Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-06-25T03:59:23.980Z Compiling rustix v0.38.44
20942026-06-25T03:59:24.474Z Compiling itertools v0.12.1
20952026-06-25T03:59:24.516Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-06-25T03:59:24.689Z Compiling progenitor-impl v0.10.0
20972026-06-25T03:59:24.918Z Compiling sigpipe v0.1.3
20982026-06-25T03:59:24.951Z Compiling jiff v0.2.15
20992026-06-25T03:59:25.017Z Compiling const_format_proc_macros v0.2.34
21002026-06-25T03:59:25.583Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21012026-06-25T03:59:25.785Z Compiling zone v0.3.1
21022026-06-25T03:59:25.869Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21032026-06-25T03:59:27.312Z Compiling progenitor-macro v0.14.0
21042026-06-25T03:59:27.381Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21052026-06-25T03:59:27.545Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-06-25T03:59:27.910Z Compiling snafu-derive v0.8.9
21072026-06-25T03:59:28.281Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21082026-06-25T03:59:28.507Z Compiling progenitor-macro v0.10.0
21092026-06-25T03:59:28.867Z Compiling secrecy v0.10.3
21102026-06-25T03:59:28.988Z Compiling smf v0.2.3
21112026-06-25T03:59:29.050Z Compiling async-recursion v1.1.1
21122026-06-25T03:59:29.186Z Compiling bstr v1.12.0
21132026-06-25T03:59:29.724Z Compiling whoami v1.6.1
21142026-06-25T03:59:30.057Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-06-25T03:59:30.477Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-06-25T03:59:31.042Z Compiling hmac v0.12.1
21172026-06-25T03:59:31.268Z Compiling inout v0.1.4
21182026-06-25T03:59:31.378Z Compiling ff v0.13.1
21192026-06-25T03:59:31.527Z Compiling crc8 v0.1.1
21202026-06-25T03:59:31.659Z Compiling data-encoding v2.9.0
21212026-06-25T03:59:31.756Z Compiling group v0.13.0
21222026-06-25T03:59:32.124Z Compiling cipher v0.4.4
21232026-06-25T03:59:32.379Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21242026-06-25T03:59:32.870Z Compiling hkdf v0.12.4
21252026-06-25T03:59:33.413Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-06-25T03:59:33.430Z Compiling atomicwrites v0.4.4
21272026-06-25T03:59:33.595Z Compiling tokio-dtrace v0.1.1
21282026-06-25T03:59:33.949Z Compiling tabled_derive v0.7.0
21292026-06-25T03:59:34.533Z Compiling reqwest v0.13.2
21302026-06-25T03:59:34.657Z Compiling universal-hash v0.5.1
21312026-06-25T03:59:34.800Z Compiling crypto-bigint v0.5.5
21322026-06-25T03:59:34.814Z Compiling half v2.7.1
21332026-06-25T03:59:34.916Z Compiling ciborium-io v0.2.2
21342026-06-25T03:59:34.972Z Compiling base16ct v0.2.0
21352026-06-25T03:59:35.024Z Compiling indent_write v2.2.0
21362026-06-25T03:59:35.120Z Compiling opaque-debug v0.3.1
21372026-06-25T03:59:35.179Z Compiling base64ct v1.8.0
21382026-06-25T03:59:35.204Z Compiling poly1305 v0.8.0
21392026-06-25T03:59:35.511Z Compiling password-hash v0.5.0
21402026-06-25T03:59:35.623Z Compiling progenitor-client v0.14.0
21412026-06-25T03:59:35.944Z Compiling elliptic-curve v0.13.8
21422026-06-25T03:59:35.989Z Compiling ciborium-ll v0.2.2
21432026-06-25T03:59:36.385Z Compiling oxide-tokio-rt v0.1.2
21442026-06-25T03:59:36.913Z Compiling chacha20 v0.9.1
21452026-06-25T03:59:37.163Z Compiling similar v2.7.0
21462026-06-25T03:59:37.177Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-06-25T03:59:37.180Z Compiling thiserror-no-std v2.0.2
21482026-06-25T03:59:38.173Z Compiling blake2 v0.10.6
21492026-06-25T03:59:38.552Z Compiling aead v0.5.2
21502026-06-25T03:59:38.669Z Compiling strum_macros v0.28.0
21512026-06-25T03:59:38.840Z Compiling keccak v0.1.6
21522026-06-25T03:59:38.975Z Compiling resolv-conf v0.7.5
21532026-06-25T03:59:39.126Z Compiling linked-hash-map v0.5.6
21542026-06-25T03:59:39.331Z Compiling lru-cache v0.1.2
21552026-06-25T03:59:39.335Z Compiling sha3 v0.10.8
21562026-06-25T03:59:39.501Z Compiling chacha20poly1305 v0.10.1
21572026-06-25T03:59:39.582Z Compiling argon2 v0.5.3
21582026-06-25T03:59:39.648Z Compiling vsss-rs v3.3.4
21592026-06-25T03:59:39.706Z Compiling progenitor v0.14.0
21602026-06-25T03:59:39.811Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-06-25T03:59:40.109Z Compiling ciborium v0.2.2
21622026-06-25T03:59:40.153Z Compiling hickory-proto v0.24.4
21632026-06-25T03:59:40.624Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-06-25T03:59:40.637Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-06-25T03:59:41.040Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-06-25T03:59:41.154Z Compiling serde-big-array v0.5.1
21672026-06-25T03:59:41.171Z Compiling same-file v1.0.6
21682026-06-25T03:59:41.382Z Compiling siphasher v1.0.1
21692026-06-25T03:59:41.395Z Compiling unicode-segmentation v1.12.0
21702026-06-25T03:59:41.589Z Compiling phf_shared v0.12.1
21712026-06-25T03:59:41.731Z Compiling walkdir v2.5.0
21722026-06-25T03:59:41.784Z Compiling newline-converter v0.3.0
21732026-06-25T03:59:41.835Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-06-25T03:59:41.916Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-06-25T03:59:42.109Z Compiling hickory-resolver v0.24.4
21762026-06-25T03:59:42.293Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-06-25T03:59:42.741Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-06-25T03:59:43.961Z Compiling newtype_derive v0.1.6
21792026-06-25T03:59:44.056Z Compiling owo-colors v4.3.0
21802026-06-25T03:59:44.081Z Compiling tokio-stream v0.1.17
21812026-06-25T03:59:44.423Z Compiling console v0.15.11
21822026-06-25T03:59:44.599Z Compiling csv-core v0.1.12
21832026-06-25T03:59:44.729Z Compiling foldhash v0.1.5
21842026-06-25T03:59:44.891Z Compiling unicode-linebreak v0.1.5
21852026-06-25T03:59:44.903Z Compiling humantime v2.3.0
21862026-06-25T03:59:44.931Z Compiling smawk v0.3.2
21872026-06-25T03:59:45.157Z Compiling termtree v0.5.1
21882026-06-25T03:59:45.160Z Compiling swrite v0.1.0
21892026-06-25T03:59:45.216Z Compiling unicode-width v0.1.14
21902026-06-25T03:59:45.376Z Compiling textwrap v0.16.2
21912026-06-25T03:59:45.510Z Compiling hashbrown v0.15.5
21922026-06-25T03:59:45.523Z Compiling csv v1.4.0
21932026-06-25T03:59:45.523Z Compiling expectorate v1.2.0
21942026-06-25T03:59:45.545Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-06-25T03:59:45.572Z Compiling qorb v0.4.1
21962026-06-25T03:59:46.102Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-06-25T03:59:47.270Z Compiling phf v0.12.1
21982026-06-25T03:59:47.448Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-06-25T03:59:47.919Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-06-25T03:59:48.117Z Compiling pin-project v1.1.10
22012026-06-25T03:59:48.144Z Compiling unicode-normalization v0.1.24
22022026-06-25T03:59:48.249Z Compiling libz-sys v1.1.22
22032026-06-25T03:59:48.536Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-06-25T03:59:49.489Z Compiling libsw-core v0.3.2
22052026-06-25T03:59:50.089Z Compiling fixedbitset v0.4.2
22062026-06-25T03:59:50.266Z Compiling fixedbitset v0.5.7
22072026-06-25T03:59:50.380Z Compiling highway v1.3.0
22082026-06-25T03:59:50.480Z Compiling petgraph v0.6.5
22092026-06-25T03:59:50.637Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22102026-06-25T03:59:50.802Z Compiling petgraph v0.8.2
22112026-06-25T03:59:52.116Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-06-25T03:59:52.588Z Compiling progenitor v0.10.0
22132026-06-25T03:59:53.375Z Compiling libsw v3.5.0
22142026-06-25T03:59:53.577Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-06-25T03:59:54.025Z Compiling olpc-cjson v0.1.4
22162026-06-25T03:59:54.229Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-06-25T03:59:54.263Z Compiling snafu v0.8.9
22182026-06-25T03:59:54.984Z Compiling chrono-tz v0.10.4
22192026-06-25T03:59:55.167Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-06-25T03:59:55.386Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-06-25T03:59:56.129Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-06-25T03:59:56.393Z Compiling papergrid v0.11.0
22232026-06-25T03:59:56.695Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-06-25T03:59:56.882Z Compiling strum v0.28.0
22252026-06-25T03:59:57.010Z Compiling globset v0.4.16
22262026-06-25T03:59:57.035Z Compiling const_format v0.2.34
22272026-06-25T03:59:57.265Z Compiling slog-dtrace v0.3.0
22282026-06-25T03:59:57.397Z Compiling cancel-safe-futures v0.1.5
22292026-06-25T03:59:57.633Z Compiling gethostname v0.5.0
22302026-06-25T03:59:57.891Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-06-25T03:59:58.348Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-06-25T03:59:58.622Z Compiling dropshot-api-manager-types v0.7.2
22332026-06-25T03:59:58.889Z Compiling bcs v0.1.6
22342026-06-25T03:59:59.002Z Compiling serde_plain v1.0.2
22352026-06-25T03:59:59.046Z Compiling cargo-platform v0.1.9
22362026-06-25T03:59:59.130Z Compiling pem v3.0.5
22372026-06-25T03:59:59.247Z Compiling typed-path v0.9.3
22382026-06-25T03:59:59.321Z Compiling linear-map v1.2.0
22392026-06-25T03:59:59.480Z Compiling tagptr v0.2.0
22402026-06-25T03:59:59.937Z Compiling moka v0.12.11
22412026-06-25T04:00:00.782Z Compiling tough v0.20.0
22422026-06-25T04:00:01.477Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22432026-06-25T04:00:01.642Z Compiling cargo_metadata v0.18.1
22442026-06-25T04:00:01.745Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-06-25T04:00:03.236Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-06-25T04:00:03.257Z Compiling tabled v0.15.0
22472026-06-25T04:00:03.496Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-06-25T04:00:04.004Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-06-25T04:00:04.232Z Compiling git2 v0.19.0
22502026-06-25T04:00:06.227Z Compiling steno v0.4.1
22512026-06-25T04:00:07.492Z Compiling hickory-proto v0.25.2
22522026-06-25T04:00:07.879Z Compiling cookie v0.18.1
22532026-06-25T04:00:09.708Z Compiling hickory-resolver v0.25.2
22542026-06-25T04:00:10.522Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-06-25T04:00:12.982Z Compiling vergen v8.3.2
22562026-06-25T04:00:14.621Z Compiling signal-hook v0.4.4
22572026-06-25T04:00:15.146Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-06-25T04:00:15.377Z Compiling mockall_derive v0.14.0
22592026-06-25T04:00:15.635Z Compiling predicates-core v1.0.9
22602026-06-25T04:00:16.100Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-06-25T04:00:16.113Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-06-25T04:00:16.310Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-06-25T04:00:16.491Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-06-25T04:00:16.785Z Compiling sha2 v0.10.9
22652026-06-25T04:00:17.514Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-06-25T04:00:18.440Z Compiling mockall v0.14.0
22672026-06-25T04:00:18.547Z Compiling diff v0.1.13
22682026-06-25T04:00:18.566Z Compiling yansi v1.0.1
22692026-06-25T04:00:18.904Z Compiling pretty_assertions v1.4.1
22702026-06-25T04:00:18.939Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-06-25T04:00:19.407Z Compiling predicates v3.1.3
22722026-06-25T04:00:19.978Z Compiling predicates-tree v1.0.12
22732026-06-25T04:00:20.239Z Compiling fs-err v3.1.2
22742026-06-25T04:00:20.893Z Compiling git-stub v1.0.0
22752026-06-25T04:00:21.174Z Compiling filetime v0.2.26
22762026-06-25T04:00:21.215Z Compiling fragile v2.0.1
22772026-06-25T04:00:21.392Z Compiling arrayvec v0.7.6
22782026-06-25T04:00:21.558Z Compiling is_ci v1.2.0
22792026-06-25T04:00:21.625Z Compiling constant_time_eq v0.3.1
22802026-06-25T04:00:21.729Z Compiling downcast v0.11.0
22812026-06-25T04:00:21.789Z Compiling arrayref v0.3.9
22822026-06-25T04:00:21.856Z Compiling xattr v1.6.1
22832026-06-25T04:00:21.906Z Compiling blake3 v1.8.2
22842026-06-25T04:00:22.066Z Compiling tar v0.4.45
22852026-06-25T04:00:22.538Z Compiling toml v0.7.8
22862026-06-25T04:00:23.219Z Compiling supports-color v3.0.2
22872026-06-25T04:00:23.348Z Compiling git-stub-vcs v0.1.0
22882026-06-25T04:00:23.429Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-06-25T04:00:23.778Z Compiling signal-hook-tokio v0.4.0
22902026-06-25T04:00:24.108Z Compiling scuffle v0.1.0
22912026-06-25T04:00:25.143Z Compiling drift v0.2.0
22922026-06-25T04:00:25.398Z Compiling kstat-rs v0.2.4
22932026-06-25T04:00:25.755Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-06-25T04:00:25.858Z Compiling topological-sort v0.2.2
22952026-06-25T04:00:26.038Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22962026-06-25T04:00:26.122Z Compiling hex-literal v1.1.0
22972026-06-25T04:00:26.268Z Compiling omicron-zone-package v0.12.2
22982026-06-25T04:00:26.332Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-06-25T04:00:27.022Z Compiling dropshot-api-manager v0.7.2
23002026-06-25T04:00:28.460Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-06-25T04:00:28.636Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23022026-06-25T04:00:29.451Z Compiling curl v0.4.50
23032026-06-25T04:00:29.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23042026-06-25T04:00:30.300Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23052026-06-25T04:00:30.384Z Compiling iddqd v0.4.5
23062026-06-25T04:00:30.577Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23072026-06-25T04:00:31.285Z Compiling search_path v0.1.4
23082026-06-25T04:00:31.362Z Compiling internet-checksum v0.2.1
23092026-06-25T04:00:31.379Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23102026-06-25T04:00:31.716Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23112026-06-25T04:00:34.923Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23122026-06-25T04:00:35.313Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23132026-06-25T04:01:23.633Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 33s
23142026-06-25T04:01:23.767Z Running unittests src/lib.rs (target/debug/deps/aal-063cda019324539f)
23152026-06-25T04:01:23.770Z
23162026-06-25T04:01:23.770Zrunning 5 tests
23172026-06-25T04:01:23.773Ztest fuse::tests::chip_revision_a0 ... ok
23182026-06-25T04:01:23.773Ztest fuse::tests::chip_revision_b1 ... ok
23192026-06-25T04:01:23.773Ztest fuse::tests::chip_revision_b0 ... ok
23202026-06-25T04:01:23.773Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23212026-06-25T04:01:23.773Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-06-25T04:01:23.773Z
23232026-06-25T04:01:23.773Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-06-25T04:01:23.773Z
23252026-06-25T04:01:23.774Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-06-25T04:01:23.777Z
23272026-06-25T04:01:23.777Zrunning 0 tests
23282026-06-25T04:01:23.777Z
23292026-06-25T04:01:23.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-06-25T04:01:23.777Z
23312026-06-25T04:01:23.777Z Running unittests src/lib.rs (target/debug/deps/asic-deaa1e060c20a4c1)
23322026-06-25T04:01:23.777Z
23332026-06-25T04:01:23.777Zrunning 0 tests
23342026-06-25T04:01:23.777Z
23352026-06-25T04:01:23.777Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-06-25T04:01:23.777Z
23372026-06-25T04:01:23.780Z Running unittests src/lib.rs (target/debug/deps/common-3b08ab528ee0ea68)
23382026-06-25T04:01:23.780Z
23392026-06-25T04:01:23.780Zrunning 10 tests
23402026-06-25T04:01:23.780Ztest network::tests::test_equal ... ok
23412026-06-25T04:01:23.781Ztest nat::tests::test_vni ... ok
23422026-06-25T04:01:23.781Ztest network::tests::test_eui64 ... ok
23432026-06-25T04:01:23.781Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-06-25T04:01:23.781Ztest network::tests::test_into ... ok
23452026-06-25T04:01:23.781Ztest network::tests::test_not_equal ... ok
23462026-06-25T04:01:23.781Ztest network::tests::test_parse ... ok
23472026-06-25T04:01:23.781Ztest network::tests::test_to_string ... ok
23482026-06-25T04:01:23.781Ztest test_purge ... ok
23492026-06-25T04:01:23.784Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-06-25T04:01:23.784Z
23512026-06-25T04:01:23.784Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23522026-06-25T04:01:23.784Z
23532026-06-25T04:01:23.787Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-28d16f57f035c3bf)
23542026-06-25T04:01:23.791Z
23552026-06-25T04:01:23.791Zrunning 1 test
23562026-06-25T04:01:23.794Z -------
23572026-06-25T04:01:23.794Z Generating OpenAPI documents from API definitions ...
23582026-06-25T04:01:23.945Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-06-25T04:01:24.017Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-06-25T04:01:25.123Z -------
23612026-06-25T04:01:25.123Z Checking 12 OpenAPI documents...
23622026-06-25T04:01:25.123Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-06-25T04:01:25.123Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-06-25T04:01:25.123Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-06-25T04:01:25.123Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-06-25T04:01:25.126Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-06-25T04:01:25.127Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-06-25T04:01:25.127Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-06-25T04:01:25.127Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-06-25T04:01:25.127Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-06-25T04:01:25.127Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-06-25T04:01:25.127Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-06-25T04:01:25.127Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-06-25T04:01:25.127Z Fresh dpd "latest" symlink
23752026-06-25T04:01:25.127Z -------
23762026-06-25T04:01:25.127Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-06-25T04:01:25.190Ztest test::test_apis_up_to_date ... ok
23782026-06-25T04:01:25.190Z
23792026-06-25T04:01:25.190Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.40s
23802026-06-25T04:01:25.190Z
23812026-06-25T04:01:25.249Z Running unittests src/main.rs (target/debug/deps/dpd-1612926fe71d72ba)
23822026-06-25T04:01:25.256Z
23832026-06-25T04:01:25.256Zrunning 19 tests
23842026-06-25T04:01:25.259Ztest freemap::test_ordering ... ok
23852026-06-25T04:01:25.259Ztest config::tests::test_updates ... ok
23862026-06-25T04:01:25.259Ztest freemap::test_split ... ok
23872026-06-25T04:01:25.259Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-06-25T04:01:25.259Ztest macaddrs::tests::test_mac_offset ... ok
23892026-06-25T04:01:25.262Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23902026-06-25T04:01:25.262Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23912026-06-25T04:01:25.262Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-06-25T04:01:25.262Ztest nat::test_mapping ... ok
23932026-06-25T04:01:25.262Ztest port_map::tests::dump_map ... ok
23942026-06-25T04:01:25.262ZJun 25 04:01:24.146 DEBG created new freemap, unit: freemap_test
23952026-06-25T04:01:25.262ZJun 25 04:01:24.146 DEBG initted freemap. size: 128, unit: freemap_test
23962026-06-25T04:01:25.263Ztest port_map::tests::test_backplane_group ... ok
23972026-06-25T04:01:25.263ZJun 25 04:01:24.146 DEBG reset freemap, unit: freemap_test
23982026-06-25T04:01:25.263ZJun 25 04:01:24.146 DEBG created new freemap, unit: freemap_test
23992026-06-25T04:01:25.263ZJun 25 04:01:24.146 DEBG initted freemap. size: 128, unit: freemap_test
24002026-06-25T04:01:25.263ZJun 25 04:01:24.146 DEBG reset freemap, unit: freemap_test
24012026-06-25T04:01:25.263Ztest freemap::test_free ... ok
24022026-06-25T04:01:25.263Ztest port_map::tests::test_port_map ... ok
24032026-06-25T04:01:25.263Ztest freemap::test_basic ... ok
24042026-06-25T04:01:25.263ZJun 25 04:01:24.146 DEBG created new freemap, unit: Jun 25 04:01:24.146freemap_test
24052026-06-25T04:01:25.263ZDEBG created new freemap, unit: freemap_testJun 25 04:01:24.146
24062026-06-25T04:01:25.263Z DEBG initted freemap. size: 128, unitJun 25 04:01:24.146: DEBGfreemap_test
24072026-06-25T04:01:25.263Zinitted freemap. size: 128, unit:Jun 25 04:01:24.146 freemap_testDEBG
24082026-06-25T04:01:25.263Z reset freemap, unit:Jun 25 04:01:24.146 freemap_testDEBG
24092026-06-25T04:01:25.263Z reset freemap, unit: freemap_test
24102026-06-25T04:01:25.263Ztest freemap::test_exhaustion ... ok
24112026-06-25T04:01:25.263Ztest freemap::test_reclaim ... ok
24122026-06-25T04:01:25.263ZJun 25 04:01:24.147 DEBG created new freemap, unit: freemap_test
24132026-06-25T04:01:25.263ZJun 25 04:01:24.147 DEBG initted freemap. size: 128, unit: freemap_test
24142026-06-25T04:01:25.263ZJun 25 04:01:24.147 DEBG reset freemap, unit: freemap_test
24152026-06-25T04:01:25.263Ztest freemap::test_span ... ok
24162026-06-25T04:01:25.263Ztest api_server::tests::test_build_info ... ok
24172026-06-25T04:01:25.263Ztest port_map::tests::parse_softnpu_revision ... ok
24182026-06-25T04:01:25.263Z
24192026-06-25T04:01:25.263Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24202026-06-25T04:01:25.263Z
24212026-06-25T04:01:25.267Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-3a010a25eb2e0703)
24222026-06-25T04:01:25.270Z
24232026-06-25T04:01:25.270Zrunning 0 tests
24242026-06-25T04:01:25.270Z
24252026-06-25T04:01:25.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-06-25T04:01:25.270Z
24272026-06-25T04:01:25.270Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8262e15e80dbb914)
24282026-06-25T04:01:25.270Z
24292026-06-25T04:01:25.270Zrunning 0 tests
24302026-06-25T04:01:25.270Z
24312026-06-25T04:01:25.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-06-25T04:01:25.270Z
24332026-06-25T04:01:25.270Z Running unittests src/lib.rs (target/debug/deps/dpd_client-de7f3e4e9eb01341)
24342026-06-25T04:01:25.274Z
24352026-06-25T04:01:25.274Zrunning 6 tests
24362026-06-25T04:01:25.274Ztest tests::test_full_lot_id_neither_present ... ok
24372026-06-25T04:01:25.274Ztest tests::test_parse_client_port_id ... ok
24382026-06-25T04:01:25.274Ztest tests::test_full_lot_id_lot_only ... ok
24392026-06-25T04:01:25.274Ztest tests::test_full_lot_id_both_present ... ok
24402026-06-25T04:01:25.274Ztest tests::test_port_id_cmp ... ok
24412026-06-25T04:01:25.274Ztest tests::test_full_lot_id_lotnum_only ... ok
24422026-06-25T04:01:25.274Z
24432026-06-25T04:01:25.274Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-06-25T04:01:25.274Z
24452026-06-25T04:01:25.274Z Running tests/test_all.rs (target/debug/deps/test_all-c9dea9beadb1140e)
24462026-06-25T04:01:25.277Z
24472026-06-25T04:01:25.277Zrunning 0 tests
24482026-06-25T04:01:25.277Z
24492026-06-25T04:01:25.277Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-06-25T04:01:25.277Z
24512026-06-25T04:01:25.278Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e001f261c4ff3c55)
24522026-06-25T04:01:25.278Z
24532026-06-25T04:01:25.278Zrunning 0 tests
24542026-06-25T04:01:25.278Z
24552026-06-25T04:01:25.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-06-25T04:01:25.278Z
24572026-06-25T04:01:25.278Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-75d21622f947a3e1)
24582026-06-25T04:01:25.281Z
24592026-06-25T04:01:25.281Zrunning 0 tests
24602026-06-25T04:01:25.281Z
24612026-06-25T04:01:25.281Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24622026-06-25T04:01:25.281Z
24632026-06-25T04:01:25.281Z Running unittests src/lib.rs (target/debug/deps/packet-70d6538428adce7c)
24642026-06-25T04:01:25.281Z
24652026-06-25T04:01:25.281Zrunning 12 tests
24662026-06-25T04:01:25.281Ztest lldp::test_lldp_parse ... ok
24672026-06-25T04:01:25.281Ztest icmp::test_v6_checksum ... ok
24682026-06-25T04:01:25.281Ztest pbuf::test_byte ... ok
24692026-06-25T04:01:25.281Ztest ipv6::test_ipv6_parse ... ok
24702026-06-25T04:01:25.282Ztest icmp::test_v4_checksum ... ok
24712026-06-25T04:01:25.282Ztest pbuf::test_nibble ... ok
24722026-06-25T04:01:25.282Ztest pbuf::test_overflow ... ok
24732026-06-25T04:01:25.282Ztest pbuf::test_short ... ok
24742026-06-25T04:01:25.282Ztest pbuf::test_twelve ... ok
24752026-06-25T04:01:25.282Ztest pbuf::test_word ... ok
24762026-06-25T04:01:25.282Ztest tcp::test_checksum_syn_nodata ... ok
24772026-06-25T04:01:25.282Ztest tcp::test_checksum_ack_data ... ok
24782026-06-25T04:01:25.285Z
24792026-06-25T04:01:25.285Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-06-25T04:01:25.285Z
24812026-06-25T04:01:25.285Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
24822026-06-25T04:01:25.285Z
24832026-06-25T04:01:25.285Zrunning 0 tests
24842026-06-25T04:01:25.285Z
24852026-06-25T04:01:25.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24862026-06-25T04:01:25.285Z
24872026-06-25T04:01:25.285Z Running unittests src/main.rs (target/debug/deps/swadm-3235a7fe700567ca)
24882026-06-25T04:01:25.289Z
24892026-06-25T04:01:25.289Zrunning 5 tests
24902026-06-25T04:01:25.289Ztest switchport::test::test_compute_lanes ... ok
24912026-06-25T04:01:25.289Ztest switchport::test::port_id_ordering ... ok
24922026-06-25T04:01:25.289Z Lane 0 Lane 1 Lane 2 Lane 3
24932026-06-25T04:01:25.289Z Rx Loss-of-lock: Yes Yes Yes Yes
24942026-06-25T04:01:25.289Z Rx Loss-of-signal: Yes Yes Yes Yes
24952026-06-25T04:01:25.289Z Rx CDR Enabled: Yes Lane 0 Yes Yes Lane 1Yes
24962026-06-25T04:01:25.289Z Lane 2 Tx Enabled: YesLane 3
24972026-06-25T04:01:25.289ZYes Yes State: Activated YesActivated
24982026-06-25T04:01:25.289Z Activated Tx Loss-of-lock: No Activated
24992026-06-25T04:01:25.289ZNo Rx Output Enabled: falseNo falseNo
25002026-06-25T04:01:25.289Zfalse Tx Loss-of-signal: No false
25012026-06-25T04:01:25.289ZNo Rx Output Status: valid No validNo
25022026-06-25T04:01:25.289Z Tx CDR Enabled: Novalid validNo
25032026-06-25T04:01:25.289Z Rx Loss-of-lock: trueNo trueNo
25042026-06-25T04:01:25.289Ztrue Tx Adaptive EQ Fault: Notrue
25052026-06-25T04:01:25.289ZNo Rx Loss-of-signal: false No falseNo
25062026-06-25T04:01:25.289Zfalse Tx Fault: Yes false
25072026-06-25T04:01:25.289ZYes Rx Auto-squelch Disable: true Yes true Yestrue
25082026-06-25T04:01:25.289Z true
25092026-06-25T04:01:25.289Z Tx Output Enabled: true true true true
25102026-06-25T04:01:25.289Z Tx Output Status: invalid invalid invalid invalid
25112026-06-25T04:01:25.289Z Tx Loss-of-lock: false false false false
25122026-06-25T04:01:25.289Z Tx Loss-of-signal: true true true true
25132026-06-25T04:01:25.289ZTx Auto-squelch Disable: false false false false
25142026-06-25T04:01:25.289Z Tx Adaptive EQ Fail: true true true true
25152026-06-25T04:01:25.289Z Tx Failure: false false false false
25162026-06-25T04:01:25.289Z Tx Force Squelch: true true true true
25172026-06-25T04:01:25.289Z Tx Input Polarity: normal normal normal normal
25182026-06-25T04:01:25.289Ztest switchport::test::test_print_sff_datapath ... ok
25192026-06-25T04:01:25.290Ztest switchport::test::test_print_cmis_datapath ... ok
25202026-06-25T04:01:25.290Ztest link::test_filter ... ok
25212026-06-25T04:01:25.290Z
25222026-06-25T04:01:25.290Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-06-25T04:01:25.290Z
25242026-06-25T04:01:25.293Z Running tests/counters.rs (target/debug/deps/counters-e382e2c16632525d)
25252026-06-25T04:01:25.293Z
25262026-06-25T04:01:25.293Zrunning 1 test
25272026-06-25T04:01:25.293Ztest test_p4_counter_list ... ignored
25282026-06-25T04:01:25.293Z
25292026-06-25T04:01:25.293Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-06-25T04:01:25.293Z
25312026-06-25T04:01:25.293Z Running tests/port-link.rs (target/debug/deps/port_link-940c34a5eecf5db2)
25322026-06-25T04:01:25.293Z
25332026-06-25T04:01:25.293Zrunning 5 tests
25342026-06-25T04:01:25.293Ztest test_an ... ignored
25352026-06-25T04:01:25.293Ztest test_enable ... ignored
25362026-06-25T04:01:25.293Ztest test_ip_addresses ... ignored
25372026-06-25T04:01:25.293Ztest test_kr ... ignored
25382026-06-25T04:01:25.293Ztest test_mac ... ignored
25392026-06-25T04:01:25.293Z
25402026-06-25T04:01:25.294Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-06-25T04:01:25.294Z
25422026-06-25T04:01:25.294Z Running unittests src/main.rs (target/debug/deps/tfportd-5429beed1259ede7)
25432026-06-25T04:01:25.297Z
25442026-06-25T04:01:25.297Zrunning 3 tests
25452026-06-25T04:01:25.297Ztest linklocal::test_parse_ipadm ... ok
25462026-06-25T04:01:25.297Ztest tfport::test_parse_tfport ... ok
25472026-06-25T04:01:25.297Ztest config::tests::test_updates ... ok
25482026-06-25T04:01:25.297Z
25492026-06-25T04:01:25.297Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-06-25T04:01:25.297Z
25512026-06-25T04:01:25.297Z Running unittests src/main.rs (target/debug/deps/uplinkd-1f3474d5f11d0033)
25522026-06-25T04:01:25.300Z
25532026-06-25T04:01:25.300Zrunning 0 tests
25542026-06-25T04:01:25.300Z
25552026-06-25T04:01:25.300Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-06-25T04:01:25.300Z
25572026-06-25T04:01:25.300Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
25582026-06-25T04:01:25.304Z
25592026-06-25T04:01:25.304Zrunning 0 tests
25602026-06-25T04:01:25.304Z
25612026-06-25T04:01:25.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-06-25T04:01:25.304Z
25632026-06-25T04:01:25.304Z Doc-tests aal
25642026-06-25T04:01:25.439Z
25652026-06-25T04:01:25.439Zrunning 0 tests
25662026-06-25T04:01:25.439Z
25672026-06-25T04:01:25.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-06-25T04:01:25.439Z
25692026-06-25T04:01:25.457Z Doc-tests aal_macros
25702026-06-25T04:01:25.531Z
25712026-06-25T04:01:25.531Zrunning 0 tests
25722026-06-25T04:01:25.531Z
25732026-06-25T04:01:25.531Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-06-25T04:01:25.531Z
25752026-06-25T04:01:25.543Z Doc-tests common
25762026-06-25T04:01:25.785Z
25772026-06-25T04:01:25.785Zrunning 0 tests
25782026-06-25T04:01:25.785Z
25792026-06-25T04:01:25.785Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-06-25T04:01:25.785Z
25812026-06-25T04:01:25.806Z Doc-tests dpd_api
25822026-06-25T04:01:26.608Z
25832026-06-25T04:01:26.608Zrunning 2 tests
25842026-06-25T04:01:26.608Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25852026-06-25T04:01:26.608Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25862026-06-25T04:01:26.608Z
25872026-06-25T04:01:26.608Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-06-25T04:01:26.608Z
25892026-06-25T04:01:26.640Z Doc-tests dpd_client
25902026-06-25T04:01:28.015Z
25912026-06-25T04:01:28.015Zrunning 0 tests
25922026-06-25T04:01:28.015Z
25932026-06-25T04:01:28.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-06-25T04:01:28.015Z
25952026-06-25T04:01:28.064Z Doc-tests dpd_types
25962026-06-25T04:01:28.291Z
25972026-06-25T04:01:28.292Zrunning 0 tests
25982026-06-25T04:01:28.292Z
25992026-06-25T04:01:28.292Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-06-25T04:01:28.292Z
26012026-06-25T04:01:28.319Z Doc-tests dpd_types_versions
26022026-06-25T04:01:29.610Z
26032026-06-25T04:01:29.610Zrunning 1 test
26042026-06-25T04:01:29.610Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26052026-06-25T04:01:29.610Z
26062026-06-25T04:01:29.610Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-06-25T04:01:29.610Z
26082026-06-25T04:01:29.656Z Doc-tests packet
26092026-06-25T04:01:29.777Z
26102026-06-25T04:01:29.777Zrunning 0 tests
26112026-06-25T04:01:29.777Z
26122026-06-25T04:01:29.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-06-25T04:01:29.778Z
26142026-06-25T04:01:29.794Z Doc-tests pcap
26152026-06-25T04:01:29.850Z
26162026-06-25T04:01:29.850Zrunning 0 tests
26172026-06-25T04:01:29.850Z
26182026-06-25T04:01:29.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-06-25T04:01:29.850Z
26202026-06-25T04:01:29.918Z+ for feat in tofino_stub tofino_asic softnpu chaos
26212026-06-25T04:01:29.918Z+ RUST_BACKTRACE=full
26222026-06-25T04:01:29.918Z+ cargo test --features tofino_asic --no-fail-fast
26232026-06-25T04:01:30.554Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26242026-06-25T04:01:30.643Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26252026-06-25T04:01:30.651Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26262026-06-25T04:01:30.659Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26272026-06-25T04:01:39.894Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26282026-06-25T04:01:40.393Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26292026-06-25T04:02:23.070Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.13s
26302026-06-25T04:02:23.204Z Running unittests src/lib.rs (target/debug/deps/aal-063cda019324539f)
26312026-06-25T04:02:23.215Z
26322026-06-25T04:02:23.216Zrunning 5 tests
26332026-06-25T04:02:23.216Ztest fuse::tests::chip_revision_a0 ... ok
26342026-06-25T04:02:23.216Ztest fuse::tests::chip_revision_b1 ... ok
26352026-06-25T04:02:23.216Ztest fuse::tests::chip_revision_b0 ... ok
26362026-06-25T04:02:23.216Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26372026-06-25T04:02:23.216Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26382026-06-25T04:02:23.216Z
26392026-06-25T04:02:23.216Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-06-25T04:02:23.216Z
26412026-06-25T04:02:23.216Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26422026-06-25T04:02:23.216Z
26432026-06-25T04:02:23.216Zrunning 0 tests
26442026-06-25T04:02:23.216Z
26452026-06-25T04:02:23.216Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26462026-06-25T04:02:23.216Z
26472026-06-25T04:02:23.216Z Running unittests src/lib.rs (target/debug/deps/asic-a4c9a718683de314)
26482026-06-25T04:02:23.319Z
26492026-06-25T04:02:23.319Zrunning 8 tests
26502026-06-25T04:02:23.324Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26512026-06-25T04:02:23.324Ztest tofino_asic::qsfp::tests::fix_link ... ok
26522026-06-25T04:02:23.324Ztest tofino_asic::stats::constants_sanity_check ... ok
26532026-06-25T04:02:23.324Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26542026-06-25T04:02:23.324Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26552026-06-25T04:02:23.324Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26562026-06-25T04:02:23.329Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26572026-06-25T04:02:23.820Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26582026-06-25T04:02:23.820Z
26592026-06-25T04:02:23.820Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26602026-06-25T04:02:23.820Z
26612026-06-25T04:02:23.831Z Running unittests src/lib.rs (target/debug/deps/common-3b08ab528ee0ea68)
26622026-06-25T04:02:23.834Z
26632026-06-25T04:02:23.834Zrunning 10 tests
26642026-06-25T04:02:23.838Ztest nat::tests::test_vni ... ok
26652026-06-25T04:02:23.838Ztest network::tests::test_eui64 ... ok
26662026-06-25T04:02:23.838Ztest network::tests::test_equal ... ok
26672026-06-25T04:02:23.838Ztest network::tests::test_not_equal ... ok
26682026-06-25T04:02:23.838Ztest network::tests::test_generate_ipv6_link_local ... ok
26692026-06-25T04:02:23.838Ztest network::tests::test_into ... ok
26702026-06-25T04:02:23.838Ztest network::tests::test_parse ... ok
26712026-06-25T04:02:23.838Ztest network::tests::test_to_string ... ok
26722026-06-25T04:02:23.838Ztest test_purge ... ok
26732026-06-25T04:02:23.838Ztest illumos::test::address_exists_handles_missing_object ... ok
26742026-06-25T04:02:23.838Z
26752026-06-25T04:02:23.838Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26762026-06-25T04:02:23.838Z
26772026-06-25T04:02:23.842Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-28d16f57f035c3bf)
26782026-06-25T04:02:23.846Z
26792026-06-25T04:02:23.846Zrunning 1 test
26802026-06-25T04:02:23.846Z -------
26812026-06-25T04:02:23.846Z Generating OpenAPI documents from API definitions ...
26822026-06-25T04:02:24.001Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26832026-06-25T04:02:24.077Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26842026-06-25T04:02:25.209Z -------
26852026-06-25T04:02:25.209Z Checking 12 OpenAPI documents...
26862026-06-25T04:02:25.209Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-06-25T04:02:25.209Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-06-25T04:02:25.209Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-06-25T04:02:25.209Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-06-25T04:02:25.209Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-06-25T04:02:25.213Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-06-25T04:02:25.213Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-06-25T04:02:25.213Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-06-25T04:02:25.213Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-06-25T04:02:25.213Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-06-25T04:02:25.213Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-06-25T04:02:25.213Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-06-25T04:02:25.213Z Fresh dpd "latest" symlink
26992026-06-25T04:02:25.213Z -------
27002026-06-25T04:02:25.213Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27012026-06-25T04:02:25.278Ztest test::test_apis_up_to_date ... ok
27022026-06-25T04:02:25.278Z
27032026-06-25T04:02:25.278Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.43s
27042026-06-25T04:02:25.278Z
27052026-06-25T04:02:25.340Z Running unittests src/main.rs (target/debug/deps/dpd-77965e9d67e22b82)
27062026-06-25T04:02:25.414Z
27072026-06-25T04:02:25.414Zrunning 51 tests
27082026-06-25T04:02:25.418Ztest freemap::test_ordering ... ok
27092026-06-25T04:02:25.418Ztest config::tests::test_updates ... ok
27102026-06-25T04:02:25.418Ztest freemap::test_split ... ok
27112026-06-25T04:02:25.418Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27122026-06-25T04:02:25.418Ztest macaddrs::tests::test_mac_offset ... ok
27132026-06-25T04:02:25.418Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27142026-06-25T04:02:25.418Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27152026-06-25T04:02:25.418Ztest macaddrs::tests::test_parse_port_id ... ok
27162026-06-25T04:02:25.418Ztest nat::test_mapping ... ok
27172026-06-25T04:02:25.421Ztest port_map::tests::dump_map ... ok
27182026-06-25T04:02:25.421Ztest port_map::tests::test_backplane_group ... ok
27192026-06-25T04:02:25.421Ztest port_map::tests::test_port_map ... ok
27202026-06-25T04:02:25.421Ztest transceivers::mpn_test::test_mpn_missing ... ok
27212026-06-25T04:02:25.421Ztest transceivers::mpn_test::test_mpn_present ... ok
27222026-06-25T04:02:25.421Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27232026-06-25T04:02:25.421Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27242026-06-25T04:02:25.421Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27252026-06-25T04:02:25.421Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27262026-06-25T04:02:25.421Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27272026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG created new freemap, unit: freemap_test
27282026-06-25T04:02:25.422ZJun 25 04:02:24.305Jun 25 04:02:24.305 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test
27292026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27302026-06-25T04:02:25.422Zfreemap_test
27312026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG reset freemap, unit: Jun 25 04:02:24.305freemap_test
27322026-06-25T04:02:25.422ZDEBG initted freemap. size: 128, unit: freemap_test
27332026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG reset freemap, unit: freemap_test
27342026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27352026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG created new freemap, unit: freemap_test
27362026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG initted freemap. size: 128, unit: Jun 25 04:02:24.305freemap_test
27372026-06-25T04:02:25.422ZDEBG created new freemapJun 25 04:02:24.305 DEBG, unitreset freemap:, unitfreemap_test:
27382026-06-25T04:02:25.422Zfreemap_test
27392026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG initted freemap. size: 128, unit: freemap_test
27402026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG reset freemap, unit: freemap_test
27412026-06-25T04:02:25.422Ztest freemap::test_basic ... ok
27422026-06-25T04:02:25.422Ztest freemap::test_exhaustion ... ok
27432026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27442026-06-25T04:02:25.422Ztest freemap::test_free ... ok
27452026-06-25T04:02:25.422Ztest freemap::test_reclaim ... ok
27462026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG created new freemap, unit: freemap_test
27472026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG initted freemap. size: 128, unit: freemap_test
27482026-06-25T04:02:25.422ZJun 25 04:02:24.305 DEBG reset freemap, unit: freemap_test
27492026-06-25T04:02:25.422Ztest freemap::test_span ... ok
27502026-06-25T04:02:25.422Ztest port_map::tests::parse_softnpu_revision ... ok
27512026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27522026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27532026-06-25T04:02:25.422Ztest api_server::tests::test_build_info ... ok
27542026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27552026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27562026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27572026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27582026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27592026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27602026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27612026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27622026-06-25T04:02:25.422Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27632026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27642026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27652026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27662026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27672026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27682026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27692026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27702026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27712026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27722026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27732026-06-25T04:02:25.426Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27742026-06-25T04:02:25.426Z
27752026-06-25T04:02:25.426Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27762026-06-25T04:02:25.426Z
27772026-06-25T04:02:25.436Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e6176f9b433374d4)
27782026-06-25T04:02:25.440Z
27792026-06-25T04:02:25.440Zrunning 0 tests
27802026-06-25T04:02:25.440Z
27812026-06-25T04:02:25.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-06-25T04:02:25.440Z
27832026-06-25T04:02:25.440Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8262e15e80dbb914)
27842026-06-25T04:02:25.443Z
27852026-06-25T04:02:25.443Zrunning 0 tests
27862026-06-25T04:02:25.443Z
27872026-06-25T04:02:25.443Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-06-25T04:02:25.443Z
27892026-06-25T04:02:25.443Z Running unittests src/lib.rs (target/debug/deps/dpd_client-22dca1e39e9627d7)
27902026-06-25T04:02:25.446Z
27912026-06-25T04:02:25.446Zrunning 6 tests
27922026-06-25T04:02:25.446Ztest tests::test_full_lot_id_neither_present ... ok
27932026-06-25T04:02:25.447Ztest tests::test_full_lot_id_lot_only ... ok
27942026-06-25T04:02:25.447Ztest tests::test_full_lot_id_both_present ... ok
27952026-06-25T04:02:25.447Ztest tests::test_full_lot_id_lotnum_only ... ok
27962026-06-25T04:02:25.447Ztest tests::test_parse_client_port_id ... ok
27972026-06-25T04:02:25.447Ztest tests::test_port_id_cmp ... ok
27982026-06-25T04:02:25.447Z
27992026-06-25T04:02:25.447Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-06-25T04:02:25.447Z
28012026-06-25T04:02:25.447Z Running tests/test_all.rs (target/debug/deps/test_all-73863edfacd93c0d)
28022026-06-25T04:02:25.447Z
28032026-06-25T04:02:25.447Zrunning 0 tests
28042026-06-25T04:02:25.450Z
28052026-06-25T04:02:25.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-06-25T04:02:25.450Z
28072026-06-25T04:02:25.450Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e001f261c4ff3c55)
28082026-06-25T04:02:25.450Z
28092026-06-25T04:02:25.450Zrunning 0 tests
28102026-06-25T04:02:25.450Z
28112026-06-25T04:02:25.450Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-06-25T04:02:25.450Z
28132026-06-25T04:02:25.450Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-75d21622f947a3e1)
28142026-06-25T04:02:25.453Z
28152026-06-25T04:02:25.453Zrunning 0 tests
28162026-06-25T04:02:25.453Z
28172026-06-25T04:02:25.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-06-25T04:02:25.453Z
28192026-06-25T04:02:25.453Z Running unittests src/lib.rs (target/debug/deps/packet-70d6538428adce7c)
28202026-06-25T04:02:25.453Z
28212026-06-25T04:02:25.454Zrunning 12 tests
28222026-06-25T04:02:25.457Ztest lldp::test_lldp_parse ... ok
28232026-06-25T04:02:25.457Ztest icmp::test_v6_checksum ... ok
28242026-06-25T04:02:25.457Ztest icmp::test_v4_checksum ... ok
28252026-06-25T04:02:25.457Ztest ipv6::test_ipv6_parse ... ok
28262026-06-25T04:02:25.457Ztest pbuf::test_byte ... ok
28272026-06-25T04:02:25.458Ztest pbuf::test_nibble ... ok
28282026-06-25T04:02:25.458Ztest pbuf::test_overflow ... ok
28292026-06-25T04:02:25.458Ztest pbuf::test_short ... ok
28302026-06-25T04:02:25.458Ztest pbuf::test_twelve ... ok
28312026-06-25T04:02:25.458Ztest pbuf::test_word ... ok
28322026-06-25T04:02:25.458Ztest tcp::test_checksum_ack_data ... ok
28332026-06-25T04:02:25.458Ztest tcp::test_checksum_syn_nodata ... ok
28342026-06-25T04:02:25.458Z
28352026-06-25T04:02:25.458Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-06-25T04:02:25.458Z
28372026-06-25T04:02:25.458Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
28382026-06-25T04:02:25.458Z
28392026-06-25T04:02:25.458Zrunning 0 tests
28402026-06-25T04:02:25.458Z
28412026-06-25T04:02:25.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-06-25T04:02:25.458Z
28432026-06-25T04:02:25.458Z Running unittests src/main.rs (target/debug/deps/swadm-f505849eb599a260)
28442026-06-25T04:02:25.462Z
28452026-06-25T04:02:25.462Zrunning 5 tests
28462026-06-25T04:02:25.462Ztest switchport::test::test_compute_lanes ... ok
28472026-06-25T04:02:25.462Ztest switchport::test::port_id_ordering ... ok
28482026-06-25T04:02:25.462Z Lane 0 Lane 1 Lane 2 Lane 3
28492026-06-25T04:02:25.462Z Rx Loss-of-lock: Yes Yes Yes Yes
28502026-06-25T04:02:25.462Z Rx Loss-of-signal: Yes Yes Yes Yes
28512026-06-25T04:02:25.462Z Rx CDR Enabled: Yes Yes Yes Yes
28522026-06-25T04:02:25.462Z Tx Enabled: Yes Yes Yes Yes
28532026-06-25T04:02:25.462Z Tx Loss-of-lock: No No No No
28542026-06-25T04:02:25.462Z Tx Loss-of-signal: No No No No
28552026-06-25T04:02:25.462Z Tx CDR Enabled: No No No No
28562026-06-25T04:02:25.462Z Tx Adaptive EQ Fault: No No No No
28572026-06-25T04:02:25.462Z Tx Fault: Yes Yes Yes Yes
28582026-06-25T04:02:25.462Z Lane 0 Lane 1 Lane 2 Lane 3
28592026-06-25T04:02:25.462Z State: Activated Activated Activated Activated
28602026-06-25T04:02:25.462Z Rx Output Enabled: false false false false
28612026-06-25T04:02:25.462Z Rx Output Status: valid valid valid valid
28622026-06-25T04:02:25.462Z Rx Loss-of-lock: true true true true
28632026-06-25T04:02:25.462Z Rx Loss-of-signal: false false false false
28642026-06-25T04:02:25.462ZRx Auto-squelch Disable: true true true true
28652026-06-25T04:02:25.462Z Tx Output Enabled: true true true true
28662026-06-25T04:02:25.462Z Tx Output Status: invalid invalid invalid invalid
28672026-06-25T04:02:25.462Z Tx Loss-of-lock: false false false false
28682026-06-25T04:02:25.462Z Tx Loss-of-signal: true true true true
28692026-06-25T04:02:25.463ZTx Auto-squelch Disable: false false false false
28702026-06-25T04:02:25.463Z Tx Adaptive EQ Fail: true true true true
28712026-06-25T04:02:25.463Z Tx Failure: false false false false
28722026-06-25T04:02:25.463Z Tx Force Squelch: true true true true
28732026-06-25T04:02:25.463Z Tx Input Polarity: normal normal normal normal
28742026-06-25T04:02:25.463Ztest switchport::test::test_print_sff_datapath ... ok
28752026-06-25T04:02:25.463Ztest switchport::test::test_print_cmis_datapath ... ok
28762026-06-25T04:02:25.463Ztest link::test_filter ... ok
28772026-06-25T04:02:25.463Z
28782026-06-25T04:02:25.463Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-06-25T04:02:25.463Z
28802026-06-25T04:02:25.466Z Running tests/counters.rs (target/debug/deps/counters-772fccae8923e390)
28812026-06-25T04:02:25.466Z
28822026-06-25T04:02:25.467Zrunning 1 test
28832026-06-25T04:02:25.467Ztest test_p4_counter_list ... ignored
28842026-06-25T04:02:25.467Z
28852026-06-25T04:02:25.467Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-06-25T04:02:25.467Z
28872026-06-25T04:02:25.467Z Running tests/port-link.rs (target/debug/deps/port_link-a454ef75bde05fc6)
28882026-06-25T04:02:25.467Z
28892026-06-25T04:02:25.467Zrunning 5 tests
28902026-06-25T04:02:25.467Ztest test_an ... ignored
28912026-06-25T04:02:25.467Ztest test_enable ... ignored
28922026-06-25T04:02:25.467Ztest test_ip_addresses ... ignored
28932026-06-25T04:02:25.467Ztest test_kr ... ignored
28942026-06-25T04:02:25.467Ztest test_mac ... ignored
28952026-06-25T04:02:25.467Z
28962026-06-25T04:02:25.467Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-06-25T04:02:25.467Z
28982026-06-25T04:02:25.467Z Running unittests src/main.rs (target/debug/deps/tfportd-6b366fe0d33e96f0)
28992026-06-25T04:02:25.470Z
29002026-06-25T04:02:25.470Zrunning 3 tests
29012026-06-25T04:02:25.470Ztest linklocal::test_parse_ipadm ... ok
29022026-06-25T04:02:25.470Ztest tfport::test_parse_tfport ... ok
29032026-06-25T04:02:25.470Ztest config::tests::test_updates ... ok
29042026-06-25T04:02:25.470Z
29052026-06-25T04:02:25.470Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-06-25T04:02:25.470Z
29072026-06-25T04:02:25.474Z Running unittests src/main.rs (target/debug/deps/uplinkd-1f3474d5f11d0033)
29082026-06-25T04:02:25.474Z
29092026-06-25T04:02:25.474Zrunning 0 tests
29102026-06-25T04:02:25.474Z
29112026-06-25T04:02:25.474Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-06-25T04:02:25.474Z
29132026-06-25T04:02:25.474Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
29142026-06-25T04:02:25.477Z
29152026-06-25T04:02:25.477Zrunning 0 tests
29162026-06-25T04:02:25.477Z
29172026-06-25T04:02:25.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-06-25T04:02:25.477Z
29192026-06-25T04:02:25.477Z Doc-tests aal
29202026-06-25T04:02:25.610Z
29212026-06-25T04:02:25.610Zrunning 0 tests
29222026-06-25T04:02:25.610Z
29232026-06-25T04:02:25.610Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-06-25T04:02:25.610Z
29252026-06-25T04:02:25.628Z Doc-tests aal_macros
29262026-06-25T04:02:25.700Z
29272026-06-25T04:02:25.700Zrunning 0 tests
29282026-06-25T04:02:25.700Z
29292026-06-25T04:02:25.700Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-06-25T04:02:25.700Z
29312026-06-25T04:02:25.711Z Doc-tests common
29322026-06-25T04:02:25.960Z
29332026-06-25T04:02:25.960Zrunning 0 tests
29342026-06-25T04:02:25.960Z
29352026-06-25T04:02:25.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29362026-06-25T04:02:25.961Z
29372026-06-25T04:02:25.982Z Doc-tests dpd_api
29382026-06-25T04:02:26.791Z
29392026-06-25T04:02:26.791Zrunning 2 tests
29402026-06-25T04:02:26.791Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29412026-06-25T04:02:26.791Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29422026-06-25T04:02:26.791Z
29432026-06-25T04:02:26.791Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-06-25T04:02:26.791Z
29452026-06-25T04:02:26.824Z Doc-tests dpd_client
29462026-06-25T04:02:28.209Z
29472026-06-25T04:02:28.209Zrunning 0 tests
29482026-06-25T04:02:28.209Z
29492026-06-25T04:02:28.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-06-25T04:02:28.209Z
29512026-06-25T04:02:28.258Z Doc-tests dpd_types
29522026-06-25T04:02:28.485Z
29532026-06-25T04:02:28.485Zrunning 0 tests
29542026-06-25T04:02:28.485Z
29552026-06-25T04:02:28.485Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29562026-06-25T04:02:28.485Z
29572026-06-25T04:02:28.512Z Doc-tests dpd_types_versions
29582026-06-25T04:02:29.814Z
29592026-06-25T04:02:29.814Zrunning 1 test
29602026-06-25T04:02:29.814Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29612026-06-25T04:02:29.814Z
29622026-06-25T04:02:29.814Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-06-25T04:02:29.814Z
29642026-06-25T04:02:29.859Z Doc-tests packet
29652026-06-25T04:02:29.981Z
29662026-06-25T04:02:29.981Zrunning 0 tests
29672026-06-25T04:02:29.981Z
29682026-06-25T04:02:29.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-06-25T04:02:29.981Z
29702026-06-25T04:02:29.994Z Doc-tests pcap
29712026-06-25T04:02:30.048Z
29722026-06-25T04:02:30.048Zrunning 0 tests
29732026-06-25T04:02:30.048Z
29742026-06-25T04:02:30.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29752026-06-25T04:02:30.048Z
29762026-06-25T04:02:30.096Z+ for feat in tofino_stub tofino_asic softnpu chaos
29772026-06-25T04:02:30.096Z+ RUST_BACKTRACE=full
29782026-06-25T04:02:30.096Z+ cargo test --features softnpu --no-fail-fast
29792026-06-25T04:02:30.818Z Compiling num-integer v0.1.46
29802026-06-25T04:02:30.913Z Compiling num-complex v0.4.6
29812026-06-25T04:02:30.962Z Compiling bitstruct_derive v0.1.0
29822026-06-25T04:02:30.967Z Compiling tap v1.0.1
29832026-06-25T04:02:31.093Z Compiling wyz v0.5.1
29842026-06-25T04:02:31.231Z Compiling num-iter v0.1.45
29852026-06-25T04:02:31.278Z Compiling num-rational v0.4.2
29862026-06-25T04:02:31.291Z Compiling num-bigint v0.4.6
29872026-06-25T04:02:31.371Z Compiling radium v0.7.0
29882026-06-25T04:02:31.395Z Compiling funty v2.0.0
29892026-06-25T04:02:31.429Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29902026-06-25T04:02:31.489Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-06-25T04:02:31.584Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-06-25T04:02:31.714Z Compiling num v0.4.3
29932026-06-25T04:02:31.724Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-06-25T04:02:31.735Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29952026-06-25T04:02:31.801Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29962026-06-25T04:02:31.841Z Compiling bitvec v1.0.1
29972026-06-25T04:02:31.915Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29982026-06-25T04:02:32.017Z Compiling typeid v1.0.3
29992026-06-25T04:02:32.049Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-06-25T04:02:32.127Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-06-25T04:02:32.145Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-06-25T04:02:32.266Z Compiling ascii v1.1.0
30032026-06-25T04:02:32.569Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30042026-06-25T04:02:32.733Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-06-25T04:02:33.185Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30062026-06-25T04:02:33.196Z Compiling erased-serde v0.4.8
30072026-06-25T04:02:33.394Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30082026-06-25T04:02:33.413Z Compiling bitstruct v0.1.1
30092026-06-25T04:02:33.525Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30102026-06-25T04:02:33.665Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30112026-06-25T04:02:33.760Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30122026-06-25T04:02:34.006Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30132026-06-25T04:02:34.017Z Compiling serde_arrays v0.1.0
30142026-06-25T04:02:34.149Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30152026-06-25T04:02:34.333Z Compiling libloading v0.7.4
30162026-06-25T04:02:34.405Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30172026-06-25T04:02:34.587Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30182026-06-25T04:02:35.130Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-06-25T04:02:35.642Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30202026-06-25T04:02:36.759Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-06-25T04:02:37.709Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30222026-06-25T04:02:44.399Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30232026-06-25T04:02:44.645Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30242026-06-25T04:02:44.645Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30252026-06-25T04:02:44.717Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-06-25T04:02:44.730Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-06-25T04:02:45.337Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30282026-06-25T04:02:46.997Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30292026-06-25T04:02:47.389Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30302026-06-25T04:02:50.246Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30312026-06-25T04:02:50.772Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30322026-06-25T04:02:52.398Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30332026-06-25T04:02:54.626Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30342026-06-25T04:02:54.755Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30352026-06-25T04:02:55.661Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30362026-06-25T04:03:03.632Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30372026-06-25T04:03:05.741Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30382026-06-25T04:03:09.741Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30392026-06-25T04:03:53.954Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
30402026-06-25T04:03:54.080Z Running unittests src/lib.rs (target/debug/deps/aal-11e0378039b4f72f)
30412026-06-25T04:03:54.083Z
30422026-06-25T04:03:54.083Zrunning 5 tests
30432026-06-25T04:03:54.087Ztest fuse::tests::chip_revision_a0 ... ok
30442026-06-25T04:03:54.087Ztest fuse::tests::chip_revision_b0 ... ok
30452026-06-25T04:03:54.087Ztest fuse::tests::chip_revision_b1 ... ok
30462026-06-25T04:03:54.087Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30472026-06-25T04:03:54.087Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30482026-06-25T04:03:54.087Z
30492026-06-25T04:03:54.087Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-06-25T04:03:54.087Z
30512026-06-25T04:03:54.087Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30522026-06-25T04:03:54.090Z
30532026-06-25T04:03:54.090Zrunning 0 tests
30542026-06-25T04:03:54.090Z
30552026-06-25T04:03:54.090Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-06-25T04:03:54.090Z
30572026-06-25T04:03:54.090Z Running unittests src/lib.rs (target/debug/deps/asic-9cc40d0c8d217ed0)
30582026-06-25T04:03:54.093Z
30592026-06-25T04:03:54.093Zrunning 0 tests
30602026-06-25T04:03:54.093Z
30612026-06-25T04:03:54.093Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30622026-06-25T04:03:54.093Z
30632026-06-25T04:03:54.093Z Running unittests src/lib.rs (target/debug/deps/common-3b08ab528ee0ea68)
30642026-06-25T04:03:54.099Z
30652026-06-25T04:03:54.100Zrunning 10 tests
30662026-06-25T04:03:54.103Ztest nat::tests::test_vni ... ok
30672026-06-25T04:03:54.103Ztest network::tests::test_equal ... ok
30682026-06-25T04:03:54.103Ztest network::tests::test_eui64 ... ok
30692026-06-25T04:03:54.103Ztest network::tests::test_not_equal ... ok
30702026-06-25T04:03:54.103Ztest network::tests::test_into ... ok
30712026-06-25T04:03:54.103Ztest network::tests::test_generate_ipv6_link_local ... ok
30722026-06-25T04:03:54.103Ztest network::tests::test_parse ... ok
30732026-06-25T04:03:54.103Ztest network::tests::test_to_string ... ok
30742026-06-25T04:03:54.106Ztest test_purge ... ok
30752026-06-25T04:03:54.109Ztest illumos::test::address_exists_handles_missing_object ... ok
30762026-06-25T04:03:54.109Z
30772026-06-25T04:03:54.109Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30782026-06-25T04:03:54.109Z
30792026-06-25T04:03:54.109Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3249aeba004abdcf)
30802026-06-25T04:03:54.114Z
30812026-06-25T04:03:54.114Zrunning 1 test
30822026-06-25T04:03:54.117Z -------
30832026-06-25T04:03:54.117Z Generating OpenAPI documents from API definitions ...
30842026-06-25T04:03:54.269Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30852026-06-25T04:03:54.345Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30862026-06-25T04:03:55.413Z -------
30872026-06-25T04:03:55.413Z Checking 12 OpenAPI documents...
30882026-06-25T04:03:55.414Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-06-25T04:03:55.414Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-06-25T04:03:55.414Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-06-25T04:03:55.417Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-06-25T04:03:55.418Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-06-25T04:03:55.418Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-06-25T04:03:55.418Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-06-25T04:03:55.418Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-06-25T04:03:55.418Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-06-25T04:03:55.418Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-06-25T04:03:55.418Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-06-25T04:03:55.418Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-06-25T04:03:55.418Z Fresh dpd "latest" symlink
31012026-06-25T04:03:55.418Z -------
31022026-06-25T04:03:55.418Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31032026-06-25T04:03:55.481Ztest test::test_apis_up_to_date ... ok
31042026-06-25T04:03:55.481Z
31052026-06-25T04:03:55.481Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s
31062026-06-25T04:03:55.482Z
31072026-06-25T04:03:55.541Z Running unittests src/main.rs (target/debug/deps/dpd-0da4195d940d23d1)
31082026-06-25T04:03:55.548Z
31092026-06-25T04:03:55.548Zrunning 19 tests
31102026-06-25T04:03:55.551Ztest freemap::test_ordering ... ok
31112026-06-25T04:03:55.551Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31122026-06-25T04:03:55.551Ztest config::tests::test_updates ... ok
31132026-06-25T04:03:55.551Ztest freemap::test_split ... ok
31142026-06-25T04:03:55.551Ztest macaddrs::tests::test_mac_offset ... ok
31152026-06-25T04:03:55.554Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31162026-06-25T04:03:55.554Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31172026-06-25T04:03:55.554Ztest macaddrs::tests::test_parse_port_id ... ok
31182026-06-25T04:03:55.554Ztest nat::test_mapping ... ok
31192026-06-25T04:03:55.554Ztest port_map::tests::dump_map ... ok
31202026-06-25T04:03:55.554Ztest port_map::tests::test_backplane_group ... ok
31212026-06-25T04:03:55.554Ztest port_map::tests::test_port_map ... ok
31222026-06-25T04:03:55.554ZJun 25 04:03:54.436 DEBG Jun 25 04:03:54.436 Jun 25 04:03:54.437DEBG DEBGcreated new freemapcreated new freemap created new freemap, , unitunit:: , freemap_testfreemap_testunit: freemap_test
31232026-06-25T04:03:55.554Z
31242026-06-25T04:03:55.554ZJun 25 04:03:54.437 Jun 25 04:03:54.437DEBG
31252026-06-25T04:03:55.554Zinitted freemap. size: 128, unit: freemap_test
31262026-06-25T04:03:55.554ZJun 25 04:03:54.437 DEBG initted freemap. size: 128Jun 25 04:03:54.437, unitDEBG: reset freemapfreemap_test, unit
31272026-06-25T04:03:55.554Z: freemap_test
31282026-06-25T04:03:55.554ZJun 25 04:03:54.437 DEBG reset freemap, unit: freemap_test
31292026-06-25T04:03:55.554ZDEBGJun 25 04:03:54.437 DEBGinitted freemap. size: 128 , created new freemapunit, :unit :freemap_test
31302026-06-25T04:03:55.554Zfreemap_test
31312026-06-25T04:03:55.554ZJun 25 04:03:54.437 DEBG initted freemap. size: 128, unit: freemap_test
31322026-06-25T04:03:55.554ZJun 25 04:03:54.437Jun 25 04:03:54.437 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test
31332026-06-25T04:03:55.555Z
31342026-06-25T04:03:55.555Ztest freemap::test_free ... ok
31352026-06-25T04:03:55.555Ztest freemap::test_exhaustion ... ok
31362026-06-25T04:03:55.555Ztest freemap::test_basic ... ok
31372026-06-25T04:03:55.555Ztest freemap::test_reclaim ... ok
31382026-06-25T04:03:55.555ZJun 25 04:03:54.437 DEBG created new freemap, unit: freemap_test
31392026-06-25T04:03:55.555ZJun 25 04:03:54.437 DEBG initted freemap. size: 128, unit: freemap_test
31402026-06-25T04:03:55.555ZJun 25 04:03:54.437 DEBG reset freemap, unit: freemap_test
31412026-06-25T04:03:55.555Ztest freemap::test_span ... ok
31422026-06-25T04:03:55.555Ztest port_map::tests::parse_softnpu_revision ... ok
31432026-06-25T04:03:55.555Ztest api_server::tests::test_build_info ... ok
31442026-06-25T04:03:55.555Z
31452026-06-25T04:03:55.558Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31462026-06-25T04:03:55.558Z
31472026-06-25T04:03:55.558Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c75e4be0ddc175c5)
31482026-06-25T04:03:55.561Z
31492026-06-25T04:03:55.561Zrunning 0 tests
31502026-06-25T04:03:55.561Z
31512026-06-25T04:03:55.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-06-25T04:03:55.561Z
31532026-06-25T04:03:55.561Z Running unittests src/lib.rs (target/debug/deps/dpd_api-5b50e65a82cc861b)
31542026-06-25T04:03:55.561Z
31552026-06-25T04:03:55.561Zrunning 0 tests
31562026-06-25T04:03:55.561Z
31572026-06-25T04:03:55.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-06-25T04:03:55.561Z
31592026-06-25T04:03:55.565Z Running unittests src/lib.rs (target/debug/deps/dpd_client-b261ff2e3a70a2b9)
31602026-06-25T04:03:55.565Z
31612026-06-25T04:03:55.565Zrunning 6 tests
31622026-06-25T04:03:55.565Ztest tests::test_full_lot_id_neither_present ... ok
31632026-06-25T04:03:55.565Ztest tests::test_full_lot_id_lot_only ... ok
31642026-06-25T04:03:55.565Ztest tests::test_full_lot_id_lotnum_only ... ok
31652026-06-25T04:03:55.565Ztest tests::test_full_lot_id_both_present ... ok
31662026-06-25T04:03:55.565Ztest tests::test_parse_client_port_id ... ok
31672026-06-25T04:03:55.565Ztest tests::test_port_id_cmp ... ok
31682026-06-25T04:03:55.565Z
31692026-06-25T04:03:55.565Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-06-25T04:03:55.565Z
31712026-06-25T04:03:55.565Z Running tests/test_all.rs (target/debug/deps/test_all-67e17dbac1053790)
31722026-06-25T04:03:55.568Z
31732026-06-25T04:03:55.568Zrunning 0 tests
31742026-06-25T04:03:55.568Z
31752026-06-25T04:03:55.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-06-25T04:03:55.568Z
31772026-06-25T04:03:55.568Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c75d293e495c5d7f)
31782026-06-25T04:03:55.571Z
31792026-06-25T04:03:55.571Zrunning 0 tests
31802026-06-25T04:03:55.571Z
31812026-06-25T04:03:55.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-06-25T04:03:55.571Z
31832026-06-25T04:03:55.571Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-cfc977daa7aee264)
31842026-06-25T04:03:55.571Z
31852026-06-25T04:03:55.571Zrunning 0 tests
31862026-06-25T04:03:55.571Z
31872026-06-25T04:03:55.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-06-25T04:03:55.571Z
31892026-06-25T04:03:55.571Z Running unittests src/lib.rs (target/debug/deps/packet-70d6538428adce7c)
31902026-06-25T04:03:55.576Z
31912026-06-25T04:03:55.576Zrunning 12 tests
31922026-06-25T04:03:55.580Ztest icmp::test_v6_checksum ... ok
31932026-06-25T04:03:55.580Ztest icmp::test_v4_checksum ... ok
31942026-06-25T04:03:55.580Ztest ipv6::test_ipv6_parse ... ok
31952026-06-25T04:03:55.580Ztest lldp::test_lldp_parse ... ok
31962026-06-25T04:03:55.580Ztest pbuf::test_byte ... ok
31972026-06-25T04:03:55.580Ztest pbuf::test_nibble ... ok
31982026-06-25T04:03:55.580Ztest pbuf::test_overflow ... ok
31992026-06-25T04:03:55.580Ztest pbuf::test_short ... ok
32002026-06-25T04:03:55.580Ztest pbuf::test_twelve ... ok
32012026-06-25T04:03:55.580Ztest pbuf::test_word ... ok
32022026-06-25T04:03:55.580Ztest tcp::test_checksum_syn_nodata ... ok
32032026-06-25T04:03:55.580Ztest tcp::test_checksum_ack_data ... ok
32042026-06-25T04:03:55.580Z
32052026-06-25T04:03:55.580Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-06-25T04:03:55.580Z
32072026-06-25T04:03:55.580Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
32082026-06-25T04:03:55.585Z
32092026-06-25T04:03:55.585Zrunning 0 tests
32102026-06-25T04:03:55.587Z
32112026-06-25T04:03:55.587Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-06-25T04:03:55.587Z
32132026-06-25T04:03:55.587Z Running unittests src/main.rs (target/debug/deps/swadm-3235a7fe700567ca)
32142026-06-25T04:03:55.595Z
32152026-06-25T04:03:55.595Zrunning 5 tests
32162026-06-25T04:03:55.600Ztest switchport::test::test_compute_lanes ... ok
32172026-06-25T04:03:55.603Ztest switchport::test::port_id_ordering ... ok
32182026-06-25T04:03:55.603Ztest link::test_filter ... ok
32192026-06-25T04:03:55.603Z Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3
32202026-06-25T04:03:55.603Z
32212026-06-25T04:03:55.603Z Rx Loss-of-lock: Yes State: Activated YesActivated YesActivated YesActivated
32222026-06-25T04:03:55.603Z
32232026-06-25T04:03:55.603Z Rx Output Enabled: false Rx Loss-of-signal: Yes false Yes falseYes falseYes
32242026-06-25T04:03:55.603Z
32252026-06-25T04:03:55.604Z Rx Output Status: valid Rx CDR Enabled: Yes valid Yes valid Yesvalid
32262026-06-25T04:03:55.604ZYes
32272026-06-25T04:03:55.604Z Rx Loss-of-lock: true Tx Enabled: Yestrue Yes true trueYes
32282026-06-25T04:03:55.604Z Rx Loss-of-signal: falseYes
32292026-06-25T04:03:55.604Zfalse Tx Loss-of-lock: No falseNo false
32302026-06-25T04:03:55.604ZNo Rx Auto-squelch Disable: trueNo
32312026-06-25T04:03:55.604Ztrue Tx Loss-of-signal: No true No true
32322026-06-25T04:03:55.604ZNo No Tx Output Enabled: true
32332026-06-25T04:03:55.604Z Tx CDR Enabled: No true No true trueNo
32342026-06-25T04:03:55.604Z No
32352026-06-25T04:03:55.604Z Tx Output Status: invalid invalid Tx Adaptive EQ Fault: No No invalidNo invalidNo
32362026-06-25T04:03:55.604Z
32372026-06-25T04:03:55.604Z Tx Loss-of-lock: false Tx Fault: Yes false Yes false Yesfalse
32382026-06-25T04:03:55.604ZYes
32392026-06-25T04:03:55.604Z Tx Loss-of-signal: true true true true
32402026-06-25T04:03:55.604ZTx Auto-squelch Disable: false false false false
32412026-06-25T04:03:55.604Z Tx Adaptive EQ Fail: true true true true
32422026-06-25T04:03:55.604Z Tx Failure: false false false false
32432026-06-25T04:03:55.604Z Tx Force Squelch: true true true true
32442026-06-25T04:03:55.604Z Tx Input Polarity: normal normal normal normal
32452026-06-25T04:03:55.604Ztest switchport::test::test_print_cmis_datapath ... ok
32462026-06-25T04:03:55.604Ztest switchport::test::test_print_sff_datapath ... ok
32472026-06-25T04:03:55.604Z
32482026-06-25T04:03:55.604Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32492026-06-25T04:03:55.604Z
32502026-06-25T04:03:55.607Z Running tests/counters.rs (target/debug/deps/counters-e382e2c16632525d)
32512026-06-25T04:03:55.610Z
32522026-06-25T04:03:55.610Zrunning 1 test
32532026-06-25T04:03:55.613Ztest test_p4_counter_list ... ignored
32542026-06-25T04:03:55.613Z
32552026-06-25T04:03:55.613Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-06-25T04:03:55.613Z
32572026-06-25T04:03:55.613Z Running tests/port-link.rs (target/debug/deps/port_link-940c34a5eecf5db2)
32582026-06-25T04:03:55.617Z
32592026-06-25T04:03:55.617Zrunning 5 tests
32602026-06-25T04:03:55.620Ztest test_an ... ignored
32612026-06-25T04:03:55.620Ztest test_enable ... ignored
32622026-06-25T04:03:55.620Ztest test_ip_addresses ... ignored
32632026-06-25T04:03:55.620Ztest test_kr ... ignored
32642026-06-25T04:03:55.620Ztest test_mac ... ignored
32652026-06-25T04:03:55.620Z
32662026-06-25T04:03:55.620Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-06-25T04:03:55.620Z
32682026-06-25T04:03:55.620Z Running unittests src/main.rs (target/debug/deps/tfportd-7a716c13182e86c8)
32692026-06-25T04:03:55.620Z
32702026-06-25T04:03:55.621Zrunning 3 tests
32712026-06-25T04:03:55.623Ztest linklocal::test_parse_ipadm ... ok
32722026-06-25T04:03:55.624Ztest tfport::test_parse_tfport ... ok
32732026-06-25T04:03:55.624Ztest config::tests::test_updates ... ok
32742026-06-25T04:03:55.624Z
32752026-06-25T04:03:55.624Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-06-25T04:03:55.624Z
32772026-06-25T04:03:55.624Z Running unittests src/main.rs (target/debug/deps/uplinkd-1f3474d5f11d0033)
32782026-06-25T04:03:55.627Z
32792026-06-25T04:03:55.627Zrunning 0 tests
32802026-06-25T04:03:55.627Z
32812026-06-25T04:03:55.627Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-06-25T04:03:55.627Z
32832026-06-25T04:03:55.630Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
32842026-06-25T04:03:55.633Z
32852026-06-25T04:03:55.633Zrunning 0 tests
32862026-06-25T04:03:55.634Z
32872026-06-25T04:03:55.634Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-06-25T04:03:55.634Z
32892026-06-25T04:03:55.634Z Doc-tests aal
32902026-06-25T04:03:55.769Z
32912026-06-25T04:03:55.769Zrunning 0 tests
32922026-06-25T04:03:55.769Z
32932026-06-25T04:03:55.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-06-25T04:03:55.773Z
32952026-06-25T04:03:55.786Z Doc-tests aal_macros
32962026-06-25T04:03:55.861Z
32972026-06-25T04:03:55.861Zrunning 0 tests
32982026-06-25T04:03:55.861Z
32992026-06-25T04:03:55.861Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-06-25T04:03:55.861Z
33012026-06-25T04:03:55.873Z Doc-tests common
33022026-06-25T04:03:56.125Z
33032026-06-25T04:03:56.125Zrunning 0 tests
33042026-06-25T04:03:56.125Z
33052026-06-25T04:03:56.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33062026-06-25T04:03:56.125Z
33072026-06-25T04:03:56.147Z Doc-tests dpd_api
33082026-06-25T04:03:56.962Z
33092026-06-25T04:03:56.962Zrunning 2 tests
33102026-06-25T04:03:56.962Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33112026-06-25T04:03:56.962Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33122026-06-25T04:03:56.962Z
33132026-06-25T04:03:56.962Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-06-25T04:03:56.962Z
33152026-06-25T04:03:56.996Z Doc-tests dpd_client
33162026-06-25T04:03:58.430Z
33172026-06-25T04:03:58.431Zrunning 0 tests
33182026-06-25T04:03:58.431Z
33192026-06-25T04:03:58.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-06-25T04:03:58.431Z
33212026-06-25T04:03:58.479Z Doc-tests dpd_types
33222026-06-25T04:03:58.707Z
33232026-06-25T04:03:58.707Zrunning 0 tests
33242026-06-25T04:03:58.707Z
33252026-06-25T04:03:58.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-06-25T04:03:58.707Z
33272026-06-25T04:03:58.735Z Doc-tests dpd_types_versions
33282026-06-25T04:04:00.062Z
33292026-06-25T04:04:00.062Zrunning 1 test
33302026-06-25T04:04:00.062Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33312026-06-25T04:04:00.062Z
33322026-06-25T04:04:00.062Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-06-25T04:04:00.062Z
33342026-06-25T04:04:00.110Z Doc-tests packet
33352026-06-25T04:04:00.232Z
33362026-06-25T04:04:00.232Zrunning 0 tests
33372026-06-25T04:04:00.232Z
33382026-06-25T04:04:00.232Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-06-25T04:04:00.232Z
33402026-06-25T04:04:00.249Z Doc-tests pcap
33412026-06-25T04:04:00.305Z
33422026-06-25T04:04:00.305Zrunning 0 tests
33432026-06-25T04:04:00.305Z
33442026-06-25T04:04:00.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-06-25T04:04:00.305Z
33462026-06-25T04:04:00.359Z+ for feat in tofino_stub tofino_asic softnpu chaos
33472026-06-25T04:04:00.359Z+ RUST_BACKTRACE=full
33482026-06-25T04:04:00.359Z+ cargo test --features chaos --no-fail-fast
33492026-06-25T04:04:00.984Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33502026-06-25T04:04:01.068Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33512026-06-25T04:04:01.077Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33522026-06-25T04:04:10.010Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33532026-06-25T04:04:10.406Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33542026-06-25T04:04:49.140Z Finished `test` profile [unoptimized + debuginfo] target(s) in 48.76s
33552026-06-25T04:04:49.263Z Running unittests src/lib.rs (target/debug/deps/aal-063cda019324539f)
33562026-06-25T04:04:49.510Z
33572026-06-25T04:04:49.510Zrunning 5 tests
33582026-06-25T04:04:49.514Ztest fuse::tests::chip_revision_b0 ... ok
33592026-06-25T04:04:49.514Ztest fuse::tests::chip_revision_b1 ... ok
33602026-06-25T04:04:49.514Ztest fuse::tests::chip_revision_a0 ... ok
33612026-06-25T04:04:49.514Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33622026-06-25T04:04:49.514Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33632026-06-25T04:04:49.514Z
33642026-06-25T04:04:49.514Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-06-25T04:04:49.514Z
33662026-06-25T04:04:49.514Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33672026-06-25T04:04:49.514Z
33682026-06-25T04:04:49.514Zrunning 0 tests
33692026-06-25T04:04:49.514Z
33702026-06-25T04:04:49.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-06-25T04:04:49.514Z
33722026-06-25T04:04:49.514Z Running unittests src/lib.rs (target/debug/deps/asic-08599427d4b3eff5)
33732026-06-25T04:04:49.514Z
33742026-06-25T04:04:49.515Zrunning 0 tests
33752026-06-25T04:04:49.515Z
33762026-06-25T04:04:49.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33772026-06-25T04:04:49.515Z
33782026-06-25T04:04:49.515Z Running unittests src/lib.rs (target/debug/deps/common-3b08ab528ee0ea68)
33792026-06-25T04:04:49.515Z
33802026-06-25T04:04:49.515Zrunning 10 tests
33812026-06-25T04:04:49.515Ztest nat::tests::test_vni ... ok
33822026-06-25T04:04:49.515Ztest network::tests::test_equal ... ok
33832026-06-25T04:04:49.515Ztest network::tests::test_eui64 ... ok
33842026-06-25T04:04:49.515Ztest network::tests::test_into ... ok
33852026-06-25T04:04:49.515Ztest network::tests::test_not_equal ... ok
33862026-06-25T04:04:49.515Ztest network::tests::test_generate_ipv6_link_local ... ok
33872026-06-25T04:04:49.515Ztest network::tests::test_to_string ... ok
33882026-06-25T04:04:49.515Ztest network::tests::test_parse ... ok
33892026-06-25T04:04:49.515Ztest test_purge ... ok
33902026-06-25T04:04:49.515Ztest illumos::test::address_exists_handles_missing_object ... ok
33912026-06-25T04:04:49.515Z
33922026-06-25T04:04:49.515Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33932026-06-25T04:04:49.515Z
33942026-06-25T04:04:49.515Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-28d16f57f035c3bf)
33952026-06-25T04:04:49.515Z
33962026-06-25T04:04:49.515Zrunning 1 test
33972026-06-25T04:04:49.515Z -------
33982026-06-25T04:04:49.515Z Generating OpenAPI documents from API definitions ...
33992026-06-25T04:04:49.515Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34002026-06-25T04:04:49.581Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34012026-06-25T04:04:50.985Z -------
34022026-06-25T04:04:50.985Z Checking 12 OpenAPI documents...
34032026-06-25T04:04:50.985Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-06-25T04:04:50.985Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-06-25T04:04:50.985Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-06-25T04:04:50.985Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-06-25T04:04:50.985Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-06-25T04:04:50.985Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-06-25T04:04:50.985Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-06-25T04:04:50.985Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-06-25T04:04:50.990Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-06-25T04:04:50.990Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34132026-06-25T04:04:50.990Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34142026-06-25T04:04:50.990Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34152026-06-25T04:04:50.990Z Fresh dpd "latest" symlink
34162026-06-25T04:04:50.990Z -------
34172026-06-25T04:04:50.990Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34182026-06-25T04:04:50.991Ztest test::test_apis_up_to_date ... ok
34192026-06-25T04:04:50.991Z
34202026-06-25T04:04:50.991Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
34212026-06-25T04:04:50.991Z
34222026-06-25T04:04:50.991Z Running unittests src/main.rs (target/debug/deps/dpd-dc6c74ca22200070)
34232026-06-25T04:04:50.991Z
34242026-06-25T04:04:50.991Zrunning 19 tests
34252026-06-25T04:04:50.991Ztest freemap::test_ordering ... ok
34262026-06-25T04:04:50.991Ztest config::tests::test_updates ... ok
34272026-06-25T04:04:50.991Ztest freemap::test_split ... ok
34282026-06-25T04:04:50.991Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34292026-06-25T04:04:50.991Ztest macaddrs::tests::test_mac_offset ... ok
34302026-06-25T04:04:50.991Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34312026-06-25T04:04:50.991Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34322026-06-25T04:04:50.991Ztest macaddrs::tests::test_parse_port_id ... ok
34332026-06-25T04:04:50.991Ztest nat::test_mapping ... ok
34342026-06-25T04:04:50.991Ztest port_map::tests::dump_map ... ok
34352026-06-25T04:04:50.991Ztest port_map::tests::test_backplane_group ... ok
34362026-06-25T04:04:50.991Ztest port_map::tests::test_port_map ... ok
34372026-06-25T04:04:50.991ZJun 25 04:04:49.675 DEBG created new freemap, unit: freemap_test
34382026-06-25T04:04:50.991ZJun 25 04:04:49.675 DEBG created new freemap, unit: freemap_testJun 25 04:04:49.675
34392026-06-25T04:04:50.991ZDEBG initted freemap. size: 128, unit: freemap_testJun 25 04:04:49.675
34402026-06-25T04:04:50.991Z Jun 25 04:04:49.675DEBG DEBGinitted freemap. size: 128 , created new freemapunitJun 25 04:04:49.675:, unitDEBGfreemap_test:
34412026-06-25T04:04:50.991Z freemap_testreset freemap
34422026-06-25T04:04:50.991Z, unitJun 25 04:04:49.675: DEBGfreemap_test Jun 25 04:04:49.675
34432026-06-25T04:04:50.991Z DEBGreset freemap , initted freemap. size: 128unit, :unit :Jun 25 04:04:49.675 freemap_testfreemap_test
34442026-06-25T04:04:50.992ZDEBG
34452026-06-25T04:04:50.992Z created new freemapJun 25 04:04:49.675 DEBG, unitreset freemap:, unitfreemap_test:
34462026-06-25T04:04:50.992Zfreemap_test
34472026-06-25T04:04:50.992ZJun 25 04:04:49.675 DEBG initted freemap. size: 128, unit: freemap_test
34482026-06-25T04:04:50.992ZJun 25 04:04:49.675 DEBG reset freemap, unit: freemap_test
34492026-06-25T04:04:50.992Ztest freemap::test_reclaim ... ok
34502026-06-25T04:04:50.992Ztest freemap::test_free ... ok
34512026-06-25T04:04:50.992Ztest freemap::test_basic ... ok
34522026-06-25T04:04:50.992Ztest freemap::test_exhaustion ... ok
34532026-06-25T04:04:50.992ZJun 25 04:04:49.676 DEBG created new freemap, unit: freemap_test
34542026-06-25T04:04:50.992ZJun 25 04:04:49.676 DEBG initted freemap. size: 128, unit: freemap_test
34552026-06-25T04:04:50.992ZJun 25 04:04:49.676 DEBG reset freemap, unit: freemap_test
34562026-06-25T04:04:50.992Ztest freemap::test_span ... ok
34572026-06-25T04:04:50.992Ztest api_server::tests::test_build_info ... ok
34582026-06-25T04:04:50.992Ztest port_map::tests::parse_softnpu_revision ... ok
34592026-06-25T04:04:50.992Z
34602026-06-25T04:04:50.992Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34612026-06-25T04:04:50.992Z
34622026-06-25T04:04:50.992Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-30eb711dd7a2c7cf)
34632026-06-25T04:04:50.992Z
34642026-06-25T04:04:50.992Zrunning 0 tests
34652026-06-25T04:04:50.992Z
34662026-06-25T04:04:50.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-06-25T04:04:50.992Z
34682026-06-25T04:04:50.992Z Running unittests src/lib.rs (target/debug/deps/dpd_api-8262e15e80dbb914)
34692026-06-25T04:04:50.992Z
34702026-06-25T04:04:50.992Zrunning 0 tests
34712026-06-25T04:04:50.992Z
34722026-06-25T04:04:50.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-06-25T04:04:50.993Z
34742026-06-25T04:04:50.993Z Running unittests src/lib.rs (target/debug/deps/dpd_client-a0029145bbfc5d35)
34752026-06-25T04:04:50.993Z
34762026-06-25T04:04:50.993Zrunning 6 tests
34772026-06-25T04:04:50.993Ztest tests::test_full_lot_id_neither_present ... ok
34782026-06-25T04:04:50.993Ztest tests::test_full_lot_id_both_present ... ok
34792026-06-25T04:04:50.993Ztest tests::test_full_lot_id_lotnum_only ... ok
34802026-06-25T04:04:50.993Ztest tests::test_full_lot_id_lot_only ... ok
34812026-06-25T04:04:50.993Ztest tests::test_port_id_cmp ... ok
34822026-06-25T04:04:50.993Ztest tests::test_parse_client_port_id ... ok
34832026-06-25T04:04:50.993Z
34842026-06-25T04:04:50.993Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34852026-06-25T04:04:50.993Z
34862026-06-25T04:04:50.993Z Running tests/test_all.rs (target/debug/deps/test_all-dd3b28457eb02907)
34872026-06-25T04:04:50.993Z
34882026-06-25T04:04:50.993Zrunning 6 tests
34892026-06-25T04:04:53.836Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34902026-06-25T04:04:53.839Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34912026-06-25T04:04:53.839Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34922026-06-25T04:04:53.846Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34932026-06-25T04:04:54.179Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34942026-06-25T04:04:55.333Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34952026-06-25T04:04:55.333Z
34962026-06-25T04:04:55.333Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.51s
34972026-06-25T04:04:55.333Z
34982026-06-25T04:04:55.341Z Running unittests src/lib.rs (target/debug/deps/dpd_types-e001f261c4ff3c55)
34992026-06-25T04:04:55.350Z
35002026-06-25T04:04:55.350Zrunning 0 tests
35012026-06-25T04:04:55.350Z
35022026-06-25T04:04:55.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-06-25T04:04:55.350Z
35042026-06-25T04:04:55.350Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-75d21622f947a3e1)
35052026-06-25T04:04:55.360Z
35062026-06-25T04:04:55.360Zrunning 0 tests
35072026-06-25T04:04:55.360Z
35082026-06-25T04:04:55.360Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35092026-06-25T04:04:55.360Z
35102026-06-25T04:04:55.360Z Running unittests src/lib.rs (target/debug/deps/packet-70d6538428adce7c)
35112026-06-25T04:04:55.368Z
35122026-06-25T04:04:55.368Zrunning 12 tests
35132026-06-25T04:04:55.368Ztest lldp::test_lldp_parse ... ok
35142026-06-25T04:04:55.368Ztest icmp::test_v4_checksum ... ok
35152026-06-25T04:04:55.368Ztest ipv6::test_ipv6_parse ... ok
35162026-06-25T04:04:55.368Ztest icmp::test_v6_checksum ... ok
35172026-06-25T04:04:55.369Ztest pbuf::test_byte ... ok
35182026-06-25T04:04:55.369Ztest pbuf::test_nibble ... ok
35192026-06-25T04:04:55.369Ztest pbuf::test_overflow ... ok
35202026-06-25T04:04:55.369Ztest pbuf::test_short ... ok
35212026-06-25T04:04:55.369Ztest pbuf::test_twelve ... ok
35222026-06-25T04:04:55.369Ztest pbuf::test_word ... ok
35232026-06-25T04:04:55.369Ztest tcp::test_checksum_syn_nodata ... ok
35242026-06-25T04:04:55.369Ztest tcp::test_checksum_ack_data ... ok
35252026-06-25T04:04:55.369Z
35262026-06-25T04:04:55.369Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-06-25T04:04:55.369Z
35282026-06-25T04:04:55.369Z Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b)
35292026-06-25T04:04:55.382Z
35302026-06-25T04:04:55.382Zrunning 0 tests
35312026-06-25T04:04:55.382Z
35322026-06-25T04:04:55.382Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35332026-06-25T04:04:55.382Z
35342026-06-25T04:04:55.382Z Running unittests src/main.rs (target/debug/deps/swadm-194dd9da34cece10)
35352026-06-25T04:04:55.382Z
35362026-06-25T04:04:55.382Zrunning 5 tests
35372026-06-25T04:04:55.382Ztest switchport::test::test_compute_lanes ... ok
35382026-06-25T04:04:55.382Ztest switchport::test::port_id_ordering ... ok
35392026-06-25T04:04:55.382Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
35402026-06-25T04:04:55.382Z Rx Loss-of-lock: Yes Lane 1 Yes Lane 2Yes Lane 3Yes
35412026-06-25T04:04:55.382Z
35422026-06-25T04:04:55.383Z Rx Loss-of-signal: Yes State: Activated Yes ActivatedYes YesActivated
35432026-06-25T04:04:55.383Z Activated Rx CDR Enabled: Yes
35442026-06-25T04:04:55.383Z Rx Output Enabled: falseYes falseYes Yesfalse
35452026-06-25T04:04:55.383Z false
35462026-06-25T04:04:55.383Z Tx Enabled: Yes Rx Output Status: valid Yesvalid Yesvalid Yes valid
35472026-06-25T04:04:55.383Z
35482026-06-25T04:04:55.383Z Tx Loss-of-lock: No Rx Loss-of-lock: true trueNo Notrue No
35492026-06-25T04:04:55.383Ztrue
35502026-06-25T04:04:55.383Z Tx Loss-of-signal: No Rx Loss-of-signal: false No false No falseNo
35512026-06-25T04:04:55.383Z false
35522026-06-25T04:04:55.383Z Tx CDR Enabled: No Rx Auto-squelch Disable: true No true No trueNo
35532026-06-25T04:04:55.383Ztrue
35542026-06-25T04:04:55.383Z Tx Adaptive EQ Fault: No Tx Output Enabled: trueNo trueNo trueNo
35552026-06-25T04:04:55.383Ztrue
35562026-06-25T04:04:55.383Z Tx Fault: Yes Tx Output Status: invalid invalidYes invalid Yesinvalid
35572026-06-25T04:04:55.383Z Yes Tx Loss-of-lock: false
35582026-06-25T04:04:55.383Z false false false
35592026-06-25T04:04:55.383Z Tx Loss-of-signal: true true true true
35602026-06-25T04:04:55.383ZTx Auto-squelch Disable: false false false false
35612026-06-25T04:04:55.383Z Tx Adaptive EQ Fail: true true true true
35622026-06-25T04:04:55.383Z Tx Failure: false false false false
35632026-06-25T04:04:55.383Z Tx Force Squelch: true true true true
35642026-06-25T04:04:55.384Z Tx Input Polarity: normal normal normal normal
35652026-06-25T04:04:55.384Ztest switchport::test::test_print_sff_datapath ... ok
35662026-06-25T04:04:55.384Ztest switchport::test::test_print_cmis_datapath ... ok
35672026-06-25T04:04:55.384Ztest link::test_filter ... ok
35682026-06-25T04:04:55.384Z
35692026-06-25T04:04:55.384Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35702026-06-25T04:04:55.384Z
35712026-06-25T04:04:55.384Z Running tests/counters.rs (target/debug/deps/counters-3a140d5821b0e11d)
35722026-06-25T04:04:55.389Z
35732026-06-25T04:04:55.389Zrunning 1 test
35742026-06-25T04:04:55.389Ztest test_p4_counter_list ... ignored
35752026-06-25T04:04:55.389Z
35762026-06-25T04:04:55.389Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-06-25T04:04:55.389Z
35782026-06-25T04:04:55.389Z Running tests/port-link.rs (target/debug/deps/port_link-1375d762f9586202)
35792026-06-25T04:04:55.389Z
35802026-06-25T04:04:55.389Zrunning 5 tests
35812026-06-25T04:04:55.389Ztest test_an ... ignored
35822026-06-25T04:04:55.389Ztest test_enable ... ignored
35832026-06-25T04:04:55.390Ztest test_ip_addresses ... ignored
35842026-06-25T04:04:55.390Ztest test_kr ... ignored
35852026-06-25T04:04:55.390Ztest test_mac ... ignored
35862026-06-25T04:04:55.390Z
35872026-06-25T04:04:55.390Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-06-25T04:04:55.390Z
35892026-06-25T04:04:55.390Z Running unittests src/main.rs (target/debug/deps/tfportd-956961c90ed856c0)
35902026-06-25T04:04:55.390Z
35912026-06-25T04:04:55.390Zrunning 3 tests
35922026-06-25T04:04:55.390Ztest linklocal::test_parse_ipadm ... ok
35932026-06-25T04:04:55.390Ztest tfport::test_parse_tfport ... ok
35942026-06-25T04:04:55.390Ztest config::tests::test_updates ... ok
35952026-06-25T04:04:55.390Z
35962026-06-25T04:04:55.390Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-06-25T04:04:55.390Z
35982026-06-25T04:04:55.390Z Running unittests src/main.rs (target/debug/deps/uplinkd-1f3474d5f11d0033)
35992026-06-25T04:04:55.396Z
36002026-06-25T04:04:55.396Zrunning 0 tests
36012026-06-25T04:04:55.396Z
36022026-06-25T04:04:55.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-06-25T04:04:55.396Z
36042026-06-25T04:04:55.396Z Running unittests src/main.rs (target/debug/deps/xtask-6f1ac2a60163755c)
36052026-06-25T04:04:55.396Z
36062026-06-25T04:04:55.396Zrunning 0 tests
36072026-06-25T04:04:55.396Z
36082026-06-25T04:04:55.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-06-25T04:04:55.396Z
36102026-06-25T04:04:55.406Z Doc-tests aal
36112026-06-25T04:04:55.578Z
36122026-06-25T04:04:55.578Zrunning 0 tests
36132026-06-25T04:04:55.578Z
36142026-06-25T04:04:55.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-06-25T04:04:55.582Z
36162026-06-25T04:04:55.595Z Doc-tests aal_macros
36172026-06-25T04:04:55.676Z
36182026-06-25T04:04:55.677Zrunning 0 tests
36192026-06-25T04:04:55.677Z
36202026-06-25T04:04:55.677Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-06-25T04:04:55.677Z
36222026-06-25T04:04:55.694Z Doc-tests common
36232026-06-25T04:04:55.926Z
36242026-06-25T04:04:55.926Zrunning 0 tests
36252026-06-25T04:04:55.926Z
36262026-06-25T04:04:55.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-06-25T04:04:55.926Z
36282026-06-25T04:04:55.968Z Doc-tests dpd_api
36292026-06-25T04:04:56.823Z
36302026-06-25T04:04:56.824Zrunning 2 tests
36312026-06-25T04:04:56.824Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36322026-06-25T04:04:56.824Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36332026-06-25T04:04:56.824Z
36342026-06-25T04:04:56.824Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-06-25T04:04:56.824Z
36362026-06-25T04:04:56.856Z Doc-tests dpd_client
36372026-06-25T04:04:58.211Z
36382026-06-25T04:04:58.211Zrunning 0 tests
36392026-06-25T04:04:58.211Z
36402026-06-25T04:04:58.211Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-06-25T04:04:58.211Z
36422026-06-25T04:04:58.257Z Doc-tests dpd_types
36432026-06-25T04:04:58.480Z
36442026-06-25T04:04:58.480Zrunning 0 tests
36452026-06-25T04:04:58.480Z
36462026-06-25T04:04:58.480Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36472026-06-25T04:04:58.480Z
36482026-06-25T04:04:58.507Z Doc-tests dpd_types_versions
36492026-06-25T04:04:59.808Z
36502026-06-25T04:04:59.808Zrunning 1 test
36512026-06-25T04:04:59.809Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36522026-06-25T04:04:59.809Z
36532026-06-25T04:04:59.809Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-06-25T04:04:59.809Z
36552026-06-25T04:04:59.856Z Doc-tests packet
36562026-06-25T04:04:59.980Z
36572026-06-25T04:04:59.980Zrunning 0 tests
36582026-06-25T04:04:59.980Z
36592026-06-25T04:04:59.980Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-06-25T04:04:59.980Z
36612026-06-25T04:04:59.997Z Doc-tests pcap
36622026-06-25T04:05:00.056Z
36632026-06-25T04:05:00.056Zrunning 0 tests
36642026-06-25T04:05:00.056Z
36652026-06-25T04:05:00.056Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36662026-06-25T04:05:00.056Z
36672026-06-25T04:05:00.108Zprocess exited: duration 626289 ms, exit code 0
 
36682026-06-25T04:05:00.115Zfound 0 output files