01KS8SCTAQ10AWBN28T0M41341: test

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

Buildomat Job: 01KS8SD5NPSJWT7RX95T5E09MB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T21:29:01.970Zjob assigned to worker 01KS8SDC47BTS67CCACKR8YV62 [factory aws, i-05d8cdacca53c708c] (queued for 57 s)
 
22026-05-22T21:29:08.705Zstarting task 0: "setup"
32026-05-22T21:29:08.710Z++ uname -s
42026-05-22T21:29:08.712Z+ kern=SunOS
52026-05-22T21:29:08.713Z+ build_user=build
62026-05-22T21:29:08.713Z+ build_uid=12345
72026-05-22T21:29:08.713Z+ work_dir=/work
82026-05-22T21:29:08.713Z+ input_dir=/input
92026-05-22T21:29:08.713Z+ [[ 0 == 12345 ]]
102026-05-22T21:29:08.713Z+ case "$kern" in
112026-05-22T21:29:08.713Z+ groupadd -g 12345 build
122026-05-22T21:29:08.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T21:29:10.732Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T21:29:10.801Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T21:29:10.805Z+ home_fs=zfs
162026-05-22T21:29:10.805Z+ [[ zfs == autofs ]]
172026-05-22T21:29:10.805Z+ mkdir -p /home/build
182026-05-22T21:29:10.805Z+ chown build:build /home/build /work
192026-05-22T21:29:12.805Z+ chmod 0700 /home/build /work
202026-05-22T21:29:12.809Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-22T21:29:12.816Zstarting task 1: "rust-toolchain"
222026-05-22T21:29:12.823Z * rust toolchain channel = "nightly-2026-05-20"
232026-05-22T21:29:12.823Z+ printf ' * rust toolchain channel = "%s"\n' nightly-2026-05-20
242026-05-22T21:29:12.823Z * rust toolchain profile = "default"
252026-05-22T21:29:12.823Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-22T21:29:12.823Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T21:29:12.823Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T21:29:12.826Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T21:29:12.826Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2026-05-20 --profile default
302026-05-22T21:29:12.933Zinfo: downloading installer
312026-05-22T21:29:14.272Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T21:29:14.272Zwarn: /home/build/.rustup/settings.toml
332026-05-22T21:29:14.272Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T21:29:14.272Zwarn: instead of the one inferred from the default host triple.
352026-05-22T21:29:14.282Zinfo: profile set to default
362026-05-22T21:29:14.282Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T21:29:14.286Zinfo: syncing channel updates for nightly-2026-05-20-x86_64-unknown-illumos
382026-05-22T21:29:14.532Zinfo: latest update on 2026-05-20 for version 1.97.0-nightly (e50aa6fba 2026-05-19)
392026-05-22T21:29:14.535Zinfo: downloading 6 components
402026-05-22T21:29:29.796Zinfo: default toolchain set to nightly-2026-05-20-x86_64-unknown-illumos
412026-05-22T21:29:29.796Z
422026-05-22T21:29:29.823Z nightly-2026-05-20-x86_64-unknown-illumos installed - rustc 1.97.0-nightly (e50aa6fba 2026-05-19)
432026-05-22T21:29:29.823Z
442026-05-22T21:29:29.823Z
452026-05-22T21:29:29.823ZRust is installed now. Great!
462026-05-22T21:29:29.823Z
472026-05-22T21:29:29.823ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T21:29:29.823Zenvironment variable. This has not been done automatically.
492026-05-22T21:29:29.823Z
502026-05-22T21:29:29.823ZTo configure your current shell, you need to source
512026-05-22T21:29:29.823Zthe corresponding env file under $HOME/.cargo.
522026-05-22T21:29:29.823Z
532026-05-22T21:29:29.823ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T21:29:29.823Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T21:29:29.823Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T21:29:29.823Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T21:29:29.823Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T21:29:29.826Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T21:29:29.827Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T21:29:29.827Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T21:29:29.827Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T21:29:29.932Z+ rustup --version
632026-05-22T21:29:29.941Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T21:29:29.944Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T21:29:29.962Zinfo: the currently active `rustc` version is `rustc 1.97.0-nightly (e50aa6fba 2026-05-19)`
662026-05-22T21:29:29.965Z+ cargo --version
672026-05-22T21:29:29.980Zcargo 1.97.0-nightly (4d1f98451 2026-05-15)
682026-05-22T21:29:29.983Z+ rustc --version
692026-05-22T21:29:30.001Zrustc 1.97.0-nightly (e50aa6fba 2026-05-19)
702026-05-22T21:29:30.004Zprocess exited: duration 17187 ms, exit code 0
 
712026-05-22T21:29:30.011Zstarting task 2: "authentication"
722026-05-22T21:29:30.026Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T21:29:30.032Zstarting task 3: "clone repository"
742026-05-22T21:29:30.035Z+ mkdir -p /work/oxidecomputer/dendrite
752026-05-22T21:29:30.038Z+ git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite
762026-05-22T21:29:30.073ZCloning into '/work/oxidecomputer/dendrite'...
772026-05-22T21:29:31.120Z+ cd /work/oxidecomputer/dendrite
782026-05-22T21:29:31.120Z+ git fetch origin 373246227e5fd9d68af26de7d610abbe1529e284
792026-05-22T21:29:31.333ZFrom https://github.com/oxidecomputer/dendrite
802026-05-22T21:29:31.333Z * branch 373246227e5fd9d68af26de7d610abbe1529e284 -> FETCH_HEAD
812026-05-22T21:29:31.337Z+ [[ -n interrupts ]]
822026-05-22T21:29:31.340Z++ git branch --show-current
832026-05-22T21:29:31.340Z+ current=main
842026-05-22T21:29:31.340Z+ [[ main != interrupts ]]
852026-05-22T21:29:31.340Z+ git branch -f interrupts 373246227e5fd9d68af26de7d610abbe1529e284
862026-05-22T21:29:31.343Z+ git checkout -f interrupts
872026-05-22T21:29:31.360ZSwitched to branch 'interrupts'
882026-05-22T21:29:31.363Z+ git reset --hard 373246227e5fd9d68af26de7d610abbe1529e284
892026-05-22T21:29:31.379ZHEAD is now at 3732462 clippy cleanup
902026-05-22T21:29:31.383Zprocess exited: duration 1346 ms, exit code 0
 
912026-05-22T21:29:31.389Zstarting task 4: "build"
922026-05-22T21:29:31.392Z+ source .github/buildomat/common.sh
932026-05-22T21:29:31.395Z++ TOFINO_STAGES=20
942026-05-22T21:29:31.395Z++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94
952026-05-22T21:29:31.395Z++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
962026-05-22T21:29:31.395Z++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b
972026-05-22T21:29:31.395Z+++ uname -s
982026-05-22T21:29:31.395Z++ '[' SunOS == SunOS ']'
992026-05-22T21:29:31.395Z++ SERIES=illumos
1002026-05-22T21:29:31.395Z+++ uname -s
1012026-05-22T21:29:31.398Z++ '[' SunOS == SunOS ']'
1022026-05-22T21:29:31.398Z++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94
1032026-05-22T21:29:31.398Z++ rustup show active-toolchain
1042026-05-22T21:29:31.403Znightly-2026-05-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml')
1052026-05-22T21:29:31.407Z+ source .github/buildomat/illumos.sh
1062026-05-22T21:29:31.407Z++ banner 'sde setup'
1072026-05-22T21:29:31.407Z
1082026-05-22T21:29:31.407Z #### ##### ###### #### ###### ##### # # #####
1092026-05-22T21:29:31.407Z # # # # # # # # # # #
1102026-05-22T21:29:31.407Z #### # # ##### #### ##### # # # # #
1112026-05-22T21:29:31.407Z # # # # # # # # # #####
1122026-05-22T21:29:31.407Z # # # # # # # # # # # #
1132026-05-22T21:29:31.407Z #### ##### ###### #### ###### # #### #
1142026-05-22T21:29:31.407Z
1152026-05-22T21:29:31.407Z++ export PKG_SUCCESS_ON_NOP=1
1162026-05-22T21:29:31.407Z++ PKG_SUCCESS_ON_NOP=1
1172026-05-22T21:29:31.407Z++ export PKG=tofino_sde.p5p
1182026-05-22T21:29:31.407Z++ PKG=tofino_sde.p5p
1192026-05-22T21:29:31.407Z++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p
1202026-05-22T21:29:31.410Z % Total % Received % Xferd Average Speed Time Time Time Current
1212026-05-22T21:29:31.410Z Dload Upload Total Spent Left Speed
1222026-05-22T21:29:32.422Z 0 0 0 0 0 0 0 0 0 97 76.03M 97 74.26M 0 0 74.32M 0 00:01 00:01 74.34M 100 76.03M 100 76.03M 0 0 75.12M 0 00:01 00:01 74.34M 100 76.03M 100 76.03M 0 0 75.12M 0 00:01 00:01 74.34M 100 76.03M 100 76.03M 0 0 75.12M 0 00:01 00:01 74.34M
1232026-05-22T21:29:32.427Z+++ digest -a sha256 tofino_sde.p5p
1242026-05-22T21:29:32.482Z++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275
1252026-05-22T21:29:32.486Z++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']'
1262026-05-22T21:29:32.486Z++ pfexec pkg install -g tofino_sde.p5p tofino_sde
1272026-05-22T21:29:35.208Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-22T21:29:35.280Z Startup: Caching catalogs ... Done
1292026-05-22T21:29:35.317Z Startup: Refreshing catalog 'oxide' ... Done
1302026-05-22T21:29:35.600ZPlanning: Solver setup ... Done
1312026-05-22T21:29:35.619ZPlanning: Running solver ... Done
1322026-05-22T21:29:35.623ZPlanning: Finding local manifests ... Done
1332026-05-22T21:29:35.626ZPlanning: Fetching manifests: 1/1 100% complete
1342026-05-22T21:29:35.630ZPlanning: Fetching manifests: 1/1 100% complete
1352026-05-22T21:29:35.644ZPlanning: Package planning ... Done
1362026-05-22T21:29:35.646ZPlanning: Merging actions ... Done
1372026-05-22T21:29:35.760ZPlanning: Checking for conflicting actions ... Done
1382026-05-22T21:29:35.763ZPlanning: Consolidating action changes ... Done
1392026-05-22T21:29:36.575ZPlanning: Evaluating mediators ... Done
1402026-05-22T21:29:36.578ZPlanning: Planning completed in 1.25 seconds
1412026-05-22T21:29:36.582Z Packages to install: 1
1422026-05-22T21:29:36.585Z Create boot environment: No
1432026-05-22T21:29:36.585ZCreate backup boot environment: No
1442026-05-22T21:29:36.606Z
1452026-05-22T21:29:36.606ZDownload: 0/242 items 0.0/75.3MB 0% complete
1462026-05-22T21:29:36.759ZDownload: Completed 75.30 MB in 0.15 seconds (494M/s)
1472026-05-22T21:29:36.944Z Actions: 1/293 actions (Installing new actions)
1482026-05-22T21:29:37.912Z Actions: Completed 293 actions in 0.97 seconds.
1492026-05-22T21:29:37.915ZFinalize: Updating package state database ... Done
1502026-05-22T21:29:37.956ZFinalize: Updating package cache ... Done
1512026-05-22T21:29:37.976ZFinalize: Updating image state ... Done
1522026-05-22T21:29:40.382ZFinalize: Creating fast lookup database ... Done
1532026-05-22T21:29:40.452ZFinalize: Reading search index ... Done
1542026-05-22T21:29:40.456ZFinalize: Updating search index ... Done
1552026-05-22T21:29:40.687ZFinalize: Updating package cache ... Done
1562026-05-22T21:29:40.781Z++ export SDE=/opt/oxide/tofino_sde
1572026-05-22T21:29:40.781Z++ SDE=/opt/oxide/tofino_sde
1582026-05-22T21:29:40.781Z++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1592026-05-22T21:29:40.781Z++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib:
1602026-05-22T21:29:40.781Z++ banner packages
1612026-05-22T21:29:40.784Z
1622026-05-22T21:29:40.784Z ##### ## #### # # ## #### ###### ####
1632026-05-22T21:29:40.784Z # # # # # # # # # # # # # #
1642026-05-22T21:29:40.784Z # # # # # #### # # # ##### ####
1652026-05-22T21:29:40.784Z ##### ###### # # # ###### # ### # #
1662026-05-22T21:29:40.784Z # # # # # # # # # # # # # #
1672026-05-22T21:29:40.784Z # # # #### # # # # #### ###### ####
1682026-05-22T21:29:40.784Z
1692026-05-22T21:29:40.784Z++ pfexec pkg install clang-15 pcap gcc14
1702026-05-22T21:29:41.041Z Startup: Refreshing catalog 'helios' ... Done
1712026-05-22T21:29:41.045Z Startup: Refreshing catalog 'oxide' ... Done
1722026-05-22T21:29:41.283ZPlanning: Solver setup ... Done
1732026-05-22T21:29:41.301ZPlanning: Running solver ... Done
1742026-05-22T21:29:41.305ZPlanning: Consolidating action changes ... Done
1752026-05-22T21:29:41.305ZPlanning: Evaluating mediators ... Done
1762026-05-22T21:29:41.308ZPlanning: Planning completed in 0.26 seconds
1772026-05-22T21:29:41.321ZNo updates necessary for this image.
1782026-05-22T21:29:41.380Z++ pfexec pkg set-mediator -V 15 clang llvm
1792026-05-22T21:29:41.591ZPlanning: Evaluating mediator changes ... Done
1802026-05-22T21:29:41.696ZPlanning: Checking for conflicting actions ... Done
1812026-05-22T21:29:41.699ZPlanning: Consolidating action changes ... Done
1822026-05-22T21:29:41.854ZPlanning: Evaluating mediators ... Done
1832026-05-22T21:29:41.857ZPlanning: Planning completed in 0.26 seconds
1842026-05-22T21:29:41.877Z Mediators to change: 2
1852026-05-22T21:29:41.878Z Create boot environment: No
1862026-05-22T21:29:41.878ZCreate backup boot environment: No
1872026-05-22T21:29:41.932ZFinalize: Updating package state database ... Done
1882026-05-22T21:29:41.932ZFinalize: Updating package cache ... Done
1892026-05-22T21:29:41.943ZFinalize: Updating image state ... Done
1902026-05-22T21:29:43.881ZFinalize: Creating fast lookup database ... Done
1912026-05-22T21:29:43.940ZFinalize: Reading search index ... Done
1922026-05-22T21:29:43.943ZFinalize: Updating search index ... Done
1932026-05-22T21:29:44.029ZFinalize: Updating package cache ... Done
1942026-05-22T21:29:44.106Z++ cargo --version
1952026-05-22T21:29:44.116Zcargo 1.97.0-nightly (4d1f98451 2026-05-15)
1962026-05-22T21:29:44.119Z++ rustc --version
1972026-05-22T21:29:44.138Zrustc 1.97.0-nightly (e50aa6fba 2026-05-19)
1982026-05-22T21:29:44.141Z+ banner copyrights
1992026-05-22T21:29:44.144Z
2002026-05-22T21:29:44.144Z #### #### ##### # # ##### # #### # # ##### ####
2012026-05-22T21:29:44.144Z # # # # # # # # # # # # # # # # #
2022026-05-22T21:29:44.144Z # # # # # # # # # # ###### # ####
2032026-05-22T21:29:44.144Z # # # ##### # ##### # # ### # # # #
2042026-05-22T21:29:44.145Z # # # # # # # # # # # # # # # #
2052026-05-22T21:29:44.145Z #### #### # # # # # #### # # # ####
2062026-05-22T21:29:44.145Z
2072026-05-22T21:29:44.145Z+ ./tools/check_copyrights.sh
2082026-05-22T21:29:44.423Zcommon/src/illumos.rs: Copyright with wrong year
2092026-05-22T21:29:45.173Zdpd/p4/headers.p4: Copyright with wrong year
2102026-05-22T21:29:45.646Zpacket/src/eth.rs: Copyright with wrong year
2112026-05-22T21:29:45.734Zpcap/build.rs: Copyright with wrong year
2122026-05-22T21:29:45.901Ztfportd/src/linklocal.rs: Copyright with wrong year
2132026-05-22T21:29:46.122Z+ banner clippy
2142026-05-22T21:29:46.125Z
2152026-05-22T21:29:46.125Z #### # # ##### ##### # #
2162026-05-22T21:29:46.125Z # # # # # # # # # #
2172026-05-22T21:29:46.125Z # # # # # # # #
2182026-05-22T21:29:46.125Z # # # ##### ##### #
2192026-05-22T21:29:46.125Z # # # # # # #
2202026-05-22T21:29:46.125Z #### ###### # # # #
2212026-05-22T21:29:46.125Z
2222026-05-22T21:29:46.125Z+ for feat in tofino_stub tofino_asic softnpu chaos
2232026-05-22T21:29:46.125Z+ cargo clippy --features tofino_stub -- --deny warnings
2242026-05-22T21:29:46.262Z Updating git repository `https://github.com/oxidecomputer/omicron`
2252026-05-22T21:29:56.082Z Updating crates.io index
2262026-05-22T21:29:56.085Z Updating git repository `https://github.com/illumos/smf-rs`
2272026-05-22T21:29:56.322Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-05-22T21:29:57.050Z Updating git repository `https://github.com/oxidecomputer/softnpu`
2292026-05-22T21:29:57.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-05-22T21:29:57.616Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2312026-05-22T21:29:58.053Z Updating git repository `https://github.com/oxidecomputer/bitset`
2322026-05-22T21:29:58.287Z Updating git repository `https://github.com/oxidecomputer/rsf`
2332026-05-22T21:29:58.574Z Updating git repository `https://github.com/oxidecomputer/scuffle`
2342026-05-22T21:29:58.850Z Updating git repository `https://github.com/oxidecomputer/ispf`
2352026-05-22T21:29:59.100Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2362026-05-22T21:29:59.423Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-05-22T21:29:59.730Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2382026-05-22T21:29:59.987Z Updating git repository `https://github.com/oxidecomputer/p9fs`
2392026-05-22T21:30:00.242Z Updating git repository `https://github.com/oxidecomputer/p4`
2402026-05-22T21:30:00.890Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-05-22T21:30:01.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2422026-05-22T21:30:01.888Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432026-05-22T21:30:02.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2442026-05-22T21:30:02.761Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-22T21:30:03.039Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-22T21:30:03.483Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-22T21:30:03.982Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-22T21:30:04.323Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-22T21:30:04.573Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-22T21:30:04.837Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2512026-05-22T21:30:05.673Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-05-22T21:30:06.170Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-05-22T21:30:07.906Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-05-22T21:30:08.521Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-22T21:30:08.763Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-05-22T21:30:11.149Z Downloading crates ...
2572026-05-22T21:30:11.195Z Downloaded cfg_aliases v0.2.1
2582026-05-22T21:30:11.198Z Downloaded anstyle v1.0.14
2592026-05-22T21:30:11.201Z Downloaded anstyle-parse v1.0.0
2602026-05-22T21:30:11.204Z Downloaded arrayvec v0.7.6
2612026-05-22T21:30:11.211Z Downloaded autocfg v1.5.0
2622026-05-22T21:30:11.214Z Downloaded adler2 v2.0.1
2632026-05-22T21:30:11.219Z Downloaded bitflags v2.11.1
2642026-05-22T21:30:11.222Z Downloaded linked-hash-map v0.5.6
2652026-05-22T21:30:11.225Z Downloaded macaddr v1.0.1
2662026-05-22T21:30:11.228Z Downloaded ingot-macros v0.1.1
2672026-05-22T21:30:11.228Z Downloaded libsw-core v0.3.2
2682026-05-22T21:30:11.228Z Downloaded idna_adapter v1.2.1
2692026-05-22T21:30:11.228Z Downloaded bcs v0.1.6
2702026-05-22T21:30:11.231Z Downloaded arrayref v0.3.9
2712026-05-22T21:30:11.231Z Downloaded async-recursion v1.1.1
2722026-05-22T21:30:11.231Z Downloaded async-stream v0.3.6
2732026-05-22T21:30:11.234Z Downloaded atomicwrites v0.4.4
2742026-05-22T21:30:11.234Z Downloaded ingot-types v0.1.2
2752026-05-22T21:30:11.234Z Downloaded num_threads v0.1.7
2762026-05-22T21:30:11.234Z Downloaded bit-set v0.8.0
2772026-05-22T21:30:11.237Z Downloaded num-complex v0.4.6
2782026-05-22T21:30:11.237Z Downloaded opaque-debug v0.3.1
2792026-05-22T21:30:11.237Z Downloaded oxide-tokio-rt v0.1.2
2802026-05-22T21:30:11.237Z Downloaded libloading v0.8.9
2812026-05-22T21:30:11.240Z Downloaded atomic-waker v1.1.2
2822026-05-22T21:30:11.240Z Downloaded cfg-if v1.0.3
2832026-05-22T21:30:11.240Z Downloaded parking_lot v0.12.5
2842026-05-22T21:30:11.243Z Downloaded ipnetwork v0.21.1
2852026-05-22T21:30:11.243Z Downloaded managed v0.8.0
2862026-05-22T21:30:11.243Z Downloaded num-traits v0.2.19
2872026-05-22T21:30:11.246Z Downloaded async-trait v0.1.89
2882026-05-22T21:30:11.246Z Downloaded bit-vec v0.8.0
2892026-05-22T21:30:11.249Z Downloaded defmt-parser v1.0.0
2902026-05-22T21:30:11.252Z Downloaded base16ct v0.2.0
2912026-05-22T21:30:11.252Z Downloaded ciborium-ll v0.2.2
2922026-05-22T21:30:11.252Z Downloaded ident_case v1.0.1
2932026-05-22T21:30:11.252Z Downloaded openssl-probe v0.1.6
2942026-05-22T21:30:11.252Z Downloaded cargo-platform v0.1.9
2952026-05-22T21:30:11.255Z Downloaded match_cfg v0.1.0
2962026-05-22T21:30:11.255Z Downloaded memmap v0.7.0
2972026-05-22T21:30:11.255Z Downloaded bitflags v1.3.2
2982026-05-22T21:30:11.258Z Downloaded camino v1.2.2
2992026-05-22T21:30:11.261Z Downloaded itertools v0.14.0
3002026-05-22T21:30:11.264Z Downloaded lru-cache v0.1.2
3012026-05-22T21:30:11.264Z Downloaded libsw v3.5.0
3022026-05-22T21:30:11.267Z Downloaded anstyle-query v1.1.4
3032026-05-22T21:30:11.267Z Downloaded lru-slab v0.1.2
3042026-05-22T21:30:11.267Z Downloaded cexpr v0.6.0
3052026-05-22T21:30:11.270Z Downloaded cstr-argument v0.1.2
3062026-05-22T21:30:11.273Z Downloaded convert_case v0.4.0
3072026-05-22T21:30:11.273Z Downloaded is_ci v1.2.0
3082026-05-22T21:30:11.276Z Downloaded keccak v0.1.6
3092026-05-22T21:30:11.276Z Downloaded constant_time_eq v0.3.1
3102026-05-22T21:30:11.279Z Downloaded aead v0.5.2
3112026-05-22T21:30:11.279Z Downloaded colorchoice v1.0.4
3122026-05-22T21:30:11.283Z Downloaded cobs v0.3.0
3132026-05-22T21:30:11.283Z Downloaded memoffset v0.9.1
3142026-05-22T21:30:11.283Z Downloaded oxnet v0.1.4
3152026-05-22T21:30:11.288Z Downloaded ciborium-io v0.2.2
3162026-05-22T21:30:11.288Z Downloaded crucible-workspace-hack v0.1.0
3172026-05-22T21:30:11.291Z Downloaded annotate-snippets v0.11.5
3182026-05-22T21:30:11.291Z Downloaded anyhow v1.0.102
3192026-05-22T21:30:11.291Z Downloaded litemap v0.8.0
3202026-05-22T21:30:11.291Z Downloaded is-terminal v0.4.16
3212026-05-22T21:30:11.294Z Downloaded anstream v1.0.0
3222026-05-22T21:30:11.294Z Downloaded aws-lc-rs v1.16.2
3232026-05-22T21:30:11.297Z Downloaded byteorder v1.5.0
3242026-05-22T21:30:11.300Z Downloaded inout v0.1.4
3252026-05-22T21:30:11.300Z Downloaded block-buffer v0.10.4
3262026-05-22T21:30:11.300Z Downloaded num v0.4.3
3272026-05-22T21:30:11.300Z Downloaded wait-timeout v0.2.1
3282026-05-22T21:30:11.300Z Downloaded curve25519-dalek-derive v0.1.1
3292026-05-22T21:30:11.303Z Downloaded num_enum_derive v0.5.11
3302026-05-22T21:30:11.303Z Downloaded lazy_static v1.5.0
3312026-05-22T21:30:11.309Z Downloaded omicron-workspace-hack v0.1.0
3322026-05-22T21:30:11.312Z Downloaded newtype_derive v0.1.6
3332026-05-22T21:30:11.312Z Downloaded indent_write v2.2.0
3342026-05-22T21:30:11.315Z Downloaded crypto-common v0.1.6
3352026-05-22T21:30:11.315Z Downloaded darling_macro v0.21.3
3362026-05-22T21:30:11.315Z Downloaded num-conv v0.2.1
3372026-05-22T21:30:11.318Z Downloaded openssl-macros v0.1.1
3382026-05-22T21:30:11.318Z Downloaded debug-ignore v1.0.5
3392026-05-22T21:30:11.318Z Downloaded crc8 v0.1.1
3402026-05-22T21:30:11.321Z Downloaded is_terminal_polyfill v1.70.1
3412026-05-22T21:30:11.324Z Downloaded internet-checksum v0.2.1
3422026-05-22T21:30:11.324Z Downloaded kstat-rs v0.2.4
3432026-05-22T21:30:11.324Z Downloaded clap_lex v1.1.0
3442026-05-22T21:30:11.327Z Downloaded serde_spanned v0.6.9
3452026-05-22T21:30:11.327Z Downloaded async-stream-impl v0.3.6
3462026-05-22T21:30:11.327Z Downloaded num-iter v0.1.45
3472026-05-22T21:30:11.327Z Downloaded termtree v0.5.1
3482026-05-22T21:30:11.330Z Downloaded usdt-macro v0.6.0
3492026-05-22T21:30:11.333Z Downloaded untrusted v0.7.1
3502026-05-22T21:30:11.336Z Downloaded cpufeatures v0.2.17
3512026-05-22T21:30:11.336Z Downloaded mime v0.3.17
3522026-05-22T21:30:11.339Z Downloaded want v0.3.1
3532026-05-22T21:30:11.341Z Downloaded siphasher v1.0.1
3542026-05-22T21:30:11.341Z Downloaded strum v0.27.2
3552026-05-22T21:30:11.341Z Downloaded thiserror-impl-no-std v2.0.2
3562026-05-22T21:30:11.345Z Downloaded olpc-cjson v0.1.4
3572026-05-22T21:30:11.345Z Downloaded paste v1.0.15
3582026-05-22T21:30:11.348Z Downloaded cancel-safe-futures v0.1.5
3592026-05-22T21:30:11.348Z Downloaded cargo_metadata v0.18.1
3602026-05-22T21:30:11.348Z Downloaded num_enum_derive v0.7.5
3612026-05-22T21:30:11.348Z Downloaded crossbeam-deque v0.8.6
3622026-05-22T21:30:11.351Z Downloaded defmt v1.0.1
3632026-05-22T21:30:11.353Z Downloaded defmt-macros v1.0.1
3642026-05-22T21:30:11.356Z Downloaded blake2 v0.10.6
3652026-05-22T21:30:11.356Z Downloaded linear-map v1.2.0
3662026-05-22T21:30:11.356Z Downloaded swrite v0.1.0
3672026-05-22T21:30:11.359Z Downloaded typify-macro v0.4.3
3682026-05-22T21:30:11.359Z Downloaded num-derive v0.4.2
3692026-05-22T21:30:11.359Z Downloaded critical-section v1.2.0
3702026-05-22T21:30:11.362Z Downloaded zerofrom v0.1.6
3712026-05-22T21:30:11.365Z Downloaded slog-bunyan v2.5.0
3722026-05-22T21:30:11.365Z Downloaded universal-hash v0.5.1
3732026-05-22T21:30:11.368Z Downloaded newline-converter v0.3.0
3742026-05-22T21:30:11.368Z Downloaded itoa v1.0.15
3752026-05-22T21:30:11.371Z Downloaded dtrace-parser v0.2.0
3762026-05-22T21:30:11.374Z Downloaded dyn-clone v1.0.20
3772026-05-22T21:30:11.374Z Downloaded libscf-sys v1.2.0
3782026-05-22T21:30:11.374Z Downloaded foreign-types-shared v0.1.1
3792026-05-22T21:30:11.374Z Downloaded structmeta v0.3.0
3802026-05-22T21:30:11.377Z Downloaded instant v0.1.13
3812026-05-22T21:30:11.377Z Downloaded parse-display v0.10.0
3822026-05-22T21:30:11.380Z Downloaded darling v0.21.3
3832026-05-22T21:30:11.382Z Downloaded futures-task v0.3.32
3842026-05-22T21:30:11.382Z Downloaded backoff v0.4.0
3852026-05-22T21:30:11.382Z Downloaded convert_case v0.8.0
3862026-05-22T21:30:11.382Z Downloaded heck v0.4.1
3872026-05-22T21:30:11.385Z Downloaded zerofrom-derive v0.1.6
3882026-05-22T21:30:11.388Z Downloaded argon2 v0.5.3
3892026-05-22T21:30:11.388Z Downloaded defmt v0.3.100
3902026-05-22T21:30:11.388Z Downloaded snafu-derive v0.8.9
3912026-05-22T21:30:11.388Z Downloaded num_enum v0.7.5
3922026-05-22T21:30:11.391Z Downloaded bytecount v0.6.9
3932026-05-22T21:30:11.394Z Downloaded cmake v0.1.54
3942026-05-22T21:30:11.394Z Downloaded csv-core v0.1.12
3952026-05-22T21:30:11.394Z Downloaded newtype-uuid-macros v0.1.0
3962026-05-22T21:30:11.394Z Downloaded owo-colors v4.3.0
3972026-05-22T21:30:11.397Z Downloaded camino-tempfile v1.4.1
3982026-05-22T21:30:11.397Z Downloaded cipher v0.4.4
3992026-05-22T21:30:11.400Z Downloaded const_format_proc_macros v0.2.34
4002026-05-22T21:30:11.401Z Downloaded daft v0.1.5
4012026-05-22T21:30:11.401Z Downloaded thread_local v1.1.9
4022026-05-22T21:30:11.404Z Downloaded num-rational v0.4.2
4032026-05-22T21:30:11.407Z Downloaded daft-derive v0.1.5
4042026-05-22T21:30:11.410Z Downloaded multer v3.1.0
4052026-05-22T21:30:11.413Z Downloaded jobserver v0.1.34
4062026-05-22T21:30:11.413Z Downloaded hostname v0.4.2
4072026-05-22T21:30:11.413Z Downloaded ipnet v2.11.0
4082026-05-22T21:30:11.417Z Downloaded display-error-chain v0.2.2
4092026-05-22T21:30:11.420Z Downloaded base64ct v1.8.0
4102026-05-22T21:30:11.424Z Downloaded ciborium v0.2.2
4112026-05-22T21:30:11.424Z Downloaded clap_derive v4.6.0
4122026-05-22T21:30:11.424Z Downloaded pin-utils v0.1.0
4132026-05-22T21:30:11.424Z Downloaded powerfmt v0.2.0
4142026-05-22T21:30:11.427Z Downloaded data-encoding v2.9.0
4152026-05-22T21:30:11.427Z Downloaded sync_wrapper v1.0.2
4162026-05-22T21:30:11.427Z Downloaded chacha20 v0.9.1
4172026-05-22T21:30:11.430Z Downloaded percent-encoding v2.3.2
4182026-05-22T21:30:11.430Z Downloaded proc-macro-error-attr v1.0.4
4192026-05-22T21:30:11.430Z Downloaded progenitor-macro v0.13.0
4202026-05-22T21:30:11.430Z Downloaded hash32 v0.3.1
4212026-05-22T21:30:11.430Z Downloaded cc v1.2.58
4222026-05-22T21:30:11.433Z Downloaded crossbeam-utils v0.8.21
4232026-05-22T21:30:11.436Z Downloaded native-tls v0.2.14
4242026-05-22T21:30:11.436Z Downloaded parse-display-derive v0.10.0
4252026-05-22T21:30:11.438Z Downloaded lock_api v0.4.14
4262026-05-22T21:30:11.438Z Downloaded zerovec-derive v0.11.1
4272026-05-22T21:30:11.438Z Downloaded errno v0.3.14
4282026-05-22T21:30:11.442Z Downloaded writeable v0.6.1
4292026-05-22T21:30:11.442Z Downloaded float-ord v0.3.2
4302026-05-22T21:30:11.442Z Downloaded filetime v0.2.26
4312026-05-22T21:30:11.445Z Downloaded password-hash v0.5.0
4322026-05-22T21:30:11.445Z Downloaded fs_extra v1.3.0
4332026-05-22T21:30:11.445Z Downloaded ingot v0.1.1
4342026-05-22T21:30:11.445Z Downloaded thread-id v5.0.0
4352026-05-22T21:30:11.448Z Downloaded fs-err v3.1.2
4362026-05-22T21:30:11.448Z Downloaded num-integer v0.1.46
4372026-05-22T21:30:11.451Z Downloaded structmeta-derive v0.3.0
4382026-05-22T21:30:11.451Z Downloaded signal-hook-tokio v0.3.1
4392026-05-22T21:30:11.454Z Downloaded serde_plain v1.0.2
4402026-05-22T21:30:11.454Z Downloaded supports-color v3.0.2
4412026-05-22T21:30:11.457Z Downloaded take_mut v0.2.2
4422026-05-22T21:30:11.457Z Downloaded parking_lot_core v0.9.12
4432026-05-22T21:30:11.457Z Downloaded num_enum v0.5.11
4442026-05-22T21:30:11.460Z Downloaded colored v3.0.0
4452026-05-22T21:30:11.463Z Downloaded omicron-zone-package v0.12.2
4462026-05-22T21:30:11.463Z Downloaded console v0.15.11
4472026-05-22T21:30:11.466Z Downloaded tokio-rustls v0.26.3
4482026-05-22T21:30:11.469Z Downloaded crc32fast v1.5.0
4492026-05-22T21:30:11.477Z Downloaded icu_provider v2.0.0
4502026-05-22T21:30:11.480Z Downloaded log v0.4.29
4512026-05-22T21:30:11.480Z Downloaded indexmap v1.9.3
4522026-05-22T21:30:11.480Z Downloaded glob v0.3.3
4532026-05-22T21:30:11.483Z Downloaded usdt v0.6.0
4542026-05-22T21:30:11.483Z Downloaded unicode-xid v0.2.6
4552026-05-22T21:30:11.486Z Downloaded dof v0.3.0
4562026-05-22T21:30:11.486Z Downloaded phf v0.12.1
4572026-05-22T21:30:11.486Z Downloaded progenitor-client v0.10.0
4582026-05-22T21:30:11.486Z Downloaded topological-sort v0.2.2
4592026-05-22T21:30:11.489Z Downloaded sha2 v0.10.9
4602026-05-22T21:30:11.492Z Downloaded base64 v0.22.1
4612026-05-22T21:30:11.492Z Downloaded secrecy v0.10.3
4622026-05-22T21:30:11.495Z Downloaded quote v1.0.45
4632026-05-22T21:30:11.495Z Downloaded rand_core v0.6.4
4642026-05-22T21:30:11.495Z Downloaded enum-as-inner v0.6.1
4652026-05-22T21:30:11.498Z Downloaded futures-io v0.3.32
4662026-05-22T21:30:11.501Z Downloaded typify-macro v0.6.1
4672026-05-22T21:30:11.501Z Downloaded humantime v2.3.0
4682026-05-22T21:30:11.501Z Downloaded memmap2 v0.9.8
4692026-05-22T21:30:11.504Z Downloaded usdt v0.5.0
4702026-05-22T21:30:11.504Z Downloaded dropshot-api-manager-types v0.5.2
4712026-05-22T21:30:11.504Z Downloaded dunce v1.0.5
4722026-05-22T21:30:11.507Z Downloaded smallvec v1.15.1
4732026-05-22T21:30:11.510Z Downloaded git-stub v1.0.0
4742026-05-22T21:30:11.510Z Downloaded toml v0.8.23
4752026-05-22T21:30:11.513Z Downloaded try-lock v0.2.5
4762026-05-22T21:30:11.513Z Downloaded hyper-tls v0.6.0
4772026-05-22T21:30:11.517Z Downloaded fastrand v2.3.0
4782026-05-22T21:30:11.519Z Downloaded static_assertions v1.1.0
4792026-05-22T21:30:11.522Z Downloaded scroll v0.13.0
4802026-05-22T21:30:11.525Z Downloaded serde_derive_internals v0.29.1
4812026-05-22T21:30:11.525Z Downloaded toml_parser v1.0.6+spec-1.1.0
4822026-05-22T21:30:11.525Z Downloaded fnv v1.0.7
4832026-05-22T21:30:11.525Z Downloaded test-strategy v0.4.3
4842026-05-22T21:30:11.528Z Downloaded hubpack v0.1.2
4852026-05-22T21:30:11.531Z Downloaded proc-macro-crate v1.3.1
4862026-05-22T21:30:11.531Z Downloaded potential_utf v0.1.3
4872026-05-22T21:30:11.534Z Downloaded newtype-uuid v1.3.2
4882026-05-22T21:30:11.534Z Downloaded ref-cast v1.0.25
4892026-05-22T21:30:11.537Z Downloaded cookie v0.18.1
4902026-05-22T21:30:11.537Z Downloaded slog-term v2.9.2
4912026-05-22T21:30:11.540Z Downloaded slog-json v2.6.1
4922026-05-22T21:30:11.543Z Downloaded semver v0.1.20
4932026-05-22T21:30:11.545Z Downloaded clang-sys v1.8.1
4942026-05-22T21:30:11.548Z Downloaded crossbeam-epoch v0.9.18
4952026-05-22T21:30:11.553Z Downloaded sha1 v0.10.6
4962026-05-22T21:30:11.556Z Downloaded subtle v2.6.1
4972026-05-22T21:30:11.556Z Downloaded icu_normalizer v2.0.0
4982026-05-22T21:30:11.558Z Downloaded signal-hook v0.3.18
4992026-05-22T21:30:11.558Z Downloaded pest_meta v2.8.2
5002026-05-22T21:30:11.563Z Downloaded thiserror v2.0.18
5012026-05-22T21:30:11.566Z Downloaded thiserror-no-std v2.0.2
5022026-05-22T21:30:11.569Z Downloaded tokio-macros v2.6.0
5032026-05-22T21:30:11.569Z Downloaded ref-cast-impl v1.0.25
5042026-05-22T21:30:11.572Z Downloaded scopeguard v1.2.0
5052026-05-22T21:30:11.572Z Downloaded utf8_iter v1.0.4
5062026-05-22T21:30:11.572Z Downloaded derive-ex v0.1.8
5072026-05-22T21:30:11.572Z Downloaded highway v1.3.0
5082026-05-22T21:30:11.572Z Downloaded bytes v1.11.1
5092026-05-22T21:30:11.575Z Downloaded usdt-attr-macro v0.5.0
5102026-05-22T21:30:11.575Z Downloaded yoke-derive v0.8.0
5112026-05-22T21:30:11.575Z Downloaded papergrid v0.17.0
5122026-05-22T21:30:11.579Z Downloaded futures-executor v0.3.32
5132026-05-22T21:30:11.579Z Downloaded tower-service v0.3.3
5142026-05-22T21:30:11.579Z Downloaded tower-layer v0.3.3
5152026-05-22T21:30:11.582Z Downloaded once_cell v1.21.3
5162026-05-22T21:30:11.582Z Downloaded proc-macro-error v1.0.4
5172026-05-22T21:30:11.585Z Downloaded zmij v1.0.17
5182026-05-22T21:30:11.588Z Downloaded fixedbitset v0.5.7
5192026-05-22T21:30:11.588Z Downloaded usdt-macro v0.5.0
5202026-05-22T21:30:11.588Z Downloaded tabled_derive v0.7.0
5212026-05-22T21:30:11.588Z Downloaded dtrace-parser v0.3.0
5222026-05-22T21:30:11.588Z Downloaded futures-sink v0.3.32
5232026-05-22T21:30:11.592Z Downloaded signal-hook-registry v1.4.6
5242026-05-22T21:30:11.594Z Downloaded toml v0.9.11+spec-1.1.0
5252026-05-22T21:30:11.594Z Downloaded papergrid v0.11.0
5262026-05-22T21:30:11.597Z Downloaded miniz_oxide v0.8.9
5272026-05-22T21:30:11.601Z Downloaded unsafe-libyaml v0.2.11
5282026-05-22T21:30:11.601Z Downloaded derive-where v1.6.0
5292026-05-22T21:30:11.604Z Downloaded foldhash v0.1.5
5302026-05-22T21:30:11.604Z Downloaded git-stub-vcs v0.1.0
5312026-05-22T21:30:11.604Z Downloaded resolv-conf v0.7.5
5322026-05-22T21:30:11.604Z Downloaded jiff-static v0.2.15
5332026-05-22T21:30:11.607Z Downloaded progenitor-client v0.13.0
5342026-05-22T21:30:11.607Z Downloaded httparse v1.10.1
5352026-05-22T21:30:11.607Z Downloaded iana-time-zone v0.1.64
5362026-05-22T21:30:11.610Z Downloaded embedded-io v0.6.1
5372026-05-22T21:30:11.610Z Downloaded heck v0.5.0
5382026-05-22T21:30:11.610Z Downloaded pkg-config v0.3.32
5392026-05-22T21:30:11.610Z Downloaded semver v1.0.27
5402026-05-22T21:30:11.613Z Downloaded openssl-sys v0.9.112
5412026-05-22T21:30:11.616Z Downloaded progenitor-macro v0.10.0
5422026-05-22T21:30:11.616Z Downloaded quick-error v1.2.3
5432026-05-22T21:30:11.616Z Downloaded serde_path_to_error v0.1.20
5442026-05-22T21:30:11.619Z Downloaded chacha20poly1305 v0.10.1
5452026-05-22T21:30:11.619Z Downloaded form_urlencoded v1.2.2
5462026-05-22T21:30:11.623Z Downloaded same-file v1.0.6
5472026-05-22T21:30:11.623Z Downloaded foreign-types v0.3.2
5482026-05-22T21:30:11.623Z Downloaded seq-macro v0.3.6
5492026-05-22T21:30:11.626Z Downloaded serde_tokenstream v0.2.3
5502026-05-22T21:30:11.626Z Downloaded thiserror-impl v1.0.69
5512026-05-22T21:30:11.626Z Downloaded thiserror-impl v2.0.18
5522026-05-22T21:30:11.626Z Downloaded allocator-api2 v0.2.21
5532026-05-22T21:30:11.629Z Downloaded const_format v0.2.34
5542026-05-22T21:30:11.629Z Downloaded darling_core v0.21.3
5552026-05-22T21:30:11.632Z Downloaded thiserror v1.0.69
5562026-05-22T21:30:11.635Z Downloaded tabled_derive v0.11.0
5572026-05-22T21:30:11.635Z Downloaded synstructure v0.13.2
5582026-05-22T21:30:11.638Z Downloaded hubpack_derive v0.1.1
5592026-05-22T21:30:11.638Z Downloaded serde_repr v0.1.20
5602026-05-22T21:30:11.638Z Downloaded rustc_version v0.1.7
5612026-05-22T21:30:11.641Z Downloaded snafu v0.8.9
5622026-05-22T21:30:11.641Z Downloaded slog-dtrace v0.3.0
5632026-05-22T21:30:11.644Z Downloaded crypto-bigint v0.5.5
5642026-05-22T21:30:11.646Z Downloaded progenitor-impl v0.10.0
5652026-05-22T21:30:11.652Z Downloaded ucd-trie v0.1.7
5662026-05-22T21:30:11.655Z Downloaded zone v0.3.1
5672026-05-22T21:30:11.658Z Downloaded deranged v0.5.3
5682026-05-22T21:30:11.658Z Downloaded ff v0.13.1
5692026-05-22T21:30:11.661Z Downloaded whoami v1.6.1
5702026-05-22T21:30:11.664Z Downloaded rustls-pki-types v1.12.0
5712026-05-22T21:30:11.668Z Downloaded minimal-lexical v0.2.1
5722026-05-22T21:30:11.672Z Downloaded hostname v0.3.1
5732026-05-22T21:30:11.676Z Downloaded progenitor-client v0.11.1
5742026-05-22T21:30:11.679Z Downloaded indexmap v2.13.0
5752026-05-22T21:30:11.682Z Downloaded version_check v0.9.5
5762026-05-22T21:30:11.682Z Downloaded dof v0.4.0
5772026-05-22T21:30:11.682Z Downloaded progenitor v0.11.1
5782026-05-22T21:30:11.685Z Downloaded foreign-types v0.5.0
5792026-05-22T21:30:11.685Z Downloaded foreign-types-macros v0.2.3
5802026-05-22T21:30:11.685Z Downloaded pest_derive v2.8.2
5812026-05-22T21:30:11.688Z Downloaded tinyvec v1.10.0
5822026-05-22T21:30:11.688Z Downloaded futures-macro v0.3.32
5832026-05-22T21:30:11.688Z Downloaded poly1305 v0.8.0
5842026-05-22T21:30:11.691Z Downloaded clap v4.6.0
5852026-05-22T21:30:11.694Z Downloaded flate2 v1.1.2
5862026-05-22T21:30:11.697Z Downloaded strum v0.26.3
5872026-05-22T21:30:11.697Z Downloaded strsim v0.11.1
5882026-05-22T21:30:11.700Z Downloaded vergen v8.3.2
5892026-05-22T21:30:11.700Z Downloaded heapless v0.8.0
5902026-05-22T21:30:11.704Z Downloaded terminal_size v0.4.3
5912026-05-22T21:30:11.706Z Downloaded usdt-attr-macro v0.6.0
5922026-05-22T21:30:11.706Z Downloaded rustls-pemfile v2.2.0
5932026-05-22T21:30:11.707Z Downloaded plain v0.2.3
5942026-05-22T21:30:11.709Z Downloaded httpdate v1.0.3
5952026-05-22T21:30:11.712Z Downloaded uuid v1.20.0
5962026-05-22T21:30:11.712Z Downloaded shlex v1.3.0
5972026-05-22T21:30:11.715Z Downloaded tokio-native-tls v0.3.1
5982026-05-22T21:30:11.718Z Downloaded tar v0.4.45
5992026-05-22T21:30:11.721Z Downloaded icu_properties v2.0.1
6002026-05-22T21:30:11.724Z Downloaded toml_write v0.1.2
6012026-05-22T21:30:11.727Z Downloaded utf8parse v0.2.2
6022026-05-22T21:30:11.729Z Downloaded gethostname v0.5.0
6032026-05-22T21:30:11.732Z Downloaded smawk v0.3.2
6042026-05-22T21:30:11.732Z Downloaded zerocopy-derive v0.7.35
6052026-05-22T21:30:11.735Z Downloaded smf v0.2.3
6062026-05-22T21:30:11.735Z Downloaded time-macros v0.2.27
6072026-05-22T21:30:11.735Z Downloaded tracing-attributes v0.1.30
6082026-05-22T21:30:11.739Z Downloaded tokio-stream v0.1.17
6092026-05-22T21:30:11.741Z Downloaded rand_chacha v0.3.1
6102026-05-22T21:30:11.741Z Downloaded scroll_derive v0.13.1
6112026-05-22T21:30:11.741Z Downloaded testing_table v0.3.0
6122026-05-22T21:30:11.742Z Downloaded thread-id v4.2.2
6132026-05-22T21:30:11.742Z Downloaded mio v1.0.4
6142026-05-22T21:30:11.745Z Downloaded typenum v1.18.0
6152026-05-22T21:30:11.748Z Downloaded progenitor-impl v0.11.1
6162026-05-22T21:30:11.751Z Downloaded erased-serde v0.3.31
6172026-05-22T21:30:11.751Z Downloaded ppv-lite86 v0.2.21
6182026-05-22T21:30:11.754Z Downloaded serde-big-array v0.5.1
6192026-05-22T21:30:11.758Z Downloaded xattr v1.6.1
6202026-05-22T21:30:11.761Z Downloaded equivalent v1.0.2
6212026-05-22T21:30:11.766Z Downloaded quinn-udp v0.5.14
6222026-05-22T21:30:11.768Z Downloaded either v1.15.0
6232026-05-22T21:30:11.768Z Downloaded proc-macro-error-attr2 v2.0.0
6242026-05-22T21:30:11.768Z Downloaded progenitor-macro v0.11.1
6252026-05-22T21:30:11.771Z Downloaded serde_yaml v0.9.34+deprecated
6262026-05-22T21:30:11.774Z Downloaded crossbeam-channel v0.5.15
6272026-05-22T21:30:11.777Z Downloaded schemars v1.2.0
6282026-05-22T21:30:11.783Z Downloaded slog-async v2.8.0
6292026-05-22T21:30:11.786Z Downloaded curl v0.4.49
6302026-05-22T21:30:11.786Z Downloaded rayon-core v1.13.0
6312026-05-22T21:30:11.789Z Downloaded foldhash v0.2.0
6322026-05-22T21:30:11.789Z Downloaded serde_urlencoded v0.7.1
6332026-05-22T21:30:11.792Z Downloaded toml_datetime v0.6.11
6342026-05-22T21:30:11.792Z Downloaded socket2 v0.6.0
6352026-05-22T21:30:11.792Z Downloaded group v0.13.0
6362026-05-22T21:30:11.792Z Downloaded sigpipe v0.1.3
6372026-05-22T21:30:11.792Z Downloaded stable_deref_trait v1.2.0
6382026-05-22T21:30:11.794Z Downloaded rand_core v0.9.3
6392026-05-22T21:30:11.794Z Downloaded tempfile v3.27.0
6402026-05-22T21:30:11.794Z Downloaded tabwriter v1.4.1
6412026-05-22T21:30:11.794Z Downloaded waitgroup v0.1.2
6422026-05-22T21:30:11.797Z Downloaded memchr v2.7.5
6432026-05-22T21:30:11.797Z Downloaded digest v0.10.7
6442026-05-22T21:30:11.800Z Downloaded displaydoc v0.2.5
6452026-05-22T21:30:11.800Z Downloaded tinystr v0.8.1
6462026-05-22T21:30:11.803Z Downloaded usdt-impl v0.6.0
6472026-05-22T21:30:11.803Z Downloaded unicode-segmentation v1.12.0
6482026-05-22T21:30:11.803Z Downloaded find-msvc-tools v0.1.9
6492026-05-22T21:30:11.807Z Downloaded pin-project-internal v1.1.10
6502026-05-22T21:30:11.807Z Downloaded tinyvec_macros v0.1.1
6512026-05-22T21:30:11.807Z Downloaded scroll_derive v0.12.1
6522026-05-22T21:30:11.807Z Downloaded zeroize_derive v1.4.3
6532026-05-22T21:30:11.807Z Downloaded rustc-hash v2.1.1
6542026-05-22T21:30:11.807Z Downloaded derive_more v0.99.20
6552026-05-22T21:30:11.810Z Downloaded vsss-rs v3.3.4
6562026-05-22T21:30:11.810Z Downloaded rustversion v1.0.22
6572026-05-22T21:30:11.813Z Downloaded serde v1.0.228
6582026-05-22T21:30:11.813Z Downloaded phf_shared v0.12.1
6592026-05-22T21:30:11.816Z Downloaded hmac v0.12.1
6602026-05-22T21:30:11.816Z Downloaded untrusted v0.9.0
6612026-05-22T21:30:11.819Z Downloaded time-core v0.1.8
6622026-05-22T21:30:11.819Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6632026-05-22T21:30:11.822Z Downloaded prettyplease v0.2.37
6642026-05-22T21:30:11.825Z Downloaded tracing v0.1.41
6652026-05-22T21:30:11.828Z Downloaded unicode-ident v1.0.24
6662026-05-22T21:30:11.828Z Downloaded toml_edit v0.19.15
6672026-05-22T21:30:11.835Z Downloaded ryu v1.0.20
6682026-05-22T21:30:11.838Z Downloaded toml_writer v1.0.6+spec-1.1.0
6692026-05-22T21:30:11.838Z Downloaded unarray v0.1.4
6702026-05-22T21:30:11.841Z Downloaded postcard v1.1.3
6712026-05-22T21:30:11.841Z Downloaded pest_generator v2.8.2
6722026-05-22T21:30:11.844Z Downloaded toml_edit v0.22.27
6732026-05-22T21:30:11.847Z Downloaded search_path v0.1.4
6742026-05-22T21:30:11.852Z Downloaded nom v7.1.3
6752026-05-22T21:30:11.855Z Downloaded rand_xorshift v0.4.0
6762026-05-22T21:30:11.858Z Downloaded embedded-io v0.4.0
6772026-05-22T21:30:11.858Z Downloaded fixedbitset v0.4.2
6782026-05-22T21:30:11.863Z Downloaded rustc_version v0.4.1
6792026-05-22T21:30:11.866Z Downloaded spin v0.9.8
6802026-05-22T21:30:11.866Z Downloaded tagptr v0.2.0
6812026-05-22T21:30:11.866Z Downloaded tokio-rustls v0.25.0
6822026-05-22T21:30:11.869Z Downloaded serde_with_macros v3.14.1
6832026-05-22T21:30:11.877Z Downloaded proc-macro-error2 v2.0.1
6842026-05-22T21:30:11.880Z Downloaded zeroize v1.8.1
6852026-05-22T21:30:11.880Z Downloaded zone_cfg_derive v0.3.1
6862026-05-22T21:30:11.880Z Downloaded pem v3.0.5
6872026-05-22T21:30:11.883Z Downloaded futures-core v0.3.32
6882026-05-22T21:30:11.883Z Downloaded zerotrie v0.2.2
6892026-05-22T21:30:11.886Z Downloaded textwrap v0.16.2
6902026-05-22T21:30:11.886Z Downloaded foreign-types-shared v0.3.1
6912026-05-22T21:30:11.886Z Downloaded quinn v0.11.9
6922026-05-22T21:30:11.889Z Downloaded serde_spanned v1.0.4
6932026-05-22T21:30:11.889Z Downloaded strum_macros v0.27.2
6942026-05-22T21:30:11.892Z Downloaded itertools v0.12.1
6952026-05-22T21:30:11.895Z Downloaded tower-http v0.6.8
6962026-05-22T21:30:11.898Z Downloaded pretty-hex v0.4.1
6972026-05-22T21:30:11.901Z Downloaded pin-project-lite v0.2.16
6982026-05-22T21:30:11.904Z Downloaded progenitor v0.13.0
6992026-05-22T21:30:11.904Z Downloaded hyper-rustls v0.27.7
7002026-05-22T21:30:11.904Z Downloaded pin-project v1.1.10
7012026-05-22T21:30:11.909Z Downloaded scroll v0.12.0
7022026-05-22T21:30:11.912Z Downloaded unicode-linebreak v0.1.5
7032026-05-22T21:30:11.912Z Downloaded http v1.4.0
7042026-05-22T21:30:11.912Z Downloaded http-body v1.0.1
7052026-05-22T21:30:11.914Z Downloaded globset v0.4.16
7062026-05-22T21:30:11.914Z Downloaded drift v0.1.3
7072026-05-22T21:30:11.918Z Downloaded futures-channel v0.3.32
7082026-05-22T21:30:11.918Z Downloaded hex v0.4.3
7092026-05-22T21:30:11.918Z Downloaded generic-array v0.14.7
7102026-05-22T21:30:11.921Z Downloaded strum_macros v0.26.4
7112026-05-22T21:30:11.921Z Downloaded tokio-dtrace v0.1.1
7122026-05-22T21:30:11.921Z Downloaded getrandom v0.2.16
7132026-05-22T21:30:11.924Z Downloaded hickory-resolver v0.25.2
7142026-05-22T21:30:11.927Z Downloaded schemars v0.8.22
7152026-05-22T21:30:11.930Z Downloaded idna v1.1.0
7162026-05-22T21:30:11.935Z Downloaded rusty-fork v0.3.0
7172026-05-22T21:30:11.945Z Downloaded serde_derive v1.0.228
7182026-05-22T21:30:11.948Z Downloaded typify v0.6.1
7192026-05-22T21:30:11.951Z Downloaded progenitor-impl v0.13.0
7202026-05-22T21:30:11.951Z Downloaded typify v0.4.3
7212026-05-22T21:30:11.954Z Downloaded hyper-util v0.1.19
7222026-05-22T21:30:11.957Z Downloaded aho-corasick v1.1.3
7232026-05-22T21:30:11.960Z Downloaded usdt-impl v0.5.0
7242026-05-22T21:30:11.963Z Downloaded yoke v0.8.0
7252026-05-22T21:30:11.963Z Downloaded schemars_derive v0.8.22
7262026-05-22T21:30:11.963Z Downloaded tower v0.5.2
7272026-05-22T21:30:11.967Z Downloaded rand_chacha v0.9.0
7282026-05-22T21:30:11.970Z Downloaded rand v0.9.2
7292026-05-22T21:30:11.970Z Downloaded zerocopy-derive v0.8.27
7302026-05-22T21:30:11.973Z Downloaded iddqd v0.3.18
7312026-05-22T21:30:11.976Z Downloaded getrandom v0.3.3
7322026-05-22T21:30:11.979Z Downloaded http-body-util v0.1.3
7332026-05-22T21:30:11.982Z Downloaded slab v0.4.11
7342026-05-22T21:30:11.982Z Downloaded iri-string v0.7.8
7352026-05-22T21:30:11.985Z Downloaded toml v0.7.8
7362026-05-22T21:30:11.985Z Downloaded similar v2.7.0
7372026-05-22T21:30:11.990Z Downloaded term v1.2.0
7382026-05-22T21:30:11.993Z Downloaded elliptic-curve v0.13.8
7392026-05-22T21:30:11.993Z Downloaded tokio-util v0.7.16
7402026-05-22T21:30:11.995Z Downloaded progenitor v0.10.0
7412026-05-22T21:30:11.998Z Downloaded walkdir v2.5.0
7422026-05-22T21:30:11.998Z Downloaded icu_normalizer_data v2.0.0
7432026-05-22T21:30:12.001Z Downloaded tracing-core v0.1.34
7442026-05-22T21:30:12.005Z Downloaded hashbrown v0.12.3
7452026-05-22T21:30:12.013Z Downloaded half v2.7.1
7462026-05-22T21:30:12.016Z Downloaded libm v0.2.15
7472026-05-22T21:30:12.022Z Downloaded futures v0.3.32
7482026-05-22T21:30:12.025Z Downloaded slog v2.8.2
7492026-05-22T21:30:12.047Z Downloaded url v2.5.7
7502026-05-22T21:30:12.047Z Downloaded qorb v0.4.1
7512026-05-22T21:30:12.047Z Downloaded rustls-webpki v0.103.6
7522026-05-22T21:30:12.047Z Downloaded expectorate v1.2.0
7532026-05-22T21:30:12.047Z Downloaded dropshot_endpoint v0.16.7
7542026-05-22T21:30:12.050Z Downloaded serde_core v1.0.228
7552026-05-22T21:30:12.050Z Downloaded steno v0.4.1
7562026-05-22T21:30:12.050Z Downloaded schemars v0.9.0
7572026-05-22T21:30:12.056Z Downloaded icu_locale_core v2.0.0
7582026-05-22T21:30:12.060Z Downloaded proc-macro2 v1.0.106
7592026-05-22T21:30:12.063Z Downloaded hickory-resolver v0.24.4
7602026-05-22T21:30:12.068Z Downloaded pest v2.8.2
7612026-05-22T21:30:12.071Z Downloaded icu_collections v2.0.0
7622026-05-22T21:30:12.080Z Downloaded serde_json v1.0.149
7632026-05-22T21:30:12.087Z Downloaded clap_builder v4.6.0
7642026-05-22T21:30:12.090Z Downloaded portable-atomic v1.11.1
7652026-05-22T21:30:12.097Z Downloaded zerocopy v0.7.35
7662026-05-22T21:30:12.121Z Downloaded rustls-webpki v0.102.8
7672026-05-22T21:30:12.130Z Downloaded futures-util v0.3.32
7682026-05-22T21:30:12.136Z Downloaded time v0.3.47
7692026-05-22T21:30:12.142Z Downloaded hyper v1.8.1
7702026-05-22T21:30:12.146Z Downloaded reqwest v0.13.2
7712026-05-22T21:30:12.149Z Downloaded winnow v0.5.40
7722026-05-22T21:30:12.153Z Downloaded zerovec v0.11.4
7732026-05-22T21:30:12.156Z Downloaded hashbrown v0.15.5
7742026-05-22T21:30:12.159Z Downloaded typed-path v0.9.3
7752026-05-22T21:30:12.161Z Downloaded dropshot-api-manager v0.5.2
7762026-05-22T21:30:12.164Z Downloaded rand v0.8.5
7772026-05-22T21:30:12.164Z Downloaded regex v1.12.3
7782026-05-22T21:30:12.167Z Downloaded serde_with v3.14.1
7792026-05-22T21:30:12.173Z Downloaded icu_properties_data v2.0.1
7802026-05-22T21:30:12.177Z Downloaded reqwest v0.12.23
7812026-05-22T21:30:12.181Z Downloaded unicode-normalization v0.1.24
7822026-05-22T21:30:12.183Z Downloaded moka v0.12.11
7832026-05-22T21:30:12.187Z Downloaded hashbrown v0.16.1
7842026-05-22T21:30:12.191Z Downloaded tough v0.20.0
7852026-05-22T21:30:12.195Z Downloaded blake3 v1.8.2
7862026-05-22T21:30:12.199Z Downloaded hkdf v0.12.4
7872026-05-22T21:30:12.212Z Downloaded tabled v0.15.0
7882026-05-22T21:30:12.220Z Downloaded rayon v1.11.0
7892026-05-22T21:30:12.224Z Downloaded openssl v0.10.76
7902026-05-22T21:30:12.230Z Downloaded winnow v0.7.14
7912026-05-22T21:30:12.240Z Downloaded vcpkg v0.2.15
7922026-05-22T21:30:12.260Z Downloaded bindgen v0.72.1
7932026-05-22T21:30:12.264Z Downloaded chrono v0.4.44
7942026-05-22T21:30:12.268Z Downloaded proptest v1.8.0
7952026-05-22T21:30:12.272Z Downloaded syn v1.0.109
7962026-05-22T21:30:12.277Z Downloaded h2 v0.4.12
7972026-05-22T21:30:12.281Z Downloaded git2 v0.19.0
7982026-05-22T21:30:12.285Z Downloaded goblin v0.8.2
7992026-05-22T21:30:12.308Z Downloaded quinn-proto v0.11.14
8002026-05-22T21:30:12.311Z Downloaded nix v0.30.1
8012026-05-22T21:30:12.317Z Downloaded openapiv3 v2.2.0
8022026-05-22T21:30:12.324Z Downloaded rustls v0.22.4
8032026-05-22T21:30:12.331Z Downloaded nix v0.31.3
8042026-05-22T21:30:12.337Z Downloaded zerocopy v0.8.27
8052026-05-22T21:30:12.349Z Downloaded regress v0.10.5
8062026-05-22T21:30:12.353Z Downloaded smoltcp v0.11.0
8072026-05-22T21:30:12.363Z Downloaded syn v2.0.117
8082026-05-22T21:30:12.370Z Downloaded goblin v0.10.1
8092026-05-22T21:30:12.373Z Downloaded curve25519-dalek v4.1.3
8102026-05-22T21:30:12.382Z Downloaded rustls v0.23.32
8112026-05-22T21:30:12.388Z Downloaded webpki-roots v1.0.2
8122026-05-22T21:30:12.391Z Downloaded unicode-width v0.1.14
8132026-05-22T21:30:12.394Z Downloaded tabled v0.20.0
8142026-05-22T21:30:12.403Z Downloaded bstr v1.12.0
8152026-05-22T21:30:12.408Z Downloaded regex-syntax v0.8.6
8162026-05-22T21:30:12.413Z Downloaded rustix v1.1.4
8172026-05-22T21:30:12.426Z Downloaded dropshot v0.16.7
8182026-05-22T21:30:12.437Z Downloaded unicode-width v0.2.1
8192026-05-22T21:30:12.440Z Downloaded hickory-proto v0.25.2
8202026-05-22T21:30:12.500Z Downloaded hickory-proto v0.24.4
8212026-05-22T21:30:12.509Z Downloaded typify-impl v0.6.1
8222026-05-22T21:30:12.516Z Downloaded rustix v0.38.44
8232026-05-22T21:30:12.530Z Downloaded jiff v0.2.15
8242026-05-22T21:30:12.548Z Downloaded typify-impl v0.4.3
8252026-05-22T21:30:12.556Z Downloaded libc v0.2.186
8262026-05-22T21:30:12.575Z Downloaded petgraph v0.8.2
8272026-05-22T21:30:12.587Z Downloaded libz-sys v1.1.22
8282026-05-22T21:30:12.604Z Downloaded tokio v1.49.0
8292026-05-22T21:30:12.625Z Downloaded regex-automata v0.4.13
8302026-05-22T21:30:12.660Z Downloaded libgit2-sys v0.17.0+1.8.1
8312026-05-22T21:30:12.691Z Downloaded encoding_rs v0.8.35
8322026-05-22T21:30:12.703Z Downloaded chrono-tz v0.10.4
8332026-05-22T21:30:12.713Z Downloaded petgraph v0.6.5
8342026-05-22T21:30:12.724Z Downloaded csv v1.3.1
8352026-05-22T21:30:12.736Z Downloaded sha3 v0.10.8
8362026-05-22T21:30:12.849Z Downloaded ring v0.17.14
8372026-05-22T21:30:12.882Z Downloaded curl-sys v0.4.83+curl-8.15.0
8382026-05-22T21:30:13.402Z Downloaded aws-lc-sys v0.39.1
8392026-05-22T21:30:13.771Z Compiling proc-macro2 v1.0.106
8402026-05-22T21:30:13.771Z Compiling quote v1.0.45
8412026-05-22T21:30:13.771Z Compiling unicode-ident v1.0.24
8422026-05-22T21:30:13.775Z Compiling libc v0.2.186
8432026-05-22T21:30:13.775Z Compiling serde_core v1.0.228
8442026-05-22T21:30:13.775Z Compiling serde v1.0.228
8452026-05-22T21:30:13.775Z Checking cfg-if v1.0.3
8462026-05-22T21:30:13.775Z Compiling zmij v1.0.17
8472026-05-22T21:30:14.132Z Compiling autocfg v1.5.0
8482026-05-22T21:30:14.149Z Compiling getrandom v0.3.3
8492026-05-22T21:30:14.478Z Compiling memchr v2.7.5
8502026-05-22T21:30:14.745Z Compiling libm v0.2.15
8512026-05-22T21:30:15.090Z Compiling shlex v1.3.0
8522026-05-22T21:30:15.109Z Compiling find-msvc-tools v0.1.9
8532026-05-22T21:30:15.186Z Compiling thiserror v2.0.18
8542026-05-22T21:30:15.305Z Compiling jobserver v0.1.34
8552026-05-22T21:30:15.320Z Checking itoa v1.0.15
8562026-05-22T21:30:15.405Z Checking smallvec v1.15.1
8572026-05-22T21:30:15.439Z Compiling version_check v0.9.5
8582026-05-22T21:30:15.477Z Compiling syn v2.0.117
8592026-05-22T21:30:15.528Z Compiling cc v1.2.58
8602026-05-22T21:30:15.594Z Compiling icu_normalizer_data v2.0.0
8612026-05-22T21:30:15.632Z Compiling icu_properties_data v2.0.1
8622026-05-22T21:30:15.658Z Compiling serde_json v1.0.149
8632026-05-22T21:30:15.862Z Compiling parking_lot_core v0.9.12
8642026-05-22T21:30:15.902Z Checking stable_deref_trait v1.2.0
8652026-05-22T21:30:15.995Z Compiling heck v0.5.0
8662026-05-22T21:30:16.184Z Compiling num-traits v0.2.19
8672026-05-22T21:30:16.233Z Checking writeable v0.6.1
8682026-05-22T21:30:16.311Z Checking litemap v0.8.0
8692026-05-22T21:30:16.430Z Checking percent-encoding v2.3.2
8702026-05-22T21:30:16.647Z Compiling allocator-api2 v0.2.21
8712026-05-22T21:30:16.679Z Compiling equivalent v1.0.2
8722026-05-22T21:30:16.693Z Checking form_urlencoded v1.2.2
8732026-05-22T21:30:16.769Z Compiling foldhash v0.2.0
8742026-05-22T21:30:16.824Z Checking utf8_iter v1.0.4
8752026-05-22T21:30:16.840Z Compiling rustversion v1.0.22
8762026-05-22T21:30:16.947Z Compiling hashbrown v0.16.1
8772026-05-22T21:30:16.968Z Compiling zerocopy v0.8.27
8782026-05-22T21:30:16.971Z Compiling semver v1.0.27
8792026-05-22T21:30:16.999Z Checking pin-project-lite v0.2.16
8802026-05-22T21:30:17.092Z Checking iana-time-zone v0.1.64
8812026-05-22T21:30:17.210Z Compiling log v0.4.29
8822026-05-22T21:30:17.411Z Checking bitflags v2.11.1
8832026-05-22T21:30:17.438Z Checking uuid v1.20.0
8842026-05-22T21:30:17.455Z Checking socket2 v0.6.0
8852026-05-22T21:30:17.578Z Checking scopeguard v1.2.0
8862026-05-22T21:30:17.691Z Checking lock_api v0.4.14
8872026-05-22T21:30:17.726Z Checking signal-hook-registry v1.4.6
8882026-05-22T21:30:17.741Z Checking getrandom v0.2.16
8892026-05-22T21:30:17.824Z Checking dyn-clone v1.0.20
8902026-05-22T21:30:17.850Z Compiling schemars v0.8.22
8912026-05-22T21:30:17.884Z Compiling indexmap v2.13.0
8922026-05-22T21:30:17.899Z Checking mio v1.0.4
8932026-05-22T21:30:17.902Z Compiling portable-atomic v1.11.1
8942026-05-22T21:30:17.931Z Checking parking_lot v0.12.5
8952026-05-22T21:30:17.934Z Compiling rustix v1.1.4
8962026-05-22T21:30:18.137Z Checking critical-section v1.2.0
8972026-05-22T21:30:18.272Z Compiling synstructure v0.13.2
8982026-05-22T21:30:18.308Z Compiling serde_derive_internals v0.29.1
8992026-05-22T21:30:18.515Z Compiling regex-syntax v0.8.6
9002026-05-22T21:30:18.809Z Checking futures-core v0.3.32
9012026-05-22T21:30:18.824Z Checking once_cell v1.21.3
9022026-05-22T21:30:18.840Z Compiling aho-corasick v1.1.3
9032026-05-22T21:30:18.916Z Compiling ring v0.17.14
9042026-05-22T21:30:19.014Z Compiling typenum v1.18.0
9052026-05-22T21:30:19.065Z Compiling anyhow v1.0.102
9062026-05-22T21:30:19.133Z Compiling thiserror v1.0.69
9072026-05-22T21:30:19.418Z Compiling httparse v1.10.1
9082026-05-22T21:30:19.530Z Compiling serde_derive v1.0.228
9092026-05-22T21:30:19.557Z Compiling zerofrom-derive v0.1.6
9102026-05-22T21:30:19.571Z Compiling yoke-derive v0.8.0
9112026-05-22T21:30:19.744Z Compiling zerovec-derive v0.11.1
9122026-05-22T21:30:19.781Z Compiling displaydoc v0.2.5
9132026-05-22T21:30:20.280Z Compiling thiserror-impl v2.0.18
9142026-05-22T21:30:20.515Z Compiling schemars_derive v0.8.22
9152026-05-22T21:30:20.590Z Compiling tokio-macros v2.6.0
9162026-05-22T21:30:20.606Z Compiling zerocopy-derive v0.8.27
9172026-05-22T21:30:20.742Z Checking zerofrom v0.1.6
9182026-05-22T21:30:20.845Z Compiling futures-macro v0.3.32
9192026-05-22T21:30:20.883Z Checking yoke v0.8.0
9202026-05-22T21:30:21.060Z Checking zerovec v0.11.4
9212026-05-22T21:30:21.340Z Checking zerotrie v0.2.2
9222026-05-22T21:30:21.623Z Compiling zeroize_derive v1.4.3
9232026-05-22T21:30:21.659Z Compiling regex-automata v0.4.13
9242026-05-22T21:30:21.685Z Compiling thiserror-impl v1.0.69
9252026-05-22T21:30:21.755Z Checking futures-sink v0.3.32
9262026-05-22T21:30:21.778Z Checking tinystr v0.8.1
9272026-05-22T21:30:21.838Z Checking potential_utf v0.1.3
9282026-05-22T21:30:21.953Z Checking icu_locale_core v2.0.0
9292026-05-22T21:30:21.969Z Checking icu_collections v2.0.0
9302026-05-22T21:30:22.283Z Checking zeroize v1.8.1
9312026-05-22T21:30:22.410Z Checking icu_provider v2.0.0
9322026-05-22T21:30:22.442Z Checking slab v0.4.11
9332026-05-22T21:30:22.581Z Checking bytes v1.11.1
9342026-05-22T21:30:22.601Z Checking chrono v0.4.44
9352026-05-22T21:30:22.658Z Checking icu_normalizer v2.0.0
9362026-05-22T21:30:22.752Z Checking icu_properties v2.0.1
9372026-05-22T21:30:22.968Z Compiling serde_tokenstream v0.2.3
9382026-05-22T21:30:23.020Z Checking tokio v1.49.0
9392026-05-22T21:30:23.256Z Checking subtle v2.6.1
9402026-05-22T21:30:23.394Z Compiling regex v1.12.3
9412026-05-22T21:30:23.409Z Compiling ucd-trie v0.1.7
9422026-05-22T21:30:23.431Z Checking futures-channel v0.3.32
9432026-05-22T21:30:23.569Z Checking idna_adapter v1.2.1
9442026-05-22T21:30:23.622Z Compiling pest v2.8.2
9452026-05-22T21:30:23.694Z Checking idna v1.1.0
9462026-05-22T21:30:23.786Z Checking rand_core v0.6.4
9472026-05-22T21:30:23.940Z Checking url v2.5.7
9482026-05-22T21:30:23.958Z Checking futures-task v0.3.32
9492026-05-22T21:30:24.113Z Checking futures-io v0.3.32
9502026-05-22T21:30:24.231Z Checking futures-util v0.3.32
9512026-05-22T21:30:24.465Z Compiling pkg-config v0.3.32
9522026-05-22T21:30:24.497Z Compiling tracing-attributes v0.1.30
9532026-05-22T21:30:24.835Z Compiling pest_meta v2.8.2
9542026-05-22T21:30:24.903Z Checking tracing-core v0.1.34
9552026-05-22T21:30:24.919Z Compiling camino v1.2.2
9562026-05-22T21:30:25.088Z Compiling generic-array v0.14.7
9572026-05-22T21:30:25.208Z Compiling vcpkg v0.2.15
9582026-05-22T21:30:25.313Z Compiling num-conv v0.2.1
9592026-05-22T21:30:25.316Z Compiling time-core v0.1.8
9602026-05-22T21:30:25.345Z Checking fnv v1.0.7
9612026-05-22T21:30:25.445Z Compiling pest_generator v2.8.2
9622026-05-22T21:30:25.603Z Compiling time-macros v0.2.27
9632026-05-22T21:30:25.715Z Checking tracing v0.1.41
9642026-05-22T21:30:25.806Z Compiling http v1.4.0
9652026-05-22T21:30:26.062Z Checking errno v0.3.14
9662026-05-22T21:30:26.134Z Compiling pest_derive v2.8.2
9672026-05-22T21:30:26.187Z Compiling regress v0.10.5
9682026-05-22T21:30:26.291Z Compiling paste v1.0.15
9692026-05-22T21:30:26.326Z Compiling byteorder v1.5.0
9702026-05-22T21:30:26.672Z Checking ipnet v2.11.0
9712026-05-22T21:30:26.723Z Checking base64 v0.22.1
9722026-05-22T21:30:26.883Z Compiling strsim v0.11.1
9732026-05-22T21:30:26.902Z Compiling crossbeam-utils v0.8.21
9742026-05-22T21:30:26.982Z Checking crypto-common v0.1.6
9752026-05-22T21:30:27.108Z Checking tokio-util v0.7.16
9762026-05-22T21:30:27.174Z Compiling scroll_derive v0.13.1
9772026-05-22T21:30:27.242Z Compiling slog v2.8.2
9782026-05-22T21:30:27.508Z Checking http-body v1.0.1
9792026-05-22T21:30:27.558Z Checking ppv-lite86 v0.2.21
9802026-05-22T21:30:27.597Z Checking erased-serde v0.3.31
9812026-05-22T21:30:27.641Z Checking atomic-waker v1.1.2
9822026-05-22T21:30:27.749Z Checking ipnetwork v0.21.1
9832026-05-22T21:30:27.848Z Compiling daft-derive v0.1.5
9842026-05-22T21:30:27.969Z Checking tower-layer v0.3.3
9852026-05-22T21:30:27.985Z Checking try-lock v0.2.5
9862026-05-22T21:30:27.999Z Checking tower-service v0.3.3
9872026-05-22T21:30:28.064Z Checking h2 v0.4.12
9882026-05-22T21:30:28.098Z Checking want v0.3.1
9892026-05-22T21:30:28.113Z Checking rustls-pki-types v1.12.0
9902026-05-22T21:30:28.135Z Checking pin-utils v0.1.0
9912026-05-22T21:30:28.205Z Checking httpdate v1.0.3
9922026-05-22T21:30:28.225Z Checking pretty-hex v0.4.1
9932026-05-22T21:30:28.241Z Checking ryu v1.0.20
9942026-05-22T21:30:28.287Z Compiling async-trait v0.1.89
9952026-05-22T21:30:28.342Z Compiling slog-async v2.8.0
9962026-05-22T21:30:28.375Z Checking untrusted v0.9.0
9972026-05-22T21:30:28.393Z Compiling scroll v0.13.0
9982026-05-22T21:30:28.528Z Compiling openssl-sys v0.9.112
9992026-05-22T21:30:28.597Z Compiling usdt-impl v0.6.0
10002026-05-22T21:30:28.662Z Compiling plain v0.2.3
10012026-05-22T21:30:28.747Z Checking oxnet v0.1.4
10022026-05-22T21:30:28.773Z Compiling goblin v0.10.1
10032026-05-22T21:30:28.803Z Checking http-body-util v0.1.3
10042026-05-22T21:30:28.879Z Checking block-buffer v0.10.4
10052026-05-22T21:30:28.999Z Compiling openapiv3 v2.2.0
10062026-05-22T21:30:29.049Z Checking rand_core v0.9.3
10072026-05-22T21:30:29.222Z Compiling syn v1.0.109
10082026-05-22T21:30:29.525Z Checking digest v0.10.7
10092026-05-22T21:30:29.557Z Checking serde_urlencoded v0.7.1
10102026-05-22T21:30:29.606Z Compiling typify-impl v0.4.3
10112026-05-22T21:30:29.730Z Compiling dtrace-parser v0.3.0
10122026-05-22T21:30:29.787Z Compiling cmake v0.1.54
10132026-05-22T21:30:30.026Z Checking hyper v1.8.1
10142026-05-22T21:30:30.131Z Compiling thread-id v5.0.0
10152026-05-22T21:30:30.222Z Checking powerfmt v0.2.0
10162026-05-22T21:30:30.348Z Compiling dunce v1.0.5
10172026-05-22T21:30:30.375Z Compiling ident_case v1.0.1
10182026-05-22T21:30:30.391Z Compiling omicron-workspace-hack v0.1.0
10192026-05-22T21:30:30.446Z Compiling fs_extra v1.3.0
10202026-05-22T21:30:30.499Z Compiling darling_core v0.21.3
10212026-05-22T21:30:30.533Z Checking deranged v0.5.3
10222026-05-22T21:30:30.608Z Checking rand_chacha v0.9.0
10232026-05-22T21:30:30.645Z Compiling ref-cast v1.0.25
10242026-05-22T21:30:30.706Z Compiling aws-lc-sys v0.39.1
10252026-05-22T21:30:30.797Z Checking num_threads v0.1.7
10262026-05-22T21:30:30.948Z Checking hyper-util v0.1.19
10272026-05-22T21:30:31.079Z Checking rand v0.9.2
10282026-05-22T21:30:31.112Z Compiling ref-cast-impl v1.0.25
10292026-05-22T21:30:31.491Z Compiling dof v0.4.0
10302026-05-22T21:30:31.540Z Checking time v0.3.47
10312026-05-22T21:30:31.716Z Compiling unsafe-libyaml v0.2.11
10322026-05-22T21:30:32.228Z Compiling serde_yaml v0.9.34+deprecated
10332026-05-22T21:30:32.430Z Checking crossbeam-channel v0.5.15
10342026-05-22T21:30:32.559Z Compiling usdt-macro v0.6.0
10352026-05-22T21:30:32.564Z Compiling darling_macro v0.21.3
10362026-05-22T21:30:32.689Z Compiling usdt-attr-macro v0.6.0
10372026-05-22T21:30:32.760Z Checking sync_wrapper v1.0.2
10382026-05-22T21:30:32.967Z Compiling typify-macro v0.4.3
10392026-05-22T21:30:33.145Z Compiling darling v0.21.3
10402026-05-22T21:30:33.231Z Compiling rustls v0.22.4
10412026-05-22T21:30:33.378Z Compiling aws-lc-rs v1.16.2
10422026-05-22T21:30:33.461Z Checking cpufeatures v0.2.17
10432026-05-22T21:30:33.502Z Checking tower v0.5.2
10442026-05-22T21:30:33.695Z Compiling structmeta-derive v0.3.0
10452026-05-22T21:30:33.885Z Checking thread_local v1.1.9
10462026-05-22T21:30:33.984Z Checking encoding_rs v0.8.35
10472026-05-22T21:30:34.087Z Checking iri-string v0.7.8
10482026-05-22T21:30:34.530Z Checking mime v0.3.17
10492026-05-22T21:30:34.708Z Compiling typify v0.4.3
10502026-05-22T21:30:34.752Z Compiling structmeta v0.3.0
10512026-05-22T21:30:34.801Z Checking futures-executor v0.3.32
10522026-05-22T21:30:34.918Z Compiling multer v3.1.0
10532026-05-22T21:30:34.957Z Checking is-terminal v0.4.16
10542026-05-22T21:30:34.963Z Compiling openssl v0.10.76
10552026-05-22T21:30:34.982Z Checking fastrand v2.3.0
10562026-05-22T21:30:34.986Z Checking untrusted v0.7.1
10572026-05-22T21:30:35.054Z Checking unicode-width v0.2.1
10582026-05-22T21:30:35.108Z Checking foreign-types-shared v0.1.1
10592026-05-22T21:30:35.124Z Checking tower-http v0.6.8
10602026-05-22T21:30:35.154Z Checking hex v0.4.3
10612026-05-22T21:30:35.170Z Checking term v1.2.0
10622026-05-22T21:30:35.188Z Checking take_mut v0.2.2
10632026-05-22T21:30:35.245Z Checking foreign-types v0.3.2
10642026-05-22T21:30:35.306Z Checking tempfile v3.27.0
10652026-05-22T21:30:35.367Z Checking futures v0.3.32
10662026-05-22T21:30:35.398Z Checking slog-term v2.9.2
10672026-05-22T21:30:35.413Z Compiling toml_datetime v0.6.11
10682026-05-22T21:30:35.459Z Compiling strum_macros v0.26.4
10692026-05-22T21:30:35.495Z Compiling openssl-macros v0.1.1
10702026-05-22T21:30:35.625Z Compiling async-stream-impl v0.3.6
10712026-05-22T21:30:35.645Z Compiling rustls v0.23.32
10722026-05-22T21:30:35.662Z Compiling native-tls v0.2.14
10732026-05-22T21:30:35.869Z Checking openssl-probe v0.1.6
10742026-05-22T21:30:36.116Z Compiling newtype-uuid-macros v0.1.0
10752026-05-22T21:30:36.200Z Compiling strum_macros v0.27.2
10762026-05-22T21:30:36.216Z Compiling dropshot v0.16.7
10772026-05-22T21:30:36.246Z Checking memmap2 v0.9.8
10782026-05-22T21:30:36.408Z Checking winnow v0.7.14
10792026-05-22T21:30:36.454Z Checking match_cfg v0.1.0
10802026-05-22T21:30:36.523Z Checking hostname v0.3.1
10812026-05-22T21:30:36.855Z Checking slog-json v2.6.1
10822026-05-22T21:30:36.886Z Compiling dropshot_endpoint v0.16.7
10832026-05-22T21:30:37.010Z Checking slog-bunyan v2.5.0
10842026-05-22T21:30:37.065Z Compiling derive-ex v0.1.8
10852026-05-22T21:30:37.362Z Checking webpki-roots v1.0.2
10862026-05-22T21:30:37.485Z Compiling clap_derive v4.6.0
10872026-05-22T21:30:37.783Z Compiling progenitor-impl v0.11.1
10882026-05-22T21:30:38.065Z Checking newtype-uuid v1.3.2
10892026-05-22T21:30:38.110Z Checking tokio-native-tls v0.3.1
10902026-05-22T21:30:38.252Z Compiling either v1.15.0
10912026-05-22T21:30:38.266Z Checking hyper-tls v0.6.0
10922026-05-22T21:30:38.457Z Checking daft v0.1.5
10932026-05-22T21:30:38.506Z Compiling serde_with_macros v3.14.1
10942026-05-22T21:30:38.622Z Compiling test-strategy v0.4.3
10952026-05-22T21:30:38.859Z Checking rustls-webpki v0.102.8
10962026-05-22T21:30:39.092Z Checking debug-ignore v1.0.5
10972026-05-22T21:30:39.185Z Checking toml_parser v1.0.6+spec-1.1.0
10982026-05-22T21:30:39.524Z Compiling parse-display-derive v0.10.0
10992026-05-22T21:30:39.671Z Checking usdt v0.6.0
11002026-05-22T21:30:39.763Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11012026-05-22T21:30:39.841Z Checking serde_spanned v1.0.4
11022026-05-22T21:30:39.896Z Compiling progenitor-macro v0.11.1
11032026-05-22T21:30:39.977Z Checking toml_datetime v0.7.5+spec-1.1.0
11042026-05-22T21:30:39.993Z Checking utf8parse v0.2.2
11052026-05-22T21:30:40.095Z Checking toml_writer v1.0.6+spec-1.1.0
11062026-05-22T21:30:40.180Z Checking spin v0.9.8
11072026-05-22T21:30:40.232Z Checking anstyle-parse v1.0.0
11082026-05-22T21:30:40.280Z Checking toml v0.9.11+spec-1.1.0
11092026-05-22T21:30:40.469Z Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11102026-05-22T21:30:40.513Z Checking strum v0.27.2
11112026-05-22T21:30:40.625Z Checking strum v0.26.3
11122026-05-22T21:30:40.734Z Checking tokio-rustls v0.25.0
11132026-05-22T21:30:40.750Z Checking async-stream v0.3.6
11142026-05-22T21:30:40.786Z Checking sha1 v0.10.6
11152026-05-22T21:30:40.856Z Checking rustls-pemfile v2.2.0
11162026-05-22T21:30:40.875Z Checking rand_chacha v0.3.1
11172026-05-22T21:30:40.926Z Checking waitgroup v0.1.2
11182026-05-22T21:30:40.948Z Checking terminal_size v0.4.3
11192026-05-22T21:30:40.997Z Checking macaddr v1.0.1
11202026-05-22T21:30:41.027Z Checking serde_path_to_error v0.1.20
11212026-05-22T21:30:41.060Z Checking hostname v0.4.2
11222026-05-22T21:30:41.076Z Checking wait-timeout v0.2.1
11232026-05-22T21:30:41.079Z Checking is_terminal_polyfill v1.70.1
11242026-05-22T21:30:41.159Z Checking anstyle-query v1.1.4
11252026-05-22T21:30:41.175Z Checking bit-vec v0.8.0
11262026-05-22T21:30:41.190Z Checking lazy_static v1.5.0
11272026-05-22T21:30:41.221Z Checking colorchoice v1.0.4
11282026-05-22T21:30:41.249Z Checking anstyle v1.0.14
11292026-05-22T21:30:41.281Z Checking quick-error v1.2.3
11302026-05-22T21:30:41.326Z Checking rand v0.8.5
11312026-05-22T21:30:41.366Z Checking bit-set v0.8.0
11322026-05-22T21:30:41.382Z Checking rusty-fork v0.3.0
11332026-05-22T21:30:41.425Z Checking anstream v1.0.0
11342026-05-22T21:30:41.511Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11352026-05-22T21:30:41.558Z Checking tabwriter v1.4.1
11362026-05-22T21:30:41.623Z Checking rand_xorshift v0.4.0
11372026-05-22T21:30:41.817Z Checking colored v3.0.0
11382026-05-22T21:30:41.840Z Checking clap_lex v1.1.0
11392026-05-22T21:30:41.974Z Checking unarray v0.1.4
11402026-05-22T21:30:42.006Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
11412026-05-22T21:30:42.054Z Checking clap_builder v4.6.0
11422026-05-22T21:30:42.078Z Checking proptest v1.8.0
11432026-05-22T21:30:42.766Z Checking itertools v0.14.0
11442026-05-22T21:30:43.274Z Checking clap v4.6.0
11452026-05-22T21:30:43.683Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
11462026-05-22T21:30:44.006Z Checking serde_with v3.14.1
11472026-05-22T21:30:44.363Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11482026-05-22T21:30:44.627Z Checking instant v0.1.13
11492026-05-22T21:30:44.772Z Checking rustc-hash v2.1.1
11502026-05-22T21:30:44.810Z Compiling prettyplease v0.2.37
11512026-05-22T21:30:44.918Z Checking iddqd v0.3.18
11522026-05-22T21:30:45.084Z Checking backoff v0.4.0
11532026-05-22T21:30:45.260Z Checking parse-display v0.10.0
11542026-05-22T21:30:45.331Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
11552026-05-22T21:30:45.405Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
11562026-05-22T21:30:46.857Z Compiling winnow v0.5.40
11572026-05-22T21:30:47.517Z Compiling cfg_aliases v0.2.1
11582026-05-22T21:30:47.817Z Compiling num-derive v0.4.2
11592026-05-22T21:30:48.175Z Compiling toml_edit v0.19.15
11602026-05-22T21:30:48.490Z Compiling rustls-webpki v0.103.6
11612026-05-22T21:30:49.409Z Compiling proc-macro-crate v1.3.1
11622026-05-22T21:30:51.428Z Checking serde_spanned v0.6.9
11632026-05-22T21:30:51.557Z Compiling memoffset v0.9.1
11642026-05-22T21:30:51.662Z Compiling tokio-rustls v0.26.3
11652026-05-22T21:30:52.014Z Compiling hyper-rustls v0.27.7
11662026-05-22T21:30:52.183Z Compiling num_enum_derive v0.7.5
11672026-05-22T21:30:52.278Z Compiling reqwest v0.12.23
11682026-05-22T21:30:52.293Z Compiling nix v0.30.1
11692026-05-22T21:30:53.533Z Compiling progenitor-client v0.11.1
11702026-05-22T21:30:53.831Z Checking crossbeam-epoch v0.9.18
11712026-05-22T21:30:55.491Z Compiling progenitor v0.11.1
11722026-05-22T21:30:55.998Z Compiling num-integer v0.1.46
11732026-05-22T21:30:56.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
11742026-05-22T21:30:56.302Z Compiling progenitor-client v0.10.0
11752026-05-22T21:30:56.966Z Compiling hubpack_derive v0.1.1
11762026-05-22T21:30:57.156Z Checking toml_write v0.1.2
11772026-05-22T21:30:57.265Z Compiling rayon-core v1.13.0
11782026-05-22T21:30:57.325Z Checking toml_edit v0.22.27
11792026-05-22T21:30:57.383Z Compiling num-rational v0.4.2
11802026-05-22T21:30:57.473Z Checking hubpack v0.1.2
11812026-05-22T21:30:57.518Z Compiling num-iter v0.1.45
11822026-05-22T21:30:57.870Z Compiling zerocopy-derive v0.7.35
11832026-05-22T21:30:57.886Z Compiling num-complex v0.4.6
11842026-05-22T21:30:57.928Z Checking static_assertions v1.1.0
11852026-05-22T21:30:58.243Z Checking num v0.4.3
11862026-05-22T21:30:58.315Z Checking crossbeam-deque v0.8.6
11872026-05-22T21:30:58.341Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
11882026-05-22T21:30:58.410Z Checking toml v0.8.23
11892026-05-22T21:30:58.492Z Compiling float-ord v0.3.2
11902026-05-22T21:30:58.704Z Compiling num_enum_derive v0.5.11
11912026-05-22T21:30:58.721Z Compiling proc-macro-error-attr v1.0.4
11922026-05-22T21:30:58.736Z Checking bytecount v0.6.9
11932026-05-22T21:30:58.840Z Compiling heapless v0.8.0
11942026-05-22T21:30:58.956Z Compiling heck v0.4.1
11952026-05-22T21:30:59.049Z Checking libscf-sys v1.2.0
11962026-05-22T21:30:59.165Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
11972026-05-22T21:30:59.182Z Compiling ingot-macros v0.1.1
11982026-05-22T21:30:59.733Z Checking num_enum v0.5.11
11992026-05-22T21:30:59.850Z Checking hash32 v0.3.1
12002026-05-22T21:30:59.911Z Compiling proc-macro-error v1.0.4
12012026-05-22T21:30:59.978Z Compiling smoltcp v0.11.0
12022026-05-22T21:31:00.158Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12032026-05-22T21:31:00.354Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
12042026-05-22T21:31:00.546Z Compiling zerocopy v0.7.35
12052026-05-22T21:31:00.589Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12062026-05-22T21:31:00.746Z Checking cobs v0.3.0
12072026-05-22T21:31:00.770Z Compiling foreign-types-macros v0.2.3
12082026-05-22T21:31:00.843Z Compiling scroll_derive v0.12.1
12092026-05-22T21:31:00.890Z Compiling usdt-impl v0.5.0
12102026-05-22T21:31:01.103Z Compiling crucible-workspace-hack v0.1.0
12112026-05-22T21:31:01.161Z Checking bitflags v1.3.2
12122026-05-22T21:31:01.164Z Checking managed v0.8.0
12132026-05-22T21:31:01.237Z Checking foreign-types-shared v0.3.1
12142026-05-22T21:31:01.365Z Compiling dof v0.3.0
12152026-05-22T21:31:01.398Z Checking foreign-types v0.5.0
12162026-05-22T21:31:01.444Z Checking postcard v1.1.3
12172026-05-22T21:31:01.553Z Checking scroll v0.12.0
12182026-05-22T21:31:01.738Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
12192026-05-22T21:31:01.783Z Checking num_enum v0.7.5
12202026-05-22T21:31:01.813Z Compiling dtrace-parser v0.2.0
12212026-05-22T21:31:01.864Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12222026-05-22T21:31:01.888Z Checking ingot-types v0.1.2
12232026-05-22T21:31:01.904Z Checking camino-tempfile v1.4.1
12242026-05-22T21:31:01.933Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12252026-05-22T21:31:02.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12262026-05-22T21:31:02.137Z Compiling thread-id v4.2.2
12272026-05-22T21:31:02.226Z Checking cstr-argument v0.1.2
12282026-05-22T21:31:02.242Z Checking ingot v0.1.1
12292026-05-22T21:31:02.305Z Compiling minimal-lexical v0.2.1
12302026-05-22T21:31:02.350Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
12312026-05-22T21:31:02.354Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
12322026-05-22T21:31:02.475Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
12332026-05-22T21:31:02.518Z Compiling nom v7.1.3
12342026-05-22T21:31:02.536Z Checking goblin v0.8.2
12352026-05-22T21:31:02.623Z Checking rayon v1.11.0
12362026-05-22T21:31:02.984Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12372026-05-22T21:31:03.121Z Compiling rustc_version v0.4.1
12382026-05-22T21:31:03.495Z Compiling proc-macro-error-attr2 v2.0.0
12392026-05-22T21:31:03.517Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12402026-05-22T21:31:03.673Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
12412026-05-22T21:31:03.839Z Compiling convert_case v0.4.0
12422026-05-22T21:31:03.910Z Checking tinyvec_macros v0.1.1
12432026-05-22T21:31:03.928Z Compiling rustix v0.38.44
12442026-05-22T21:31:04.039Z Checking tinyvec v1.10.0
12452026-05-22T21:31:04.109Z Compiling proc-macro-error2 v2.0.1
12462026-05-22T21:31:04.177Z Compiling derive_more v0.99.20
12472026-05-22T21:31:04.440Z Compiling libz-sys v1.1.22
12482026-05-22T21:31:04.488Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
12492026-05-22T21:31:04.658Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12502026-05-22T21:31:04.802Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12512026-05-22T21:31:05.046Z Compiling tabled_derive v0.11.0
12522026-05-22T21:31:05.345Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12532026-05-22T21:31:05.345Z Compiling usdt-macro v0.5.0
12542026-05-22T21:31:05.563Z Compiling usdt-attr-macro v0.5.0
12552026-05-22T21:31:05.714Z Compiling zone_cfg_derive v0.3.1
12562026-05-22T21:31:06.058Z Checking papergrid v0.17.0
12572026-05-22T21:31:06.129Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12582026-05-22T21:31:06.301Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12592026-05-22T21:31:06.392Z Checking itertools v0.12.1
12602026-05-22T21:31:06.441Z Checking testing_table v0.3.0
12612026-05-22T21:31:06.460Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12622026-05-22T21:31:06.475Z Checking memmap v0.7.0
12632026-05-22T21:31:06.535Z Checking sigpipe v0.1.3
12642026-05-22T21:31:06.609Z Checking jiff v0.2.15
12652026-05-22T21:31:06.625Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12662026-05-22T21:31:06.707Z Checking glob v0.3.3
12672026-05-22T21:31:06.832Z Checking tabled v0.20.0
12682026-05-22T21:31:06.898Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12692026-05-22T21:31:06.898Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
12702026-05-22T21:31:06.934Z Checking usdt v0.5.0
12712026-05-22T21:31:07.101Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
12722026-05-22T21:31:07.261Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
12732026-05-22T21:31:07.414Z Checking zone v0.3.1
12742026-05-22T21:31:07.633Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
12752026-05-22T21:31:07.649Z Checking smf v0.2.3
12762026-05-22T21:31:07.764Z Checking secrecy v0.10.3
12772026-05-22T21:31:07.782Z Checking bstr v1.12.0
12782026-05-22T21:31:07.852Z Checking whoami v1.6.1
12792026-05-22T21:31:07.894Z Compiling curve25519-dalek v4.1.3
12802026-05-22T21:31:08.030Z Checking common v0.1.0 (/work/oxidecomputer/dendrite/common)
12812026-05-22T21:31:08.070Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12822026-05-22T21:31:08.117Z Checking hmac v0.12.1
12832026-05-22T21:31:08.192Z Checking inout v0.1.4
12842026-05-22T21:31:08.209Z Compiling clang-sys v1.8.1
12852026-05-22T21:31:08.247Z Checking ff v0.13.1
12862026-05-22T21:31:08.329Z Compiling enum-as-inner v0.6.1
12872026-05-22T21:31:08.598Z Compiling semver v0.1.20
12882026-05-22T21:31:08.749Z Checking data-encoding v2.9.0
12892026-05-22T21:31:08.852Z Compiling rustc_version v0.1.7
12902026-05-22T21:31:08.918Z Checking group v0.13.0
12912026-05-22T21:31:08.955Z Checking cipher v0.4.4
12922026-05-22T21:31:09.046Z Checking hkdf v0.12.4
12932026-05-22T21:31:09.071Z Checking atomicwrites v0.4.4
12942026-05-22T21:31:09.140Z Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
12952026-05-22T21:31:09.162Z Compiling thiserror-impl-no-std v2.0.2
12962026-05-22T21:31:09.177Z Checking universal-hash v0.5.1
12972026-05-22T21:31:09.193Z Checking crypto-bigint v0.5.5
12982026-05-22T21:31:09.208Z Checking half v2.7.1
12992026-05-22T21:31:09.298Z Compiling curve25519-dalek-derive v0.1.1
13002026-05-22T21:31:09.315Z Checking indent_write v2.2.0
13012026-05-22T21:31:09.446Z Compiling unicode-segmentation v1.12.0
13022026-05-22T21:31:09.462Z Checking base64ct v1.8.0
13032026-05-22T21:31:09.479Z Checking ciborium-io v0.2.2
13042026-05-22T21:31:09.574Z Checking base16ct v0.2.0
13052026-05-22T21:31:09.699Z Checking opaque-debug v0.3.1
13062026-05-22T21:31:09.703Z Checking password-hash v0.5.0
13072026-05-22T21:31:09.773Z Checking poly1305 v0.8.0
13082026-05-22T21:31:09.824Z Checking ciborium-ll v0.2.2
13092026-05-22T21:31:09.945Z Checking chacha20 v0.9.1
13102026-05-22T21:31:10.001Z Compiling newtype_derive v0.1.6
13112026-05-22T21:31:10.138Z Checking similar v2.7.0
13122026-05-22T21:31:10.151Z Checking elliptic-curve v0.13.8
13132026-05-22T21:31:10.232Z Checking thiserror-no-std v2.0.2
13142026-05-22T21:31:10.248Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13152026-05-22T21:31:10.321Z Checking blake2 v0.10.6
13162026-05-22T21:31:10.404Z Compiling typify-impl v0.6.1
13172026-05-22T21:31:10.470Z Checking aead v0.5.2
13182026-05-22T21:31:10.491Z Compiling bitset-macro v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
13192026-05-22T21:31:10.536Z Compiling libloading v0.8.9
13202026-05-22T21:31:10.607Z Checking keccak v0.1.6
13212026-05-22T21:31:10.731Z Checking resolv-conf v0.7.5
13222026-05-22T21:31:10.783Z Checking linked-hash-map v0.5.6
13232026-05-22T21:31:10.797Z Compiling owo-colors v4.3.0
13242026-05-22T21:31:10.807Z Compiling seq-macro v0.3.6
13252026-05-22T21:31:10.919Z Compiling bindgen v0.72.1
13262026-05-22T21:31:10.935Z Compiling foldhash v0.1.5
13272026-05-22T21:31:10.938Z Checking lru-cache v0.1.2
13282026-05-22T21:31:11.070Z Compiling hashbrown v0.15.5
13292026-05-22T21:31:11.103Z Checking vsss-rs v3.3.4
13302026-05-22T21:31:11.173Z Checking sha3 v0.10.8
13312026-05-22T21:31:11.367Z Checking chacha20poly1305 v0.10.1
13322026-05-22T21:31:11.482Z Checking argon2 v0.5.3
13332026-05-22T21:31:11.549Z Checking ciborium v0.2.2
13342026-05-22T21:31:11.629Z Compiling newline-converter v0.3.0
13352026-05-22T21:31:11.758Z Checking hickory-proto v0.24.4
13362026-05-22T21:31:11.793Z Checking tokio-dtrace v0.1.1
13372026-05-22T21:31:11.974Z Compiling cexpr v0.6.0
13382026-05-22T21:31:11.991Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
13392026-05-22T21:31:12.185Z Compiling console v0.15.11
13402026-05-22T21:31:12.498Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13412026-05-22T21:31:12.537Z Checking serde-big-array v0.5.1
13422026-05-22T21:31:12.669Z Compiling derive-where v1.6.0
13432026-05-22T21:31:12.685Z Compiling serde_repr v0.1.20
13442026-05-22T21:31:13.170Z Compiling fixedbitset v0.5.7
13452026-05-22T21:31:13.264Z Checking same-file v1.0.6
13462026-05-22T21:31:13.378Z Checking siphasher v1.0.1
13472026-05-22T21:31:13.394Z Checking walkdir v2.5.0
13482026-05-22T21:31:13.456Z Compiling petgraph v0.8.2
13492026-05-22T21:31:13.552Z Checking phf_shared v0.12.1
13502026-05-22T21:31:13.559Z Checking hickory-resolver v0.24.4
13512026-05-22T21:31:13.689Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
13522026-05-22T21:31:13.757Z Compiling expectorate v1.2.0
13532026-05-22T21:31:13.779Z Compiling typify-macro v0.6.1
13542026-05-22T21:31:13.904Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
13552026-05-22T21:31:14.113Z Checking oxide-tokio-rt v0.1.2
13562026-05-22T21:31:14.289Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13572026-05-22T21:31:14.384Z Compiling bitset v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
13582026-05-22T21:31:15.064Z Compiling convert_case v0.8.0
13592026-05-22T21:31:15.253Z Compiling annotate-snippets v0.11.5
13602026-05-22T21:31:15.430Z Compiling progenitor-impl v0.10.0
13612026-05-22T21:31:15.558Z Checking tokio-stream v0.1.17
13622026-05-22T21:31:15.653Z Compiling pin-project-internal v1.1.10
13632026-05-22T21:31:15.828Z Compiling slog-dtrace v0.3.0
13642026-05-22T21:31:15.935Z Checking csv-core v0.1.12
13652026-05-22T21:31:16.007Z Checking unicode-linebreak v0.1.5
13662026-05-22T21:31:16.075Z Compiling unicode-xid v0.2.6
13672026-05-22T21:31:16.114Z Compiling chrono-tz v0.10.4
13682026-05-22T21:31:16.202Z Checking unicode-width v0.1.14
13692026-05-22T21:31:16.220Z Checking swrite v0.1.0
13702026-05-22T21:31:16.315Z Compiling cancel-safe-futures v0.1.5
13712026-05-22T21:31:16.453Z Checking smawk v0.3.2
13722026-05-22T21:31:16.593Z Checking textwrap v0.16.2
13732026-05-22T21:31:16.635Z Compiling const_format_proc_macros v0.2.34
13742026-05-22T21:31:16.677Z Checking csv v1.3.1
13752026-05-22T21:31:16.740Z Checking pin-project v1.1.10
13762026-05-22T21:31:16.841Z Compiling rsf v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
13772026-05-22T21:31:16.863Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13782026-05-22T21:31:16.973Z Checking qorb v0.4.1
13792026-05-22T21:31:17.184Z Checking phf v0.12.1
13802026-05-22T21:31:17.332Z Checking unicode-normalization v0.1.24
13812026-05-22T21:31:17.414Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13822026-05-22T21:31:17.475Z Compiling progenitor-macro v0.10.0
13832026-05-22T21:31:17.738Z Compiling snafu-derive v0.8.9
13842026-05-22T21:31:17.915Z Compiling nix v0.31.3
13852026-05-22T21:31:18.316Z Checking libsw-core v0.3.2
13862026-05-22T21:31:18.332Z Compiling libgit2-sys v0.17.0+1.8.1
13872026-05-22T21:31:18.460Z Compiling async-recursion v1.1.1
13882026-05-22T21:31:18.463Z Compiling cookie v0.18.1
13892026-05-22T21:31:18.615Z Checking highway v1.3.0
13902026-05-22T21:31:18.730Z Compiling moka v0.12.11
13912026-05-22T21:31:18.843Z Checking fixedbitset v0.4.2
13922026-05-22T21:31:19.015Z Checking petgraph v0.6.5
13932026-05-22T21:31:19.246Z Compiling regs v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#3c056f1d)
13942026-05-22T21:31:19.502Z Checking snafu v0.8.9
13952026-05-22T21:31:19.984Z Checking libsw v3.5.0
13962026-05-22T21:31:20.028Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
13972026-05-22T21:31:20.175Z Checking olpc-cjson v0.1.4
13982026-05-22T21:31:20.186Z Checking const_format v0.2.34
13992026-05-22T21:31:20.301Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14002026-05-22T21:31:20.458Z Checking papergrid v0.11.0
14012026-05-22T21:31:20.532Z Compiling typify v0.6.1
14022026-05-22T21:31:20.631Z Checking globset v0.4.16
14032026-05-22T21:31:20.648Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
14042026-05-22T21:31:20.690Z Checking gethostname v0.5.0
14052026-05-22T21:31:20.880Z Compiling tabled_derive v0.7.0
14062026-05-22T21:31:20.895Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14072026-05-22T21:31:21.135Z Checking reqwest v0.13.2
14082026-05-22T21:31:21.227Z Checking pem v3.0.5
14092026-05-22T21:31:21.392Z Checking bcs v0.1.6
14102026-05-22T21:31:21.628Z Checking serde_plain v1.0.2
14112026-05-22T21:31:21.687Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#3c056f1d)
14122026-05-22T21:31:21.767Z Checking progenitor v0.10.0
14132026-05-22T21:31:21.783Z Checking termtree v0.5.1
14142026-05-22T21:31:21.823Z Checking crc8 v0.1.1
14152026-05-22T21:31:21.907Z Checking typed-path v0.9.3
14162026-05-22T21:31:21.924Z Checking humantime v2.3.0
14172026-05-22T21:31:21.926Z Compiling signal-hook v0.3.18
14182026-05-22T21:31:22.002Z Checking linear-map v1.2.0
14192026-05-22T21:31:22.121Z Checking tagptr v0.2.0
14202026-05-22T21:31:22.179Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14212026-05-22T21:31:22.261Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14222026-05-22T21:31:22.313Z Checking tabled v0.15.0
14232026-05-22T21:31:22.687Z Checking tough v0.20.0
14242026-05-22T21:31:22.887Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14252026-05-22T21:31:23.055Z Compiling progenitor-impl v0.13.0
14262026-05-22T21:31:23.441Z Checking steno v0.4.1
14272026-05-22T21:31:24.513Z Checking hickory-proto v0.25.2
14282026-05-22T21:31:24.711Z Compiling curl-sys v0.4.83+curl-8.15.0
14292026-05-22T21:31:24.726Z Compiling cargo-platform v0.1.9
14302026-05-22T21:31:24.970Z Compiling vergen v8.3.2
14312026-05-22T21:31:25.133Z Compiling fs-err v3.1.2
14322026-05-22T21:31:25.203Z Checking rust_rpi v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
14332026-05-22T21:31:25.219Z Compiling crc32fast v1.5.0
14342026-05-22T21:31:25.323Z Compiling progenitor-macro v0.13.0
14352026-05-22T21:31:25.519Z Compiling cargo_metadata v0.18.1
14362026-05-22T21:31:26.109Z Checking hickory-resolver v0.25.2
14372026-05-22T21:31:26.250Z Checking progenitor-client v0.13.0
14382026-05-22T21:31:26.475Z Checking dropshot-api-manager-types v0.5.2
14392026-05-22T21:31:26.605Z Checking sha2 v0.10.9
14402026-05-22T21:31:26.627Z Compiling blake3 v1.8.2
14412026-05-22T21:31:26.773Z Checking adler2 v2.0.1
14422026-05-22T21:31:26.884Z Checking miniz_oxide v0.8.9
14432026-05-22T21:31:27.319Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
14442026-05-22T21:31:27.398Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
14452026-05-22T21:31:27.531Z Checking git-stub v1.0.0
14462026-05-22T21:31:27.901Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14472026-05-22T21:31:28.464Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14482026-05-22T21:31:28.675Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14492026-05-22T21:31:28.896Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14502026-05-22T21:31:29.377Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14512026-05-22T21:31:29.465Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14522026-05-22T21:31:29.558Z Checking progenitor v0.13.0
14532026-05-22T21:31:29.696Z Checking filetime v0.2.26
14542026-05-22T21:31:29.797Z Checking arrayvec v0.7.6
14552026-05-22T21:31:29.835Z Checking is_ci v1.2.0
14562026-05-22T21:31:29.853Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14572026-05-22T21:31:29.888Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14582026-05-22T21:31:29.933Z Checking constant_time_eq v0.3.1
14592026-05-22T21:31:29.950Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14602026-05-22T21:31:29.981Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14612026-05-22T21:31:30.024Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
14622026-05-22T21:31:30.071Z Checking xattr v1.6.1
14632026-05-22T21:31:30.135Z Compiling curl v0.4.49
14642026-05-22T21:31:30.152Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
14652026-05-22T21:31:30.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14662026-05-22T21:31:30.388Z Checking arrayref v0.3.9
14672026-05-22T21:31:30.562Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
14682026-05-22T21:31:30.746Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14692026-05-22T21:31:30.790Z Checking tar v0.4.45
14702026-05-22T21:31:31.010Z Checking supports-color v3.0.2
14712026-05-22T21:31:31.109Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
14722026-05-22T21:31:31.138Z Checking toml v0.7.8
14732026-05-22T21:31:31.156Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14742026-05-22T21:31:31.171Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
14752026-05-22T21:31:32.011Z Checking git-stub-vcs v0.1.0
14762026-05-22T21:31:32.323Z Checking flate2 v1.1.2
14772026-05-22T21:31:32.785Z Checking drift v0.1.3
14782026-05-22T21:31:33.032Z Checking kstat-rs v0.2.4
14792026-05-22T21:31:33.219Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
14802026-05-22T21:31:33.549Z Checking topological-sort v0.2.2
14812026-05-22T21:31:33.687Z Checking omicron-zone-package v0.12.2
14822026-05-22T21:31:34.269Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
14832026-05-22T21:31:34.476Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14842026-05-22T21:31:34.582Z Checking dropshot-api-manager v0.5.2
14852026-05-22T21:31:34.663Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
14862026-05-22T21:31:35.488Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14872026-05-22T21:31:35.841Z Checking signal-hook-tokio v0.3.1
14882026-05-22T21:31:35.973Z Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
14892026-05-22T21:31:36.335Z Checking scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
14902026-05-22T21:31:36.424Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
14912026-05-22T21:31:36.491Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
14922026-05-22T21:31:36.779Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14932026-05-22T21:31:36.876Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
14942026-05-22T21:31:36.894Z Checking display-error-chain v0.2.2
14952026-05-22T21:31:36.924Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
14962026-05-22T21:31:37.012Z Checking search_path v0.1.4
14972026-05-22T21:31:37.064Z Checking internet-checksum v0.2.1
14982026-05-22T21:31:37.150Z Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
14992026-05-22T21:31:37.280Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15002026-05-22T21:31:37.395Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15012026-05-22T21:31:37.414Z Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
15022026-05-22T21:31:39.255Z Compiling git2 v0.19.0
15032026-05-22T21:31:39.442Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15042026-05-22T21:31:41.686Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15052026-05-22T21:31:48.735Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15062026-05-22T21:31:50.150Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15072026-05-22T21:32:08.160Z Checking intr v0.1.0 (/work/oxidecomputer/dendrite/intr)
15082026-05-22T21:32:13.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15092026-05-22T21:32:13.415Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15102026-05-22T21:32:13.415Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15112026-05-22T21:32:13.763Z+ for feat in tofino_stub tofino_asic softnpu chaos
15122026-05-22T21:32:13.763Z+ cargo clippy --features tofino_asic -- --deny warnings
15132026-05-22T21:32:14.351Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15142026-05-22T21:32:14.438Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15152026-05-22T21:32:14.442Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
15162026-05-22T21:32:21.716Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15172026-05-22T21:32:21.719Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
15182026-05-22T21:32:24.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.42s
15192026-05-22T21:32:24.231Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15202026-05-22T21:32:24.232Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15212026-05-22T21:32:24.383Z+ for feat in tofino_stub tofino_asic softnpu chaos
15222026-05-22T21:32:24.383Z+ cargo clippy --features softnpu -- --deny warnings
15232026-05-22T21:32:24.693Z Downloading crates ...
15242026-05-22T21:32:24.792Z Downloaded ascii v1.1.0
15252026-05-22T21:32:24.796Z Downloaded bitstruct_derive v0.1.0
15262026-05-22T21:32:24.796Z Downloaded funty v2.0.0
15272026-05-22T21:32:24.796Z Downloaded bitstruct v0.1.1
15282026-05-22T21:32:24.796Z Downloaded erased-serde v0.4.8
15292026-05-22T21:32:24.796Z Downloaded libloading v0.7.4
15302026-05-22T21:32:24.799Z Downloaded bitvec v1.0.1
15312026-05-22T21:32:24.804Z Downloaded num-bigint v0.4.6
15322026-05-22T21:32:24.807Z Downloaded radium v0.7.0
15332026-05-22T21:32:24.807Z Downloaded serde_arrays v0.1.0
15342026-05-22T21:32:24.810Z Downloaded tap v1.0.1
15352026-05-22T21:32:24.810Z Downloaded typeid v1.0.3
15362026-05-22T21:32:24.813Z Downloaded wyz v0.5.1
15372026-05-22T21:32:25.001Z Checking num-integer v0.1.46
15382026-05-22T21:32:25.096Z Checking num-complex v0.4.6
15392026-05-22T21:32:25.123Z Compiling radium v0.7.0
15402026-05-22T21:32:25.142Z Checking tap v1.0.1
15412026-05-22T21:32:25.156Z Checking funty v2.0.0
15422026-05-22T21:32:25.170Z Compiling typeid v1.0.3
15432026-05-22T21:32:25.173Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15442026-05-22T21:32:25.194Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15452026-05-22T21:32:25.230Z Checking wyz v0.5.1
15462026-05-22T21:32:25.286Z Checking num-bigint v0.4.6
15472026-05-22T21:32:25.349Z Checking num-iter v0.1.45
15482026-05-22T21:32:25.401Z Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15492026-05-22T21:32:25.421Z Compiling erased-serde v0.4.8
15502026-05-22T21:32:25.452Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15512026-05-22T21:32:25.476Z Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15522026-05-22T21:32:25.512Z Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15532026-05-22T21:32:25.525Z Compiling bitstruct_derive v0.1.0
15542026-05-22T21:32:25.588Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15552026-05-22T21:32:25.601Z Checking bitvec v1.0.1
15562026-05-22T21:32:25.615Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15572026-05-22T21:32:25.626Z Checking ascii v1.1.0
15582026-05-22T21:32:25.642Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
15592026-05-22T21:32:25.698Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15602026-05-22T21:32:25.795Z Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15612026-05-22T21:32:25.806Z Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15622026-05-22T21:32:25.817Z Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
15632026-05-22T21:32:25.820Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
15642026-05-22T21:32:26.097Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
15652026-05-22T21:32:26.115Z Checking num-rational v0.4.2
15662026-05-22T21:32:26.118Z Checking serde_arrays v0.1.0
15672026-05-22T21:32:26.193Z Checking bitstruct v0.1.1
15682026-05-22T21:32:26.224Z Checking libloading v0.7.4
15692026-05-22T21:32:26.249Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
15702026-05-22T21:32:26.399Z Checking num v0.4.3
15712026-05-22T21:32:26.466Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15722026-05-22T21:32:27.112Z Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
15732026-05-22T21:32:27.396Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
15742026-05-22T21:32:27.396Z Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
15752026-05-22T21:32:27.592Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
15762026-05-22T21:32:27.728Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15772026-05-22T21:32:27.732Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15782026-05-22T21:32:28.200Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15792026-05-22T21:32:28.441Z Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
15802026-05-22T21:32:28.444Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15812026-05-22T21:32:28.444Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15822026-05-22T21:32:28.444Z Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15832026-05-22T21:32:28.832Z Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
15842026-05-22T21:32:29.293Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
15852026-05-22T21:32:30.210Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15862026-05-22T21:32:32.354Z Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
15872026-05-22T21:32:32.702Z Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
15882026-05-22T21:32:33.576Z Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
15892026-05-22T21:32:34.550Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15902026-05-22T21:32:34.672Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
15912026-05-22T21:32:41.034Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15922026-05-22T21:32:42.348Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
15932026-05-22T21:32:42.922Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
15942026-05-22T21:32:47.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.91s
15952026-05-22T21:32:47.346Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
15962026-05-22T21:32:47.346Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
15972026-05-22T21:32:47.501Z+ for feat in tofino_stub tofino_asic softnpu chaos
15982026-05-22T21:32:47.502Z+ cargo clippy --features chaos -- --deny warnings
15992026-05-22T21:32:48.072Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
16002026-05-22T21:32:48.162Z Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
16012026-05-22T21:32:48.162Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
16022026-05-22T21:32:55.373Z Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
16032026-05-22T21:32:55.373Z Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
16042026-05-22T21:32:57.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s
16052026-05-22T21:32:57.848Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16062026-05-22T21:32:57.849Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16072026-05-22T21:32:57.997Z+ banner fmt
16082026-05-22T21:32:58.001Z
16092026-05-22T21:32:58.001Z ###### # # #####
16102026-05-22T21:32:58.001Z # ## ## #
16112026-05-22T21:32:58.001Z ##### # ## # #
16122026-05-22T21:32:58.001Z # # # #
16132026-05-22T21:32:58.001Z # # # #
16142026-05-22T21:32:58.001Z # # # #
16152026-05-22T21:32:58.001Z
16162026-05-22T21:32:58.001Z+ cargo fmt -- --check
16172026-05-22T21:32:58.441Z+ banner test
16182026-05-22T21:32:58.444Z
16192026-05-22T21:32:58.444Z ##### ###### #### #####
16202026-05-22T21:32:58.444Z # # # #
16212026-05-22T21:32:58.444Z # ##### #### #
16222026-05-22T21:32:58.444Z # # # #
16232026-05-22T21:32:58.444Z # # # # #
16242026-05-22T21:32:58.444Z # ###### #### #
16252026-05-22T21:32:58.444Z
16262026-05-22T21:32:58.444Z+ for feat in tofino_stub tofino_asic softnpu chaos
16272026-05-22T21:32:58.444Z+ RUST_BACKTRACE=full
16282026-05-22T21:32:58.444Z+ cargo test --features tofino_stub --no-fail-fast
16292026-05-22T21:32:59.381Z Compiling unicode-ident v1.0.24
16302026-05-22T21:32:59.381Z Compiling cfg-if v1.0.3
16312026-05-22T21:32:59.381Z Compiling memchr v2.7.5
16322026-05-22T21:32:59.523Z Compiling libc v0.2.186
16332026-05-22T21:32:59.523Z Compiling serde_core v1.0.228
16342026-05-22T21:32:59.526Z Compiling itoa v1.0.15
16352026-05-22T21:32:59.527Z Compiling zmij v1.0.17
16362026-05-22T21:32:59.542Z Compiling libm v0.2.15
16372026-05-22T21:32:59.614Z Compiling proc-macro2 v1.0.106
16382026-05-22T21:32:59.741Z Compiling equivalent v1.0.2
16392026-05-22T21:32:59.830Z Compiling allocator-api2 v0.2.21
16402026-05-22T21:32:59.866Z Compiling iana-time-zone v0.1.64
16412026-05-22T21:33:00.052Z Compiling quote v1.0.45
16422026-05-22T21:33:00.091Z Compiling getrandom v0.3.3
16432026-05-22T21:33:00.128Z Compiling jobserver v0.1.34
16442026-05-22T21:33:00.158Z Compiling foldhash v0.2.0
16452026-05-22T21:33:00.172Z Compiling heck v0.5.0
16462026-05-22T21:33:00.273Z Compiling syn v2.0.117
16472026-05-22T21:33:00.345Z Compiling cc v1.2.58
16482026-05-22T21:33:00.368Z Compiling hashbrown v0.16.1
16492026-05-22T21:33:00.427Z Compiling log v0.4.29
16502026-05-22T21:33:00.448Z Compiling dyn-clone v1.0.20
16512026-05-22T21:33:00.596Z Compiling smallvec v1.15.1
16522026-05-22T21:33:00.664Z Compiling stable_deref_trait v1.2.0
16532026-05-22T21:33:00.693Z Compiling regex-syntax v0.8.6
16542026-05-22T21:33:00.745Z Compiling percent-encoding v2.3.2
16552026-05-22T21:33:00.811Z Compiling writeable v0.6.1
16562026-05-22T21:33:00.948Z Compiling litemap v0.8.0
16572026-05-22T21:33:00.963Z Compiling fnv v1.0.7
16582026-05-22T21:33:01.067Z Compiling pin-project-lite v0.2.16
16592026-05-22T21:33:01.115Z Compiling num-traits v0.2.19
16602026-05-22T21:33:01.168Z Compiling icu_properties_data v2.0.1
16612026-05-22T21:33:01.168Z Compiling icu_normalizer_data v2.0.0
16622026-05-22T21:33:01.261Z Compiling semver v1.0.27
16632026-05-22T21:33:01.304Z Compiling uuid v1.20.0
16642026-05-22T21:33:01.438Z Compiling serde_json v1.0.149
16652026-05-22T21:33:01.600Z Compiling indexmap v2.13.0
16662026-05-22T21:33:01.615Z Compiling form_urlencoded v1.2.2
16672026-05-22T21:33:01.724Z Compiling utf8_iter v1.0.4
16682026-05-22T21:33:01.727Z Compiling aho-corasick v1.1.3
16692026-05-22T21:33:01.798Z Compiling ring v0.17.14
16702026-05-22T21:33:01.874Z Compiling socket2 v0.6.0
16712026-05-22T21:33:02.224Z Compiling scopeguard v1.2.0
16722026-05-22T21:33:02.245Z Compiling parking_lot_core v0.9.12
16732026-05-22T21:33:02.322Z Compiling lock_api v0.4.14
16742026-05-22T21:33:02.338Z Compiling signal-hook-registry v1.4.6
16752026-05-22T21:33:02.365Z Compiling mio v1.0.4
16762026-05-22T21:33:02.557Z Compiling regex-automata v0.4.13
16772026-05-22T21:33:02.557Z Compiling parking_lot v0.12.5
16782026-05-22T21:33:02.747Z Compiling ucd-trie v0.1.7
16792026-05-22T21:33:02.864Z Compiling byteorder v1.5.0
16802026-05-22T21:33:02.974Z Compiling synstructure v0.13.2
16812026-05-22T21:33:03.051Z Compiling serde_derive_internals v0.29.1
16822026-05-22T21:33:03.119Z Compiling time-core v0.1.8
16832026-05-22T21:33:03.265Z Compiling num-conv v0.2.1
16842026-05-22T21:33:03.299Z Compiling strsim v0.11.1
16852026-05-22T21:33:03.414Z Compiling time-macros v0.2.27
16862026-05-22T21:33:03.688Z Compiling getrandom v0.2.16
16872026-05-22T21:33:03.749Z Compiling futures-core v0.3.32
16882026-05-22T21:33:03.874Z Compiling ryu v1.0.20
16892026-05-22T21:33:03.905Z Compiling futures-sink v0.3.32
16902026-05-22T21:33:04.033Z Compiling regress v0.10.5
16912026-05-22T21:33:04.087Z Compiling pretty-hex v0.4.1
16922026-05-22T21:33:04.202Z Compiling serde_derive v1.0.228
16932026-05-22T21:33:04.228Z Compiling zerofrom-derive v0.1.6
16942026-05-22T21:33:04.422Z Compiling yoke-derive v0.8.0
16952026-05-22T21:33:04.437Z Compiling zerovec-derive v0.11.1
16962026-05-22T21:33:04.635Z Compiling displaydoc v0.2.5
16972026-05-22T21:33:05.178Z Compiling thiserror-impl v2.0.18
16982026-05-22T21:33:05.407Z Compiling schemars_derive v0.8.22
16992026-05-22T21:33:05.464Z Compiling tokio-macros v2.6.0
17002026-05-22T21:33:05.481Z Compiling zerocopy-derive v0.8.27
17012026-05-22T21:33:05.542Z Compiling zeroize_derive v1.4.3
17022026-05-22T21:33:06.226Z Compiling futures-macro v0.3.32
17032026-05-22T21:33:06.229Z Compiling zerofrom v0.1.6
17042026-05-22T21:33:06.320Z Compiling thiserror-impl v1.0.69
17052026-05-22T21:33:06.376Z Compiling yoke v0.8.0
17062026-05-22T21:33:06.413Z Compiling thiserror v2.0.18
17072026-05-22T21:33:06.528Z Compiling regex v1.12.3
17082026-05-22T21:33:06.573Z Compiling zerovec v0.11.4
17092026-05-22T21:33:06.625Z Compiling zerotrie v0.2.2
17102026-05-22T21:33:06.737Z Compiling zerocopy v0.8.27
17112026-05-22T21:33:06.885Z Compiling serde v1.0.228
17122026-05-22T21:33:06.990Z Compiling tracing-attributes v0.1.30
17132026-05-22T21:33:07.088Z Compiling pest v2.8.2
17142026-05-22T21:33:07.419Z Compiling bytes v1.11.1
17152026-05-22T21:33:07.444Z Compiling serde_tokenstream v0.2.3
17162026-05-22T21:33:07.469Z Compiling tinystr v0.8.1
17172026-05-22T21:33:07.534Z Compiling potential_utf v0.1.3
17182026-05-22T21:33:07.683Z Compiling icu_locale_core v2.0.0
17192026-05-22T21:33:07.716Z Compiling icu_collections v2.0.0
17202026-05-22T21:33:07.740Z Compiling chrono v0.4.44
17212026-05-22T21:33:07.898Z Compiling http v1.4.0
17222026-05-22T21:33:08.082Z Compiling tokio v1.49.0
17232026-05-22T21:33:08.225Z Compiling icu_provider v2.0.0
17242026-05-22T21:33:08.240Z Compiling pest_meta v2.8.2
17252026-05-22T21:33:08.253Z Compiling slab v0.4.11
17262026-05-22T21:33:08.374Z Compiling plain v0.2.3
17272026-05-22T21:33:08.433Z Compiling futures-channel v0.3.32
17282026-05-22T21:33:08.487Z Compiling icu_normalizer v2.0.0
17292026-05-22T21:33:08.545Z Compiling icu_properties v2.0.1
17302026-05-22T21:33:08.695Z Compiling schemars v0.8.22
17312026-05-22T21:33:08.887Z Compiling pest_generator v2.8.2
17322026-05-22T21:33:09.164Z Compiling errno v0.3.14
17332026-05-22T21:33:09.327Z Compiling scroll_derive v0.13.1
17342026-05-22T21:33:09.331Z Compiling futures-task v0.3.32
17352026-05-22T21:33:09.530Z Compiling idna_adapter v1.2.1
17362026-05-22T21:33:09.576Z Compiling futures-io v0.3.32
17372026-05-22T21:33:09.638Z Compiling pest_derive v2.8.2
17382026-05-22T21:33:09.687Z Compiling idna v1.1.0
17392026-05-22T21:33:09.748Z Compiling thiserror v1.0.69
17402026-05-22T21:33:09.860Z Compiling daft-derive v0.1.5
17412026-05-22T21:33:09.863Z Compiling async-trait v0.1.89
17422026-05-22T21:33:10.211Z Compiling url v2.5.7
17432026-05-22T21:33:10.252Z Compiling scroll v0.13.0
17442026-05-22T21:33:10.478Z Compiling openssl-sys v0.9.112
17452026-05-22T21:33:10.494Z Compiling anyhow v1.0.102
17462026-05-22T21:33:10.497Z Compiling goblin v0.10.1
17472026-05-22T21:33:10.533Z Compiling cmake v0.1.54
17482026-05-22T21:33:10.674Z Compiling dtrace-parser v0.3.0
17492026-05-22T21:33:10.887Z Compiling aws-lc-sys v0.39.1
17502026-05-22T21:33:10.903Z Compiling bitflags v2.11.1
17512026-05-22T21:33:10.906Z Compiling thread-id v5.0.0
17522026-05-22T21:33:11.007Z Compiling syn v1.0.109
17532026-05-22T21:33:11.102Z Compiling openapiv3 v2.2.0
17542026-05-22T21:33:11.152Z Compiling erased-serde v0.3.31
17552026-05-22T21:33:11.656Z Compiling darling_core v0.21.3
17562026-05-22T21:33:11.671Z Compiling typify-impl v0.4.3
17572026-05-22T21:33:12.708Z Compiling openssl v0.10.76
17582026-05-22T21:33:12.748Z Compiling serde_yaml v0.9.34+deprecated
17592026-05-22T21:33:12.925Z Compiling ref-cast-impl v1.0.25
17602026-05-22T21:33:13.552Z Compiling dof v0.4.0
17612026-05-22T21:33:13.719Z Compiling darling_macro v0.21.3
17622026-05-22T21:33:13.993Z Compiling openssl-macros v0.1.1
17632026-05-22T21:33:14.336Z Compiling usdt-impl v0.6.0
17642026-05-22T21:33:14.391Z Compiling darling v0.21.3
17652026-05-22T21:33:14.480Z Compiling base64 v0.22.1
17662026-05-22T21:33:14.527Z Compiling http-body v1.0.1
17672026-05-22T21:33:14.666Z Compiling rand_core v0.6.4
17682026-05-22T21:33:14.697Z Compiling typenum v1.18.0
17692026-05-22T21:33:14.843Z Compiling atomic-waker v1.1.2
17702026-05-22T21:33:14.905Z Compiling ipnet v2.11.0
17712026-05-22T21:33:14.975Z Compiling native-tls v0.2.14
17722026-05-22T21:33:15.105Z Compiling httparse v1.10.1
17732026-05-22T21:33:15.243Z Compiling portable-atomic v1.11.1
17742026-05-22T21:33:15.264Z Compiling usdt-attr-macro v0.6.0
17752026-05-22T21:33:15.418Z Compiling usdt-macro v0.6.0
17762026-05-22T21:33:15.441Z Compiling tower-service v0.3.3
17772026-05-22T21:33:15.542Z Compiling tower-layer v0.3.3
17782026-05-22T21:33:15.710Z Compiling rustls v0.22.4
17792026-05-22T21:33:15.729Z Compiling try-lock v0.2.5
17802026-05-22T21:33:15.758Z Compiling untrusted v0.9.0
17812026-05-22T21:33:15.844Z Compiling critical-section v1.2.0
17822026-05-22T21:33:15.848Z Compiling want v0.3.1
17832026-05-22T21:33:15.971Z Compiling once_cell v1.21.3
17842026-05-22T21:33:16.019Z Compiling zeroize v1.8.1
17852026-05-22T21:33:16.144Z Compiling powerfmt v0.2.0
17862026-05-22T21:33:16.196Z Compiling pin-utils v0.1.0
17872026-05-22T21:33:16.230Z Compiling httpdate v1.0.3
17882026-05-22T21:33:16.358Z Compiling deranged v0.5.3
17892026-05-22T21:33:16.481Z Compiling ppv-lite86 v0.2.21
17902026-05-22T21:33:16.484Z Compiling structmeta-derive v0.3.0
17912026-05-22T21:33:16.800Z Compiling num_threads v0.1.7
17922026-05-22T21:33:16.992Z Compiling newtype-uuid-macros v0.1.0
17932026-05-22T21:33:17.302Z Compiling time v0.3.47
17942026-05-22T21:33:17.375Z Compiling toml_datetime v0.6.11
17952026-05-22T21:33:17.538Z Compiling structmeta v0.3.0
17962026-05-22T21:33:17.659Z Compiling strum_macros v0.26.4
17972026-05-22T21:33:17.740Z Compiling strum_macros v0.27.2
17982026-05-22T21:33:18.018Z Compiling typify-macro v0.4.3
17992026-05-22T21:33:18.240Z Compiling async-stream-impl v0.3.6
18002026-05-22T21:33:18.822Z Compiling fastrand v2.3.0
18012026-05-22T21:33:19.095Z Compiling unicode-width v0.2.1
18022026-05-22T21:33:19.214Z Compiling omicron-workspace-hack v0.1.0
18032026-05-22T21:33:19.288Z Compiling dropshot_endpoint v0.16.7
18042026-05-22T21:33:19.330Z Compiling camino v1.2.2
18052026-05-22T21:33:19.575Z Compiling http-body-util v0.1.3
18062026-05-22T21:33:19.630Z Compiling clap_derive v4.6.0
18072026-05-22T21:33:19.716Z Compiling rand_core v0.9.3
18082026-05-22T21:33:19.823Z Compiling derive-ex v0.1.8
18092026-05-22T21:33:19.910Z Compiling serde_urlencoded v0.7.1
18102026-05-22T21:33:19.938Z Compiling rand_chacha v0.9.0
18112026-05-22T21:33:20.184Z Compiling typify v0.4.3
18122026-05-22T21:33:20.281Z Compiling thread_local v1.1.9
18132026-05-22T21:33:20.325Z Compiling rand v0.9.2
18142026-05-22T21:33:20.391Z Compiling sync_wrapper v1.0.2
18152026-05-22T21:33:20.506Z Compiling progenitor-impl v0.11.1
18162026-05-22T21:33:20.563Z Compiling serde_with_macros v3.14.1
18172026-05-22T21:33:20.991Z Compiling is-terminal v0.4.16
18182026-05-22T21:33:21.018Z Compiling take_mut v0.2.2
18192026-05-22T21:33:21.092Z Compiling term v1.2.0
18202026-05-22T21:33:21.130Z Compiling iri-string v0.7.8
18212026-05-22T21:33:21.343Z Compiling winnow v0.7.14
18222026-05-22T21:33:21.438Z Compiling test-strategy v0.4.3
18232026-05-22T21:33:21.765Z Compiling subtle v2.6.1
18242026-05-22T21:33:21.837Z Compiling futures-util v0.3.32
18252026-05-22T21:33:22.019Z Compiling parse-display-derive v0.10.0
18262026-05-22T21:33:22.742Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18272026-05-22T21:33:22.800Z Compiling match_cfg v0.1.0
18282026-05-22T21:33:22.864Z Compiling hostname v0.3.1
18292026-05-22T21:33:23.009Z Compiling tracing-core v0.1.34
18302026-05-22T21:33:23.238Z Compiling cpufeatures v0.2.17
18312026-05-22T21:33:23.292Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
18322026-05-22T21:33:23.315Z Compiling crossbeam-utils v0.8.21
18332026-05-22T21:33:23.412Z Compiling tracing v0.1.41
18342026-05-22T21:33:23.649Z Compiling encoding_rs v0.8.35
18352026-05-22T21:33:23.683Z Compiling mime v0.3.17
18362026-05-22T21:33:23.789Z Compiling colored v3.0.0
18372026-05-22T21:33:23.855Z Compiling anstyle v1.0.14
18382026-05-22T21:33:24.056Z Compiling slog v2.8.2
18392026-05-22T21:33:24.071Z Compiling progenitor-macro v0.11.1
18402026-05-22T21:33:24.143Z Compiling rustix v1.1.4
18412026-05-22T21:33:24.483Z Compiling memmap2 v0.9.8
18422026-05-22T21:33:24.818Z Compiling utf8parse v0.2.2
18432026-05-22T21:33:24.939Z Compiling hex v0.4.3
18442026-05-22T21:33:25.006Z Compiling anstyle-parse v1.0.0
18452026-05-22T21:33:25.198Z Compiling generic-array v0.14.7
18462026-05-22T21:33:25.213Z Compiling ref-cast v1.0.25
18472026-05-22T21:33:25.325Z Compiling ipnetwork v0.21.1
18482026-05-22T21:33:25.546Z Compiling colorchoice v1.0.4
18492026-05-22T21:33:25.670Z Compiling is_terminal_polyfill v1.70.1
18502026-05-22T21:33:25.709Z Compiling anstyle-query v1.1.4
18512026-05-22T21:33:25.771Z Compiling clap_lex v1.1.0
18522026-05-22T21:33:25.823Z Compiling anstream v1.0.0
18532026-05-22T21:33:25.909Z Compiling tokio-util v0.7.16
18542026-05-22T21:33:26.575Z Compiling crypto-common v0.1.6
18552026-05-22T21:33:26.618Z Compiling oxnet v0.1.4
18562026-05-22T21:33:26.710Z Compiling itertools v0.14.0
18572026-05-22T21:33:26.724Z Compiling h2 v0.4.12
18582026-05-22T21:33:26.766Z Compiling num-derive v0.4.2
18592026-05-22T21:33:27.157Z Compiling crossbeam-channel v0.5.15
18602026-05-22T21:33:27.645Z Compiling wait-timeout v0.2.1
18612026-05-22T21:33:27.731Z Compiling spin v0.9.8
18622026-05-22T21:33:27.856Z Compiling debug-ignore v1.0.5
18632026-05-22T21:33:27.957Z Compiling quick-error v1.2.3
18642026-05-22T21:33:27.972Z Compiling toml_parser v1.0.6+spec-1.1.0
18652026-05-22T21:33:27.975Z Compiling strum v0.27.2
18662026-05-22T21:33:28.069Z Compiling tabwriter v1.4.1
18672026-05-22T21:33:28.119Z Compiling rustls-pki-types v1.12.0
18682026-05-22T21:33:28.323Z Compiling toml_datetime v0.7.5+spec-1.1.0
18692026-05-22T21:33:28.613Z Compiling serde_spanned v1.0.4
18702026-05-22T21:33:28.641Z Compiling lazy_static v1.5.0
18712026-05-22T21:33:28.748Z Compiling toml_writer v1.0.6+spec-1.1.0
18722026-05-22T21:33:28.769Z Compiling hyper v1.8.1
18732026-05-22T21:33:29.005Z Compiling bit-vec v0.8.0
18742026-05-22T21:33:29.035Z Compiling toml v0.9.11+spec-1.1.0
18752026-05-22T21:33:29.243Z Compiling bit-set v0.8.0
18762026-05-22T21:33:29.258Z Compiling rand_xorshift v0.4.0
18772026-05-22T21:33:29.367Z Compiling strum v0.26.3
18782026-05-22T21:33:29.413Z Compiling async-stream v0.3.6
18792026-05-22T21:33:29.416Z Compiling waitgroup v0.1.2
18802026-05-22T21:33:29.504Z Compiling serde_path_to_error v0.1.20
18812026-05-22T21:33:29.574Z Compiling hostname v0.4.2
18822026-05-22T21:33:29.728Z Compiling unarray v0.1.4
18832026-05-22T21:33:29.865Z Compiling slog-async v2.8.0
18842026-05-22T21:33:29.877Z Compiling hyper-util v0.1.19
18852026-05-22T21:33:29.891Z Compiling slog-term v2.9.2
18862026-05-22T21:33:30.417Z Compiling rand_chacha v0.3.1
18872026-05-22T21:33:30.442Z Compiling macaddr v1.0.1
18882026-05-22T21:33:30.610Z Compiling block-buffer v0.10.4
18892026-05-22T21:33:30.676Z Compiling rand v0.8.5
18902026-05-22T21:33:30.691Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
18912026-05-22T21:33:30.877Z Compiling digest v0.10.7
18922026-05-22T21:33:31.100Z Compiling slog-json v2.6.1
18932026-05-22T21:33:31.192Z Compiling tower v0.5.2
18942026-05-22T21:33:31.632Z Compiling winnow v0.5.40
18952026-05-22T21:33:31.685Z Compiling tower-http v0.6.8
18962026-05-22T21:33:32.027Z Compiling slog-bunyan v2.5.0
18972026-05-22T21:33:32.103Z Compiling futures-executor v0.3.32
18982026-05-22T21:33:32.170Z Compiling instant v0.1.13
18992026-05-22T21:33:32.494Z Compiling futures v0.3.32
19002026-05-22T21:33:32.568Z Compiling backoff v0.4.0
19012026-05-22T21:33:33.090Z Compiling foreign-types-shared v0.1.1
19022026-05-22T21:33:33.103Z Compiling untrusted v0.7.1
19032026-05-22T21:33:33.174Z Compiling foreign-types v0.3.2
19042026-05-22T21:33:33.230Z Compiling tempfile v3.27.0
19052026-05-22T21:33:33.438Z Compiling openssl-probe v0.1.6
19062026-05-22T21:33:33.672Z Compiling toml_edit v0.19.15
19072026-05-22T21:33:34.079Z Compiling prettyplease v0.2.37
19082026-05-22T21:33:34.992Z Compiling proc-macro-crate v1.3.1
19092026-05-22T21:33:35.497Z Compiling newtype-uuid v1.3.2
19102026-05-22T21:33:35.576Z Compiling either v1.15.0
19112026-05-22T21:33:35.675Z Compiling daft v0.1.5
19122026-05-22T21:33:35.763Z Compiling usdt v0.6.0
19132026-05-22T21:33:35.785Z Compiling webpki-roots v1.0.2
19142026-05-22T21:33:35.910Z Compiling terminal_size v0.4.3
19152026-05-22T21:33:36.250Z Compiling tokio-native-tls v0.3.1
19162026-05-22T21:33:36.404Z Compiling hyper-tls v0.6.0
19172026-05-22T21:33:36.709Z Compiling clap_builder v4.6.0
19182026-05-22T21:33:36.799Z Compiling iddqd v0.3.18
19192026-05-22T21:33:36.896Z Compiling rustls-webpki v0.102.8
19202026-05-22T21:33:38.250Z Compiling clap v4.6.0
19212026-05-22T21:33:38.806Z Compiling rustls v0.23.32
19222026-05-22T21:33:39.652Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19232026-05-22T21:33:40.341Z Compiling tokio-rustls v0.25.0
19242026-05-22T21:33:40.518Z Compiling rustls-webpki v0.103.6
19252026-05-22T21:33:40.911Z Compiling sha1 v0.10.6
19262026-05-22T21:33:41.131Z Compiling rustls-pemfile v2.2.0
19272026-05-22T21:33:41.152Z Compiling multer v3.1.0
19282026-05-22T21:33:41.399Z Compiling dropshot v0.16.7
19292026-05-22T21:33:42.321Z Compiling rusty-fork v0.3.0
19302026-05-22T21:33:42.690Z Compiling hubpack_derive v0.1.1
19312026-05-22T21:33:43.363Z Compiling proptest v1.8.0
19322026-05-22T21:33:43.802Z Compiling serde_spanned v0.6.9
19332026-05-22T21:33:44.359Z Compiling tokio-rustls v0.26.3
19342026-05-22T21:33:44.643Z Compiling hyper-rustls v0.27.7
19352026-05-22T21:33:45.055Z Compiling reqwest v0.12.23
19362026-05-22T21:33:45.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
19372026-05-22T21:33:46.366Z Compiling num_enum_derive v0.7.5
19382026-05-22T21:33:47.294Z Compiling serde_with v3.14.1
19392026-05-22T21:33:48.531Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19402026-05-22T21:33:48.866Z Compiling rustc-hash v2.1.1
19412026-05-22T21:33:49.338Z Compiling progenitor-client v0.11.1
19422026-05-22T21:33:49.748Z Compiling parse-display v0.10.0
19432026-05-22T21:33:49.931Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19442026-05-22T21:33:50.075Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
19452026-05-22T21:33:50.094Z Compiling toml_write v0.1.2
19462026-05-22T21:33:50.278Z Compiling toml_edit v0.22.27
19472026-05-22T21:33:50.349Z Compiling progenitor v0.11.1
19482026-05-22T21:33:51.467Z Compiling num-integer v0.1.46
19492026-05-22T21:33:51.521Z Compiling float-ord v0.3.2
19502026-05-22T21:33:51.688Z Compiling toml v0.8.23
19512026-05-22T21:33:51.787Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5)
19522026-05-22T21:33:52.940Z Compiling progenitor-client v0.10.0
19532026-05-22T21:33:54.548Z Compiling aws-lc-rs v1.16.2
19542026-05-22T21:33:54.625Z Compiling num-rational v0.4.2
19552026-05-22T21:33:54.839Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19562026-05-22T21:33:55.272Z Compiling num-iter v0.1.45
19572026-05-22T21:33:55.901Z Compiling num-complex v0.4.6
19582026-05-22T21:33:57.272Z Compiling num v0.4.3
19592026-05-22T21:33:57.356Z Compiling num_enum_derive v0.5.11
19602026-05-22T21:33:59.649Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19612026-05-22T21:34:00.574Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19622026-05-22T21:34:01.168Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19632026-05-22T21:34:02.927Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19642026-05-22T21:34:04.290Z Compiling zerocopy-derive v0.7.35
19652026-05-22T21:34:04.389Z Compiling memoffset v0.9.1
19662026-05-22T21:34:04.483Z Compiling ingot-macros v0.1.1
19672026-05-22T21:34:04.613Z Compiling libscf-sys v1.2.0
19682026-05-22T21:34:04.689Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19692026-05-22T21:34:04.765Z Compiling proc-macro-error-attr2 v2.0.0
19702026-05-22T21:34:04.780Z Compiling nix v0.30.1
19712026-05-22T21:34:05.240Z Compiling proc-macro-error2 v2.0.1
19722026-05-22T21:34:06.349Z Compiling scroll_derive v0.12.1
19732026-05-22T21:34:07.326Z Compiling tabled_derive v0.11.0
19742026-05-22T21:34:07.343Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
19752026-05-22T21:34:10.730Z Compiling zerocopy v0.7.35
19762026-05-22T21:34:11.210Z Compiling num_enum v0.7.5
19772026-05-22T21:34:11.325Z Compiling hubpack v0.1.2
19782026-05-22T21:34:11.605Z Compiling foreign-types-macros v0.2.3
19792026-05-22T21:34:11.785Z Compiling static_assertions v1.1.0
19802026-05-22T21:34:12.299Z Compiling glob v0.3.3
19812026-05-22T21:34:12.610Z Compiling proc-macro-error-attr v1.0.4
19822026-05-22T21:34:12.765Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19832026-05-22T21:34:13.024Z Compiling dtrace-parser v0.2.0
19842026-05-22T21:34:13.079Z Compiling thread-id v4.2.2
19852026-05-22T21:34:13.177Z Compiling bytecount v0.6.9
19862026-05-22T21:34:13.725Z Compiling proc-macro-error v1.0.4
19872026-05-22T21:34:14.090Z Compiling dof v0.3.0
19882026-05-22T21:34:14.609Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
19892026-05-22T21:34:15.635Z Compiling usdt-impl v0.5.0
19902026-05-22T21:34:16.186Z Compiling derive_more v0.99.20
19912026-05-22T21:34:16.445Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
19922026-05-22T21:34:16.784Z Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common)
19932026-05-22T21:34:17.451Z Compiling minimal-lexical v0.2.1
19942026-05-22T21:34:17.454Z Compiling usdt-macro v0.5.0
19952026-05-22T21:34:17.695Z Compiling nom v7.1.3
19962026-05-22T21:34:17.725Z Compiling usdt-attr-macro v0.5.0
19972026-05-22T21:34:17.989Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
19982026-05-22T21:34:18.004Z Compiling unicode-segmentation v1.12.0
19992026-05-22T21:34:18.278Z Compiling zone_cfg_derive v0.3.1
20002026-05-22T21:34:18.388Z Compiling newline-converter v0.3.0
20012026-05-22T21:34:18.415Z Compiling papergrid v0.17.0
20022026-05-22T21:34:18.514Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20032026-05-22T21:34:18.528Z Compiling testing_table v0.3.0
20042026-05-22T21:34:18.586Z Compiling rustc_version v0.4.1
20052026-05-22T21:34:18.702Z Compiling num_enum v0.5.11
20062026-05-22T21:34:18.831Z Compiling crossbeam-epoch v0.9.18
20072026-05-22T21:34:18.872Z Compiling foldhash v0.1.5
20082026-05-22T21:34:19.026Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20092026-05-22T21:34:19.136Z Compiling hashbrown v0.15.5
20102026-05-22T21:34:19.219Z Compiling fixedbitset v0.5.7
20112026-05-22T21:34:19.403Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20122026-05-22T21:34:19.579Z Compiling tabled v0.20.0
20132026-05-22T21:34:19.593Z Compiling enum-as-inner v0.6.1
20142026-05-22T21:34:19.729Z Compiling petgraph v0.8.2
20152026-05-22T21:34:19.865Z Compiling curve25519-dalek v4.1.3
20162026-05-22T21:34:20.222Z Compiling crossbeam-deque v0.8.6
20172026-05-22T21:34:20.274Z Compiling thiserror-impl-no-std v2.0.2
20182026-05-22T21:34:20.429Z Compiling typify-impl v0.6.1
20192026-05-22T21:34:20.586Z Compiling curve25519-dalek-derive v0.1.1
20202026-05-22T21:34:21.037Z Compiling rayon-core v1.13.0
20212026-05-22T21:34:21.309Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
20222026-05-22T21:34:21.312Z Compiling rustix v0.38.44
20232026-05-22T21:34:21.392Z Compiling clang-sys v1.8.1
20242026-05-22T21:34:21.492Z Compiling bitset-macro v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
20252026-05-22T21:34:21.804Z Compiling scroll v0.12.0
20262026-05-22T21:34:21.970Z Compiling atomicwrites v0.4.4
20272026-05-22T21:34:22.106Z Compiling console v0.15.11
20282026-05-22T21:34:22.178Z Compiling hash32 v0.3.1
20292026-05-22T21:34:22.275Z Compiling goblin v0.8.2
20302026-05-22T21:34:22.329Z Compiling heapless v0.8.0
20312026-05-22T21:34:22.346Z Compiling bitset v0.1.0 (https://github.com/oxidecomputer/bitset?branch=main#11eb609a)
20322026-05-22T21:34:22.390Z Compiling convert_case v0.8.0
20332026-05-22T21:34:22.614Z Compiling expectorate v1.2.0
20342026-05-22T21:34:22.694Z Compiling ingot-types v0.1.2
20352026-05-22T21:34:22.772Z Compiling camino-tempfile v1.4.1
20362026-05-22T21:34:22.799Z Compiling annotate-snippets v0.11.5
20372026-05-22T21:34:22.941Z Compiling cobs v0.3.0
20382026-05-22T21:34:23.034Z Compiling libloading v0.8.9
20392026-05-22T21:34:23.101Z Compiling bitflags v1.3.2
20402026-05-22T21:34:23.155Z Compiling managed v0.8.0
20412026-05-22T21:34:23.185Z Compiling foreign-types-shared v0.3.1
20422026-05-22T21:34:23.289Z Compiling foreign-types v0.5.0
20432026-05-22T21:34:23.368Z Compiling smoltcp v0.11.0
20442026-05-22T21:34:23.383Z Compiling bindgen v0.72.1
20452026-05-22T21:34:23.383Z Compiling postcard v1.1.3
20462026-05-22T21:34:23.420Z Compiling ingot v0.1.1
20472026-05-22T21:34:24.197Z Compiling rsf v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
20482026-05-22T21:34:25.081Z Compiling cexpr v0.6.0
20492026-05-22T21:34:25.342Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
20502026-05-22T21:34:25.679Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20512026-05-22T21:34:25.947Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20522026-05-22T21:34:26.168Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20532026-05-22T21:34:26.225Z Compiling serde_repr v0.1.20
20542026-05-22T21:34:26.323Z Compiling derive-where v1.6.0
20552026-05-22T21:34:26.326Z Compiling cstr-argument v0.1.2
20562026-05-22T21:34:26.477Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572026-05-22T21:34:26.494Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20582026-05-22T21:34:26.885Z Compiling typify-macro v0.6.1
20592026-05-22T21:34:27.181Z Compiling regs v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#3c056f1d)
20602026-05-22T21:34:27.613Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
20612026-05-22T21:34:27.808Z Compiling rayon v1.11.0
20622026-05-22T21:34:28.129Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20632026-05-22T21:34:28.264Z Compiling crucible-workspace-hack v0.1.0
20642026-05-22T21:34:28.590Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=atype#3c056f1d)
20652026-05-22T21:34:28.640Z Compiling memmap v0.7.0
20662026-05-22T21:34:28.854Z Compiling tinyvec_macros v0.1.1
20672026-05-22T21:34:28.942Z Compiling tinyvec v1.10.0
20682026-05-22T21:34:29.045Z Compiling usdt v0.5.0
20692026-05-22T21:34:29.120Z Compiling typify v0.6.1
20702026-05-22T21:34:29.381Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20712026-05-22T21:34:30.293Z Compiling libz-sys v1.1.22
20722026-05-22T21:34:30.367Z Compiling pin-project-internal v1.1.10
20732026-05-22T21:34:31.447Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20742026-05-22T21:34:31.493Z Compiling progenitor-impl v0.13.0
20752026-05-22T21:34:31.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26)
20762026-05-22T21:34:31.752Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
20772026-05-22T21:34:32.356Z Compiling itertools v0.12.1
20782026-05-22T21:34:32.419Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20792026-05-22T21:34:32.636Z Compiling progenitor-impl v0.10.0
20802026-05-22T21:34:32.846Z Compiling sigpipe v0.1.3
20812026-05-22T21:34:32.942Z Compiling jiff v0.2.15
20822026-05-22T21:34:32.986Z Compiling const_format_proc_macros v0.2.34
20832026-05-22T21:34:33.595Z Compiling zone v0.3.1
20842026-05-22T21:34:34.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
20852026-05-22T21:34:34.408Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c)
20862026-05-22T21:34:35.108Z Compiling progenitor-macro v0.13.0
20872026-05-22T21:34:35.825Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20882026-05-22T21:34:36.233Z Compiling progenitor-macro v0.10.0
20892026-05-22T21:34:36.556Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
20902026-05-22T21:34:36.819Z Compiling snafu-derive v0.8.9
20912026-05-22T21:34:37.114Z Compiling secrecy v0.10.3
20922026-05-22T21:34:37.207Z Compiling smf v0.2.3
20932026-05-22T21:34:37.283Z Compiling async-recursion v1.1.1
20942026-05-22T21:34:37.914Z Compiling bstr v1.12.0
20952026-05-22T21:34:38.006Z Compiling whoami v1.6.1
20962026-05-22T21:34:38.323Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20972026-05-22T21:34:38.859Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
20982026-05-22T21:34:39.444Z Compiling hmac v0.12.1
20992026-05-22T21:34:39.598Z Compiling inout v0.1.4
21002026-05-22T21:34:39.744Z Compiling ff v0.13.1
21012026-05-22T21:34:39.763Z Compiling data-encoding v2.9.0
21022026-05-22T21:34:39.892Z Compiling crc8 v0.1.1
21032026-05-22T21:34:40.305Z Compiling group v0.13.0
21042026-05-22T21:34:40.352Z Compiling cipher v0.4.4
21052026-05-22T21:34:40.527Z Compiling hkdf v0.12.4
21062026-05-22T21:34:40.589Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21072026-05-22T21:34:40.685Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
21082026-05-22T21:34:41.605Z Compiling tokio-dtrace v0.1.1
21092026-05-22T21:34:41.684Z Compiling nix v0.31.3
21102026-05-22T21:34:41.907Z Compiling tabled_derive v0.7.0
21112026-05-22T21:34:42.791Z Compiling reqwest v0.13.2
21122026-05-22T21:34:42.882Z Compiling universal-hash v0.5.1
21132026-05-22T21:34:42.896Z Compiling crypto-bigint v0.5.5
21142026-05-22T21:34:42.910Z Compiling half v2.7.1
21152026-05-22T21:34:42.996Z Compiling base64ct v1.8.0
21162026-05-22T21:34:43.022Z Compiling ciborium-io v0.2.2
21172026-05-22T21:34:43.131Z Compiling rust_rpi v0.1.0 (https://github.com/oxidecomputer/rsf?branch=associated_types#f99d66f0)
21182026-05-22T21:34:43.210Z Compiling base16ct v0.2.0
21192026-05-22T21:34:43.301Z Compiling indent_write v2.2.0
21202026-05-22T21:34:43.381Z Compiling opaque-debug v0.3.1
21212026-05-22T21:34:43.450Z Compiling poly1305 v0.8.0
21222026-05-22T21:34:43.887Z Compiling elliptic-curve v0.13.8
21232026-05-22T21:34:44.174Z Compiling progenitor-client v0.13.0
21242026-05-22T21:34:44.195Z Compiling password-hash v0.5.0
21252026-05-22T21:34:44.195Z Compiling ciborium-ll v0.2.2
21262026-05-22T21:34:44.820Z Compiling oxide-tokio-rt v0.1.2
21272026-05-22T21:34:45.540Z Compiling chacha20 v0.9.1
21282026-05-22T21:34:45.791Z Compiling similar v2.7.0
21292026-05-22T21:34:45.809Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21302026-05-22T21:34:46.105Z Compiling thiserror-no-std v2.0.2
21312026-05-22T21:34:47.084Z Compiling blake2 v0.10.6
21322026-05-22T21:34:47.117Z Compiling aead v0.5.2
21332026-05-22T21:34:47.296Z Compiling resolv-conf v0.7.5
21342026-05-22T21:34:47.584Z Compiling linked-hash-map v0.5.6
21352026-05-22T21:34:47.671Z Compiling keccak v0.1.6
21362026-05-22T21:34:47.895Z Compiling sha3 v0.10.8
21372026-05-22T21:34:48.113Z Compiling lru-cache v0.1.2
21382026-05-22T21:34:48.132Z Compiling argon2 v0.5.3
21392026-05-22T21:34:48.207Z Compiling chacha20poly1305 v0.10.1
21402026-05-22T21:34:48.210Z Compiling vsss-rs v3.3.4
21412026-05-22T21:34:48.210Z Compiling progenitor v0.13.0
21422026-05-22T21:34:48.251Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21432026-05-22T21:34:48.375Z Compiling ciborium v0.2.2
21442026-05-22T21:34:48.596Z Compiling hickory-proto v0.24.4
21452026-05-22T21:34:48.972Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
21462026-05-22T21:34:49.115Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
21472026-05-22T21:34:49.637Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21482026-05-22T21:34:49.705Z Compiling serde-big-array v0.5.1
21492026-05-22T21:34:49.741Z Compiling same-file v1.0.6
21502026-05-22T21:34:49.950Z Compiling siphasher v1.0.1
21512026-05-22T21:34:50.189Z Compiling phf_shared v0.12.1
21522026-05-22T21:34:50.358Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0)
21532026-05-22T21:34:50.377Z Compiling walkdir v2.5.0
21542026-05-22T21:34:50.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21552026-05-22T21:34:50.604Z Compiling hickory-resolver v0.24.4
21562026-05-22T21:34:50.842Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21572026-05-22T21:34:51.483Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21582026-05-22T21:34:52.478Z Compiling newtype_derive v0.1.6
21592026-05-22T21:34:52.568Z Compiling owo-colors v4.3.0
21602026-05-22T21:34:52.797Z Compiling tokio-stream v0.1.17
21612026-05-22T21:34:53.307Z Compiling libgit2-sys v0.17.0+1.8.1
21622026-05-22T21:34:53.320Z Compiling csv-core v0.1.12
21632026-05-22T21:34:53.335Z Compiling humantime v2.3.0
21642026-05-22T21:34:53.597Z Compiling swrite v0.1.0
21652026-05-22T21:34:53.705Z Compiling unicode-linebreak v0.1.5
21662026-05-22T21:34:53.762Z Compiling smawk v0.3.2
21672026-05-22T21:34:53.849Z Compiling termtree v0.5.1
21682026-05-22T21:34:53.863Z Compiling unicode-width v0.1.14
21692026-05-22T21:34:53.913Z Compiling textwrap v0.16.2
21702026-05-22T21:34:54.308Z Compiling csv v1.3.1
21712026-05-22T21:34:54.478Z Compiling qorb v0.4.1
21722026-05-22T21:34:55.180Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21732026-05-22T21:34:55.323Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21742026-05-22T21:34:56.679Z Compiling phf v0.12.1
21752026-05-22T21:34:56.842Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
21762026-05-22T21:34:57.356Z Compiling pin-project v1.1.10
21772026-05-22T21:34:57.463Z Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap)
21782026-05-22T21:34:57.479Z Compiling unicode-normalization v0.1.24
21792026-05-22T21:34:57.831Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21802026-05-22T21:35:00.054Z Compiling libsw-core v0.3.2
21812026-05-22T21:35:00.253Z Compiling fixedbitset v0.4.2
21822026-05-22T21:35:00.906Z Compiling highway v1.3.0
21832026-05-22T21:35:00.957Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21842026-05-22T21:35:01.303Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21852026-05-22T21:35:01.572Z Compiling petgraph v0.6.5
21862026-05-22T21:35:03.126Z Compiling progenitor v0.10.0
21872026-05-22T21:35:03.223Z Compiling libsw v3.5.0
21882026-05-22T21:35:03.462Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21892026-05-22T21:35:04.820Z Compiling olpc-cjson v0.1.4
21902026-05-22T21:35:04.834Z Compiling snafu v0.8.9
21912026-05-22T21:35:04.848Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21922026-05-22T21:35:04.995Z Compiling chrono-tz v0.10.4
21932026-05-22T21:35:05.234Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21942026-05-22T21:35:05.292Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21952026-05-22T21:35:06.309Z Compiling papergrid v0.11.0
21962026-05-22T21:35:07.083Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
21972026-05-22T21:35:07.398Z Compiling globset v0.4.16
21982026-05-22T21:35:07.413Z Compiling slog-dtrace v0.3.0
21992026-05-22T21:35:07.752Z Compiling const_format v0.2.34
22002026-05-22T21:35:07.755Z Compiling cancel-safe-futures v0.1.5
22012026-05-22T21:35:08.084Z Compiling gethostname v0.5.0
22022026-05-22T21:35:08.215Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
22032026-05-22T21:35:09.187Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22042026-05-22T21:35:09.681Z Compiling dropshot-api-manager-types v0.5.2
22052026-05-22T21:35:09.708Z Compiling pem v3.0.5
22062026-05-22T21:35:09.803Z Compiling bcs v0.1.6
22072026-05-22T21:35:10.071Z Compiling serde_plain v1.0.2
22082026-05-22T21:35:10.108Z Compiling cargo-platform v0.1.9
22092026-05-22T21:35:10.153Z Compiling tagptr v0.2.0
22102026-05-22T21:35:10.364Z Compiling linear-map v1.2.0
22112026-05-22T21:35:10.586Z Compiling typed-path v0.9.3
22122026-05-22T21:35:11.781Z Compiling tough v0.20.0
22132026-05-22T21:35:11.921Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22142026-05-22T21:35:12.971Z Compiling moka v0.12.11
22152026-05-22T21:35:13.319Z Compiling cargo_metadata v0.18.1
22162026-05-22T21:35:13.957Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22172026-05-22T21:35:15.029Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22182026-05-22T21:35:15.592Z Compiling tabled v0.15.0
22192026-05-22T21:35:16.736Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22202026-05-22T21:35:17.027Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22212026-05-22T21:35:18.046Z Compiling steno v0.4.1
22222026-05-22T21:35:19.139Z Compiling git2 v0.19.0
22232026-05-22T21:35:19.568Z Compiling cookie v0.18.1
22242026-05-22T21:35:19.821Z Compiling hickory-proto v0.25.2
22252026-05-22T21:35:21.759Z Compiling hickory-resolver v0.25.2
22262026-05-22T21:35:22.344Z Compiling vergen v8.3.2
22272026-05-22T21:35:23.453Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22282026-05-22T21:35:27.269Z Compiling signal-hook v0.3.18
22292026-05-22T21:35:28.225Z Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet)
22302026-05-22T21:35:28.358Z Compiling curl-sys v0.4.83+curl-8.15.0
22312026-05-22T21:35:28.813Z Compiling predicates-core v1.0.9
22322026-05-22T21:35:29.059Z Compiling mockall_derive v0.13.1
22332026-05-22T21:35:30.231Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
22342026-05-22T21:35:30.653Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22352026-05-22T21:35:30.742Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
22362026-05-22T21:35:31.451Z Compiling intr v0.1.0 (/work/oxidecomputer/dendrite/intr)
22372026-05-22T21:35:31.563Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22382026-05-22T21:35:33.023Z Compiling sha2 v0.10.9
22392026-05-22T21:35:33.452Z Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros)
22402026-05-22T21:35:33.844Z Compiling blake3 v1.8.2
22412026-05-22T21:35:34.331Z Compiling yansi v1.0.1
22422026-05-22T21:35:34.345Z Compiling diff v0.1.13
22432026-05-22T21:35:34.348Z Compiling adler2 v2.0.1
22442026-05-22T21:35:34.678Z Compiling pretty_assertions v1.4.1
22452026-05-22T21:35:34.681Z Compiling miniz_oxide v0.8.9
22462026-05-22T21:35:34.975Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
22472026-05-22T21:35:37.475Z Compiling fs-err v3.1.2
22482026-05-22T21:35:37.793Z Compiling crc32fast v1.5.0
22492026-05-22T21:35:38.012Z Compiling predicates v3.1.3
22502026-05-22T21:35:38.522Z Compiling predicates-tree v1.0.12
22512026-05-22T21:35:38.993Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22522026-05-22T21:35:41.686Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22532026-05-22T21:35:42.397Z Compiling git-stub v1.0.0
22542026-05-22T21:35:42.706Z Compiling filetime v0.2.26
22552026-05-22T21:35:42.917Z Compiling is_ci v1.2.0
22562026-05-22T21:35:42.975Z Compiling arrayref v0.3.9
22572026-05-22T21:35:43.063Z Compiling fragile v2.0.1
22582026-05-22T21:35:43.083Z Compiling constant_time_eq v0.3.1
22592026-05-22T21:35:43.213Z Compiling arrayvec v0.7.6
22602026-05-22T21:35:43.406Z Compiling xattr v1.6.1
22612026-05-22T21:35:43.434Z Compiling downcast v0.11.0
22622026-05-22T21:35:43.609Z Compiling mockall v0.13.1
22632026-05-22T21:35:43.609Z Compiling tar v0.4.45
22642026-05-22T21:35:43.850Z Compiling curl v0.4.49
22652026-05-22T21:35:43.871Z Compiling supports-color v3.0.2
22662026-05-22T21:35:44.080Z Compiling git-stub-vcs v0.1.0
22672026-05-22T21:35:44.483Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22682026-05-22T21:35:44.697Z Compiling toml v0.7.8
22692026-05-22T21:35:45.445Z Compiling signal-hook-tokio v0.3.1
22702026-05-22T21:35:45.461Z Compiling flate2 v1.1.2
22712026-05-22T21:35:45.917Z Compiling scuffle v0.1.0 (https://github.com/oxidecomputer/scuffle#71816745)
22722026-05-22T21:35:46.880Z Compiling drift v0.1.3
22732026-05-22T21:35:46.931Z Compiling kstat-rs v0.2.4
22742026-05-22T21:35:46.949Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
22752026-05-22T21:35:47.262Z Compiling topological-sort v0.2.2
22762026-05-22T21:35:47.314Z Compiling display-error-chain v0.2.2
22772026-05-22T21:35:47.425Z Compiling hex-literal v1.0.0
22782026-05-22T21:35:47.556Z Compiling dropshot-api-manager v0.5.2
22792026-05-22T21:35:47.623Z Compiling omicron-zone-package v0.12.2
22802026-05-22T21:35:47.766Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
22812026-05-22T21:35:50.634Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
22822026-05-22T21:35:51.099Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e)
22832026-05-22T21:35:51.264Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
22842026-05-22T21:35:51.360Z Compiling search_path v0.1.4
22852026-05-22T21:35:51.513Z Compiling internet-checksum v0.2.1
22862026-05-22T21:35:51.777Z Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask)
22872026-05-22T21:35:52.619Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
22882026-05-22T21:35:53.935Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
22892026-05-22T21:35:59.019Z Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd)
22902026-05-22T21:37:05.817Z Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 07s
22912026-05-22T21:37:05.820Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
22922026-05-22T21:37:05.820Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
22932026-05-22T21:37:05.955Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
22942026-05-22T21:37:05.958Z
22952026-05-22T21:37:05.958Zrunning 5 tests
22962026-05-22T21:37:05.961Ztest fuse::tests::chip_revision_b1 ... ok
22972026-05-22T21:37:05.961Ztest fuse::tests::chip_revision_unknown_device_id ... ok
22982026-05-22T21:37:05.961Ztest fuse::tests::chip_revision_a0 ... ok
22992026-05-22T21:37:05.961Ztest fuse::tests::chip_revision_b0 ... ok
23002026-05-22T21:37:05.961Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
23012026-05-22T21:37:05.961Z
23022026-05-22T21:37:05.961Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23032026-05-22T21:37:05.961Z
23042026-05-22T21:37:05.961Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
23052026-05-22T21:37:05.964Z
23062026-05-22T21:37:05.964Zrunning 0 tests
23072026-05-22T21:37:05.967Z
23082026-05-22T21:37:05.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23092026-05-22T21:37:05.967Z
23102026-05-22T21:37:05.967Z Running unittests src/lib.rs (target/debug/deps/asic-5d3036c7c3d8c4e8)
23112026-05-22T21:37:05.967Z
23122026-05-22T21:37:05.967Zrunning 0 tests
23132026-05-22T21:37:05.967Z
23142026-05-22T21:37:05.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23152026-05-22T21:37:05.967Z
23162026-05-22T21:37:05.967Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
23172026-05-22T21:37:05.970Z
23182026-05-22T21:37:05.970Zrunning 10 tests
23192026-05-22T21:37:05.970Ztest nat::tests::test_vni ... ok
23202026-05-22T21:37:05.970Ztest network::tests::test_eui64 ... ok
23212026-05-22T21:37:05.970Ztest network::tests::test_equal ... ok
23222026-05-22T21:37:05.970Ztest network::tests::test_into ... ok
23232026-05-22T21:37:05.970Ztest network::tests::test_generate_ipv6_link_local ... ok
23242026-05-22T21:37:05.970Ztest network::tests::test_not_equal ... ok
23252026-05-22T21:37:05.970Ztest network::tests::test_to_string ... ok
23262026-05-22T21:37:05.970Ztest network::tests::test_parse ... ok
23272026-05-22T21:37:05.970Ztest test_purge ... ok
23282026-05-22T21:37:05.973Ztest illumos::test::address_exists_handles_missing_object ... ok
23292026-05-22T21:37:05.973Z
23302026-05-22T21:37:05.973Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23312026-05-22T21:37:05.973Z
23322026-05-22T21:37:05.976Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
23332026-05-22T21:37:05.979Z
23342026-05-22T21:37:05.979Zrunning 1 test
23352026-05-22T21:37:07.234Ztest test::test_apis_up_to_date ... ok
23362026-05-22T21:37:07.234Z
23372026-05-22T21:37:07.234Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s
23382026-05-22T21:37:07.234Z
23392026-05-22T21:37:07.284Z Running unittests src/main.rs (target/debug/deps/dpd-bd2b075d26a1882b)
23402026-05-22T21:37:07.290Z
23412026-05-22T21:37:07.290Zrunning 19 tests
23422026-05-22T21:37:07.293Ztest freemap::test_ordering ... ok
23432026-05-22T21:37:07.293Ztest config::tests::test_updates ... ok
23442026-05-22T21:37:07.293Ztest freemap::test_split ... ok
23452026-05-22T21:37:07.293Ztest dhcpv6::tests::test_create_duid_bytes ... ok
23462026-05-22T21:37:07.293Ztest macaddrs::tests::test_mac_offset ... ok
23472026-05-22T21:37:07.293Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
23482026-05-22T21:37:07.297Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
23492026-05-22T21:37:07.297Ztest macaddrs::tests::test_parse_port_id ... ok
23502026-05-22T21:37:07.297Ztest nat::test_mapping ... ok
23512026-05-22T21:37:07.297ZMay 22 21:37:05.741May 22 21:37:05.741 DEBGDEBG created new freemapcreated new freemap, unit, :unit :freemap_test
23522026-05-22T21:37:07.297Zfreemap_test
23532026-05-22T21:37:07.297ZMay 22 21:37:05.741 DEBG initted freemap. size: 128, unit: freemap_test
23542026-05-22T21:37:07.297ZMay 22 21:37:05.741 DEBG reset freemap, unit: freemap_test
23552026-05-22T21:37:07.297ZMay 22 21:37:05.741 DEBG initted freemap. size: 128, unit: freemap_test
23562026-05-22T21:37:07.297Ztest port_map::tests::dump_map ... ok
23572026-05-22T21:37:07.297ZMay 22 21:37:05.741May 22 21:37:05.741 DEBGDEBG reset freemapcreated new freemap, unit, May 22 21:37:05.741:unit : freemap_test
23582026-05-22T21:37:07.297Zfreemap_test
23592026-05-22T21:37:07.297Ztest freemap::test_free ... ok
23602026-05-22T21:37:07.297ZDEBG created new freemap, unitMay 22 21:37:05.741: DEBGfreemap_test initted freemap. size: 128
23612026-05-22T21:37:07.297Z, unit: freemap_test
23622026-05-22T21:37:07.297ZMay 22 21:37:05.741 May 22 21:37:05.741DEBG DEBGinitted freemap. size: 128 , reset freemapunit, :unit :freemap_test
23632026-05-22T21:37:07.297Zfreemap_test
23642026-05-22T21:37:07.297ZMay 22 21:37:05.741 DEBG reset freemap, unit: freemap_test
23652026-05-22T21:37:07.297Ztest port_map::tests::test_backplane_group ... ok
23662026-05-22T21:37:07.297Ztest freemap::test_basic ... ok
23672026-05-22T21:37:07.297Ztest freemap::test_exhaustion ... ok
23682026-05-22T21:37:07.297Ztest freemap::test_reclaim ... ok
23692026-05-22T21:37:07.297Ztest port_map::tests::test_port_map ... ok
23702026-05-22T21:37:07.297ZMay 22 21:37:05.742 DEBG created new freemap, unit: freemap_test
23712026-05-22T21:37:07.297ZMay 22 21:37:05.742 DEBG initted freemap. size: 128, unit: freemap_test
23722026-05-22T21:37:07.297ZMay 22 21:37:05.742 DEBG reset freemap, unit: freemap_test
23732026-05-22T21:37:07.297Ztest freemap::test_span ... ok
23742026-05-22T21:37:07.297Ztest port_map::tests::parse_softnpu_revision ... ok
23752026-05-22T21:37:07.297Ztest api_server::tests::test_build_info ... ok
23762026-05-22T21:37:07.297Z
23772026-05-22T21:37:07.298Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
23782026-05-22T21:37:07.298Z
23792026-05-22T21:37:07.301Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-c2e46210c8311fea)
23802026-05-22T21:37:07.304Z
23812026-05-22T21:37:07.304Zrunning 0 tests
23822026-05-22T21:37:07.304Z
23832026-05-22T21:37:07.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23842026-05-22T21:37:07.304Z
23852026-05-22T21:37:07.304Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
23862026-05-22T21:37:07.304Z
23872026-05-22T21:37:07.304Zrunning 0 tests
23882026-05-22T21:37:07.304Z
23892026-05-22T21:37:07.304Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
23902026-05-22T21:37:07.304Z
23912026-05-22T21:37:07.304Z Running unittests src/lib.rs (target/debug/deps/dpd_client-7ff509ee2f232e90)
23922026-05-22T21:37:07.307Z
23932026-05-22T21:37:07.307Zrunning 6 tests
23942026-05-22T21:37:07.307Ztest tests::test_parse_client_port_id ... ok
23952026-05-22T21:37:07.307Ztest tests::test_port_id_cmp ... ok
23962026-05-22T21:37:07.307Ztest tests::test_full_lot_id_neither_present ... ok
23972026-05-22T21:37:07.307Ztest tests::test_full_lot_id_lot_only ... ok
23982026-05-22T21:37:07.307Ztest tests::test_full_lot_id_lotnum_only ... ok
23992026-05-22T21:37:07.307Ztest tests::test_full_lot_id_both_present ... ok
24002026-05-22T21:37:07.307Z
24012026-05-22T21:37:07.307Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24022026-05-22T21:37:07.307Z
24032026-05-22T21:37:07.307Z Running tests/test_all.rs (target/debug/deps/test_all-f3da8672d863a6bc)
24042026-05-22T21:37:07.311Z
24052026-05-22T21:37:07.311Zrunning 0 tests
24062026-05-22T21:37:07.311Z
24072026-05-22T21:37:07.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24082026-05-22T21:37:07.311Z
24092026-05-22T21:37:07.311Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
24102026-05-22T21:37:07.311Z
24112026-05-22T21:37:07.311Zrunning 0 tests
24122026-05-22T21:37:07.311Z
24132026-05-22T21:37:07.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24142026-05-22T21:37:07.311Z
24152026-05-22T21:37:07.311Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
24162026-05-22T21:37:07.314Z
24172026-05-22T21:37:07.314Zrunning 0 tests
24182026-05-22T21:37:07.314Z
24192026-05-22T21:37:07.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24202026-05-22T21:37:07.314Z
24212026-05-22T21:37:07.314Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
24222026-05-22T21:37:07.314Z
24232026-05-22T21:37:07.314Zrunning 0 tests
24242026-05-22T21:37:07.314Z
24252026-05-22T21:37:07.314Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24262026-05-22T21:37:07.314Z
24272026-05-22T21:37:07.317Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
24282026-05-22T21:37:07.317Z
24292026-05-22T21:37:07.317Zrunning 0 tests
24302026-05-22T21:37:07.317Z
24312026-05-22T21:37:07.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24322026-05-22T21:37:07.317Z
24332026-05-22T21:37:07.317Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
24342026-05-22T21:37:07.320Z
24352026-05-22T21:37:07.320Zrunning 12 tests
24362026-05-22T21:37:07.320Ztest icmp::test_v6_checksum ... ok
24372026-05-22T21:37:07.320Ztest lldp::test_lldp_parse ... ok
24382026-05-22T21:37:07.320Ztest pbuf::test_byte ... ok
24392026-05-22T21:37:07.320Ztest icmp::test_v4_checksum ... ok
24402026-05-22T21:37:07.320Ztest ipv6::test_ipv6_parse ... ok
24412026-05-22T21:37:07.320Ztest pbuf::test_nibble ... ok
24422026-05-22T21:37:07.320Ztest pbuf::test_overflow ... ok
24432026-05-22T21:37:07.320Ztest pbuf::test_short ... ok
24442026-05-22T21:37:07.320Ztest pbuf::test_twelve ... ok
24452026-05-22T21:37:07.320Ztest pbuf::test_word ... ok
24462026-05-22T21:37:07.320Ztest tcp::test_checksum_ack_data ... ok
24472026-05-22T21:37:07.320Ztest tcp::test_checksum_syn_nodata ... ok
24482026-05-22T21:37:07.320Z
24492026-05-22T21:37:07.321Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24502026-05-22T21:37:07.321Z
24512026-05-22T21:37:07.321Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
24522026-05-22T21:37:07.324Z
24532026-05-22T21:37:07.324Zrunning 0 tests
24542026-05-22T21:37:07.324Z
24552026-05-22T21:37:07.324Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24562026-05-22T21:37:07.324Z
24572026-05-22T21:37:07.324Z Running unittests src/main.rs (target/debug/deps/swadm-c48f87f61fd861d7)
24582026-05-22T21:37:07.324Z
24592026-05-22T21:37:07.324Zrunning 5 tests
24602026-05-22T21:37:07.324Ztest switchport::test::test_compute_lanes ... ok
24612026-05-22T21:37:07.327Ztest switchport::test::port_id_ordering ... ok
24622026-05-22T21:37:07.327Z Lane 0 Lane 1 Lane 2 Lane 3
24632026-05-22T21:37:07.327Z Rx Loss-of-lock: Yes Yes Yes Yes
24642026-05-22T21:37:07.327Z Rx Loss-of-signal: Yes Yes Yes Yes
24652026-05-22T21:37:07.327Z Rx CDR Enabled: Yes Yes Yes Yes
24662026-05-22T21:37:07.327Z Tx Enabled: Yes Yes Yes Yes
24672026-05-22T21:37:07.327Z Tx Loss-of-lock: No No No No
24682026-05-22T21:37:07.327Z Tx Loss-of-signal: No No No No
24692026-05-22T21:37:07.327Z Tx CDR Enabled: No No No No
24702026-05-22T21:37:07.327Z Tx Adaptive EQ Fault: No No No No
24712026-05-22T21:37:07.327Z Tx Fault: Yes Yes Yes Yes
24722026-05-22T21:37:07.327Ztest switchport::test::test_print_sff_datapath ... ok
24732026-05-22T21:37:07.327Z Lane 0 Lane 1 Lane 2 Lane 3
24742026-05-22T21:37:07.327Z State: Activated Activated Activated Activated
24752026-05-22T21:37:07.328Z Rx Output Enabled: false false false false
24762026-05-22T21:37:07.328Z Rx Output Status: valid valid valid valid
24772026-05-22T21:37:07.328Z Rx Loss-of-lock: true true true true
24782026-05-22T21:37:07.328Z Rx Loss-of-signal: false false false false
24792026-05-22T21:37:07.328ZRx Auto-squelch Disable: true true true true
24802026-05-22T21:37:07.328Z Tx Output Enabled: true true true true
24812026-05-22T21:37:07.328Z Tx Output Status: invalid invalid invalid invalid
24822026-05-22T21:37:07.328Z Tx Loss-of-lock: false false false false
24832026-05-22T21:37:07.328Z Tx Loss-of-signal: true true true true
24842026-05-22T21:37:07.328ZTx Auto-squelch Disable: false false false false
24852026-05-22T21:37:07.328Z Tx Adaptive EQ Fail: true true true true
24862026-05-22T21:37:07.328Z Tx Failure: false false false false
24872026-05-22T21:37:07.328Z Tx Force Squelch: true true true true
24882026-05-22T21:37:07.328Z Tx Input Polarity: normal normal normal normal
24892026-05-22T21:37:07.328Ztest switchport::test::test_print_cmis_datapath ... ok
24902026-05-22T21:37:07.328Ztest link::test_filter ... ok
24912026-05-22T21:37:07.328Z
24922026-05-22T21:37:07.328Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
24932026-05-22T21:37:07.328Z
24942026-05-22T21:37:07.328Z Running tests/counters.rs (target/debug/deps/counters-fbe678bd105f31c0)
24952026-05-22T21:37:07.328Z
24962026-05-22T21:37:07.328Zrunning 1 test
24972026-05-22T21:37:07.328Ztest test_p4_counter_list ... ignored
24982026-05-22T21:37:07.328Z
24992026-05-22T21:37:07.328Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25002026-05-22T21:37:07.328Z
25012026-05-22T21:37:07.331Z Running tests/port-link.rs (target/debug/deps/port_link-7591a592505d2bf3)
25022026-05-22T21:37:07.331Z
25032026-05-22T21:37:07.331Zrunning 5 tests
25042026-05-22T21:37:07.331Ztest test_an ... ignored
25052026-05-22T21:37:07.331Ztest test_enable ... ignored
25062026-05-22T21:37:07.331Ztest test_ip_addresses ... ignored
25072026-05-22T21:37:07.331Ztest test_kr ... ignored
25082026-05-22T21:37:07.331Ztest test_mac ... ignored
25092026-05-22T21:37:07.331Z
25102026-05-22T21:37:07.331Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
25112026-05-22T21:37:07.331Z
25122026-05-22T21:37:07.332Z Running unittests src/main.rs (target/debug/deps/tfportd-67a403b1ccf8c205)
25132026-05-22T21:37:07.337Z
25142026-05-22T21:37:07.337Zrunning 3 tests
25152026-05-22T21:37:07.340Ztest linklocal::test_parse_ipadm ... ok
25162026-05-22T21:37:07.340Ztest tfport::test_parse_tfport ... ok
25172026-05-22T21:37:07.340Ztest config::tests::test_updates ... ok
25182026-05-22T21:37:07.340Z
25192026-05-22T21:37:07.340Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25202026-05-22T21:37:07.340Z
25212026-05-22T21:37:07.340Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
25222026-05-22T21:37:07.343Z
25232026-05-22T21:37:07.343Zrunning 0 tests
25242026-05-22T21:37:07.343Z
25252026-05-22T21:37:07.343Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25262026-05-22T21:37:07.343Z
25272026-05-22T21:37:07.343Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
25282026-05-22T21:37:07.346Z
25292026-05-22T21:37:07.346Zrunning 0 tests
25302026-05-22T21:37:07.346Z
25312026-05-22T21:37:07.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25322026-05-22T21:37:07.346Z
25332026-05-22T21:37:07.346Z Doc-tests aal
25342026-05-22T21:37:07.469Z
25352026-05-22T21:37:07.469Zrunning 0 tests
25362026-05-22T21:37:07.469Z
25372026-05-22T21:37:07.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25382026-05-22T21:37:07.472Z
25392026-05-22T21:37:07.483Z Doc-tests aal_macros
25402026-05-22T21:37:07.543Z
25412026-05-22T21:37:07.543Zrunning 0 tests
25422026-05-22T21:37:07.543Z
25432026-05-22T21:37:07.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25442026-05-22T21:37:07.543Z
25452026-05-22T21:37:07.550Z Doc-tests common
25462026-05-22T21:37:07.765Z
25472026-05-22T21:37:07.765Zrunning 0 tests
25482026-05-22T21:37:07.766Z
25492026-05-22T21:37:07.766Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25502026-05-22T21:37:07.766Z
25512026-05-22T21:37:07.783Z Doc-tests dpd_api
25522026-05-22T21:37:08.432Z
25532026-05-22T21:37:08.432Zrunning 2 tests
25542026-05-22T21:37:08.432Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
25552026-05-22T21:37:08.432Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
25562026-05-22T21:37:08.432Z
25572026-05-22T21:37:08.432Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
25582026-05-22T21:37:08.432Z
25592026-05-22T21:37:08.435Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
25602026-05-22T21:37:08.461Z Doc-tests dpd_client
25612026-05-22T21:37:09.711Z
25622026-05-22T21:37:09.711Zrunning 0 tests
25632026-05-22T21:37:09.711Z
25642026-05-22T21:37:09.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25652026-05-22T21:37:09.711Z
25662026-05-22T21:37:09.756Z Doc-tests dpd_types
25672026-05-22T21:37:09.968Z
25682026-05-22T21:37:09.968Zrunning 0 tests
25692026-05-22T21:37:09.968Z
25702026-05-22T21:37:09.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25712026-05-22T21:37:09.968Z
25722026-05-22T21:37:09.991Z Doc-tests dpd_types_versions
25732026-05-22T21:37:11.062Z
25742026-05-22T21:37:11.062Zrunning 1 test
25752026-05-22T21:37:11.062Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
25762026-05-22T21:37:11.062Z
25772026-05-22T21:37:11.063Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
25782026-05-22T21:37:11.063Z
25792026-05-22T21:37:11.066Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
25802026-05-22T21:37:11.104Z Doc-tests intr
25812026-05-22T21:37:11.198Z
25822026-05-22T21:37:11.198Zrunning 0 tests
25832026-05-22T21:37:11.198Z
25842026-05-22T21:37:11.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25852026-05-22T21:37:11.198Z
25862026-05-22T21:37:11.209Z Doc-tests packet
25872026-05-22T21:37:11.313Z
25882026-05-22T21:37:11.313Zrunning 0 tests
25892026-05-22T21:37:11.313Z
25902026-05-22T21:37:11.313Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25912026-05-22T21:37:11.313Z
25922026-05-22T21:37:11.326Z Doc-tests pcap
25932026-05-22T21:37:11.370Z
25942026-05-22T21:37:11.370Zrunning 0 tests
25952026-05-22T21:37:11.370Z
25962026-05-22T21:37:11.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
25972026-05-22T21:37:11.370Z
25982026-05-22T21:37:11.451Z+ for feat in tofino_stub tofino_asic softnpu chaos
25992026-05-22T21:37:11.451Z+ RUST_BACKTRACE=full
26002026-05-22T21:37:11.451Z+ cargo test --features tofino_asic --no-fail-fast
26012026-05-22T21:37:12.206Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
26022026-05-22T21:37:12.310Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
26032026-05-22T21:37:12.331Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
26042026-05-22T21:37:21.134Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
26052026-05-22T21:37:21.266Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
26062026-05-22T21:38:18.110Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
26072026-05-22T21:38:18.113Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26082026-05-22T21:38:18.113Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26092026-05-22T21:38:18.246Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
26102026-05-22T21:38:18.252Z
26112026-05-22T21:38:18.252Zrunning 5 tests
26122026-05-22T21:38:18.255Ztest fuse::tests::chip_revision_b0 ... ok
26132026-05-22T21:38:18.255Ztest fuse::tests::chip_revision_a0 ... ok
26142026-05-22T21:38:18.255Ztest fuse::tests::chip_revision_b1 ... ok
26152026-05-22T21:38:18.255Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
26162026-05-22T21:38:18.255Ztest fuse::tests::chip_revision_unknown_device_id ... ok
26172026-05-22T21:38:18.255Z
26182026-05-22T21:38:18.255Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26192026-05-22T21:38:18.255Z
26202026-05-22T21:38:18.255Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
26212026-05-22T21:38:18.258Z
26222026-05-22T21:38:18.258Zrunning 0 tests
26232026-05-22T21:38:18.258Z
26242026-05-22T21:38:18.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
26252026-05-22T21:38:18.258Z
26262026-05-22T21:38:18.261Z Running unittests src/lib.rs (target/debug/deps/asic-9776005f75826860)
26272026-05-22T21:38:18.397Z
26282026-05-22T21:38:18.398Zrunning 8 tests
26292026-05-22T21:38:18.401Ztest tofino_asic::qsfp::tests::fix_link ... ok
26302026-05-22T21:38:18.401Ztest tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok
26312026-05-22T21:38:18.401Ztest tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok
26322026-05-22T21:38:18.401Ztest tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok
26332026-05-22T21:38:18.401Ztest tofino_asic::stats::constants_sanity_check ... ok
26342026-05-22T21:38:18.401Ztest tofino_asic::tests::test_wafer_location_from_coords ... ok
26352026-05-22T21:38:18.409Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok
26362026-05-22T21:38:18.901Ztest tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok
26372026-05-22T21:38:18.901Z
26382026-05-22T21:38:18.904Ztest result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
26392026-05-22T21:38:18.904Z
26402026-05-22T21:38:18.912Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
26412026-05-22T21:38:18.923Z
26422026-05-22T21:38:18.923Zrunning 10 tests
26432026-05-22T21:38:18.926Ztest nat::tests::test_vni ... ok
26442026-05-22T21:38:18.926Ztest network::tests::test_equal ... ok
26452026-05-22T21:38:18.926Ztest network::tests::test_eui64 ... ok
26462026-05-22T21:38:18.926Ztest network::tests::test_generate_ipv6_link_local ... ok
26472026-05-22T21:38:18.927Ztest network::tests::test_into ... ok
26482026-05-22T21:38:18.927Ztest network::tests::test_not_equal ... ok
26492026-05-22T21:38:18.927Ztest network::tests::test_to_string ... ok
26502026-05-22T21:38:18.927Ztest network::tests::test_parse ... ok
26512026-05-22T21:38:18.927Ztest test_purge ... ok
26522026-05-22T21:38:18.930Ztest illumos::test::address_exists_handles_missing_object ... ok
26532026-05-22T21:38:18.930Z
26542026-05-22T21:38:18.930Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
26552026-05-22T21:38:18.930Z
26562026-05-22T21:38:18.933Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
26572026-05-22T21:38:18.960Z
26582026-05-22T21:38:18.960Zrunning 1 test
26592026-05-22T21:38:20.246Ztest test::test_apis_up_to_date ... ok
26602026-05-22T21:38:20.246Z
26612026-05-22T21:38:20.246Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.29s
26622026-05-22T21:38:20.246Z
26632026-05-22T21:38:20.297Z Running unittests src/main.rs (target/debug/deps/dpd-0fe5714a11633397)
26642026-05-22T21:38:20.369Z
26652026-05-22T21:38:20.369Zrunning 51 tests
26662026-05-22T21:38:20.372Ztest freemap::test_ordering ... ok
26672026-05-22T21:38:20.372Ztest config::tests::test_updates ... ok
26682026-05-22T21:38:20.372Ztest freemap::test_split ... ok
26692026-05-22T21:38:20.372Ztest dhcpv6::tests::test_create_duid_bytes ... ok
26702026-05-22T21:38:20.372Ztest macaddrs::tests::test_mac_offset ... ok
26712026-05-22T21:38:20.372Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
26722026-05-22T21:38:20.372Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
26732026-05-22T21:38:20.372Ztest macaddrs::tests::test_parse_port_id ... ok
26742026-05-22T21:38:20.372Ztest nat::test_mapping ... ok
26752026-05-22T21:38:20.372Ztest port_map::tests::dump_map ... ok
26762026-05-22T21:38:20.376Ztest port_map::tests::test_backplane_group ... ok
26772026-05-22T21:38:20.376Ztest port_map::tests::test_port_map ... ok
26782026-05-22T21:38:20.376Ztest transceivers::mpn_test::test_mpn_missing ... ok
26792026-05-22T21:38:20.376Ztest transceivers::mpn_test::test_mpn_present ... ok
26802026-05-22T21:38:20.376Ztest transceivers::mpn_test::test_xcvr_missing ... ok
26812026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG created new freemap, unit: freemap_test
26822026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG initted freemap. size: 128, unit: freemap_test
26832026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok
26842026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG reset freemap, unit: freemap_test
26852026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG created new freemap, unit: freemap_test
26862026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG initted freemap. size: 128, unit: freemap_test
26872026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG reset freemap, unit: freemap_test
26882026-05-22T21:38:20.376ZMay 22 21:38:18.819 DEBG created new freemap, unit: freemap_test
26892026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG initted freemap. size: 128, unit: freemap_test
26902026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG reset freemap, unit: freemap_test
26912026-05-22T21:38:20.376Ztest freemap::test_free ... ok
26922026-05-22T21:38:20.376Ztest freemap::test_reclaim ... ok
26932026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok
26942026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG created new freemap, unit: freemap_test
26952026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG created new freemapMay 22 21:38:18.820, unitDEBG: initted freemap. size: 128freemap_test,
26962026-05-22T21:38:20.376Zunit: freemap_test
26972026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok
26982026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok
26992026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG reset freemap, unit: freemap_test
27002026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG initted freemap. size: 128, unit: freemap_test
27012026-05-22T21:38:20.376ZMay 22 21:38:18.820 DEBG reset freemap, unit: freemap_test
27022026-05-22T21:38:20.376Ztest freemap::test_basic ... ok
27032026-05-22T21:38:20.376Ztest freemap::test_span ... ok
27042026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok
27052026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok
27062026-05-22T21:38:20.376Ztest freemap::test_exhaustion ... ok
27072026-05-22T21:38:20.376Ztest port_map::tests::parse_softnpu_revision ... ok
27082026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok
27092026-05-22T21:38:20.376Ztest api_server::tests::test_build_info ... ok
27102026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok
27112026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok
27122026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok
27132026-05-22T21:38:20.376Ztest transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok
27142026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok
27152026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok
27162026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok
27172026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok
27182026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok
27192026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok
27202026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok
27212026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok
27222026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok
27232026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok
27242026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok
27252026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok
27262026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok
27272026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok
27282026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok
27292026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok
27302026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok
27312026-05-22T21:38:20.377Ztest transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok
27322026-05-22T21:38:20.377Z
27332026-05-22T21:38:20.377Ztest result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
27342026-05-22T21:38:20.377Z
27352026-05-22T21:38:20.391Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-86183567c478ec46)
27362026-05-22T21:38:20.397Z
27372026-05-22T21:38:20.397Zrunning 0 tests
27382026-05-22T21:38:20.397Z
27392026-05-22T21:38:20.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27402026-05-22T21:38:20.400Z
27412026-05-22T21:38:20.400Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
27422026-05-22T21:38:20.400Z
27432026-05-22T21:38:20.400Zrunning 0 tests
27442026-05-22T21:38:20.400Z
27452026-05-22T21:38:20.400Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27462026-05-22T21:38:20.400Z
27472026-05-22T21:38:20.400Z Running unittests src/lib.rs (target/debug/deps/dpd_client-eff3dbde7b56fbda)
27482026-05-22T21:38:20.403Z
27492026-05-22T21:38:20.403Zrunning 6 tests
27502026-05-22T21:38:20.403Ztest tests::test_port_id_cmp ... ok
27512026-05-22T21:38:20.403Ztest tests::test_parse_client_port_id ... ok
27522026-05-22T21:38:20.403Ztest tests::test_full_lot_id_neither_present ... ok
27532026-05-22T21:38:20.403Ztest tests::test_full_lot_id_lot_only ... ok
27542026-05-22T21:38:20.403Ztest tests::test_full_lot_id_lotnum_only ... ok
27552026-05-22T21:38:20.403Ztest tests::test_full_lot_id_both_present ... ok
27562026-05-22T21:38:20.404Z
27572026-05-22T21:38:20.404Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27582026-05-22T21:38:20.404Z
27592026-05-22T21:38:20.407Z Running tests/test_all.rs (target/debug/deps/test_all-2ec5d701752ca94f)
27602026-05-22T21:38:20.410Z
27612026-05-22T21:38:20.410Zrunning 0 tests
27622026-05-22T21:38:20.410Z
27632026-05-22T21:38:20.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27642026-05-22T21:38:20.410Z
27652026-05-22T21:38:20.410Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
27662026-05-22T21:38:20.415Z
27672026-05-22T21:38:20.415Zrunning 0 tests
27682026-05-22T21:38:20.415Z
27692026-05-22T21:38:20.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27702026-05-22T21:38:20.418Z
27712026-05-22T21:38:20.418Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
27722026-05-22T21:38:20.421Z
27732026-05-22T21:38:20.421Zrunning 0 tests
27742026-05-22T21:38:20.421Z
27752026-05-22T21:38:20.424Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27762026-05-22T21:38:20.424Z
27772026-05-22T21:38:20.424Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
27782026-05-22T21:38:20.427Z
27792026-05-22T21:38:20.427Zrunning 0 tests
27802026-05-22T21:38:20.427Z
27812026-05-22T21:38:20.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27822026-05-22T21:38:20.430Z
27832026-05-22T21:38:20.430Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
27842026-05-22T21:38:20.433Z
27852026-05-22T21:38:20.433Zrunning 0 tests
27862026-05-22T21:38:20.433Z
27872026-05-22T21:38:20.433Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
27882026-05-22T21:38:20.434Z
27892026-05-22T21:38:20.437Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
27902026-05-22T21:38:20.442Z
27912026-05-22T21:38:20.442Zrunning 12 tests
27922026-05-22T21:38:20.445Ztest icmp::test_v6_checksum ... ok
27932026-05-22T21:38:20.445Ztest icmp::test_v4_checksum ... ok
27942026-05-22T21:38:20.445Ztest ipv6::test_ipv6_parse ... ok
27952026-05-22T21:38:20.445Ztest lldp::test_lldp_parse ... ok
27962026-05-22T21:38:20.445Ztest pbuf::test_byte ... ok
27972026-05-22T21:38:20.445Ztest pbuf::test_nibble ... ok
27982026-05-22T21:38:20.445Ztest pbuf::test_overflow ... ok
27992026-05-22T21:38:20.445Ztest pbuf::test_short ... ok
28002026-05-22T21:38:20.445Ztest pbuf::test_twelve ... ok
28012026-05-22T21:38:20.445Ztest pbuf::test_word ... ok
28022026-05-22T21:38:20.445Ztest tcp::test_checksum_syn_nodata ... ok
28032026-05-22T21:38:20.445Ztest tcp::test_checksum_ack_data ... ok
28042026-05-22T21:38:20.445Z
28052026-05-22T21:38:20.445Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28062026-05-22T21:38:20.445Z
28072026-05-22T21:38:20.445Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
28082026-05-22T21:38:20.448Z
28092026-05-22T21:38:20.448Zrunning 0 tests
28102026-05-22T21:38:20.448Z
28112026-05-22T21:38:20.448Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28122026-05-22T21:38:20.448Z
28132026-05-22T21:38:20.448Z Running unittests src/main.rs (target/debug/deps/swadm-bda50653fe4831fc)
28142026-05-22T21:38:20.457Z
28152026-05-22T21:38:20.457Zrunning 5 tests
28162026-05-22T21:38:20.462Ztest switchport::test::test_compute_lanes ... ok
28172026-05-22T21:38:20.465Ztest link::test_filter ... ok
28182026-05-22T21:38:20.465Ztest switchport::test::port_id_ordering ... ok
28192026-05-22T21:38:20.465Z Lane 0 Lane 1 Lane 2 Lane 3
28202026-05-22T21:38:20.465Z State: Activated Activated Activated Activated
28212026-05-22T21:38:20.465Z Rx Output Enabled: false false false false
28222026-05-22T21:38:20.465Z Rx Output Status: valid valid valid valid
28232026-05-22T21:38:20.465Z Rx Loss-of-lock: true true true true
28242026-05-22T21:38:20.465Z Rx Loss-of-signal: false false false false
28252026-05-22T21:38:20.465ZRx Auto-squelch Disable: true true true true
28262026-05-22T21:38:20.465Z Lane 0 Tx Output Enabled: true true trueLane 1 true
28272026-05-22T21:38:20.465ZLane 2 Tx Output Status: invalid Lane 3invalid
28282026-05-22T21:38:20.465Zinvalid Rx Loss-of-lock: Yesinvalid
28292026-05-22T21:38:20.465ZYes Tx Loss-of-lock: false Yes falseYes
28302026-05-22T21:38:20.465Zfalse Rx Loss-of-signal: Yes falseYes
28312026-05-22T21:38:20.465Z Yes Tx Loss-of-signal: true Yes
28322026-05-22T21:38:20.465Z Rx CDR Enabled: Yes true Yes trueYes trueYes
28332026-05-22T21:38:20.465Z
28342026-05-22T21:38:20.465ZTx Auto-squelch Disable: false Tx Enabled: Yes Yesfalse falseYes falseYes
28352026-05-22T21:38:20.465Z
28362026-05-22T21:38:20.465Z Tx Adaptive EQ Fail: true Tx Loss-of-lock: No trueNo true Notrue
28372026-05-22T21:38:20.465ZNo
28382026-05-22T21:38:20.466Z Tx Failure: false Tx Loss-of-signal: No false falseNo Nofalse
28392026-05-22T21:38:20.466ZNo
28402026-05-22T21:38:20.466Z Tx Force Squelch: true Tx CDR Enabled: No trueNo No true No
28412026-05-22T21:38:20.466Ztrue
28422026-05-22T21:38:20.466Z Tx Adaptive EQ Fault: No Tx Input Polarity: normal No normalNo Nonormal
28432026-05-22T21:38:20.466Z normal
28442026-05-22T21:38:20.466Z Tx Fault: Yes Yes Yes Yes
28452026-05-22T21:38:20.466Ztest switchport::test::test_print_cmis_datapath ... ok
28462026-05-22T21:38:20.466Ztest switchport::test::test_print_sff_datapath ... ok
28472026-05-22T21:38:20.466Z
28482026-05-22T21:38:20.466Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
28492026-05-22T21:38:20.466Z
28502026-05-22T21:38:20.469Z Running tests/counters.rs (target/debug/deps/counters-9fed9200e637394b)
28512026-05-22T21:38:20.472Z
28522026-05-22T21:38:20.472Zrunning 1 test
28532026-05-22T21:38:20.475Ztest test_p4_counter_list ... ignored
28542026-05-22T21:38:20.475Z
28552026-05-22T21:38:20.475Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
28562026-05-22T21:38:20.475Z
28572026-05-22T21:38:20.475Z Running tests/port-link.rs (target/debug/deps/port_link-c474d573f093162d)
28582026-05-22T21:38:20.479Z
28592026-05-22T21:38:20.479Zrunning 5 tests
28602026-05-22T21:38:20.482Ztest test_an ... ignored
28612026-05-22T21:38:20.482Ztest test_enable ... ignored
28622026-05-22T21:38:20.482Ztest test_ip_addresses ... ignored
28632026-05-22T21:38:20.482Ztest test_kr ... ignored
28642026-05-22T21:38:20.482Ztest test_mac ... ignored
28652026-05-22T21:38:20.482Z
28662026-05-22T21:38:20.482Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
28672026-05-22T21:38:20.482Z
28682026-05-22T21:38:20.482Z Running unittests src/main.rs (target/debug/deps/tfportd-09d2c4ae68883b91)
28692026-05-22T21:38:20.486Z
28702026-05-22T21:38:20.486Zrunning 3 tests
28712026-05-22T21:38:20.489Ztest linklocal::test_parse_ipadm ... ok
28722026-05-22T21:38:20.489Ztest tfport::test_parse_tfport ... ok
28732026-05-22T21:38:20.489Ztest config::tests::test_updates ... ok
28742026-05-22T21:38:20.489Z
28752026-05-22T21:38:20.489Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28762026-05-22T21:38:20.489Z
28772026-05-22T21:38:20.489Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
28782026-05-22T21:38:20.494Z
28792026-05-22T21:38:20.494Zrunning 0 tests
28802026-05-22T21:38:20.494Z
28812026-05-22T21:38:20.497Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28822026-05-22T21:38:20.497Z
28832026-05-22T21:38:20.497Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
28842026-05-22T21:38:20.512Z
28852026-05-22T21:38:20.512Zrunning 0 tests
28862026-05-22T21:38:20.512Z
28872026-05-22T21:38:20.515Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28882026-05-22T21:38:20.515Z
28892026-05-22T21:38:20.515Z Doc-tests aal
28902026-05-22T21:38:20.695Z
28912026-05-22T21:38:20.695Zrunning 0 tests
28922026-05-22T21:38:20.695Z
28932026-05-22T21:38:20.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
28942026-05-22T21:38:20.698Z
28952026-05-22T21:38:20.709Z Doc-tests aal_macros
28962026-05-22T21:38:20.771Z
28972026-05-22T21:38:20.771Zrunning 0 tests
28982026-05-22T21:38:20.771Z
28992026-05-22T21:38:20.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29002026-05-22T21:38:20.771Z
29012026-05-22T21:38:20.779Z Doc-tests common
29022026-05-22T21:38:20.998Z
29032026-05-22T21:38:20.998Zrunning 0 tests
29042026-05-22T21:38:21.002Z
29052026-05-22T21:38:21.002Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29062026-05-22T21:38:21.002Z
29072026-05-22T21:38:21.017Z Doc-tests dpd_api
29082026-05-22T21:38:21.783Z
29092026-05-22T21:38:21.783Zrunning 2 tests
29102026-05-22T21:38:21.783Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
29112026-05-22T21:38:21.783Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
29122026-05-22T21:38:21.783Z
29132026-05-22T21:38:21.783Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
29142026-05-22T21:38:21.783Z
29152026-05-22T21:38:21.786Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
29162026-05-22T21:38:21.809Z Doc-tests dpd_client
29172026-05-22T21:38:23.194Z
29182026-05-22T21:38:23.194Zrunning 0 tests
29192026-05-22T21:38:23.194Z
29202026-05-22T21:38:23.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29212026-05-22T21:38:23.194Z
29222026-05-22T21:38:23.237Z Doc-tests dpd_types
29232026-05-22T21:38:23.442Z
29242026-05-22T21:38:23.442Zrunning 0 tests
29252026-05-22T21:38:23.442Z
29262026-05-22T21:38:23.442Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29272026-05-22T21:38:23.442Z
29282026-05-22T21:38:23.464Z Doc-tests dpd_types_versions
29292026-05-22T21:38:24.508Z
29302026-05-22T21:38:24.508Zrunning 1 test
29312026-05-22T21:38:24.508Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
29322026-05-22T21:38:24.508Z
29332026-05-22T21:38:24.508Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
29342026-05-22T21:38:24.508Z
29352026-05-22T21:38:24.511Zall doctests ran in 0.34s; merged doctests compilation took 0.34s
29362026-05-22T21:38:24.548Z Doc-tests intr
29372026-05-22T21:38:24.660Z
29382026-05-22T21:38:24.660Zrunning 0 tests
29392026-05-22T21:38:24.660Z
29402026-05-22T21:38:24.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29412026-05-22T21:38:24.660Z
29422026-05-22T21:38:24.671Z Doc-tests packet
29432026-05-22T21:38:24.772Z
29442026-05-22T21:38:24.772Zrunning 0 tests
29452026-05-22T21:38:24.772Z
29462026-05-22T21:38:24.772Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29472026-05-22T21:38:24.772Z
29482026-05-22T21:38:24.784Z Doc-tests pcap
29492026-05-22T21:38:24.828Z
29502026-05-22T21:38:24.828Zrunning 0 tests
29512026-05-22T21:38:24.828Z
29522026-05-22T21:38:24.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
29532026-05-22T21:38:24.828Z
29542026-05-22T21:38:24.886Z+ for feat in tofino_stub tofino_asic softnpu chaos
29552026-05-22T21:38:24.886Z+ RUST_BACKTRACE=full
29562026-05-22T21:38:24.886Z+ cargo test --features softnpu --no-fail-fast
29572026-05-22T21:38:25.673Z Compiling num-integer v0.1.46
29582026-05-22T21:38:25.782Z Compiling num-complex v0.4.6
29592026-05-22T21:38:25.869Z Compiling bitstruct_derive v0.1.0
29602026-05-22T21:38:25.872Z Compiling tap v1.0.1
29612026-05-22T21:38:25.998Z Compiling num-iter v0.1.45
29622026-05-22T21:38:26.069Z Compiling num-rational v0.4.2
29632026-05-22T21:38:26.116Z Compiling num-bigint v0.4.6
29642026-05-22T21:38:26.208Z Compiling wyz v0.5.1
29652026-05-22T21:38:26.249Z Compiling radium v0.7.0
29662026-05-22T21:38:26.264Z Compiling funty v2.0.0
29672026-05-22T21:38:26.315Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
29682026-05-22T21:38:26.405Z Compiling num v0.4.3
29692026-05-22T21:38:26.459Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29702026-05-22T21:38:26.486Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29712026-05-22T21:38:26.576Z Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29722026-05-22T21:38:26.589Z Compiling bitvec v1.0.1
29732026-05-22T21:38:26.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29742026-05-22T21:38:26.709Z Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29752026-05-22T21:38:26.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29762026-05-22T21:38:26.915Z Compiling typeid v1.0.3
29772026-05-22T21:38:26.930Z Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29782026-05-22T21:38:27.006Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29792026-05-22T21:38:27.034Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29802026-05-22T21:38:27.492Z Compiling ascii v1.1.0
29812026-05-22T21:38:27.709Z Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29822026-05-22T21:38:27.796Z Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29832026-05-22T21:38:27.985Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29842026-05-22T21:38:28.044Z Compiling erased-serde v0.4.8
29852026-05-22T21:38:28.194Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29862026-05-22T21:38:28.245Z Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544)
29872026-05-22T21:38:28.298Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1)
29882026-05-22T21:38:28.550Z Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a)
29892026-05-22T21:38:28.567Z Compiling bitstruct v0.1.1
29902026-05-22T21:38:28.672Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16)
29912026-05-22T21:38:28.887Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615)
29922026-05-22T21:38:29.095Z Compiling serde_arrays v0.1.0
29932026-05-22T21:38:29.199Z Compiling libloading v0.7.4
29942026-05-22T21:38:29.429Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29952026-05-22T21:38:29.458Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615)
29962026-05-22T21:38:29.954Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
29972026-05-22T21:38:30.078Z Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16)
29982026-05-22T21:38:31.227Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29992026-05-22T21:38:32.509Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
30002026-05-22T21:38:39.169Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30012026-05-22T21:38:39.414Z Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal)
30022026-05-22T21:38:39.414Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30032026-05-22T21:38:39.573Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30042026-05-22T21:38:39.925Z Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions)
30052026-05-22T21:38:40.080Z Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30062026-05-22T21:38:41.931Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
30072026-05-22T21:38:42.724Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30082026-05-22T21:38:44.682Z Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types)
30092026-05-22T21:38:45.311Z Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api)
30102026-05-22T21:38:46.877Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
30112026-05-22T21:38:48.895Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30122026-05-22T21:38:49.817Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170)
30132026-05-22T21:38:49.852Z Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis)
30142026-05-22T21:38:57.813Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30152026-05-22T21:39:00.166Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f)
30162026-05-22T21:39:03.717Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
30172026-05-22T21:39:52.580Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
30182026-05-22T21:39:52.583Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30192026-05-22T21:39:52.583Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30202026-05-22T21:39:52.705Z Running unittests src/lib.rs (target/debug/deps/aal-18c0cfae49188816)
30212026-05-22T21:39:52.711Z
30222026-05-22T21:39:52.711Zrunning 5 tests
30232026-05-22T21:39:52.714Ztest fuse::tests::chip_revision_b1 ... ok
30242026-05-22T21:39:52.714Ztest fuse::tests::chip_revision_a0 ... ok
30252026-05-22T21:39:52.714Ztest fuse::tests::chip_revision_b0 ... ok
30262026-05-22T21:39:52.714Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
30272026-05-22T21:39:52.714Ztest fuse::tests::chip_revision_unknown_device_id ... ok
30282026-05-22T21:39:52.714Z
30292026-05-22T21:39:52.714Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30302026-05-22T21:39:52.715Z
30312026-05-22T21:39:52.715Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
30322026-05-22T21:39:52.718Z
30332026-05-22T21:39:52.718Zrunning 0 tests
30342026-05-22T21:39:52.718Z
30352026-05-22T21:39:52.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30362026-05-22T21:39:52.718Z
30372026-05-22T21:39:52.721Z Running unittests src/lib.rs (target/debug/deps/asic-78b87555be254943)
30382026-05-22T21:39:52.729Z
30392026-05-22T21:39:52.729Zrunning 0 tests
30402026-05-22T21:39:52.732Z
30412026-05-22T21:39:52.732Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
30422026-05-22T21:39:52.732Z
30432026-05-22T21:39:52.732Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
30442026-05-22T21:39:52.740Z
30452026-05-22T21:39:52.740Zrunning 10 tests
30462026-05-22T21:39:52.743Ztest nat::tests::test_vni ... ok
30472026-05-22T21:39:52.744Ztest network::tests::test_equal ... ok
30482026-05-22T21:39:52.744Ztest network::tests::test_eui64 ... ok
30492026-05-22T21:39:52.744Ztest network::tests::test_generate_ipv6_link_local ... ok
30502026-05-22T21:39:52.744Ztest network::tests::test_into ... ok
30512026-05-22T21:39:52.744Ztest network::tests::test_not_equal ... ok
30522026-05-22T21:39:52.744Ztest network::tests::test_to_string ... ok
30532026-05-22T21:39:52.744Ztest network::tests::test_parse ... ok
30542026-05-22T21:39:52.744Ztest test_purge ... ok
30552026-05-22T21:39:52.747Ztest illumos::test::address_exists_handles_missing_object ... ok
30562026-05-22T21:39:52.747Z
30572026-05-22T21:39:52.750Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
30582026-05-22T21:39:52.750Z
30592026-05-22T21:39:52.750Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f2bbbb41e02c7abf)
30602026-05-22T21:39:52.780Z
30612026-05-22T21:39:52.780Zrunning 1 test
30622026-05-22T21:39:54.013Ztest test::test_apis_up_to_date ... ok
30632026-05-22T21:39:54.013Z
30642026-05-22T21:39:54.013Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s
30652026-05-22T21:39:54.013Z
30662026-05-22T21:39:54.068Z Running unittests src/main.rs (target/debug/deps/dpd-ec547cd24a559df6)
30672026-05-22T21:39:54.073Z
30682026-05-22T21:39:54.074Zrunning 19 tests
30692026-05-22T21:39:54.077Ztest freemap::test_ordering ... ok
30702026-05-22T21:39:54.077Ztest config::tests::test_updates ... ok
30712026-05-22T21:39:54.077Ztest freemap::test_split ... ok
30722026-05-22T21:39:54.077Ztest dhcpv6::tests::test_create_duid_bytes ... ok
30732026-05-22T21:39:54.077Ztest macaddrs::tests::test_mac_offset ... ok
30742026-05-22T21:39:54.080Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
30752026-05-22T21:39:54.080Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
30762026-05-22T21:39:54.080Ztest macaddrs::tests::test_parse_port_id ... ok
30772026-05-22T21:39:54.080Ztest nat::test_mapping ... ok
30782026-05-22T21:39:54.080Ztest port_map::tests::dump_map ... ok
30792026-05-22T21:39:54.080Ztest port_map::tests::test_backplane_group ... ok
30802026-05-22T21:39:54.080ZMay 22 21:39:52.524 DEBG created new freemap, unit: freemap_test
30812026-05-22T21:39:54.080ZMay 22 21:39:52.524 DEBG initted freemap. size: 128, unit: freemap_test
30822026-05-22T21:39:54.080ZMay 22 21:39:52.524 DEBG reset freemap, unit: freemap_test
30832026-05-22T21:39:54.080ZMay 22 21:39:52.524May 22 21:39:52.524 DEBGDEBG created new freemapcreated new freemap, , unitunit:May 22 21:39:52.524 :DEBG freemap_testcreated new freemapfreemap_test
30842026-05-22T21:39:54.080Z,
30852026-05-22T21:39:54.080Zunit: freemap_testMay 22 21:39:52.524
30862026-05-22T21:39:54.080Z DEBGMay 22 21:39:52.524 initted freemap. size: 128DEBG, May 22 21:39:52.524unit :DEBG initted freemap. size: 128initted freemap. size: 128, , unitunitfreemap_test:
30872026-05-22T21:39:54.080Z :freemap_test
30882026-05-22T21:39:54.080Zfreemap_test
30892026-05-22T21:39:54.080ZMay 22 21:39:52.524 DEBGMay 22 21:39:52.524 reset freemapDEBG, unitreset freemap:, May 22 21:39:52.524 unitfreemap_testDEBG:
30902026-05-22T21:39:54.080Z freemap_testreset freemap
30912026-05-22T21:39:54.080Z, unit: freemap_test
30922026-05-22T21:39:54.080Ztest freemap::test_exhaustion ... ok
30932026-05-22T21:39:54.081Ztest freemap::test_reclaim ... ok
30942026-05-22T21:39:54.081Ztest freemap::test_basic ... ok
30952026-05-22T21:39:54.081Ztest freemap::test_free ... ok
30962026-05-22T21:39:54.081Ztest port_map::tests::test_port_map ... ok
30972026-05-22T21:39:54.081ZMay 22 21:39:52.524 DEBG created new freemap, unit: freemap_test
30982026-05-22T21:39:54.081ZMay 22 21:39:52.524 DEBG initted freemap. size: 128, unit: freemap_test
30992026-05-22T21:39:54.081ZMay 22 21:39:52.524 DEBG reset freemap, unit: freemap_test
31002026-05-22T21:39:54.081Ztest freemap::test_span ... ok
31012026-05-22T21:39:54.081Ztest port_map::tests::parse_softnpu_revision ... ok
31022026-05-22T21:39:54.081Ztest api_server::tests::test_build_info ... ok
31032026-05-22T21:39:54.081Z
31042026-05-22T21:39:54.081Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
31052026-05-22T21:39:54.081Z
31062026-05-22T21:39:54.084Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-e209e1dad3020484)
31072026-05-22T21:39:54.088Z
31082026-05-22T21:39:54.088Zrunning 0 tests
31092026-05-22T21:39:54.088Z
31102026-05-22T21:39:54.091Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31112026-05-22T21:39:54.091Z
31122026-05-22T21:39:54.091Z Running unittests src/lib.rs (target/debug/deps/dpd_api-dd5d020c32ad9ea2)
31132026-05-22T21:39:54.094Z
31142026-05-22T21:39:54.094Zrunning 0 tests
31152026-05-22T21:39:54.094Z
31162026-05-22T21:39:54.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31172026-05-22T21:39:54.097Z
31182026-05-22T21:39:54.097Z Running unittests src/lib.rs (target/debug/deps/dpd_client-c4fb1a4d5a63e578)
31192026-05-22T21:39:54.104Z
31202026-05-22T21:39:54.104Zrunning 6 tests
31212026-05-22T21:39:54.108Ztest tests::test_full_lot_id_lotnum_only ... ok
31222026-05-22T21:39:54.108Ztest tests::test_full_lot_id_both_present ... ok
31232026-05-22T21:39:54.108Ztest tests::test_full_lot_id_lot_only ... ok
31242026-05-22T21:39:54.108Ztest tests::test_full_lot_id_neither_present ... ok
31252026-05-22T21:39:54.108Ztest tests::test_parse_client_port_id ... ok
31262026-05-22T21:39:54.108Ztest tests::test_port_id_cmp ... ok
31272026-05-22T21:39:54.108Z
31282026-05-22T21:39:54.111Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31292026-05-22T21:39:54.111Z
31302026-05-22T21:39:54.111Z Running tests/test_all.rs (target/debug/deps/test_all-ba5870a5859c15e9)
31312026-05-22T21:39:54.114Z
31322026-05-22T21:39:54.114Zrunning 0 tests
31332026-05-22T21:39:54.114Z
31342026-05-22T21:39:54.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31352026-05-22T21:39:54.117Z
31362026-05-22T21:39:54.117Z Running unittests src/lib.rs (target/debug/deps/dpd_types-d3d458c93d1d6f8c)
31372026-05-22T21:39:54.120Z
31382026-05-22T21:39:54.120Zrunning 0 tests
31392026-05-22T21:39:54.120Z
31402026-05-22T21:39:54.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31412026-05-22T21:39:54.123Z
31422026-05-22T21:39:54.123Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-3dd1d0093eb28993)
31432026-05-22T21:39:54.127Z
31442026-05-22T21:39:54.127Zrunning 0 tests
31452026-05-22T21:39:54.127Z
31462026-05-22T21:39:54.129Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31472026-05-22T21:39:54.129Z
31482026-05-22T21:39:54.129Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
31492026-05-22T21:39:54.133Z
31502026-05-22T21:39:54.133Zrunning 0 tests
31512026-05-22T21:39:54.133Z
31522026-05-22T21:39:54.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31532026-05-22T21:39:54.136Z
31542026-05-22T21:39:54.136Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
31552026-05-22T21:39:54.138Z
31562026-05-22T21:39:54.138Zrunning 0 tests
31572026-05-22T21:39:54.139Z
31582026-05-22T21:39:54.141Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31592026-05-22T21:39:54.142Z
31602026-05-22T21:39:54.142Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
31612026-05-22T21:39:54.147Z
31622026-05-22T21:39:54.147Zrunning 12 tests
31632026-05-22T21:39:54.150Ztest icmp::test_v6_checksum ... ok
31642026-05-22T21:39:54.150Ztest lldp::test_lldp_parse ... ok
31652026-05-22T21:39:54.150Ztest icmp::test_v4_checksum ... ok
31662026-05-22T21:39:54.150Ztest ipv6::test_ipv6_parse ... ok
31672026-05-22T21:39:54.150Ztest pbuf::test_byte ... ok
31682026-05-22T21:39:54.150Ztest pbuf::test_nibble ... ok
31692026-05-22T21:39:54.150Ztest pbuf::test_short ... ok
31702026-05-22T21:39:54.150Ztest pbuf::test_overflow ... ok
31712026-05-22T21:39:54.150Ztest pbuf::test_twelve ... ok
31722026-05-22T21:39:54.150Ztest pbuf::test_word ... ok
31732026-05-22T21:39:54.150Ztest tcp::test_checksum_syn_nodata ... ok
31742026-05-22T21:39:54.150Ztest tcp::test_checksum_ack_data ... ok
31752026-05-22T21:39:54.150Z
31762026-05-22T21:39:54.150Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31772026-05-22T21:39:54.150Z
31782026-05-22T21:39:54.150Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
31792026-05-22T21:39:54.155Z
31802026-05-22T21:39:54.155Zrunning 0 tests
31812026-05-22T21:39:54.155Z
31822026-05-22T21:39:54.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
31832026-05-22T21:39:54.158Z
31842026-05-22T21:39:54.158Z Running unittests src/main.rs (target/debug/deps/swadm-c48f87f61fd861d7)
31852026-05-22T21:39:54.166Z
31862026-05-22T21:39:54.166Zrunning 5 tests
31872026-05-22T21:39:54.171Ztest switchport::test::test_compute_lanes ... ok
31882026-05-22T21:39:54.174Ztest link::test_filter ... ok
31892026-05-22T21:39:54.174Ztest switchport::test::port_id_ordering ... ok
31902026-05-22T21:39:54.174Z Lane 0 Lane 1 Lane 2 Lane 3
31912026-05-22T21:39:54.174Z Rx Loss-of-lock: Yes Yes Yes Yes
31922026-05-22T21:39:54.174Z Lane 0 Rx Loss-of-signal: Yes Yes Yes Lane 1Yes
31932026-05-22T21:39:54.174ZLane 2 Lane 3 Rx CDR Enabled: Yes
31942026-05-22T21:39:54.174ZYes State: ActivatedYes YesActivated
31952026-05-22T21:39:54.174ZActivated Activated Tx Enabled: Yes
31962026-05-22T21:39:54.174Z Rx Output Enabled: false Yesfalse Yesfalse Yesfalse
31972026-05-22T21:39:54.174Z
31982026-05-22T21:39:54.174Z Tx Loss-of-lock: No Rx Output Status: valid Novalid validNo Novalid
31992026-05-22T21:39:54.174Z
32002026-05-22T21:39:54.174Z Tx Loss-of-signal: No Rx Loss-of-lock: true Notrue No true Notrue
32012026-05-22T21:39:54.174Z
32022026-05-22T21:39:54.174Z Tx CDR Enabled: No Rx Loss-of-signal: falseNo false No Nofalse
32032026-05-22T21:39:54.174Z false
32042026-05-22T21:39:54.175Z Tx Adaptive EQ Fault: No Rx Auto-squelch Disable: true true true true
32052026-05-22T21:39:54.175Z Tx Output Enabled: true true true true
32062026-05-22T21:39:54.175Z Tx Output Status: invalid invalid invalid invalid
32072026-05-22T21:39:54.175Z Tx Loss-of-lock: false false false false
32082026-05-22T21:39:54.175Z Tx Loss-of-signal: true true true true
32092026-05-22T21:39:54.175ZTx Auto-squelch Disable: false false false false
32102026-05-22T21:39:54.175Z Tx Adaptive EQ Fail: true true true true
32112026-05-22T21:39:54.175Z Tx Failure: false false false false
32122026-05-22T21:39:54.175Z Tx Force Squelch: true true true true
32132026-05-22T21:39:54.175Z Tx Input Polarity: normal normal normal normal
32142026-05-22T21:39:54.175ZNo No No
32152026-05-22T21:39:54.175Z Tx Fault: Yes Yes Yes Yes
32162026-05-22T21:39:54.175Ztest switchport::test::test_print_cmis_datapath ... ok
32172026-05-22T21:39:54.175Ztest switchport::test::test_print_sff_datapath ... ok
32182026-05-22T21:39:54.175Z
32192026-05-22T21:39:54.175Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
32202026-05-22T21:39:54.175Z
32212026-05-22T21:39:54.178Z Running tests/counters.rs (target/debug/deps/counters-fbe678bd105f31c0)
32222026-05-22T21:39:54.181Z
32232026-05-22T21:39:54.181Zrunning 1 test
32242026-05-22T21:39:54.184Ztest test_p4_counter_list ... ignored
32252026-05-22T21:39:54.184Z
32262026-05-22T21:39:54.184Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
32272026-05-22T21:39:54.184Z
32282026-05-22T21:39:54.184Z Running tests/port-link.rs (target/debug/deps/port_link-7591a592505d2bf3)
32292026-05-22T21:39:54.188Z
32302026-05-22T21:39:54.188Zrunning 5 tests
32312026-05-22T21:39:54.191Ztest test_an ... ignored
32322026-05-22T21:39:54.191Ztest test_enable ... ignored
32332026-05-22T21:39:54.191Ztest test_ip_addresses ... ignored
32342026-05-22T21:39:54.191Ztest test_kr ... ignored
32352026-05-22T21:39:54.191Ztest test_mac ... ignored
32362026-05-22T21:39:54.191Z
32372026-05-22T21:39:54.191Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
32382026-05-22T21:39:54.191Z
32392026-05-22T21:39:54.191Z Running unittests src/main.rs (target/debug/deps/tfportd-62de6fbd1dc02737)
32402026-05-22T21:39:54.195Z
32412026-05-22T21:39:54.195Zrunning 3 tests
32422026-05-22T21:39:54.197Ztest linklocal::test_parse_ipadm ... ok
32432026-05-22T21:39:54.198Ztest tfport::test_parse_tfport ... ok
32442026-05-22T21:39:54.198Ztest config::tests::test_updates ... ok
32452026-05-22T21:39:54.198Z
32462026-05-22T21:39:54.198Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32472026-05-22T21:39:54.198Z
32482026-05-22T21:39:54.198Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
32492026-05-22T21:39:54.202Z
32502026-05-22T21:39:54.202Zrunning 0 tests
32512026-05-22T21:39:54.202Z
32522026-05-22T21:39:54.205Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32532026-05-22T21:39:54.205Z
32542026-05-22T21:39:54.205Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
32552026-05-22T21:39:54.221Z
32562026-05-22T21:39:54.221Zrunning 0 tests
32572026-05-22T21:39:54.221Z
32582026-05-22T21:39:54.224Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32592026-05-22T21:39:54.224Z
32602026-05-22T21:39:54.224Z Doc-tests aal
32612026-05-22T21:39:54.403Z
32622026-05-22T21:39:54.404Zrunning 0 tests
32632026-05-22T21:39:54.404Z
32642026-05-22T21:39:54.406Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32652026-05-22T21:39:54.406Z
32662026-05-22T21:39:54.418Z Doc-tests aal_macros
32672026-05-22T21:39:54.481Z
32682026-05-22T21:39:54.481Zrunning 0 tests
32692026-05-22T21:39:54.481Z
32702026-05-22T21:39:54.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32712026-05-22T21:39:54.481Z
32722026-05-22T21:39:54.489Z Doc-tests common
32732026-05-22T21:39:54.715Z
32742026-05-22T21:39:54.715Zrunning 0 tests
32752026-05-22T21:39:54.715Z
32762026-05-22T21:39:54.715Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32772026-05-22T21:39:54.715Z
32782026-05-22T21:39:54.734Z Doc-tests dpd_api
32792026-05-22T21:39:55.511Z
32802026-05-22T21:39:55.511Zrunning 2 tests
32812026-05-22T21:39:55.511Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
32822026-05-22T21:39:55.511Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
32832026-05-22T21:39:55.511Z
32842026-05-22T21:39:55.511Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
32852026-05-22T21:39:55.511Z
32862026-05-22T21:39:55.515Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
32872026-05-22T21:39:55.541Z Doc-tests dpd_client
32882026-05-22T21:39:56.957Z
32892026-05-22T21:39:56.957Zrunning 0 tests
32902026-05-22T21:39:56.957Z
32912026-05-22T21:39:56.957Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32922026-05-22T21:39:56.957Z
32932026-05-22T21:39:57.002Z Doc-tests dpd_types
32942026-05-22T21:39:57.212Z
32952026-05-22T21:39:57.212Zrunning 0 tests
32962026-05-22T21:39:57.212Z
32972026-05-22T21:39:57.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
32982026-05-22T21:39:57.212Z
32992026-05-22T21:39:57.237Z Doc-tests dpd_types_versions
33002026-05-22T21:39:58.302Z
33012026-05-22T21:39:58.302Zrunning 1 test
33022026-05-22T21:39:58.302Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
33032026-05-22T21:39:58.302Z
33042026-05-22T21:39:58.302Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
33052026-05-22T21:39:58.302Z
33062026-05-22T21:39:58.305Zall doctests ran in 0.35s; merged doctests compilation took 0.34s
33072026-05-22T21:39:58.346Z Doc-tests intr
33082026-05-22T21:39:58.461Z
33092026-05-22T21:39:58.461Zrunning 0 tests
33102026-05-22T21:39:58.461Z
33112026-05-22T21:39:58.461Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33122026-05-22T21:39:58.461Z
33132026-05-22T21:39:58.473Z Doc-tests packet
33142026-05-22T21:39:58.580Z
33152026-05-22T21:39:58.580Zrunning 0 tests
33162026-05-22T21:39:58.580Z
33172026-05-22T21:39:58.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33182026-05-22T21:39:58.580Z
33192026-05-22T21:39:58.594Z Doc-tests pcap
33202026-05-22T21:39:58.639Z
33212026-05-22T21:39:58.639Zrunning 0 tests
33222026-05-22T21:39:58.639Z
33232026-05-22T21:39:58.639Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33242026-05-22T21:39:58.639Z
33252026-05-22T21:39:58.702Z+ for feat in tofino_stub tofino_asic softnpu chaos
33262026-05-22T21:39:58.702Z+ RUST_BACKTRACE=full
33272026-05-22T21:39:58.702Z+ cargo test --features chaos --no-fail-fast
33282026-05-22T21:39:59.456Z Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic)
33292026-05-22T21:39:59.561Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client)
33302026-05-22T21:39:59.584Z Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd)
33312026-05-22T21:40:08.476Z Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm)
33322026-05-22T21:40:09.111Z Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd)
33332026-05-22T21:40:56.777Z Finished `test` profile [unoptimized + debuginfo] target(s) in 58.05s
33342026-05-22T21:40:56.783Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33352026-05-22T21:40:56.783Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33362026-05-22T21:40:56.911Z Running unittests src/lib.rs (target/debug/deps/aal-15cb20a5852fe92f)
33372026-05-22T21:40:56.956Z
33382026-05-22T21:40:56.956Zrunning 5 tests
33392026-05-22T21:40:56.961Ztest fuse::tests::chip_revision_a0 ... ok
33402026-05-22T21:40:56.961Ztest fuse::tests::chip_revision_b0 ... ok
33412026-05-22T21:40:56.961Ztest fuse::tests::chip_revision_b1 ... ok
33422026-05-22T21:40:56.961Ztest fuse::tests::chip_revision_unknown_rev_num ... ok
33432026-05-22T21:40:56.969Ztest fuse::tests::chip_revision_unknown_device_id ... ok
33442026-05-22T21:40:56.969Z
33452026-05-22T21:40:56.969Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33462026-05-22T21:40:56.969Z
33472026-05-22T21:40:56.969Z Running unittests src/lib.rs (target/debug/deps/aal_macros-9d7d3d2f91fbbb26)
33482026-05-22T21:40:56.974Z
33492026-05-22T21:40:56.974Zrunning 0 tests
33502026-05-22T21:40:56.974Z
33512026-05-22T21:40:56.974Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33522026-05-22T21:40:56.974Z
33532026-05-22T21:40:56.974Z Running unittests src/lib.rs (target/debug/deps/asic-cb72fac31d94f538)
33542026-05-22T21:40:56.978Z
33552026-05-22T21:40:56.978Zrunning 0 tests
33562026-05-22T21:40:56.978Z
33572026-05-22T21:40:56.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
33582026-05-22T21:40:56.978Z
33592026-05-22T21:40:56.978Z Running unittests src/lib.rs (target/debug/deps/common-24d1b34b3289c13a)
33602026-05-22T21:40:56.988Z
33612026-05-22T21:40:56.988Zrunning 10 tests
33622026-05-22T21:40:56.992Ztest network::tests::test_equal ... ok
33632026-05-22T21:40:56.992Ztest nat::tests::test_vni ... ok
33642026-05-22T21:40:56.992Ztest network::tests::test_eui64 ... ok
33652026-05-22T21:40:56.992Ztest network::tests::test_generate_ipv6_link_local ... ok
33662026-05-22T21:40:56.992Ztest network::tests::test_into ... ok
33672026-05-22T21:40:56.992Ztest network::tests::test_not_equal ... ok
33682026-05-22T21:40:56.992Ztest network::tests::test_to_string ... ok
33692026-05-22T21:40:56.992Ztest network::tests::test_parse ... ok
33702026-05-22T21:40:56.992Ztest test_purge ... ok
33712026-05-22T21:40:56.997Ztest illumos::test::address_exists_handles_missing_object ... ok
33722026-05-22T21:40:56.997Z
33732026-05-22T21:40:57.002Ztest result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
33742026-05-22T21:40:57.002Z
33752026-05-22T21:40:57.002Z Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-afc71e624aabf25f)
33762026-05-22T21:40:57.224Z
33772026-05-22T21:40:57.224Zrunning 1 test
33782026-05-22T21:40:58.682Ztest test::test_apis_up_to_date ... ok
33792026-05-22T21:40:58.682Z
33802026-05-22T21:40:58.682Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.46s
33812026-05-22T21:40:58.682Z
33822026-05-22T21:40:58.739Z Running unittests src/main.rs (target/debug/deps/dpd-80ac226c3396e82f)
33832026-05-22T21:40:58.747Z
33842026-05-22T21:40:58.747Zrunning 19 tests
33852026-05-22T21:40:58.750Ztest freemap::test_ordering ... ok
33862026-05-22T21:40:58.750Ztest config::tests::test_updates ... ok
33872026-05-22T21:40:58.750Ztest freemap::test_split ... ok
33882026-05-22T21:40:58.750Ztest dhcpv6::tests::test_create_duid_bytes ... ok
33892026-05-22T21:40:58.750Ztest macaddrs::tests::test_mac_offset ... ok
33902026-05-22T21:40:58.750Ztest macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok
33912026-05-22T21:40:58.750Ztest macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok
33922026-05-22T21:40:58.753Ztest macaddrs::tests::test_parse_port_id ... ok
33932026-05-22T21:40:58.753Ztest nat::test_mapping ... ok
33942026-05-22T21:40:58.753Ztest port_map::tests::dump_map ... ok
33952026-05-22T21:40:58.753Ztest port_map::tests::test_backplane_group ... ok
33962026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG created new freemap, unit: freemap_test
33972026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG initted freemap. size: 128, unit: freemap_test
33982026-05-22T21:40:58.753Ztest port_map::tests::test_port_map ... ok
33992026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG reset freemap, unit: freemap_test
34002026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG created new freemap, unit: freemap_test
34012026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG initted freemap. size: 128, unit: freemap_test
34022026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG reset freemap, unit: freemap_test
34032026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG created new freemap, unit: freemap_test
34042026-05-22T21:40:58.753ZMay 22 21:40:57.197 DEBG initted freemap. size: 128May 22 21:40:57.197, unitDEBG: created new freemapfreemap_test
34052026-05-22T21:40:58.753Z, unit: May 22 21:40:57.197freemap_test DEBG
34062026-05-22T21:40:58.754Z reset freemap, unit: freemap_test
34072026-05-22T21:40:58.754ZMay 22 21:40:57.197 DEBG initted freemap. size: 128, unit: freemap_test
34082026-05-22T21:40:58.754Ztest freemap::test_basic ... ok
34092026-05-22T21:40:58.754ZMay 22 21:40:57.197 DEBG reset freemap, unit: freemap_test
34102026-05-22T21:40:58.754Ztest freemap::test_reclaim ... ok
34112026-05-22T21:40:58.754Ztest freemap::test_exhaustion ... ok
34122026-05-22T21:40:58.754Ztest freemap::test_free ... ok
34132026-05-22T21:40:58.754ZMay 22 21:40:57.197 DEBG created new freemap, unit: freemap_test
34142026-05-22T21:40:58.754ZMay 22 21:40:57.197 DEBG initted freemap. size: 128, unit: freemap_test
34152026-05-22T21:40:58.754ZMay 22 21:40:57.197 DEBG reset freemap, unit: freemap_test
34162026-05-22T21:40:58.754Ztest freemap::test_span ... ok
34172026-05-22T21:40:58.754Ztest port_map::tests::parse_softnpu_revision ... ok
34182026-05-22T21:40:58.754Ztest api_server::tests::test_build_info ... ok
34192026-05-22T21:40:58.754Z
34202026-05-22T21:40:58.754Ztest result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
34212026-05-22T21:40:58.754Z
34222026-05-22T21:40:58.756Z Running tests/test_openapi.rs (target/debug/deps/test_openapi-8cafe6cbee4cd81d)
34232026-05-22T21:40:58.762Z
34242026-05-22T21:40:58.762Zrunning 0 tests
34252026-05-22T21:40:58.762Z
34262026-05-22T21:40:58.765Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34272026-05-22T21:40:58.765Z
34282026-05-22T21:40:58.765Z Running unittests src/lib.rs (target/debug/deps/dpd_api-e39677952981126c)
34292026-05-22T21:40:58.769Z
34302026-05-22T21:40:58.769Zrunning 0 tests
34312026-05-22T21:40:58.771Z
34322026-05-22T21:40:58.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34332026-05-22T21:40:58.771Z
34342026-05-22T21:40:58.771Z Running unittests src/lib.rs (target/debug/deps/dpd_client-19c982210e1e7fa9)
34352026-05-22T21:40:58.779Z
34362026-05-22T21:40:58.779Zrunning 6 tests
34372026-05-22T21:40:58.784Ztest tests::test_full_lot_id_lotnum_only ... ok
34382026-05-22T21:40:58.784Ztest tests::test_full_lot_id_both_present ... ok
34392026-05-22T21:40:58.784Ztest tests::test_full_lot_id_lot_only ... ok
34402026-05-22T21:40:58.784Ztest tests::test_full_lot_id_neither_present ... ok
34412026-05-22T21:40:58.784Ztest tests::test_parse_client_port_id ... ok
34422026-05-22T21:40:58.784Ztest tests::test_port_id_cmp ... ok
34432026-05-22T21:40:58.784Z
34442026-05-22T21:40:58.787Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34452026-05-22T21:40:58.787Z
34462026-05-22T21:40:58.787Z Running tests/test_all.rs (target/debug/deps/test_all-dbd3462a7025b056)
34472026-05-22T21:40:58.815Z
34482026-05-22T21:40:58.815Zrunning 6 tests
34492026-05-22T21:41:01.842Ztest chaos_tests::port_settings::test_basic_autoneg_chaos ... ok
34502026-05-22T21:41:01.845Ztest chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok
34512026-05-22T21:41:01.845Ztest chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok
34522026-05-22T21:41:01.849Ztest chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok
34532026-05-22T21:41:02.180Ztest chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok
34542026-05-22T21:41:03.258Ztest chaos_tests::port_settings::test_port_settings_txn_sweep ... ok
34552026-05-22T21:41:03.258Z
34562026-05-22T21:41:03.258Ztest result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.44s
34572026-05-22T21:41:03.259Z
34582026-05-22T21:41:03.266Z Running unittests src/lib.rs (target/debug/deps/dpd_types-c29e9eee2be1d3a8)
34592026-05-22T21:41:03.313Z
34602026-05-22T21:41:03.313Zrunning 0 tests
34612026-05-22T21:41:03.313Z
34622026-05-22T21:41:03.316Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34632026-05-22T21:41:03.316Z
34642026-05-22T21:41:03.316Z Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-11c2cf70d165f0a4)
34652026-05-22T21:41:03.352Z
34662026-05-22T21:41:03.352Zrunning 0 tests
34672026-05-22T21:41:03.353Z
34682026-05-22T21:41:03.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34692026-05-22T21:41:03.356Z
34702026-05-22T21:41:03.356Z Running unittests src/lib.rs (target/debug/deps/intr-6568cdaf91bc4e9e)
34712026-05-22T21:41:03.359Z
34722026-05-22T21:41:03.359Zrunning 0 tests
34732026-05-22T21:41:03.359Z
34742026-05-22T21:41:03.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34752026-05-22T21:41:03.362Z
34762026-05-22T21:41:03.362Z Running unittests src/main.rs (target/debug/deps/intr-f712659a69537012)
34772026-05-22T21:41:03.366Z
34782026-05-22T21:41:03.366Zrunning 0 tests
34792026-05-22T21:41:03.369Z
34802026-05-22T21:41:03.369Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34812026-05-22T21:41:03.369Z
34822026-05-22T21:41:03.369Z Running unittests src/lib.rs (target/debug/deps/packet-ce1c4b0aaa43a544)
34832026-05-22T21:41:03.375Z
34842026-05-22T21:41:03.375Zrunning 12 tests
34852026-05-22T21:41:03.378Ztest icmp::test_v6_checksum ... ok
34862026-05-22T21:41:03.378Ztest icmp::test_v4_checksum ... ok
34872026-05-22T21:41:03.378Ztest ipv6::test_ipv6_parse ... ok
34882026-05-22T21:41:03.378Ztest pbuf::test_byte ... ok
34892026-05-22T21:41:03.378Ztest lldp::test_lldp_parse ... ok
34902026-05-22T21:41:03.378Ztest pbuf::test_nibble ... ok
34912026-05-22T21:41:03.378Ztest pbuf::test_short ... ok
34922026-05-22T21:41:03.378Ztest pbuf::test_overflow ... ok
34932026-05-22T21:41:03.378Ztest pbuf::test_twelve ... ok
34942026-05-22T21:41:03.378Ztest pbuf::test_word ... ok
34952026-05-22T21:41:03.378Ztest tcp::test_checksum_syn_nodata ... ok
34962026-05-22T21:41:03.378Ztest tcp::test_checksum_ack_data ... ok
34972026-05-22T21:41:03.378Z
34982026-05-22T21:41:03.378Ztest result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
34992026-05-22T21:41:03.378Z
35002026-05-22T21:41:03.378Z Running unittests src/lib.rs (target/debug/deps/pcap-87a143d63cf96145)
35012026-05-22T21:41:03.384Z
35022026-05-22T21:41:03.384Zrunning 0 tests
35032026-05-22T21:41:03.384Z
35042026-05-22T21:41:03.386Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35052026-05-22T21:41:03.386Z
35062026-05-22T21:41:03.386Z Running unittests src/main.rs (target/debug/deps/swadm-ea98f94144a83f32)
35072026-05-22T21:41:03.395Z
35082026-05-22T21:41:03.395Zrunning 5 tests
35092026-05-22T21:41:03.399Ztest switchport::test::test_compute_lanes ... ok
35102026-05-22T21:41:03.401Ztest link::test_filter ... ok
35112026-05-22T21:41:03.401Ztest switchport::test::port_id_ordering ... ok
35122026-05-22T21:41:03.401Z Lane 0 Lane 1 Lane 2 Lane 3
35132026-05-22T21:41:03.402Z Rx Loss-of-lock: Yes Yes Yes Yes
35142026-05-22T21:41:03.402Z Rx Loss-of-signal: Yes Yes Yes Yes
35152026-05-22T21:41:03.402Z Rx CDR Enabled: Yes Yes Yes Yes
35162026-05-22T21:41:03.402Z Tx Enabled: Yes Yes Lane 0Yes YesLane 1
35172026-05-22T21:41:03.402Z Tx Loss-of-lock: NoLane 2 Lane 3No
35182026-05-22T21:41:03.402ZNo No State: Activated
35192026-05-22T21:41:03.402Z Activated Tx Loss-of-signal: No ActivatedNo Activated
35202026-05-22T21:41:03.402ZNo No Rx Output Enabled: false
35212026-05-22T21:41:03.402Z false Tx CDR Enabled: No Nofalse falseNo No
35222026-05-22T21:41:03.402Z
35232026-05-22T21:41:03.402Z Rx Output Status: valid Tx Adaptive EQ Fault: No valid No valid Novalid
35242026-05-22T21:41:03.402ZNo
35252026-05-22T21:41:03.402Z Rx Loss-of-lock: true Tx Fault: Yes Yestrue Yes trueYes
35262026-05-22T21:41:03.402Ztrue
35272026-05-22T21:41:03.402Z Rx Loss-of-signal: false false false false
35282026-05-22T21:41:03.402ZRx Auto-squelch Disable: true true true true
35292026-05-22T21:41:03.402Z Tx Output Enabled: true true true true
35302026-05-22T21:41:03.402Z Tx Output Status: invalid invalid invalid invalid
35312026-05-22T21:41:03.402Z Tx Loss-of-lock: false false false false
35322026-05-22T21:41:03.402Z Tx Loss-of-signal: true true true true
35332026-05-22T21:41:03.402ZTx Auto-squelch Disable: false false false false
35342026-05-22T21:41:03.402Z Tx Adaptive EQ Fail: true true true true
35352026-05-22T21:41:03.402Z Tx Failure: false false false false
35362026-05-22T21:41:03.402Z Tx Force Squelch: true true true true
35372026-05-22T21:41:03.402Z Tx Input Polarity: normal normal normal normal
35382026-05-22T21:41:03.406Ztest switchport::test::test_print_cmis_datapath ... ok
35392026-05-22T21:41:03.406Ztest switchport::test::test_print_sff_datapath ... ok
35402026-05-22T21:41:03.406Z
35412026-05-22T21:41:03.406Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
35422026-05-22T21:41:03.406Z
35432026-05-22T21:41:03.406Z Running tests/counters.rs (target/debug/deps/counters-ca3d9bdc0d535aca)
35442026-05-22T21:41:03.409Z
35452026-05-22T21:41:03.410Zrunning 1 test
35462026-05-22T21:41:03.412Ztest test_p4_counter_list ... ignored
35472026-05-22T21:41:03.413Z
35482026-05-22T21:41:03.413Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
35492026-05-22T21:41:03.413Z
35502026-05-22T21:41:03.413Z Running tests/port-link.rs (target/debug/deps/port_link-5087e6c7db825b20)
35512026-05-22T21:41:03.417Z
35522026-05-22T21:41:03.417Zrunning 5 tests
35532026-05-22T21:41:03.420Ztest test_an ... ignored
35542026-05-22T21:41:03.420Ztest test_enable ... ignored
35552026-05-22T21:41:03.420Ztest test_ip_addresses ... ignored
35562026-05-22T21:41:03.420Ztest test_kr ... ignored
35572026-05-22T21:41:03.420Ztest test_mac ... ignored
35582026-05-22T21:41:03.420Z
35592026-05-22T21:41:03.420Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
35602026-05-22T21:41:03.420Z
35612026-05-22T21:41:03.420Z Running unittests src/main.rs (target/debug/deps/tfportd-187f5bdc99e9348b)
35622026-05-22T21:41:03.456Z
35632026-05-22T21:41:03.456Zrunning 3 tests
35642026-05-22T21:41:03.461Ztest linklocal::test_parse_ipadm ... ok
35652026-05-22T21:41:03.461Ztest config::tests::test_updates ... ok
35662026-05-22T21:41:03.461Ztest tfport::test_parse_tfport ... ok
35672026-05-22T21:41:03.461Z
35682026-05-22T21:41:03.463Ztest result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35692026-05-22T21:41:03.463Z
35702026-05-22T21:41:03.466Z Running unittests src/main.rs (target/debug/deps/uplinkd-545ad1d01920fa3e)
35712026-05-22T21:41:03.470Z
35722026-05-22T21:41:03.470Zrunning 0 tests
35732026-05-22T21:41:03.470Z
35742026-05-22T21:41:03.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35752026-05-22T21:41:03.473Z
35762026-05-22T21:41:03.473Z Running unittests src/main.rs (target/debug/deps/xtask-5ace80a4cc3919ff)
35772026-05-22T21:41:03.490Z
35782026-05-22T21:41:03.490Zrunning 0 tests
35792026-05-22T21:41:03.490Z
35802026-05-22T21:41:03.493Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35812026-05-22T21:41:03.493Z
35822026-05-22T21:41:03.493Z Doc-tests aal
35832026-05-22T21:41:03.736Z
35842026-05-22T21:41:03.736Zrunning 0 tests
35852026-05-22T21:41:03.736Z
35862026-05-22T21:41:03.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35872026-05-22T21:41:03.741Z
35882026-05-22T21:41:03.751Z Doc-tests aal_macros
35892026-05-22T21:41:03.817Z
35902026-05-22T21:41:03.817Zrunning 0 tests
35912026-05-22T21:41:03.817Z
35922026-05-22T21:41:03.820Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35932026-05-22T21:41:03.820Z
35942026-05-22T21:41:03.825Z Doc-tests common
35952026-05-22T21:41:04.050Z
35962026-05-22T21:41:04.050Zrunning 0 tests
35972026-05-22T21:41:04.050Z
35982026-05-22T21:41:04.050Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
35992026-05-22T21:41:04.050Z
36002026-05-22T21:41:04.069Z Doc-tests dpd_api
36012026-05-22T21:41:04.996Z
36022026-05-22T21:41:04.996Zrunning 2 tests
36032026-05-22T21:41:04.996Ztest dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored
36042026-05-22T21:41:04.997Ztest dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored
36052026-05-22T21:41:04.997Z
36062026-05-22T21:41:04.997Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
36072026-05-22T21:41:04.997Z
36082026-05-22T21:41:05.016Zall doctests ran in 0.40s; merged doctests compilation took 0.39s
36092026-05-22T21:41:05.019Z Doc-tests dpd_client
36102026-05-22T21:41:06.410Z
36112026-05-22T21:41:06.410Zrunning 0 tests
36122026-05-22T21:41:06.410Z
36132026-05-22T21:41:06.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36142026-05-22T21:41:06.410Z
36152026-05-22T21:41:06.455Z Doc-tests dpd_types
36162026-05-22T21:41:06.666Z
36172026-05-22T21:41:06.666Zrunning 0 tests
36182026-05-22T21:41:06.666Z
36192026-05-22T21:41:06.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36202026-05-22T21:41:06.666Z
36212026-05-22T21:41:06.690Z Doc-tests dpd_types_versions
36222026-05-22T21:41:07.752Z
36232026-05-22T21:41:07.752Zrunning 1 test
36242026-05-22T21:41:07.752Ztest dpd-types/versions/src/lib.rs - (line 19) ... ignored
36252026-05-22T21:41:07.752Z
36262026-05-22T21:41:07.753Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
36272026-05-22T21:41:07.753Z
36282026-05-22T21:41:07.756Zall doctests ran in 0.35s; merged doctests compilation took 0.35s
36292026-05-22T21:41:07.794Z Doc-tests intr
36302026-05-22T21:41:07.952Z
36312026-05-22T21:41:07.952Zrunning 0 tests
36322026-05-22T21:41:07.952Z
36332026-05-22T21:41:07.952Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36342026-05-22T21:41:07.952Z
36352026-05-22T21:41:07.968Z Doc-tests packet
36362026-05-22T21:41:08.068Z
36372026-05-22T21:41:08.068Zrunning 0 tests
36382026-05-22T21:41:08.068Z
36392026-05-22T21:41:08.068Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36402026-05-22T21:41:08.068Z
36412026-05-22T21:41:08.081Z Doc-tests pcap
36422026-05-22T21:41:08.125Z
36432026-05-22T21:41:08.125Zrunning 0 tests
36442026-05-22T21:41:08.125Z
36452026-05-22T21:41:08.125Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
36462026-05-22T21:41:08.125Z
36472026-05-22T21:41:08.186Zprocess exited: duration 696793 ms, exit code 0
 
36482026-05-22T21:41:08.195Zfound 0 output files