01KWTTEPMEKMQ6Q6RMZ0CHHGSZ: test

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

Buildomat Job: 01KWTTF1G16WWF9EMNP2NC32NP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-06T04:21:01.828Zjob assigned to worker 01KWTTFAP8Y9FDD8ZVSY88WX7C [factory aws, i-04063831a9a0bb132] (queued for 1 m 2 s)
 
22026-07-06T04:21:08.055Zstarting task 0: "setup"
32026-07-06T04:21:08.059Z++ uname -s
42026-07-06T04:21:08.062Z+ kern=SunOS
52026-07-06T04:21:08.062Z+ build_user=build
62026-07-06T04:21:08.062Z+ build_uid=12345
72026-07-06T04:21:08.062Z+ work_dir=/work
82026-07-06T04:21:08.062Z+ input_dir=/input
92026-07-06T04:21:08.062Z+ [[ 0 == 12345 ]]
102026-07-06T04:21:08.063Z+ case "$kern" in
112026-07-06T04:21:08.063Z+ groupadd -g 12345 build
122026-07-06T04:21:08.065Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-06T04:21:10.070Z+ zfs create -o mountpoint=/work rpool/work
142026-07-06T04:21:10.189Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-06T04:21:10.192Z+ home_fs=zfs
162026-07-06T04:21:10.193Z+ [[ zfs == autofs ]]
172026-07-06T04:21:10.193Z+ mkdir -p /home/build
182026-07-06T04:21:10.193Z+ chown build:build /home/build /work
192026-07-06T04:21:12.193Z+ chmod 0700 /home/build /work
202026-07-06T04:21:12.196Zprocess exited: duration 4143 ms, exit code 0
 
212026-07-06T04:21:12.202Zstarting task 1: "rust-toolchain"
222026-07-06T04:21:12.207Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-07-06T04:21:12.207Z * rust toolchain channel = "1.90.0"
242026-07-06T04:21:12.207Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-06T04:21:12.207Z * rust toolchain profile = "default"
262026-07-06T04:21:12.207Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-06T04:21:12.207Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-06T04:21:12.210Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-06T04:21:12.210Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-07-06T04:21:12.290Zinfo: downloading installer
312026-07-06T04:21:13.702Zwarn: It looks like you have an existing rustup settings file at:
322026-07-06T04:21:13.702Zwarn: /home/build/.rustup/settings.toml
332026-07-06T04:21:13.702Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-06T04:21:13.702Zwarn: instead of the one inferred from the default host triple.
352026-07-06T04:21:13.715Zinfo: profile set to default
362026-07-06T04:21:13.716Zinfo: default host triple is x86_64-unknown-illumos
372026-07-06T04:21:13.718Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
382026-07-06T04:21:13.864Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
392026-07-06T04:21:13.867Zinfo: downloading 6 components
402026-07-06T04:21:28.335Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
412026-07-06T04:21:28.335Z
422026-07-06T04:21:28.373Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
432026-07-06T04:21:28.373Z
442026-07-06T04:21:28.373Z
452026-07-06T04:21:28.373ZRust is installed now. Great!
462026-07-06T04:21:28.373Z
472026-07-06T04:21:28.373ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-06T04:21:28.373Zenvironment variable. This has not been done automatically.
492026-07-06T04:21:28.373Z
502026-07-06T04:21:28.373ZTo configure your current shell, you need to source
512026-07-06T04:21:28.373Zthe corresponding env file under $HOME/.cargo.
522026-07-06T04:21:28.373Z
532026-07-06T04:21:28.373ZThis is usually done by running one of the following (note the leading DOT):
542026-07-06T04:21:28.373Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-06T04:21:28.373Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-06T04:21:28.373Zsource "~/.cargo/env.nu" # For nushell
572026-07-06T04:21:28.373Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-06T04:21:28.373Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-06T04:21:28.373Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-06T04:21:28.376Zwarn: no default linker (`cc`) was found in your PATH
612026-07-06T04:21:28.376Zwarn: many Rust crates require a system C toolchain to build
622026-07-06T04:21:28.464Z+ rustup --version
632026-07-06T04:21:28.472Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-06T04:21:28.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-06T04:21:28.497Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
662026-07-06T04:21:28.500Z+ cargo --version
672026-07-06T04:21:28.512Zcargo 1.90.0 (840b83a10 2025-07-30)
682026-07-06T04:21:28.515Z+ rustc --version
692026-07-06T04:21:28.536Zrustc 1.90.0 (1159e78c4 2025-09-14)
702026-07-06T04:21:28.539Zprocess exited: duration 16336 ms, exit code 0
 
712026-07-06T04:21:28.572Zstarting task 2: "authentication"
722026-07-06T04:21:28.589Zprocess exited: duration 16 ms, exit code 0
 
732026-07-06T04:21:28.597Zstarting task 3: "clone repository"
742026-07-06T04:21:28.600Z+ mkdir -p /work/oxidecomputer/dendrite
752026-07-06T04:21:28.604Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-07-06T04:21:28.632ZCloning into '/work/oxidecomputer/dendrite'...
772026-07-06T04:21:29.155Z+ cd /work/oxidecomputer/dendrite
782026-07-06T04:21:29.155Z+ git fetch origin a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86
792026-07-06T04:21:29.405ZFrom https://github.com/oxidecomputer/dendrite
802026-07-06T04:21:29.405Z * branch a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86 -> FETCH_HEAD
812026-07-06T04:21:29.411Z+ [[ -n renovate/cc-1.x-lockfile ]]
822026-07-06T04:21:29.413Z++ git branch --show-current
832026-07-06T04:21:29.413Z+ current=main
842026-07-06T04:21:29.413Z+ [[ main != renovate/cc-1.x-lockfile ]]
852026-07-06T04:21:29.413Z+ git branch -f renovate/cc-1.x-lockfile a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86
862026-07-06T04:21:29.416Z+ git checkout -f renovate/cc-1.x-lockfile
872026-07-06T04:21:29.436ZSwitched to branch 'renovate/cc-1.x-lockfile'
882026-07-06T04:21:29.440Z+ git reset --hard a3cdaf7f26dfa3180a46b4af7480bc3543d6ba86
892026-07-06T04:21:29.452ZHEAD is now at a3cdaf7 Update Rust crate cc to v1.2.66
902026-07-06T04:21:29.455Zprocess exited: duration 857 ms, exit code 0
 
912026-07-06T04:21:29.462Zstarting task 4: "build"
922026-07-06T04:21:29.466Z+ source .github/buildomat/common.sh
932026-07-06T04:21:29.466Z++ TOFINO_STAGES=20
942026-07-06T04:21:29.469Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-07-06T04:21:29.469Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-07-06T04:21:29.469Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-07-06T04:21:29.469Z+++ uname -s
982026-07-06T04:21:29.469Z++ '[' SunOS == SunOS ']'
992026-07-06T04:21:29.469Z++ SERIES=illumos
1002026-07-06T04:21:29.472Z+++ uname -s
1012026-07-06T04:21:29.472Z++ '[' SunOS == SunOS ']'
1022026-07-06T04:21:29.472Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-07-06T04:21:29.472Z++ rustup show active-toolchain
1042026-07-06T04:21:29.478Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-07-06T04:21:29.481Z+ source .github/buildomat/illumos.sh
1062026-07-06T04:21:29.481Z++ banner 'sde setup'
1072026-07-06T04:21:29.481Z
1082026-07-06T04:21:29.481Z #### ##### ###### #### ###### ##### # # #####
1092026-07-06T04:21:29.481Z # # # # # # # # # # #
1102026-07-06T04:21:29.481Z #### # # ##### #### ##### # # # # #
1112026-07-06T04:21:29.481Z # # # # # # # # # #####
1122026-07-06T04:21:29.481Z # # # # # # # # # # # #
1132026-07-06T04:21:29.481Z #### ##### ###### #### ###### # #### #
1142026-07-06T04:21:29.481Z
1152026-07-06T04:21:29.481Z++ export PKG_SUCCESS_ON_NOP=1
1162026-07-06T04:21:29.481Z++ PKG_SUCCESS_ON_NOP=1
1172026-07-06T04:21:29.481Z++ export PKG=tofino_sde.p5p
1182026-07-06T04:21:29.482Z++ PKG=tofino_sde.p5p
1192026-07-06T04:21:29.482Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-07-06T04:21:29.487Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-07-06T04:21:29.487Z Dload Upload Total Spent Left Speed
1222026-07-06T04:21:30.568Z 0 0 0 0 0 0 0 0 0 92 76.03M 92 70.27M 0 0 70.33M 0 00:01 00:01 70.34M 100 76.03M 100 76.03M 0 0 70.18M 0 00:01 00:01 70.34M 100 76.03M 100 76.03M 0 0 70.18M 0 00:01 00:01 70.34M 100 76.03M 100 76.03M 0 0 70.17M 0 00:01 00:01 70.34M
1232026-07-06T04:21:30.573Z+++ digest -a sha256 tofino_sde.p5p
1242026-07-06T04:21:30.619Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-07-06T04:21:30.623Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-07-06T04:21:30.623Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-07-06T04:21:31.676Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-06T04:21:32.010Z Startup: Caching catalogs ... Done
1292026-07-06T04:21:32.051Z Startup: Refreshing catalog 'oxide' ... Done
1302026-07-06T04:21:32.640ZPlanning: Solver setup ... Done
1312026-07-06T04:21:32.670ZPlanning: Running solver ... Done
1322026-07-06T04:21:32.681ZPlanning: Finding local manifests ... Done
1332026-07-06T04:21:32.684ZPlanning: Fetching manifests: 1/1 100% complete
1342026-07-06T04:21:32.687ZPlanning: Fetching manifests: 1/1 100% complete
1352026-07-06T04:21:32.700ZPlanning: Package planning ... Done
1362026-07-06T04:21:32.704ZPlanning: Merging actions ... Done
1372026-07-06T04:21:32.800ZPlanning: Checking for conflicting actions ... Done
1382026-07-06T04:21:32.803ZPlanning: Consolidating action changes ... Done
1392026-07-06T04:21:33.629ZPlanning: Evaluating mediators ... Done
1402026-07-06T04:21:33.633ZPlanning: Planning completed in 1.57 seconds
1412026-07-06T04:21:33.636Z Packages to install: 1
1422026-07-06T04:21:33.637Z Create boot environment: No
1432026-07-06T04:21:33.637ZCreate backup boot environment: No
1442026-07-06T04:21:33.663Z
1452026-07-06T04:21:33.663ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-07-06T04:21:33.797ZDownload: Completed 75.30 MB in 0.13 seconds (561M/s)
1472026-07-06T04:21:33.981Z Actions: 1/293 actions (Installing new actions)
1482026-07-06T04:21:34.938Z Actions: Completed 293 actions in 0.96 seconds.
1492026-07-06T04:21:34.941ZFinalize: Updating package state database ... Done
1502026-07-06T04:21:34.983ZFinalize: Updating package cache ... Done
1512026-07-06T04:21:35.014ZFinalize: Updating image state ... Done
1522026-07-06T04:21:37.508ZFinalize: Creating fast lookup database ... Done
1532026-07-06T04:21:37.582ZFinalize: Reading search index ... Done
1542026-07-06T04:21:37.585ZFinalize: Updating search index ... Done
1552026-07-06T04:21:37.786ZFinalize: Updating package cache ... Done
1562026-07-06T04:21:37.896Z++ export SDE=/opt/oxide/tofino_sde
1572026-07-06T04:21:37.896Z++ SDE=/opt/oxide/tofino_sde
1582026-07-06T04:21:37.899Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-07-06T04:21:37.899Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-07-06T04:21:37.899Z++ banner packages
1612026-07-06T04:21:37.899Z
1622026-07-06T04:21:37.899Z ##### ## #### # # ## #### ###### ####
1632026-07-06T04:21:37.899Z # # # # # # # # # # # # # #
1642026-07-06T04:21:37.899Z # # # # # #### # # # ##### ####
1652026-07-06T04:21:37.899Z ##### ###### # # # ###### # ### # #
1662026-07-06T04:21:37.899Z # # # # # # # # # # # # # #
1672026-07-06T04:21:37.899Z # # # #### # # # # #### ###### ####
1682026-07-06T04:21:37.900Z
1692026-07-06T04:21:37.900Z++ pfexec pkg install clang-15 pcap gcc14
1702026-07-06T04:21:38.166Z Startup: Refreshing catalog 'helios' ... Done
1712026-07-06T04:21:38.169Z Startup: Refreshing catalog 'oxide' ... Done
1722026-07-06T04:21:38.614ZPlanning: Solver setup ... Done
1732026-07-06T04:21:38.644ZPlanning: Running solver ... Done
1742026-07-06T04:21:38.654ZPlanning: Consolidating action changes ... Done
1752026-07-06T04:21:38.656ZPlanning: Evaluating mediators ... Done
1762026-07-06T04:21:38.656ZPlanning: Planning completed in 0.49 seconds
1772026-07-06T04:21:38.672ZNo updates necessary for this image.
1782026-07-06T04:21:38.744Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-07-06T04:21:38.961ZPlanning: Evaluating mediator changes ... Done
1802026-07-06T04:21:39.074ZPlanning: Checking for conflicting actions ... Done
1812026-07-06T04:21:39.077ZPlanning: Consolidating action changes ... Done
1822026-07-06T04:21:39.242ZPlanning: Evaluating mediators ... Done
1832026-07-06T04:21:39.245ZPlanning: Planning completed in 0.28 seconds
1842026-07-06T04:21:39.267Z Mediators to change: 2
1852026-07-06T04:21:39.267Z Create boot environment: No
1862026-07-06T04:21:39.267ZCreate backup boot environment: No
1872026-07-06T04:21:39.308ZFinalize: Updating package state database ... Done
1882026-07-06T04:21:39.308ZFinalize: Updating package cache ... Done
1892026-07-06T04:21:39.325ZFinalize: Updating image state ... Done
1902026-07-06T04:21:41.413ZFinalize: Creating fast lookup database ... Done
1912026-07-06T04:21:41.486ZFinalize: Reading search index ... Done
1922026-07-06T04:21:41.489ZFinalize: Updating search index ... Done
1932026-07-06T04:21:41.550ZFinalize: Updating package cache ... Done
1942026-07-06T04:21:41.624Z++ cargo --version
1952026-07-06T04:21:41.634Zcargo 1.90.0 (840b83a10 2025-07-30)
1962026-07-06T04:21:41.637Z++ rustc --version
1972026-07-06T04:21:41.658Zrustc 1.90.0 (1159e78c4 2025-09-14)
1982026-07-06T04:21:41.661Z+ banner copyrights
1992026-07-06T04:21:41.664Z
2002026-07-06T04:21:41.664Z #### #### ##### # # ##### # #### # # ##### ####
2012026-07-06T04:21:41.664Z # # # # # # # # # # # # # # # # #
2022026-07-06T04:21:41.664Z # # # # # # # # # # ###### # ####
2032026-07-06T04:21:41.664Z # # # ##### # ##### # # ### # # # #
2042026-07-06T04:21:41.664Z # # # # # # # # # # # # # # # #
2052026-07-06T04:21:41.664Z #### #### # # # # # #### # # # ####
2062026-07-06T04:21:41.664Z
2072026-07-06T04:21:41.664Z+ ./tools/check_copyrights.sh
2082026-07-06T04:21:41.956Zcommon/src/illumos.rs: Copyright with wrong year
2092026-07-06T04:21:42.748Zdpd/p4/headers.p4: Copyright with wrong year
2102026-07-06T04:21:43.217Zpacket/src/eth.rs: Copyright with wrong year
2112026-07-06T04:21:43.309Zpcap/build.rs: Copyright with wrong year
2122026-07-06T04:21:43.482Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-07-06T04:21:43.715Z+ banner clippy
2142026-07-06T04:21:43.718Z
2152026-07-06T04:21:43.718Z #### # # ##### ##### # #
2162026-07-06T04:21:43.718Z # # # # # # # # # #
2172026-07-06T04:21:43.718Z # # # # # # # #
2182026-07-06T04:21:43.718Z # # # ##### ##### #
2192026-07-06T04:21:43.719Z # # # # # # #
2202026-07-06T04:21:43.719Z #### ###### # # # #
2212026-07-06T04:21:43.719Z
2222026-07-06T04:21:43.719Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-07-06T04:21:43.719Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-07-06T04:21:43.864Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-07-06T04:21:53.705Z Updating crates.io index
2262026-07-06T04:21:53.710Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-07-06T04:21:54.014Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-07-06T04:21:54.804Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-07-06T04:21:55.066Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-06T04:21:55.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-07-06T04:21:56.191Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2322026-07-06T04:21:56.565Z Updating git repository `https://github.com/oxidecomputer/ispf`
2332026-07-06T04:21:56.785Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2342026-07-06T04:21:57.099Z Updating git repository `https://github.com/oxidecomputer/lldp`
2352026-07-06T04:21:57.393Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2362026-07-06T04:21:57.716Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2372026-07-06T04:21:58.202Z Updating git repository `https://github.com/oxidecomputer/p4`
2382026-07-06T04:21:58.619Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-07-06T04:21:58.897Z Updating git repository `https://github.com/oxidecomputer/lldp`
2402026-07-06T04:21:59.251Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412026-07-06T04:21:59.877Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-06T04:22:00.092Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-06T04:22:00.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-06T04:22:00.994Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2452026-07-06T04:22:01.360Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2462026-07-06T04:22:01.592Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2472026-07-06T04:22:02.865Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-07-06T04:22:03.295Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-06T04:22:03.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-07-06T04:22:05.099Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-07-06T04:22:05.705Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-07-06T04:22:05.918Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-06T04:22:06.258Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-06T04:22:07.987Z Downloading crates ...
2552026-07-06T04:22:08.059Z Downloaded async-trait v0.1.89
2562026-07-06T04:22:08.062Z Downloaded block-buffer v0.10.4
2572026-07-06T04:22:08.065Z Downloaded cfg_aliases v0.2.1
2582026-07-06T04:22:08.070Z Downloaded console v0.15.11
2592026-07-06T04:22:08.073Z Downloaded cmake v0.1.54
2602026-07-06T04:22:08.076Z Downloaded atomicwrites v0.4.4
2612026-07-06T04:22:08.076Z Downloaded ciborium v0.2.2
2622026-07-06T04:22:08.079Z Downloaded backoff v0.4.0
2632026-07-06T04:22:08.082Z Downloaded futures-macro v0.3.32
2642026-07-06T04:22:08.085Z Downloaded cancel-safe-futures v0.1.5
2652026-07-06T04:22:08.085Z Downloaded atomic-waker v1.1.2
2662026-07-06T04:22:08.088Z Downloaded aead v0.5.2
2672026-07-06T04:22:08.091Z Downloaded async-recursion v1.1.1
2682026-07-06T04:22:08.094Z Downloaded adler2 v2.0.1
2692026-07-06T04:22:08.094Z Downloaded async-stream v0.3.6
2702026-07-06T04:22:08.097Z Downloaded cobs v0.3.0
2712026-07-06T04:22:08.103Z Downloaded getrandom v0.2.16
2722026-07-06T04:22:08.103Z Downloaded dyn-clone v1.0.20
2732026-07-06T04:22:08.106Z Downloaded arrayvec v0.7.6
2742026-07-06T04:22:08.109Z Downloaded bytecount v0.6.9
2752026-07-06T04:22:08.109Z Downloaded futures-io v0.3.32
2762026-07-06T04:22:08.112Z Downloaded foreign-types v0.3.2
2772026-07-06T04:22:08.112Z Downloaded foreign-types-macros v0.2.3
2782026-07-06T04:22:08.115Z Downloaded bcs v0.1.6
2792026-07-06T04:22:08.118Z Downloaded find-msvc-tools v0.1.9
2802026-07-06T04:22:08.118Z Downloaded equivalent v1.0.2
2812026-07-06T04:22:08.120Z Downloaded generic-array v0.14.7
2822026-07-06T04:22:08.123Z Downloaded curl v0.4.50
2832026-07-06T04:22:08.126Z Downloaded futures-core v0.3.32
2842026-07-06T04:22:08.130Z Downloaded form_urlencoded v1.2.2
2852026-07-06T04:22:08.130Z Downloaded foldhash v0.2.0
2862026-07-06T04:22:08.133Z Downloaded gethostname v0.5.0
2872026-07-06T04:22:08.133Z Downloaded compression-core v0.4.32
2882026-07-06T04:22:08.136Z Downloaded defmt v0.3.100
2892026-07-06T04:22:08.139Z Downloaded fixedbitset v0.4.2
2902026-07-06T04:22:08.139Z Downloaded cargo-platform v0.1.9
2912026-07-06T04:22:08.142Z Downloaded clap_lex v1.1.0
2922026-07-06T04:22:08.145Z Downloaded camino v1.2.3
2932026-07-06T04:22:08.145Z Downloaded http-body-util v0.1.3
2942026-07-06T04:22:08.148Z Downloaded fs_extra v1.3.0
2952026-07-06T04:22:08.151Z Downloaded foreign-types-shared v0.1.1
2962026-07-06T04:22:08.151Z Downloaded cpufeatures v0.3.0
2972026-07-06T04:22:08.155Z Downloaded heck v0.4.1
2982026-07-06T04:22:08.155Z Downloaded ciborium-ll v0.2.2
2992026-07-06T04:22:08.163Z Downloaded data-encoding v2.9.0
3002026-07-06T04:22:08.169Z Downloaded futures-sink v0.3.32
3012026-07-06T04:22:08.169Z Downloaded either v1.15.0
3022026-07-06T04:22:08.169Z Downloaded crypto-common v0.1.6
3032026-07-06T04:22:08.169Z Downloaded futures-task v0.3.32
3042026-07-06T04:22:08.169Z Downloaded cpufeatures v0.2.17
3052026-07-06T04:22:08.169Z Downloaded git-stub v1.0.0
3062026-07-06T04:22:08.173Z Downloaded http-body v1.0.1
3072026-07-06T04:22:08.173Z Downloaded chacha20 v0.9.1
3082026-07-06T04:22:08.173Z Downloaded cfg-if v1.0.4
3092026-07-06T04:22:08.185Z Downloaded foreign-types v0.5.0
3102026-07-06T04:22:08.185Z Downloaded defmt-parser v1.0.0
3112026-07-06T04:22:08.185Z Downloaded curve25519-dalek-derive v0.1.1
3122026-07-06T04:22:08.185Z Downloaded crc8 v0.1.1
3132026-07-06T04:22:08.185Z Downloaded darling_macro v0.21.3
3142026-07-06T04:22:08.186Z Downloaded half v2.7.1
3152026-07-06T04:22:08.188Z Downloaded dropshot-api-manager-types v0.7.2
3162026-07-06T04:22:08.188Z Downloaded colorchoice v1.0.4
3172026-07-06T04:22:08.191Z Downloaded constant_time_eq v0.3.1
3182026-07-06T04:22:08.191Z Downloaded hex v0.4.3
3192026-07-06T04:22:08.195Z Downloaded crypto-common v0.2.2
3202026-07-06T04:22:08.195Z Downloaded group v0.13.0
3212026-07-06T04:22:08.199Z Downloaded erased-serde v0.3.31
3222026-07-06T04:22:08.201Z Downloaded dtrace-parser v0.3.0
3232026-07-06T04:22:08.202Z Downloaded cstr-argument v0.1.2
3242026-07-06T04:22:08.205Z Downloaded base16ct v0.2.0
3252026-07-06T04:22:08.205Z Downloaded daft-derive v0.1.5
3262026-07-06T04:22:08.208Z Downloaded autocfg v1.5.0
3272026-07-06T04:22:08.213Z Downloaded embedded-io v0.4.0
3282026-07-06T04:22:08.217Z Downloaded dtrace-parser v0.2.0
3292026-07-06T04:22:08.217Z Downloaded dof v0.3.0
3302026-07-06T04:22:08.217Z Downloaded base64ct v1.8.0
3312026-07-06T04:22:08.217Z Downloaded httpdate v1.0.3
3322026-07-06T04:22:08.220Z Downloaded hubpack_derive v0.1.1
3332026-07-06T04:22:08.222Z Downloaded anstyle-parse v1.0.0
3342026-07-06T04:22:08.223Z Downloaded hostname v0.3.1
3352026-07-06T04:22:08.226Z Downloaded ff v0.13.1
3362026-07-06T04:22:08.228Z Downloaded hash32 v0.3.1
3372026-07-06T04:22:08.228Z Downloaded hyper-tls v0.6.0
3382026-07-06T04:22:08.231Z Downloaded csv-core v0.1.12
3392026-07-06T04:22:08.231Z Downloaded deranged v0.5.3
3402026-07-06T04:22:08.234Z Downloaded compression-codecs v0.4.32
3412026-07-06T04:22:08.237Z Downloaded cipher v0.4.4
3422026-07-06T04:22:08.240Z Downloaded cargo_metadata v0.18.1
3432026-07-06T04:22:08.240Z Downloaded indent_write v2.2.0
3442026-07-06T04:22:08.243Z Downloaded instant v0.1.13
3452026-07-06T04:22:08.245Z Downloaded internet-checksum v0.2.1
3462026-07-06T04:22:08.245Z Downloaded crc32fast v1.5.0
3472026-07-06T04:22:08.248Z Downloaded camino-tempfile v1.4.1
3482026-07-06T04:22:08.253Z Downloaded crossbeam-deque v0.8.6
3492026-07-06T04:22:08.253Z Downloaded is_ci v1.2.0
3502026-07-06T04:22:08.253Z Downloaded hostname v0.4.2
3512026-07-06T04:22:08.256Z Downloaded is-terminal v0.4.16
3522026-07-06T04:22:08.259Z Downloaded anstream v1.0.0
3532026-07-06T04:22:08.259Z Downloaded is_terminal_polyfill v1.70.1
3542026-07-06T04:22:08.262Z Downloaded itoa v1.0.15
3552026-07-06T04:22:08.262Z Downloaded kstat-rs v0.2.4
3562026-07-06T04:22:08.265Z Downloaded libscf-sys v1.2.0
3572026-07-06T04:22:08.265Z Downloaded keccak v0.1.6
3582026-07-06T04:22:08.267Z Downloaded lazy_static v1.5.0
3592026-07-06T04:22:08.270Z Downloaded bitflags v1.3.2
3602026-07-06T04:22:08.275Z Downloaded globset v0.4.16
3612026-07-06T04:22:08.275Z Downloaded fs-err v3.1.2
3622026-07-06T04:22:08.278Z Downloaded blake2 v0.10.6
3632026-07-06T04:22:08.278Z Downloaded glob v0.3.3
3642026-07-06T04:22:08.281Z Downloaded futures-executor v0.3.32
3652026-07-06T04:22:08.281Z Downloaded defmt v1.0.1
3662026-07-06T04:22:08.285Z Downloaded digest v0.10.7
3672026-07-06T04:22:08.288Z Downloaded humantime v2.3.0
3682026-07-06T04:22:08.288Z Downloaded linked-hash-map v0.5.6
3692026-07-06T04:22:08.291Z Downloaded const_format_proc_macros v0.2.34
3702026-07-06T04:22:08.291Z Downloaded argon2 v0.5.3
3712026-07-06T04:22:08.293Z Downloaded memoffset v0.9.1
3722026-07-06T04:22:08.296Z Downloaded mime v0.3.17
3732026-07-06T04:22:08.297Z Downloaded macaddr v1.0.1
3742026-07-06T04:22:08.300Z Downloaded derive_more v0.99.20
3752026-07-06T04:22:08.302Z Downloaded crossbeam-epoch v0.9.18
3762026-07-06T04:22:08.305Z Downloaded derive-ex v0.1.8
3772026-07-06T04:22:08.305Z Downloaded managed v0.8.0
3782026-07-06T04:22:08.308Z Downloaded lru-slab v0.1.2
3792026-07-06T04:22:08.308Z Downloaded byteorder v1.5.0
3802026-07-06T04:22:08.312Z Downloaded newline-converter v0.3.0
3812026-07-06T04:22:08.312Z Downloaded newtype-uuid-macros v0.1.0
3822026-07-06T04:22:08.316Z Downloaded match_cfg v0.1.0
3832026-07-06T04:22:08.317Z Downloaded memmap v0.7.0
3842026-07-06T04:22:08.317Z Downloaded daft v0.1.5
3852026-07-06T04:22:08.320Z Downloaded futures-channel v0.3.32
3862026-07-06T04:22:08.320Z Downloaded ipnet v2.11.0
3872026-07-06T04:22:08.323Z Downloaded defmt-macros v1.0.1
3882026-07-06T04:22:08.327Z Downloaded clang-sys v1.8.1
3892026-07-06T04:22:08.327Z Downloaded num v0.4.3
3902026-07-06T04:22:08.330Z Downloaded colored v3.1.1
3912026-07-06T04:22:08.330Z Downloaded num-iter v0.1.45
3922026-07-06T04:22:08.333Z Downloaded httparse v1.10.1
3932026-07-06T04:22:08.335Z Downloaded anyhow v1.0.102
3942026-07-06T04:22:08.338Z Downloaded num-derive v0.4.2
3952026-07-06T04:22:08.339Z Downloaded omicron-workspace-hack v0.1.0
3962026-07-06T04:22:08.342Z Downloaded ipnetwork v0.21.1
3972026-07-06T04:22:08.342Z Downloaded openssl-probe v0.1.6
3982026-07-06T04:22:08.345Z Downloaded openssl-macros v0.1.1
3992026-07-06T04:22:08.345Z Downloaded num_enum_derive v0.5.11
4002026-07-06T04:22:08.348Z Downloaded num_threads v0.1.7
4012026-07-06T04:22:08.348Z Downloaded libsw-core v0.3.2
4022026-07-06T04:22:08.352Z Downloaded digest v0.11.3
4032026-07-06T04:22:08.352Z Downloaded olpc-cjson v0.1.4
4042026-07-06T04:22:08.355Z Downloaded num-conv v0.2.1
4052026-07-06T04:22:08.355Z Downloaded ingot-types v0.1.2
4062026-07-06T04:22:08.357Z Downloaded newtype_derive v0.1.6
4072026-07-06T04:22:08.357Z Downloaded highway v1.3.0
4082026-07-06T04:22:08.360Z Downloaded ingot v0.1.1
4092026-07-06T04:22:08.360Z Downloaded cookie v0.18.1
4102026-07-06T04:22:08.366Z Downloaded lru-cache v0.1.2
4112026-07-06T04:22:08.366Z Downloaded linear-map v1.2.0
4122026-07-06T04:22:08.369Z Downloaded libsw v3.5.0
4132026-07-06T04:22:08.369Z Downloaded parse-display v0.10.0
4142026-07-06T04:22:08.369Z Downloaded libloading v0.8.9
4152026-07-06T04:22:08.373Z Downloaded percent-encoding v2.3.2
4162026-07-06T04:22:08.373Z Downloaded iana-time-zone v0.1.64
4172026-07-06T04:22:08.378Z Downloaded hybrid-array v0.4.12
4182026-07-06T04:22:08.378Z Downloaded hyper-rustls v0.27.7
4192026-07-06T04:22:08.380Z Downloaded dropshot_endpoint v0.17.1
4202026-07-06T04:22:08.383Z Downloaded clap_derive v4.6.1
4212026-07-06T04:22:08.383Z Downloaded drift v0.2.0
4222026-07-06T04:22:08.389Z Downloaded phf_shared v0.12.1
4232026-07-06T04:22:08.392Z Downloaded hmac v0.12.1
4242026-07-06T04:22:08.395Z Downloaded proc-macro-error-attr2 v2.0.0
4252026-07-06T04:22:08.395Z Downloaded newtype-uuid v1.3.2
4262026-07-06T04:22:08.398Z Downloaded expectorate v1.2.0
4272026-07-06T04:22:08.398Z Downloaded ingot-macros v0.1.1
4282026-07-06T04:22:08.401Z Downloaded getrandom v0.4.2
4292026-07-06T04:22:08.404Z Downloaded proc-macro-crate v1.3.1
4302026-07-06T04:22:08.404Z Downloaded potential_utf v0.1.3
4312026-07-06T04:22:08.407Z Downloaded plain v0.2.3
4322026-07-06T04:22:08.407Z Downloaded proc-macro-error-attr v1.0.4
4332026-07-06T04:22:08.410Z Downloaded pretty-hex v0.4.1
4342026-07-06T04:22:08.410Z Downloaded critical-section v1.2.0
4352026-07-06T04:22:08.413Z Downloaded jobserver v0.1.34
4362026-07-06T04:22:08.413Z Downloaded num-complex v0.4.6
4372026-07-06T04:22:08.416Z Downloaded cexpr v0.6.0
4382026-07-06T04:22:08.416Z Downloaded bitflags v2.11.1
4392026-07-06T04:22:08.419Z Downloaded base64 v0.22.1
4402026-07-06T04:22:08.422Z Downloaded progenitor-macro v0.10.0
4412026-07-06T04:22:08.424Z Downloaded progenitor-client v0.14.0
4422026-07-06T04:22:08.424Z Downloaded opaque-debug v0.3.1
4432026-07-06T04:22:08.427Z Downloaded progenitor-macro v0.14.0
4442026-07-06T04:22:08.427Z Downloaded num_enum_derive v0.7.5
4452026-07-06T04:22:08.432Z Downloaded powerfmt v0.2.0
4462026-07-06T04:22:08.432Z Downloaded heapless v0.8.0
4472026-07-06T04:22:08.435Z Downloaded derive-where v1.6.0
4482026-07-06T04:22:08.438Z Downloaded oxnet v0.1.6
4492026-07-06T04:22:08.440Z Downloaded getrandom v0.3.3
4502026-07-06T04:22:08.443Z Downloaded futures v0.3.32
4512026-07-06T04:22:08.446Z Downloaded pem v3.0.5
4522026-07-06T04:22:08.446Z Downloaded quick-error v1.2.3
4532026-07-06T04:22:08.449Z Downloaded progenitor-macro v0.11.1
4542026-07-06T04:22:08.449Z Downloaded progenitor-client v0.11.1
4552026-07-06T04:22:08.449Z Downloaded rand_chacha v0.3.1
4562026-07-06T04:22:08.452Z Downloaded elliptic-curve v0.13.8
4572026-07-06T04:22:08.861Z Downloaded oxide-tokio-rt v0.1.2
4582026-07-06T04:22:08.861Z Downloaded clap v4.6.1
4592026-07-06T04:22:08.861Z Downloaded pin-project-lite v0.2.16
4602026-07-06T04:22:08.861Z Downloaded allocator-api2 v0.2.21
4612026-07-06T04:22:08.861Z Downloaded rand_xorshift v0.4.0
4622026-07-06T04:22:08.861Z Downloaded poly1305 v0.8.0
4632026-07-06T04:22:08.861Z Downloaded icu_normalizer v2.0.0
4642026-07-06T04:22:08.861Z Downloaded icu_provider v2.0.0
4652026-07-06T04:22:08.861Z Downloaded dropshot_endpoint v0.16.7
4662026-07-06T04:22:08.861Z Downloaded ref-cast-impl v1.0.25
4672026-07-06T04:22:08.861Z Downloaded pkg-config v0.3.32
4682026-07-06T04:22:08.862Z Downloaded pest_generator v2.8.2
4692026-07-06T04:22:08.862Z Downloaded parse-display-derive v0.10.0
4702026-07-06T04:22:08.862Z Downloaded native-tls v0.2.14
4712026-07-06T04:22:08.862Z Downloaded rustc_version v0.1.7
4722026-07-06T04:22:08.862Z Downloaded ref-cast v1.0.25
4732026-07-06T04:22:08.862Z Downloaded cc v1.2.66
4742026-07-06T04:22:08.862Z Downloaded multer v3.1.0
4752026-07-06T04:22:08.862Z Downloaded progenitor-client v0.10.0
4762026-07-06T04:22:08.862Z Downloaded bytes v1.12.0
4772026-07-06T04:22:08.862Z Downloaded const_format v0.2.34
4782026-07-06T04:22:08.862Z Downloaded rustc-hash v2.1.1
4792026-07-06T04:22:08.862Z Downloaded rustc_version v0.4.1
4802026-07-06T04:22:08.862Z Downloaded ppv-lite86 v0.2.21
4812026-07-06T04:22:08.862Z Downloaded crossbeam-channel v0.5.15
4822026-07-06T04:22:08.862Z Downloaded omicron-zone-package v0.12.2
4832026-07-06T04:22:08.862Z Downloaded flate2 v1.1.2
4842026-07-06T04:22:08.862Z Downloaded progenitor v0.11.1
4852026-07-06T04:22:08.863Z Downloaded progenitor v0.14.0
4862026-07-06T04:22:08.863Z Downloaded once_cell v1.21.3
4872026-07-06T04:22:08.863Z Downloaded same-file v1.0.6
4882026-07-06T04:22:08.863Z Downloaded parking_lot v0.12.5
4892026-07-06T04:22:08.863Z Downloaded proc-macro-error v1.0.4
4902026-07-06T04:22:08.863Z Downloaded scopeguard v1.2.0
4912026-07-06T04:22:08.863Z Downloaded pest_derive v2.8.2
4922026-07-06T04:22:08.863Z Downloaded darling_core v0.21.3
4932026-07-06T04:22:08.863Z Downloaded scroll_derive v0.13.1
4942026-07-06T04:22:08.863Z Downloaded scroll_derive v0.12.1
4952026-07-06T04:22:08.863Z Downloaded semver v0.1.20
4962026-07-06T04:22:08.863Z Downloaded memmap2 v0.9.8
4972026-07-06T04:22:08.863Z Downloaded progenitor v0.10.0
4982026-07-06T04:22:08.863Z Downloaded rand_core v0.6.4
4992026-07-06T04:22:08.863Z Downloaded parking_lot_core v0.9.12
5002026-07-06T04:22:08.863Z Downloaded secrecy v0.10.3
5012026-07-06T04:22:08.864Z Downloaded serde-big-array v0.5.1
5022026-07-06T04:22:08.864Z Downloaded search_path v0.1.4
5032026-07-06T04:22:08.864Z Downloaded quote v1.0.45
5042026-07-06T04:22:08.864Z Downloaded sha1 v0.10.6
5052026-07-06T04:22:08.864Z Downloaded serde_spanned v0.6.9
5062026-07-06T04:22:08.864Z Downloaded rand_chacha v0.9.0
5072026-07-06T04:22:08.864Z Downloaded icu_normalizer_data v2.0.0
5082026-07-06T04:22:08.864Z Downloaded rand_core v0.9.3
5092026-07-06T04:22:08.866Z Downloaded log v0.4.29
5102026-07-06T04:22:08.866Z Downloaded proc-macro-error2 v2.0.1
5112026-07-06T04:22:08.866Z Downloaded serde_plain v1.0.2
5122026-07-06T04:22:08.866Z Downloaded icu_properties v2.0.1
5132026-07-06T04:22:08.866Z Downloaded postcard v1.1.3
5142026-07-06T04:22:08.866Z Downloaded phf v0.12.1
5152026-07-06T04:22:08.866Z Downloaded password-hash v0.5.0
5162026-07-06T04:22:08.866Z Downloaded serde_urlencoded v0.7.1
5172026-07-06T04:22:08.866Z Downloaded serde_spanned v1.1.1
5182026-07-06T04:22:08.866Z Downloaded sha1 v0.11.0
5192026-07-06T04:22:08.866Z Downloaded const-oid v0.10.2
5202026-07-06T04:22:08.867Z Downloaded pin-project-internal v1.1.10
5212026-07-06T04:22:08.867Z Downloaded num-traits v0.2.19
5222026-07-06T04:22:08.867Z Downloaded chacha20poly1305 v0.10.1
5232026-07-06T04:22:08.867Z Downloaded paste v1.0.15
5242026-07-06T04:22:08.867Z Downloaded pest_meta v2.8.2
5252026-07-06T04:22:08.867Z Downloaded owo-colors v4.3.0
5262026-07-06T04:22:08.867Z Downloaded lock_api v0.4.14
5272026-07-06T04:22:08.867Z Downloaded rustls-pemfile v2.2.0
5282026-07-06T04:22:08.867Z Downloaded litemap v0.8.0
5292026-07-06T04:22:08.867Z Downloaded siphasher v1.0.1
5302026-07-06T04:22:08.867Z Downloaded signal-hook-tokio v0.4.0
5312026-07-06T04:22:08.867Z Downloaded slog-bunyan v2.5.0
5322026-07-06T04:22:08.867Z Downloaded sigpipe v0.1.3
5332026-07-06T04:22:08.867Z Downloaded darling v0.21.3
5342026-07-06T04:22:08.867Z Downloaded hickory-resolver v0.24.4
5352026-07-06T04:22:08.867Z Downloaded structmeta v0.3.0
5362026-07-06T04:22:08.867Z Downloaded indexmap v1.9.3
5372026-07-06T04:22:08.867Z Downloaded rustversion v1.0.22
5382026-07-06T04:22:08.867Z Downloaded icu_locale_core v2.0.0
5392026-07-06T04:22:08.867Z Downloaded num_enum v0.7.5
5402026-07-06T04:22:08.867Z Downloaded smawk v0.3.2
5412026-07-06T04:22:08.867Z Downloaded schemars_derive v0.8.22
5422026-07-06T04:22:08.867Z Downloaded jiff-static v0.2.15
5432026-07-06T04:22:08.867Z Downloaded rusty-fork v0.3.0
5442026-07-06T04:22:08.867Z Downloaded num_enum v0.5.11
5452026-07-06T04:22:08.867Z Downloaded strsim v0.11.1
5462026-07-06T04:22:08.867Z Downloaded strum v0.26.3
5472026-07-06T04:22:08.867Z Downloaded strum v0.27.2
5482026-07-06T04:22:08.868Z Downloaded pin-project v1.1.10
5492026-07-06T04:22:08.868Z Downloaded swrite v0.1.0
5502026-07-06T04:22:08.868Z Downloaded strum v0.28.0
5512026-07-06T04:22:08.868Z Downloaded supports-color v3.0.2
5522026-07-06T04:22:08.868Z Downloaded miniz_oxide v0.8.9
5532026-07-06T04:22:08.868Z Downloaded subtle v2.6.1
5542026-07-06T04:22:08.868Z Downloaded stable_deref_trait v1.2.0
5552026-07-06T04:22:08.868Z Downloaded serde_repr v0.1.20
5562026-07-06T04:22:08.868Z Downloaded serde_tokenstream v0.2.3
5572026-07-06T04:22:08.872Z Downloaded serde_path_to_error v0.1.20
5582026-07-06T04:22:08.872Z Downloaded papergrid v0.17.0
5592026-07-06T04:22:08.872Z Downloaded papergrid v0.11.0
5602026-07-06T04:22:08.872Z Downloaded icu_collections v2.0.0
5612026-07-06T04:22:08.872Z Downloaded sha2 v0.10.9
5622026-07-06T04:22:08.872Z Downloaded structmeta-derive v0.3.0
5632026-07-06T04:22:08.872Z Downloaded serde_derive_internals v0.29.1
5642026-07-06T04:22:08.872Z Downloaded num-rational v0.4.2
5652026-07-06T04:22:08.872Z Downloaded num-integer v0.1.46
5662026-07-06T04:22:08.872Z Downloaded take_mut v0.2.2
5672026-07-06T04:22:08.872Z Downloaded tabled_derive v0.7.0
5682026-07-06T04:22:08.872Z Downloaded tagptr v0.2.0
5692026-07-06T04:22:08.873Z Downloaded tabled_derive v0.11.0
5702026-07-06T04:22:08.873Z Downloaded termtree v0.5.1
5712026-07-06T04:22:08.873Z Downloaded shlex v1.3.0
5722026-07-06T04:22:08.873Z Downloaded http v1.4.2
5732026-07-06T04:22:08.873Z Downloaded shlex v2.0.1
5742026-07-06T04:22:08.873Z Downloaded proc-macro2 v1.0.106
5752026-07-06T04:22:08.873Z Downloaded slog-json v2.6.1
5762026-07-06T04:22:08.873Z Downloaded progenitor-impl v0.10.0
5772026-07-06T04:22:08.873Z Downloaded slog-dtrace v0.3.0
5782026-07-06T04:22:08.873Z Downloaded smf v0.2.3
5792026-07-06T04:22:08.873Z Downloaded slog-async v2.8.0
5802026-07-06T04:22:08.873Z Downloaded terminal_size v0.4.3
5812026-07-06T04:22:08.873Z Downloaded signal-hook-registry v1.4.6
5822026-07-06T04:22:08.873Z Downloaded thread-id v5.0.0
5832026-07-06T04:22:08.873Z Downloaded testing_table v0.3.0
5842026-07-06T04:22:08.873Z Downloaded snafu-derive v0.8.9
5852026-07-06T04:22:08.873Z Downloaded slog-term v2.9.2
5862026-07-06T04:22:08.873Z Downloaded time-core v0.1.8
5872026-07-06T04:22:08.874Z Downloaded hickory-resolver v0.25.2
5882026-07-06T04:22:08.874Z Downloaded hashbrown v0.12.3
5892026-07-06T04:22:08.874Z Downloaded openssl-sys v0.9.117
5902026-07-06T04:22:08.874Z Downloaded memchr v2.7.5
5912026-07-06T04:22:08.874Z Downloaded crypto-bigint v0.5.5
5922026-07-06T04:22:08.874Z Downloaded thread-id v4.2.2
5932026-07-06T04:22:08.874Z Downloaded quinn-udp v0.5.14
5942026-07-06T04:22:08.874Z Downloaded strum_macros v0.26.4
5952026-07-06T04:22:08.874Z Downloaded sync_wrapper v1.0.2
5962026-07-06T04:22:08.874Z Downloaded static_assertions v1.1.0
5972026-07-06T04:22:08.876Z Downloaded semver v1.0.28
5982026-07-06T04:22:08.876Z Downloaded resolv-conf v0.7.5
5992026-07-06T04:22:08.876Z Downloaded tokio-macros v2.7.0
6002026-07-06T04:22:08.876Z Downloaded scroll v0.13.0
6012026-07-06T04:22:08.878Z Downloaded crossbeam-utils v0.8.21
6022026-07-06T04:22:08.878Z Downloaded anstyle v1.0.14
6032026-07-06T04:22:08.878Z Downloaded async-compression v0.4.33
6042026-07-06T04:22:08.878Z Downloaded scroll v0.12.0
6052026-07-06T04:22:08.879Z Downloaded inout v0.1.4
6062026-07-06T04:22:08.879Z Downloaded foldhash v0.1.5
6072026-07-06T04:22:08.879Z Downloaded tabwriter v1.4.1
6082026-07-06T04:22:08.879Z Downloaded synstructure v0.13.2
6092026-07-06T04:22:08.879Z Downloaded strum_macros v0.28.0
6102026-07-06T04:22:08.879Z Downloaded idna_adapter v1.2.1
6112026-07-06T04:22:08.879Z Downloaded toml_datetime v0.6.11
6122026-07-06T04:22:08.879Z Downloaded ident_case v1.0.1
6132026-07-06T04:22:08.879Z Downloaded bit-vec v0.8.0
6142026-07-06T04:22:08.879Z Downloaded hubpack v0.1.2
6152026-07-06T04:22:08.879Z Downloaded dunce v1.0.5
6162026-07-06T04:22:08.879Z Downloaded crucible-workspace-hack v0.1.0
6172026-07-06T04:22:08.879Z Downloaded heck v0.5.0
6182026-07-06T04:22:08.879Z Downloaded dof v0.4.0
6192026-07-06T04:22:08.879Z Downloaded foreign-types-shared v0.3.1
6202026-07-06T04:22:08.879Z Downloaded float-ord v0.3.2
6212026-07-06T04:22:08.879Z Downloaded errno v0.3.14
6222026-07-06T04:22:08.879Z Downloaded embedded-io v0.6.1
6232026-07-06T04:22:08.879Z Downloaded hashbrown v0.16.1
6242026-07-06T04:22:08.879Z Downloaded serde_with_macros v3.14.1
6252026-07-06T04:22:08.880Z Downloaded prettyplease v0.2.37
6262026-07-06T04:22:08.880Z Downloaded block-buffer v0.12.0
6272026-07-06T04:22:08.880Z Downloaded git-stub-vcs v0.1.0
6282026-07-06T04:22:08.880Z Downloaded enum-as-inner v0.6.1
6292026-07-06T04:22:08.880Z Downloaded anstyle-query v1.1.4
6302026-07-06T04:22:08.880Z Downloaded displaydoc v0.2.5
6312026-07-06T04:22:08.880Z Downloaded progenitor-impl v0.14.0
6322026-07-06T04:22:08.880Z Downloaded signal-hook v0.4.4
6332026-07-06T04:22:08.880Z Downloaded slab v0.4.11
6342026-07-06T04:22:08.880Z Downloaded debug-ignore v1.0.5
6352026-07-06T04:22:08.880Z Downloaded convert_case v0.4.0
6362026-07-06T04:22:08.880Z Downloaded rustls-pki-types v1.12.0
6372026-07-06T04:22:08.880Z Downloaded thiserror-impl-no-std v2.0.2
6382026-07-06T04:22:08.880Z Downloaded tower-service v0.3.3
6392026-07-06T04:22:08.880Z Downloaded topological-sort v0.2.2
6402026-07-06T04:22:08.881Z Downloaded try-lock v0.2.5
6412026-07-06T04:22:08.881Z Downloaded tower-layer v0.3.3
6422026-07-06T04:22:08.881Z Downloaded toml_write v0.1.2
6432026-07-06T04:22:08.881Z Downloaded thiserror-impl v2.0.18
6442026-07-06T04:22:08.881Z Downloaded fixedbitset v0.5.7
6452026-07-06T04:22:08.881Z Downloaded typify-macro v0.4.3
6462026-07-06T04:22:08.881Z Downloaded filetime v0.2.26
6472026-07-06T04:22:08.881Z Downloaded time-macros v0.2.27
6482026-07-06T04:22:08.881Z Downloaded thread_local v1.1.9
6492026-07-06T04:22:08.881Z Downloaded tinystr v0.8.1
6502026-07-06T04:22:08.881Z Downloaded thiserror-impl v1.0.69
6512026-07-06T04:22:08.881Z Downloaded progenitor-impl v0.11.1
6522026-07-06T04:22:08.881Z Downloaded thiserror v2.0.18
6532026-07-06T04:22:08.882Z Downloaded smallvec v1.15.1
6542026-07-06T04:22:08.882Z Downloaded ryu v1.0.20
6552026-07-06T04:22:08.882Z Downloaded tinyvec_macros v0.1.1
6562026-07-06T04:22:08.882Z Downloaded thiserror-no-std v2.0.2
6572026-07-06T04:22:08.886Z Downloaded schemars v0.8.22
6582026-07-06T04:22:08.886Z Downloaded unicode-linebreak v0.1.5
6592026-07-06T04:22:08.886Z Downloaded typify-macro v0.6.2
6602026-07-06T04:22:08.886Z Downloaded tokio-native-tls v0.3.1
6612026-07-06T04:22:08.886Z Downloaded hyper-util v0.1.20
6622026-07-06T04:22:08.886Z Downloaded serde_derive v1.0.228
6632026-07-06T04:22:08.886Z Downloaded tokio-dtrace v0.1.1
6642026-07-06T04:22:08.886Z Downloaded strum_macros v0.27.2
6652026-07-06T04:22:08.886Z Downloaded unarray v0.1.4
6662026-07-06T04:22:08.886Z Downloaded minimal-lexical v0.2.1
6672026-07-06T04:22:08.886Z Downloaded tokio-rustls v0.25.0
6682026-07-06T04:22:08.887Z Downloaded hashbrown v0.15.5
6692026-07-06T04:22:08.887Z Downloaded universal-hash v0.5.1
6702026-07-06T04:22:08.887Z Downloaded untrusted v0.7.1
6712026-07-06T04:22:08.887Z Downloaded unicode-xid v0.2.6
6722026-07-06T04:22:08.887Z Downloaded untrusted v0.9.0
6732026-07-06T04:22:08.887Z Downloaded serde_yaml v0.9.34+deprecated
6742026-07-06T04:22:08.887Z Downloaded fastrand v2.3.0
6752026-07-06T04:22:08.887Z Downloaded bit-set v0.8.0
6762026-07-06T04:22:08.887Z Downloaded ciborium-io v0.2.2
6772026-07-06T04:22:08.887Z Downloaded fnv v1.0.7
6782026-07-06T04:22:08.887Z Downloaded arrayref v0.3.9
6792026-07-06T04:22:08.887Z Downloaded async-stream-impl v0.3.6
6802026-07-06T04:22:08.888Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6812026-07-06T04:22:08.888Z Downloaded usdt-attr-macro v0.6.0
6822026-07-06T04:22:08.888Z Downloaded usdt-attr-macro v0.5.0
6832026-07-06T04:22:08.888Z Downloaded usdt-macro v0.5.0
6842026-07-06T04:22:08.888Z Downloaded utf8parse v0.2.2
6852026-07-06T04:22:08.889Z Downloaded usdt v0.6.0
6862026-07-06T04:22:08.889Z Downloaded utf8_iter v1.0.4
6872026-07-06T04:22:08.889Z Downloaded version_check v0.9.5
6882026-07-06T04:22:08.889Z Downloaded usdt-macro v0.6.0
6892026-07-06T04:22:08.889Z Downloaded usdt v0.5.0
6902026-07-06T04:22:08.889Z Downloaded want v0.3.1
6912026-07-06T04:22:08.889Z Downloaded waitgroup v0.1.2
6922026-07-06T04:22:08.889Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6932026-07-06T04:22:08.891Z Downloaded toml_writer v1.1.1+spec-1.1.0
6942026-07-06T04:22:08.891Z Downloaded term v1.2.0
6952026-07-06T04:22:08.891Z Downloaded tempfile v3.27.0
6962026-07-06T04:22:08.891Z Downloaded wait-timeout v0.2.1
6972026-07-06T04:22:08.891Z Downloaded clap_builder v4.6.0
6982026-07-06T04:22:08.891Z Downloaded schemars v0.9.0
6992026-07-06T04:22:08.891Z Downloaded serde_core v1.0.228
7002026-07-06T04:22:08.891Z Downloaded rand v0.8.5
7012026-07-06T04:22:08.891Z Downloaded quinn v0.11.9
7022026-07-06T04:22:08.891Z Downloaded xattr v1.6.1
7032026-07-06T04:22:08.891Z Downloaded qorb v0.4.1
7042026-07-06T04:22:08.891Z Downloaded yoke-derive v0.8.0
7052026-07-06T04:22:08.891Z Downloaded tokio-stream v0.1.17
7062026-07-06T04:22:08.891Z Downloaded scuffle v0.1.0
7072026-07-06T04:22:08.891Z Downloaded rayon-core v1.13.0
7082026-07-06T04:22:08.892Z Downloaded tokio-rustls v0.26.4
7092026-07-06T04:22:08.892Z Downloaded indexmap v2.14.0
7102026-07-06T04:22:08.892Z Downloaded zerofrom-derive v0.1.6
7112026-07-06T04:22:08.892Z Downloaded zeroize_derive v1.4.3
7122026-07-06T04:22:08.896Z Downloaded mio v1.2.1
7132026-07-06T04:22:08.896Z Downloaded similar v2.7.0
7142026-07-06T04:22:08.899Z Downloaded zone_cfg_derive v0.3.1
7152026-07-06T04:22:08.902Z Downloaded usdt-impl v0.6.0
7162026-07-06T04:22:08.902Z Downloaded thiserror v1.0.69
7172026-07-06T04:22:08.906Z Downloaded usdt-impl v0.5.0
7182026-07-06T04:22:08.906Z Downloaded nom v7.1.3
7192026-07-06T04:22:08.909Z Downloaded toml_parser v1.1.2+spec-1.1.0
7202026-07-06T04:22:08.909Z Downloaded test-strategy v0.4.3
7212026-07-06T04:22:08.912Z Downloaded zone v0.3.1
7222026-07-06T04:22:08.912Z Downloaded snafu v0.8.9
7232026-07-06T04:22:08.915Z Downloaded spin v0.9.8
7242026-07-06T04:22:08.918Z Downloaded rustls-webpki v0.103.6
7252026-07-06T04:22:08.918Z Downloaded tracing-attributes v0.1.30
7262026-07-06T04:22:08.923Z Downloaded tinyvec v1.10.0
7272026-07-06T04:22:08.926Z Downloaded vsss-rs v3.3.4
7282026-07-06T04:22:08.929Z Downloaded writeable v0.6.1
7292026-07-06T04:22:08.929Z Downloaded whoami v1.6.1
7302026-07-06T04:22:08.932Z Downloaded textwrap v0.16.2
7312026-07-06T04:22:08.935Z Downloaded idna v1.1.0
7322026-07-06T04:22:08.938Z Downloaded socket2 v0.6.4
7332026-07-06T04:22:08.943Z Downloaded hashbrown v0.17.1
7342026-07-06T04:22:08.946Z Downloaded toml v0.8.23
7352026-07-06T04:22:08.949Z Downloaded toml v0.7.8
7362026-07-06T04:22:08.952Z Downloaded serde v1.0.228
7372026-07-06T04:22:08.952Z Downloaded ucd-trie v0.1.7
7382026-07-06T04:22:08.955Z Downloaded rand v0.9.3
7392026-07-06T04:22:08.955Z Downloaded dropshot-api-manager v0.7.2
7402026-07-06T04:22:08.959Z Downloaded yoke v0.8.0
7412026-07-06T04:22:08.962Z Downloaded tar v0.4.45
7422026-07-06T04:22:08.968Z Downloaded slog v2.8.2
7432026-07-06T04:22:08.971Z Downloaded toml v0.9.12+spec-1.1.0
7442026-07-06T04:22:08.974Z Downloaded zmij v1.0.17
7452026-07-06T04:22:08.977Z Downloaded zerovec-derive v0.11.1
7462026-07-06T04:22:08.978Z Downloaded zeroize v1.8.1
7472026-07-06T04:22:08.978Z Downloaded zerofrom v0.1.6
7482026-07-06T04:22:08.978Z Downloaded walkdir v2.5.0
7492026-07-06T04:22:08.981Z Downloaded vergen v8.3.2
7502026-07-06T04:22:08.981Z Downloaded itertools v0.12.1
7512026-07-06T04:22:08.986Z Downloaded typify v0.6.2
7522026-07-06T04:22:08.989Z Downloaded typify v0.4.3
7532026-07-06T04:22:08.991Z Downloaded schemars v1.2.0
7542026-07-06T04:22:08.997Z Downloaded aho-corasick v1.1.3
7552026-07-06T04:22:09.004Z Downloaded pest v2.8.2
7562026-07-06T04:22:09.008Z Downloaded iddqd v0.3.18
7572026-07-06T04:22:09.011Z Downloaded unicode-ident v1.0.24
7582026-07-06T04:22:09.011Z Downloaded zerocopy-derive v0.7.35
7592026-07-06T04:22:09.014Z Downloaded hkdf v0.12.4
7602026-07-06T04:22:09.014Z Downloaded futures-util v0.3.32
7612026-07-06T04:22:09.019Z Downloaded uuid v1.23.3
7622026-07-06T04:22:09.022Z Downloaded toml v1.1.2+spec-1.1.0
7632026-07-06T04:22:09.025Z Downloaded itertools v0.14.0
7642026-07-06T04:22:09.028Z Downloaded iri-string v0.7.8
7652026-07-06T04:22:09.033Z Downloaded toml_edit v0.22.27
7662026-07-06T04:22:09.037Z Downloaded tracing-core v0.1.34
7672026-07-06T04:22:09.040Z Downloaded libm v0.2.15
7682026-07-06T04:22:09.043Z Downloaded steno v0.4.1
7692026-07-06T04:22:09.046Z Downloaded hyper v1.10.1
7702026-07-06T04:22:09.048Z Downloaded h2 v0.4.14
7712026-07-06T04:22:09.054Z Downloaded unsafe-libyaml v0.2.11
7722026-07-06T04:22:09.068Z Downloaded toml_edit v0.19.15
7732026-07-06T04:22:09.084Z Downloaded tracing v0.1.41
7742026-07-06T04:22:09.092Z Downloaded icu_properties_data v2.0.1
7752026-07-06T04:22:09.098Z Downloaded goblin v0.8.2
7762026-07-06T04:22:09.101Z Downloaded url v2.5.7
7772026-07-06T04:22:09.104Z Downloaded zerotrie v0.2.2
7782026-07-06T04:22:09.121Z Downloaded git2 v0.19.0
7792026-07-06T04:22:09.146Z Downloaded reqwest v0.12.23
7802026-07-06T04:22:09.154Z Downloaded reqwest v0.13.2
7812026-07-06T04:22:09.163Z Downloaded typed-path v0.9.3
7822026-07-06T04:22:09.169Z Downloaded serde_json v1.0.150
7832026-07-06T04:22:09.173Z Downloaded typenum v1.20.1
7842026-07-06T04:22:09.177Z Downloaded zerocopy-derive v0.8.27
7852026-07-06T04:22:09.182Z Downloaded tokio-util v0.7.16
7862026-07-06T04:22:09.185Z Downloaded bindgen v0.72.1
7872026-07-06T04:22:09.189Z Downloaded regex v1.12.4
7882026-07-06T04:22:09.192Z Downloaded curve25519-dalek v4.1.3
7892026-07-06T04:22:09.197Z Downloaded tower v0.5.2
7902026-07-06T04:22:09.202Z Downloaded iddqd v0.4.5
7912026-07-06T04:22:09.207Z Downloaded aws-lc-rs v1.16.2
7922026-07-06T04:22:09.213Z Downloaded rayon v1.11.0
7932026-07-06T04:22:09.219Z Downloaded unicode-segmentation v1.12.0
7942026-07-06T04:22:09.222Z Downloaded blake3 v1.8.2
7952026-07-06T04:22:09.230Z Downloaded proptest v1.8.0
7962026-07-06T04:22:09.239Z Downloaded goblin v0.10.1
7972026-07-06T04:22:09.244Z Downloaded bstr v1.12.0
7982026-07-06T04:22:09.249Z Downloaded unicode-normalization v0.1.24
7992026-07-06T04:22:09.252Z Downloaded tough v0.20.0
8002026-07-06T04:22:09.257Z Downloaded chrono v0.4.45
8012026-07-06T04:22:09.262Z Downloaded tower-http v0.6.8
8022026-07-06T04:22:09.274Z Downloaded portable-atomic v1.11.1
8032026-07-06T04:22:09.279Z Downloaded serde_with v3.14.1
8042026-07-06T04:22:09.284Z Downloaded zerovec v0.11.4
8052026-07-06T04:22:09.287Z Downloaded rustls-webpki v0.102.8
8062026-07-06T04:22:09.297Z Downloaded zerocopy v0.7.35
8072026-07-06T04:22:09.306Z Downloaded winnow v0.5.40
8082026-07-06T04:22:09.350Z Downloaded tabled v0.15.0
8092026-07-06T04:22:09.354Z Downloaded quinn-proto v0.11.14
8102026-07-06T04:22:09.354Z Downloaded winnow v0.7.14
8112026-07-06T04:22:09.354Z Downloaded tabled v0.20.0
8122026-07-06T04:22:09.354Z Downloaded winnow v1.0.3
8132026-07-06T04:22:09.357Z Downloaded syn v1.0.109
8142026-07-06T04:22:09.361Z Downloaded moka v0.12.11
8152026-07-06T04:22:09.367Z Downloaded time v0.3.47
8162026-07-06T04:22:09.386Z Downloaded dropshot v0.16.7
8172026-07-06T04:22:09.398Z Downloaded vcpkg v0.2.15
8182026-07-06T04:22:09.422Z Downloaded zerocopy v0.8.27
8192026-07-06T04:22:09.432Z Downloaded nix v0.30.1
8202026-07-06T04:22:09.438Z Downloaded hickory-proto v0.25.2
8212026-07-06T04:22:09.447Z Downloaded unicode-width v0.2.1
8222026-07-06T04:22:09.451Z Downloaded hickory-proto v0.24.4
8232026-07-06T04:22:09.458Z Downloaded unicode-width v0.1.14
8242026-07-06T04:22:09.462Z Downloaded rustls v0.22.4
8252026-07-06T04:22:09.469Z Downloaded openapiv3 v2.2.0
8262026-07-06T04:22:09.475Z Downloaded smoltcp v0.11.0
8272026-07-06T04:22:09.482Z Downloaded rustls v0.23.40
8282026-07-06T04:22:09.488Z Downloaded regex-syntax v0.8.11
8292026-07-06T04:22:09.493Z Downloaded regress v0.11.1
8302026-07-06T04:22:09.498Z Downloaded regress v0.10.5
8312026-07-06T04:22:09.503Z Downloaded syn v2.0.118
8322026-07-06T04:22:09.509Z Downloaded dropshot v0.17.1
8332026-07-06T04:22:09.521Z Downloaded rustix v0.38.44
8342026-07-06T04:22:09.534Z Downloaded rustix v1.1.4
8352026-07-06T04:22:09.547Z Downloaded webpki-roots v1.0.2
8362026-07-06T04:22:09.550Z Downloaded openssl v0.10.81
8372026-07-06T04:22:09.615Z Downloaded regex-automata v0.4.13
8382026-07-06T04:22:09.625Z Downloaded typify-impl v0.6.2
8392026-07-06T04:22:09.634Z Downloaded typify-impl v0.4.3
8402026-07-06T04:22:09.683Z Downloaded libc v0.2.186
8412026-07-06T04:22:09.706Z Downloaded jiff v0.2.15
8422026-07-06T04:22:09.714Z Downloaded petgraph v0.6.5
8432026-07-06T04:22:09.725Z Downloaded sha3 v0.10.8
8442026-07-06T04:22:09.744Z Downloaded tokio v1.52.3
8452026-07-06T04:22:09.768Z Downloaded chrono-tz v0.10.4
8462026-07-06T04:22:09.778Z Downloaded petgraph v0.8.2
8472026-07-06T04:22:09.791Z Downloaded libz-sys v1.1.22
8482026-07-06T04:22:09.802Z Downloaded csv v1.4.0
8492026-07-06T04:22:09.862Z Downloaded encoding_rs v0.8.35
8502026-07-06T04:22:09.893Z Downloaded ring v0.17.14
8512026-07-06T04:22:09.925Z Downloaded libgit2-sys v0.17.0+1.8.1
8522026-07-06T04:22:09.973Z Downloaded curl-sys v0.4.89+curl-8.20.0
8532026-07-06T04:22:10.616Z Downloaded aws-lc-sys v0.39.1
8542026-07-06T04:22:10.942Z Compiling proc-macro2 v1.0.106
8552026-07-06T04:22:10.942Z Compiling quote v1.0.45
8562026-07-06T04:22:10.942Z Compiling unicode-ident v1.0.24
8572026-07-06T04:22:10.942Z Compiling serde_core v1.0.228
8582026-07-06T04:22:10.942Z Compiling serde v1.0.228
8592026-07-06T04:22:10.945Z Compiling libc v0.2.186
8602026-07-06T04:22:10.945Z Checking cfg-if v1.0.4
8612026-07-06T04:22:11.256Z Compiling zmij v1.0.17
8622026-07-06T04:22:11.272Z Compiling autocfg v1.5.0
8632026-07-06T04:22:11.572Z Compiling memchr v2.7.5
8642026-07-06T04:22:11.712Z Compiling libm v0.2.15
8652026-07-06T04:22:12.060Z Compiling getrandom v0.4.2
8662026-07-06T04:22:12.077Z Compiling thiserror v2.0.18
8672026-07-06T04:22:12.200Z Checking smallvec v1.15.1
8682026-07-06T04:22:12.237Z Compiling version_check v0.9.5
8692026-07-06T04:22:12.364Z Checking itoa v1.0.15
8702026-07-06T04:22:12.386Z Compiling jobserver v0.1.34
8712026-07-06T04:22:12.436Z Compiling syn v2.0.118
8722026-07-06T04:22:12.476Z Compiling shlex v2.0.1
8732026-07-06T04:22:12.492Z Compiling find-msvc-tools v0.1.9
8742026-07-06T04:22:12.518Z Compiling icu_normalizer_data v2.0.0
8752026-07-06T04:22:12.658Z Compiling cc v1.2.66
8762026-07-06T04:22:12.673Z Compiling icu_properties_data v2.0.1
8772026-07-06T04:22:12.741Z Compiling parking_lot_core v0.9.12
8782026-07-06T04:22:12.776Z Checking stable_deref_trait v1.2.0
8792026-07-06T04:22:12.857Z Compiling serde_json v1.0.150
8802026-07-06T04:22:12.925Z Compiling heck v0.5.0
8812026-07-06T04:22:13.119Z Checking writeable v0.6.1
8822026-07-06T04:22:13.140Z Checking litemap v0.8.0
8832026-07-06T04:22:13.298Z Compiling num-traits v0.2.19
8842026-07-06T04:22:13.313Z Checking percent-encoding v2.3.2
8852026-07-06T04:22:13.552Z Checking form_urlencoded v1.2.2
8862026-07-06T04:22:13.684Z Checking utf8_iter v1.0.4
8872026-07-06T04:22:13.707Z Compiling zerocopy v0.8.27
8882026-07-06T04:22:13.723Z Checking pin-project-lite v0.2.16
8892026-07-06T04:22:13.811Z Checking iana-time-zone v0.1.64
8902026-07-06T04:22:13.828Z Compiling rustversion v1.0.22
8912026-07-06T04:22:13.897Z Compiling log v0.4.29
8922026-07-06T04:22:13.923Z Compiling equivalent v1.0.2
8932026-07-06T04:22:13.986Z Compiling semver v1.0.28
8942026-07-06T04:22:14.015Z Checking socket2 v0.6.4
8952026-07-06T04:22:14.081Z Checking uuid v1.23.3
8962026-07-06T04:22:14.158Z Checking scopeguard v1.2.0
8972026-07-06T04:22:14.264Z Checking lock_api v0.4.14
8982026-07-06T04:22:14.389Z Checking signal-hook-registry v1.4.6
8992026-07-06T04:22:14.435Z Checking getrandom v0.2.16
9002026-07-06T04:22:14.477Z Checking mio v1.2.1
9012026-07-06T04:22:14.493Z Checking dyn-clone v1.0.20
9022026-07-06T04:22:14.496Z Checking parking_lot v0.12.5
9032026-07-06T04:22:14.552Z Compiling schemars v0.8.22
9042026-07-06T04:22:14.577Z Checking bitflags v2.11.1
9052026-07-06T04:22:14.711Z Compiling portable-atomic v1.11.1
9062026-07-06T04:22:14.765Z Checking futures-core v0.3.32
9072026-07-06T04:22:14.809Z Checking critical-section v1.2.0
9082026-07-06T04:22:14.828Z Compiling ring v0.17.14
9092026-07-06T04:22:14.906Z Compiling hashbrown v0.17.1
9102026-07-06T04:22:14.921Z Compiling thiserror v1.0.69
9112026-07-06T04:22:15.008Z Compiling httparse v1.10.1
9122026-07-06T04:22:15.359Z Compiling synstructure v0.13.2
9132026-07-06T04:22:15.375Z Compiling serde_derive_internals v0.29.1
9142026-07-06T04:22:15.470Z Compiling indexmap v2.14.0
9152026-07-06T04:22:15.680Z Checking once_cell v1.21.3
9162026-07-06T04:22:15.750Z Compiling regex-syntax v0.8.11
9172026-07-06T04:22:15.858Z Checking futures-sink v0.3.32
9182026-07-06T04:22:15.962Z Checking slab v0.4.11
9192026-07-06T04:22:16.096Z Compiling rustix v1.1.4
9202026-07-06T04:22:16.127Z Compiling aho-corasick v1.1.3
9212026-07-06T04:22:16.130Z Checking subtle v2.6.1
9222026-07-06T04:22:16.282Z Compiling ucd-trie v0.1.7
9232026-07-06T04:22:16.298Z Checking futures-channel v0.3.32
9242026-07-06T04:22:16.486Z Compiling anyhow v1.0.102
9252026-07-06T04:22:16.506Z Checking rand_core v0.6.4
9262026-07-06T04:22:16.639Z Compiling serde_derive v1.0.228
9272026-07-06T04:22:16.681Z Compiling zerofrom-derive v0.1.6
9282026-07-06T04:22:16.717Z Compiling yoke-derive v0.8.0
9292026-07-06T04:22:16.733Z Compiling zerovec-derive v0.11.1
9302026-07-06T04:22:16.832Z Compiling displaydoc v0.2.5
9312026-07-06T04:22:17.575Z Compiling thiserror-impl v2.0.18
9322026-07-06T04:22:17.603Z Compiling schemars_derive v0.8.22
9332026-07-06T04:22:17.753Z Compiling tokio-macros v2.7.0
9342026-07-06T04:22:17.832Z Compiling zerocopy-derive v0.8.27
9352026-07-06T04:22:17.898Z Checking zerofrom v0.1.6
9362026-07-06T04:22:17.914Z Compiling futures-macro v0.3.32
9372026-07-06T04:22:18.021Z Checking yoke v0.8.0
9382026-07-06T04:22:18.206Z Checking zerovec v0.11.4
9392026-07-06T04:22:18.475Z Checking zerotrie v0.2.2
9402026-07-06T04:22:18.719Z Compiling zeroize_derive v1.4.3
9412026-07-06T04:22:18.722Z Compiling thiserror-impl v1.0.69
9422026-07-06T04:22:18.894Z Compiling regex-automata v0.4.13
9432026-07-06T04:22:18.910Z Compiling pest v2.8.2
9442026-07-06T04:22:18.913Z Checking tinystr v0.8.1
9452026-07-06T04:22:19.026Z Checking potential_utf v0.1.3
9462026-07-06T04:22:19.102Z Checking icu_locale_core v2.0.0
9472026-07-06T04:22:19.161Z Checking icu_collections v2.0.0
9482026-07-06T04:22:19.452Z Checking zeroize v1.8.1
9492026-07-06T04:22:19.552Z Checking icu_provider v2.0.0
9502026-07-06T04:22:19.701Z Checking bytes v1.12.0
9512026-07-06T04:22:19.790Z Checking icu_properties v2.0.1
9522026-07-06T04:22:19.868Z Checking icu_normalizer v2.0.0
9532026-07-06T04:22:19.884Z Checking chrono v0.4.45
9542026-07-06T04:22:20.134Z Compiling serde_tokenstream v0.2.3
9552026-07-06T04:22:20.168Z Checking tokio v1.52.3
9562026-07-06T04:22:20.433Z Compiling pest_meta v2.8.2
9572026-07-06T04:22:20.630Z Checking idna_adapter v1.2.1
9582026-07-06T04:22:20.718Z Compiling regex v1.12.4
9592026-07-06T04:22:20.755Z Checking idna v1.1.0
9602026-07-06T04:22:20.806Z Checking typenum v1.20.1
9612026-07-06T04:22:20.947Z Checking futures-task v0.3.32
9622026-07-06T04:22:21.001Z Checking url v2.5.7
9632026-07-06T04:22:21.089Z Checking futures-io v0.3.32
9642026-07-06T04:22:21.119Z Compiling pest_generator v2.8.2
9652026-07-06T04:22:21.472Z Checking futures-util v0.3.32
9662026-07-06T04:22:21.490Z Compiling getrandom v0.3.3
9672026-07-06T04:22:21.633Z Compiling tracing-attributes v0.1.30
9682026-07-06T04:22:21.766Z Checking tracing-core v0.1.34
9692026-07-06T04:22:21.818Z Compiling pest_derive v2.8.2
9702026-07-06T04:22:21.866Z Compiling allocator-api2 v0.2.21
9712026-07-06T04:22:22.073Z Compiling foldhash v0.2.0
9722026-07-06T04:22:22.157Z Compiling pkg-config v0.3.32
9732026-07-06T04:22:22.282Z Compiling hashbrown v0.16.1
9742026-07-06T04:22:22.307Z Checking fnv v1.0.7
9752026-07-06T04:22:22.403Z Checking http v1.4.2
9762026-07-06T04:22:22.405Z Compiling generic-array v0.14.7
9772026-07-06T04:22:22.650Z Compiling vcpkg v0.2.15
9782026-07-06T04:22:22.846Z Compiling byteorder v1.5.0
9792026-07-06T04:22:22.865Z Checking tracing v0.1.41
9802026-07-06T04:22:22.882Z Compiling num-conv v0.2.1
9812026-07-06T04:22:22.972Z Compiling time-core v0.1.8
9822026-07-06T04:22:23.127Z Compiling time-macros v0.2.27
9832026-07-06T04:22:23.243Z Checking errno v0.3.14
9842026-07-06T04:22:23.373Z Checking ipnet v2.11.0
9852026-07-06T04:22:23.469Z Checking base64 v0.22.1
9862026-07-06T04:22:23.486Z Checking tokio-util v0.7.16
9872026-07-06T04:22:23.513Z Compiling scroll_derive v0.13.1
9882026-07-06T04:22:23.610Z Compiling camino v1.2.3
9892026-07-06T04:22:23.707Z Checking crypto-common v0.1.6
9902026-07-06T04:22:23.834Z Checking http-body v1.0.1
9912026-07-06T04:22:23.967Z Checking atomic-waker v1.1.2
9922026-07-06T04:22:23.984Z Compiling crossbeam-utils v0.8.21
9932026-07-06T04:22:24.000Z Checking ppv-lite86 v0.2.21
9942026-07-06T04:22:24.168Z Compiling slog v2.8.2
9952026-07-06T04:22:24.290Z Checking tower-layer v0.3.3
9962026-07-06T04:22:24.321Z Checking tower-service v0.3.3
9972026-07-06T04:22:24.336Z Checking try-lock v0.2.5
9982026-07-06T04:22:24.352Z Compiling paste v1.0.15
9992026-07-06T04:22:24.432Z Checking h2 v0.4.14
10002026-07-06T04:22:24.449Z Checking want v0.3.1
10012026-07-06T04:22:24.464Z Checking ipnetwork v0.21.1
10022026-07-06T04:22:24.544Z Checking erased-serde v0.3.31
10032026-07-06T04:22:24.569Z Checking rustls-pki-types v1.12.0
10042026-07-06T04:22:24.628Z Checking ryu v1.0.20
10052026-07-06T04:22:24.677Z Checking httpdate v1.0.3
10062026-07-06T04:22:24.694Z Checking pretty-hex v0.4.1
10072026-07-06T04:22:24.766Z Compiling async-trait v0.1.89
10082026-07-06T04:22:24.810Z Checking untrusted v0.9.0
10092026-07-06T04:22:24.841Z Compiling scroll v0.13.0
10102026-07-06T04:22:25.028Z Checking plain v0.2.3
10112026-07-06T04:22:25.151Z Compiling usdt-impl v0.6.0
10122026-07-06T04:22:25.199Z Checking http-body-util v0.1.3
10132026-07-06T04:22:25.241Z Compiling goblin v0.10.1
10142026-07-06T04:22:25.244Z Compiling openssl-sys v0.9.117
10152026-07-06T04:22:25.416Z Compiling cmake v0.1.54
10162026-07-06T04:22:25.449Z Compiling strsim v0.11.1
10172026-07-06T04:22:25.704Z Compiling fs_extra v1.3.0
10182026-07-06T04:22:25.736Z Compiling slog-async v2.8.0
10192026-07-06T04:22:25.764Z Compiling dunce v1.0.5
10202026-07-06T04:22:25.903Z Checking rand_core v0.9.3
10212026-07-06T04:22:25.919Z Checking serde_urlencoded v0.7.1
10222026-07-06T04:22:25.937Z Checking oxnet v0.1.6
10232026-07-06T04:22:25.968Z Compiling aws-lc-sys v0.39.1
10242026-07-06T04:22:26.072Z Checking block-buffer v0.10.4
10252026-07-06T04:22:26.088Z Compiling regress v0.10.5
10262026-07-06T04:22:26.120Z Compiling dtrace-parser v0.3.0
10272026-07-06T04:22:26.195Z Compiling openapiv3 v2.2.0
10282026-07-06T04:22:26.212Z Compiling thread-id v5.0.0
10292026-07-06T04:22:26.316Z Checking hyper v1.10.1
10302026-07-06T04:22:26.798Z Checking digest v0.10.7
10312026-07-06T04:22:26.997Z Compiling omicron-workspace-hack v0.1.0
10322026-07-06T04:22:27.086Z Compiling ident_case v1.0.1
10332026-07-06T04:22:27.210Z Compiling darling_core v0.21.3
10342026-07-06T04:22:27.247Z Checking rand_chacha v0.9.0
10352026-07-06T04:22:27.283Z Checking hyper-util v0.1.20
10362026-07-06T04:22:27.436Z Compiling daft-derive v0.1.5
10372026-07-06T04:22:27.667Z Compiling typify-impl v0.4.3
10382026-07-06T04:22:27.771Z Compiling aws-lc-rs v1.16.2
10392026-07-06T04:22:28.077Z Compiling dof v0.4.0
10402026-07-06T04:22:28.323Z Checking powerfmt v0.2.0
10412026-07-06T04:22:28.474Z Checking deranged v0.5.3
10422026-07-06T04:22:28.837Z Checking rand v0.9.3
10432026-07-06T04:22:29.032Z Compiling unsafe-libyaml v0.2.11
10442026-07-06T04:22:29.196Z Compiling usdt-macro v0.6.0
10452026-07-06T04:22:29.214Z Compiling usdt-attr-macro v0.6.0
10462026-07-06T04:22:29.289Z Compiling syn v1.0.109
10472026-07-06T04:22:29.308Z Compiling darling_macro v0.21.3
10482026-07-06T04:22:29.482Z Checking num_threads v0.1.7
10492026-07-06T04:22:29.573Z Checking time v0.3.47
10502026-07-06T04:22:29.658Z Compiling serde_yaml v0.9.34+deprecated
10512026-07-06T04:22:29.856Z Compiling darling v0.21.3
10522026-07-06T04:22:29.943Z Checking sync_wrapper v1.0.2
10532026-07-06T04:22:30.047Z Checking encoding_rs v0.8.35
10542026-07-06T04:22:30.050Z Checking mime v0.3.17
10552026-07-06T04:22:30.239Z Checking untrusted v0.7.1
10562026-07-06T04:22:30.355Z Checking cpufeatures v0.2.17
10572026-07-06T04:22:30.431Z Checking tower v0.5.2
10582026-07-06T04:22:30.815Z Checking crossbeam-channel v0.5.15
10592026-07-06T04:22:30.922Z Checking futures-executor v0.3.32
10602026-07-06T04:22:30.969Z Compiling structmeta-derive v0.3.0
10612026-07-06T04:22:30.986Z Compiling multer v3.1.0
10622026-07-06T04:22:31.048Z Compiling typify-macro v0.4.3
10632026-07-06T04:22:31.064Z Checking iri-string v0.7.8
10642026-07-06T04:22:31.132Z Compiling rustls v0.23.40
10652026-07-06T04:22:31.148Z Compiling rustls v0.22.4
10662026-07-06T04:22:31.255Z Checking futures v0.3.32
10672026-07-06T04:22:31.352Z Compiling async-stream-impl v0.3.6
10682026-07-06T04:22:31.387Z Checking thread_local v1.1.9
10692026-07-06T04:22:31.588Z Checking fastrand v2.3.0
10702026-07-06T04:22:31.604Z Compiling openssl v0.10.81
10712026-07-06T04:22:31.769Z Checking foreign-types-shared v0.1.1
10722026-07-06T04:22:31.858Z Checking hex v0.4.3
10732026-07-06T04:22:31.874Z Checking unicode-width v0.2.1
10742026-07-06T04:22:32.011Z Compiling structmeta v0.3.0
10752026-07-06T04:22:32.048Z Checking foreign-types v0.3.2
10762026-07-06T04:22:32.077Z Checking tempfile v3.27.0
10772026-07-06T04:22:32.116Z Checking tower-http v0.6.8
10782026-07-06T04:22:32.147Z Compiling openssl-macros v0.1.1
10792026-07-06T04:22:32.206Z Compiling strum_macros v0.26.4
10802026-07-06T04:22:32.271Z Checking memmap2 v0.9.8
10812026-07-06T04:22:32.357Z Checking is-terminal v0.4.16
10822026-07-06T04:22:32.436Z Checking openssl-probe v0.1.6
10832026-07-06T04:22:32.452Z Checking match_cfg v0.1.0
10842026-07-06T04:22:32.523Z Checking term v1.2.0
10852026-07-06T04:22:32.546Z Compiling native-tls v0.2.14
10862026-07-06T04:22:32.596Z Compiling typify v0.4.3
10872026-07-06T04:22:32.628Z Checking take_mut v0.2.2
10882026-07-06T04:22:32.723Z Checking hostname v0.3.1
10892026-07-06T04:22:32.757Z Checking slog-term v2.9.2
10902026-07-06T04:22:32.906Z Checking slog-json v2.6.1
10912026-07-06T04:22:33.014Z Compiling newtype-uuid-macros v0.1.0
10922026-07-06T04:22:33.064Z Compiling ref-cast v1.0.25
10932026-07-06T04:22:33.090Z Checking slog-bunyan v2.5.0
10942026-07-06T04:22:33.425Z Compiling ref-cast-impl v1.0.25
10952026-07-06T04:22:33.443Z Compiling dropshot v0.16.7
10962026-07-06T04:22:33.764Z Compiling derive-ex v0.1.8
10972026-07-06T04:22:33.799Z Checking webpki-roots v1.0.2
10982026-07-06T04:22:33.823Z Compiling dropshot_endpoint v0.16.7
10992026-07-06T04:22:33.918Z Compiling strum_macros v0.27.2
11002026-07-06T04:22:34.325Z Checking winnow v0.7.14
11012026-07-06T04:22:35.007Z Checking tokio-native-tls v0.3.1
11022026-07-06T04:22:35.164Z Checking hyper-tls v0.6.0
11032026-07-06T04:22:35.310Z Compiling test-strategy v0.4.3
11042026-07-06T04:22:35.338Z Compiling progenitor-impl v0.11.1
11052026-07-06T04:22:35.450Z Checking newtype-uuid v1.3.2
11062026-07-06T04:22:35.474Z Compiling either v1.15.0
11072026-07-06T04:22:35.492Z Checking winnow v1.0.3
11082026-07-06T04:22:35.676Z Checking daft v0.1.5
11092026-07-06T04:22:35.702Z Compiling serde_with_macros v3.14.1
11102026-07-06T04:22:35.777Z Checking toml_parser v1.1.2+spec-1.1.0
11112026-07-06T04:22:35.796Z Checking usdt v0.6.0
11122026-07-06T04:22:35.902Z Checking serde_spanned v1.1.1
11132026-07-06T04:22:35.959Z Checking toml_writer v1.1.1+spec-1.1.0
11142026-07-06T04:22:36.089Z Checking debug-ignore v1.0.5
11152026-07-06T04:22:36.137Z Checking spin v0.9.8
11162026-07-06T04:22:36.188Z Compiling parse-display-derive v0.10.0
11172026-07-06T04:22:36.307Z Checking async-stream v0.3.6
11182026-07-06T04:22:36.463Z Checking rustls-webpki v0.102.8
11192026-07-06T04:22:36.525Z Checking rustls-pemfile v2.2.0
11202026-07-06T04:22:36.691Z Checking waitgroup v0.1.2
11212026-07-06T04:22:36.694Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11222026-07-06T04:22:36.797Z Checking serde_path_to_error v0.1.20
11232026-07-06T04:22:36.833Z Checking hostname v0.4.2
11242026-07-06T04:22:37.066Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11252026-07-06T04:22:37.164Z Checking strum v0.26.3
11262026-07-06T04:22:37.278Z Checking rand_chacha v0.3.1
11272026-07-06T04:22:37.387Z Compiling toml_datetime v0.6.11
11282026-07-06T04:22:37.465Z Compiling progenitor-macro v0.11.1
11292026-07-06T04:22:37.481Z Checking macaddr v1.0.1
11302026-07-06T04:22:37.634Z Checking toml_datetime v0.7.5+spec-1.1.0
11312026-07-06T04:22:37.660Z Checking wait-timeout v0.2.1
11322026-07-06T04:22:37.781Z Checking quick-error v1.2.3
11332026-07-06T04:22:37.784Z Checking bit-vec v0.8.0
11342026-07-06T04:22:37.798Z Checking lazy_static v1.5.0
11352026-07-06T04:22:37.885Z Checking rusty-fork v0.3.0
11362026-07-06T04:22:37.907Z Checking toml v0.9.12+spec-1.1.0
11372026-07-06T04:22:37.988Z Checking bit-set v0.8.0
11382026-07-06T04:22:38.053Z Checking rand v0.8.5
11392026-07-06T04:22:38.134Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11402026-07-06T04:22:38.319Z Checking tokio-rustls v0.25.0
11412026-07-06T04:22:38.418Z Checking tabwriter v1.4.1
11422026-07-06T04:22:38.483Z Checking sha1 v0.10.6
11432026-07-06T04:22:38.517Z Checking rand_xorshift v0.4.0
11442026-07-06T04:22:38.573Z Compiling clap_derive v4.6.1
11452026-07-06T04:22:38.631Z Checking colored v3.1.1
11462026-07-06T04:22:38.648Z Checking utf8parse v0.2.2
11472026-07-06T04:22:38.748Z Checking unarray v0.1.4
11482026-07-06T04:22:38.765Z Checking anstyle-parse v1.0.0
11492026-07-06T04:22:38.822Z Checking strum v0.27.2
11502026-07-06T04:22:38.852Z Checking proptest v1.8.0
11512026-07-06T04:22:38.932Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11522026-07-06T04:22:39.016Z Checking terminal_size v0.4.3
11532026-07-06T04:22:39.357Z Checking colorchoice v1.0.4
11542026-07-06T04:22:39.463Z Checking is_terminal_polyfill v1.70.1
11552026-07-06T04:22:39.499Z Checking anstyle v1.0.14
11562026-07-06T04:22:39.545Z Checking anstyle-query v1.1.4
11572026-07-06T04:22:39.679Z Checking anstream v1.0.0
11582026-07-06T04:22:39.847Z Checking itertools v0.14.0
11592026-07-06T04:22:39.876Z Checking clap_lex v1.1.0
11602026-07-06T04:22:40.470Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11612026-07-06T04:22:40.592Z Checking clap_builder v4.6.0
11622026-07-06T04:22:41.092Z Checking serde_with v3.14.1
11632026-07-06T04:22:41.734Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11642026-07-06T04:22:41.873Z Checking clap v4.6.1
11652026-07-06T04:22:41.889Z Checking instant v0.1.13
11662026-07-06T04:22:42.079Z Checking rustc-hash v2.1.1
11672026-07-06T04:22:42.131Z Checking backoff v0.4.0
11682026-07-06T04:22:42.191Z Checking iddqd v0.3.18
11692026-07-06T04:22:42.303Z Checking parse-display v0.10.0
11702026-07-06T04:22:42.453Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11712026-07-06T04:22:42.495Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11722026-07-06T04:22:44.078Z Compiling num-derive v0.4.2
11732026-07-06T04:22:44.596Z Compiling rustls-webpki v0.103.6
11742026-07-06T04:22:44.925Z Compiling prettyplease v0.2.37
11752026-07-06T04:22:47.081Z Checking serde_spanned v0.6.9
11762026-07-06T04:22:47.209Z Compiling memoffset v0.9.1
11772026-07-06T04:22:47.451Z Compiling cfg_aliases v0.2.1
11782026-07-06T04:22:47.529Z Compiling nix v0.30.1
11792026-07-06T04:22:47.908Z Compiling tokio-rustls v0.26.4
11802026-07-06T04:22:48.454Z Compiling hyper-rustls v0.27.7
11812026-07-06T04:22:48.704Z Compiling reqwest v0.12.23
11822026-07-06T04:22:49.733Z Checking crossbeam-epoch v0.9.18
11832026-07-06T04:22:49.829Z Compiling progenitor-client v0.11.1
11842026-07-06T04:22:50.150Z Compiling winnow v0.5.40
11852026-07-06T04:22:51.545Z Compiling toml_edit v0.19.15
11862026-07-06T04:22:51.652Z Compiling progenitor v0.11.1
11872026-07-06T04:22:52.412Z Compiling num-integer v0.1.46
11882026-07-06T04:22:52.758Z Compiling proc-macro-crate v1.3.1
11892026-07-06T04:22:53.001Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11902026-07-06T04:22:53.195Z Compiling progenitor-client v0.10.0
11912026-07-06T04:22:53.831Z Compiling hubpack_derive v0.1.1
11922026-07-06T04:22:54.122Z Checking toml_write v0.1.2
11932026-07-06T04:22:54.292Z Compiling rayon-core v1.13.0
11942026-07-06T04:22:54.367Z Checking hubpack v0.1.2
11952026-07-06T04:22:54.402Z Checking toml_edit v0.22.27
11962026-07-06T04:22:54.531Z Checking num-rational v0.4.2
11972026-07-06T04:22:54.548Z Checking num-iter v0.1.45
11982026-07-06T04:22:54.861Z Compiling zerocopy-derive v0.7.35
11992026-07-06T04:22:54.879Z Compiling num-complex v0.4.6
12002026-07-06T04:22:55.171Z Checking static_assertions v1.1.0
12012026-07-06T04:22:55.280Z Checking num v0.4.3
12022026-07-06T04:22:55.459Z Checking toml v0.8.23
12032026-07-06T04:22:55.462Z Checking crossbeam-deque v0.8.6
12042026-07-06T04:22:55.671Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12052026-07-06T04:22:55.689Z Checking float-ord v0.3.2
12062026-07-06T04:22:55.791Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12072026-07-06T04:22:55.953Z Compiling proc-macro-error-attr v1.0.4
12082026-07-06T04:22:56.151Z Checking bytecount v0.6.9
12092026-07-06T04:22:56.183Z Compiling heapless v0.8.0
12102026-07-06T04:22:56.308Z Checking libscf-sys v1.2.0
12112026-07-06T04:22:56.439Z Compiling ingot-macros v0.1.1
12122026-07-06T04:22:56.519Z Checking hash32 v0.3.1
12132026-07-06T04:22:56.681Z Compiling proc-macro-error v1.0.4
12142026-07-06T04:22:56.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12152026-07-06T04:22:56.801Z Compiling smoltcp v0.11.0
12162026-07-06T04:22:57.460Z Compiling zerocopy v0.7.35
12172026-07-06T04:22:57.484Z Compiling num_enum_derive v0.7.5
12182026-07-06T04:22:57.686Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12192026-07-06T04:22:57.778Z Checking cobs v0.3.0
12202026-07-06T04:22:57.928Z Compiling scroll_derive v0.12.1
12212026-07-06T04:22:58.014Z Compiling foreign-types-macros v0.2.3
12222026-07-06T04:22:58.065Z Compiling usdt-impl v0.5.0
12232026-07-06T04:22:58.251Z Checking foreign-types-shared v0.3.1
12242026-07-06T04:22:58.313Z Checking managed v0.8.0
12252026-07-06T04:22:58.342Z Compiling crucible-workspace-hack v0.1.0
12262026-07-06T04:22:58.499Z Checking bitflags v1.3.2
12272026-07-06T04:22:58.521Z Checking num_enum v0.7.5
12282026-07-06T04:22:58.622Z Checking scroll v0.12.0
12292026-07-06T04:22:58.639Z Checking foreign-types v0.5.0
12302026-07-06T04:22:58.643Z Compiling dof v0.3.0
12312026-07-06T04:22:58.698Z Checking postcard v1.1.3
12322026-07-06T04:22:58.957Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12332026-07-06T04:22:58.978Z Compiling dtrace-parser v0.2.0
12342026-07-06T04:22:59.010Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12352026-07-06T04:22:59.104Z Checking camino-tempfile v1.4.1
12362026-07-06T04:22:59.147Z Checking ingot-types v0.1.2
12372026-07-06T04:22:59.163Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12382026-07-06T04:22:59.261Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12392026-07-06T04:22:59.371Z Checking cstr-argument v0.1.2
12402026-07-06T04:22:59.486Z Checking ingot v0.1.1
12412026-07-06T04:22:59.502Z Compiling thread-id v4.2.2
12422026-07-06T04:22:59.505Z Compiling heck v0.4.1
12432026-07-06T04:22:59.505Z Compiling minimal-lexical v0.2.1
12442026-07-06T04:22:59.656Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12452026-07-06T04:22:59.732Z Compiling nom v7.1.3
12462026-07-06T04:22:59.760Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12472026-07-06T04:22:59.760Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12482026-07-06T04:22:59.760Z Checking goblin v0.8.2
12492026-07-06T04:22:59.946Z Checking rayon v1.11.0
12502026-07-06T04:23:00.127Z Compiling num_enum_derive v0.5.11
12512026-07-06T04:23:00.464Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12522026-07-06T04:23:00.778Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12532026-07-06T04:23:00.968Z Compiling rustc_version v0.4.1
12542026-07-06T04:23:01.121Z Compiling proc-macro-error-attr2 v2.0.0
12552026-07-06T04:23:01.246Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12562026-07-06T04:23:01.281Z Compiling convert_case v0.4.0
12572026-07-06T04:23:01.357Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12582026-07-06T04:23:01.469Z Checking tinyvec_macros v0.1.1
12592026-07-06T04:23:01.532Z Compiling rustix v0.38.44
12602026-07-06T04:23:01.590Z Checking tinyvec v1.10.0
12612026-07-06T04:23:01.649Z Compiling derive_more v0.99.20
12622026-07-06T04:23:01.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12632026-07-06T04:23:01.909Z Compiling proc-macro-error2 v2.0.1
12642026-07-06T04:23:02.040Z Checking num_enum v0.5.11
12652026-07-06T04:23:02.157Z Compiling libz-sys v1.1.22
12662026-07-06T04:23:02.184Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12672026-07-06T04:23:02.288Z Compiling crc32fast v1.5.0
12682026-07-06T04:23:02.579Z Compiling tabled_derive v0.11.0
12692026-07-06T04:23:02.624Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12702026-07-06T04:23:02.798Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12712026-07-06T04:23:03.066Z Compiling usdt-macro v0.5.0
12722026-07-06T04:23:03.253Z Compiling usdt-attr-macro v0.5.0
12732026-07-06T04:23:03.358Z Compiling zone_cfg_derive v0.3.1
12742026-07-06T04:23:03.674Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12752026-07-06T04:23:03.698Z Checking papergrid v0.17.0
12762026-07-06T04:23:03.751Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12772026-07-06T04:23:03.912Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12782026-07-06T04:23:03.986Z Checking itertools v0.12.1
12792026-07-06T04:23:04.023Z Checking testing_table v0.3.0
12802026-07-06T04:23:04.086Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12812026-07-06T04:23:04.118Z Checking sigpipe v0.1.3
12822026-07-06T04:23:04.161Z Checking memmap v0.7.0
12832026-07-06T04:23:04.201Z Checking adler2 v2.0.1
12842026-07-06T04:23:04.298Z Checking jiff v0.2.15
12852026-07-06T04:23:04.314Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12862026-07-06T04:23:04.329Z Checking glob v0.3.3
12872026-07-06T04:23:04.466Z Checking tabled v0.20.0
12882026-07-06T04:23:04.502Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12892026-07-06T04:23:04.555Z Checking miniz_oxide v0.8.9
12902026-07-06T04:23:04.571Z Checking usdt v0.5.0
12912026-07-06T04:23:04.735Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12922026-07-06T04:23:04.826Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12932026-07-06T04:23:04.886Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12942026-07-06T04:23:04.979Z Checking zone v0.3.1
12952026-07-06T04:23:05.079Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12962026-07-06T04:23:05.190Z Checking smf v0.2.3
12972026-07-06T04:23:05.297Z Checking secrecy v0.10.3
12982026-07-06T04:23:05.324Z Checking bstr v1.12.0
12992026-07-06T04:23:05.414Z Checking whoami v1.6.1
13002026-07-06T04:23:05.417Z Checking flate2 v1.1.2
13012026-07-06T04:23:05.584Z Compiling curve25519-dalek v4.1.3
13022026-07-06T04:23:05.655Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
13032026-07-06T04:23:05.703Z Compiling clang-sys v1.8.1
13042026-07-06T04:23:05.719Z Checking hmac v0.12.1
13052026-07-06T04:23:05.853Z Checking inout v0.1.4
13062026-07-06T04:23:05.870Z Checking hybrid-array v0.4.12
13072026-07-06T04:23:06.005Z Checking ff v0.13.1
13082026-07-06T04:23:06.087Z Compiling enum-as-inner v0.6.1
13092026-07-06T04:23:06.133Z Compiling semver v0.1.20
13102026-07-06T04:23:06.345Z Checking data-encoding v2.9.0
13112026-07-06T04:23:06.390Z Compiling rustc_version v0.1.7
13122026-07-06T04:23:06.421Z Checking group v0.13.0
13132026-07-06T04:23:06.600Z Checking cipher v0.4.4
13142026-07-06T04:23:06.659Z Checking hkdf v0.12.4
13152026-07-06T04:23:06.662Z Checking atomicwrites v0.4.4
13162026-07-06T04:23:06.722Z Compiling thiserror-impl-no-std v2.0.2
13172026-07-06T04:23:06.739Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13182026-07-06T04:23:06.786Z Checking universal-hash v0.5.1
13192026-07-06T04:23:06.802Z Checking crypto-bigint v0.5.5
13202026-07-06T04:23:06.817Z Compiling regress v0.11.1
13212026-07-06T04:23:06.896Z Checking half v2.7.1
13222026-07-06T04:23:06.913Z Compiling curve25519-dalek-derive v0.1.1
13232026-07-06T04:23:07.070Z Checking indent_write v2.2.0
13242026-07-06T04:23:07.152Z Checking ciborium-io v0.2.2
13252026-07-06T04:23:07.207Z Checking base64ct v1.8.0
13262026-07-06T04:23:07.249Z Checking opaque-debug v0.3.1
13272026-07-06T04:23:07.323Z Checking base16ct v0.2.0
13282026-07-06T04:23:07.449Z Checking poly1305 v0.8.0
13292026-07-06T04:23:07.452Z Checking password-hash v0.5.0
13302026-07-06T04:23:07.687Z Checking ciborium-ll v0.2.2
13312026-07-06T04:23:07.704Z Checking chacha20 v0.9.1
13322026-07-06T04:23:07.831Z Checking thiserror-no-std v2.0.2
13332026-07-06T04:23:07.849Z Checking elliptic-curve v0.13.8
13342026-07-06T04:23:07.864Z Compiling newtype_derive v0.1.6
13352026-07-06T04:23:07.894Z Checking block-buffer v0.12.0
13362026-07-06T04:23:07.919Z Checking crypto-common v0.2.2
13372026-07-06T04:23:08.043Z Checking similar v2.7.0
13382026-07-06T04:23:08.088Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13392026-07-06T04:23:08.106Z Checking blake2 v0.10.6
13402026-07-06T04:23:08.302Z Checking aead v0.5.2
13412026-07-06T04:23:08.324Z Compiling libloading v0.8.9
13422026-07-06T04:23:08.341Z Checking keccak v0.1.6
13432026-07-06T04:23:08.376Z Compiling typify-impl v0.6.2
13442026-07-06T04:23:08.438Z Compiling owo-colors v4.3.0
13452026-07-06T04:23:08.491Z Checking linked-hash-map v0.5.6
13462026-07-06T04:23:08.518Z Checking resolv-conf v0.7.5
13472026-07-06T04:23:08.546Z Checking compression-core v0.4.32
13482026-07-06T04:23:08.598Z Compiling bindgen v0.72.1
13492026-07-06T04:23:08.660Z Checking const-oid v0.10.2
13502026-07-06T04:23:08.678Z Checking compression-codecs v0.4.32
13512026-07-06T04:23:08.702Z Checking lru-cache v0.1.2
13522026-07-06T04:23:08.817Z Checking sha3 v0.10.8
13532026-07-06T04:23:08.835Z Checking digest v0.11.3
13542026-07-06T04:23:08.868Z Checking chacha20poly1305 v0.10.1
13552026-07-06T04:23:08.914Z Checking argon2 v0.5.3
13562026-07-06T04:23:08.997Z Checking vsss-rs v3.3.4
13572026-07-06T04:23:09.030Z Checking ciborium v0.2.2
13582026-07-06T04:23:09.068Z Checking hickory-proto v0.24.4
13592026-07-06T04:23:09.216Z Checking tokio-dtrace v0.1.1
13602026-07-06T04:23:09.396Z Compiling cexpr v0.6.0
13612026-07-06T04:23:09.448Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13622026-07-06T04:23:09.760Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13632026-07-06T04:23:09.960Z Checking serde-big-array v0.5.1
13642026-07-06T04:23:09.993Z Compiling derive-where v1.6.0
13652026-07-06T04:23:10.086Z Compiling serde_repr v0.1.20
13662026-07-06T04:23:10.102Z Checking toml_datetime v1.1.1+spec-1.1.0
13672026-07-06T04:23:10.304Z Compiling dropshot v0.17.1
13682026-07-06T04:23:10.364Z Compiling shlex v1.3.0
13692026-07-06T04:23:10.544Z Checking same-file v1.0.6
13702026-07-06T04:23:10.566Z Checking siphasher v1.0.1
13712026-07-06T04:23:10.594Z Checking unicode-segmentation v1.12.0
13722026-07-06T04:23:10.663Z Checking cpufeatures v0.3.0
13732026-07-06T04:23:10.666Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13742026-07-06T04:23:10.727Z Checking phf_shared v0.12.1
13752026-07-06T04:23:10.744Z Checking sha1 v0.11.0
13762026-07-06T04:23:10.870Z Checking walkdir v2.5.0
13772026-07-06T04:23:10.913Z Checking newline-converter v0.3.0
13782026-07-06T04:23:10.930Z Checking hickory-resolver v0.24.4
13792026-07-06T04:23:11.078Z Checking toml v1.1.2+spec-1.1.0
13802026-07-06T04:23:11.271Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13812026-07-06T04:23:11.639Z Checking oxide-tokio-rt v0.1.2
13822026-07-06T04:23:11.683Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13832026-07-06T04:23:11.837Z Checking async-compression v0.4.33
13842026-07-06T04:23:11.888Z Compiling typify-macro v0.6.2
13852026-07-06T04:23:11.905Z Compiling progenitor-impl v0.10.0
13862026-07-06T04:23:12.089Z Checking console v0.15.11
13872026-07-06T04:23:12.369Z Checking tokio-stream v0.1.17
13882026-07-06T04:23:12.471Z Compiling dropshot_endpoint v0.17.1
13892026-07-06T04:23:12.614Z Compiling pin-project-internal v1.1.10
13902026-07-06T04:23:12.761Z Compiling slog-dtrace v0.3.0
13912026-07-06T04:23:13.005Z Checking csv-core v0.1.12
13922026-07-06T04:23:13.022Z Compiling unicode-xid v0.2.6
13932026-07-06T04:23:13.152Z Compiling cancel-safe-futures v0.1.5
13942026-07-06T04:23:13.196Z Checking swrite v0.1.0
13952026-07-06T04:23:13.293Z Checking smawk v0.3.2
13962026-07-06T04:23:13.408Z Compiling chrono-tz v0.10.4
13972026-07-06T04:23:13.429Z Checking unicode-linebreak v0.1.5
13982026-07-06T04:23:13.456Z Checking unicode-width v0.1.14
13992026-07-06T04:23:13.634Z Checking foldhash v0.1.5
14002026-07-06T04:23:13.653Z Checking textwrap v0.16.2
14012026-07-06T04:23:13.699Z Checking pin-project v1.1.10
14022026-07-06T04:23:13.764Z Checking csv v1.4.0
14032026-07-06T04:23:13.781Z Checking hashbrown v0.15.5
14042026-07-06T04:23:13.799Z Compiling const_format_proc_macros v0.2.34
14052026-07-06T04:23:13.865Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14062026-07-06T04:23:13.994Z Compiling progenitor-macro v0.10.0
14072026-07-06T04:23:14.129Z Checking qorb v0.4.1
14082026-07-06T04:23:14.253Z Checking expectorate v1.2.0
14092026-07-06T04:23:14.383Z Checking phf v0.12.1
14102026-07-06T04:23:14.531Z Checking unicode-normalization v0.1.24
14112026-07-06T04:23:14.576Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14122026-07-06T04:23:15.095Z Checking libsw-core v0.3.2
14132026-07-06T04:23:15.338Z Compiling libgit2-sys v0.17.0+1.8.1
14142026-07-06T04:23:15.477Z Compiling snafu-derive v0.8.9
14152026-07-06T04:23:15.772Z Compiling async-recursion v1.1.1
14162026-07-06T04:23:15.800Z Compiling cookie v0.18.1
14172026-07-06T04:23:15.822Z Checking fixedbitset v0.5.7
14182026-07-06T04:23:16.027Z Compiling moka v0.12.11
14192026-07-06T04:23:16.125Z Checking highway v1.3.0
14202026-07-06T04:23:16.247Z Checking fixedbitset v0.4.2
14212026-07-06T04:23:16.404Z Checking petgraph v0.6.5
14222026-07-06T04:23:16.421Z Checking petgraph v0.8.2
14232026-07-06T04:23:17.212Z Checking snafu v0.8.9
14242026-07-06T04:23:17.412Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-07-06T04:23:17.456Z Checking libsw v3.5.0
14262026-07-06T04:23:17.608Z Checking olpc-cjson v0.1.4
14272026-07-06T04:23:17.626Z Checking const_format v0.2.34
14282026-07-06T04:23:17.751Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14292026-07-06T04:23:17.852Z Checking papergrid v0.11.0
14302026-07-06T04:23:17.932Z Compiling typify v0.6.2
14312026-07-06T04:23:18.030Z Checking globset v0.4.16
14322026-07-06T04:23:18.046Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14332026-07-06T04:23:18.139Z Checking gethostname v0.5.0
14342026-07-06T04:23:18.201Z Checking progenitor v0.10.0
14352026-07-06T04:23:18.271Z Compiling tabled_derive v0.7.0
14362026-07-06T04:23:18.333Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14372026-07-06T04:23:18.351Z Checking reqwest v0.13.2
14382026-07-06T04:23:18.448Z Checking bcs v0.1.6
14392026-07-06T04:23:18.527Z Checking pem v3.0.5
14402026-07-06T04:23:18.672Z Checking serde_plain v1.0.2
14412026-07-06T04:23:18.686Z Compiling signal-hook v0.4.4
14422026-07-06T04:23:18.702Z Checking linear-map v1.2.0
14432026-07-06T04:23:18.818Z Checking humantime v2.3.0
14442026-07-06T04:23:18.873Z Checking crc8 v0.1.1
14452026-07-06T04:23:18.896Z Checking termtree v0.5.1
14462026-07-06T04:23:18.914Z Checking typed-path v0.9.3
14472026-07-06T04:23:18.972Z Checking tagptr v0.2.0
14482026-07-06T04:23:19.023Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-07-06T04:23:19.040Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-07-06T04:23:19.212Z Checking tabled v0.15.0
14512026-07-06T04:23:19.663Z Checking tough v0.20.0
14522026-07-06T04:23:19.733Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-07-06T04:23:19.898Z Compiling progenitor-impl v0.14.0
14542026-07-06T04:23:20.348Z Checking steno v0.4.1
14552026-07-06T04:23:20.592Z Checking hickory-proto v0.25.2
14562026-07-06T04:23:21.132Z Compiling curl-sys v0.4.89+curl-8.20.0
14572026-07-06T04:23:21.323Z Compiling cargo-platform v0.1.9
14582026-07-06T04:23:21.524Z Compiling vergen v8.3.2
14592026-07-06T04:23:21.593Z Compiling fs-err v3.1.2
14602026-07-06T04:23:21.664Z Compiling cargo_metadata v0.18.1
14612026-07-06T04:23:21.987Z Compiling progenitor-macro v0.14.0
14622026-07-06T04:23:22.054Z Checking progenitor-client v0.14.0
14632026-07-06T04:23:22.142Z Checking dropshot-api-manager-types v0.7.2
14642026-07-06T04:23:22.226Z Checking hickory-resolver v0.25.2
14652026-07-06T04:23:22.278Z Checking sha2 v0.10.9
14662026-07-06T04:23:22.314Z Compiling blake3 v1.8.2
14672026-07-06T04:23:22.869Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14682026-07-06T04:23:22.960Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14692026-07-06T04:23:23.088Z Checking git-stub v1.0.0
14702026-07-06T04:23:23.237Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14712026-07-06T04:23:23.793Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14722026-07-06T04:23:23.812Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14732026-07-06T04:23:24.196Z Compiling strum_macros v0.28.0
14742026-07-06T04:23:24.231Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14752026-07-06T04:23:24.672Z Checking filetime v0.2.26
14762026-07-06T04:23:24.815Z Checking is_ci v1.2.0
14772026-07-06T04:23:24.874Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14782026-07-06T04:23:24.893Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14792026-07-06T04:23:24.912Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14802026-07-06T04:23:25.084Z Checking arrayvec v0.7.6
14812026-07-06T04:23:25.160Z Compiling curl v0.4.50
14822026-07-06T04:23:25.269Z Checking xattr v1.6.1
14832026-07-06T04:23:25.353Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-07-06T04:23:25.402Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14852026-07-06T04:23:25.418Z Checking constant_time_eq v0.3.1
14862026-07-06T04:23:25.421Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-07-06T04:23:25.516Z Checking arrayref v0.3.9
14882026-07-06T04:23:25.593Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14892026-07-06T04:23:25.688Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14902026-07-06T04:23:25.944Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14912026-07-06T04:23:26.025Z Checking strum v0.28.0
14922026-07-06T04:23:26.124Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14932026-07-06T04:23:26.163Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14942026-07-06T04:23:26.166Z Checking progenitor v0.14.0
14952026-07-06T04:23:26.198Z Checking tar v0.4.45
14962026-07-06T04:23:26.307Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14972026-07-06T04:23:26.367Z Checking toml v0.7.8
14982026-07-06T04:23:26.549Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14992026-07-06T04:23:26.615Z Checking supports-color v3.0.2
15002026-07-06T04:23:26.762Z Checking git-stub-vcs v0.1.0
15012026-07-06T04:23:26.859Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15022026-07-06T04:23:27.266Z Checking drift v0.2.0
15032026-07-06T04:23:27.591Z Checking kstat-rs v0.2.4
15042026-07-06T04:23:27.650Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15052026-07-06T04:23:27.782Z Checking topological-sort v0.2.2
15062026-07-06T04:23:27.918Z Checking omicron-zone-package v0.12.2
15072026-07-06T04:23:28.015Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15082026-07-06T04:23:28.058Z Checking dropshot-api-manager v0.7.2
15092026-07-06T04:23:29.148Z Checking signal-hook-tokio v0.4.0
15102026-07-06T04:23:29.276Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
15112026-07-06T04:23:29.763Z Checking scuffle v0.1.0
15122026-07-06T04:23:29.796Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
15132026-07-06T04:23:29.959Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15142026-07-06T04:23:30.308Z Checking iddqd v0.4.5
15152026-07-06T04:23:30.367Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15162026-07-06T04:23:30.591Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
15172026-07-06T04:23:30.789Z Checking internet-checksum v0.2.1
15182026-07-06T04:23:30.910Z Checking search_path v0.1.4
15192026-07-06T04:23:30.949Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15202026-07-06T04:23:31.049Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
15212026-07-06T04:23:31.160Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15222026-07-06T04:23:31.333Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15232026-07-06T04:23:31.844Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15242026-07-06T04:23:32.531Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15252026-07-06T04:23:32.668Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15262026-07-06T04:23:32.774Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15272026-07-06T04:23:33.778Z Compiling git2 v0.19.0
15282026-07-06T04:23:34.431Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15292026-07-06T04:23:36.114Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15302026-07-06T04:23:43.777Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15312026-07-06T04:23:45.057Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15322026-07-06T04:23:49.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
15332026-07-06T04:23:50.310Z+ for feat in tofino_stub tofino_asic softnpu chaos
15342026-07-06T04:23:50.310Z+ cargo clippy --features tofino_asic -- --deny warnings
15352026-07-06T04:23:50.805Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
15362026-07-06T04:23:50.805Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15372026-07-06T04:23:50.808Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15382026-07-06T04:23:50.808Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15392026-07-06T04:23:58.015Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15402026-07-06T04:23:58.018Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15412026-07-06T04:24:00.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
15422026-07-06T04:24:00.692Z+ for feat in tofino_stub tofino_asic softnpu chaos
15432026-07-06T04:24:00.692Z+ cargo clippy --features softnpu -- --deny warnings
15442026-07-06T04:24:00.993Z Downloading crates ...
15452026-07-06T04:24:01.131Z Downloaded typeid v1.0.3
15462026-07-06T04:24:01.137Z Downloaded ascii v1.1.0
15472026-07-06T04:24:01.140Z Downloaded libloading v0.7.4
15482026-07-06T04:24:01.143Z Downloaded tap v1.0.1
15492026-07-06T04:24:01.146Z Downloaded serde_arrays v0.1.0
15502026-07-06T04:24:01.149Z Downloaded bitstruct_derive v0.1.0
15512026-07-06T04:24:01.149Z Downloaded bitstruct v0.1.1
15522026-07-06T04:24:01.149Z Downloaded funty v2.0.0
15532026-07-06T04:24:01.155Z Downloaded erased-serde v0.4.8
15542026-07-06T04:24:01.158Z Downloaded wyz v0.5.1
15552026-07-06T04:24:01.158Z Downloaded radium v0.7.0
15562026-07-06T04:24:01.169Z Downloaded bitvec v1.0.1
15572026-07-06T04:24:01.176Z Downloaded num-bigint v0.4.6
15582026-07-06T04:24:01.299Z Checking num-integer v0.1.46
15592026-07-06T04:24:01.302Z Checking num-complex v0.4.6
15602026-07-06T04:24:01.392Z Compiling radium v0.7.0
15612026-07-06T04:24:01.399Z Checking tap v1.0.1
15622026-07-06T04:24:01.405Z Checking funty v2.0.0
15632026-07-06T04:24:01.411Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15642026-07-06T04:24:01.414Z Compiling typeid v1.0.3
15652026-07-06T04:24:01.424Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15662026-07-06T04:24:01.482Z Checking wyz v0.5.1
15672026-07-06T04:24:01.589Z Checking num-bigint v0.4.6
15682026-07-06T04:24:01.599Z Checking num-iter v0.1.45
15692026-07-06T04:24:01.648Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15702026-07-06T04:24:01.659Z Compiling erased-serde v0.4.8
15712026-07-06T04:24:01.728Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15722026-07-06T04:24:01.736Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15732026-07-06T04:24:01.753Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15742026-07-06T04:24:01.803Z Compiling bitstruct_derive v0.1.0
15752026-07-06T04:24:01.831Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-07-06T04:24:01.852Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15772026-07-06T04:24:01.855Z Checking ascii v1.1.0
15782026-07-06T04:24:01.870Z Checking bitvec v1.0.1
15792026-07-06T04:24:01.873Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15802026-07-06T04:24:01.937Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15812026-07-06T04:24:02.034Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15822026-07-06T04:24:02.043Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15832026-07-06T04:24:02.053Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15842026-07-06T04:24:02.062Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15852026-07-06T04:24:02.333Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15862026-07-06T04:24:02.349Z Checking serde_arrays v0.1.0
15872026-07-06T04:24:02.433Z Checking num-rational v0.4.2
15882026-07-06T04:24:02.450Z Checking libloading v0.7.4
15892026-07-06T04:24:02.467Z Checking bitstruct v0.1.1
15902026-07-06T04:24:02.491Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15912026-07-06T04:24:02.701Z Checking num v0.4.3
15922026-07-06T04:24:02.767Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-07-06T04:24:03.334Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15942026-07-06T04:24:03.630Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15952026-07-06T04:24:03.630Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15962026-07-06T04:24:03.822Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15972026-07-06T04:24:03.994Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15982026-07-06T04:24:03.997Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15992026-07-06T04:24:04.462Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16002026-07-06T04:24:04.684Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
16012026-07-06T04:24:04.687Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16022026-07-06T04:24:04.687Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16032026-07-06T04:24:04.687Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16042026-07-06T04:24:05.066Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
16052026-07-06T04:24:05.484Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
16062026-07-06T04:24:06.353Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16072026-07-06T04:24:08.580Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
16082026-07-06T04:24:08.943Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
16092026-07-06T04:24:09.816Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
16102026-07-06T04:24:10.535Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16112026-07-06T04:24:10.652Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
16122026-07-06T04:24:17.156Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16132026-07-06T04:24:18.428Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
16142026-07-06T04:24:18.964Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16152026-07-06T04:24:23.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.61s
16162026-07-06T04:24:23.496Z+ for feat in tofino_stub tofino_asic softnpu chaos
16172026-07-06T04:24:23.497Z+ cargo clippy --features chaos -- --deny warnings
16182026-07-06T04:24:23.983Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16192026-07-06T04:24:23.986Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16202026-07-06T04:24:23.986Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16212026-07-06T04:24:31.186Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16222026-07-06T04:24:31.187Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16232026-07-06T04:24:33.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.12s
16242026-07-06T04:24:33.805Z+ banner fmt
16252026-07-06T04:24:33.808Z
16262026-07-06T04:24:33.808Z ###### # # #####
16272026-07-06T04:24:33.808Z # ## ## #
16282026-07-06T04:24:33.808Z ##### # ## # #
16292026-07-06T04:24:33.808Z # # # #
16302026-07-06T04:24:33.808Z # # # #
16312026-07-06T04:24:33.808Z # # # #
16322026-07-06T04:24:33.808Z
16332026-07-06T04:24:33.808Z+ cargo fmt -- --check
16342026-07-06T04:24:34.246Z+ banner test
16352026-07-06T04:24:34.249Z
16362026-07-06T04:24:34.249Z ##### ###### #### #####
16372026-07-06T04:24:34.250Z # # # #
16382026-07-06T04:24:34.250Z # ##### #### #
16392026-07-06T04:24:34.250Z # # # #
16402026-07-06T04:24:34.250Z # # # # #
16412026-07-06T04:24:34.250Z # ###### #### #
16422026-07-06T04:24:34.250Z
16432026-07-06T04:24:34.250Z+ for feat in tofino_stub tofino_asic softnpu chaos
16442026-07-06T04:24:34.250Z+ RUST_BACKTRACE=full
16452026-07-06T04:24:34.250Z+ cargo test --features tofino_stub --no-fail-fast
16462026-07-06T04:24:35.094Z Compiling unicode-ident v1.0.24
16472026-07-06T04:24:35.094Z Compiling cfg-if v1.0.4
16482026-07-06T04:24:35.097Z Compiling memchr v2.7.5
16492026-07-06T04:24:35.097Z Compiling serde_core v1.0.228
16502026-07-06T04:24:35.212Z Compiling itoa v1.0.15
16512026-07-06T04:24:35.226Z Compiling libc v0.2.186
16522026-07-06T04:24:35.234Z Compiling zmij v1.0.17
16532026-07-06T04:24:35.256Z Compiling libm v0.2.15
16542026-07-06T04:24:35.314Z Compiling proc-macro2 v1.0.106
16552026-07-06T04:24:35.331Z Compiling heck v0.5.0
16562026-07-06T04:24:35.496Z Compiling equivalent v1.0.2
16572026-07-06T04:24:35.597Z Compiling smallvec v1.15.1
16582026-07-06T04:24:35.717Z Compiling quote v1.0.45
16592026-07-06T04:24:35.729Z Compiling log v0.4.29
16602026-07-06T04:24:35.805Z Compiling iana-time-zone v0.1.64
16612026-07-06T04:24:35.930Z Compiling syn v2.0.118
16622026-07-06T04:24:35.943Z Compiling dyn-clone v1.0.20
16632026-07-06T04:24:36.008Z Compiling hashbrown v0.17.1
16642026-07-06T04:24:36.011Z Compiling stable_deref_trait v1.2.0
16652026-07-06T04:24:36.031Z Compiling pin-project-lite v0.2.16
16662026-07-06T04:24:36.083Z Compiling percent-encoding v2.3.2
16672026-07-06T04:24:36.097Z Compiling fnv v1.0.7
16682026-07-06T04:24:36.123Z Compiling litemap v0.8.0
16692026-07-06T04:24:36.192Z Compiling writeable v0.6.1
16702026-07-06T04:24:36.279Z Compiling icu_normalizer_data v2.0.0
16712026-07-06T04:24:36.338Z Compiling icu_properties_data v2.0.1
16722026-07-06T04:24:36.356Z Compiling regex-syntax v0.8.11
16732026-07-06T04:24:36.370Z Compiling form_urlencoded v1.2.2
16742026-07-06T04:24:36.473Z Compiling utf8_iter v1.0.4
16752026-07-06T04:24:36.495Z Compiling scopeguard v1.2.0
16762026-07-06T04:24:36.562Z Compiling num-traits v0.2.19
16772026-07-06T04:24:36.575Z Compiling getrandom v0.4.2
16782026-07-06T04:24:36.614Z Compiling lock_api v0.4.14
16792026-07-06T04:24:36.719Z Compiling aho-corasick v1.1.3
16802026-07-06T04:24:36.846Z Compiling ucd-trie v0.1.7
16812026-07-06T04:24:37.063Z Compiling semver v1.0.28
16822026-07-06T04:24:37.151Z Compiling serde_json v1.0.150
16832026-07-06T04:24:37.185Z Compiling indexmap v2.14.0
16842026-07-06T04:24:37.297Z Compiling byteorder v1.5.0
16852026-07-06T04:24:37.412Z Compiling futures-core v0.3.32
16862026-07-06T04:24:37.425Z Compiling uuid v1.23.3
16872026-07-06T04:24:37.518Z Compiling allocator-api2 v0.2.21
16882026-07-06T04:24:37.807Z Compiling foldhash v0.2.0
16892026-07-06T04:24:37.837Z Compiling regex-automata v0.4.13
16902026-07-06T04:24:37.850Z Compiling num-conv v0.2.1
16912026-07-06T04:24:38.029Z Compiling time-core v0.1.8
16922026-07-06T04:24:38.036Z Compiling hashbrown v0.16.1
16932026-07-06T04:24:38.072Z Compiling futures-sink v0.3.32
16942026-07-06T04:24:38.155Z Compiling time-macros v0.2.27
16952026-07-06T04:24:38.175Z Compiling ryu v1.0.20
16962026-07-06T04:24:38.367Z Compiling pretty-hex v0.4.1
16972026-07-06T04:24:38.507Z Compiling slab v0.4.11
16982026-07-06T04:24:38.689Z Compiling plain v0.2.3
16992026-07-06T04:24:38.703Z Compiling strsim v0.11.1
17002026-07-06T04:24:38.769Z Compiling synstructure v0.13.2
17012026-07-06T04:24:38.799Z Compiling serde_derive_internals v0.29.1
17022026-07-06T04:24:39.019Z Compiling futures-channel v0.3.32
17032026-07-06T04:24:39.096Z Compiling futures-task v0.3.32
17042026-07-06T04:24:39.147Z Compiling futures-io v0.3.32
17052026-07-06T04:24:39.189Z Compiling socket2 v0.6.4
17062026-07-06T04:24:39.269Z Compiling parking_lot_core v0.9.12
17072026-07-06T04:24:39.283Z Compiling signal-hook-registry v1.4.6
17082026-07-06T04:24:39.309Z Compiling thread-id v5.0.0
17092026-07-06T04:24:39.396Z Compiling mio v1.2.1
17102026-07-06T04:24:39.538Z Compiling regex v1.12.4
17112026-07-06T04:24:39.566Z Compiling parking_lot v0.12.5
17122026-07-06T04:24:39.671Z Compiling regress v0.10.5
17132026-07-06T04:24:39.674Z Compiling darling_core v0.21.3
17142026-07-06T04:24:39.725Z Compiling base64 v0.22.1
17152026-07-06T04:24:39.918Z Compiling bitflags v2.11.1
17162026-07-06T04:24:39.969Z Compiling serde_derive v1.0.228
17172026-07-06T04:24:39.982Z Compiling zerofrom-derive v0.1.6
17182026-07-06T04:24:40.006Z Compiling yoke-derive v0.8.0
17192026-07-06T04:24:40.072Z Compiling zerovec-derive v0.11.1
17202026-07-06T04:24:40.159Z Compiling displaydoc v0.2.5
17212026-07-06T04:24:40.422Z Compiling thiserror-impl v2.0.18
17222026-07-06T04:24:40.934Z Compiling schemars_derive v0.8.22
17232026-07-06T04:24:41.066Z Compiling tokio-macros v2.7.0
17242026-07-06T04:24:41.177Z Compiling zerocopy-derive v0.8.27
17252026-07-06T04:24:41.207Z Compiling zeroize_derive v1.4.3
17262026-07-06T04:24:41.724Z Compiling thiserror v2.0.18
17272026-07-06T04:24:41.807Z Compiling futures-macro v0.3.32
17282026-07-06T04:24:41.835Z Compiling zerofrom v0.1.6
17292026-07-06T04:24:41.879Z Compiling thiserror-impl v1.0.69
17302026-07-06T04:24:41.903Z Compiling tracing-attributes v0.1.30
17312026-07-06T04:24:41.968Z Compiling yoke v0.8.0
17322026-07-06T04:24:42.165Z Compiling zerovec v0.11.4
17332026-07-06T04:24:42.218Z Compiling zerotrie v0.2.2
17342026-07-06T04:24:42.509Z Compiling zerocopy v0.8.27
17352026-07-06T04:24:42.537Z Compiling pest v2.8.2
17362026-07-06T04:24:42.680Z Compiling scroll_derive v0.13.1
17372026-07-06T04:24:42.725Z Compiling serde v1.0.228
17382026-07-06T04:24:43.087Z Compiling tinystr v0.8.1
17392026-07-06T04:24:43.174Z Compiling potential_utf v0.1.3
17402026-07-06T04:24:43.246Z Compiling bytes v1.12.0
17412026-07-06T04:24:43.292Z Compiling serde_tokenstream v0.2.3
17422026-07-06T04:24:43.345Z Compiling icu_locale_core v2.0.0
17432026-07-06T04:24:43.539Z Compiling icu_collections v2.0.0
17442026-07-06T04:24:43.551Z Compiling chrono v0.4.45
17452026-07-06T04:24:43.587Z Compiling pest_meta v2.8.2
17462026-07-06T04:24:43.843Z Compiling icu_provider v2.0.0
17472026-07-06T04:24:43.888Z Compiling http v1.4.2
17482026-07-06T04:24:44.003Z Compiling async-trait v0.1.89
17492026-07-06T04:24:44.163Z Compiling icu_properties v2.0.1
17502026-07-06T04:24:44.195Z Compiling icu_normalizer v2.0.0
17512026-07-06T04:24:44.209Z Compiling pest_generator v2.8.2
17522026-07-06T04:24:44.805Z Compiling schemars v0.8.22
17532026-07-06T04:24:44.832Z Compiling scroll v0.13.0
17542026-07-06T04:24:44.872Z Compiling thiserror v1.0.69
17552026-07-06T04:24:44.888Z Compiling pest_derive v2.8.2
17562026-07-06T04:24:44.976Z Compiling tokio v1.52.3
17572026-07-06T04:24:44.999Z Compiling openapiv3 v2.2.0
17582026-07-06T04:24:45.071Z Compiling idna_adapter v1.2.1
17592026-07-06T04:24:45.103Z Compiling goblin v0.10.1
17602026-07-06T04:24:45.223Z Compiling idna v1.1.0
17612026-07-06T04:24:45.343Z Compiling daft-derive v0.1.5
17622026-07-06T04:24:45.461Z Compiling dtrace-parser v0.3.0
17632026-07-06T04:24:45.580Z Compiling url v2.5.7
17642026-07-06T04:24:45.990Z Compiling typify-impl v0.4.3
17652026-07-06T04:24:46.318Z Compiling darling_macro v0.21.3
17662026-07-06T04:24:46.339Z Compiling http-body v1.0.1
17672026-07-06T04:24:46.455Z Compiling ppv-lite86 v0.2.21
17682026-07-06T04:24:46.495Z Compiling erased-serde v0.3.31
17692026-07-06T04:24:46.679Z Compiling serde_yaml v0.9.34+deprecated
17702026-07-06T04:24:46.840Z Compiling openssl-macros v0.1.1
17712026-07-06T04:24:46.959Z Compiling darling v0.21.3
17722026-07-06T04:24:47.042Z Compiling getrandom v0.2.16
17732026-07-06T04:24:47.237Z Compiling ipnet v2.11.0
17742026-07-06T04:24:47.334Z Compiling atomic-waker v1.1.2
17752026-07-06T04:24:47.632Z Compiling httparse v1.10.1
17762026-07-06T04:24:47.790Z Compiling tower-layer v0.3.3
17772026-07-06T04:24:47.948Z Compiling dof v0.4.0
17782026-07-06T04:24:47.962Z Compiling tower-service v0.3.3
17792026-07-06T04:24:47.978Z Compiling untrusted v0.9.0
17802026-07-06T04:24:48.060Z Compiling anyhow v1.0.102
17812026-07-06T04:24:48.106Z Compiling try-lock v0.2.5
17822026-07-06T04:24:48.222Z Compiling want v0.3.1
17832026-07-06T04:24:48.320Z Compiling syn v1.0.109
17842026-07-06T04:24:48.397Z Compiling zeroize v1.8.1
17852026-07-06T04:24:48.451Z Compiling usdt-impl v0.6.0
17862026-07-06T04:24:48.464Z Compiling httpdate v1.0.3
17872026-07-06T04:24:48.710Z Compiling portable-atomic v1.11.1
17882026-07-06T04:24:49.269Z Compiling structmeta-derive v0.3.0
17892026-07-06T04:24:49.287Z Compiling async-stream-impl v0.3.6
17902026-07-06T04:24:49.671Z Compiling critical-section v1.2.0
17912026-07-06T04:24:49.786Z Compiling once_cell v1.21.3
17922026-07-06T04:24:49.932Z Compiling usdt-macro v0.6.0
17932026-07-06T04:24:49.944Z Compiling usdt-attr-macro v0.6.0
17942026-07-06T04:24:50.318Z Compiling newtype-uuid-macros v0.1.0
17952026-07-06T04:24:50.330Z Compiling structmeta v0.3.0
17962026-07-06T04:24:50.539Z Compiling strum_macros v0.26.4
17972026-07-06T04:24:51.080Z Compiling powerfmt v0.2.0
17982026-07-06T04:24:51.207Z Compiling num_threads v0.1.7
17992026-07-06T04:24:51.278Z Compiling deranged v0.5.3
18002026-07-06T04:24:51.750Z Compiling http-body-util v0.1.3
18012026-07-06T04:24:51.923Z Compiling omicron-workspace-hack v0.1.0
18022026-07-06T04:24:51.990Z Compiling dropshot_endpoint v0.16.7
18032026-07-06T04:24:52.002Z Compiling serde_urlencoded v0.7.1
18042026-07-06T04:24:52.089Z Compiling ref-cast-impl v1.0.25
18052026-07-06T04:24:52.253Z Compiling derive-ex v0.1.8
18062026-07-06T04:24:52.318Z Compiling typify-macro v0.4.3
18072026-07-06T04:24:52.405Z Compiling strum_macros v0.27.2
18082026-07-06T04:24:52.431Z Compiling sync_wrapper v1.0.2
18092026-07-06T04:24:52.541Z Compiling serde_with_macros v3.14.1
18102026-07-06T04:24:52.594Z Compiling subtle v2.6.1
18112026-07-06T04:24:52.768Z Compiling thread_local v1.1.9
18122026-07-06T04:24:53.038Z Compiling iri-string v0.7.8
18132026-07-06T04:24:53.091Z Compiling futures-util v0.3.32
18142026-07-06T04:24:53.559Z Compiling match_cfg v0.1.0
18152026-07-06T04:24:53.683Z Compiling rand_core v0.6.4
18162026-07-06T04:24:53.696Z Compiling typenum v1.20.1
18172026-07-06T04:24:53.874Z Compiling test-strategy v0.4.3
18182026-07-06T04:24:53.916Z Compiling take_mut v0.2.2
18192026-07-06T04:24:54.029Z Compiling term v1.2.0
18202026-07-06T04:24:54.379Z Compiling typify v0.4.3
18212026-07-06T04:24:54.480Z Compiling progenitor-impl v0.11.1
18222026-07-06T04:24:54.506Z Compiling parse-display-derive v0.10.0
18232026-07-06T04:24:54.646Z Compiling tracing-core v0.1.34
18242026-07-06T04:24:54.687Z Compiling toml_datetime v0.6.11
18252026-07-06T04:24:54.733Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18262026-07-06T04:24:54.962Z Compiling camino v1.2.3
18272026-07-06T04:24:55.215Z Compiling tracing v0.1.41
18282026-07-06T04:24:55.351Z Compiling clap_derive v4.6.1
18292026-07-06T04:24:55.428Z Compiling encoding_rs v0.8.35
18302026-07-06T04:24:55.443Z Compiling cpufeatures v0.2.17
18312026-07-06T04:24:55.518Z Compiling mime v0.3.17
18322026-07-06T04:24:55.564Z Compiling fastrand v2.3.0
18332026-07-06T04:24:55.790Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18342026-07-06T04:24:56.028Z Compiling unicode-width v0.2.1
18352026-07-06T04:24:56.308Z Compiling errno v0.3.14
18362026-07-06T04:24:56.461Z Compiling hex v0.4.3
18372026-07-06T04:24:56.483Z Compiling generic-array v0.14.7
18382026-07-06T04:24:56.824Z Compiling ipnetwork v0.21.1
18392026-07-06T04:24:57.050Z Compiling crossbeam-utils v0.8.21
18402026-07-06T04:24:57.198Z Compiling tokio-util v0.7.16
18412026-07-06T04:24:57.266Z Compiling slog v2.8.2
18422026-07-06T04:24:57.574Z Compiling rustix v1.1.4
18432026-07-06T04:24:57.682Z Compiling getrandom v0.3.3
18442026-07-06T04:24:57.826Z Compiling winnow v0.7.14
18452026-07-06T04:24:57.867Z Compiling rand_core v0.9.3
18462026-07-06T04:24:57.870Z Compiling h2 v0.4.14
18472026-07-06T04:24:57.926Z Compiling oxnet v0.1.6
18482026-07-06T04:24:57.982Z Compiling progenitor-macro v0.11.1
18492026-07-06T04:24:58.090Z Compiling crypto-common v0.1.6
18502026-07-06T04:24:58.229Z Compiling itertools v0.14.0
18512026-07-06T04:24:58.805Z Compiling winnow v1.0.3
18522026-07-06T04:24:58.934Z Compiling num-derive v0.4.2
18532026-07-06T04:24:59.160Z Compiling toml_parser v1.1.2+spec-1.1.0
18542026-07-06T04:24:59.313Z Compiling serde_spanned v1.1.1
18552026-07-06T04:24:59.470Z Compiling spin v0.9.8
18562026-07-06T04:24:59.473Z Compiling toml_writer v1.1.1+spec-1.1.0
18572026-07-06T04:24:59.592Z Compiling debug-ignore v1.0.5
18582026-07-06T04:24:59.699Z Compiling rand_chacha v0.9.0
18592026-07-06T04:24:59.873Z Compiling rustls-pki-types v1.12.0
18602026-07-06T04:24:59.898Z Compiling quick-error v1.2.3
18612026-07-06T04:25:00.011Z Compiling hyper v1.10.1
18622026-07-06T04:25:00.034Z Compiling rand v0.9.3
18632026-07-06T04:25:00.204Z Compiling tabwriter v1.4.1
18642026-07-06T04:25:00.363Z Compiling async-stream v0.3.6
18652026-07-06T04:25:00.457Z Compiling waitgroup v0.1.2
18662026-07-06T04:25:00.542Z Compiling serde_path_to_error v0.1.20
18672026-07-06T04:25:00.606Z Compiling lazy_static v1.5.0
18682026-07-06T04:25:00.650Z Compiling colored v3.1.1
18692026-07-06T04:25:00.711Z Compiling bit-vec v0.8.0
18702026-07-06T04:25:00.892Z Compiling time v0.3.47
18712026-07-06T04:25:00.905Z Compiling strum v0.26.3
18722026-07-06T04:25:00.955Z Compiling bit-set v0.8.0
18732026-07-06T04:25:01.019Z Compiling ring v0.17.14
18742026-07-06T04:25:01.051Z Compiling toml_datetime v0.7.5+spec-1.1.0
18752026-07-06T04:25:01.118Z Compiling hyper-util v0.1.20
18762026-07-06T04:25:01.479Z Compiling anstyle v1.0.14
18772026-07-06T04:25:01.744Z Compiling unarray v0.1.4
18782026-07-06T04:25:01.776Z Compiling toml v0.9.12+spec-1.1.0
18792026-07-06T04:25:01.862Z Compiling crossbeam-channel v0.5.15
18802026-07-06T04:25:02.342Z Compiling macaddr v1.0.1
18812026-07-06T04:25:02.589Z Compiling utf8parse v0.2.2
18822026-07-06T04:25:02.658Z Compiling block-buffer v0.10.4
18832026-07-06T04:25:02.707Z Compiling anstyle-parse v1.0.0
18842026-07-06T04:25:02.775Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18852026-07-06T04:25:02.788Z Compiling ref-cast v1.0.25
18862026-07-06T04:25:02.815Z Compiling anstyle-query v1.1.4
18872026-07-06T04:25:02.896Z Compiling is_terminal_polyfill v1.70.1
18882026-07-06T04:25:02.909Z Compiling colorchoice v1.0.4
18892026-07-06T04:25:02.915Z Compiling digest v0.10.7
18902026-07-06T04:25:02.933Z Compiling strum v0.27.2
18912026-07-06T04:25:02.958Z Compiling is-terminal v0.4.16
18922026-07-06T04:25:02.992Z Compiling clap_lex v1.1.0
18932026-07-06T04:25:03.035Z Compiling anstream v1.0.0
18942026-07-06T04:25:03.053Z Compiling slog-term v2.9.2
18952026-07-06T04:25:03.063Z Compiling slog-async v2.8.0
18962026-07-06T04:25:03.091Z Compiling slog-json v2.6.1
18972026-07-06T04:25:03.132Z Compiling hostname v0.3.1
18982026-07-06T04:25:03.286Z Compiling slog-bunyan v2.5.0
18992026-07-06T04:25:03.342Z Compiling tower v0.5.2
19002026-07-06T04:25:03.356Z Compiling futures-executor v0.3.32
19012026-07-06T04:25:03.360Z Compiling instant v0.1.13
19022026-07-06T04:25:03.607Z Compiling futures v0.3.32
19032026-07-06T04:25:03.638Z Compiling aws-lc-sys v0.39.1
19042026-07-06T04:25:03.650Z Compiling untrusted v0.7.1
19052026-07-06T04:25:03.688Z Compiling openssl-sys v0.9.117
19062026-07-06T04:25:03.753Z Compiling tower-http v0.6.8
19072026-07-06T04:25:04.145Z Compiling memmap2 v0.9.8
19082026-07-06T04:25:04.227Z Compiling aws-lc-rs v1.16.2
19092026-07-06T04:25:05.217Z Compiling rustls-webpki v0.103.6
19102026-07-06T04:25:05.230Z Compiling foreign-types-shared v0.1.1
19112026-07-06T04:25:05.332Z Compiling foreign-types v0.3.2
19122026-07-06T04:25:05.722Z Compiling rustls v0.23.40
19132026-07-06T04:25:05.972Z Compiling tempfile v3.27.0
19142026-07-06T04:25:06.265Z Compiling openssl-probe v0.1.6
19152026-07-06T04:25:06.453Z Compiling openssl v0.10.81
19162026-07-06T04:25:07.232Z Compiling usdt v0.6.0
19172026-07-06T04:25:07.320Z Compiling either v1.15.0
19182026-07-06T04:25:07.535Z Compiling webpki-roots v1.0.2
19192026-07-06T04:25:07.659Z Compiling newtype-uuid v1.3.2
19202026-07-06T04:25:08.014Z Compiling daft v0.1.5
19212026-07-06T04:25:08.811Z Compiling tokio-rustls v0.26.4
19222026-07-06T04:25:08.890Z Compiling native-tls v0.2.14
19232026-07-06T04:25:09.086Z Compiling tokio-native-tls v0.3.1
19242026-07-06T04:25:09.209Z Compiling hyper-rustls v0.27.7
19252026-07-06T04:25:09.267Z Compiling hyper-tls v0.6.0
19262026-07-06T04:25:09.510Z Compiling reqwest v0.12.23
19272026-07-06T04:25:10.560Z Compiling rustls-webpki v0.102.8
19282026-07-06T04:25:10.590Z Compiling rustls-pemfile v2.2.0
19292026-07-06T04:25:10.792Z Compiling multer v3.1.0
19302026-07-06T04:25:11.140Z Compiling hostname v0.4.2
19312026-07-06T04:25:11.316Z Compiling rustls v0.22.4
19322026-07-06T04:25:11.465Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19332026-07-06T04:25:12.089Z Compiling terminal_size v0.4.3
19342026-07-06T04:25:12.181Z Compiling rand_chacha v0.3.1
19352026-07-06T04:25:12.236Z Compiling wait-timeout v0.2.1
19362026-07-06T04:25:12.708Z Compiling rusty-fork v0.3.0
19372026-07-06T04:25:12.796Z Compiling rand v0.8.5
19382026-07-06T04:25:13.454Z Compiling tokio-rustls v0.25.0
19392026-07-06T04:25:14.414Z Compiling sha1 v0.10.6
19402026-07-06T04:25:14.654Z Compiling rand_xorshift v0.4.0
19412026-07-06T04:25:15.348Z Compiling hubpack_derive v0.1.1
19422026-07-06T04:25:15.891Z Compiling proptest v1.8.0
19432026-07-06T04:25:16.037Z Compiling dropshot v0.16.7
19442026-07-06T04:25:16.283Z Compiling clap_builder v4.6.0
19452026-07-06T04:25:17.140Z Compiling serde_spanned v0.6.9
19462026-07-06T04:25:17.573Z Compiling prettyplease v0.2.37
19472026-07-06T04:25:18.076Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19482026-07-06T04:25:18.108Z Compiling clap v4.6.1
19492026-07-06T04:25:18.965Z Compiling progenitor-client v0.10.0
19502026-07-06T04:25:19.140Z Compiling progenitor-client v0.11.1
19512026-07-06T04:25:19.451Z Compiling serde_with v3.14.1
19522026-07-06T04:25:20.010Z Compiling progenitor v0.11.1
19532026-07-06T04:25:21.101Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19542026-07-06T04:25:21.291Z Compiling rustc-hash v2.1.1
19552026-07-06T04:25:21.445Z Compiling iddqd v0.3.18
19562026-07-06T04:25:21.480Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19572026-07-06T04:25:22.550Z Compiling backoff v0.4.0
19582026-07-06T04:25:22.649Z Compiling parse-display v0.10.0
19592026-07-06T04:25:22.680Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19602026-07-06T04:25:22.705Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19612026-07-06T04:25:22.831Z Compiling winnow v0.5.40
19622026-07-06T04:25:22.831Z Compiling toml_write v0.1.2
19632026-07-06T04:25:23.001Z Compiling toml_edit v0.22.27
19642026-07-06T04:25:24.330Z Compiling num-integer v0.1.46
19652026-07-06T04:25:24.434Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-07-06T04:25:24.749Z Compiling float-ord v0.3.2
19672026-07-06T04:25:24.871Z Compiling toml v0.8.23
19682026-07-06T04:25:28.346Z Compiling num-rational v0.4.2
19692026-07-06T04:25:28.532Z Compiling num-iter v0.1.45
19702026-07-06T04:25:28.993Z Compiling num-complex v0.4.6
19712026-07-06T04:25:29.426Z Compiling num v0.4.3
19722026-07-06T04:25:30.009Z Compiling toml_edit v0.19.15
19732026-07-06T04:25:31.516Z Compiling proc-macro-crate v1.3.1
19742026-07-06T04:25:33.192Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19752026-07-06T04:25:34.300Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19762026-07-06T04:25:34.834Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19772026-07-06T04:25:34.857Z Compiling zerocopy-derive v0.7.35
19782026-07-06T04:25:35.741Z Compiling memoffset v0.9.1
19792026-07-06T04:25:35.835Z Compiling libscf-sys v1.2.0
19802026-07-06T04:25:35.881Z Compiling ingot-macros v0.1.1
19812026-07-06T04:25:35.979Z Compiling proc-macro-error-attr2 v2.0.0
19822026-07-06T04:25:36.391Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19832026-07-06T04:25:37.096Z Compiling proc-macro-error2 v2.0.1
19842026-07-06T04:25:37.418Z Compiling nix v0.30.1
19852026-07-06T04:25:38.146Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19862026-07-06T04:25:38.306Z Compiling scroll_derive v0.12.1
19872026-07-06T04:25:39.060Z Compiling tabled_derive v0.11.0
19882026-07-06T04:25:39.163Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19892026-07-06T04:25:40.982Z Compiling zerocopy v0.7.35
19902026-07-06T04:25:41.451Z Compiling num_enum_derive v0.7.5
19912026-07-06T04:25:41.706Z Compiling hubpack v0.1.2
19922026-07-06T04:25:41.731Z Compiling foreign-types-macros v0.2.3
19932026-07-06T04:25:42.291Z Compiling static_assertions v1.1.0
19942026-07-06T04:25:42.608Z Compiling glob v0.3.3
19952026-07-06T04:25:42.729Z Compiling proc-macro-error-attr v1.0.4
19962026-07-06T04:25:43.002Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19972026-07-06T04:25:43.027Z Compiling dtrace-parser v0.2.0
19982026-07-06T04:25:43.297Z Compiling bytecount v0.6.9
19992026-07-06T04:25:43.440Z Compiling proc-macro-error v1.0.4
20002026-07-06T04:25:43.524Z Compiling dof v0.3.0
20012026-07-06T04:25:44.142Z Compiling num_enum_derive v0.5.11
20022026-07-06T04:25:45.608Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20032026-07-06T04:25:45.612Z Compiling thread-id v4.2.2
20042026-07-06T04:25:45.769Z Compiling usdt-impl v0.5.0
20052026-07-06T04:25:46.317Z Compiling derive_more v0.99.20
20062026-07-06T04:25:46.757Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
20072026-07-06T04:25:47.138Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20082026-07-06T04:25:47.567Z Compiling minimal-lexical v0.2.1
20092026-07-06T04:25:47.594Z Compiling usdt-macro v0.5.0
20102026-07-06T04:25:47.804Z Compiling nom v7.1.3
20112026-07-06T04:25:47.837Z Compiling usdt-attr-macro v0.5.0
20122026-07-06T04:25:47.926Z Compiling zone_cfg_derive v0.3.1
20132026-07-06T04:25:48.380Z Compiling papergrid v0.17.0
20142026-07-06T04:25:48.644Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-07-06T04:25:48.674Z Compiling testing_table v0.3.0
20162026-07-06T04:25:48.687Z Compiling rustc_version v0.4.1
20172026-07-06T04:25:48.845Z Compiling crossbeam-epoch v0.9.18
20182026-07-06T04:25:48.972Z Compiling dropshot_endpoint v0.17.1
20192026-07-06T04:25:49.178Z Compiling adler2 v2.0.1
20202026-07-06T04:25:49.201Z Compiling crc32fast v1.5.0
20212026-07-06T04:25:49.319Z Compiling miniz_oxide v0.8.9
20222026-07-06T04:25:49.322Z Compiling enum-as-inner v0.6.1
20232026-07-06T04:25:49.462Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20242026-07-06T04:25:49.638Z Compiling tabled v0.20.0
20252026-07-06T04:25:49.922Z Compiling regress v0.11.1
20262026-07-06T04:25:50.016Z Compiling flate2 v1.1.2
20272026-07-06T04:25:50.190Z Compiling curve25519-dalek v4.1.3
20282026-07-06T04:25:50.455Z Compiling hybrid-array v0.4.12
20292026-07-06T04:25:50.585Z Compiling crossbeam-deque v0.8.6
20302026-07-06T04:25:50.684Z Compiling thiserror-impl-no-std v2.0.2
20312026-07-06T04:25:50.781Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-06T04:25:50.942Z Compiling block-buffer v0.12.0
20332026-07-06T04:25:51.093Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20342026-07-06T04:25:51.105Z Compiling crypto-common v0.2.2
20352026-07-06T04:25:51.493Z Compiling typify-impl v0.6.2
20362026-07-06T04:25:51.852Z Compiling rayon-core v1.13.0
20372026-07-06T04:25:51.871Z Compiling clang-sys v1.8.1
20382026-07-06T04:25:52.253Z Compiling compression-core v0.4.32
20392026-07-06T04:25:52.281Z Compiling const-oid v0.10.2
20402026-07-06T04:25:52.415Z Compiling compression-codecs v0.4.32
20412026-07-06T04:25:52.441Z Compiling digest v0.11.3
20422026-07-06T04:25:52.455Z Compiling scroll v0.12.0
20432026-07-06T04:25:52.624Z Compiling hash32 v0.3.1
20442026-07-06T04:25:52.696Z Compiling toml_datetime v1.1.1+spec-1.1.0
20452026-07-06T04:25:52.735Z Compiling cpufeatures v0.3.0
20462026-07-06T04:25:52.818Z Compiling sha1 v0.11.0
20472026-07-06T04:25:52.838Z Compiling heapless v0.8.0
20482026-07-06T04:25:52.841Z Compiling goblin v0.8.2
20492026-07-06T04:25:52.864Z Compiling async-compression v0.4.33
20502026-07-06T04:25:53.020Z Compiling toml v1.1.2+spec-1.1.0
20512026-07-06T04:25:53.080Z Compiling ingot-types v0.1.2
20522026-07-06T04:25:53.283Z Compiling cobs v0.3.0
20532026-07-06T04:25:53.339Z Compiling libloading v0.8.9
20542026-07-06T04:25:53.479Z Compiling bitflags v1.3.2
20552026-07-06T04:25:53.492Z Compiling foreign-types-shared v0.3.1
20562026-07-06T04:25:53.538Z Compiling managed v0.8.0
20572026-07-06T04:25:53.561Z Compiling bindgen v0.72.1
20582026-07-06T04:25:53.579Z Compiling foreign-types v0.5.0
20592026-07-06T04:25:53.665Z Compiling ingot v0.1.1
20602026-07-06T04:25:53.757Z Compiling dropshot v0.17.1
20612026-07-06T04:25:54.049Z Compiling smoltcp v0.11.0
20622026-07-06T04:25:54.581Z Compiling postcard v1.1.3
20632026-07-06T04:25:55.356Z Compiling cexpr v0.6.0
20642026-07-06T04:25:55.937Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20652026-07-06T04:25:55.940Z Compiling num_enum v0.7.5
20662026-07-06T04:25:56.067Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20672026-07-06T04:25:56.470Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682026-07-06T04:25:56.486Z Compiling camino-tempfile v1.4.1
20692026-07-06T04:25:56.626Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20702026-07-06T04:25:56.639Z Compiling derive-where v1.6.0
20712026-07-06T04:25:56.760Z Compiling serde_repr v0.1.20
20722026-07-06T04:25:56.863Z Compiling cstr-argument v0.1.2
20732026-07-06T04:25:57.073Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20742026-07-06T04:25:57.300Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20752026-07-06T04:25:57.898Z Compiling typify-macro v0.6.2
20762026-07-06T04:25:57.939Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20772026-07-06T04:25:58.133Z Compiling rayon v1.11.0
20782026-07-06T04:25:58.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20792026-07-06T04:25:58.600Z Compiling crucible-workspace-hack v0.1.0
20802026-07-06T04:25:59.235Z Compiling memmap v0.7.0
20812026-07-06T04:25:59.238Z Compiling tinyvec_macros v0.1.1
20822026-07-06T04:25:59.358Z Compiling usdt v0.5.0
20832026-07-06T04:25:59.429Z Compiling tinyvec v1.10.0
20842026-07-06T04:25:59.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20852026-07-06T04:25:59.977Z Compiling typify v0.6.2
20862026-07-06T04:26:00.125Z Compiling num_enum v0.5.11
20872026-07-06T04:26:00.448Z Compiling pin-project-internal v1.1.10
20882026-07-06T04:26:01.482Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20892026-07-06T04:26:01.535Z Compiling progenitor-impl v0.14.0
20902026-07-06T04:26:01.599Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20912026-07-06T04:26:01.681Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20922026-07-06T04:26:01.731Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20932026-07-06T04:26:01.965Z Compiling rustix v0.38.44
20942026-07-06T04:26:02.433Z Compiling itertools v0.12.1
20952026-07-06T04:26:02.457Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20962026-07-06T04:26:02.631Z Compiling progenitor-impl v0.10.0
20972026-07-06T04:26:02.832Z Compiling sigpipe v0.1.3
20982026-07-06T04:26:02.864Z Compiling jiff v0.2.15
20992026-07-06T04:26:02.925Z Compiling const_format_proc_macros v0.2.34
21002026-07-06T04:26:03.455Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21012026-07-06T04:26:03.660Z Compiling zone v0.3.1
21022026-07-06T04:26:03.712Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
21032026-07-06T04:26:05.089Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
21042026-07-06T04:26:05.117Z Compiling progenitor-macro v0.14.0
21052026-07-06T04:26:05.278Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21062026-07-06T04:26:05.837Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-07-06T04:26:05.871Z Compiling secrecy v0.10.3
21082026-07-06T04:26:06.038Z Compiling smf v0.2.3
21092026-07-06T04:26:06.116Z Compiling progenitor-macro v0.10.0
21102026-07-06T04:26:06.420Z Compiling snafu-derive v0.8.9
21112026-07-06T04:26:06.502Z Compiling async-recursion v1.1.1
21122026-07-06T04:26:06.661Z Compiling bstr v1.12.0
21132026-07-06T04:26:06.839Z Compiling whoami v1.6.1
21142026-07-06T04:26:07.170Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21152026-07-06T04:26:08.308Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21162026-07-06T04:26:08.849Z Compiling hmac v0.12.1
21172026-07-06T04:26:09.037Z Compiling inout v0.1.4
21182026-07-06T04:26:09.164Z Compiling ff v0.13.1
21192026-07-06T04:26:09.303Z Compiling data-encoding v2.9.0
21202026-07-06T04:26:09.504Z Compiling crc8 v0.1.1
21212026-07-06T04:26:09.788Z Compiling group v0.13.0
21222026-07-06T04:26:10.176Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21232026-07-06T04:26:10.280Z Compiling cipher v0.4.4
21242026-07-06T04:26:10.506Z Compiling hkdf v0.12.4
21252026-07-06T04:26:10.868Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21262026-07-06T04:26:11.065Z Compiling atomicwrites v0.4.4
21272026-07-06T04:26:11.278Z Compiling tokio-dtrace v0.1.1
21282026-07-06T04:26:11.438Z Compiling tabled_derive v0.7.0
21292026-07-06T04:26:11.856Z Compiling reqwest v0.13.2
21302026-07-06T04:26:11.925Z Compiling universal-hash v0.5.1
21312026-07-06T04:26:11.938Z Compiling crypto-bigint v0.5.5
21322026-07-06T04:26:12.066Z Compiling half v2.7.1
21332026-07-06T04:26:12.369Z Compiling base64ct v1.8.0
21342026-07-06T04:26:12.473Z Compiling opaque-debug v0.3.1
21352026-07-06T04:26:12.494Z Compiling base16ct v0.2.0
21362026-07-06T04:26:12.667Z Compiling indent_write v2.2.0
21372026-07-06T04:26:12.687Z Compiling ciborium-io v0.2.2
21382026-07-06T04:26:12.794Z Compiling ciborium-ll v0.2.2
21392026-07-06T04:26:12.813Z Compiling progenitor-client v0.14.0
21402026-07-06T04:26:13.030Z Compiling elliptic-curve v0.13.8
21412026-07-06T04:26:13.115Z Compiling password-hash v0.5.0
21422026-07-06T04:26:13.245Z Compiling poly1305 v0.8.0
21432026-07-06T04:26:13.855Z Compiling oxide-tokio-rt v0.1.2
21442026-07-06T04:26:14.057Z Compiling chacha20 v0.9.1
21452026-07-06T04:26:14.174Z Compiling similar v2.7.0
21462026-07-06T04:26:14.283Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21472026-07-06T04:26:14.651Z Compiling thiserror-no-std v2.0.2
21482026-07-06T04:26:15.231Z Compiling blake2 v0.10.6
21492026-07-06T04:26:15.627Z Compiling aead v0.5.2
21502026-07-06T04:26:15.706Z Compiling strum_macros v0.28.0
21512026-07-06T04:26:15.856Z Compiling linked-hash-map v0.5.6
21522026-07-06T04:26:16.045Z Compiling resolv-conf v0.7.5
21532026-07-06T04:26:16.107Z Compiling keccak v0.1.6
21542026-07-06T04:26:16.288Z Compiling sha3 v0.10.8
21552026-07-06T04:26:16.417Z Compiling lru-cache v0.1.2
21562026-07-06T04:26:16.634Z Compiling chacha20poly1305 v0.10.1
21572026-07-06T04:26:16.659Z Compiling vsss-rs v3.3.4
21582026-07-06T04:26:16.662Z Compiling argon2 v0.5.3
21592026-07-06T04:26:16.773Z Compiling progenitor v0.14.0
21602026-07-06T04:26:16.917Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21612026-07-06T04:26:17.009Z Compiling ciborium v0.2.2
21622026-07-06T04:26:17.176Z Compiling hickory-proto v0.24.4
21632026-07-06T04:26:17.607Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21642026-07-06T04:26:17.656Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21652026-07-06T04:26:18.081Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21662026-07-06T04:26:18.170Z Compiling serde-big-array v0.5.1
21672026-07-06T04:26:18.313Z Compiling same-file v1.0.6
21682026-07-06T04:26:18.403Z Compiling siphasher v1.0.1
21692026-07-06T04:26:18.433Z Compiling unicode-segmentation v1.12.0
21702026-07-06T04:26:18.486Z Compiling walkdir v2.5.0
21712026-07-06T04:26:18.672Z Compiling phf_shared v0.12.1
21722026-07-06T04:26:18.849Z Compiling newline-converter v0.3.0
21732026-07-06T04:26:18.862Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21742026-07-06T04:26:18.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-07-06T04:26:19.037Z Compiling hickory-resolver v0.24.4
21762026-07-06T04:26:19.193Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21772026-07-06T04:26:19.591Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21782026-07-06T04:26:20.731Z Compiling newtype_derive v0.1.6
21792026-07-06T04:26:20.818Z Compiling owo-colors v4.3.0
21802026-07-06T04:26:20.904Z Compiling tokio-stream v0.1.17
21812026-07-06T04:26:21.174Z Compiling console v0.15.11
21822026-07-06T04:26:21.364Z Compiling csv-core v0.1.12
21832026-07-06T04:26:21.445Z Compiling unicode-linebreak v0.1.5
21842026-07-06T04:26:21.608Z Compiling termtree v0.5.1
21852026-07-06T04:26:21.736Z Compiling swrite v0.1.0
21862026-07-06T04:26:21.838Z Compiling foldhash v0.1.5
21872026-07-06T04:26:21.904Z Compiling smawk v0.3.2
21882026-07-06T04:26:21.932Z Compiling unicode-width v0.1.14
21892026-07-06T04:26:21.972Z Compiling humantime v2.3.0
21902026-07-06T04:26:22.023Z Compiling textwrap v0.16.2
21912026-07-06T04:26:22.035Z Compiling hashbrown v0.15.5
21922026-07-06T04:26:22.217Z Compiling csv v1.4.0
21932026-07-06T04:26:22.229Z Compiling expectorate v1.2.0
21942026-07-06T04:26:22.273Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-07-06T04:26:22.440Z Compiling qorb v0.4.1
21962026-07-06T04:26:22.604Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-07-06T04:26:23.910Z Compiling phf v0.12.1
21982026-07-06T04:26:24.070Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21992026-07-06T04:26:24.603Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
22002026-07-06T04:26:24.643Z Compiling pin-project v1.1.10
22012026-07-06T04:26:24.701Z Compiling unicode-normalization v0.1.24
22022026-07-06T04:26:24.751Z Compiling libz-sys v1.1.22
22032026-07-06T04:26:25.022Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-07-06T04:26:26.007Z Compiling libsw-core v0.3.2
22052026-07-06T04:26:26.456Z Compiling fixedbitset v0.5.7
22062026-07-06T04:26:26.617Z Compiling fixedbitset v0.4.2
22072026-07-06T04:26:26.872Z Compiling highway v1.3.0
22082026-07-06T04:26:27.175Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22092026-07-06T04:26:27.277Z Compiling petgraph v0.6.5
22102026-07-06T04:26:27.748Z Compiling petgraph v0.8.2
22112026-07-06T04:26:28.792Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22122026-07-06T04:26:28.818Z Compiling progenitor v0.10.0
22132026-07-06T04:26:29.521Z Compiling libsw v3.5.0
22142026-07-06T04:26:29.703Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-07-06T04:26:30.126Z Compiling olpc-cjson v0.1.4
22162026-07-06T04:26:30.304Z Compiling libgit2-sys v0.17.0+1.8.1
22172026-07-06T04:26:30.531Z Compiling snafu v0.8.9
22182026-07-06T04:26:30.998Z Compiling chrono-tz v0.10.4
22192026-07-06T04:26:31.520Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-07-06T04:26:31.751Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-07-06T04:26:32.104Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22222026-07-06T04:26:32.627Z Compiling papergrid v0.11.0
22232026-07-06T04:26:32.655Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22242026-07-06T04:26:32.669Z Compiling strum v0.28.0
22252026-07-06T04:26:32.714Z Compiling globset v0.4.16
22262026-07-06T04:26:32.802Z Compiling const_format v0.2.34
22272026-07-06T04:26:32.941Z Compiling slog-dtrace v0.3.0
22282026-07-06T04:26:33.130Z Compiling cancel-safe-futures v0.1.5
22292026-07-06T04:26:33.276Z Compiling gethostname v0.5.0
22302026-07-06T04:26:33.532Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22312026-07-06T04:26:34.205Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22322026-07-06T04:26:34.439Z Compiling dropshot-api-manager-types v0.7.2
22332026-07-06T04:26:34.566Z Compiling bcs v0.1.6
22342026-07-06T04:26:34.813Z Compiling cargo-platform v0.1.9
22352026-07-06T04:26:34.826Z Compiling serde_plain v1.0.2
22362026-07-06T04:26:34.890Z Compiling pem v3.0.5
22372026-07-06T04:26:35.055Z Compiling typed-path v0.9.3
22382026-07-06T04:26:35.201Z Compiling linear-map v1.2.0
22392026-07-06T04:26:35.315Z Compiling tagptr v0.2.0
22402026-07-06T04:26:35.402Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22412026-07-06T04:26:35.542Z Compiling moka v0.12.11
22422026-07-06T04:26:36.399Z Compiling tough v0.20.0
22432026-07-06T04:26:37.370Z Compiling cargo_metadata v0.18.1
22442026-07-06T04:26:37.487Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22452026-07-06T04:26:38.822Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22462026-07-06T04:26:38.969Z Compiling tabled v0.15.0
22472026-07-06T04:26:39.074Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22482026-07-06T04:26:40.000Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22492026-07-06T04:26:40.212Z Compiling git2 v0.19.0
22502026-07-06T04:26:41.689Z Compiling steno v0.4.1
22512026-07-06T04:26:42.521Z Compiling cookie v0.18.1
22522026-07-06T04:26:43.021Z Compiling hickory-proto v0.25.2
22532026-07-06T04:26:45.134Z Compiling hickory-resolver v0.25.2
22542026-07-06T04:26:45.334Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22552026-07-06T04:26:47.480Z Compiling vergen v8.3.2
22562026-07-06T04:26:49.336Z Compiling signal-hook v0.4.4
22572026-07-06T04:26:49.825Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22582026-07-06T04:26:50.320Z Compiling predicates-core v1.0.9
22592026-07-06T04:26:50.358Z Compiling mockall_derive v0.14.0
22602026-07-06T04:26:50.718Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22612026-07-06T04:26:50.744Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22622026-07-06T04:26:50.757Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22632026-07-06T04:26:51.009Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22642026-07-06T04:26:51.091Z Compiling sha2 v0.10.9
22652026-07-06T04:26:52.063Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22662026-07-06T04:26:52.772Z Compiling diff v0.1.13
22672026-07-06T04:26:53.001Z Compiling yansi v1.0.1
22682026-07-06T04:26:53.014Z Compiling mockall v0.14.0
22692026-07-06T04:26:53.265Z Compiling pretty_assertions v1.4.1
22702026-07-06T04:26:53.331Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22712026-07-06T04:26:54.416Z Compiling predicates v3.1.3
22722026-07-06T04:26:54.438Z Compiling predicates-tree v1.0.12
22732026-07-06T04:26:54.714Z Compiling fs-err v3.1.2
22742026-07-06T04:26:55.376Z Compiling git-stub v1.0.0
22752026-07-06T04:26:55.514Z Compiling filetime v0.2.26
22762026-07-06T04:26:55.661Z Compiling is_ci v1.2.0
22772026-07-06T04:26:55.708Z Compiling arrayvec v0.7.6
22782026-07-06T04:26:55.817Z Compiling fragile v2.0.1
22792026-07-06T04:26:55.918Z Compiling arrayref v0.3.9
22802026-07-06T04:26:56.003Z Compiling xattr v1.6.1
22812026-07-06T04:26:56.130Z Compiling downcast v0.11.0
22822026-07-06T04:26:56.157Z Compiling constant_time_eq v0.3.1
22832026-07-06T04:26:56.187Z Compiling tar v0.4.45
22842026-07-06T04:26:56.289Z Compiling blake3 v1.8.2
22852026-07-06T04:26:56.481Z Compiling toml v0.7.8
22862026-07-06T04:26:56.897Z Compiling supports-color v3.0.2
22872026-07-06T04:26:57.091Z Compiling git-stub-vcs v0.1.0
22882026-07-06T04:26:57.243Z Compiling curl-sys v0.4.89+curl-8.20.0
22892026-07-06T04:26:57.392Z Compiling signal-hook-tokio v0.4.0
22902026-07-06T04:26:57.680Z Compiling scuffle v0.1.0
22912026-07-06T04:26:58.614Z Compiling drift v0.2.0
22922026-07-06T04:26:59.380Z Compiling kstat-rs v0.2.4
22932026-07-06T04:26:59.541Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22942026-07-06T04:26:59.706Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22952026-07-06T04:26:59.808Z Compiling topological-sort v0.2.2
22962026-07-06T04:26:59.870Z Compiling hex-literal v1.1.0
22972026-07-06T04:26:59.962Z Compiling omicron-zone-package v0.12.2
22982026-07-06T04:26:59.995Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22992026-07-06T04:27:00.623Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23002026-07-06T04:27:02.096Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23012026-07-06T04:27:02.122Z Compiling dropshot-api-manager v0.7.2
23022026-07-06T04:27:02.883Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
23032026-07-06T04:27:03.150Z Compiling curl v0.4.50
23042026-07-06T04:27:03.372Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
23052026-07-06T04:27:03.385Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
23062026-07-06T04:27:03.631Z Compiling iddqd v0.4.5
23072026-07-06T04:27:03.991Z Compiling search_path v0.1.4
23082026-07-06T04:27:04.399Z Compiling internet-checksum v0.2.1
23092026-07-06T04:27:04.553Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
23102026-07-06T04:27:04.566Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
23112026-07-06T04:27:07.412Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
23122026-07-06T04:27:09.176Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
23132026-07-06T04:27:53.347Z Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s
23142026-07-06T04:27:53.472Z Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c)
23152026-07-06T04:27:53.475Z
23162026-07-06T04:27:53.475Zrunning 5 tests
23172026-07-06T04:27:53.478Ztest fuse::tests::chip_revision_b0 ... ok
23182026-07-06T04:27:53.478Ztest fuse::tests::chip_revision_unknown_device_id ... ok
23192026-07-06T04:27:53.478Ztest fuse::tests::chip_revision_b1 ... ok
23202026-07-06T04:27:53.478Ztest fuse::tests::chip_revision_a0 ... ok
23212026-07-06T04:27:53.478Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23222026-07-06T04:27:53.479Z
23232026-07-06T04:27:53.479Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23242026-07-06T04:27:53.480Z
23252026-07-06T04:27:53.480Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
23262026-07-06T04:27:53.483Z
23272026-07-06T04:27:53.483Zrunning 0 tests
23282026-07-06T04:27:53.483Z
23292026-07-06T04:27:53.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23302026-07-06T04:27:53.483Z
23312026-07-06T04:27:53.483Z Running unittests src/lib.rs (target/debug/deps/asic-e8e0671534317aca)
23322026-07-06T04:27:53.483Z
23332026-07-06T04:27:53.483Zrunning 0 tests
23342026-07-06T04:27:53.483Z
23352026-07-06T04:27:53.483Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23362026-07-06T04:27:53.483Z
23372026-07-06T04:27:53.483Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
23382026-07-06T04:27:53.486Z
23392026-07-06T04:27:53.486Zrunning 10 tests
23402026-07-06T04:27:53.486Ztest nat::tests::test_vni ... ok
23412026-07-06T04:27:53.486Ztest network::tests::test_equal ... ok
23422026-07-06T04:27:53.486Ztest network::tests::test_eui64 ... ok
23432026-07-06T04:27:53.486Ztest network::tests::test_generate_ipv6_link_local ... ok
23442026-07-06T04:27:53.486Ztest network::tests::test_not_equal ... ok
23452026-07-06T04:27:53.486Ztest network::tests::test_into ... ok
23462026-07-06T04:27:53.486Ztest network::tests::test_to_string ... ok
23472026-07-06T04:27:53.486Ztest network::tests::test_parse ... ok
23482026-07-06T04:27:53.486Ztest test_purge ... ok
23492026-07-06T04:27:53.491Ztest illumos::test::address_exists_handles_missing_object ... ok
23502026-07-06T04:27:53.491Z
23512026-07-06T04:27:53.491Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23522026-07-06T04:27:53.491Z
23532026-07-06T04:27:53.491Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d)
23542026-07-06T04:27:53.495Z
23552026-07-06T04:27:53.495Zrunning 1 test
23562026-07-06T04:27:53.498Z -------
23572026-07-06T04:27:53.498Z Generating OpenAPI documents from API definitions ...
23582026-07-06T04:27:53.634Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
23592026-07-06T04:27:53.701Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
23602026-07-06T04:27:54.690Z -------
23612026-07-06T04:27:54.690Z Checking 12 OpenAPI documents...
23622026-07-06T04:27:54.690Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
23632026-07-06T04:27:54.691Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
23642026-07-06T04:27:54.691Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
23652026-07-06T04:27:54.691Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
23662026-07-06T04:27:54.691Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
23672026-07-06T04:27:54.691Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
23682026-07-06T04:27:54.691Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
23692026-07-06T04:27:54.691Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
23702026-07-06T04:27:54.691Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
23712026-07-06T04:27:54.694Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
23722026-07-06T04:27:54.694Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
23732026-07-06T04:27:54.695Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
23742026-07-06T04:27:54.695Z Fresh dpd "latest" symlink
23752026-07-06T04:27:54.695Z -------
23762026-07-06T04:27:54.695Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
23772026-07-06T04:27:54.751Ztest test::test_apis_up_to_date ... ok
23782026-07-06T04:27:54.751Z
23792026-07-06T04:27:54.751Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23802026-07-06T04:27:54.751Z
23812026-07-06T04:27:54.801Z Running unittests src/main.rs (target/debug/deps/dpd-2cb7b710287bf0fc)
23822026-07-06T04:27:54.807Z
23832026-07-06T04:27:54.807Zrunning 19 tests
23842026-07-06T04:27:54.810Ztest freemap::test_ordering ... ok
23852026-07-06T04:27:54.810Ztest config::tests::test_updates ... ok
23862026-07-06T04:27:54.810Ztest freemap::test_split ... ok
23872026-07-06T04:27:54.810Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23882026-07-06T04:27:54.810Ztest macaddrs::tests::test_mac_offset ... ok
23892026-07-06T04:27:54.810Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23902026-07-06T04:27:54.810Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23912026-07-06T04:27:54.810Ztest macaddrs::tests::test_parse_port_id ... ok
23922026-07-06T04:27:54.810Ztest nat::test_mapping ... ok
23932026-07-06T04:27:54.813Ztest port_map::tests::dump_map ... ok
23942026-07-06T04:27:54.813Ztest port_map::tests::test_backplane_group ... ok
23952026-07-06T04:27:54.813Ztest port_map::tests::test_port_map ... ok
23962026-07-06T04:27:54.813ZJul 06 04:27:53.283Jul 06 04:27:53.283 DEBGDEBG created new freemapcreated new freemap, Jul 06 04:27:53.283, unitDEBGunit:: created new freemapfreemap_testfreemap_test, unitJul 06 04:27:53.283: DEBG
23972026-07-06T04:27:54.813Zfreemap_test
23982026-07-06T04:27:54.813Zcreated new freemap
23992026-07-06T04:27:54.813Z, unit:Jul 06 04:27:53.283 freemap_testJul 06 04:27:53.283DEBG
24002026-07-06T04:27:54.813Z Jul 06 04:27:53.283 DEBG DEBG initted freemap. size: 128initted freemap. size: 128, initted freemap. size: 128, , Jul 06 04:27:53.283unit unitunit:::DEBG initted freemap. size: 128freemap_testfreemap_testfreemap_test,
24012026-07-06T04:27:54.813Z
24022026-07-06T04:27:54.813Z
24032026-07-06T04:27:54.813Zunit: freemap_testJul 06 04:27:53.283
24042026-07-06T04:27:54.813ZJul 06 04:27:53.283Jul 06 04:27:53.283 DEBG reset freemapDEBGJul 06 04:27:53.283, reset freemapDEBGunit : , DEBGreset freemap , reset freemapunit, unit:freemap_testunit :
24052026-07-06T04:27:54.813Zfreemap_test
24062026-07-06T04:27:54.813Zfreemap_test:
24072026-07-06T04:27:54.813Z freemap_test
24082026-07-06T04:27:54.813Ztest freemap::test_free ... ok
24092026-07-06T04:27:54.813Ztest freemap::test_reclaim ... ok
24102026-07-06T04:27:54.814Ztest freemap::test_basic ... ok
24112026-07-06T04:27:54.814Ztest freemap::test_exhaustion ... ok
24122026-07-06T04:27:54.814ZJul 06 04:27:53.283 DEBG created new freemap, unit: freemap_test
24132026-07-06T04:27:54.814ZJul 06 04:27:53.283 DEBG initted freemap. size: 128, unit: freemap_test
24142026-07-06T04:27:54.814ZJul 06 04:27:53.283 DEBG reset freemap, unit: freemap_test
24152026-07-06T04:27:54.814Ztest freemap::test_span ... ok
24162026-07-06T04:27:54.814Ztest port_map::tests::parse_softnpu_revision ... ok
24172026-07-06T04:27:54.814Ztest api_server::tests::test_build_info ... ok
24182026-07-06T04:27:54.814Z
24192026-07-06T04:27:54.814Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
24202026-07-06T04:27:54.814Z
24212026-07-06T04:27:54.817Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-351665b50acad37f)
24222026-07-06T04:27:54.817Z
24232026-07-06T04:27:54.818Zrunning 0 tests
24242026-07-06T04:27:54.818Z
24252026-07-06T04:27:54.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-07-06T04:27:54.818Z
24272026-07-06T04:27:54.818Z Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e)
24282026-07-06T04:27:54.821Z
24292026-07-06T04:27:54.821Zrunning 0 tests
24302026-07-06T04:27:54.821Z
24312026-07-06T04:27:54.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-07-06T04:27:54.821Z
24332026-07-06T04:27:54.821Z Running unittests src/lib.rs (target/debug/deps/dpd_client-051e701ab35f9eff)
24342026-07-06T04:27:54.821Z
24352026-07-06T04:27:54.821Zrunning 6 tests
24362026-07-06T04:27:54.825Ztest tests::test_full_lot_id_neither_present ... ok
24372026-07-06T04:27:54.825Ztest tests::test_full_lot_id_lotnum_only ... ok
24382026-07-06T04:27:54.825Ztest tests::test_full_lot_id_both_present ... ok
24392026-07-06T04:27:54.825Ztest tests::test_full_lot_id_lot_only ... ok
24402026-07-06T04:27:54.825Ztest tests::test_parse_client_port_id ... ok
24412026-07-06T04:27:54.825Ztest tests::test_port_id_cmp ... ok
24422026-07-06T04:27:54.825Z
24432026-07-06T04:27:54.825Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24442026-07-06T04:27:54.825Z
24452026-07-06T04:27:54.825Z Running tests/test_all.rs (target/debug/deps/test_all-172e8626990a74dc)
24462026-07-06T04:27:54.825Z
24472026-07-06T04:27:54.825Zrunning 0 tests
24482026-07-06T04:27:54.825Z
24492026-07-06T04:27:54.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-07-06T04:27:54.825Z
24512026-07-06T04:27:54.826Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e)
24522026-07-06T04:27:54.830Z
24532026-07-06T04:27:54.830Zrunning 0 tests
24542026-07-06T04:27:54.830Z
24552026-07-06T04:27:54.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-07-06T04:27:54.830Z
24572026-07-06T04:27:54.830Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719)
24582026-07-06T04:27:54.830Z
24592026-07-06T04:27:54.830Zrunning 0 tests
24602026-07-06T04:27:54.830Z
24612026-07-06T04:27:54.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24622026-07-06T04:27:54.830Z
24632026-07-06T04:27:54.830Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
24642026-07-06T04:27:54.830Z
24652026-07-06T04:27:54.830Zrunning 12 tests
24662026-07-06T04:27:54.833Ztest icmp::test_v6_checksum ... ok
24672026-07-06T04:27:54.833Ztest lldp::test_lldp_parse ... ok
24682026-07-06T04:27:54.833Ztest icmp::test_v4_checksum ... ok
24692026-07-06T04:27:54.833Ztest pbuf::test_byte ... ok
24702026-07-06T04:27:54.833Ztest ipv6::test_ipv6_parse ... ok
24712026-07-06T04:27:54.833Ztest pbuf::test_nibble ... ok
24722026-07-06T04:27:54.833Ztest pbuf::test_short ... ok
24732026-07-06T04:27:54.833Ztest pbuf::test_overflow ... ok
24742026-07-06T04:27:54.833Ztest pbuf::test_twelve ... ok
24752026-07-06T04:27:54.833Ztest pbuf::test_word ... ok
24762026-07-06T04:27:54.833Ztest tcp::test_checksum_ack_data ... ok
24772026-07-06T04:27:54.833Ztest tcp::test_checksum_syn_nodata ... ok
24782026-07-06T04:27:54.833Z
24792026-07-06T04:27:54.834Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24802026-07-06T04:27:54.834Z
24812026-07-06T04:27:54.834Z Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9)
24822026-07-06T04:27:54.834Z
24832026-07-06T04:27:54.834Zrunning 0 tests
24842026-07-06T04:27:54.834Z
24852026-07-06T04:27:54.834Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24862026-07-06T04:27:54.834Z
24872026-07-06T04:27:54.834Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
24882026-07-06T04:27:54.837Z
24892026-07-06T04:27:54.837Zrunning 5 tests
24902026-07-06T04:27:54.837Ztest switchport::test::test_compute_lanes ... ok
24912026-07-06T04:27:54.837Ztest switchport::test::port_id_ordering ... ok
24922026-07-06T04:27:54.837Z Lane 0 Lane 1 Lane 2 Lane 3 Lane 0
24932026-07-06T04:27:54.837Z Rx Loss-of-lock: YesLane 1 Yes Lane 2Yes YesLane 3
24942026-07-06T04:27:54.837Z
24952026-07-06T04:27:54.838Z Rx Loss-of-signal: Yes State: Activated YesActivated YesActivated Yes
24962026-07-06T04:27:54.838ZActivated Rx CDR Enabled: Yes
24972026-07-06T04:27:54.838Z Rx Output Enabled: falseYes Yesfalse Yes
24982026-07-06T04:27:54.838Zfalse Tx Enabled: Yes false
24992026-07-06T04:27:54.838ZYes Rx Output Status: valid Yes validYes
25002026-07-06T04:27:54.838Zvalid Tx Loss-of-lock: Novalid
25012026-07-06T04:27:54.838ZNo Rx Loss-of-lock: trueNo Notrue
25022026-07-06T04:27:54.838Z Tx Loss-of-signal: No true Notrue
25032026-07-06T04:27:54.838ZNo Rx Loss-of-signal: falseNo
25042026-07-06T04:27:54.838Zfalse Tx CDR Enabled: No false Nofalse
25052026-07-06T04:27:54.838Z NoRx Auto-squelch Disable: true No
25062026-07-06T04:27:54.839Ztrue Tx Adaptive EQ Fault: Notrue trueNo
25072026-07-06T04:27:54.839Z Tx Output Enabled: trueNo Notrue
25082026-07-06T04:27:54.839Z Tx Fault: Yestrue Yestrue
25092026-07-06T04:27:54.839ZYes Yes Tx Output Status: invalid
25102026-07-06T04:27:54.839Z invalid invalid invalid
25112026-07-06T04:27:54.839Z Tx Loss-of-lock: false false false false
25122026-07-06T04:27:54.839Z Tx Loss-of-signal: true true true true
25132026-07-06T04:27:54.839ZTx Auto-squelch Disable: false false false false
25142026-07-06T04:27:54.839Z Tx Adaptive EQ Fail: true true true true
25152026-07-06T04:27:54.839Z Tx Failure: false false false false
25162026-07-06T04:27:54.839Z Tx Force Squelch: true true true true
25172026-07-06T04:27:54.839Z Tx Input Polarity: normal normal normal normal
25182026-07-06T04:27:54.839Ztest switchport::test::test_print_sff_datapath ... ok
25192026-07-06T04:27:54.839Ztest switchport::test::test_print_cmis_datapath ... ok
25202026-07-06T04:27:54.839Ztest link::test_filter ... ok
25212026-07-06T04:27:54.839Z
25222026-07-06T04:27:54.839Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25232026-07-06T04:27:54.839Z
25242026-07-06T04:27:54.839Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
25252026-07-06T04:27:54.842Z
25262026-07-06T04:27:54.842Zrunning 1 test
25272026-07-06T04:27:54.842Ztest test_p4_counter_list ... ignored
25282026-07-06T04:27:54.842Z
25292026-07-06T04:27:54.842Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25302026-07-06T04:27:54.842Z
25312026-07-06T04:27:54.842Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
25322026-07-06T04:27:54.842Z
25332026-07-06T04:27:54.842Zrunning 5 tests
25342026-07-06T04:27:54.842Ztest test_an ... ignored
25352026-07-06T04:27:54.842Ztest test_enable ... ignored
25362026-07-06T04:27:54.843Ztest test_ip_addresses ... ignored
25372026-07-06T04:27:54.843Ztest test_kr ... ignored
25382026-07-06T04:27:54.843Ztest test_mac ... ignored
25392026-07-06T04:27:54.843Z
25402026-07-06T04:27:54.843Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25412026-07-06T04:27:54.843Z
25422026-07-06T04:27:54.843Z Running unittests src/main.rs (target/debug/deps/tfportd-45f0926873d017fd)
25432026-07-06T04:27:54.843Z
25442026-07-06T04:27:54.843Zrunning 3 tests
25452026-07-06T04:27:54.846Ztest linklocal::test_parse_ipadm ... ok
25462026-07-06T04:27:54.846Ztest tfport::test_parse_tfport ... ok
25472026-07-06T04:27:54.846Ztest config::tests::test_updates ... ok
25482026-07-06T04:27:54.846Z
25492026-07-06T04:27:54.846Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-07-06T04:27:54.846Z
25512026-07-06T04:27:54.846Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
25522026-07-06T04:27:54.846Z
25532026-07-06T04:27:54.846Zrunning 0 tests
25542026-07-06T04:27:54.846Z
25552026-07-06T04:27:54.846Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25562026-07-06T04:27:54.846Z
25572026-07-06T04:27:54.846Z Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2)
25582026-07-06T04:27:54.849Z
25592026-07-06T04:27:54.849Zrunning 0 tests
25602026-07-06T04:27:54.849Z
25612026-07-06T04:27:54.849Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25622026-07-06T04:27:54.849Z
25632026-07-06T04:27:54.849Z Doc-tests aal
25642026-07-06T04:27:54.974Z
25652026-07-06T04:27:54.974Zrunning 0 tests
25662026-07-06T04:27:54.974Z
25672026-07-06T04:27:54.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25682026-07-06T04:27:54.974Z
25692026-07-06T04:27:54.990Z Doc-tests aal_macros
25702026-07-06T04:27:55.057Z
25712026-07-06T04:27:55.057Zrunning 0 tests
25722026-07-06T04:27:55.057Z
25732026-07-06T04:27:55.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25742026-07-06T04:27:55.057Z
25752026-07-06T04:27:55.066Z Doc-tests common
25762026-07-06T04:27:55.296Z
25772026-07-06T04:27:55.296Zrunning 0 tests
25782026-07-06T04:27:55.296Z
25792026-07-06T04:27:55.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25802026-07-06T04:27:55.296Z
25812026-07-06T04:27:55.315Z Doc-tests dpd_api
25822026-07-06T04:27:56.069Z
25832026-07-06T04:27:56.069Zrunning 2 tests
25842026-07-06T04:27:56.069Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25852026-07-06T04:27:56.069Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25862026-07-06T04:27:56.069Z
25872026-07-06T04:27:56.069Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25882026-07-06T04:27:56.069Z
25892026-07-06T04:27:56.102Z Doc-tests dpd_client
25902026-07-06T04:27:57.389Z
25912026-07-06T04:27:57.389Zrunning 0 tests
25922026-07-06T04:27:57.389Z
25932026-07-06T04:27:57.389Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25942026-07-06T04:27:57.389Z
25952026-07-06T04:27:57.431Z Doc-tests dpd_types
25962026-07-06T04:27:57.647Z
25972026-07-06T04:27:57.647Zrunning 0 tests
25982026-07-06T04:27:57.647Z
25992026-07-06T04:27:57.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26002026-07-06T04:27:57.647Z
26012026-07-06T04:27:57.673Z Doc-tests dpd_types_versions
26022026-07-06T04:27:58.905Z
26032026-07-06T04:27:58.905Zrunning 1 test
26042026-07-06T04:27:58.905Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
26052026-07-06T04:27:58.905Z
26062026-07-06T04:27:58.905Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
26072026-07-06T04:27:58.905Z
26082026-07-06T04:27:58.947Z Doc-tests packet
26092026-07-06T04:27:59.062Z
26102026-07-06T04:27:59.062Zrunning 0 tests
26112026-07-06T04:27:59.062Z
26122026-07-06T04:27:59.062Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26132026-07-06T04:27:59.062Z
26142026-07-06T04:27:59.077Z Doc-tests pcap
26152026-07-06T04:27:59.129Z
26162026-07-06T04:27:59.130Zrunning 0 tests
26172026-07-06T04:27:59.130Z
26182026-07-06T04:27:59.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-07-06T04:27:59.130Z
26202026-07-06T04:27:59.196Z+ for feat in tofino_stub tofino_asic softnpu chaos
26212026-07-06T04:27:59.196Z+ RUST_BACKTRACE=full
26222026-07-06T04:27:59.196Z+ cargo test --features tofino_asic --no-fail-fast
26232026-07-06T04:27:59.802Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26242026-07-06T04:27:59.884Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26252026-07-06T04:27:59.891Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
26262026-07-06T04:27:59.899Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26272026-07-06T04:28:08.514Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26282026-07-06T04:28:09.430Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26292026-07-06T04:28:48.537Z Finished `test` profile [unoptimized + debuginfo] target(s) in 49.32s
26302026-07-06T04:28:48.659Z Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c)
26312026-07-06T04:28:48.663Z
26322026-07-06T04:28:48.663Zrunning 5 tests
26332026-07-06T04:28:48.666Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26342026-07-06T04:28:48.666Ztest fuse::tests::chip_revision_a0 ... ok
26352026-07-06T04:28:48.666Ztest fuse::tests::chip_revision_b1 ... ok
26362026-07-06T04:28:48.666Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26372026-07-06T04:28:48.666Ztest fuse::tests::chip_revision_b0 ... ok
26382026-07-06T04:28:48.666Z
26392026-07-06T04:28:48.666Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26402026-07-06T04:28:48.666Z
26412026-07-06T04:28:48.666Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
26422026-07-06T04:28:48.670Z
26432026-07-06T04:28:48.670Zrunning 0 tests
26442026-07-06T04:28:48.671Z
26452026-07-06T04:28:48.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26462026-07-06T04:28:48.671Z
26472026-07-06T04:28:48.671Z Running unittests src/lib.rs (target/debug/deps/asic-64f7fa3834ec17a2)
26482026-07-06T04:28:48.766Z
26492026-07-06T04:28:48.766Zrunning 8 tests
26502026-07-06T04:28:48.769Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26512026-07-06T04:28:48.769Ztest tofino_asic::qsfp::tests::fix_link ... ok
26522026-07-06T04:28:48.769Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26532026-07-06T04:28:48.769Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26542026-07-06T04:28:48.769Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26552026-07-06T04:28:48.769Ztest tofino_asic::stats::constants_sanity_check ... ok
26562026-07-06T04:28:48.776Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26572026-07-06T04:28:49.268Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26582026-07-06T04:28:49.268Z
26592026-07-06T04:28:49.268Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26602026-07-06T04:28:49.268Z
26612026-07-06T04:28:49.278Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
26622026-07-06T04:28:49.281Z
26632026-07-06T04:28:49.281Zrunning 10 tests
26642026-07-06T04:28:49.284Ztest nat::tests::test_vni ... ok
26652026-07-06T04:28:49.284Ztest network::tests::test_eui64 ... ok
26662026-07-06T04:28:49.284Ztest network::tests::test_into ... ok
26672026-07-06T04:28:49.284Ztest network::tests::test_parse ... ok
26682026-07-06T04:28:49.285Ztest network::tests::test_to_string ... ok
26692026-07-06T04:28:49.285Ztest test_purge ... ok
26702026-07-06T04:28:49.285Ztest network::tests::test_equal ... ok
26712026-07-06T04:28:49.285Ztest network::tests::test_generate_ipv6_link_local ... ok
26722026-07-06T04:28:49.285Ztest network::tests::test_not_equal ... ok
26732026-07-06T04:28:49.288Ztest illumos::test::address_exists_handles_missing_object ... ok
26742026-07-06T04:28:49.288Z
26752026-07-06T04:28:49.288Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26762026-07-06T04:28:49.289Z
26772026-07-06T04:28:49.289Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d)
26782026-07-06T04:28:49.292Z
26792026-07-06T04:28:49.292Zrunning 1 test
26802026-07-06T04:28:49.292Z -------
26812026-07-06T04:28:49.292Z Generating OpenAPI documents from API definitions ...
26822026-07-06T04:28:49.484Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
26832026-07-06T04:28:49.552Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
26842026-07-06T04:28:50.565Z -------
26852026-07-06T04:28:50.565Z Checking 12 OpenAPI documents...
26862026-07-06T04:28:50.565Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
26872026-07-06T04:28:50.565Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
26882026-07-06T04:28:50.568Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
26892026-07-06T04:28:50.568Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
26902026-07-06T04:28:50.568Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
26912026-07-06T04:28:50.568Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
26922026-07-06T04:28:50.568Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
26932026-07-06T04:28:50.568Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
26942026-07-06T04:28:50.568Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
26952026-07-06T04:28:50.568Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
26962026-07-06T04:28:50.568Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
26972026-07-06T04:28:50.568Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
26982026-07-06T04:28:50.568Z Fresh dpd "latest" symlink
26992026-07-06T04:28:50.568Z -------
27002026-07-06T04:28:50.569Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
27012026-07-06T04:28:50.629Ztest test::test_apis_up_to_date ... ok
27022026-07-06T04:28:50.629Z
27032026-07-06T04:28:50.629Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.34s
27042026-07-06T04:28:50.629Z
27052026-07-06T04:28:50.690Z Running unittests src/main.rs (target/debug/deps/dpd-d345259e738e824d)
27062026-07-06T04:28:50.756Z
27072026-07-06T04:28:50.756Zrunning 51 tests
27082026-07-06T04:28:50.759Ztest freemap::test_ordering ... ok
27092026-07-06T04:28:50.759Ztest config::tests::test_updates ... ok
27102026-07-06T04:28:50.759Ztest freemap::test_split ... ok
27112026-07-06T04:28:50.759Ztest dhcpv6::tests::test_create_duid_bytes ... ok
27122026-07-06T04:28:50.759Ztest macaddrs::tests::test_mac_offset ... ok
27132026-07-06T04:28:50.759Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
27142026-07-06T04:28:50.759Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
27152026-07-06T04:28:50.759Ztest macaddrs::tests::test_parse_port_id ... ok
27162026-07-06T04:28:50.760Ztest nat::test_mapping ... ok
27172026-07-06T04:28:50.761Ztest port_map::tests::dump_map ... ok
27182026-07-06T04:28:50.764Ztest port_map::tests::test_backplane_group ... ok
27192026-07-06T04:28:50.764Ztest port_map::tests::test_port_map ... ok
27202026-07-06T04:28:50.764Ztest transceivers::mpn_test::test_mpn_missing ... ok
27212026-07-06T04:28:50.764Ztest transceivers::mpn_test::test_mpn_present ... ok
27222026-07-06T04:28:50.764Ztest transceivers::mpn_test::test_xcvr_missing ... ok
27232026-07-06T04:28:50.764Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27242026-07-06T04:28:50.765ZJul 06 04:28:49.232Jul 06 04:28:49.232 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_testJul 06 04:28:49.232
27252026-07-06T04:28:50.765Z DEBG created new freemap
27262026-07-06T04:28:50.765Z, Jul 06 04:28:49.232unit :Jul 06 04:28:49.232DEBG Jul 06 04:28:49.232 freemap_test initted freemap. size: 128
27272026-07-06T04:28:50.765Z, DEBGunit : initted freemap. size: 128freemap_test,
27282026-07-06T04:28:50.765ZunitJul 06 04:28:49.232: DEBGDEBGfreemap_test
27292026-07-06T04:28:50.765Zcreated new freemapinitted freemap. size: 128Jul 06 04:28:49.232, , unitunit:DEBG: Jul 06 04:28:49.232 reset freemap freemap_testDEBG, freemap_test unit
27302026-07-06T04:28:50.765Z
27312026-07-06T04:28:50.765Zreset freemap:, Jul 06 04:28:49.232unitfreemap_test:
27322026-07-06T04:28:50.765ZJul 06 04:28:49.232 freemap_test
27332026-07-06T04:28:50.765Z DEBGDEBG reset freemapinitted freemap. size: 128, , unitunit:: freemap_testfreemap_test
27342026-07-06T04:28:50.765Z
27352026-07-06T04:28:50.765ZJul 06 04:28:49.232 DEBG reset freemap, unit: freemap_test
27362026-07-06T04:28:50.765Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
27372026-07-06T04:28:50.765Ztest freemap::test_basic ... ok
27382026-07-06T04:28:50.766Ztest freemap::test_free ... ok
27392026-07-06T04:28:50.766Ztest freemap::test_reclaim ... ok
27402026-07-06T04:28:50.766Ztest freemap::test_exhaustion ... ok
27412026-07-06T04:28:50.766Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
27422026-07-06T04:28:50.766Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27432026-07-06T04:28:50.766Ztest port_map::tests::parse_softnpu_revision ... ok
27442026-07-06T04:28:50.766Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27452026-07-06T04:28:50.766Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27462026-07-06T04:28:50.766Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27472026-07-06T04:28:50.768ZJul 06 04:28:49.232 DEBG created new freemap, unit: freemap_test
27482026-07-06T04:28:50.768ZJul 06 04:28:49.233 DEBG initted freemap. size: 128, unit: freemap_test
27492026-07-06T04:28:50.768ZJul 06 04:28:49.233 DEBG reset freemap, unit: freemap_test
27502026-07-06T04:28:50.768Ztest freemap::test_span ... ok
27512026-07-06T04:28:50.768Ztest api_server::tests::test_build_info ... ok
27522026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27532026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27542026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27552026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27562026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27572026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27582026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27592026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27602026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27612026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27622026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27632026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27642026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27652026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27662026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27672026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27682026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27692026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27702026-07-06T04:28:50.768Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27712026-07-06T04:28:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27722026-07-06T04:28:50.769Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27732026-07-06T04:28:50.769Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27742026-07-06T04:28:50.769Z
27752026-07-06T04:28:50.769Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27762026-07-06T04:28:50.769Z
27772026-07-06T04:28:50.776Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-dac033158e954082)
27782026-07-06T04:28:50.779Z
27792026-07-06T04:28:50.779Zrunning 0 tests
27802026-07-06T04:28:50.779Z
27812026-07-06T04:28:50.779Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-07-06T04:28:50.779Z
27832026-07-06T04:28:50.779Z Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e)
27842026-07-06T04:28:50.782Z
27852026-07-06T04:28:50.782Zrunning 0 tests
27862026-07-06T04:28:50.782Z
27872026-07-06T04:28:50.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-07-06T04:28:50.782Z
27892026-07-06T04:28:50.782Z Running unittests src/lib.rs (target/debug/deps/dpd_client-f3f62553e4c47c12)
27902026-07-06T04:28:50.785Z
27912026-07-06T04:28:50.785Zrunning 6 tests
27922026-07-06T04:28:50.785Ztest tests::test_full_lot_id_neither_present ... ok
27932026-07-06T04:28:50.786Ztest tests::test_full_lot_id_lotnum_only ... ok
27942026-07-06T04:28:50.786Ztest tests::test_full_lot_id_lot_only ... ok
27952026-07-06T04:28:50.786Ztest tests::test_full_lot_id_both_present ... ok
27962026-07-06T04:28:50.786Ztest tests::test_parse_client_port_id ... ok
27972026-07-06T04:28:50.786Ztest tests::test_port_id_cmp ... ok
27982026-07-06T04:28:50.786Z
27992026-07-06T04:28:50.786Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28002026-07-06T04:28:50.786Z
28012026-07-06T04:28:50.786Z Running tests/test_all.rs (target/debug/deps/test_all-81c31cbb994b54d4)
28022026-07-06T04:28:50.786Z
28032026-07-06T04:28:50.786Zrunning 0 tests
28042026-07-06T04:28:50.786Z
28052026-07-06T04:28:50.786Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-07-06T04:28:50.786Z
28072026-07-06T04:28:50.790Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e)
28082026-07-06T04:28:50.790Z
28092026-07-06T04:28:50.792Zrunning 0 tests
28102026-07-06T04:28:50.792Z
28112026-07-06T04:28:50.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-07-06T04:28:50.792Z
28132026-07-06T04:28:50.792Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719)
28142026-07-06T04:28:50.792Z
28152026-07-06T04:28:50.792Zrunning 0 tests
28162026-07-06T04:28:50.792Z
28172026-07-06T04:28:50.792Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28182026-07-06T04:28:50.792Z
28192026-07-06T04:28:50.792Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
28202026-07-06T04:28:50.796Z
28212026-07-06T04:28:50.796Zrunning 12 tests
28222026-07-06T04:28:50.796Ztest icmp::test_v4_checksum ... ok
28232026-07-06T04:28:50.796Ztest icmp::test_v6_checksum ... ok
28242026-07-06T04:28:50.796Ztest ipv6::test_ipv6_parse ... ok
28252026-07-06T04:28:50.796Ztest pbuf::test_byte ... ok
28262026-07-06T04:28:50.796Ztest lldp::test_lldp_parse ... ok
28272026-07-06T04:28:50.796Ztest pbuf::test_nibble ... ok
28282026-07-06T04:28:50.796Ztest pbuf::test_overflow ... ok
28292026-07-06T04:28:50.796Ztest pbuf::test_short ... ok
28302026-07-06T04:28:50.796Ztest pbuf::test_twelve ... ok
28312026-07-06T04:28:50.796Ztest pbuf::test_word ... ok
28322026-07-06T04:28:50.796Ztest tcp::test_checksum_syn_nodata ... ok
28332026-07-06T04:28:50.797Ztest tcp::test_checksum_ack_data ... ok
28342026-07-06T04:28:50.797Z
28352026-07-06T04:28:50.797Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28362026-07-06T04:28:50.797Z
28372026-07-06T04:28:50.797Z Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9)
28382026-07-06T04:28:50.797Z
28392026-07-06T04:28:50.797Zrunning 0 tests
28402026-07-06T04:28:50.797Z
28412026-07-06T04:28:50.797Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28422026-07-06T04:28:50.797Z
28432026-07-06T04:28:50.797Z Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54)
28442026-07-06T04:28:50.797Z
28452026-07-06T04:28:50.797Zrunning 5 tests
28462026-07-06T04:28:50.800Ztest switchport::test::test_compute_lanes ... ok
28472026-07-06T04:28:50.800Ztest switchport::test::port_id_ordering ... ok
28482026-07-06T04:28:50.800Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
28492026-07-06T04:28:50.800ZLane 1 Rx Loss-of-lock: Yes Lane 2Yes Lane 3Yes
28502026-07-06T04:28:50.800ZYes
28512026-07-06T04:28:50.800Z State: Activated Rx Loss-of-signal: YesActivated ActivatedYes Activated
28522026-07-06T04:28:50.800ZYes Yes Rx Output Enabled: false
28532026-07-06T04:28:50.800Z Rx CDR Enabled: Yesfalse false Yesfalse
28542026-07-06T04:28:50.800ZYes Rx Output Status: valid Yes
28552026-07-06T04:28:50.800Zvalid Tx Enabled: Yes validYes valid
28562026-07-06T04:28:50.800ZYes Rx Loss-of-lock: trueYes
28572026-07-06T04:28:50.800Z Tx Loss-of-lock: Notrue trueNo trueNo
28582026-07-06T04:28:50.800Z No
28592026-07-06T04:28:50.800Z Rx Loss-of-signal: false Tx Loss-of-signal: Nofalse No false falseNo
28602026-07-06T04:28:50.800Z No
28612026-07-06T04:28:50.800ZRx Auto-squelch Disable: true Tx CDR Enabled: No Notrue No trueNo
28622026-07-06T04:28:50.800Ztrue
28632026-07-06T04:28:50.800Z Tx Adaptive EQ Fault: No Tx Output Enabled: true No true No trueNo
28642026-07-06T04:28:50.800Z true
28652026-07-06T04:28:50.800Z Tx Fault: Yes Tx Output Status: invalid Yesinvalid Yesinvalid Yesinvalid
28662026-07-06T04:28:50.800Z
28672026-07-06T04:28:50.800Z Tx Loss-of-lock: false false false false
28682026-07-06T04:28:50.800Z Tx Loss-of-signal: true true true true
28692026-07-06T04:28:50.800ZTx Auto-squelch Disable: false false false false
28702026-07-06T04:28:50.800Z Tx Adaptive EQ Fail: true true true true
28712026-07-06T04:28:50.800Z Tx Failure: false false false false
28722026-07-06T04:28:50.803Z Tx Force Squelch: true true true true
28732026-07-06T04:28:50.803Z Tx Input Polarity: normal normal normal normal
28742026-07-06T04:28:50.803Ztest switchport::test::test_print_sff_datapath ... ok
28752026-07-06T04:28:50.803Ztest switchport::test::test_print_cmis_datapath ... ok
28762026-07-06T04:28:50.803Ztest link::test_filter ... ok
28772026-07-06T04:28:50.803Z
28782026-07-06T04:28:50.803Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28792026-07-06T04:28:50.803Z
28802026-07-06T04:28:50.803Z Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a)
28812026-07-06T04:28:50.807Z
28822026-07-06T04:28:50.807Zrunning 1 test
28832026-07-06T04:28:50.807Ztest test_p4_counter_list ... ignored
28842026-07-06T04:28:50.807Z
28852026-07-06T04:28:50.807Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28862026-07-06T04:28:50.807Z
28872026-07-06T04:28:50.807Z Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414)
28882026-07-06T04:28:50.807Z
28892026-07-06T04:28:50.807Zrunning 5 tests
28902026-07-06T04:28:50.807Ztest test_an ... ignored
28912026-07-06T04:28:50.807Ztest test_enable ... ignored
28922026-07-06T04:28:50.807Ztest test_ip_addresses ... ignored
28932026-07-06T04:28:50.807Ztest test_kr ... ignored
28942026-07-06T04:28:50.807Ztest test_mac ... ignored
28952026-07-06T04:28:50.807Z
28962026-07-06T04:28:50.807Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28972026-07-06T04:28:50.807Z
28982026-07-06T04:28:50.807Z Running unittests src/main.rs (target/debug/deps/tfportd-da47d321c41cad35)
28992026-07-06T04:28:50.809Z
29002026-07-06T04:28:50.809Zrunning 3 tests
29012026-07-06T04:28:50.811Ztest linklocal::test_parse_ipadm ... ok
29022026-07-06T04:28:50.811Ztest tfport::test_parse_tfport ... ok
29032026-07-06T04:28:50.811Ztest config::tests::test_updates ... ok
29042026-07-06T04:28:50.811Z
29052026-07-06T04:28:50.811Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-07-06T04:28:50.811Z
29072026-07-06T04:28:50.815Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
29082026-07-06T04:28:50.815Z
29092026-07-06T04:28:50.815Zrunning 0 tests
29102026-07-06T04:28:50.815Z
29112026-07-06T04:28:50.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29122026-07-06T04:28:50.815Z
29132026-07-06T04:28:50.815Z Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2)
29142026-07-06T04:28:50.815Z
29152026-07-06T04:28:50.815Zrunning 0 tests
29162026-07-06T04:28:50.815Z
29172026-07-06T04:28:50.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29182026-07-06T04:28:50.815Z
29192026-07-06T04:28:50.815Z Doc-tests aal
29202026-07-06T04:28:50.939Z
29212026-07-06T04:28:50.939Zrunning 0 tests
29222026-07-06T04:28:50.940Z
29232026-07-06T04:28:50.940Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29242026-07-06T04:28:50.940Z
29252026-07-06T04:28:50.957Z Doc-tests aal_macros
29262026-07-06T04:28:51.027Z
29272026-07-06T04:28:51.027Zrunning 0 tests
29282026-07-06T04:28:51.027Z
29292026-07-06T04:28:51.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29302026-07-06T04:28:51.028Z
29312026-07-06T04:28:51.038Z Doc-tests common
29322026-07-06T04:28:51.275Z
29332026-07-06T04:28:51.275Zrunning 0 tests
29342026-07-06T04:28:51.275Z
29352026-07-06T04:28:51.275Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29362026-07-06T04:28:51.275Z
29372026-07-06T04:28:51.296Z Doc-tests dpd_api
29382026-07-06T04:28:52.056Z
29392026-07-06T04:28:52.056Zrunning 2 tests
29402026-07-06T04:28:52.056Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29412026-07-06T04:28:52.056Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29422026-07-06T04:28:52.056Z
29432026-07-06T04:28:52.056Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29442026-07-06T04:28:52.056Z
29452026-07-06T04:28:52.089Z Doc-tests dpd_client
29462026-07-06T04:28:53.367Z
29472026-07-06T04:28:53.367Zrunning 0 tests
29482026-07-06T04:28:53.367Z
29492026-07-06T04:28:53.368Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29502026-07-06T04:28:53.368Z
29512026-07-06T04:28:53.414Z Doc-tests dpd_types
29522026-07-06T04:28:53.632Z
29532026-07-06T04:28:53.632Zrunning 0 tests
29542026-07-06T04:28:53.632Z
29552026-07-06T04:28:53.632Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29562026-07-06T04:28:53.632Z
29572026-07-06T04:28:53.661Z Doc-tests dpd_types_versions
29582026-07-06T04:28:54.883Z
29592026-07-06T04:28:54.884Zrunning 1 test
29602026-07-06T04:28:54.884Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29612026-07-06T04:28:54.884Z
29622026-07-06T04:28:54.884Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29632026-07-06T04:28:54.884Z
29642026-07-06T04:28:54.930Z Doc-tests packet
29652026-07-06T04:28:55.046Z
29662026-07-06T04:28:55.046Zrunning 0 tests
29672026-07-06T04:28:55.046Z
29682026-07-06T04:28:55.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29692026-07-06T04:28:55.046Z
29702026-07-06T04:28:55.062Z Doc-tests pcap
29712026-07-06T04:28:55.116Z
29722026-07-06T04:28:55.116Zrunning 0 tests
29732026-07-06T04:28:55.116Z
29742026-07-06T04:28:55.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29752026-07-06T04:28:55.117Z
29762026-07-06T04:28:55.165Z+ for feat in tofino_stub tofino_asic softnpu chaos
29772026-07-06T04:28:55.165Z+ RUST_BACKTRACE=full
29782026-07-06T04:28:55.165Z+ cargo test --features softnpu --no-fail-fast
29792026-07-06T04:28:55.825Z Compiling num-integer v0.1.46
29802026-07-06T04:28:55.912Z Compiling num-complex v0.4.6
29812026-07-06T04:28:55.961Z Compiling bitstruct_derive v0.1.0
29822026-07-06T04:28:55.966Z Compiling tap v1.0.1
29832026-07-06T04:28:56.075Z Compiling wyz v0.5.1
29842026-07-06T04:28:56.202Z Compiling num-iter v0.1.45
29852026-07-06T04:28:56.241Z Compiling num-rational v0.4.2
29862026-07-06T04:28:56.264Z Compiling num-bigint v0.4.6
29872026-07-06T04:28:56.336Z Compiling radium v0.7.0
29882026-07-06T04:28:56.352Z Compiling funty v2.0.0
29892026-07-06T04:28:56.398Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29902026-07-06T04:28:56.450Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29912026-07-06T04:28:56.535Z Compiling num v0.4.3
29922026-07-06T04:28:56.622Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29932026-07-06T04:28:56.660Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29942026-07-06T04:28:56.674Z Compiling bitvec v1.0.1
29952026-07-06T04:28:56.760Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-07-06T04:28:56.796Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29972026-07-06T04:28:56.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29982026-07-06T04:28:57.006Z Compiling typeid v1.0.3
29992026-07-06T04:28:57.058Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30002026-07-06T04:28:57.062Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30012026-07-06T04:28:57.123Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30022026-07-06T04:28:57.402Z Compiling ascii v1.1.0
30032026-07-06T04:28:57.823Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30042026-07-06T04:28:57.912Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30052026-07-06T04:28:57.977Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30062026-07-06T04:28:58.002Z Compiling erased-serde v0.4.8
30072026-07-06T04:28:58.184Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
30082026-07-06T04:28:58.346Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30092026-07-06T04:28:58.359Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
30102026-07-06T04:28:58.426Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
30112026-07-06T04:28:58.488Z Compiling bitstruct v0.1.1
30122026-07-06T04:28:58.810Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
30132026-07-06T04:28:58.969Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
30142026-07-06T04:28:59.019Z Compiling serde_arrays v0.1.0
30152026-07-06T04:28:59.092Z Compiling libloading v0.7.4
30162026-07-06T04:29:00.374Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
30172026-07-06T04:29:00.437Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30182026-07-06T04:29:00.437Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30192026-07-06T04:29:00.437Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
30202026-07-06T04:29:01.244Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-07-06T04:29:02.110Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30222026-07-06T04:29:07.951Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30232026-07-06T04:29:08.177Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30242026-07-06T04:29:08.180Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30252026-07-06T04:29:08.246Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30262026-07-06T04:29:08.260Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30272026-07-06T04:29:08.831Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30282026-07-06T04:29:09.606Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30292026-07-06T04:29:10.777Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30302026-07-06T04:29:13.318Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30312026-07-06T04:29:14.354Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30322026-07-06T04:29:15.482Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30332026-07-06T04:29:16.807Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30342026-07-06T04:29:17.266Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30352026-07-06T04:29:18.030Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30362026-07-06T04:29:25.719Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30372026-07-06T04:29:27.636Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30382026-07-06T04:29:31.323Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30392026-07-06T04:30:12.671Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
30402026-07-06T04:30:12.794Z Running unittests src/lib.rs (target/debug/deps/aal-d72d27e9e5da388f)
30412026-07-06T04:30:12.797Z
30422026-07-06T04:30:12.797Zrunning 5 tests
30432026-07-06T04:30:12.798Ztest fuse::tests::chip_revision_a0 ... ok
30442026-07-06T04:30:12.798Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30452026-07-06T04:30:12.798Ztest fuse::tests::chip_revision_b0 ... ok
30462026-07-06T04:30:12.798Ztest fuse::tests::chip_revision_b1 ... ok
30472026-07-06T04:30:12.798Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30482026-07-06T04:30:12.798Z
30492026-07-06T04:30:12.798Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30502026-07-06T04:30:12.798Z
30512026-07-06T04:30:12.801Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
30522026-07-06T04:30:12.801Z
30532026-07-06T04:30:12.801Zrunning 0 tests
30542026-07-06T04:30:12.801Z
30552026-07-06T04:30:12.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30562026-07-06T04:30:12.801Z
30572026-07-06T04:30:12.804Z Running unittests src/lib.rs (target/debug/deps/asic-7e256b420ba4c182)
30582026-07-06T04:30:12.804Z
30592026-07-06T04:30:12.804Zrunning 0 tests
30602026-07-06T04:30:12.804Z
30612026-07-06T04:30:12.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30622026-07-06T04:30:12.804Z
30632026-07-06T04:30:12.804Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
30642026-07-06T04:30:12.807Z
30652026-07-06T04:30:12.807Zrunning 10 tests
30662026-07-06T04:30:12.807Ztest network::tests::test_eui64 ... ok
30672026-07-06T04:30:12.807Ztest network::tests::test_into ... ok
30682026-07-06T04:30:12.807Ztest network::tests::test_not_equal ... ok
30692026-07-06T04:30:12.808Ztest network::tests::test_equal ... ok
30702026-07-06T04:30:12.808Ztest nat::tests::test_vni ... ok
30712026-07-06T04:30:12.808Ztest network::tests::test_generate_ipv6_link_local ... ok
30722026-07-06T04:30:12.808Ztest network::tests::test_parse ... ok
30732026-07-06T04:30:12.808Ztest network::tests::test_to_string ... ok
30742026-07-06T04:30:12.808Ztest test_purge ... ok
30752026-07-06T04:30:12.811Ztest illumos::test::address_exists_handles_missing_object ... ok
30762026-07-06T04:30:12.811Z
30772026-07-06T04:30:12.811Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30782026-07-06T04:30:12.811Z
30792026-07-06T04:30:12.811Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-225694a91f44eaee)
30802026-07-06T04:30:12.815Z
30812026-07-06T04:30:12.815Zrunning 1 test
30822026-07-06T04:30:12.818Z -------
30832026-07-06T04:30:12.818Z Generating OpenAPI documents from API definitions ...
30842026-07-06T04:30:12.959Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
30852026-07-06T04:30:13.029Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
30862026-07-06T04:30:14.028Z -------
30872026-07-06T04:30:14.028Z Checking 12 OpenAPI documents...
30882026-07-06T04:30:14.028Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
30892026-07-06T04:30:14.028Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
30902026-07-06T04:30:14.029Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
30912026-07-06T04:30:14.032Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
30922026-07-06T04:30:14.032Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
30932026-07-06T04:30:14.032Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
30942026-07-06T04:30:14.033Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
30952026-07-06T04:30:14.033Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
30962026-07-06T04:30:14.033Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
30972026-07-06T04:30:14.033Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
30982026-07-06T04:30:14.033Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
30992026-07-06T04:30:14.033Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
31002026-07-06T04:30:14.033Z Fresh dpd "latest" symlink
31012026-07-06T04:30:14.033Z -------
31022026-07-06T04:30:14.033Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
31032026-07-06T04:30:14.096Ztest test::test_apis_up_to_date ... ok
31042026-07-06T04:30:14.096Z
31052026-07-06T04:30:14.096Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
31062026-07-06T04:30:14.096Z
31072026-07-06T04:30:14.154Z Running unittests src/main.rs (target/debug/deps/dpd-320386836ca8df2c)
31082026-07-06T04:30:14.160Z
31092026-07-06T04:30:14.160Zrunning 19 tests
31102026-07-06T04:30:14.163Ztest freemap::test_ordering ... ok
31112026-07-06T04:30:14.163Ztest config::tests::test_updates ... ok
31122026-07-06T04:30:14.163Ztest freemap::test_split ... ok
31132026-07-06T04:30:14.163Ztest dhcpv6::tests::test_create_duid_bytes ... ok
31142026-07-06T04:30:14.163Ztest macaddrs::tests::test_mac_offset ... ok
31152026-07-06T04:30:14.163Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
31162026-07-06T04:30:14.163Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
31172026-07-06T04:30:14.164Ztest macaddrs::tests::test_parse_port_id ... ok
31182026-07-06T04:30:14.164Ztest nat::test_mapping ... ok
31192026-07-06T04:30:14.168Ztest port_map::tests::dump_map ... ok
31202026-07-06T04:30:14.168Ztest port_map::tests::test_backplane_group ... ok
31212026-07-06T04:30:14.168Ztest port_map::tests::test_port_map ... ok
31222026-07-06T04:30:14.168ZJul 06 04:30:12.635 DEBG created new freemapJul 06 04:30:12.635 DEBG created new freemap, unit, :unit :freemap_test freemap_test
31232026-07-06T04:30:14.168ZJul 06 04:30:12.635 DEBG initted freemap. size: 128, unit:
31242026-07-06T04:30:14.168Zfreemap_test
31252026-07-06T04:30:14.168ZJul 06 04:30:12.635 DEBG reset freemap, unit: freemap_testJul 06 04:30:12.635
31262026-07-06T04:30:14.168Z DEBGJul 06 04:30:12.635 created new freemapDEBG , initted freemap. size: 128unit, :unit :freemap_test freemap_test
31272026-07-06T04:30:14.168Z
31282026-07-06T04:30:14.168ZJul 06 04:30:12.635Jul 06 04:30:12.635 Jul 06 04:30:12.635 DEBG DEBG created new freemapinitted freemap. size: 128, unit, : freemap_testunit
31292026-07-06T04:30:14.168Ztest freemap::test_free ... ok
31302026-07-06T04:30:14.168ZDEBG reset freemapJul 06 04:30:12.635 DEBG initted freemap. size: 128, unit: freemap_test
31312026-07-06T04:30:14.168ZJul 06 04:30:12.635 DEBG reset freemap, unit, : freemap_test
31322026-07-06T04:30:14.168Z:unit :freemap_test freemap_test
31332026-07-06T04:30:14.168Z
31342026-07-06T04:30:14.168ZJul 06 04:30:12.635 DEBG reset freemap, unit: freemap_test
31352026-07-06T04:30:14.168Ztest freemap::test_reclaim ... ok
31362026-07-06T04:30:14.168Ztest freemap::test_exhaustion ... ok
31372026-07-06T04:30:14.168Ztest freemap::test_basic ... ok
31382026-07-06T04:30:14.168ZJul 06 04:30:12.636 DEBG created new freemap, unit: freemap_test
31392026-07-06T04:30:14.168ZJul 06 04:30:12.636 DEBG initted freemap. size: 128, unit: freemap_test
31402026-07-06T04:30:14.169ZJul 06 04:30:12.636 DEBG reset freemap, unit: freemap_test
31412026-07-06T04:30:14.169Ztest freemap::test_span ... ok
31422026-07-06T04:30:14.169Ztest api_server::tests::test_build_info ... ok
31432026-07-06T04:30:14.169Ztest port_map::tests::parse_softnpu_revision ... ok
31442026-07-06T04:30:14.169Z
31452026-07-06T04:30:14.169Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31462026-07-06T04:30:14.169Z
31472026-07-06T04:30:14.172Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-2916e6a3ea221069)
31482026-07-06T04:30:14.172Z
31492026-07-06T04:30:14.172Zrunning 0 tests
31502026-07-06T04:30:14.172Z
31512026-07-06T04:30:14.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31522026-07-06T04:30:14.172Z
31532026-07-06T04:30:14.172Z Running unittests src/lib.rs (target/debug/deps/dpd_api-d84641c2e336f561)
31542026-07-06T04:30:14.176Z
31552026-07-06T04:30:14.176Zrunning 0 tests
31562026-07-06T04:30:14.176Z
31572026-07-06T04:30:14.176Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31582026-07-06T04:30:14.176Z
31592026-07-06T04:30:14.176Z Running unittests src/lib.rs (target/debug/deps/dpd_client-e6d8007daef91c9f)
31602026-07-06T04:30:14.176Z
31612026-07-06T04:30:14.176Zrunning 6 tests
31622026-07-06T04:30:14.176Ztest tests::test_full_lot_id_neither_present ... ok
31632026-07-06T04:30:14.176Ztest tests::test_full_lot_id_lot_only ... ok
31642026-07-06T04:30:14.176Ztest tests::test_full_lot_id_both_present ... ok
31652026-07-06T04:30:14.176Ztest tests::test_full_lot_id_lotnum_only ... ok
31662026-07-06T04:30:14.176Ztest tests::test_parse_client_port_id ... ok
31672026-07-06T04:30:14.176Ztest tests::test_port_id_cmp ... ok
31682026-07-06T04:30:14.179Z
31692026-07-06T04:30:14.179Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31702026-07-06T04:30:14.179Z
31712026-07-06T04:30:14.183Z Running tests/test_all.rs (target/debug/deps/test_all-6ee86c7bca9ebfa9)
31722026-07-06T04:30:14.183Z
31732026-07-06T04:30:14.183Zrunning 0 tests
31742026-07-06T04:30:14.183Z
31752026-07-06T04:30:14.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31762026-07-06T04:30:14.183Z
31772026-07-06T04:30:14.184Z Running unittests src/lib.rs (target/debug/deps/dpd_types-8995d627bdb2577f)
31782026-07-06T04:30:14.184Z
31792026-07-06T04:30:14.184Zrunning 0 tests
31802026-07-06T04:30:14.184Z
31812026-07-06T04:30:14.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31822026-07-06T04:30:14.184Z
31832026-07-06T04:30:14.184Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-dd1cc2087ace7953)
31842026-07-06T04:30:14.184Z
31852026-07-06T04:30:14.184Zrunning 0 tests
31862026-07-06T04:30:14.184Z
31872026-07-06T04:30:14.184Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31882026-07-06T04:30:14.184Z
31892026-07-06T04:30:14.184Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
31902026-07-06T04:30:14.188Z
31912026-07-06T04:30:14.188Zrunning 12 tests
31922026-07-06T04:30:14.188Ztest icmp::test_v6_checksum ... ok
31932026-07-06T04:30:14.188Ztest lldp::test_lldp_parse ... ok
31942026-07-06T04:30:14.188Ztest icmp::test_v4_checksum ... ok
31952026-07-06T04:30:14.188Ztest ipv6::test_ipv6_parse ... ok
31962026-07-06T04:30:14.189Ztest pbuf::test_byte ... ok
31972026-07-06T04:30:14.189Ztest pbuf::test_nibble ... ok
31982026-07-06T04:30:14.189Ztest pbuf::test_overflow ... ok
31992026-07-06T04:30:14.189Ztest pbuf::test_short ... ok
32002026-07-06T04:30:14.189Ztest pbuf::test_twelve ... ok
32012026-07-06T04:30:14.189Ztest pbuf::test_word ... ok
32022026-07-06T04:30:14.189Ztest tcp::test_checksum_syn_nodata ... ok
32032026-07-06T04:30:14.189Ztest tcp::test_checksum_ack_data ... ok
32042026-07-06T04:30:14.189Z
32052026-07-06T04:30:14.189Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32062026-07-06T04:30:14.189Z
32072026-07-06T04:30:14.189Z Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9)
32082026-07-06T04:30:14.189Z
32092026-07-06T04:30:14.189Zrunning 0 tests
32102026-07-06T04:30:14.189Z
32112026-07-06T04:30:14.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32122026-07-06T04:30:14.189Z
32132026-07-06T04:30:14.189Z Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a)
32142026-07-06T04:30:14.196Z
32152026-07-06T04:30:14.196Zrunning 5 tests
32162026-07-06T04:30:14.201Ztest switchport::test::test_compute_lanes ... ok
32172026-07-06T04:30:14.205Ztest switchport::test::port_id_ordering ... ok
32182026-07-06T04:30:14.205Ztest link::test_filter ... ok
32192026-07-06T04:30:14.205Z Lane 0 Lane 1 Lane 2 Lane 3
32202026-07-06T04:30:14.205Z State: Activated Lane 0 Activated Activated Lane 1Activated
32212026-07-06T04:30:14.205ZLane 2 Rx Output Enabled: falseLane 3
32222026-07-06T04:30:14.205Zfalse Rx Loss-of-lock: Yesfalse falseYes
32232026-07-06T04:30:14.205Z Rx Output Status: validYes Yes
32242026-07-06T04:30:14.205Zvalid Rx Loss-of-signal: Yesvalid valid
32252026-07-06T04:30:14.205ZYes Rx Loss-of-lock: true Yestrue Yestrue
32262026-07-06T04:30:14.205Z true Rx CDR Enabled: Yes
32272026-07-06T04:30:14.205Z Yes Rx Loss-of-signal: false Yes Yesfalse
32282026-07-06T04:30:14.205Z Tx Enabled: Yesfalse falseYes
32292026-07-06T04:30:14.205Z Rx Auto-squelch Disable: true Yes Yes
32302026-07-06T04:30:14.205Ztrue Tx Loss-of-lock: No true trueNo
32312026-07-06T04:30:14.205Z Tx Output Enabled: trueNo No
32322026-07-06T04:30:14.205Ztrue Tx Loss-of-signal: No true Notrue
32332026-07-06T04:30:14.205ZNo Tx Output Status: invalidNo
32342026-07-06T04:30:14.205Zinvalid Tx CDR Enabled: No Noinvalid invalidNo
32352026-07-06T04:30:14.205ZNo
32362026-07-06T04:30:14.205Z Tx Loss-of-lock: false Tx Adaptive EQ Fault: No false Nofalse false
32372026-07-06T04:30:14.205ZNo Tx Loss-of-signal: trueNo
32382026-07-06T04:30:14.205Ztrue Tx Fault: Yes trueYes true
32392026-07-06T04:30:14.206ZYes Yes
32402026-07-06T04:30:14.206ZTx Auto-squelch Disable: false false false false
32412026-07-06T04:30:14.206Z Tx Adaptive EQ Fail: true true true true
32422026-07-06T04:30:14.206Z Tx Failure: false false false false
32432026-07-06T04:30:14.206Z Tx Force Squelch: true true true true
32442026-07-06T04:30:14.206Z Tx Input Polarity: normal normal normal normal
32452026-07-06T04:30:14.206Ztest switchport::test::test_print_cmis_datapath ... ok
32462026-07-06T04:30:14.206Ztest switchport::test::test_print_sff_datapath ... ok
32472026-07-06T04:30:14.206Z
32482026-07-06T04:30:14.207Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32492026-07-06T04:30:14.207Z
32502026-07-06T04:30:14.210Z Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613)
32512026-07-06T04:30:14.213Z
32522026-07-06T04:30:14.213Zrunning 1 test
32532026-07-06T04:30:14.213Ztest test_p4_counter_list ... ignored
32542026-07-06T04:30:14.213Z
32552026-07-06T04:30:14.213Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32562026-07-06T04:30:14.214Z
32572026-07-06T04:30:14.214Z Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb)
32582026-07-06T04:30:14.217Z
32592026-07-06T04:30:14.217Zrunning 5 tests
32602026-07-06T04:30:14.220Ztest test_an ... ignored
32612026-07-06T04:30:14.220Ztest test_enable ... ignored
32622026-07-06T04:30:14.220Ztest test_ip_addresses ... ignored
32632026-07-06T04:30:14.220Ztest test_kr ... ignored
32642026-07-06T04:30:14.220Ztest test_mac ... ignored
32652026-07-06T04:30:14.220Z
32662026-07-06T04:30:14.220Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32672026-07-06T04:30:14.220Z
32682026-07-06T04:30:14.220Z Running unittests src/main.rs (target/debug/deps/tfportd-edf10ae404f89d5c)
32692026-07-06T04:30:14.221Z
32702026-07-06T04:30:14.221Zrunning 3 tests
32712026-07-06T04:30:14.225Ztest linklocal::test_parse_ipadm ... ok
32722026-07-06T04:30:14.225Ztest tfport::test_parse_tfport ... ok
32732026-07-06T04:30:14.225Ztest config::tests::test_updates ... ok
32742026-07-06T04:30:14.225Z
32752026-07-06T04:30:14.226Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32762026-07-06T04:30:14.226Z
32772026-07-06T04:30:14.226Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
32782026-07-06T04:30:14.226Z
32792026-07-06T04:30:14.226Zrunning 0 tests
32802026-07-06T04:30:14.226Z
32812026-07-06T04:30:14.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32822026-07-06T04:30:14.226Z
32832026-07-06T04:30:14.226Z Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2)
32842026-07-06T04:30:14.229Z
32852026-07-06T04:30:14.229Zrunning 0 tests
32862026-07-06T04:30:14.229Z
32872026-07-06T04:30:14.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32882026-07-06T04:30:14.229Z
32892026-07-06T04:30:14.229Z Doc-tests aal
32902026-07-06T04:30:14.353Z
32912026-07-06T04:30:14.353Zrunning 0 tests
32922026-07-06T04:30:14.353Z
32932026-07-06T04:30:14.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32942026-07-06T04:30:14.353Z
32952026-07-06T04:30:14.370Z Doc-tests aal_macros
32962026-07-06T04:30:14.440Z
32972026-07-06T04:30:14.441Zrunning 0 tests
32982026-07-06T04:30:14.441Z
32992026-07-06T04:30:14.441Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33002026-07-06T04:30:14.441Z
33012026-07-06T04:30:14.451Z Doc-tests common
33022026-07-06T04:30:14.691Z
33032026-07-06T04:30:14.691Zrunning 0 tests
33042026-07-06T04:30:14.691Z
33052026-07-06T04:30:14.691Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33062026-07-06T04:30:14.691Z
33072026-07-06T04:30:14.712Z Doc-tests dpd_api
33082026-07-06T04:30:15.477Z
33092026-07-06T04:30:15.477Zrunning 2 tests
33102026-07-06T04:30:15.477Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
33112026-07-06T04:30:15.477Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
33122026-07-06T04:30:15.477Z
33132026-07-06T04:30:15.477Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
33142026-07-06T04:30:15.479Z
33152026-07-06T04:30:15.510Z Doc-tests dpd_client
33162026-07-06T04:30:16.796Z
33172026-07-06T04:30:16.796Zrunning 0 tests
33182026-07-06T04:30:16.796Z
33192026-07-06T04:30:16.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33202026-07-06T04:30:16.796Z
33212026-07-06T04:30:16.843Z Doc-tests dpd_types
33222026-07-06T04:30:17.058Z
33232026-07-06T04:30:17.059Zrunning 0 tests
33242026-07-06T04:30:17.059Z
33252026-07-06T04:30:17.059Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33262026-07-06T04:30:17.059Z
33272026-07-06T04:30:17.084Z Doc-tests dpd_types_versions
33282026-07-06T04:30:18.310Z
33292026-07-06T04:30:18.310Zrunning 1 test
33302026-07-06T04:30:18.310Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33312026-07-06T04:30:18.310Z
33322026-07-06T04:30:18.310Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33332026-07-06T04:30:18.310Z
33342026-07-06T04:30:18.356Z Doc-tests packet
33352026-07-06T04:30:18.503Z
33362026-07-06T04:30:18.503Zrunning 0 tests
33372026-07-06T04:30:18.503Z
33382026-07-06T04:30:18.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33392026-07-06T04:30:18.503Z
33402026-07-06T04:30:18.507Z Doc-tests pcap
33412026-07-06T04:30:18.541Z
33422026-07-06T04:30:18.541Zrunning 0 tests
33432026-07-06T04:30:18.541Z
33442026-07-06T04:30:18.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33452026-07-06T04:30:18.542Z
33462026-07-06T04:30:18.594Z+ for feat in tofino_stub tofino_asic softnpu chaos
33472026-07-06T04:30:18.595Z+ RUST_BACKTRACE=full
33482026-07-06T04:30:18.595Z+ cargo test --features chaos --no-fail-fast
33492026-07-06T04:30:19.197Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33502026-07-06T04:30:19.279Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33512026-07-06T04:30:19.288Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33522026-07-06T04:30:27.685Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33532026-07-06T04:30:28.427Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33542026-07-06T04:31:02.752Z Finished `test` profile [unoptimized + debuginfo] target(s) in 44.14s
33552026-07-06T04:31:02.877Z Running unittests src/lib.rs (target/debug/deps/aal-e7031abda6df467c)
33562026-07-06T04:31:02.882Z
33572026-07-06T04:31:02.882Zrunning 5 tests
33582026-07-06T04:31:02.887Ztest fuse::tests::chip_revision_b0 ... ok
33592026-07-06T04:31:02.887Ztest fuse::tests::chip_revision_b1 ... ok
33602026-07-06T04:31:02.889Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33612026-07-06T04:31:02.889Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33622026-07-06T04:31:02.889Ztest fuse::tests::chip_revision_a0 ... ok
33632026-07-06T04:31:02.889Z
33642026-07-06T04:31:02.889Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33652026-07-06T04:31:02.890Z
33662026-07-06T04:31:02.890Z Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3)
33672026-07-06T04:31:02.897Z
33682026-07-06T04:31:02.897Zrunning 0 tests
33692026-07-06T04:31:02.897Z
33702026-07-06T04:31:02.897Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33712026-07-06T04:31:02.897Z
33722026-07-06T04:31:02.897Z Running unittests src/lib.rs (target/debug/deps/asic-faaa61462a26cbfe)
33732026-07-06T04:31:02.901Z
33742026-07-06T04:31:02.901Zrunning 0 tests
33752026-07-06T04:31:02.901Z
33762026-07-06T04:31:02.901Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33772026-07-06T04:31:02.901Z
33782026-07-06T04:31:02.901Z Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac)
33792026-07-06T04:31:02.907Z
33802026-07-06T04:31:02.907Zrunning 10 tests
33812026-07-06T04:31:02.907Ztest nat::tests::test_vni ... ok
33822026-07-06T04:31:02.911Ztest network::tests::test_equal ... ok
33832026-07-06T04:31:02.911Ztest network::tests::test_eui64 ... ok
33842026-07-06T04:31:02.911Ztest network::tests::test_into ... ok
33852026-07-06T04:31:02.911Ztest network::tests::test_generate_ipv6_link_local ... ok
33862026-07-06T04:31:02.912Ztest network::tests::test_not_equal ... ok
33872026-07-06T04:31:02.912Ztest network::tests::test_parse ... ok
33882026-07-06T04:31:02.912Ztest network::tests::test_to_string ... ok
33892026-07-06T04:31:02.912Ztest test_purge ... ok
33902026-07-06T04:31:02.912Ztest illumos::test::address_exists_handles_missing_object ... ok
33912026-07-06T04:31:02.912Z
33922026-07-06T04:31:02.912Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33932026-07-06T04:31:02.912Z
33942026-07-06T04:31:02.913Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-efcdc1c6c27cdf5d)
33952026-07-06T04:31:02.937Z
33962026-07-06T04:31:02.937Zrunning 1 test
33972026-07-06T04:31:02.940Z -------
33982026-07-06T04:31:02.944Z Generating OpenAPI documents from API definitions ...
33992026-07-06T04:31:03.100Z Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ...
34002026-07-06T04:31:03.170Z Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi"
34012026-07-06T04:31:04.152Z -------
34022026-07-06T04:31:04.152Z Checking 12 OpenAPI documents...
34032026-07-06T04:31:04.152Z Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller
34042026-07-06T04:31:04.155Z Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller
34052026-07-06T04:31:04.156Z Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller
34062026-07-06T04:31:04.156Z Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller
34072026-07-06T04:31:04.156Z Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller
34082026-07-06T04:31:04.156Z Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller
34092026-07-06T04:31:04.156Z Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller
34102026-07-06T04:31:04.159Z Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller
34112026-07-06T04:31:04.159Z Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller
34122026-07-06T04:31:04.159Z Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller
34132026-07-06T04:31:04.159Z Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller
34142026-07-06T04:31:04.159Z Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller
34152026-07-06T04:31:04.159Z Fresh dpd "latest" symlink
34162026-07-06T04:31:04.159Z -------
34172026-07-06T04:31:04.159Z Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems
34182026-07-06T04:31:04.221Ztest test::test_apis_up_to_date ... ok
34192026-07-06T04:31:04.221Z
34202026-07-06T04:31:04.221Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
34212026-07-06T04:31:04.221Z
34222026-07-06T04:31:04.282Z Running unittests src/main.rs (target/debug/deps/dpd-9556a7f7e559f4d2)
34232026-07-06T04:31:04.288Z
34242026-07-06T04:31:04.288Zrunning 19 tests
34252026-07-06T04:31:04.388Ztest freemap::test_ordering ... ok
34262026-07-06T04:31:04.388Ztest config::tests::test_updates ... ok
34272026-07-06T04:31:04.389Ztest dhcpv6::tests::test_create_duid_bytes ... ok
34282026-07-06T04:31:04.389Ztest freemap::test_split ... ok
34292026-07-06T04:31:04.389Ztest macaddrs::tests::test_mac_offset ... ok
34302026-07-06T04:31:04.389Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
34312026-07-06T04:31:04.389Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
34322026-07-06T04:31:04.393Ztest macaddrs::tests::test_parse_port_id ... ok
34332026-07-06T04:31:04.394Ztest nat::test_mapping ... ok
34342026-07-06T04:31:04.394Ztest port_map::tests::dump_map ... ok
34352026-07-06T04:31:04.394Ztest port_map::tests::test_backplane_group ... ok
34362026-07-06T04:31:04.394Ztest port_map::tests::test_port_map ... ok
34372026-07-06T04:31:04.394ZJul 06 04:31:02.763 DEBG created new freemapJul 06 04:31:02.763 DEBG created new freemap, , unitunit:: freemap_testfreemap_test
34382026-07-06T04:31:04.394Z
34392026-07-06T04:31:04.394ZJul 06 04:31:02.763 DEBG initted freemap. size: 128, Jul 06 04:31:02.763 DEBG initted freemap. size: 128, unitunit:: freemap_testfreemap_test
34402026-07-06T04:31:04.394Z
34412026-07-06T04:31:04.394ZJul 06 04:31:02.763 DEBG reset freemap, unitJul 06 04:31:02.763: freemap_testDEBG
34422026-07-06T04:31:04.394Z Jul 06 04:31:02.763created new freemap DEBG, unitreset freemap: , freemap_testunit:
34432026-07-06T04:31:04.394Z freemap_test
34442026-07-06T04:31:04.394ZJul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test
34452026-07-06T04:31:04.394ZJul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test
34462026-07-06T04:31:04.394Ztest freemap::test_exhaustion ... ok
34472026-07-06T04:31:04.394Ztest freemap::test_free ... ok
34482026-07-06T04:31:04.395ZJul 06 04:31:02.763 DEBG created new freemap, unit: freemap_test
34492026-07-06T04:31:04.395Ztest freemap::test_basic ... ok
34502026-07-06T04:31:04.395ZJul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test
34512026-07-06T04:31:04.396ZJul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test
34522026-07-06T04:31:04.396Ztest freemap::test_reclaim ... ok
34532026-07-06T04:31:04.396ZJul 06 04:31:02.763 DEBG created new freemap, unit: freemap_test
34542026-07-06T04:31:04.396ZJul 06 04:31:02.763 DEBG initted freemap. size: 128, unit: freemap_test
34552026-07-06T04:31:04.396ZJul 06 04:31:02.763 DEBG reset freemap, unit: freemap_test
34562026-07-06T04:31:04.396Ztest freemap::test_span ... ok
34572026-07-06T04:31:04.396Ztest port_map::tests::parse_softnpu_revision ... ok
34582026-07-06T04:31:04.396Ztest api_server::tests::test_build_info ... ok
34592026-07-06T04:31:04.396Z
34602026-07-06T04:31:04.396Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34612026-07-06T04:31:04.396Z
34622026-07-06T04:31:04.396Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2d2844da0fb7a4)
34632026-07-06T04:31:04.396Z
34642026-07-06T04:31:04.396Zrunning 0 tests
34652026-07-06T04:31:04.396Z
34662026-07-06T04:31:04.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34672026-07-06T04:31:04.396Z
34682026-07-06T04:31:04.396Z Running unittests src/lib.rs (target/debug/deps/dpd_api-9082941a7777d18e)
34692026-07-06T04:31:04.396Z
34702026-07-06T04:31:04.397Zrunning 0 tests
34712026-07-06T04:31:04.397Z
34722026-07-06T04:31:04.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34732026-07-06T04:31:04.397Z
34742026-07-06T04:31:04.398Z Running unittests src/lib.rs (target/debug/deps/dpd_client-249631db88e03ad2)
34752026-07-06T04:31:04.398Z
34762026-07-06T04:31:04.398Zrunning 6 tests
34772026-07-06T04:31:04.398Ztest tests::test_full_lot_id_lotnum_only ... ok
34782026-07-06T04:31:04.398Ztest tests::test_full_lot_id_lot_only ... ok
34792026-07-06T04:31:04.398Ztest tests::test_full_lot_id_both_present ... ok
34802026-07-06T04:31:04.398Ztest tests::test_full_lot_id_neither_present ... ok
34812026-07-06T04:31:04.398Ztest tests::test_parse_client_port_id ... ok
34822026-07-06T04:31:04.398Ztest tests::test_port_id_cmp ... ok
34832026-07-06T04:31:04.398Z
34842026-07-06T04:31:04.398Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34852026-07-06T04:31:04.398Z
34862026-07-06T04:31:04.398Z Running tests/test_all.rs (target/debug/deps/test_all-b09f7abc16daa7df)
34872026-07-06T04:31:04.398Z
34882026-07-06T04:31:04.398Zrunning 6 tests
34892026-07-06T04:31:07.326Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34902026-07-06T04:31:07.329Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34912026-07-06T04:31:07.329Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34922026-07-06T04:31:07.334Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34932026-07-06T04:31:07.663Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34942026-07-06T04:31:09.784Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34952026-07-06T04:31:09.784Z
34962026-07-06T04:31:09.784Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.47s
34972026-07-06T04:31:09.784Z
34982026-07-06T04:31:09.790Z Running unittests src/lib.rs (target/debug/deps/dpd_types-fcd7532a1c75d28e)
34992026-07-06T04:31:09.796Z
35002026-07-06T04:31:09.796Zrunning 0 tests
35012026-07-06T04:31:09.799Z
35022026-07-06T04:31:09.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35032026-07-06T04:31:09.799Z
35042026-07-06T04:31:09.799Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-199fae96eb1b7719)
35052026-07-06T04:31:09.802Z
35062026-07-06T04:31:09.802Zrunning 0 tests
35072026-07-06T04:31:09.802Z
35082026-07-06T04:31:09.802Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35092026-07-06T04:31:09.802Z
35102026-07-06T04:31:09.805Z Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1)
35112026-07-06T04:31:09.808Z
35122026-07-06T04:31:09.808Zrunning 12 tests
35132026-07-06T04:31:09.811Ztest icmp::test_v6_checksum ... ok
35142026-07-06T04:31:09.812Ztest icmp::test_v4_checksum ... ok
35152026-07-06T04:31:09.812Ztest ipv6::test_ipv6_parse ... ok
35162026-07-06T04:31:09.812Ztest lldp::test_lldp_parse ... ok
35172026-07-06T04:31:09.812Ztest pbuf::test_byte ... ok
35182026-07-06T04:31:09.812Ztest pbuf::test_nibble ... ok
35192026-07-06T04:31:09.812Ztest pbuf::test_short ... ok
35202026-07-06T04:31:09.812Ztest pbuf::test_overflow ... ok
35212026-07-06T04:31:09.812Ztest pbuf::test_twelve ... ok
35222026-07-06T04:31:09.812Ztest pbuf::test_word ... ok
35232026-07-06T04:31:09.812Ztest tcp::test_checksum_syn_nodata ... ok
35242026-07-06T04:31:09.812Ztest tcp::test_checksum_ack_data ... ok
35252026-07-06T04:31:09.812Z
35262026-07-06T04:31:09.812Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35272026-07-06T04:31:09.812Z
35282026-07-06T04:31:09.812Z Running unittests src/lib.rs (target/debug/deps/pcap-e2a77cf6a79524d9)
35292026-07-06T04:31:09.815Z
35302026-07-06T04:31:09.815Zrunning 0 tests
35312026-07-06T04:31:09.818Z
35322026-07-06T04:31:09.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35332026-07-06T04:31:09.818Z
35342026-07-06T04:31:09.821Z Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74)
35352026-07-06T04:31:09.821Z
35362026-07-06T04:31:09.821Zrunning 5 tests
35372026-07-06T04:31:09.821Ztest switchport::test::test_compute_lanes ... ok
35382026-07-06T04:31:09.821Ztest switchport::test::port_id_ordering ... ok
35392026-07-06T04:31:09.821Z Lane 0 Lane 1 Lane 2 Lane 0Lane 3
35402026-07-06T04:31:09.821ZLane 1 Rx Loss-of-lock: Yes Lane 2 YesLane 3 Yes
35412026-07-06T04:31:09.822Z Yes State: Activated
35422026-07-06T04:31:09.822Z Rx Loss-of-signal: YesActivated YesActivated ActivatedYes
35432026-07-06T04:31:09.822Z Yes
35442026-07-06T04:31:09.822Z Rx Output Enabled: false Rx CDR Enabled: Yes Yesfalse Yes false Yesfalse
35452026-07-06T04:31:09.822Z
35462026-07-06T04:31:09.822Z Rx Output Status: valid Tx Enabled: Yesvalid Yesvalid Yesvalid Yes
35472026-07-06T04:31:09.822Z
35482026-07-06T04:31:09.822Z Rx Loss-of-lock: true Tx Loss-of-lock: No true No trueNo trueNo
35492026-07-06T04:31:09.822Z
35502026-07-06T04:31:09.822Z Tx Loss-of-signal: No Rx Loss-of-signal: false Nofalse No falseNo
35512026-07-06T04:31:09.822Z Tx CDR Enabled: Nofalse
35522026-07-06T04:31:09.822ZNo Rx Auto-squelch Disable: trueNo Notrue
35532026-07-06T04:31:09.822Ztrue Tx Adaptive EQ Fault: Notrue
35542026-07-06T04:31:09.822ZNo Tx Output Enabled: true trueNo Notrue
35552026-07-06T04:31:09.822Z true Tx Fault: Yes
35562026-07-06T04:31:09.822Z Tx Output Status: invalidYes invalidYes Yesinvalid
35572026-07-06T04:31:09.822Zinvalid
35582026-07-06T04:31:09.822Z Tx Loss-of-lock: false false false false
35592026-07-06T04:31:09.823Z Tx Loss-of-signal: true true true true
35602026-07-06T04:31:09.823ZTx Auto-squelch Disable: false false false false
35612026-07-06T04:31:09.823Z Tx Adaptive EQ Fail: true true true true
35622026-07-06T04:31:09.823Z Tx Failure: false false false false
35632026-07-06T04:31:09.823Z Tx Force Squelch: true true true true
35642026-07-06T04:31:09.823Z Tx Input Polarity: normal normal normal normal
35652026-07-06T04:31:09.824Ztest switchport::test::test_print_sff_datapath ... ok
35662026-07-06T04:31:09.824Ztest switchport::test::test_print_cmis_datapath ... ok
35672026-07-06T04:31:09.824Ztest link::test_filter ... ok
35682026-07-06T04:31:09.824Z
35692026-07-06T04:31:09.824Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35702026-07-06T04:31:09.824Z
35712026-07-06T04:31:09.824Z Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491)
35722026-07-06T04:31:09.827Z
35732026-07-06T04:31:09.827Zrunning 1 test
35742026-07-06T04:31:09.827Ztest test_p4_counter_list ... ignored
35752026-07-06T04:31:09.827Z
35762026-07-06T04:31:09.827Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35772026-07-06T04:31:09.827Z
35782026-07-06T04:31:09.827Z Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d)
35792026-07-06T04:31:09.827Z
35802026-07-06T04:31:09.827Zrunning 5 tests
35812026-07-06T04:31:09.827Ztest test_an ... ignored
35822026-07-06T04:31:09.827Ztest test_enable ... ignored
35832026-07-06T04:31:09.827Ztest test_ip_addresses ... ignored
35842026-07-06T04:31:09.827Ztest test_kr ... ignored
35852026-07-06T04:31:09.827Ztest test_mac ... ignored
35862026-07-06T04:31:09.827Z
35872026-07-06T04:31:09.827Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35882026-07-06T04:31:09.827Z
35892026-07-06T04:31:09.827Z Running unittests src/main.rs (target/debug/deps/tfportd-e9f5d73e1f0e77cc)
35902026-07-06T04:31:09.830Z
35912026-07-06T04:31:09.830Zrunning 3 tests
35922026-07-06T04:31:09.830Ztest linklocal::test_parse_ipadm ... ok
35932026-07-06T04:31:09.830Ztest tfport::test_parse_tfport ... ok
35942026-07-06T04:31:09.830Ztest config::tests::test_updates ... ok
35952026-07-06T04:31:09.831Z
35962026-07-06T04:31:09.831Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35972026-07-06T04:31:09.831Z
35982026-07-06T04:31:09.831Z Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40)
35992026-07-06T04:31:09.835Z
36002026-07-06T04:31:09.835Zrunning 0 tests
36012026-07-06T04:31:09.835Z
36022026-07-06T04:31:09.838Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36032026-07-06T04:31:09.838Z
36042026-07-06T04:31:09.838Z Running unittests src/main.rs (target/debug/deps/xtask-a726ae6b448163c2)
36052026-07-06T04:31:09.841Z
36062026-07-06T04:31:09.841Zrunning 0 tests
36072026-07-06T04:31:09.841Z
36082026-07-06T04:31:09.841Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36092026-07-06T04:31:09.841Z
36102026-07-06T04:31:09.844Z Doc-tests aal
36112026-07-06T04:31:10.016Z
36122026-07-06T04:31:10.016Zrunning 0 tests
36132026-07-06T04:31:10.016Z
36142026-07-06T04:31:10.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36152026-07-06T04:31:10.019Z
36162026-07-06T04:31:10.033Z Doc-tests aal_macros
36172026-07-06T04:31:10.106Z
36182026-07-06T04:31:10.106Zrunning 0 tests
36192026-07-06T04:31:10.106Z
36202026-07-06T04:31:10.106Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36212026-07-06T04:31:10.106Z
36222026-07-06T04:31:10.117Z Doc-tests common
36232026-07-06T04:31:10.355Z
36242026-07-06T04:31:10.355Zrunning 0 tests
36252026-07-06T04:31:10.355Z
36262026-07-06T04:31:10.355Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-07-06T04:31:10.355Z
36282026-07-06T04:31:10.377Z Doc-tests dpd_api
36292026-07-06T04:31:11.215Z
36302026-07-06T04:31:11.216Zrunning 2 tests
36312026-07-06T04:31:11.216Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36322026-07-06T04:31:11.216Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36332026-07-06T04:31:11.217Z
36342026-07-06T04:31:11.217Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36352026-07-06T04:31:11.217Z
36362026-07-06T04:31:11.249Z Doc-tests dpd_client
36372026-07-06T04:31:12.660Z
36382026-07-06T04:31:12.660Zrunning 0 tests
36392026-07-06T04:31:12.660Z
36402026-07-06T04:31:12.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36412026-07-06T04:31:12.660Z
36422026-07-06T04:31:12.710Z Doc-tests dpd_types
36432026-07-06T04:31:12.924Z
36442026-07-06T04:31:12.924Zrunning 0 tests
36452026-07-06T04:31:12.926Z
36462026-07-06T04:31:12.926Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36472026-07-06T04:31:12.926Z
36482026-07-06T04:31:12.952Z Doc-tests dpd_types_versions
36492026-07-06T04:31:14.172Z
36502026-07-06T04:31:14.172Zrunning 1 test
36512026-07-06T04:31:14.172Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36522026-07-06T04:31:14.172Z
36532026-07-06T04:31:14.172Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36542026-07-06T04:31:14.174Z
36552026-07-06T04:31:14.220Z Doc-tests packet
36562026-07-06T04:31:14.335Z
36572026-07-06T04:31:14.335Zrunning 0 tests
36582026-07-06T04:31:14.335Z
36592026-07-06T04:31:14.339Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36602026-07-06T04:31:14.339Z
36612026-07-06T04:31:14.352Z Doc-tests pcap
36622026-07-06T04:31:14.406Z
36632026-07-06T04:31:14.406Zrunning 0 tests
36642026-07-06T04:31:14.406Z
36652026-07-06T04:31:14.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36662026-07-06T04:31:14.408Z
36672026-07-06T04:31:14.459Zprocess exited: duration 584993 ms, exit code 0
 
36682026-07-06T04:31:14.465Zfound 0 output files