01KSQJSC7V4T1NCHACAA776CYC: test

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

Buildomat Job: 01KSQJSY1PHK2BWH3SZ9VC874D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T15:22:19.264Zjob assigned to worker 01KSQJT1DVHJA5XRMAFPAD0H3A [factory aws, i-042be71a5567b2a73] (queued for 1 m 0 s)
 
22026-05-28T15:22:25.173Zstarting task 0: "setup"
32026-05-28T15:22:25.179Z++ uname -s
42026-05-28T15:22:25.182Z+ kern=SunOS
52026-05-28T15:22:25.182Z+ build_user=build
62026-05-28T15:22:25.182Z+ build_uid=12345
72026-05-28T15:22:25.182Z+ work_dir=/work
82026-05-28T15:22:25.182Z+ input_dir=/input
92026-05-28T15:22:25.182Z+ [[ 0 == 12345 ]]
102026-05-28T15:22:25.182Z+ case "$kern" in
112026-05-28T15:22:25.182Z+ groupadd -g 12345 build
122026-05-28T15:22:25.182Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T15:22:27.188Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T15:22:27.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T15:22:27.330Z+ home_fs=zfs
162026-05-28T15:22:27.330Z+ [[ zfs == autofs ]]
172026-05-28T15:22:27.330Z+ mkdir -p /home/build
182026-05-28T15:22:27.330Z+ chown build:build /home/build /work
192026-05-28T15:22:29.333Z+ chmod 0700 /home/build /work
202026-05-28T15:22:29.336Zprocess exited: duration 4158 ms, exit code 0
 
212026-05-28T15:22:29.341Zstarting task 1: "rust-toolchain"
222026-05-28T15:22:29.345Z+ printf ' * rust toolchain channel = "%s"\n' nightly-2026-05-20
232026-05-28T15:22:29.345Z * rust toolchain channel = "nightly-2026-05-20"
242026-05-28T15:22:29.345Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-28T15:22:29.345Z * rust toolchain profile = "default"
262026-05-28T15:22:29.348Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T15:22:29.348Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T15:22:29.348Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T15:22:29.348Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2026-05-20 --profile default
302026-05-28T15:22:29.402Zinfo: downloading installer
312026-05-28T15:22:30.748Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T15:22:30.748Zwarn: /home/build/.rustup/settings.toml
332026-05-28T15:22:30.748Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T15:22:30.748Zwarn: instead of the one inferred from the default host triple.
352026-05-28T15:22:30.760Zinfo: profile set to default
362026-05-28T15:22:30.760Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T15:22:30.763Zinfo: syncing channel updates for nightly-2026-05-20-x86_64-unknown-illumos
382026-05-28T15:22:30.896Zinfo: latest update on 2026-05-20 for version 1.97.0-nightly (e50aa6fba 2026-05-19)
392026-05-28T15:22:30.899Zinfo: downloading 6 components
402026-05-28T15:22:45.371Zinfo: default toolchain set to nightly-2026-05-20-x86_64-unknown-illumos
412026-05-28T15:22:45.371Z
422026-05-28T15:22:45.406Z nightly-2026-05-20-x86_64-unknown-illumos installed - rustc 1.97.0-nightly (e50aa6fba 2026-05-19)
432026-05-28T15:22:45.407Z
442026-05-28T15:22:45.407Z
452026-05-28T15:22:45.407ZRust is installed now. Great!
462026-05-28T15:22:45.407Z
472026-05-28T15:22:45.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T15:22:45.407Zenvironment variable. This has not been done automatically.
492026-05-28T15:22:45.407Z
502026-05-28T15:22:45.407ZTo configure your current shell, you need to source
512026-05-28T15:22:45.407Zthe corresponding env file under $HOME/.cargo.
522026-05-28T15:22:45.407Z
532026-05-28T15:22:45.407ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T15:22:45.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T15:22:45.407Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T15:22:45.407Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T15:22:45.407Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T15:22:45.407Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T15:22:45.407Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T15:22:45.411Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T15:22:45.411Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T15:22:45.504Z+ rustup --version
632026-05-28T15:22:45.515Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T15:22:45.518Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T15:22:45.534Zinfo: the currently active `rustc` version is `rustc 1.97.0-nightly (e50aa6fba 2026-05-19)`
662026-05-28T15:22:45.537Z+ cargo --version
672026-05-28T15:22:45.552Zcargo 1.97.0-nightly (4d1f98451 2026-05-15)
682026-05-28T15:22:45.554Z+ rustc --version
692026-05-28T15:22:46.576Zrustc 1.97.0-nightly (e50aa6fba 2026-05-19)
702026-05-28T15:22:46.579Zprocess exited: duration 16233 ms, exit code 0
 
712026-05-28T15:22:46.585Zstarting task 2: "authentication"
722026-05-28T15:22:46.603Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T15:22:46.610Zstarting task 3: "clone repository"
742026-05-28T15:22:46.613Z+ mkdir -p /work/oxidecomputer/dendrite
752026-05-28T15:22:46.616Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-05-28T15:22:46.663ZCloning into '/work/oxidecomputer/dendrite'...
772026-05-28T15:22:47.882Z+ cd /work/oxidecomputer/dendrite
782026-05-28T15:22:47.883Z+ git fetch origin 970bf4f372e478e683d812797baecb46616e274c
792026-05-28T15:22:48.114ZFrom https://github.com/oxidecomputer/dendrite
802026-05-28T15:22:48.114Z * branch 970bf4f372e478e683d812797baecb46616e274c -> FETCH_HEAD
812026-05-28T15:22:48.120Z+ [[ -n interrupts ]]
822026-05-28T15:22:48.123Z++ git branch --show-current
832026-05-28T15:22:48.123Z+ current=main
842026-05-28T15:22:48.123Z+ [[ main != interrupts ]]
852026-05-28T15:22:48.123Z+ git branch -f interrupts 970bf4f372e478e683d812797baecb46616e274c
862026-05-28T15:22:48.126Z+ git checkout -f interrupts
872026-05-28T15:22:48.144ZSwitched to branch 'interrupts'
882026-05-28T15:22:48.147Z+ git reset --hard 970bf4f372e478e683d812797baecb46616e274c
892026-05-28T15:22:48.151ZHEAD is now at 970bf4f bump tofino-sde
902026-05-28T15:22:48.151Zprocess exited: duration 1540 ms, exit code 0
 
912026-05-28T15:22:48.157Zstarting task 4: "build"
922026-05-28T15:22:48.161Z+ source .github/buildomat/common.sh
932026-05-28T15:22:48.163Z++ TOFINO_STAGES=20
942026-05-28T15:22:48.163Z++ SDE_COMMIT=6107bba19c2ae4da870ef6f8dfcff61ca457eb88
952026-05-28T15:22:48.163Z++ SDE_PKG_SHA256=ca4ecfd8cfca4d53caa8e91747db6c2754aa71dd89788239c2a6faa4321204b6
962026-05-28T15:22:48.163Z++ SDE_DEB_SHA256=c34158295489cb4ea91d94a840aa384bb364298b4c1eb49124bced0438893d6e
972026-05-28T15:22:48.163Z+++ uname -s
982026-05-28T15:22:48.164Z++ '[' SunOS == SunOS ']'
992026-05-28T15:22:48.164Z++ SERIES=illumos
1002026-05-28T15:22:48.164Z+++ uname -s
1012026-05-28T15:22:48.166Z++ '[' SunOS == SunOS ']'
1022026-05-28T15:22:48.166Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/6107bba19c2ae4da870ef6f8dfcff61ca457eb88
1032026-05-28T15:22:48.166Z++ rustup show active-toolchain
1042026-05-28T15:22:48.169Znightly-2026-05-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-05-28T15:22:48.172Z+ source .github/buildomat/illumos.sh
1062026-05-28T15:22:48.172Z++ banner 'sde setup'
1072026-05-28T15:22:48.172Z
1082026-05-28T15:22:48.172Z #### ##### ###### #### ###### ##### # # #####
1092026-05-28T15:22:48.172Z # # # # # # # # # # #
1102026-05-28T15:22:48.172Z #### # # ##### #### ##### # # # # #
1112026-05-28T15:22:48.172Z # # # # # # # # # #####
1122026-05-28T15:22:48.172Z # # # # # # # # # # # #
1132026-05-28T15:22:48.172Z #### ##### ###### #### ###### # #### #
1142026-05-28T15:22:48.172Z
1152026-05-28T15:22:48.172Z++ export PKG_SUCCESS_ON_NOP=1
1162026-05-28T15:22:48.172Z++ PKG_SUCCESS_ON_NOP=1
1172026-05-28T15:22:48.172Z++ export PKG=tofino_sde.p5p
1182026-05-28T15:22:48.172Z++ PKG=tofino_sde.p5p
1192026-05-28T15:22:48.172Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/6107bba19c2ae4da870ef6f8dfcff61ca457eb88/tofino_sde.p5p
1202026-05-28T15:22:48.178Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-05-28T15:22:48.181Z Dload Upload Total Spent Left Speed
1222026-05-28T15:22:49.223Z 0 0 0 0 0 0 0 0 0 92 76.02M 92 70.41M 0 0 70.47M 0 00:01 00:01 70.48M 100 76.02M 100 76.02M 0 0 72.76M 0 00:01 00:01 70.48M 100 76.02M 100 76.02M 0 0 72.75M 0 00:01 00:01 70.48M 100 76.02M 100 76.02M 0 0 72.75M 0 00:01 00:01 70.48M
1232026-05-28T15:22:49.228Z+++ digest -a sha256 tofino_sde.p5p
1242026-05-28T15:22:49.274Z++ SDE_CALC=ca4ecfd8cfca4d53caa8e91747db6c2754aa71dd89788239c2a6faa4321204b6
1252026-05-28T15:22:49.274Z++ '[' ca4ecfd8cfca4d53caa8e91747db6c2754aa71dd89788239c2a6faa4321204b6 '!=' ca4ecfd8cfca4d53caa8e91747db6c2754aa71dd89788239c2a6faa4321204b6 ']'
1262026-05-28T15:22:49.277Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-05-28T15:22:50.375Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T15:22:50.446Z Startup: Caching catalogs ... Done
1292026-05-28T15:22:50.481Z Startup: Refreshing catalog 'oxide' ... Done
1302026-05-28T15:22:50.766ZPlanning: Solver setup ... Done
1312026-05-28T15:22:50.785ZPlanning: Running solver ... Done
1322026-05-28T15:22:50.788ZPlanning: Finding local manifests ... Done
1332026-05-28T15:22:50.792ZPlanning: Fetching manifests: 1/1 100% complete
1342026-05-28T15:22:50.795ZPlanning: Fetching manifests: 1/1 100% complete
1352026-05-28T15:22:50.808ZPlanning: Package planning ... Done
1362026-05-28T15:22:50.811ZPlanning: Merging actions ... Done
1372026-05-28T15:22:50.921ZPlanning: Checking for conflicting actions ... Done
1382026-05-28T15:22:50.924ZPlanning: Consolidating action changes ... Done
1392026-05-28T15:22:51.734ZPlanning: Evaluating mediators ... Done
1402026-05-28T15:22:51.737ZPlanning: Planning completed in 1.25 seconds
1412026-05-28T15:22:51.742Z Packages to install: 1
1422026-05-28T15:22:51.742Z Create boot environment: No
1432026-05-28T15:22:51.742ZCreate backup boot environment: No
1442026-05-28T15:22:51.766Z
1452026-05-28T15:22:51.766ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-05-28T15:22:51.900ZDownload: Completed 75.30 MB in 0.13 seconds (562M/s)
1472026-05-28T15:22:52.272Z Actions: 1/293 actions (Installing new actions)
1482026-05-28T15:22:53.255Z Actions: Completed 293 actions in 0.98 seconds.
1492026-05-28T15:22:53.258ZFinalize: Updating package state database ... Done
1502026-05-28T15:22:53.300ZFinalize: Updating package cache ... Done
1512026-05-28T15:22:53.319ZFinalize: Updating image state ... Done
1522026-05-28T15:22:55.589ZFinalize: Creating fast lookup database ... Done
1532026-05-28T15:22:55.655ZFinalize: Reading search index ... Done
1542026-05-28T15:22:55.658ZFinalize: Updating search index ... Done
1552026-05-28T15:22:55.843ZFinalize: Updating package cache ... Done
1562026-05-28T15:22:55.932Z++ export SDE=/opt/oxide/tofino_sde
1572026-05-28T15:22:55.932Z++ SDE=/opt/oxide/tofino_sde
1582026-05-28T15:22:55.932Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-05-28T15:22:55.932Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-05-28T15:22:55.932Z++ banner packages
1612026-05-28T15:22:55.935Z
1622026-05-28T15:22:55.935Z ##### ## #### # # ## #### ###### ####
1632026-05-28T15:22:55.935Z # # # # # # # # # # # # # #
1642026-05-28T15:22:55.935Z # # # # # #### # # # ##### ####
1652026-05-28T15:22:55.935Z ##### ###### # # # ###### # ### # #
1662026-05-28T15:22:55.935Z # # # # # # # # # # # # # #
1672026-05-28T15:22:55.935Z # # # #### # # # # #### ###### ####
1682026-05-28T15:22:55.935Z
1692026-05-28T15:22:55.935Z++ pfexec pkg install clang-15 pcap gcc14
1702026-05-28T15:22:56.188Z Startup: Refreshing catalog 'helios' ... Done
1712026-05-28T15:22:56.191Z Startup: Refreshing catalog 'oxide' ... Done
1722026-05-28T15:22:56.436ZPlanning: Solver setup ... Done
1732026-05-28T15:22:56.455ZPlanning: Running solver ... Done
1742026-05-28T15:22:56.458ZPlanning: Consolidating action changes ... Done
1752026-05-28T15:22:56.461ZPlanning: Evaluating mediators ... Done
1762026-05-28T15:22:56.461ZPlanning: Planning completed in 0.27 seconds
1772026-05-28T15:22:56.475ZNo updates necessary for this image.
1782026-05-28T15:22:56.527Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-05-28T15:22:56.742ZPlanning: Evaluating mediator changes ... Done
1802026-05-28T15:22:56.848ZPlanning: Checking for conflicting actions ... Done
1812026-05-28T15:22:56.851ZPlanning: Consolidating action changes ... Done
1822026-05-28T15:22:57.006ZPlanning: Evaluating mediators ... Done
1832026-05-28T15:22:57.009ZPlanning: Planning completed in 0.27 seconds
1842026-05-28T15:22:57.030Z Mediators to change: 2
1852026-05-28T15:22:57.030Z Create boot environment: No
1862026-05-28T15:22:57.030ZCreate backup boot environment: No
1872026-05-28T15:22:57.081ZFinalize: Updating package state database ... Done
1882026-05-28T15:22:57.081ZFinalize: Updating package cache ... Done
1892026-05-28T15:22:57.092ZFinalize: Updating image state ... Done
1902026-05-28T15:22:59.050ZFinalize: Creating fast lookup database ... Done
1912026-05-28T15:22:59.110ZFinalize: Reading search index ... Done
1922026-05-28T15:22:59.113ZFinalize: Updating search index ... Done
1932026-05-28T15:22:59.198ZFinalize: Updating package cache ... Done
1942026-05-28T15:22:59.274Z++ cargo --version
1952026-05-28T15:22:59.285Zcargo 1.97.0-nightly (4d1f98451 2026-05-15)
1962026-05-28T15:22:59.288Z++ rustc --version
1972026-05-28T15:22:59.307Zrustc 1.97.0-nightly (e50aa6fba 2026-05-19)
1982026-05-28T15:22:59.310Z+ banner copyrights
1992026-05-28T15:22:59.314Z
2002026-05-28T15:22:59.314Z #### #### ##### # # ##### # #### # # ##### ####
2012026-05-28T15:22:59.314Z # # # # # # # # # # # # # # # # #
2022026-05-28T15:22:59.314Z # # # # # # # # # # ###### # ####
2032026-05-28T15:22:59.314Z # # # ##### # ##### # # ### # # # #
2042026-05-28T15:22:59.314Z # # # # # # # # # # # # # # # #
2052026-05-28T15:22:59.314Z #### #### # # # # # #### # # # ####
2062026-05-28T15:22:59.314Z
2072026-05-28T15:22:59.314Z+ ./tools/check_copyrights.sh
2082026-05-28T15:22:59.591Zcommon/src/illumos.rs: Copyright with wrong year
2092026-05-28T15:23:00.343Zdpd/p4/headers.p4: Copyright with wrong year
2102026-05-28T15:23:00.819Zpacket/src/eth.rs: Copyright with wrong year
2112026-05-28T15:23:00.907Zpcap/build.rs: Copyright with wrong year
2122026-05-28T15:23:01.070Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-05-28T15:23:01.292Z+ banner clippy
2142026-05-28T15:23:01.296Z
2152026-05-28T15:23:01.296Z #### # # ##### ##### # #
2162026-05-28T15:23:01.296Z # # # # # # # # # #
2172026-05-28T15:23:01.296Z # # # # # # # #
2182026-05-28T15:23:01.296Z # # # ##### ##### #
2192026-05-28T15:23:01.296Z # # # # # # #
2202026-05-28T15:23:01.296Z #### ###### # # # #
2212026-05-28T15:23:01.296Z
2222026-05-28T15:23:01.296Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-05-28T15:23:01.296Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-05-28T15:23:01.432Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-05-28T15:23:11.499Z Updating crates.io index
2262026-05-28T15:23:11.502Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-05-28T15:23:11.729Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-05-28T15:23:12.439Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-05-28T15:23:12.733Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-05-28T15:23:13.088Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-05-28T15:23:13.656Z Updating git repository `https://github.com/oxidecomputer/bitset`
2322026-05-28T15:23:13.950Z Updating git repository `https://github.com/oxidecomputer/rsf`
2332026-05-28T15:23:14.289Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2342026-05-28T15:23:14.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
2352026-05-28T15:23:14.928Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2362026-05-28T15:23:15.327Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-05-28T15:23:15.690Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2382026-05-28T15:23:15.975Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2392026-05-28T15:23:16.230Z Updating git repository `https://github.com/oxidecomputer/p4`
2402026-05-28T15:23:16.889Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-05-28T15:23:17.153Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-05-28T15:23:17.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432026-05-28T15:23:18.027Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2442026-05-28T15:23:18.306Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-28T15:23:18.552Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T15:23:18.878Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-28T15:23:19.389Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-28T15:23:19.810Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-28T15:23:20.111Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-28T15:23:20.417Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-05-28T15:23:21.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-05-28T15:23:21.616Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-05-28T15:23:22.947Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-05-28T15:23:23.554Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-28T15:23:23.804Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-05-28T15:23:26.440Z Downloading crates ...
2572026-05-28T15:23:26.508Z Downloaded async-stream v0.3.6
2582026-05-28T15:23:26.511Z Downloaded cexpr v0.6.0
2592026-05-28T15:23:26.514Z Downloaded backoff v0.4.0
2602026-05-28T15:23:26.516Z Downloaded adler2 v2.0.1
2612026-05-28T15:23:26.525Z Downloaded aead v0.5.2
2622026-05-28T15:23:26.528Z Downloaded allocator-api2 v0.2.21
2632026-05-28T15:23:26.528Z Downloaded defmt-parser v1.0.0
2642026-05-28T15:23:26.531Z Downloaded openssl-probe v0.1.6
2652026-05-28T15:23:26.534Z Downloaded aho-corasick v1.1.3
2662026-05-28T15:23:26.536Z Downloaded cfg_aliases v0.2.1
2672026-05-28T15:23:26.536Z Downloaded num-rational v0.4.2
2682026-05-28T15:23:26.536Z Downloaded bytes v1.11.1
2692026-05-28T15:23:26.539Z Downloaded cargo_metadata v0.18.1
2702026-05-28T15:23:26.539Z Downloaded cfg-if v1.0.3
2712026-05-28T15:23:26.543Z Downloaded native-tls v0.2.14
2722026-05-28T15:23:26.543Z Downloaded chacha20 v0.9.1
2732026-05-28T15:23:26.543Z Downloaded newtype-uuid-macros v0.1.0
2742026-05-28T15:23:26.543Z Downloaded byteorder v1.5.0
2752026-05-28T15:23:26.546Z Downloaded indexmap v1.9.3
2762026-05-28T15:23:26.546Z Downloaded bitflags v1.3.2
2772026-05-28T15:23:26.549Z Downloaded camino v1.2.2
2782026-05-28T15:23:26.549Z Downloaded camino-tempfile v1.4.1
2792026-05-28T15:23:26.549Z Downloaded icu_normalizer v2.0.0
2802026-05-28T15:23:26.552Z Downloaded ingot-macros v0.1.1
2812026-05-28T15:23:26.552Z Downloaded ingot-types v0.1.2
2822026-05-28T15:23:26.552Z Downloaded anstyle v1.0.14
2832026-05-28T15:23:26.552Z Downloaded bitflags v2.11.1
2842026-05-28T15:23:26.555Z Downloaded bytecount v0.6.9
2852026-05-28T15:23:26.555Z Downloaded ingot v0.1.1
2862026-05-28T15:23:26.559Z Downloaded idna v1.1.0
2872026-05-28T15:23:26.563Z Downloaded is_ci v1.2.0
2882026-05-28T15:23:26.563Z Downloaded lru-slab v0.1.2
2892026-05-28T15:23:26.563Z Downloaded jobserver v0.1.34
2902026-05-28T15:23:26.566Z Downloaded libsw-core v0.3.2
2912026-05-28T15:23:26.566Z Downloaded async-stream-impl v0.3.6
2922026-05-28T15:23:26.566Z Downloaded block-buffer v0.10.4
2932026-05-28T15:23:26.566Z Downloaded atomicwrites v0.4.4
2942026-05-28T15:23:26.569Z Downloaded lazy_static v1.5.0
2952026-05-28T15:23:26.569Z Downloaded async-recursion v1.1.1
2962026-05-28T15:23:26.572Z Downloaded atomic-waker v1.1.2
2972026-05-28T15:23:26.572Z Downloaded kstat-rs v0.2.4
2982026-05-28T15:23:26.572Z Downloaded autocfg v1.5.0
2992026-05-28T15:23:26.575Z Downloaded chacha20poly1305 v0.10.1
3002026-05-28T15:23:26.578Z Downloaded anstyle-query v1.1.4
3012026-05-28T15:23:26.578Z Downloaded arrayref v0.3.9
3022026-05-28T15:23:26.581Z Downloaded constant_time_eq v0.3.1
3032026-05-28T15:23:26.584Z Downloaded itertools v0.14.0
3042026-05-28T15:23:26.587Z Downloaded base64ct v1.8.0
3052026-05-28T15:23:26.589Z Downloaded convert_case v0.4.0
3062026-05-28T15:23:26.589Z Downloaded indexmap v2.13.0
3072026-05-28T15:23:26.592Z Downloaded libscf-sys v1.2.0
3082026-05-28T15:23:26.596Z Downloaded cargo-platform v0.1.9
3092026-05-28T15:23:26.599Z Downloaded indent_write v2.2.0
3102026-05-28T15:23:26.599Z Downloaded bit-set v0.8.0
3112026-05-28T15:23:26.599Z Downloaded lru-cache v0.1.2
3122026-05-28T15:23:26.602Z Downloaded macaddr v1.0.1
3132026-05-28T15:23:26.602Z Downloaded cobs v0.3.0
3142026-05-28T15:23:26.605Z Downloaded cstr-argument v0.1.2
3152026-05-28T15:23:26.605Z Downloaded idna_adapter v1.2.1
3162026-05-28T15:23:26.605Z Downloaded inout v0.1.4
3172026-05-28T15:23:26.610Z Downloaded linked-hash-map v0.5.6
3182026-05-28T15:23:26.610Z Downloaded smawk v0.3.2
3192026-05-28T15:23:26.610Z Downloaded crc8 v0.1.1
3202026-05-28T15:23:26.612Z Downloaded ciborium-io v0.2.2
3212026-05-28T15:23:26.615Z Downloaded anstyle-parse v1.0.0
3222026-05-28T15:23:26.615Z Downloaded base16ct v0.2.0
3232026-05-28T15:23:26.619Z Downloaded ciborium-ll v0.2.2
3242026-05-28T15:23:26.622Z Downloaded crucible-workspace-hack v0.1.0
3252026-05-28T15:23:26.622Z Downloaded defmt v0.3.100
3262026-05-28T15:23:26.622Z Downloaded newtype_derive v0.1.6
3272026-05-28T15:23:26.622Z Downloaded is_terminal_polyfill v1.70.1
3282026-05-28T15:23:26.625Z Downloaded olpc-cjson v0.1.4
3292026-05-28T15:23:26.625Z Downloaded is-terminal v0.4.16
3302026-05-28T15:23:26.628Z Downloaded match_cfg v0.1.0
3312026-05-28T15:23:26.628Z Downloaded memoffset v0.9.1
3322026-05-28T15:23:26.628Z Downloaded crypto-common v0.1.6
3332026-05-28T15:23:26.628Z Downloaded debug-ignore v1.0.5
3342026-05-28T15:23:26.628Z Downloaded num-conv v0.2.1
3352026-05-28T15:23:26.628Z Downloaded colorchoice v1.0.4
3362026-05-28T15:23:26.631Z Downloaded num_enum_derive v0.5.11
3372026-05-28T15:23:26.634Z Downloaded serde-big-array v0.5.1
3382026-05-28T15:23:26.634Z Downloaded anstream v1.0.0
3392026-05-28T15:23:26.634Z Downloaded arrayvec v0.7.6
3402026-05-28T15:23:26.637Z Downloaded num-iter v0.1.45
3412026-05-28T15:23:26.637Z Downloaded num_threads v0.1.7
3422026-05-28T15:23:26.637Z Downloaded stable_deref_trait v1.2.0
3432026-05-28T15:23:26.640Z Downloaded openssl-macros v0.1.1
3442026-05-28T15:23:26.643Z Downloaded curve25519-dalek-derive v0.1.1
3452026-05-28T15:23:26.646Z Downloaded darling_macro v0.21.3
3462026-05-28T15:23:26.649Z Downloaded serde_spanned v0.6.9
3472026-05-28T15:23:26.652Z Downloaded structmeta v0.3.0
3482026-05-28T15:23:26.652Z Downloaded termtree v0.5.1
3492026-05-28T15:23:26.656Z Downloaded omicron-workspace-hack v0.1.0
3502026-05-28T15:23:26.659Z Downloaded mime v0.3.17
3512026-05-28T15:23:26.662Z Downloaded num-derive v0.4.2
3522026-05-28T15:23:26.662Z Downloaded instant v0.1.13
3532026-05-28T15:23:26.662Z Downloaded async-trait v0.1.89
3542026-05-28T15:23:26.665Z Downloaded ident_case v1.0.1
3552026-05-28T15:23:26.665Z Downloaded newline-converter v0.3.0
3562026-05-28T15:23:26.665Z Downloaded itoa v1.0.15
3572026-05-28T15:23:26.665Z Downloaded data-encoding v2.9.0
3582026-05-28T15:23:26.668Z Downloaded daft-derive v0.1.5
3592026-05-28T15:23:26.668Z Downloaded memmap v0.7.0
3602026-05-28T15:23:26.670Z Downloaded sha2 v0.10.9
3612026-05-28T15:23:26.670Z Downloaded bit-vec v0.8.0
3622026-05-28T15:23:26.670Z Downloaded num v0.4.3
3632026-05-28T15:23:26.673Z Downloaded usdt v0.5.0
3642026-05-28T15:23:26.673Z Downloaded usdt-macro v0.6.0
3652026-05-28T15:23:26.673Z Downloaded waitgroup v0.1.2
3662026-05-28T15:23:26.676Z Downloaded wait-timeout v0.2.1
3672026-05-28T15:23:26.676Z Downloaded crc32fast v1.5.0
3682026-05-28T15:23:26.679Z Downloaded opaque-debug v0.3.1
3692026-05-28T15:23:26.679Z Downloaded slog-bunyan v2.5.0
3702026-05-28T15:23:26.679Z Downloaded unicode-linebreak v0.1.5
3712026-05-28T15:23:26.679Z Downloaded bcs v0.1.6
3722026-05-28T15:23:26.683Z Downloaded clap_lex v1.1.0
3732026-05-28T15:23:26.686Z Downloaded critical-section v1.2.0
3742026-05-28T15:23:26.686Z Downloaded cmake v0.1.54
3752026-05-28T15:23:26.686Z Downloaded crossbeam-deque v0.8.6
3762026-05-28T15:23:26.686Z Downloaded universal-hash v0.5.1
3772026-05-28T15:23:26.689Z Downloaded typify-macro v0.4.3
3782026-05-28T15:23:26.689Z Downloaded libsw v3.5.0
3792026-05-28T15:23:26.689Z Downloaded cancel-safe-futures v0.1.5
3802026-05-28T15:23:26.689Z Downloaded darling v0.21.3
3812026-05-28T15:23:26.692Z Downloaded const_format_proc_macros v0.2.34
3822026-05-28T15:23:26.695Z Downloaded ipnet v2.11.0
3832026-05-28T15:23:26.695Z Downloaded csv-core v0.1.12
3842026-05-28T15:23:26.695Z Downloaded annotate-snippets v0.11.5
3852026-05-28T15:23:26.695Z Downloaded lock_api v0.4.14
3862026-05-28T15:23:26.698Z Downloaded zerofrom v0.1.6
3872026-05-28T15:23:26.698Z Downloaded keccak v0.1.6
3882026-05-28T15:23:26.698Z Downloaded num-complex v0.4.6
3892026-05-28T15:23:26.698Z Downloaded num-integer v0.1.46
3902026-05-28T15:23:26.698Z Downloaded ipnetwork v0.21.1
3912026-05-28T15:23:26.701Z Downloaded foreign-types-shared v0.3.1
3922026-05-28T15:23:26.704Z Downloaded foreign-types-shared v0.1.1
3932026-05-28T15:23:26.704Z Downloaded hash32 v0.3.1
3942026-05-28T15:23:26.704Z Downloaded linear-map v1.2.0
3952026-05-28T15:23:26.704Z Downloaded num_enum v0.7.5
3962026-05-28T15:23:26.707Z Downloaded defmt v1.0.1
3972026-05-28T15:23:26.709Z Downloaded strum_macros v0.27.2
3982026-05-28T15:23:26.709Z Downloaded cpufeatures v0.2.17
3992026-05-28T15:23:26.712Z Downloaded libloading v0.8.9
4002026-05-28T15:23:26.712Z Downloaded num_enum_derive v0.7.5
4012026-05-28T15:23:26.712Z Downloaded multer v3.1.0
4022026-05-28T15:23:26.715Z Downloaded daft v0.1.5
4032026-05-28T15:23:26.715Z Downloaded strum_macros v0.26.4
4042026-05-28T15:23:26.718Z Downloaded form_urlencoded v1.2.2
4052026-05-28T15:23:26.720Z Downloaded futures-task v0.3.32
4062026-05-28T15:23:26.720Z Downloaded parse-display v0.10.0
4072026-05-28T15:23:26.723Z Downloaded quick-error v1.2.3
4082026-05-28T15:23:26.726Z Downloaded http-body v1.0.1
4092026-05-28T15:23:26.726Z Downloaded proc-macro-error-attr2 v2.0.0
4102026-05-28T15:23:26.726Z Downloaded hostname v0.4.2
4112026-05-28T15:23:26.726Z Downloaded thiserror-impl v1.0.69
4122026-05-28T15:23:26.729Z Downloaded argon2 v0.5.3
4132026-05-28T15:23:26.729Z Downloaded toml_writer v1.0.6+spec-1.1.0
4142026-05-28T15:23:26.729Z Downloaded blake2 v0.10.6
4152026-05-28T15:23:26.732Z Downloaded owo-colors v4.3.0
4162026-05-28T15:23:26.732Z Downloaded anyhow v1.0.102
4172026-05-28T15:23:26.735Z Downloaded cipher v0.4.4
4182026-05-28T15:23:26.735Z Downloaded cookie v0.18.1
4192026-05-28T15:23:26.735Z Downloaded subtle v2.6.1
4202026-05-28T15:23:26.737Z Downloaded convert_case v0.8.0
4212026-05-28T15:23:26.737Z Downloaded oxide-tokio-rt v0.1.2
4222026-05-28T15:23:26.737Z Downloaded tokio-dtrace v0.1.1
4232026-05-28T15:23:26.737Z Downloaded oxnet v0.1.4
4242026-05-28T15:23:26.740Z Downloaded potential_utf v0.1.3
4252026-05-28T15:23:26.740Z Downloaded progenitor-macro v0.11.1
4262026-05-28T15:23:26.740Z Downloaded shlex v1.3.0
4272026-05-28T15:23:26.743Z Downloaded ciborium v0.2.2
4282026-05-28T15:23:26.746Z Downloaded clap v4.6.0
4292026-05-28T15:23:26.749Z Downloaded console v0.15.11
4302026-05-28T15:23:26.751Z Downloaded crossbeam-utils v0.8.21
4312026-05-28T15:23:26.751Z Downloaded crossbeam-epoch v0.9.18
4322026-05-28T15:23:26.754Z Downloaded rustc-hash v2.1.1
4332026-05-28T15:23:26.754Z Downloaded clang-sys v1.8.1
4342026-05-28T15:23:26.754Z Downloaded internet-checksum v0.2.1
4352026-05-28T15:23:26.757Z Downloaded base64 v0.22.1
4362026-05-28T15:23:26.757Z Downloaded managed v0.8.0
4372026-05-28T15:23:26.757Z Downloaded writeable v0.6.1
4382026-05-28T15:23:26.760Z Downloaded once_cell v1.21.3
4392026-05-28T15:23:26.763Z Downloaded litemap v0.8.0
4402026-05-28T15:23:26.763Z Downloaded errno v0.3.14
4412026-05-28T15:23:26.763Z Downloaded memmap2 v0.9.8
4422026-05-28T15:23:26.766Z Downloaded parking_lot v0.12.5
4432026-05-28T15:23:26.769Z Downloaded either v1.15.0
4442026-05-28T15:23:26.769Z Downloaded num_enum v0.5.11
4452026-05-28T15:23:26.773Z Downloaded serde_spanned v1.0.4
4462026-05-28T15:23:26.773Z Downloaded signal-hook-tokio v0.3.1
4472026-05-28T15:23:26.773Z Downloaded crossbeam-channel v0.5.15
4482026-05-28T15:23:26.776Z Downloaded clap_derive v4.6.0
4492026-05-28T15:23:26.776Z Downloaded defmt-macros v1.0.1
4502026-05-28T15:23:26.776Z Downloaded smallvec v1.15.1
4512026-05-28T15:23:26.779Z Downloaded serde_repr v0.1.20
4522026-05-28T15:23:26.779Z Downloaded log v0.4.29
4532026-05-28T15:23:26.779Z Downloaded ff v0.13.1
4542026-05-28T15:23:26.782Z Downloaded semver v0.1.20
4552026-05-28T15:23:26.782Z Downloaded structmeta-derive v0.3.0
4562026-05-28T15:23:26.782Z Downloaded tabled_derive v0.7.0
4572026-05-28T15:23:26.785Z Downloaded foldhash v0.2.0
4582026-05-28T15:23:26.788Z Downloaded unicode-xid v0.2.6
4592026-05-28T15:23:26.788Z Downloaded tabled_derive v0.11.0
4602026-05-28T15:23:26.792Z Downloaded topological-sort v0.2.2
4612026-05-28T15:23:26.792Z Downloaded untrusted v0.9.0
4622026-05-28T15:23:26.795Z Downloaded dof v0.3.0
4632026-05-28T15:23:26.795Z Downloaded dof v0.4.0
4642026-05-28T15:23:26.795Z Downloaded thread_local v1.1.9
4652026-05-28T15:23:26.795Z Downloaded fnv v1.0.7
4662026-05-28T15:23:26.795Z Downloaded colored v3.0.0
4672026-05-28T15:23:26.799Z Downloaded poly1305 v0.8.0
4682026-05-28T15:23:26.799Z Downloaded pest_generator v2.8.2
4692026-05-28T15:23:26.802Z Downloaded phf v0.12.1
4702026-05-28T15:23:26.802Z Downloaded try-lock v0.2.5
4712026-05-28T15:23:26.802Z Downloaded version_check v0.9.5
4722026-05-28T15:23:26.802Z Downloaded yoke-derive v0.8.0
4732026-05-28T15:23:26.805Z Downloaded newtype-uuid v1.3.2
4742026-05-28T15:23:26.805Z Downloaded tokio-rustls v0.26.3
4752026-05-28T15:23:26.808Z Downloaded omicron-zone-package v0.12.2
4762026-05-28T15:23:26.811Z Downloaded parking_lot_core v0.9.12
4772026-05-28T15:23:26.811Z Downloaded fastrand v2.3.0
4782026-05-28T15:23:26.811Z Downloaded float-ord v0.3.2
4792026-05-28T15:23:26.811Z Downloaded generic-array v0.14.7
4802026-05-28T15:23:26.814Z Downloaded parse-display-derive v0.10.0
4812026-05-28T15:23:26.814Z Downloaded progenitor v0.13.0
4822026-05-28T15:23:26.814Z Downloaded git-stub v1.0.0
4832026-05-28T15:23:26.814Z Downloaded hubpack_derive v0.1.1
4842026-05-28T15:23:26.814Z Downloaded const_format v0.2.34
4852026-05-28T15:23:26.821Z Downloaded darling_core v0.21.3
4862026-05-28T15:23:26.824Z Downloaded icu_properties v2.0.1
4872026-05-28T15:23:26.827Z Downloaded icu_provider v2.0.0
4882026-05-28T15:23:26.830Z Downloaded progenitor-macro v0.10.0
4892026-05-28T15:23:26.833Z Downloaded displaydoc v0.2.5
4902026-05-28T15:23:26.833Z Downloaded progenitor-macro v0.13.0
4912026-05-28T15:23:26.833Z Downloaded ref-cast v1.0.25
4922026-05-28T15:23:26.835Z Downloaded rand_chacha v0.3.1
4932026-05-28T15:23:26.838Z Downloaded papergrid v0.17.0
4942026-05-28T15:23:26.841Z Downloaded scroll v0.12.0
4952026-05-28T15:23:26.844Z Downloaded same-file v1.0.6
4962026-05-28T15:23:26.844Z Downloaded scopeguard v1.2.0
4972026-05-28T15:23:26.844Z Downloaded sha1 v0.10.6
4982026-05-28T15:23:26.850Z Downloaded slog-json v2.6.1
4992026-05-28T15:23:26.853Z Downloaded static_assertions v1.1.0
5002026-05-28T15:23:26.853Z Downloaded tabwriter v1.4.1
5012026-05-28T15:23:26.853Z Downloaded glob v0.3.3
5022026-05-28T15:23:26.853Z Downloaded enum-as-inner v0.6.1
5032026-05-28T15:23:26.856Z Downloaded thiserror v2.0.18
5042026-05-28T15:23:26.859Z Downloaded thiserror-impl v2.0.18
5052026-05-28T15:23:26.859Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5062026-05-28T15:23:26.859Z Downloaded zmij v1.0.17
5072026-05-28T15:23:26.862Z Downloaded drift v0.1.3
5082026-05-28T15:23:26.865Z Downloaded siphasher v1.0.1
5092026-05-28T15:23:26.865Z Downloaded swrite v0.1.0
5102026-05-28T15:23:26.865Z Downloaded tagptr v0.2.0
5112026-05-28T15:23:26.865Z Downloaded untrusted v0.7.1
5122026-05-28T15:23:26.865Z Downloaded tower-layer v0.3.3
5132026-05-28T15:23:26.865Z Downloaded usdt v0.6.0
5142026-05-28T15:23:26.869Z Downloaded dunce v1.0.5
5152026-05-28T15:23:26.872Z Downloaded papergrid v0.11.0
5162026-05-28T15:23:26.875Z Downloaded test-strategy v0.4.3
5172026-05-28T15:23:26.877Z Downloaded num-traits v0.2.19
5182026-05-28T15:23:26.877Z Downloaded usdt-impl v0.6.0
5192026-05-28T15:23:26.881Z Downloaded derive-ex v0.1.8
5202026-05-28T15:23:26.881Z Downloaded http-body-util v0.1.3
5212026-05-28T15:23:26.881Z Downloaded fixedbitset v0.5.7
5222026-05-28T15:23:26.881Z Downloaded toml v0.7.8
5232026-05-28T15:23:26.884Z Downloaded tracing-attributes v0.1.30
5242026-05-28T15:23:26.884Z Downloaded zeroize_derive v1.4.3
5252026-05-28T15:23:26.886Z Downloaded foldhash v0.1.5
5262026-05-28T15:23:26.887Z Downloaded derive-where v1.6.0
5272026-05-28T15:23:26.890Z Downloaded highway v1.3.0
5282026-05-28T15:23:26.890Z Downloaded paste v1.0.15
5292026-05-28T15:23:26.893Z Downloaded phf_shared v0.12.1
5302026-05-28T15:23:26.893Z Downloaded embedded-io v0.6.1
5312026-05-28T15:23:26.894Z Downloaded foreign-types v0.5.0
5322026-05-28T15:23:26.897Z Downloaded miniz_oxide v0.8.9
5332026-05-28T15:23:26.897Z Downloaded uuid v1.20.0
5342026-05-28T15:23:26.897Z Downloaded pin-utils v0.1.0
5352026-05-28T15:23:26.900Z Downloaded serde_derive_internals v0.29.1
5362026-05-28T15:23:26.903Z Downloaded password-hash v0.5.0
5372026-05-28T15:23:26.903Z Downloaded progenitor v0.10.0
5382026-05-28T15:23:26.907Z Downloaded proc-macro-crate v1.3.1
5392026-05-28T15:23:26.910Z Downloaded scroll v0.13.0
5402026-05-28T15:23:26.913Z Downloaded hostname v0.3.1
5412026-05-28T15:23:26.913Z Downloaded schemars_derive v0.8.22
5422026-05-28T15:23:26.916Z Downloaded httpdate v1.0.3
5432026-05-28T15:23:26.916Z Downloaded slog-async v2.8.0
5442026-05-28T15:23:26.927Z Downloaded tokio-rustls v0.25.0
5452026-05-28T15:23:26.930Z Downloaded search_path v0.1.4
5462026-05-28T15:23:26.933Z Downloaded serde_plain v1.0.2
5472026-05-28T15:23:26.933Z Downloaded slab v0.4.11
5482026-05-28T15:23:26.933Z Downloaded thread-id v5.0.0
5492026-05-28T15:23:26.933Z Downloaded usdt-impl v0.5.0
5502026-05-28T15:23:26.933Z Downloaded thiserror v1.0.69
5512026-05-28T15:23:26.936Z Downloaded tinystr v0.8.1
5522026-05-28T15:23:26.938Z Downloaded strsim v0.11.1
5532026-05-28T15:23:26.938Z Downloaded time-core v0.1.8
5542026-05-28T15:23:26.938Z Downloaded crypto-bigint v0.5.5
5552026-05-28T15:23:26.941Z Downloaded tower-service v0.3.3
5562026-05-28T15:23:26.941Z Downloaded usdt-attr-macro v0.6.0
5572026-05-28T15:23:26.945Z Downloaded toml_datetime v0.6.11
5582026-05-28T15:23:26.948Z Downloaded vsss-rs v3.3.4
5592026-05-28T15:23:26.950Z Downloaded zerovec-derive v0.11.1
5602026-05-28T15:23:26.950Z Downloaded icu_normalizer_data v2.0.0
5612026-05-28T15:23:26.954Z Downloaded openssl-sys v0.9.112
5622026-05-28T15:23:26.954Z Downloaded typenum v1.18.0
5632026-05-28T15:23:26.957Z Downloaded git-stub-vcs v0.1.0
5642026-05-28T15:23:26.957Z Downloaded zone v0.3.1
5652026-05-28T15:23:26.960Z Downloaded embedded-io v0.4.0
5662026-05-28T15:23:26.960Z Downloaded cc v1.2.58
5672026-05-28T15:23:26.962Z Downloaded zerofrom-derive v0.1.6
5682026-05-28T15:23:26.963Z Downloaded zerotrie v0.2.2
5692026-05-28T15:23:26.966Z Downloaded futures-core v0.3.32
5702026-05-28T15:23:26.966Z Downloaded flate2 v1.1.2
5712026-05-28T15:23:26.968Z Downloaded jiff-static v0.2.15
5722026-05-28T15:23:26.971Z Downloaded filetime v0.2.26
5732026-05-28T15:23:26.974Z Downloaded rand_xorshift v0.4.0
5742026-05-28T15:23:26.974Z Downloaded hyper-tls v0.6.0
5752026-05-28T15:23:26.977Z Downloaded postcard v1.1.3
5762026-05-28T15:23:26.977Z Downloaded rustc_version v0.4.1
5772026-05-28T15:23:26.979Z Downloaded pem v3.0.5
5782026-05-28T15:23:26.979Z Downloaded plain v0.2.3
5792026-05-28T15:23:26.983Z Downloaded dyn-clone v1.0.20
5802026-05-28T15:23:26.986Z Downloaded progenitor-client v0.10.0
5812026-05-28T15:23:26.988Z Downloaded progenitor v0.11.1
5822026-05-28T15:23:26.988Z Downloaded serde_urlencoded v0.7.1
5832026-05-28T15:23:26.991Z Downloaded resolv-conf v0.7.5
5842026-05-28T15:23:26.991Z Downloaded rustls-pemfile v2.2.0
5852026-05-28T15:23:26.991Z Downloaded sync_wrapper v1.0.2
5862026-05-28T15:23:26.991Z Downloaded toml_write v0.1.2
5872026-05-28T15:23:26.994Z Downloaded display-error-chain v0.2.2
5882026-05-28T15:23:26.997Z Downloaded quote v1.0.45
5892026-05-28T15:23:26.997Z Downloaded rusty-fork v0.3.0
5902026-05-28T15:23:27.002Z Downloaded tinyvec v1.10.0
5912026-05-28T15:23:27.005Z Downloaded heapless v0.8.0
5922026-05-28T15:23:27.008Z Downloaded slog-dtrace v0.3.0
5932026-05-28T15:23:27.008Z Downloaded tokio-native-tls v0.3.1
5942026-05-28T15:23:27.008Z Downloaded ucd-trie v0.1.7
5952026-05-28T15:23:27.008Z Downloaded walkdir v2.5.0
5962026-05-28T15:23:27.011Z Downloaded serde_tokenstream v0.2.3
5972026-05-28T15:23:27.011Z Downloaded strum v0.26.3
5982026-05-28T15:23:27.011Z Downloaded tracing-core v0.1.34
5992026-05-28T15:23:27.014Z Downloaded typify-macro v0.6.1
6002026-05-28T15:23:27.014Z Downloaded unarray v0.1.4
6012026-05-28T15:23:27.014Z Downloaded percent-encoding v2.3.2
6022026-05-28T15:23:27.014Z Downloaded dropshot-api-manager-types v0.5.2
6032026-05-28T15:23:27.016Z Downloaded progenitor-impl v0.10.0
6042026-05-28T15:23:27.019Z Downloaded tempfile v3.27.0
6052026-05-28T15:23:27.019Z Downloaded toml_edit v0.19.15
6062026-05-28T15:23:27.026Z Downloaded whoami v1.6.1
6072026-05-28T15:23:27.029Z Downloaded fixedbitset v0.4.2
6082026-05-28T15:23:27.029Z Downloaded prettyplease v0.2.37
6092026-05-28T15:23:27.032Z Downloaded curl v0.4.49
6102026-05-28T15:23:27.032Z Downloaded url v2.5.7
6112026-05-28T15:23:27.035Z Downloaded half v2.7.1
6122026-05-28T15:23:27.035Z Downloaded futures-channel v0.3.32
6132026-05-28T15:23:27.038Z Downloaded testing_table v0.3.0
6142026-05-28T15:23:27.038Z Downloaded schemars v0.9.0
6152026-05-28T15:23:27.042Z Downloaded futures-executor v0.3.32
6162026-05-28T15:23:27.047Z Downloaded getrandom v0.2.16
6172026-05-28T15:23:27.047Z Downloaded pin-project-internal v1.1.10
6182026-05-28T15:23:27.047Z Downloaded tinyvec_macros v0.1.1
6192026-05-28T15:23:27.050Z Downloaded serde_derive v1.0.228
6202026-05-28T15:23:27.050Z Downloaded progenitor-client v0.13.0
6212026-05-28T15:23:27.052Z Downloaded rand_chacha v0.9.0
6222026-05-28T15:23:27.055Z Downloaded snafu v0.8.9
6232026-05-28T15:23:27.058Z Downloaded group v0.13.0
6242026-05-28T15:23:27.058Z Downloaded synstructure v0.13.2
6252026-05-28T15:23:27.061Z Downloaded rustc_version v0.1.7
6262026-05-28T15:23:27.065Z Downloaded usdt-attr-macro v0.5.0
6272026-05-28T15:23:27.065Z Downloaded foreign-types v0.3.2
6282026-05-28T15:23:27.065Z Downloaded want v0.3.1
6292026-05-28T15:23:27.067Z Downloaded scroll_derive v0.12.1
6302026-05-28T15:23:27.067Z Downloaded dtrace-parser v0.2.0
6312026-05-28T15:23:27.067Z Downloaded ryu v1.0.20
6322026-05-28T15:23:27.070Z Downloaded snafu-derive v0.8.9
6332026-05-28T15:23:27.070Z Downloaded serde_path_to_error v0.1.20
6342026-05-28T15:23:27.070Z Downloaded quinn-udp v0.5.14
6352026-05-28T15:23:27.070Z Downloaded serde_core v1.0.228
6362026-05-28T15:23:27.073Z Downloaded similar v2.7.0
6372026-05-28T15:23:27.076Z Downloaded slog v2.8.2
6382026-05-28T15:23:27.079Z Downloaded smf v0.2.3
6392026-05-28T15:23:27.081Z Downloaded pretty-hex v0.4.1
6402026-05-28T15:23:27.081Z Downloaded zeroize v1.8.1
6412026-05-28T15:23:27.084Z Downloaded futures-sink v0.3.32
6422026-05-28T15:23:27.084Z Downloaded seq-macro v0.3.6
6432026-05-28T15:23:27.087Z Downloaded find-msvc-tools v0.1.9
6442026-05-28T15:23:27.087Z Downloaded qorb v0.4.1
6452026-05-28T15:23:27.090Z Downloaded memchr v2.7.5
6462026-05-28T15:23:27.092Z Downloaded minimal-lexical v0.2.1
6472026-05-28T15:23:27.095Z Downloaded take_mut v0.2.2
6482026-05-28T15:23:27.095Z Downloaded thread-id v4.2.2
6492026-05-28T15:23:27.096Z Downloaded utf8parse v0.2.2
6502026-05-28T15:23:27.096Z Downloaded quinn v0.11.9
6512026-05-28T15:23:27.099Z Downloaded pin-project-lite v0.2.16
6522026-05-28T15:23:27.101Z Downloaded proc-macro-error v1.0.4
6532026-05-28T15:23:27.105Z Downloaded zerocopy-derive v0.7.35
6542026-05-28T15:23:27.107Z Downloaded dtrace-parser v0.3.0
6552026-05-28T15:23:27.110Z Downloaded mio v1.0.4
6562026-05-28T15:23:27.110Z Downloaded hyper-rustls v0.27.7
6572026-05-28T15:23:27.113Z Downloaded hubpack v0.1.2
6582026-05-28T15:23:27.113Z Downloaded aws-lc-rs v1.16.2
6592026-05-28T15:23:27.118Z Downloaded rand_core v0.9.3
6602026-05-28T15:23:27.121Z Downloaded sigpipe v0.1.3
6612026-05-28T15:23:27.121Z Downloaded utf8_iter v1.0.4
6622026-05-28T15:23:27.121Z Downloaded xattr v1.6.1
6632026-05-28T15:23:27.121Z Downloaded dropshot-api-manager v0.5.2
6642026-05-28T15:23:27.124Z Downloaded futures v0.3.32
6652026-05-28T15:23:27.127Z Downloaded futures-macro v0.3.32
6662026-05-28T15:23:27.127Z Downloaded thiserror-impl-no-std v2.0.2
6672026-05-28T15:23:27.127Z Downloaded usdt-macro v0.5.0
6682026-05-28T15:23:27.127Z Downloaded proc-macro2 v1.0.106
6692026-05-28T15:23:27.130Z Downloaded rayon-core v1.13.0
6702026-05-28T15:23:27.130Z Downloaded strum v0.27.2
6712026-05-28T15:23:27.132Z Downloaded spin v0.9.8
6722026-05-28T15:23:27.133Z Downloaded pin-project v1.1.10
6732026-05-28T15:23:27.137Z Downloaded hex v0.4.3
6742026-05-28T15:23:27.140Z Downloaded tokio-stream v0.1.17
6752026-05-28T15:23:27.143Z Downloaded deranged v0.5.3
6762026-05-28T15:23:27.143Z Downloaded foreign-types-macros v0.2.3
6772026-05-28T15:23:27.143Z Downloaded humantime v2.3.0
6782026-05-28T15:23:27.146Z Downloaded scroll_derive v0.13.1
6792026-05-28T15:23:27.146Z Downloaded terminal_size v0.4.3
6802026-05-28T15:23:27.156Z Downloaded thiserror-no-std v2.0.2
6812026-05-28T15:23:27.159Z Downloaded futures-io v0.3.32
6822026-05-28T15:23:27.159Z Downloaded textwrap v0.16.2
6832026-05-28T15:23:27.161Z Downloaded powerfmt v0.2.0
6842026-05-28T15:23:27.161Z Downloaded heck v0.4.1
6852026-05-28T15:23:27.164Z Downloaded secrecy v0.10.3
6862026-05-28T15:23:27.168Z Downloaded typify v0.4.3
6872026-05-28T15:23:27.171Z Downloaded nom v7.1.3
6882026-05-28T15:23:27.174Z Downloaded zerocopy-derive v0.8.27
6892026-05-28T15:23:27.176Z Downloaded fs_extra v1.3.0
6902026-05-28T15:23:27.179Z Downloaded globset v0.4.16
6912026-05-28T15:23:27.179Z Downloaded ref-cast-impl v1.0.25
6922026-05-28T15:23:27.182Z Downloaded signal-hook-registry v1.4.6
6932026-05-28T15:23:27.182Z Downloaded heck v0.5.0
6942026-05-28T15:23:27.185Z Downloaded progenitor-client v0.11.1
6952026-05-28T15:23:27.185Z Downloaded supports-color v3.0.2
6962026-05-28T15:23:27.187Z Downloaded semver v1.0.27
6972026-05-28T15:23:27.188Z Downloaded zone_cfg_derive v0.3.1
6982026-05-28T15:23:27.188Z Downloaded equivalent v1.0.2
6992026-05-28T15:23:27.196Z Downloaded httparse v1.10.1
7002026-05-28T15:23:27.196Z Downloaded itertools v0.12.1
7012026-05-28T15:23:27.196Z Downloaded rustversion v1.0.22
7022026-05-28T15:23:27.196Z Downloaded pest_meta v2.8.2
7032026-05-28T15:23:27.200Z Downloaded schemars v0.8.22
7042026-05-28T15:23:27.203Z Downloaded proc-macro-error2 v2.0.1
7052026-05-28T15:23:27.205Z Downloaded libm v0.2.15
7062026-05-28T15:23:27.210Z Downloaded toml_parser v1.0.6+spec-1.1.0
7072026-05-28T15:23:27.213Z Downloaded toml_edit v0.22.27
7082026-05-28T15:23:27.216Z Downloaded pkg-config v0.3.32
7092026-05-28T15:23:27.216Z Downloaded typify v0.6.1
7102026-05-28T15:23:27.219Z Downloaded ppv-lite86 v0.2.21
7112026-05-28T15:23:27.219Z Downloaded time-macros v0.2.27
7122026-05-28T15:23:27.219Z Downloaded digest v0.10.7
7132026-05-28T15:23:27.222Z Downloaded fs-err v3.1.2
7142026-05-28T15:23:27.222Z Downloaded pest_derive v2.8.2
7152026-05-28T15:23:27.222Z Downloaded rustls-webpki v0.103.6
7162026-05-28T15:23:27.225Z Downloaded tar v0.4.45
7172026-05-28T15:23:27.228Z Downloaded vergen v8.3.2
7182026-05-28T15:23:27.230Z Downloaded iri-string v0.7.8
7192026-05-28T15:23:27.234Z Downloaded erased-serde v0.3.31
7202026-05-28T15:23:27.236Z Downloaded socket2 v0.6.0
7212026-05-28T15:23:27.236Z Downloaded unicode-ident v1.0.24
7222026-05-28T15:23:27.243Z Downloaded progenitor-impl v0.13.0
7232026-05-28T15:23:27.246Z Downloaded slog-term v2.9.2
7242026-05-28T15:23:27.246Z Downloaded tokio-macros v2.6.0
7252026-05-28T15:23:27.249Z Downloaded hmac v0.12.1
7262026-05-28T15:23:27.249Z Downloaded iana-time-zone v0.1.64
7272026-05-28T15:23:27.249Z Downloaded zerovec v0.11.4
7282026-05-28T15:23:27.252Z Downloaded gethostname v0.5.0
7292026-05-28T15:23:27.254Z Downloaded term v1.2.0
7302026-05-28T15:23:27.254Z Downloaded hickory-resolver v0.24.4
7312026-05-28T15:23:27.257Z Downloaded rand v0.8.5
7322026-05-28T15:23:27.260Z Downloaded elliptic-curve v0.13.8
7332026-05-28T15:23:27.260Z Downloaded signal-hook v0.3.18
7342026-05-28T15:23:27.263Z Downloaded rustls-pki-types v1.12.0
7352026-05-28T15:23:27.266Z Downloaded serde_with_macros v3.14.1
7362026-05-28T15:23:27.269Z Downloaded hashbrown v0.12.3
7372026-05-28T15:23:27.272Z Downloaded yoke v0.8.0
7382026-05-28T15:23:27.274Z Downloaded icu_properties_data v2.0.1
7392026-05-28T15:23:27.280Z Downloaded rand_core v0.6.4
7402026-05-28T15:23:27.283Z Downloaded hyper-util v0.1.19
7412026-05-28T15:23:27.285Z Downloaded http v1.4.0
7422026-05-28T15:23:27.285Z Downloaded tower-http v0.6.8
7432026-05-28T15:23:27.289Z Downloaded schemars v1.2.0
7442026-05-28T15:23:27.298Z Downloaded getrandom v0.3.3
7452026-05-28T15:23:27.300Z Downloaded progenitor-impl v0.11.1
7462026-05-28T15:23:27.305Z Downloaded unicode-normalization v0.1.24
7472026-05-28T15:23:27.305Z Downloaded toml v0.8.23
7482026-05-28T15:23:27.305Z Downloaded proc-macro-error-attr v1.0.4
7492026-05-28T15:23:27.308Z Downloaded icu_locale_core v2.0.0
7502026-05-28T15:23:27.311Z Downloaded unsafe-libyaml v0.2.11
7512026-05-28T15:23:27.314Z Downloaded serde_json v1.0.149
7522026-05-28T15:23:27.317Z Downloaded rand v0.9.2
7532026-05-28T15:23:27.319Z Downloaded iddqd v0.3.18
7542026-05-28T15:23:27.323Z Downloaded dropshot_endpoint v0.16.7
7552026-05-28T15:23:27.326Z Downloaded toml v0.9.11+spec-1.1.0
7562026-05-28T15:23:27.329Z Downloaded hyper v1.8.1
7572026-05-28T15:23:27.332Z Downloaded derive_more v0.99.20
7582026-05-28T15:23:27.334Z Downloaded serde_yaml v0.9.34+deprecated
7592026-05-28T15:23:27.337Z Downloaded hickory-resolver v0.25.2
7602026-05-28T15:23:27.340Z Downloaded regex v1.12.3
7612026-05-28T15:23:27.345Z Downloaded steno v0.4.1
7622026-05-28T15:23:27.354Z Downloaded clap_builder v4.6.0
7632026-05-28T15:23:27.357Z Downloaded expectorate v1.2.0
7642026-05-28T15:23:27.360Z Downloaded winnow v0.5.40
7652026-05-28T15:23:27.363Z Downloaded futures-util v0.3.32
7662026-05-28T15:23:27.369Z Downloaded tough v0.20.0
7672026-05-28T15:23:27.373Z Downloaded zerocopy v0.7.35
7682026-05-28T15:23:27.382Z Downloaded reqwest v0.12.23
7692026-05-28T15:23:27.385Z Downloaded tokio-util v0.7.16
7702026-05-28T15:23:27.388Z Downloaded tracing v0.1.41
7712026-05-28T15:23:27.391Z Downloaded serde_with v3.14.1
7722026-05-28T15:23:27.397Z Downloaded rayon v1.11.0
7732026-05-28T15:23:27.408Z Downloaded unicode-segmentation v1.12.0
7742026-05-28T15:23:27.411Z Downloaded hashbrown v0.16.1
7752026-05-28T15:23:27.414Z Downloaded blake3 v1.8.2
7762026-05-28T15:23:27.421Z Downloaded tabled v0.20.0
7772026-05-28T15:23:27.431Z Downloaded serde v1.0.228
7782026-05-28T15:23:27.434Z Downloaded icu_collections v2.0.0
7792026-05-28T15:23:27.437Z Downloaded chrono v0.4.44
7802026-05-28T15:23:27.440Z Downloaded tower v0.5.2
7812026-05-28T15:23:27.446Z Downloaded typed-path v0.9.3
7822026-05-28T15:23:27.452Z Downloaded tabled v0.15.0
7832026-05-28T15:23:27.460Z Downloaded hashbrown v0.15.5
7842026-05-28T15:23:27.463Z Downloaded git2 v0.19.0
7852026-05-28T15:23:27.467Z Downloaded portable-atomic v1.11.1
7862026-05-28T15:23:27.471Z Downloaded time v0.3.47
7872026-05-28T15:23:27.479Z Downloaded hkdf v0.12.4
7882026-05-28T15:23:27.483Z Downloaded pest v2.8.2
7892026-05-28T15:23:27.483Z Downloaded h2 v0.4.12
7902026-05-28T15:23:27.491Z Downloaded moka v0.12.11
7912026-05-28T15:23:27.502Z Downloaded goblin v0.8.2
7922026-05-28T15:23:27.505Z Downloaded reqwest v0.13.2
7932026-05-28T15:23:27.511Z Downloaded winnow v0.7.14
7942026-05-28T15:23:27.528Z Downloaded syn v1.0.109
7952026-05-28T15:23:27.534Z Downloaded bindgen v0.72.1
7962026-05-28T15:23:27.538Z Downloaded openssl v0.10.76
7972026-05-28T15:23:27.545Z Downloaded curve25519-dalek v4.1.3
7982026-05-28T15:23:27.549Z Downloaded goblin v0.10.1
7992026-05-28T15:23:27.553Z Downloaded zerocopy v0.8.27
8002026-05-28T15:23:27.565Z Downloaded proptest v1.8.0
8012026-05-28T15:23:27.569Z Downloaded vcpkg v0.2.15
8022026-05-28T15:23:27.591Z Downloaded rustls-webpki v0.102.8
8032026-05-28T15:23:27.600Z Downloaded quinn-proto v0.11.14
8042026-05-28T15:23:27.604Z Downloaded unicode-width v0.1.14
8052026-05-28T15:23:27.607Z Downloaded nix v0.31.3
8062026-05-28T15:23:27.614Z Downloaded webpki-roots v1.0.2
8072026-05-28T15:23:27.618Z Downloaded unicode-width v0.2.1
8082026-05-28T15:23:27.622Z Downloaded rustls v0.22.4
8092026-05-28T15:23:27.639Z Downloaded bstr v1.12.0
8102026-05-28T15:23:27.644Z Downloaded nix v0.30.1
8112026-05-28T15:23:27.650Z Downloaded dropshot v0.16.7
8122026-05-28T15:23:27.662Z Downloaded openapiv3 v2.2.0
8132026-05-28T15:23:27.668Z Downloaded smoltcp v0.11.0
8142026-05-28T15:23:27.674Z Downloaded rustix v0.38.44
8152026-05-28T15:23:27.686Z Downloaded hickory-proto v0.24.4
8162026-05-28T15:23:27.694Z Downloaded regex-syntax v0.8.6
8172026-05-28T15:23:27.699Z Downloaded syn v2.0.117
8182026-05-28T15:23:27.705Z Downloaded typify-impl v0.6.1
8192026-05-28T15:23:27.713Z Downloaded rustls v0.23.32
8202026-05-28T15:23:27.720Z Downloaded regress v0.10.5
8212026-05-28T15:23:27.726Z Downloaded hickory-proto v0.25.2
8222026-05-28T15:23:27.733Z Downloaded rustix v1.1.4
8232026-05-28T15:23:27.762Z Downloaded typify-impl v0.4.3
8242026-05-28T15:23:27.800Z Downloaded jiff v0.2.15
8252026-05-28T15:23:27.830Z Downloaded libc v0.2.186
8262026-05-28T15:23:27.849Z Downloaded petgraph v0.8.2
8272026-05-28T15:23:27.861Z Downloaded libz-sys v1.1.22
8282026-05-28T15:23:27.873Z Downloaded tokio v1.49.0
8292026-05-28T15:23:27.894Z Downloaded regex-automata v0.4.13
8302026-05-28T15:23:27.903Z Downloaded petgraph v0.6.5
8312026-05-28T15:23:27.913Z Downloaded chrono-tz v0.10.4
8322026-05-28T15:23:27.924Z Downloaded csv v1.3.1
8332026-05-28T15:23:27.937Z Downloaded sha3 v0.10.8
8342026-05-28T15:23:27.940Z Downloaded encoding_rs v0.8.35
8352026-05-28T15:23:27.951Z Downloaded libgit2-sys v0.17.0+1.8.1
8362026-05-28T15:23:28.052Z Downloaded ring v0.17.14
8372026-05-28T15:23:28.080Z Downloaded curl-sys v0.4.83+curl-8.15.0
8382026-05-28T15:23:28.540Z Downloaded aws-lc-sys v0.39.1
8392026-05-28T15:23:28.913Z Compiling proc-macro2 v1.0.106
8402026-05-28T15:23:28.914Z Compiling quote v1.0.45
8412026-05-28T15:23:28.914Z Compiling unicode-ident v1.0.24
8422026-05-28T15:23:28.917Z Compiling libc v0.2.186
8432026-05-28T15:23:28.917Z Compiling serde_core v1.0.228
8442026-05-28T15:23:28.917Z Compiling serde v1.0.228
8452026-05-28T15:23:28.917Z Checking cfg-if v1.0.3
8462026-05-28T15:23:28.918Z Compiling zmij v1.0.17
8472026-05-28T15:23:29.315Z Compiling autocfg v1.5.0
8482026-05-28T15:23:29.330Z Compiling getrandom v0.3.3
8492026-05-28T15:23:29.714Z Compiling memchr v2.7.5
8502026-05-28T15:23:29.730Z Compiling libm v0.2.15
8512026-05-28T15:23:30.069Z Compiling shlex v1.3.0
8522026-05-28T15:23:30.157Z Compiling find-msvc-tools v0.1.9
8532026-05-28T15:23:30.303Z Compiling jobserver v0.1.34
8542026-05-28T15:23:30.320Z Compiling thiserror v2.0.18
8552026-05-28T15:23:30.323Z Checking itoa v1.0.15
8562026-05-28T15:23:30.411Z Checking smallvec v1.15.1
8572026-05-28T15:23:30.457Z Compiling syn v2.0.117
8582026-05-28T15:23:30.505Z Compiling cc v1.2.58
8592026-05-28T15:23:30.521Z Compiling version_check v0.9.5
8602026-05-28T15:23:30.593Z Compiling icu_properties_data v2.0.1
8612026-05-28T15:23:30.628Z Compiling icu_normalizer_data v2.0.0
8622026-05-28T15:23:30.796Z Compiling serde_json v1.0.149
8632026-05-28T15:23:30.859Z Compiling parking_lot_core v0.9.12
8642026-05-28T15:23:30.894Z Checking stable_deref_trait v1.2.0
8652026-05-28T15:23:31.065Z Compiling heck v0.5.0
8662026-05-28T15:23:31.239Z Compiling num-traits v0.2.19
8672026-05-28T15:23:31.285Z Checking writeable v0.6.1
8682026-05-28T15:23:31.304Z Checking litemap v0.8.0
8692026-05-28T15:23:31.469Z Checking percent-encoding v2.3.2
8702026-05-28T15:23:31.609Z Compiling allocator-api2 v0.2.21
8712026-05-28T15:23:31.694Z Compiling equivalent v1.0.2
8722026-05-28T15:23:31.746Z Checking form_urlencoded v1.2.2
8732026-05-28T15:23:31.780Z Checking utf8_iter v1.0.4
8742026-05-28T15:23:31.805Z Compiling foldhash v0.2.0
8752026-05-28T15:23:31.872Z Compiling rustversion v1.0.22
8762026-05-28T15:23:31.905Z Compiling zerocopy v0.8.27
8772026-05-28T15:23:31.937Z Compiling semver v1.0.27
8782026-05-28T15:23:31.996Z Compiling hashbrown v0.16.1
8792026-05-28T15:23:32.015Z Checking pin-project-lite v0.2.16
8802026-05-28T15:23:32.104Z Checking iana-time-zone v0.1.64
8812026-05-28T15:23:32.210Z Compiling log v0.4.29
8822026-05-28T15:23:32.387Z Checking bitflags v2.11.1
8832026-05-28T15:23:32.402Z Checking uuid v1.20.0
8842026-05-28T15:23:32.468Z Checking socket2 v0.6.0
8852026-05-28T15:23:32.598Z Checking scopeguard v1.2.0
8862026-05-28T15:23:32.696Z Checking lock_api v0.4.14
8872026-05-28T15:23:32.720Z Checking signal-hook-registry v1.4.6
8882026-05-28T15:23:32.766Z Checking getrandom v0.2.16
8892026-05-28T15:23:32.784Z Compiling schemars v0.8.22
8902026-05-28T15:23:32.863Z Checking dyn-clone v1.0.20
8912026-05-28T15:23:32.866Z Compiling indexmap v2.13.0
8922026-05-28T15:23:32.896Z Checking mio v1.0.4
8932026-05-28T15:23:32.899Z Checking parking_lot v0.12.5
8942026-05-28T15:23:32.928Z Compiling portable-atomic v1.11.1
8952026-05-28T15:23:32.965Z Compiling rustix v1.1.4
8962026-05-28T15:23:33.054Z Checking critical-section v1.2.0
8972026-05-28T15:23:33.260Z Compiling synstructure v0.13.2
8982026-05-28T15:23:33.277Z Compiling serde_derive_internals v0.29.1
8992026-05-28T15:23:33.512Z Compiling regex-syntax v0.8.6
9002026-05-28T15:23:33.763Z Checking futures-core v0.3.32
9012026-05-28T15:23:33.835Z Checking once_cell v1.21.3
9022026-05-28T15:23:33.875Z Compiling aho-corasick v1.1.3
9032026-05-28T15:23:33.906Z Compiling ring v0.17.14
9042026-05-28T15:23:33.922Z Compiling thiserror v1.0.69
9052026-05-28T15:23:33.986Z Compiling anyhow v1.0.102
9062026-05-28T15:23:34.012Z Compiling typenum v1.18.0
9072026-05-28T15:23:34.400Z Compiling httparse v1.10.1
9082026-05-28T15:23:34.455Z Checking futures-sink v0.3.32
9092026-05-28T15:23:34.472Z Compiling serde_derive v1.0.228
9102026-05-28T15:23:34.489Z Compiling zerofrom-derive v0.1.6
9112026-05-28T15:23:34.504Z Compiling yoke-derive v0.8.0
9122026-05-28T15:23:34.550Z Compiling zerovec-derive v0.11.1
9132026-05-28T15:23:34.758Z Compiling displaydoc v0.2.5
9142026-05-28T15:23:34.873Z Compiling thiserror-impl v2.0.18
9152026-05-28T15:23:35.305Z Compiling schemars_derive v0.8.22
9162026-05-28T15:23:35.521Z Compiling tokio-macros v2.6.0
9172026-05-28T15:23:35.538Z Compiling zerocopy-derive v0.8.27
9182026-05-28T15:23:35.617Z Compiling futures-macro v0.3.32
9192026-05-28T15:23:35.659Z Compiling zeroize_derive v1.4.3
9202026-05-28T15:23:35.689Z Checking zerofrom v0.1.6
9212026-05-28T15:23:35.807Z Checking yoke v0.8.0
9222026-05-28T15:23:35.985Z Checking zerovec v0.11.4
9232026-05-28T15:23:36.109Z Checking zerotrie v0.2.2
9242026-05-28T15:23:36.359Z Checking zeroize v1.8.1
9252026-05-28T15:23:36.376Z Compiling regex-automata v0.4.13
9262026-05-28T15:23:36.442Z Compiling thiserror-impl v1.0.69
9272026-05-28T15:23:36.514Z Checking slab v0.4.11
9282026-05-28T15:23:36.547Z Checking subtle v2.6.1
9292026-05-28T15:23:36.672Z Compiling ucd-trie v0.1.7
9302026-05-28T15:23:36.714Z Checking tinystr v0.8.1
9312026-05-28T15:23:36.780Z Checking potential_utf v0.1.3
9322026-05-28T15:23:36.885Z Checking icu_locale_core v2.0.0
9332026-05-28T15:23:36.916Z Checking icu_collections v2.0.0
9342026-05-28T15:23:37.237Z Compiling pest v2.8.2
9352026-05-28T15:23:37.342Z Checking icu_provider v2.0.0
9362026-05-28T15:23:37.567Z Checking bytes v1.11.1
9372026-05-28T15:23:37.585Z Checking chrono v0.4.44
9382026-05-28T15:23:37.588Z Checking icu_normalizer v2.0.0
9392026-05-28T15:23:37.685Z Checking icu_properties v2.0.1
9402026-05-28T15:23:38.002Z Compiling serde_tokenstream v0.2.3
9412026-05-28T15:23:38.183Z Checking tokio v1.49.0
9422026-05-28T15:23:38.412Z Compiling regex v1.12.3
9432026-05-28T15:23:38.430Z Checking futures-channel v0.3.32
9442026-05-28T15:23:38.463Z Checking rand_core v0.6.4
9452026-05-28T15:23:38.496Z Checking idna_adapter v1.2.1
9462026-05-28T15:23:38.617Z Checking idna v1.1.0
9472026-05-28T15:23:38.624Z Compiling pest_meta v2.8.2
9482026-05-28T15:23:38.650Z Checking futures-task v0.3.32
9492026-05-28T15:23:38.784Z Checking futures-io v0.3.32
9502026-05-28T15:23:38.872Z Checking url v2.5.7
9512026-05-28T15:23:38.894Z Checking futures-util v0.3.32
9522026-05-28T15:23:38.917Z Compiling pkg-config v0.3.32
9532026-05-28T15:23:39.007Z Compiling tracing-attributes v0.1.30
9542026-05-28T15:23:39.568Z Compiling pest_generator v2.8.2
9552026-05-28T15:23:39.961Z Checking tracing-core v0.1.34
9562026-05-28T15:23:39.981Z Compiling camino v1.2.2
9572026-05-28T15:23:40.182Z Compiling pest_derive v2.8.2
9582026-05-28T15:23:40.271Z Compiling generic-array v0.14.7
9592026-05-28T15:23:40.276Z Checking tracing v0.1.41
9602026-05-28T15:23:40.364Z Checking fnv v1.0.7
9612026-05-28T15:23:40.457Z Compiling num-conv v0.2.1
9622026-05-28T15:23:40.472Z Compiling vcpkg v0.2.15
9632026-05-28T15:23:40.582Z Compiling time-core v0.1.8
9642026-05-28T15:23:40.655Z Compiling http v1.4.0
9652026-05-28T15:23:40.740Z Compiling time-macros v0.2.27
9662026-05-28T15:23:40.876Z Checking errno v0.3.14
9672026-05-28T15:23:40.998Z Compiling regress v0.10.5
9682026-05-28T15:23:41.017Z Compiling paste v1.0.15
9692026-05-28T15:23:41.115Z Compiling byteorder v1.5.0
9702026-05-28T15:23:41.597Z Checking base64 v0.22.1
9712026-05-28T15:23:41.694Z Compiling strsim v0.11.1
9722026-05-28T15:23:41.735Z Checking ipnet v2.11.0
9732026-05-28T15:23:41.826Z Compiling crossbeam-utils v0.8.21
9742026-05-28T15:23:41.861Z Checking crypto-common v0.1.6
9752026-05-28T15:23:41.960Z Checking tokio-util v0.7.16
9762026-05-28T15:23:41.998Z Compiling scroll_derive v0.13.1
9772026-05-28T15:23:42.176Z Compiling slog v2.8.2
9782026-05-28T15:23:42.398Z Checking http-body v1.0.1
9792026-05-28T15:23:42.446Z Checking ppv-lite86 v0.2.21
9802026-05-28T15:23:42.455Z Checking erased-serde v0.3.31
9812026-05-28T15:23:42.528Z Checking atomic-waker v1.1.2
9822026-05-28T15:23:42.561Z Checking ipnetwork v0.21.1
9832026-05-28T15:23:42.766Z Compiling daft-derive v0.1.5
9842026-05-28T15:23:42.772Z Checking try-lock v0.2.5
9852026-05-28T15:23:42.822Z Checking tower-service v0.3.3
9862026-05-28T15:23:42.836Z Checking tower-layer v0.3.3
9872026-05-28T15:23:42.882Z Checking h2 v0.4.12
9882026-05-28T15:23:42.886Z Checking want v0.3.1
9892026-05-28T15:23:42.920Z Checking rustls-pki-types v1.12.0
9902026-05-28T15:23:42.987Z Checking pretty-hex v0.4.1
9912026-05-28T15:23:43.008Z Checking ryu v1.0.20
9922026-05-28T15:23:43.124Z Checking pin-utils v0.1.0
9932026-05-28T15:23:43.129Z Checking httpdate v1.0.3
9942026-05-28T15:23:43.129Z Compiling async-trait v0.1.89
9952026-05-28T15:23:43.156Z Checking untrusted v0.9.0
9962026-05-28T15:23:43.189Z Compiling slog-async v2.8.0
9972026-05-28T15:23:43.278Z Compiling scroll v0.13.0
9982026-05-28T15:23:43.341Z Compiling openssl-sys v0.9.112
9992026-05-28T15:23:43.455Z Compiling plain v0.2.3
10002026-05-28T15:23:43.556Z Compiling usdt-impl v0.6.0
10012026-05-28T15:23:43.602Z Compiling goblin v0.10.1
10022026-05-28T15:23:43.613Z Checking oxnet v0.1.4
10032026-05-28T15:23:43.642Z Checking http-body-util v0.1.3
10042026-05-28T15:23:43.831Z Checking block-buffer v0.10.4
10052026-05-28T15:23:43.851Z Compiling openapiv3 v2.2.0
10062026-05-28T15:23:43.866Z Checking rand_core v0.9.3
10072026-05-28T15:23:44.053Z Compiling syn v1.0.109
10082026-05-28T15:23:44.300Z Checking digest v0.10.7
10092026-05-28T15:23:44.317Z Checking serde_urlencoded v0.7.1
10102026-05-28T15:23:44.425Z Compiling typify-impl v0.4.3
10112026-05-28T15:23:44.473Z Compiling dtrace-parser v0.3.0
10122026-05-28T15:23:44.508Z Compiling cmake v0.1.54
10132026-05-28T15:23:44.772Z Checking hyper v1.8.1
10142026-05-28T15:23:44.939Z Compiling thread-id v5.0.0
10152026-05-28T15:23:44.945Z Checking powerfmt v0.2.0
10162026-05-28T15:23:45.079Z Compiling ident_case v1.0.1
10172026-05-28T15:23:45.112Z Compiling fs_extra v1.3.0
10182026-05-28T15:23:45.206Z Compiling omicron-workspace-hack v0.1.0
10192026-05-28T15:23:45.284Z Compiling dunce v1.0.5
10202026-05-28T15:23:45.360Z Compiling darling_core v0.21.3
10212026-05-28T15:23:45.387Z Compiling aws-lc-sys v0.39.1
10222026-05-28T15:23:45.457Z Checking deranged v0.5.3
10232026-05-28T15:23:45.474Z Checking rand_chacha v0.9.0
10242026-05-28T15:23:45.478Z Checking num_threads v0.1.7
10252026-05-28T15:23:45.560Z Compiling ref-cast v1.0.25
10262026-05-28T15:23:45.698Z Checking hyper-util v0.1.19
10272026-05-28T15:23:45.944Z Checking rand v0.9.2
10282026-05-28T15:23:45.958Z Compiling ref-cast-impl v1.0.25
10292026-05-28T15:23:46.387Z Compiling dof v0.4.0
10302026-05-28T15:23:46.424Z Checking time v0.3.47
10312026-05-28T15:23:46.559Z Compiling unsafe-libyaml v0.2.11
10322026-05-28T15:23:47.229Z Compiling serde_yaml v0.9.34+deprecated
10332026-05-28T15:23:47.280Z Checking crossbeam-channel v0.5.15
10342026-05-28T15:23:47.425Z Compiling darling_macro v0.21.3
10352026-05-28T15:23:47.526Z Checking sync_wrapper v1.0.2
10362026-05-28T15:23:47.594Z Compiling usdt-macro v0.6.0
10372026-05-28T15:23:47.612Z Compiling usdt-attr-macro v0.6.0
10382026-05-28T15:23:47.787Z Compiling typify-macro v0.4.3
10392026-05-28T15:23:47.992Z Compiling darling v0.21.3
10402026-05-28T15:23:48.081Z Compiling aws-lc-rs v1.16.2
10412026-05-28T15:23:48.279Z Checking cpufeatures v0.2.17
10422026-05-28T15:23:48.351Z Compiling rustls v0.22.4
10432026-05-28T15:23:48.408Z Checking tower v0.5.2
10442026-05-28T15:23:48.591Z Compiling structmeta-derive v0.3.0
10452026-05-28T15:23:48.854Z Checking thread_local v1.1.9
10462026-05-28T15:23:48.900Z Checking encoding_rs v0.8.35
10472026-05-28T15:23:48.954Z Checking mime v0.3.17
10482026-05-28T15:23:49.133Z Checking iri-string v0.7.8
10492026-05-28T15:23:49.338Z Compiling typify v0.4.3
10502026-05-28T15:23:49.435Z Checking futures-executor v0.3.32
10512026-05-28T15:23:49.580Z Compiling multer v3.1.0
10522026-05-28T15:23:49.668Z Compiling structmeta v0.3.0
10532026-05-28T15:23:49.803Z Checking is-terminal v0.4.16
10542026-05-28T15:23:49.809Z Checking take_mut v0.2.2
10552026-05-28T15:23:49.834Z Checking fastrand v2.3.0
10562026-05-28T15:23:49.873Z Checking foreign-types-shared v0.1.1
10572026-05-28T15:23:49.876Z Checking term v1.2.0
10582026-05-28T15:23:49.896Z Compiling openssl v0.10.76
10592026-05-28T15:23:49.916Z Checking hex v0.4.3
10602026-05-28T15:23:49.945Z Checking unicode-width v0.2.1
10612026-05-28T15:23:50.011Z Checking untrusted v0.7.1
10622026-05-28T15:23:50.095Z Checking slog-term v2.9.2
10632026-05-28T15:23:50.122Z Checking tempfile v3.27.0
10642026-05-28T15:23:50.138Z Checking foreign-types v0.3.2
10652026-05-28T15:23:50.180Z Checking tower-http v0.6.8
10662026-05-28T15:23:50.209Z Checking futures v0.3.32
10672026-05-28T15:23:50.259Z Compiling toml_datetime v0.6.11
10682026-05-28T15:23:50.316Z Compiling async-stream-impl v0.3.6
10692026-05-28T15:23:50.331Z Compiling openssl-macros v0.1.1
10702026-05-28T15:23:50.347Z Compiling strum_macros v0.26.4
10712026-05-28T15:23:50.462Z Compiling rustls v0.23.32
10722026-05-28T15:23:50.612Z Checking openssl-probe v0.1.6
10732026-05-28T15:23:50.680Z Compiling native-tls v0.2.14
10742026-05-28T15:23:50.927Z Compiling newtype-uuid-macros v0.1.0
10752026-05-28T15:23:50.932Z Compiling strum_macros v0.27.2
10762026-05-28T15:23:50.977Z Compiling dropshot v0.16.7
10772026-05-28T15:23:50.994Z Checking memmap2 v0.9.8
10782026-05-28T15:23:51.146Z Checking match_cfg v0.1.0
10792026-05-28T15:23:51.212Z Checking winnow v0.7.14
10802026-05-28T15:23:51.276Z Checking hostname v0.3.1
10812026-05-28T15:23:51.693Z Checking slog-json v2.6.1
10822026-05-28T15:23:51.714Z Compiling dropshot_endpoint v0.16.7
10832026-05-28T15:23:51.845Z Checking slog-bunyan v2.5.0
10842026-05-28T15:23:51.943Z Compiling derive-ex v0.1.8
10852026-05-28T15:23:52.186Z Checking webpki-roots v1.0.2
10862026-05-28T15:23:52.306Z Compiling clap_derive v4.6.0
10872026-05-28T15:23:52.584Z Compiling progenitor-impl v0.11.1
10882026-05-28T15:23:52.839Z Checking newtype-uuid v1.3.2
10892026-05-28T15:23:52.912Z Checking tokio-native-tls v0.3.1
10902026-05-28T15:23:53.024Z Checking either v1.15.0
10912026-05-28T15:23:53.070Z Checking hyper-tls v0.6.0
10922026-05-28T15:23:53.241Z Checking daft v0.1.5
10932026-05-28T15:23:53.308Z Compiling serde_with_macros v3.14.1
10942026-05-28T15:23:53.467Z Compiling test-strategy v0.4.3
10952026-05-28T15:23:53.682Z Checking rustls-webpki v0.102.8
10962026-05-28T15:23:53.752Z Checking debug-ignore v1.0.5
10972026-05-28T15:23:53.849Z Checking toml_parser v1.0.6+spec-1.1.0
10982026-05-28T15:23:54.220Z Compiling parse-display-derive v0.10.0
10992026-05-28T15:23:54.331Z Checking usdt v0.6.0
11002026-05-28T15:23:54.512Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11012026-05-28T15:23:54.531Z Checking toml_datetime v0.7.5+spec-1.1.0
11022026-05-28T15:23:54.641Z Compiling progenitor-macro v0.11.1
11032026-05-28T15:23:54.715Z Checking serde_spanned v1.0.4
11042026-05-28T15:23:54.840Z Checking spin v0.9.8
11052026-05-28T15:23:54.866Z Checking toml_writer v1.0.6+spec-1.1.0
11062026-05-28T15:23:54.953Z Checking utf8parse v0.2.2
11072026-05-28T15:23:55.043Z Checking toml v0.9.11+spec-1.1.0
11082026-05-28T15:23:55.059Z Checking anstyle-parse v1.0.0
11092026-05-28T15:23:55.210Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11102026-05-28T15:23:55.269Z Checking strum v0.27.2
11112026-05-28T15:23:55.376Z Checking strum v0.26.3
11122026-05-28T15:23:55.486Z Checking async-stream v0.3.6
11132026-05-28T15:23:55.532Z Checking sha1 v0.10.6
11142026-05-28T15:23:55.548Z Checking tokio-rustls v0.25.0
11152026-05-28T15:23:55.611Z Checking rustls-pemfile v2.2.0
11162026-05-28T15:23:55.629Z Checking rand_chacha v0.3.1
11172026-05-28T15:23:55.688Z Checking waitgroup v0.1.2
11182026-05-28T15:23:55.740Z Checking terminal_size v0.4.3
11192026-05-28T15:23:55.756Z Checking macaddr v1.0.1
11202026-05-28T15:23:55.772Z Checking serde_path_to_error v0.1.20
11212026-05-28T15:23:55.787Z Checking wait-timeout v0.2.1
11222026-05-28T15:23:55.816Z Checking hostname v0.4.2
11232026-05-28T15:23:55.847Z Checking lazy_static v1.5.0
11242026-05-28T15:23:55.907Z Checking anstyle v1.0.14
11252026-05-28T15:23:55.907Z Checking anstyle-query v1.1.4
11262026-05-28T15:23:55.938Z Checking is_terminal_polyfill v1.70.1
11272026-05-28T15:23:56.010Z Checking colorchoice v1.0.4
11282026-05-28T15:23:56.026Z Checking quick-error v1.2.3
11292026-05-28T15:23:56.042Z Checking bit-vec v0.8.0
11302026-05-28T15:23:56.088Z Checking rand v0.8.5
11312026-05-28T15:23:56.105Z Checking anstream v1.0.0
11322026-05-28T15:23:56.119Z Checking rusty-fork v0.3.0
11332026-05-28T15:23:56.232Z Checking bit-set v0.8.0
11342026-05-28T15:23:56.283Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11352026-05-28T15:23:56.300Z Checking tabwriter v1.4.1
11362026-05-28T15:23:56.373Z Checking rand_xorshift v0.4.0
11372026-05-28T15:23:56.566Z Checking colored v3.0.0
11382026-05-28T15:23:56.588Z Checking unarray v0.1.4
11392026-05-28T15:23:56.691Z Checking clap_lex v1.1.0
11402026-05-28T15:23:56.744Z Checking proptest v1.8.0
11412026-05-28T15:23:56.788Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11422026-05-28T15:23:56.834Z Checking clap_builder v4.6.0
11432026-05-28T15:23:57.529Z Checking itertools v0.14.0
11442026-05-28T15:23:58.047Z Checking clap v4.6.0
11452026-05-28T15:23:58.349Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11462026-05-28T15:23:58.662Z Checking serde_with v3.14.1
11472026-05-28T15:23:59.100Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11482026-05-28T15:23:59.350Z Checking instant v0.1.13
11492026-05-28T15:23:59.541Z Compiling prettyplease v0.2.37
11502026-05-28T15:23:59.557Z Checking rustc-hash v2.1.1
11512026-05-28T15:23:59.667Z Checking iddqd v0.3.18
11522026-05-28T15:23:59.806Z Checking backoff v0.4.0
11532026-05-28T15:23:59.980Z Checking parse-display v0.10.0
11542026-05-28T15:24:00.025Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11552026-05-28T15:24:00.081Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11562026-05-28T15:24:01.519Z Compiling winnow v0.5.40
11572026-05-28T15:24:02.257Z Compiling cfg_aliases v0.2.1
11582026-05-28T15:24:02.567Z Compiling num-derive v0.4.2
11592026-05-28T15:24:02.831Z Compiling toml_edit v0.19.15
11602026-05-28T15:24:03.145Z Compiling rustls-webpki v0.103.6
11612026-05-28T15:24:03.990Z Compiling proc-macro-crate v1.3.1
11622026-05-28T15:24:06.208Z Checking serde_spanned v0.6.9
11632026-05-28T15:24:06.221Z Compiling tokio-rustls v0.26.3
11642026-05-28T15:24:06.284Z Compiling memoffset v0.9.1
11652026-05-28T15:24:06.636Z Compiling hyper-rustls v0.27.7
11662026-05-28T15:24:06.849Z Compiling reqwest v0.12.23
11672026-05-28T15:24:06.897Z Compiling num_enum_derive v0.7.5
11682026-05-28T15:24:06.914Z Compiling nix v0.30.1
11692026-05-28T15:24:08.121Z Compiling progenitor-client v0.11.1
11702026-05-28T15:24:08.489Z Checking crossbeam-epoch v0.9.18
11712026-05-28T15:24:12.305Z Compiling progenitor v0.11.1
11722026-05-28T15:24:12.350Z Compiling num-integer v0.1.46
11732026-05-28T15:24:12.350Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11742026-05-28T15:24:12.350Z Compiling progenitor-client v0.10.0
11752026-05-28T15:24:12.350Z Compiling hubpack_derive v0.1.1
11762026-05-28T15:24:12.350Z Checking toml_write v0.1.2
11772026-05-28T15:24:12.350Z Compiling rayon-core v1.13.0
11782026-05-28T15:24:12.350Z Checking toml_edit v0.22.27
11792026-05-28T15:24:12.350Z Checking hubpack v0.1.2
11802026-05-28T15:24:12.350Z Checking num-iter v0.1.45
11812026-05-28T15:24:12.350Z Checking num-rational v0.4.2
11822026-05-28T15:24:12.368Z Compiling zerocopy-derive v0.7.35
11832026-05-28T15:24:12.440Z Compiling num-complex v0.4.6
11842026-05-28T15:24:12.751Z Checking static_assertions v1.1.0
11852026-05-28T15:24:12.826Z Checking num v0.4.3
11862026-05-28T15:24:12.898Z Checking crossbeam-deque v0.8.6
11872026-05-28T15:24:12.916Z Compiling float-ord v0.3.2
11882026-05-28T15:24:13.064Z Checking toml v0.8.23
11892026-05-28T15:24:13.080Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11902026-05-28T15:24:13.183Z Compiling num_enum_derive v0.5.11
11912026-05-28T15:24:13.355Z Compiling proc-macro-error-attr v1.0.4
11922026-05-28T15:24:13.385Z Compiling heapless v0.8.0
11932026-05-28T15:24:13.454Z Checking bytecount v0.6.9
11942026-05-28T15:24:13.556Z Compiling heck v0.4.1
11952026-05-28T15:24:13.647Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11962026-05-28T15:24:13.752Z Checking libscf-sys v1.2.0
11972026-05-28T15:24:13.875Z Compiling ingot-macros v0.1.1
11982026-05-28T15:24:14.194Z Checking num_enum v0.5.11
11992026-05-28T15:24:14.310Z Checking hash32 v0.3.1
12002026-05-28T15:24:14.326Z Compiling proc-macro-error v1.0.4
12012026-05-28T15:24:14.456Z Compiling smoltcp v0.11.0
12022026-05-28T15:24:14.462Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12032026-05-28T15:24:14.837Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12042026-05-28T15:24:15.150Z Compiling zerocopy v0.7.35
12052026-05-28T15:24:15.215Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12062026-05-28T15:24:15.363Z Checking cobs v0.3.0
12072026-05-28T15:24:15.408Z Compiling foreign-types-macros v0.2.3
12082026-05-28T15:24:15.434Z Compiling scroll_derive v0.12.1
12092026-05-28T15:24:15.504Z Compiling usdt-impl v0.5.0
12102026-05-28T15:24:15.696Z Checking foreign-types-shared v0.3.1
12112026-05-28T15:24:15.772Z Checking bitflags v1.3.2
12122026-05-28T15:24:15.789Z Checking managed v0.8.0
12132026-05-28T15:24:15.792Z Compiling crucible-workspace-hack v0.1.0
12142026-05-28T15:24:15.953Z Compiling dof v0.3.0
12152026-05-28T15:24:16.042Z Checking foreign-types v0.5.0
12162026-05-28T15:24:16.057Z Checking postcard v1.1.3
12172026-05-28T15:24:16.136Z Checking scroll v0.12.0
12182026-05-28T15:24:16.341Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12192026-05-28T15:24:16.393Z Checking num_enum v0.7.5
12202026-05-28T15:24:16.409Z Compiling dtrace-parser v0.2.0
12212026-05-28T15:24:16.465Z Checking camino-tempfile v1.4.1
12222026-05-28T15:24:16.520Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12232026-05-28T15:24:16.533Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12242026-05-28T15:24:16.622Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12252026-05-28T15:24:16.639Z Checking ingot-types v0.1.2
12262026-05-28T15:24:16.733Z Compiling thread-id v4.2.2
12272026-05-28T15:24:16.820Z Checking cstr-argument v0.1.2
12282026-05-28T15:24:16.869Z Compiling minimal-lexical v0.2.1
12292026-05-28T15:24:16.943Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12302026-05-28T15:24:16.985Z Checking ingot v0.1.1
12312026-05-28T15:24:17.000Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12322026-05-28T15:24:17.063Z Compiling nom v7.1.3
12332026-05-28T15:24:17.102Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12342026-05-28T15:24:17.133Z Checking goblin v0.8.2
12352026-05-28T15:24:17.217Z Checking rayon v1.11.0
12362026-05-28T15:24:17.630Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-05-28T15:24:17.740Z Compiling rustc_version v0.4.1
12382026-05-28T15:24:18.130Z Compiling proc-macro-error-attr2 v2.0.0
12392026-05-28T15:24:18.244Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-05-28T15:24:18.278Z Compiling rustix v0.38.44
12412026-05-28T15:24:18.358Z Compiling convert_case v0.4.0
12422026-05-28T15:24:18.553Z Checking tinyvec_macros v0.1.1
12432026-05-28T15:24:18.623Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12442026-05-28T15:24:18.650Z Checking tinyvec v1.10.0
12452026-05-28T15:24:18.681Z Compiling derive_more v0.99.20
12462026-05-28T15:24:18.734Z Compiling proc-macro-error2 v2.0.1
12472026-05-28T15:24:18.988Z Compiling libz-sys v1.1.22
12482026-05-28T15:24:19.006Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12492026-05-28T15:24:19.262Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12502026-05-28T15:24:19.355Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12512026-05-28T15:24:19.438Z Compiling tabled_derive v0.11.0
12522026-05-28T15:24:19.709Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12532026-05-28T15:24:20.260Z Compiling usdt-macro v0.5.0
12542026-05-28T15:24:20.276Z Compiling usdt-attr-macro v0.5.0
12552026-05-28T15:24:20.430Z Compiling zone_cfg_derive v0.3.1
12562026-05-28T15:24:20.552Z Checking papergrid v0.17.0
12572026-05-28T15:24:20.941Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12582026-05-28T15:24:20.960Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12592026-05-28T15:24:20.992Z Checking itertools v0.12.1
12602026-05-28T15:24:21.018Z Checking testing_table v0.3.0
12612026-05-28T15:24:21.107Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12622026-05-28T15:24:21.122Z Checking memmap v0.7.0
12632026-05-28T15:24:21.138Z Checking sigpipe v0.1.3
12642026-05-28T15:24:21.217Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12652026-05-28T15:24:21.251Z Checking glob v0.3.3
12662026-05-28T15:24:21.340Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12672026-05-28T15:24:21.357Z Checking jiff v0.2.15
12682026-05-28T15:24:21.471Z Checking tabled v0.20.0
12692026-05-28T15:24:21.488Z Checking usdt v0.5.0
12702026-05-28T15:24:21.654Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12712026-05-28T15:24:21.703Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12722026-05-28T15:24:21.813Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-05-28T15:24:21.987Z Checking zone v0.3.1
12742026-05-28T15:24:22.051Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12752026-05-28T15:24:22.171Z Checking smf v0.2.3
12762026-05-28T15:24:22.270Z Checking secrecy v0.10.3
12772026-05-28T15:24:22.330Z Checking bstr v1.12.0
12782026-05-28T15:24:22.388Z Checking whoami v1.6.1
12792026-05-28T15:24:22.518Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12802026-05-28T15:24:22.551Z Compiling curve25519-dalek v4.1.3
12812026-05-28T15:24:22.571Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12822026-05-28T15:24:22.670Z Checking hmac v0.12.1
12832026-05-28T15:24:22.730Z Compiling clang-sys v1.8.1
12842026-05-28T15:24:22.803Z Checking inout v0.1.4
12852026-05-28T15:24:22.845Z Checking ff v0.13.1
12862026-05-28T15:24:22.933Z Compiling enum-as-inner v0.6.1
12872026-05-28T15:24:22.968Z Checking data-encoding v2.9.0
12882026-05-28T15:24:23.235Z Compiling semver v0.1.20
12892026-05-28T15:24:23.463Z Compiling rustc_version v0.1.7
12902026-05-28T15:24:23.501Z Checking group v0.13.0
12912026-05-28T15:24:23.541Z Checking cipher v0.4.4
12922026-05-28T15:24:23.607Z Checking hkdf v0.12.4
12932026-05-28T15:24:23.643Z Checking atomicwrites v0.4.4
12942026-05-28T15:24:23.658Z Compiling thiserror-impl-no-std v2.0.2
12952026-05-28T15:24:23.732Z Checking universal-hash v0.5.1
12962026-05-28T15:24:23.748Z Checking crypto-bigint v0.5.5
12972026-05-28T15:24:23.763Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12982026-05-28T15:24:23.781Z Checking half v2.7.1
12992026-05-28T15:24:23.852Z Compiling curve25519-dalek-derive v0.1.1
13002026-05-28T15:24:23.918Z Checking opaque-debug v0.3.1
13012026-05-28T15:24:23.937Z Compiling unicode-segmentation v1.12.0
13022026-05-28T15:24:23.986Z Checking base64ct v1.8.0
13032026-05-28T15:24:24.027Z Checking ciborium-io v0.2.2
13042026-05-28T15:24:24.119Z Checking base16ct v0.2.0
13052026-05-28T15:24:24.242Z Checking indent_write v2.2.0
13062026-05-28T15:24:24.258Z Checking password-hash v0.5.0
13072026-05-28T15:24:24.305Z Checking ciborium-ll v0.2.2
13082026-05-28T15:24:24.372Z Checking poly1305 v0.8.0
13092026-05-28T15:24:24.478Z Checking chacha20 v0.9.1
13102026-05-28T15:24:24.494Z Compiling newtype_derive v0.1.6
13112026-05-28T15:24:24.664Z Checking similar v2.7.0
13122026-05-28T15:24:24.720Z Checking elliptic-curve v0.13.8
13132026-05-28T15:24:24.738Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13142026-05-28T15:24:24.754Z Checking thiserror-no-std v2.0.2
13152026-05-28T15:24:24.841Z Checking blake2 v0.10.6
13162026-05-28T15:24:24.973Z Compiling typify-impl v0.6.1
13172026-05-28T15:24:24.990Z Checking aead v0.5.2
13182026-05-28T15:24:25.007Z Compiling bitset-macro v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
13192026-05-28T15:24:25.058Z Compiling libloading v0.8.9
13202026-05-28T15:24:25.125Z Compiling foldhash v0.1.5
13212026-05-28T15:24:25.259Z Compiling seq-macro v0.3.6
13222026-05-28T15:24:25.300Z Checking resolv-conf v0.7.5
13232026-05-28T15:24:25.373Z Compiling owo-colors v4.3.0
13242026-05-28T15:24:25.400Z Checking keccak v0.1.6
13252026-05-28T15:24:25.440Z Checking linked-hash-map v0.5.6
13262026-05-28T15:24:25.484Z Compiling bindgen v0.72.1
13272026-05-28T15:24:25.556Z Checking sha3 v0.10.8
13282026-05-28T15:24:25.609Z Checking lru-cache v0.1.2
13292026-05-28T15:24:25.732Z Checking vsss-rs v3.3.4
13302026-05-28T15:24:25.747Z Compiling hashbrown v0.15.5
13312026-05-28T15:24:25.814Z Checking chacha20poly1305 v0.10.1
13322026-05-28T15:24:25.933Z Checking argon2 v0.5.3
13332026-05-28T15:24:26.009Z Checking ciborium v0.2.2
13342026-05-28T15:24:26.220Z Compiling newline-converter v0.3.0
13352026-05-28T15:24:26.297Z Checking hickory-proto v0.24.4
13362026-05-28T15:24:26.336Z Checking tokio-dtrace v0.1.1
13372026-05-28T15:24:26.435Z Compiling cexpr v0.6.0
13382026-05-28T15:24:26.516Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13392026-05-28T15:24:26.798Z Compiling console v0.15.11
13402026-05-28T15:24:26.895Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13412026-05-28T15:24:27.005Z Checking serde-big-array v0.5.1
13422026-05-28T15:24:27.127Z Compiling serde_repr v0.1.20
13432026-05-28T15:24:27.144Z Compiling derive-where v1.6.0
13442026-05-28T15:24:27.274Z Checking same-file v1.0.6
13452026-05-28T15:24:27.397Z Checking siphasher v1.0.1
13462026-05-28T15:24:27.723Z Compiling fixedbitset v0.5.7
13472026-05-28T15:24:27.852Z Checking hickory-resolver v0.24.4
13482026-05-28T15:24:28.003Z Compiling expectorate v1.2.0
13492026-05-28T15:24:28.128Z Compiling petgraph v0.8.2
13502026-05-28T15:24:28.148Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13512026-05-28T15:24:28.376Z Checking phf_shared v0.12.1
13522026-05-28T15:24:28.399Z Compiling typify-macro v0.6.1
13532026-05-28T15:24:28.538Z Checking walkdir v2.5.0
13542026-05-28T15:24:28.542Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13552026-05-28T15:24:28.641Z Checking oxide-tokio-rt v0.1.2
13562026-05-28T15:24:28.704Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13572026-05-28T15:24:28.864Z Compiling bitset v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
13582026-05-28T15:24:29.532Z Compiling convert_case v0.8.0
13592026-05-28T15:24:29.840Z Compiling annotate-snippets v0.11.5
13602026-05-28T15:24:30.002Z Compiling progenitor-impl v0.10.0
13612026-05-28T15:24:30.085Z Checking tokio-stream v0.1.17
13622026-05-28T15:24:30.211Z Compiling pin-project-internal v1.1.10
13632026-05-28T15:24:30.411Z Compiling slog-dtrace v0.3.0
13642026-05-28T15:24:30.414Z Checking csv-core v0.1.12
13652026-05-28T15:24:30.467Z Compiling cancel-safe-futures v0.1.5
13662026-05-28T15:24:30.606Z Compiling chrono-tz v0.10.4
13672026-05-28T15:24:30.662Z Checking smawk v0.3.2
13682026-05-28T15:24:30.733Z Compiling unicode-xid v0.2.6
13692026-05-28T15:24:30.798Z Checking unicode-width v0.1.14
13702026-05-28T15:24:30.847Z Checking swrite v0.1.0
13712026-05-28T15:24:30.864Z Checking unicode-linebreak v0.1.5
13722026-05-28T15:24:31.050Z Compiling const_format_proc_macros v0.2.34
13732026-05-28T15:24:31.076Z Checking textwrap v0.16.2
13742026-05-28T15:24:31.304Z Compiling rsf v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
13752026-05-28T15:24:31.319Z Checking pin-project v1.1.10
13762026-05-28T15:24:31.336Z Checking csv v1.3.1
13772026-05-28T15:24:31.413Z Checking qorb v0.4.1
13782026-05-28T15:24:31.574Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13792026-05-28T15:24:31.831Z Checking phf v0.12.1
13802026-05-28T15:24:31.848Z Checking unicode-normalization v0.1.24
13812026-05-28T15:24:31.977Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-05-28T15:24:32.061Z Compiling progenitor-macro v0.10.0
13832026-05-28T15:24:32.267Z Compiling snafu-derive v0.8.9
13842026-05-28T15:24:32.416Z Compiling nix v0.31.3
13852026-05-28T15:24:32.817Z Checking libsw-core v0.3.2
13862026-05-28T15:24:32.896Z Compiling libgit2-sys v0.17.0+1.8.1
13872026-05-28T15:24:32.922Z Compiling async-recursion v1.1.1
13882026-05-28T15:24:32.994Z Compiling cookie v0.18.1
13892026-05-28T15:24:33.057Z Checking fixedbitset v0.4.2
13902026-05-28T15:24:33.209Z Checking highway v1.3.0
13912026-05-28T15:24:33.336Z Compiling moka v0.12.11
13922026-05-28T15:24:33.589Z Checking petgraph v0.6.5
13932026-05-28T15:24:33.668Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13942026-05-28T15:24:33.972Z Checking snafu v0.8.9
13952026-05-28T15:24:34.043Z Checking libsw v3.5.0
13962026-05-28T15:24:34.232Z Compiling regs v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#e2762712)
13972026-05-28T15:24:34.319Z Checking olpc-cjson v0.1.4
13982026-05-28T15:24:34.695Z Checking const_format v0.2.34
13992026-05-28T15:24:34.777Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-28T15:24:35.017Z Checking papergrid v0.11.0
14012026-05-28T15:24:35.132Z Compiling typify v0.6.1
14022026-05-28T15:24:35.171Z Checking globset v0.4.16
14032026-05-28T15:24:35.176Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14042026-05-28T15:24:35.226Z Checking gethostname v0.5.0
14052026-05-28T15:24:35.411Z Compiling tabled_derive v0.7.0
14062026-05-28T15:24:35.433Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-05-28T15:24:35.666Z Checking reqwest v0.13.2
14082026-05-28T15:24:35.752Z Checking pem v3.0.5
14092026-05-28T15:24:35.911Z Checking bcs v0.1.6
14102026-05-28T15:24:36.145Z Checking serde_plain v1.0.2
14112026-05-28T15:24:36.233Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#e2762712)
14122026-05-28T15:24:36.301Z Checking humantime v2.3.0
14132026-05-28T15:24:36.315Z Checking progenitor v0.10.0
14142026-05-28T15:24:36.341Z Checking tagptr v0.2.0
14152026-05-28T15:24:36.455Z Checking crc8 v0.1.1
14162026-05-28T15:24:36.473Z Checking linear-map v1.2.0
14172026-05-28T15:24:36.488Z Compiling signal-hook v0.3.18
14182026-05-28T15:24:36.538Z Checking typed-path v0.9.3
14192026-05-28T15:24:36.562Z Checking termtree v0.5.1
14202026-05-28T15:24:36.647Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-05-28T15:24:36.769Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-05-28T15:24:36.855Z Checking tabled v0.15.0
14232026-05-28T15:24:37.320Z Checking tough v0.20.0
14242026-05-28T15:24:37.356Z Compiling progenitor-impl v0.13.0
14252026-05-28T15:24:37.897Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14262026-05-28T15:24:38.063Z Checking steno v0.4.1
14272026-05-28T15:24:39.046Z Checking hickory-proto v0.25.2
14282026-05-28T15:24:39.176Z Compiling curl-sys v0.4.83+curl-8.15.0
14292026-05-28T15:24:39.316Z Compiling cargo-platform v0.1.9
14302026-05-28T15:24:39.463Z Compiling vergen v8.3.2
14312026-05-28T15:24:39.557Z Compiling fs-err v3.1.2
14322026-05-28T15:24:39.597Z Checking rust_rpi v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
14332026-05-28T15:24:39.694Z Compiling crc32fast v1.5.0
14342026-05-28T15:24:39.779Z Compiling cargo_metadata v0.18.1
14352026-05-28T15:24:39.909Z Compiling progenitor-macro v0.13.0
14362026-05-28T15:24:40.642Z Checking hickory-resolver v0.25.2
14372026-05-28T15:24:40.785Z Checking progenitor-client v0.13.0
14382026-05-28T15:24:40.846Z Checking dropshot-api-manager-types v0.5.2
14392026-05-28T15:24:41.007Z Checking sha2 v0.10.9
14402026-05-28T15:24:41.024Z Compiling blake3 v1.8.2
14412026-05-28T15:24:41.252Z Checking adler2 v2.0.1
14422026-05-28T15:24:41.364Z Checking miniz_oxide v0.8.9
14432026-05-28T15:24:41.724Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14442026-05-28T15:24:41.918Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14452026-05-28T15:24:42.347Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14462026-05-28T15:24:42.459Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-05-28T15:24:42.889Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-05-28T15:24:43.340Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14492026-05-28T15:24:43.433Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-05-28T15:24:43.609Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-05-28T15:24:43.654Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-05-28T15:24:44.092Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14532026-05-28T15:24:44.095Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14542026-05-28T15:24:44.158Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14552026-05-28T15:24:44.199Z Checking progenitor v0.13.0
14562026-05-28T15:24:44.418Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14572026-05-28T15:24:44.452Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14582026-05-28T15:24:44.644Z Checking git-stub v1.0.0
14592026-05-28T15:24:44.794Z Checking filetime v0.2.26
14602026-05-28T15:24:44.838Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14612026-05-28T15:24:44.920Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14622026-05-28T15:24:44.937Z Checking arrayref v0.3.9
14632026-05-28T15:24:45.010Z Checking xattr v1.6.1
14642026-05-28T15:24:45.142Z Compiling curl v0.4.49
14652026-05-28T15:24:45.180Z Checking is_ci v1.2.0
14662026-05-28T15:24:45.281Z Checking constant_time_eq v0.3.1
14672026-05-28T15:24:45.335Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14682026-05-28T15:24:45.370Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-05-28T15:24:45.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14702026-05-28T15:24:45.403Z Checking arrayvec v0.7.6
14712026-05-28T15:24:45.665Z Checking supports-color v3.0.2
14722026-05-28T15:24:45.794Z Checking tar v0.4.45
14732026-05-28T15:24:45.848Z Checking git-stub-vcs v0.1.0
14742026-05-28T15:24:46.271Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14752026-05-28T15:24:46.297Z Checking toml v0.7.8
14762026-05-28T15:24:46.626Z Checking flate2 v1.1.2
14772026-05-28T15:24:47.084Z Checking drift v0.1.3
14782026-05-28T15:24:47.338Z Checking kstat-rs v0.2.4
14792026-05-28T15:24:47.523Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14802026-05-28T15:24:47.814Z Checking topological-sort v0.2.2
14812026-05-28T15:24:47.965Z Checking omicron-zone-package v0.12.2
14822026-05-28T15:24:48.119Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14832026-05-28T15:24:48.516Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14842026-05-28T15:24:48.808Z Checking dropshot-api-manager v0.5.2
14852026-05-28T15:24:48.910Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14862026-05-28T15:24:49.761Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-28T15:24:50.080Z Checking signal-hook-tokio v0.3.1
14882026-05-28T15:24:50.209Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14892026-05-28T15:24:50.595Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14902026-05-28T15:24:50.613Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14912026-05-28T15:24:50.667Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14922026-05-28T15:24:50.731Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14932026-05-28T15:24:50.927Z Checking internet-checksum v0.2.1
14942026-05-28T15:24:51.047Z Checking search_path v0.1.4
14952026-05-28T15:24:51.101Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14962026-05-28T15:24:51.131Z Checking display-error-chain v0.2.2
14972026-05-28T15:24:51.181Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14982026-05-28T15:24:51.244Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14992026-05-28T15:24:51.412Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15002026-05-28T15:24:51.481Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15012026-05-28T15:24:51.652Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15022026-05-28T15:24:53.408Z Compiling git2 v0.19.0
15032026-05-28T15:24:54.507Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15042026-05-28T15:24:55.795Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15052026-05-28T15:25:02.923Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-05-28T15:25:04.347Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-28T15:25:21.644Z Checking intr v0.1.0 (/work/oxidecomputer/dendrite/intr)
15082026-05-28T15:25:26.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15092026-05-28T15:25:26.884Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15102026-05-28T15:25:26.884Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15112026-05-28T15:25:27.213Z+ for feat in tofino_stub tofino_asic softnpu chaos
15122026-05-28T15:25:27.213Z+ cargo clippy --features tofino_asic -- --deny warnings
15132026-05-28T15:25:27.781Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15142026-05-28T15:25:27.870Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15152026-05-28T15:25:27.870Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15162026-05-28T15:25:35.041Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15172026-05-28T15:25:35.041Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15182026-05-28T15:25:37.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s
15192026-05-28T15:25:37.537Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15202026-05-28T15:25:37.537Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15212026-05-28T15:25:37.686Z+ for feat in tofino_stub tofino_asic softnpu chaos
15222026-05-28T15:25:37.687Z+ cargo clippy --features softnpu -- --deny warnings
15232026-05-28T15:25:37.985Z Downloading crates ...
15242026-05-28T15:25:38.080Z Downloaded bitstruct_derive v0.1.0
15252026-05-28T15:25:38.083Z Downloaded bitstruct v0.1.1
15262026-05-28T15:25:38.083Z Downloaded funty v2.0.0
15272026-05-28T15:25:38.083Z Downloaded ascii v1.1.0
15282026-05-28T15:25:38.083Z Downloaded erased-serde v0.4.8
15292026-05-28T15:25:38.086Z Downloaded bitvec v1.0.1
15302026-05-28T15:25:38.092Z Downloaded libloading v0.7.4
15312026-05-28T15:25:38.094Z Downloaded num-bigint v0.4.6
15322026-05-28T15:25:38.097Z Downloaded radium v0.7.0
15332026-05-28T15:25:38.097Z Downloaded serde_arrays v0.1.0
15342026-05-28T15:25:38.097Z Downloaded tap v1.0.1
15352026-05-28T15:25:38.100Z Downloaded typeid v1.0.3
15362026-05-28T15:25:38.100Z Downloaded wyz v0.5.1
15372026-05-28T15:25:38.283Z Checking num-integer v0.1.46
15382026-05-28T15:25:38.379Z Checking num-complex v0.4.6
15392026-05-28T15:25:38.405Z Compiling radium v0.7.0
15402026-05-28T15:25:38.424Z Checking tap v1.0.1
15412026-05-28T15:25:38.437Z Checking funty v2.0.0
15422026-05-28T15:25:38.451Z Compiling typeid v1.0.3
15432026-05-28T15:25:38.456Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15442026-05-28T15:25:38.476Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15452026-05-28T15:25:38.515Z Checking wyz v0.5.1
15462026-05-28T15:25:38.566Z Checking num-bigint v0.4.6
15472026-05-28T15:25:38.622Z Checking num-iter v0.1.45
15482026-05-28T15:25:38.686Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15492026-05-28T15:25:38.716Z Compiling erased-serde v0.4.8
15502026-05-28T15:25:38.734Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-05-28T15:25:38.750Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-05-28T15:25:38.770Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-05-28T15:25:38.798Z Compiling bitstruct_derive v0.1.0
15542026-05-28T15:25:38.863Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-05-28T15:25:38.866Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15562026-05-28T15:25:38.880Z Checking bitvec v1.0.1
15572026-05-28T15:25:38.887Z Checking ascii v1.1.0
15582026-05-28T15:25:38.887Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-05-28T15:25:39.010Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-05-28T15:25:39.057Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15612026-05-28T15:25:39.086Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-05-28T15:25:39.129Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15632026-05-28T15:25:39.157Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15642026-05-28T15:25:39.398Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-05-28T15:25:39.409Z Checking num-rational v0.4.2
15662026-05-28T15:25:39.437Z Checking serde_arrays v0.1.0
15672026-05-28T15:25:39.463Z Checking bitstruct v0.1.1
15682026-05-28T15:25:39.538Z Checking libloading v0.7.4
15692026-05-28T15:25:39.550Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15702026-05-28T15:25:39.682Z Checking num v0.4.3
15712026-05-28T15:25:39.750Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15722026-05-28T15:25:40.442Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15732026-05-28T15:25:40.727Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15742026-05-28T15:25:40.730Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15752026-05-28T15:25:40.920Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-05-28T15:25:41.002Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15772026-05-28T15:25:41.006Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-05-28T15:25:41.473Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15792026-05-28T15:25:41.717Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15802026-05-28T15:25:41.721Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15812026-05-28T15:25:41.721Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15822026-05-28T15:25:41.721Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-05-28T15:25:42.098Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15842026-05-28T15:25:42.532Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15852026-05-28T15:25:43.413Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-05-28T15:25:45.595Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15872026-05-28T15:25:45.946Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15882026-05-28T15:25:46.821Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15892026-05-28T15:25:47.739Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15902026-05-28T15:25:47.858Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15912026-05-28T15:25:54.354Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-05-28T15:25:55.664Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-05-28T15:25:56.218Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15942026-05-28T15:26:00.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.85s
15952026-05-28T15:26:00.587Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15962026-05-28T15:26:00.587Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15972026-05-28T15:26:00.738Z+ for feat in tofino_stub tofino_asic softnpu chaos
15982026-05-28T15:26:00.738Z+ cargo clippy --features chaos -- --deny warnings
15992026-05-28T15:26:01.298Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16002026-05-28T15:26:01.388Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16012026-05-28T15:26:01.392Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16022026-05-28T15:26:08.539Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16032026-05-28T15:26:08.539Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16042026-05-28T15:26:10.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.20s
16052026-05-28T15:26:10.982Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16062026-05-28T15:26:10.982Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16072026-05-28T15:26:11.134Z+ banner fmt
16082026-05-28T15:26:11.138Z
16092026-05-28T15:26:11.138Z ###### # # #####
16102026-05-28T15:26:11.138Z # ## ## #
16112026-05-28T15:26:11.138Z ##### # ## # #
16122026-05-28T15:26:11.138Z # # # #
16132026-05-28T15:26:11.138Z # # # #
16142026-05-28T15:26:11.138Z # # # #
16152026-05-28T15:26:11.138Z
16162026-05-28T15:26:11.138Z+ cargo fmt -- --check
16172026-05-28T15:26:11.581Z+ banner test
16182026-05-28T15:26:11.584Z
16192026-05-28T15:26:11.584Z ##### ###### #### #####
16202026-05-28T15:26:11.584Z # # # #
16212026-05-28T15:26:11.584Z # ##### #### #
16222026-05-28T15:26:11.584Z # # # #
16232026-05-28T15:26:11.584Z # # # # #
16242026-05-28T15:26:11.584Z # ###### #### #
16252026-05-28T15:26:11.584Z
16262026-05-28T15:26:11.585Z+ for feat in tofino_stub tofino_asic softnpu chaos
16272026-05-28T15:26:11.585Z+ RUST_BACKTRACE=full
16282026-05-28T15:26:11.585Z+ cargo test --features tofino_stub --no-fail-fast
16292026-05-28T15:26:12.489Z Compiling unicode-ident v1.0.24
16302026-05-28T15:26:12.489Z Compiling cfg-if v1.0.3
16312026-05-28T15:26:12.492Z Compiling memchr v2.7.5
16322026-05-28T15:26:12.612Z Compiling libc v0.2.186
16332026-05-28T15:26:12.614Z Compiling serde_core v1.0.228
16342026-05-28T15:26:12.644Z Compiling itoa v1.0.15
16352026-05-28T15:26:12.646Z Compiling zmij v1.0.17
16362026-05-28T15:26:12.668Z Compiling libm v0.2.15
16372026-05-28T15:26:12.717Z Compiling proc-macro2 v1.0.106
16382026-05-28T15:26:12.770Z Compiling equivalent v1.0.2
16392026-05-28T15:26:12.859Z Compiling allocator-api2 v0.2.21
16402026-05-28T15:26:12.919Z Compiling foldhash v0.2.0
16412026-05-28T15:26:13.089Z Compiling quote v1.0.45
16422026-05-28T15:26:13.149Z Compiling getrandom v0.3.3
16432026-05-28T15:26:13.163Z Compiling jobserver v0.1.34
16442026-05-28T15:26:13.224Z Compiling iana-time-zone v0.1.64
16452026-05-28T15:26:13.263Z Compiling heck v0.5.0
16462026-05-28T15:26:13.329Z Compiling syn v2.0.117
16472026-05-28T15:26:13.374Z Compiling cc v1.2.58
16482026-05-28T15:26:13.425Z Compiling hashbrown v0.16.1
16492026-05-28T15:26:13.472Z Compiling dyn-clone v1.0.20
16502026-05-28T15:26:13.524Z Compiling log v0.4.29
16512026-05-28T15:26:13.617Z Compiling smallvec v1.15.1
16522026-05-28T15:26:13.754Z Compiling stable_deref_trait v1.2.0
16532026-05-28T15:26:13.789Z Compiling regex-syntax v0.8.6
16542026-05-28T15:26:13.829Z Compiling percent-encoding v2.3.2
16552026-05-28T15:26:13.843Z Compiling writeable v0.6.1
16562026-05-28T15:26:14.011Z Compiling litemap v0.8.0
16572026-05-28T15:26:14.030Z Compiling fnv v1.0.7
16582026-05-28T15:26:14.130Z Compiling pin-project-lite v0.2.16
16592026-05-28T15:26:14.151Z Compiling num-traits v0.2.19
16602026-05-28T15:26:14.230Z Compiling icu_normalizer_data v2.0.0
16612026-05-28T15:26:14.252Z Compiling icu_properties_data v2.0.1
16622026-05-28T15:26:14.310Z Compiling form_urlencoded v1.2.2
16632026-05-28T15:26:14.390Z Compiling semver v1.0.27
16642026-05-28T15:26:14.502Z Compiling uuid v1.20.0
16652026-05-28T15:26:14.515Z Compiling serde_json v1.0.149
16662026-05-28T15:26:14.645Z Compiling indexmap v2.13.0
16672026-05-28T15:26:14.738Z Compiling utf8_iter v1.0.4
16682026-05-28T15:26:14.768Z Compiling aho-corasick v1.1.3
16692026-05-28T15:26:14.890Z Compiling ring v0.17.14
16702026-05-28T15:26:14.923Z Compiling socket2 v0.6.0
16712026-05-28T15:26:15.279Z Compiling scopeguard v1.2.0
16722026-05-28T15:26:15.294Z Compiling parking_lot_core v0.9.12
16732026-05-28T15:26:15.363Z Compiling lock_api v0.4.14
16742026-05-28T15:26:15.392Z Compiling signal-hook-registry v1.4.6
16752026-05-28T15:26:15.443Z Compiling mio v1.0.4
16762026-05-28T15:26:15.594Z Compiling regex-automata v0.4.13
16772026-05-28T15:26:15.608Z Compiling parking_lot v0.12.5
16782026-05-28T15:26:15.788Z Compiling ucd-trie v0.1.7
16792026-05-28T15:26:15.938Z Compiling byteorder v1.5.0
16802026-05-28T15:26:16.096Z Compiling synstructure v0.13.2
16812026-05-28T15:26:16.144Z Compiling serde_derive_internals v0.29.1
16822026-05-28T15:26:16.168Z Compiling time-core v0.1.8
16832026-05-28T15:26:16.314Z Compiling num-conv v0.2.1
16842026-05-28T15:26:16.426Z Compiling strsim v0.11.1
16852026-05-28T15:26:16.461Z Compiling time-macros v0.2.27
16862026-05-28T15:26:16.659Z Compiling getrandom v0.2.16
16872026-05-28T15:26:16.813Z Compiling futures-core v0.3.32
16882026-05-28T15:26:16.860Z Compiling ryu v1.0.20
16892026-05-28T15:26:16.966Z Compiling futures-sink v0.3.32
16902026-05-28T15:26:17.043Z Compiling regress v0.10.5
16912026-05-28T15:26:17.073Z Compiling pretty-hex v0.4.1
16922026-05-28T15:26:17.214Z Compiling regex v1.12.3
16932026-05-28T15:26:17.247Z Compiling serde_derive v1.0.228
16942026-05-28T15:26:17.432Z Compiling zerofrom-derive v0.1.6
16952026-05-28T15:26:17.468Z Compiling yoke-derive v0.8.0
16962026-05-28T15:26:17.682Z Compiling zerovec-derive v0.11.1
16972026-05-28T15:26:17.707Z Compiling displaydoc v0.2.5
16982026-05-28T15:26:18.107Z Compiling thiserror-impl v2.0.18
16992026-05-28T15:26:18.481Z Compiling schemars_derive v0.8.22
17002026-05-28T15:26:18.516Z Compiling tokio-macros v2.6.0
17012026-05-28T15:26:18.649Z Compiling zerocopy-derive v0.8.27
17022026-05-28T15:26:18.789Z Compiling zeroize_derive v1.4.3
17032026-05-28T15:26:19.304Z Compiling futures-macro v0.3.32
17042026-05-28T15:26:19.332Z Compiling thiserror v2.0.18
17052026-05-28T15:26:19.395Z Compiling zerofrom v0.1.6
17062026-05-28T15:26:19.443Z Compiling thiserror-impl v1.0.69
17072026-05-28T15:26:19.524Z Compiling yoke v0.8.0
17082026-05-28T15:26:19.527Z Compiling tracing-attributes v0.1.30
17092026-05-28T15:26:19.724Z Compiling zerovec v0.11.4
17102026-05-28T15:26:19.739Z Compiling zerotrie v0.2.2
17112026-05-28T15:26:19.923Z Compiling serde v1.0.228
17122026-05-28T15:26:20.055Z Compiling zerocopy v0.8.27
17132026-05-28T15:26:20.179Z Compiling pest v2.8.2
17142026-05-28T15:26:20.455Z Compiling bytes v1.11.1
17152026-05-28T15:26:20.521Z Compiling serde_tokenstream v0.2.3
17162026-05-28T15:26:20.597Z Compiling tinystr v0.8.1
17172026-05-28T15:26:20.642Z Compiling potential_utf v0.1.3
17182026-05-28T15:26:20.792Z Compiling icu_locale_core v2.0.0
17192026-05-28T15:26:20.806Z Compiling icu_collections v2.0.0
17202026-05-28T15:26:20.809Z Compiling chrono v0.4.44
17212026-05-28T15:26:20.832Z Compiling slab v0.4.11
17222026-05-28T15:26:20.929Z Compiling http v1.4.0
17232026-05-28T15:26:21.007Z Compiling tokio v1.49.0
17242026-05-28T15:26:21.101Z Compiling plain v0.2.3
17252026-05-28T15:26:21.215Z Compiling pest_meta v2.8.2
17262026-05-28T15:26:21.319Z Compiling icu_provider v2.0.0
17272026-05-28T15:26:21.461Z Compiling futures-channel v0.3.32
17282026-05-28T15:26:21.641Z Compiling icu_normalizer v2.0.0
17292026-05-28T15:26:21.656Z Compiling icu_properties v2.0.1
17302026-05-28T15:26:21.890Z Compiling schemars v0.8.22
17312026-05-28T15:26:21.917Z Compiling pest_generator v2.8.2
17322026-05-28T15:26:22.249Z Compiling errno v0.3.14
17332026-05-28T15:26:22.320Z Compiling scroll_derive v0.13.1
17342026-05-28T15:26:22.407Z Compiling futures-io v0.3.32
17352026-05-28T15:26:22.518Z Compiling idna_adapter v1.2.1
17362026-05-28T15:26:22.532Z Compiling pest_derive v2.8.2
17372026-05-28T15:26:22.570Z Compiling futures-task v0.3.32
17382026-05-28T15:26:22.669Z Compiling idna v1.1.0
17392026-05-28T15:26:22.746Z Compiling thiserror v1.0.69
17402026-05-28T15:26:22.853Z Compiling daft-derive v0.1.5
17412026-05-28T15:26:22.997Z Compiling url v2.5.7
17422026-05-28T15:26:23.132Z Compiling async-trait v0.1.89
17432026-05-28T15:26:23.171Z Compiling scroll v0.13.0
17442026-05-28T15:26:23.186Z Compiling openssl-sys v0.9.112
17452026-05-28T15:26:23.439Z Compiling anyhow v1.0.102
17462026-05-28T15:26:23.457Z Compiling goblin v0.10.1
17472026-05-28T15:26:23.502Z Compiling cmake v0.1.54
17482026-05-28T15:26:23.636Z Compiling dtrace-parser v0.3.0
17492026-05-28T15:26:23.797Z Compiling bitflags v2.11.1
17502026-05-28T15:26:23.839Z Compiling aws-lc-sys v0.39.1
17512026-05-28T15:26:23.852Z Compiling thread-id v5.0.0
17522026-05-28T15:26:23.873Z Compiling syn v1.0.109
17532026-05-28T15:26:23.936Z Compiling openapiv3 v2.2.0
17542026-05-28T15:26:24.144Z Compiling erased-serde v0.3.31
17552026-05-28T15:26:24.673Z Compiling darling_core v0.21.3
17562026-05-28T15:26:24.723Z Compiling typify-impl v0.4.3
17572026-05-28T15:26:25.607Z Compiling openssl v0.10.76
17582026-05-28T15:26:25.627Z Compiling serde_yaml v0.9.34+deprecated
17592026-05-28T15:26:25.903Z Compiling openssl-macros v0.1.1
17602026-05-28T15:26:26.391Z Compiling dof v0.4.0
17612026-05-28T15:26:26.764Z Compiling darling_macro v0.21.3
17622026-05-28T15:26:26.893Z Compiling usdt-impl v0.6.0
17632026-05-28T15:26:27.279Z Compiling ref-cast-impl v1.0.25
17642026-05-28T15:26:27.385Z Compiling darling v0.21.3
17652026-05-28T15:26:27.461Z Compiling base64 v0.22.1
17662026-05-28T15:26:27.474Z Compiling http-body v1.0.1
17672026-05-28T15:26:27.617Z Compiling rand_core v0.6.4
17682026-05-28T15:26:27.631Z Compiling typenum v1.18.0
17692026-05-28T15:26:27.791Z Compiling ipnet v2.11.0
17702026-05-28T15:26:27.847Z Compiling atomic-waker v1.1.2
17712026-05-28T15:26:27.910Z Compiling native-tls v0.2.14
17722026-05-28T15:26:27.974Z Compiling httparse v1.10.1
17732026-05-28T15:26:28.165Z Compiling portable-atomic v1.11.1
17742026-05-28T15:26:28.205Z Compiling usdt-attr-macro v0.6.0
17752026-05-28T15:26:28.284Z Compiling usdt-macro v0.6.0
17762026-05-28T15:26:28.313Z Compiling tower-layer v0.3.3
17772026-05-28T15:26:28.477Z Compiling tower-service v0.3.3
17782026-05-28T15:26:28.576Z Compiling rustls v0.22.4
17792026-05-28T15:26:28.595Z Compiling untrusted v0.9.0
17802026-05-28T15:26:28.677Z Compiling critical-section v1.2.0
17812026-05-28T15:26:28.719Z Compiling try-lock v0.2.5
17822026-05-28T15:26:28.782Z Compiling once_cell v1.21.3
17832026-05-28T15:26:28.829Z Compiling want v0.3.1
17842026-05-28T15:26:28.999Z Compiling zeroize v1.8.1
17852026-05-28T15:26:29.003Z Compiling powerfmt v0.2.0
17862026-05-28T15:26:29.026Z Compiling httpdate v1.0.3
17872026-05-28T15:26:29.234Z Compiling pin-utils v0.1.0
17882026-05-28T15:26:29.260Z Compiling deranged v0.5.3
17892026-05-28T15:26:29.322Z Compiling ppv-lite86 v0.2.21
17902026-05-28T15:26:29.436Z Compiling structmeta-derive v0.3.0
17912026-05-28T15:26:29.654Z Compiling num_threads v0.1.7
17922026-05-28T15:26:29.929Z Compiling newtype-uuid-macros v0.1.0
17932026-05-28T15:26:30.122Z Compiling toml_datetime v0.6.11
17942026-05-28T15:26:30.284Z Compiling time v0.3.47
17952026-05-28T15:26:30.405Z Compiling strum_macros v0.26.4
17962026-05-28T15:26:30.507Z Compiling structmeta v0.3.0
17972026-05-28T15:26:30.706Z Compiling strum_macros v0.27.2
17982026-05-28T15:26:30.969Z Compiling typify-macro v0.4.3
17992026-05-28T15:26:31.200Z Compiling async-stream-impl v0.3.6
18002026-05-28T15:26:31.780Z Compiling fastrand v2.3.0
18012026-05-28T15:26:31.953Z Compiling unicode-width v0.2.1
18022026-05-28T15:26:32.064Z Compiling omicron-workspace-hack v0.1.0
18032026-05-28T15:26:32.088Z Compiling dropshot_endpoint v0.16.7
18042026-05-28T15:26:32.145Z Compiling camino v1.2.2
18052026-05-28T15:26:32.410Z Compiling http-body-util v0.1.3
18062026-05-28T15:26:32.527Z Compiling clap_derive v4.6.0
18072026-05-28T15:26:32.555Z Compiling rand_core v0.9.3
18082026-05-28T15:26:32.654Z Compiling derive-ex v0.1.8
18092026-05-28T15:26:32.771Z Compiling serde_urlencoded v0.7.1
18102026-05-28T15:26:32.786Z Compiling rand_chacha v0.9.0
18112026-05-28T15:26:33.071Z Compiling typify v0.4.3
18122026-05-28T15:26:33.168Z Compiling thread_local v1.1.9
18132026-05-28T15:26:33.182Z Compiling rand v0.9.2
18142026-05-28T15:26:33.226Z Compiling sync_wrapper v1.0.2
18152026-05-28T15:26:33.333Z Compiling progenitor-impl v0.11.1
18162026-05-28T15:26:33.760Z Compiling serde_with_macros v3.14.1
18172026-05-28T15:26:33.789Z Compiling is-terminal v0.4.16
18182026-05-28T15:26:33.844Z Compiling term v1.2.0
18192026-05-28T15:26:33.918Z Compiling take_mut v0.2.2
18202026-05-28T15:26:33.999Z Compiling iri-string v0.7.8
18212026-05-28T15:26:34.255Z Compiling subtle v2.6.1
18222026-05-28T15:26:34.277Z Compiling test-strategy v0.4.3
18232026-05-28T15:26:34.340Z Compiling winnow v0.7.14
18242026-05-28T15:26:34.748Z Compiling futures-util v0.3.32
18252026-05-28T15:26:34.990Z Compiling parse-display-derive v0.10.0
18262026-05-28T15:26:35.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-05-28T15:26:35.698Z Compiling match_cfg v0.1.0
18282026-05-28T15:26:35.774Z Compiling hostname v0.3.1
18292026-05-28T15:26:35.919Z Compiling tracing-core v0.1.34
18302026-05-28T15:26:36.118Z Compiling cpufeatures v0.2.17
18312026-05-28T15:26:36.174Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18322026-05-28T15:26:36.193Z Compiling crossbeam-utils v0.8.21
18332026-05-28T15:26:36.288Z Compiling tracing v0.1.41
18342026-05-28T15:26:36.539Z Compiling encoding_rs v0.8.35
18352026-05-28T15:26:36.648Z Compiling mime v0.3.17
18362026-05-28T15:26:36.666Z Compiling colored v3.0.0
18372026-05-28T15:26:36.763Z Compiling anstyle v1.0.14
18382026-05-28T15:26:36.923Z Compiling slog v2.8.2
18392026-05-28T15:26:36.994Z Compiling rustix v1.1.4
18402026-05-28T15:26:37.012Z Compiling progenitor-macro v0.11.1
18412026-05-28T15:26:37.336Z Compiling memmap2 v0.9.8
18422026-05-28T15:26:37.594Z Compiling hex v0.4.3
18432026-05-28T15:26:37.834Z Compiling utf8parse v0.2.2
18442026-05-28T15:26:37.943Z Compiling anstyle-parse v1.0.0
18452026-05-28T15:26:37.956Z Compiling generic-array v0.14.7
18462026-05-28T15:26:38.132Z Compiling ref-cast v1.0.25
18472026-05-28T15:26:38.174Z Compiling ipnetwork v0.21.1
18482026-05-28T15:26:38.372Z Compiling colorchoice v1.0.4
18492026-05-28T15:26:38.454Z Compiling is_terminal_polyfill v1.70.1
18502026-05-28T15:26:38.490Z Compiling anstyle-query v1.1.4
18512026-05-28T15:26:38.599Z Compiling anstream v1.0.0
18522026-05-28T15:26:38.614Z Compiling clap_lex v1.1.0
18532026-05-28T15:26:38.724Z Compiling tokio-util v0.7.16
18542026-05-28T15:26:39.343Z Compiling crypto-common v0.1.6
18552026-05-28T15:26:39.398Z Compiling oxnet v0.1.4
18562026-05-28T15:26:39.472Z Compiling itertools v0.14.0
18572026-05-28T15:26:39.491Z Compiling h2 v0.4.12
18582026-05-28T15:26:39.670Z Compiling num-derive v0.4.2
18592026-05-28T15:26:39.934Z Compiling crossbeam-channel v0.5.15
18602026-05-28T15:26:40.433Z Compiling wait-timeout v0.2.1
18612026-05-28T15:26:40.651Z Compiling quick-error v1.2.3
18622026-05-28T15:26:40.762Z Compiling debug-ignore v1.0.5
18632026-05-28T15:26:40.777Z Compiling spin v0.9.8
18642026-05-28T15:26:40.777Z Compiling toml_parser v1.0.6+spec-1.1.0
18652026-05-28T15:26:40.868Z Compiling strum v0.27.2
18662026-05-28T15:26:40.896Z Compiling tabwriter v1.4.1
18672026-05-28T15:26:41.002Z Compiling rustls-pki-types v1.12.0
18682026-05-28T15:26:41.146Z Compiling serde_spanned v1.0.4
18692026-05-28T15:26:41.301Z Compiling toml_datetime v0.7.5+spec-1.1.0
18702026-05-28T15:26:41.478Z Compiling bit-vec v0.8.0
18712026-05-28T15:26:41.491Z Compiling toml_writer v1.0.6+spec-1.1.0
18722026-05-28T15:26:41.609Z Compiling hyper v1.8.1
18732026-05-28T15:26:41.708Z Compiling lazy_static v1.5.0
18742026-05-28T15:26:41.814Z Compiling bit-set v0.8.0
18752026-05-28T15:26:42.027Z Compiling toml v0.9.11+spec-1.1.0
18762026-05-28T15:26:42.055Z Compiling rand_xorshift v0.4.0
18772026-05-28T15:26:42.117Z Compiling strum v0.26.3
18782026-05-28T15:26:42.210Z Compiling async-stream v0.3.6
18792026-05-28T15:26:42.254Z Compiling waitgroup v0.1.2
18802026-05-28T15:26:42.390Z Compiling serde_path_to_error v0.1.20
18812026-05-28T15:26:42.404Z Compiling hostname v0.4.2
18822026-05-28T15:26:42.546Z Compiling unarray v0.1.4
18832026-05-28T15:26:42.662Z Compiling slog-async v2.8.0
18842026-05-28T15:26:42.674Z Compiling slog-term v2.9.2
18852026-05-28T15:26:42.742Z Compiling hyper-util v0.1.19
18862026-05-28T15:26:43.229Z Compiling rand_chacha v0.3.1
18872026-05-28T15:26:43.247Z Compiling macaddr v1.0.1
18882026-05-28T15:26:43.468Z Compiling rand v0.8.5
18892026-05-28T15:26:43.511Z Compiling block-buffer v0.10.4
18902026-05-28T15:26:43.549Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18912026-05-28T15:26:43.699Z Compiling digest v0.10.7
18922026-05-28T15:26:43.916Z Compiling slog-json v2.6.1
18932026-05-28T15:26:44.079Z Compiling tower v0.5.2
18942026-05-28T15:26:44.541Z Compiling winnow v0.5.40
18952026-05-28T15:26:44.707Z Compiling tower-http v0.6.8
18962026-05-28T15:26:44.823Z Compiling slog-bunyan v2.5.0
18972026-05-28T15:26:44.967Z Compiling futures-executor v0.3.32
18982026-05-28T15:26:45.135Z Compiling instant v0.1.13
18992026-05-28T15:26:45.419Z Compiling backoff v0.4.0
19002026-05-28T15:26:45.449Z Compiling futures v0.3.32
19012026-05-28T15:26:46.018Z Compiling foreign-types-shared v0.1.1
19022026-05-28T15:26:46.032Z Compiling untrusted v0.7.1
19032026-05-28T15:26:46.107Z Compiling foreign-types v0.3.2
19042026-05-28T15:26:46.159Z Compiling tempfile v3.27.0
19052026-05-28T15:26:46.266Z Compiling openssl-probe v0.1.6
19062026-05-28T15:26:46.597Z Compiling toml_edit v0.19.15
19072026-05-28T15:26:46.850Z Compiling prettyplease v0.2.37
19082026-05-28T15:26:47.806Z Compiling proc-macro-crate v1.3.1
19092026-05-28T15:26:48.214Z Compiling newtype-uuid v1.3.2
19102026-05-28T15:26:48.308Z Compiling either v1.15.0
19112026-05-28T15:26:48.426Z Compiling daft v0.1.5
19122026-05-28T15:26:48.513Z Compiling usdt v0.6.0
19132026-05-28T15:26:48.542Z Compiling webpki-roots v1.0.2
19142026-05-28T15:26:48.664Z Compiling terminal_size v0.4.3
19152026-05-28T15:26:49.029Z Compiling tokio-native-tls v0.3.1
19162026-05-28T15:26:49.243Z Compiling hyper-tls v0.6.0
19172026-05-28T15:26:49.486Z Compiling clap_builder v4.6.0
19182026-05-28T15:26:49.579Z Compiling iddqd v0.3.18
19192026-05-28T15:26:49.658Z Compiling rustls-webpki v0.102.8
19202026-05-28T15:26:51.612Z Compiling clap v4.6.0
19212026-05-28T15:26:51.627Z Compiling rustls v0.23.32
19222026-05-28T15:26:52.391Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19232026-05-28T15:26:53.070Z Compiling tokio-rustls v0.25.0
19242026-05-28T15:26:53.245Z Compiling rustls-webpki v0.103.6
19252026-05-28T15:26:53.632Z Compiling sha1 v0.10.6
19262026-05-28T15:26:53.848Z Compiling rustls-pemfile v2.2.0
19272026-05-28T15:26:53.871Z Compiling multer v3.1.0
19282026-05-28T15:26:54.119Z Compiling dropshot v0.16.7
19292026-05-28T15:26:55.107Z Compiling rusty-fork v0.3.0
19302026-05-28T15:26:55.471Z Compiling hubpack_derive v0.1.1
19312026-05-28T15:26:56.134Z Compiling proptest v1.8.0
19322026-05-28T15:26:56.567Z Compiling serde_spanned v0.6.9
19332026-05-28T15:26:56.984Z Compiling tokio-rustls v0.26.3
19342026-05-28T15:26:57.255Z Compiling hyper-rustls v0.27.7
19352026-05-28T15:26:57.645Z Compiling reqwest v0.12.23
19362026-05-28T15:26:58.403Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19372026-05-28T15:26:59.005Z Compiling num_enum_derive v0.7.5
19382026-05-28T15:27:00.036Z Compiling serde_with v3.14.1
19392026-05-28T15:27:01.148Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-05-28T15:27:01.448Z Compiling rustc-hash v2.1.1
19412026-05-28T15:27:01.907Z Compiling progenitor-client v0.11.1
19422026-05-28T15:27:02.298Z Compiling parse-display v0.10.0
19432026-05-28T15:27:02.522Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19442026-05-28T15:27:02.632Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19452026-05-28T15:27:02.661Z Compiling toml_write v0.1.2
19462026-05-28T15:27:02.858Z Compiling toml_edit v0.22.27
19472026-05-28T15:27:03.015Z Compiling progenitor v0.11.1
19482026-05-28T15:27:04.106Z Compiling num-integer v0.1.46
19492026-05-28T15:27:04.140Z Compiling float-ord v0.3.2
19502026-05-28T15:27:04.281Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19512026-05-28T15:27:04.465Z Compiling toml v0.8.23
19522026-05-28T15:27:05.515Z Compiling progenitor-client v0.10.0
19532026-05-28T15:27:07.151Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19542026-05-28T15:27:07.469Z Compiling num-iter v0.1.45
19552026-05-28T15:27:07.598Z Compiling num-rational v0.4.2
19562026-05-28T15:27:07.912Z Compiling aws-lc-rs v1.16.2
19572026-05-28T15:27:08.361Z Compiling num-complex v0.4.6
19582026-05-28T15:27:09.350Z Compiling num v0.4.3
19592026-05-28T15:27:10.049Z Compiling num_enum_derive v0.5.11
19602026-05-28T15:27:12.256Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-05-28T15:27:12.869Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19622026-05-28T15:27:13.337Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19632026-05-28T15:27:15.157Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-28T15:27:16.512Z Compiling zerocopy-derive v0.7.35
19652026-05-28T15:27:16.863Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19662026-05-28T15:27:16.891Z Compiling memoffset v0.9.1
19672026-05-28T15:27:16.966Z Compiling ingot-macros v0.1.1
19682026-05-28T15:27:16.983Z Compiling libscf-sys v1.2.0
19692026-05-28T15:27:17.040Z Compiling proc-macro-error-attr2 v2.0.0
19702026-05-28T15:27:17.126Z Compiling nix v0.30.1
19712026-05-28T15:27:17.498Z Compiling proc-macro-error2 v2.0.1
19722026-05-28T15:27:18.734Z Compiling scroll_derive v0.12.1
19732026-05-28T15:27:19.996Z Compiling tabled_derive v0.11.0
19742026-05-28T15:27:20.241Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19752026-05-28T15:27:23.143Z Compiling zerocopy v0.7.35
19762026-05-28T15:27:23.608Z Compiling num_enum v0.7.5
19772026-05-28T15:27:23.739Z Compiling hubpack v0.1.2
19782026-05-28T15:27:23.997Z Compiling foreign-types-macros v0.2.3
19792026-05-28T15:27:24.227Z Compiling static_assertions v1.1.0
19802026-05-28T15:27:24.695Z Compiling glob v0.3.3
19812026-05-28T15:27:24.882Z Compiling proc-macro-error-attr v1.0.4
19822026-05-28T15:27:24.898Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19832026-05-28T15:27:25.311Z Compiling dtrace-parser v0.2.0
19842026-05-28T15:27:25.352Z Compiling thread-id v4.2.2
19852026-05-28T15:27:25.457Z Compiling bytecount v0.6.9
19862026-05-28T15:27:25.871Z Compiling proc-macro-error v1.0.4
19872026-05-28T15:27:26.163Z Compiling dof v0.3.0
19882026-05-28T15:27:27.788Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19892026-05-28T15:27:28.435Z Compiling usdt-impl v0.5.0
19902026-05-28T15:27:28.651Z Compiling derive_more v0.99.20
19912026-05-28T15:27:28.972Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19922026-05-28T15:27:29.367Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19932026-05-28T15:27:29.798Z Compiling minimal-lexical v0.2.1
19942026-05-28T15:27:29.882Z Compiling usdt-macro v0.5.0
19952026-05-28T15:27:30.031Z Compiling nom v7.1.3
19962026-05-28T15:27:30.071Z Compiling usdt-attr-macro v0.5.0
19972026-05-28T15:27:30.352Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19982026-05-28T15:27:30.638Z Compiling unicode-segmentation v1.12.0
19992026-05-28T15:27:30.689Z Compiling zone_cfg_derive v0.3.1
20002026-05-28T15:27:30.773Z Compiling papergrid v0.17.0
20012026-05-28T15:27:30.949Z Compiling newline-converter v0.3.0
20022026-05-28T15:27:31.051Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20032026-05-28T15:27:31.075Z Compiling testing_table v0.3.0
20042026-05-28T15:27:31.088Z Compiling rustc_version v0.4.1
20052026-05-28T15:27:31.251Z Compiling num_enum v0.5.11
20062026-05-28T15:27:31.375Z Compiling crossbeam-epoch v0.9.18
20072026-05-28T15:27:31.388Z Compiling foldhash v0.1.5
20082026-05-28T15:27:31.428Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20092026-05-28T15:27:31.447Z Compiling fixedbitset v0.5.7
20102026-05-28T15:27:31.576Z Compiling hashbrown v0.15.5
20112026-05-28T15:27:31.738Z Compiling tabled v0.20.0
20122026-05-28T15:27:31.782Z Compiling enum-as-inner v0.6.1
20132026-05-28T15:27:31.796Z Compiling curve25519-dalek v4.1.3
20142026-05-28T15:27:32.112Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20152026-05-28T15:27:32.149Z Compiling petgraph v0.8.2
20162026-05-28T15:27:32.485Z Compiling crossbeam-deque v0.8.6
20172026-05-28T15:27:32.686Z Compiling thiserror-impl-no-std v2.0.2
20182026-05-28T15:27:32.700Z Compiling typify-impl v0.6.1
20192026-05-28T15:27:32.865Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-28T15:27:33.575Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20212026-05-28T15:27:33.686Z Compiling rayon-core v1.13.0
20222026-05-28T15:27:33.718Z Compiling rustix v0.38.44
20232026-05-28T15:27:33.799Z Compiling clang-sys v1.8.1
20242026-05-28T15:27:33.899Z Compiling bitset-macro v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
20252026-05-28T15:27:34.310Z Compiling scroll v0.12.0
20262026-05-28T15:27:34.433Z Compiling atomicwrites v0.4.4
20272026-05-28T15:27:34.578Z Compiling console v0.15.11
20282026-05-28T15:27:34.596Z Compiling hash32 v0.3.1
20292026-05-28T15:27:34.725Z Compiling heapless v0.8.0
20302026-05-28T15:27:34.764Z Compiling goblin v0.8.2
20312026-05-28T15:27:34.798Z Compiling bitset v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
20322026-05-28T15:27:34.839Z Compiling convert_case v0.8.0
20332026-05-28T15:27:34.916Z Compiling expectorate v1.2.0
20342026-05-28T15:27:35.080Z Compiling ingot-types v0.1.2
20352026-05-28T15:27:35.190Z Compiling camino-tempfile v1.4.1
20362026-05-28T15:27:35.255Z Compiling annotate-snippets v0.11.5
20372026-05-28T15:27:35.317Z Compiling cobs v0.3.0
20382026-05-28T15:27:35.429Z Compiling libloading v0.8.9
20392026-05-28T15:27:35.490Z Compiling bitflags v1.3.2
20402026-05-28T15:27:35.531Z Compiling managed v0.8.0
20412026-05-28T15:27:35.575Z Compiling foreign-types-shared v0.3.1
20422026-05-28T15:27:35.678Z Compiling foreign-types v0.5.0
20432026-05-28T15:27:35.761Z Compiling smoltcp v0.11.0
20442026-05-28T15:27:35.775Z Compiling bindgen v0.72.1
20452026-05-28T15:27:35.794Z Compiling postcard v1.1.3
20462026-05-28T15:27:35.837Z Compiling ingot v0.1.1
20472026-05-28T15:27:36.600Z Compiling rsf v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
20482026-05-28T15:27:37.472Z Compiling cexpr v0.6.0
20492026-05-28T15:27:37.654Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20502026-05-28T15:27:38.067Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20512026-05-28T15:27:38.302Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20522026-05-28T15:27:38.541Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-05-28T15:27:38.621Z Compiling derive-where v1.6.0
20542026-05-28T15:27:38.652Z Compiling serde_repr v0.1.20
20552026-05-28T15:27:38.681Z Compiling cstr-argument v0.1.2
20562026-05-28T15:27:38.857Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-05-28T15:27:38.926Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-05-28T15:27:39.183Z Compiling typify-macro v0.6.1
20592026-05-28T15:27:39.700Z Compiling regs v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#e2762712)
20602026-05-28T15:27:39.959Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20612026-05-28T15:27:40.162Z Compiling rayon v1.11.0
20622026-05-28T15:27:40.729Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20632026-05-28T15:27:40.819Z Compiling crucible-workspace-hack v0.1.0
20642026-05-28T15:27:41.158Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#e2762712)
20652026-05-28T15:27:41.170Z Compiling memmap v0.7.0
20662026-05-28T15:27:41.368Z Compiling tinyvec_macros v0.1.1
20672026-05-28T15:27:41.394Z Compiling typify v0.6.1
20682026-05-28T15:27:41.442Z Compiling tinyvec v1.10.0
20692026-05-28T15:27:41.501Z Compiling usdt v0.5.0
20702026-05-28T15:27:41.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-05-28T15:27:42.685Z Compiling libz-sys v1.1.22
20722026-05-28T15:27:42.756Z Compiling pin-project-internal v1.1.10
20732026-05-28T15:27:43.867Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-05-28T15:27:43.879Z Compiling progenitor-impl v0.13.0
20752026-05-28T15:27:43.908Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20762026-05-28T15:27:44.076Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20772026-05-28T15:27:44.658Z Compiling itertools v0.12.1
20782026-05-28T15:27:44.789Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20792026-05-28T15:27:45.002Z Compiling progenitor-impl v0.10.0
20802026-05-28T15:27:45.172Z Compiling sigpipe v0.1.3
20812026-05-28T15:27:45.269Z Compiling jiff v0.2.15
20822026-05-28T15:27:45.471Z Compiling const_format_proc_macros v0.2.34
20832026-05-28T15:27:45.921Z Compiling zone v0.3.1
20842026-05-28T15:27:46.602Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20852026-05-28T15:27:46.724Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20862026-05-28T15:27:47.546Z Compiling progenitor-macro v0.13.0
20872026-05-28T15:27:48.236Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-05-28T15:27:48.545Z Compiling progenitor-macro v0.10.0
20892026-05-28T15:27:48.914Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20902026-05-28T15:27:49.211Z Compiling snafu-derive v0.8.9
20912026-05-28T15:27:49.523Z Compiling secrecy v0.10.3
20922026-05-28T15:27:49.612Z Compiling smf v0.2.3
20932026-05-28T15:27:49.694Z Compiling async-recursion v1.1.1
20942026-05-28T15:27:50.332Z Compiling bstr v1.12.0
20952026-05-28T15:27:50.472Z Compiling whoami v1.6.1
20962026-05-28T15:27:50.789Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20972026-05-28T15:27:51.340Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20982026-05-28T15:27:51.686Z Compiling hmac v0.12.1
20992026-05-28T15:27:51.934Z Compiling inout v0.1.4
21002026-05-28T15:27:52.063Z Compiling ff v0.13.1
21012026-05-28T15:27:52.089Z Compiling data-encoding v2.9.0
21022026-05-28T15:27:52.524Z Compiling crc8 v0.1.1
21032026-05-28T15:27:52.652Z Compiling group v0.13.0
21042026-05-28T15:27:52.667Z Compiling cipher v0.4.4
21052026-05-28T15:27:52.919Z Compiling hkdf v0.12.4
21062026-05-28T15:27:52.939Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-05-28T15:27:53.078Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21082026-05-28T15:27:53.936Z Compiling tokio-dtrace v0.1.1
21092026-05-28T15:27:54.028Z Compiling nix v0.31.3
21102026-05-28T15:27:54.289Z Compiling tabled_derive v0.7.0
21112026-05-28T15:27:55.215Z Compiling reqwest v0.13.2
21122026-05-28T15:27:55.257Z Compiling universal-hash v0.5.1
21132026-05-28T15:27:55.284Z Compiling crypto-bigint v0.5.5
21142026-05-28T15:27:55.297Z Compiling half v2.7.1
21152026-05-28T15:27:55.348Z Compiling ciborium-io v0.2.2
21162026-05-28T15:27:55.398Z Compiling opaque-debug v0.3.1
21172026-05-28T15:27:55.479Z Compiling base64ct v1.8.0
21182026-05-28T15:27:55.600Z Compiling base16ct v0.2.0
21192026-05-28T15:27:55.778Z Compiling rust_rpi v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
21202026-05-28T15:27:55.795Z Compiling indent_write v2.2.0
21212026-05-28T15:27:55.994Z Compiling password-hash v0.5.0
21222026-05-28T15:27:56.287Z Compiling elliptic-curve v0.13.8
21232026-05-28T15:27:56.449Z Compiling progenitor-client v0.13.0
21242026-05-28T15:27:56.509Z Compiling ciborium-ll v0.2.2
21252026-05-28T15:27:56.578Z Compiling poly1305 v0.8.0
21262026-05-28T15:27:57.140Z Compiling oxide-tokio-rt v0.1.2
21272026-05-28T15:27:57.854Z Compiling chacha20 v0.9.1
21282026-05-28T15:27:58.097Z Compiling similar v2.7.0
21292026-05-28T15:27:58.120Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-05-28T15:27:58.389Z Compiling thiserror-no-std v2.0.2
21312026-05-28T15:27:59.303Z Compiling blake2 v0.10.6
21322026-05-28T15:27:59.420Z Compiling aead v0.5.2
21332026-05-28T15:27:59.603Z Compiling resolv-conf v0.7.5
21342026-05-28T15:27:59.804Z Compiling keccak v0.1.6
21352026-05-28T15:27:59.974Z Compiling linked-hash-map v0.5.6
21362026-05-28T15:28:00.146Z Compiling lru-cache v0.1.2
21372026-05-28T15:28:00.303Z Compiling sha3 v0.10.8
21382026-05-28T15:28:00.406Z Compiling chacha20poly1305 v0.10.1
21392026-05-28T15:28:00.419Z Compiling argon2 v0.5.3
21402026-05-28T15:28:00.489Z Compiling vsss-rs v3.3.4
21412026-05-28T15:28:00.545Z Compiling progenitor v0.13.0
21422026-05-28T15:28:00.613Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-05-28T15:28:00.735Z Compiling ciborium v0.2.2
21442026-05-28T15:28:00.929Z Compiling hickory-proto v0.24.4
21452026-05-28T15:28:01.332Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21462026-05-28T15:28:01.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21472026-05-28T15:28:01.859Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21482026-05-28T15:28:01.962Z Compiling serde-big-array v0.5.1
21492026-05-28T15:28:02.117Z Compiling siphasher v1.0.1
21502026-05-28T15:28:02.249Z Compiling same-file v1.0.6
21512026-05-28T15:28:02.394Z Compiling walkdir v2.5.0
21522026-05-28T15:28:02.572Z Compiling phf_shared v0.12.1
21532026-05-28T15:28:02.760Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21542026-05-28T15:28:02.774Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21552026-05-28T15:28:02.790Z Compiling hickory-resolver v0.24.4
21562026-05-28T15:28:03.157Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-05-28T15:28:03.724Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-05-28T15:28:04.914Z Compiling newtype_derive v0.1.6
21592026-05-28T15:28:04.936Z Compiling owo-colors v4.3.0
21602026-05-28T15:28:05.004Z Compiling tokio-stream v0.1.17
21612026-05-28T15:28:05.535Z Compiling libgit2-sys v0.17.0+1.8.1
21622026-05-28T15:28:05.652Z Compiling csv-core v0.1.12
21632026-05-28T15:28:05.883Z Compiling unicode-linebreak v0.1.5
21642026-05-28T15:28:05.932Z Compiling humantime v2.3.0
21652026-05-28T15:28:06.109Z Compiling termtree v0.5.1
21662026-05-28T15:28:06.139Z Compiling swrite v0.1.0
21672026-05-28T15:28:06.153Z Compiling unicode-width v0.1.14
21682026-05-28T15:28:06.156Z Compiling smawk v0.3.2
21692026-05-28T15:28:06.311Z Compiling textwrap v0.16.2
21702026-05-28T15:28:06.369Z Compiling csv v1.3.1
21712026-05-28T15:28:06.850Z Compiling qorb v0.4.1
21722026-05-28T15:28:07.491Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-05-28T15:28:07.516Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-05-28T15:28:08.976Z Compiling phf v0.12.1
21752026-05-28T15:28:08.995Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21762026-05-28T15:28:09.746Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21772026-05-28T15:28:09.790Z Compiling pin-project v1.1.10
21782026-05-28T15:28:09.904Z Compiling unicode-normalization v0.1.24
21792026-05-28T15:28:10.104Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21802026-05-28T15:28:12.260Z Compiling libsw-core v0.3.2
21812026-05-28T15:28:12.744Z Compiling highway v1.3.0
21822026-05-28T15:28:12.947Z Compiling fixedbitset v0.4.2
21832026-05-28T15:28:13.203Z Compiling petgraph v0.6.5
21842026-05-28T15:28:13.310Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-28T15:28:13.442Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21862026-05-28T15:28:15.324Z Compiling libsw v3.5.0
21872026-05-28T15:28:15.350Z Compiling progenitor v0.10.0
21882026-05-28T15:28:15.682Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-05-28T15:28:15.945Z Compiling olpc-cjson v0.1.4
21902026-05-28T15:28:16.990Z Compiling snafu v0.8.9
21912026-05-28T15:28:17.246Z Compiling chrono-tz v0.10.4
21922026-05-28T15:28:17.342Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21932026-05-28T15:28:17.431Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-05-28T15:28:17.548Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-05-28T15:28:18.489Z Compiling papergrid v0.11.0
21962026-05-28T15:28:19.019Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-05-28T15:28:19.342Z Compiling globset v0.4.16
21982026-05-28T15:28:19.713Z Compiling slog-dtrace v0.3.0
21992026-05-28T15:28:19.865Z Compiling const_format v0.2.34
22002026-05-28T15:28:20.066Z Compiling cancel-safe-futures v0.1.5
22012026-05-28T15:28:20.165Z Compiling gethostname v0.5.0
22022026-05-28T15:28:20.328Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22032026-05-28T15:28:21.265Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-05-28T15:28:21.822Z Compiling dropshot-api-manager-types v0.5.2
22052026-05-28T15:28:21.862Z Compiling pem v3.0.5
22062026-05-28T15:28:21.947Z Compiling bcs v0.1.6
22072026-05-28T15:28:22.212Z Compiling cargo-platform v0.1.9
22082026-05-28T15:28:22.252Z Compiling serde_plain v1.0.2
22092026-05-28T15:28:22.289Z Compiling linear-map v1.2.0
22102026-05-28T15:28:22.479Z Compiling tagptr v0.2.0
22112026-05-28T15:28:22.490Z Compiling typed-path v0.9.3
22122026-05-28T15:28:23.522Z Compiling tough v0.20.0
22132026-05-28T15:28:25.055Z Compiling moka v0.12.11
22142026-05-28T15:28:25.210Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22152026-05-28T15:28:25.480Z Compiling cargo_metadata v0.18.1
22162026-05-28T15:28:26.049Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-05-28T15:28:27.438Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-05-28T15:28:27.804Z Compiling tabled v0.15.0
22192026-05-28T15:28:28.272Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-05-28T15:28:28.994Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-05-28T15:28:30.094Z Compiling steno v0.4.1
22222026-05-28T15:28:31.527Z Compiling git2 v0.19.0
22232026-05-28T15:28:31.895Z Compiling cookie v0.18.1
22242026-05-28T15:28:31.928Z Compiling hickory-proto v0.25.2
22252026-05-28T15:28:33.961Z Compiling hickory-resolver v0.25.2
22262026-05-28T15:28:34.453Z Compiling vergen v8.3.2
22272026-05-28T15:28:35.593Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-05-28T15:28:39.230Z Compiling signal-hook v0.3.18
22292026-05-28T15:28:40.352Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22302026-05-28T15:28:40.555Z Compiling curl-sys v0.4.83+curl-8.15.0
22312026-05-28T15:28:41.005Z Compiling mockall_derive v0.13.1
22322026-05-28T15:28:41.036Z Compiling predicates-core v1.0.9
22332026-05-28T15:28:41.918Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22342026-05-28T15:28:42.736Z Compiling intr v0.1.0 (/work/oxidecomputer/dendrite/intr)
22352026-05-28T15:28:42.862Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22362026-05-28T15:28:43.376Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22372026-05-28T15:28:43.606Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-05-28T15:28:45.298Z Compiling sha2 v0.10.9
22392026-05-28T15:28:45.687Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22402026-05-28T15:28:45.725Z Compiling blake3 v1.8.2
22412026-05-28T15:28:45.999Z Compiling adler2 v2.0.1
22422026-05-28T15:28:46.162Z Compiling yansi v1.0.1
22432026-05-28T15:28:46.177Z Compiling diff v0.1.13
22442026-05-28T15:28:46.507Z Compiling pretty_assertions v1.4.1
22452026-05-28T15:28:46.799Z Compiling miniz_oxide v0.8.9
22462026-05-28T15:28:46.992Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22472026-05-28T15:28:49.603Z Compiling fs-err v3.1.2
22482026-05-28T15:28:49.930Z Compiling crc32fast v1.5.0
22492026-05-28T15:28:50.214Z Compiling predicates v3.1.3
22502026-05-28T15:28:50.497Z Compiling predicates-tree v1.0.12
22512026-05-28T15:28:51.135Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-05-28T15:28:53.745Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-05-28T15:28:54.403Z Compiling git-stub v1.0.0
22542026-05-28T15:28:54.708Z Compiling filetime v0.2.26
22552026-05-28T15:28:54.723Z Compiling constant_time_eq v0.3.1
22562026-05-28T15:28:54.858Z Compiling is_ci v1.2.0
22572026-05-28T15:28:54.934Z Compiling arrayref v0.3.9
22582026-05-28T15:28:55.020Z Compiling xattr v1.6.1
22592026-05-28T15:28:55.043Z Compiling arrayvec v0.7.6
22602026-05-28T15:28:55.238Z Compiling fragile v2.0.1
22612026-05-28T15:28:55.269Z Compiling downcast v0.11.0
22622026-05-28T15:28:55.450Z Compiling mockall v0.13.1
22632026-05-28T15:28:55.680Z Compiling tar v0.4.45
22642026-05-28T15:28:55.870Z Compiling supports-color v3.0.2
22652026-05-28T15:28:56.088Z Compiling curl v0.4.49
22662026-05-28T15:28:56.097Z Compiling git-stub-vcs v0.1.0
22672026-05-28T15:28:56.199Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-05-28T15:28:56.710Z Compiling toml v0.7.8
22692026-05-28T15:28:57.090Z Compiling signal-hook-tokio v0.3.1
22702026-05-28T15:28:57.243Z Compiling flate2 v1.1.2
22712026-05-28T15:28:57.693Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22722026-05-28T15:28:58.649Z Compiling drift v0.1.3
22732026-05-28T15:28:58.741Z Compiling kstat-rs v0.2.4
22742026-05-28T15:28:58.928Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22752026-05-28T15:28:59.074Z Compiling topological-sort v0.2.2
22762026-05-28T15:28:59.292Z Compiling display-error-chain v0.2.2
22772026-05-28T15:28:59.448Z Compiling hex-literal v1.0.0
22782026-05-28T15:28:59.463Z Compiling dropshot-api-manager v0.5.2
22792026-05-28T15:28:59.662Z Compiling omicron-zone-package v0.12.2
22802026-05-28T15:28:59.718Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22812026-05-28T15:29:02.655Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22822026-05-28T15:29:03.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22832026-05-28T15:29:03.127Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22842026-05-28T15:29:03.140Z Compiling internet-checksum v0.2.1
22852026-05-28T15:29:03.293Z Compiling search_path v0.1.4
22862026-05-28T15:29:03.714Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22872026-05-28T15:29:04.678Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22882026-05-28T15:29:05.763Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22892026-05-28T15:29:12.075Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22902026-05-28T15:30:17.377Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 05s
22912026-05-28T15:30:17.379Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22922026-05-28T15:30:17.379Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22932026-05-28T15:30:17.511Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
22942026-05-28T15:30:17.515Z
22952026-05-28T15:30:17.515Zrunning 5 tests
22962026-05-28T15:30:17.518Ztest fuse::tests::chip_revision_b0 ... ok
22972026-05-28T15:30:17.518Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22982026-05-28T15:30:17.518Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
22992026-05-28T15:30:17.518Ztest fuse::tests::chip_revision_a0 ... ok
23002026-05-28T15:30:17.518Ztest fuse::tests::chip_revision_b1 ... ok
23012026-05-28T15:30:17.518Z
23022026-05-28T15:30:17.518Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23032026-05-28T15:30:17.518Z
23042026-05-28T15:30:17.518Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
23052026-05-28T15:30:17.521Z
23062026-05-28T15:30:17.521Zrunning 0 tests
23072026-05-28T15:30:17.521Z
23082026-05-28T15:30:17.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23092026-05-28T15:30:17.521Z
23102026-05-28T15:30:17.524Z Running unittests src/lib.rs (target/debug/deps/asic-5d3036c7c3d8c4e8)
23112026-05-28T15:30:17.524Z
23122026-05-28T15:30:17.524Zrunning 0 tests
23132026-05-28T15:30:17.524Z
23142026-05-28T15:30:17.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-05-28T15:30:17.524Z
23162026-05-28T15:30:17.524Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
23172026-05-28T15:30:17.528Z
23182026-05-28T15:30:17.528Zrunning 10 tests
23192026-05-28T15:30:17.528Ztest nat::tests::test_vni ... ok
23202026-05-28T15:30:17.528Ztest network::tests::test_eui64 ... ok
23212026-05-28T15:30:17.528Ztest network::tests::test_equal ... ok
23222026-05-28T15:30:17.528Ztest network::tests::test_generate_ipv6_link_local ... ok
23232026-05-28T15:30:17.528Ztest network::tests::test_into ... ok
23242026-05-28T15:30:17.528Ztest network::tests::test_not_equal ... ok
23252026-05-28T15:30:17.528Ztest network::tests::test_parse ... ok
23262026-05-28T15:30:17.528Ztest network::tests::test_to_string ... ok
23272026-05-28T15:30:17.528Ztest test_purge ... ok
23282026-05-28T15:30:17.531Ztest illumos::test::address_exists_handles_missing_object ... ok
23292026-05-28T15:30:17.531Z
23302026-05-28T15:30:17.531Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23312026-05-28T15:30:17.531Z
23322026-05-28T15:30:17.531Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
23332026-05-28T15:30:17.537Z
23342026-05-28T15:30:17.537Zrunning 1 test
23352026-05-28T15:30:18.748Ztest test::test_apis_up_to_date ... ok
23362026-05-28T15:30:18.748Z
23372026-05-28T15:30:18.748Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
23382026-05-28T15:30:18.748Z
23392026-05-28T15:30:18.795Z Running unittests src/main.rs (target/debug/deps/dpd-bd2b075d26a1882b)
23402026-05-28T15:30:18.800Z
23412026-05-28T15:30:18.800Zrunning 19 tests
23422026-05-28T15:30:18.805Ztest freemap::test_ordering ... ok
23432026-05-28T15:30:18.805Ztest config::tests::test_updates ... ok
23442026-05-28T15:30:18.805Ztest freemap::test_split ... ok
23452026-05-28T15:30:18.805Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23462026-05-28T15:30:18.805Ztest macaddrs::tests::test_mac_offset ... ok
23472026-05-28T15:30:18.805Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23482026-05-28T15:30:18.805Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23492026-05-28T15:30:18.805Ztest macaddrs::tests::test_parse_port_id ... ok
23502026-05-28T15:30:18.805Ztest nat::test_mapping ... ok
23512026-05-28T15:30:18.806Ztest port_map::tests::dump_map ... ok
23522026-05-28T15:30:18.806ZMay 28 15:30:17.889May 28 15:30:17.889 DEBGDEBG created new freemapcreated new freemapMay 28 15:30:17.889, unitDEBG: created new freemapfreemap_test, ,
23532026-05-28T15:30:18.806Zunitunit:: freemap_testfreemap_test
23542026-05-28T15:30:18.806Z
23552026-05-28T15:30:18.806Ztest port_map::tests::test_backplane_group ... ok
23562026-05-28T15:30:18.806ZMay 28 15:30:17.889 DEBGMay 28 15:30:17.889 initted freemap. size: 128DEBG, May 28 15:30:17.889initted freemap. size: 128 unit, DEBGunit :: initted freemap. size: 128freemap_test,
23572026-05-28T15:30:18.806Zunitfreemap_test:
23582026-05-28T15:30:18.806Z freemap_test
23592026-05-28T15:30:18.806ZMay 28 15:30:17.889May 28 15:30:17.889 May 28 15:30:17.889DEBG DEBGDEBG reset freemapreset freemap, unitreset freemap, , :unit unitfreemap_test:
23602026-05-28T15:30:18.806Z freemap_test:
23612026-05-28T15:30:18.806Z freemap_test
23622026-05-28T15:30:18.806ZMay 28 15:30:17.889 DEBG created new freemap, unit: freemap_test
23632026-05-28T15:30:18.806ZMay 28 15:30:17.889 DEBG initted freemap. size: 128, unit: freemap_test
23642026-05-28T15:30:18.806ZMay 28 15:30:17.889 DEBG reset freemap, unit: freemap_test
23652026-05-28T15:30:18.806Ztest port_map::tests::test_port_map ... ok
23662026-05-28T15:30:18.806Ztest freemap::test_basic ... ok
23672026-05-28T15:30:18.806Ztest freemap::test_exhaustion ... ok
23682026-05-28T15:30:18.806Ztest freemap::test_free ... ok
23692026-05-28T15:30:18.806Ztest freemap::test_reclaim ... ok
23702026-05-28T15:30:18.809ZMay 28 15:30:17.890 DEBG created new freemap, unit: freemap_test
23712026-05-28T15:30:18.809ZMay 28 15:30:17.890 DEBG initted freemap. size: 128, unit: freemap_test
23722026-05-28T15:30:18.809ZMay 28 15:30:17.890 DEBG reset freemap, unit: freemap_test
23732026-05-28T15:30:18.809Ztest freemap::test_span ... ok
23742026-05-28T15:30:18.809Ztest port_map::tests::parse_softnpu_revision ... ok
23752026-05-28T15:30:18.809Ztest api_server::tests::test_build_info ... ok
23762026-05-28T15:30:18.809Z
23772026-05-28T15:30:18.809Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23782026-05-28T15:30:18.809Z
23792026-05-28T15:30:18.812Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c2e46210c8311fea)
23802026-05-28T15:30:18.812Z
23812026-05-28T15:30:18.812Zrunning 0 tests
23822026-05-28T15:30:18.812Z
23832026-05-28T15:30:18.812Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23842026-05-28T15:30:18.812Z
23852026-05-28T15:30:18.812Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
23862026-05-28T15:30:18.814Z
23872026-05-28T15:30:18.815Zrunning 0 tests
23882026-05-28T15:30:18.815Z
23892026-05-28T15:30:18.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23902026-05-28T15:30:18.815Z
23912026-05-28T15:30:18.815Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7ff509ee2f232e90)
23922026-05-28T15:30:18.817Z
23932026-05-28T15:30:18.817Zrunning 6 tests
23942026-05-28T15:30:18.817Ztest tests::test_parse_client_port_id ... ok
23952026-05-28T15:30:18.817Ztest tests::test_port_id_cmp ... ok
23962026-05-28T15:30:18.817Ztest tests::test_full_lot_id_neither_present ... ok
23972026-05-28T15:30:18.817Ztest tests::test_full_lot_id_lot_only ... ok
23982026-05-28T15:30:18.817Ztest tests::test_full_lot_id_both_present ... ok
23992026-05-28T15:30:18.817Ztest tests::test_full_lot_id_lotnum_only ... ok
24002026-05-28T15:30:18.817Z
24012026-05-28T15:30:18.817Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24022026-05-28T15:30:18.817Z
24032026-05-28T15:30:18.817Z Running tests/test_all.rs (target/debug/deps/test_all-f3da8672d863a6bc)
24042026-05-28T15:30:18.820Z
24052026-05-28T15:30:18.820Zrunning 0 tests
24062026-05-28T15:30:18.820Z
24072026-05-28T15:30:18.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24082026-05-28T15:30:18.820Z
24092026-05-28T15:30:18.820Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
24102026-05-28T15:30:18.820Z
24112026-05-28T15:30:18.820Zrunning 0 tests
24122026-05-28T15:30:18.821Z
24132026-05-28T15:30:18.821Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24142026-05-28T15:30:18.821Z
24152026-05-28T15:30:18.821Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
24162026-05-28T15:30:18.823Z
24172026-05-28T15:30:18.823Zrunning 0 tests
24182026-05-28T15:30:18.823Z
24192026-05-28T15:30:18.823Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-05-28T15:30:18.823Z
24212026-05-28T15:30:18.823Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
24222026-05-28T15:30:18.826Z
24232026-05-28T15:30:18.826Zrunning 0 tests
24242026-05-28T15:30:18.826Z
24252026-05-28T15:30:18.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-05-28T15:30:18.826Z
24272026-05-28T15:30:18.826Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
24282026-05-28T15:30:18.826Z
24292026-05-28T15:30:18.826Zrunning 0 tests
24302026-05-28T15:30:18.826Z
24312026-05-28T15:30:18.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-05-28T15:30:18.827Z
24332026-05-28T15:30:18.827Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
24342026-05-28T15:30:18.829Z
24352026-05-28T15:30:18.829Zrunning 12 tests
24362026-05-28T15:30:18.829Ztest pbuf::test_byte ... ok
24372026-05-28T15:30:18.829Ztest icmp::test_v6_checksum ... ok
24382026-05-28T15:30:18.829Ztest pbuf::test_nibble ... ok
24392026-05-28T15:30:18.829Ztest lldp::test_lldp_parse ... ok
24402026-05-28T15:30:18.829Ztest icmp::test_v4_checksum ... ok
24412026-05-28T15:30:18.829Ztest ipv6::test_ipv6_parse ... ok
24422026-05-28T15:30:18.829Ztest pbuf::test_overflow ... ok
24432026-05-28T15:30:18.829Ztest pbuf::test_short ... ok
24442026-05-28T15:30:18.829Ztest pbuf::test_twelve ... ok
24452026-05-28T15:30:18.829Ztest pbuf::test_word ... ok
24462026-05-28T15:30:18.829Ztest tcp::test_checksum_syn_nodata ... ok
24472026-05-28T15:30:18.829Ztest tcp::test_checksum_ack_data ... ok
24482026-05-28T15:30:18.829Z
24492026-05-28T15:30:18.829Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-05-28T15:30:18.829Z
24512026-05-28T15:30:18.829Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
24522026-05-28T15:30:18.832Z
24532026-05-28T15:30:18.832Zrunning 0 tests
24542026-05-28T15:30:18.832Z
24552026-05-28T15:30:18.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-05-28T15:30:18.832Z
24572026-05-28T15:30:18.832Z Running unittests src/main.rs (target/debug/deps/swadm-c48f87f61fd861d7)
24582026-05-28T15:30:18.835Z
24592026-05-28T15:30:18.835Zrunning 5 tests
24602026-05-28T15:30:18.835Ztest switchport::test::test_compute_lanes ... ok
24612026-05-28T15:30:18.835Ztest switchport::test::port_id_ordering ... ok
24622026-05-28T15:30:18.835Z Lane 0 Lane 1 Lane 2 Lane 3
24632026-05-28T15:30:18.835Z Rx Loss-of-lock: Yes Yes Yes Yes
24642026-05-28T15:30:18.835Z Rx Loss-of-signal: Yes Yes Yes Yes
24652026-05-28T15:30:18.835Z Rx CDR Enabled: Yes Yes Yes Yes
24662026-05-28T15:30:18.835Z Tx Enabled: Yes Yes Yes Yes
24672026-05-28T15:30:18.835Z Tx Loss-of-lock: No No No No
24682026-05-28T15:30:18.835Z Tx Loss-of-signal: No No No No
24692026-05-28T15:30:18.835Z Tx CDR Enabled: No No No No
24702026-05-28T15:30:18.835Z Tx Adaptive EQ Fault: No No No No
24712026-05-28T15:30:18.835Z Tx Fault: Yes Yes Yes Yes
24722026-05-28T15:30:18.835Ztest switchport::test::test_print_sff_datapath ... ok
24732026-05-28T15:30:18.835Z Lane 0 Lane 1 Lane 2 Lane 3
24742026-05-28T15:30:18.836Z State: Activated Activated Activated Activated
24752026-05-28T15:30:18.836Z Rx Output Enabled: false false false false
24762026-05-28T15:30:18.836Z Rx Output Status: valid valid valid valid
24772026-05-28T15:30:18.836Z Rx Loss-of-lock: true true true true
24782026-05-28T15:30:18.836Z Rx Loss-of-signal: false false false false
24792026-05-28T15:30:18.836ZRx Auto-squelch Disable: true true true true
24802026-05-28T15:30:18.836Z Tx Output Enabled: true true true true
24812026-05-28T15:30:18.836Z Tx Output Status: invalid invalid invalid invalid
24822026-05-28T15:30:18.836Z Tx Loss-of-lock: false false false false
24832026-05-28T15:30:18.836Z Tx Loss-of-signal: true true true true
24842026-05-28T15:30:18.836ZTx Auto-squelch Disable: false false false false
24852026-05-28T15:30:18.836Z Tx Adaptive EQ Fail: true true true true
24862026-05-28T15:30:18.836Z Tx Failure: false false false false
24872026-05-28T15:30:18.836Z Tx Force Squelch: true true true true
24882026-05-28T15:30:18.836Z Tx Input Polarity: normal normal normal normal
24892026-05-28T15:30:18.836Ztest switchport::test::test_print_cmis_datapath ... ok
24902026-05-28T15:30:18.836Ztest link::test_filter ... ok
24912026-05-28T15:30:18.836Z
24922026-05-28T15:30:18.836Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24932026-05-28T15:30:18.836Z
24942026-05-28T15:30:18.839Z Running tests/counters.rs (target/debug/deps/counters-fbe678bd105f31c0)
24952026-05-28T15:30:18.839Z
24962026-05-28T15:30:18.839Zrunning 1 test
24972026-05-28T15:30:18.839Ztest test_p4_counter_list ... ignored
24982026-05-28T15:30:18.839Z
24992026-05-28T15:30:18.839Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-05-28T15:30:18.839Z
25012026-05-28T15:30:18.839Z Running tests/port-link.rs (target/debug/deps/port_link-7591a592505d2bf3)
25022026-05-28T15:30:18.839Z
25032026-05-28T15:30:18.839Zrunning 5 tests
25042026-05-28T15:30:18.839Ztest test_an ... ignored
25052026-05-28T15:30:18.839Ztest test_enable ... ignored
25062026-05-28T15:30:18.839Ztest test_ip_addresses ... ignored
25072026-05-28T15:30:18.839Ztest test_kr ... ignored
25082026-05-28T15:30:18.839Ztest test_mac ... ignored
25092026-05-28T15:30:18.839Z
25102026-05-28T15:30:18.842Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25112026-05-28T15:30:18.842Z
25122026-05-28T15:30:18.842Z Running unittests src/main.rs (target/debug/deps/tfportd-67a403b1ccf8c205)
25132026-05-28T15:30:18.846Z
25142026-05-28T15:30:18.846Zrunning 3 tests
25152026-05-28T15:30:18.853Ztest linklocal::test_parse_ipadm ... ok
25162026-05-28T15:30:18.853Ztest tfport::test_parse_tfport ... ok
25172026-05-28T15:30:18.853Ztest config::tests::test_updates ... ok
25182026-05-28T15:30:18.853Z
25192026-05-28T15:30:18.853Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-05-28T15:30:18.853Z
25212026-05-28T15:30:18.853Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
25222026-05-28T15:30:18.856Z
25232026-05-28T15:30:18.856Zrunning 0 tests
25242026-05-28T15:30:18.856Z
25252026-05-28T15:30:18.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-05-28T15:30:18.856Z
25272026-05-28T15:30:18.856Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
25282026-05-28T15:30:18.856Z
25292026-05-28T15:30:18.856Zrunning 0 tests
25302026-05-28T15:30:18.856Z
25312026-05-28T15:30:18.856Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-05-28T15:30:18.856Z
25332026-05-28T15:30:18.856Z Doc-tests aal
25342026-05-28T15:30:18.979Z
25352026-05-28T15:30:18.979Zrunning 0 tests
25362026-05-28T15:30:18.979Z
25372026-05-28T15:30:18.982Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-05-28T15:30:18.982Z
25392026-05-28T15:30:18.993Z Doc-tests aal_macros
25402026-05-28T15:30:19.054Z
25412026-05-28T15:30:19.054Zrunning 0 tests
25422026-05-28T15:30:19.054Z
25432026-05-28T15:30:19.054Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-05-28T15:30:19.054Z
25452026-05-28T15:30:19.061Z Doc-tests common
25462026-05-28T15:30:19.270Z
25472026-05-28T15:30:19.270Zrunning 0 tests
25482026-05-28T15:30:19.271Z
25492026-05-28T15:30:19.271Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-05-28T15:30:19.271Z
25512026-05-28T15:30:19.289Z Doc-tests dpd_api
25522026-05-28T15:30:19.926Z
25532026-05-28T15:30:19.926Zrunning 2 tests
25542026-05-28T15:30:19.926Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25552026-05-28T15:30:19.926Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25562026-05-28T15:30:19.927Z
25572026-05-28T15:30:19.927Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25582026-05-28T15:30:19.927Z
25592026-05-28T15:30:19.929Zall doctests ran in 0.34s; merged doctests compilation took 0.33s
25602026-05-28T15:30:19.953Z Doc-tests dpd_client
25612026-05-28T15:30:21.188Z
25622026-05-28T15:30:21.188Zrunning 0 tests
25632026-05-28T15:30:21.188Z
25642026-05-28T15:30:21.188Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-05-28T15:30:21.188Z
25662026-05-28T15:30:21.227Z Doc-tests dpd_types
25672026-05-28T15:30:21.439Z
25682026-05-28T15:30:21.439Zrunning 0 tests
25692026-05-28T15:30:21.439Z
25702026-05-28T15:30:21.439Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-05-28T15:30:21.439Z
25722026-05-28T15:30:21.461Z Doc-tests dpd_types_versions
25732026-05-28T15:30:22.510Z
25742026-05-28T15:30:22.511Zrunning 1 test
25752026-05-28T15:30:22.511Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25762026-05-28T15:30:22.511Z
25772026-05-28T15:30:22.511Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25782026-05-28T15:30:22.511Z
25792026-05-28T15:30:22.514Zall doctests ran in 0.33s; merged doctests compilation took 0.33s
25802026-05-28T15:30:22.548Z Doc-tests intr
25812026-05-28T15:30:22.643Z
25822026-05-28T15:30:22.643Zrunning 0 tests
25832026-05-28T15:30:22.643Z
25842026-05-28T15:30:22.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-05-28T15:30:22.643Z
25862026-05-28T15:30:22.653Z Doc-tests packet
25872026-05-28T15:30:22.757Z
25882026-05-28T15:30:22.757Zrunning 0 tests
25892026-05-28T15:30:22.757Z
25902026-05-28T15:30:22.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-05-28T15:30:22.757Z
25922026-05-28T15:30:22.770Z Doc-tests pcap
25932026-05-28T15:30:22.813Z
25942026-05-28T15:30:22.813Zrunning 0 tests
25952026-05-28T15:30:22.813Z
25962026-05-28T15:30:22.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-05-28T15:30:22.813Z
25982026-05-28T15:30:22.892Z+ for feat in tofino_stub tofino_asic softnpu chaos
25992026-05-28T15:30:22.892Z+ RUST_BACKTRACE=full
26002026-05-28T15:30:22.892Z+ cargo test --features tofino_asic --no-fail-fast
26012026-05-28T15:30:23.626Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26022026-05-28T15:30:23.731Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26032026-05-28T15:30:23.752Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26042026-05-28T15:30:32.543Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26052026-05-28T15:30:32.583Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26062026-05-28T15:31:29.096Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
26072026-05-28T15:31:29.100Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26082026-05-28T15:31:29.100Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26092026-05-28T15:31:29.227Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
26102026-05-28T15:31:29.232Z
26112026-05-28T15:31:29.232Zrunning 5 tests
26122026-05-28T15:31:29.236Ztest fuse::tests::chip_revision_b0 ... ok
26132026-05-28T15:31:29.236Ztest fuse::tests::chip_revision_a0 ... ok
26142026-05-28T15:31:29.236Ztest fuse::tests::chip_revision_b1 ... ok
26152026-05-28T15:31:29.236Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26162026-05-28T15:31:29.236Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26172026-05-28T15:31:29.236Z
26182026-05-28T15:31:29.236Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-05-28T15:31:29.236Z
26202026-05-28T15:31:29.236Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
26212026-05-28T15:31:29.240Z
26222026-05-28T15:31:29.240Zrunning 0 tests
26232026-05-28T15:31:29.240Z
26242026-05-28T15:31:29.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26252026-05-28T15:31:29.240Z
26262026-05-28T15:31:29.240Z Running unittests src/lib.rs (target/debug/deps/asic-9776005f75826860)
26272026-05-28T15:31:29.389Z
26282026-05-28T15:31:29.389Zrunning 8 tests
26292026-05-28T15:31:29.392Ztest tofino_asic::qsfp::tests::fix_link ... ok
26302026-05-28T15:31:29.392Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26312026-05-28T15:31:29.392Ztest tofino_asic::stats::constants_sanity_check ... ok
26322026-05-28T15:31:29.392Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26332026-05-28T15:31:29.392Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26342026-05-28T15:31:29.392Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26352026-05-28T15:31:29.400Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26362026-05-28T15:31:29.897Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26372026-05-28T15:31:29.897Z
26382026-05-28T15:31:29.900Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26392026-05-28T15:31:29.901Z
26402026-05-28T15:31:29.904Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
26412026-05-28T15:31:29.915Z
26422026-05-28T15:31:29.915Zrunning 10 tests
26432026-05-28T15:31:29.934Ztest nat::tests::test_vni ... ok
26442026-05-28T15:31:29.934Ztest network::tests::test_eui64 ... ok
26452026-05-28T15:31:29.934Ztest network::tests::test_equal ... ok
26462026-05-28T15:31:29.935Ztest network::tests::test_into ... ok
26472026-05-28T15:31:29.935Ztest network::tests::test_generate_ipv6_link_local ... ok
26482026-05-28T15:31:29.935Ztest network::tests::test_not_equal ... ok
26492026-05-28T15:31:29.935Ztest network::tests::test_to_string ... ok
26502026-05-28T15:31:29.935Ztest network::tests::test_parse ... ok
26512026-05-28T15:31:29.935Ztest test_purge ... ok
26522026-05-28T15:31:29.935Ztest illumos::test::address_exists_handles_missing_object ... ok
26532026-05-28T15:31:29.936Z
26542026-05-28T15:31:29.936Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26552026-05-28T15:31:29.936Z
26562026-05-28T15:31:29.936Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
26572026-05-28T15:31:29.949Z
26582026-05-28T15:31:29.949Zrunning 1 test
26592026-05-28T15:31:31.204Ztest test::test_apis_up_to_date ... ok
26602026-05-28T15:31:31.204Z
26612026-05-28T15:31:31.204Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
26622026-05-28T15:31:31.204Z
26632026-05-28T15:31:31.258Z Running unittests src/main.rs (target/debug/deps/dpd-0fe5714a11633397)
26642026-05-28T15:31:31.331Z
26652026-05-28T15:31:31.331Zrunning 51 tests
26662026-05-28T15:31:31.334Ztest config::tests::test_updates ... ok
26672026-05-28T15:31:31.338Ztest freemap::test_ordering ... ok
26682026-05-28T15:31:31.340ZMay 28 15:31:30.422 DEBG created new freemap, unit: freemap_test
26692026-05-28T15:31:31.340ZMay 28 15:31:30.422 DEBG initted freemap. size: 128, unit: freemap_test
26702026-05-28T15:31:31.340ZMay 28 15:31:30.422 DEBG reset freemap, unit: freemap_test
26712026-05-28T15:31:31.340ZMay 28 15:31:30.423 DEBG created new freemap, unit: freemap_test
26722026-05-28T15:31:31.340ZMay 28 15:31:30.423 DEBG initted freemap. size: 128, unit: freemap_test
26732026-05-28T15:31:31.341ZMay 28 15:31:30.423 DEBG reset freemap, unit: freemap_test
26742026-05-28T15:31:31.344Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26752026-05-28T15:31:31.344Ztest freemap::test_split ... ok
26762026-05-28T15:31:31.344Ztest freemap::test_exhaustion ... ok
26772026-05-28T15:31:31.344Ztest api_server::tests::test_build_info ... ok
26782026-05-28T15:31:31.344Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26792026-05-28T15:31:31.344Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26802026-05-28T15:31:31.344Ztest macaddrs::tests::test_parse_port_id ... ok
26812026-05-28T15:31:31.344Ztest freemap::test_basic ... ok
26822026-05-28T15:31:31.344Ztest nat::test_mapping ... ok
26832026-05-28T15:31:31.344Ztest port_map::tests::dump_map ... ok
26842026-05-28T15:31:31.344ZMay 28 15:31:30.426 DEBG created new freemap, unit: freemap_test
26852026-05-28T15:31:31.344ZMay 28 15:31:30.426 DEBG initted freemap. size: 128, unit: freemap_test
26862026-05-28T15:31:31.344ZMay 28 15:31:30.426 DEBG reset freemap, unit: freemap_test
26872026-05-28T15:31:31.344Ztest freemap::test_free ... ok
26882026-05-28T15:31:31.344Ztest macaddrs::tests::test_mac_offset ... ok
26892026-05-28T15:31:31.344Ztest transceivers::mpn_test::test_mpn_present ... ok
26902026-05-28T15:31:31.344Ztest port_map::tests::parse_softnpu_revision ... ok
26912026-05-28T15:31:31.344Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26922026-05-28T15:31:31.344Ztest port_map::tests::test_backplane_group ... ok
26932026-05-28T15:31:31.344Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26942026-05-28T15:31:31.344Ztest transceivers::mpn_test::test_mpn_missing ... ok
26952026-05-28T15:31:31.348ZMay 28 15:31:30.428 DEBG created new freemap, unit: freemap_test
26962026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26972026-05-28T15:31:31.348ZMay 28 15:31:30.428 DEBG initted freemap. size: 128, unit: freemap_test
26982026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
26992026-05-28T15:31:31.348ZMay 28 15:31:30.428 DEBG reset freemap, unit: freemap_test
27002026-05-28T15:31:31.348Ztest freemap::test_reclaim ... ok
27012026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
27022026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
27032026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27042026-05-28T15:31:31.348Ztest port_map::tests::test_port_map ... ok
27052026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27062026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27072026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27082026-05-28T15:31:31.348ZMay 28 15:31:30.429 DEBG created new freemap, unit: freemap_test
27092026-05-28T15:31:31.348ZMay 28 15:31:30.429 DEBG initted freemap. size: 128, unit: freemap_test
27102026-05-28T15:31:31.348ZMay 28 15:31:30.429 DEBG reset freemap, unit: freemap_test
27112026-05-28T15:31:31.348Ztest freemap::test_span ... ok
27122026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27132026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27142026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27152026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27162026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27172026-05-28T15:31:31.348Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27182026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27192026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27202026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27212026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27222026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27232026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27242026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27252026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27262026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27272026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27282026-05-28T15:31:31.351Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27292026-05-28T15:31:31.352Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27302026-05-28T15:31:31.352Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27312026-05-28T15:31:31.352Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27322026-05-28T15:31:31.352Z
27332026-05-28T15:31:31.352Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
27342026-05-28T15:31:31.352Z
27352026-05-28T15:31:31.368Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-86183567c478ec46)
27362026-05-28T15:31:31.374Z
27372026-05-28T15:31:31.375Zrunning 0 tests
27382026-05-28T15:31:31.375Z
27392026-05-28T15:31:31.377Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27402026-05-28T15:31:31.377Z
27412026-05-28T15:31:31.377Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
27422026-05-28T15:31:31.381Z
27432026-05-28T15:31:31.381Zrunning 0 tests
27442026-05-28T15:31:31.382Z
27452026-05-28T15:31:31.384Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27462026-05-28T15:31:31.384Z
27472026-05-28T15:31:31.384Z Running unittests src/lib.rs (target/debug/deps/dpd_client-eff3dbde7b56fbda)
27482026-05-28T15:31:31.387Z
27492026-05-28T15:31:31.387Zrunning 6 tests
27502026-05-28T15:31:31.387Ztest tests::test_full_lot_id_lotnum_only ... ok
27512026-05-28T15:31:31.387Ztest tests::test_full_lot_id_both_present ... ok
27522026-05-28T15:31:31.387Ztest tests::test_full_lot_id_lot_only ... ok
27532026-05-28T15:31:31.387Ztest tests::test_full_lot_id_neither_present ... ok
27542026-05-28T15:31:31.387Ztest tests::test_parse_client_port_id ... ok
27552026-05-28T15:31:31.387Ztest tests::test_port_id_cmp ... ok
27562026-05-28T15:31:31.387Z
27572026-05-28T15:31:31.387Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27582026-05-28T15:31:31.388Z
27592026-05-28T15:31:31.390Z Running tests/test_all.rs (target/debug/deps/test_all-2ec5d701752ca94f)
27602026-05-28T15:31:31.393Z
27612026-05-28T15:31:31.394Zrunning 0 tests
27622026-05-28T15:31:31.396Z
27632026-05-28T15:31:31.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-05-28T15:31:31.396Z
27652026-05-28T15:31:31.396Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
27662026-05-28T15:31:31.396Z
27672026-05-28T15:31:31.396Zrunning 0 tests
27682026-05-28T15:31:31.396Z
27692026-05-28T15:31:31.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-05-28T15:31:31.397Z
27712026-05-28T15:31:31.397Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
27722026-05-28T15:31:31.402Z
27732026-05-28T15:31:31.402Zrunning 0 tests
27742026-05-28T15:31:31.402Z
27752026-05-28T15:31:31.405Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-05-28T15:31:31.405Z
27772026-05-28T15:31:31.405Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
27782026-05-28T15:31:31.408Z
27792026-05-28T15:31:31.408Zrunning 0 tests
27802026-05-28T15:31:31.408Z
27812026-05-28T15:31:31.411Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-05-28T15:31:31.411Z
27832026-05-28T15:31:31.411Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
27842026-05-28T15:31:31.415Z
27852026-05-28T15:31:31.415Zrunning 0 tests
27862026-05-28T15:31:31.415Z
27872026-05-28T15:31:31.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-05-28T15:31:31.417Z
27892026-05-28T15:31:31.417Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
27902026-05-28T15:31:31.424Z
27912026-05-28T15:31:31.424Zrunning 12 tests
27922026-05-28T15:31:31.427Ztest icmp::test_v6_checksum ... ok
27932026-05-28T15:31:31.427Ztest icmp::test_v4_checksum ... ok
27942026-05-28T15:31:31.427Ztest ipv6::test_ipv6_parse ... ok
27952026-05-28T15:31:31.427Ztest lldp::test_lldp_parse ... ok
27962026-05-28T15:31:31.427Ztest pbuf::test_byte ... ok
27972026-05-28T15:31:31.427Ztest pbuf::test_nibble ... ok
27982026-05-28T15:31:31.427Ztest pbuf::test_overflow ... ok
27992026-05-28T15:31:31.427Ztest pbuf::test_short ... ok
28002026-05-28T15:31:31.427Ztest pbuf::test_word ... ok
28012026-05-28T15:31:31.427Ztest pbuf::test_twelve ... ok
28022026-05-28T15:31:31.427Ztest tcp::test_checksum_ack_data ... ok
28032026-05-28T15:31:31.427Ztest tcp::test_checksum_syn_nodata ... ok
28042026-05-28T15:31:31.427Z
28052026-05-28T15:31:31.427Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-05-28T15:31:31.427Z
28072026-05-28T15:31:31.427Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
28082026-05-28T15:31:31.430Z
28092026-05-28T15:31:31.430Zrunning 0 tests
28102026-05-28T15:31:31.430Z
28112026-05-28T15:31:31.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-05-28T15:31:31.430Z
28132026-05-28T15:31:31.430Z Running unittests src/main.rs (target/debug/deps/swadm-bda50653fe4831fc)
28142026-05-28T15:31:31.439Z
28152026-05-28T15:31:31.439Zrunning 5 tests
28162026-05-28T15:31:31.443Ztest switchport::test::test_compute_lanes ... ok
28172026-05-28T15:31:31.448Ztest link::test_filter ... ok
28182026-05-28T15:31:31.448Ztest switchport::test::port_id_ordering ... ok
28192026-05-28T15:31:31.448Z Lane 0 Lane 1 Lane 2 Lane 3
28202026-05-28T15:31:31.448Z State: Activated Activated Activated Activated
28212026-05-28T15:31:31.448Z Rx Output Enabled: false false false false
28222026-05-28T15:31:31.448Z Rx Output Status: valid valid valid valid
28232026-05-28T15:31:31.448Z Lane 0 Rx Loss-of-lock: true true Lane 1true trueLane 2
28242026-05-28T15:31:31.448Z Lane 3 Rx Loss-of-signal: false
28252026-05-28T15:31:31.448Zfalse Rx Loss-of-lock: Yesfalse Yes false
28262026-05-28T15:31:31.448ZYes YesRx Auto-squelch Disable: true
28272026-05-28T15:31:31.448Z Rx Loss-of-signal: Yestrue Yes trueYes true
28282026-05-28T15:31:31.448ZYes
28292026-05-28T15:31:31.448Z Tx Output Enabled: true Rx CDR Enabled: Yestrue Yestrue true
28302026-05-28T15:31:31.448ZYes Tx Output Status: invalid Yes
28312026-05-28T15:31:31.448Z Tx Enabled: Yesinvalid Yes invalidYes invalidYes
28322026-05-28T15:31:31.448Z
28332026-05-28T15:31:31.448Z Tx Loss-of-lock: false Tx Loss-of-lock: No false Nofalse false
28342026-05-28T15:31:31.448ZNo No
28352026-05-28T15:31:31.448Z Tx Loss-of-signal: true Tx Loss-of-signal: No trueNo true Notrue
28362026-05-28T15:31:31.448ZNo
28372026-05-28T15:31:31.448ZTx Auto-squelch Disable: false false Tx CDR Enabled: No Nofalse falseNo
28382026-05-28T15:31:31.448Z No Tx Adaptive EQ Fail: true
28392026-05-28T15:31:31.448Ztrue Tx Adaptive EQ Fault: No trueNo true
28402026-05-28T15:31:31.448ZNo No Tx Failure: false
28412026-05-28T15:31:31.449Z false Tx Fault: Yes falseYes Yesfalse
28422026-05-28T15:31:31.449ZYes
28432026-05-28T15:31:31.449Z Tx Force Squelch: true true true true
28442026-05-28T15:31:31.449Z Tx Input Polarity: normal normal normal normal
28452026-05-28T15:31:31.449Ztest switchport::test::test_print_cmis_datapath ... ok
28462026-05-28T15:31:31.449Ztest switchport::test::test_print_sff_datapath ... ok
28472026-05-28T15:31:31.449Z
28482026-05-28T15:31:31.449Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
28492026-05-28T15:31:31.449Z
28502026-05-28T15:31:31.452Z Running tests/counters.rs (target/debug/deps/counters-9fed9200e637394b)
28512026-05-28T15:31:31.455Z
28522026-05-28T15:31:31.455Zrunning 1 test
28532026-05-28T15:31:31.455Ztest test_p4_counter_list ... ignored
28542026-05-28T15:31:31.455Z
28552026-05-28T15:31:31.455Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28562026-05-28T15:31:31.455Z
28572026-05-28T15:31:31.455Z Running tests/port-link.rs (target/debug/deps/port_link-c474d573f093162d)
28582026-05-28T15:31:31.461Z
28592026-05-28T15:31:31.461Zrunning 5 tests
28602026-05-28T15:31:31.464Ztest test_an ... ignored
28612026-05-28T15:31:31.464Ztest test_enable ... ignored
28622026-05-28T15:31:31.464Ztest test_ip_addresses ... ignored
28632026-05-28T15:31:31.464Ztest test_kr ... ignored
28642026-05-28T15:31:31.464Ztest test_mac ... ignored
28652026-05-28T15:31:31.464Z
28662026-05-28T15:31:31.464Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28672026-05-28T15:31:31.464Z
28682026-05-28T15:31:31.464Z Running unittests src/main.rs (target/debug/deps/tfportd-09d2c4ae68883b91)
28692026-05-28T15:31:31.468Z
28702026-05-28T15:31:31.468Zrunning 3 tests
28712026-05-28T15:31:31.471Ztest linklocal::test_parse_ipadm ... ok
28722026-05-28T15:31:31.471Ztest tfport::test_parse_tfport ... ok
28732026-05-28T15:31:31.471Ztest config::tests::test_updates ... ok
28742026-05-28T15:31:31.471Z
28752026-05-28T15:31:31.471Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28762026-05-28T15:31:31.471Z
28772026-05-28T15:31:31.471Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
28782026-05-28T15:31:31.475Z
28792026-05-28T15:31:31.475Zrunning 0 tests
28802026-05-28T15:31:31.478Z
28812026-05-28T15:31:31.478Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28822026-05-28T15:31:31.478Z
28832026-05-28T15:31:31.478Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
28842026-05-28T15:31:31.493Z
28852026-05-28T15:31:31.493Zrunning 0 tests
28862026-05-28T15:31:31.493Z
28872026-05-28T15:31:31.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-05-28T15:31:31.496Z
28892026-05-28T15:31:31.496Z Doc-tests aal
28902026-05-28T15:31:31.678Z
28912026-05-28T15:31:31.678Zrunning 0 tests
28922026-05-28T15:31:31.678Z
28932026-05-28T15:31:31.681Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-05-28T15:31:31.681Z
28952026-05-28T15:31:31.693Z Doc-tests aal_macros
28962026-05-28T15:31:31.756Z
28972026-05-28T15:31:31.756Zrunning 0 tests
28982026-05-28T15:31:31.756Z
28992026-05-28T15:31:31.756Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-05-28T15:31:31.756Z
29012026-05-28T15:31:31.765Z Doc-tests common
29022026-05-28T15:31:31.991Z
29032026-05-28T15:31:31.991Zrunning 0 tests
29042026-05-28T15:31:31.991Z
29052026-05-28T15:31:31.991Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-05-28T15:31:31.991Z
29072026-05-28T15:31:32.010Z Doc-tests dpd_api
29082026-05-28T15:31:32.777Z
29092026-05-28T15:31:32.777Zrunning 2 tests
29102026-05-28T15:31:32.777Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29112026-05-28T15:31:32.777Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29122026-05-28T15:31:32.777Z
29132026-05-28T15:31:32.777Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29142026-05-28T15:31:32.777Z
29152026-05-28T15:31:32.780Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
29162026-05-28T15:31:32.806Z Doc-tests dpd_client
29172026-05-28T15:31:34.192Z
29182026-05-28T15:31:34.192Zrunning 0 tests
29192026-05-28T15:31:34.192Z
29202026-05-28T15:31:34.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-05-28T15:31:34.192Z
29222026-05-28T15:31:34.237Z Doc-tests dpd_types
29232026-05-28T15:31:34.447Z
29242026-05-28T15:31:34.447Zrunning 0 tests
29252026-05-28T15:31:34.447Z
29262026-05-28T15:31:34.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-05-28T15:31:34.447Z
29282026-05-28T15:31:34.471Z Doc-tests dpd_types_versions
29292026-05-28T15:31:35.518Z
29302026-05-28T15:31:35.518Zrunning 1 test
29312026-05-28T15:31:35.518Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29322026-05-28T15:31:35.518Z
29332026-05-28T15:31:35.518Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29342026-05-28T15:31:35.518Z
29352026-05-28T15:31:35.520Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
29362026-05-28T15:31:35.560Z Doc-tests intr
29372026-05-28T15:31:35.670Z
29382026-05-28T15:31:35.670Zrunning 0 tests
29392026-05-28T15:31:35.670Z
29402026-05-28T15:31:35.670Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-05-28T15:31:35.670Z
29422026-05-28T15:31:35.682Z Doc-tests packet
29432026-05-28T15:31:35.786Z
29442026-05-28T15:31:35.787Zrunning 0 tests
29452026-05-28T15:31:35.787Z
29462026-05-28T15:31:35.787Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-05-28T15:31:35.787Z
29482026-05-28T15:31:35.801Z Doc-tests pcap
29492026-05-28T15:31:35.845Z
29502026-05-28T15:31:35.845Zrunning 0 tests
29512026-05-28T15:31:35.845Z
29522026-05-28T15:31:35.845Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-05-28T15:31:35.845Z
29542026-05-28T15:31:35.903Z+ for feat in tofino_stub tofino_asic softnpu chaos
29552026-05-28T15:31:35.903Z+ RUST_BACKTRACE=full
29562026-05-28T15:31:35.903Z+ cargo test --features softnpu --no-fail-fast
29572026-05-28T15:31:36.685Z Compiling num-integer v0.1.46
29582026-05-28T15:31:36.795Z Compiling num-complex v0.4.6
29592026-05-28T15:31:36.882Z Compiling bitstruct_derive v0.1.0
29602026-05-28T15:31:36.899Z Compiling tap v1.0.1
29612026-05-28T15:31:37.012Z Compiling num-iter v0.1.45
29622026-05-28T15:31:37.082Z Compiling num-rational v0.4.2
29632026-05-28T15:31:37.129Z Compiling num-bigint v0.4.6
29642026-05-28T15:31:37.211Z Compiling wyz v0.5.1
29652026-05-28T15:31:37.262Z Compiling radium v0.7.0
29662026-05-28T15:31:37.285Z Compiling funty v2.0.0
29672026-05-28T15:31:37.307Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29682026-05-28T15:31:37.401Z Compiling num v0.4.3
29692026-05-28T15:31:37.474Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29702026-05-28T15:31:37.486Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29712026-05-28T15:31:37.590Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-05-28T15:31:37.607Z Compiling typeid v1.0.3
29732026-05-28T15:31:37.689Z Compiling bitvec v1.0.1
29742026-05-28T15:31:37.721Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29752026-05-28T15:31:37.724Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29762026-05-28T15:31:37.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29772026-05-28T15:31:37.971Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29782026-05-28T15:31:37.984Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29792026-05-28T15:31:38.033Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29802026-05-28T15:31:38.331Z Compiling ascii v1.1.0
29812026-05-28T15:31:38.731Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-05-28T15:31:38.806Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29832026-05-28T15:31:38.823Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29842026-05-28T15:31:39.040Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29852026-05-28T15:31:39.058Z Compiling erased-serde v0.4.8
29862026-05-28T15:31:39.289Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29872026-05-28T15:31:39.321Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29882026-05-28T15:31:39.394Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29892026-05-28T15:31:39.560Z Compiling bitstruct v0.1.1
29902026-05-28T15:31:39.886Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29912026-05-28T15:31:39.902Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-05-28T15:31:39.947Z Compiling serde_arrays v0.1.0
29932026-05-28T15:31:40.076Z Compiling libloading v0.7.4
29942026-05-28T15:31:40.308Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29952026-05-28T15:31:40.448Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-05-28T15:31:41.048Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29972026-05-28T15:31:41.196Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29982026-05-28T15:31:42.287Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29992026-05-28T15:31:43.178Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30002026-05-28T15:31:50.229Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30012026-05-28T15:31:50.481Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30022026-05-28T15:31:50.541Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30032026-05-28T15:31:50.674Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30042026-05-28T15:31:50.839Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30052026-05-28T15:31:51.113Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30062026-05-28T15:31:53.040Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30072026-05-28T15:31:53.516Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30082026-05-28T15:31:55.079Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30092026-05-28T15:31:55.719Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30102026-05-28T15:31:57.407Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30112026-05-28T15:31:59.377Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30122026-05-28T15:32:00.665Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30132026-05-28T15:32:01.020Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30142026-05-28T15:32:08.577Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30152026-05-28T15:32:10.888Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30162026-05-28T15:32:14.328Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30172026-05-28T15:33:02.728Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 26s
30182026-05-28T15:33:02.731Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30192026-05-28T15:33:02.731Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30202026-05-28T15:33:02.855Z Running unittests src/lib.rs (target/debug/deps/aal-18c0cfae49188816)
30212026-05-28T15:33:02.861Z
30222026-05-28T15:33:02.861Zrunning 5 tests
30232026-05-28T15:33:02.863Ztest fuse::tests::chip_revision_a0 ... ok
30242026-05-28T15:33:02.863Ztest fuse::tests::chip_revision_b0 ... ok
30252026-05-28T15:33:02.863Ztest fuse::tests::chip_revision_b1 ... ok
30262026-05-28T15:33:02.863Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30272026-05-28T15:33:02.863Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30282026-05-28T15:33:02.863Z
30292026-05-28T15:33:02.864Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30302026-05-28T15:33:02.864Z
30312026-05-28T15:33:02.864Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
30322026-05-28T15:33:02.866Z
30332026-05-28T15:33:02.866Zrunning 0 tests
30342026-05-28T15:33:02.866Z
30352026-05-28T15:33:02.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30362026-05-28T15:33:02.866Z
30372026-05-28T15:33:02.870Z Running unittests src/lib.rs (target/debug/deps/asic-78b87555be254943)
30382026-05-28T15:33:02.878Z
30392026-05-28T15:33:02.878Zrunning 0 tests
30402026-05-28T15:33:02.881Z
30412026-05-28T15:33:02.881Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30422026-05-28T15:33:02.881Z
30432026-05-28T15:33:02.881Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
30442026-05-28T15:33:02.890Z
30452026-05-28T15:33:02.890Zrunning 10 tests
30462026-05-28T15:33:02.893Ztest network::tests::test_equal ... ok
30472026-05-28T15:33:02.893Ztest network::tests::test_eui64 ... ok
30482026-05-28T15:33:02.893Ztest nat::tests::test_vni ... ok
30492026-05-28T15:33:02.893Ztest network::tests::test_generate_ipv6_link_local ... ok
30502026-05-28T15:33:02.893Ztest network::tests::test_into ... ok
30512026-05-28T15:33:02.893Ztest network::tests::test_not_equal ... ok
30522026-05-28T15:33:02.893Ztest network::tests::test_to_string ... ok
30532026-05-28T15:33:02.893Ztest network::tests::test_parse ... ok
30542026-05-28T15:33:02.893Ztest test_purge ... ok
30552026-05-28T15:33:02.897Ztest illumos::test::address_exists_handles_missing_object ... ok
30562026-05-28T15:33:02.897Z
30572026-05-28T15:33:02.897Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30582026-05-28T15:33:02.897Z
30592026-05-28T15:33:02.899Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f2bbbb41e02c7abf)
30602026-05-28T15:33:02.931Z
30612026-05-28T15:33:02.931Zrunning 1 test
30622026-05-28T15:33:04.214Ztest test::test_apis_up_to_date ... ok
30632026-05-28T15:33:04.214Z
30642026-05-28T15:33:04.214Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
30652026-05-28T15:33:04.214Z
30662026-05-28T15:33:04.274Z Running unittests src/main.rs (target/debug/deps/dpd-ec547cd24a559df6)
30672026-05-28T15:33:04.280Z
30682026-05-28T15:33:04.280Zrunning 19 tests
30692026-05-28T15:33:04.284Ztest freemap::test_ordering ... ok
30702026-05-28T15:33:04.284Ztest config::tests::test_updates ... ok
30712026-05-28T15:33:04.284Ztest freemap::test_split ... ok
30722026-05-28T15:33:04.284Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30732026-05-28T15:33:04.284Ztest macaddrs::tests::test_mac_offset ... ok
30742026-05-28T15:33:04.284Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30752026-05-28T15:33:04.284Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30762026-05-28T15:33:04.288Ztest macaddrs::tests::test_parse_port_id ... ok
30772026-05-28T15:33:04.288Ztest nat::test_mapping ... ok
30782026-05-28T15:33:04.288ZMay 28 15:33:03.368May 28 15:33:03.368 DEBGDEBG created new freemapcreated new freemap, unit: , freemap_testunit:
30792026-05-28T15:33:04.288Z freemap_test
30802026-05-28T15:33:04.288ZMay 28 15:33:03.368 May 28 15:33:03.368DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test
30812026-05-28T15:33:04.288Zfreemap_test
30822026-05-28T15:33:04.288ZMay 28 15:33:03.368May 28 15:33:03.368 DEBGDEBG reset freemapreset freemap, , May 28 15:33:03.368unit :DEBG unitfreemap_test:
30832026-05-28T15:33:04.288Z freemap_testcreated new freemap
30842026-05-28T15:33:04.288Z, unit: freemap_test
30852026-05-28T15:33:04.288ZMay 28 15:33:03.368 DEBG initted freemap. size: 128, unit: freemap_test
30862026-05-28T15:33:04.288ZMay 28 15:33:03.368 DEBG reset freemap, unit: freemap_test
30872026-05-28T15:33:04.288Ztest port_map::tests::dump_map ... ok
30882026-05-28T15:33:04.288Ztest freemap::test_basic ... ok
30892026-05-28T15:33:04.288Ztest freemap::test_exhaustion ... ok
30902026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG created new freemap, unit: freemap_test
30912026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG initted freemap. size: 128, unit: freemap_test
30922026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG reset freemap, unit: freemap_test
30932026-05-28T15:33:04.289Ztest freemap::test_reclaim ... ok
30942026-05-28T15:33:04.289Ztest port_map::tests::test_backplane_group ... ok
30952026-05-28T15:33:04.289Ztest freemap::test_free ... ok
30962026-05-28T15:33:04.289Ztest port_map::tests::test_port_map ... ok
30972026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG created new freemap, unit: freemap_test
30982026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG initted freemap. size: 128, unit: freemap_test
30992026-05-28T15:33:04.289ZMay 28 15:33:03.368 DEBG reset freemap, unit: freemap_test
31002026-05-28T15:33:04.289Ztest freemap::test_span ... ok
31012026-05-28T15:33:04.289Ztest api_server::tests::test_build_info ... ok
31022026-05-28T15:33:04.289Ztest port_map::tests::parse_softnpu_revision ... ok
31032026-05-28T15:33:04.289Z
31042026-05-28T15:33:04.289Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31052026-05-28T15:33:04.289Z
31062026-05-28T15:33:04.292Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e209e1dad3020484)
31072026-05-28T15:33:04.295Z
31082026-05-28T15:33:04.295Zrunning 0 tests
31092026-05-28T15:33:04.295Z
31102026-05-28T15:33:04.295Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31112026-05-28T15:33:04.295Z
31122026-05-28T15:33:04.298Z Running unittests src/lib.rs (target/debug/deps/dpd_api-dd5d020c32ad9ea2)
31132026-05-28T15:33:04.302Z
31142026-05-28T15:33:04.302Zrunning 0 tests
31152026-05-28T15:33:04.302Z
31162026-05-28T15:33:04.306Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31172026-05-28T15:33:04.306Z
31182026-05-28T15:33:04.306Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c4fb1a4d5a63e578)
31192026-05-28T15:33:04.312Z
31202026-05-28T15:33:04.313Zrunning 6 tests
31212026-05-28T15:33:04.317Ztest tests::test_full_lot_id_both_present ... ok
31222026-05-28T15:33:04.317Ztest tests::test_full_lot_id_lotnum_only ... ok
31232026-05-28T15:33:04.321Ztest tests::test_full_lot_id_lot_only ... ok
31242026-05-28T15:33:04.321Ztest tests::test_full_lot_id_neither_present ... ok
31252026-05-28T15:33:04.321Ztest tests::test_parse_client_port_id ... ok
31262026-05-28T15:33:04.321Ztest tests::test_port_id_cmp ... ok
31272026-05-28T15:33:04.321Z
31282026-05-28T15:33:04.321Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31292026-05-28T15:33:04.321Z
31302026-05-28T15:33:04.321Z Running tests/test_all.rs (target/debug/deps/test_all-ba5870a5859c15e9)
31312026-05-28T15:33:04.324Z
31322026-05-28T15:33:04.324Zrunning 0 tests
31332026-05-28T15:33:04.324Z
31342026-05-28T15:33:04.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31352026-05-28T15:33:04.328Z
31362026-05-28T15:33:04.328Z Running unittests src/lib.rs (target/debug/deps/dpd_types-d3d458c93d1d6f8c)
31372026-05-28T15:33:04.331Z
31382026-05-28T15:33:04.331Zrunning 0 tests
31392026-05-28T15:33:04.331Z
31402026-05-28T15:33:04.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31412026-05-28T15:33:04.331Z
31422026-05-28T15:33:04.332Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3dd1d0093eb28993)
31432026-05-28T15:33:04.337Z
31442026-05-28T15:33:04.337Zrunning 0 tests
31452026-05-28T15:33:04.337Z
31462026-05-28T15:33:04.340Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31472026-05-28T15:33:04.340Z
31482026-05-28T15:33:04.340Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
31492026-05-28T15:33:04.344Z
31502026-05-28T15:33:04.344Zrunning 0 tests
31512026-05-28T15:33:04.344Z
31522026-05-28T15:33:04.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-05-28T15:33:04.347Z
31542026-05-28T15:33:04.347Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
31552026-05-28T15:33:04.350Z
31562026-05-28T15:33:04.350Zrunning 0 tests
31572026-05-28T15:33:04.350Z
31582026-05-28T15:33:04.350Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-05-28T15:33:04.351Z
31602026-05-28T15:33:04.353Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
31612026-05-28T15:33:04.358Z
31622026-05-28T15:33:04.358Zrunning 12 tests
31632026-05-28T15:33:04.362Ztest icmp::test_v6_checksum ... ok
31642026-05-28T15:33:04.362Ztest icmp::test_v4_checksum ... ok
31652026-05-28T15:33:04.362Ztest ipv6::test_ipv6_parse ... ok
31662026-05-28T15:33:04.362Ztest pbuf::test_byte ... ok
31672026-05-28T15:33:04.362Ztest lldp::test_lldp_parse ... ok
31682026-05-28T15:33:04.362Ztest pbuf::test_nibble ... ok
31692026-05-28T15:33:04.362Ztest pbuf::test_overflow ... ok
31702026-05-28T15:33:04.362Ztest pbuf::test_short ... ok
31712026-05-28T15:33:04.362Ztest pbuf::test_twelve ... ok
31722026-05-28T15:33:04.362Ztest pbuf::test_word ... ok
31732026-05-28T15:33:04.362Ztest tcp::test_checksum_ack_data ... ok
31742026-05-28T15:33:04.362Ztest tcp::test_checksum_syn_nodata ... ok
31752026-05-28T15:33:04.362Z
31762026-05-28T15:33:04.362Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-05-28T15:33:04.362Z
31782026-05-28T15:33:04.362Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
31792026-05-28T15:33:04.367Z
31802026-05-28T15:33:04.367Zrunning 0 tests
31812026-05-28T15:33:04.367Z
31822026-05-28T15:33:04.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-05-28T15:33:04.370Z
31842026-05-28T15:33:04.370Z Running unittests src/main.rs (target/debug/deps/swadm-c48f87f61fd861d7)
31852026-05-28T15:33:04.378Z
31862026-05-28T15:33:04.378Zrunning 5 tests
31872026-05-28T15:33:04.384Ztest switchport::test::test_compute_lanes ... ok
31882026-05-28T15:33:04.387Ztest link::test_filter ... ok
31892026-05-28T15:33:04.387Ztest switchport::test::port_id_ordering ... ok
31902026-05-28T15:33:04.387Z Lane 0 Lane 1 Lane 2 Lane 3
31912026-05-28T15:33:04.387Z Rx Loss-of-lock: Yes Yes Yes Yes
31922026-05-28T15:33:04.387Z Rx Loss-of-signal: Yes Yes Yes Yes
31932026-05-28T15:33:04.387Z Rx CDR Enabled: Yes Yes Yes Yes
31942026-05-28T15:33:04.387Z Tx Enabled: Yes Yes Yes Yes
31952026-05-28T15:33:04.387Z Tx Loss-of-lock: No No No No
31962026-05-28T15:33:04.387Z Lane 0 Tx Loss-of-signal: No No No No
31972026-05-28T15:33:04.387ZLane 1 Tx CDR Enabled: No Lane 2 NoLane 3 No
31982026-05-28T15:33:04.387Z No
31992026-05-28T15:33:04.387Z State: Activated Tx Adaptive EQ Fault: No Activated No Activated ActivatedNo
32002026-05-28T15:33:04.387Z No Rx Output Enabled: false
32012026-05-28T15:33:04.387Z false Tx Fault: Yes Yes false Yesfalse
32022026-05-28T15:33:04.387Z Yes Rx Output Status: valid
32032026-05-28T15:33:04.387Z valid valid valid
32042026-05-28T15:33:04.387Z Rx Loss-of-lock: true true true true
32052026-05-28T15:33:04.387Z Rx Loss-of-signal: false false false false
32062026-05-28T15:33:04.387ZRx Auto-squelch Disable: true true true true
32072026-05-28T15:33:04.387Z Tx Output Enabled: true true true true
32082026-05-28T15:33:04.388Z Tx Output Status: invalid invalid invalid invalid
32092026-05-28T15:33:04.388Z Tx Loss-of-lock: false false false false
32102026-05-28T15:33:04.388Z Tx Loss-of-signal: true true true true
32112026-05-28T15:33:04.388ZTx Auto-squelch Disable: false false false false
32122026-05-28T15:33:04.388Z Tx Adaptive EQ Fail: true true true true
32132026-05-28T15:33:04.388Z Tx Failure: false false false false
32142026-05-28T15:33:04.388Z Tx Force Squelch: true true true true
32152026-05-28T15:33:04.388Z Tx Input Polarity: normal normal normal normal
32162026-05-28T15:33:04.388Ztest switchport::test::test_print_cmis_datapath ... ok
32172026-05-28T15:33:04.388Ztest switchport::test::test_print_sff_datapath ... ok
32182026-05-28T15:33:04.388Z
32192026-05-28T15:33:04.388Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32202026-05-28T15:33:04.388Z
32212026-05-28T15:33:04.391Z Running tests/counters.rs (target/debug/deps/counters-fbe678bd105f31c0)
32222026-05-28T15:33:05.397Z
32232026-05-28T15:33:05.397Zrunning 1 test
32242026-05-28T15:33:05.397Ztest test_p4_counter_list ... ignored
32252026-05-28T15:33:05.397Z
32262026-05-28T15:33:05.397Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-05-28T15:33:05.397Z
32282026-05-28T15:33:05.400Z Running tests/port-link.rs (target/debug/deps/port_link-7591a592505d2bf3)
32292026-05-28T15:33:05.400Z
32302026-05-28T15:33:05.400Zrunning 5 tests
32312026-05-28T15:33:05.400Ztest test_an ... ignored
32322026-05-28T15:33:05.400Ztest test_enable ... ignored
32332026-05-28T15:33:05.400Ztest test_ip_addresses ... ignored
32342026-05-28T15:33:05.400Ztest test_kr ... ignored
32352026-05-28T15:33:05.400Ztest test_mac ... ignored
32362026-05-28T15:33:05.401Z
32372026-05-28T15:33:05.401Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-05-28T15:33:05.401Z
32392026-05-28T15:33:05.401Z Running unittests src/main.rs (target/debug/deps/tfportd-62de6fbd1dc02737)
32402026-05-28T15:33:05.401Z
32412026-05-28T15:33:05.401Zrunning 3 tests
32422026-05-28T15:33:05.401Ztest linklocal::test_parse_ipadm ... ok
32432026-05-28T15:33:05.401Ztest tfport::test_parse_tfport ... ok
32442026-05-28T15:33:05.401Ztest config::tests::test_updates ... ok
32452026-05-28T15:33:05.401Z
32462026-05-28T15:33:05.401Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-05-28T15:33:05.401Z
32482026-05-28T15:33:05.401Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
32492026-05-28T15:33:05.401Z
32502026-05-28T15:33:05.401Zrunning 0 tests
32512026-05-28T15:33:05.401Z
32522026-05-28T15:33:05.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-05-28T15:33:05.401Z
32542026-05-28T15:33:05.401Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
32552026-05-28T15:33:05.401Z
32562026-05-28T15:33:05.401Zrunning 0 tests
32572026-05-28T15:33:05.401Z
32582026-05-28T15:33:05.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32592026-05-28T15:33:05.401Z
32602026-05-28T15:33:05.401Z Doc-tests aal
32612026-05-28T15:33:05.401Z
32622026-05-28T15:33:05.401Zrunning 0 tests
32632026-05-28T15:33:05.401Z
32642026-05-28T15:33:05.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32652026-05-28T15:33:05.401Z
32662026-05-28T15:33:05.401Z Doc-tests aal_macros
32672026-05-28T15:33:05.401Z
32682026-05-28T15:33:05.401Zrunning 0 tests
32692026-05-28T15:33:05.401Z
32702026-05-28T15:33:05.401Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-05-28T15:33:05.401Z
32722026-05-28T15:33:05.401Z Doc-tests common
32732026-05-28T15:33:05.401Z
32742026-05-28T15:33:05.401Zrunning 0 tests
32752026-05-28T15:33:05.401Z
32762026-05-28T15:33:05.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-05-28T15:33:05.402Z
32782026-05-28T15:33:05.402Z Doc-tests dpd_api
32792026-05-28T15:33:05.726Z
32802026-05-28T15:33:05.726Zrunning 2 tests
32812026-05-28T15:33:05.726Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32822026-05-28T15:33:05.726Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32832026-05-28T15:33:05.726Z
32842026-05-28T15:33:05.726Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-05-28T15:33:05.726Z
32862026-05-28T15:33:05.729Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
32872026-05-28T15:33:05.755Z Doc-tests dpd_client
32882026-05-28T15:33:07.152Z
32892026-05-28T15:33:07.152Zrunning 0 tests
32902026-05-28T15:33:07.153Z
32912026-05-28T15:33:07.153Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32922026-05-28T15:33:07.153Z
32932026-05-28T15:33:07.197Z Doc-tests dpd_types
32942026-05-28T15:33:07.408Z
32952026-05-28T15:33:07.408Zrunning 0 tests
32962026-05-28T15:33:07.408Z
32972026-05-28T15:33:07.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32982026-05-28T15:33:07.408Z
32992026-05-28T15:33:07.432Z Doc-tests dpd_types_versions
33002026-05-28T15:33:08.486Z
33012026-05-28T15:33:08.486Zrunning 1 test
33022026-05-28T15:33:08.486Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33032026-05-28T15:33:08.486Z
33042026-05-28T15:33:08.486Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-05-28T15:33:08.486Z
33062026-05-28T15:33:08.490Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
33072026-05-28T15:33:08.529Z Doc-tests intr
33082026-05-28T15:33:08.644Z
33092026-05-28T15:33:08.644Zrunning 0 tests
33102026-05-28T15:33:08.644Z
33112026-05-28T15:33:08.644Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33122026-05-28T15:33:08.644Z
33132026-05-28T15:33:08.656Z Doc-tests packet
33142026-05-28T15:33:08.759Z
33152026-05-28T15:33:08.759Zrunning 0 tests
33162026-05-28T15:33:08.759Z
33172026-05-28T15:33:08.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33182026-05-28T15:33:08.759Z
33192026-05-28T15:33:08.773Z Doc-tests pcap
33202026-05-28T15:33:08.817Z
33212026-05-28T15:33:08.817Zrunning 0 tests
33222026-05-28T15:33:08.817Z
33232026-05-28T15:33:08.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-05-28T15:33:08.817Z
33252026-05-28T15:33:08.878Z+ for feat in tofino_stub tofino_asic softnpu chaos
33262026-05-28T15:33:08.878Z+ RUST_BACKTRACE=full
33272026-05-28T15:33:08.878Z+ cargo test --features chaos --no-fail-fast
33282026-05-28T15:33:09.629Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33292026-05-28T15:33:09.733Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33302026-05-28T15:33:09.755Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33312026-05-28T15:33:18.462Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33322026-05-28T15:33:19.216Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33332026-05-28T15:34:07.657Z Finished `test` profile [unoptimized + debuginfo] target(s) in 58.75s
33342026-05-28T15:34:07.660Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33352026-05-28T15:34:07.660Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33362026-05-28T15:34:07.779Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
33372026-05-28T15:34:07.814Z
33382026-05-28T15:34:07.815Zrunning 5 tests
33392026-05-28T15:34:07.818Ztest fuse::tests::chip_revision_a0 ... ok
33402026-05-28T15:34:07.819Ztest fuse::tests::chip_revision_b0 ... ok
33412026-05-28T15:34:07.819Ztest fuse::tests::chip_revision_b1 ... ok
33422026-05-28T15:34:07.819Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33432026-05-28T15:34:07.822Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33442026-05-28T15:34:07.822Z
33452026-05-28T15:34:07.822Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33462026-05-28T15:34:07.822Z
33472026-05-28T15:34:07.822Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
33482026-05-28T15:34:07.828Z
33492026-05-28T15:34:07.828Zrunning 0 tests
33502026-05-28T15:34:07.828Z
33512026-05-28T15:34:07.831Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33522026-05-28T15:34:07.831Z
33532026-05-28T15:34:07.832Z Running unittests src/lib.rs (target/debug/deps/asic-cb72fac31d94f538)
33542026-05-28T15:34:07.836Z
33552026-05-28T15:34:07.836Zrunning 0 tests
33562026-05-28T15:34:07.836Z
33572026-05-28T15:34:07.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33582026-05-28T15:34:07.836Z
33592026-05-28T15:34:07.836Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
33602026-05-28T15:34:07.846Z
33612026-05-28T15:34:07.846Zrunning 10 tests
33622026-05-28T15:34:07.849Ztest network::tests::test_equal ... ok
33632026-05-28T15:34:07.849Ztest nat::tests::test_vni ... ok
33642026-05-28T15:34:07.849Ztest network::tests::test_eui64 ... ok
33652026-05-28T15:34:07.849Ztest network::tests::test_not_equal ... ok
33662026-05-28T15:34:07.849Ztest network::tests::test_into ... ok
33672026-05-28T15:34:07.849Ztest network::tests::test_generate_ipv6_link_local ... ok
33682026-05-28T15:34:07.849Ztest network::tests::test_to_string ... ok
33692026-05-28T15:34:07.849Ztest network::tests::test_parse ... ok
33702026-05-28T15:34:07.849Ztest test_purge ... ok
33712026-05-28T15:34:07.856Ztest illumos::test::address_exists_handles_missing_object ... ok
33722026-05-28T15:34:07.856Z
33732026-05-28T15:34:07.859Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33742026-05-28T15:34:07.859Z
33752026-05-28T15:34:07.859Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
33762026-05-28T15:34:08.065Z
33772026-05-28T15:34:08.065Zrunning 1 test
33782026-05-28T15:34:09.538Ztest test::test_apis_up_to_date ... ok
33792026-05-28T15:34:09.538Z
33802026-05-28T15:34:09.538Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.47s
33812026-05-28T15:34:09.538Z
33822026-05-28T15:34:09.596Z Running unittests src/main.rs (target/debug/deps/dpd-80ac226c3396e82f)
33832026-05-28T15:34:09.602Z
33842026-05-28T15:34:09.602Zrunning 19 tests
33852026-05-28T15:34:09.605Ztest freemap::test_ordering ... ok
33862026-05-28T15:34:09.605Ztest config::tests::test_updates ... ok
33872026-05-28T15:34:09.605Ztest freemap::test_split ... ok
33882026-05-28T15:34:09.605Ztest dhcpv6::tests::test_create_duid_bytes ... ok
33892026-05-28T15:34:09.605Ztest macaddrs::tests::test_mac_offset ... ok
33902026-05-28T15:34:09.608Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33912026-05-28T15:34:09.608Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33922026-05-28T15:34:09.608Ztest nat::test_mapping ... ok
33932026-05-28T15:34:09.608Ztest macaddrs::tests::test_parse_port_id ... ok
33942026-05-28T15:34:09.608Ztest port_map::tests::dump_map ... ok
33952026-05-28T15:34:09.609Ztest port_map::tests::test_backplane_group ... ok
33962026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBG created new freemap, unit: freemap_test
33972026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBG May 28 15:34:08.689created new freemap DEBG, unitinitted freemap. size: 128:, unitfreemap_test:
33982026-05-28T15:34:09.609Zfreemap_test
33992026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBGMay 28 15:34:08.689 reset freemapDEBG, May 28 15:34:08.689unit : initted freemap. size: 128DEBG May 28 15:34:08.689, freemap_test unitDEBG
34002026-05-28T15:34:09.609Zcreated new freemap: , created new freemapunit, freemap_test:
34012026-05-28T15:34:09.609Z unitfreemap_test:
34022026-05-28T15:34:09.609Z May 28 15:34:08.689freemap_test
34032026-05-28T15:34:09.609Ztest port_map::tests::test_port_map ... ok
34042026-05-28T15:34:09.609ZDEBG reset freemapMay 28 15:34:08.689, unitDEBG: May 28 15:34:08.689freemap_test initted freemap. size: 128
34052026-05-28T15:34:09.609ZDEBG, unitinitted freemap. size: 128:, unitfreemap_test:
34062026-05-28T15:34:09.609Z freemap_test
34072026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBGMay 28 15:34:08.689 reset freemapDEBG, unitreset freemap:, unitfreemap_test:
34082026-05-28T15:34:09.609Z freemap_test
34092026-05-28T15:34:09.609Ztest freemap::test_basic ... ok
34102026-05-28T15:34:09.609Ztest freemap::test_free ... ok
34112026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBG created new freemap, unit: freemap_test
34122026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBG initted freemap. size: 128, unit: freemap_test
34132026-05-28T15:34:09.609Ztest freemap::test_reclaim ... ok
34142026-05-28T15:34:09.609Ztest freemap::test_span ... ok
34152026-05-28T15:34:09.609ZMay 28 15:34:08.689 DEBG reset freemap, unit: freemap_test
34162026-05-28T15:34:09.609Ztest freemap::test_exhaustion ... ok
34172026-05-28T15:34:09.609Ztest port_map::tests::parse_softnpu_revision ... ok
34182026-05-28T15:34:09.609Ztest api_server::tests::test_build_info ... ok
34192026-05-28T15:34:09.610Z
34202026-05-28T15:34:09.610Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34212026-05-28T15:34:09.610Z
34222026-05-28T15:34:09.615Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8cafe6cbee4cd81d)
34232026-05-28T15:34:09.618Z
34242026-05-28T15:34:09.618Zrunning 0 tests
34252026-05-28T15:34:09.618Z
34262026-05-28T15:34:09.618Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34272026-05-28T15:34:09.618Z
34282026-05-28T15:34:09.618Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
34292026-05-28T15:34:09.656Z
34302026-05-28T15:34:09.656Zrunning 0 tests
34312026-05-28T15:34:09.656Z
34322026-05-28T15:34:09.659Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34332026-05-28T15:34:09.659Z
34342026-05-28T15:34:09.659Z Running unittests src/lib.rs (target/debug/deps/dpd_client-19c982210e1e7fa9)
34352026-05-28T15:34:09.666Z
34362026-05-28T15:34:09.666Zrunning 6 tests
34372026-05-28T15:34:09.670Ztest tests::test_full_lot_id_lot_only ... ok
34382026-05-28T15:34:09.670Ztest tests::test_full_lot_id_both_present ... ok
34392026-05-28T15:34:09.670Ztest tests::test_full_lot_id_lotnum_only ... ok
34402026-05-28T15:34:09.670Ztest tests::test_full_lot_id_neither_present ... ok
34412026-05-28T15:34:09.670Ztest tests::test_parse_client_port_id ... ok
34422026-05-28T15:34:09.670Ztest tests::test_port_id_cmp ... ok
34432026-05-28T15:34:09.670Z
34442026-05-28T15:34:09.675Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34452026-05-28T15:34:09.675Z
34462026-05-28T15:34:09.675Z Running tests/test_all.rs (target/debug/deps/test_all-dbd3462a7025b056)
34472026-05-28T15:34:09.703Z
34482026-05-28T15:34:09.703Zrunning 6 tests
34492026-05-28T15:34:12.726Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34502026-05-28T15:34:12.733Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34512026-05-28T15:34:12.733Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34522026-05-28T15:34:12.738Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34532026-05-28T15:34:13.080Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34542026-05-28T15:34:14.696Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34552026-05-28T15:34:14.696Z
34562026-05-28T15:34:14.696Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.43s
34572026-05-28T15:34:14.696Z
34582026-05-28T15:34:14.730Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
34592026-05-28T15:34:14.730Z
34602026-05-28T15:34:14.730Zrunning 0 tests
34612026-05-28T15:34:14.730Z
34622026-05-28T15:34:14.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34632026-05-28T15:34:14.730Z
34642026-05-28T15:34:14.730Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
34652026-05-28T15:34:14.730Z
34662026-05-28T15:34:14.730Zrunning 0 tests
34672026-05-28T15:34:14.730Z
34682026-05-28T15:34:14.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34692026-05-28T15:34:14.731Z
34702026-05-28T15:34:14.731Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
34712026-05-28T15:34:14.731Z
34722026-05-28T15:34:14.731Zrunning 0 tests
34732026-05-28T15:34:14.731Z
34742026-05-28T15:34:14.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34752026-05-28T15:34:14.731Z
34762026-05-28T15:34:14.731Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
34772026-05-28T15:34:14.731Z
34782026-05-28T15:34:14.731Zrunning 0 tests
34792026-05-28T15:34:14.731Z
34802026-05-28T15:34:14.731Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-05-28T15:34:14.731Z
34822026-05-28T15:34:14.731Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
34832026-05-28T15:34:14.731Z
34842026-05-28T15:34:14.731Zrunning 12 tests
34852026-05-28T15:34:14.731Ztest icmp::test_v6_checksum ... ok
34862026-05-28T15:34:14.731Ztest icmp::test_v4_checksum ... ok
34872026-05-28T15:34:14.731Ztest ipv6::test_ipv6_parse ... ok
34882026-05-28T15:34:14.731Ztest lldp::test_lldp_parse ... ok
34892026-05-28T15:34:14.731Ztest pbuf::test_byte ... ok
34902026-05-28T15:34:14.731Ztest pbuf::test_nibble ... ok
34912026-05-28T15:34:14.731Ztest pbuf::test_overflow ... ok
34922026-05-28T15:34:14.731Ztest pbuf::test_short ... ok
34932026-05-28T15:34:14.731Ztest pbuf::test_twelve ... ok
34942026-05-28T15:34:14.731Ztest pbuf::test_word ... ok
34952026-05-28T15:34:14.732Ztest tcp::test_checksum_ack_data ... ok
34962026-05-28T15:34:14.732Ztest tcp::test_checksum_syn_nodata ... ok
34972026-05-28T15:34:14.732Z
34982026-05-28T15:34:14.732Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34992026-05-28T15:34:14.732Z
35002026-05-28T15:34:14.732Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
35012026-05-28T15:34:14.732Z
35022026-05-28T15:34:14.732Zrunning 0 tests
35032026-05-28T15:34:14.732Z
35042026-05-28T15:34:14.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-05-28T15:34:14.732Z
35062026-05-28T15:34:14.732Z Running unittests src/main.rs (target/debug/deps/swadm-ea98f94144a83f32)
35072026-05-28T15:34:14.732Z
35082026-05-28T15:34:14.732Zrunning 5 tests
35092026-05-28T15:34:14.732Ztest switchport::test::test_compute_lanes ... ok
35102026-05-28T15:34:14.732Ztest link::test_filter ... ok
35112026-05-28T15:34:14.732Ztest switchport::test::port_id_ordering ... ok
35122026-05-28T15:34:14.732Z Lane 0 Lane 1 Lane 2 Lane 3
35132026-05-28T15:34:14.732Z Rx Loss-of-lock: Yes Yes Yes Yes
35142026-05-28T15:34:14.732Z Rx Loss-of-signal: Yes Yes Yes Yes
35152026-05-28T15:34:14.732Z Rx CDR Enabled: Yes Yes Yes Yes
35162026-05-28T15:34:14.732Z Tx Enabled: Yes Yes Yes Yes
35172026-05-28T15:34:14.732Z Tx Loss-of-lock: No No Lane 0No No
35182026-05-28T15:34:14.732ZLane 1 Tx Loss-of-signal: No No Lane 2No Lane 3No
35192026-05-28T15:34:14.732Z
35202026-05-28T15:34:14.732Z Tx CDR Enabled: No State: ActivatedNo ActivatedNo NoActivated
35212026-05-28T15:34:14.732Z Tx Adaptive EQ Fault: NoActivated
35222026-05-28T15:34:14.732ZNo Rx Output Enabled: false No falseNo
35232026-05-28T15:34:14.732Zfalse Tx Fault: Yesfalse
35242026-05-28T15:34:14.732ZYes Rx Output Status: valid Yes Yesvalid
35252026-05-28T15:34:14.732Z valid valid
35262026-05-28T15:34:14.732Z Rx Loss-of-lock: true true true true
35272026-05-28T15:34:14.732Z Rx Loss-of-signal: false false false false
35282026-05-28T15:34:14.732ZRx Auto-squelch Disable: true true true true
35292026-05-28T15:34:14.732Z Tx Output Enabled: true true true true
35302026-05-28T15:34:14.733Z Tx Output Status: invalid invalid invalid invalid
35312026-05-28T15:34:14.733Z Tx Loss-of-lock: false false false false
35322026-05-28T15:34:14.733Z Tx Loss-of-signal: true true true true
35332026-05-28T15:34:14.733ZTx Auto-squelch Disable: false false false false
35342026-05-28T15:34:14.733Z Tx Adaptive EQ Fail: true true true true
35352026-05-28T15:34:14.733Z Tx Failure: false false false false
35362026-05-28T15:34:14.733Z Tx Force Squelch: true true true true
35372026-05-28T15:34:14.733Z Tx Input Polarity: normal normal normal normal
35382026-05-28T15:34:14.733Ztest switchport::test::test_print_cmis_datapath ... ok
35392026-05-28T15:34:14.733Ztest switchport::test::test_print_sff_datapath ... ok
35402026-05-28T15:34:14.733Z
35412026-05-28T15:34:14.733Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35422026-05-28T15:34:14.733Z
35432026-05-28T15:34:14.733Z Running tests/counters.rs (target/debug/deps/counters-ca3d9bdc0d535aca)
35442026-05-28T15:34:14.733Z
35452026-05-28T15:34:14.733Zrunning 1 test
35462026-05-28T15:34:14.733Ztest test_p4_counter_list ... ignored
35472026-05-28T15:34:14.733Z
35482026-05-28T15:34:14.733Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35492026-05-28T15:34:14.733Z
35502026-05-28T15:34:14.733Z Running tests/port-link.rs (target/debug/deps/port_link-5087e6c7db825b20)
35512026-05-28T15:34:14.733Z
35522026-05-28T15:34:14.733Zrunning 5 tests
35532026-05-28T15:34:14.733Ztest test_an ... ignored
35542026-05-28T15:34:14.733Ztest test_enable ... ignored
35552026-05-28T15:34:14.733Ztest test_ip_addresses ... ignored
35562026-05-28T15:34:14.733Ztest test_kr ... ignored
35572026-05-28T15:34:14.733Ztest test_mac ... ignored
35582026-05-28T15:34:14.772Z
35592026-05-28T15:34:14.772Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35602026-05-28T15:34:14.772Z
35612026-05-28T15:34:14.772Z Running unittests src/main.rs (target/debug/deps/tfportd-187f5bdc99e9348b)
35622026-05-28T15:34:14.772Z
35632026-05-28T15:34:14.772Zrunning 3 tests
35642026-05-28T15:34:14.772Ztest linklocal::test_parse_ipadm ... ok
35652026-05-28T15:34:14.773Ztest config::tests::test_updates ... ok
35662026-05-28T15:34:14.773Ztest tfport::test_parse_tfport ... ok
35672026-05-28T15:34:14.773Z
35682026-05-28T15:34:14.773Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-05-28T15:34:14.773Z
35702026-05-28T15:34:14.773Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
35712026-05-28T15:34:14.773Z
35722026-05-28T15:34:14.773Zrunning 0 tests
35732026-05-28T15:34:14.773Z
35742026-05-28T15:34:14.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35752026-05-28T15:34:14.773Z
35762026-05-28T15:34:14.773Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
35772026-05-28T15:34:14.773Z
35782026-05-28T15:34:14.773Zrunning 0 tests
35792026-05-28T15:34:14.773Z
35802026-05-28T15:34:14.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35812026-05-28T15:34:14.773Z
35822026-05-28T15:34:14.773Z Doc-tests aal
35832026-05-28T15:34:14.773Z
35842026-05-28T15:34:14.773Zrunning 0 tests
35852026-05-28T15:34:14.773Z
35862026-05-28T15:34:14.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35872026-05-28T15:34:14.773Z
35882026-05-28T15:34:14.773Z Doc-tests aal_macros
35892026-05-28T15:34:14.773Z
35902026-05-28T15:34:14.773Zrunning 0 tests
35912026-05-28T15:34:14.773Z
35922026-05-28T15:34:14.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35932026-05-28T15:34:14.773Z
35942026-05-28T15:34:14.773Z Doc-tests common
35952026-05-28T15:34:14.887Z
35962026-05-28T15:34:14.887Zrunning 0 tests
35972026-05-28T15:34:14.887Z
35982026-05-28T15:34:14.887Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35992026-05-28T15:34:14.888Z
36002026-05-28T15:34:14.906Z Doc-tests dpd_api
36012026-05-28T15:34:15.806Z
36022026-05-28T15:34:15.806Zrunning 2 tests
36032026-05-28T15:34:15.806Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36042026-05-28T15:34:15.806Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36052026-05-28T15:34:15.806Z
36062026-05-28T15:34:15.806Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-05-28T15:34:15.806Z
36082026-05-28T15:34:15.817Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
36092026-05-28T15:34:15.833Z Doc-tests dpd_client
36102026-05-28T15:34:17.190Z
36112026-05-28T15:34:17.190Zrunning 0 tests
36122026-05-28T15:34:17.190Z
36132026-05-28T15:34:17.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36142026-05-28T15:34:17.190Z
36152026-05-28T15:34:17.236Z Doc-tests dpd_types
36162026-05-28T15:34:17.444Z
36172026-05-28T15:34:17.445Zrunning 0 tests
36182026-05-28T15:34:17.445Z
36192026-05-28T15:34:17.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36202026-05-28T15:34:17.445Z
36212026-05-28T15:34:17.888Z Doc-tests dpd_types_versions
36222026-05-28T15:34:18.519Z
36232026-05-28T15:34:18.520Zrunning 1 test
36242026-05-28T15:34:18.520Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36252026-05-28T15:34:18.520Z
36262026-05-28T15:34:18.520Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-05-28T15:34:18.520Z
36282026-05-28T15:34:18.524Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
36292026-05-28T15:34:18.561Z Doc-tests intr
36302026-05-28T15:34:18.701Z
36312026-05-28T15:34:18.701Zrunning 0 tests
36322026-05-28T15:34:18.701Z
36332026-05-28T15:34:18.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36342026-05-28T15:34:18.701Z
36352026-05-28T15:34:18.713Z Doc-tests packet
36362026-05-28T15:34:18.816Z
36372026-05-28T15:34:18.816Zrunning 0 tests
36382026-05-28T15:34:18.816Z
36392026-05-28T15:34:18.816Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36402026-05-28T15:34:18.816Z
36412026-05-28T15:34:18.830Z Doc-tests pcap
36422026-05-28T15:34:18.874Z
36432026-05-28T15:34:18.874Zrunning 0 tests
36442026-05-28T15:34:18.874Z
36452026-05-28T15:34:18.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36462026-05-28T15:34:18.875Z
36472026-05-28T15:34:18.932Zprocess exited: duration 690770 ms, exit code 0
 
36482026-05-28T15:34:18.952Zfound 0 output files